@charset "UTF-8";
#content-wrapper {
  background-color: white;
}

.search__vacant-map {
  display: none !important;
}

.search__vacant-back {
  display: none !important;
}

.search__vacant-hidden {
  display: none !important;
}

#contenedor-clear-form {
  display: none !important;
}

.link-volver {
  color: #00659D;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.link-volver i {
  font-size: 20px;
}

.link-volver:hover {
  text-decoration: none;
  color: #00659D;
}

.step-title {
  font-weight: 600;
  color: #555;
  margin-bottom: 8px;
}

.custom-progress {
  height: 6px;
  background: #e0e0e0;
  border-radius: 10px;
}

.progress-bar-custom {
  background: #f28c28;
  border-radius: 10px;
}

.title {
  font-weight: 700;
  color: #00659D;
}

.title span {
  color: #79b530;
}

.subtitle {
  color: #666;
  margin: 0;
  font-weight: bold;
}

.info-bar {
  background: #E4F9FF;
  padding: 15px;
  border-radius: 10px;
  gap: 30px;
}

.info-item {
  font-weight: 600;
  color: #00659D;
}

.info-item i {
  margin-right: 8px;
}

.buscar-vacante .card .with-shadow {
  box-shadow: none;
  border: 1px solid black;
}

.cursor-pointer {
  color: #EA8215;
  font-size: 18px;
  cursor: pointer;
}

.search__vacant-card-title {
  color: #00659D;
  font-weight: bold;
}

.dropdown {
  width: 100%;
}
.dropdown .grado-drop-down, .dropdown .nivel-drop-down {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  background-color: transparent;
  border: 1px solid #C4C4C4;
  padding: 0.5rem 1.5rem !important;
  color: black;
}
.dropdown .dropdown-item {
  text-align: left;
  font-weight: normal !important;
}
.dropdown .dropdown-placeholder {
  text-align: center;
  font-weight: normal !important;
}

.section-header h5 {
  font-weight: 600;
}

.btn-add {
  border-radius: 20px;
}

.btn-add:hover {
  background-color: transparent;
}

.search__vacant-search {
  background-color: #00659D !important;
  border-color: #00659D !important;
}

.search__vacant-search:hover {
  background-color: #00659D !important;
  border-color: #00659D !important;
}

.search__vacant-card-empty {
  color: #666 !important;
  font-weight: bold;
}

.configuration-complete {
  color: #7aa61b;
  font-weight: 500;
  font-size: 16px;
}

.configuration-complete i {
  margin-right: 8px;
  font-size: 20px;
}

.search__vacant-btn-next {
  background-color: #00659D;
  border-color: #00659D;
  /*height: 36px !important;*/
  width: 100%;
}

.search__vacant-btn-next:hover {
  background-color: #00659D;
  border-color: #00659D;
}

.search__vacant-btn-back:hover {
  background-color: transparent;
}

.search__vacant-card-sede-title {
  color: #00659D;
}

.search__vacant-card-sede-subtitle {
  color: black;
}

.badge-disponible {
  background: #7cb342;
  color: white;
  border-radius: 12px;
  padding: 3px 10px;
  font-size: 12px;
}

.badge-nodisponible {
  background: #e53935;
  color: white;
  border-radius: 12px;
  padding: 3px 10px;
  font-size: 12px;
}

.buscar-vacante .direccion em.fas.fa-map-marker-alt {
  color: #00659D !important;
}

.link-map {
  color: #00659D;
  text-decoration: underline;
  font-size: 0.875rem;
}

.search__vacant-btn-sede-price:hover {
  background-color: transparent;
}

.buscar-vacante .card.card-seleccionado {
  box-shadow: none !important;
  border: 2px solid #00659D !important;
  background-color: #d7d7d7 !important;
}

.buscar-vacante .card.card-seleccionado > .card-header,
.buscar-vacante .card.card-seleccionado > .card-static-header {
  background-color: #d7d7d7 !important;
}

.sede-title {
  color: #00659D;
  font-weight: 600;
  margin-bottom: 4px;
}

/* address */
.sede-address {
  font-size: 13px;
  color: #666;
}

.sede-address i {
  margin-right: 5px;
}

/* radio */
.radio-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #EA8215;
  position: relative;
  transition: all 0.25s ease;
}

.radio-circle::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EA8215;
  position: absolute;
  top: 2px;
  left: 2px;
  transform: scale(0);
  transition: transform 0.25s ease;
}

.card-seleccionado .radio-circle::after {
  transform: scale(1);
}

.card-seleccionado {
  border: 2px solid #EA8215;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.success-modal {
  padding: 30px 30px 35px 30px;
  position: relative;
}

/* Close */
.success-modal__close {
  position: absolute;
  right: 18px;
  top: 14px;
}

/* Body */
.success-modal__body {
  padding-top: 10px;
}

/* Icon */
.success-modal__icon {
  width: 70px;
  height: 70px;
  background: #8BC34A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
}

.success-modal__icon i {
  color: white;
  font-size: 28px;
}

/* Title */
.success-modal__title {
  font-size: 34px;
  font-weight: 700;
  color: #00659D;
  margin-bottom: 20px;
}

/* Message */
.success-modal__message {
  background: #E4F9FF;
  padding: 18px 22px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  font-size: 16px;
  color: #444;
  margin-bottom: 25px;
}

.success-modal__message i {
  font-size: 20px;
  color: #1a2b34;
}

/* Buttons */
.success-modal__actions {
  display: flex;
  justify-content: center;
  gap: 25px;
}

/* Pill buttons */
.success-modal__next {
  background-color: #00659D;
  border-color: #00659D;
  /*height: 36px !important;*/
}

.success-modal__next:hover {
  background-color: #00659D;
  border-color: #00659D;
}

.success-modal__back:hover {
  background-color: transparent;
}

.no-vacant-modal__icon {
  width: 70px;
  height: 70px;
  background: #E57C1F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
}

.no-vacant-modal__icon i {
  color: white;
  font-size: 30px;
}

/* mensaje */
.no-vacant-modal__message {
  padding: 18px 22px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  font-size: 16px;
  color: #444;
}

.no-vacant-modal__message i {
  font-size: 18px;
  color: #333;
}

/* pregunta */
.no-vacant-modal__question {
  font-weight: 600;
  color: #00659D;
}

/* opciones */
.no-vacant-modal__option {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.no-vacant-modal__option input {
  margin-right: 12px;
  transform: scale(1.2);
  accent-color: #E57C1F;
}

.no-vacant-modal__option label {
  margin: 0;
  color: #00659D;
  font-weight: 500;
  cursor: pointer;
}

.successno-modal__next {
  background-color: #00659D;
  border-color: #00659D;
  /*height: 36px !important;*/
}

.successno-modal__next:hover {
  background-color: #00659D;
  border-color: #00659D;
}

.successno-modal__back:hover {
  background-color: transparent;
}

/* título */
.successno__modal-title-main {
  color: #0F5F8F;
  font-weight: 700;
  text-align: left;
}

/* texto */
.successno__modal-text {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

/* contactos */
.successno__contact-list {
  max-width: 100%;
}

.successno__contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.successno__contact-label {
  width: 170px;
  color: #444;
}

.successno__contact-value {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #444;
}

.successno__contact-value i {
  color: #555;
}

/* whatsapp */
.successno__contact-value.whatsapp i {
  color: #25D366;
}

/* pregunta */
.successno__modal-question {
  font-weight: 600;
  color: #444;
}

/* botones */
.successno__btn-pill {
  border-radius: 30px;
  padding: 10px 24px;
  font-weight: 600;
  height: 100% !important;
}

.successno__btn-asesor:hover {
  background-color: transparent;
}

/* contenedor */
.no-vacant-modal__option {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

/* ocultar radio nativo */
.radio-custom {
  display: none;
}

/* círculo */
.radio-custom + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 500;
  color: #00659D;
}

/* borde */
.radio-custom + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 2px solid #EA8215;
  border-radius: 50%;
  background: white;
}

/* relleno */
.radio-custom:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #EA8215;
  border-radius: 50%;
}

.level__price-info-modal {
  border-radius: 12px;
  border: none;
  padding: 25px;
  position: relative;
}

/* Close */
.level__price-info-modal__close {
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 26px;
  color: #EA8215;
  opacity: 1;
}

/* Title */
.level__price-info-modal__title {
  color: #00659D;
  font-size: 32px;
  font-weight: 700;
}

/* Subtitle */
.level__price-info-modal__subtitle {
  font-weight: 700;
  color: #444;
}

/* List */
.info-modal__list {
  list-style: none;
  padding-left: 0;
  color: #555;
  line-height: 1.7;
}

/* Text */
.level__price-info-modal__text {
  color: #555 !important;
  font-size: 15px;
}

/* Button */
.level__price-info-modal__button {
  background: #00659D;
  border-color: #00659D;
  border-radius: 30px;
  min-width: 160px;
  height: 42px;
}

.level__price-info-modal__button:hover {
  background: #005180;
  border-color: #005180;
}

.modalmapa__modal-title {
  color: #0F5F8F;
  font-weight: 700;
  text-align: left;
}

.modalmapa__modal__close {
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 26px;
  color: #EA8215;
  opacity: 1;
}

#map2 {
  height: 450px;
  width: 100%;
  background: #e9ecef;
  border-radius: 6px;
}

.modal__mapa-sede-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.2s;
  background: #fff;
}

/*.modal__mapa-sede-card:hover {
    border-color: #00659D;
}*/
.modal__mapa-sede-card-seleccionado {
  border-color: #00659D !important;
}

.modal__mapa-sede-card-noseleccionado {
  border-color: #ddd !important;
}

.modal__mapa-sede-card h6 {
  font-weight: 600;
  margin-bottom: 8px;
}

.modal__mapa-sede-card p {
  font-size: 14px;
  margin-bottom: 4px;
  color: #555;
}

.modal__mapa-sede-card i {
  color: #00659D;
  margin-right: 6px;
}

/* card seleccionada */
.modal__mapa-sede-card.active {
  border: 2px solid #00659D;
  background: #f4f9fc;
}

/* sede seleccionada */
.modal__mapa-sede-seleccionada {
  background: #dceaf2;
  padding: 15px;
  border-radius: 10px;
}

/* botón azul */
.modal__mapa-btn-primary-custom {
  background: #00659D;
  border-radius: #00659D;
  color: white;
  border: none;
  /*padding: 10px 20px;*/
  border-radius: 25px;
}

.modal__mapa-btn-primary-custom:hover {
  background: #00659D;
  color: white;
  border-radius: #00659D;
}

.modal__mapa-btn-secondary-custom {
  border-color: #00659D !important;
  color: #00659D !important;
}

.modal__mapa-btn-secondary-custom:hover {
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .search__card-back {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .buscar-vacante .justify-content-center {
    margin-right: 0.6rem !important;
  }
  .search__vacant-grade-level {
    text-align: center;
  }
  #map2 {
    margin-bottom: 20px;
  }
}
.tutorial-box {
  background: #fff;
  padding: 15px 0;
}

.tutorial-link {
  color: #00659D;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  display: flex;
  align-items: center;
}

.tutorial-link:hover,
.tutorial-link:focus {
  color: #00659D;
  text-decoration: underline;
}

.tutorial-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #00659D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 14px;
  flex-shrink: 0;
}

.tutorial-icon .fa {
  margin-left: 2px;
}

.tutorial-text {
  line-height: 1.4;
}

.modal-video iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

@media (max-width: 767px) {
  body {
    padding: 20px 10px;
  }
  .tutorial-link {
    font-size: 16px;
    align-items: flex-start;
  }
  .tutorial-icon {
    margin-top: 2px;
  }
  .modal-video iframe {
    height: 220px;
  }
}
.help-float {
  position: fixed;
  bottom: 90px;
  right: 25px;
  text-align: right;
  z-index: 1000;
}

.help-label {
  background: #EA8215;
  color: white;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.help-circle {
  background: #00659D;
  color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: none;
  margin-left: auto;
  cursor: pointer;
}

.help-circle .fa-video-camera {
  font-size: 22px;
}

/*# sourceMappingURL=new-search-vacant.css.map */
