@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-cursos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 140px;
    }

    .contenedor-general-cursos{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: start;
        flex-wrap: wrap;
        margin-top: -80px;
    }

    .contenedor-general-cursos a{
        width: 31%;
        height: auto;
        float: left;
        background-color: transparent;
        float: left;
        position: relative;
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 40px;
        border-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
    }

    .contenedor-general-cursos figure{
        width: 100%;
        height: 150px;
        float: left;
        background-color: #002627;
        position: relative;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .contenedor-general-cursos figure img{
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        opacity: .5;
        filter: grayscale(10%);
        transform: scale(1);
        transition: transform ease .4s
    }

    .contenedor-general-cursos a:hover figure img{
        transform: scale(1.2);
        transition: transform ease .4s
    }

    .info-curso{
        width: 100%;
        height: auto;
        float: left;
        background-color: #ffffff;
        padding: 20px;
    }

    .info-curso h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-bottom: 10px;
    }

    .info-curso ul{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        list-style: none;
    }

    .info-curso ul li{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-bottom: 5px;
    }

    .info-curso ul li strong{
        width: auto;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        padding-right: 5px;
    }

    .info-curso p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }
}






















@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;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 90px;
        padding-right: 90px;
    }

    .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-cursos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-cursos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: start;
        flex-wrap: wrap;
        margin-top: -80px;
    }

    .contenedor-general-cursos a{
        width: 30.8%;
        height: auto;
        float: left;
        background-color: transparent;
        float: left;
        position: relative;
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 40px;
        border-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
    }

    .contenedor-general-cursos figure{
        width: 100%;
        height: 150px;
        float: left;
        background-color: #002627;
        position: relative;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .contenedor-general-cursos figure img{
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        opacity: .5;
        filter: grayscale(10%);
        transform: scale(1);
        transition: transform ease .4s
    }

    .contenedor-general-cursos a:hover figure img{
        transform: scale(1.2);
        transition: transform ease .4s
    }

    .info-curso{
        width: 100%;
        height: auto;
        float: left;
        background-color: #ffffff;
        padding: 20px;
    }

    .info-curso h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-bottom: 10px;
    }

    .info-curso ul{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        list-style: none;
    }

    .info-curso ul li{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-bottom: 5px;
    }

    .info-curso ul li strong{
        width: auto;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        padding-right: 5px;
    }

    .info-curso p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }
}

















@media only screen and (max-width: 1180px){

    .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;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 90px;
        padding-right: 90px;
    }

    .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-cursos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-cursos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: start;
        flex-wrap: wrap;
        margin-top: -80px;
    }

    .contenedor-general-cursos a{
        width: 30.2%;
        height: auto;
        float: left;
        background-color: transparent;
        float: left;
        position: relative;
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 40px;
        border-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
    }

    .contenedor-general-cursos figure{
        width: 100%;
        height: 150px;
        float: left;
        background-color: #002627;
        position: relative;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .contenedor-general-cursos figure img{
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        opacity: .5;
        filter: grayscale(10%);
        transform: scale(1);
        transition: transform ease .4s
    }

    .contenedor-general-cursos a:hover figure img{
        transform: scale(1.2);
        transition: transform ease .4s
    }

    .info-curso{
        width: 100%;
        height: auto;
        float: left;
        background-color: #ffffff;
        padding: 20px;
    }

    .info-curso h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-bottom: 10px;
    }

    .info-curso ul{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        list-style: none;
    }

    .info-curso ul li{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-bottom: 5px;
    }

    .info-curso ul li strong{
        width: auto;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        padding-right: 5px;
    }

    .info-curso p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }
}




















@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;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 70px;
        padding-right: 70px;
    }

    .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-cursos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 140px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-cursos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: -80px;
    }

    .contenedor-general-cursos a{
        width: 48%;
        height: auto;
        float: left;
        background-color: transparent;
        float: left;
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
        border-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
    }

    .contenedor-general-cursos figure{
        width: 100%;
        height: 150px;
        float: left;
        background-color: #002627;
        position: relative;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .contenedor-general-cursos figure img{
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        opacity: .5;
        filter: grayscale(10%);
        transform: scale(1);
        transition: transform ease .4s
    }

    .contenedor-general-cursos a:hover figure img{
        transform: scale(1.2);
        transition: transform ease .4s
    }

    .info-curso{
        width: 100%;
        height: auto;
        float: left;
        background-color: #ffffff;
        padding: 20px;
    }

    .info-curso h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-bottom: 10px;
    }

    .info-curso ul{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        list-style: none;
    }

    .info-curso ul li{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-bottom: 5px;
    }

    .info-curso ul li strong{
        width: auto;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        padding-right: 5px;
    }

    .info-curso p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }
}


















@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;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 150px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 50px;
        padding-right: 50px;
    }

    .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-cursos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 140px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-cursos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: -80px;
    }

    .contenedor-general-cursos a{
        width: 48%;
        height: auto;
        float: left;
        background-color: transparent;
        float: left;
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
        border-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
    }

    .contenedor-general-cursos figure{
        width: 100%;
        height: 150px;
        float: left;
        background-color: #002627;
        position: relative;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .contenedor-general-cursos figure img{
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        opacity: .5;
        filter: grayscale(10%);
        transform: scale(1);
        transition: transform ease .4s
    }

    .contenedor-general-cursos a:hover figure img{
        transform: scale(1.2);
        transition: transform ease .4s
    }

    .info-curso{
        width: 100%;
        height: auto;
        float: left;
        background-color: #ffffff;
        padding: 20px;
    }

    .info-curso h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-bottom: 10px;
    }

    .info-curso ul{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        list-style: none;
    }

    .info-curso ul li{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-bottom: 5px;
    }

    .info-curso ul li strong{
        width: auto;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        padding-right: 5px;
    }

    .info-curso p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }
}


















@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;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 155px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .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-cursos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-cursos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: -80px;
    }

    .contenedor-general-cursos a{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        float: left;
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
        border-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
    }

    .contenedor-general-cursos figure{
        width: 100%;
        height: 150px;
        float: left;
        background-color: #002627;
        position: relative;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .contenedor-general-cursos figure img{
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        opacity: .5;
        filter: grayscale(10%);
        transform: scale(1);
        transition: transform ease .4s
    }

    .contenedor-general-cursos a:hover figure img{
        transform: scale(1.2);
        transition: transform ease .4s
    }

    .info-curso{
        width: 100%;
        height: auto;
        float: left;
        background-color: #ffffff;
        padding: 20px;
    }

    .info-curso h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-bottom: 10px;
    }

    .info-curso ul{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        list-style: none;
    }

    .info-curso ul li{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-bottom: 5px;
    }

    .info-curso ul li strong{
        width: auto;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        padding-right: 5px;
    }

    .info-curso p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }
}



















@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;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 155px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .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-cursos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 0px;
        padding-bottom: 100px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-cursos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: -80px;
    }

    .contenedor-general-cursos a{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        float: left;
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
        border-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.07);
    }

    .contenedor-general-cursos figure{
        width: 100%;
        height: 150px;
        float: left;
        background-color: #002627;
        position: relative;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .contenedor-general-cursos figure img{
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        opacity: .5;
        filter: grayscale(10%);
        transform: scale(1);
        transition: transform ease .4s
    }

    .contenedor-general-cursos a:hover figure img{
        transform: scale(1.2);
        transition: transform ease .4s
    }

    .info-curso{
        width: 100%;
        height: auto;
        float: left;
        background-color: #ffffff;
        padding: 20px;
    }

    .info-curso h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #002627;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        margin-bottom: 10px;
    }

    .info-curso ul{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        list-style: none;
    }

    .info-curso ul li{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-bottom: 5px;
    }

    .info-curso ul li strong{
        width: auto;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        padding-right: 5px;
    }

    .info-curso p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }
}