body {
  margin: 0;
  font-family: "Georgia", serif;
  background-color: #fff;
}



.footer-top {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Antes era center */
  flex-wrap: wrap;
  gap: 1rem;
  text-align: center;
  font-weight: 100 !important;
}

/* NAV */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
  font-family:'DMSerifDisplay-Regular_c';
  font-weight: 100 !important;
}

.footer-nav a {
  color: white;
  text-decoration: none;
  font-size: 1rem !important;
  padding: 0.25rem 1rem;
}

.donate-button {
  background-color: #BA9964;
  border-radius: 2px;
  color: white;
  font-family:'DMSerifDisplay-Regular_c' !important;
  font-weight: 100 !important;
  font-size: 1rem !important;
}

.footer-social {
  margin-left: 1rem;
  text-align: left;
}


.follow-label {
  display: block;
  color: white !important;
  font-size: 0.85rem;

}

.footer-bottom {
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  padding-top: 2rem;
  font-family:'DMSerifDisplay-Regular_c';
  font-weight: 100;
}


.site-footer {
  background-color: #405189;
  color: white;
  padding: 2rem 0;
  font-size: 0.9rem;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

  .icon-img {
    width: 1.5rem;  
    height: auto;
    display: block;    
    max-height: 100%;  
    object-fit: contain;
  }

  .icon-img_2 {
    width: 1.5rem;  
    height: auto;
    display: block;    
    max-height: 100%;  
    object-fit: contain;
  }

  /* opacity effect */
.effect-link {
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.effect-link:hover {
  opacity: 0.5;
}

.footer-icon {
  width: 1.5rem;      
  height: 1.5rem;        
  display: block;     
  max-height: 100%;    
  object-fit: contain; 
}

.footer-icons {
  display: flex;
  gap: 0.4rem; /* Espacio uniforme entre iconos */
  align-items: center;
}

.footer-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}

.footer-icon-large {
  width: 2.5rem;
  height: 2.5rem;
}

.footer-icon,
.footer-icon-large {
  vertical-align: middle;
}
