@media only screen and (max-width: 3840px){

    .seccion-portada-aprendizaje{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../../assets/img-portada-aprendizaje.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 1200px;
        height: 70px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .contenedor-general-aprendizaje{
        width: 1200px;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-info-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-aprendizaje h2{
        width: 47%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .p-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .p-aprendizaje p{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: justify;
    }









    .seccion-categorias-aprendizaje{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .contenedor-categorias-aprendisaje{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-categorias-aprendisaje h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .categorias-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .categorias-aprendizaje a{
        width: 31%;
        height: 320px;
        background-color: #002627;
        float: left;
        margin-bottom: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 10px;
        position: relative;
    }

    .categoria-a-1{
        background: url("../../assets/img-categoria-aprendizaje-1.webp");
    }

    .categoria-a-2{
        background: url("../../assets/img-categoria-aprendizaje-2.webp");
    }

    .categoria-a-3{
        background: url("../../assets/img-categoria-aprendizaje-3.webp");
    }

    .categoria-a-4{
        background: url("../../assets/img-categoria-aprendizaje-4.webp");
    }

    .categoria-a-5{
        background: url("../../assets/img-categoria-aprendizaje-5.webp");
    }

    .categoria-a-6{
        background: url("../../assets/img-categoria-aprendizaje-6.webp");
    }

    .contenedor-titulo-categoria{
        width: 100%;
        height: auto;
        padding: 20px;
        padding-top: 45px;
        background-color: #ffffff;
        float: left;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .contenedor-titulo-categoria img{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 10px;
        position: absolute;
        top: -30px;
        left: 20px;
        transition: background-color ease .2s;
    }

    .categorias-aprendizaje a:hover img{
        background-color: #002627;
        transition: background-color ease .2s;
    }

    .contenedor-titulo-categoria h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-nota-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-nota-aprendizaje p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 12px;
        font-family: Mulish;
        color: #757575;
        font-weight: 400;
        text-align: center;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }
}

















@media only screen and (max-width: 1380px){

    .seccion-portada-aprendizaje{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../../assets/img-portada-aprendizaje.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        padding-left: 90px;
        padding-right: 90px;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-aprendizaje{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-info-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-aprendizaje h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .p-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .p-aprendizaje p{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: justify;
    }









    .seccion-categorias-aprendizaje{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-categorias-aprendisaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-categorias-aprendisaje h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .categorias-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .categorias-aprendizaje a{
        width: 31%;
        height: 320px;
        background-color: #002627;
        float: left;
        margin-bottom: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 10px;
        position: relative;
    }

    .categoria-a-1{
        background: url("../../assets/img-categoria-aprendizaje-1.webp");
    }

    .categoria-a-2{
        background: url("../../assets/img-categoria-aprendizaje-2.webp");
    }

    .categoria-a-3{
        background: url("../../assets/img-categoria-aprendizaje-3.webp");
    }

    .categoria-a-4{
        background: url("../../assets/img-categoria-aprendizaje-4.webp");
    }

    .categoria-a-5{
        background: url("../../assets/img-categoria-aprendizaje-5.webp");
    }

    .categoria-a-6{
        background: url("../../assets/img-categoria-aprendizaje-6.webp");
    }

    .contenedor-titulo-categoria{
        width: 100%;
        height: auto;
        padding: 20px;
        padding-top: 45px;
        background-color: #ffffff;
        float: left;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .contenedor-titulo-categoria img{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 10px;
        position: absolute;
        top: -30px;
        left: 20px;
        transition: background-color ease .2s;
    }

    .categorias-aprendizaje a:hover img{
        background-color: #002627;
        transition: background-color ease .2s;
    }

    .contenedor-titulo-categoria h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-nota-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-nota-aprendizaje p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 12px;
        font-family: Mulish;
        color: #757575;
        font-weight: 400;
        text-align: center;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }
}

















@media only screen and (max-width: 980px){

    .seccion-portada-aprendizaje{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../../assets/img-portada-aprendizaje.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        padding-left: 70px;
        padding-right: 70px;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-aprendizaje{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-info-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-aprendizaje h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-aprendizaje h2 br{
        display: none;
        visibility: hidden;
    }

    .p-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .p-aprendizaje p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }









    .seccion-categorias-aprendizaje{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-categorias-aprendisaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-categorias-aprendisaje h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .categorias-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .categorias-aprendizaje a{
        width: 48%;
        height: 320px;
        background-color: #002627;
        float: left;
        margin-bottom: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 10px;
        position: relative;
    }

    .categoria-a-1{
        background: url("../../assets/img-categoria-aprendizaje-1.webp");
    }

    .categoria-a-2{
        background: url("../../assets/img-categoria-aprendizaje-2.webp");
    }

    .categoria-a-3{
        background: url("../../assets/img-categoria-aprendizaje-3.webp");
    }

    .categoria-a-4{
        background: url("../../assets/img-categoria-aprendizaje-4.webp");
    }

    .categoria-a-5{
        background: url("../../assets/img-categoria-aprendizaje-5.webp");
    }

    .categoria-a-6{
        background: url("../../assets/img-categoria-aprendizaje-6.webp");
    }

    .contenedor-titulo-categoria{
        width: 100%;
        height: auto;
        padding: 20px;
        padding-top: 45px;
        background-color: #ffffff;
        float: left;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .contenedor-titulo-categoria img{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 10px;
        position: absolute;
        top: -30px;
        left: 20px;
        transition: background-color ease .2s;
    }

    .categorias-aprendizaje a:hover img{
        background-color: #002627;
        transition: background-color ease .2s;
    }

    .contenedor-titulo-categoria h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-nota-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-nota-aprendizaje p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 12px;
        font-family: Mulish;
        color: #757575;
        font-weight: 400;
        text-align: center;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }
}


















@media only screen and (max-width: 780px){

    .seccion-portada-aprendizaje{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../../assets/img-portada-aprendizaje.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        padding-left: 50px;
        padding-right: 50px;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 150px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 56px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-aprendizaje{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-info-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-aprendizaje h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-info-aprendizaje h2 br{
        display: none;
        visibility: hidden;
    }

    .p-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .p-aprendizaje p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }









    .seccion-categorias-aprendizaje{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-categorias-aprendisaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-categorias-aprendisaje h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .categorias-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .categorias-aprendizaje a{
        width: 48%;
        height: 320px;
        background-color: #002627;
        float: left;
        margin-bottom: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 10px;
        position: relative;
    }

    .categoria-a-1{
        background: url("../../assets/img-categoria-aprendizaje-1.webp");
    }

    .categoria-a-2{
        background: url("../../assets/img-categoria-aprendizaje-2.webp");
    }

    .categoria-a-3{
        background: url("../../assets/img-categoria-aprendizaje-3.webp");
    }

    .categoria-a-4{
        background: url("../../assets/img-categoria-aprendizaje-4.webp");
    }

    .categoria-a-5{
        background: url("../../assets/img-categoria-aprendizaje-5.webp");
    }

    .categoria-a-6{
        background: url("../../assets/img-categoria-aprendizaje-6.webp");
    }

    .contenedor-titulo-categoria{
        width: 100%;
        height: auto;
        padding: 20px;
        padding-top: 45px;
        background-color: #ffffff;
        float: left;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .contenedor-titulo-categoria img{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 10px;
        position: absolute;
        top: -30px;
        left: 20px;
        transition: background-color ease .2s;
    }

    .categorias-aprendizaje a:hover img{
        background-color: #002627;
        transition: background-color ease .2s;
    }

    .contenedor-titulo-categoria h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-nota-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-nota-aprendizaje p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 12px;
        font-family: Mulish;
        color: #757575;
        font-weight: 400;
        text-align: center;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }
}


















@media only screen and (max-width: 580px){

    .seccion-portada-aprendizaje{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../../assets/img-portada-aprendizaje.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        padding-left: 30px;
        padding-right: 30px;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 155px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 46px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-aprendizaje{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-info-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-aprendizaje h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
    }
    
    .contenedor-info-aprendizaje h2 br{
        display: none;
        visibility: hidden;
    }

    .p-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .p-aprendizaje p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }









    .seccion-categorias-aprendizaje{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-categorias-aprendisaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-categorias-aprendisaje h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .categorias-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .categorias-aprendizaje a{
        width: 100%;
        height: 250px;
        background-color: #002627;
        float: left;
        margin-bottom: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 10px;
        position: relative;
    }

     .categoria-a-1{
        background: url("../../assets/img-categoria-aprendizaje-1.webp");
    }

    .categoria-a-2{
        background: url("../../assets/img-categoria-aprendizaje-2.webp");
    }

    .categoria-a-3{
        background: url("../../assets/img-categoria-aprendizaje-3.webp");
    }

    .categoria-a-4{
        background: url("../../assets/img-categoria-aprendizaje-4.webp");
    }

    .categoria-a-5{
        background: url("../../assets/img-categoria-aprendizaje-5.webp");
    }

    .categoria-a-6{
        background: url("../../assets/img-categoria-aprendizaje-6.webp");
    }

    .contenedor-titulo-categoria{
        width: 100%;
        height: auto;
        padding: 20px;
        padding-top: 45px;
        background-color: #ffffff;
        float: left;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .contenedor-titulo-categoria img{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 10px;
        position: absolute;
        top: -30px;
        left: 20px;
        transition: background-color ease .2s;
    }

    .categorias-aprendizaje a:hover img{
        background-color: #002627;
        transition: background-color ease .2s;
    }

    .contenedor-titulo-categoria h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-nota-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-nota-aprendizaje p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 12px;
        font-family: Mulish;
        color: #757575;
        font-weight: 400;
        text-align: center;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }
}





















@media only screen and (max-width: 480px){

    .seccion-portada-aprendizaje{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../../assets/img-portada-aprendizaje.webp');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .contenedor-titulo-portada{
        width: 100%;
        height: 70px;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 155px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-titulo-portada h1{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 46px;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }






    .seccion-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-aprendizaje{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-info-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-aprendizaje h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: -2px;
        text-align: left;
    }

    .contenedor-info-aprendizaje h2 br{
        display: none;
        visibility: hidden;
    }

    .p-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .p-aprendizaje p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }









    .seccion-categorias-aprendizaje{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-categorias-aprendisaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-categorias-aprendisaje h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: center;
    }

    .categorias-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .categorias-aprendizaje a{
        width: 100%;
        height: 250px;
        background-color: #002627;
        float: left;
        margin-bottom: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 10px;
        position: relative;
    }

    .categoria-a-1{
        background: url("../../assets/img-categoria-aprendizaje-1.webp");
    }

    .categoria-a-2{
        background: url("../../assets/img-categoria-aprendizaje-2.webp");
    }

    .categoria-a-3{
        background: url("../../assets/img-categoria-aprendizaje-3.webp");
    }

    .categoria-a-4{
        background: url("../../assets/img-categoria-aprendizaje-4.webp");
    }

    .categoria-a-5{
        background: url("../../assets/img-categoria-aprendizaje-5.webp");
    }

    .categoria-a-6{
        background: url("../../assets/img-categoria-aprendizaje-6.webp");
    }

    .contenedor-titulo-categoria{
        width: 100%;
        height: auto;
        padding: 20px;
        padding-top: 45px;
        background-color: #ffffff;
        float: left;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .contenedor-titulo-categoria img{
        width: 60px;
        height: 60px;
        float: left;
        background-color: #00C2CB;
        padding: 10px;
        position: absolute;
        top: -30px;
        left: 20px;
        transition: background-color ease .2s;
    }

    .categorias-aprendizaje a:hover img{
        background-color: #002627;
        transition: background-color ease .2s;
    }

    .contenedor-titulo-categoria h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
    }

    .contenedor-nota-aprendizaje{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 20px;
    }

    .contenedor-nota-aprendizaje p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 12px;
        font-family: Mulish;
        color: #757575;
        font-weight: 400;
        text-align: center;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }
}