/*INICIO TRANSICIONES BANNER**/
#fade-text {
    opacity: 0;
    transition: opacity 2s ease-in-out; /* Aumentado a 2 segundos */
    min-height: 60px;
}

.leaflet-control-zoom {
    display: none !important;
}

#fade-text.fade-in {
    opacity: 1;
}

#fade-text.fade-out {
    opacity: 0;
}

/*FIN TRANSICIONES BANNER**/

.imgBannerDestinos {
	background-image: url('../images/ciudad1.jpg'); /* Ruta de la imagen */
    background-size: cover;  /* Asegura que la imagen cubra toda la zona del banner */
    background-position: center; /* Centra la imagen */
	height: 250px; /* Altura del banner */
    display: flex; /* Usamos flexbox para centrar el contenido */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    color: white; /* Color del texto */
}

/*INICIO TÉRMINO CIRCULO**/

.status-circle-end {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgb(233, 23, 33); /* verde */
    box-shadow: 0 0 8px rgba(175, 76, 76, 0.6);
    animation: pulse 2s infinite;
    margin-right: 8px;
    vertical-align: middle;
}

.status-circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #4CAF50; /* verde */
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.6);
    animation: pulse 2s infinite;
    margin-right: 8px;
    vertical-align: middle;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.6;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.start-date {
    font-size: 14px;
    color: #333;
}

.end-date {
    font-size: 14px;
    color: #333;
}


/**DIRECCION Y ESTRELLAS POSICICON*/
.direccion-rating {
    display: flex;  /* Usa Flexbox para alinear los elementos */
    align-items: center;  /* Alinea los elementos verticalmente en el centro */
    gap: 10px;  /* Espacio entre la dirección y las estrellas del rating */
}

.direccion {
    font-size: 16px;  /* Tamaño de la fuente de la dirección */
}

#half-stars-example {
    display: flex;  /* Esto hará que las estrellas se alineen en una fila */
    align-items: center;  /* Alinea las estrellas verticalmente al centro */
}

.rating__label {
    margin-right: 0px;  /* Espacio entre las estrellas */
}

.rating__icon {
    color: #ffcc00;  /* Color de las estrellas (puedes cambiarlo) */
}


/**BOTÓN ELIMINAR IMAGENES EN EDITAR PUBLICACIÓN*/
.imagenes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.imagen-item {
    display: flex;
    justify-content: center;
}

.card-imagenes-pre {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
 
}

.car-imagenes-img {
    width: 120;
    height: 90px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 6px;
}


/* Botón de ver alojamientos */
.btn-llegar-personalizado {
    font-size: 14px;
    border-radius: 5px;
    background-color: #1a73e8;
    color: white;
    border: none;
    padding: 3px 8px;
    transition: all 0.3s ease;
    cursor: pointer;

}

.btn-llegar-personalizado:hover {
    background-color: #2e7de5;
    color: rgb(245, 245, 245);
    transform: scale(1.05);

}

/* Botón de eliminar */
.btn-eliminar-personalizado {
    font-size: 12px;
    border-radius: 18px;
    background-color: #f91942;
    color: white;
    border: none;
    padding: 4px 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-eliminar-personalizado:hover {
    background-color: #e75773;
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}




/* Solo en escritorio */
@media screen and (min-width: 1024px) {
    .header-personalizado {
        height: 80px;
        display: flex;
        align-items: center;
        padding: 0 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* sombra suave hacia abajo */
        position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    }
}


.iconosEstilos{
    color: #0c0c0c;
    font-weight: 400;
}

.login-content {
    margin: auto;
  width: 450px;
  padding: 10px;
}

.posicionBtn{
    margin-left: 12%;
}

.link-inicio {
  color: #2c2c2c;
  text-decoration: none;
}

.link-inicio i {
  font-size: 22px;
  color: #f91942;
  filter: drop-shadow(0 0 0.2px #f91942);
  text-shadow: 0 0 0px #f91942, 0 0 0px #f91942;
}

.link-inicio:hover {
  color: #f91942; /* cambia a celeste en hover, puedes usar el color que quieras */
}


.body-class {
	background-color: #f5f5f5;
    
}

.tagP {
  display: inline-block;
  background-color: #d1af23;
  color: #ffffff !important;
  padding: 0px 4px;
  border-radius: 18px;
  font-size: 0.15rem;
  margin: 2px;
  font-size: 1px;
  font-family: Arial, Helvetica, sans-serif;
}
.tagCategorias {
  background-color: #232323;
  color: #ffffff !important;
  border-radius: 18px;
  padding: 0px 6px;
  font-size: smaller !important; /* Ajusta el tamaño como desees */
}

.tagFechas {
  background-color: #a400ac;
  color: #efefef !important;
  border-radius: 18px;
  padding: 0px 6px;
  font-size: smaller !important; /* Ajusta el tamaño como desees */
  font-weight: bold  !important;
}

/*MARK PARA FECHAS DE EVENTOS*/
marcador {
    font-weight: 500;
}

marcador {
    border-radius: 4px;
}

marcador {
  background: rgb(0, 255, 94);
  color: #3e8a61;
}

marcador.color {
  color: #fff;
}

marcador,
.marcador {
  background-color: #e5fce3;
  padding: .2em;
}


/* BOTONES LOGIN**/
.botones-contenedor {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap; /* permite que se acomoden uno debajo del otro si no hay espacio */
  
}

.button {

  background-color: #f91942;
  color: white;
  border: none;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  padding: 6px 12px !important; /* antes: 10px 20px */
  font-size: 14px !important;   /* antes: 16px */
}

.button.border {
  background-color: transparent;
  border: 2px solid #f91942;
  color: #f91942;
  padding: 6px 12px !important; /* asegúrate de que también se reduzca */
  font-size: 14px !important;
}

.buttonValoracion {
  background-color: transparent;
  color: #f91942;
  border: none;
  font-weight: bold;
  padding: 1px 6px !important; /* asegúrate de que también se reduzca */
  font-size: 16px !important;
}

.buttonValoracionImg {
    background-color: rgb(249, 25, 66);
    color: white;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    text-decoration: none;
    border-radius: 14px;
    padding: 1px 6px !important;
}


/* ---------------------------------- */
/* Custom Upload Button
------------------------------------- */
.subirBoton {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  width: 100%;
  font-style: normal;
  font-size: 13px;
  margin-top: -15px;
}
 
.subirBoton .subirBoton-input {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  height: 0;
  width: 0;
}
 .star-rating .not-rated { font-size: 12px; position: relative; left: 2px; top: -1px; }

.subirBoton .subirBoton-boton {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 36px;
    padding: 0 18px;
    cursor: pointer;
    border-radius: 50px;
    flex-direction: row;
    transition: 0.3s;
    margin: 0;
    outline: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 12px;
    padding: 3px 10px;
    color: #666;
    background-color: #ededed;
    border-radius: 50px;
}
 
.subirBoton .subirBoton-boton:hover {
    background-color: rgb(249, 25, 66);
    color: #fff;
}
 
.subirBoton .subirBoton-file-name {
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex: 1;
    box-sizing: border-box;
    padding: 0 10px;
    padding-left: 18px;
    min-height: 36px;
    top: 1px;
    position: relative;
    color: #888;
    background-color: transparent;
    overflow: hidden;
    line-height: 22px;
}

.subirBoton .subirBoton-boton:before {
    font-family: simple-line-icons;
    content: "\e032";
    padding-right: 6px;
    color:#66676b;
    font-weight: 500;
    transition: 0.3s;
}
.subirBoton .subirBoton-boton:hover:before {
    color: #fff;
}

.comentario-propio {
    border-left: 4px solid #aaa;
    background-color: #f9f9f9;
    padding-left: 15px;
    border-radius: 5px;
}



/* Responsivo opcional si quieres apilar botones antes de que colapsen naturalmente */
@media (max-width: 480px) {
  .botones-contenedor {
    flex-direction: column;
    align-items: center;
  }

  .button {
    width: 100%;
    max-width: 300px;
  }
}

.valoracion-badge {
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
    border-radius: 15px;
    font-size: xx-small;
    min-width: 1px;
    text-align: center;
}

/* PERFIL DEL USUARIO**/
.descripcion-centrada {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;

  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.plan.featured {
	width: 450px !important;
	flex: 0 0 450px !important;
  margin: 0 auto;
}


/**BANNER INDEX**/
.banner {
            position: relative;
            height: 450px;
            background-color: #ffffff;
            overflow: hidden;
            color: #f0f0f0;
            font-size: 24px;
            font-family: 'Arial', sans-serif;
        }

        .banner video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
        }

        .banner-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1); /* Fondo oscuro con opacidad */
    filter: saturate(1.45) brightness(1.12) contrast(1.08);
}

        .typewriter-text {
            font-size: 28px;
            font-weight: bold;
        }

        .typewriter-text::after {
            content: '|';
            animation: blink 1s infinite;
            margin-left: 5px;
        }

        @keyframes blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0; }
        }


.text-background {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 8px;
    /* Removemos las transiciones CSS */
}

#fade-text {
    min-height: 60px;
}

.cta-button {
    margin-top: 20px;
    background: #0b0b0bdf;
    
    color: white;
    padding: 8px 16px; /* Disminuye el tamaño del botón */
    font-weight: bold;
    border-radius: 25px;
    text-decoration: none;
    transition: transform 0.3s ease;
    font-size: 15px; /* Disminuye el tamaño de la letra dentro del botón */
    position: absolute;
    bottom: 20px; /* Fija el botón en la parte inferior */
}

.cta-button:hover {
    transform: scale(1.05);
    background-color: #484848;
    color: white;
}


.comentario-button {
    margin-top: 2px;
    background: #f91942;
    border: none;
    color: white;
    padding: 0px 5px; /* Disminuye el tamaño del botón */
    border-radius: 25px;
    text-decoration: none;
    transition: transform 0.3s ease;
    font-size: 12px; /* Disminuye el tamaño de la letra dentro del botón */
    bottom: 20px; /* Fija el botón en la parte inferior */
}

.comentario-button:hover {
    transform: scale(1.05);
    background-color: #ff4e6e;
    color: white;
}


/*NOTIFICACIONES*/

.tarjetaNotificacion{
  position: fixed; 
  right: 0; 
  top: 80px; 
  background: rgb(252, 252, 252);  
  border-radius: 18px; 
  padding: 10px; 
  width: 300px; 
  z-index: 9999; /* ← Súbelo fuerte */
  z-index: 100;
}

.notification-panel {
    position: fixed;
    top: 80px;  /* altura del header sticky */
    right: 20px;
    z-index: 9999;
    display: none;
}

.notification-panel.active {
    display: block;
}

#notificaciones-menu {
    max-height: 300px; /* Altura máxima del menú desplegable */
    overflow-y: auto;  /* Scroll vertical si se excede */
    overflow-x: hidden; /* Evita scroll horizontal */
    padding-right: 10px; /* Espacio para no cortar el scroll */
}


.campanitaSinValoracion{
  position: absolute; 
  right: 30px;  
  top: 0px; 
  font-size: 21px; 
  color:rgb(41, 41, 41); 
  font-weight: bold;


}

.campanitaConvaloracion{
  position: absolute; 
  right: 30px;  
  top: 0px; 
  font-size: 21px; 
  color:rgb(252, 66, 100); 
  font-weight: bold;
}

.contadorNotificacion {
  position: absolute;
  right: -6px;
  top: -8px;
  background-color: rgb(252, 66, 100);
  color: white;
  font-size: 11px; /* más chico el número */
  border-radius: 50%; /* mejor 50% para círculo perfecto */
  padding: 0px 5px; /* menos ancho */
  height: 15px; /* alto fijo */
  line-height: 14px; /* centra el texto verticalmente */
  display: inline-block; /* asegura la caja */
  text-align: center; /* centra el texto horizontalmente */
}


/*SWEET ALERT*/

.swal-popup-big {
    font-size: 1.6rem;
    border-radius: 20px !important;
}

.swal-title-big {
    font-size: 1.8rem;
    
}





.visible-mobile {
	display: none;
}

/*BOTÓN EMERGENTE PARA VER DESTINOS*/
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.3; }
  100% { opacity: 1; }
}

.animate-blink {
  animation: blink 1s infinite;
}

#verDestinosBtn {
    position: fixed; /* debe estar fijo para seguir scroll */
    left: 20px;      /* tu posición a la izquierda */
    bottom: 100px;   /* posición inicial */
    z-index: 9999 !important; /* muy alto para estar arriba de todo */
}




/* Mostrar en pantallas chicas (menos de 768px) */
@media (max-width: 767px) {
	.visible-desktop {
		display: none;
	}
	.visible-mobile {
		display: block;
	}
}

/* Google Maps Marker*/
.rotating-marker {
    transition: transform 0.5s ease;
}
.rotating-marker:hover {
    transform: rotate(360deg);
}

#control-categorias {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: white;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  }

#control-categorias {
    position: absolute;
    top: -9999px; /* Lo lleva fuera de la vista */
    left: -9999px;
}


  /*Card publicado por en destino blade*/

  .tarjeta {
    background-color: #fff;
    border-radius: 16px;        /* Bordes redondeados */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Sombra suave */
    padding: 20px;              /* Espacio interno */
    margin: 10px 0;             /* Separación externa */
    transition: box-shadow 0.3s ease;
}

.tarjetaUnder {
  height: 500px; /* Ajusta según tu diseño */
  border-radius: 12px;
  background-color: #f9f9f9; /* Un color claro para destacar el efecto */
  box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.15),
              inset 0 -4px 8px rgba(0, 0, 0, 0.05);
  margin: 20px auto;
  transition: box-shadow 0.3s ease;
}

/* Efecto hover opcional */
.tarjeta:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.tarjetaInicio {
    background-color: #fff;
    border-radius: 16px;        /* Bordes redondeados */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Sombra suave */
    padding: 9px;              /* Espacio interno */
    margin: 4px 0;             /* Separación externa */
    position: relative;
    top: -9px;
    transition: box-shadow 0.3s ease;
}

.tarjetaFavorito {
    background-color: #fff;
    border-radius: 16px;        /* Bordes redondeados */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Sombra suave */
    padding: 15px;              /* Espacio interno */
    margin: 4px 0;             /* Separación externa */
    position: relative;
    top: -4px;
    transition: box-shadow 0.3s ease;
}

/* Efecto hover opcional */
.tarjetaInicio:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Contenedor de la paginación */
.pagination {
    display: flex;
    list-style: none;
    justify-content: center;
    padding-left: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a,
.pagination li span {
    color: #f91942; /* color del texto */
    border: 1px solid #f91942;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

/* Estilo cuando pasas el mouse */
.pagination li a:hover {
    background-color: #f91942;
    color: white;
}

/* Página actual */
.pagination li span[aria-current="page"] {
    background-color: #f91942;
    color: white;
    border-color: #f91942;
    cursor: default; /* para que no parezca clickeable */
}

.pagination li span[aria-current="page"] {
    box-shadow: 0 0 5px #f91942;
}

/* Página actual en Bootstrap 4 */
.pagination li.active span {
    background-color: #f91942;
    color: white;
    border-color: #f91942;
    cursor: default;
}





.borde-dorado {
    border: 5px solid rgb(199, 172, 16);
    border-radius: 10px; /* Opcional */
    padding: 10px; /* Opcional, para que no quede tan pegado */
  }




  /*  
 *  Pure CSS star rating that works without reversing order
 *  of inputs
 *  -------------------------------------------------------
 *  NOTE: For the styling to work, there needs to be a radio
 *        input selected by default. There also needs to be a
 *        radio input before the first star, regardless of
 *        whether you offer a 'no rating' or 0 stars option
 *  
 *  This codepen uses FontAwesome icons
 */

#full-stars-example {

    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
    .rating-group {
      display: inline-flex;
    }
    
    /* make hover effect work properly in IE */
    .rating__icon {
      pointer-events: none;
    }
    
    /* hide radio inputs */
    .rating__input {
     position: absolute !important;
     left: -9999px !important;
    }
  
    /* set icon padding and size */
    .rating__label {
      cursor: pointer;
      padding: 0 0.1em;
      font-size: 2rem;
    }
    
    /* set default star color */
    .rating__icon--star {
      color: #ffc600;
    }
    
    /* set color of none icon when unchecked */
    .rating__icon--none {
      color: #eee;
    }
  
    /* if none icon is checked, make it red */
    .rating__input--none:checked + .rating__label .rating__icon--none {
      color: red;
    }
  
    /* if any input is checked, make its following siblings grey */
    .rating__input:checked ~ .rating__label .rating__icon--star {
      color: #ddd;
    }
  
    /* make all stars #ffc600 on rating group hover */
    .rating-group:hover .rating__label .rating__icon--star {
      color: #ffc600;
    }
  
    /* make hovered input's following siblings grey on hover */
    .rating__input:hover ~ .rating__label .rating__icon--star {
      color: #ddd;
    }
    
    /* make none icon grey on rating group hover */
    .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
       color: #eee;
    }
  
    /* make none icon red on hover */
    .rating__input--none:hover + .rating__label .rating__icon--none {
      color: red;
    }
  }
  
  #half-stars-example {
  
    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
    .rating-group {
      display: inline-flex;
    }
    
    /* make hover effect work properly in IE */
    .rating__icon {
      pointer-events: none;
    }
    
    /* hide radio inputs */
    .rating__input {
     position: absolute !important;
     left: -9999px !important;
    }
  
    /* set icon padding and size */
    .rating__label {
      cursor: pointer;
      /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
      padding: 0 0.1em;
      font-size: 2rem;
    }
  
    /* add padding and positioning to half star labels */
    .rating__label--half {
      padding-right: 0;
      margin-right: -0.6em;
      z-index: 2;
    }
    
    /* set default star color */
    .rating__icon--star {
      color: #ffc600;
    }
    
    /* set color of none icon when unchecked */
    .rating__icon--none {
      color: #eee;
    }
  
    /* if none icon is checked, make it red */
    .rating__input--none:checked + .rating__label .rating__icon--none {
      color: red;
    }
  
    /* if any input is checked, make its following siblings grey */
    .rating__input:checked ~ .rating__label .rating__icon--star {
      color: #ddd;
    }
    
    /* make all stars #ffc600 on rating group hover */
    .rating-group:hover .rating__label .rating__icon--star,
    .rating-group:hover .rating__label--half .rating__icon--star {
      color: #ffc600;
    }
  
    /* make hovered input's following siblings grey on hover */
    .rating__input:hover ~ .rating__label .rating__icon--star,
    .rating__input:hover ~ .rating__label--half .rating__icon--star {
      color: #ddd;
    }
    
    /* make none icon grey on rating group hover */
    .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
       color: #eee;
    }
  
    /* make none icon red on hover */
    .rating__input--none:hover + .rating__label .rating__icon--none {
      color: red;
    }
  }
  
  #full-stars-example-two {
  
    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
    .rating-group {
      display: inline-flex;
    }
    
    /* make hover effect work properly in IE */
    .rating__icon {
      pointer-events: none;
    }
    
    /* hide radio inputs */
    .rating__input {
     position: absolute !important;
     left: -9999px !important;
    }
    
    /* hide 'none' input from screenreaders */
    .rating__input--none {
      display: none
    }
  
    /* set icon padding and size */
    .rating__label {
      cursor: pointer;
      padding: 0 0.1em;
      font-size: 2rem;
    }
    
    /* set default star color */
    .rating__icon--star {
      color: #ffc600;
    }
  
    /* if any input is checked, make its following siblings grey */
    .rating__input:checked ~ .rating__label .rating__icon--star {
      color: #ddd;
    }
    
    /* make all stars #ffc600 on rating group hover */
    .rating-group:hover .rating__label .rating__icon--star {
      color: #ffc600;
    }
  
    /* make hovered input's following siblings grey on hover */
    .rating__input:hover ~ .rating__label .rating__icon--star {
      color: #ddd;
    }
  }


  /* AUTOCOMPLETADO*/

  /* Contenedor del autocompletado */
.ui-autocomplete {
    background-color: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    z-index: 9999; /* Asegura que quede sobre otros elementos */
}

/* Cada item de la lista */
.ui-menu-item-wrapper {
    padding: 10px 15px;
    cursor: pointer;
}

/* Hover sobre los items */
.ui-menu-item-wrapper:hover {
    background-color: #f0f0f0;
    color: #333;
}

/* Item seleccionado por teclado */
.ui-state-active {
    background-color: #007bff !important;
    color: white !important;
}

/**GOOGLE MAPS INFO WINDOW*/
/* Aplica borde redondeado y sombra al contenedor del InfoWindow */
/*.gm-style-iw {
	border-radius: 16px !important;
	overflow: hidden !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
} */


/* Elimina padding interno del contenido del InfoWindow */
.gm-style-iw-d {
	padding: 0 !important;
	overflow: hidden !important;
}

/* Elimina márgenes, padding y bordes de todo el InfoWindow */
.gm-style .gm-style-iw-c {
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 12px !important;
	overflow: hidden !important;
	box-shadow: none !important;
}

/* Elimina fondo blanco residual arriba */
.gm-style-iw {
	padding: 0 !important;
	background: transparent !important;
}

/* Imagen que cubre todo el espacio */
.iw-img-container {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	width: 300px;
	height: 194px;
	overflow: hidden;
}


.iw-img {
  border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	width:300px;height:194px;object-fit:cover;
}

/* Contenido de texto */
.iw-content {
	margin-top: -24px;
  padding: 5px;
	background-color: white;
  width: 300px;
}


.custom-iw {
	position: relative;
}

/* Estilo del botón X */
.gm-ui-hover-effect {
	top: 10px !important;
	right: 10px !important;
	position: absolute !important;
  background-color: white;
	z-index: 1000 !important;
}

/* Aplica estilo directamente al span de la X */
.gm-ui-hover-effect span {
	position: relative;
	width: 14px;
	height: 14px;
	display: block;
	background-color: white;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	filter: none !important;
}

/*LIKE UTIL*/
.rate-review.liked i {
    color: #f91942;
    font-weight: bold;
}


.avatarr img {
    width: 100px;
    height: 100px;
    border-radius: 50%; /* Para que sea redondo */
    object-fit: cover;
}

@media (max-width: 768px) {
    .avatarr {
        float: none;
        margin-bottom: 10px;
        text-align: center;
    }

    .comment-content {
        margin-left: 0;
    }
}

/*Habilitar u ocultar slots en check de 24 hrs*/
.add-slot {
  overflow: hidden;
  max-height: 200px; /* altura máxima cuando está visible */
  opacity: 1;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.add-slot.oculto {
  opacity: 0;
  max-height: 0;
  pointer-events: none; /* opcional: para evitar interacción cuando está oculto */
}

.check-24{
  width: 18px; 
	height: 18px; 
	margin-left: 2px;  /* mover checkbox más a la derecha */
	accent-color: #f91942;
	margin-top: 0; 
	margin-bottom: 0;
}

.check-label{
  background-color: #4a4a4a; 
	color: #fff; 
	font-weight: bold; 
	border-radius: 4px; 
	font-size: 0.9em; 
	display: flex; 
	align-items: center; 
	gap: 8px;   /* un poco más espacio entre checkbox y texto */
	padding: 6px 10px; /* más alto y con espacio lateral */
}


/*BOTÓN SUSCRIPCIÓN**/
.red-button {
						background-color: #f91942;
						color: white;
						padding: 10px 24px;
						text-decoration: none;
						border-radius: 8px;
						display: inline-block;
						font-size: 16px;
						transition: background-color 0.3s;
						font-family: Arial, sans-serif;
						}
						.red-button:hover {
						background-color:rgb(244, 57, 92);
						}


#wrapper {
  max-width: 100%;
  overflow-x: hidden;
}

.login-content {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
  }

  @media (max-width: 768px) {
    .login-content {
      padding: 15px;
    }
  }

/** input tag **/
  .tagify {
  width: 100% !important;
  box-sizing: border-box;
}

/** tag diseño**/
.tagDiseno{
  background-color: #242424;
  border-radius: 10px !important;
  color: #e6e6e6 !important;
  font-size: 12px !important;
  padding: 0px 4px !important;
  margin: 1px !important;
  display: inline-block !important;
  font-weight: bold !important;
}







  
  
  
