body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

*{
  word-break: normal !important;
}

.texto_bordo{
  color:#4b0e0e !important;
}
.fondo_bordo{
  background-color:#4b0e0e !important;
}
.texto_amarillo{
  color: #d4af37 !important;
}
.fondo_amarillo{
  background-color:#d4af37 !important;
}

/* NAVBAR */
.nav_mobile{
  z-index: 9999999999999; 
  width: 80vw;
}
/* NAVBAR */

.btn_leer_obra{
  background-color: #d4af37;
  color: #4b0e0e;
  padding: 6px 8px; 
  cursor: default;
}

.titulo_obra{
  color: #d4af37;
  line-height: 1.4 !important;
  padding-top: 2px;
  padding-bottom: 2px;
}

.v-card__actions{
  padding: 16px !important;
}

.v-list-item__title{
  font-size: 22px !important;
}
.v-list-item__subtitle{
  font-size: 14px !important;
}

.v-list-item__subtitle, .v-list-item__title {
  flex: 1 1 100%;
  overflow: visible !important;
  text-overflow: initial !important;
  white-space: normal !important;
}

/* FLIPBOOK */

#flipbook {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
  background-color: #111;
  margin: auto;
}
#flipbook .page {
  background: #fefefe;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
#flipbook img {
  max-width: 100%;
  /* max-height: 100%; */
  object-fit: contain;
}

a.no-link-style {
  color: #d4af37 !important;
  text-decoration: none;
}

a.no-link-style:hover {
  text-decoration: none;
  color: inherit;
}

.item-activo {
  background-color: rgba(212, 175, 55, 0.2);
  border-left: 4px solid #d4af37;
}
/* INDICE */
.v-navigation-drawer__content{
  scrollbar-width: none;
  width: 35vw;
}

/* MODAL OBRA */
.v-toolbar__content{
  color: #d4af37;
  font-weight:bold;
}
.v-dialog:not(.v-dialog--fullscreen) {
  max-height: 80% !important;
  scrollbar-width: none !important;
}

.cerrar_dialog{
  position: absolute;
  top: 12px;
  right: 16px;
}
/* MODAL OBRA */


.v-navigation-drawer{
    width: 35vw !important;
  }
  .custom-toolbar {
    background-color: rgb(83, 19, 19);
    color: #d4af37;
    min-height: 64px;
    max-height: auto;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  
  .titulo-toolbar {
    color: #d4af37;
    word-break: break-word;
    white-space: normal;
    max-width: 75%;
    font-size: 20px;
  }
@media screen and (max-width: 768px) {

  #flipbook {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
    background-color: #111;
    margin: auto;
    height: 100vh;
  }

  #flipbook .pagina-portada {
  object-fit: fill !important;
  background: #4b0f0f !important;
  border: none !important;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}

  .page img {
    height: 100vh;
  }

  .v-navigation-drawer__content {
    width: auto !important;
  }

  .v-navigation-drawer{
    width: 80vw !important;
  }

  /* MODAL OBRA */
  
  .v-toolbar .v-toolbar--flat{
    height: 115px !important;
  }

  .v-toolbar__content{
    color: #d4af37;
    font-weight:bold;
    height: 100px;
  }
  .custom-toolbar {
    min-height: 72px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .titulo-toolbar {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
  }
  /* MODAL OBRA */
  .v-alert__wrapper{
    flex-direction: column !important;
  }
  .v-alert__content{
    padding: 1em !important;
  }
}

.v-navigation-drawer__content .v-list-item__content > .v-list-item__title {
  font-size: 1em !important;
  white-space: normal;
}

.bg-active {
  background-color: rgba(255, 215, 0, 0.1);
}

.indice-activo {
  background-color: #5e1a1a !important;
}
/* INDICE */

/* FLIPBOOK */

/* PORTADA Y CONTRATAPA */
.page.portada img {
  border: 4px solid #d4af37;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
  background-color: #4b0e0e;
}

.page.contraportada img {
  border: 2px solid #d4af37;
  opacity: 0.95;
}

/* PORTADA Y CONTRATAPA */

/* DISPONIBLE Y CONTACTO */
.disponible{
  position:absolute; 
  top:20px; 
  left:-18px;
  transform:rotate(329deg);
  padding:5px 11px;
  font-weight:700; 
  font-size:13px;
  color:#fff; box-shadow:0 4px 10px rgba(0,0,0,.35);
  border-radius:6px;
  backdrop-filter: blur(2px);
}
.disponible-ok{ 
  background:linear-gradient(90deg,#2e7d32,#43a047); 
}
.disponible-out{ 
  background:linear-gradient(90deg,#b71c1c,#e53935);
}

.contact-banner{
  background: linear-gradient(90deg, rgba(212,175,55,.15), rgba(75,14,14,.15));
  border: 1px solid rgba(212,175,55,.35);
}
.enlace-tel{
  color:#ffffff; 
  text-decoration:none;
}
.enlace-tel:hover{
  text-decoration:underline;
}
/* DISPONIBLE Y CONTACTO */

/* TURISMO */
#notas .v-sheet.v-card{
  border-radius: 0px;
}

.texto-amarillo .v-label,
.texto-amarillo input {
  color: #d4af37 !important; 
}


.texto-amarillo .v-input__icon--prepend .v-icon {
  color: #d4af37 !important;
}

.hoverable-row:hover { 
  background: rgba(255,255,255,0.08) !important; 
  transform: translateY(-1px); 
  transition: all .15s ease; 
  }
/* TURISMO */