/*
Theme Name: Ancesfarma GP
Template: generatepress
Author: AncesFarma Dev
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

/* ==== RESET Y BASE ==== */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  color: #333;
  line-height: 1.6;
  background: #fff;
}

/* ==== CONTENEDOR PRINCIPAL ==== */
.site {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1;
  padding: 4rem 2rem !important;
  max-width: 1100px !important;
  margin: auto;
}
/* Contact page alignment */
.contacto-main {
  display: flex;
  justify-content: flex-start;
}
.contacto-main {
  display: block;
}

.contacto-wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

/* ==== HEADER ==== */
.custom-logo {
  max-width: 280px;
  height: auto;
}

/* ==== MENÚ HORIZONTAL CORPORATIVO ==== */
.ances-menu {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ances-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ances-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0a693c;
  transition: color 0.3s;
}

.ances-menu li a:hover {
  color: #6c0e24;
}

/* ==== FOOTER ==== */
.site-footer {
  background: #f9f9f9;
  padding: 2rem 1rem;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  font-size: 0.9rem;
  color: #555;
}

.site-footer a {
  color: #0a693c;
  text-decoration: none;
  margin: 0 0.5rem;
}

.site-footer a:hover {
  color: #6c0e24;
}

/* ==== TITULOS (H1) ==== */
h1 {
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #6c0e24;
  margin-top: 0.5rem;
  border-radius: 2px;
}

/* ==== IDIOMAS ==== */
.language-switcher img {
  width: 30px;
  height: 20px;
  border-radius: 3px;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.language-switcher img:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}

/* ==== CORRECCIÓN FORMULARIO CONTACTO ==== */
.page-template-page-contacto main.site-main,
.page-template-page-contact-en main.site-main,
.page-template-page-contact-fr main.site-main {
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left !important;
}
