/* 1. Cargar la fuente */
@font-face {
  font-family: 'NeuzeitGroteskLight';
  src: url('../font/DINNeuzeitGroteskLT-Light.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
}


.footer {
  background-color: #fffbd8;
  padding: 40px 20px;
  color: #333;
  text-align: center;
}

/* Top: Botones + Información */
.footer-top {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.footer-menu {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.menu-izquierda {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* .menu-derecha {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 45px;
  background-color: #f7d57f;
  padding: 10px 20px;
  font-size: 20px;
  font-style: italic;
  align-self: start;
  border: none;
  margin-top: 5px;
  cursor: pointer;
} */

.menu-derecha {
  width: auto;
  margin: 10px auto 0 auto;
  display: flex;
  justify-content: center;
  background-color: #f7d57f;
  height: 45px;
  width: 200px;


}


.footer-menu a {
  background-color: #cae8cf;
  color: #008982;
  padding: 14px 50px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.footer-menu a:hover {
  background-color: #417586;
  color: white;
}

.cuadro-derecha {
  background: none;
  border: none;
  cursor: pointer;
  color: #f46c15;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}

/* Redes sociales */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-social a {
  color: #000;
  text-decoration: none;
  font-size: 30px;
  transition: color 0.3s, transform 0.3s;
}

.footer-social a:hover {
  transform: scale(1.2);
}

.footer-social a[aria-label="YouTube"]:hover {
  color: #FF0000;
}

.footer-social a[aria-label="Facebook"]:hover {
  color: #1877F2;
}

.footer-social a[aria-label="Instagram"]:hover {
  color: #C13584;
}

.footer-social a[aria-label="LinkedIn"]:hover {
  color: #0077B5;
}

.footer-text {
  display: flex;
  flex-direction: column; /* Cambia de fila a columna */
  align-items: center;
  justify-content: center;
  margin-right: 580px;
}

.footer-text img {
  height: 180px;
}

.footer-text p {
  /* margin: 10px 0; */
  font-size: 20px;
  color: rgb(124, 107, 64);
  font-family: 'NeuzeitGroteskLight';
  font-weight: 600;
}

footer .footBy{
  margin-left: 400px;
  font-style: italic;
  font-weight:lighter;
  font-family: sans-serif;
  font-size: 15px;
  color: #7d6947;

  


}
/* Responsive */
@media (max-width: 1024px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-menu {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .menu-izquierda {
    margin-left: 0;
    /* align-items: center; */
  }

  .menu-derecha {
    width: auto;
    margin: 10px 0 0 0;
  }

  .footer-text {
    flex-direction: column;
    margin: 0;
    text-align: center;
  }

  .footer-text img {
    width: 180px;
  }

  .footer-text p,
  .footer-text .footBy {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 30px 10px;
  }

  .footer-menu a {
    padding: 8px 16px;
    font-size: 16px;
  }

  .menu-derecha {
    font-size: 18px;
    padding: 8px 16px;
  }

  .footer-social a {
    font-size: 26px;
  }
  
footer .footBy{
 display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  font-style: italic;
  font-weight:lighter;
  font-family: sans-serif;
  font-size: 15px;
  color: #7d6947;
  margin-top: 15px;

  


}
}
