/*#region VERIFICAR CUENTA */
.verificacion-cuenta,
.recuperar-clave {
  overflow: hidden;
}

.verificacion-cuenta .fondo-verificacion {
  display: block;
  padding-top: 0;
  /*margin-top: -58px;*/
  z-index: 1;
}

.verificacion-cuenta #verificacionMail {
  display: none;
}

.verificacion-cuenta #errorverificacionMail {
  display: none;
}

/*#endregion VERIFICAR CUENTA */
/*#region RECUPERAR PASS */

.recuperar-clave .fondo-recuperacion {
  display: block;
  padding-top: 0;
  /*margin-top: -58px;*/
  z-index: 1;
}

.recuperar-clave #recuperacionPassOK {
  display: none;
}

/*#end region RECUPERAR PASS */
/*#region MODAL LOADING */

.modalLoading {
  overflow: hidden;
  background: rgba(1, 53, 149, 0.5);
}

.modalLoading .modal-dialog {
  width: fit-content;
}

.modalLoading .modal-content {
  width: 90px;
  height: 90px;
  border: 0;
  background-color: transparent;
}

.modalLoading .loaderPS {
  background: url(/public/img/frontend/Loader.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90px;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 99px;*/
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*#endregion MODAL LOADING */
/*#region modal favorito*/

#modalFavoritos .apaccescc {
  margin-bottom: 12px;
}

#modalFavoritos .modal-footer {
  padding-bottom: 0;
  z-index: 100;
}

#modalFavoritos .modal-body img {
  width: 100%;
  max-width: 523px;
  margin-left: -23px;
}

#modalFavoritos .modal-body .col-izq button {
  display: none;
}

#modalFavoritos .modal-body .col-der {
  height: 350px;
  max-height: 350px;
}

/*#endregion modal favorito*/

/*#region modal busqueda*/

#modalBusqueda .apaccescc {
  margin-bottom: 12px;
}

#modalBusqueda .modal-footer {
  padding-bottom: 0;
  z-index: 100;
}

#modalBusqueda .modal-body img {
  width: 100%;
  max-width: 523px;
  margin-left: -23px;
}

#modalBusqueda .modal-body .col-izq button {
  display: none;
}

#modalBusqueda .modal-body .col-der {
  height: 350px;
  max-height: 350px;
}


.seleccion.negro{
  color: black !important;
}
.seleccion.gris{
  color:#ADAAA9 !important;
}
/*#endregion modal busqueda*/

.mensaje-eviado,
.mensaje-eviado .texto-mensaje-ok,
.mensaje-eviado .texto-mensaje-ko{
  display: none;
}
.mensaje-eviado .texto-mensaje-ok{
  color: #20BAA3;;
}
.mensaje-eviado .texto-mensaje-ko{
color: #DB2929;
}

.ui-datepicker-month, .ui-datepicker-year{
  border: 0;
}
.btns-enlace-seo {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  padding: 0 16px;
}