* {
  box-sizing: border-box;
  margin: 0;
  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);
}


#Title-baner {
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center;
  padding: 10px 20px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.20);
  text-shadow: 2px 2px 6px rgba(0,0,0,0.60 );
  color: rgb(236, 234, 228);
  border-radius: 15px;
  display: inline-block;

 }
 .Parrafo_Footer{
 color: white;
 font-size: 14px;
}

/*Menú*/

/*menu bar*/
#buscador2 {
  display: none;
 
}
.menu-btn {
  position: fixed;
  cursor: pointer;
  right: 30px;
  font-size: 1.5rem;
    color:#FFD700;
  z-index: 10001;
  margin-top: -44px;
  
}
#movil-hr{
  opacity: 0;

}
#header-movil{
  display: none;
}
.Mas-enlaces{
  display: none;
}

/* --- 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: -50px;
        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;
      }



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;
}


/*Carrusel*/

#TL{
  margin-top: 20px;
  margin-left: 64px;
  color: rgb(3, 54, 38);
  margin-block-end: 30px;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
#TL2{
  margin-top: 30px;
  margin-left: 65px;
  color: rgb(3, 54, 38);
 
  text-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
  .Carrusel-Imagenes {
      position: relative;
      width: 90%;
      margin: 10px;
      height: 490px;
      margin-left: 66px;
      border-radius: 8px;
      overflow: hidden;
      
    }

    .Carrusel-Imagenes img {
      width: 100%;
      height: 260px;
      border-radius: 8px;
      transition: opacity 6s ease-in-out, background-image 6.5s ease-in-out;
    }

    /* Slides en fila */
    .slidesImg {
      display: flex;
      width: 100%;
      height: 100%;
      
    }
    .slidesImg {
      display: flex;
      width: 100%;
      height: 100%;
      
    }

    .Img-slide {
      min-width: 100%;
      height: 100%;
      transition: transform 0.5s ease-in-out; /* ya existente */
      
    }
    

    .Img-slide.show {
     animation: smoothFade 0.6s ease-in-out;
     }

     #imagen1{
      background-image: url(Imagenes_Proyecto/Cuesto\ artesanal.jpeg);
      background-size: cover;
      background-position: center;
      
      
    }
    #imagen2{
      background-image: url(Imagenes_Proyecto/Decoradores.jpeg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen3{
      background-image: url(Imagenes_Proyecto/Figuras\ Virgen\ de\ Fatima.jpeg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen4{
      background-image: url(Imagenes_Proyecto/Maceta_Barro.jpeg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen5{
      background-image: url(Imagenes_Proyecto/Testil.jpeg);
      background-size: cover;
      background-position: center;
      
    }
     #imagen6{
      background-image: url(Imagenes_Proyecto/Artesania\ figuras.jpeg);
      background-size: cover;
      background-position: center;
      
    }
     #imagen7{
      background-image: url(Imagenes_Proyecto/Porrones.jpeg);
      background-size: cover;
      background-position: center;
      
    }
     #imagen8{
      background-image: url(Imagenes_Proyecto/Figurs\ de\ Jesus\ y\ María.jpeg);
      background-size: cover;
      background-position: center;
      
    }
     #imagen9{
      background-image: url(Imagenes_Proyecto/FotoArt1.jpeg);
      background-size: cover;
      background-position: center;
      
    }
     #imagen10{
      background-image: url(Imagenes_Proyecto/Joyeria\ artesanal.jpeg);
      background-size: cover;
      background-position: center;
      
    }
    /* Botones */
    .previo, .siguiente {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.7);
      color: #FFD700;
      border: none;
      font-size: 20px;
      cursor: pointer;
      padding: 10px;
      border-radius: 10px;
    }
    .previo { left: 10px; }
    .siguiente { right: 10px; }

    /* Indicadores */
    .Indicadores-cars {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 150px;
    }
    .Indicadores-cars span {
      width: 12px;
      height: 12px;
      background: #bbb;
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
    }
     .dohtV1.active {
      background: #FFC107;
    }

@keyframes smoothFade {
  from {
    
    transform: scale(1.05);
  }
  to {
    
    transform: scale(1);
  }
}


/*Cuadro informativo*/
.info-box {
  background: #fff;
  padding: 2.5rem;
  margin: 3rem 4%;
  border-left: 6px solid #FFC107;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  text-align: center;
  animation: fadeIn 1.5s ease;
}

.info-box h2 {
  color: black;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.info-box p {
  color: #555;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}


  /*Encabezado principal*/

.hero {
  text-align: center;
  background: url(Imagenes_Proyecto/Artesanias_baner2.jpeg) ;
  background-repeat: no-repeat;
  color: white;
  padding: 5rem 1rem;
  animation: fadeIn 1.5s ease;
  margin-top: 56px;
  height: 589px;
}

.hero h1 {
  font-size: 2.8rem;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

.hero p {
  font-size: 1.2rem;
  opacity: 0.9;
}

/* Sección de artesanías*/
.artesanias {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 3rem 5%;
}

.item {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.item:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.item:hover img {
  transform: scale(1.05);
}

.info {
  padding: 1.5rem;
}

.info h2 {
  font-size: 1.3rem;
  color: #d08770;
  margin-bottom: 0.5rem;
}

.info p {
  font-size: 0.95rem;
  color: #555;
}

/* 
   Pie de página*/
.footer {
  text-align: center;
  padding: 2rem;
  background: #000000;
  color: #fff;
  font-size: 0.9rem;
  margin-top: 2rem;
}

/*Animaciones*/
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.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;
  background-color: #FFC107;
}
.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%;
}
.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;

    }
    .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;
}


/* ====== ESTILOS DEL MODAL LOGIN ====== */
/*Cuerpo del modal*/
.modal {
  display: none;
  position: fixed;
  z-index: 1042;
  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: 1042;
  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); }
}


@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: 14px;
  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: -40px;
  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: 8px;
        margin-left: 14px;
        width: 94%;
        z-index: 10521;

      }
  .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;
}


/*Encabezado principal*/

.hero {
  text-align: center;
  background: url(Imagenes_Proyecto/Artesanias_baner2.jpeg) no-repeat center/cover;
  color: white;
  padding: 5rem 1rem;
  animation: fadeIn 1.5s ease;
  margin-top: 56px;
  height: 420px;
}

.hero h1 {
  font-size: 2.8rem;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

.hero p {
  font-size: 1.2rem;
  opacity: 0.9;
}

/*Carrusel*/

#TL{
  margin-top: 20px;
  margin-left: 20%;
  font-size: 20px;
  color: rgb(3, 54, 38);
  margin-block-end: 30px;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
#TL2{
  margin-top: 30px;
   font-size: 20px;
  margin-left: 20%;
  color: rgb(3, 54, 38);
 
  text-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
  .Carrusel-Imagenes {
      position: relative;
      width: 90%;
      margin: 10px;
      height: 300px;
      margin-left: 5%;
      border-radius: 8px;
      overflow: hidden;
    }

    /* Mantener tu tamaño de imagen */
    .Carrusel-Imagenes img {
      width: 100%;
      height: 260px;
      border-radius: 8px;
    }

    /* Slides en fila */
    .slidesImg {
      display: flex;
      
      width: 100%;
      height: 100%;
    }

    
    .Img-slide {
      min-width: 100%;
      height: 100%;
      transition: transform 0.5s ease-in-out; 
      
    }
    

    .Img-slide.show {
     animation: smoothFade 0.6s ease-in-out;
     }
     #imagen1{
      background: url(Imagenes_Proyecto/Pintura\ Ilobasco.jpeg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen2{
      background: url(Imagenes_Proyecto/Decoradores.jpeg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen3{
      background: url(Imagenes_Proyecto/Ollas_barro.jpeg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen4{
      background: url(Imagenes_Proyecto/Maceta_Barro.jpeg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen5{
      background: url(Imagenes_Proyecto/Testil.jpeg);
      background-size: cover;
      background-position: center;
      
    }
     #imagen6{
      background: url(Imagenes_Proyecto/Artesania\ figuras.jpeg);
      background-size: cover;
      background-position: center;
      
    }
     #imagen7{
      background: url(Imagenes_Proyecto/Porrones.jpeg);
      background-size: cover;
      background-position: center;
      
    }
     #imagen8{
      background: url(Imagenes_Proyecto/Figurs\ de\ Jesus\ y\ María.jpeg);
      background-size: cover;
      background-position: center;
      
    }
     #imagen9{
      background: url(Imagenes_Proyecto/FotoArt1.jpeg);
      background-size: cover;
      background-position: center;
      
    }
     #imagen10{
      background: url(Imagenes_Proyecto/Joyeria\ artesanal.jpeg);
      background-size: cover;
      background-position: center;
      
    }
    /* Botones */
    .previo, .siguiente {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.7);
      color: #FFD700;
      border: none;
      font-size: 20px;
      cursor: pointer;
      padding: 10px;
      border-radius: 10px;
    }
    .previo { left: 10px; }
    .siguiente { right: 10px; }

    /* Indicadores */
    .Indicadores-cars {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
    }
    .Indicadores-cars span {
      width: 12px;
      height: 12px;
      background: #bbb;
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
    }
     .dohtV1.active {
      background: #FFC107;
    }


/* 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;

    }

/*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); }
}


}

