body {
  letter-spacing: 0;
  margin: 0;
  background-color: #ffffff;
}

/* ========= FUENTES ========= */
@font-face {
  font-family: "gilroy regular";
  src: url("../../assets/font/Gilroy-Regular.ttf") format("woff2");
}
@font-face {
  font-family: "gilroy bold";
  src: url("../../assets/font/Gilroy-Bold.ttf") format("woff2");
}

@font-face {
  font-family: "gilroy extrabold";
  src: url("../../assets/font/Gilroy-ExtraBold.woff") format("woff");
  font-weight: normal;
}

/* ========= CLASES FUENTES ========= */
.gilroy-regular {
  font-family: "gilroy regular", sans-serif;
}
.gilroy-bold {
  font-family: "gilroy bold", sans-serif;
}
.gilroy-extrabold {
  font-family: "gilroy extrabold", sans-serif;
}

/* ========= TIPOGRAFÍA ========= */
h1 {
  font-family: "gilroy extrabold", sans-serif; /* O la fuente que quieras */
  font-weight: 700;
  font-size: 50px;
  line-height: 1.11;
  letter-spacing: -2px;
}

h2 {
  font-family: "gilroy bold", sans-serif; /* O la fuente que quieras */
  font-weight: 700;
  font-size: 32px;
  line-height: 1.11;
  letter-spacing: -2px;
}

p {
  font-family: "gilroy regular", sans-serif; /* O la fuente que quieras */
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
}
li {
  font-family: "gilroy regular", sans-serif; /* O la fuente que quieras */
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

/*COLORES*/
.yellow {
  color: rgba(255, 202, 0, 1);
}

.purple {
  color: rgba(113, 0, 240, 1);
}
.bg-purple {
  background-color: rgba(113, 0, 240, 1);
}

.white {
  color: #ffffff;
}

.blue-medio {
  color: rgba(27, 105, 177, 1);
}

/* ===== HEADER ===== */

/* Barra superior */
.top-bar {
  width: 100%;
  height: 50px;
  background: linear-gradient(90deg, rgba(1, 36, 75, 1), rgba(0, 104, 189, 1));
  display: flex;
  align-items: left;
  justify-content: right;
  position: relative;
  box-sizing: border-box;
}

.top-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}
.top-buttons a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
}
.top-buttons button {
  background-color: transparent;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

.lang-toggle {
  position: absolute;
  right: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.lang-box {
  display: flex;
  border: 1px solid #000;
  border-radius: 2px;
  overflow: hidden;
  font-family: "intro regular", sans-serif;
}

.lang-box span {
  padding: 5px 5px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
}

.lang-es {
  background-color: #000;
  color: #fff;
}

.lang-en {
  background-color: #d9d9d9;
  color: #000;
}

.header {
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 12px 12px;
  height: 100px;
  display: flex;
  align-items: stretch; /* Deja que los hijos se estiren */
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  position: relative; /* Importante para el menú posicionado */
}

.logo-header {
  display: flex;
  align-items: center;
  padding-left: 100px; /* solo escritorio, se quita en móvil */
}
.logo-header img {
  margin: 0;
  padding: 0;
  display: block; /* elimina el pequeño espacio extra de imágenes inline */
}

.buttons-header {
  display: flex;
  align-items: center;
  gap: 30px;
}
.menu-link,
.login-button {
  line-height: 1;
}

.buttons-header {
  gap: 30px;
}

.menu-link {
  text-decoration: none;
  color: rgba(1, 36, 75, 1);
  font-weight: 700;
  font-size: 24px;
}

.login-button {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(113, 0, 240, 1) 0%,
    rgba(0, 104, 189, 1) 100%
  );
  padding: 0 40px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 100%; /* Ocupará todo el alto */
}

.padding-planes {
  padding: 0 50px;
  line-height: 1;
}

.padding-beneficios {
  padding: 0 30px;
  line-height: 1;
}
.hamburger {
  display: none;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(1, 36, 75, 1);
}
@media (max-width: 1024px) {
  .logo-header {
    padding-left: 10px;
  }
}
/* ================== MÓVIL ================== */
@media (max-width: 767px) {
  .header {
    padding: 0 10px; /* padding horizontal (izq y der) en móvil */
    height: 100px;
  }
  .logo-header {
    padding-left: 0px;
  }
  .logo-header img {
    max-height: 50px; /* o menos si quieres más compacto */
    width: auto;
    margin: 0;
    padding: 0;
    display: block; /* elimina espacio fantasma de imagen inline */
  }

  .logo-header {
    padding-left: 0;
    margin: 0;
  }

  .hamburger {
    display: block;
  }

  .buttons-header {
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    gap: 0; /* quita el espacio entre elementos */
    padding: 0; /* quita espacio interior */
  }

  .buttons-header.show {
    max-height: 500px; /* suficientemente grande para mostrar links */
  }

  .menu-link,
  .login-button {
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 15px;
  }
}

/* ===== FOOOTER ===== */

/* ===== FOOTER ===== */
.footer {
  width: 100%;
  background: linear-gradient(90deg, rgba(1, 36, 75, 1), rgba(0, 104, 189, 1));
  box-sizing: border-box;
  padding: 40px 20px; /* más flexible que height fija */
}

.contacto-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  align-items: center;
  justify-items: center; /* centra horizontalmente los elementos */
}

.contacto-columna:nth-child(1),
.contacto-columna:nth-child(2),
.contacto-columna:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: center; /* centra horizontalmente contenido interno */
  justify-content: center; /* centra verticalmente si hay altura disponible */
  grid-column: span 4;
}

.logo-contacto {
  max-width: 100%;
  height: auto;
}

.telefono-contacto {
  display: flex;
  align-items: center;
  gap: 8px;
}

.telefono-contacto img {
  width: 25px;
  height: 25px;
}

.redes-contacto .top-buttons {
  display: flex;
  gap: 10px;
}

.redes-contacto img {
  height: 28px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .contacto-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px; /* más separación entre bloques en móvil/tablet */
  }

  .contacto-columna:nth-child(1),
  .contacto-columna:nth-child(2),
  .contacto-columna:nth-child(3) {
    grid-column: span 12;
  }

  .telefono-contacto {
    justify-content: center;
  }
}

.section-politica {
  width: 100%;
  background-color: #000;
  box-sizing: border-box;
  padding: 10px 20px;
  display: flex; /* convierte en contenedor flex */
  justify-content: center; /* centra horizontalmente */
  align-items: center; /* centra verticalmente (en caso de altura adicional) */
}
.p-politica {
  font-size: 23px;
}
@media (max-width: 1024px) {
  .p-politica {
    font-size: 15px;
  }
}
