@charset "UTF-8";

#cabecera {
  padding-top: 100px;
  background-size: cover;
  background-image: url(/images/portada.jpg?c49efc1…);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;
}

#cabecera::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background: linear-gradient(to right, black 0%, rgba(255, 255, 255, 0) 100%);
  height: 500px;
}

#cabecera h1 {
  color: #fff !important;
}

#cabecera-detalle {
  padding-top: 100px;
  height: 550px;
}

#cabecera-detalle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c7c7c7;
  height: 550px;
}

.oferta:hover {
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 1px 18px 0;
  background-color: var(#FFFFFF);
}

.oferta .logo-entidad {
  width: 100%;
  margin-top: 15px;
}

.oferta .descripcion {
  margin-bottom: 0px;
  font-size: 14px;
}

.oferta .detail {
  display: inline-block;
  color: #FFFFFF !important;
  background-color: #231f20;
  margin: 20px 5px 0;
  padding: 8px 15px;
  font-size: 15px;
  border-radius: 20px;
}

.oferta .detail.salario {
  background-color: #231f20;
}

.oferta .tipo {
  display: inline-block;
  color: #FFFFFF !important;
  background-color: #082f7c;
  padding: 8px 15px;
  font-size: 15px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
}

.ficha-oferta .card {
  border-radius: 20px;
}

.ficha-oferta .detail {
  font-weight: bold;
}

.ficha-oferta .btn {
  border-radius: 10px;
  color: #FFFFFF;
  margin: 35% 0;
}

.ficha-oferta .extra-detail {
  padding: 25px;
  margin: 10px 0;
  transition: all 350ms ease;
  border-radius: 20px;
  margin: 20px 0;
  background-color: #231f20;
}

.ficha-oferta .extra-detail .icono-social {
  width: 17%;
  height: 50px;
  margin: 10px 5px 20px 0;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
}

.ficha-oferta .extra-detail .icono-social i {
  font-size: xx-large;
  color: #f5be4a;
}

.ficha-oferta .extra-detail .icono-social:hover i {
  color: #fff;
}

#filtroOferta {
  margin-top: 80px;
}

.search-btn span {
  color: white;
}

#asuntoOferta {
  color: #082f7c;
}

.botonInscribirse {
  background-color: #082f7c !important;
}

.botonInscribirse:hover {
  background-color: #082f7c !important;
}

.extra-detail {
  background-color: #082f7c !important;
}

@media (max-width: 768px) {
  .ficha-oferta .btn {
    border-radius: 10px;
    color: #FFFFFF;
    margin: 30px 0 0;
  }
}

