/* ===================================
    Cover
====================================== */

.cover{
  position: relative;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:  url("../../assets/img/cover-ondas.png"),linear-gradient(270deg, #1F2547 0%, #012B38 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cover-detalle{
  position: relative;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background:  url("../../assets/img/cover-ondas.png"),linear-gradient(270deg, #1F2547 0%, #012B38 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-cover{
  position: absolute;
width: 80px;
right: 0px;
z-index: 100;
bottom: -100px;
}

.img-cover-detalle{
  position: absolute;
width: 80px;
right: 0px;
z-index: 100;
bottom: -100px;
}

.vacantes-loader-evcon {
  position: fixed;
  inset: 0;
  background: #012B38; /* color de fondo sólido */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
}

.vacante-loader-evcon {
  position: fixed;
  inset: 0;
  background: #012B38; /* color de fondo sólido */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
}

.form-select{
  text-transform: uppercase;
}

.input-file { visibility: hidden; position: absolute;}

.btn-upload {
    background: #012B38;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 15px;
    font-size: 14px;
}
.btn-upload i{
  margin-left: 0px!important;
}

.btn-upload:hover{
  background: #0095DE;
}
/* ===================================
    General
====================================== */

.content-btn-back{
  margin-bottom: 20px;
}
.content-btn-back .btn-prev{
  border: 1px solid #1F2547;
  color: #1F2547;
}
.grid-title{
  display: grid;
grid-template-columns: 1fr;
gap: 50px;
}

.card-vacante{
  background: #FBFBFB;
  border-radius: 10px;
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr;
  gap:0px;
  transition: all .5s ease;
  margin-bottom: 20px;
}

.inf-title{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.inf-title .description{
  margin: 0px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.publicado{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.btn-detalle{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}

.card-vacante .btn-next{
  width: 40px;
    height: 40px;
    border: 1px solid #012B38;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #012B38;
    transition: all .5s ease;
}

.card-vacante:hover{
  background: #F2F4F8;
  transition: all .5s ease;
    cursor: pointer;
}

.card-vacante:hover .btn-next{
  background: #012B38;
    border: 1px solid #012B38;
    color: #fff;
    transition: all .5s ease;
    text-decoration: none;
}

.card-vacante:hover .btn-next::after{
  transform: rotate(-25deg) translate(0px, -1px);
}

/*Vacante detalle*/

.grid-main-detalle{
  display: grid;
  grid-template-columns:1fr;
  gap:30px;
}

.card-info-hr{
  background: #F2F4F8;
  padding: 15px;
  border-radius: 10px;
  margin-top: 0px;
}

#detalle-vacante-content ul li{
  list-style: circle!important;
  margin-left: 15px;
}
/* ===================================
    Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

.img-cover{
width: 120px;
right: 0px;
bottom: -135px;}

.img-cover-detalle{
  width: 120px;
          right: 0px;
          bottom: -125px;}

.card-vacante{grid-template-columns: 1fr 1fr;gap:10px;}

}
/* md  */ @media (min-width: 768px) {

.img-cover{
width: 120px;
right: 0px;
bottom: -155px;
}

.img-cover-detalle{
  width: 150px;
  right: 0px;
  bottom: -143px;
}

.card-vacante{grid-template-columns: 1fr 1fr;gap:20px;}

.grid-main-detalle{
  display: grid;
  grid-template-columns: 55% auto;
  gap:30px;
}

.card-info-hr{margin-top: 70px;}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

.img-cover{
width: 200px;
right: 0px;
bottom: -200px;
}

.img-cover-detalle{
width: 180px;
right: 0px;
bottom: -160px;
}

.grid-title{grid-template-columns: 45% 1fr 200px;}


.card-vacante{grid-template-columns: 45% 1fr 1fr 50px;gap:40px;}

.grid-main-detalle{
  display: grid;
  grid-template-columns: 65% auto;
  gap:30px;
}


} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {}
/* xxl */ @media (min-width: 1400px) {}
