
#header .imgPrimera {
  width: 255px;
  margin:0;
  filter: drop-shadow(1px 1px 1px black);
}

#header {
  z-index: 1000;
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
}

.navbar-colored {
  background-color: #2a2b2b !important;
 
}

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

/* Scrollbar moderno con brillo verde metálico */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #1c1c1c, #2a2a2a);
  border-radius: 12px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.6);
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: radial-gradient(circle at 50% 50%, #80c341 40%, #666 70%, #333 100%);
  border-radius: 12px;
  border: 1.5px solid rgba(25, 25, 25, 0.9);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.2),
              0 2px 6px rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: radial-gradient(circle at 50% 50%, #a2e063 40%, #888 70%, #444 100%);
  transform: scale(1.1);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3),
              0 3px 8px rgba(0, 0, 0, 0.6);
}

/* Firefox */
html, body {
  scrollbar-color: #80c341 #1c1c1c;
  scrollbar-width: thin;
}

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

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

  .nav-link:hover {
    transform: none;
  }

  #main, #carousel, .carousel-inner, .video-wrapper {
    width: 100%;
    height: 100vh;
    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;
}

video {
  border-radius: 0 !important;
}

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



.texto-video .textosecundario {
  font-size: 25px;         /* más chico */
  text-align: center;      /* centrado */
  font-weight: 400;        /* menos pesado */
  margin-top: 0.3em;

}

.texto-video .textoprimario{
  text-align: center;      /* centrado */
}

.texto-video .textoentregatos {
  text-align: center; 
  font-size: 42px;
  
}



.texto-video {
  color: #fff;
  letter-spacing: 1px;
  font-size: 38px;
  width: 100%;
  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); 
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin-left: -2rem;
  transform: scaleY(1.1); 
  display: inline-block;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
 
}
.texto-video span {
  display: block;
}


.texto-video1,
.texto-video2 {
  font-size: 27px;
  color: #80c341;
  letter-spacing: 1px;
  line-height: 1.2;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  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);
  
  background-color: rgba(0, 0, 0, 0.5); 
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block; 
  width: 65%; 
  box-sizing: border-box;
  text-align: right;
  margin-right: -2.8rem;
  font-weight: 600;
}

.navbar-toggler {
  background-color: rgba(0, 0, 0, 0.10); 
  border: transparent;
  padding: 8px;
  border-radius: 5px;
}


@media (max-width: 768px) {
  .row.align-items-center {
    display: flex;
    flex-direction: column;
    justify-content:end;
    min-height: 100vh;
  }

  .navbar-collapse.show {
    background-color: #2a2b2b; /* Fondo oscuro translúcido */
    padding: 1rem;
    width: 100%;
  }

  .texto-izquierda {
    flex-direction: column; /* los pone uno abajo del otro */
    align-items: center !important;
    justify-content: center;
    text-align: center !important;
    padding: 2px;
    margin-bottom: 1.5rem !important;
    width: 100%;
    margin: 0 ;
    margin-left: 0;
  }
  
  .texto-video .textoprimario {
    font-size: 40px;
  }

  .texto-video .textosecundario {
    font-size: 24px;
    text-align: center;
    align-items: center;
    margin-left: 0;
  }
  
  /* Subir los textos de abajo un poco más */
  .textosVideos {
    padding-bottom: 18vh; /* antes tenías 30px, esto es más responsive */
    align-content: center;
    align-content: center;
    text-align: center;
  }

  .texto-video1,
  .texto-video2 {
    font-size: 19px !important;
    width: 100%;
    text-align: center;
    padding:5px;
    text-align: center !important;
    line-height: 1.3;
    margin: 0 ;
    width:100%; 
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.35) !important; 
    letter-spacing: 1px;
   
  }

  .texto-video1 img {
    display: none !important;
  }

  .texto-video2 span {
    font-size: 25px !important;
  }
}



@media (max-width: 1150px) {
  .texto-video {
    margin-left: 0;
    width: 100%; /* más flexible */
    font-size: 34px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .texto-video1,
  .texto-video2 {
    margin-right: 0;
    width: 90%;
    font-size: 22px;
    text-align: center; /* opcional si querés que se vea mejor */
  }
}

.texto-video1 img{
  width: 47px;
  display: block;
  margin: 0;
  float: left;
  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); }
}



#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{
 font-weight: 600;
 font-size: 19px; /* agranda la letra */
} 


@media (max-width: 991.98px) {
  /* Tablet y menor */
  .navbar-nav {
    font-size: 18px;
  }
}

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

.nav-link {
  color: #fff !important; 

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



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

 
}  

@media (max-width: 990px) {
  .nav-link:hover {
    transform: none !important;
    color: none !important; 
  }
}

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

.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: 90svh;
  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.webp);
  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: 4%;
  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: 18px;
  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-57.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 4px 12px rgba(0, 0, 0, 0.4),
  0 -4px 12px rgba(0, 0, 0, 0.25),
  4px 0 12px rgba(0, 0, 0, 0.25),
  -4px 0 12px rgba(0, 0, 0, 0.25);
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.4;
  backdrop-filter: blur(2px); 
  will-change: transform;
}

@media only screen and (max-width: 767px) {
  .texto-video1,
  .texto-video2 {
    font-size: 18px !important;
    line-height: 1.3;
  }

  .texto-video2 span {
    font-size: 22px !important;
   text-decoration: none !important;
  }

  .grupoNosotros p{
    color:black;
    font-size: 1rem !important;
  }

  .parrafo {
    font-size: 14px !important;
    background-color: rgba(215, 214, 202, 0.88) !important; 
  }

  .parrafoR {
    font-size: 14px !important;
    background-color: rgba(215, 214, 202, 0.88) !important; 
  }

  .contenido h3 {
    font-size: 20px;
  }

  .contenido-ubi h3 {
    font-size: 20px;
  }

  .parrafo h4{
    font-size: 17px;
  }

  .parrafoR h4{
    font-size: 17px;
  }

  .textodecorativo{
    font-size: 1rem !important;
  }
}

.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 4px 12px rgba(0, 0, 0, 0.4),
  0 -4px 12px rgba(0, 0, 0, 0.25),
  4px 0 12px rgba(0, 0, 0, 0.25),
  -4px 0 12px rgba(0, 0, 0, 0.25);
  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;
  
}

@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.webp);
  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: 40svh;
  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;
  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); 
  font-weight: 600;
}

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

.hola{
  background-image: url(assets/images/fondo2.webp);
  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(44, 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(47, 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;
  margin-bottom: 2rem;
}

.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;
  width: 100%;
  height: 100vh; /* importante */
  
  background-color: #80c341;
 
}

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



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

.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;
  margin-top: -2rem;
}


/* 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: 0.8px;
  margin-top: 5rem;
  font-weight: 700;
  color: #0a5c4a;
  font-size: 1.3rem;
  font-family: sans-serif;
}



@media (max-width: 768px) {
  .textUbicacion{
    text-align: left;
    padding: 0;
    letter-spacing: 1px;
    max-width: 100%;
    margin-top: 2rem;
    font-weight: 700;
    font-size: 1.2rem;
  }

  .textodecorativo{
    color: #000; /* texto negro */
    padding: 0;
    text-align: left;
    max-width: 100%;
    font-size: 1.2rem;
    line-height: none;
    transform: none;
    margin-top:0;
  }

  .textoRedes{
    font-weight: 700;
    font-size: 1.2rem;
    padding: 1rem;
  }

  .galeria {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .horario {
    margin-top: 0 !important;
  }

  .estiloMapa{
    height: 380px !important;
    
  }

  .contacto-doble{
    display: flex;
    flex-direction: column;
   
  }

  .contacto-doble .derecha{
   margin-top: -1rem;
   
  }
}

.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{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* permite que bajen a la siguiente línea si no entran */
  gap: 12px; /* espacio entre botones */
  margin-top: 20px; /* tu margen superior */

}

.contenedor-botones a {
  font-size: 28px;   /* tamaño de los iconos */
  color: black;      /* color inicial, cambialo si querés */
  text-decoration: none;
  transition: transform 0.2s, color 0.2s;
}


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

.bi-youtube:hover {
  background-color: #FF0000;   /* rojo característico de YouTube */
  color: white;
  box-shadow: 0 0 15px #FF0000,
              0 0 45px #FF0000,
              0 0 75px #FF0000,
              0 0 115px #FF0000;
}
.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: 1000px) {
  i {
    margin: 12px;      /* margen reducido */
    padding: 0;        /* sin relleno para mostrar solo icono */
    box-shadow: none !important;
    background-color: transparent !important;
    
    font-size: 35px;
  }
  
  /* Quitar efectos hover */
  .bi-whatsapp:hover,
  .bi-instagram:hover,
  .bi-facebook:hover,
  .bi-youtube:hover {
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
  }
  
  /* Colores y sombras para cada ícono */
  .bi-whatsapp {
    color: #5FFC7B !important;
    box-shadow: 0 0 8px #5FFC7B,
                0 0 15px #5FFC7B;
  }
  
  .bi-instagram {
    color: #D43089 !important;
    box-shadow: 0 0 8px #D43089,
                0 0 15px #D43089;
  }
  
  .bi-facebook {
    color: #6d84b4 !important;
    box-shadow: 0 0 8px #6d84b4,
                0 0 15px #6d84b4;
  }
  
  .bi-youtube {
    color: #FF0000 !important;
    box-shadow: 0 0 8px #FF0000,
                0 0 15px #FF0000;
  }
}

#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);
  font-size: 3rem;
}
}

.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: 999;
  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{
  box-shadow:
  0 4px 12px rgba(0, 0, 0, 0.4),
  0 -4px 12px rgba(0, 0, 0, 0.25),
  4px 0 12px rgba(0, 0, 0, 0.25),
  -4px 0 12px rgba(0, 0, 0, 0.25);
  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;
}

.intro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, #000000 0%, #444444 50%, #000000 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  z-index: 1000;
  transition: opacity 1s ease-in-out;
 
}

/* clase para ocultar con fade */
.intro-overlay.fade-out {
  opacity: 0;
  pointer-events: none;
}

.imgVideo {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
  animation: brilloFinoNeon 2s ease-in-out infinite;
}

@media (max-width: 750px) {
  .imgVideo {
    max-width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
    animation: brilloFinoNeon 2s ease-in-out infinite;
  }
}

@keyframes brilloFinoNeon {
  0% {
    filter:
      drop-shadow(0 0 1px rgba(255, 255, 255, 0.7))
      drop-shadow(0 0 2px rgba(30, 218, 39, 0.7))
      drop-shadow(0 0 6px #44ff2b);
     
  }

  25% {
    filter:
      drop-shadow(0 0 2px rgba(255, 255, 255, 0.7))
      drop-shadow(0 0 3px rgba(30, 218, 39, 0.7))
      drop-shadow(0 0 7px #44ff2b);
      
  }

  50% {
    filter:
      drop-shadow(0 0 3px rgba(255, 255, 255, 0.7))
      drop-shadow(0 0 4px rgba(30, 218, 39, 0.7))
      drop-shadow(0 0 8px #44ff2b);
     
  }

  75% {
    filter:
      drop-shadow(0 0 4px rgba(255, 255, 255, 0.7))
      drop-shadow(0 0 5px rgba(30, 218, 39, 0.7))
      drop-shadow(0 0 9px #44ff2b);
     
  }

  100% {
    filter:
      drop-shadow(0 0 5px rgba(255, 255, 255, 0.7))
      drop-shadow(0 0 6px rgba(30, 218, 39, 0.7))
      drop-shadow(0 0 10px #44ff2b);
     
  }
}



.carousel-wrapper-you {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 5rem;
  
}

.carousel-inner-you {
  display: flex;
  transition: transform 0.5s ease-in-out;
  
}

.carousel-itemyou {
  flex: 0 0 100%;
  display: none;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  
}

.carousel-itemyou.active {
  display: flex;
}

iframe {
  width: 100%;
  max-width: 570px;
  height: 320px;
  border: 1px solid black;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 1);
}

.carousel-buttons-you {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;         
  transform: translateY(-50%);
  pointer-events: none;
  box-shadow: none;

}

.btn-carousel-you {
  background: none;       
  border: none;           
  color: inherit;         
  font-size: 2rem;
  padding: 0;             
  cursor: pointer;
  z-index: 2;
  pointer-events: auto;
  outline: none !important;          
  box-shadow: none;       
  font-weight: bold;
  color: #00ff1a;
  background: none;
  font-size:4rem ;
  font-family: monospace;
  font-weight: bold;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
}

.btn-carousel-you.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.btn-carousel-you:hover{
  transform: scale(1.2);
}

/* Responsive: en móvil los botones van abajo */
@media (max-width: 600px) {
  .carousel-buttons-you {
    position: static;
    transform: none;
    margin-bottom: 0;
    justify-content: center;
    gap: 60px;
    
  }

  .btn-carousel-you:hover{
    transform: none;
  }

  iframe {
    height: 220px;
  }

  .btn-carousel-you {
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    outline: none;
    box-shadow: none;
    outline: none !important;          
    font-weight: bold;
    color: #00ff1a;
    background: none;
    font-size:4rem ;
    font-family: monospace;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
  }
}




a.telefono {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}




#bloqueoHorizontal {
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, #000000 0%, #444444 50%, #000000 100%);
  color: #fff;
  font-size: 1.5rem;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  text-align: center;
  padding: 20px;
  flex-direction: column;
  gap: 10px;
}

#bloqueoHorizontal .logo-bloqueo {
  width: 220px; /* ajustable */
  height: auto;
  filter: drop-shadow(1px 1px 1px black);
}

/* BLOQUEO SOLO EN CELULARES EN HORIZONTAL */
@media screen and (orientation: landscape) and (pointer: coarse) and (max-width: 1000px) {
  #bloqueoHorizontal {
    display: flex !important;
  }

  /* Ocultás todo lo demás */
  body > *:not(#bloqueoHorizontal) {
    display: none !important;
  }
}
