/* Reset de estilos */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Estilos generales */
body {
    font-family: "Newsreader", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    line-height: 1.6;
    color: #494949
}

a {
    text-decoration: none;
    color: inherit;
}
.empty{clear:both}

/* Cabecera con texto centrado */
.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 20px;
    height: 100vh;
    position: relative;
}
.header-video, #videoFondo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Hace que el video cubra todo el área, igual que la imagen */
    z-index: -1; /* El video estará detrás del contenido */
}

#video {
    width: 100%;
    height: 100vh;
    background-image: url(../imagenes/toledo-imagen-principal.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; /* Contenedor para posicionar elementos encima */
}
.OutLogo{position:absolute; top:10px; z-index:5; width:100%}

.logo {
    height: auto;
	width:80%;
    max-width: 250px;
    position: absolute;
    top: 30px;
    left: 20px;
}
.logo img{width:100%; height:auto}
/* Menú de navegación */
.navbar {
    position: absolute;
    top: 20px;
    right: 20px;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.navbar ul li {
    display: inline-block;
    position: relative;
}

/* Menú desplegable */

.dropdown a:hover{
    background-color: #065c4a;

}

.dropbtn {
    font-weight: 500;
    background-color:#494949;
    color: white;
    padding: 8px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-top: 10px;
}

.dropbtn i {
    padding:0;
    margin-bottom: 0;
    margin-left: 8px;
    
}

.navbar .dropdown-content {
    display: none; /* El menú está oculto por defecto */
    position: absolute;
    background-color: #ffffff;
	width:80%;
    min-width: 160px;
	max-width:300px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 10;
    top: 100%;
    right: 0;
}

/* Mostrar el menú cuando se haga clic */
.navbar .dropdown-content.show {
    display: block;
}

.navbar .dropdown-content a {
    color: #494949;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.navbar .dropdown-content a:hover {
    background-color: #ddd;
}


.Down{text-align:center;margin-top: 75vh;}
.Down img{width:30px; height:auto; margin-top:30px}

/* Estilos para los contenidos */
.content {
    width: 80%;
    margin: auto;
    padding-top: 0px;
}

/* Contenedor de las columnas */
.row {
    display:grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 40px; 
    grid-auto-rows: auto;
    
    

}

.rating {
    font-size: 24px;
    color: #065c4a;
  }


  .descuento{
  background-color: rgba(45, 45, 45, 0.8);
    color: white;
    z-index: 2;
    padding-top: 13px;
    padding-bottom: 8px;
    font-weight: 600;
    position: relative;
    margin-top: -41px;
    font-size: small;

    
 }






/* Columna individual */
.column {
    text-align: center;
}

.column img {
    width: 100%;
    height: auto;
}

.column h3 {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 2rem;
}

h3, h6, h5, h7 {
    line-height: 1.1;
}


.column h5 {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: normal;
}

.column h6 {
    margin-top: 0;
    font-size: 0.8rem;
    font-weight: 300;
}

.column h7 {
    margin-top: 10px;
    font-size: 1.1rem;
}

.column p {
    margin-top: 20px;
    text-align: left;
}

#precios p{
    text-align: center !important;
}

.price {

    margin-top: 20px;
    text-align: center;
    
}

summary{
    margin-top: 20px;
}

.footer {
    margin: auto;
    width: 80%;
    margin-top: 90px;
    display: flex;
    flex-direction: row; 
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    flex-wrap: wrap; 
}

.footer-logo {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
     
}

.footer-links {
    display: flex;
    flex-direction: row; 
    gap: 15px; 
    margin-right: 20px; 
}

.footer-links a {
    color: #494949;
    text-decoration: none;
}

.social-icons {
    font-size: 30px;
    display: flex;
    flex-direction: row; /* Los iconos en fila por defecto */
    margin-left: 15px;
}




/* Boton */
.btn, .btn2 {
    border: none;
    font-family: 'Newsreader';
    margin-top: 20px;
    display: inline-block;
    background-color: #494949;
    color: white;
    text-decoration: none;
    padding: 10px 38px;
    font-weight: 500;
    font-size: 18px;
    
    
}

.btn:hover {
    background-color: #065c4a; /* verde wishome */
}







/* Contenedor del slider */
.slider-container {
    width: 100%; /* El slider ocupa todo el ancho disponible */
    padding-top: 100%; /* Mantiene el formato cuadrado (relación 1:1) */
    position: relative;
    overflow: hidden; /* Oculta las imágenes fuera del área visible */
    margin: auto; /* Centra el slider */
}

/* Estilo del contenedor de las imágenes */
.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Asegura que el contenedor ocupe todo el ancho */
    height: 100%; /* Asegura que el contenedor ocupe toda la altura */
}

/* Estilo de las imágenes */
.slider img {
    width: 100%; /* Cada imagen ocupa todo el ancho del slider */
    height: 100%; /* Ocupa toda la altura */
    object-fit: cover; /* Mantiene la proporción */
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; /* Inicialmente ocultas */
}

.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    background-color: #454545;
    padding-left: 2%;
    padding-right: 2%;
    border: none;
    font-size: 24px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
    z-index: 2;
}

.prev-btn:hover, .next-btn:hover {
    opacity: 1;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}



/* Estilos responsivos */
@media (max-width: 768px) {
    .slider {
        padding-top: 100%; /* Mantiene el formato cuadrado */
    }
}

@media (max-width: 480px) {
    .slider {
        padding-top: 100%; /* Mantiene el formato cuadrado en pantallas más pequeñas */
    }
	.InPrice{display:none}
}





/*Memedia queries */
@media (min-width: 1025px) and (max-width:1199px){
   
	.Down {
  text-align: center;
  margin-top: 50vh;
}
}

@media (max-width: 1024px) {
    .row {
        grid-template-columns: repeat(2, 1fr); /* 2 columnas en tablet */
    }

    
    .dropbtn{
        margin-top: 20px;
        font-size: 16px;
    }
	.Down {
  text-align: center;
  margin-top: 55vh;
}
}


@media screen and (min-width: 1024px) and (max-width: 1600px) {

     .descuento{
    background-color: rgba(45, 45, 45, 0.8);
    color: white;
    z-index: 2;
    padding-top: 13px;
    padding-bottom: 8px;
    font-weight: 600;
    position: relative;
    margin-top: -62px;
    font-size: small;

    
 }
  
}

@media (max-width: 768px) {

    .descuento {
    font-size: small;
    background-color: rgba(45, 45, 45, 0.8);
    color: white;
    z-index: 2;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    position: relative;
    margin-top: -51px;}

      .btn {
        font-weight: 300;
        font-family: "Newsreader", serif;
        display: inline-block;
        color: white;
        padding: 10px 15px;
        text-decoration: none;
        font-size: 1.1em;
    }
    .row {
        grid-template-columns: 1fr; /* 1 columna en móvil */
    }

    .column:last-child {
        grid-column: 1
    }

    .logo {
        max-width: 120px;
    }

    .scroll-down {
        font-size: 20px; 
        bottom: 15px; 
    }

    .scroll-down {
        font-size: 40px;
    }
    .footer {
        flex-direction: column; 
        text-align: center; 
    }

    .footer-logo {
        
        margin-bottom: 0px; 
    }

    .footer-links {
        display: block;
       flex-direction: column;
        margin-bottom: 20px; 
    }

    .social-icons {
        flex-direction: row; 
        gap: 15px; 
        align-items: center; 
        margin-top: 20px; 
    }

    
    .social-icons i {
        flex-direction: row;
        font-size: 35px; 
    }
    
    #boton.gaviota {
        display: none!important;
    }
   


    #reserve-block {
        display: flex !important; /* Fuerza la visibilidad */
        position: fixed; 
        bottom: 2px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #a0a0a0;
        color: white;
        padding: 5px;
        width: 70%;
        box-sizing: border-box;
        z-index: 1000;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }

    .price, #boton-evarista {
        display: none!important;
    }

    .whatsapp img{
        height: auto;
        width: 40px;
        margin-top: 5px;
    }
    
    

}

@media (min-width: 766px) {
	.pastilla{display:none}
}




@media (max-width: 480px) {

    .descuento {
    font-size: small;
    background-color: rgba(45, 45, 45, 0.8);
    color: white;
    z-index: 2;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    position: relative;
    margin-top: -51px;}

      .btn {
        font-weight: 300;
        font-family: "Newsreader", serif;
        display: inline-block;
        color: white;
        padding: 10px 15px;
        text-decoration: none;
        font-size: 1.1em;
    }
    .row {
        grid-template-columns: 1fr; 
    }

    .scroll-down {
        font-size: 18px; 
        bottom: 10px; 
    }

    .column:last-child {
        grid-column: 1
    }

    .logo {
        max-width: 120px;
    }

    .scroll-down {
        font-size: 40px;
    }

     .footer {
        flex-direction: column; /* Elementos en columna en pantallas pequeñas */
        text-align: center; /* Centra los textos */
    }

    .footer-logo {
        margin-bottom: 20px; /* Espacio entre el logo y los enlaces */
    }

    .footer-links {
        display: block;
       flex-direction: column;
        margin-bottom: 20px; /* Espacio entre los enlaces y los iconos */
        margin-right: 10px;
    }

    .social-icons {
        flex-direction: row; /* Los iconos en columna */
        gap: 15px; /* Espacio entre los iconos */
        align-items: center; /* Centra los iconos */
        margin-top: 20px; /* Espacio entre los enlaces y los iconos */
    }

    
    .social-icons i {
        flex-direction: row;
        font-size: 35px; 
    }
    
    .whatsapp img{
        height: auto;
        width: 40px;
    }

    .price, #boton.evarista {
        display: none;
    }

    .pastilla {
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 3;
        
        
    }
    

    /* Animación para el desplazamiento automático */
@keyframes slideAnimation {
    0% {
        transform: translateX(0);
    }
    33% {
        transform: translateX(0); /* Mantiene la primera reseña visible por 8 segundos */
    }
    34% {
        transform: translateX(-100%); /* Desplaza a la segunda reseña */
    }
    66% {
        transform: translateX(-100%); /* Mantiene la segunda reseña visible por 8 segundos */
    }
    67% {
        transform: translateX(-200%); /* Desplaza a la tercera reseña */
    }
    100% {
        transform: translateX(-200%); /* Mantiene la tercera reseña visible por 8 segundos */
    }
}

    
}




.pastilla {
    position: sticky;
    bottom: 10px;
    background: white;
    padding: 15px ;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(167, 167, 167, 0.2);
    text-align: center;
    width: 100%;
    margin: 10px auto 0 auto;
    margin-top: 10px;
    z-index: 5;
    
}



.nombrecasa p {
    font-family: "Newsreader", serif;
    font-weight: bold;
    font-size: 18px;
}

.contenido {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    
}

.precio {
    margin-top: 20px;
    font-family: "Newsreader", serif;
    color: #494949;
    font-size: 1.1em;
}

.precio span{
    font-weight: 600;
    font-size: 1.1em;
}


.botonreserva .btn {
    font-weight: 300;
    font-family: "Newsreader", serif;
    display: inline-block;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 1.1em;
    background-color: #065c4a;
}

.botonreserva .btn:hover{

    background-color: #494949;

}



.whatsapp {
    margin-top: 25px;
    margin-right: 10px;


    
}


.nombrecasa{
    font-weight: 500;
    font-size: 1.3rem;
}

.precio  {
    display: block;
    text-align: right;
}










/* Contenedor principal */ 
.carousel-container {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 70px;
}

/* El contenedor de las reseñas */
.carousel {
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    transition: transform 0.5s ease;
    animation: slideAnimation 24s infinite; /* 24s para incluir los 8 segundos por reseña */
}

/* Cada reseña */
.review {
    min-width: 100%;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
}


@keyframes slideAnimation {
    0% {
        transform: translateX(0);
    }
    10% {
        transform: translateX(0); /* Mantiene la primera reseña visible */
    }
    25% {
        transform: translateX(-100%); /* Desplaza a la segunda reseña */
    }
    50% {
        transform: translateX(-100%); /* Mantiene la segunda reseña visible */
    }
    55% {
        transform: translateX(-200%); /* Desplaza a la tercera reseña */
    }
    100% {
        transform: translateX(-200%); /* Mantiene la tercera reseña visible */
    }
}

.carousel-container h4 {
    font-weight: 400;
}












/* reseña google */



.fondoresenagoogle {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    text-align: left;
    
    
}

.GoogleIcon{border-right:1px solid #454545}
.GoogleIcon img{width:30px; height:30px; margin:7px 0 }
.badgeText{font-family:Arial, sans-serif; color:#545454; font-size:13px; line-height:1; padding:0 0 0 8px}
span.romw-average-rating{font-size:25px; font-weight:bold;}
.valor{width:104px!important; height:20px; margin:0!important}


/* Estilo del texto sobre el video */
.video-text {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
    top: 50%; 
    left: 50%;
    z-index: 10; /* Asegura que el texto quede encima del video */
    color: white; /* Cambia el color del texto */
    font-family: "Newsreader", serif;
    font-optical-sizing: auto;
    font-size: 1.6em;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    font-weight: 500;
    font-style: italic;
    line-height: 1.2;
    
}


summary{
    cursor: pointer;
}

summary:hover{

    color: #065c4a;
    
    
}






/* Contenedor principal */
.icon-container {

    margin-top: 40px!important;
    margin-bottom: 40px!important;
    width: 70%;
    display: flex;
    gap: 1px;
    justify-content: center; /* Centra las columnas */
    margin: auto;
    flex-wrap: wrap; /* Permite que las columnas se ajusten si no caben */
}

/* Estilo para cada columna */
.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* Espacio entre los iconos */
    text-align: center;
    flex: 1; /* Ambas columnas tendrán el mismo ancho */
    max-width:480px; /* Evita que las columnas sean muy anchas */
}

/* Estilo para los ítems de cada columna */
.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* Estilo para las imágenes de los iconos */
.icon-item img {
    width: 40px; /* Ajusta el tamaño del ícono */
    height: auto;
}

/* Media query para pantallas pequeñas (por ejemplo, dispositivos móviles) */
@media (max-width: 600px) {
    .icon-container {
        gap: 5px; /* Reduce el espacio entre las columnas */
        
    }

    .icon-item{
        min-height: 90px;
        
    }



    .column {
        max-width: 100%; /* Asegura que las columnas ocupen todo el ancho en pantallas pequeñas */
    }
}

/* Estilo para el texto debajo de los íconos */
.icon-item p {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    text-align: center;
}


.modal-oculto {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 1000;
}

.modal-contenido {
  background-color: white;
    margin: 0;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    position: relative;
    height: 100vh;
}

.cerrar {
  color: rgb(36, 36, 36);
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 50px;
  cursor: pointer;
}
iframe.buscador{
    min-height: 95vh;
    width: 100%;
    margin-top: 100px!important;
}

