@media only screen and (max-width: 3840px){

    .seccion-portada-aplicantes{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-aplicantes.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-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 40px;
    }

    .contenedor-general-aplicantes{
        width: 1200px;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 100px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-producto-aplicantes{
        width: 46%;
        height: 500px;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-producto-aplicantes figure{
        width: 100%;
        height: 500px;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-producto-aplicantes figure img{
        width: 100%;
        height: 500px;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-info-producto-aplicantes{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .txt-producto-1{
        padding-top: 110px;
    }

    .txt-producto-2{
        padding-top: 120px;
    }

    .txt-producto-3{
        padding-top: 100px;
    }

    .txt-producto-4{
        padding-top: 110px;
    }

    .txt-producto-5{
        padding-top: 70px;
    }

    .txt-producto-6{
        padding-top: 100px;
    }

    .contenedor-info-producto-aplicantes 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-producto-aplicantes h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #00C2CB;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .contenedor-info-producto-aplicantes 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;
    }








    .seccion-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-contacto-aplicantes{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto-aplicantes 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: center;
    }

    .contenedor-titulo-contacto-aplicantes 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: center;
    }

    .contenedor-btns-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btns-aplicantes a{
        width: 280px;
        height: 180px;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding: 20px;
        padding-top: 60px;
        margin-left: 20px;
        margin-right: 20px;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16); 
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .contenedor-btns-aplicantes a figure{
        width: 80px;
        height: 80px;
        float: left;
        background-color: #00C2CB;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -25px;
        padding: 15px;
        border-radius: 10px;
        transform: translateY(0px);
        transition: transform .2s ease, background-color .2s ease;
    }

    .contenedor-btns-aplicantes a figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }


    .contenedor-btns-aplicantes a h3{
        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: center;
        margin-top: 20px;
    }

    .contenedor-btns-aplicantes a p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        letter-spacing: .5px;
        margin-top: 5px;
        text-align: center;
    }

    .contenedor-btns-aplicantes a:hover figure{
        transform: translateY(-10px);
        background-color: #002627;
        transition: transform .2s ease, background-color .2s ease;
    }

    .oculto{
        display: none;
        visibility: hidden;
    }
}












@media only screen and (max-width: 1380px){

    .seccion-portada-aplicantes{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-aplicantes.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-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 40px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 100px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-producto-aplicantes{
        width: 46%;
        height: 500px;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-producto-aplicantes figure{
        width: 100%;
        height: 500px;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-producto-aplicantes figure img{
        width: 100%;
        height: 500px;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-info-producto-aplicantes{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .txt-producto-1{
        padding-top: 110px;
    }

    .txt-producto-2{
        padding-top: 100px;
    }

    .txt-producto-3{
        padding-top: 100px;
    }

    .txt-producto-4{
        padding-top: 110px;
    }

    .txt-producto-5{
        padding-top: 70px;
    }

    .txt-producto-6{
        padding-top: 70px;
    }

    .contenedor-info-producto-aplicantes 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-producto-aplicantes h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #00C2CB;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .contenedor-info-producto-aplicantes 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;
    }








    .seccion-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto-aplicantes 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: center;
    }

    .contenedor-titulo-contacto-aplicantes 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: center;
    }

    .contenedor-btns-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btns-aplicantes a{
        width: 280px;
        height: 180px;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding: 20px;
        padding-top: 60px;
        margin-left: 20px;
        margin-right: 20px;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16); 
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .contenedor-btns-aplicantes a figure{
        width: 80px;
        height: 80px;
        float: left;
        background-color: #00C2CB;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -25px;
        padding: 15px;
        border-radius: 10px;
        transform: translateY(0px);
        transition: transform .2s ease, background-color .2s ease;
    }

    .contenedor-btns-aplicantes a figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }


    .contenedor-btns-aplicantes a h3{
        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: center;
        margin-top: 20px;
    }

    .contenedor-btns-aplicantes a p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        letter-spacing: .5px;
        margin-top: 5px;
        text-align: center;
    }

    .contenedor-btns-aplicantes a:hover figure{
        transform: translateY(-10px);
        background-color: #002627;
        transition: transform .2s ease, background-color .2s ease;
    }

    .oculto{
        display: none;
        visibility: hidden;
    }
}
















@media only screen and (max-width: 1180px){

    .seccion-portada-aplicantes{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-aplicantes.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-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 40px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 100px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-img-producto-aplicantes{
        width: 46%;
        height: 500px;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-producto-aplicantes figure{
        width: 100%;
        height: 500px;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-producto-aplicantes figure img{
        width: 100%;
        height: 500px;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-info-producto-aplicantes{
        width: 50%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .txt-producto-1{
        padding-top: 100px;
    }

    .txt-producto-2{
        padding-top: 100px;
    }

    .txt-producto-3{
        padding-top: 100px;
    }

    .txt-producto-4{
        padding-top: 110px;
    }

    .txt-producto-5{
        padding-top: 50px;
    }

    .txt-producto-6{
        padding-top: 70px;
    }

    .contenedor-info-producto-aplicantes 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-producto-aplicantes h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #00C2CB;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .contenedor-info-producto-aplicantes 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;
    }








    .seccion-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto-aplicantes 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: center;
    }

    .contenedor-titulo-contacto-aplicantes 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: center;
    }

    .contenedor-btns-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-btns-aplicantes a{
        width: 31%;
        height: 180px;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding: 20px;
        padding-top: 60px;
        margin-left: 20px;
        margin-right: 20px;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16); 
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .contenedor-btns-aplicantes a figure{
        width: 80px;
        height: 80px;
        float: left;
        background-color: #00C2CB;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -25px;
        padding: 15px;
        border-radius: 10px;
        transform: translateY(0px);
        transition: transform .2s ease, background-color .2s ease;
    }

    .contenedor-btns-aplicantes a figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }


    .contenedor-btns-aplicantes a h3{
        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: center;
        margin-top: 20px;
    }

    .contenedor-btns-aplicantes a p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 500;
        letter-spacing: .5px;
        margin-top: 5px;
        text-align: center;
    }

    .contenedor-btns-aplicantes a:hover figure{
        transform: translateY(-10px);
        background-color: #002627;
        transition: transform .2s ease, background-color .2s ease;
    }

    .oculto{
        display: none;
        visibility: hidden;
    }
}




















@media only screen and (max-width: 980px){

    .seccion-portada-aplicantes{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-aplicantes.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-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 40px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 100px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-productos-i{
        flex-wrap: wrap-reverse;
        justify-content: end;
    }

    .contenedor-img-producto-aplicantes{
        width: 420px;
        height: 500px;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-producto-aplicantes figure{
        width: 100%;
        height: 500px;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-producto-aplicantes figure img{
        width: 100%;
        height: 500px;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-info-producto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .txt-producto-1{
        padding-top: 0px;
    }

    .txt-producto-2{
        padding-top: 0px;
    }

    .txt-producto-3{
        padding-top: 0px;
    }

    .txt-producto-4{
        padding-top: 0px;
    }

    .txt-producto-5{
        padding-top: 0px;
    }

    .txt-producto-6{
        padding-top: 0px;
    }

    .contenedor-info-producto-aplicantes 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-producto-aplicantes h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #00C2CB;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .contenedor-info-producto-aplicantes 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;
    }

    .txt-producto-i h2,
    .txt-producto-i h3,
    .txt-producto-i p{
        text-align: right;
    }








    .seccion-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 140px;
        display: inline-flex;
        justify-content: center;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto-aplicantes 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: center;
    }

    .contenedor-titulo-contacto-aplicantes 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: center;
    }

    .contenedor-btns-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-btns-aplicantes a{
        width: 31%;
        height: 180px;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding: 20px;
        padding-top: 60px;
        margin-left: 0px;
        margin-right: 0px;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16); 
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .contenedor-btns-aplicantes a figure{
        width: 80px;
        height: 80px;
        float: left;
        background-color: #00C2CB;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -25px;
        padding: 15px;
        border-radius: 10px;
        transform: translateY(0px);
        transition: transform .2s ease, background-color .2s ease;
    }

    .contenedor-btns-aplicantes a figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }


    .contenedor-btns-aplicantes a h3{
        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: center;
        margin-top: 20px;
    }

    .contenedor-btns-aplicantes a p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 500;
        letter-spacing: .5px;
        margin-top: 5px;
        text-align: center;
    }

    .contenedor-btns-aplicantes a:hover figure{
        transform: translateY(-10px);
        background-color: #002627;
        transition: transform .2s ease, background-color .2s ease;
    }

    .oculto{
        display: none;
        visibility: hidden;
    }
}




















@media only screen and (max-width: 780px){

    .seccion-portada-aplicantes{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-aplicantes.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-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 40px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 100px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-productos-i{
        flex-wrap: wrap-reverse;
        justify-content: end;
    }

    .contenedor-img-producto-aplicantes{
        width: 420px;
        height: 500px;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-producto-aplicantes figure{
        width: 100%;
        height: 500px;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-producto-aplicantes figure img{
        width: 100%;
        height: 500px;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-info-producto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .txt-producto-1{
        padding-top: 0px;
    }

    .txt-producto-2{
        padding-top: 0px;
    }

    .txt-producto-3{
        padding-top: 0px;
    }

    .txt-producto-4{
        padding-top: 0px;
    }

    .txt-producto-5{
        padding-top: 0px;
    }

    .txt-producto-6{
        padding-top: 0px;
    }

    .contenedor-info-producto-aplicantes 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-producto-aplicantes h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #00C2CB;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .contenedor-info-producto-aplicantes 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;
    }

    .txt-producto-i h2,
    .txt-producto-i h3,
    .txt-producto-i p{
        text-align: right;
    }








    .seccion-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 60px;
        display: inline-flex;
        justify-content: center;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto-aplicantes 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: center;
    }

    .contenedor-titulo-contacto-aplicantes 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: center;
    }

    .contenedor-btns-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-btns-aplicantes a{
        width: 52%;
        height: 180px;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding: 20px;
        padding-top: 60px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 80px;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16); 
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .contenedor-btns-aplicantes a figure{
        width: 80px;
        height: 80px;
        float: left;
        background-color: #00C2CB;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -25px;
        padding: 15px;
        border-radius: 10px;
        transform: translateY(0px);
        transition: transform .2s ease, background-color .2s ease;
    }

    .contenedor-btns-aplicantes a figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }


    .contenedor-btns-aplicantes a h3{
        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: center;
        margin-top: 20px;
    }

    .contenedor-btns-aplicantes a p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 20px;
        color: #000000;
        font-weight: 500;
        letter-spacing: .5px;
        margin-top: 5px;
        text-align: center;
    }

    .contenedor-btns-aplicantes a:hover figure{
        transform: translateY(-10px);
        background-color: #002627;
        transition: transform .2s ease, background-color .2s ease;
    }

    .oculto{
        display: none;
        visibility: hidden;
    }
}



















@media only screen and (max-width: 580px){

    .seccion-portada-aplicantes{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-aplicantes.webp');
        background-repeat: no-repeat;
        background-position: 80% 50%;
        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-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 100px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-productos-i{
        flex-wrap: wrap-reverse;
        justify-content: end;
    }

    .contenedor-img-producto-aplicantes{
        width: 420px;
        height: 500px;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .contenedor-img-producto-aplicantes figure{
        width: 100%;
        height: 500px;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-producto-aplicantes figure img{
        width: 100%;
        height: 500px;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-info-producto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .txt-producto-1{
        padding-top: 0px;
    }

    .txt-producto-2{
        padding-top: 0px;
    }

    .txt-producto-3{
        padding-top: 0px;
    }

    .txt-producto-4{
        padding-top: 0px;
    }

    .txt-producto-5{
        padding-top: 0px;
    }

    .txt-producto-6{
        padding-top: 0px;
    }

    .contenedor-info-producto-aplicantes 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-producto-aplicantes h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #00C2CB;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .contenedor-info-producto-aplicantes 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;
    }

    .txt-producto-i h2,
    .txt-producto-i h3,
    .txt-producto-i p{
        text-align: right;
    }








    .seccion-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 60px;
        display: inline-flex;
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto-aplicantes 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: center;
    }

    .contenedor-titulo-contacto-aplicantes 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: center;
    }

    .contenedor-btns-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-btns-aplicantes a{
        width: 56%;
        height: 180px;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding: 20px;
        padding-top: 60px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 80px;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16); 
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .contenedor-btns-aplicantes a figure{
        width: 80px;
        height: 80px;
        float: left;
        background-color: #00C2CB;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -25px;
        padding: 15px;
        border-radius: 10px;
        transform: translateY(0px);
        transition: transform .2s ease, background-color .2s ease;
    }

    .contenedor-btns-aplicantes a figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }


    .contenedor-btns-aplicantes a h3{
        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: center;
        margin-top: 20px;
    }

    .contenedor-btns-aplicantes a p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 20px;
        color: #000000;
        font-weight: 500;
        letter-spacing: .5px;
        margin-top: 5px;
        text-align: center;
    }

    .contenedor-btns-aplicantes a:hover figure{
        transform: translateY(-10px);
        background-color: #002627;
        transition: transform .2s ease, background-color .2s ease;
    }

    .oculto{
        display: none;
        visibility: hidden;
    }
}

















@media only screen and (max-width: 480px){

    .seccion-portada-aplicantes{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../assets/img-portada-aplicantes.webp');
        background-repeat: no-repeat;
        background-position: 80% 50%;
        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-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-aplicantes{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-productos{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 100px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-productos-i{
        flex-wrap: wrap-reverse;
        justify-content: end;
    }

    .contenedor-img-producto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: relative;
        margin-bottom: 20px;
    }

    .contenedor-img-producto-aplicantes figure{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
    }

    .contenedor-img-producto-aplicantes figure img{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        border-radius: 20px;
    }

    .contenedor-info-producto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .txt-producto-1{
        padding-top: 0px;
    }

    .txt-producto-2{
        padding-top: 0px;
    }

    .txt-producto-3{
        padding-top: 0px;
    }

    .txt-producto-4{
        padding-top: 0px;
    }

    .txt-producto-5{
        padding-top: 0px;
    }

    .txt-producto-6{
        padding-top: 0px;
    }

    .contenedor-info-producto-aplicantes 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-producto-aplicantes h3{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 18px;
        color: #00C2CB;
        font-weight: 800;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 20px;
    }

    .contenedor-info-producto-aplicantes 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;
    }

    .txt-producto-i h2,
    .txt-producto-i h3,
    .txt-producto-i p{
        text-align: right;
    }








    .seccion-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 140px;
        padding-bottom: 60px;
        display: inline-flex;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-contacto-aplicantes 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: center;
    }

    .contenedor-titulo-contacto-aplicantes 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: center;
    }

    .contenedor-btns-aplicantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 80px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-btns-aplicantes a{
        width: 100%;
        height: 180px;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        padding: 20px;
        padding-top: 60px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 80px;
        position: relative;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16); 
        box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.16);
    }

    .contenedor-btns-aplicantes a figure{
        width: 80px;
        height: 80px;
        float: left;
        background-color: #00C2CB;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -25px;
        padding: 15px;
        border-radius: 10px;
        transform: translateY(0px);
        transition: transform .2s ease, background-color .2s ease;
    }

    .contenedor-btns-aplicantes a figure img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }


    .contenedor-btns-aplicantes a h3{
        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: center;
        margin-top: 20px;
    }

    .contenedor-btns-aplicantes a p{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 20px;
        color: #000000;
        font-weight: 500;
        letter-spacing: .5px;
        margin-top: 5px;
        text-align: center;
    }

    .contenedor-btns-aplicantes a:hover figure{
        transform: translateY(-10px);
        background-color: #002627;
        transition: transform .2s ease, background-color .2s ease;
    }

    .oculto{
        display: none;
        visibility: hidden;
    }
}