#instructions {
  color: #282625;
  margin: 0 auto;
  width: 360px;
  line-height: 30px;
}

.paper {
  padding: 37px 55px 27px;
  position: relative;
  border: 1px solid #B5B5B5;
  background: white;
  background: -webkit-linear-gradient(top, #DFE8EC 0%, white 8%) 0 57px;
  background: -moz-linear-gradient(top, #DFE8EC 0%, white 8%) 0 57px;
  background: linear-gradient(top, #DFE8EC 0%, white 8%) 0 57px;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  background-size: 100% 30px;
}

.paper::before {
  content: "";
  z-index: -1;
  margin: 0 1px;
  width: 706px;
  height: 10px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: white;
  border: 1px solid #B5B5B5;
}

.paper::after {
  content: '';
  position: absolute;
  width: 0px;
  top: 0;
  left: 39px;
  bottom: 0;
  border-left: 1px solid #F8D3D3;
}

/*@-webkit-keyframes glowing {
  0% { background-color: #01A9DB; -webkit-box-shadow: 0 0 2px #01A9DB; }
  50% { background-color: #0489B1; -webkit-box-shadow: 0 0 20px #0489B1; }
  100% { background-color: #01A9DB; -webkit-box-shadow: 0 0 2px #01A9DB; }
}

@-moz-keyframes glowing {
  0% { background-color: #01A9DB; -moz-box-shadow: 0 0 2px #01A9DB; }
  50% { background-color: #0489B1; -moz-box-shadow: 0 0 20px #0489B1; }
  100% { background-color: #01A9DB; -moz-box-shadow: 0 0 2px #01A9DB; }
}

@-o-keyframes glowing {
  0% { background-color: #01A9DB; box-shadow: 0 0 2px #01A9DB; }
  50% { background-color: #0489B1; box-shadow: 0 0 20px #0489B1; }
  100% { background-color: #01A9DB; box-shadow: 0 0 2px #01A9DB; }
}

@keyframes glowing {
  0% { background-color: #01A9DB; box-shadow: 0 0 2px #01A9DB; }
  50% { background-color: #0489B1; box-shadow: 0 0 20px #0489B1; }
  100% { background-color: #01A9DB; box-shadow: 0 0 2px #01A9DB; }
}

.btn-flash {

  -webkit-animation: glowing 2500ms infinite;
  -moz-animation: glowing 2500ms infinite;
  -o-animation: glowing 2500ms infinite;
  animation: glowing 2500ms infinite;

}*/
@-webkit-keyframes glowing {
  0% {
    background-color: #3bf903;
    -webkit-box-shadow: 0 0 2px #3bf903;
  }

  50% {
    background-color: #09d842;
    -webkit-box-shadow: 0 0 20px #09d842;
  }

  100% {
    background-color: #3bf903;
    -webkit-box-shadow: 0 0 2px #3bf903;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #3bf903;
    -moz-box-shadow: 0 0 2px #3bf903;
  }

  50% {
    background-color: #09d842;
    -moz-box-shadow: 0 0 20px #09d842;
  }

  100% {
    background-color: #3bf903;
    -moz-box-shadow: 0 0 2px #3bf903;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #3bf903;
    box-shadow: 0 0 2px #3bf903;
  }

  50% {
    background-color: #09d842;
    box-shadow: 0 0 20px #09d842;
  }

  100% {
    background-color: #3bf903;
    box-shadow: 0 0 2px #3bf903;
  }
}

@keyframes glowing {
  0% {
    background-color: #3bf903;
    box-shadow: 0 0 2px #3bf903;
  }

  50% {
    background-color: #09d842;
    box-shadow: 0 0 20px #09d842;
  }

  100% {
    background-color: #3bf903;
    box-shadow: 0 0 2px #3bf903;
  }
}

.btn-flash {

  -webkit-animation: glowing 2500ms infinite;
  -moz-animation: glowing 2500ms infinite;
  -o-animation: glowing 2500ms infinite;
  animation: glowing 2500ms infinite;

}

.popover.primary {
  border-color: #337ab7;
}

.popover.primary>.arrow {
  border-top-color: #337ab7;
}

.popover.primary>.popover-title {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.popover.success {
  border-color: #d6e9c6;
}

.popover.success>.arrow {
  border-top-color: #d6e9c6;
}

.popover.success>.popover-title {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.popover.info {
  border-color: #bce8f1;
}

.popover.info>.arrow {
  border-top-color: #bce8f1;
}

.popover.info>.popover-title {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.popover.warning {
  border-color: #faebcc;
}

.popover.warning>.arrow {
  border-top-color: #faebcc;
}

.popover.warning>.popover-title {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.popover.danger {
  border-color: #ebccd1;
}

.popover.danger>.arrow {
  border-top-color: #ebccd1;
}

.popover.danger>.popover-title {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

@media screen and (max-width:991px) {

  .table-responsive-stack {
    margin: 0 auto;
    width: 100%;
    border-spacing: 0;
  }

  .table-responsive-stack thead {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }

  .table-responsive-stack tfoot,
  .table-responsive-stack tbody,
  .table-responsive-stack tr,
  .table-responsive-stack th,
  .table-responsive-stack td {
    display: block;
    padding: 0;
    text-align: right;
    white-space: normal;
  }

  .table-responsive-stack tr td,
  .table-responsive-stack tr th {
    padding: 2em 1em;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border: 1px solid #EDF0F1;
    border-top: none;
    width: 100%;
    white-space: normal;
  }

  /*  FORMATO BODY*/
  .table-responsive-stack td[scope="row"] {
    width: 100%;
    text-align: center;
    display: block;
    background-color: #B3BFC6;
    margin: 0 auto;
    padding: .5em 0;
    font-weight: normal;
  }

  .table-responsive-stack-margin td[scope="row"] {
    margin-top: 30px;
  }


  /* FORMATO FOOT and body */
  .table-responsive-stack th[data-header]:before,
  .table-responsive-stack td[data-header]:before {
    content: attr(data-header);
    display: block;
    float: left;
    width: 50%;
    color: #000000;
    font-weight: italic;
    text-align: left;
  }

  .table-responsive-stack th[data-header]>*,
  .table-responsive-stack td[data-header]>* {
    display: block;
    width: 50%;
    float: right;
    clear: right;
    padding-left: 1em;
    margin-top: 0;
  }

  .table-responsive-stack th[data-header]:after,
  .table-responsive-stack td[data-header]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    border-right: 1px solid #EDF0F1;
    padding-bottom: 200%;
    display: block;
  }


  /* FORMATO FOOT */

  .table-responsive-stack th[scope="row"] {
    width: 100%;
    text-align: center;
    display: block;
    background-color: gray;
    margin: 0 auto;
    padding: .5em 0;
    font-weight: bold;
    color: white;
  }

}

.nav-tabs_customs .nav-tabs_customs_link {

  font-weight: bold;
  padding-top: 13px;
  text-align: center;
  background: #2f4f4f;
  color: #fff;
  border-radius: 30px;
  height: 100px;

}

.nav-tabs_customs .active {
  background: #fff;
  color: #000;
  border-radius: 30px;
  z-index: 1000;
  -moz-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
  -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
  box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
}

.nav-tabs_customs_content {
  height: auto;
  margin-top: -30px;
  background: #fff;
  color: #000;
  border-radius: 30px;
  z-index: 1000;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-bottom: 50px;
}

/* MODAL CARGANDO EFECTO CUADRADO */

.load_custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
}

.load_custom hr {
  border: 0;
  margin: 15;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 15%;
  animation: spin 2s ease infinite
}

.load_custom :first-child {
  background: #001F3F;
  animation-delay: -1.5s
}

.load_custom :nth-child(2) {
  background: #001F3F;
  animation-delay: -1s
}

.load_custom :nth-child(3) {
  background: #001F3F;
  animation-delay: -0.5s
}

.load_custom :last-child {
  background: #001F3F
}

@keyframes spin {

  0%,
  100% {
    transform: translate(0)
  }

  25% {
    transform: translate(160%)
  }

  50% {
    transform: translate(160%, 160%)
  }

  75% {
    transform: translate(0, 160%)
  }
}

/* CIRCULO COLO ROJO CON NUMERO DE NOTIFICACIONES */

.span_count_notificacion {
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  right: -7px;
  top: -12px;
  height: 20px;
  width: 20px;
}

/* OCULTAR COLUMNAS DE TABLA  */

@media screen and (max-width:991px) {
  .column-hide-table {
    display: none;
  }
}

/* CAMBIAR BOTONES DE TABLA RESPONSIVO */

@media screen and (max-width:991px) {
  .column-hide-table {
    display: none;
  }

  .btn-hide-text label {
    display: none;
  }

  .btn-hide-text {
    width: 100%;
    margin-bottom: 2px;
  }

}


/* CATEGORY CARD LIST ELEMENT */

.category-card {
  margin: 0px 20px 30px 0px;
  width: 130px;
}

.category-card:active {
  box-shadow: 1.5px 2.5px 1.5px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  top: 3px;
}

.category-card-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.category-card-img {
  height: 100px;
  width: 100%;
  border-radius: 8px;
}

.category-description {
  text-align: center;
  font-size: 8pt;
  padding: 8px 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* PRODUCT CARD LIST ELEMENT */

@media screen and (max-width:991px) {

  .product-card {
    display: inline;
    margin: 0 auto;
  }

}

.product-card {
  display: block;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  position: static;
  max-width: 300px;
  width: 300px;
  text-align: center;
  font-family: arial;
}

.product-card img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.product-price {
  color: #076354;
  font-size: 22px;
}

.product-buttom {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #097D69;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 15px;
}

.product-buttom:hover {
  background-color: #076454;
}

.product-description-container {
  height: 65px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 6px 0px 5px 0px;
}

.product-description {
  padding-left: 10px;
  padding-right: 10px;
}

.product-sizes {
  padding: 0px 15px 0px 15px;
  display: block;
  height: 98px;
}

/* PRODUCT CARD CHOOSE SIZE */

.buttom-choose-size {

  border: 1px solid #817D7D;
  color: #817D7D;
  margin-right: 6px;
  width: 100%;
  flex: 1;
}

.buttom-choose-size:active {
  box-shadow: 0 1px #666 !important;
  transform: translateY(2px) !important;
}

.buttom-choose-size.active {
  background-color: #00ba8a;
  color: white;
}


/* PRODUCTOS EN TIENDA EN LINEA*/

.scrooll-choose-size::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.scrooll-choose-size::-webkit-scrollbar {
  height: 4px;
  width: 5px;
  background-color: #F5F5F5;
}

.scrooll-choose-size::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}

/* OCULTAR BOTONES INPUT NUMBER */

/* Chrome, Safari, Edge, Opera */
.number-spinner input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.number-spinner input[type=number] {
  -moz-appearance: textfield;
}

/* NIVELES INICIO SESION */
.wrimagecard {
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-align: left;
  position: relative;
  background: #fff;
  border: 0.7px solid #e4e3e2;
  border-radius: 6px;
}

.wrimagecard .fa {
  position: relative;
  font-size: 20px;
}

.wrimagecard-topimage_header {
  padding: 5px;
}

a.wrimagecard:hover,
.wrimagecard-topimage:hover {
  box-shadow: 1px 2px 1px 0px rgba(46, 61, 73, 0.2);
  background-color: #f9f9f9;
  border: 1px double #e4e3e2;
  cursor: pointer;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.wrimagecard-topimage a {
  width: 100%;
  height: 100%;
  display: block;
}

.wrimagecard-topimage_title {
  padding: 5px 20px;
  height: 46px;
  padding-bottom: 0.98rem;
  position: relative;
}

.wrimagecard-topimage a {
  border-bottom: none;
  text-decoration: none;
  color: #525c65;
  transition: color 0.3s ease;
}

/*CREDENCIAL ALUMNO*/

.profile-card-3 {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height: 430px;
  border: none;
}

.profile-card-3 .background-block {
  float: left;
  width: 100%;
  height: 148px;
  overflow: hidden;
}

.profile-card-3 .background-block .background {
  width: 100%;
  vertical-align: top;
  opacity: 0.9;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  -webkit-transform: scale(1.8);
  transform: scale(2.8);
}

.profile-card-3 .card-content {
  width: 100%;
  padding: 15px 25px;
  color: #232323;
  float: left;
  background: #efefef;
  height: 100%;
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 9999;
}

.profile-card-3 .card-content::before {
  content: '';
  background: #efefef;
  width: 170%;
  height: 100%;
  left: 11px;
  bottom: 51px;
  position: absolute;
  z-index: -1;
  transform: rotate(-13deg);
}

.profile-card-3 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 65%;
  left: 50%;
  max-width: 100px;
  opacity: 1;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 99999;
}

.profile-card-3 h2 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 22px;
}

.profile-card-3 h2 small {
  display: block;
  font-size: 13px;
  margin-top: 10px;
}

.profile-card-3 i {
  display: inline-block;
  font-size: 16px;
  color: #232323;
  text-align: center;
  border: 1px solid #232323;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 5px;
}

.profile-card-3 .icon-block {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.profile-card-3 .icon-block a {
  text-decoration: none;
}

.profile-card-3 i:hover {
  background-color: #232323;
  color: #fff;
  text-decoration: none;
}

/*MENU EN TABS*/

.nav-tabs li.disabled a {
  pointer-events: none;
}

/*DIV ROW*/

.row-center-elements {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}


/*TIPOS DE CURSORES*/

.cursor-pointer {
  cursor: pointer;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.cursor-help {
  cursor: help;
}

/*ESTILO ICON BOOTSTRAP*/

.sidebar-menu>li>a>.bi,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a>.ion {
  width: 20px;
}

.bi {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

/*ESTILO BTN SALIR DEL ESCUL*/

.user-footer-exit {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.061em;
  font-weight: 500;
  font-style: normal;
  border-radius: 80px;
}

.select-option-wrap {
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

/*AJUSTAR MODAL EN CENTRO*/

.modal .modal-content {
  padding: 15px 15px 15px 15px;
  border-radius: 15px;
  -webkit-animation-name: modal-animation;
  -webkit-animation-duration: 0.5s;
  animation-name: modal-animation;
  animation-duration: 0.5s;
}

@-webkit-keyframes modal-animation {
  from {
    top: -100px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

@keyframes modal-animation {
  from {
    top: -100px;
    opacity: 0;
  }

  to {
    top: 0px;
    opacity: 1;
  }
}

@media screen and (max-width:900px) {

  .btn-app-responsive {
    width: 45%;
    flex-wrap: wrap;
    display: inline;
    float: left;
  }

  .fc .fc-toolbar.fc-header-toolbar {
    display: block;
    text-align: center;
    font-size: 60%;
  }

  .fc-header-toolbar .fc-toolbar-chunk {
    display: block;
    margin-bottom: 25px;
  }

}

@media screen and (max-width:500px) {

  .btn-app-responsive {
    width: 90%;
    flex-wrap: wrap;
  }

}

/*HR COLUMNAS BOOTRAP*/
.columna-hr {
  border-bottom: 1px solid #ece5e5;
  padding-bottom: 2%;
  margin-top: 2%;
}

/*HASH ERROR DATA-TOOGLE*/
.error-data-toogle {
  border: 1px solid #a94442;
}


.fc .header_resposivo {
  display: inline;
}

.select_email_inrow {
  width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* .logo {
  position: relative;
} */

/*.logo::after { */
/*content: ""; */
/*position: absolute; */
/*top: -10px; /* Ajusta la posición vertical */
/*right: 15px; /* Ajusta la posición horizontal */
/*width: 60px; /* Tamaño del gorro */
/*height: 60px; */
/*background: url('https://images.vexels.com/media/users/3/317819/isolated/preview/404199240e9f8d0015071e71910fe7a9-gorro-de-papa-noel.png') no-repeat center; */
/*background-size: contain; */
/*} */

/* @media screen and (max-width:500px) {
  .logo::after {
    display: none;
  }
} */

/* ==========================================================================
   Reservaciones > Configuración
   ========================================================================== */

.rsv-cfg-barra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
  padding: 12px 15px;
  background-color: #f7f8fa;
  border: 1px solid #e3e6ec;
  border-radius: 3px;
}

.rsv-cfg-barra-buscador {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 260px;
  flex: 1 1 260px;
  max-width: 420px;
}

.rsv-cfg-barra-acciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.rsv-cfg-conteo {
  color: #8a8f99;
  font-size: 12px;
  margin-right: 5px;
}

/* --- Encabezado de cada ubicación --- */

.rsv-cfg-ubicacion {
  position: relative;
  overflow: hidden;
}

.rsv-cfg-ubicacion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-left: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rsv-cfg-ubicacion-header:hover {
  background-color: #f7f8fa;
}

/* Franja del color con el que la ubicación se pinta en el calendario. */
.rsv-cfg-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  background-color: #d2d6de;
}

.rsv-cfg-ubicacion-titulo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.rsv-cfg-clave {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  background-color: #eef0f4;
  border-radius: 10px;
  color: #7b8190;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .3px;
}

.rsv-cfg-ubicacion-tools {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  float: none;
}

.rsv-cfg-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 11px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  white-space: nowrap;
}

.rsv-cfg-badge-abierta {
  background-color: #e6f5ea;
  border: 1px solid #b7e0c3;
  color: #2f7d45;
}

.rsv-cfg-badge-bloqueada {
  background-color: #fdeaea;
  border: 1px solid #f3bcbc;
  color: #a72c2c;
}

/* El rango de fechas todavía no empieza. */
.rsv-cfg-badge-programada {
  background-color: #eaf2fb;
  border: 1px solid #bcd5f0;
  color: #2c5f9e;
}

/* El rango de fechas ya terminó. */
.rsv-cfg-badge-cerrada {
  background-color: #f1f2f4;
  border: 1px solid #d6d9de;
  color: #6b707a;
}

/* El + / - solo informa si la ubicación está abierta o cerrada: el clic lo
   recibe el encabezado completo. */
.rsv-cfg-indicador {
  color: #97a0af;
  font-size: 13px;
  width: 14px;
  text-align: center;
}

.rsv-cfg-ubicacion-header:hover .rsv-cfg-indicador {
  color: #5b636f;
}

/* --- Grupos de ajustes --- */

.rsv-cfg-grupo + .rsv-cfg-grupo {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #eef0f4;
}

.rsv-cfg-grupo-titulo {
  margin: 0 0 14px;
  color: #7b8190;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.rsv-cfg-grupo-titulo .fa {
  margin-right: 5px;
}

/* --- Tarjeta de un ajuste --- */

.rsv-cfg-campo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-bottom: 15px;
  padding: 14px 15px;
  background-color: #fff;
  border: 1px solid #e3e6ec;
  border-radius: 3px;
}

.rsv-cfg-campo:hover {
  border-color: #cdd3dd;
}

.rsv-cfg-etiqueta {
  display: block;
  margin-bottom: 8px;
  color: #3c4149;
  font-size: 13px;
  font-weight: 600;
}

.rsv-cfg-etiqueta .fa {
  margin-right: 5px;
  color: #9aa0ab;
}

.rsv-cfg-ayuda {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 9px 0 0;
  color: #8a8f99;
  font-size: 12px;
  line-height: 1.5;
}

/* Aviso de por qué la ubicación no está recibiendo reservaciones aunque el
   bloqueo manual esté apagado. */
.rsv-cfg-nota-fechas {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 8px;
  padding: 7px 9px;
  background-color: #f7f9fc;
  border-left: 3px solid #bcd5f0;
  border-radius: 0 3px 3px 0;
  color: #5b636f;
}

.rsv-cfg-acciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.rsv-cfg-mensaje {
  font-size: 12px;
  font-weight: 600;
}

.rsv-cfg-mensaje-exito {
  color: #2f7d45;
}

.rsv-cfg-mensaje-error {
  color: #a72c2c;
}

/* Aviso de que el control cambió y todavía no se guarda. Se enciende desde
   js/reservaciones.js marcando la tarjeta con .rsv-cfg-sin-guardar. */
.rsv-cfg-pendiente {
  display: none;
  color: #b4820f;
  font-size: 12px;
  font-weight: 600;
}

.rsv-cfg-sin-guardar .rsv-cfg-pendiente {
  display: inline-block;
}

.rsv-cfg-sin-guardar {
  border-color: #e9c874;
  background-color: #fffdf6;
}

/* --- Estados vacíos --- */

.rsv-cfg-sin-resultados {
  display: none;
  padding: 30px 15px;
  color: #8a8f99;
  text-align: center;
}

.rsv-cfg-vacio {
  padding: 45px 15px;
  color: #8a8f99;
  text-align: center;
}

.rsv-cfg-vacio .fa {
  font-size: 42px;
  color: #d2d6de;
}

.rsv-cfg-vacio p {
  margin: 12px 0 0;
}

@media (max-width: 767px) {

  .rsv-cfg-barra-acciones {
    width: 100%;
  }

  .rsv-cfg-ubicacion-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
