@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Permanent+Marker&family=Poppins:wght@400;500;600;700;800&family=Roboto:wght@700&family=Skranji:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
/* Estilos globales para reiniciar y establecer valores predeterminados */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

/* Estilos para el cuerpo (body) del sitio */
body {
    padding: 0;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    margin: 0;
    background: linear-gradient(to bottom, #F4E6B9, #f9f7e3);/* Gradiente de tono crema */
    color: #020202; /* Texto oscuro */
    overflow-x: hidden;
    
    
}


.navbar {
 
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4%  30px;
  height: 110px; /* Aumenta la altura de la barra */
  z-index: 1; /* Cambia el valor de z-index si es necesario */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
  /*background-color: rgba(5, 5, 5, 0.3); /* Cambia el valor de alfa (0.5 en este caso) para ajustar la opacidad */
}


/* Estilo para el contenedor del logo */
/* Estilo para el contenedor del logo */
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0;
  margin: 0;
}

/* Estilo para el enlace del logo */
.logo a {
  text-decoration: none;
}

/* Estilo para la imagen del logo */
.logo img {
  max-width: 100px;
  height: auto;
  margin-top: 2px;
  margin-bottom: 0px; /* Ajusta el margen inferior según tus preferencias */
}


  /* Menú principal */
  .menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
  }
  
  .menu li {
    font-family:"Skranji";
    
    padding: 10px 15px;
    color: #fff;
    cursor: default;
    position: relative;
    font-size: 25px;
    text-transform: none;
       
    
  }
 
  
  /* Estilos para el estado de hover */
  .menu li:hover {
    background-color: #00303f; /* Cambia el color de fondo al hacer hover */
    color: #f4f750; /* Cambia el color del texto para mejorar la legibilidad */
    border-radius: 5px; /* Agrega bordes redondeados para un aspecto suave */
    position: relative; /* Asegura que el elemento tenga una posición relativa */
  }
  
  .menu li a {
   
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
    text-transform: none;
    z-index: 1; /* Ajusta el índice Z para que aparezca sobre el submenú */
    font-size:20px;
    font-family:'Monserrat';
  
}
.menu li a:hover {
    
    color: #00F057; /* Cambia el color del texto para mejorar la legibilidad */
    border-radius: 5px; /* Agrega bordes redondeados para un aspecto suave */
    position: relative; /* Asegura que el elemento tenga una posición relativa */
    
   
  }
.menu h6 {
    font-family:"poppins";
    color: #fff;
    font-size: 13px;
    text-align: start;
    letter-spacing: 1px;
    }
.menu h6:hover {
  color: #00F057; /* Cambia el color del texto para mejorar la legibilidad */
}

.submenu-content {
    display: none;
    position: absolute;
    background-color: #212327;
    min-width: 200px;
    z-index: 1;
    list-style: none;
    cursor: none;
  }

.submenu:hover .submenu-content {
    display: block;
    color: #0a0a0a;
    
  }
  
/* Barra de navegación */
.header {
  background-image: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.4)
  ), url('../img/jpeg'); /* Imagen de fondo inicial */
  background-repeat: no-repeat;
  background-size: 110%;
  animation: backgroundAnimation 10s infinite; /* Cambia cada 10 segundos */
}

@keyframes backgroundAnimation {
  0% {
    background-image: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ), url('../img/1.jpeg');
  }
  25% {
    background-image: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ), url('../img/1.jpeg');
  }
  50% {
    background-image: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ), url('../img/3.jpeg');
  }
  75% {
    background-image: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ), url('../img/4.jpeg');
  }
  100% {
    background-image: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ), url('../img/5.jpeg');
  }
}


.header-img {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  line-height: 36px;
  text-align: justify;
  padding: 5px;
}


.header-img  h1 {
  position: absolute;
    top: 28%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: 100%;
    color: #f4f750;
    font-size: 85px;
    font-weight: 900;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 10px;
 
  
  
}
.header-img h2 {
  font-size: 70px;
  line-height: 100px;
  letter-spacing: 4px;
  color: rgb(255, 255, 255);
  font-family: 'Kaushan Script', cursive;
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 120px;
  
}
.textohome {
  background-image: linear-gradient(135deg, rgba(255, 0, 150, 0.2), rgba(0, 255, 255, 0.4));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px 50px;
  
}


.header-img p {
  font-size: 25px;
  font-weight: bold;
  

}

.historiaenraizada {
    background-color: #F4E6B9;
    padding: 30px;
    display: grid;
    grid-template-columns: 30% 30% 40%; /* Ajusta los porcentajes según tus necesidades */
    grid-gap: 1em;
}
/*contenido de columnas*/
.columna-izquierda,
.columna-centro,
.columna-derecha {
    padding: 1em; /* Agrega espacio interno a cada columna si es necesario */
    align-items: center;
    text-align: justify;
}


.columna-derecha {
   
    justify-content: center;
    align-items: center;
    text-align:justify; /* Alinea el texto en el centro si es necesario */
}
.columna-derecha img {
    max-width: 100%;
    display: block;
    margin: 0; /* Elimina el margen predeterminado */
    margin-left: auto; /* Establece el margen izquierdo a "auto" para centrar horizontalmente */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); /* Sombra suave */
}
.columna-derecha figcaption {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  font-family:Times New Roman;
}


#btnTop {
  position: fixed;
  bottom: 10px;
  right: 0px;
  z-index: 1;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent; /* Fondo transparente */
  color: #000000; /* Color del icono en negro */
  font-size: 24px; /* Tamaño del icono */
  width: 40px; /* Ancho del botón */
  height: 40px; /* Alto del botón */
  border-radius: 30%; /* Hace que el botón sea circular */
  padding: 0 0px; /* Elimina el relleno */
  transition: all 0.3s ease-in-out;
}

#btnTop:hover {
  background-color:transparent /* Fondo transparente en hover */
}

#btnTop:active {
  background-color: rgb(117, 119, 115); /* Fondo transparente en clic */
}



/*comienza los stilos de card*/
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 20px 0;
    flex-wrap: wrap;
  }
  .container .card {
    position: relative;
    min-width: 380px;
    height: 550px;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.05),
    inset -5px -5px 5px rgba(255, 255, 255, 0.5),
     5px 5px 5px rgba(0, 0, 0, 0.05), -5px -5px 5px rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    margin: 30px;
  }
  .container .card .targeta {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #ebf5fc;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: none;
    display: flex;
    justify-content: center;
    align-items: start;
  }
  .container .card .targeta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.02);
  }
  .container .card .targeta .content {
    padding: 20px;
    text-align: center;
  }
  
  .container .card .targeta .content h2 {
    font-size: 1em;
    color: #777;
    z-index: 1;
    transition: 0.4s;
  }
  .container .card .targeta .content p {
    padding:  0px 15px;
    font-size: 15px;
    font-weight: 300;
    color: #777;
    z-index: 1;
    transition: 0.4s;
    text-align: justify;
  }
  .container .card .targeta .content a {
    position: relative;
    display: inline-block;
    padding: 4px 20px;
    background: #03a9f4;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    
  }
  .container .card:hover .targeta {
    transform: translateY(-50px);
    transition: 0.5S;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.4);
    background: linear-gradient(45deg, #b95ce4, #e91e63);
    background: linear-gradient(45deg, #b95ce4, #4f29cd);
  }
  .container .card:hover .targeta .content h1 {
    color: rgba(0, 0, 0, 0.05);
  }
  .container .card:hover .targeta .content h2 {
    color: rgb(255, 255, 255);
  }
  .container .card:hover .targeta .content p {
    color: rgb(255, 255, 255);
  }
  .container .card:hover .targeta .content a {
    background: #ff568f;
  }
  .contenido-con-desplazamiento {
    background-color: #4c606b;
    
    max-height: 200px;
    overflow-y: auto; /* Utiliza "auto" en lugar de "scroll" */
    margin-top: 10px;
  }
  .contenido-con-desplazamiento::-webkit-scrollbar {
    width: 0; /* Ancho cero para navegadores WebKit (Safari, Chrome) */
  }


/* Estilo para el contenedor principal */
.uneteanosotros {
  
  padding: 40px;
  
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Estilo para el contenedor de las imágenes */
.image-container {
  display: flex; /* Alinea las imágenes en una fila */
  justify-content: space-between; /* Distribuye las imágenes uniformemente en el contenedor */
  align-items: center; /* Centra verticalmente las imágenes */
  gap: 20px; /* Espacio entre las imágenes */
}

/* Estilo para las imágenes */
.image-container img {
  width: 80%; /* Ajusta el tamaño máximo de las imágenes al contenedor */
  margin-top: 30px;
}
/* Estilo para los figcaption */
.image-container figcaption {
  font-size: 14px; /* Tamaño de fuente para los figcaption */
  color: #020202; /* Color de texto para los figcaption */
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}


/* Estilo para el fondo de .carrusel con un gradiente suave */
.galeria {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110vh;
  background-image: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.9)
  ), url('../img/4.jpeg'); /* Imagen de fondo inicial */
  background-size: cover;
  transform-style: preserve-3d;
  margin: 0px;
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

.box {
  position: relative;
  width: 210px;
  height: 250px;
  transform-style: preserve-3d;
  transition: 1.5s;
  transform: perspective(1000px) rotateY(0deg);
}

.box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: rotateY(calc(var(--i) * 45deg)) translateZ(340px);
  -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(36, 20, 20, 0.267));
}

.box span img {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  border-radius: 10px;
}

.btns {
  position: absolute;
  bottom: 70px;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.btns .btn {
  position: relative;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btns .btn:active {
  background: #fff;
}

.btns .btn::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translate(-2.5px, 2.5px);
}

.btns .btn.prev::before {
  transform: rotate(225deg) translate(-2.5px, 2.5px);
}

.btns .btn:active::before {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.h11chol {
  position: absolute;
  top: 20px;
  font-family: 'Kaushan Script', sans-serif;
  letter-spacing: 10px;
  font-size: 55px;
  font-weight: bold; 
  color: #ffffff;
  text-align: center;
  margin: 0;
  z-index: 1; /* Asegura que el título esté en la parte superior */
}

.h1chol{
  font-size: 45px;
  font-weight: bold; 
  color: rgb(63, 153, 189);
    font-family: 'Poppins', sans-serif;
    text-align:center;
    margin-left: 50px;
    margin-right: 100px;
  
}



iframe {
    display: block;
    border: none;
    width: 100%;
    height: 100vh;
   
  
}

.container {
  width: 100%;
}
/*____________________________*/

@media only screen and (max-width: 575.98px) {

  .navbar {
 
    padding: 0%  1px;
    height: 80px; /* Aumenta la altura de la barra */
    position: relative;
    left: -200;
    
  }
  
  .menu li {
    font-family: Roboto;
    padding: 0px 2px;
    font-size: 8px;
  }
  .menu li a {
    font-size:10px;
    font-family:'Monserrat';
  
}
  .header-img  h1 {
    position: absolute;
      top:15%;
      transform: translateY(-50%);
      margin: 0;
      padding: 0;
      width: 100%;
      color: #f4f750;
      font-size: 25px;
      font-weight: 900;
      text-align: center;
      font-family: 'Bebas Neue', sans-serif;
      letter-spacing: 10px;
   
    
    
  }
  .header-img h2 {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    align-items: center;
    margin: 0px;
    margin-top:70px;
   
    
  }

  .menu h6 {
    font-family:"poppins";
    color: #fff;
    font-size: 5px;
    text-align: start;
    letter-spacing: 1px;
    }
    .historiaenraizada {
      display: flex;
      flex-direction: column;
      text-align: center;
    }
    
    .columna-izquierda,
    .columna-centro,
    .columna-derecha {
      width: 100%;
      margin-bottom: 20px;
    }
   
    
    /* Estilos para pantallas medianas y más grandes */
    @media only screen and (min-width: 768px) {

      .historiaenraizada {
        flex-direction: row;
        justify-content: space-between;
      }
    
      .columna-izquierda,
      .columna-centro {
        width: 100%; /* Ajusta según tu diseño */
      }
    
      .columna-derecha {
        width: 100%;
      }
    }

   .logo img {
  max-width: 40px;
  height: auto;
  position: absolute;
  top: 80px; /* Ajusta según tu diseño, define la distancia desde la parte superior */
  right: 0; /* Ajusta según tu diseño, define la distancia desde la derecha */
}
  .submenu-content {
    
    min-width: 50px;
    
  }

    .h11chol {
      position: absolute;
      top: 30px;
      font-size: 20px;
      font-weight: bold; 
      text-align: center;
      
      
    }
    .galeria {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 80vh;
    }

    .h1chol {
      font-size: 22px;
      margin: 10px;
    }
    .informacion {
      margin-top:10px;
      width: 100%;
      padding: 10px 20px;
      background-color: #f0f0f0;
      box-sizing: border-box;
  }
  .uneteanosotros {
    padding: 30px;
    
}
  
    .textohome {
      
      padding: 20px;
      border-radius: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 20px 20px;
      
    }
    .header-img p {
      font-size: 12px;
      font-weight: bold;
      line-height: 15px;
      margin: 5px;
      
    
    }

    .contenido-con-mapa {
      flex-direction: column;
      justify-content: space-between;
    }
  
  
    .informacion {
      width: 100%; /* Ajusta según tu diseño */
      text-align: left;
    }
    #map {
      width: 100%;

    }
  
  
    

    
    /* Estilos para pantallas más pequeñas (móviles) */
    @media only screen and (max-width: 480px) {
      .columna-izquierda,
      .columna-centro,
      .columna-derecha {
        width: 100%;
      }
    }
    
  
}





 


  

 


   
  

  
