body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  color: #000000;
  background: #fff;
  text-align: center;
  
}

html, body {
  overflow-x: hidden;
}

.header { background-color: #b89247; color: white; padding: 10px 0; font-weight: bold; font-size: 1.5rem; }
.header span { display: block; font-size: 1.3rem; }



.container {
  padding: 40px 20px;
}

.footer-custom {
  background-color: #1a1a1a; /* Fondo oscuro personalizado */
  color: #f1f1f1;            /* Color de texto claro */
  position: relative;
  font-size: 0.9rem;
}

.footer-custom .designer-link {
  color: #28a745; /* Verde Bootstrap */
  text-decoration: none;
}

.footer-custom .designer-link:hover {
  text-decoration: underline;
}

.scroll-icon {
  width: 24px;         /* Ajusta el tamaño según lo necesites */
  height: 24px;
  vertical-align: middle;
}

.scroll-top-btn {
  background-color: #b89247;
  border-radius: 50%;
  padding: 0.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}

.scroll-top-btn:hover {
  background-color: #053efa;
}
.correo-icon {
  width: 20px;       /* Ajusta el tamaño según lo necesites */
  height: 20px;
  vertical-align: middle;
  margin-right: 7px; /* Espacio entre el ícono y el texto */
}

.mapa-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}