body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #111111;
    max-width: 100%;
    overflow-x: hidden;
}

header {
    padding-top: 3rem;
    background-color: #f1f2f2;
}

/* navbar header */

.navbar {
    margin-bottom: 0;
    border: 0;
    min-height: 6.5rem;
    background-color: #f1f2f2;
}

.navbar-brand {
    padding-top: 0;
    margin-left: 3rem !important;
    margin-top: -0.5rem;
}

.navbar-default .navbar-toggle {
    border: 0;
    margin-right: 4rem;
    margin-top: -0.5rem;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #18a371;
    height: 5px;
    width: 30px;
    margin-bottom: 6px;
}

.navbar-nav > li > a {
    padding-left: 4.5rem;
}

/* navbar dropdown-menu */

/* Dropdown button */
.dropdown .dropbtn {
    font-size: 13px;
    border: none;
    outline: none;
    color: #444444;
    background-color: inherit;
    padding: 25px 40px 16.6px;
    transition: all 0.2s;
    font-weight: bolder;
    font-family: inherit;
    margin: 0;
}

/* Dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    font-size: 12px;
}

/* Links inside the dropdown */
.dropdown-content a {
    float: none;
    color: #444444;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ccc;
    color: #16a975;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Scrollable Menu Services */

div.scrollmenu {
    background-color: #16875e;
    overflow: auto;
    white-space: nowrap;
    border-top: 10px solid #CCC;
    padding: 15px 40px 15px 0;
}

div.scrollmenu a {
    display: inline-flex;
    color: white;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

div.scrollmenu a:hover {
    transition: 1s ease;
    font-size: 20px;
    text-decoration: none;
}

.active-product {
    text-decoration: none;
    padding-bottom: 3px !important;
    font-size: 20px !important;
}

/* index */

.credits {
    font-size: 9px;
    font-weight: 100;
    color: #ffffff;
    float: right;
    padding-right: 2rem;
    position: absolute;
    bottom: 8px;
    right: 16px;
    text-decoration: none;
}

/* Product Row */

.product-row {
    background-color: #f1f2f2;
    padding: 3rem 0;
}

.products-descrpt {
    font-size: 14px;
    padding: 2.5rem 0.5rem 2.5rem 1rem;
    line-height: 190%;
    font-weight: 600;
}

.products-descrpt-mobile {
    font-size: 14px;
    padding: 2.5rem 0.5rem 2.5rem 1rem;
    line-height: 200%;
    font-weight: 600;
}

.product-mobile {
    padding: 1rem;
    margin: 1rem 0;
    background-color: #f1f2f2;
}

.highlight {
    color: #147652;
}

.products-container {
    margin: 0;
    width: 100%;
}

.h1-txt-container-product {
    font-size: 15px;
    padding: 2rem;
}

.p1-txt-container-product {
    font-size: 15px;
    padding: 0.5rem;
}

.h2-txt-container-product {
    font-size: 17.5px;
    padding: 1.5rem 1.5rem 0 0;
}

.txt-container-prod {
    width: 50%;
    height: 430px;
}

.img-container {
    margin: 2.5rem 0;
    width: 50%;
    height: 400px;
}

.img-container img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

/* Style the tab */
.tab {
    float: left;
    border: none;
    background-color: #f1f1f1;
    width: 20%;
}

.txt-servicos {
    white-space: normal;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    background-color: #dfdfdf;
    color: black;
    padding: 1.5rem 2rem;
    width: 100%;
    height: 85px;
    border: solid 1.2px;
    border-color: white;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #b0b0b0;
    color: #16a975;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #b0b0b0;
    color: #16a975;
}

/* Style the tab content */
.tabcontent {
    display: none;
    float: left;
    padding: 0 12px;
    border: solid 1.2px;
    border-color: white;
    width: 80%;
    height: 450px;
    background: rgb(230, 230, 230);
    background: linear-gradient(0deg, rgba(241, 242, 242, 1) 0%, rgba(230, 230, 230, 1) 100%);
}

.tabcontent.show {
    display: block;
}

/* Accordion */

.btn-link {
    display: block;
    background-color: #CCCCCC;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    text-align: center;
    font-weight: bolder;
    font-size: 16px;
    margin: 0;
}

.card-body {
    background-color: #F1F2F2;
}

.img-service-mobile {
    max-width: 100%;
}

.img-servico {
    padding-right: 4rem;
}

.btn:focus {
    background-color: #ddd;
    color: #16a975;
    border: none;
    text-decoration: none;
    outline-color: #ddd;
}

.btn:active:focus {
    background-color: #ddd;
    color: #16a975;
    border: none;
    text-decoration: none;
    outline-color: #ddd;
}

.mb-0 {
    margin: 0.2rem;
}

/* Contact Form */

.material-icons {
    font-size: 26px;
    color: #0fd18c;
    margin-left: 0.5vh;
}

.contact-form-icon-hidden {
    width: 80%;
    height: auto;
    margin-top: 6px;
    margin-left: 6px;
    visibility: hidden;
}

.label {
    margin-bottom: 0 !important;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text],
select,
textarea {
    width: 85%;
    padding: 12px;
    /* Some padding */
    border: 1px solid #ccc;
    /* Gray border */
    border-radius: 4px;
    /* Rounded borders */
    box-sizing: border-box;
    /* Make sure that padding and width stays in place */
    margin-top: 6px;
    /* Add a top margin */
    margin-bottom: 16px;
    /* Bottom margin */
    resize: none;
    /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #0d704d;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 4.5vh;
}

.required-text {
    color: #787878;
    margin-top: 6px;
    margin-left: 6px;
}

#subject {
    background-color: #ffffff;
}
.subject-label {
    margin-bottom: 0px !important;
}

#message {
    height: 200px;
    white-space: pre-wrap;
}

#firstname {
    width: 42.25%;
}

#lastname {
    width: 42.25%;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #ccc;
}

/* Add a background color and some padding around the form */
.container-contact-form {
    background: rgb(241, 242, 242);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(241, 242, 242, 1) 100%);
    padding: 20px;
    overflow: hidden;
}

.contact-form {
    float: left;
    width: 10%;
    margin-top: 6px;
}

.contact-form-checkbox {
    margin-left: 3vh;
}

.contact-form-input-file {
    margin-bottom: 2.5rem;
    margin-top: 2rem;
}

#attachment {
    margin: -1rem 0;
}

.mail-sent-row {
    background-color: #adadad;
    padding: 3rem;
    margin-top: 5rem;
}

.mail-sent-body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #111111;
    max-width: 100%;
    overflow-x: hidden;
}

.back-btn {
    background-color: #16a975;
    color: white;
    padding: 1.2rem 2rem;
    border: none;
    cursor: pointer;
    display: block;
    float: right;
    margin: 4rem 1.5rem 4rem 4rem;
    border-radius: 0;
    font-family: 'Lato', sans-serif;
    font-weight: bolder;
}

.msg-container {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: bolder;
    padding: 2rem;
    white-space: pre-wrap;
}

.map-container {
    width: 50%;
    height: 598px;
}

/* Footer*/

footer {
    position: relative;
    bottom: 0;
}

.footer-row {
    background-color: #4d494a;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.underline-on-hover:hover {
    border-bottom: solid 3px #16a975;
    text-decoration: none;
}

/* Footer Left */

.footer-row .footer-about {
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    display: block;
    padding: 14px 14px 14px 0;
}

.footer-row .footer-about a {
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    text-align: justify;
}

.footer-row .footer-left h2 {
    color: #ffffff;
    font-size: 20px;
}

.borderbottom {
    border-bottom: 3px solid #16a975;
    width: 100%;
}

/* Footer Center */

.icon-footer {
    font-size: 32px !important;
    margin-right: 1rem !important;
    margin-top: 1rem !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.footer-row .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin-top: 1.5rem;
    font-weight: normal;
}

.footer-row .footer-center a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    margin-top: 1.5rem !important;
    vertical-align: middle;
    font-weight: normal;

}

.footer-row .footer-center h2 {
    color: #ffffff;
    font-size: 20px;
}

/* Footer Right */

.footer-row .footer-right p a {
    color: #ffffff;
    text-decoration: none;
}

.footer-row .footer-right a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.footer-row .footer-right h2 {
    color: #ffffff;
    font-size: 20px;
}

/* Portugal 2020 Icons */

.row-2020 {
    background-color: #4d494a;
}

.footer-row .img-2020 {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
    padding-bottom: 3rem;
}

/* cookies */

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20, 20, 20, 0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: 'Lato', sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -10px 0 0 0;
    font-weight: bold;
}

#closeCookieConsent:hover {
    color: #FFF;
}

#cookieConsent a.cookieConsentOK {
    background-color: #16a975;
    color: #ffffff;
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #ccc;
}

/* gallery */

/* Four columns */
.column-4 {
    float: left;
    width: 25%;
    padding: 10px;
}

/* three columns */
.column-3 {
    float: left;
    width: 33.33%;
    padding: 10px;
    display: block;
    margin: 0 auto;
}

/* one column */
.column-1 {
    float: left;
    width: 100%;
    padding: 10px;
    display: block;
    margin: 0 auto;
}

/* Style the images inside the grid */
.column-img {
    opacity: 1;
    cursor: pointer;
    max-width: 100%;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}


/* Clear floats after the columns */
.gallery-row:after {
    content: "";
    display: table;
    clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.gallery-container {
    position: relative;
    display: none;
}

#expandedImg {
    width: 100% !important;
}

.gallery-row {
    background: rgb(241, 242, 242);
    background: linear-gradient(0deg, rgba(245, 245, 245, 1) 0%, rgba(241, 242, 242, 1) 100%);
    position: relative;
    padding: 5rem;
    margin: 1rem 0;
    float: right;
    width: 80%;
    border-left: solid 1.2px;
    border-color: white;
    height: auto;
}

.gallery-container-1 {
    float: left;
    width: 20%;
}

.gallery-prop {
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
    height: auto;
}

/* Expanding image text */
#imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #ffffff;
    font-size: 35px;
    cursor: pointer;
}

/* images */

.logo {
    width: 220px;
    height: auto;
}

.fit {
    width: 100%;
    height: auto;
}

.container-fluid {
    padding: 0;
}

.resize-product-ventilador-mobile {
    width: 50%;
    display: block;
    float: none;
    margin: 0 auto;
    padding: 1rem;
}

.resize-product-chamine-mobile {
    width: 18%;
    display: block;
    float: none;
    margin: 0 auto;
    padding: 1rem;
}

.resize-product-semfim-mobile {
    width: 70%;
    display: block;
    float: none;
    margin: 0 auto;
    padding: 1rem;
}

.img-desktop-2 {
    display: none;
}

.img-desktop {
    display: none;
}

.img-mobile {
    display: initial;
}

.img.resize-product {
    width: 25%;
    height: auto;
}

.top-pad {
    padding-top: 3rem;
}

.empresa-row {
    position: relative;
    padding-top: 2rem;
    background: rgb(230, 230, 230);
    background: linear-gradient(0deg, rgba(241, 242, 242, 1) 0%, rgba(230, 230, 230, 1) 100%);
}

h1 {
    color: #18a371;
    font-size: 22px;
    margin-bottom: 2rem;
}

.img-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 39%;
    height: auto;
}

.img-empresa-mobile {
    position: absolute;
    bottom: 0;
    right: 6rem;
    width: 27%;
    height: auto;
}

.mission-row {
    position: relative;
    background: rgb(241, 242, 242);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(241, 242, 242, 1) 100%);
}

.mission-img {
    display: none;
}

.pad-right {
    padding-right: 3rem;
}

.mission-text {
    padding: 3rem 6rem 3rem 6rem;
}

.img-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16%;
    height: auto;
}

.img-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 49%;
    height: auto;
}

.contact-row {
    position: relative;
    background: rgb(241, 242, 242);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(241, 242, 242, 1) 100%);
}

.contact-text {
    position: relative;
    padding-top: 3rem;
    padding-left: 6rem;
    padding-bottom: 5rem;
}

.contact-img {
    padding-left: 0;
}

.service-list {
    background-color: #f1f2f2;
    width: 100%;
}

.service {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    padding: 2rem;
    display: block;
    margin: 0 auto;
}

p.contact {
    color: #dddddd;
    font-family: 'Varela', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

p.contactos {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: bolder;
    font-size: 13px;
}

.ct {
    padding-left: 2rem;
}

.ct2 {
    padding-left: 3rem;
}

a.email {
    color: #4d484a;
    text-decoration: none;
}

a.email:hover {
    color: #ffffff;
    text-decoration: none;
}

a.email-c {
    color: #4d484a;
    text-decoration: none;
}

a.email-c:hover {
    color: #00a876;
    text-decoration: none;
}

#map {
    height: 450px;
    width: inherit;
    background-color: #4d484a;
}

#map-big {
    width: 100%;
    height: inherit;
    background-color: #4d484a;
    margin: 0;
}

.img-sobre-right {
    position: relative;
    top: 0;
    right: 0;
    width: 24%;
    height: auto;
}

.no-right-pad {
    padding-right: 0;
}

.no-left-pad {
    padding-left: 0;
}

.sobre-text {
    padding: 6rem;
}

.sobre-title {
    margin-top: -1.3rem;
}

.sobre-img {
    width: 100%;
}

.img-bottom-sobre {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 43%;
    height: auto;
}

.contact-call {
    background-color: #fff;
    width: 100%;
    min-height: 9rem;
    padding: 3.2rem 3rem;
    color: #23ab7a;
    font-size: 18px;
    text-align: center;
}

.relative {
    position: relative;
}

.mercados {
    position: relative;
    padding: 5rem 3rem;
    color: #1a7f5b;
    background-color: #fff;
    text-align: center;
}

.contactos-row {
    position: relative;
    background: rgb(230, 230, 230);
    background: linear-gradient(0deg, rgba(241, 242, 242, 1) 0%, rgba(230, 230, 230, 1) 100%);
    min-height: 27rem;
    padding-top: 7rem;
    padding-left: 7rem;
    margin: 10px 0;
}

.alert-danger {
    padding-left: 3rem;
}

.alert-success {
    padding-left: 3rem;
}

#closealertbtn {
    padding-right: 2rem !important;
    color: #000000 !important;
    font-size: 25px !important;
}

.img-contact-mobile {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16%;
    height: auto;
}

span.head {
    color: #00a876;
}

.slash {
    height: 1.5rem;
    width: auto;
    margin-right: 0.8rem;
    margin-top: -0.5rem;
}

.down-arrow {
    margin-left: 0.8rem;
}

.right-arrow {
    margin: 1rem;
    z-index: 1;
    right: 0;
    position: absolute;
    opacity: 35%;
}

.left-arrow {
    margin: 1rem;
    z-index: 1;
    left: 0;
    position: absolute;
    opacity: 35%;
}

.b404 {
    background-color: #fff;
    color: #666666;
    font-size: 34px;
    font-weight: 300;
    text-align: center;
    padding: 14rem 6rem;
}

h1.h404 {
    color: #00a876;
    font-size: 71px;
    font-weight: 800;
}

a.a404 {
    color: #00a876;
    text-decoration: none;
}

a.a404:hover {
    color: #1a7f5b;
    text-decoration: none;
}

/* min-width queries */

@media (min-width: 420px) {
    .material-icons {
        font-size: 36px;
    }
}

@media (min-width: 426px) {
    .footer-row .img-2020 {
        width: 50%;
    }
}


@media (min-width: 530px) {
    .material-icons {
        font-size: 44px;
    }
}

@media (min-width: 600px) {
    .footer-row .img-2020 {
        width: 40%;
    }
}

@media (min-width: 768px) {
     
     .img-right {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 10%;
        height: auto;
        visibility: hidden;
    }
	
    .img-contact-mobile {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 12%;
        height: auto;
    }
}

@media (min-width: 769px) {
    .accordion {
        display: none;
    }

    .gallery-row-mobile {
        display: none;
    }

    .product-mobile {
        display: none;
    }	
	
    .products-descrpt-mobile {
        display: none;
    }
}

@media (min-width: 950px) {
    
    .left-arrow {
        display: none;
    }

    .right-arrow {
        display: none;
    }
}

@media (min-width: 992px) {

   .navbar-nav > li > a {
        padding-top: 2.5rem;
        font-family: 'Lato', sans-serif;
        font-size: 13px;
        font-weight: bolder !important;
        padding-right: 4rem;
        padding-left: 4rem;
        color: #444444 !important;
        font-weight: normal;
        transition: all 0.2s;
    }

    .navbar-nav > li > a:hover {
        color: #18a371 !important;
    }

    .navbar-nav > li > a.sel {
        color: #00a876 !important;
    }

    .banner {
        margin-top: 0;
    }

    .top-pad {
        padding-top: 2rem;
    }

    .empresa-pad {
        padding-left: 12rem;
        padding-right: 3rem;
    }

    .empresa-img {
        padding-left: 6rem;
    }

    .mission-row {
        position: relative;
        background-color: #e6e7e8;
        margin: 1rem 0;
        padding: 5rem;
    }

    .mission-img {
        display: initial;
    }

    .mission-text {
        padding-left: 6rem;
        padding-top: 3.8rem;
        padding-right: 6rem;
    }

    div.scrollmenu {
        float: right;
        padding-left: 100%;
    }

    .contact-text {
        padding-top: 6rem;
        padding-left: 11rem;
        padding-bottom: 0;
    }

    p.contact {
        font-weight: 500;
        font-size: 14px;
    }

    .contact-img {
        padding-left: 6rem;
    }

    .top-pad-sobre {
        padding-top: 1.5rem;
    }

    .sobre-text {
        padding: 1rem 2vh 1vh 6rem;
    }

    .contactos-row {
        position: relative;
        background-color: #f1f2f2;
        min-height: 37rem;
        padding-top: 7rem;
        padding-left: 20rem;
    }

    p.contactos {
        font-weight: bolder;
        font-size: 16px;
    }

    .img-bottom-left {
        display: none;
    }

    .img-desktop {
        display: inherit;
    }

    .img-mobile {
        display: none;
    }

    .footer-row .img-2020 {
        width: 25%;
        display: inline-block;
        float: right;
        margin: 1rem 8rem 0 0;
    }

    #map-big {
        width: 98%;
    }
}

@media (min-width: 1025px) {
    .material-icons {
        font-size: 48px;
    }
}

@media (min-width: 1200px) {

    .img-right {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 16%;
        height: auto;
        visibility: visible;
    }

    .img-desktop-2 {
        display: inherit;
    }
}

@media (min-width: 1440px) {

    .footer-row .img-2020 {
        width: 22%;
        display: inline-block;
        float: right;
        margin: 1rem 8rem 0 0;
    }
}

@media (min-width: 1500px) {
    
    .img-bottom-left {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 15%;
        height: auto;
        margin-left: 6rem;
    }
}

/* max-width queries */

@media (max-width: 339px) {
    .logo {
        width: 200px;
        height: auto;
    }
}

@media (max-width: 767px) {

    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (max-width: 768px) {

    .img-container {
        display: none;
    }

    .products-container {
        display: none;
    }

    .gallery-row {
        display: none !important;
    }

    .gallery-row-mobile {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        background-color: #ffffff;
    }

    .credits {
    font-size: 6px;
}

    /* Style the tab */
    .tab {
        display: none;
    }

    /* Style the buttons that are used to open the tab content */
    .tab button {
        display: none;
    }

    /* Change background color of buttons on hover */
    .tab button:hover {
        background-color: #ddd;
    }

    /* Create an active/current tablink class */
    .tab button.active {
        background-color: #ccc;
    }

    /* Style the tab content */
    .tabcontent {
        display: none;
    }

    .resize-product-ventilador {
        margin: 0 auto !important;
        float: none;
    }

    .column-4 {
        width: 50% !important;
        padding: 5px !important;
    }

    .column-3 {
        width: 50% !important;
        padding: 5px !important;
    }
    
     .column-1 {
        padding: 5px !important;
    }

     .h1-txt-container-product {
        padding: 1.5rem;
        text-align: center;
    }
}

@media (max-width: 991px) {
    
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        /* box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); */
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: -15px;
        margin-left: -30px;
    }
    
    .dropdown .dropbtn {
        padding: 10px 15px 10px 45px;
        display: block;
        color: #777777;
        font-size: 14px;
    }
    
    .dropdown-content {
        position: relative;
        margin: 0 20px;
        box-shadow: none !important;
    }
    
    div.scrollmenu {
        padding: 1.5rem 4rem;
    }

    div.scrollmenu a {
        font-size: 13px;
    }

    .img-container {
        margin: 1rem 0;
        width: 50%;
        height: 356px;
        float: right;
    }

    .img-container img {
        max-height: 90%;
    }

    /* Style the tab */
    .tab {
        float: left;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
        width: 30%;
        height: 120px;
    }

    /* Style the buttons that are used to open the tab content */

    .tab button {
        display: block;
        background-color: #dfdfdf;
        color: black;
        padding: 2.2rem 1.6rem;
        width: 100%;
        height: 100%;
        border: solid 1.2px;
        border-color: white;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 16px;
    }

    /* Style the tab content */
    .tabcontent {
        float: left;
        padding: 0 12px;
        width: 70%;
        border: solid 1.2px;
        border-color: white;
        height: 356px;
    }

    .txt-container-prod {
        width: 50%;
        height: 356px;
        float: left;
        padding: 0;
    }

    .products-descrpt {
        font-size: 13px;
        padding: 2.5rem 0.5rem 2.5rem 1rem;
        line-height: 135%;
        font-weight: 600;
        text-align: left;
    }

    .gallery-row {
        padding: 1rem !important;
        width: 100% !important;
        height: auto !important;
    }

    .map-container {
        width: 100%;
        height: 350px;
    }

    #tabsemfins {
        height: 355px;
    }

    #tabciclones {
        height: 179px;
    }	
}

@media (max-width: 1025px) {
   
    .gallery-row {
        padding: 3rem !important;
    }
}