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

.content__background {
  background-color: #FFFFFF !important;
}

.content__btn-background {
  background-color: #00659D;
  border-color: #00659D;
}

.content__btn-outline-background:hover {
  background-color: #00659D;
  border-color: #00659D;
  color: white !important;
}

.btn-outline-primary {
  color: #00659D !important;
  border-color: #00659D !important;
}

.btn-outline-primary::after hover {
  color: white !important;
}

.header__line-vertical {
  display: none !important;
}

.header__btn-login {
  background-color: #00659D;
  border-color: #00659D;
}

.header__btn-login:hover {
  background-color: #00659D;
  border-color: #00659D;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]), select {
  border-radius: 0.5rem !important;
}

.form-group div.form-control {
  border-radius: 0.5rem !important;
}

.color__azul-primary-text {
  color: #00659D;
}

/* Modal Global */
/* Contenedor general */
.global-modal {
  border-radius: 12px;
  border: none;
  overflow: hidden;
}

/* Header */
.global-modal__header {
  border-bottom: none;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Título con ícono */
.global-modal__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #00659D;
}

.global-modal__title i {
  font-size: 20px;
  color: #00659D;
}

/* Botón cerrar */
.global-modal__close {
  font-size: 24px;
  color: #EA8215;
  opacity: 1;
}

.global-modal__close:hover {
  color: #C96E12;
  opacity: 1;
}

/* Body con scroll */
.global-modal__body {
  max-height: 55vh;
  overflow-y: auto;
  padding: 0 24px 24px 24px;
  font-size: 14px;
  color: #333;
}

/* Texto */
.global-modal__body ol {
  padding-left: 18px;
}

.global-modal__body li {
  margin-bottom: 12px;
  line-height: 1.5;
}

.error__modal-btn-ok {
  background-color: #00659D;
  border-color: #00659D;
}

.error__modal-btn-ok:hover {
  background-color: #00659D;
  border-color: #00659D;
}

.global__btn-background {
  background-color: #00659D;
  border-color: #00659D;
}

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

.global__btn-background:disabled {
  background-color: #00659D;
  border-color: #00659D;
}

.btn-outline-primary {
  height: auto !important;
}

.register__period-select {
  display: none !important;
  background-color: #E6FFC6;
  border-radius: 8px;
  border: none !important;
  box-shadow: none !important;
  margin-top: 0px !important;
}

.register__period-icon {
  color: #00659D;
}

.btn-outline-warning {
  color: #EA8215;
  border-color: #EA8215;
}

.btn-outline-warning:hover {
  background-color: #EA8215;
  color: white;
}

#header .b2b-btn-in-header {
  height: auto !important; /* ← Restablece el height */
}

.btn-primary:focus {
  background-color: #00659D !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #00659D !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: white !important;
  background-color: #00659D !important;
}

@media screen and (max-width: 768px) {
  .container__top-spacing {
    padding-top: 50px !important;
  }
  .container__top-spacing-back {
    padding-top: 60px !important;
  }
  #containerTopSpacing {
    padding-top: 50px !important;
  }
  .content__background {
    background-color: #E4F9FF !important;
  }
  .register__period-select {
    display: block !important;
  }
  .register__period-select {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .register__period-title {
    width: 100%;
    margin-bottom: 10px;
    white-space: normal; /* permite wrap */
  }
  .register__period-select select {
    width: 100% !important;
  }
}

/*# sourceMappingURL=new-shared.css.map */
