/* CAJA 1 */
#compania_box_1{
    height: 100%;
}
#caja_5_1_t{
    display: flex;
    justify-content: center;
}
#caja_5_1_t .centrado{
    width: 100%;
}

/* EMPLEADOS */
#empleados_1 .img_empleados_div, #empleados_2 .img_empleados_div{
    justify-content: center;
}
#empleados_2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.img_empleados_div{
    width: 9vw;
    display: flex;
    flex-wrap: wrap;
    height: 45vh;
}
.img_empleados_div .titulo_foto{
    height: 5vh;
}
.img_empleados_div .row{
    margin-bottom: 0vh;
}
.marco_img_empleado{
    overflow: hidden;
    height: 25vh;
    width: auto;
}
.img_empleados{
    height: 26vh;
    width: auto;
}
.nombre_empleado{
    font-weight: 700;
    font-size: 2.4vh;
    margin: 0vh;
    width: auto;
    height: auto;
}
.nombre_empleado .verde{
    margin: 0vh;
}
.titulo_empleado{
    padding: 0;
    margin-top: 0vh;
    font-size: 1.6vh;
    line-height: 0.8em;
}
.in{
    position: absolute;
    color: white;
    font-weight: 700;
    visibility: hidden;
}

/* EMPLEADOS 1 */
.descripcion_empleado{
    transform: translateY(10vh);
    text-align: justify;
    margin-top: 0vh;
    padding: 0vh 0.3vw;
    font-size: 1.5vh;
    visibility: hidden;
}


/*#empleados_2 .img_empleados_div{
    flex-direction: column;
    align-content: center;
}*/


/* IFRAME */
.container_iframe{
    margin-top: 20vh;
}
.iframe_compania{
    height: 50vh;
    width: 100%;
}

/*END CAJA 1*/

/*CAJA 2*/
#compania_box_2{
    height: auto;
}
.titulo_form{
    font-size: 4vh;
    font-weight: 600;
    margin-bottom: -3vh;
}
.titulo_form ~ p{
    font-size: 2vh;
}

input[type=text].input_empleo,
input[type=email].input_empleo,
textarea.input_empleo{
    background-color: white;
    height: 5vh;
    border: 1px solid #3D8BD0;
    width: 98%;
}
input[type=text].input_empleo:not(.browser-default):focus:not([readonly]),
input[type=email].input_empleo:not(.browser-default):focus:not([readonly]),
textarea.input_empleo:not(.browser-default):focus:not([readonly]){
    box-shadow: inset 0px 0px 2px #818a91;
}

input[type=text].input_empleo::placeholder,
input[type=email].input_empleo::placeholder,
textarea.input_empleo::placeholder{
    color: #8fbee6;
}
textarea.input_empleo::placeholder{
    padding-top: 1vh;
    font-size: 1.4vh;
}
textarea.textarea_empleo {
    margin: 0vh;
    height: 20vh;
}
textarea.texto_imput_texarea {
    padding-top: 2vh;
    font-size: 1.5vh;
    font-weight: 700;
    color: #333;
}
textarea.textarea_empleo:focus-visible{
    outline: none;
}
#checkEmpleo ~ .checkbox_texto{
    font-size: 1.5vh;
    font-weight: 700;
    color:#6a6d6e;
}
[type="checkbox"].filled-in:checked+span:not(.lever):after {
    border: 2px solid #3FBFEF;
    background-color: #3FBFEF;
}
.btn_caja.btn_form_empleo{
    background-color: #3D8BD0;
    border: 1px solid #3D8BD0;
}
.btn_caja.btn_form_empleo:hover{
    border: 1px solid #EF7D34;
    background-color: #EF7D34;
    color: white;
    transition: background-color 0.6s;
}
.btn_caja.btn_form_empleo:focus{
    background-color: #3D8BD0;
}

/*END CAJA 2*/


/* RESPONSIVE */
   /* Extra small devices (phones, 600px and down) */
   @media only screen and (max-width: 600px) {
    #caja_5_1_t .centrado{
        width: 100%;
    }
    .in{
        margin: 24% 20%;
        font-size: 24px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #caja_5_1_t .centrado{
        width: 100%;
    }
    .in{
        margin: 24% 20%;
        font-size: 40px;
    }


}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 767px) {
    #caja_5_1_t .centrado{
        width: 80%;
    }
    .in{
        margin: 12% 10%;
        font-size: 25px;
    }

}

/* Large devices (laptops/desktops, 1050px and up) */
@media only screen and (min-width: 1050px) {
    #caja_5_1_t .centrado{
        width: 60%;
    }
    #empleados_1 .xl2, #empleados_2 .xl2{
        width: 20%;
    }
    .in{
        margin: 9% 8%;
        font-size: 30px;
    }
}

/* @media screen and (max-width: 800px){
    .img_empleados_div{
        height: 52vh;
    }
    .row .col.s2.img_empleados_div {
        margin-left: 13vh;
    }
    .descripcion_empleado {
        margin-left: -13vh;
        margin-right: -11vh;
        margin-top: -1vh;
    }
    #empleados_2 .col.s2.img_empleados_div {
        margin: -17vh 0vh 0vh 11vh;
    }
    #empleados_2 .nombre_empleado {
        margin: -6.6vh 0vh 0.5vh 1vh;
    }
    .container_iframe{
        margin-top: 0vh;
    }
    .iframe_compania {
        height: 45vh;
        width: 85vw;
    }
    .container_iframe .grande{
        font-size: 4vh;
    }

   
    #compania_box_2 .container{
        width: 90%;
    }
    #compania_box_2{
        height: 100%;
    }
    #empleo_form .row .col.s6 {
        width: 100%;
    }
    textarea.textarea_empleo {
        width: 52vh;
    }
    .btn_caja.btn_form_empleo {
        margin-bottom: 3vh;
    }


} */