.seccion-portada{
    width: 100%;
    height: 400px;
    background-color: #F0F1FB;
    float: left;
    display: inline-flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.back-portada{
    width: 100%;
    height: 100%;
    background: url("../assets/back-portadas.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    left: 0;
    opacity: .15;
}

.contenedor-genral-portada{
    width: 1400px;
    height: 100%;
    background-color: transparent;
    float: left;
    position: relative;
}

.contenedor-genral-portada h1{
    width: 100%;
    height: fit-content;
    background-color: transparent;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 62px;
    color: #202020;
    line-height: 72px;
    position: absolute;
    bottom: 40px;
    left: 0;
}







.seccion-cursos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 120px;
    padding-bottom: 120px;
    display: inline-flex;
    justify-content: center;
}

.contenedor-general-cursos{
    width: 1400px;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.contenedor-filtros-cursos{
    width: 25%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-filtro{
    width: 100%;
    height: auto;
    background-color: #AF81B8;
    float: left;
    border-radius: 20px;
    padding: 30px;
}

.contenedor-filtro h2{
    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: 40px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    margin-bottom: 20px;
}

.contenedor-buscador-text-cursos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 20px;
}

.contenedor-buscador-text-cursos form{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
}

.contenedor-buscador-text-cursos form input[type="search"]{
    width: 100%;
    height: 55px;
    background-color: #FFFFFF;
    float: left;
    border-radius: 50px;
    appearance: none;
    border: none;
    outline: none;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    line-height: 30px;
    padding: 10px;
    padding-right: 65px;
}

.contenedor-buscador-text-cursos form button{
    width: 55px;
    height: 55px;
    border-radius: 50px;
    border: solid 2px #FFFFFF;
    background-color: #AF81B8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    appearance: none;
    outline: none;
    cursor: pointer;
}

.contenedor-buscador-text-cursos form button img{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contenedor-buscador-text-cursos form button:hover{
    background-color: #83C2C4;
}

.contenedor-nav-acordeon{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-filtros-bloque{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    border-bottom: solid 1px #F0F1FB;
    padding-top: 20px;
    padding-bottom: 0px;
}

.btn-filtro-radio{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.btn-filtro-radio input[type="radio"]{
    display: none;
    visibility: hidden;
}

.btn-filtro-radio label{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.btn-filtro-radio label 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: 26px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: left;
}

.btn-filtro-radio label img{
    width: 20px;
    height: 20px;
    float: left;
    background-color: transparent;
}

.bloque-oculto-visible-filtros{
    width: 100%;
    height: 0px;
    background-color: transparent;
    float: left;
    overflow: hidden;
}

.bloque-oculto-visible-filtros.muestra-filtros{
    height: auto;
}

.bloque-oculto-visible-filtros form{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-filtros-bloque-final{
    border-bottom: none;
    padding-bottom: 0px;
}

.filtros-bloque{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.filtros-bloque-oculto{
    display: none;
    visibility: hidden;
}

.filtros-bloque h4{
    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;
    text-align: left;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.filtros-subcategoria{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.filtro{
    display: inline-flex;
}

.filtro input[type="checkbox"]{
    display: none;
    visibility: hidden;
}

.filtro label{
    width: 100%;
    height: auto;
    background-color: #c69bcf;
    float: left;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    border: solid 1px #c69bcf;
}

.filtro input[type="checkbox"]:checked + label{
    background-color: #83C2C4;
    border: solid 1px #83C2C4;
}

.filtro .filtro-sub{
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 4px;
}

.contenedor-cursos{
    width: 69%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-titulo-cursos{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-titulo-cursos 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: 40px;
    color: #202020;
    line-height: 46px;
    margin-bottom: 40px;
}

.cursos{
     width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5%;
}

.cursos a{
    width: 30%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 60px;
}

.cursos a figure{
    width: 100%;
    height: auto;
    float: left;
    background-color: #F0F1FB;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.cursos a figure img{
    width: 100%;
    height: auto;
    float: left;
    background-color: transparent;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: ease .4s transform;
}

.cursos a:hover figure img{
    transform: scale(1.05);
    transition: ease .4s transform;
}

.info-curso{
    width: 100%;
    height: 230px;
    float: left;
    background-color: transparent;
    position: relative;
}

.info-curso 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: #202020;
    line-height: 32px;
    text-align: left;
    margin-bottom: 40px;
}

.btn-curso{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: start;
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn-curso span{
    width: auto;
    background-color: #FFFFFF;
    float: left;
    height: auto;
    border-radius: 60px;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color: #202020;
    margin-top: 5px;
    margin-right: 15px;
}

.btn-curso .icon-btn-curso{
    width: 25px;
    height: 25px;
    float: left;
    background-color: #AF81B8;
    border-radius: 60px;
    position: relative;
}

.btn-curso .icon-btn-curso img{
    width: 10px;
    height: 10px;
    float: left;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cursos a:hover .btn-curso .icon-btn-curso{
    background-color: #83C2C4;
}









@media only screen and (max-width: 1580px){

    .seccion-portada{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-genral-portada{
        width: 100%;
        padding-left: 90px;
        padding-right: 90px;
    }





    .seccion-cursos{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-cursos{
        width: 100%;
    }
}










@media only screen and (max-width: 1380px){

    .seccion-cursos{
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-cursos{
        width: 100%;
        flex-wrap: wrap;
    }

    .contenedor-filtros-cursos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 60px;
    }

   .contenedor-nav-acordeon{
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-filtros-bloque{
        width: 100%;
    }

    .bloque-oculto-visible-filtros form{
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .filtros-bloque{
        width: 30%;
    }

    .filtros-bloque-100{
        width: 100%;
    }

    .filtros-bloque-oculto{
        display: block;
        visibility: visible;
    }



    .contenedor-cursos{
        width: 100%;
    }

    .contenedor-titulo-cursos{
        text-align: center;
    }
    
}









@media only screen and (max-width: 1180px){

    .filtros-bloque{
        width: 45%;
    }

    .filtros-bloque-100{
        width: 100%;
    }

    .filtros-bloque-oculto{
        display: none;
        visibility: hidden;
    }




    .info-curso h3{
        letter-spacing: -.5px;
    }
    
}







@media only screen and (max-width: 980px){

    .seccion-portada{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-genral-portada h1{
        height: fit-content;
        text-align: center;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 52px;
        line-height: 62px;
        padding-left: 70px;
        padding-right: 70px;
    }





    .seccion-cursos{
        padding-left: 70px;
        padding-right: 70px;
    }

    .info-curso{
        height: 250px;
    }

    .info-curso h3{
        letter-spacing: -.5px;
    }


    .cursos a{
        width: 47%;
    }
    
    .info-curso{
        height: 250px;
    }

}










@media only screen and (max-width: 780px){

    .seccion-portada{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-genral-portada h1{
        padding-left: 50px;
        padding-right: 50px;
    }





    .seccion-cursos{
        padding-left: 50px;
        padding-right: 50px;
    }

    .filtros-bloque{
        width: 100%;
    }

    .filtros-bloque-oculto{
        display: block;
        visibility: visible;
    }

    .cursos a{
        width: 47%;
    }

    .info-curso{
        height: 250px;
    }

    .info-curso h3{
        letter-spacing: -.5px;
    }

}










@media only screen and (max-width: 580px){

    .seccion-portada{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-genral-portada h1{
        padding-left: 30px;
        padding-right: 30px;
        font-size: 44px;
        line-height: 54px;
    }





    .seccion-cursos{
        padding-left: 30px;
        padding-right: 30px;
    }

    .cursos a{
        width: 100%;
    }

    .info-curso{
        height: 200px;
    }

    .info-curso h3{
        letter-spacing: 0px;
    }

}











@media only screen and (max-width: 480px){

    .seccion-portada{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-genral-portada h1{
        padding-left: 20px;
        padding-right: 20px;
    }





    .seccion-cursos{
        padding-left: 20px;
        padding-right: 20px;
    }
}










@media only screen and (max-width: 380px){

    .seccion-portada{
        padding-left: 15px;
        padding-right: 15px;
    }

    .contenedor-genral-portada h1{
        padding-left: 15px;
        padding-right: 15px;
    }





    .seccion-cursos{
        padding-left: 15px;
        padding-right: 15px;
    }
}