.portada-candidatos{
    background: url("../img/portada-candidatos.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 250px;
    padding-bottom: 350px;
    position: relative;
    z-index: 0;
    color: #fff;
}

.bar-white-up.top-candidatos{
    position: relative;
    z-index: 1;
    margin-top: -100px;
}


.tit-portada-candidatos{
    padding: 50px 30px;
    text-align: left;
}

.tit-portada-candidatos h2{
    font-size: 3em;
    font-weight: 300;
}

.tit-portada-candidatos h1{
    font-size: 6em;
    font-weight: 900;
    margin-top: -25px;
    text-shadow: -3px -3px 0px #94A9DA, 4px 4px 0px #00000030;
}

.btn-portada-vacantes{
    margin-top: 50px;
}

.btn-portada-vacantes button{
    background: #fff;
border: solid 3px #083cc1;
color: #083cc1;
padding: 30px 50px;
border-radius: 50px;
font-weight: 500;
font-size: 1.1em;
box-shadow: 3px 3px 0px 0px #29F0FF,  5px 5px 5px 1px #00000035;
transition: all 0.5s;
}

.btn-portada-vacantes button:hover{
    color: #fff;
    background: #3eaed6;
    box-shadow: 2px 2px 5px 1px #00000075;
    border: 3px #e2e2e2 solid;
    transform: scale(0.95);
    transition: all 0.5s ease;
}

.bar-white-up.mid-candidatos{
    margin-top: -100px;
}

@media (min-width: 1200px) and (max-width: 1399px){
        .portada-candidatos{
    padding-top: 200px;
    padding-bottom: 300px;
}

}

@media (min-width: 1100px) and (max-width: 1199px){

        .portada-candidatos{
    padding-top: 200px;
    padding-bottom: 300px;
}

.tit-portada-candidatos{
    padding: 50px 0px;
}

}

@media (min-width: 992px) and (max-width: 1099px){
       .portada-candidatos{
    padding-top: 200px;
    padding-bottom: 250px;
}

.tit-portada-candidatos{
    padding: 50px 0px;
}

.tit-portada-candidatos h2{
    font-size: 2.3em;
}

.tit-portada-candidatos h1{
    font-size: 5em;
}

.btn-portada-vacantes button{
padding: 20px 50px;
}
}

@media (min-width: 768px) and (max-width: 991px){
         .portada-candidatos{
    padding-top: 250px;
    padding-bottom: 200px;
}


.tit-portada-candidatos{
    padding: 50px 0px;
}

.tit-portada-candidatos h2{
    font-size: 2em;
}

.tit-portada-candidatos h1{
    font-size: 4em;
}

.btn-portada-vacantes button{
padding: 20px 50px;
}

.bar-white-up.top-candidatos{
    margin-top: -50px;
}
}

@media (min-width: 576px) and (max-width: 767px){
            .portada-candidatos{
    padding-top: 200px;
    padding-bottom: 100px;
        background: url("../img/portada-candidatos.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.tit-portada-candidatos{
    padding: 50px 0px;
}

.tit-portada-candidatos h2{
    font-size: 1.8em;
    text-shadow:  2px 2px 2px #00000075;
}

.tit-portada-candidatos h1{
    font-size: 3.5em;
    margin-top: 0px;
    line-height: 1;
}

.btn-portada-vacantes button{
padding: 20px 50px;
}

.bar-white-up.top-candidatos{
    margin-top: -50px;
}
}

@media (max-width: 575px){

        .portada-candidatos{
    background: url("../img/portada-candidatos.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 150px;
}

.bar-white-up.top-candidatos{
    margin-top: -30px;
}

.tit-portada-candidatos{
    padding: 30px 10px;
    overflow: hidden;
}

.tit-portada-candidatos h2{
    font-size: 1.8em;
    text-shadow:  2px 2px 2px #00000075;
}

.tit-portada-candidatos h1{
    font-size: 3.2em;
    margin-top: 0px;
    line-height: 1;
}

.btn-portada-vacantes button{
padding: 20px ;
width: 100%;
}
}

/*INFORMACIÓN PARA CANDIDATOS*/
.informacion-candidatos{
    position: relative;
    z-index: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.txt-info-candidatos{
    top: 10%;
    position: relative;
    width: 55%;
    z-index: 2;

}

.txt-info-candidatos h2{
    font-size: 5em;
    font-weight: 900;
    line-height: 1;
    color: #273D87;
        text-shadow: -3px -3px 0px #fff, 4px 4px 0px #00000030;

}

.txt-info-candidatos h3{
    margin-top: 25px;
    font-weight: 400;
    font-size: 2.3em;
    color: #454545;
 
}

.img-top-info-candidatos{
    position: relative; 
    z-index: 0;
    width: 65%;
    left: 35%;
    bottom: 0%;
    margin-top: -23%;

}

.img-top-info-candidatos img{
    width: 100%;
    height: auto;
    filter: drop-shadow(10px 10px 10px #2B2F6C75);
}

@media (min-width: 1200px) and (max-width: 1399px){
        .informacion-candidatos{
    padding-top: 50px;
    padding-bottom: 50px;
}

.txt-info-candidatos{
    top: 10%;
    position: relative;
    width: 55%;
    z-index: 2;

}

.txt-info-candidatos h2{
    font-size: 4.5em;
}

.img-top-info-candidatos{
    position: relative; 
    z-index: 0;
    width: 65%;
    left: 35%;
    bottom: 0%;
    margin-top: -25%;
}

}

@media (min-width: 1100px) and (max-width: 1199px){
        .informacion-candidatos{
    padding-top: 50px;
    padding-bottom: 0px;
}

.txt-info-candidatos{
    top: 10%;
    position: relative;
    width: 58%;
    z-index: 2;

}

.txt-info-candidatos h2{
    font-size: 4em;
}

.txt-info-candidatos h3{
    font-size: 2em; 
}

.img-top-info-candidatos{
    position: relative; 
    z-index: 0;
    width: 60%;
    left: 40%;
    bottom: 0%;
    margin-top: -25%;
}
}

@media (min-width: 992px) and (max-width: 1099px){
        .informacion-candidatos{
    padding-top: 50px;
    padding-bottom: 0px;
}

.txt-info-candidatos{
    top: 10%;
    position: relative;
    width: 58%;
    z-index: 2;

}

.txt-info-candidatos h2{
    font-size: 4em;
}

.txt-info-candidatos h3{
    font-size: 2em; 
}

.img-top-info-candidatos{
    position: relative; 
    z-index: 0;
    width: 60%;
    left: 40%;
    bottom: 0%;
    margin-top: -25%;
}

}

@media (min-width: 768px) and (max-width: 991px){
        .informacion-candidatos{
    padding-top: 0px;
    padding-bottom: 0px;
}

.txt-info-candidatos{
    top: 0%;
    position: relative;
    padding: 50px;
    width: 100%;
}
.txt-info-candidatos h2{
    font-size: 4.5em;
}

.img-top-info-candidatos{
    position: relative; 
    width: 100%;
    left: 0%;
    bottom: 0%;
    margin-top: 0%;
    padding:0px 50px ;

}

}

@media (min-width: 576px) and (max-width: 767px){
        .informacion-candidatos{
    padding-top: 0px;
    padding-bottom: 0px;
}
.txt-info-candidatos{
    top: 0%;
    position: relative;
    padding: 30px 50px;
    width: 100%;
}
.txt-info-candidatos h2{
    font-size: 4.5em;
}

.img-top-info-candidatos{
    position: relative; 
    width: 100%;
    left: 0%;
    bottom: 0%;
    margin-top: 0%;
    padding:0px;

}
}

@media (max-width: 575px){

.informacion-candidatos{
    padding-top: 0px;
    padding-bottom: 0px;
}
.txt-info-candidatos{
    top: 0%;
    position: relative;
    padding: 0px 20px;
    width: 100%;
}
.txt-info-candidatos h2{
    font-size: 3.5em;
}

.txt-info-candidatos h3{
    font-size: 2em;
}


.img-top-info-candidatos{
    position: relative; 
    width: 100%;
    left: 0%;
    bottom: 0%;
    margin-top: 50px;
    padding:0px;
}
}
/*MÓDULO, MUJER CON BINOCULARES*/

.bar-white-down.top-candidatos{
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-top: -50px;
}
.informacion-candidatos-mid{
    background: #273D87;
    padding-top: 150px;
    position: relative;
    z-index: 0;
    margin-top: -50px;
    padding-bottom: 200px;

}
.txt-mid-info-candidatos{

    position: relative;
    text-align: center;
    color: #fff;
    

}

.txt-mid-info-candidatos h2{
    font-size: 10em;
    font-weight: 200;
    letter-spacing: 3px;
    text-shadow: -3px -3px 0px #94A9DA, 4px 4px 0px #00000030;
    
}


.txt-mid-info-candidatos h3{
    font-size: 3em;
    font-weight: 300;
    margin-top: -30px;
    text-shadow: -3px -3px 0px #94A9DA, 4px 4px 0px #00000030;
}

.txt-mid-info-candidatos h4{
    font-size: 12em;
    font-weight: 900;
    margin-top: -30px;
text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, -5px -5px 0px #94A9DA, 6px 6px 0px #00000050;

}

.txt-mid-info-candidatos h5{
    font-size: 5em;
    font-weight: 900;
    margin-top: -30px;
    text-shadow: -3px -3px 0px #94A9DA, 4px 4px 0px #00000030;

}


/*TEXTO*/

@media (min-width: 768px) and (max-width: 991px){
    .informacion-candidatos-mid{
    background: #273D87;
    padding-top: 100px;
    position: relative;
    z-index: 0;
    margin-top: -30px;
    padding-bottom: 100px;

}

.bar-white-down.top-candidatos{
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -50px;
}

.bar-white-up.mid-candidatos{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;    
}


}

@media (min-width: 576px) and (max-width: 767px){
    .informacion-candidatos-mid{
    background: #273D87;
    padding-top: 150px;
    position: relative;
    z-index: 0;
    margin-top: -30px;
    padding-bottom: 150px;

}

.bar-white-up.mid-candidatos{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    z-index: 2;
    margin-top: -30px;
    
}
}

@media (max-width: 575px){
    .informacion-candidatos-mid{
    background: #273D87;
    padding-top: 150px;
    position: relative;
    z-index: 0;
    margin-top: -20px;
    padding-bottom: 150px;
}

.bar-white-down.top-candidatos{
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

.bar-white-up.mid-candidatos{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    z-index: 2;
    margin-top: -30px;
    
}

.txt-mid-info-candidatos{
    overflow: hidden;
}
.txt-mid-info-candidatos h2{
    font-size: 6em;
    letter-spacing: 2px;
    
}


.txt-mid-info-candidatos h3{
    font-size: 2em;
    text-shadow: -1px -1px 0px #94A9DA, 3px 3px 0px #00000030;
}

.txt-mid-info-candidatos h4{
    font-size: 9em;
text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, -5px -5px 0px #94A9DA, 6px 6px 0px #00000050;

}

.txt-mid-info-candidatos h5{
    font-size: 4em;
    font-weight: 900;
    margin-top: -30px;
    text-shadow: -3px -3px 0px #94A9DA, 4px 4px 0px #00000030;

}

}

/*MÓDULO, MUJER CON BINOCULARES*/
.informacion-candidatos-bottom{
    position: relative;
    z-index: 2;
    background: #fff;
}

.txt-info-candidatos-bottom{
    position: relative;
    background: #273D87;
    margin-top: 5%;
    width: 45%;
    left: 42%;
    right: 15%;
    padding: 100px 50px;
    color: #fff;
        clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 55% 95%, 50% 100%, 45% 95%, 0 95%);
        border-radius: 30px;

}

.txt-info-candidatos-bottom p{
    font-size: 2em;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
}

.img-mid-info-candidatos{
    width: 60%;
    left: 10%;
    text-align: left;
    position: relative;
    z-index: 3;
    margin-top: -350px;
}

.img-mid-info-candidatos img{
    width: 70%;
    height: auto;
}

.bar-white-up.mid-candidatos{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    z-index: 2;
    margin-top: -100px;
    
}


@media (min-width: 1200px) and (max-width: 1399px){
    .img-mid-info-candidatos{
    margin-top: -320px;
}
    .img-mid-info-candidatos img{
        width: 80%;
        height: auto;
    }

    .txt-info-candidatos-bottom p{
    line-height: 1.2;
}
}

@media (min-width: 1100px) and (max-width: 1199px){
        .txt-info-candidatos-bottom{
            padding: 100px 30px;
        }

        .img-mid-info-candidatos{
    margin-top: -250px;
}
    .img-mid-info-candidatos img{
        width: 85%;
        height: auto;
    }
        .txt-info-candidatos-bottom p{
    line-height: 1.2;
}
}

@media (min-width: 992px) and (max-width: 1099px){
           .txt-info-candidatos-bottom{
            padding: 100px 30px;
        }

        .img-mid-info-candidatos{
    margin-top: -200px;
}
    .img-mid-info-candidatos img{
        width: 90%;
        height: auto;
    }
        .txt-info-candidatos-bottom p{
    line-height: 1.2;
    font-size: 1.8em;
}
}

@media (min-width: 768px) and (max-width: 991px){



.txt-info-candidatos-bottom{
    margin-top: 0%;
    width: 65%;
    left: 30%;
    right: 15%;
    padding: 100px 50px;

}

.bar-white-up.mid-candidatos{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    margin-top: -50px;
    
}

.txt-info-candidatos-bottom p{
    font-size: 1.8em;
    line-height: 1.3;
}

.img-mid-info-candidatos{
    width: 75%;
    left: 5%;
    margin-top: -100px;
}

.img-mid-info-candidatos img{
    width: 80%;
    height: auto;   

}
}
@media (min-width: 576px) and (max-width: 767px){
    
.txt-info-candidatos-bottom{
    margin-top: 0%;
    width: 85%;
    left: 10%;
    right: 15%;
    padding: 100px 50px;

}

.bar-white-up.mid-candidatos{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    margin-top: -20px;
    
}

.txt-info-candidatos-bottom p{
    font-size: 1.8em;
    line-height: 1.3;
}

.img-mid-info-candidatos{
    width: 85%;
    left: 0%;
    margin-top: -100px;
}

.img-mid-info-candidatos img{
    width: 80%;
    height: auto;   

}
}

@media (max-width: 575px){

    .informacion-candidatos-bottom{
        padding-bottom: 0px;
    }
      
.txt-info-candidatos-bottom{
    margin-top: 0%;
    width: 95%;
    left: 5%;
    right: 0%;
    padding: 50px 20px;

}

.bar-white-up.mid-candidatos{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    margin-top: -20px;
    
}

.txt-info-candidatos-bottom p{
    font-size: 1.5em;
    line-height: 1.3;
}

.img-mid-info-candidatos{
    width: 100%;
    left: 0%;
    margin-top: 30px;
}

.img-mid-info-candidatos img{
    width: 100%;
    height: auto;   

}
}

/*BANNER INFERIOR CANDIDATOS*/
.banner-candidatos-bottom{
        background: #001C65;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
    padding-top: 50px;
    padding-bottom: 30px;
}

.bar-blue-up.mid-candidatos{
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -20px;
    position: relative;
    z-index: 2;
}

.bottom-info-candidatos{
    text-shadow: -3px -3px 0px #94A9DA, 4px 4px 0px #00000030;

}

.bottom-info-candidatos h3{
    font-weight: 900;
    font-size: 6em;
}

.bottom-info-candidatos h2{
    margin-top: -10px;
    font-weight: 200;
    font-size: 7em;
    line-height: 1;
}

.bottom-info-candidatos h4{
    font-weight: 900;
    font-size: 4em;
}

.img-candidatos-bottom{
    margin-top: 80px;
    text-align: center;
 
}

.img-candidatos-bottom img{
    width: 100%;
    height: auto;
}

.img-candidatos-bottom.mobile{
    display: none;
}

.bar-blue-down.mid-candidatos{
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
}

@media (min-width: 992px) and (max-width: 1099px){

    .bottom-info-candidatos h3{
    font-size: 5em;
}

.bottom-info-candidatos h4{
    font-size: 3.5em;
}
}

@media (min-width: 768px) and (max-width: 991px){
        .banner-candidatos-bottom{
            margin-top: -30px;
    padding-top: 50px;
    padding-bottom: 30px;
}
    .bar-blue-up.mid-candidatos{
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -20px;
    position: relative;
    z-index: 2;
}
.bottom-info-candidatos h2{
    font-size: 6em;
}

    .bottom-info-candidatos h3{
    font-size: 4.5em;
}

.bottom-info-candidatos h4{
    font-size: 3em;
}

.bar-blue-down.mid-candidatos{
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: -20px;
}


}

@media (min-width: 576px) and (max-width: 767px){

    .img-candidatos-bottom.desktop{
        display: none;
    }

    .img-candidatos-bottom.mobile{
        display: block;
    }
      .banner-candidatos-bottom{
        margin-top: -40px;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .bottom-info-candidatos h2{
    font-size: 6em;
}

    .bottom-info-candidatos h3{
    font-size: 4.5em;
}

.bottom-info-candidatos h4{
    font-size: 3em;
}
.bar-blue-down.mid-candidatos{
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: -50px;
}   

}

@media (max-width: 575px){
        .img-candidatos-bottom.desktop{
        display: none;
    }

    .img-candidatos-bottom.mobile{
        display: block;
    }
      .banner-candidatos-bottom{
        margin-top: -70px;
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .bottom-info-candidatos h2{
    font-size: 4em;
}

    .bottom-info-candidatos h3{
    font-size: 3.5em;
}

.bottom-info-candidatos h4{
    font-size: 2em;
}
.bar-blue-down.mid-candidatos{
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-top: -80px;
}  
    
}


/*

@media (min-width: 1100px) and (max-width: 1199px){
        .banner-candidatos-bottom{
    padding-top: 100px;
    padding-bottom: 0px;
}
}

@media (min-width: 992px) and (max-width: 1099px){
            .banner-candidatos-bottom{
    padding-top: 100px;
    padding-bottom: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px){
            .banner-candidatos-bottom{
    padding-top: 50px;
    padding-bottom: 50px;
}
.bottom-info-candidatos{
    margin-bottom: 100px;
}
.img-candidatos-bottom.desktop{
    display: none;
}
.img-candidatos-bottom.mobile{
    display: contents !important;
}


.bar-blue-down.mid-candidatos{
    margin-top: -30px;
}
}

@media (min-width: 576px) and (max-width: 767px){
.banner-candidatos-bottom{
    padding-top: 50px;
    padding-bottom: 50px;
}

.bottom-info-candidatos h3{
    font-size: 5em;
}

.bottom-info-candidatos h2{
    font-size: 6em;
}

.bottom-info-candidatos h4{
    font-size: 3em;
}

.bottom-info-candidatos{
    margin-bottom: 100px;
}
.img-candidatos-bottom.desktop{
    display: none;
}
.img-candidatos-bottom.mobile{
    display: contents !important;
}

.bar-blue-down.mid-candidatos{
    background: url("../../../assets/img/curva-down-b-01.svg");
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 50px;
}
}

@media (max-width: 575px){
.banner-candidatos-bottom{
    padding-top: 50px;
    padding-bottom: 30px;
}

.bottom-info-candidatos h3{
    font-size: 3em;
}

.bottom-info-candidatos h2{
    font-size: 4em;
}

.bottom-info-candidatos h4{
    font-size: 2em;
}
.bar-blue-down.mid-candidatos{
    background: url("../../../assets/img/curva-down-b-01.svg");
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 50px;
    margin-top: -30px;
}


.bottom-info-candidatos{
    margin-bottom: 100px;
}
.img-candidatos-bottom.desktop{
    display: none;
}
.img-candidatos-bottom.mobile{
    display: contents !important;
}

}
*/
/*MÓDULO VACANTES*/

.vacantes-candidatos{
    background: #94a9da;
    padding-top: 150px;
    margin-top: -100px;
    padding-bottom: 250px;
}

.tit-vacantes-candidatos{
    padding: 50px;
}

.tit-vacantes-candidatos h2{
    font-weight: 900;
    font-size: 4em;
    color: #fff;
    text-shadow: -3px -3px 0px #a7bef3, 4px 4px 0px #00000030;
}

.tit-vacantes-candidatos h3{
    font-weight: 300;
    color: #252525;
    font-size: 2em;
}





@media (min-width: 992px) and (max-width: 1099px){
    
.tit-vacantes-candidatos h2{
    font-size: 3em;
}

.tit-vacantes-candidatos h3{
    font-size: 1.5em;
}
}

@media (min-width: 768px) and (max-width: 991px){
        .vacantes-candidatos{
    margin-top: -80px;
}

.tit-vacantes-candidatos{
    padding: 30px;
}
    .tit-vacantes-candidatos h2{
    font-size: 3em;
}

.tit-vacantes-candidatos h3{
    font-size: 1.5em;
}
}

@media (min-width: 576px) and (max-width: 767px){
    .tit-vacantes-candidatos{
    padding: 30px;
}

    .tit-vacantes-candidatos h2{
    font-size: 3em;
}

.tit-vacantes-candidatos h3{
    font-size: 1.5em;
}
}

@media (max-width: 575px){
       .tit-vacantes-candidatos{
    padding: 30px 10px;
}

    .tit-vacantes-candidatos h2{
    font-size: 3.5em;
}

.tit-vacantes-candidatos h3{
    font-size: 1.3em;
    font-weight: 400;
}
}

/*PANEL DE VACANTES*/
.panel-vacantes{
    padding: 0px 100px;
}

.owl-carousel.carousel-vacantes{
    min-height: fit-content !important;
}

.panel-vacantes .item{
    padding: 30px;
    min-height: fit-content;
}

.mod-vacante{
    margin-bottom: 30px;
    background: #ffffff75;
    padding: 30px;
    border-radius: 50px;
    box-shadow: 5px 5px 10px 5px #2b2f6c25;
    
}
.mod-vacante.urgente{
    background: #273d87;
    color: #fff;
}


.mod-vacante.urgente .informacion-vacante h2{
    color: #fff;
     -webkit-box-shadow: 0px 10px 15px -15px rgba(148,169,218,0.5);
    -moz-box-shadow: 0px 10px 15px -15px rgba(148,169,218,0.5);
     box-shadow: 0px 10px 15px -15px rgba(148,169,218,0.5);
}


.mod-vacante.urgente .informacion-vacante h2 i{
    color: #29F0FF;
}

.mod-vacante.urgente .informacion-vacante h3{

    color: #d9d9d9;
}

.mod-vacante.urgente .informacion-vacante h4{
    color: #d9d9d9;
}

.mod-vacante.urgente .informacion-vacante p, .mod-vacante.urgente ul{
    color: #fff;
}

.mod-vacante.urgente .informacion-vacante p span i{
    color: #29F0FF;
}

.informacion-vacante{
    padding: 0px 30px;
    color: #283042;
    min-height: fit-content;
}

.informacion-vacante h2{
    font-size: 1.5em;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 900;
    color: #273d87;
    padding-bottom: 15px;
    -webkit-box-shadow: 0px 10px 15px -15px rgba(39,61,135,0.5);
-moz-box-shadow: 0px 10px 15px -15px rgba(39,61,135,0.5);
     box-shadow: 0px 10px 15px -15px rgba(39,61,135,0.5);
}

.informacion-vacante h2 i{
    color: #0a3ec3;
    text-shadow: -1px -1px 0px #a7bef3, 2px 2px 0px #00000030;
}

.informacion-vacante h3{
    font-size: 1.3em;
    font-weight: 700;
    color: #2b2f6c;
}

.informacion-vacante h4{
    font-size: 1.2em;
    font-weight: 400;
    color: #041f5b;
    font-style: italic;
}

.informacion-vacante p i{
    color: #273d87;
}

.informacion-vacante p span{
    padding-right: 15px;
}

.contacto-vacante{
    text-align: center;
    padding: 30px;
}

/*ACORDEON VACANTES*/

.detalles-vacante-info{
    margin-top: 20px;
    background: #4fbfed95;
    padding: 20px 30px;
    margin-bottom: 20px;
    border: solid #fff thin;
    transition: all 0.5s;
}

.detalles-vacante-info:hover{
    background: #4fbfed;
    transition: all 0.5s;

}

.detalles-vacante-info:focus{
    background: #4fbfed95;
    transition: all 0.5s;
}

.top-detalles-vacante{
    display: flex;
    justify-content: space-between;
    align-items: center;
        cursor: pointer;
        
}

.top-detalles-vacante h3 span{
    font-size: 1em;
    font-weight: 900;     
}

.mod-vacante.urgente .top-detalles-vacante h3 span{
    color: #fff;
    text-shadow: 1px 1px 1px #273d87;
}



.detalles-vacante-info.active i{
    transform: rotate(135deg);
}

.detalles-vacante-info i{
    background: #fff;
    padding: 1px 5px;
    border-radius: 100%;
    color: #273d87;
    font-size: 1.2em;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.open-detalles-vacante{
    max-height: 0;
    overflow: hidden;
    transition: all 1s;
    padding: 0px 30px;
}

.open-detalles-vacante h4{
    color: #273d87;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.mod-vacante.urgente .open-detalles-vacante h4{
    color: #041f5b;
}


.detalles-vacante-info.active .open-detalles-vacante{
    max-height: fit-content;
    transition: all 1s;
}


.panel-vacantes .owl-nav{
    display: none;
}

.pagina-vacantes{
    margin-bottom: 50px;
}

.contacto-vacante{
    padding-top: 25%;
    text-align: center;
    -webkit-box-shadow: -5px 0px 15px -15px rgba(39,61,135,0.5);
-moz-box-shadow: -5px 0px 15px -15px rgba(39,61,135,0.5);
     box-shadow: -5px 0px 15px -15px rgba(39,61,135,0.5);
     height: 100%;
}

.mod-vacante.urgente .contacto-vacante{
     padding-top: 15%;
     -webkit-box-shadow: -5px 0px 15px -15px rgba(148,169,218,0.5);
-moz-box-shadow: -5px 0px 15px -15px rgba(148,169,218,0.5);
     box-shadow: -5px 0px 15px -15px rgba(148,169,218,0.5);
}

.btn-vacante button{
    padding: 10px;
    margin-bottom: 30px;
    width: 100%;
    font-size: 1.2em;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    background: #44BBFF;
    border: #fff 3px solid;
    box-shadow: 5px 5px 0px 0px #6684D2;
    transition: all 0.7s;
}
.disc-urgente{
    margin-bottom: 30px;
    color: #f5c13c;
}
.disc-urgente span{
    font-size: 1em;
    font-style: italic;
}

.btn-vacante button:hover{
    transform: scale(0.95);
     background: #fff;
    border: #44BBFF 3px solid;
    color: #44BBFF;
    box-shadow: 5px 5px 5px 0px #00000075;
    transition: all 0.7s;
}

.control-paginas{
    padding: 30px 50px;
}

.control-paginas button{
    margin: 0px 5px;
    width: 50px;
    height: 50px;
    font-size: 1.5em;
    background: #083cc1;
    color: #fff;
    border: solid 3px #fff;
    border-radius: 100%;
    box-shadow: 2px 2px 0px 0px #083cc1;
    transition: all 0.5s;
}

.control-paginas button:hover{
    background: #fff;
    color: #083cc1;
    border: solid 3px #083cc1;
    box-shadow: 2px 2px 10px 0px #00000050;
    transition: all 0.5s;
}


@media (min-width: 1200px) and (max-width: 1399px){
        .panel-vacantes{
    padding: 0px 50px;
}
.panel-vacantes .item{
    padding: 30px 15px;
}

.mod-vacante{
    padding: 30px 15px;
}

.contacto-vacante{
    padding: 30px 10px;
    padding-top: 25%;
}

.btn-vacante button{
    font-size: 1.1em;
}

}

@media (min-width: 1100px) and (max-width: 1199px){
            .panel-vacantes{
    padding: 0px;
}
.panel-vacantes .item{
    padding: 30px 15px;
}

.mod-vacante{
    padding: 30px 15px;
}

.contacto-vacante{
    padding: 30px 10px;
    padding-top: 25%;
}

.btn-vacante button{
    font-size: 1em;
}
}

@media (min-width: 992px) and (max-width: 1099px){
                .panel-vacantes{
    padding: 0px;
}
.panel-vacantes .item{
    padding: 30px 15px;
}

.mod-vacante{
    padding: 30px 15px;
}
.contacto-vacante{
    padding: 30px 10px;
    padding-top: 25%;
}

.btn-vacante button{
    font-size: 1em;
}
}

@media (min-width: 768px) and (max-width: 991px){
                    .panel-vacantes{
    padding: 0px;
}
.panel-vacantes .item{
    padding: 30px 15px;
}

.mod-vacante{
    padding: 30px 15px;
}
.contacto-vacante{
    padding: 30px 10px;
}
}

@media (min-width: 576px) and (max-width: 767px){
       .panel-vacantes{
    padding: 0px 30px;
}

.panel-vacantes .item{
    padding: 30px 15px;
}
.mod-vacante{
    padding: 30px 15px;
}

.informacion-vacante{
    padding: 30px 15px;
}

.informacion-vacante h2{
    margin-bottom: 20px;
}

.informacion-vacante h3{
    font-size: 1.2em;
}

.informacion-vacante h4{
    font-size: 1em;
}

.contacto-vacante{
    padding-top: 30px;
    text-align: center;
    -webkit-box-shadow: 0px -5px 15px -15px rgba(39,61,135,0.5);
-moz-box-shadow: 0px -5px 15px -15px rgba(39,61,135,0.5);
     box-shadow: 0px -5px 15px -15px rgba(39,61,135,0.5);
}

.mod-vacante.urgente .contacto-vacante{
     padding-top: 30px;
     -webkit-box-shadow: 0px -5px 15px -15px rgba(148,169,218,0.5);
-moz-box-shadow: 0px -5px 15px -15px rgba(148,169,218,0.5);
     box-shadow: 0px -5px 15px -15px rgba(148,169,218,0.5);
}

.disc-urgente{
    margin-bottom: 10px;
}

.página-vacantes{
    margin-bottom: 0px;
}

.control-paginas{
    padding: 0px 50px;
    text-align: center;
}

.open-detalles-vacante h4{
    font-size: 1.1em;
}

}

@media (max-width: 575px){

           .panel-vacantes{
    padding: 0px 10px;
}

.panel-vacantes .item{
    padding: 30px 0px;
}
.mod-vacante{
    padding: 30px 15px;
}

.informacion-vacante{
    padding: 30px 15px;
}

.informacion-vacante h2{
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.4em;
}

.informacion-vacante h3{
    font-size: 1.2em;
}

.informacion-vacante h4{
    font-size: 1em;
}

.contacto-vacante{
    padding-top: 30px;
    text-align: center;
    -webkit-box-shadow: 0px -5px 15px -15px rgba(39,61,135,0.5);
-moz-box-shadow: 0px -5px 15px -15px rgba(39,61,135,0.5);
     box-shadow: 0px -5px 15px -15px rgba(39,61,135,0.5);
}

.mod-vacante.urgente .contacto-vacante{
     padding-top: 30px;
     -webkit-box-shadow: 0px -5px 15px -15px rgba(148,169,218,0.5);
-moz-box-shadow: 0px -5px 15px -15px rgba(148,169,218,0.5);
     box-shadow: 0px -5px 15px -15px rgba(148,169,218,0.5);
}

.disc-urgente{
    margin-bottom: 10px;
}

.página-vacantes{
    margin-bottom: 0px;
}

.control-paginas{
    padding: 0px 10px;
    text-align: center;

}

.detalles-vacante-info{
    padding: 15px;
}

.open-detalles-vacante h4{
    font-size: 1.1em;
}
.open-detalles-vacante{
    padding: 0px 15px;
}
}
/*

@media (min-width: 1200px) and (max-width: 1399px){}

@media (min-width: 1100px) and (max-width: 1199px){}

@media (min-width: 992px) and (max-width: 1099px){}

@media (min-width: 768px) and (max-width: 991px){}

@media (min-width: 576px) and (max-width: 767px){}

@media (max-width: 575px){}
*/