@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Azo Sans';
    src: url('../fonts/AzoSans-Regular.eot');
    src: local('Azo Sans Regular'), local('AzoSans-Regular'),
        url('../fonts/AzoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AzoSans-Regular.woff2') format('woff2'),
        url('../fonts/AzoSans-Regular.woff') format('woff'),
        url('../fonts/AzoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
}
section, footer{
    overflow: hidden;
}
header {
    background-color: #BCEFFFD6;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 70%);
    position: fixed;
    width: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    position: fixed;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    max-width: 1440px;
    width: 100%;
    padding-left: 150px;
    padding-right: 33px;
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
}

.nav-links li {
    margin: 0 29px;
}

.nav-links a {
    color: #555756;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
}

.logo img {
    width: 194.34px;
}

.options-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.socials {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.meta-button {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.insta-button {
    width: 40px;
    height: 40px;
}


.whatsapp-icon {
    width: 25px;
    height: 25px;
    margin-right: 6px;
}

.whatsapp-button {
    background-color: #25D366;
    color: white;
    padding: 8px 17px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    text-decoration: none;
    margin-right: 14px;
    margin-left: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
}

.whatsapp-button:hover {
    background-color: #1ebe54;
}

.hero-content {
    width: 100%;
    background-image: url(../img/back-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    display: flex;
}

.hero-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    padding-left: 150px;
    padding-right: 150px;
    padding-top: 222px;
    padding-bottom: 149px;
    width: 100%;
}

.hero-title {
    font-family: 'Azo Sans';
    font-weight: 700;
    font-size: 80px;
    line-height: 89%;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    max-width: 355px;
    margin-bottom: 19px;
}

.hero-title-item {
    font-family: 'Azo Sans';
    font-weight: 500;
    font-size: 24px;
    line-height: 120.6%;
    color: white;
    margin-bottom: 10px;
}

.whats-hero {
    margin-right: 0px;
    margin-left: 0px;
    width: 191px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding: 6px 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 16px;
}

.whats-hero img {
    width: 26px;
    height: 26px
}

.hero-subtitle {
    color: white;
    font-family: 'Azo Sans';
    font-weight: 700;
    font-size: 48px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #72BB599B;
    padding-left: 47px;
    padding-right: 33px;
    padding-top: 18px;
    padding-bottom: 25px;
    max-width: 494px;
    width: 100%;
    border-radius: 11px;
}

.tipos-content {
    width: 100%;
    background-image: url(../img/back-tipos.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: row;

}

.tipos-residencial-content-back {
    background-color: #72BB59D1;
    width: 100%;
    height: 100%;
    padding-top: 200px;
    padding-bottom: 177px;
}

.tipos-industria-content-back {
    background-color: #189C37B8;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 177px;

}

.tipos-residencial-content,
.tipos-industria-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}


.tipos-title {
    border: 4px solid white;
    padding-top: 14px;
    padding-bottom: 3px;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Azo Sans';
    font-weight: 700;
    font-size: 36px;
    max-width: 285px;
    color: white;
    text-align: center;
    margin-bottom: 34px;
}

.tipos-info {
    font-family: 'Azo Sans';
    font-weight: 300;
    font-size: 24px;
    color: white;
    text-align: center;
    line-height: 110%;
    max-width: 274px;
    width: 100%;
    margin-bottom: 32px;
}

.tipos-btn {
    font-family: 'Azo Sans';
    font-weight: 300;
    font-size: 20px;
    line-height: 89%;
    color: white;
    text-decoration: underline;
}


.productos-content {
    display: flex;
    flex-direction: column;
    padding-left: 147px;
    padding-right: 105px;
    padding-top: 73px;
    padding-bottom: 86px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.productos-titles-content {
    display: flex;
    flex-direction: row;
    align-items: start;
}

.productos-titles-content img {
    width: 132px;
}

.productos-title {
    margin-right: 31px;
    font-family: 'Azo Sans';
    font-weight: 700;
    font-size: 64px;
    line-height: 89%;
    color: #72BB59;
    max-width: 526px;
    margin-bottom: 49px;
}

.cards-content {
    display: flex;
    flex-direction: row;
    gap: 35px;
    justify-content: end;
    flex-wrap: wrap;
}

.card {
    display: flex;
    flex-direction: column;
    padding: 22px;
    padding-top: 19px;
    background: #72BB59;
    width: 304px;
    border-radius: 39px;
}

.card img {
    margin-bottom: 34px;
}

.card-title {
    color: white;
    margin-bottom: 22px;
    font-family: 'Azo Sans';
    font-weight: 700;
    font-size: 32px;
    line-height: 89%;
}

.card-info {
    color: white;
    font-family: 'Azo Sans';
    font-size: 18px;
    line-height: 110%;
    font-weight: lighter;
}

ul {
    padding-left: 12px;
    color: white;
}

.cotizador-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 52px;
    padding-bottom: 100px;
    padding-left: 241px;
    padding-right: 240px;
    background-image: url(../img/back-cotizador.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cotizador-title {
    font-family: 'Azo Sans';
    font-size: 40px;
    line-height: 122%;
    color: white;
    margin-bottom: 42px;
}

.cotizador-title span {
    font-family: 'Azo Sans';
    font-size: 40px;
    line-height: 122%;
    font-weight: 700;
    color: white;
}

.form-content {
    display: flex;
    flex-direction: row;
    gap: 28px;
    width: 100%;
}


.cotizador-form {
    max-width: 959px;
    width: 100%;
    background: white;
    border-radius: 41px;
    padding-top: 32px;
    padding-bottom: 45px;
    padding-right: 47px;
    padding-left: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cotizador-file-content {
    display: flex;
    flex-direction: row;
    align-items: start;
}

.cotizador-file-content:hover {
    cursor: pointer;
}

.cotizador-2p {
    display: flex;
    flex-direction: column;
    gap: 19px;
    width: 50%;
}

.cotizador-1p {
    display: flex;
    flex-direction: column;
    gap: 19px;
    width: 50%;
}

.cotizador-label {
    font-family: 'Azo Sans';
    font-size: 22px;
    line-height: 122%;
    width: 100%;

}

.cotizador-form>.cotizador-label {
    margin-bottom: 20px;
}

input,
select {
    width: 100%;
    max-width: 419px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: 'Azo Sans';
    color: #B8BCB9;
    font-size: 22px;
    line-height: 122%;
    background: #F3F3F3;
    border: none;
    padding-left: 15px;
}

.cotizador-file-content {
    width: 100%;
    max-width: 419px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #F3F3F3;
    border: none;
    padding-left: 15px;
}

.cotizador-file-content p {
    font-family: 'Azo Sans';
    color: #B8BCB9;
    font-size: 22px;
    line-height: 122%;
    margin-right: 10px;
}

.cotizador-btn {
    background: #72BB59;
    padding-top: 13px;
    padding-bottom: 13px;
    color: white;
    font-family: 'Azo Sans';
    font-size: 32px;
    line-height: 122%;
    width: 100%;
    text-align: center;
    margin-top: 36px;
    text-decoration: none;
}

.separator-galery-container {
    width: 100%;
    justify-content: center;
    display: flex;
}

.separator-galery {
    width: 98%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;

}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 4px 0px;
    justify-content: center;
}

.column {
    flex: 25%;
    /*max-width: 1440px;*/
    width: 100%;
    padding: 0 0px;


}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}


.r1 img:nth-child(1) {
    width: 25%;
}

.r1 img:nth-child(2) {
    width: 36.5%;
}

.r1 img:nth-child(3) {
    width: 36.5%;
}

.r2 img {
    width: 50%;
}


.r3 img:nth-child(1) {
    width: 50%;
}

.r3 img:nth-child(2) {
    width: 27.5%;
}

.r3 img:nth-child(3) {
    width: 22%;
}


.comunicate-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: white;
    padding-top: 53px;
    padding-left: 162px;
    padding-right: 95px;
    padding-bottom: 55px;
}

.comunicate-title {
    color: #72BB59;
    font-family: 'Azo Sans';
    font-size: 40px;
    line-height: 89%;
    margin-bottom: 27px;
    font-weight: 700;
    max-width: 248px;
    width: 100%;
}

.comunicate-info {
    width: 35%;
    max-width: 375px;
    margin-right: 107px;
}

.comunicate-logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 31px;
}

.comunicate-logos img {
    max-height: 92px;
}

.direccion {
    display: flex;
    flex-direction: row;
    margin-bottom: 21px;
    margin-top: 44px;
}

.direccion p {
    font-family: 'Azo Sans';
    font-size: 20px;
    line-height: 132%;
    color: #555756;
    max-width: 276px;
    font-weight: 500;
}

.direccion img {
    width: 21px;
    margin: 9px;
    margin-top: 0px;
}

.socials-comunicate {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 34px;
}

.socials-comunicate .whatsapp-button {
    margin: 0px;
    margin-right: 20px;
    width: 190px;
}

.horario-text {
    font-family: 'Azo Sans';
    font-size: 20px;
    line-height: 132%;
    color: #555756;
}

.horario-text-color {
    font-family: 'Azo Sans';
    font-size: 20px;
    line-height: 132%;
    color: #17A3D0;
}

.comunicate-info-text-bold {
    margin-top: 24px;
    font-family: 'Azo Sans';
    font-size: 20px;
    font-weight: 700;
    line-height: 132%;
    color: #555756;
}

.comunicate-info-text {
    font-family: 'Azo Sans';
    font-size: 20px;
    line-height: 132%;
    color: #555756;
}

footer {
    background: #72BB59;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-content {
    display: flex;
    flex-direction: row;
    max-width: 1440px;
    padding-top: 25px;
    padding-bottom: 22px;
    padding-left: 160px;
    padding-right: 72px;
    width: 100%;
    justify-content: space-between;
}

.direccion-footer {
    display: flex;
    flex-direction: row;
    margin-bottom: 3px;
}

.footer-title {
    font-family: 'Azo Sans';
    font-size: 40px;
    line-height: 89%;
    color: white;
    max-width: 289px;
    font-weight: 700;
}

.footer-derechos {
    display: flex;
    align-items: end;
}

.footer-derechos p , .footer-derechos-mobile p {
    font-family: 'Azo Sans';
    font-size: 12px;
    font-weight: 300;
    color: white;
    max-width: 175px;
}

.direccion-footer p {
    font-family: 'Azo Sans';
    font-size: 20px;
    line-height: 132%;
    font-weight: 300;
    color: white;
    margin: 7px;
    margin-bottom: 0px;
    max-width: 200px;
}

.footer-socials {
    display: flex;
    flex-direction: row;
    gap: 11px;
    justify-content: end;
}

.comunicate-logos-content {
    display: flex;
    align-items: center;
    max-width: 679px;
    width: 100%;
}

.hamburguer {
    display: none;
    width: 26px;
}

.options-mobile .close {
    position: absolute;
    top: 32px;
    right: 28px;
}

.options-mobile {
    display: flex;
    position: absolute;
    top: 0;
    right: -300px;
    opacity: 0;
    flex-direction: column;
    width: 215px;
    height: 440px;
    background-color: #bcefff;
    z-index: 100;
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.options-mobile .option {
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 87%;
    text-align: end;
    text-decoration: none;
}

.options-mobile .option p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
}

.options-mobile .option:first-of-type {
    margin-top: 90px;
}

.options-mobile .socials {
    width: 24px;
    margin-left: auto;
    margin-top: 25px;
}

.openMenu {
    opacity: 0;
    right: -50%;
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

.footer-derechos-mobile{
    display: none;
}

.ok {
    margin-top: 5px;
    color: #54565A;
    font-size: 0.75em !important;
    font-weight: 500;
    display: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .no {
    margin-top: 5px;
    color: #54565A;
    font-size: 0.75em !important;
    font-weight: 500;
    display: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .appear {
    display: initial;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

@media (max-width: 1180px) {
    .hamburguer {
        display: inherit;
        position: absolute;
        top: 30px;
        right: 37px;
    }

    .openMenu {
        opacity: 1;
        right: 0%;
        -webkit-transition: 0.5s ease-in;
        transition: 0.5s ease-in;
    }

    .options-content {
        display: none;
    }

    .whatsapp-button {
        padding: 8px 9px;
        margin-right: 14px;
        margin-left: 14px;
        margin-bottom: 14px;
        font-size: 15px;
    }

    .socials-mobile {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 26px;
        gap: 10px;
    }

    .hero-container {
        padding-left: 90px;
        padding-right: 90px;
    }

}

@media (max-width: 1024px) {
    .hero-container {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 90px;
        padding-top: 173px;
    }

    .cotizador-container {
        padding-bottom: 80px;
        padding-left: 90px;
        padding-right: 90px;

    }

    .cotizador-title,
    .cotizador-title span {
        font-size: 33px;
        text-align: center;
    }

    .comunicate-content {
        padding-left: 90px;
        padding-right: 90px;
    }
}

@media (max-width: 860px) {

    .hero-title {
        margin-right: 33px;
        font-size: 68px;
    }

    .hero-title-item {
        font-size: 18px;
    }

    .hero-subtitle {
        font-size: 33px;
        background: #72BB599B;
        padding-left: 33px;
        padding-right: 33px;
        max-width: 376px;
    }

    .tipos-title {
        font-size: 33px;
    }

    .tipos-info {
        font-size: 16px;
    }

    .tipos-btn {
        font-size: 16px;
    }

    .productos-title {
        font-size: 59px;
    }

    .productos-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .productos-titles-content img {
        width: 110px;
    }

    .card-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .card img {
        margin-bottom: 25px;
    }

    .card-info {
        font-size: 16px;
        line-height: 105%;
    }

    .card {
        padding: 22px;
        padding-top: 19px;
        width: 269px;
    }

    .cards-content {
        gap: 17.5px;

    }

    .comunicate-title {
        font-size: 39px;
    }

    .comunicate-info {
        width: 40%;
        margin-right: 41px;
    }

    .cotizador-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .cotizador-btn {
        font-size: 27px;

    }

    .footer-content {
        padding-top: 25px;
        padding-bottom: 22px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .direccion-footer p {
        font-size: 13px;
    }

    .footer-derechos p {
        font-size: 9px;
        text-align: center;
    }

    .footer-title {
        font-size: 33px;
        max-width: 216px;
    }

    .footer-socials a img{
        width: 36px;
        height: 36px;
    }

    .footer-socials {
        gap: 1px;
    }

    .socials-comunicate {
        flex-wrap: wrap;
        justify-content: center;
    }

    .socials-comunicate .whatsapp-button {
        margin-right: 34px;
        margin-bottom: 19px;
    }
    .comunicate-content {
        padding-left: 60px;
        padding-right: 30px;
    }
}



@media (max-width: 644px) {
    .productos-title {
        font-size: 46px;
    }
    .productos-titles-content img {
        width: 95px;
    }

    .tipos-title {
        font-size: 23px;
        max-width: 228px;
    }
    .cards-content {
        gap: 13px;
        justify-content: center;
    }
    .hero-container {
        flex-direction: column;
    align-items: center;
    }

    .info-hero {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero-subtitle{
        text-align: center;
        margin-top: 19px;
    }
    .navbar {
        padding-left: 30px;
        padding-right: 30px;
    }
}


@media (max-width: 620px) {
    .form-content {
        flex-direction: column;
        align-items: center;
    }
    .cotizador-1p, .cotizador-2p{
        width: 100%;
    }
    .comunicate-content {
        flex-direction: column-reverse;
        align-items: center;
    }
    .comunicate-logos-content {
        margin-bottom: 69px;
    }
    .comunicate-info {
        width: 100%;
        margin-right: 0px;
    }
    .direccion {
        justify-content: center;
    }
    .horario-text{
        text-align: center;
    }
    .socials-comunicate .whatsapp-button {
        margin-right: 19px;
        margin-bottom: 0px;
    }
    .comunicate-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .comunicate-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .comunicate-logos img {
        max-height: 63px;
    }
    .productos-title {
        margin-right: 16px;
            
        }
}

@media (max-width: 530px) {
    .productos-title {
        font-size: 39px;
    }
    .tipos-title {
        font-size: 20px;
        max-width: 193px;
    }
    .tipos-info {
        font-size: 16px;
        max-width: 196px;
        margin-bottom: 22px;
    }
    .tipos-residencial-content-back{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .tipos-industria-content-back{
        padding-top: 100px;
    padding-bottom: 100px;
    }
    .footer-title {
        font-size: 26px;
    }
}

@media (max-width: 460px) {
    .productos-title {
        font-size: 33px;
    }
    .productos-titles-content img {
        width: 82px;
    }
    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 19px;
    }
    .footer-socials{
        justify-content: center;
    }
    .footer-title{
        text-align: center;
    }
    .footer-derechos{
        display: none;
    }
    .footer-derechos-mobile{
        display: inherit;

    }
    .footer-derechos-mobile p{
        font-size: 9px;
        text-align: center;
    }
    .tipos-info {
        font-size: 13px;
        max-width: 173px;
        margin-bottom: 22px;
    }
}

@media (max-width: 393px)  {
    .productos-title {
        font-size: 30px;
    }
    .productos-titles-content img {
        width: 73px;
    }
    .cotizador-form {
        padding-top: 32px;
        padding-bottom: 35px;
        padding-right: 25px;
        padding-left: 25px;
     }
     .cotizador-label {
        font-size: 19px;

     }
}
@media (max-width: 350px)  {
    .productos-title {
        font-size: 26px;
    }
    .tipos-title {
        font-size: 15px;
        max-width: 144px;
    }
    .hero-title {
        font-size: 60px;
        margin-right: 0px;
    }
    .socials-comunicate .whatsapp-button {
        margin-right: 23px;
    }
    .tipos-title{
        padding-top: 7px;
    }
}

@media (max-width: 320px)  {
.productos-title {
    font-size: 24px;
}}