/* Reset padding*/
section.tabs-hotels .col {
    padding: 0;
}
.link {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 10px;
    font-family: sans-serif;
    font-weight: 100;
}
.link a {
    color: black;
    text-decoration: none;
}
.link a:hover {
    text-decoration: underline;
}
/* Desplegable texto friendly seo */
.more-text-wrapper {
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease;
}
.more-text-wrapper.active {
  height: auto;
}
button.btn-more {
    background-color: transparent;
    color: var(--colorPrimary);border: 0;
    text-decoration: underline;
    font-family: var(--fontPrimary);
}
/* Card Gastronomia + Habitaciones */
.rooms-section > .container-fluid.bg-featured-room,
.gastronomy-section > .container-fluid.bg-sand,
.rooms-section > .container-fluid.bg-sand {
    border-radius: var(--borderRadius);
    padding: 30px;
}
.gastronomy-section > .container-fluid.bg-sand-50 {
    border-radius: var(--borderRadius);
}
.bg-sand-50 > .row > .col {
    padding: 0;
}
.swiper-50 h2 {
    font-size: 2rem;
}
.gastronomy-section > .container-fluid.bg-sand > .row > .col-12:nth-of-type(2) > .container-fluid,
.rooms-section > .container-fluid.bg-sand > .row > .col-12:nth-of-type(2) > .container-fluid,
.rooms-section > .container-fluid.bg-featured-room > .row > .col-12:nth-of-type(2) > .container-fluid {
    padding: 0;
}
.gastronomy-section h2,
.rooms-section h2 {
    font-size: var(--fs-h3);
    text-transform: none;
}
.rooms-section .container-fluid.w70 {
    transition: width 0.4s ease;
}
.price_from_container {
    font-family: var(--fontPrimary);
    font-size: 1.5rem;
}
.welcome-section .lightbox .image:nth-child(n+5) {
  display: none;
}
.contador-galeria {
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 24px;
    font-family: var(--fontSecondary);
    font-weight: 400;
    margin-bottom: 10px;
    color: white;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  }
/* Contador galeria */
.contador-galeria * {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.contador-galeria > .fa-solid {
    font-size: 24px;
}
.contador > .lightbox {
    position: relative;
}
.contador > .lightbox .image {
    width: 100% !important;
}
.contador > .lightbox > div.image:nth-of-type(n+3) {
    display: none !important;
}
.nav-hotel-menu-md {
  display: none;
}
.hotel-title {
    display: none;
}
.fa-balcon:before{
    content:url(/dam/multiHotel-Roc-Hotels/home/icons/balcon.svg);
}
/*Contacto*/
.nap a{
    color:var(--colorBrown);
}
/* Menú mobile/tablet: oculto en escritorio */
@media (max-width: 1400px) {
    .rooms-section .container-fluid.w70 {
        width: 80%;
    }
}
@media (max-width: 1200px) {
    .rooms-section .container-fluid.w70 {
        width: 90%;
    }
}
@media (max-width: 991.98px) { /* Bootstrap md breakpoint */
  .nav-hotel-menu {
    display: none;
  }
  .menu-hotel:not(.editMode .menu-hotel) {
    top: 1.5%;
    width: 97%;
    margin: auto;
  }
  .dropdown-menu.show {
      width: 97%;
  }
  .nav-hotel-menu-md a {
      color: var(--colorBrown);
  }
  .dropdown-item.active {
    background-color: var(--colorPrimary) !important;
  }
.nav-hotel-menu-md [type=button]:not(:disabled),
.nav-hotel-menu-md [type=reset]:not(:disabled),
.nav-hotel-menu-md [type=submit]:not(:disabled),
.nav-hotel-menu-md button:not(:disabled) {
    background-color: var(--colorPrimary) !important;
    font-family: var(--fontPrimary);
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    width: 97%;
  }

  .nav-hotel-menu-md {
    display: block;
    margin-top: 10px;
  }
  .menu-hotel .dropdown-menu a {
    font-family: var(--fontPrimary);
    letter-spacing: 1px;
    text-align: center;
  }
}
@media (max-width: 768px) {
    .gastronomy-section > .container-fluid.bg-sand,
    .rooms-section > .container-fluid.bg-sand,
    .rooms-section > .container-fluid.bg-featured-room {
        padding: 20px 10px 10px 10px;
    }
    .gastronomy-section > .container-fluid.bg-sand > .row,
    .rooms-section > .container-fluid.bg-sand > .row,
    .rooms-section > .container-fluid.bg-featured-room  > .row {
        display: flex;
        gap: 20px;
    }
}
