.reservation, .page-header, .offer, .footer {

display: none;    /*background: url(../../img/bg.jpg);*/

    /*background: linear-gradient(rgb(61 133 198 / 52%), rgba(51, 33, 29, 0.9)), url(../../img/bg.jpg);

    background-position: top;

    background-repeat: no-repeat;

    background-size: cover; }

    .overlay-top::before {

    top: -1px;

    /*background: url(../../img/overlay-top1.png)*/

  }

    .overlay-bottom::after {

      display: none;

    /*bottom: 14px;

    background: url(../../img/overlay-bottom1.png);*/

}

    .overlay-top::before, .overlay-bottom::after {

    position: absolute;

    content: "";

    width: 100%;

    height: 15px;

    left: 0;

    z-index: 1;}

    /* Estilo para mantener la relación de aspecto */

    #map {

      position: relative;

      width: 100%;
      aspect-ratio: 6096 / 3274; /* o simplemente: 1.86 / 1 */

      padding-top: 53.7%; /* (height/width) * 100% */

      top: 0;

      bottom: 0;

      left: 0;

      right: 0;

      background: transparent; /* Cambia el color de fondo aquí */

    }

    /* Estilo para el botón personalizado */

    .leaflet-control-custom {

      background-color: white;

      padding: 5px;

      border: 2px solid rgba(0, 0, 0, 0.2);

      border-radius: 5px;

      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);

    }

    /* Estilo para el botón de pantalla completa */

    .fullscreen-button {

      position: absolute;

      top: 10px;

      right: 10px;

      z-index: 1000;

      background-color: white;

      padding: 10px;

      border: 2px solid rgba(0, 0, 0, 0.2);

      border-radius: 5px;

      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);

      cursor: pointer;

    }

    .my-custom-tooltip {

    background-color: #ffffff;

    border: 1px solid #e94e1b  !important;

    padding: 6px 12px;

    font-size: 18px;

    border-radius: 4px;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

    color: #e94e1b !important;

}

.my-custom-tooltip2 {

    background-color: #ffffff;

    border: 1px solid #1d71b8  !important;

    padding: 6px 12px;

    font-size: 18px;

    border-radius: 4px;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

    color: #1d71b8 !important;

}

svg path, svg rect, svg circle {

  pointer-events: auto; /* Asegúrate de que los elementos reciban eventos de puntero */

}

#texto_espacios {

    position: absolute;

    top: 70%;

    left: 70%;

    transform: translateX(-50%);

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    font-size: 28px;

    font-weight: 600;

    color: white;

    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);

    z-index: 1000;

    pointer-events: none; /* El texto no interfiere con el mapa */

    user-select: none;    /* No se puede seleccionar el texto */

    padding: 10px 20px;

    border-radius: 12px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);

    opacity: 1;

    background: rgba(0, 0, 0, 0.5); /* Fondo negro semitransparente */

}

#map-title {

    position: absolute;

    top: 20px;

    left: 50%;

    transform: translateX(-50%);

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    font-size: 28px;

    font-weight: 600;

    color: white;

    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);

    z-index: 1000;

    pointer-events: none; /* El texto no interfiere con el mapa */

    user-select: none;    /* No se puede seleccionar el texto */

    padding: 10px 20px;

    border-radius: 12px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);

    opacity: 1;

    background: rgba(0, 0, 0, 0.5); /* Fondo negro semitransparente */

}

body{

    background-image: url(../../assets/img/fondo_canmgu.jpg);

    /*background-size: 100% auto;

    background-repeat: no-repeat;*/

}