  strong {
    font-weight: bold !important;
  }
  .img-services{
    border-radius: 5px;
  }
  .img-environment{
    border-radius: 5px 5px 0 0;
    height: 15em;
  }
  .style-standard-text{
    /* font-family: var(--current-font-family);  */
    font-weight:bold;
  }
  .style-standard-text-title{
    /* font-family: var(--current-font-family);  */
    font-weight:bold;
    font-size: 3.1rem;
  }
  .language-options-hotel{
    border: 1px solid var(--border-color-custom); 
    /* font-family: var(--current-font-family);  */
    font-weight:bold;
    border-radius: 5px 5px 5px 5px;
  }
  .nabar-custom-hotel{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: right;
    width: 100%;
    z-index: 10; /* Asegura que esté por encima del slider */
    background-color: transparent;
    box-sizing: border-box; 
  }

  .nav-wrapper {
    background-color: transparent; /* Color inicial */
    padding: 10px 20px;
    transition: background-color 0.3s ease;
    position: fixed;
    width: 100%;
    top: 0;
  }
  .nav-wrapper.scrolled {
    background-color: var(--border-color);
  }

  .btn-navbar{
    display: none;
  }
  #btn-menu-mobile{
    color: #fff;
    top: -0.7em;
  }
  .img-presentation-room-promotions{
    width: 100%;
    border-radius: 5px;
    height: auto;
    max-height: 27em;
    /* max-width: 320px; */
  }

  .img-presentation{
    width: 100%;
    max-width: 320px;
    border-radius: 5px 5px 5px 5px;
    height: auto;
    max-height: 27em;
  }
  .img-presentation-parallax{
    width: 55em;
    height: 42em;
  }
  /* CAROUSEL COMMENT */
  #carousel-comments{
    height: auto !important;
    min-height: 30em; /* Ajusta según sea necesario */
    /* overflow: visible !important; */
  }
  .img-details-room{
    width: 100%; 
    height: 3em;
    border-radius: 8px; 
    cursor: pointer;
  }

  .title-text-hotel{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--current-font-family); 
    font-weight:bold;
    color: var(--color-text-title);
  }

  .sidenav{
    background-color:#fff
  }
  
  .services-selected{
    background-color: white; /* Fondo inicial */
    transition: background-color 0.3s ease; /* Transición suave */
  }
  /* Estilo de los textos inicial */
  .services-selected h3, .services-selected h5 {
    color: black; /* Color inicial de las letras */
    transition: color 0.3s ease; /* Transición suave */
  }

  /* Estilo del ícono inicial */
  .services-selected i {
    font-size: 48px;
    color: var(--color-text-title);
    transition: color 0.3s ease; /* Transición suave */
  }

  /* Estilo del texto cuando se pasa el mouse por encima */
  .services-selected:hover h3, .services-selected:hover h5 {
    color: white; /* Letras blancas cuando se hace hover */
  }

  /* Estilo del ícono cuando se pasa el mouse por encima */
  .services-selected:hover i {
    color: white; /* Ícono blanco cuando se hace hover */
  }


  .services-selected:hover {
    background-color: var(--color-text-title);
    border-radius: 10px;
    color:#fff;
    
  }
  
  .icon-services{
    color: var(--color-text-title);
  }

  .text-modal-booking{
    color:var(--color-text-title);
    font-family: var(--current-font-family);

  }

  .container-room {
    position: relative;
    display: inline-block;
    margin-bottom: 2em;
  }
  .container-room img {
    display: block;
    width: 100%;
    height: auto;
  }
  .text-over-image {
    font-family: var(--current-font-family);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    padding: 10px;
    border-radius: 5px;
    width: 94%;
    transition: transform 0.3s ease, opacity 0.3s ease;
    /* background-color: rgba(0, 0, 0, 0.5); Semi-transparent background */
  }
  .container-room:hover .text-over-image {
    transform: translateX(-50%) translateY(0);
    /* height: 320px; */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  }
  .text-over-image h4 {
    margin: 10px 0;
    transition: transform 0.3s ease;
  }
  .text-over-image table {
    margin: 10px auto;
    display: none;
    transition: opacity 0.3s ease;
  }
  .container-room:hover .text-over-image table {
    display: block;
  }
 

   /* Dispositivos móviles pequeños */
@media screen and (max-width: 576px) {
  #title-logo{
    display: none;
  }
  .btn-navbar{
    display: flex;
    gap: 2em;
    justify-content: flex-end;
  }

  .container-room {
    display: flex;
    justify-content: center;
  }
/* mecher aqui */
  .container-room:hover .text-over-image {
    transform: translateX(-50%) translateY(-10%);
    /* height: 320px; */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  }

  .image-to-card-of-environments {
    height: auto  !important;
  }
  
}

/* Teléfonos y tabletas en orientación vertical */
@media screen and (min-width: 577px) and (max-width: 768px) {
  #title-logo{
    display: none;
  }
  .btn-navbar{
    display: flex;
    gap: 2em;
    justify-content: flex-end;
  }
  .container-room {
    display: flex;
    justify-content: center;
    padding-bottom: 2em;
  }
  .image-to-card-of-environments {
    height: auto  !important;
  }
    
}
/* Tabletas en orientación horizontal */
@media screen and (min-width: 769px) and (max-width: 992px) {
 
}

/* Escritorios pequeños */
@media screen and (min-width: 993px) and (max-width: 1200px) {
  
}

/* Escritorios grandes */
@media screen and (min-width: 1201px) {

  
}