

.letra{
  text-align: center;
  text-decoration-color: black;
  font-family: 'Times New Roman', Times, serif;
  color: black;
  text-shadow: 2px 2px 4px cornflowerblue;
  animation: moverLetras 5s forwards; 
}
  @keyframes moverBoton {
  0% {
    left: 0; /* Posición inicial del botón */
  }
  100% {
    left: 100px; /* Nueva posición final del botón */
  }
}

.texto1{
  color: black;
  font-size: 15px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  
}

.texto{
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  animation: moverLetras 2s infinite; 
}
  @keyframes moverLetras {
  0% { transform: translateX(0); }
  50% { transform: translateX(100px); }
  100% { transform: translateX(0); }
}


.footer{
  text-align: center;
  background-color: mistyrose;
}



.foto{
  border: 4px;
  margin: 2px;
  box-shadow: 60px;
  height: 90px;
  widows: 40px;
  margin-right: 20px;
}



.tilu{
  text-align: center;
  font-family: 'poppins', sans-serif ;
  color: white;
} 

.carrusel {
  display: flex;
  overflow-x: hidden;
  padding: 20px;
  white-space: nowrap;
  transform: scale(1.1);
  animation: carrusel-animation 20s linear infinite;
}

.carrusel img {
  width: auto;
  height: 400px;
  margin-right: 20px;
  
}

@keyframes carrusel-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
  
}
  
@media (max-width: 768px) {
    .gallery-horizontal {
        flex-direction: row-reverse;
    }
}



.imagen img {
  width: 100%;
  height: auto;
}

  
.past img {
  width: 100%;
  height: auto;
}



.color{
  background-color: white;
      color: black;
      padding: 20px;
  
}


.botin {
  background-color: #4CAF50; /* Green background */
  border: none; /* No border */
  color: white; /* White text */
  padding: 15px 32px; /* Padding around text
  text-align: center; /* Center text */
  text-decoration: none; /* No decoration */
  display: inline-block; /* Make it an inline block */
  font-size: 16px; /* Font size */
  margin: 4px 2px; /* Margins around the button */
  cursor: pointer; /* Make the cursor a pointer */
  border-radius: 12px; /* Rounded corners */
  box-shadow: 0 5px 10px rgba(0,0,0,0.1); /* Shadow around the button */
  text-decoration: none; /* Para quitar el subrayado del enlace */
}

.boton-enlace:hover {
    background-color: #0056b3; /* Cambiar color al pasar el mouse sobre el botón */
}
}

.botin:hover {
  background-color: #3e8e41; /* Darker green on hover */
}

.botin:active {
  background-color: #2c5d25; /* Darkest green on active */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Smaller shadow on active */
}





header {
  background-color: skyblue;
  padding: 15px;
}

header h1 {
  color: white;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  transition: transform .5s ease;
float: center;
  
}

/* Estilo para el menú */
nav.menu {
  background-color: #000080; /* Establecer el color de fondo */
  padding: 20px; /* Agregar padding al menú */
  box-sizing: border-box; /* Incluir el padding en el ancho */
}

/* Estilo para la lista del menú */
nav.menu ul {
  list-style: none; /* Quitar los puntos de la lista */
  margin: 0; /* Quitar el margen de la lista */
  padding: 0; /* Quitar el padding de la lista */
  display: flex; /* Mostrar los elementos del menú como una fila */
  justify-content: space-between; /* Distribuir los elementos de manera uniforme */
}

/* Estilo para cada elemento del menú */
nav.menu ul li {
  margin: 0; /* Quitar el margen de cada elemento */
  padding: 0; /* Quitar el padding de cada elemento */
}

/* Estilo para los enlaces del menú */
nav.menu ul li a {
  color: #fff; /* Establecer el color del texto */
  text-decoration: none; /* Quitar la decoración del enlace */
  transition: color 0.3s ease; /* Agregar una transición al color */
}

/* Estilo para los enlaces del menú al pasar el mouse */
nav.menu ul li a:hover {
  color: #ccc; /* Cambiar el color del texto al pasar el mouse */
}


.banner {
  background-image: url('/almacenamiento interno/DCIM/Facebook /FB_IMG_1711409872080.jpg');
  background-size: cover; /* cover the entire container */
  height: 800px; /* set the height of the banner */
}
@keyframes slide {
  0% {opacity: 0;}
  8% {opacity: 1;}
  33% {opacity: 1;}
  41% {opacity: 0;}
  100% {opacity: 0;}
}

.redes{
  height: 30px;
  width: 30px;
}

.text{
  font-size: 20px;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: white;
}

.login-container {
    max-width: 300px;
    margin: 100px auto;
    padding: 80px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    background-image: url('/almacenamiento interno/FB_IMG_1713495699931.jpg');
}

h2 {
    color: #333;
}

input {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
}

button {
    background-color: blue;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}

button:hover {
    background-color: #0056b3;
}

.evento {
  position: relative;
  width: 100%;
  height: 400px; /* Ajusta la altura según tus necesidades */
}

.slide {
  display: none;
}

.slide img {
  width: 100%;
}

.active {
  display: block;
}
```


.active {
    display: block;
}

.container {
    background-color: sienna; /* Color de fondo de la caja */
    padding: 10px;
    display: flex; /* Utilizamos flexbox para centrar el contenido */
    justify-content: center; /* Centramos horizontalmente el contenido */
    align-items: center; /* Centramos verticalmente el contenido */
    height: 40vh; /* Hacemos que la caja ocupe el 100% del alto de la ventana */
}

.box {
    width: 150px;
    height: 150px;
    margin: 10px;
    overflow: hidden;
    
}

.box img {
    width: 300px;
    height: auto;
}

.gallery{
    position: relative;
    height: 200px;
    width: 500px;
}

.slide {
    display: none;
}

 .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 20px;
    padding: 10px;
}
.prev{
    position: absolute;
    top: 100%;
    transform: translateY(50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 20px;
    padding: 10px;
}

.galeria{
  flex: row-reverse;
}

.tix{ 
  font-size: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  justify-content: center;
    align-items: center;
}
  
    @keyframes moverBoton {
  0% {
    left: 0; /* Posición inicial del botón */
  }
  100% {
    left: 100px; /* Nueva posición final del botón */
  }
}


.image-box {
  width: 300px; /* Change this to your desired width */
  height: 700px; /* Change this to your desired height */
  overflow: hidden;
  border: 5px solid skyblue;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  float: left;
}
.image-box2 {
  width: 400px; /* Change this to your desired width */
  height: 700px; /* Change this to your desired height */
  overflow: hidden;
  border: 5px solid skyblue;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  float: right 0 10px;
  
  
}

.image-box3 {
  width: 400px; /* Change this to your desired width */
  height: 700px; /* Change this to your desired height */
  overflow: hidden;
  border: 5px solid skyblue;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  float: left 0 10px;
  }
   

.image-box4 {
  width: 400px; /* Change this to your desired width */
  height: 700px; /* Change this to your desired height */
  overflow: hidden;
  border: 5px solid skyblue;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  float: left 0 10rem;
  
  }


.image-box5 {
  width: 400px; /* Change this to your desired width */
  height: 700px; /* Change this to your desired height */
  overflow: hidden;
  border: 5px solid skyblue;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  float: right 0 10px;
  
  }
  
  
.image-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.stylized-text {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  text-shadow: 1px 1px #fff, 2px 2px #ccc;
  text-align: center;
  margin-bottom: 1rem;
}
.center{
  text-align: center;
    font-family: 'poppins', sans-serif ;
    text-shadow: 0 3px 2px lightskyblue;
}

.carrusel4{
  display: flex;
  overflow-x: hidden;
  padding: 20px;
  white-space: nowrap;
  transform: scale(1.1);
  animation: carrusel-animation 20s linear infinite;
  }
  
  .carrusel4 img {
    width: auto;
    height: 400px;
    margin-right: 20px;
  
  }
  
  @keyframes carrusel-animation {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(-100%);
    }
  
  }
  
  @media (max-width: 768px) {
    .gallery-horizontal {
      flex-direction: row-reverse;
    }
  }
}

}

.owl-carousel .item img {
  width: 100%;
  height: auto;
}

.owl-carousel .item video {
  width: 100%;
  height: auto;
}

.image-box8 {
  width: 800px; /* Change this to your desired width */
  height: 300px; /* Change this to your desired height */
  overflow: hidden;
  border: 3px solid;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: ghostwhite;
}

.tu{
  margin-left: 50px;
  color: white;
  display: flex;
animation: moverLetras 5s forwards; 
}
  @keyframes moverBoton {
  0% {
    left: 0; /* Posición inicial del botón */
  }
  100% {
    left: 100px; /* Nueva posición final del botón */
  }
}

.eslogan{
  width: 100%;
}

footer{
  height: 100px;
  padding: 20px;
  margin-top: 20px;
}

.logo-container{
  display: flex;
  align-items: left: 5px;
}


.yi{
  height: 800px;
}

@keyframes aparecer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.body2 {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background: #000;
            color: #fff;
            font-family: Arial, sans-serif;
        }

        video {
            position: fixed;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -1;
            -ms-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            background-size: cover;
        }

        .title {
            font-size: 48px;
            text-align: center;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }