@media only screen and (max-width: 3840px){

    .seccion-modal-postulacion{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgba(0, 0, 0, .6);
        position: fixed;
        z-index: 10;
        top: -100vh;
        transition: top ease .4s;
    }

    .seccion-modal-postulacion.muestra-modal-postulacion{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgba(0, 0, 0, .6);
        position: fixed;
        z-index: 10;
        top: 0vh;
        transition: top ease .4s;
    }

    .contenedor-formulario-postulacion{
        width: 850px;
        height: 635px;
        float: left;
        background-color: #F3F6F8;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 10px;
        padding: 40px;
    }

    .contenedor-formulario-postulacion h1{
        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-formulario-postulacion form{
        margin-top: 40px;
        float: left;
        background-color: transparent;
        height: auto;
        width: 100%;
    }

    .input-normal{
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .contenedor-nombre-vacante{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre-vacante label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        padding-left: 10px;
    }

    .contenedor-nombre-apellido-postulacion,
    .contenedor-tel-email-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    .contenedor-cv{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        position: relative;
    }

    .contenedor-inputs-cv{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
    }

    .contenedor-inputs-cv img{
        width: 10%;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .input-txt-file{
        width: 90%;
        height: 50px;
        background-color: #ffffff;
        border: solid 2px #00C2CB;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .contenedor-nombre,
    .contenedor-apellido,
    .contenedor-telefono,
    .contenedor-email{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-cv input[type="file"]{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

    .contenedor-btn-submit-cerrar{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-btn-submit-cerrar input[type="submit"]{
        width: 180px;
        height: 50px;
        border: none;
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit-cerrar input[type="submit"]:hover{
        border: solid 2px #000000;
        background-color: transparent;
        color: #000000;
    }

    .contenedor-btn-cerrar{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 10px;
    }

    .contenedor-btn-cerrar a{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
        cursor: pointer;
    }

    .contenedor-btn-cerrar a:hover{
        color: #00C2CB;
    }






    .seccion-portada-carrera{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../../assets/img-portada-carrera.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-carrera{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .contenedor-general-carrera{
        width: 1200px;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-info-carrera{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-carrera 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-carrera 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-ubicacion{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .contenedor-general-ubicacion{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-titulo-btns-oficinas{
        width: 40%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-btns-oficinas 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-ubicaciones{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .ubicacion-1,
    .ubicacion-2,
    .ubicacion-3,
    .ubicacion-4{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .ubicacion-2,
    .ubicacion-3,
    .ubicacion-4{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        visibility: hidden;
        display: none;
    }

    .ubicacion input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .ubicacion input[type="radio"] + label{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
        border-radius: 20px;
    }

    .ubicacion input[type="radio"] + label span{
        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-bottom: 5px;
    }

    .ubicacion input[type="radio"] + label 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: center;
        margin-top: 10px;
    }

    .ubicacion input[type="radio"]:checked + label{
        background-color: #002627;
    }

    .ubicacion input[type="radio"]:checked + label span,
    .ubicacion input[type="radio"]:checked + label p{
        color: #ffffff;
    }

    .contenedor-mapa-ubicaciones{
        width: 54%;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-mapa-ubicaciones img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }








    .seccion-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .contenedor-general-vacantes{
        width: 1200px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-vacantes h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        text-align: center;
        letter-spacing: .2px;
    }

    .contenedor-filtro-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-filtro-vacantes select{
        width: 400px;
        height: 50px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        appearance: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 50px;
        border: solid 1px #e5e5e5;
        margin-top: 3px;
        text-transform: capitalize;
    }

    .contenedor-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .vacante{
        width: 22%;
        height: auto;
        background-color: #ffffff;
        float: left;
        border-radius: 10px;
        -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);
        padding: 20px;
        margin-bottom: 30px;
    }

    .vacante p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #888888;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }

    .vacante h4{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 10px;
    }

    .vacante 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: left;
        margin-top: 0px;
    }

    .sueldo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 18px;
        font-family: Mulish;
        color: #888888;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left; 
        margin-top: 10px;
    }

    .vacante a{
        width: 100%;
        height: 50px;
        background-color: transparent;
        float: left;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 20px;
        border: solid 2px #000000;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        cursor: pointer;
    }

    .vacante a:hover{
        background-color: #00C2CB;
        border: solid 2px #00C2CB;
        color: #ffffff;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }
}




















@media only screen and (max-width: 1380px){
    .seccion-modal-postulacion{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgba(0, 0, 0, .6);
        position: fixed;
        z-index: 10;
        top: -100vh;
        transition: top ease .4s;
    }

    .seccion-modal-postulacion.muestra-modal-postulacion{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgba(0, 0, 0, .6);
        position: fixed;
        z-index: 10;
        top: 0vh;
        transition: top ease .4s;
    }

    .contenedor-formulario-postulacion{
        width: 850px;
        height: 635px;
        float: left;
        background-color: #F3F6F8;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 10px;
        padding: 40px;
    }

    .contenedor-formulario-postulacion h1{
        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-formulario-postulacion form{
        margin-top: 40px;
        float: left;
        background-color: transparent;
        height: auto;
        width: 100%;
    }

    .input-normal{
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .contenedor-nombre-vacante{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre-vacante label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        padding-left: 10px;
    }

    .contenedor-nombre-apellido-postulacion,
    .contenedor-tel-email-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    .contenedor-cv{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        position: relative;
    }

    .contenedor-inputs-cv{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
    }

    .contenedor-inputs-cv img{
        width: 10%;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .input-txt-file{
        width: 90%;
        height: 50px;
        background-color: #ffffff;
        border: solid 2px #00C2CB;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .contenedor-nombre,
    .contenedor-apellido,
    .contenedor-telefono,
    .contenedor-email{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-cv input[type="file"]{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

    .contenedor-btn-submit-cerrar{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-btn-submit-cerrar input[type="submit"]{
        width: 180px;
        height: 50px;
        border: none;
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit-cerrar input[type="submit"]:hover{
        border: solid 2px #000000;
        background-color: transparent;
        color: #000000;
    }

    .contenedor-btn-cerrar{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 10px;
    }

    .contenedor-btn-cerrar a{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
        cursor: pointer;
    }

    .contenedor-btn-cerrar a:hover{
        color: #00C2CB;
    }







    .seccion-portada-carrera{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../../assets/img-portada-carrera.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;
        padding-left: 90px;
        padding-right: 90px;
        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-carrera{
        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-carrera{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-info-carrera{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-carrera 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-carrera 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-ubicacion{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-ubicacion{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-titulo-btns-oficinas{
        width: 44%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-btns-oficinas 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-ubicaciones{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .ubicacion-1,
    .ubicacion-2,
    .ubicacion-3,
    .ubicacion-4{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .ubicacion-2,
    .ubicacion-3,
    .ubicacion-4{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        visibility: hidden;
        display: none;
    }

    .ubicacion input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .ubicacion input[type="radio"] + label{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
        border-radius: 20px;
    }

    .ubicacion input[type="radio"] + label span{
        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-bottom: 5px;
    }

    .ubicacion input[type="radio"] + label 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: center;
        margin-top: 10px;
    }

    .ubicacion input[type="radio"]:checked + label{
        background-color: #002627;
    }

    .ubicacion input[type="radio"]:checked + label span,
    .ubicacion input[type="radio"]:checked + label p{
        color: #ffffff;
    }

    .contenedor-mapa-ubicaciones{
        width: 50%;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-mapa-ubicaciones img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }








    .seccion-vacantes{
        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-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-vacantes h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        text-align: center;
        letter-spacing: .2px;
    }

    .contenedor-filtro-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-filtro-vacantes select{
        width: 400px;
        height: 50px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        appearance: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 50px;
        border: solid 1px #e5e5e5;
        margin-top: 3px;
        text-transform: capitalize;
    }

    .contenedor-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .vacante{
        width: 22%;
        height: auto;
        background-color: #ffffff;
        float: left;
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 10px;
        -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);
        padding: 20px;
        margin-bottom: 30px;
    }

    .vacante p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #888888;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }

    .vacante h4{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 10px;
    }

    .vacante 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: left;
        margin-top: 0px;
    }

    .sueldo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 18px;
        font-family: Mulish;
        color: #888888;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left; 
        margin-top: 10px;
    }

    .vacante a{
        width: 100%;
        height: 50px;
        background-color: transparent;
        float: left;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 20px;
        border: solid 2px #000000;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        cursor: pointer;
    }

    .vacante a:hover{
        background-color: #00C2CB;
        border: solid 2px #00C2CB;
        color: #ffffff;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }
}





















@media only screen and (max-width: 1180px){

    .seccion-modal-postulacion{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgba(0, 0, 0, .6);
        position: fixed;
        z-index: 10;
        top: -100vh;
        transition: top ease .4s;
    }

    .seccion-modal-postulacion.muestra-modal-postulacion{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgba(0, 0, 0, .6);
        position: fixed;
        z-index: 10;
        top: 0vh;
        transition: top ease .4s;
    }

    .contenedor-formulario-postulacion{
        width: 850px;
        height: 635px;
        float: left;
        background-color: #F3F6F8;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 10px;
        padding: 40px;
    }

    .contenedor-formulario-postulacion h1{
        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-formulario-postulacion form{
        margin-top: 40px;
        float: left;
        background-color: transparent;
        height: auto;
        width: 100%;
    }

    .input-normal{
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .contenedor-nombre-vacante{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre-vacante label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        padding-left: 10px;
    }

    .contenedor-nombre-apellido-postulacion,
    .contenedor-tel-email-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    .contenedor-cv{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        position: relative;
    }

    .contenedor-inputs-cv{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
    }

    .contenedor-inputs-cv img{
        width: 10%;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .input-txt-file{
        width: 90%;
        height: 50px;
        background-color: #ffffff;
        border: solid 2px #00C2CB;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .contenedor-nombre,
    .contenedor-apellido,
    .contenedor-telefono,
    .contenedor-email{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-cv input[type="file"]{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

    .contenedor-btn-submit-cerrar{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-btn-submit-cerrar input[type="submit"]{
        width: 180px;
        height: 50px;
        border: none;
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit-cerrar input[type="submit"]:hover{
        border: solid 2px #000000;
        background-color: transparent;
        color: #000000;
    }

    .contenedor-btn-cerrar{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 10px;
    }

    .contenedor-btn-cerrar a{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
        cursor: pointer;
    }

    .contenedor-btn-cerrar a:hover{
        color: #00C2CB;
    }







    .seccion-portada-carrera{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../../assets/img-portada-carrera.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;
        padding-left: 90px;
        padding-right: 90px;
        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-carrera{
        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-carrera{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-info-carrera{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-carrera 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-carrera 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-ubicacion{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 90px;
        padding-right: 90px;
    }

    .contenedor-general-ubicacion{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .contenedor-titulo-btns-oficinas{
        width: 37%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-btns-oficinas 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-ubicaciones{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .ubicacion-1,
    .ubicacion-2,
    .ubicacion-3,
    .ubicacion-4{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .ubicacion-2,
    .ubicacion-3,
    .ubicacion-4{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        visibility: hidden;
        display: none;
    }

    .ubicacion input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .ubicacion input[type="radio"] + label{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
        border-radius: 20px;
    }

    .ubicacion input[type="radio"] + label span{
        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-bottom: 5px;
    }

    .ubicacion input[type="radio"] + label 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: center;
        margin-top: 10px;
    }

    .ubicacion input[type="radio"]:checked + label{
        background-color: #002627;
    }

    .ubicacion input[type="radio"]:checked + label span,
    .ubicacion input[type="radio"]:checked + label p{
        color: #ffffff;
    }

    .contenedor-mapa-ubicaciones{
        width: 57%;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-mapa-ubicaciones img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }








    .seccion-vacantes{
        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-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-vacantes h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        text-align: center;
        letter-spacing: .2px;
    }

    .contenedor-filtro-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-filtro-vacantes select{
        width: 400px;
        height: 50px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        appearance: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 50px;
        border: solid 1px #e5e5e5;
        margin-top: 3px;
        text-transform: capitalize;
    }

    .contenedor-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .vacante{
        width: 31%;
        height: auto;
        background-color: #ffffff;
        float: left;
        margin-left: 9px;
        margin-right: 9px;
        border-radius: 10px;
        -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);
        padding: 20px;
        margin-bottom: 30px;
    }

    .vacante p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #888888;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }

    .vacante h4{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 10px;
    }

    .vacante 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: left;
        margin-top: 0px;
    }

    .sueldo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 18px;
        font-family: Mulish;
        color: #888888;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left; 
        margin-top: 10px;
    }

    .vacante a{
        width: 100%;
        height: 50px;
        background-color: transparent;
        float: left;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 20px;
        border: solid 2px #000000;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        cursor: pointer;
    }

    .vacante a:hover{
        background-color: #00C2CB;
        border: solid 2px #00C2CB;
        color: #ffffff;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }
}























@media only screen and (max-width: 980px){

    .seccion-modal-postulacion{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgba(0, 0, 0, .6);
        position: fixed;
        z-index: 10;
        top: -100vh;
        transition: top ease .4s;
    }

    .seccion-modal-postulacion.muestra-modal-postulacion{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgba(0, 0, 0, .6);
        position: fixed;
        z-index: 10;
        top: 0vh;
        transition: top ease .4s;
    }

    .contenedor-formulario-postulacion{
        width: 90%;
        height: 635px;
        float: left;
        background-color: #F3F6F8;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 10px;
        padding: 40px;
    }

    .contenedor-formulario-postulacion h1{
        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-formulario-postulacion form{
        margin-top: 40px;
        float: left;
        background-color: transparent;
        height: auto;
        width: 100%;
    }

    .input-normal{
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .contenedor-nombre-vacante{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre-vacante label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        padding-left: 10px;
    }

    .contenedor-nombre-apellido-postulacion,
    .contenedor-tel-email-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    .contenedor-cv{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        position: relative;
    }

    .contenedor-inputs-cv{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
    }

    .contenedor-inputs-cv img{
        width: 10%;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .input-txt-file{
        width: 90%;
        height: 50px;
        background-color: #ffffff;
        border: solid 2px #00C2CB;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .contenedor-nombre,
    .contenedor-apellido,
    .contenedor-telefono,
    .contenedor-email{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-cv input[type="file"]{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

    .contenedor-btn-submit-cerrar{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-btn-submit-cerrar input[type="submit"]{
        width: 180px;
        height: 50px;
        border: none;
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit-cerrar input[type="submit"]:hover{
        border: solid 2px #000000;
        background-color: transparent;
        color: #000000;
    }

    .contenedor-btn-cerrar{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 10px;
    }

    .contenedor-btn-cerrar a{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
        cursor: pointer;
    }

    .contenedor-btn-cerrar a:hover{
        color: #00C2CB;
    }






    .seccion-portada-carrera{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../../assets/img-portada-carrera.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;
        padding-left: 70px;
        padding-right: 70px;
        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-carrera{
        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-carrera{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-info-carrera{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-carrera 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-carrera h2 br{
       display: none;
       visibility: hidden;
    }

    .contenedor-info-carrera 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-ubicacion{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-general-ubicacion{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-btns-oficinas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-btns-oficinas 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: center;
    }

    .contenedor-ubicaciones{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .ubicacion-1,
    .ubicacion-2,
    .ubicacion-3,
    .ubicacion-4{
        width: 300px;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .ubicacion-2,
    .ubicacion-3,
    .ubicacion-4{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        visibility: hidden;
        display: none;
    }

    .ubicacion input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .ubicacion input[type="radio"] + label{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
        border-radius: 20px;
    }

    .ubicacion input[type="radio"] + label span{
        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-bottom: 5px;
    }

    .ubicacion input[type="radio"] + label 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: center;
        margin-top: 10px;
    }

    .ubicacion input[type="radio"]:checked + label{
        background-color: #002627;
    }

    .ubicacion input[type="radio"]:checked + label span,
    .ubicacion input[type="radio"]:checked + label p{
        color: #ffffff;
    }

    .contenedor-mapa-ubicaciones{
        width: 720px;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-mapa-ubicaciones img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }








    .seccion-vacantes{
        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-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-vacantes h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        text-align: center;
        letter-spacing: .2px;
    }

    .contenedor-filtro-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-filtro-vacantes select{
        width: 400px;
        height: 50px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        appearance: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 50px;
        border: solid 1px #e5e5e5;
        margin-top: 3px;
        text-transform: capitalize;
    }

    .contenedor-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .vacante{
        width: 31%;
        height: auto;
        background-color: #ffffff;
        float: left;
        margin-left: 7px;
        margin-right: 7px;
        border-radius: 10px;
        -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);
        padding: 20px;
        margin-bottom: 30px;
    }

    .vacante p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #888888;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }

    .vacante h4{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 10px;
    }

    .vacante 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: left;
        margin-top: 0px;
    }

    .sueldo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 18px;
        font-family: Mulish;
        color: #888888;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left; 
        margin-top: 10px;
    }

    .vacante a{
        width: 100%;
        height: 50px;
        background-color: transparent;
        float: left;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 20px;
        border: solid 2px #000000;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        cursor: pointer;
    }

    .vacante a:hover{
        background-color: #00C2CB;
        border: solid 2px #00C2CB;
        color: #ffffff;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }
}






















@media only screen and (max-width: 780px){

    .seccion-modal-postulacion{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgba(0, 0, 0, .6);
        position: fixed;
        z-index: 10;
        top: -100vh;
        transition: top ease .4s;
    }

    .seccion-modal-postulacion.muestra-modal-postulacion{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgba(0, 0, 0, .6);
        position: fixed;
        z-index: 10;
        top: 0vh;
        transition: top ease .4s;
    }

    .contenedor-formulario-postulacion{
        width: 90%;
        height: 635px;
        float: left;
        background-color: #F3F6F8;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 10px;
        padding: 40px;
    }

    .contenedor-formulario-postulacion h1{
        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-formulario-postulacion form{
        margin-top: 40px;
        float: left;
        background-color: transparent;
        height: auto;
        width: 100%;
    }

    .input-normal{
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .contenedor-nombre-vacante{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre-vacante label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        padding-left: 10px;
    }

    .contenedor-nombre-apellido-postulacion,
    .contenedor-tel-email-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    .contenedor-cv{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        position: relative;
    }

    .contenedor-inputs-cv{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
    }

    .contenedor-inputs-cv img{
        width: 10%;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .input-txt-file{
        width: 90%;
        height: 50px;
        background-color: #ffffff;
        border: solid 2px #00C2CB;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .contenedor-nombre,
    .contenedor-apellido,
    .contenedor-telefono,
    .contenedor-email{
        width: 48%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-cv input[type="file"]{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

    .contenedor-btn-submit-cerrar{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-btn-submit-cerrar input[type="submit"]{
        width: 180px;
        height: 50px;
        border: none;
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit-cerrar input[type="submit"]:hover{
        border: solid 2px #000000;
        background-color: transparent;
        color: #000000;
    }

    .contenedor-btn-cerrar{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 10px;
    }

    .contenedor-btn-cerrar a{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
        cursor: pointer;
    }

    .contenedor-btn-cerrar a:hover{
        color: #00C2CB;
    }









    .seccion-portada-carrera{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../../assets/img-portada-carrera.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;
        padding-left: 50px;
        padding-right: 50px;
        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-carrera{
        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-carrera{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-info-carrera{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-carrera 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-carrera h2 br{
       display: none;
       visibility: hidden;
    }

    .contenedor-info-carrera 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-ubicacion{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-general-ubicacion{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-btns-oficinas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-btns-oficinas 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: center;
    }

    .contenedor-ubicaciones{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .ubicacion-1,
    .ubicacion-2,
    .ubicacion-3,
    .ubicacion-4{
        width: 300px;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .ubicacion-2,
    .ubicacion-3,
    .ubicacion-4{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        visibility: hidden;
        display: none;
    }

    .ubicacion input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .ubicacion input[type="radio"] + label{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
        border-radius: 20px;
    }

    .ubicacion input[type="radio"] + label span{
        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-bottom: 5px;
    }

    .ubicacion input[type="radio"] + label 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: center;
        margin-top: 10px;
    }

    .ubicacion input[type="radio"]:checked + label{
        background-color: #002627;
    }

    .ubicacion input[type="radio"]:checked + label span,
    .ubicacion input[type="radio"]:checked + label p{
        color: #ffffff;
    }

    .contenedor-mapa-ubicaciones{
        width: 100%;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-mapa-ubicaciones img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }








    .seccion-vacantes{
        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-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-vacantes h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        text-align: center;
        letter-spacing: .2px;
    }

    .contenedor-filtro-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-filtro-vacantes select{
        width: 400px;
        height: 50px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        appearance: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 50px;
        border: solid 1px #e5e5e5;
        margin-top: 3px;
        text-transform: capitalize;
    }

    .contenedor-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .vacante{
        width: 48%;
        height: auto;
        background-color: #ffffff;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 10px;
        -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);
        padding: 20px;
        margin-bottom: 30px;
    }

    .vacante p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #888888;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }

    .vacante h4{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 10px;
    }

    .vacante 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: left;
        margin-top: 0px;
    }

    .sueldo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 18px;
        font-family: Mulish;
        color: #888888;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left; 
        margin-top: 10px;
    }

    .vacante a{
        width: 100%;
        height: 50px;
        background-color: transparent;
        float: left;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 20px;
        border: solid 2px #000000;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        cursor: pointer;
    }

    .vacante a:hover{
        background-color: #00C2CB;
        border: solid 2px #00C2CB;
        color: #ffffff;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }
}




















@media only screen and (max-width: 580px){

    .seccion-modal-postulacion{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgba(0, 0, 0, .6);
        position: fixed;
        z-index: 10;
        top: -100vh;
        transition: top ease .4s;
    }

    .seccion-modal-postulacion.muestra-modal-postulacion{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgba(0, 0, 0, .6);
        position: fixed;
        z-index: 10;
        top: 0vh;
        transition: top ease .4s;
    }

    .contenedor-formulario-postulacion{
        width: 90%;
        height: 770px;
        float: left;
        background-color: #F3F6F8;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 10px;
        padding: 20px;
    }

    .contenedor-formulario-postulacion h1{
        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-formulario-postulacion form{
        margin-top: 40px;
        float: left;
        background-color: transparent;
        height: auto;
        width: 100%;
    }

    .input-normal{
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .contenedor-nombre-vacante{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre-vacante label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        padding-left: 10px;
    }

    .contenedor-nombre-apellido-postulacion,
    .contenedor-tel-email-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .contenedor-cv{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        position: relative;
    }

    .contenedor-inputs-cv{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
    }

    .contenedor-inputs-cv img{
        width: 15%;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .input-txt-file{
        width: 85%;
        height: 50px;
        background-color: #ffffff;
        border: solid 2px #00C2CB;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .contenedor-nombre,
    .contenedor-apellido,
    .contenedor-telefono,
    .contenedor-email{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-apellido,
    .contenedor-email{
        margin-top: 40px;
    }

    .contenedor-cv input[type="file"]{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

    .contenedor-btn-submit-cerrar{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-btn-submit-cerrar input[type="submit"]{
        width: 180px;
        height: 50px;
        border: none;
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit-cerrar input[type="submit"]:hover{
        border: solid 2px #000000;
        background-color: transparent;
        color: #000000;
    }

    .contenedor-btn-cerrar{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 10px;
    }

    .contenedor-btn-cerrar a{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
        cursor: pointer;
    }

    .contenedor-btn-cerrar a:hover{
        color: #00C2CB;
    }








    .seccion-portada-carrera{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../../assets/img-portada-carrera.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;
        padding-left: 30px;
        padding-right: 30px;
        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-carrera{
        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-carrera{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-info-carrera{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-carrera 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-carrera h2 br{
       display: none;
       visibility: hidden;
    }

    .contenedor-info-carrera 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-ubicacion{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-ubicacion{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-btns-oficinas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-btns-oficinas 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: center;
    }

    .contenedor-ubicaciones{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .ubicacion-1,
    .ubicacion-2,
    .ubicacion-3,
    .ubicacion-4{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .ubicacion-2,
    .ubicacion-3,
    .ubicacion-4{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        visibility: hidden;
        display: none;
    }

    .ubicacion input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .ubicacion input[type="radio"] + label{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
        border-radius: 20px;
    }

    .ubicacion input[type="radio"] + label span{
        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-bottom: 5px;
    }

    .ubicacion input[type="radio"] + label 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: center;
        margin-top: 10px;
    }

    .ubicacion input[type="radio"]:checked + label{
        background-color: #002627;
    }

    .ubicacion input[type="radio"]:checked + label span,
    .ubicacion input[type="radio"]:checked + label p{
        color: #ffffff;
    }

    .contenedor-mapa-ubicaciones{
        width: 100%;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-mapa-ubicaciones img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }








    .seccion-vacantes{
        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-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-vacantes h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        text-align: center;
        letter-spacing: .2px;
    }

    .contenedor-filtro-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-filtro-vacantes select{
        width: 400px;
        height: 50px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        appearance: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 50px;
        border: solid 1px #e5e5e5;
        margin-top: 3px;
        text-transform: capitalize;
    }

    .contenedor-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .vacante{
        width: 48%;
        height: auto;
        background-color: #ffffff;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 10px;
        -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);
        padding: 20px;
        margin-bottom: 30px;
    }

    .vacante p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #888888;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }

    .vacante h4{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 10px;
    }

    .vacante 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: left;
        margin-top: 0px;
    }

    .sueldo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 18px;
        font-family: Mulish;
        color: #888888;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left; 
        margin-top: 10px;
    }

    .vacante a{
        width: 100%;
        height: 50px;
        background-color: transparent;
        float: left;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 20px;
        border: solid 2px #000000;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        cursor: pointer;
    }

    .vacante a:hover{
        background-color: #00C2CB;
        border: solid 2px #00C2CB;
        color: #ffffff;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }
}




















@media only screen and (max-width: 480px){

    .seccion-modal-postulacion{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgba(0, 0, 0, .6);
        position: fixed;
        z-index: 10;
        top: -100vh;
        transition: top ease .4s;
    }

    .seccion-modal-postulacion.muestra-modal-postulacion{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: rgba(0, 0, 0, .6);
        position: fixed;
        z-index: 10;
        top: 0vh;
        transition: top ease .4s;
    }

    .contenedor-formulario-postulacion{
        width: 90%;
        height: 770px;
        float: left;
        background-color: #F3F6F8;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 10px;
        padding: 10px;
    }

    .contenedor-formulario-postulacion h1{
        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-formulario-postulacion form{
        margin-top: 40px;
        float: left;
        background-color: transparent;
        height: auto;
        width: 100%;
    }

    .input-normal{
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        float: left;
        border: solid 2px #ffffff;
        border-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .contenedor-nombre-vacante{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nombre-vacante label{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left;
        padding-left: 10px;
    }

    .contenedor-nombre-apellido-postulacion,
    .contenedor-tel-email-form{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .contenedor-cv{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        position: relative;
    }

    .contenedor-inputs-cv{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
    }

    .contenedor-inputs-cv img{
        width: 15%;
        height: 50px;
        background-color: #00C2CB;
        float: left;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .input-txt-file{
        width: 85%;
        height: 50px;
        background-color: #ffffff;
        border: solid 2px #00C2CB;
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        appearance: none;
        outline: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .contenedor-nombre,
    .contenedor-apellido,
    .contenedor-telefono,
    .contenedor-email{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-apellido,
    .contenedor-email{
        margin-top: 40px;
    }

    .contenedor-cv input[type="file"]{
        width: 100%;
        height: 100%;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
    }

    .contenedor-btn-submit-cerrar{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-btn-submit-cerrar input[type="submit"]{
        width: 180px;
        height: 50px;
        border: none;
        border: solid 2px #00C2CB;
        background-color: #00C2CB;
        float: left;
        border-radius: 50px;
        font-family: Mulish;
        font-size: 16px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: .5px;
        appearance: none;
        outline: none;
        cursor: pointer;
    }

    .contenedor-btn-submit-cerrar input[type="submit"]:hover{
        border: solid 2px #000000;
        background-color: transparent;
        color: #000000;
    }

    .contenedor-btn-cerrar{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        margin-top: 10px;
    }

    .contenedor-btn-cerrar a{
        width: auto;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-right: 10px;
        letter-spacing: .5px;
        cursor: pointer;
    }

    .contenedor-btn-cerrar a:hover{
        color: #00C2CB;
    }







    .seccion-portada-carrera{
        width: 100%;
        height: 480px;
        background-color: #002627;
        float: left;
        display: inline-flex;
        justify-content: center;
        position: relative;
        background: url('../../assets/img-portada-carrera.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;
        padding-left: 20px;
        padding-right: 20px;
        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-carrera{
        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-carrera{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        position: relative;
    }

    .contenedor-info-carrera{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contenedor-info-carrera 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-carrera h2 br{
       display: none;
       visibility: hidden;
    }

    .contenedor-info-carrera 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-ubicacion{
        width: 100%;
        height: auto;
        background-color: #F3F6F8;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        display: inline-flex;
        justify-content: center;
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-ubicacion{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-titulo-btns-oficinas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-titulo-btns-oficinas 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: center;
    }

    .contenedor-ubicaciones{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .ubicacion-1,
    .ubicacion-2,
    .ubicacion-3,
    .ubicacion-4{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
    }

    .ubicacion-2,
    .ubicacion-3,
    .ubicacion-4{
        width: 47%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 40px;
        visibility: hidden;
        display: none;
    }

    .ubicacion input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .ubicacion input[type="radio"] + label{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        cursor: pointer;
        border-radius: 20px;
    }

    .ubicacion input[type="radio"] + label span{
        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-bottom: 5px;
    }

    .ubicacion input[type="radio"] + label 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: center;
        margin-top: 10px;
    }

    .ubicacion input[type="radio"]:checked + label{
        background-color: #002627;
    }

    .ubicacion input[type="radio"]:checked + label span,
    .ubicacion input[type="radio"]:checked + label p{
        color: #ffffff;
    }

    .contenedor-mapa-ubicaciones{
        width: 100%;
        height: 100%;
        background-color: transparent;
        float: left;
        padding-top: 0px;
    }

    .contenedor-mapa-ubicaciones img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }








    .seccion-vacantes{
        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-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-general-vacantes h2{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        font-family: Mulish;
        font-size: 40px;
        color: #002627;
        font-weight: 800;
        text-align: center;
        letter-spacing: .2px;
    }

    .contenedor-filtro-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-filtro-vacantes select{
        width: 400px;
        height: 50px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        appearance: none;
        font-family: Mulish;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 50px;
        border: solid 1px #e5e5e5;
        margin-top: 3px;
        text-transform: capitalize;
    }

    .contenedor-vacantes{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .vacante{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        border-radius: 10px;
        -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);
        padding: 20px;
        margin-bottom: 30px;
    }

    .vacante p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #888888;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
    }

    .vacante h4{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 14px;
        font-family: Mulish;
        color: #000000;
        font-weight: 400;
        letter-spacing: .5px;
        text-align: left;
        margin-top: 10px;
    }

    .vacante 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: left;
        margin-top: 0px;
    }

    .sueldo{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-size: 18px;
        font-family: Mulish;
        color: #888888;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: left; 
        margin-top: 10px;
    }

    .vacante a{
        width: 100%;
        height: 50px;
        background-color: transparent;
        float: left;
        border-radius: 50px;
        padding-top: 12px;
        margin-top: 20px;
        border: solid 2px #000000;
        font-family: Mulish;
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        cursor: pointer;
    }

    .vacante a:hover{
        background-color: #00C2CB;
        border: solid 2px #00C2CB;
        color: #ffffff;
    }

    .azul{
        color: #00C2CB;
        font-weight: 700;
        width: auto;
    }
}