*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}

body{
    background-color: #FFFFFF;
    font-family: sans-serif;
    position: relative;
    float: none;
    height: auto; 
}

.seccion-general{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    overflow-x: hidden;
    position: relative;
}

.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: 100;
}

.seccion-general header.header-scroll{
    background-color: #FFFFFF;
    position: fixed;
}

.contenedor-general-header{
    display: inline-flex;
    justify-content: space-between;
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
}

.logo-header{
    width: 200px;
    height: auto;
    background-color: transparent;
    float: left;
    text-decoration: none;
}

.logo-header img{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-general-header nav{
    width: 580px;
    height: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contenedor-general-header nav .btn-cerrar-menu{
    display: none;
    visibility: hidden;
}

.contenedor-general-header nav ul{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    list-style: none;
}

.contenedor-general-header nav ul li{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-general-header nav ul li a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.contenedor-general-header nav ul li a.header-scroll{
    color: #030D43;
}

.contenedor-general-header nav ul li a:hover{
    color: #E1BDD8;
}

.contenedor-btn-whats-menu{
    width: 250px;
    height: fit-content;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn-whatsapp-header{
    width: 250px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.icon-whatsaap-h{
    width: 45px;
    height: 45px;
    background: url("../assets/icon-whatsapp-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
}

.icon-whatsaap-h.header-scroll{
    background: url("../assets/icon-whatsapp-m.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.whatsapp-h{
    width: 75%;
    height: auto;
    background-color: transparent;
    float: left;
}

.whatsapp-h span{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
}

.whatsapp-h span.header-scroll{
    color: #030D43;
}

.whatsapp-h p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    color: #FFFFFF;
}

.whatsapp-h p.header-scroll{
    color: #030D43;
}

.btn-whatsapp-header:hover .icon-whatsaap-h{
    background: url("../assets/icon-whatsapp-cr.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-whatsapp-header:hover .whatsapp-h span{
    color: #E1BDD8;
}

.btn-whatsapp-header:hover .whatsapp-h p{
    color: #E1BDD8;
}

.btn-menu{
    display: none;
    visibility: hidden;
}





.btn-whatsapp-flotante{
    width: 65px;
    height: 65px;
    position: fixed;
    right: -200px;
    bottom: 30px;
    border-radius: 70px;
    background-color: #25D366;
    text-decoration: none;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    transition: ease .4s right, opacity ease .4s;
}

.btn-whatsapp-flotante.muestra-btn-whatsapp{
    right: 20px;
    opacity: 1;
    transition: ease .4s right, opacity ease .4s;
}

.btn-whatsapp-flotante img{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
}

.btn-whatsapp-flotante span{
    width: fit-content;
    height: fit-content;
    position: absolute;
    right: -35px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    border-radius: 10px;
    background-color: #F1F1FF;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    opacity: 0;
    transition: ease .4s right, opacity ease .4s;
    transition-delay: .2s;
}

.btn-whatsapp-flotante span.muestra-btn-whatsapp{
    right: 75px;
    opacity: 1;
    transition: ease .4s right, opacity ease .4s;
    transition-delay: .2s;
}





footer{
    width: 100%;
    height: auto;
    background-color: #F1F1FF;
    float: left;
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 20px;
    display: inline-flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.contenedor-general-footer{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    position: relative;
    padding-top: 250px;
}

.contenedor-footer-contacto{
    width: 100%;
    height: 350px;
    background-color: #7A2F7C;
    float: left;
    position: absolute;
    top: -170px;
    border-radius: 10px;
}

.contenedor-footer-contacto img{
    width: 400px;
    height: auto;
    position: absolute;
    left: 60px;
    bottom: 0;
    background-color: transparent;
}

.contenedor-text-contacto-footer{
    width: 100%;
    height: fit-content;
    position: absolute;
    padding-left: 480px;
    padding-right: 60px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.contenedor-text-contacto-footer h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 66px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.contenedor-text-contacto-footer a{
    width: 220px;
    height: auto;
    padding: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 40px;
    border: solid 2px #FFFFFF;
    display: inline-flex;
    justify-content: space-between;
    text-decoration: none;
    position: relative;
}

.contenedor-text-contacto-footer a span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.contenedor-text-contacto-footer a .icon-whatsapp{
    width: 30px;
    height: 30px;
    border-radius: 40px;
    background: url("../assets/icon-whatsapp-rb.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contenedor-text-contacto-footer a:hover{
    border: solid 2px #E1BDD8;
    background-color: #E1BDD8;
}

.contenedor-text-contacto-footer a:hover span{
    color: #7A2F7C;
}

.contenedor-text-contacto-footer a:hover .icon-whatsapp{
    background: url("../assets/icon-whatsapp-mb.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-general-nav-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.contenedor-info-footer-1{
    width: 30%;
    height: auto;
    background-color: #7A2F7C;
    float: left;
    border-radius: 20px;
    padding: 40px;
}

.contenedor-info-footer-1 img{
    width: 100px;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 30px;
}

.contenedor-info-footer-1 h4{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.contenedor-info-footer-1 p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 30px;
}

.contenedor-info-footer-1 a{
    width: 220px;
    height: auto;
    float: left;
    padding: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 40px;
    border: solid 2px #FFFFFF;
    background-color: transparent;
    display: inline-flex;
    justify-content: space-between;
    text-decoration: none;
    position: relative;
}

.contenedor-info-footer-1 a span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.contenedor-info-footer-1 a .icon-whatsapp{
    width: 30px;
    height: 30px;
    border-radius: 40px;
    background: url("../assets/icon-whatsapp-rb.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contenedor-info-footer-1 a:hover{
    border: solid 2px #E1BDD8;
    background-color: #E1BDD8;
}

.contenedor-info-footer-1 a:hover span{
    color: #7A2F7C;
}

.contenedor-info-footer-1 a:hover .icon-whatsapp{
    background: url("../assets/icon-whatsapp-mb.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-info-footer-2{
    padding-top: 135px;
    width: 15%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-footer-3{
    padding-top: 135px;
    width: 25%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-footer-4{
    padding-top: 135px;
    width: 12%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-footer-2 h4,
.contenedor-info-footer-3 h4,
.contenedor-info-footer-4 h4{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #7A2F7C;
    margin-bottom: 40px;
}

.contenedor-info-footer-2 ul,
.contenedor-info-footer-3 ul{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    list-style: none;
}

.contenedor-info-footer-2 ul li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 20px;
}

.contenedor-info-footer-3 ul li{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contenedor-info-footer-2 ul li a{
    width: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
}

.contenedor-info-footer-2 ul li a .icon-menu-footer{
    width: 14px;
    height: 14px;
    background: url("../assets/icon-bullet-m.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.contenedor-info-footer-2 ul li a span{
    width: fit-content;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #030D43;
    text-decoration: none;
    cursor: pointer;
    margin-top: -3px;
}

.contenedor-info-footer-3 ul li img{
    width: 35px;
    height: 35px;
    background-color: transparent;
    float: left;
    margin-right: 10px;
}

.contenedor-info-contacto-footer{
    width: 90%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-info-contacto-footer span{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #7A2F7C;
    margin-bottom: 5px;
}

.contenedor-info-contacto-footer a{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    cursor: default;
}

.contenedor-info-contacto-footer a span{
    width: fit-content;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #030D43;
    text-decoration: none;
    cursor: pointer;
}

.contenedor-info-contacto-footer a span:hover{
    color: #7A2F7C;
}

.contenedor-rss-footer{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
}

.contenedor-rss-footer a{
    width: 40px;
    height: 40px;
    float: left;
    background-color: transparent;
    text-decoration: none;
    margin-right: 20px;
}

.contenedor-rss-footer a .icon-rss-f{
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 40px;
}

.contenedor-rss-footer a .icon-insta-f{
    background: url("../assets/icon-instagram-m.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-rss-footer a:hover .icon-insta-f{
    background: url("../assets/icon-instagram-r.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-rss-footer a .icon-fb-f{
    background: url("../assets/icon-facebook-m.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-rss-footer a:hover .icon-fb-f{
    background: url("../assets/icon-facebook-r.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-footer-min{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-footer-min p{
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #030D43;
}

.contenedor-footer-min a{
    width: auto;
    height: auto;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #030D43;
    text-decoration: none;
}

.contenedor-footer-min a:hover{
    color: #7A2F7C;
}









@media only screen and (max-width: 1580px){
    
    .contenedor-general-header{
        width: 100%;
    }





    .contenedor-general-footer{
        width: 100%;
    }
}








@media only screen and (max-width: 1380px){
    
    .contenedor-general-header nav{
        width: 400px;
        height: 100vh;
        position: fixed;
        right: -150%;
        top: 0;
        background-color: #FFFFFF;
        z-index: 100;
        left: unset;
        margin: unset;
        padding-top: 60px;
        transition: right ease .4s;
    }

    .contenedor-general-header nav.muestra-menu{
        right: 0%;
        transition: right ease .4s;
    }

    .contenedor-general-header nav .btn-cerrar-menu{
        display: block;
        visibility: visible;
        float: right;
        height: 30px;
        width: 30px;
        appearance: none;
        border: none;
        outline: none;
        background-color: transparent;
        margin-bottom: 40px;
        margin-right: 40px;
    }

    .contenedor-general-header nav .btn-cerrar-menu img{
        width: 30px;
        height: 30px;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-header nav ul{
        display: flex;
        flex-wrap: wrap;
    }

    .contenedor-general-header nav ul li{
        width: 100%;
    }

    .contenedor-general-header nav ul li a{
        width: 100%;
        font-size: 26px;
        color: #030D43;
        text-align: right;
        padding: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contenedor-general-header nav ul li a.header-scroll{
        color: #030D43;
    }

    .contenedor-general-header nav ul li a:hover{
        background-color: #E1BDD8;
        color: #030D43;
    }

    .contenedor-btn-whats-menu{
        width: 310px;
    }

    .btn-menu{
        display: block;
        visibility: visible;
        width: 40px;
        height: 40px;
        appearance: none;
        border: none;
        outline: none;
        background-color: transparent;
        margin-top: 5px;
    }

    .btn-menu .icon-menu{
        background-color: transparent;
        float: left;
        width: 40px;
        height: 40px;
        background: url("../assets/icon-menu-b.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .btn-menu .icon-menu.header-scroll{
        background: url("../assets/icon-menu-n.svg");
    }








    .contenedor-footer-contacto img{
        width: 350px;
    }

    .contenedor-text-contacto-footer{
        padding-left: 480px;
    }

    .contenedor-text-contacto-footer h2{
        font-size: 56px;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }

    .contenedor-general-nav-footer{
        flex-wrap: wrap;
    }

    .contenedor-info-footer-1{
        width: 40%;
        height: auto;
        margin-bottom: 40px;
    }
    .contenedor-info-footer-2{
        padding-top: 135px;
        width: 15%;
        margin-bottom: 40px;
    }

    .contenedor-info-footer-3{
        padding-top: 135px;
        width: 30%;
        margin-bottom: 40px;
    }

    .contenedor-info-footer-4{
        padding-top: 0px;
        width: 100%;
    }
}








@media only screen and (max-width: 1180px){

    .contenedor-footer-contacto img{
        left: 40px;
    }

    .contenedor-text-contacto-footer{
        padding-left: 400px;
    }

    .contenedor-text-contacto-footer h2{
        font-size: 56px;
        letter-spacing: -1px;
    }

    .contenedor-text-contacto-footer h2 br{
        display: none;
        visibility: hidden;
    }
    
    .contenedor-general-nav-footer{
        flex-wrap: wrap;
    }

    .contenedor-info-footer-1{
        width: 46%;
        margin-bottom: 60px;
    }

    .contenedor-info-footer-2{
        width: 46%;
        margin-bottom: 40px;
    }

    .contenedor-info-footer-3{
        padding-top: 0px;
        width: 46%;
    }

    .contenedor-info-footer-4{
        width: 46%;
    }
}









@media only screen and (max-width: 980px){

    .seccion-general header{
        padding-left: 70px;
        padding-right: 70px;
    }





    footer{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-footer-contacto img{
        width: 300px;
        left: 20px;
    }

    .contenedor-text-contacto-footer{
        padding-left: 320px;
    }

    .contenedor-text-contacto-footer h2{
        font-size: 46px;
        letter-spacing: -2.5px;
    }
}










@media only screen and (max-width: 780px){

    .seccion-general header{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-btn-whats-menu{
        width: 40px;
    }

    .btn-whatsapp-header{
        display: none;
        visibility: hidden;
    }

    .btn-menu{
        margin-top: 0px;
    }





    footer{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-footer-contacto{
        height: auto;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap-reverse;
        top: -170px;
    }

    .contenedor-footer-contacto img{
        display: none;
        visibility: hidden;
    }

    .contenedor-text-contacto-footer{
        width: 100%;
        height: fit-content;
        position: relative;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 60px;
        padding-bottom: 60px;
        top: unset;
        left: unset;
        bottom: unset;
        margin: unset;
        display: inline-flex;
        justify-content: start;
        flex-wrap: wrap;
    }

    .contenedor-text-contacto-footer h2{
        width: 100%;
        font-size: 46px;
        letter-spacing: 0px;
        margin-bottom: 40px;
    }

    .contenedor-info-footer-1{
        width: 100%;
        margin-bottom: 60px;
    }

    .contenedor-info-footer-2{
        width: 46%;
        margin-bottom: 40px;
        padding-top: 0px;
    }

    .contenedor-info-footer-3{
        padding-top: 0px;
        width: 46%;
    }

    .contenedor-info-footer-4{
        width: 46%;
    }

    .contenedor-footer-min{
        flex-wrap: wrap;
    }

    .contenedor-footer-min p{
        width: 100%;
        margin-bottom: 5px;
    }
}











@media only screen and (max-width: 580px){

    .seccion-general header{
        padding-left: 30px;
        padding-right: 30px;
    }





    footer{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-text-contacto-footer h2{
        font-size: 36px;
    }

    .contenedor-info-footer-1{
        width: 100%;
        margin-bottom: 40px;
    }

    .contenedor-info-footer-2{
        width: 100%;
        margin-bottom: 40px;
    }

    .contenedor-info-footer-3{
        width: 100%;
        margin-bottom: 40px;
    }

    .contenedor-info-footer-4{
        width: 100%;
    }
}









@media only screen and (max-width: 480px){

    .seccion-general header{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-header nav{
        width: 100%;
    }

    .contenedor-general-header nav .btn-cerrar-menu{
        margin-right: 20px;
    }

    .contenedor-general-header nav ul li a{
        padding: 20px;
    }





    footer{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-text-contacto-footer{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-info-footer-1{
        padding-left: 20px;
        padding-right: 20px;
    }
}









@media only screen and (max-width: 380px){

    .seccion-general header{
        padding-left: 15px;
        padding-right: 15px;
    }





    footer{
        padding-left: 15px;
        padding-right: 15px;
    }
}