@charset "UTF-8";

/* CSS Document */
/* ==========================================================================
   VARIABLES !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   ========================================================================== */
:root {
  --color-primario: #c8a24f;
  --color-secundario: #e33486;
  --color-terciario: #c8a24f;
  --color-cuarto: #fff8fa;
  --color-quinto-pie: #ebd5d9;
  --color-borde-input: 1px solid #c8a24f;
  --hover-texto-enlace: #34d1bf !important;
  --fondo-main-1: #fffafb;
  --fondo-blanco-1: #ffffff;
  --h1-font-size: 2.8rem;
  --h2-font-size: 1.9rem;
  --h3-font-size: 1.7rem;
  --h4-font-size: 1.8rem;
  --h5-font-size: 1.3rem;
  --p-font-size: 1.8rem;
  --p-size-fecha-noti: 1.2rem;
  --tipografia-regular: "Gill Sans regular";
  --tipografia-medium: "Gill Sans regular";
  --tipografia-light: "Gill Sans light";
  --fondo_input_buscar: #fcfdff;
  --fondo_txt_buscar: #1b1b1b;
  /*login*/
  --fondo_login_1: #fbf0c8;
  --border_login_1: 2px solid #fff;
  --texto_login_1: #f6b900;
  /*Fin login*/
  /*Color texto*/
  --color-texto-1: #774a1b;
  --color-texto-item: #919bb4;
  --color-pnoti-2: #7d97a8;
  --color-texto-boton: #ffffff;
  --color-texto-parrafo: #1b1b1b;
  --text-muchas-cosas: #774a1b;
  /*fin Color texto*/
  /*Panel Acceso Directo*/
  --fondo-pac-1: #d9f2ec;
  --text-pac-color1: #00cd98;
  --text-pac-color2: #1b1b1b;
  --text-pac-color-amarillo: #87871b;
  --text-pac-fondo-amarillo: #ffffabe3;
  --pac-font-size: 1.4rem;
  --nombre-pac-font-size: 1.2rem;
  /*fin Panel Acceso Directo*/
  /*Panel Acceso Directo AZUL*/
  --fondo-pac-azul-1: #eeeeff;
  --text-pac-color-azul-1: #5351fb;
  /*fin Panel Acceso Directo Azul*/
  /*Panel Acceso Directo naranja*/
  --fondo-pac-naranja-1: #fec4b0;
  --text-pac-color-naranja-1: #f64000;
  /*fin Panel Acceso Directo Azul*/
  /*Puntos de colores*/
  --punto-naranja-1: #f17105;
  --punto-verde-1: #34d1bf;
  --punto-morado-1: #6665dd;
  --punto-azul-1: #0496ff;
  --puntos-amarillo-1: #fdca40;
  /*fin Puntos de colores*/
  --fondo-noti-leidas: #f1f5f8;
  --fondo-noti-no-leidas: #ffffff;
  --fondo_barras-1: #e4eaf0;
  --badge-color-notification: #f35958;
  --color-card-shade: #c8a24f;
  --color-card-background: #774a1b;
  --color-card-light-gray: #ececec;
}

#myTab {
  border-radius: 10px 10px 0 0 !important;
  box-shadow: 0 -0.5rem 2rem rgba(0, 0, 0, 0.15) !important;
  padding-top: 2px;
  background: #ebedf3;
  border-right: 4px solid #fff !important;
  border-top: 4px solid #fff !important;
  border-left: 4px solid #fff !important;
  border-bottom: none;
}

.pestana {
  border-radius: 10px 10px 0 0 !important;
  box-shadow: 0 -7.5rem 5em 1rem rgba(0, 0, 0, 0.15) !important;
  margin-left: 3px;
  border-color: transparent !important;
  font-size: 1.3rem !important;
  min-height: 46px;
}

.pestana > button:focus {
  border: none !important;
  outline: none;
  box-shadow: none;
}
/* ==========================================================================
   VARIABLES !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   ========================================================================== */
/* ==========================================================================
   header 
   ========================================================================== */
.degrade_dorado {
  background: rgb(119, 74, 27);
  background: linear-gradient(90deg, rgba(119, 74, 27, 1) 0%, rgba(200, 162, 79, 1) 50%, rgba(119, 74, 27, 1) 100%);
}

.item-acomodacion {
  color: #c8a24f;
  margin: 5px;
}

.habitacion-seleccionada {
  background-color: #e7e7e7 !important;
  box-shadow: 1px 1px #774a1b, 2px 2px #774a1b, 3px 3px #774a1b;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.habitacion-seleccionada:hover {
  background-color: #e7e7e7 !important;
}

.habitacion-bloqueada {
  background-image: url("https://cdn-icons-png.flaticon.com/128/7188/7188194.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(50% + 10px) center;
  box-shadow: 1px 1px #774a1b, 2px 2px #774a1b, 3px 3px #774a1b;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.habitacion-bloqueada:hover {
  background-color: #e7e7e7 !important;
}

.selected {
  background-color: rgba(0, 123, 255, 0.5) !important;
}

.habitacion:hover {
  box-shadow: 1px 1px #774a1b, 2px 2px #774a1b, 3px 3px #774a1b;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.habitacion-bloqueada-icon {
  background-image: url("https://cdn-icons-png.flaticon.com/128/7188/7188194.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swing:hover {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* ==========================================================================
   PANEL NOVEADES DORADO
   ========================================================================== */
.imagen_no_dora_1 {
  background: #7c7c7c;
  border-radius: 10px 10px 0px 0px;
}

.img_altura_1_dorado {
  height: 310px;
}

.img_altura_2_dorado {
  height: 150px;
}

.verde_2 {
  background: #774a1b;
}

/* ==========================================================================
   PANEL NOVEADES DORADO
   ========================================================================== */
/* ==========================================================================
Fondos
========================================================================== */
/* ==========================================================================
   LOGIN 
   ========================================================================== */
.fondo_login_tharot {
  background: url(../images/fondo_login_d.jpg) center no-repeat;
  background-size: cover;
  height: 553px;
  border-radius: 10px 0px 0px 10px;
}

/* ==========================================================================
   LOGIN 
   ========================================================================== */
.fondo_home {
  background-color: var(--color-primario);
  border-radius: 0px 50px 50px 0px;
}

.fondo_pie {
  background: var(--color-quinto-pie);
}

.fondo_t1 {
  background-color: var(--color-primario);
}

.fondo_t3 {
  background-color: var(--color-terciario);
}

.naranja_22 {
  background: var(--punto-naranja-1);
}

.verde_11 {
  background: var(--punto-verde-1);
}

.morado_11 {
  background: var(--punto-morado-1);
}

.azul_11 {
  background: var(--punto-azul-1);
}

.disableds {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 50 !important;
}
.disableds:hover {
  opacity: 0.5;
}
.fondo_btn_dorado {
  background: #c8a24e;
  border-radius: 12px;
  border: #ffffff solid 1px;
  color: #ffffff;
  font-size: 17px;
}

.fondo_btn_dorado:hover {
  background: #774a1b;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(200, 162, 79, 0.3);
}

/* ==========================================================================
   Fondos
   ========================================================================== */
/* ==========================================================================
   Login
   ========================================================================== */
.login {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: var(--fondo_login_1);
  border: var(--border_login_1);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: var(--texto_login_1);
  font-size: 0.8rem;
}

.punto_verde_t {
  right: 10px;
  top: 5px;
}

/* ==========================================================================
  Login
   ========================================================================== */

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
  .fondo_login_tharot {
    height: 300px;
    border-radius: 10px 10px 0px 0px;
  }

  .img_altura_1_dorado {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .img_altura_1_dorado {
    height: 200px;
  }

  .fondo_login_tharot {
    height: 250px;
    border-radius: 10px 10px 0px 0px;
  }
}
/* ==========================================================================
   Fin header 
   ========================================================================== */
/* ==========================================================================
   main
   ========================================================================== */
.fuentes_tharot_l {
  font-family: var(--tipografia-light);
}

.fuentes_tharot_r {
  font-family: var(--tipografia-regular);
}

.fuentes_tharot_m {
  font-family: var(--tipografia-medium);
}

.btn_tharot {
  background-color: var(--color-primario);
  border-radius: 10px;
  color: var(--color-texto-boton);
  border: none;
}

.separador-form {
  height: 24px;
  width: 4px;
  background-color: var(--color-primario);
}

.color_pest_des {
  color: var(--color-pnoti-2);
}

.fondos_pest_t1 {
  background: var(--fondo-noti-leidas);
  border-radius: 0px 5px 0px 5px;
}

.path {
  fill: currentcolor;
  fill: var(--hover-texto-enlace) !important;
}

.panel_1 {
  background: var(--fondo-blanco-1);
  border-radius: 0px 10px 10px 0px;
  width: 100%;
  padding: 1em 0;
  text-align: center;
}

.fondos_panel_2_logo {
  background: var(--fondo-blanco-1);
  border-radius: 0px 0px 10px 10px;
  width: 100%;
}

.sombra {
  box-shadow: 0px 1px 8px #142e6e1a;
  -webkit-box-shadow: 0px 1px 8px #142e6e1a;
  -moz-bbox-shadow: 0px 1px 8px #142e6e1a;
  border-radius: 5px;
  opacity: 1;
  background: var(--fondo-blanco-1);
}

.sombra_2 {
  box-shadow: 0px 1px 8px #142e6e1a;
  -webkit-box-shadow: 0px 1px 8px #142e6e1a;
  -moz-box-shadow: 0px 1px 8px #142e6e1a;
  opacity: 1;
  background: var(--fondo-blanco-1);
}

.sombra_3 {
  box-shadow: 0px 1px 8px #142e6e1a;
  -webkit-box-shadow: 0px 1px 8px #142e6e1a;
  -moz-box-shadow: 0px 1px 8px #142e6e1a;
  opacity: 1;
  background: var(--fondo-blanco-1);
}

.sombra_4 {
  box-shadow: 0px 1px 8px #142e6e1a;
  -webkit-box-shadow: 0px 1px 8px #142e6e1a;
  -moz-box-shadow: 0px 1px 8px #142e6e1a;
  opacity: 1;
  background: var(--fondo-blanco-1);
}

.sombra_6 {
  box-shadow: 0px 1px 8px #142e6e1a;
  opacity: 1;
  background: var(--fondo-blanco-1);
}

.barra2 {
  height: 6px;
  background: var(--fondo_barras-1);
  border-radius: 5px;
}

.barra {
  height: 6px;
  background: var(--fondo_barras-1);
  border-radius: 5px;
}

/*Panel Opciones 1*/
.sombra_5 {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.opcion {
  padding: 0.5em 0 0.2em 0;
  border-radius: 10px 0 0 10px;
}

.opcion2 {
  padding: 0.5em 0 0.2em 0;
}

.opcion3 {
  padding: 0.5em 0 0.2em 0;
  border-radius: 0 10px 10px 0;
}

.bg-inav-op {
  background: var(--fondo-noti-leidas);
}

/*Fin Panel Opciones 1*/
.nombre {
  padding-left: 8.4rem;
}

.fondo_main_1 {
  background: var(--fondo-main-1);
}

.c-amarillo {
  font-size: var(--pac-font-size);
  text-transform: uppercase;
  color: var(--text-pac-color-amarillo);
  background: var(--text-pac-fondo-amarillo);
  display: inline-block;
  padding: 1.1rem;
  border-radius: 5px;
  min-width: 50px;
}

.c-verde {
  font-size: var(--pac-font-size);
  text-transform: uppercase;
  color: var(--text-pac-color1);
  background: var(--fondo-pac-1);
  display: inline-block;
  padding: 1.1rem;
  border-radius: 5px;
  min-width: 50px;
}

.c-azul {
  font-size: var(--pac-font-size);
  text-transform: uppercase;
  color: var(--text-pac-color-azul-1);
  background: var(--fondo-pac-azul-1);
  display: inline-block;
  padding: 1.1rem;
  border-radius: 5px;
  min-width: 50px;
}

.c-naranja {
  font-size: var(--pac-font-size);
  text-transform: uppercase;
  color: var(--text-pac-color-naranja-1);
  background: var(--fondo-pac-naranja-1);
  display: inline-block;
  padding: 1.1rem;
  border-radius: 5px;
  min-width: 50px;
}

.nombre_pac {
  font-size: var(--nombre-pac-font-size);
  text-align: center;
  color: var(--text-pac-color2);
}

.nombre_pac_2 {
  font-size: var(--nombre-pac-font-size);
  text-align: center;
  color: var(--color-primario);
}

/*Notificaciones*/
.noti_leidas {
  background: var(--fondo-noti-leidas);
  border-radius: 5px;
}

.noti_no_leidas {
  background: var(--fondo-noti-no-leidas);
  border-radius: 5px;
}

.text_fecha_noti {
  font-size: var(--p-size-fecha-noti);
  color: var(--color-pnoti-2);
  letter-spacing: 0.09rem;
}

.text_fecha_noti_2 {
  font-size: var(--p-size-fecha-noti);
  color: var(--color-texto-1);
  letter-spacing: 0.09rem;
}

.circulo-naranja {
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: var(--punto-naranja-1);
  margin-top: 2px;
}

.circulo-verde {
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: var(--punto-verde-1);
  margin-top: 2px;
}

.circulo-morado {
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: var(--punto-morado-1);
  margin-top: 2px;
}

.circulo-azul {
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: var(--punto-azul-1);
  margin-top: 2px;
}

.circulo-amarillo {
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: var(--puntos-amarillo-1);
  margin-top: 2px;
}

/*Fin Notificaciones*/
.bloque-verde {
  height: 120px;
  width: 100%;
  background: #34d1bf;
  border-radius: 10px;
}

.numero {
  font-size: 3.5rem;
  font-family: var(--tipografia-light);
  line-height: 2.1rem;
}

.sub-titulo {
  font-size: 1.8rem;
  font-family: var(--tipografia-light);
}

/*Fin Notificaciones*/

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
  .nombre {
    padding-left: 0rem;
  }
}

@media (max-width: 768px) {
}

/* ==========================================================================
   Fin main 
   ========================================================================== */

/* ==========================================================================
   footer 
   ========================================================================== */
.ruta {
  font-family: var(--tipografia-light);
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

/* ==========================================================================
   Fin footer
   ========================================================================== */

/* ==========================================================================
   CLASES GLOBALES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   ========================================================================== */

html {
  font-size: 62.5%;
}

body {
  font-family: var(--tipografia-light);
}

/* ==========================================================================
  COLORES TEXTOS
   ========================================================================== */
/* ==========================================================================
  FIN COLORES TEXTOS
   ========================================================================== */

/* ==========================================================================
   Textos
   ========================================================================== */

h1 {
  font-size: var(--h1-font-size);
  color: var(--color-texto-1);
  font-family: var(--tipografia-medium);
}

h2 {
  text-transform: uppercase;
  font-size: var(--h2-font-size);
  color: var(--color-texto-1);
  font-family: var(--tipografia-medium);
  letter-spacing: 0.09rem;
}

h3 {
  text-transform: uppercase;
  font-size: var(--h3-font-size);
  color: var(--text-muchas-cosas);
  font-family: var(--tipografia-regular);
}

h4 {
  text-transform: uppercase;
  font-size: var(--h4-font-size);
  color: var(--color-pnoti-2);
  font-family: var(--tipografia-regular);
  letter-spacing: 0.08rem;
}

h5 {
  font-size: var(--h5-font-size);
  color: var(--color-primario);
  font-family: var(--tipografia-regular);
  letter-spacing: 0.03rem;
}

h6 {
}

p,label {
  font-size: var(--p-font-size);
  color: var(--color-texto-parrafo);
}

a {
  color: var(--color-primario);
}

a:hover {
  color: var(--hover-texto-enlace);
  text-decoration: none;
}

b {
  font-family: "Gill Sans Bold Final";
}

/* ==========================================================================
   font-face
   ========================================================================== */
@font-face {
  font-family: "Gill Sans Bold Final";
  src: url("../fonts/GillSansStd-Bold.eot");
  src: url("../fonts/GillSansStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GillSansStd-Bold.woff2")
    format("woff2"), url("../fonts/GillSansStd-Bold.woff") format("woff"), url("../fonts/GillSansStd-Bold.ttf")
    format("truetype"), url("../fonts/GillSansStd-Bold.svg#GillSansStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gill Sans regular";
  src: url("../fonts/GillSansStd.woff2") format("woff2"), url("../fonts/GillSansStd.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans Std italic";
  src: url("../fonts/GillSansStd-Italic.woff2") format("woff2"), url("../recursos/fonts/GillSansStd-Italic.woff")
    format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Gill Sans bold";
  src: url("../fonts/GillSansStd-Bold.woff2") format("woff2"), url("../fonts/GillSansStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans Std lighth it";
  src: url("../fonts/GillSansStd-LightItalic.woff2") format("woff2"), url("../fonts/GillSansStd-LightItalic.woff")
    format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Gill Sans Std shad";
  src: url("../fonts/GillSansStd-Shadowed.woff2") format("woff2"), url("../fonts/GillSansStd-Shadowed.woff")
    format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans light";
  src: url("../fonts/GillSansStd-Light.woff2") format("woff2"), url("../fonts/GillSansStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

/* ==========================================================================
  font-face
   ========================================================================== */
/* ==========================================================================
/* ==========================================================================
   font-face
   ========================================================================== */
@font-face {
  font-family: "open_sansbold";
  src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Rubik italic";
  src: url("../fonts/Rubik-Italic.woff2") format("woff2"), url("../fonts/Rubik-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Rubik black";
  src: url("../fonts/Rubik-Black.woff2") format("woff2"), url("../fonts/Rubik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Rubik-Medium";
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Rubik-Regular";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Rubik medium italic";
  src: url("../fonts/Rubik-MediumItalic.woff2") format("woff2"), url("../fonts/Rubik-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Rubik bold italic";
  src: url("../fonts/Rubik-BoldItalic.woff2") format("woff2"), url("../fonts/Rubik-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Rubik-Light";
  src: url("../fonts/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Rubik light italic";
  src: url("../fonts/Rubik-LightItalic.woff2") format("woff2"), url("../fonts/Rubik-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Rubik black italic";
  src: url("../fonts/Rubik-BlackItalic.woff2") format("woff2"), url("../fonts/Rubik-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Rubik-Bold";
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/* ==========================================================================
  font-face
   ========================================================================== */

/* ==========================================================================
  inputs
   ========================================================================== */
.buscar_t {
  background: var(--fondo_input_buscar) !important;
  border: 0;
  width: 100%;
  padding: 0.7rem 2rem;
  font-size: 1rem;
  width: 80%;
  border-radius: 30px;
  font-size: 1rem;
  color: var(--fondo_txt_buscar);
}

.outlinenone_t {
  outline: none;
  background-color: #dfe;
  border: 0;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="time"],
textarea,
.el-input__inner,
textarea {
  border: none;
  background: #fff;
  border: var(--color-borde-input);
  border-radius: 20px;
  height: 36px;
  width: 100%;
  font-family: var(--tipografia-light);
  font-size: var(--h4-font-size);
  padding: 10px;
  color: var(--fondo_txt_buscar);
  font-size: 1.3rem;
}

.content-input input,
.content-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.content-select select::-ms-expand {
  display: none;
}

/* Estilos para el contenedor modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Estilos para el contenido del modal */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  position: relative;
}

/* Estilos para el botón de cerrar */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.content-select {
  max-width: 100%;
  position: relative;
}

.content-select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 7px;
  padding-right: 10px !important;
  padding-left: 10px !important;
  height: 36px;
  outline: 0;
  border: 0;
  background: var(--fondo_input_buscar);
  color: #c8a24f;
  font-size: 1.3rem;
  font-family: var(--tipografia-light);
  border: var(--color-borde-input);
  border-radius: 20px;
  position: relative;
  transition: all 0.25s ease;
}
.calendar {
  max-width: 800px;
  margin: 20px auto;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.calendar-table {
  width: 100%;
  border-collapse: collapse;
}

.calendar th,
.calendar td {
  padding: 10px;
  border: 1px solid #ccc;
}

.calendar th {
  font-size: 18px;
  background-color: #f0f0f0;
}

.calendar td {
  font-size: 16px;
}

.calendar .month-year {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.calendar .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-weight: bold;
  margin-bottom: 10px;
}
/* Estilos para el tooltip */
.tooltip_caracticas {
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  font-size: medium;
}

.days div {
  padding-right: 5px;
}

.calendar .day {
  text-align: center;
  line-height: 25px;
}
.calendar .div_day {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.calendar .day.current-month {
  background-color: #007bff;
  color: #fff;
  border-radius: 50%;
}

#prevBtn,
#nextBtn {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}

#prevBtn:hover,
#nextBtn:hover {
  background-color: #0056b3;
}
.multiselect {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 7px;
  padding-right: 10px !important;
  padding-left: 10px !important;
  height: 30px;
  outline: 0;
  border: 0;
  background: var(--fondo_input_buscar);
  color: #c8a24f;
  font-size: 1.1rem;
  font-family: var(--tipografia-light);
  border: var(--color-borde-input);
  border-radius: 20px;
  position: relative;
  transition: all 0.25s ease;
}

.content-select select:hover {
  background: var(--fondo-noti-leidas);
}

/* 
Creamos la fecha que aparece a la izquierda del select.
Realmente este elemento es un cuadrado que s贸lo tienen
dos bordes con color y que giramos con transform: rotate(-45deg);
*/
.content-select i {
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  width: 10px;
  height: 10px;
  display: block;
  border-left: var(--color-primario) 2px solid;
  border-bottom: var(--color-primario) 2px solid;
  transform: rotate(-45deg);
  /* Giramos el cuadrado */
  transition: all 0.25s ease;
  font-family: var(--tipografia-light);
}

.content-select:hover i {
  margin-top: 3px;
}

input::placeholder {
  color: #c8a24f !important;
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

/* ==========================================================================
  inputs
   ========================================================================== */

/* ==========================================================================
   CLASES GLOBALES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   ========================================================================== */

.div-check {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #bfbfbf26;
  opacity: 1;
  border-radius: 20px;
}

.br-check {
  border-right: 1px solid #e0e0e0;
}

.titulo-check {
  font-weight: bold;
  color: #774a1b;
}

.titulo-check2 {
  font-weight: bold;
  color: #1b1b1b;
}

.titulo-check-principal {
  color: #774a1b;
  font-size: 1.7rem;
}

.cart-room {
  border-radius: 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #bfbfbf26;
  /* padding: 25px 0px; */
}

.cart-valor-total {
  position: absolute;
  background: rgb(200 162 79);
  color: rgb(255 255 255);
  right: 0px;
  top: 0px;
  border-radius: 2px 16px 0px 0px;
  height: 40%;
  width: 30%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 20px;
}
.cart-valor-total_ {
  color: rgb(55, 55, 55);
  display: flex;
  flex-direction: column;
  line-height: 20px;
}

.cart-price {
  font-size: 18px;
  font-weight: bold;
}

.btn_seleccionar_habitacion {
  /*position: absolute;*/
  right: 2em;
  bottom: 2em;
}

.imagen_disponibilidad {
  max-height: 200px;
  border-radius: 0px 0px 0px 20px;
  border-bottom: none;
}

@media screen and (max-width: 1000px) {
  .imagen_disponibilidad {
    max-width: 100%;
    max-height: 100%;
    border-radius: 0px 0px 0px 0px;
    border-bottom: none;
  }
}

.div-resumen {
  background-color: #f0f0f0;
}
.habitacion_dropdown {
  transition: transform 1s ease-in-out;
}

.btn-primary-do {
  background: rgb(200 162 79) !important;
  border-radius: 13px;
  border: rgb(170 170 170) solid 1px !important;
  color: rgb(255 255 255) !important;
  min-width: 120px;
  padding: 5px;
}

.fondo_tablet_1 {
  background: #ece8de;
  border-radius: 20px;
  font-size: 18px;
}

.file-select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.file-select::before {
  background-color: var(--color-primario);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  content: "Seleccionar";
  font-size: 1.7rem;
  /* testo por defecto */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.file-select input[type="file"] {
  opacity: 0;
  width: 200px;
  height: 20px;
  display: inline-block;
}

#div-items-carrito {
  height: 400px;
  overflow-y: auto;
}

.div-boton-eliminar-cart {
  position: absolute;
  right: 3em;
  bottom: 3em;
}

.st_input_calendar {
  padding: 10px;
  border-radius: 10px;
  background: url("../../image/calendario_png.png") !important;
  /* background-color: #e4e4e4 !important;*/
  background-repeat: no-repeat !important;
  background-position: 95% !important;
  background-size: 20px !important;
  cursor: pointer;
}

/*----calendarion allotment----*/

.tabla_calendario {
  width: 100%;
  font-size: 14px;
}
.tabla_calendario thead tr td {
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  background: #81d0ff;
}
.tabla_calendario tbody tr td {
  border: 1px solid #ccc;
  text-align: center;
  height: 2vw;
}
.celda_dia {
  width: 10%;
}
.celda_mes {
  height: 2vw;
}

.pasado {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.reservado {
  background: #f2f5a9;
  cursor: default !important;
}

.str_dia_selecc {
  background: rgb(206, 216, 246) !important;
}
.cerrado {
  background: #f5a9bc;
  cursor: pointer;
}
.str_activo {
  background: #9dda93;
  cursor: pointer;
}
.str_no-valor {
  background: #ededed;
  cursor: pointer;
}

/*----fin calendarion allotment----*/

.modal-tharot-content {
  color: #000000 !important;
  font-size: 18px !important;
}

.st-fixed-grupo {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 3;
}
.iti {
  width: 100% !important;
}

/* Estilo inicial del elemento - oculto */
.infoAcompañantes {
  display: none;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #bfbfbf26;
  border-radius: 20px;
  padding: 8px;
  transition: all 0.5s ease; /* Ajusta la duración según necesites */
}

/* Estilo cuando el elemento debe ser visible */
.infoAcompañantes.visible {
  display: block;
  transition: all 0.5s; /* Ajusta la duración según necesites */
}

/* estilo para boton descargar pdf encima de fondo de dorado */
.a-span {
  color: #ffffffcc;
}
.a-span:hover {
  color: #ffff;
}

.jqx-layout-group-auto-hide-content-vertical {
  width: 200px;
}
.st_btn_cafe {
  background-color: #774a1b;
  color: white;
  border-radius: 15px;
}

.st_btn_cafe:hover {
  background-color: #774a1b;
  color: white;
  border-radius: 8px;
}
/* Estilo cuando el elemento debe ser visible */
.infoAcompañantes.visible {
  display: block;
  transition: all 0.5s; /* Ajusta la duración según necesites */
}

/* Estilos del boton de volver */
.button-volver {
  display: flex;
  height: 3em;
  width: 100px;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee4b;
  border-radius: 3px;
  letter-spacing: 1px;
  transition: all 0.2s linear;
  cursor: pointer;
  border: none;
  background: #c8a24e;
  color: #fff;
  font-size: 16px;
}

.button-volver > svg {
  fill: white;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 20px;
  transition: all 0.4s ease-in;
}

.button-volver:hover > svg {
  font-size: 1.2em;
  transform: translateX(-5px);
}

.button-volver:hover {
  box-shadow: 2px 2px 6px #d1d1d1, -2px -2px 6px #ffffff;
}

.reloj {
  font-size: 2.5em;
  text-align: center;
  display: flex;
  align-items: end;
  gap: 2px;
  width: 100%;
  color: #ffff;
}
.caja-segundos {
  color: #ffff;
  display: flex;
  text-align: center;
  align-items: center;
  font-size: 1.5rem;
}
.caja-segundos .segundos,
.caja-segundos .ampm {
  color: #ffff;
}

@media screen and (max-width: 425px) {
  .reloj {
    display: none;
  }
}

/* ESTILOS CHAT SOPORTE UI */
#center-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#chat-circle {
  position: fixed;
  bottom: 85px;
  right: 6px;
  background: #ac843d;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  padding: 28px;
  cursor: pointer;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  z-index: 9999999999999999999999999999999999999999999;
}

@media screen and (max-width: 768px) {
  #chat-circle {
    transform: scale(0.8);
    bottom: 25px;
    right: 25px;
  }
}

.msj-notification {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100px;
  width: auto;
  left: 160px;
  background-color: #ffff;
  color: #000;
  border-radius: 12px;
  padding: 12px;
  transition: all 0.5s ease;
}

#chat-circle:hover .msj-notification {
  overflow: visible;
  opacity: 1 !important;
  top: -80px;
  width: auto;
  left: -160px;
}

.btn#my-btn {
  background: white;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 45px;
  padding-right: 40px;
  padding-left: 40px;
  color: #ac843d;
}
#chat-overlay {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: none;
}

.chat-box {
  display: none;
  background: #efefef;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 350px;
  max-width: 85vw;
  max-height: 100vh;
  border-radius: 5px;
  /*   box-shadow: 0px 5px 35px 9px #AC843D; */
  z-index: 99999;
}
.chat-box-toggle {
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
.chat-box-header {
  background: #ac843d;
  height: 70px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  text-align: center;
  font-size: 20px;
  padding-top: 17px;
}
.chat-box-body {
  position: relative;
  height: 500px !important;
  height: auto;
  border: 1px solid #ccc;
  overflow: hidden;
}
.chat-box-body:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy40OSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=");
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}
#chat-input {
  background: #f4f7f9;
  width: 100%;
  position: relative;
  height: 47px;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 15px;
  border: none;
  resize: none;
  outline: none;
  border: 1px solid #ccc;
  color: #888;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}
.chat-input > form {
  margin-bottom: 0;
}
#chat-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
#chat-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
#chat-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
#chat-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.chat-submit {
  position: absolute;
  bottom: 3px;
  right: 10px;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  color: #ac843d;
  width: 35px;
  height: 35px;
}
.chat-logs {
  padding: 15px;
  height: 370px;
  overflow-y: scroll;
}

.chat-logs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.chat-logs::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.chat-logs::-webkit-scrollbar-thumb {
  background-color: #ac843d;
}

@media only screen and (max-width: 500px) {
  .chat-logs {
    height: 75vh;
  }
}

.chat-msg.user > .msg-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
  width: 15%;
}
.chat-msg.self > .msg-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: right;
  width: 15%;
}
.cm-msg-text {
  background: white;
  padding: 10px 15px 10px 15px;
  color: #666;
  max-width: 75%;
  float: left;
  margin-left: 10px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 30px;
  font-size: 14px;
}
.chat-msg {
  clear: both;
  display: flex;
  justify-content: space-between;
}
.chat-msg:nth-child(even) {
  flex-direction: row-reverse;
}
.chat-msg.self > .cm-msg-text {
  float: right;
  margin-right: 15px;
  background: #ac843d;
  color: white;
}
.cm-msg-button > ul > li {
  list-style: none;
  float: left;
  width: 50%;
}
.cm-msg-button {
  clear: both;
  margin-bottom: 70px;
}
.table-responsive {
  overflow-x: auto; /* Activa el scroll horizontal */
  -webkit-overflow-scrolling: touch; /* Para mejor scrolling en dispositivos móviles */
}

/*
  ZONA NOTIFICATIONS
*/
/*nav menu and notifications*/

#nav-menu #btn-notifications > .badge {
  color: #fff;
  background-color: #f35958;
  font-size: 0.7em;
  padding: 0.3rem 0.55rem 0.3rem 0.5rem;
  position: absolute;
  right: -0.4rem;
  top: 1rem;
  z-index: 99;
}
/* -223px */
#btn-notifications .btn-link {
  padding-top: 1.5rem;
  color: #252830;
  font-weight: 500;
}

#btn-notifications .btn-link:hover {
  text-decoration: none;
}

#notification-list {
  max-height: 50em;
  width: 412px;
  overflow-x: hidden;
  left: -176px !important;
}

#notification-list a {
  display: -webkit-flex;
  display: flex;
  opacity: 0.7;
  margin: 1.5rem;
  border-radius: 0.5rem;
  padding: 0.5rem 1.3rem;
  background-color: #efefef;
  position: relative;
}

#notification-list a:hover {
  color: #262626;
  text-decoration: none;
  opacity: 1;
}

#notification-list img {
  display: inline-block;
  height: 35px;
  width: 35px;
  margin-right: 1em;
  margin-top: 1em;
}

#notification-list .notification-message {
  display: inline-block;
  white-space: normal;
  width: 300px;
}

@media screen and (max-width: 768px) {
  #notification-list .notification-message {
  }
  #notification-list {
  }
}

#notification-list .badge:empty {
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  background-color: var(--badge-color-notification);
  height: 1.4rem;
}

#notification-list em.since {
  font-size: 0.7em;
  color: #646c82;
}

.svg_container_notificaction > svg {
  fill: var(--badge-color-notification) !important;
  stroke: var(--badge-color-notification) !important;
  color: var(--badge-color-notification) !important;
}

.btn_marcar_como_leida {
  color: #c0994a;
  opacity: 85;
  transition: opacity 0.5s ease;
}

.btn_marcar_como_leida svg {
  fill: #c0994a;
}

.btn_marcar_como_leida:hover {
  opacity: 100;
}

.btn_ya_leido {
  opacity: 50 !important;
}

.btn_ya_leido:hover {
  opacity: 50 !important;
}

.card-dashboard {
  transition: all 0.5s ease;
}

.card-dashboard:hover {
  transform: scale(1.05);
}

.checklist__header {
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  flex-grow: column;
}
.checklist__heading {
  font-size: 16px;
  font-weight: bold;
  color: #343534;
  margin: 0;
}
.checklist__list {
  margin: 0 0 0 2rem;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  flex-grow: 1;
}
.checklist__checkbox {
  display: none;
}
.checklist__checkbox + .checklist__label::before {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  content: "";
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease-in-out;
  border: 2px solid #ececec;
  border-radius: 0.25rem;
  outline: 0;
  background-color: transparent;
}
.checklist__checkbox + .checklist__label::after {
  position: absolute;
  top: 3px;
  left: 5px;
  display: block;
  width: 6px;
  height: 9px;
  content: "";
  transition: all 0.2s ease-in-out;
  transform: rotate(45deg);
  border: solid transparent;
  border-width: 0 3px 3px 0;
}
.checklist__checkbox:checked + .checklist__label::before {
  border-color: #b89045;
  background-color: #b89045;
}
.checklist__checkbox:checked + .checklist__label::after {
  border-color: #fff;
}
.checklist__label {
  position: relative;
  display: flex;
  cursor: pointer;
}
.checklist__text {
  margin-left: 1rem;
}
.checklist__title,
.checklist__description {
  display: block;
  width: 100%;
}
.checklist__title {
  font-size: 12px;
  font-weight: medium;
  margin-bottom: 0.15rem;
  color: #343534;
}
.checklist__description {
  font-size: 13px;
  color: #777;
}

.popover-tour-dorado button {
  background-color: #c8a24e;
  color: #ffff;
  outline: none;
}

.popover-tour-dorado button:hover {
  background-color: #c8a24e;
  color: #ffff;
}

.popover-tour-dorado button:active {
  outline: none;
}
.driver-popover-close-btn {
  background: transparent !important;
  outline: none;
}

.driver-popover-close-btn:hover {
  background-color: #c8a24e;
}

.popover-tour-dorado header {
  color: #774a1b;
}

.popover-tour-dorado {
  color: rgb(119, 74, 27);
}

.base-template__wrapper {
  max-width: 1560px;
}

/**
 * Bank Cards Container
 */

.bank-cards {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px 5.2dvw;
  z-index: 1;
}

@media screen and (max-width: 1440.9px) {
  .bank-cards {
    gap: 50px 30px;
  }
}

@media screen and (max-width: 575.9px) {
  .bank-cards {
    width: 415px;
    margin: 0 auto;
    transform: scale(0.80722) translateX(calc((100dvw - 40px - 335px) / 2));
    transform-origin: top left;
  }
}

/**
 * Bank Cards Item
 */

.bank-cards-item {
  position: relative;
  width: 415px;
  aspect-ratio: 415 / 260;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 1.25;
  perspective: calc(415px * 5);
  transform-style: preserve-3d;
  animation: smooth-tilt 6s infinite linear;
  outline: none;
  cursor: pointer;
  transition: filter 0.4s ease;
}

.bank-cards-item.clicked {
  filter: brightness(1.25);
}

.bank-cards-item__side {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--color-card-shade), var(--color-card-background));
  border-radius: 20px;
  backface-visibility: hidden;
  backdrop-filter: blur(150px);
  overflow: hidden;
  transition: transform 0.8s ease-in-out;
  will-change: transform;
}

.bank-cards-item__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
}

/**
 * Bank Cards Item - Front
 */

.bank-cards-item__logotype {
  margin: 0 0 30px;
  width: 102px;
}

.bank-cards-item__nfc-symbol {
  width: 79px;
}

.bank-cards-item__provider {
  width: 39px;
}

.bank-cards-item__logotype img,
.bank-cards-item__nfc-symbol img,
.bank-cards-item__provider img {
  display: block;
  width: 100%;
  height: auto;
}

.bank-cards-item__details {
  margin: auto 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 2;
}

.bank-cards-item__cardholder {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}

.bank-cards-item__label {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-card-light-gray);
  text-transform: uppercase;
}

.bank-cards-item__name {
  font-size: 18px;
  font-weight: 500;
}

.bank-cards-item__figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  aspect-ratio: 1;
  overflow: hidden;
}

.bank-cards-item__figure svg {
  display: block;
  width: 100%;
  height: 100%;
}

/**
 * Bank Cards Item - Back
 */

.bank-cards-item__side.back::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  height: 50px;
  background-color: black;
}

.bank-cards-item__number {
  margin: 0 0 35px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 28px;
  letter-spacing: 2px;
}

.bank-cards-item__secure {
  margin: 0 auto 40px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  max-width: 224px;
  letter-spacing: 2px;
}

.bank-cards-item__description {
  font-size: 8px;
}

/**
 * Bank Cards Item - Animation
 */

.bank-cards-item__side.back {
  transform: rotateY(180deg);
}

.bank-cards-item:hover .bank-cards-item__side.front {
  transform: rotateY(-180deg);
}

.bank-cards-item:hover .bank-cards-item__side.back {
  transform: rotateY(0);
}

/**
 * Bank Cards Item - Hint
 */

.bank-cards-item__hint {
  position: absolute;
  top: -68px;
  left: calc(50% - 220px / 2);
  width: 220px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  background: url("https://bato-web-agency.github.io/bato-shared/img/bank-cards/hint.svg");
  background-size: 100% 100%;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(100%);
}

@keyframes hint {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

.bank-cards-item__hint.shown {
  animation: hint 1.6s ease-in-out forwards;
}

/* Estilos para tarjetas con tema dorado */
.card-dorado {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 25px rgba(200, 162, 79, 0.15);
  border: 1px solid rgba(200, 162, 79, 0.2);
  border-radius: 15px;
  transition: all 0.3s ease;
}

.card-dorado:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(200, 162, 79, 0.25);
}

/* Estilos para navbar con gradiente dorado */
.navbar-dorado {
  background: linear-gradient(135deg, #c8a24f, #774a1b) !important;
  box-shadow: 0 2px 15px rgba(200, 162, 79, 0.3);
}

.navbar-dorado .navbar-brand,
.navbar-dorado .nav-link {
  color: white !important;
  transition: all 0.3s ease;
}

.navbar-dorado .nav-link:hover {
  color: #fbf0c8 !important;
  transform: translateY(-1px);
}

/* Estilos para sidebar con tema dorado */
.sidebar-dorado {
  background: linear-gradient(135deg, #c8a24f, #774a1b) !important;
  color: white !important;
}

.sidebar-dorado .nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  border-radius: 8px;
  margin: 2px 0;
  transition: all 0.3s ease;
}

.sidebar-dorado .nav-link:hover,
.sidebar-dorado .nav-link.active {
  background: rgba(255, 255, 255, 0.2) !important;
  color: white !important;
  transform: translateX(5px);
}

/* Estilos para footer con tema dorado */
.footer-dorado {
  background: linear-gradient(135deg, #774a1b, #c8a24f);
  color: white;
  padding: 2rem 0;
  margin-top: auto;
}

/* Fondo principal con gradiente sutil dorado */
.main-content-dorado {
  background: linear-gradient(135deg, #fbf0c8 0%, #fff8fa 50%, #fffafb 100%);
  min-height: 100vh;
  padding: 2rem;
}
