*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter-Regular.ttf');
}
body {
  background-color: rgb(247, 238, 227);
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: rgb(3, 54, 38);
}
p{
  color: #000;
}

.ContenedorContacto {
  width: 94%;
  margin: auto;
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
/*menu bar*/
#buscador2 {
  display: none;
 
}
.menu-btn {
  position: fixed;
  cursor: pointer;
  right: 30px;
  font-size: 1.5rem;
   color:#FFD700;
  z-index: 10042;
  margin-top: 15px;
  
}
#movil-hr{
  opacity: 0;

}
#header-movil{
  display: none;
}
.Mas-enlaces{
  display: none;
}
.Parrafo_Footer{
 color: white;
 font-size: 14px;
}
/* --- MODAL LATERAL --- */
#modal-menu {
  display: none; /* oculto por defecto */
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: -2px 0 10px rgba(0,0,0,0.3);
  z-index: 2000;
  transition: right 0.3s ease;
  overflow-y: auto;
  padding: 20px;
}
/* lista */

.EsculecerSearch{
  display: none;
}
.EsculecerSearch.active{
  display: block;
  background: rgba(0,0,0,0.70);
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
}
#Lupa-Movil{
  position: absolute;
  color: white;
  font-size: 20px;
  display: none;
}
.Contenedor_Lupa{
  width: 100%;
  top: 0;
  background-color: white;
  position: absolute;
  display: none;
  z-index: 1046;
}
 .search-container {
        position: fixed;
        width: 390px;
        margin-top: 10px;
        margin-left: 160px;
        z-index: 1040;

      }
      
      #search-input {
        width: 100%;
        padding: 12px 16px;
        border: none;
        border-radius: 25px;
        background: #ffffff;
        color: #000000;
        font-size: 15px;
        outline: none;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      }

      #search-input::placeholder {
        color: #afac9c;
      }

      #suggestions {
        position: absolute;
        top: 110%;
        left: 0;
        right: 0;
        background: #ffffff;
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        display: none;
    
        z-index: 1100;
      }

      .suggestion {
        display: flex;
        align-items: center;
        padding: 10px;
        gap: 10px;
        cursor: pointer;
        transition: background 0.3s;
      }

      .suggestion:hover {
        background: #fff8d8;
        border-radius: 15px;
      }

      .suggestion img {
        width: 45px;
        height: 45px;
        border-radius: 8px;
        object-fit: cover;
      }

#buscador{
  width: 30%;
  position: absolute;
  border-radius: 15px;
  padding: 9px;
  margin-top: 10px;
  margin-left: 180px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #000;
  display: flex;
  z-index: 1000;
}

.nav-menu {
  display: flex;
  gap: 10px;
  margin-left: 44%;
  align-items: center;
  
}

.nav-menu li {
  list-style: none;
  
}


.nav-menu a {
  text-decoration: none;
  color: rgb(250, 248, 248);
  padding: 10px;
  transition: 0.3s;
  font-family:'Inter', 'Lucida Sans', Verdana, sans-serif;
  font-size: 15px;
}

.nav-menu a:hover {
   color: #FFC107;
   background: #777777;
}

/* dropdown */
.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #111;
  min-width: 180px;
  padding: 5px 0;
  border-radius: 4px;
}

.dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  color: #fff;
}

.dropdown-menu li a:hover {
  background: #777777;
}

/*Formulario de mensajes y contacto de sitios Turisticos*/

#contacto {
    background-color: rgb(250, 228, 199);
    border-radius: 25px;
    margin-top: 90px;
}
.EspaciadoCont{
    padding: 50px;
    background-color: rgb(250, 228, 199);
    border-radius: 25px;
}
.contact-container {
    display: flex; 
    gap: 30px; 
    justify-content: space-between;
}
.contact-form {
    flex: 1; 
    display: flex; 
    flex-direction: column;
}
.contact-form input, .contact-form textarea {
    margin-bottom: 15px;
    padding: 10px; 
    border-radius: 5px; 
    border: 1px solid #ccc;
}
.contact-form button {
    background: #ff9800; 
    border: none; 
    padding: 12px; 
    border-radius: 5px; 
    color: #fff; 
    font-weight: bold; 
    cursor: pointer;
    transition: 0.3s;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.contact-form button:hover {
    background: #e68900;
    transform: scale(1.01);
}
.contact-info {
    flex: 1; 
    background: white; 
    padding: 20px; 
    border-radius: 10px; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.contact-info ul {
    list-style: none; 
    padding: 0;}
.contact-info li {
    margin-bottom: 15px;
}
.telefono-enlace {
  color: blue;
  text-decoration: none;
}

.telefono-enlace i {
  margin-right: 5px; /* Para dar espacio al icono */
}
/*Sección de información de contacto de sitios Turisticos*/
#Fotocontairne img {
  height: 200px;
  max-height: 200px;
}
.Title-Artices{
    margin-top: 30px;
    margin-block: 18px;
}
.Artices_Contact{
    padding-block-end: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px; 
}

.Artice{
    width: 100%;
    background-color: transparent;
    border-radius: 20px;
    
}
.Artice img {
  width: 100%;
  height: 300px;       /* Todas las imágenes tendrán el mismo alto */
  object-fit: cover;   /* Hace que se recorten y no se deformen */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.positionContact_Text{
    padding-top: 10px;
    padding-block-end: 10px;
    max-height: 150px ;
}
.positionContact_Text li{
    gap: 5px;
    color: #000;
    font-size: 18px;
    text-decoration: none;
}
.positionContact_Text a{
    color: #2225f8;
    text-decoration: underline;
    
}
 #PositionICO{
    padding: 8px;
 }
 /*Botton style*/
.btnNew2{
  width: 98%;
  background: #FFD700; /* Amarillo */
  border: none;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.btnNew2 a{
 text-decoration: none;
 color: #000;
}
.btnNew2:hover{
 background: #FFC107; /* Un amarillo más oscuro al pasar el mouse */
 transform: scale(1.02);
}
.Stylebutton{
    display: flex;
}
.line-left{
    display: flex;
    background-color: #000;
    width: 2%;
}

/*Sección de información de contacto de Restaruantes*/
.Title-Artices2 {
    margin-top: 30px;
    margin-block: 18px;
    color: rgb(0, 0, 0);
    padding-left: 20px;
    padding-top: 20px;
    font-weight: bolder;

    
}
.positionContact_Text2{
    padding-top: 10px;
    padding-block-end: 10px;
    max-height: 150px ;
}
.positionContact_Text2 li{
    gap: 5px;
    color: #f5f4f4;
    font-size: 18px;
    text-decoration: none;
}
.positionContact_Text2 a{
    color: #9698ff;
    text-decoration: underline;
    padding: 10px;
}
    
.positionContact_Text2 p{
   color: white;
   padding-left: 10px;
}
.positionContact_Text2 h3{
   color: white;
   padding-left: 10px;
}
.positionContact_Text2 h4{
   color: white;
   padding-left: 10px;
}

 #PositionICO{
    padding-left: 10px;
 }
.Contenedor-Resturuantes{
  border: 2px solid grey;
  
  border-radius: 20px;
  margin-block-end: 40px;
}
.Artice2{
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px; 

}
.Artice2{
    width: 100%;
    background-color: transparent;
    border-radius: 20px;
}
.Artice2{
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.Contenido img{
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 280px;
}
.Contenido{
  background-color: #2f3640;
  border-radius: 14px;
}

/*Botton style*/
.btnRestarua{
  background: #FFD700; /* Amarillo */
  border: none;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.btnRestarua a{
 text-decoration: none;
 color: #000;
}
.btnRestarua:hover{
 background: #FFC107; /* Un amarillo más oscuro al pasar el mouse */
 transform: scale(1.02);
}
.Stylebutton2{
  display: flex;
  padding-left: 20%;
  padding-block-end: 12px;
}

.line-left2{
    display: flex;
    background-color: #f85306;
    width: 2%;
    border-radius: 20px;
}
/* SECCIÓN ARTESANÍAS MODERNA */
.Contenedor-Artesanía {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
  gap: 30px;
  padding: 40px 20px;
  background-color: #fefcf5; /* fondo suave */
}

.contenido-Art {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  transition: transform 0.3s, box-shadow 0.3s;
}

.contenido-Art:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.18);
}

.Articulo-imagen img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.Articulo-Art {
  padding: 20px;
}

.Articulo-Art p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.Articulo-Art h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #d4a017; /* un dorado elegante */
}
.title-art{
  padding-block: 30px;
}

/* BOTÓN ARTESANÍA */
.Articulo-Art .btn {
  background: linear-gradient(90deg, #FFD700, #FFC107);
  color: #000;
  padding: 10px 25px;
  border-radius: 30px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s, background 0.3s;
  margin-top: 15px;
  text-decoration: none;
  display: inline-block;
}

.Articulo-Art .btn:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #FFC107, #FFB300);
}


/*Pie de pagína footer*/

/*Foter de la pagina o piede de pagina*/
.footer-link{
  width: 100%;
  height: 300;
  background-color: black;
  
}
.footer-contenedor{
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap:10px ;/* Espaciado en tre columnas*/
 align-items:flex-start ;
 justify-content: center;
}
.footer-contenedor{
  padding: 20px;
  text-align: center;

}
.footer-contenedor ul li{
line-height: 2.8;/*Ancho de lineas*/
text-decoration: none;

}
.footer{
  border: #2f3640;
  color: #616161;
  padding: 20px 0;
  text-align: center;
  padding-bottom: 20px;
  opacity: .4;
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
.footer-contenedor a{
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

/*Iniciar login*/
#Img_seccion{
  display:flex;
  cursor: pointer;
  width: 19px;
  height: 25px;
  position:absolute;
  margin-block-end: 5px;
  margin-left: 5px;
}
#Img_seccion:hover{
   transform: scale(1.03)
}
.btn_social_sección{
  height: 56px;
}
.btn_social_sección button{
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding: 14px 20px;
  font-size: 14px;
  position: absolute;
  color: white;
  background-color: black;
  border-radius: 38px;
  border: none;
  margin-left: 80%;
}
/* ====== ESTILOS DEL MODAL LOGIN ====== */
/*Cuerpo del modal*/
.modal {
  display: none;
  position: fixed;
  z-index: 1062;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Mostrar modal */
.modal.show {
  display: block;
  opacity: 1;
}

/* Animación del contenido */
.modal-content {
  background: #fff;
  margin: 3% auto;
  border-radius: 6px;
  height: 520px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  
  transform: translateY(-50px);
  opacity: 0;
  transition: all 0.4s ease;
}

.modal.show .modal-content {
  transform: translateY(0);
  opacity: 1;
}


/* Barra de título estilo ventana */
.modal-header {
  background: #e5e9f0; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: default;
}
.modal-content{
  width: 550px;
}
#Inf-sesión{
  margin-top: 15px;
  margin-left: 26px;
}
#Inf-sesión h3{
  padding-block-end: 8px;
  color: rgb(34, 34, 107);
  
}
#Inf-sesión p{
  padding-top: 8px;
  padding-block-end: 12px;
  font-size: 14px;
  width: 90%;
  color: #616161;
}
#Inf-sesión hr{
  max-width: 495px;
}
.Vmodal-registro{
  display: flex;
  gap: 5px;
  margin-top: 6px;
  
}

.Vmodal-registro h4{
  color:rgb(0, 0, 0);
  font-weight: bold;
  text-decoration:underline;
}
.Vmodal-registro h4:hover{
  color: rgb(24, 24, 87);

}
.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #FFC107;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 15px auto;
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.modal-sesión{
  display: none;
  border: 1px solid rgb(238, 238, 238);
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  width: 490px;
  padding-top: 8px;
  padding-left: 5px;
  padding-inline-end: 8px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
  margin-inline-end: 70px;
}
.modal-sesión.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
#menu-login {
  color: rgb(74, 74, 197);
  margin-left: 30px;
  margin-top: 10px;
  font-size: 14px;
  cursor: pointer;
}
#menu-login p{
  color: rgb(74, 74, 197);
  font-size: 15px;
  cursor: pointer;
  padding-left: 2px;
}


.modal-content h2{
  text-align: center;
  margin-top:15px ;
  
}
.modal-title {
  display: flex;
  align-items: center;
  gap: 6px;
}

.modal-header .icono {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

/* Botón cerrar */
.close {
  font-size: 20px;
  cursor: pointer;
  padding: 10px 11px;
  padding-right: 16px;
  padding-left: 16px;
}

.close:hover {
  background: rgb(216, 6, 6);
  color: white;
}

/* Cuerpo */
.modal-body {
  padding: 0px;
  text-align: center;
}

.modal-body input[type="text"],
.modal-body input[type="password"], .modal-body input[type="email"] {
  width: 90%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
}



.btn-submit {
  width: 90%;
  background: #FFC107;
  color: #050505;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 10px;
  cursor: pointer;
   transition: 0.3s;
}

.btn-submit:hover {
  transform: scale(1.02);
  background: #f5b904;
}

/*Esta es la sección de registro*/
.modal-registro {
  display: none;
  position: fixed;
  z-index: 1062;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow: hidden; /* evita que el fondo se mueva */
}

/* Mostrar modal */
.modal-registro.show {
  display: block;
  opacity: 1;
}
#SPA{
  padding: 16px;
}
/* Cuerpo del modal */
.modal-content2 {
  background: #fff;
  margin: 3% auto;
  border-radius: 6px;
  width: 600px;
  height: 530px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  position: relative;

  /* 🔹 Importante: crea scroll interno solo para el modal */
  overflow-y: auto; 
  overflow-x: hidden; 
  scrollbar-width: thin; /* para Firefox */
  scrollbar-color: #ccc #f2f2f2;

  /* animación de entrada */
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s ease;
}

/* Barra de desplazamiento personalizada (solo para Chrome, Edge, Safari) */
.modal-content2::-webkit-scrollbar {
  width: 8px;
}

.modal-content2::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 6px;
}

.modal-content2::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
}

.modal-content2::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

/* Cabecera del modal */
.modal-header2 {
  background: #e5e9f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: default;
  position: sticky; /* 🔹 hace que el encabezado quede fijo mientras se hace scroll */
  top: 0;
  z-index: 10;
}


#Inf-sesión2{
  margin-top: 15px;
  margin-left: 20px;
}
#Inf-sesión2 h3{
  padding-block-end: 8px;
  color: rgb(34, 34, 107);
  
}
#Inf-sesión2 p{
  padding-top: 8px;
  padding-block-end: 12px;
  font-size: 14px;
  width: 90%;
  color: #616161;
}
#Inf-sesión2 hr{
  max-width: 96.9%;
}

.modal-content2 h2{
  text-align: center;
  margin-top:15px ;
  
}
.modal-title2 {
  display: flex;
  align-items: center;
  gap: 6px;
}

.modal-header2 .icono {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

/* Botón cerrar */
.closeRegistro {
  font-size: 20px;
  cursor: pointer;
  padding: 10px 11px;
  padding-right: 16px;
  padding-left: 16px;
}

.closeRegistro:hover {
  background: rgb(216, 6, 6);
  color: white;
}
.modal-body-Registro {
  padding: 3%;
  
}
.modal-body-Registro label{
  color: #000;
  font-size: 14px;
  margin-left: 5px;
}

.modal-body-Registro input[type="text"],
.modal-body-Registro input[type="password"], .modal-body-Registro input[type="email"], .modal-body-Registro input[type="tel"] {
  width: 100%;
  padding: 10px;
  margin: 6px;
  border: 2px solid #084d68;
  border-radius: 6px;
}


.btn-submit2 {
  width: 40%;
  background: #FFC107;
  color: #333333;
  border: none;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: bolder;
  margin-top: 10px;
  margin-left: 7px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-submit2:hover {
   transform: scale(1.02);
  background: #f5b904;
}
#enlace_Sesion {
  text-decoration:underline;
}
#enlace_Sesion{
 color: #777777;
}



.loader2 {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #FFC107;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin2 1s linear infinite;
  margin: 15px auto;
  display: none;
}

@keyframes spin2 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}





/* Botón de Iniciar sesión en Footer */
.btnFooter {
  display: flex;
  align-items: center;   
  justify-content: center; 
  gap: 8px;  

  height: 45px;
  padding: 0 18px;
  background-color: #000000;
  border: none;
  border-radius: 28px;

  font-size: 13px;
  font-weight: bold;
  color: #ffffff;

  cursor: pointer;
  transition: background 0.3s;
}

.btnFooter:hover {
  background: #242323;
}

.Text_btn {
  display: flex;
  align-items: center;  
  gap: 6px;
}

.Text_btn a {
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}

.btnFooter a {
  text-decoration: none;
  color: #ffffff;
}

.btn_social_sección{
  background-color: #FFC107;
  padding: 5px;
  display: grid;
  grid-template-columns: 1fr ;
}
.btn_Position{
  padding-left: 83.5%;
}

 /*Social media*/
    .social{
        margin: 1px;
    }
    .social p{
        text-align: center;
        font-size: 18px;
        margin-bottom: 20px;
        color: #ffffff;
    }
    .links{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .links a{
        margin: 0 20px;
    }
    .links  a li{
        font-size: 2rem;
        color:#ffffff;

    }

    .prev {
  left: 10px;
  display: none;

}

.next {
  right: 10px;
   display: none;

}
@media (max-width: 470px){
  #modal-menu {
    display: block;
  }

.nav-main{
  display: none;
}
  /*Menu*/
  #contenido {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#InfArtice1.activo #contenido {
  opacity: 1;
  transform: scale(1);
}

/* lista */
#buscador{
  width: 18%;
  position: absolute;
  border-radius: 15px;
  padding: 9px;
  margin-top: 10px;
  margin-left: 5%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}



/* --- BARRA SUPERIOR --- */

#Menu-movil {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: black;
  z-index: 1000;
}
.menu-btn{
  position: fixed;
}
.menu-btn i {
  color:#FFD700;
  font-size: 28px;
  cursor: pointer;
  position: fixed;
  transition: transform 0.80s ease;
  top: 16px;
  left: 20px;
}

/* --- MODAL LATERAL --- */

#modal-menu {
  position: fixed;
  top: 0;
  transform: translateX(-200%); /* empieza oculto a la izquierda */
  transition: transform 1.10s ease;
  width: 90%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: -2px 0 10px rgba(0,0,0,0.3);
  z-index: 1000;
  overflow-y: auto; 
  padding: 20px;
}

#modal-menu.active {

  transform: translateX(-98.4%); /* se desliza a la vista */
  opacity: 1;
  pointer-events: auto;

}

/* Header modal */
#header-movil {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  background-color: #026043;
  position: absolute;
  margin-top: -22px;
  width: 100%;
  right: 30px;
  left: 0px;

}


.closeModal {
  font-size: 34px;
  cursor: pointer;
  color: #ffffff;
  margin-left: 88%;
}
.closeModal:hover {
  color: #e7ad00;
}

#modal-login:hover {
  background-color: #026043;
}
#movil-hr2{
  margin-block-end: 5px;
 


}

/* Buscador */
#Lupa-Movil{
  position: fixed;
  color: white;
  font-size: 16px;
  display: block;
  z-index: 1000;
  right: 0;
  margin-top: 18px;
  margin-right: 16px;
}

.Contenedor_Lupa{
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  z-index: 1050;
  position: fixed;
}
.Contenedor_Lupa hr{
   margin-top: 50px;
   margin-left:15px;
   width: 93%;
}
.Contenedor_Lupa h4{
   position: absolute;
   margin-left: 11%;
   color: black;
   margin-top: 20px;
}
#Volver_Bsucador{
  position: absolute;
  margin-top: 22px;
  margin-left: 14px;
  font-size: 19;

}

.Contenedor_Lupa.active{
  display: block;
  background-color: white;
}

.EsculecerSearch{
  display: none;
}
.EsculecerSearch.active{
  display: block;
  background: rgba(0,0,0,0.70);
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
}
 .search-container {
        display: none;
        position: fixed;
        margin-top: 65px;
        margin-left: 14px;
        width: 94%;
        z-index: 1052;

      }
  .search-container.active{
    display: block;
    background: transparent;
  }
      
      #search-input {
        
        width: 100%;
        padding: 11px 16px;
        border-radius: 25px;
        background: #ffffff;
        color: #000000;
        font-size: 14px;
        outline: none;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      }

      #search-input::placeholder {
        color: #afac9c;
      }

      #suggestions {
        position: absolute;
        top: 110%;
        left: 0;
        right: 0;
        background: #ffffff;
        border-radius: 15px;
        box-shadow: none;
        display: none;
        z-index: 1100;
      }

      .suggestion {
        display: flex;
        align-items: center;
        padding: 10px;
        gap: 10px;
        cursor: pointer;
        transition: background 0.3s;
      }

      .suggestion:hover {
        background: #fff8d8;
        border-radius: 15px;
      }

      .suggestion img {
        width: 80px;
        height: 70px;
        border-radius: 8px;
        object-fit: cover;
      }

/* Lista enlaces modal */
.modal-nav {
  list-style: none;
  margin-top: 160px;
  
}
.modal-nav li {
  margin-bottom: 10px;
}
.modal-nav a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

/* Dropdown */
.dropdown-menu {
  list-style: none;
  padding-left: 15px;
  margin-top: 5px;
}

/* Mas-enlaces */
.Mas-enlaces {
  padding-left: 10px;
  margin-top: 10px;
}
.Mas-enlaces a {
  color: #000;
  font-size: 13px;
}
#correo a {
  color: #037251;
  font-weight: bold;
  font-size: 12px;
}


/* dropdown */
.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background:white;
  min-width: 180px;
  padding: 5px;
  border-radius: 4px;
}
.nav-menu a:hover {
   color: #e7ad00;
   background: #ffffff;
}


/* Botón de Iniciar sesión */
.btnsesión{

  display: block;
  position: absolute;
  margin-top: -60px;
  gap: 8px;  
 
  height: 39px;
  width: 90.5%;
  padding: 0 1px;
  background-color: #026043;
  border: none;
  border-radius: 28px;

  font-size: 13px;
  font-weight: bold;
  color: #ffffff;

  cursor: pointer;
  transition: background 0.3s;
}
.Text_btn2{
  align-items: center;   
  justify-content: center; 

}
.btnFooter:hover {
  background: #4b4a4a;
}

.Text_btn {
  display: flex;
  align-items: center;  
  gap: 6px;
}

.Text_btn a {
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}

.btnFooter a {
  text-decoration: none;
  color: #ffffff;
}
.btn_social_sección{
  background-color: #FFD700;
}

.btn_social_sección button{
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding: 14px 20px;
  font-size: 12px;
  font-weight: bolder;
  position: absolute;
  color: white;
  background-color: black;
  border-radius: 38px;
  border: none;
  margin-left: 59%;
  margin-top: 1px;
}
 .links  a li{
        font-size: 1.6rem;
        color:#ffffff;

    }


#contacto {
    background-color: rgb(250, 228, 199);
    border-radius: 25px;
    margin-top: 90px;
}
.EspaciadoCont{
    padding: 15px;
    background-color: rgb(250, 228, 199);
    border-radius: 25px;
}
.EspaciadoCont h2{
  font-size: 18px;
  margin-block-end: 10px;
   color: #443e2e;
    
}
.contact-container {
    display: grid; 
    grid-column: 1fr;
    gap: 60px; 
}
.contact-form {
    flex: 1; 
    display: flex; 
    flex-direction: column;
}
.contact-form input, .contact-form textarea {
    margin-bottom: 15px;
    padding: 8px 15px; 
    border-radius: 5px; 
    border: 1px solid #ccc;
}
.contact-form label{
  font-size: 15px;

}
.contact-form button {
    background: #ff9800; 
    border: none; 
    padding: 9px 9px; 
    font-family: 'inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.contact-form button:hover {
    background: #e68900;
    transform: scale(1.01);
}
.contact-info {
    flex: 1; 
    background: white; 
    padding: 20px; 
    border-radius: 10px; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.contact-info h3 {
   color: #d4a017;
   margin-block-end: 10px;

}
.contact-info i{
   color: #d4a017;
   margin-block-end: 10px;

}

/*Sección de información de contacto de sitios Turisticos*/
#Fotocontairne img {
  height: 200px;
  max-height: 200px;
}
.Title-Artices{
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    margin-block: 20px;
}
.Artices_Contact{
    padding-block-end: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px; 
    margin: 4%;
}

.Artice{
    background-color: transparent;
    border-radius: 20px;
    
}
.Artice img {
  height: 300px;    
  object-fit: cover;   
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.positionContact_Text{
    padding-top: 10px;
    padding-block-end: 10px;
    max-height: 150px ;
}
.positionContact_Text li{
    gap: 5px;
    color: #000;
    font-size: 18px;
    text-decoration: none;
}
.positionContact_Text a{
    color: #2225f8;
    text-decoration: underline;
    
}
 #PositionICO{
    padding: 8px;
 }
 /*Botton style*/
.btnNew2{
  width: 100%;
  background: #FFD700; /* Amarillo */
  border: none;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 15px;
}
.btnNew2 a{
 text-decoration: none;
 color: #000;
}
.btnNew2:hover{
 background: #FFC107; /* Un amarillo más oscuro al pasar el mouse */
 transform: scale(1.02);
}
.Stylebutton{
    display: flex;
}
.line-left{
    display: flex;
    background-color: #000;
    width: 2%;
    border-start-start-radius: 15px;
    border-bottom-left-radius: 15px;
    position: absolute;
    z-index: 1400;
    
}


/*Sección de información de contacto de Restaruantes*/
.Title-Artices2 {
  margin-top: 0px;
  margin-block: 5px;
  font-size: 19px;
  margin-left: 16%;
}


.Contenedor-Resturuantes {
  border: none;
  border-radius: 20px;
  margin-block-end: 0px;
  overflow: hidden;
}

/* ----- Carrusel ----- */
.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.Artice2 {
  display: flex; 
  transition: transform 0.5s ease-in-out;
  width: 100%;
  background-color: transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 20px;
  
}

/* ----- Cada sección del carrusel ----- */
.Contenido {
  min-width: 100%; 
  background-color: #2f3640;
  border-radius: 14px;
  box-sizing: border-box;
  padding: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  
}

.Contenido img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* ----- Texto dentro de las secciones ----- */
.positionContact_Text2 {
  padding-top: 10px;
  padding-block-end: 10px;
  max-height: 150px;
}


.positionContact_Text2 li {
  gap: 5px;
  color: #f5f4f4;
  font-size: 18px;
  text-decoration: none;
}

.positionContact_Text2 a {
  color: #9698ff;
  text-decoration: underline;
  padding: 10px;
}
.positionContact_Text2 h3,
.positionContact_Text2 h4{
   color: #d4a017;
}
.positionContact_Text2 p{
  color: white;
  padding-left: 10px;
}

#PositionICO {
  padding-left: 10px;
}

/* ----- Botón dentro de cada tarjeta ----- */
.Stylebutton2 {
  display: flex;
  padding-left: 20%;
  padding-block-end: 12px;
}

.btnRestarua {
  background: #FFD700;
  border: none;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.btnRestarua a {
  text-decoration: none;
  color: #000;
}

.btnRestarua:hover {
  background: #FFC107; 
  transform: scale(1.02);
}

.line-left2 {
  display: flex;
  background-color: #f85306;
  width: 2%;
  border-radius: 20px;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 15px;
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 50%;
  z-index: 10;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.prev {
  left: 10px;
  display: block;
}

.next {
  right: 10px;
  display: block;
}
.title-art{
  font-size: 20px;
  text-align: center;

}

/*Login*/

.modal-content {
  background: #fff;
  margin: 0% auto;
  border-radius: 0px;
  height: 100%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
  width: 100%;
  
}

.modal-content2 {
  background: #fff;
  margin: 0% auto;
  border-radius: 0px;
  width: 600%;
  height: 100%;
}


/* Barra de título estilo ventana */
.modal-header {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 14px;
  cursor: default;
}

#Inf-sesión{
  margin-top: 15px;
  margin-left: 20px;
}
#Inf-sesión h3{
  padding-block-end: 8px;
  color: rgb(34, 34, 107);
  
}
#Inf-sesión p{
  padding-top: 8px;
  padding-block-end: 12px;
  font-size: 14px;
  width: 90%;
  color: #616161;
}
#Inf-sesión hr{
  max-width: 339.8px;
}
.Vmodal-registro{
  display: flex;
  gap: 5px;
  margin-top: 6px;
  padding-top: 10px;
}

.Vmodal-registro h4{
  color:rgb(0, 0, 0);
  font-weight: bold;
  text-decoration:underline;
}



.modal-sesión{
  width: 336px;
}

.btn-submit {
 transition: 0.90s ease;
}

.btn-submit:hover {
  transform: scale(1.02);
}

#SPA{
  padding: 16px;
}
/* Cuerpo del modal */
.modal-content2 {
  background: #fff;
  margin: 0% auto;
  border-radius: 0px;
  width: 100%;
  height: 100%;
}


/* Cabecera del modal */
.modal-header2 {
  background: #e5e9f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family:'Inter',  Arial, sans-serif;
  font-size: 14px;
  top: 0;
  z-index: 100;
}


#Inf-sesión2{
  margin-top: 15px;
  margin-left: 10px;
}
#Inf-sesión2 p{
  width: 98%;
  color: #616161;
}
#Inf-sesión2 hr{
  max-width: 96.2%;
}

.modal-content2 h2{
  text-align: center;
  margin-top:15px ;
  
}


.modal-header2 .icono {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}


.closeRegistro:hover {
  background: rgb(216, 6, 6);
  color: white;
}
.modal-body-Registro {
  padding-left: 1%;
  
}
.modal-body-Registro label{
  color: #000;
  font-size: 14px;
  margin-left: 5px;
}

.modal-body-Registro input[type="text"],
.modal-body-Registro input[type="password"], .modal-body-Registro input[type="email"], .modal-body-Registro input[type="tel"] {
  width: 96.5%;
  padding: 10px;
  margin: 6px;
  border: 1px solid #FFC107;
  border-radius: 6px;
}
label{
    font-family:'Inter',  Arial, sans-serif;
}

.btn-submit2 {
  width: 40%;
  background: #FFC107;
  color: #333333;
  border: none;
  
}

.animaciónLoder{
  width: 100%;
  height: 100%;
 
  z-index: 5200;
  
    
}

.loader2 {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #FFC107;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 15px auto;
  display: none;
  z-index: 800;
  
}
.Parrafo_Footer{
 color: white;
}
.footer-contenedor{
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap:10px ;/* Espaciado en tre columnas*/
 align-items:flex-start ;
 justify-content: center;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


}