* {
  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);
}
p{
  color: #000;
}

/*menu bar*/
#buscador2 {
  display: none;
 
}
.menu-btn {
  position: fixed;
  cursor: pointer;
  right: 30px;
  font-size: 1.5rem;
  color:#FFD700;
  z-index: 1001;
  margin-top: -44px;
  
}
#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; 
  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;
}
#LogoMovil {
  display:none;
}

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

      }
      
      #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-main img{
  width: 49px;
  height: 49px;
  margin-top: 6px;
  margin-left: 5px;
}
.nav-main h5{
  color: white;
  position: absolute;
  margin-left: 35px;
  margin-top: 34px;
 
}
#Logo{
  width: 30px;
  height: 30px;
  margin-left: 60px;
  margin-top: 5px;
}
.contenedor_logo{
  display: none;

}

.nav-menu {
  display: flex;
  gap: 10px;
  margin-left: 34%;
  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;
}

#TL{
  margin-top: 20px;
  margin-left: 20px;
  color: rgb(3, 54, 38);
  text-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
/* Baner cars imagenes */
.baner-one {
  padding: 2%;
  margin-top:60px ;
  background-color: rgb(245, 244, 237);
  background: url(Imagenes_Proyecto/IglesiaSamiguel.png) no-repeat center/cover ;
  height: 595px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  /* Transición suave */
  transition: background-image 1s ease-in-out, filter 1s ease-in-out;
  
}

#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.3);
  text-shadow: 2px 2px 6px rgba(0,0,0,0.60 );
  color: rgb(250, 233, 201);
  border-radius: 15px;
  display: inline-block;

 }
 

 /*Ventana Emergente de Noticias recientes*/
 
  /* ===== MODAL ===== */
  .modal-noticias {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 10, 0.55);
    backdrop-filter: blur(15px);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
    overflow-y: auto;
  }

  .modal-noticias.show {
    display: flex;
  }

  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  /* ===== CONTENIDO ===== */
  .modal-noticias-content {
    background: #ffffff;
    color: #222;
    border-radius: 16px;
    width: 60%;
 
    box-shadow: 0 10px 35px rgba(0,0,0,0.25);
    animation: slideUp 0.4s ease;
    position: relative;
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  @keyframes slideUp {
    from {transform: translateY(50px); opacity: 0;}
    to {transform: translateY(0); opacity: 1;}
  }

  /* ===== CERRAR ===== */
  .close-noticias {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 1.8rem;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    transition: 0.3s;
  }

  .close-noticias:hover {
    color: #ff4b5c;
  }

  /* ===== BANNER ===== */
  .noticias-banner {
    position: relative;
    height: 220px;
    overflow: hidden;
  }

  .noticias-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    color: #fff;
  }

  .banner-overlay h2 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  .banner-overlay p {
    font-size: 0.9rem;
    opacity: 0.9;
    color: white;
    
  }

  /* ===== CONTENEDOR SCROLL ===== */
  .noticias-scroll {
    padding: 25px 35px 35px;
    max-height: 400px;
    overflow-y: auto;
  }

  .noticias-scroll::-webkit-scrollbar {
    width: 8px;
  }

  .noticias-scroll::-webkit-scrollbar-thumb {
    background: #00aaff;
    border-radius: 6px;
  }

  /* ===== NOTICIAS ===== */
  .noticia {
    background: #f8f9fa;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 18px;
    transition: all 0.3s ease;
  }
    .noticia iframe{
      width: 100%;
    }

  .noticia:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transform: scale(1.01);
  }

  .noticia h3 {
    color: #003c8f;
    font-size: 1.15rem;
    margin-bottom: 8px;
  }

  .noticia p {
    color: #333;
    font-size: 0.92rem;
    margin-bottom: 12px;
  }

  .btn-leer {
    display: inline-block;
    background: linear-gradient(135deg, #0072ff, #00c6ff);
    color: #fff;
    font-size: 0.9rem;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
  }

  .btn-leer:hover {
    background: linear-gradient(135deg, #0059d6, #009fd6);
  }

  /* ===== RESPONSIVO ===== */
  @media (max-width: 600px) {
    .modal-noticias-content {
      width: 95%;
    }

    .banner-overlay h2 {
      font-size: 1.3rem;
    }

    .noticias-scroll {
      padding: 20px;
    }
  }

 
/*Sección de Noticias Ilobasco*/
.news-Ilobasco{
    border-radius: 10px;
    padding: 10px;
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 1px; 
    margin: 80px 0;
}
.news-Ilobasco img{
    border-radius: 10px;
    width:100% ;
    height: 390px;
    
}
.news-Ilobasco div{
    background-color: rgb(250, 228, 199);
    margin: 10px;
}
.Contenedor_news{
  padding: 10px;
}
.animar {
  opacity: 0;
  transform: translateY(50px);
  transition: all 3.10s ease;
}

.animar.visible {
  opacity: 1;
  transform: translateY(0);
}

.btn {
 background: #FFD700; /* Amarillo */
 border: none;
 padding: 15px 40px;
 font-size: 15px;
 font-weight: bold;
 border-radius: 50px; 
 cursor: pointer;
 transition: 0.3s;
}

    .btn:hover {
      background: #FFC107; 
      transform: scale(1.05);
    }

    /* Indicadores (paginación) */
    .indicators {
      margin-top: 30px;
      display: flex;
      justify-content: center;
      gap: 10px;
    }

    .dot {
      width: 40px;
      height: 10px;
      border-radius: 20px;
      background: #333;
      opacity: 0.5;
      transition: 0.3s;
    }

    .active {
      background: #FFD700; 
      opacity: 1;
    }

    .btnNew1{
      background: #FFD700; 
      border: none;
      padding: 15px 40px;
      font-size: 11px;
      font-weight: bold;
      border-radius: 50px; 
      cursor: pointer;
      transition: 0.3s;
      

    }
  .Positionbtn{
    padding-left: 100px;
    align-items: center;
    height: 50px;
  }
  .Positionbtn a{
    color:#000000;
    text-decoration: none;
  }
  .btnNew1:hover{
    background: #FFC107; /* Un amarillo más oscuro al pasar el mouse */
    transform: scale(1.05);

  }

/*Sección de Actividades*/
.News-Activades {
  margin: 20px;
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px; 
} 

.Contenedor_Actividades {
  background-color: rgb(250, 228, 199);
  border-radius: 20px;
  height: 380px;
  max-height: 400px;
  overflow: hidden;
}

.positionActividad_Text {
   padding: 8px;
   
}
.positionActividad_Text h4{
   position: absolute;
   
}

.Contenedor_Actividades p {
  color: #000;
  font-size: 14px;
}

.Imagen_contenedor {
  position: relative;
  width: 100%;
  height: 220px; 
}

.News-Activades img {
  width: 100%;
  height: 100%;   
  object-fit: cover;   
  border-radius: 20px;
}
.title_Actividades{
  padding-left: 20px;
  color: rgb(3, 54, 38);
}
#Title{
  padding:30px ;
  margin-top: 20px;
  margin-left: 9px;


}
/* Ventanas de Actividades */
#InfArtice1 {
  position: fixed;
  inset: 0;
  z-index:1200;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

/* Contenedor del contenido del modal */
#contenido {
  width: 60%;
  background: rgb(248, 235, 211);
  height: 100%;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 1s ease;
  overflow: hidden; 
}

/* Activo */
#InfArtice1.activo {
  opacity: 1;
  pointer-events: auto;
}
#InfArtice1.activo #contenido {
  transform: translateX(0);
}

/* Scroll interno dentro de una sección independiente */
.scroll-area {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 20px;
}


.mapa {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 20px 20px;
}

.mapa iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  margin-block-end: 50px;
}

body.modal-abierto {
  overflow: hidden;
}

.container-ubicación{
  width: 95%;
  margin-block-end: 50px;
}
.text-Ubcación{
  padding-left: 22px;
  padding-top: 10px;
  padding-block-end: 10px;
}

/* Header tipo barra de sistema */
.Info-header {
  background: #ffd900; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px; 
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: default;
  border-bottom: 1px solid #ccc; 
}
.Info-header span{
  margin-left: 30px;
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
}
/*Ventana 1*/

    .Carrusel-Imagenes {
      position: relative;
      width: 95%;
      margin: 10px;
      height: 300px;
      margin-left: 20px;
      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;
      transition: transform 0.5s ease-in-out;
      width: 100%;
      height: 100%;
    }

    .Img-slide {
      min-width: 100%;
      height: 100%;
    }

     #imagen1{
      background: url(Imagenes_proyecto2/Heliconias1_sitio.jpg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen2{
      background: url(Imagenes_proyecto2/Heliconias4.jpg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen3{
      background: url(Imagenes_proyecto2/Heliconias3.jpg);
      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;
    }
 
.icono1{
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  
}

/* Botón de cierre */
#closeVen1 {
  font-size: 20px;
  cursor: pointer;
  padding: 4px 8px;
}

.closeVen1:hover {
  background: black;
  color: white;
  border-radius: 4px;
}

/* Contenido de la ventana */
#contenido p{
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0; 
  padding: 12px; 
  flex: 1; 
  overflow-y: auto; 
}

#Title{
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 
  'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding-left: 12px;
  padding-top: 8px;
}
.contenido-Text{
  flex: 1;              
  overflow-y: auto; 
   box-shadow: 0px 0px 4px 4px rgba(199, 199, 199, 0.3);
  margin-block: 20px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 8px;

}
.contenido-Text h4{
  padding: 10px;
}
/* --- COMENTARIOS --- */
.comentarios {
  position: absolute;
  z-index: 1060;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 10%;
  background-color: #fff;
}

.Iconos-social-users {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.Titulos-funciones {
  display: flex;
  margin-left: 38.1%;
  position: absolute;
  overflow: hidden;
  padding-top: 6px;
  gap: 68px;
}
.comentarios i {
  padding-top: 14px;
  font-size: 24px;
  color: #0d2a38;
}

html, body {
  height: 100%;
  margin: 0;
}

/* --- Ventana de comentarios modal --- */
.socialComentarios, .socialComentarios2, 
.socialComentarios3,.socialComentarios4,
.socialComentarios5,.socialComentarios6,
.socialComentarios7,.socialComentarios8 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-color: #ffffff;
  z-index: 1200;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  box-shadow: 0 -4px 15px rgba(0,0,0,0.2);
  transform: translateY(108%);
  transition: transform 0.6s ease;
  display: flex;
  flex-direction: column;
}

.socialComentarios.show {
  transform: translateY(0);
}
.socialComentarios2.show {
  transform: translateY(0);
}
.socialComentarios3.show {
  transform: translateY(0);
}
.socialComentarios4.show {
  transform: translateY(0);
}
.socialComentarios5.show {
  transform: translateY(0);
}
.socialComentarios6.show {
  transform: translateY(0);
}
.socialComentarios7.show {
  transform: translateY(0);
}
.socialComentarios8.show {
  transform: translateY(0);
}
.Header-comentarios,.Header-comentarios2,
.Header-comentarios3,.Header-comentarios4,
.Header-comentarios5,.Header-comentarios6,
.Header-comentarios7,.Header-comentarios8 {
  text-align: center;
  padding-top: 8px;
  position: relative;
}

.Header-comentarios h3 {
  color: black;
  margin-bottom: 5px;
}
.Header-comentarios2 h3 {
  color: black;
  margin-bottom: 5px;
}
.Header-comentarios3 h3 {
  color: black;
  margin-bottom: 5px;
}
.Header-comentarios4 h3 {
  color: black;
  margin-bottom: 5px;
}
.Header-comentarios5 h3 {
  color: black;
  margin-bottom: 5px;
}
.Header-comentarios6 h3 {
  color: black;
  margin-bottom: 5px;
}
.Header-comentarios7 h3 {
  color: black;
  margin-bottom: 5px;
}
.Header-comentarios8 h3 {
  color: black;
  margin-bottom: 5px;
}


.header-line, .header-line2,
.header-line3,.header-line4,
.header-line5,.header-line6,
.header-line7,.header-line8 {
  border-radius: 20px;
  width: 60px;
  height: 5px;
  margin: 8px auto;
  background-color: #afac9c;
}

.CloseComen, .CloseComen2,
.CloseComen3,.CloseComen4,
.CloseComen5,.CloseComen6,
.CloseComen7,.CloseComen8 {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.CloseComen:hover {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 2px 6px;
}
.CloseComen2:hover {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 2px 6px;
}
.CloseComen3:hover {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 2px 6px;
}
.CloseComen4:hover {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 2px 6px;
}
.CloseComen5:hover {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 2px 6px;
}
.CloseComen6:hover {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 2px 6px;
}
.CloseComen7:hover {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 2px 6px;
}
.CloseComen8:hover {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 2px 6px;
}


/* --- Contenedor de comentarios --- */
.Comentarisos, .Comentarisos2, .Comentarisos3,
.Comentarisos4,.Comentarisos5,.Comentarisos6,
.Comentarisos7,.Comentarisos8{
  flex: 1;
  overflow-y: auto;
  padding: 12px;
  background-color: white;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-bottom: 60px; /* deja espacio para el input fijo */
}

/* Scroll personalizado */
.Comentarisos::-webkit-scrollbar {
  width: 6px;
}
.Comentarisos2::-webkit-scrollbar {
  width: 6px;
}
.Comentarisos3::-webkit-scrollbar {
  width: 6px;
}
.Comentarisos4::-webkit-scrollbar {
  width: 6px;
}
.Comentarisos5::-webkit-scrollbar {
  width: 6px;
}
.Comentarisos6::-webkit-scrollbar {
  width: 6px;
}
.Comentarisos7::-webkit-scrollbar {
  width: 6px;
}
.Comentarisos8::-webkit-scrollbar {
  width: 6px;
}
.Comentarisos::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 10px;
}
.Comentarisos2::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 10px;
}
.Comentarisos3::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 10px;
}
.Comentarisos4::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 10px;
}
.Comentarisos5::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 10px;
}
.Comentarisos6::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 10px;
}
.Comentarisos7::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 10px;
}
.Comentarisos8::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 10px;
}


/* --- Sección de input de comentario --- */
.Sección-comentarios, .Sección-comentarios2,
.Sección-comentarios3,.Sección-comentarios4,
.Sección-comentarios5,.Sección-comentarios6,
.Sección-comentarios7,.Sección-comentarios8{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  border-radius: 25px;
  padding: 8px 12px;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

.Sección-comentarios input {
  flex: 1;
  border: none;
  border-radius: 25px;
  padding: 12px 15px;
  background-color: #f1f1f1;
  outline: none;
  font-size: 14px;
}
.Sección-comentarios2 input {
  flex: 1;
  border: none;
  border-radius: 25px;
  padding: 12px 15px;
  background-color: #f1f1f1;
  outline: none;
  font-size: 14px;
}
.Sección-comentarios3 input {
  flex: 1;
  border: none;
  border-radius: 25px;
  padding: 12px 15px;
  background-color: #f1f1f1;
  outline: none;
  font-size: 14px;
}
.Sección-comentarios4 input {
  flex: 1;
  border: none;
  border-radius: 25px;
  padding: 12px 15px;
  background-color: #f1f1f1;
  outline: none;
  font-size: 14px;
}
.Sección-comentarios5 input {
  flex: 1;
  border: none;
  border-radius: 25px;
  padding: 12px 15px;
  background-color: #f1f1f1;
  outline: none;
  font-size: 14px;
}
.Sección-comentarios6 input {
  flex: 1;
  border: none;
  border-radius: 25px;
  padding: 12px 15px;
  background-color: #f1f1f1;
  outline: none;
  font-size: 14px;
}
.Sección-comentarios7 input {
  flex: 1;
  border: none;
  border-radius: 25px;
  padding: 12px 15px;
  background-color: #f1f1f1;
  outline: none;
  font-size: 14px;
}
.Sección-comentarios8 input {
  flex: 1;
  border: none;
  border-radius: 25px;
  padding: 12px 15px;
  background-color: #f1f1f1;
  outline: none;
  font-size: 14px;
}


.Sección-comentarios button {
  background-color: #037251;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.Sección-comentarios2 button {
  background-color: #037251;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.Sección-comentarios3 button {
  background-color: #037251;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.Sección-comentarios4 button {
  background-color: #037251;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.Sección-comentarios5 button {
  background-color: #037251;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.Sección-comentarios6 button {
  background-color: #037251;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.Sección-comentarios7 button {
  background-color: #037251;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.Sección-comentarios8 button {
  background-color: #037251;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.Sección-comentarios button:hover {
  background-color: #025a40;
}

.Sección-comentarios2 button:hover {
  background-color: #025a40;
}

.Sección-comentarios3 button:hover {
  background-color: #025a40;
}
.Sección-comentarios4 button:hover {
  background-color: #025a40;
}
.Sección-comentarios5 button:hover {
  background-color: #025a40;
}
.Sección-comentarios6 button:hover {
  background-color: #025a40;
}
.Sección-comentarios7 button:hover {
  background-color: #025a40;
}
.Sección-comentarios8 button:hover {
  background-color: #025a40;
}



/* --- Cada comentario --- */
.comentario-item {
  display: flex;
  align-items: flex-start;
  background-color: #f8f8f8;
  padding: 10px;
  margin-bottom: 8px;
  border-radius: 10px;
}

.comentario-item img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
}

.comentario-contenido {
  flex: 1;
}

.comentario-contenido h4 {
  margin: 0;
  font-size: 14px;
  color: #037251;
}

.comentario-contenido small {
  color: #888;
  font-size: 12px;
}

.comentario-contenido p {
  margin-top: 5px;
  font-size: 14px;
}
.menu-btn.show{
 display: none;
}
/* === SECCIÓN DE RESEÑAS === */
.SocialReseña,.SocialReseña2,.SocialReseña3,
.SocialReseña4,.SocialReseña5,.SocialReseña6,
.SocialReseña7,.SocialReseña8 {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #ffffff, #f3f9f7);
  z-index: 1201;
  transform: translateY(108%);
  box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s ease;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.SocialReseña.show {
  transform: translateY(0);
}
.SocialReseña2.show {
  transform: translateY(0);
}
.SocialReseña3.show {
  transform: translateY(0);
}
.SocialReseña4.show {
  transform: translateY(0);
}
.SocialReseña5.show {
  transform: translateY(0);
}
.SocialReseña6.show {
  transform: translateY(0);
}
.SocialReseña7.show {
  transform: translateY(0);
}
.SocialReseña8.show {
  transform: translateY(0);
}


.Header-reseña,.Header-reseña2,.Header-reseña3,
.Header-reseña4,.Header-reseña5,.Header-reseña6,
.Header-reseña7,.Header-reseña8{
  position: relative;
  padding: 15px 10px 5px;
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.Header-reseña h3 {
  margin: 0;
  font-size: 1.4em;
  letter-spacing: 0.5px;
  padding: 0px 5px 4px;
}
.Header-reseña2 h3 {
  margin: 0;
  font-size: 1.4em;
  letter-spacing: 0.5px;
  padding: 0px 5px 4px;
}
.Header-reseña3 h3 {
  margin: 0;
  font-size: 1.4em;
  letter-spacing: 0.5px;
  padding: 0px 5px 4px;
}
.Header-reseña4 h3 {
  margin: 0;
  font-size: 1.4em;
  letter-spacing: 0.5px;
  padding: 0px 5px 4px;
}
.Header-reseña5 h3 {
  margin: 0;
  font-size: 1.4em;
  letter-spacing: 0.5px;
  padding: 0px 5px 4px;
}
.Header-reseña6 h3 {
  margin: 0;
  font-size: 1.4em;
  letter-spacing: 0.5px;
  padding: 0px 5px 4px;
}
.Header-reseña7 h3 {
  margin: 0;
  font-size: 1.4em;
  letter-spacing: 0.5px;
  padding: 0px 5px 4px;
}
.Header-reseña8 h3 {
  margin: 0;
  font-size: 1.4em;
  letter-spacing: 0.5px;
  padding: 0px 5px 4px;
}

#closeReseña, #closeReseña2, #closeReseña3,
#closeReseña4,#closeReseña5,#closeReseña6,
#closeReseña7,#closeReseña8  {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #000000;
  transition: transform 0.2s ease;
}
#closeReseña:hover {
  transform: scale(1.2);
}
#closeReseña2:hover {
  transform: scale(1.2);
}
#closeReseña3:hover {
  transform: scale(1.2);
}
#closeReseña4:hover {
  transform: scale(1.2);
}
#closeReseña5:hover {
  transform: scale(1.2);
}
#closeReseña6:hover {
  transform: scale(1.2);
}
#closeReseña7:hover {
  transform: scale(1.2);
}
#closeReseña8:hover {
  transform: scale(1.2);
}
.contenedor-reseñas,.contenedor-reseñas2, 
.contenedor-reseñas3,.contenedor-reseñas4,
.contenedor-reseñas5,.contenedor-reseñas6,
.contenedor-reseñas7,.contenedor-reseñas8 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 15px;
  height: 100%;
  overflow-y: auto;
}

/* === COLUMNA IZQUIERDA: ESCRIBIR === */
.Sección-reseñas,.Sección-reseñas2,
.Sección-reseñas3, .Sección-reseñas4,
.Sección-reseñas5,.Sección-reseñas6,
.Sección-reseñas7,.Sección-reseñas8  {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}
.Sección-reseñas:hover {
  transform: translateY(-3px);
}
.Sección-reseñas2:hover {
  transform: translateY(-3px);
}
.Sección-reseñas3:hover {
  transform: translateY(-3px);
}
.Sección-reseñas4:hover {
  transform: translateY(-3px);
}
.Sección-reseñas5:hover {
  transform: translateY(-3px);
}
.Sección-reseñas6:hover {
  transform: translateY(-3px);
}
.Sección-reseñas8:hover {
  transform: translateY(-3px);
}
.Sección-reseñas h4 {
  margin-bottom: 10px;
  color: #007a5c;
}
.Sección-reseñas2 h4 {
  margin-bottom: 10px;
  color: #007a5c;
}
.Sección-reseñas3 h4 {
  margin-bottom: 10px;
  color: #007a5c;
}
.Sección-reseñas4 h4 {
  margin-bottom: 10px;
  color: #007a5c;
}
.Sección-reseñas5 h4 {
  margin-bottom: 10px;
  color: #007a5c;
}
.Sección-reseñas6 h4 {
  margin-bottom: 10px;
  color: #007a5c;
}
.Sección-reseñas7 h4 {
  margin-bottom: 10px;
  color: #007a5c;
}
.Sección-reseñas8 h4 {
  margin-bottom: 10px;
  color: #007a5c;
}
.Estrellas i {
  color: #e7e6e4;
  font-size: 22px;
  margin-right: 4px;
  cursor: pointer;
  transition: transform 0.2s ease;
  background-color: transparent;
}
.Estrellas2 i {
  color: #e7e6e4;
  font-size: 22px;
  margin-right: 4px;
  cursor: pointer;
  transition: transform 0.2s ease;
   background-color: transparent;
}
.Estrellas3 i {
  color: #e7e6e4;
  font-size: 22px;
  margin-right: 4px;
  cursor: pointer;
  transition: transform 0.2s ease;
   background-color: transparent;
}
.Estrellas4 i {
  color: #e7e6e4;
  font-size: 22px;
  margin-right: 4px;
  cursor: pointer;
  transition: transform 0.2s ease;
   background-color: transparent;
}
.Estrellas5 i {
  color: #e7e6e4;
  font-size: 22px;
  margin-right: 4px;
  cursor: pointer;
  transition: transform 0.2s ease;
   background-color: transparent;
}
.Estrellas6 i {
  color: #e7e6e4;
  font-size: 22px;
  margin-right: 4px;
  cursor: pointer;
  transition: transform 0.2s ease;
   background-color: transparent;
}
.Estrellas7 i {
  color: #e7e6e4;
  font-size: 22px;
  margin-right: 4px;
  cursor: pointer;
  transition: transform 0.2s ease;
   background-color: transparent;
}
.Estrellas8 i {
  color: #e7e6e4;
  font-size: 22px;
  margin-right: 4px;
  cursor: pointer;
  transition: transform 0.2s ease;
   background-color: transparent;
}
.Estrellas i:hover {
  transform: scale(1.2);
}
.Estrellas2 i:hover {
  transform: scale(1.2);
}
.Estrellas3 i:hover {
  transform: scale(1.2);
}
.Estrellas4 i:hover {
  transform: scale(1.2);
}
.Estrellas5 i:hover {
  transform: scale(1.2);
}
.Estrellas6 i:hover {
  transform: scale(1.2);
}
.Estrellas7 i:hover {
  transform: scale(1.2);
}
.Estrellas8 i:hover {
  transform: scale(1.2);
}


.Sección-reseñas input {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  font-size: 0.95em;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.Sección-reseñas2 input {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  font-size: 0.95em;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.Sección-reseñas3 input {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  font-size: 0.95em;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.Sección-reseñas4 input {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  font-size: 0.95em;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.Sección-reseñas5 input {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  font-size: 0.95em;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.Sección-reseñas6 input {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  font-size: 0.95em;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.Sección-reseñas7 input {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  font-size: 0.95em;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.Sección-reseñas8 input {
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  font-size: 0.95em;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#boxreseña{
  height: 200px;
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: "Poppins",'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#boxreseña2{
  height: 200px;
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: "Poppins",'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#boxreseña3{
  height: 200px;
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: "Poppins",'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#boxreseña4, #boxreseña5, 
#boxreseña6, #boxreseña7,
#boxreseña7, #boxreseña8{
  height: 200px;
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  font-family: "Poppins",'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.Sección-reseñas input:focus {
  border-color: #acc9ff;
  box-shadow: 0 0 8px rgba(0, 122, 92, 0.2);
}
.Sección-reseñas2 input:focus {
  border-color: #acc9ff;
  box-shadow: 0 0 8px rgba(0, 122, 92, 0.2);
}
.Sección-reseñas3 input:focus {
  border-color: #acc9ff;
  box-shadow: 0 0 8px rgba(0, 122, 92, 0.2);
}
.Sección-reseñas4 input:focus {
  border-color: #acc9ff;
  box-shadow: 0 0 8px rgba(0, 122, 92, 0.2);
}
.Sección-reseñas5 input:focus {
  border-color: #acc9ff;
  box-shadow: 0 0 8px rgba(0, 122, 92, 0.2);
}
.Sección-reseñas6 input:focus {
  border-color: #acc9ff;
  box-shadow: 0 0 8px rgba(0, 122, 92, 0.2);
}
.Sección-reseñas7 input:focus {
  border-color: #acc9ff;
  box-shadow: 0 0 8px rgba(0, 122, 92, 0.2);
}
.Sección-reseñas8 input:focus {
  border-color: #acc9ff;
  box-shadow: 0 0 8px rgba(0, 122, 92, 0.2);
}
.Sección-reseñas button {
  width: 100%;
  padding: 10px;
  background-color: #007a5c;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.Sección-reseñas2 button {
  width: 100%;
  padding: 10px;
  background-color: #007a5c;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.Sección-reseñas3 button {
  width: 100%;
  padding: 10px;
  background-color: #007a5c;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.Sección-reseñas4 button {
  width: 100%;
  padding: 10px;
  background-color: #007a5c;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.Sección-reseñas5 button {
  width: 100%;
  padding: 10px;
  background-color: #007a5c;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.Sección-reseñas6 button {
  width: 100%;
  padding: 10px;
  background-color: #007a5c;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.Sección-reseñas7 button {
  width: 100%;
  padding: 10px;
  background-color: #007a5c;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.Sección-reseñas8 button {
  width: 100%;
  padding: 10px;
  background-color: #007a5c;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.Sección-reseñas button:hover {
  background-color: #009f75;
  transform: translateY(-2px);
}
.Sección-reseñas2 button:hover {
  background-color: #009f75;
  transform: translateY(-2px);
}
.Sección-reseñas3 button:hover {
  background-color: #009f75;
  transform: translateY(-2px);
}
.Sección-reseñas4 button:hover {
  background-color: #009f75;
  transform: translateY(-2px);
}
.Sección-reseñas5 button:hover {
  background-color: #009f75;
  transform: translateY(-2px);
}
.Sección-reseñas6 button:hover {
  background-color: #009f75;
  transform: translateY(-2px);
}
.Sección-reseñas7 button:hover {
  background-color: #009f75;
  transform: translateY(-2px);
}
.Sección-reseñas8 button:hover {
  background-color: #009f75;
  transform: translateY(-2px);
}
/* === COLUMNA DERECHA: LISTA DE RESEÑAS === */
.Reseñas,.Reseñas2,.Reseñas3,.Reseñas4,
.Reseñas5,.Reseñas6,.Reseñas7,.Reseñas8 {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 20px;
  overflow-y: auto;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.Reseñas h3 {
  text-align: center;
  color: #007a5c;
  margin-bottom: 10px;
}
.Reseñas2 h3 {
  text-align: center;
  color: #007a5c;
  margin-bottom: 10px;
}
.Reseñas3 h3 {
  text-align: center;
  color: #007a5c;
  margin-bottom: 10px;
}
.Reseñas4 h3 {
  text-align: center;
  color: #007a5c;
  margin-bottom: 10px;
}
.Reseñas5 h3 {
  text-align: center;
  color: #007a5c;
  margin-bottom: 10px;
}
.Reseñas6 h3 {
  text-align: center;
  color: #007a5c;
  margin-bottom: 10px;
}
.Reseñas7 h3 {
  text-align: center;
  color: #007a5c;
  margin-bottom: 10px;
}
.Reseñas8 h3 {
  text-align: center;
  color: #007a5c;
  margin-bottom: 10px;
}
/* Tarjeta individual de reseña  */
.card-reseña {
  background-color: #f9fdfb;
  border: 1px solid #e3ece9;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.card-reseña:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.card-reseña h5 {
  margin: 0 0 5px;
  font-size: 1em;
  color: #333;
}
.card-reseña p {
  font-size: 0.9em;
  color: #555;
}
.card-reseña .stars {
  color: #ffc107;
  font-size: 20px;
}


/*Ventana 2*/
#InfArtice2 {
  position: fixed;
  inset: 0;
  z-index:1200;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

/* Contenedor del contenido del modal */
#contenido2 {
  width: 60%;
  background: rgb(248, 235, 211);
  height: 100%;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 1s ease;
  overflow: hidden; 
}

/* Activo */
#InfArtice2.activo {
  opacity: 1;
  pointer-events: auto;
}
#InfArtice2.activo #contenido2 {
  transform: translateX(0);
}

/* Scroll interno dentro de una sección independiente */
.scroll-area2 {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 20px;
}


.mapa {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 20px 20px 20px;
}

.mapa iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

body.modal-abierto {
  overflow: hidden;
}

.container-ubicación{
  width: 95%;
}
.text-Ubcación{
  padding-left: 22px;
  padding-top: 10px;
  padding-block-end: 10px;
}

/* Header tipo barra de sistema */
.Info-header2 {
  background: #ffd900; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px; 
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: default;
  border-bottom: 1px solid #ccc; 
}
#Title2{
  padding:30px ;
  margin-top: 20px;
  margin-left: 9px;

}
.Info-header2 span{
  margin-left: 30px;
  font-family:'Inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
}

    .Carrusel-Imagenes2 {
      position: relative;
      width: 60%;
      margin: 10px;
      height: 260px;
      margin-left: 19.6%;
      border-radius: 8px;
      overflow: hidden;
    }

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

    /* Slides en fila */
    .slidesImg2 {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%;
      height: 100%;
    }

    .Img-slide2 {
      min-width: 100%;
      height: 100%;
    }

     #imagenV1{
      background: url(Imagenes_Proyecto/Bristro_Cafe_Local.jpg);
      background-size: cover;
      background-position: center;
      
    }
    #imagenV2{
      background: url(Imagenes_Proyecto/Bistro_Cafe_2.jpg);
      background-size: cover;
      background-position: center;
      
    }
    #imagenV3{
      background: url(Imagenes_Proyecto/CaféPecado.png);
      background-size: cover;
      background-position: center;
      
    }

    /* Botones */
    .previo2, .siguiente2 {
      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;
    }
    .previo2 { left: 10px; }
    .siguiente2 { right: 10px; }

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

/* Botón de cierre */
#closeVen2 {
  font-size: 20px;
  cursor: pointer;
  padding: 4px 8px;
}

.closeVen2:hover {
  background: black;
  color: white;
  border-radius: 4px;
}

/* Contenido de la ventana */
#contenido2 p{
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0; 
  padding: 12px; 
  flex: 1; 
  overflow-y: auto; 
}

#Title2{
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 
  'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding-left: 12px;
  padding-top: 8px;
}
.contenido-Text2{
  box-shadow: 0px 0px 4px 4px rgba(199, 199, 199, 0.3);
  margin-block: 20px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 8px;

}
.contenido-Text2 h4{
  padding: 10px;

}
.icono2{
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  
}

/*Ventana 3*/
#InfArtice3 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#contenido3 {
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

#InfArtice3.activo {
  opacity: 1;
  pointer-events: auto;
}

#InfArtice3.activo #contenido3 {
  transform: translateX(0);
}

#InfArtice3 {
  position: fixed;
  z-index:1200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.50);
  opacity: 0;
  pointer-events: none; /* evita clics cuando está oculto */
  transition: opacity 0.49s ease; /* transición de fondo */
}

/* Contenedor de la ventana */
#contenido3 {
  width: 60%;
 background: rgb(248, 235, 211);
  height: 100%;
  overflow: hidden; 
  display: flex;
  flex-direction: column; 
  transform: translateX(-100%); /* empieza oculto a la izquierda */
  transition: transform 1.10s ease; /* animación suave al deslizar */
}

/* Cuando se activa la ventana */
#InfArtice3.activo {
  opacity: 1;
  pointer-events: auto;
}

#InfArtice3.activo #contenido3 {
  transform: translateX(0); /* se desliza a la vista */
}

/* Header tipo barra de sistema */
.Info-header3 {
  background: #FFD700; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px; 
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: default;
  border-bottom: 1px solid #ccc; 
}
.Info-header3 span{
  margin-left: 30px;
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
}

    .Carrusel-Imagenes3 {
      position: relative;
      width: 60%;
      margin: 10px;
      height: 260px;
      margin-left: 19.6%;
      border-radius: 8px;
      overflow: hidden;
    }

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

    /* Slides en fila */
    .slidesImg3 {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%;
      height: 100%;
    }

    .Img-slide3 {
      min-width: 100%;
      height: 100%;
    }

     #imagen3V1{
      background: url(Imagenes_Proyecto/Estadio_Municial2.jpg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen3V2{
      background: url(Imagenes_Proyecto/Estadio.jpeg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen3V3{
      background: url(Imagenes_Proyecto/Estadio2.jpg);
      background-size: cover;
      background-position: center;
      
    }

    /* Botones */
    .previo3, .siguiente3 {
      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;
    }
    .previo3 { left: 10px; }
    .siguiente3 { right: 10px; }

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

/* Botón de cierre */
#closeVen3 {
  font-size: 20px;
  cursor: pointer;
  padding: 4px 8px;
}

.closeVen3:hover {
  background: black;
  color: white;
  border-radius: 4px;
}

/* Contenido de la ventana */
#contenido3 p{
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0; 
  padding: 12px; 
  flex: 1; 
  overflow-y: auto; 
}

#Title3{
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 
  'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding-left: 12px;
  padding-top: 8px;
}
.contenido-Text3{
  box-shadow: 0px 0px 4px 4px rgba(199, 199, 199, 0.3);
  margin-block: 20px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 8px;

}
.contenido-Text3 h4{
  padding: 10px;

}
.icono3{
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  
}


/*Ventana 4*/
#InfArtice4 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#contenido4 {
  transform: translateX(-100%);
  transition: transform 0.9s ease;
}

#InfArtice4.activo {
  opacity: 1;
  pointer-events: auto;
}

#InfArtice4.activo #contenido4 {
  transform: translateX(0);
}

#InfArtice4 {
  position: fixed;
  z-index:1200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.50);
  opacity: 0;
  pointer-events: none; /* evita clics cuando está oculto */
  transition: opacity 0.49s ease; /* transición de fondo */
}

/* Contenedor de la ventana */
#contenido4 {
  width: 60%;
  background: rgb(248, 235, 211);
  height: 100%;
  overflow: hidden; 
  display: flex;
  flex-direction: column; 
  transform: translateX(-100%); /* empieza oculto a la izquierda */
  transition: transform 1.10s ease; /* animación suave al deslizar */
}

/* Cuando se activa la ventana */
#InfArtice4.activo {
  opacity: 1;
  pointer-events: auto;
}

#InfArtice4.activo #contenido4 {
  transform: translateX(0); /* se desliza a la vista */
}

/* Header tipo barra de sistema */
.Info-header4 {
  background: #FFD700; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px; 
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: default;
  border-bottom: 1px solid #ccc; 
}
.Info-header4 span{
  margin-left: 30px;
  font-family:'Inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
}

    .Carrusel-Imagenes4 {
      position: relative;
      width: 60%;
      margin: 10px;
      height: 260px;
      margin-left: 19.6%;
      border-radius: 8px;
      overflow: hidden;
    }

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

    /* Slides en fila */
    .slidesImg4 {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%;
      height: 100%;
    }

    .Img-slide4 {
      min-width: 100%;
      height: 100%;
    }

     #imagen4V1{
      background: url(Imagenes_proyecto2/Casa_La_Hacienda_1.jpg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen4V2{
      background: url(Imagenes_proyecto2/Casa_La_Hacienda_2.jpg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen4V3{
      background: url(Imagenes_proyecto2/Casa_La_Hacienda_3.jpg);
      background-size: cover;
      background-position: center;
      
    }

    /* Botones */
    .previo4, .siguiente4 {
      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;
    }
    .previo4 { left: 10px; }
    .siguiente4 { right: 10px; }

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

/* Botón de cierre */
#closeVen4 {
  font-size: 20px;
  cursor: pointer;
  padding: 4px 8px;
}

.closeVen4:hover {
  background: black;
  color: white;
  border-radius: 4px;
}

/* Contenido de la ventana */
#contenido4 p{
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0; 
  padding: 12px; 
  flex: 1; 
  overflow-y: auto; 
}

#Title4{
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 
  'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding-left: 12px;
  padding-top: 8px;
}
.contenido-Text4{
  box-shadow: 0px 0px 4px 4px rgba(199, 199, 199, 0.3);
  margin-block: 20px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 8px;

}
.contenido-Text4 h4{
  padding: 10px;

}
.icono4{
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  
}

/*Ventana 5*/
#InfArtice5 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#contenido5 {
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

#InfArtice5.activo {
  opacity: 1;
  pointer-events: auto;
}

#InfArtice5.activo #contenido {
  transform: translateX(0);
}

#InfArtice5 {
  position: fixed;
  z-index:1200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.50);
  opacity: 0;
  pointer-events: none; /* evita clics cuando está oculto */
  transition: opacity 0.49s ease; /* transición de fondo */
}

/* Contenedor de la ventana */
#contenido5 {
  width: 60%;
  background: rgb(248, 235, 211);
  height: 100%;
  overflow: hidden; 
  display: flex;
  flex-direction: column; 
  transform: translateX(-100%); /* empieza oculto a la izquierda */
  transition: transform 1.10s ease; /* animación suave al deslizar */
}

/* Cuando se activa la ventana */
#InfArtice5.activo {
  opacity: 1;
  pointer-events: auto;
}

#InfArtice5.activo #contenido5 {
  transform: translateX(0); /* se desliza a la vista */
}

/* Header tipo barra de sistema */
.Info-header5 {
  background: #FFD700; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px; 
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: default;
  border-bottom: 1px solid #ccc; 
}
.Info-header5 span{
  margin-left: 30px;
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
}

    .Carrusel-Imagenes5 {
      position: relative;
      width: 60%;
      margin: 10px;
      height: 260px;
      margin-left: 19.6%;
      border-radius: 8px;
      overflow: hidden;
    }

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

    /* Slides en fila */
    .slidesImg5 {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%;
      height: 100%;
    }

    .Img-slide5 {
      min-width: 100%;
      height: 100%;
    }

     #imagen1V5{
      background: url(Imagenes_proyecto2/Tiestos.jpg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen2V5{
      background: url(Imagenes_proyecto2/Tiestos_2.jpg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen3V5{
      background: url(Imagenes_proyecto2/Tiestos3.jpg);
      background-size: cover;
      background-position: center;
      
    }

    /* Botones */
    .previo5, .siguiente5 {
      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;
    }
    .previo5 { left: 10px; }
    .siguiente5 { right: 10px; }

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

/* Botón de cierre */
#closeVen5 {
  font-size: 20px;
  cursor: pointer;
  padding: 4px 8px;
}

.closeVen5:hover {
  background: black;
  color: white;
  border-radius: 4px;
}

/* Contenido de la ventana */
#contenido5 p{
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0; 
  padding: 12px; 
  flex: 1; 
  overflow-y: auto; 
}

#Title5{
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 
  'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding-left: 12px;
  padding-top: 8px;
}
.contenido-Text5{
  box-shadow: 0px 0px 4px 4px rgba(199, 199, 199, 0.3);
  margin-block: 20px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 8px;

}
.contenido-Text5 h4{
  padding: 10px;

}
.icono5{
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  
}

/*Ventana 6*/
#InfArtice6 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#contenido6 {
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

#InfArtice6.activo {
  opacity: 1;
  pointer-events: auto;
}

#InfArtice6.activo #contenido6 {
  transform: translateX(0);
}

#InfArtice6 {
  position: fixed;
  z-index:1200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.50);
  opacity: 0;
  pointer-events: none; /* evita clics cuando está oculto */
  transition: opacity 0.49s ease; /* transición de fondo */
}

/* Contenedor de la ventana */
#contenido6 {
  width: 60%;
  background: rgb(248, 235, 211);
  height: 100%;
  overflow: hidden; 
  display: flex;
  flex-direction: column; 
  transform: translateX(-100%); /* empieza oculto a la izquierda */
  transition: transform 1.10s ease; /* animación suave al deslizar */
}

/* Cuando se activa la ventana */
#InfArtice6.activo {
  opacity: 1;
  pointer-events: auto;
}

#InfArtice6.activo #contenido6 {
  transform: translateX(0); /* se desliza a la vista */
}
/* Header tipo barra de sistema */
.Info-header6 {
  background: #FFD700; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px; 
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: default;
  border-bottom: 1px solid #ccc; 
}
.Info-header6 span{
  margin-left: 30px;
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
}

    .Carrusel-Imagenes6 {
      position: relative;
      width: 60%;
      margin: 10px;
      height: 260px;
      margin-left: 19.6%;
      border-radius: 8px;
      overflow: hidden;
    }

  
    .Carrusel-Imagenes6 img {
      width: 100%;
      height: 260px;
      border-radius: 8px;
    }

    /* Slides en fila */
    .slidesImg6 {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%;
      height: 100%;
    }

    .Img-slide6 {
      min-width: 100%;
      height: 100%;
    }

     #imagen1V6{
      background: url(Imagenes_proyecto2/El_Volado.jpg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen2V6{
      background: url(Imagenes_proyecto2/El_volado_2.jpg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen3V6{
      background: url(Imagenes_proyecto2/El_Volado_3.jpg);
      background-size: cover;
      background-position: center;
      
    }

    /* Botones */
    .previo6, .siguiente6 {
      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;
    }
    .previo6 { left: 10px; }
    .siguiente6 { right: 10px; }

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

/* Botón de cierre */
#closeVen6 {
  font-size: 20px;
  cursor: pointer;
  padding: 4px 8px;
}

.closeVen6:hover {
  background: black;
  color: white;
  border-radius: 4px;
}

/* Contenido de la ventana */
#contenido6 p{
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0; 
  padding: 12px; 
  flex: 1; 
  overflow-y: auto; 
}

#Title6{
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 
  'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding-left: 12px;
  padding-top: 8px;
}
.contenido-Text6{
   box-shadow: 0px 0px 4px 4px rgba(199, 199, 199, 0.3);
  margin-block: 20px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 8px;

}
.contenido-Text6 h4{
  padding: 10px;

}
.icono6{
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  
}

/*Ventana 7*/
#InfArtice7 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#contenido7 {
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

#InfArtice7.activo {
  opacity: 1;
  pointer-events: auto;
}

#InfArtice7.activo #contenido {
  transform: translateX(0);
}

#InfArtice7 {
  position: fixed;
  z-index:1200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.50);
  opacity: 0;
  pointer-events: none; 
  transition: opacity 0.49s ease; 
}

/* Contenedor de la ventana */
#contenido7 {
  width: 60%;
  background: rgb(248, 235, 211);
  height: 100%;
  overflow: hidden; 
  display: flex;
  flex-direction: column; 
  transform: translateX(-100%); 
  transition: transform 1.10s ease; 
}

#InfArtice7.activo {
  opacity: 1;
  pointer-events: auto;
}

#InfArtice7.activo #contenido7 {
  transform: translateX(0); /* se desliza a la vista */
}

/* Header tipo barra de sistema */
.Info-header7 {
  background: #FFD700; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px; 
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: default;
  border-bottom: 1px solid #ccc; 
}
.Info-header7 span{
  margin-left: 30px;
  font-family:'Inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
}

    .Carrusel-Imagenes7 {
      position: relative;
      width: 60%;
      margin: 10px;
      height: 260px;
      margin-left: 19.6%;
      border-radius: 8px;
      overflow: hidden;
    }

  
    .Carrusel-Imagenes7 img {
      width: 100%;
      height: 260px;
      border-radius: 8px;
    }

    /* Slides en fila */
    .slidesImg7 {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%;
      height: 100%;
    }

    .Img-slide7 {
      min-width: 100%;
      height: 100%;
    }

     #imagen1V7{
      background: url(Imagenes_proyecto2/Centro_Parque.jpg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen2V7{
      background: url(Imagenes_proyecto2/Parque_Ilobasco.png);
      background-size: cover;
      background-position: center;
      
    }
    #imagen3V7{
      background: url(Imagenes_Proyecto/Ilobasco-Entrada2.jpeg);
      background-size: cover;
      background-position: center;
      
    }

    /* Botones */
    .previo7, .siguiente7 {
      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;
    }
    .previo7 { left: 10px; }
    .siguiente7 { right: 10px; }

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

/* Botón de cierre */
#closeVen7 {
  font-size: 20px;
  cursor: pointer;
  padding: 4px 8px;
}

.closeVen7:hover {
  background: black;
  color: white;
  border-radius: 4px;
}

/* Contenido de la ventana */
#contenido7 p{
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0; 
  padding: 12px; 
  flex: 1; 
  overflow-y: auto; 
}

#Title7{
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 
  'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding-left: 12px;
  padding-top: 8px;
}
.contenido-Text7{
  box-shadow: 0px 0px 4px 4px rgba(199, 199, 199, 0.3);
  margin-block: 20px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 8px;

}
.contenido-Text7 h4{
  padding: 10px;

}
.icono7{
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  
}

/*Ventana 8*/
#InfArtice8 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#contenido8 {
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

#InfArtice8.activo {
  opacity: 1;
  pointer-events: auto;
}

#InfArtice8.activo #contenido8 {
  transform: translateX(0);
}

#InfArtice8 {
  position: fixed;
  z-index:1200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.50);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.49s ease; 
}

/* Contenedor de la ventana */
#contenido8 {
  width: 60%;
  background: rgb(248, 235, 211);
  height: 100%;
  overflow: hidden; 
  display: flex;
  flex-direction: column; 
  transform: translateX(-100%);
  transition: transform 1.10s ease; 
}

/* Cuando se activa la ventana */
#InfArtice8.activo {
  opacity: 1;
  pointer-events: auto;
}

#InfArtice8.activo #contenido8 {
  transform: translateX(0); 
}

/* Header tipo barra de sistema */
.Info-header8 {
  background: #FFD700; 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px; 
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: default;
  border-bottom: 1px solid #ccc; 
}
.Info-header8 span{
  margin-left: 30px;
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
}

    .Carrusel-Imagenes8 {
      position: relative;
      width: 60%;
      margin: 10px;
      height: 260px;
      margin-left: 19.6%;
      border-radius: 8px;
      overflow: hidden;
    }

   
    .Carrusel-Imagenes8 img {
      width: 100%;
      height: 260px;
      border-radius: 8px;
    }

    /* Slides en fila */
    .slidesImg8 {
      display: flex;
      transition: transform 0.5s ease-in-out;
      width: 100%;
      height: 100%;
    }

    .Img-slide8 {
      min-width: 100%;
      height: 100%;
    }

     #imagen1V8{
      background: url(Imagenes_proyecto2/JoseMar1.jpg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen2V8{
      background: url(Imagenes_proyecto2/JoseMar2.jpg);
      background-size: cover;
      background-position: center;
      
    }
    #imagen3V8{
      background: url(Imagenes_proyecto2/JoseMar3.jpg);
      background-size: cover;
      background-position: center;
      
    }

    /* Botones */
    .previo8, .siguiente8 {
      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;
    }
    .previo8 { left: 10px; }
    .siguiente8 { right: 10px; }

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

/* Botón de cierre */
#closeVen8 {
  font-size: 20px;
  cursor: pointer;
  padding: 4px 8px;
}

.closeVen8:hover {
  background: black;
  color: white;
  border-radius: 4px;
}

/* Contenido de la ventana */
#contenido8 p{
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0; 
  padding: 12px; 
  flex: 1; 
  overflow-y: auto; 
}

#Title8{
  font-family:'Inter','Lucida Sans', 'Lucida Sans Regular', 
  'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding-left: 12px;
  padding-top: 8px;
}
.contenido-Text8{
   box-shadow: 0px 0px 4px 4px rgba(199, 199, 199, 0.3);
  margin-block: 20px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 8px;

}
.contenido-Text8 h4{
  padding: 10px;

}
.icono8{
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  
}

/* Botones*/
.btnNew2{
  position: absolute;
  background: #FFD700; 
  border: none;
  padding: 10px 30px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50px; 
  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);
}
.Positionbtn2{
  margin-top: 90px;
  margin-left: 74px;
  
  height: 95%;
}
.Imagen_contenedor{
  position: relative;
}
.Megusta-btn{
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 30px;
  color: #ffffff;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#Megusta3{
  background-color: transparent;
}
#Megusta4{
  background-color: transparent;
}
#Megusta5{
  background-color: transparent;
}
#Megusta6{
  background-color: transparent;
}
#Megusta7{
  background-color: transparent;
}
#Megusta8{
  background-color: transparent;
}
.Megusta-btn:hover{
   
   transform: scale(1.05);
   
}

.calificación1{
  position: absolute;
  margin-top: 19px;
  padding-block: 10px;
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#Estrellas-Megusta1{
  display: flex;
  font-family:'Inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.calificación1 p{
  font-size: 15px;
  padding: 2px;

}
.rating1 {
  display: inline-block;
  font-size: 18px;
  color: #b4b3b3; /* Color de las estrellas vacías */
}

.rating1 i {
  cursor: pointer;
  transition: color 0.3s ease;
}

.rating1 i:hover,
.rating1 i.active {
  color: #ffc107; /* Color de las estrellas activas */
}


/*Activida 2*/

.calificación2{
  position: absolute;
  margin-top: 19px;
  padding-block: 10px;
  font-family:'Inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#Estrellas-Megusta2{
  display: flex;
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.calificación2 p{
  font-size: 15px;
  padding: 2px;

}
.rating2 {
  display: inline-block;
  font-size: 18px;
  color: #b4b3b3; /* Color de las estrellas vacías */
}

.rating2 i {
  cursor: pointer;
  transition: color 0.3s ease;
}

.rating2 i:hover,
.rating2 i.active {
  color: #ffc107; /* Color de las estrellas activas */
}

/*Activida 3*/
.calificación3{
  position: absolute;
  margin-top: 19px;
  padding-block: 10px;
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#Estrellas-Megusta3{
  display: flex;
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.calificación3 p{
  font-size: 15px;
  padding: 2px;

}
.rating3 {
  display: inline-block;
  font-size: 18px;
  color: #b4b3b3; /* Color de las estrellas vacías */
}

.rating3 i {
  cursor: pointer;
  transition: color 0.3s ease;
}

.rating3 i:hover,
.rating3 i.active {
  color: #ffc107; /* Color de las estrellas activas */
}


/*Activida 4*/
.calificación4{
  position: absolute;
  margin-top: 19px;
  padding-block: 10px;
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#Estrellas-Megusta4{
  display: flex;
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.calificación4 p{
  font-size: 15px;
  padding: 2px;

}
.rating4 {
  display: inline-block;
  font-size: 18px;
  color: #b4b3b3; /* Color de las estrellas vacías */
}

.rating4 i {
  cursor: pointer;
  transition: color 0.3s ease;
}

.rating4 i:hover,
.rating4 i.active {
  color: #ffc107; /* Color de las estrellas activas */
}




/*Activida 5*/
.calificación5{
  position: absolute;

  margin-top: 19px;
  padding-block: 10px;
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#Estrellas-Megusta5{
  display: flex;
  font-family:'Inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.calificación5 p{
  font-size: 15px;
  padding: 2px;

}
.rating {
  display: inline-block;
  font-size: 18px;
  color: #b4b3b3; /* Color de las estrellas vacías */
}

.rating i {
  cursor: pointer;
  transition: color 0.3s ease;
}

.rating i:hover,
.rating i.active {
  color: #ffc107; /* Color de las estrellas activas */
}

/*Activi 6*/
.calificación6{
  position: absolute;
  margin-top: 19px;
  padding-block: 10px;
  font-family:'Inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#Estrellas-Megusta6{
  display: flex;
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.calificación6 p{
  font-size: 15px;
  padding: 2px;

}
.rating6 {
  display: inline-block;
  font-size: 18px;
  color: #b4b3b3; /* Color de las estrellas vacías */
}

.rating6 i {
  cursor: pointer;
  transition: color 0.3s ease;
}

.rating6 i:hover,
.rating6 i.active {
  color: #ffc107; /* Color de las estrellas activas */
}


/*Activida 7*/
.calificación7{
  position: absolute;
  margin-top: 19px;
  padding-block: 10px;
  font-family:'Inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#Estrellas-Megusta7{
  display: flex;
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.calificación7 p{
  font-size: 15px;
  padding: 2px;

}
.rating7 {
  display: inline-block;
  font-size: 18px;
  color: #b4b3b3; /* Color de las estrellas vacías */
}

.rating7 i {
  cursor: pointer;
  transition: color 0.3s ease;
}

.rating7 i:hover,
.rating7 i.active {
  color: #ffc107; /* Color de las estrellas activas */
}



/*Activida 8*/
.calificación8{
  position: absolute;
  margin-top: 19px;
  padding-block: 10px;
  font-family: 'Inter','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#Estrellas-Megusta8{
  display: flex;
  font-family:'Inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.calificación8 p{
  font-size: 15px;
  padding: 2px;

}
.rating8 {
  display: inline-block;
  font-size: 18px;
  color: #b4b3b3; /* Color de las estrellas vacías */
}

.rating8 i {
  cursor: pointer;
  transition: color 0.3s ease;
}

.rating8 i:hover,
.rating8 i.active {
  color: #ffc107; /* Color de las estrellas activas */
}



.Megusta-btn.active i{
   color:#ff0040;
   transition: 0.3s;
}
#Megusta{
  background-color: transparent;
}
#Megusta2{
  background-color: transparent;
}
/*Sección de Fichas Informativas Turisticas y logisticas*/
#Title-1{
   margin-top: 10px;
  margin-left: 80px;
  color: rgb(3, 54, 38);
  margin-block-end: 10px;
 
}
.Titulo_Fichas{
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
#Imagen_Icono_Fichas i{
  font-size: 40px;
  color: rgb(1, 56, 39);
  position: absolute;
  margin-left: 0.8%;
  margin-top: -45px;

}
.carousel {
      position: relative;
      width: 460px;
      height: 580px;
      overflow: hidden;
      border-radius: 2px;
    }
    #Ficha1{
      background: url(Imagenes_Proyecto/Tiestos.png);
      background-size: cover;
      background-position: center;
      
    }
    #Ficha2{
      background: url(Imagenes_Proyecto/Artisan.png);
      background-size: cover;
      background-position: center;
      
    }
    #Ficha3{
      background: url(Imagenes_Proyecto/CafeSanpecado.png);
      background-size: cover;
      background-position: center;
      
    }

    .slidesh {
      display: flex;
      width: 100%;
      height: 100%;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      min-width: 100%;
      height: 100%;
    }

    /* Flechas */
    .contenedor_FichasIF{
      font-family: Arial, sans-serif;
      margin: 20px;
      border-radius: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      background: #272727;
    }
    .prev, .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.6);
      color: #FFC107;
      border: none;
      font-size: 20px;
      cursor: pointer;
      padding: 10px;
      border-radius: 10px;
    }
    .prev { left: 10px; }
    .next { right: 10px; }

    /* Indicadores */
    .dotsh {
      text-align: center;
      position: absolute;
      bottom: 15px;
      width: 100%;
    }
    .doth {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      background: white;
      border-radius: 50%;
      cursor: pointer;
    }
    .doth.active {
      background: #FFC107;
    }
   



/*Noticias Ilobasco Artesanias*/
.News_Artesanias{
  margin-left:20px ;
  margin-right: 20px ;
  margin-block: 20px;
  border-radius: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.header_Artesanias{
  border-top-left-radius: 25px;
  border-end-start-radius: 25px;
  background: url(Imagenes_Proyecto/ArtesaniasLocal.png) no-repeat center/cover;
  height: 400px;
}
.Articulo_Artesanias, h3 p{
  padding: 30px;
  text-justify: distribute;
}
.Articulo_Artesanias p{
  padding-top: 10px;
}
.btnArtesanias{
  background-color:#000000;
  border: none;
  padding: 8px 50px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 60px;
  cursor: pointer;
  transition: 0.3s;

}
.btnArtesanias:hover{
 background: #242323; /* Un negro más claro al pasar el mouse */
 transform: scale(1.02);
}
.btnArtesanias{
  align-items: center;
  height: 35px;
}
.btnArtesanias a{  
  text-decoration: none;
  color: #ffffff;

}
.Text_Artesanias{
  padding-top: 12%;
}
.Articulo_Artesanias{
  background-color: rgb(250, 228, 199);
  border-top-right-radius: 25px;
  border-end-end-radius: 25px;
  height: 400px;
}
.title_Artesanias{
  padding-left: 20px;
  color: rgb(3, 54, 38);
}
/*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: 1102;
  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-title2 span{
  margin-left: 65px;
 }
 .modal-title2 .icono2 {
  width: 25px;
  height: 25px;
  margin-left: 34px;
}
.modal-header .icono {
  width: 25px;
  height: 25px;
  margin-left: 24px;
}

/* 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;
}
/*Botón inisiar sesión en registro*/
#Iniciar-sesion {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.6s ease; 
  width: 28%;
  padding: 8px 10px;
  color: black;
  font-weight: bolder;
  border-radius: 9px;
  font-size: 15px;
  border: 1px solid #FFC107;
  background: transparent;
}


#Iniciar-sesion.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#Iniciar-sesion:hover {
  border: 1px solid #2c2c2c;
  background-color: #000;
  color: white;
  transform: scale(1.03); 
  transition: all 0.3s ease;
}


.modal-registro {
  display: none;
  position: fixed;
   z-index: 1102;
  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;


  overflow-y: auto; 
  overflow-x: hidden; 
  scrollbar-width: thin; 
  scrollbar-color: #ccc #f2f2f2;


  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s ease;
}


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

/* Botón flotante */
.tool-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 55px;
  height: 55px;
  background: #2d89ef;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1003;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  transition: transform 0.3s;
}
.tool-btn:hover { transform: scale(1.1); }

/* Barra lateral */
.tool-bar {
  position: fixed;
  top: 0;
  right: -320px; /* oculto por defecto */
  width: 300px;
  height: 100%;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: -5px 0 20px rgba(0,0,0,0.2);
  border-left: 1px solid rgba(0,0,0,0.05);
  z-index: 10000;
  transition: right 0.35s cubic-bezier(0.18,0.89,0.32,1);
  display: flex;
  flex-direction: column;
}
.tool-bar.show { right: 0; }

/* Header */
.tool-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.tool-header i { margin-right: 10px; }
.tool-close {
  font-size: 22px;
  cursor: pointer;
  color: #555;
}
.tool-close:hover { color: #000; }

/* Opciones de la barra */
.tool-options {
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tool-opt {
  background: rgba(255,255,255,0.9);
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}
.tool-opt:hover {
  transform: translateX(-4px);
  background: rgba(255,255,255,0.98);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}
.tool-opt i { min-width: 24px; text-align:center; font-size:16px; }

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

    }

@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 --- */
.contenedor_logo{
  display: block;
  width: 50%;
  margin-top: -58px;
  z-index: 1001;
  margin-left: 40%;
  position: fixed;
}

.contenedor_logo h5{
  color: rgb(255, 255, 255);
  position: absolute;
  margin-top: 30px;
  width: 100;
 
}
#LogoMovil{
  display: block;
  width: 40px;
  height: 40px;
  left: 126px;
  margin-top: -49px;
  position: fixed;
  z-index: 1001;
  
}
#Logo2{
  width: 24px;
  height: 24px;
  margin-left: 45%;
  margin-top: 10px;
  display: block;
  position: absolute;
}


#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: 1002;
  overflow-y: auto; 
  padding: 20px;
}

#modal-menu.active {

  transform: translateX(-96.5%); /* 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: -36px;
  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: 120px;
  
}
.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;
}

/*Logo*/
.modal-nav img{
  width: 40px;
  height: 40px;
  position: absolute;
  margin-top: -116px;
}
.modal-nav h5{
  margin-left: 20%;
  position: absolute;
  margin-top: -108px;
}

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

    }
/*News Ilobasco*/

#TL{
  font-size: 25px;
  
}
/* Baner cars imagenes */
.baner-one {
  margin-top: 56px ;
  background: url(Imagenes_Proyecto/IglesiaSamiguel.png) no-repeat center/cover ;
  height: 410px;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  
}

#Title-baner {
  font-size: 8px;
 }

 .news-Ilobasco{
    border-radius: 10px;
    padding: 10px;
    display: grid; 
    grid-template-columns: 1fr ; 
    gap: 10px; 
    margin: 20px 0;
}
.news-Ilobasco img{
    border-radius: 10px;
    width:100% ;
    height: 390px;
    padding-left: 0;
    margin-left: 0;
}
.news-Ilobasco p {
  font-size: 14px;
  padding: 0px;
  padding-top: 5px;

}
.news-Ilobasco div{
    background-color: rgb(250, 228, 199);
    margin: 10px;
    border-radius: 16px;
}

    /* Indicadores (paginación) */
    .indicators {
      margin-top: 30px;
      display: flex;
      justify-content: center;
      gap: 10px;
    }

    .dot {
      width: 20px;
      height: 6px;
      border-radius: 20px;
      background: #333;
      opacity: 0.5;
      transition: 0.3s;
    }
    .active {
      background: #FFD700; /* Amarillo cuando está activo */
      opacity: 1;
    }

    .btnNew1{
      background: #FFD700; /* Amarillo */
      border: none;
      
      font-size: 11px;
      font-weight: bold;
      border-radius: 50px; /* Bordes redondeados */
      cursor: pointer;
      transition: 0.3s;
    }
  .Positionbtn{
    align-items: center;
    height: 50px;
    
  }
  .Positionbtn a{
    color:#000000;
    text-decoration: none;
    font-size: 9px;
  }
 .Contenedor_news h3{
  font-size: 16px;
 }
 .Contenedor_news p{
  font-size: 15px;
 }

 /*Noticias Modal*/


  /* ===== CONTENIDO ===== */
  .modal-noticias-content {
    background: #ffffff;
    color: #222;
    border-radius: 0px;
    width: 100%;
    height: 100%;
 
    box-shadow: 0 10px 35px rgba(0,0,0,0.25);
    animation: slideUp 0.4s ease;
    position: relative;
    margin: 0px 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .close-noticias {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.8rem;
    color: #fff;
    z-index: 10;
    cursor: pointer;
    transition: 0.3s;
  }
.modal-noticias {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 10, 0.55);
    backdrop-filter: blur(15px);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
    overflow-y: auto;
  }


 .News-Activades {
  margin: 20px;
  display: grid; 
  grid-template-columns: 1fr 1fr;
  gap: 15px; 
} 
.Contenedor_Actividades, 
.Contenedor_Actividades2, 
.Contenedor_Actividades3,
.Contenedor_Actividades4,
.Contenedor_Actividades5,
.Contenedor_Actividades6,
.Contenedor_Actividades7,
.Contenedor_Actividades8{
  border-radius: 20px;
  height: 265px;
  max-height: 400px;
}

.positionActividad_Text{
  width: 100%;

}
.positionActividad_Text {
   padding: 8px;
   
}
.positionActividad_Text h4{
   position: absolute;
   font-size: 15px;
   max-width: 198px;
   margin-top: -70px;
   font-size: 12px;
   
}
.contenido-Text{
 margin-top: 30px;
  max-height: 100%;
  overflow: none;
}
.Contenedor_Actividades p {
  color: #000;
  font-size: 14px;
}

.Imagen_contenedor {
  position: relative;
  width: 100%;
  height: 220px; /* altura fija para todas las imágenes */
}

.News-Activades img {
  width: 100%;
  height: 150px;        /* fuerza que todas llenen el contenedor */
  object-fit: cover;   /* recorta o expande proporcionalmente */
  border-radius: 20px;
}
.title_Actividades{
  padding-left: 20px;
  color: rgb(3, 54, 38);
}



/* Ventanas de Actividades */
.Titulos_Largos h4{
  max-width: 160px;
}

/* Contenedor del contenido del modal */
#contenido {
  width: 100%; 
  height: 100%;
}
.mapa {
  width: 96%;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 20px 20px 20px;
}

.mapa iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


/* Header tipo barra de sistema */
.Info-header{
  width: 100%;
  background-color: #FFD700;
  padding: 4px 5px; 
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.Info-header span{
  margin-left: 36px;
  color: #000;
}


/*Ventana 1*/
    .Carrusel-Imagenes {
      position: relative;
      width: 90%;
      margin: 10px;
      height: 300px;
      margin-left: 20px;
      border-radius: 8px;
      overflow: hidden;
    }

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

    /* Botones */
    .previo, .siguiente {
      font-size: 16px;
      
    }
    /* Indicadores */
    .Indicadores-cars span {
      width: 9px;
      height: 9px;
    }

 
.icono1{
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  border-radius: 3px;
  
}

/*Ventana 2*/
#contenido2 {
  width: 100%; 
  height: 100%;
}
#closeVen2 {
  font-size: 19px;
  cursor: pointer;
  padding: 3.6px 2px;
  margin-right: 10px;
}
/* Header tipo barra de sistema */
.Info-header2{
  width: 100%;
  background-color: #FFD700;
  padding: 4px 5px; 
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.Info-header2 span{
  margin-left: 36px;
  color: #000;
}

    /* Botones */
    .previo2, .siguiente2 {
      font-size: 16px;
      
    }
    /* Indicadores */
    .Indicadores-cars2 span {
      width: 9px;
      height: 9px;
    }
 
.icono2{
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  border-radius: 3px;
  
}

/* Botón de cierre */
#closeVen1 {
  font-size: 19px;
  cursor: pointer;
  padding: 3.6px 2px;
  margin-right: 10px;
}


/* Contenido de la ventana */
#contenido2 p{
  font-family:'Inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0; 
  padding: 12px; 
  flex: 1; 
  overflow-y: auto; 
}

#Title2{
  font-size: 18px;
  padding-left: 14px;
  padding-block-end: 5px;
  
}

/*Ventana 3*/
#contenido3 {
  width: 100%; 
  height: 100%;
}

/* Header tipo barra de sistema */
.Info-header3{
  width: 100%;
  background-color: #FFD700;
  padding: 4px 5px; 
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.Info-header3 span{
  margin-left: 36px;
  color: #000;
}

    /* Botones */
    .previo3, .siguiente3 {
      font-size: 16px;
      
    }
    /* Indicadores */
    .Indicadores-cars3 span {
      width: 9px;
      height: 9px;
    }
 
.icono3{
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  border-radius: 3px;
  
}

/* Botón de cierre */
#closeVen3 {
  font-size: 19px;
  cursor: pointer;
  padding: 3.6px 2px;
  margin-right: 10px;
}


/* Contenido de la ventana */
#contenido3 p{
  font-family:'Inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0; 
  padding: 12px; 
  flex: 1; 
  overflow-y: auto; 
}

#Title3{
  font-size: 18px;
  padding-left: 14px;
  padding-block-end: 5px;
  
}


/*Ventana 4*/
#contenido4 {
  width: 100%; 
  height: 100%;
}

/* Header tipo barra de sistema */
.Info-header4{
  width: 100%;
  background-color: #FFD700;
  padding: 4px 5px; 
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.Info-header4 span{
  margin-left: 36px;
  color: #000;
}
/*Ventana 1*/
    /* Botones */
    .previo4, .siguiente4 {
      font-size: 16px;
      
    }
    /* Indicadores */
    .Indicadores-cars4 span {
      width: 9px;
      height: 9px;
    }
 
.icono4{
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  border-radius: 3px;
  
}

/* Botón de cierre */
#closeVen4 {
  font-size: 19px;
  cursor: pointer;
  padding: 3.6px 2px;
  margin-right: 10px;
}


/* Contenido de la ventana */
#contenido4 p{
  font-family:'Inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0; 
  padding: 12px; 
  flex: 1; 
  overflow-y: auto; 
}

#Title4{
  font-size: 18px;
  padding-left: 14px;
  padding-block-end: 5px;
  
}

/*Ventana 5*/
#contenido5 {
  width: 100%; 
  height: 100%;
}

/* Header tipo barra de sistema */
.Info-header5{
  width: 100%;
  background-color: #FFD700;
  padding: 4px 5px; 
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.Info-header5 span{
  margin-left: 36px;
  color: #000;
}

    /* Botones */
    .previo5, .siguiente5 {
      font-size: 16px;
      
    }
    /* Indicadores */
    .Indicadores-car5 span {
      width: 9px;
      height: 9px;
    }
 
.icono5{
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  border-radius: 3px;
  
}

/* Botón de cierre */
#closeVen5 {
  font-size: 19px;
  cursor: pointer;
  padding: 3.6px 2px;
  margin-right: 10px;
}


/* Contenido de la ventana */
#contenido5 p{
  font-family:'Inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0; 
  padding: 12px; 
  flex: 1; 
  overflow-y: auto; 
}

/*Ventana 6*/
#contenido6 {
  width: 100%; 
  height: 100%;
}

/* Header tipo barra de sistema */
.Info-header6{
  width: 100%;
  background-color: #FFD700;
  padding: 4px 5px; 
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.Info-header6 span{
  margin-left: 36px;
  color: #000;
}

    /* Botones */
    .previo6, .siguiente6 {
      font-size: 16px;
      
    }
    /* Indicadores */
    .Indicadores-cars6 span {
      width: 9px;
      height: 9px;
    }
 
.icono6{
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  border-radius: 3px;
  
}

/* Botón de cierre */
#closeVen6 {
  font-size: 19px;
  cursor: pointer;
  padding: 3.6px 2px;
  margin-right: 10px;
}


/* Contenido de la ventana */
#contenido6 p{
  font-family:'Inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0; 
  padding: 12px; 
  flex: 1; 
  overflow-y: auto; 
}

#Title6{
  font-size: 18px;
  padding-left: 14px;
  padding-block-end: 5px;
  
}

/*Ventana 7*/
#contenido7 {
  width: 100%; 
  height: 100%;
}

/* Header tipo barra de sistema */
.Info-header7{
  width: 100%;
  background-color: #FFD700;
  padding: 4px 5px; 
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.Info-header7 span{
  margin-left: 36px;
  color: #000;
}

    /* Botones */
    .previo7, .siguiente7 {
      font-size: 16px;
      
    }
    /* Indicadores */
    .Indicadores-cars7 span {
      width: 9px;
      height: 9px;
    }
 
.icono7{
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  border-radius: 3px;
  
}

/* Botón de cierre */
#closeVen7 {
  font-size: 19px;
  cursor: pointer;
  padding: 3.6px 2px;
  margin-right: 10px;
}


/* Contenido de la ventana */
#contenido7 p{
  font-family:'Inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0; 
  padding: 12px; 
  flex: 1; 
  overflow-y: auto; 
}
#Title7{
  font-size: 18px;
  padding-left: 14px;
  padding-block-end: 5px;
  
}
/*Ventana 8*/
#contenido8 {
  width: 100%; 
  height: 100%;
}

/* Header tipo barra de sistema */
.Info-header8{
  width: 100%;
  background-color: #FFD700;
  padding: 4px 5px; 
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.Info-header8 span{
  margin-left: 36px;
  color: #000;
}

    /* Botones */
    .previo8, .siguiente8 {
      font-size: 16px;
      
    }
    /* Indicadores */
    .Indicadores-cars8 span {
      width: 9px;
      height: 9px;
    }
 
.icono8{
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  border-radius: 3px;
  
}

/* Botón de cierre */
#closeVen8 {
  font-size: 19px;
  cursor: pointer;
  padding: 3.6px 2px;
  margin-right: 10px;
}


/* Contenido de la ventana */
#contenido8 p{
  font-family:'Inter', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  margin: 0; 
  padding: 12px; 
  flex: 1; 
  overflow-y: auto; 
}
#Title8{
  font-size: 18px;
  padding-left: 14px;
  padding-block-end: 5px;
}

/*Comentarios*/
.comentarios{
 bottom: 0;
 width: 100%;
 left: 0;
 height: 8%;
}
.Iconos-social-users{
 gap: 100px;
}
.Titulos-funciones{
 margin-left: 29%;
}
.comentarios i{
   padding-top: 8px;
  font-size: 18px;
}
.comentarios i{
   padding-top: 14px;
  font-size: 24px;
  color: #0d2a38;
  
}

.socialComentarios {
  z-index: 1200;
  border-top-left-radius: 25px;

}

.socialComentarios.show {
  transform: translateY(0);    
}

.Header-comentarios {
  text-align: center;
  padding-top: 8px;
}

.Header-comentarios h3, p{
  color: black;
  margin-bottom: 5px;
  font-size: 14px;
}
.Header-comentarios h3{
margin-top: 6px;
}

.header-line {
  border-radius: 20px;
  width: 40px;
  height: 2.6px;
  margin: 2px auto;
  background-color: #afac9c;
}

.CloseComen {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.CloseComen:hover {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 2px 6px;
}

/*Reseñas*/
.Reseñas,.Reseñas2,.Reseñas3,.Reseñas4,.Reseñas5,
.Reseñas6,.Reseñas7,.Reseñas8 {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 20px;
  overflow-y:visible;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.contenedor-reseñas,.contenedor-reseñas2,.contenedor-reseñas3,
.contenedor-reseñas4, .contenedor-reseñas5,.contenedor-reseñas6, 
.contenedor-reseñas7,.contenedor-reseñas8    {
  grid-template-columns: 1fr;
  height: 100%;
 
}
.Header-reseña h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 0px 8px 4px;
}
.Header-reseña2 h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 0px 8px 4px;
}
.Header-reseña3 h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 0px 8px 4px;
}
.Header-reseña4 h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 0px 8px 4px;
}
.Header-reseña5 h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 0px 8px 4px;
}
.Header-reseña6 h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 0px 8px 4px;
}
.Header-reseña7 h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 0px 8px 4px;
}
.Header-reseña8 h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 0px 8px 4px;
}


#closeReseña,#closeReseña2,#closeReseña3,
#closeReseña4,#closeReseña5,#closeReseña6,
#closeReseña7,#closeReseña8 {
  right: 20px;
  top: 10px;
  font-size: 24px;
 
}
.rating, .rating1, 
.rating2,.rating3,
.rating4,.rating5,
.rating6,.rating7,
.rating8 {
  font-size: 12px;
}

.calificación1,.calificación2,
.calificación3,.calificación4,
.calificación5,.calificación6,
.calificación7, .calificación8 {
  margin-top: -46px;
}

.contenido-Text h4{
  font-size: 12px;
  
 
}

.contenido-Text p{
  padding: 18px;
}
.calificación1 p,
.calificación2 p,
.calificación3 p,
.calificación4 p,
.calificación5 p,
.calificación6 p,
.calificación7 p,
.calificación8 p{
  font-size: 11px;
}


/* Botones*/
.btnNew2{
  padding: 6px 14px;
  font-size: 10px;
}
.btnNew2 a{
  font-size: 7px;
}

.Positionbtn2{
  margin-block: -2px;
  margin-left: 26%;
  height: 95%;
}
.title_Actividades{
  font-size: 18px;
  margin-left: 5px;
}
/*Sección de Fichas Informativas Turisticas y logisticas*/
#Title-1{
  margin-left: 24px;
  font-size: 18px;

}
/*Sección de Fichas Informativas Turisticas y logisticas*/
#Title-1{
  position: absolute;
  margin-left: 50px;
  color: white;
  margin-top: 15px;
}
#Imagen_Icono_Fichas i{
  font-size: 20px;
  color: rgb(224, 253, 244);
  position: absolute;
  margin-left: 5%;
  margin-top: 15px;

}
.carousel {
      position: relative;
      padding-top: 15px;
      width: 330px;
      height: 460px;
      overflow: hidden;
      border-radius: 2px;
    }
    #Ficha1{
      background: url(Imagenes_Proyecto/Tiestos.png);
      background-size: cover;
      background-position: center;
      
    }
    #Ficha2{
      background: url(Imagenes_Proyecto/Artisan.png);
      background-size: cover;
      background-position: center;
      
    }
    #Ficha3{
      background: url(Imagenes_Proyecto/CafeSanpecado.png);
      background-size: cover;
      background-position: center;
      
    }

    .slidesh {
      display: flex;
      width: 100%;
      height: 100%;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      min-width: 100%;
      height: 100%;
    }

    /* Flechas */
    .contenedor_FichasIF{
      font-family: Arial, sans-serif;
      margin: 20px;
      border-radius: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 540px;
      background: #272727;
    }
    .prev, .next {
      position: absolute;
      top: 51%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.6);
      font-size: 20px;
      padding: 10px;
      border-radius: 10px;
    }
    .prev { left: 10px; }
    .next { right: 10px; }

    /* Indicadores */
    .dotsh {
      text-align: center;
      position: absolute;
      bottom: 15px;
      width: 100%;
    }
    .doth {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      background: white;
      border-radius: 50%;
      cursor: pointer;
    }
    .doth.active {
      background: #FFC107;
    }


/*Noticias Ilobasco Artesanias*/
.News_Artesanias{
  margin-left:20px ;
  margin-right: 20px ;
  margin-block: 20px;
  border-radius: 25px;
  display: grid;
  grid-template-columns: 1fr;
}
.header_Artesanias{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-end-start-radius: 0px;
  background: url(Imagenes_Proyecto/ArtesaniasLocal.png) no-repeat center/cover;
  height: 250px;
}
.Articulo_Artesanias{
  padding: 12px;
}
.Articulo_Artesanias h3 {
  padding: 1px;
  text-justify: distribute;
  font-size: 16px;
}
.Articulo_Artesanias p{
  padding-top: 8px;
  font-size: 14px;
  margin: 0;
}
.btnArtesanias{
  background-color:#000000;
  border: none;
  padding: 2px 28px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 60px;
  cursor: pointer;
  transition: 0.3s;

}
.btnArtesanias:hover{
 background: #242323; /* Un negro más claro al pasar el mouse */
 transform: scale(1.02);
}
.btnArtesanias{
  align-items: center;
  height: 35px;
}
.btnArtesanias a{  
  text-decoration: none;
  color: #ffffff;


}
.Text_Artesanias{
  padding-top: 3%;
}
.Articulo_Artesanias{
  background-color: rgb(250, 228, 199);
  border-top-right-radius: 0px;
  border-end-end-radius: 5px;
   border-end-start-radius: 5px;
  height: 280px;
}
.title_Artesanias{
  padding-left: 20px;
  color: rgb(3, 54, 38);
  font-size: 19px;
}

/*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;
}
/*Botón inisiar sesión en registro*/
#Iniciar-sesion {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.6s ease; 
  width: 34%;
  padding: 8px 8px;
  color: white;
  font-weight: bolder;
  border-radius: 9px;
  font-size: 12px;
  border: 1px solid #2e2e2e;
  background: black;
}


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




.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;
  
}
 .modal-title2 span{
  margin-left: 56px;
 }
 .modal-title2 .icono2 {
  width: 25px;
  height: 25px;
  margin-left: 23px;
}
.modal-header .icono {
  width: 25px;
  height: 25px;
  margin-left: 18px;
}

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


}

@media (max-width:410px){
        
#modal-menu.active {

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

}
    
    }