*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}

body{
    font-family: sans-serif; 
    background-color: #FFFFFF;
}

.seccion-general{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
    overflow-x: hidden;
}

.seccion-general header{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: center;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.seccion-general header.estilos-scroll{
    background-color: #FFFFFF;
    position: fixed;
}

.contenedor-header{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-header .a-logo{
    width: 120px;
    height: auto;
    background-color: transparent;
    float: left;
    text-decoration: none;
}

.contenedor-header .a-logo img{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-header nav{
    width: 620px;
    height: 100%;
    background-color: transparent;
    float: left;
    position: relative;
}

.btn-cmenu{
    display: none;
    visibility: hidden;
}

.contenedor-header nav ul{
    width: 100%;
    height: fit-content;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    list-style: none;
}

.contenedor-header nav ul li{
    width: auto;
    height: fit-content;
    background-color: transparent;
    float: left;
}

.contenedor-header nav ul li a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.contenedor-header nav ul li a.estilos-scroll{
    color: #303030;
}

.contenedor-header nav ul li a:hover{
    color: #CAAF87;
}

.contenedor-btn-llamada-menu{
    width: 200px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-header .btn-contacto{
    width: 200px;
    height: 50px;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    text-decoration: none;
    border: solid 2px #CAAF87;
    border-radius: 50px;
    padding: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.contenedor-header .btn-contacto span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #CAAF87;
}

.contenedor-header .btn-contacto .icon-llamada{
    width: 18px;
    height: 18px;
    float: left;
    background: url("../assets/icon-tel-c.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-header .btn-contacto:hover{
    background-color: #CAAF87;
}

.contenedor-header .btn-contacto:hover span{
    color: #FFFFFF;
}

.contenedor-header .btn-contacto:hover .icon-llamada{
    background: url("../assets/icon-tel-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-menu{
    display: none;
    visibility: hidden;
}





.btn-whatsaap-flotante{
    width: 65px;
    height: 65px;
    position: fixed;
    right: -200px;
    bottom: 30px;
    border-radius: 80px;
    background-color: #00B66C;
    text-decoration: none;
    z-index: 1000;
    opacity: 0;
    transition: right ease .4s, opacity ease .4s;
    transition-delay: .4s;
}

.btn-whatsaap-flotante.entra-btn-whatsapp{
    right: 20px;
    opacity: 1;
    transition: right ease .4s, opacity ease .4s;
}

.btn-whatsaap-flotante img{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.btn-whatsaap-flotante span{
    width: 120px;
    height: fit-content;
    background-color: #FFFFFF;
    padding: 5px;
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #303030;
    position: absolute;
    left: -80px;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 15px;
    opacity: 0;
    transition: left ease .4s, opacity ease .4s;
}

.btn-whatsaap-flotante span.entra-btn-whatsapp{
    left: -130px;
    opacity: 1;
    transition: left ease .4s, opacity ease .4s;
    transition-delay: .4s;
}






footer{
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-left: 90px;
    padding-right: 90px;
    background-color: #07332F;
    display: inline-flex;
    justify-content: center;
    position: relative;
    z-index: 100;
}

.contenedor-general-footer{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: solid 1px #89B1AD;
}

.info-footer-uno{
    width: 22%;
    height: auto;
    background-color: transparent;
    float: left;
}

.info-footer-uno img{
    width: 120px;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 20px;
}

.info-footer-uno p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.info-footer-uno a{
    width: 200px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    text-decoration: none;
    border: solid 2px #CAAF87;
    border-radius: 50px;
    padding: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.info-footer-uno a span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #CAAF87;
}

.info-footer-uno a .icon-ir-btn{
    width: 14px;
    height: 14px;
    float: left;
    background: url("../assets/icon-ir-c.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 3px;
}

.info-footer-uno a:hover{
    background-color: #CAAF87;
}

.info-footer-uno a:hover span{
    color: #FFFFFF;
}

.info-footer-uno a:hover .icon-ir-btn{
    background: url("../assets/icon-ir-b.svg");
}

.titulos-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.info-footer-dos{
    width: 10%;
    height: auto;
    background-color: transparent;
    float: left;
}

.info-footer-tres{
    width: 15%;
    height: auto;
    background-color: transparent;
    float: left;
}

.info-footer-cuatro{
    width: 15%;
    height: auto;
    background-color: transparent;
    float: left;
}

.info-footer-cinco{
    width: 22%;
    height: auto;
    background-color: transparent;
    float: left;
}

.info-footer-dos ul,
.info-footer-tres ul,
.info-footer-cuatro ul,
.info-footer-cinco ul{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    list-style: none;
}

.info-footer-dos ul li,
.info-footer-tres ul li,
.info-footer-cuatro ul li,
.info-footer-cinco ul li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 15px;
}

.info-footer-dos ul li a,
.info-footer-tres ul li a,
.info-footer-cuatro ul li a{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    transform: translateX(0px);
    transition: ease .4s transform;
    cursor: pointer;
}

.info-footer-cinco ul li a{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
    cursor: pointer;
}

.info-footer-cinco ul li a img{
    width: 25px;
    height: 25px;
    float: left;
    background-color: transparent;
    margin-right: 15px;
}

.info-footer-cinco ul li a span{
    width: auto;
    height: auto;
    float: left;
    background-color: transparent;
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 3px;
    line-height: 26px;
}

.info-footer-cinco ul li a .div-hrs{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.info-footer-cinco ul li a .div-hrs span{
    width: 100%;
    height: auto;
    float: left;
    background-color: transparent;
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 3px;
    line-height: 26px;
}

.info-footer-cinco ul li a .div-hrs p{
    width: 100%;
    height: auto;
    float: left;
    background-color: transparent;
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 3px;
    line-height: 24px;
}

.info-footer-cinco ul li a .div-hrs p strong{
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #CAAF87;
}

.info-footer-dos ul li a:hover,
.info-footer-tres ul li a:hover,
.info-footer-cuatro ul li a:hover{
    color: #CAAF87;
    transform: translateX(20px);
    transition: ease .4s transform;
}

.info-footer-seis{
    display: none;
    visibility: hidden;
}

.contenedor-subfooter{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contenedor-subfooter a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
     font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
    margin-top: 6px;
}

.contenedor-subfooter a:hover{
    color: #CAAF87;
}

.contenedor-subfooter p{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
     font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 6px;
}

.contenedor-subfooter .redes-ss{
    width: 30px;
    height: 30px;
    background-color: transparent;
    float: left;
    text-decoration: none;
    margin-top: 0px;
}

.contenedor-subfooter .redes-ss .icon-instagram{
    width: 30px;
    height: 30px;
    float: left;
    background: url("../assets/icon-instagram-bc.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-subfooter .redes-ss .icon-instagram:hover{
    background: url("../assets/icon-instagram-cc.svg");
}











@media only screen and (max-width: 1580px){

    .seccion-general header{
        padding-left: 90px;
        padding-right: 90px;
    }
    .contenedor-header{
        width: 100%;
    }







    footer{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-footer{
        width: 100%;
    }
}










@media only screen and (max-width: 1380px){

    .contenedor-header nav{
        width: 520px;
    }







    .contenedor-footer{
        flex-wrap: wrap;
    }

    .info-footer-uno{
        width: 30%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
    }

    .info-footer-dos{
        width: 20%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
    }

    .info-footer-tres{
        width: 20%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
    }

    .info-footer-cuatro{
        width: 20%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .info-footer-cinco{
        width: 30%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .info-footer-seis{
        display: block;
        visibility: visible;
        width: 30%;
    }
}










@media only screen and (max-width: 1180px){

    .contenedor-header nav{
        width: 380px;
        height: 100vh;
        position: fixed;
        right: -150%;
        top: 0;
        z-index: 100;
        background-color: #FFFFFF;
        padding: 40px;
        transition: right ease .4s
    }

    .contenedor-header nav.muestra-menu{
        right: -0%;
        transition: right ease .4s
    }

    .btn-cmenu{
        display: block;
        visibility: visible;
        background-color: transparent;
        float: right;
        height: 30px;
        width: 30px;
        appearance: none;
        outline: none;
        border: none;
        margin-bottom: 60px;
    }

    .btn-cmenu .icon-cerrar-menu{
        width: 30px;
        height: 30px;
        background: url("../assets/icon-cerrar-n.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .contenedor-header nav ul{
        flex-wrap: wrap;
        position: relative;
        left: unset;
        top: unset;
        bottom: unset;
        margin: unset;
    }

    .contenedor-header nav ul li{
        width: 100%;
        display: inline-flex;
        justify-content: right;
         margin-bottom: 30px;
    }

    .contenedor-header nav ul li a{
        font-family: "Cabin", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 38px;
        color: #303030;
        text-decoration: none;
        cursor: pointer;
        text-align: right;
    }

    .contenedor-btn-llamada-menu{
        width: 270px;
    }

    .btn-menu{
        display: block;
        visibility: visible;
        width: 40px;
        height: 40px;
        background-color: transparent;
        appearance: none;
        outline: none;
        border: none;
    }

    .btn-menu .icon-menu{
        width: 40px;
        height: 40px;
        background-color: transparent;
        float: left;
        background: url("../assets/icon-menu-c.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: 5px;
        transform: scale(1);
        transition: transform ease .4s;
    }

    .btn-menu:hover .icon-menu{
        transform: scale(1.1);
        transition: transform ease .4s;
    }







    .info-footer-uno{
        width: 31%;
    }

    .info-footer-dos{
        width: 31%;
    }

    .info-footer-tres{
        width: 31%;
    }

    .info-footer-cuatro{
        width: 31%;
    }

    .info-footer-cinco{
        width: 31%;
    }

    .info-footer-seis{
        width: 31%;
    }
}











@media only screen and (max-width: 980px){

    .seccion-general header{
        padding-left: 70px;
        padding-right: 70px;
    }






    footer{
        padding-left: 70px;
        padding-right: 70px;
    }

    .info-footer-uno{
        width: 46%;
    }

    .info-footer-dos{
        width: 46%;
    }

    .info-footer-tres{
        width: 46%;
    }

    .info-footer-cuatro{
        width: 46%;
    }

    .info-footer-cinco{
        width: 100%;
    }

    .info-footer-seis{
        display: none;
        visibility: hidden;
    }
}










@media only screen and (max-width: 780px){

    .seccion-general header{
        padding-left: 50px;
        padding-right: 50px;
    }






    footer{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-subfooter{
        flex-wrap: wrap-reverse;
    }

    .contenedor-subfooter p{
        width: 90%;
    }
}










@media only screen and (max-width: 580px){

    .seccion-general header{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-btn-llamada-menu{
        width: 260px;
    }

    .contenedor-header nav{
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }






    footer{
        padding-left: 30px;
        padding-right: 30px;
    }
}











@media only screen and (max-width: 480px){

    .seccion-general header{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-btn-llamada-menu{
        width: 30px;
    }

    .contenedor-header .btn-contacto{
        display: none;
        visibility: hidden;
    }

    .btn-menu .icon-menu{
        margin-top: 6px;
    }

    .contenedor-header nav{
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }






    footer{
        padding-left: 20px;
        padding-right: 20px;
    }

    .info-footer-uno{
        width: 100%;
        margin-bottom: 40px;
    }

    .info-footer-dos{
        width: 100%;
        margin-bottom: 40px;
    }

    .info-footer-tres{
        width: 100%;
        margin-bottom: 40px;
    }

    .info-footer-cuatro{
        width: 100%;
        margin-bottom: 40px;
    }

    .contenedor-subfooter p{
        width: 100%;
        margin-top: 10px;
    }
}










@media only screen and (max-width: 380px){

    .seccion-general header{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-header nav{
        padding-left: 15px;
        padding-right: 15px;
    }






    footer{
        padding-left: 15px;
        padding-right: 15px;
    }
}