
#header .imgPrimera {
  width: 230px;
  margin:0;
}

#main, #carousel, .carousel-inner, .video-wrapper {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  #carousel  video {
  object-fit:cover;
  background-position: center center ;
  background-attachment: fixed;
  width: 100%; 
  height: 90vh; 
  max-height: 90vh;
  background-size: cover;
  }

  #carousel .overlay .container,
  #carousel .overlay .row {
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0 auto;
  }

  #main, #carousel, .carousel-inner, .video-wrapper {
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: hidden;
  }
}

#carousel .overlay .container,
#carousel .overlay .row {
  height: 100vh;
  margin: 0;
}

.video-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

#videoPrincipal {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.texto-video{
  letter-spacing: 1.2px;
  font-size:28px;
 
  animation: brilloFinoTextoVideo 2.5s infinite ease-in-out;
  text-shadow:
  1px 1px 2px rgba(0, 0, 0, 1),
  2px 2px 3px rgba(0, 0, 0, 0.7);
}

.texto-video1{
  letter-spacing: 1.2px;
  font-size:28px;

  animation: brilloFinoTextoVideo 2.5s infinite ease-in-out;
  text-shadow:
  1px 1px 2px rgba(0, 0, 0, 1),
  2px 2px 3px rgba(0, 0, 0, 0.7);
}

.texto-video2{
  letter-spacing: 1.2px;
  font-size:28px;

  animation: brilloFinoTextoVideo 2.5s infinite ease-in-out;
  text-shadow:
  1px 1px 2px rgba(0, 0, 0, 1),
  2px 2px 3px rgba(0, 0, 0, 0.7);
}

@keyframes brilloFinoTextoVideo {
  0% {
    text-shadow: 
      1px 1px 2px rgba(0, 0, 0, 1),
      0 0 6px rgba(0, 0, 0, 0.8),
      0 0 10px rgba(0, 0, 0, 0.9);
  }
  25% {
    text-shadow: 
      1px 1px 2px rgba(0, 0, 0, 1),
      0 0 10px rgba(0, 0, 0, 1),
      0 0 14px rgba(0, 0, 0, 0.9);
  }
  50% {
    text-shadow: 
      2px 2px 3px rgba(0, 0, 0, 1),
      0 0 20px rgba(0, 0, 0, 1),
      0 0 30px rgba(0, 0, 0, 0.8);
  }
  100% {
    text-shadow: 
      1px 1px 2px rgba(0, 0, 0, 1),
      0 0 8px rgba(0, 0, 0, 1),
      0 0 12px rgba(0, 0, 0, 0.9);
  }
}



#carousel, .carousel-inner {
  position: relative;
  height: 100vh; 
  overflow: hidden;
  object-fit:cover;
}


.carousel-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 95vh;
  object-fit: cover;
  z-index: -1;
}

#carousel {
  position: relative;
 }

.navbar-nav .nav-link.active {
  color: #80c341 !important;
}

.nav-link {
  color: #fff !important; 
  transition: color 0.3s ease;
  animation: brilloFino 3s ease-in-out infinite;
}

@keyframes brilloFino {
  0% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3), 0 0 8px  rgba(255, 255, 255, 0.2);
  }
  25% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.2);
  }
  50% {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.5);
  }
  100% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.2);
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: center;
  }
}  

.nav-link:hover {
  color: #80c341!important; 
  transform: scale(1.04);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #80c341;
  display: flex;
  justify-content: center; 
  align-items: center;     
  text-align: center;
  padding: 0 3%;
}

.container, .row {
  margin: 0;
  padding: 0;
}

#carousel .overlay .container,
#carousel .overlay .row {
  height: 100%;
}

#historia {
  margin: 0;
  position: relative;
  min-height: 90vh;
  background-color: rgba(224, 240, 229, 0.9);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;     
  text-align: center;
  padding: 0 0;
  box-sizing: border-box;
}

#historia::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/iconopng-transformed.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: opacity(42%);
}

@media only screen and (max-width: 600px) {
  #historia::before {
    background-color: #83c842;
    background-image: none;
  }
}

@media only screen and (max-width: 700px) {
  .text-center-nosotros .parrafoNosotros {
    text-align: center !important;
    padding: 3px;
      margin: 0 ;
      width:95%; 
      margin-left: 3% !important;
      margin-right: 3% !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .text-center-nosotros .grupoNosotros p {
    font-size: 26px;
  }
}

#historia .grupoNosotros {
  position: relative;
  z-index: 1;
  
}

.container-nosotros h1{
  text-shadow:
          0 3px 6px rgba(0, 0, 0, 1),     
          0 0 5px rgba(0, 0, 0, 0.8),    
          1px 1px 2px rgba(0, 0, 0, 1); 
  margin-top: 0%;
  margin-bottom: 2%;
  color:#83c842;
  letter-spacing: 1px;
}

.text-center-nosotros h3 {
  text-shadow:
  1px 1px 2px rgba(0, 0, 0, 1),
  2px 2px 3px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  color:#83c842;
  margin-top: 3%;
  margin-bottom: 1%;
}

.grupoNosotros p{
  color:black;
  font-size: 20px;
  align-content:center;
  padding-top: 1%;
  font-weight: 500;
}

.parallax {
  position: relative;
  height: 120vh;
  overflow: hidden;
  display: flex;              
  align-items: center;       
  justify-content: center;    
  margin: 0;
  padding: 0;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300%;
  background-image: url("assets/images/FOTO-28.webp");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.contenido {
  position: relative;
  z-index: 1;
  padding: 4rem 2rem;
  text-align: center;
  color: white;
}

.parallax .contenido {
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5); 
  width: 100vw; 
  padding: 2rem;              
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;        
  justify-content: center;    
}

.parallax h1 {
  text-shadow:
  0 3px 6px rgba(0, 0, 0, 1),     
  0 0 5px rgba(0, 0, 0, 0.8),    
  1px 1px 2px rgba(0, 0, 0, 1);
  letter-spacing: 1px;
}

.parallax h3 {
  text-shadow:
  1px 1px 2px rgba(0, 0, 0, 1),
  2px 2px 3px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  color:#80c341
}

.contenido-texto {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  text-align: center;
}

.parrafo {
  background-color: rgba(215, 214, 202, 0.72); 
  color: #000; 
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
  backdrop-filter: blur(2px); 
  will-change: transform;
}

.parrafo img {
  width: 50px;
  height: auto;
  margin: 2%;
}

.parallax-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 2rem;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.imagen-1 {
  background-image: url("assets/images/FOTO-41.webp");
}

.imagen-2 {
  background-image: url("assets/speakers/FOTO-184.webp");
}

.imagen-3 {
  background-image: url("assets/images/FOTO-46.webp");
}

.parrafo h4{
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  color:black
}

.parrafo .hrParrafo{
  width: 100%;
  min-height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0), #83c842, #83c842,#83c842,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0));
}

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

.parallax1 {
  position: relative;
  height: 120vh;
  overflow: hidden;
  display: flex;              
  align-items: center;        
  justify-content: center;   
  margin: 0;
  padding: 0;
}

.parallax-bg1 {
  position: absolute;
  top: -30%; 
  left: 0;
  height: 150%; 
  width: 100%;
  background-image: url("assets/images/FOTO-64.webp");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.contenidoR {
  position: relative;
  z-index: 1;
  padding: 4rem 2rem;
  text-align: center;
  color: white;
}

.parallax1 .contenidoR {
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5); 
  width: 100vw; 
  padding: 2rem;               
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;        
  justify-content: center;    
}

.parallax1 h1 {
  text-shadow:
  0 3px 6px rgba(0, 0, 0, 1),     
  0 0 5px rgba(0, 0, 0, 0.8),    
  1px 1px 2px rgba(0, 0, 0, 1);
  letter-spacing: 1px;
}

.parallax1 h3 {
  text-shadow:
  1px 1px 2px rgba(0, 0, 0, 1),
  2px 2px 3px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  color:#80c341
}

.contenido-textoR {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  text-align: center;
}

.parrafoR {
  background-color: rgba(215, 214, 202, 0.72); 
  color: #000; 
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
  backdrop-filter: blur(2px); 
  will-change: transform;
}

.parrafoR img {
  width: 50px;
  height: auto;
  margin: 2%;
}

.parallax-sectionR {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 2rem;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); 
  contain: paint; 
}

.parrafoR .hrParrafo{
  width: 100%;
  min-height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0),rgba(255, 255, 255, 0), #83c842, #83c842,#83c842,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0));
}

.parrafoR h4{
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  color:black
}

.imagen-4 {
  background-image: url("assets/images/FOTO-47.webp");
}

servicio-texto .p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
}

#contacto {
  background-image: 
    linear-gradient(
      to top left,
      rgba(0, 0, 0, 0) 50%,                 
      rgba(255, 255, 255, 0.2) 70%,
      rgba(255, 255, 255, 0.3) 80%,
      rgba(255, 255, 255, 0.5) 85%,
      rgba(255, 255, 255, 0.6) 90%,
      rgba(255, 255, 255, 0.8) 95%,
      rgba(255, 255, 255, 0.9) 98%,
      rgba(255, 255, 255, 1) 100%
    ),
    linear-gradient(
      to bottom right,
      rgba(0, 0, 0, 0) 50%,                 
      rgba(255, 255, 255, 0.2) 70%,
      rgba(255, 255, 255, 0.3) 80%,
      rgba(255, 255, 255, 0.5) 85%,
      rgba(255, 255, 255, 0.6) 90%,
      rgba(255, 255, 255, 0.8) 95%,
      rgba(255, 255, 255, 0.9) 98%,
      rgba(255, 255, 255, 1) 100%
    );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: scroll;
  min-height: 100vh;
}

@media (max-width: 767px) {
  #contacto {
    background-image: none;
  }
 
}

.encabezado-contacto-img {
  background-image: url("assets/speakers/FOTO-50.webp");
  width: 100%;
  height: 40vh;
  background-size: cover;         
  background-position:center;       
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2%;
}

.contenido-contacto {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white; 
  padding: 0.5rem;
}

.contenido-contacto h1{
  text-shadow:
  0 3px 6px rgba(0, 0, 0, 1),     
  0 0 5px rgba(0, 0, 0, 0.8),    
  1px 1px 2px rgba(0, 0, 0, 1);
  letter-spacing: 1px;
  color:#fff;
}

.slider{
  width: 90%;
  height: 600px;
  overflow: hidden;
  position: relative;
  margin: auto;
  
}

.slider ul{
    display: flex;
    animation: cambio 10s infinite alternate linear;
    width: 300%;
    justify-content: center;
    flex-shrink: 0;
}

.slider li{
    width: 100%;
    list-style: none;
}

.slider img{
    width: 100%;
    height: 100%;
    
}
@keyframes cambio{
    0%{margin-left: 0;}
    10%{margin-left: 0;}
    
    25%{margin-left: -100%;}
    50%{margin-left: -100%;}
    
    65%{margin-left: -200%;}
    100%{margin-left: -200%;}
}
@media only screen and (min-width:320px) and (max-width:768px){
.slider, .slider ul, .slider img{
    height: 50vh;
}
}

@keyframes subeBaja {
  to {
    transform: translateY(-10px);
  }
}

#huespe {
  background-image: url(assets/images/fondo2.png);
  min-height: 60vh;
  background-repeat: no-repeat;
  background-size:cover ;
  background-attachment: scroll;
  background-position:bottom;
}

.encabezado-huespedes-img {
  background-image: url("assets/speakers/FOTO-93.webp");
  width: 100%;
  height: 40vh;
  background-size: cover;        
  background-position:center;       
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
}

.contenido-huespedes {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white; 
  padding: 1rem;
}


.contenido-huespedes h1{
  text-shadow:
  0 3px 6px rgba(0, 0, 0, 1),     
  0 0 5px rgba(0, 0, 0, 0.8),    
  1px 1px 2px rgba(0, 0, 0, 1);
  letter-spacing: 1px;
  color:#fff;
}

.contenido-huespedes span {
  color: #80c341;
  text-shadow: 
    1px 1px 2px rgba(0, 0, 0, 1),
    2px 2px 3px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
}

#ubicacion{
  background-repeat: no-repeat;
  background-size:cover ;
  background-position:bottom ;
  background-attachment: scroll;
  min-height: 100vh;
}

.encabezado-ubi-img {
  background-image: url("assets/speakers/FOTO-62.webp");
  width: 100%;
  height: 40vh;
  background-size: cover;         /* ✅ cubre el contenedor */
  background-position:center;       /* ✅ arranca desde arriba */
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.contenido-ubi {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white; 
  padding: 0.5rem;
}

.contenido-ubi h1{
  text-shadow:
  0 3px 6px rgba(0, 0, 0, 1),     
  0 0 5px rgba(0, 0, 0, 0.8),    
  1px 1px 2px rgba(0, 0, 0, 1);
  letter-spacing: 1px;
  color:#fff;
}

.contenido-ubi h3{
  text-shadow:
  1px 1px 2px rgba(0, 0, 0, 1),
  2px 2px 3px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  color:#80c341;
}

.containercards{
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;

}

.card{
  width: 550px;
  margin: 15px;
  padding: 20px;
  margin-top:100px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  background-color: transparent;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 15px;
  border-left: 1px solid rgba(255,255,255,0.5);
  border-top: 1px solid rgba(255,255,255,0.5);
  border-right: 1px solid rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.5);
  transition: all 300ms;
}


img{
  width:80%;
  margin-top: 20px;
}

.card {
  margin: 30px 20px 0;
  width: 430px;
  height: 500px;
  perspective: 1000px;
}

.card__inner {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}



#footer {
  background: #2a2b2b;
  justify-content: center !important;
}

#footer p {
  text-align: center;
  margin: 0 auto;
  color:#fff;
  animation: brilloFino 3s ease-in-out infinite;
}

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

.hola{
  background-image: url(assets/images/fondo2.png);
  background-repeat:no-repeat;
  background-size:cover ;
  background-position:top ;
  background-attachment:scroll;
  min-height: 50vh;
}

.encabezado-fotos-img {
  background-image: url("assets/images/FOTO-64.webp");
  width: 100%;
  height: 40vh;
  background-size: cover;        
  background-position:center;      
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  
}

.contenido-fotos {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white; 
  padding: 1rem;
}

.hola h1{
  text-shadow:
  0 3px 6px rgba(0, 0, 0, 1),     
  0 0 5px rgba(0, 0, 0, 0.8),    
  1px 1px 2px rgba(0, 0, 0, 1);
  letter-spacing: 1px;
}

.hola h3{
  text-shadow:
  1px 1px 2px rgba(0, 0, 0, 1),
  2px 2px 3px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  color:#80c341
}

.hola span{
  color:#80c341;
  text-shadow: 
  1px 1px 2px rgba(0, 0, 0, 1),
  2px 2px 3px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
}

.containerFotos {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.containerFotos2 {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.slider-wrapper {
  position: relative;
}

.slider-wrapper2 {
  position:relative;
  z-index: 1; 
}

.image-list {
  cursor: grab;
}

.image-list2 {
  cursor: grab;
  z-index: 1; 
}

.image-list2 {
  position: relative;
}

.image-container {
  position: relative;
  display:inline-block; /* Ajustar según la necesidad */
  z-index: 1;
}

.image-container img {
  display: block;
  z-index: 1;
}

.image-container p {
  font-size: 2rem;
  color: white;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 8px rgba(0, 0, 0, 1);
  margin: 0; 
  border-radius: 10px;
  padding: 6px;
  border-style:hidden;
  overflow: hidden; 
  z-index: 1; 
}

.image-container p::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  transition: top 0.7s ease;
  z-index: -1; /* Asegura que el pseudo-elemento esté detrás del texto */
}

.image-container:hover p::before {
  top: 0;
  background: #80c341; /* Cambia el fondo al color deseado */
}

@media (max-width: 1024px) {
  .image-container p {
    font-size: 2.5rem;
  }
  .image-container p::before {
    display: none; /* Oculta el pseudo-elemento en dispositivos móviles */
  }
}

.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  color: #80c341;
  border: none;
  outline: none;
  background: #000;
  font-size: 1.1rem;
  cursor: pointer;
  border-radius: 50%;
  transform: translateY(-50%);
}

.slider-wrapper2 .slide-button2 {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  color: #80c341;
  border: none;
  outline: none;
  background: #000;
  font-size: 1.1rem;
  cursor: pointer;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 10; 
}

.slider-wrapper .slide-button:hover {
  background: #444;
  color:#00ff1a;
}

.slider-wrapper2 .slide-button2:hover {
  background: #444;
  color:#00ff1a;
}

.slider-wrapper .slide-button#prev-slide {
  left: -30px ;
  display: none;
}

.slider-wrapper2 .slide-button2#prev-slide2 {
  left: -30px ;
  display: none;
}


.slider-wrapper .slide-button#next-slide {
  right: -30px;
}

.slider-wrapper2 .slide-button2#next-slide2 {
  right: -30px;
}

.slider-wrapper .image-list {
  display: grid;
  gap: 15px;
  font-size: 0;
  margin-bottom: -30px;
  overflow-x: auto;
  scrollbar-width: none;
  grid-template-columns: repeat(30, 1fr);
}

.slider-wrapper2 .image-list2 {
  display: grid;
  gap: 15px;
  font-size: 0;
  margin-bottom: -30px;
  overflow-x: auto;
  scrollbar-width: none;
  grid-template-columns: repeat(32, 1fr);
}
.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}

.slider-wrapper2 .image-list2::-webkit-scrollbar {
  display: none;
}

.slider-wrapper .image-list .image-item {
  width: 500px;
  height: 470px;
  object-fit:contain;
}

.slider-wrapper2 .image-list2 .image-item   {
  width: 500px;
  height: 470px;
  object-fit:contain;
}

.containerFotos .slider-scrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.containerFotos2 .slider-scrollbar2 {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.slider-scrollbar .scrollbar-track {
  height: 3px;
  width: 100%;
  background: #ccc;
  position: relative;
  border-radius: 4px;
}

.slider-scrollbar2 .scrollbar-track2 {
  height: 3px;
  width: 100%;
  background: #ccc;
  position: relative;
  border-radius: 4px;
}

.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  height: 100%;
  width: 50%;
  background:#000;
  border-radius: inherit;
  cursor: grab;
}

.slider-scrollbar2 .scrollbar-thumb2 {
  position: absolute;
  height: 100%;
  width: 50%;
  background:#000;
  border-radius: inherit;
  cursor: grab;
}

@media(max-width: 1024px) {
  .slider-scrollbar .scrollbar-thumb {
    background:#000;
  
  }

  .slider-wrapper .slide-button {
    width: 5%;
    border-radius: 15%;
    font-size: 0.8rem;
    background: rgba(0, 0, 0, 0.5);
    color:#00ff1a;
  }

  .slider-wrapper .slide-button#prev-slide {
    left: 1%;
  }

  .slider-wrapper .slide-button#next-slide {
    right: 1%;
  }

  .slider-wrapper .image-list {
    gap: 12px;
    margin-bottom: 5px;
  }

  .slider-wrapper .image-list .image-item {
    width: 320px;
    height: 400px;
  }
}

@media(max-width: 1024px) {
  .slider-scrollbar2 .scrollbar-thumb2 {
    background:#000;
  
  }

  .slider-wrapper2 .slide-button2 {
    width: 5%;
    border-radius: 15%;
    font-size: 0.8rem;
    background: rgba(0, 0, 0, 0.5);
    color:#00ff1a;
  }

  .slider-wrapper2 .slide-button2#prev-slide2 {
    left: 1%;
  }

  .slider-wrapper2 .slide-button2#next-slide2 {
    right: 1%;
  }

  .slider-wrapper2 .image-list2 {
    gap: 12px;
    margin-bottom: 15px;
  }

  .slider-wrapper2 .image-list2 .image-item {
    width: 320px;
    height: 400px;
  }
}

.hidden-navbar {
  display: none !important;
}

.popup-image,
#popup,
#popup-huesped {
  display: none;
  position: fixed;
}

.no-scroll {
  overflow: hidden !important;
  height: 100vh !important;
  width: 100%;
}

.hola  .popup-image{
  position: fixed;
  top:0;
  left: 0;
  background: rgba(0,0,0,1);
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: none;
}

.hola  .popup-image img{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  border: 1px solid rgba(226, 235, 217, 0.4);
  box-shadow:
    0 0 4px rgba(128, 195, 65, 0.6),
    0 0 10px rgba(128, 195, 65, 0.3);
  padding: 4px;
  transition: box-shadow 0.3s ease;
  border-radius: 5px;
  max-width: 100%;
  max-height: 100%;
  object-fit:cover;
  cursor:crosshair;
  margin-top: 100px;
  margin: auto;
}

.hola .popup-image button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.6rem;
  background: none;
  border: none;
  color: #80c341;
  cursor: pointer;
  z-index: 101;
  outline: none;
  box-shadow: none;
}

.hola .popup-image button:hover {
  transform: translateY(-50%) scale(1.1);
  color: #39FF14;
}

#prevBtn {
  left: 30px;
}

#nextBtn {
  right: 30px;
}

.text-center .popup-image-huesped {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 1);
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: none;
}

.text-center .popup-image-huesped img {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  border: 1px solid rgba(226, 235, 217, 0.4);
  box-shadow:
    0 0 4px rgba(128, 195, 65, 0.6),
    0 0 10px rgba(128, 195, 65, 0.3);
  padding: 4px;
  transition: box-shadow 0.3s ease;
  border-radius: 5px;
  max-width: 100%;
  max-height: 100%;
  object-fit:cover;
  cursor:crosshair;
  margin-top: 100px;
  margin: auto;
}

.text-center .popup-image-huesped button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.6rem;
  background: none;
  border: none;
  color: #80c341;
  cursor: pointer;
  z-index: 101;
  outline: none;
  box-shadow: none;
}

#cerrar-imagen-general {
  top: 0;
  right: 20px;
  z-index: 99999;
  color: #80c341;
  font-size: 2.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
}

#cerrar-imagen-huesped {
  top: 0;
  right: 20px;
  z-index: 99999;
  color: #80c341;
  font-size: 2.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
}

.text-center .popup-image-huesped button:hover {
  transform: translateY(-50%) scale(1.1);
  color: #39FF14;
}

#cerrar-imagen-huesped:hover {
  transform:  scale(1.1);
  color: #39FF14;
}

#cerrar-imagen-general:hover {
  transform:  scale(1.1);
  color: #39FF14;
}

#prevBtnHuesped {
  left: 30px;
}

#nextBtnHuesped {
  right: 30px;
}

@media (max-width: 750px) {
  .hola .popup-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .hola .popup-image img {
    transform: translate(-50%, -50%) rotate(90deg);
    width: 80vh; 
    height: 80vw;
    max-width: none;
    max-height: none;
    margin-top: 0;
  }

  .hola .popup-image button {
    transform: rotate(90deg);
    outline: none;
    box-shadow: none;
    color:#39FF14;
  }

  #prevBtn {
    top: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  #nextBtn {
    bottom: 10px;
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  
  .text-center .popup-image-huesped {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  
  .text-center .popup-image-huesped img {
    transform: translate(-50%, -50%) rotate(90deg);
    width: 80vh; /* como está rotada, invertimos ancho y alto */
    height: 80vw;
    max-width: none;
    max-height: none;
    margin-top: 0;
  }
  
  .text-center .popup-image-huesped button {
    transform: rotate(90deg);
    outline: none;
    box-shadow: none;
    color:#39FF14;
  }

  #cerrar-imagen-huesped{
    bottom: 10px;
    top: auto;
    left: 85%;
    transform: translateX(-50%) rotate(90deg);
    outline: none;
    box-shadow: none;
    color:#39FF14;
  }

  #cerrar-imagen-general{
    bottom: 10px;
    top: auto;
    left: 85%;
    transform: translateX(-50%) rotate(90deg);
    outline: none;
    box-shadow: none;
    color:#39FF14;
  }

  #cerrar-imagen-huesped:hover,
  #cerrar-imagen-general:hover {
    transform: translateX(-50%) rotate(90deg); 
  }
  
  #prevBtnHuesped {
    top: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  
  #nextBtnHuesped {
    bottom: 10px;
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}

#popup-huesped {
  display: none ;
}

.containerVideos{
  overflow: hidden;
  background-size:cover ;
  background-position:center ;
  min-height: 70vh;
}

.encabezado-videos-img {
  background-image: url("assets/speakers/FOTO-66.webp");
  width: 100%;
  height: 40vh;
  background-size: cover;        
  background-position:center;      
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  
}

.contenido-videos {
  width: 100vw; 
  background-color: rgba(0, 0, 0, 0.5);
  color: white; 
  padding: 1rem;
}

.contenido-videos h3 {
  text-shadow:
    1px 1px 2px rgba(0, 0, 0, 1),
    2px 2px 3px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  color: #80c341;

}

.contenido-videos span {
  color:#80c341;
  text-shadow: 
  1px 1px 2px rgba(0, 0, 0, 1),
  2px 2px 3px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
}

.lista-Videos{
  position:relative;
  margin-top: 100px;
  width: 100%;
  height: 370px;
  display:flex;
}

.cada-Video{
  position:absolute;
  width: 200px;
  height: 320px;
  text-align: justify;
  background-color: white ;
  border-radius: 10px;
  padding: 20px;
  transition: 0.5s;
  left: calc(50% - 110px);
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none; 
  display: block;
}

.video{
  width: 100%; 
  height: 100%; 
}

#siguiente{
  position: absolute;
  right: 50px;
  top: 30%;
}

#anterior{
  position: absolute;
  left: 50px;
  top: 30%;
}

#anterior, #siguiente{
  color: #00ff1a;
  background: none;
  border: none;
  font-size:4rem;
  font-family: monospace;
  font-weight: bold;
  opacity: 0.5;
  transition: opacity 0.5s;
  cursor:pointer;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  outline: none;
}

#anterior:hover,
#siguiente:hover{
  opacity: 1;
}

@media (max-width: 768px) {
  #siguiente{
    right: 3px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  }

  #anterior{
    left: 3px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  }
}

body{
  margin:0;
  padding: 0;
  background-color: #80c341;
}

.parrafocontacto1{
  margin: 15px;
  font-size: 19px;
}

.textoContactanos {
  font-size:3.5rem;
  margin-top: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: sans-serif;
  text-align: left;
  transform: scaleY(1.3);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 1rem;
  color:darkgreen;
}

.textodecorativo{
  color: #000; /* texto negro */
  padding: 1rem;
  text-align: left;
  max-width: 580px;
  font-size: 1.5rem;
  line-height: 1.875;
  transform: scaleY(1);
}

.horario {
  font-weight: 800;
  font-size: 1.2rem;
  padding: 1rem;
  font-family: sans-serif;
  text-align: left;
  color: darkgreen;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}

.contacto-item h4{
  font-weight: 800;
  font-size: 1.2rem;
  font-family: sans-serif;
  text-align: left;
  color: darkgreen;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}

.contacto-item p{
  text-align: left;
  font-weight: 520;
  line-height: 1;
  font-family: sans-serif;
  text-align: left;
  color: #000;
  font-size: 1.2rem;
  
}

.parrafoHorarios {
  font-weight: 520;
  line-height: 1.4; /* ← MUY importante para que se vea correctamente */
  font-family: sans-serif;
  text-align: left;
  padding: 1rem;
  font-size: 1.2rem;
  color: #000;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Oculta el salto en escritorio */
.salto-movil {
  display: none;
}

/* Muestra el salto de línea solo en celulares */
@media (max-width: 600px) {
  .salto-movil {
    display: block;
  }
}


.contacto-doble {
  display: flex;
  justify-content: space-between;
  gap: 1rem; 
  flex-wrap: wrap; 
}

.contacto-item {
  flex: 1;
  min-width: 200px;
  padding: 0.5rem 1rem; 
  color: #000;
  
}

.izquierda{
  text-align: left;
}

.derecha{
  text-align: left;
}

.textUbicacion{
  text-align: left;
  padding: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
   margin-top: 4rem;
  font-weight: 500;
  color: #0a5c4a;
}

@media (max-width: 768px) {
  .textoContactanos{
    font-size:2rem;
    text-align: left;
  }
}

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

.galeria {
  width: 85%;             
  height: 500px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin:2rem;
}

.elem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.elem {
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  transition: flex 0.5s ease-in-out;
}

.elem:hover {
  flex: 4; /* Se expande verticalmente */
}

/* Aplica filtro de escala de grises a los que NO están en hover */
.galeria:has(.elem:hover) .elem:not(:hover) .img {
  filter: grayscale(100%);
  
}



.textoRedes{
  font-weight: 700;
  font-size: 1.2rem;
  padding: 1rem;
  font-family: sans-serif;
  text-align: left;
  color: #0a5c4a;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.8px;
}

.contenedor-botones{
  margin: 5px;
  bottom:40px;
  
}

.contenedor-botones a {
  margin: 0;
  font-size: 24px;
  justify-content: center;
}

i{
  text-align: center;
  font-size: 27px;
  color: black;
  margin: 20px;
  border-radius: 50%;
  padding: 18px;
  box-shadow: 0 5px 30px black;
  transition: .3s ease;
}

.bi-whatsapp:hover{
  background-color: #5FFC7B;
  color:white;
  box-shadow: 0 0 15px #5FFC7B,
              0 0 45px #5FFC7B,
              0 0 75px #5FFC7B,
              0 0 115px #5FFC7B;
}

.bi-instagram:hover{
  background-color:#D43089;
  color:white;
  box-shadow: 0 0 15px #D43089,
              0 0 45px #D43089,
              0 0 75px #D43089,
              0 0 115px #D43089;
}

.bi-facebook:hover{
  background-color:  #6d84b4;
  color:white;
  box-shadow: 0 0 15px  #6d84b4,
              0 0 45px  #6d84b4,
              0 0 75px  #6d84b4,
              0 0 115px  #6d84b4;
}
.imgContacto{
  width: 70%;
  padding: 3px;
  border-radius: 8px;
  box-shadow: 0 10px 45px black;
  margin: 1rem;
  animation: flotar 3s ease-in-out infinite;
}

@keyframes flotar {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.contenedor-central {
  display: flex;
  justify-content: center; 
  align-items: center;    
  width: 100%;
}

@media (max-width: 768px) {
  .contenedor-botones {
    margin-top: 20px; /* Ajusta el margen para pantallas más pequeñas */
  }
}

#siguiente,
#anterior {
    cursor:pointer
}

.containerVideos  {
  cursor: pointer;
}

.popup-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,1);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: row;
  cursor:crosshair;
}

.popup-video video {
  width: auto;
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  object-fit: contain; /* O usa cover si querés recorte */
  z-index: 1;
}

.popup-video span,
#prevVideo,
#nextVideo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.6rem;
  background: none;
  border: none;
  color: #80c341;
  cursor: pointer;
  z-index: 101;
  outline: none;
  box-shadow: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

.popup-video #prevVideo:hover,
.popup-video #nextVideo:hover, 
.popup-video #cerrar-video:hover{
  transform: translateY(-50%) scale(1.1);
  color: #39FF14;
}

#cerrar-video {
  top: 25px;
  right: 20px;
  z-index: 99999;
  color: #80c341;
  font-size: 2.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
}

#prevVideo {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

#nextVideo {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 750px) {
  .popup-video span,
#prevVideo,
#nextVideo,
#cerrar-video {
  color:#39FF14;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
}

.sliderOpiniones {
  position: relative;
  width: 100%;
  height: 550px; 
  perspective: 1000px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.itemOpinion {
  position: absolute;
  width: 300px;
  height: 465px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.5s ease, opacity 0.5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
  margin: -5%;
}

#nextOpiniones{
  position: absolute;
  right: 50px;
  top: 40%;
}
#prevOpiniones{
  position: absolute;
  left: 50px;
  top: 40%;
}

#prevOpiniones, #nextOpiniones{
  color: #00ff1a;
  background: none;
  border: none;
  font-size:4rem;
  font-family: monospace;
  font-weight: bold;
  opacity: 0.5;
  transition: opacity 0.5s;
  cursor:pointer;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  outline: none;
}

#prevOpiniones:hover,
#nextOpiniones:hover{
  opacity: 1;
}

@media (max-width: 750px) {
  #prevOpiniones{
    left: 3px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  }
  #nextOpiniones{
    right: 3px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  }
}

.iconoOpinion .iconoI{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4.2rem;
  color:#9dc875;
  z-index: 2;
  box-shadow: none;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  animation: titilar 2.5s infinite alternate ease-in-out;
}

@keyframes titilar {
  0% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.1); }
  100% { opacity: 1; transform: scale(1); }
}

.itemOpinion h1 {
  font-size: 1.6rem;
  margin: 15px;
  color:#80c341;
  font-weight: 700;
  text-shadow:
  1px 1px 2px rgba(0, 0, 0, 1),
  2px 2px 3px rgba(0, 0, 0, 0.7);
  letter-spacing: 1px;
  margin-top: 5.5rem;
  transform: scaleY(1.3);
}

.itemOpinion p {
  font-size: 1rem;
  color: black;
  margin-left: 6%;
  margin-right: 6%;
  margin-top:1rem;
  text-align: left;
  display: flex;
 

}

.parrafoOpiniones p {
  border-radius: 5px;
  padding: 5px 10px;
  margin: 10px;
  background-image: 
  linear-gradient(to left, transparent, rgba(128, 195, 65, 0.5), transparent),
  linear-gradient(to right, transparent, rgba(128, 195, 65, 0.5), transparent);
  background-repeat: no-repeat;
  background-size: 6px 100%, 6px 100%;
  background-position: left center, right center;

  box-shadow: inset 6px 0 8px -6px rgba(128, 195, 65, 0.6),
            inset -6px 0 8px -6px rgba(128, 195, 65, 0.6);
       
}

.logoOpiniones {
  margin-top: auto; /* esto empuja el logo al fondo */
  text-align: center;
  
}


.logoOpiniones img {
  width: 65%;
}


.opinion-section {
  text-align: center;
  margin-top: 2rem; /* separa del slider */
  display:flex;
  justify-content: center;
}

.opinion-buttons {
  display:flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.opinion-btn-google {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background: linear-gradient(90deg, #4285F4, #EA4335, #FBBC05, #34A853);
  background-size: 300% 300%;
  text-decoration: none;
  transition: background-position 0.4s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  align-items: center;
}

.opinion-btn-google:hover {
  background-position: right center;
  transform: scale(1.05);
  color: white;
  text-decoration: none;
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.opinion-btn-facebook {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background: linear-gradient(90deg, #3b5998, #1877f2);
  text-decoration: none;
  transition: background-position 0.4s ease, transform 0.2s ease;
  background-size: 200% 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 10px;
}

.opinion-btn-facebook:hover {
  background-position: right center;
  transform: scale(1.05);
  color: white;
  text-decoration: none;
}

.opinion-btn-facebook svg {
  fill: white;
}


.whatsapp-fijo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  
  

  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.whatsapp-fijo img {
  width: 40px;
  height: 40px;
}



.estiloMapa{
  margin-top: 2%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  overflow: hidden; /* Para que el mapa no sobresalga del borde redondeado */
  border: 1px solid #fff; /* Borde blanco sutil */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 480px;
}

