*{
    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-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.seccion-general header.fija-header{
    position: fixed;
    background-color: #F0F1FB;
}

.contenedor-header{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-header .a-logo{
    width: 140px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-header .a-logo img{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-header nav{
    width: 550px;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 25px;
}

.contenedor-img-nav{
    display: none;
    visibility: hidden;
}

.contenedor-ul-nav{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-header nav ul{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    list-style: none;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-header nav ul .btn-cerrar-menu{
    display: none;
    visibility: hidden;
}

.contenedor-header nav ul li{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-header nav ul li a{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #202020;
    text-decoration: none;
}

.contenedor-header nav ul li a:hover{
    color: #AF81B8;
}

.btn-ul-cursos{
    display: none;
    visibility: hidden;
}

.contenedor-btn-header{
    width: 220px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-btn-header a{
    width: 220px;
    height: auto;
    background-color: #AF81B8;
    padding: 20px;
    display: inline-flex;
    justify-content: space-between;
    border-radius: 60px;
    text-decoration: none;
    float: left;
    cursor: pointer;
}

.contenedor-btn-header a span{
    width: auto;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 2px;
}

.contenedor-btn-header a img{
    width: 20px;
    height: 20px;
    background-color: transparent;
    float: left;
}

.contenedor-btn-header a:hover{
    background-color: #83C2C4;
}

.btn-abrir-menu{
    display: none;
    visibility: hidden;
}






footer{
    width: 100%;
    height: auto;
    background-color: #F0F1FB;
    float: left;
    padding-top: 120px;
    padding-bottom: 20px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-footer{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-footer-uno{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.footer-uno{
    width: 22%;
    height: auto;
    background-color: transparent;
    float: left;
}

.footer-uno img{
    width: 140px;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 40px;
}

.footer-uno p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #202020;
}

.footer-dos,
.footer-tres,
.footer-cuatro{
    width: 20%;
    height: auto;
    background-color: transparent;
    float: left;
}

.footer-dos h3,
.footer-tres h3,
.footer-cuatro h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: #AF81B8;
}

.footer-dos hr,
.footer-tres hr{
    width: 50px;
    float: left;
    border: solid 1px #AF81B8;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-dos ul,
.footer-tres ul{
    width: 100%;
    float: left;
    height: auto;
    background-color: transparent;
    list-style: none;
}

.footer-dos ul li,
.footer-tres ul li{
    width: 100%;
    float: left;
    height: auto;
    background-color: transparent;
    margin-bottom: 10px;
}

.footer-dos ul li a,
.footer-tres ul li a{
    width: auto;
    float: left;
    height: auto;
    background-color: transparent;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #202020;
    text-decoration: none;
}

.contenedor-rss{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
    margin-top: 20px;
}

.contenedor-rss a{
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
    position: relative;
    text-decoration: none;
    background-color: #AF81B8;
    border-radius: 50px;
}

.contenedor-rss a .icon-rss-f{
    width: 25px;
    height: 25px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
}

.icon-rss-face{
    background: url("../assets/icon-facebook-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-rss-you{
    background: url("../assets/icon-youtube-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-rss-inst{
    background: url("../assets/icon-instagram-b.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contenedor-rss a:hover{
    background-color: #83C2C4;
}

.contenedor-footer-dos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    border-top: solid 1px #AF81B8;
    padding-top: 20px;
}

.contenedor-footer-dos p{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #202020;
    text-align: center;
}





@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-footer{
        width: 100%;
    }
}







@media only screen and (max-width: 1180px){


    .contenedor-header nav{
        width: 100%;
        height: 100vh;
        background-color: #FFFFFF;
        float: left;
        margin-top: 0px;
        position: fixed;
        top: -150vh;
        left: 0;
        z-index: 100;
        display: inline-flex;
        justify-content: space-between;
        transition: top ease .4s;
    }

    .contenedor-header nav.muestra-menu{
        top: 0px;
        transition: top ease .4s;
    }

    .contenedor-img-nav{
        width: 50%;
        height: 100%;
        background: url("../assets/img-menu.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        visibility: visible;
        position: relative;
        opacity: 0;
        top: -150vh;
        transition: ease.4s opacity, top ease .4s;
    }

    .contenedor-img-nav.muestra-menu{
        opacity: 1;
        top: 0vh;
        transition: ease.4s opacity, top ease .4s;
    }

    .contenedor-ul-nav{
        width: 50%;
        height: 100%;
        background-color: transparent;
        float: left;
        position: relative;
        opacity: 0;
        bottom: -250vh;
        transition: ease.4s opacity, top ease .4s;
    }

    .contenedor-ul-nav.muestra-menu{
        opacity: 1;
        bottom: 0vh;
        transition: ease.4s opacity, bottom ease .4s;
    }

    .contenedor-header nav ul{
        width: 100%;
        height: fit-content;
        background-color: transparent;
        float: left;
        list-style: none;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-header nav ul .btn-cerrar-menu{
        height: 40px;
        width: 40px;
        float: left;
        background-color: transparent;
        appearance: none;
        border: none;
        outline: none;
        display: block;
        visibility: visible;
        cursor: pointer;
        margin-bottom: 40px;
    }

    .contenedor-header nav ul .btn-cerrar-menu .icon-cerrar-menu{
        width: 40px;
        height: 40px;
        float: left;
        background: url("../assets/icon-cerrar-n.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-header nav ul .btn-cerrar-menu:hover .icon-cerrar-menu{
        background: url("../assets/icon-cerrar-cm.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-header nav ul li{
        width: 100%;
        margin-bottom: 40px;
    }

    .contenedor-header nav ul li a{
        font-size: 30px;
    }

    .contenedor-btn-header{
        width: 300px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-header a{
        height: 60px;
    }

    .btn-abrir-menu{
        height: 45px;
        width: 45px;
        float: left;
        background-color: transparent;
        appearance: none;
        border: none;
        outline: none;
        display: block;
        visibility: visible;
        cursor: pointer;
        margin-top: 7px;
    }

    .contenedor-btn-header .btn-abrir-menu .icon-abrir-menu{
        width: 45px;
        height: 45px;
        float: left;
        background: url("../assets/icon-menu-n.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedor-btn-header .btn-abrir-menu:hover .icon-abrir-menu{
        background: url("../assets/icon-menu-cm.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }





    .contenedor-footer-uno{
        flex-wrap: wrap;
    }

    .footer-uno{
        width: 30%;
        margin-bottom: 40px;
    }

    .footer-dos,
    .footer-tres{
        width: 25%;
        margin-bottom: 40px;
    }

    .footer-cuatro{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }
}








@media only screen and (max-width: 980px){


    .seccion-general header{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-header nav ul{
        padding-left: 70px;
        padding-right: 70px;
    }




    footer{
        padding-left: 70px;
        padding-right: 70px;
    }

    .footer-uno{
        width: 46%;
        margin-bottom: 40px;
    }

    .footer-dos{
        width: 46%;
        margin-bottom: 40px;
    }

    .footer-tres{
        width: 46%;
        margin-bottom: 0px;
    }

    .footer-cuatro{
        width: 46%;
    }
}








@media only screen and (max-width: 780px){


    .seccion-general header{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-img-nav{
        width: 30%;
    }

    .contenedor-ul-nav{
        width: 70%;
    }

    .contenedor-header nav ul{
        padding-left: 50px;
        padding-right: 50px;
    }




    footer{
        padding-left: 50px;
        padding-right: 50px;
    }
}








@media only screen and (max-width: 580px){


    .seccion-general header{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-img-nav{
        width: 30%;
        display: none;
        visibility: hidden;
    }

    .contenedor-ul-nav{
        width: 100%;
    }

    .contenedor-header nav ul{
        padding-left: 30px;
        padding-right: 30px;
        justify-content: center;
    }

    .contenedor-header nav ul li{
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-header nav ul li a{
        text-align: center;
    }

    .contenedor-header nav ul .btn-ul-cursos{
        width: 240px;
        height: auto;
        background-color: #AF81B8;
        padding: 20px;
        display: inline-flex;
        justify-content: space-between;
        border-radius: 60px;
        text-decoration: none;
        float: left;
        cursor: pointer;
        display: block;
        visibility: visible
    }

    .contenedor-header nav ul .btn-ul-cursos span{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: "League Spartan", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        color: #FFFFFF;
        margin-top: 2px;
    }

    .contenedor-header nav ul .btn-ul-cursos img{
        width: 20px;
        height: 20px;
        background-color: transparent;
        float: right;
    }

    .contenedor-header nav ul .btn-ul-cursos a:hover{
        background-color: #83C2C4;
    }

    .contenedor-btn-header{
        width: 45px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btn-header a{
        display: none;
        visibility: hidden;
    }




    footer{
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-uno{
        width: 100%;
        margin-bottom: 40px;
    }

    .footer-dos{
        width: 46%;
        margin-bottom: 40px;
    }

    .footer-tres{
        width: 46%;
        margin-bottom: 40px;
    }

    .footer-cuatro{
        width: 100%;
    }
}








@media only screen and (max-width: 480px){


    .seccion-general header{
        padding-left: 20px;
        padding-right: 20px;
    }




    footer{
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-dos{
        width: 100%;
        margin-bottom: 40px;
    }

    .footer-tres{
        width: 100%;
        margin-bottom: 40px;
    }
}








@media only screen and (max-width: 380px){


    .seccion-general header{
        padding-left: 15px;
        padding-right: 15px;
    }




    footer{
        padding-left: 15px;
        padding-right: 15px;
    }
}