html, body {
  max-width: 100%;
  overflow-x: hidden;
}

header {
  height: auto;
  padding: 1.5rem;
  background-size: cover;
  background-position: center;
}

.header-container {
  flex-direction: column;
  align-items: center;
  height: auto;
  gap: 1rem;
}

#ce{
  width: 20rem;
  height: 20rem;
  border: 3px solid #5a2e0e;
  margin-bottom: 30px;
  margin: 0 auto;
}

.circle-container{
  padding-top: 0px;
  height: auto;
  margin: 30px 0px;
}


#iz,#de{
  display: none;
}


#logonav img {
  height: 100px;
  margin: 0;
}

nav {
  display: none; /* Escondemos el nav tradicional */
}

.hamburger {
  display: block;
}

.header-text h1{
  font-size: 25px;
}

.header-subtext h2{
  font-size: 20px;
}

.union {
  display: none;
}

.historia{
  height: auto;
  justify-content: center;
}
.texto{
  padding-top: 20px;
  display: flex;
  justify-content: center;
  padding-right: 0px;
  padding-bottom: 30px;
}

.texto p{
  font-size: 1.3rem;
  width: 80%;
}


.texto-historia{
  padding-bottom: 40px;
}

.lazo{
  padding-top: 10px;
  max-width: 100%;
}

.texto-historia h2{
  padding-top: 47px;
  font-size: 40px;
}

.Caballero {
  display: none;
}


.Caballero img{
  max-width: 100%;
}

.uniqimage{
  max-width: 90%;
  height: 90%;
}

.linea-naranja{
  width: 100%;
  height: 3rem;
  font-size: 22px;
}



.linea-amarilla{
  height: 3rem;
  font-size: 22px;
  top: 45px
}

#hotceis, #aguachil{
  display: none;
}

.botones{
  margin-top: 4rem;
  max-width: 100%;
  gap: 0;
}

.esp{
  width: 50%;
  max-width: 100%;
}

footer{
  flex-direction: column; 
  height: auto;
}

.left-foot{
  margin-top: 3rem;
}