* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }
  
  body {
    margin: 0px;
    padding: 0px;
  }
  

  
  header {
    background: url('../assets/fondo.png');
    background-size: cover;
    background-position: center;
    height: 1024px;
    padding: 2rem;
    box-sizing: border-box;
    margin: 0px;
    color: white;
    position: relative;
  }
  
  
  .header-container {
    display: flex;
    align-items: center;
    height: 100px; 
    margin: auto 0;
    justify-content: space-between;
  }

  
  #logonav img {
    margin-top: 20px;
    margin-left: 20px;
    height: 140px;
    flex: 1;
  }
  
  nav {
    display: flex;
    gap: 3rem;
    color: white;
    font-size: 48px;
    font-family: 'Water Brush';
    flex: 1;
    justify-content: center;
    padding-right: 200px;
  }
  
  nav a {
    color: white;
    text-decoration: none;
  }
  
  nav a:hover {
    color: #D6BB77
  }

 .circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  height: 600px;

}

.circles {
  width: 432px;
  height: 432px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #5a2e0e;
  margin-left: -40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.circles:first-child {
  margin-left: 0;
}

.circles img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circles:hover{
  transform: scale(1.05)
}

/* Resaltamos el círculo del centro */
#ce {
  transform: scale(1.1);
  z-index: 2;
  position: relative;
  margin-bottom: 170px;
}

#ce:hover{
  transform: scale(1.05)
}

.header-text{

  max-width: 100%;
  display: flex;
  justify-content: center;
  font-size: 50px;
  font-family: 'Rye';
}

.header-subtext{
  display: flex;
  justify-content: center;
  font-family: 'Rye';
  font-size: 32px;
}

.union {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.historia{
  height: 1254px;
  background: #D6BB77 url('../assets/papel.png')
 }

.historia h2{
  padding-top: 100px;
  font-family: 'Water Brush';
  color: white;
  font-size: 90px;
  z-index: 1;
}

.texto-historia{
  padding-top: 50px;
  display: flex;
  justify-content: center;
  position: relative;
}

.lazo{
  position: absolute;
  z-index: 0;
}

.texto{
  padding-top: 60px;
  display: flex;
  justify-content: center;
  padding-right: 300px;
}

.texto p{
  font-family: 'Overlock';
  width: 790px;
  font-size: 32px;
}

.Caballero{
  position: absolute;
  right: 0;
  top: 130%;
  z-index: 0;
}

.Caballero img{
  height: 70rem;
}

.lineas{
  vertical-align: auto;
  position: relative;
  padding-top: 4rem
}

.linea-naranja{
  display: flex;
  position: absolute;
  background-color: #E53E25;
  width: 100%;
  height: 112px;
  font-size: 64px;
  color: white;
  font-family: 'Rye';
  vertical-align: center;
  top: 0;
  z-index: 1;
  transform: rotate(-3deg);
  overflow: hidden;
}

.linea-naranja span{
  padding-top: 11px;
  animation: moverTexto 60s linear infinite;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  min-width: 200%;
}

.linea-amarilla span{
  padding-top: 11px;
  animation: moverTexto 60s linear infinite reverse;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  min-width: 200%
}

.linea-amarilla{
  z-index: 2;
  display: flex;
  position: absolute;
  background-color: #E8A11C;
  width: 100%;
  height: 100px;
  font-size: 64px;
  color: white;
  font-family: 'Rye';
  vertical-align: center;
  top: 130px;
  transform: rotate(2.5deg);
  overflow: hidden;
}

@keyframes moverTexto {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.image-sec{
  padding: 5rem 0rem;
  background: url('../assets/fondorojo.png');
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  
}

.imagenes{
  padding-top: 30px;
  display: flex;
  gap: 100px;
  justify-content: center;
  align-items: center;

}

.uniqimage{
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  height: 500px;
  width: 500px;
  transition: transform 0.3s ease;
  max-height: 100%;
  max-width: 100%;

}

.uniqimage:hover{
  transform: scale(1.05);
}


.botones{
  display: flex;
  gap: 2rem;
  justify-content: center;
  cursor: pointer;
}

.esp{
  transition: transform 0.3s ease;
}

.esp:hover{
  transform: scale(1.05);
}

footer{
  height: 255px;
  background-color: #4A0E0E;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
}

.left-foot{
  font-family: 'Vujahday Script';
  color: white;
  font-size: 24px;
}

.left-foot img{
  height: 35px;
}

 .left-foot a{
  text-decoration: none;
  color: white;
}

.logo-foot img{
  height: 185px;
}

.right-foot {
  font-family: 'Vujahday Script';
  color: white;
  font-size: 24px;
  display: flex;
  flex-direction: column; 
  align-items: center;
}

.social {
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.icons img {
  height: 50px;
  padding-right: 20px;
  transition: transform 0.3s ease;
  
}

.icons img:hover{
  transform: scale(1.05);

}

.copy {
  margin-top: 50px;
}

/* A PARTIR DE AQUI SON CAMBIOS RESPONSIVOS */
/* A PARTIR DE AQUI SON CAMBIOS RESPONSIVOS */
/* A PARTIR DE AQUI SON CAMBIOS RESPONSIVOS */
/* A PARTIR DE AQUI SON CAMBIOS RESPONSIVOS */

.hamburger {
  display: none;
  font-size: 40px;
  cursor: pointer;
  z-index: 1001;
  color: white;

  position: fixed; 
  top: 2rem;
  right: 2rem;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(74, 14, 14, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  gap: 2rem;
  font-size: 40px;
  font-family: 'Water Brush';

  
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.mobile-menu a {
  color: white;
  text-decoration: none;
}

.mobile-menu.show {
  display: flex;
  transform: translateX(0%);
}

@media (max-width: 1280px) {


  .texto{
    padding-top: 60px;
    display: flex;
    justify-content: center;
    padding-right: 0px;
    padding-bottom: 2rem;
  }

  #iz,#de{
    display: none;
  }

.header-text h1{
  font-size: 4rem;
}

.header-subtext h2{
  font-size: 3rem;
}

  nav {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .mobile-menu.show {
    display: flex;
  }

  .texto p{
    font-size: 2rem;
    width: 80%;
  }

  .Caballero{
    display: none;
  }
  
  .union{
    display: none;
  }

  .historia{
    height: auto;
  }

  
.linea-naranja{
  width: 100%;
  height: 3rem;
  font-size: 22px;
}



.linea-amarilla{
  height: 3rem;
  font-size: 22px;
  top: 45px
}

#hotceis, #aguachils{
  display: none;
}

.botones{
  margin-top: 4rem;
  max-width: 100%;
  gap: 0;
}

.esp{
  width: 50%;
  max-width: 100%;
}

footer{
  height: auto;
}

}

