/* Correcciones puntuales posteriores a la optimización para Hostinger. */

/* El aviso de consentimiento permanece; sólo se retira el botón flotante permanente. */
.vd-cookies-reabrir {
  display: none !important;
}

/* Datos de contacto restaurados desde la versión de trabajo validada. */
.contact-datos .contact-lista {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.contact-datos .contact-lista li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

.contact-datos .contact-lista svg {
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  margin-top: 2px;
  color: var(--vd-yellow);
}

.contact-datos .contact-lista strong {
  font-weight: 700;
}

.contact-datos .contact-lista a {
  color: #fff;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-redes {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.contact-redes a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  color: #fff;
  transition: var(--transition);
}

.contact-redes a:hover {
  border-color: var(--vd-yellow);
  background: var(--vd-yellow);
  color: var(--vd-ink);
}

.contact-redes svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.contact-actions .btn {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.btn .btn-ico {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Los enlaces ya existían; se devuelve su presencia visual en escritorio. */
@media (min-width: 901px) {
  .footer-home-grid .social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
  }

  .footer-home-grid .social-btn svg {
    width: 19px;
    height: 19px;
  }

  .footer-home-grid .social-btn:hover {
    background: var(--vd-yellow);
    color: var(--vd-ink);
  }
}

@media (max-width: 760px) {
  .contact-datos .contact-lista li {
    font-size: 14px;
  }

  /* El encabezado móvil mide 70 px; evita que cubra la etiqueta de la sección. */
  .page-entorno-natural .nature-hero {
    padding-top: 105px;
  }
}
