@charset "UTF-8";
/* ────────────────────────────────────────────────
   FUENTES
───────────────────────────────────────────────── */
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Regular.ttf") format("truetype");
  font-weight: 400; /* normal */
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Bold.ttf") format("truetype");
  font-weight: 700; /* bold */
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Medium.ttf") format("truetype");
  font-weight: 600; /* bold */
  font-style: medium;
}
/* Fuentes secundarias (opcional) */
@font-face {
  font-family: "Helvetica";
  src: url("../font/Helvetica.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* ────────────────────────────────────────────────
   VARIABLES GLOBALES
───────────────────────────────────────────────── */
:root {
  /* Colores */
  --azul_texto: #14143a;
  --azul_clasico: #5e96ce;
  --gris_azulado: #5b6578;
  --gris_claro: #b5b4b4;
  --gris_oscuro: #646363;
  --negro: #000000;
  --negro_html: #292f33;
  --blanco: #ffffff;
  --azul_oscuro: #14143a;
  --gris_cloud: #f1f2f4;
  /* Títulos responsivos con clamp(min, ideal, max) */
  --fs-h1: clamp(2.5rem, 6vw + 1rem, 5.625rem); /* 40–90px */
  --fs-h2: clamp(2.25rem, 5vw + 0.8rem, 4.5rem); /* 36–72px */
  --fs-h3: clamp(2rem, 4vw + 0.5rem, 3.625rem); /* 32–58px */
  --fs-h4: clamp(1.75rem, 3vw + 0.5rem, 2.875rem); /* 28–46px */
  --fs-h5: clamp(1.5rem, 2.5vw + 0.3rem, 2.313rem); /* 24–37px */
  --fs-h6: clamp(1.25rem, 2vw + 0.3rem, 1.875rem); /* 20–30px */
  --fs-p: clamp(0.938rem, 1vw + 0.5rem, 1rem); /* 15–18px */
  --fs-7: clamp(0.813rem, 0.9vw, 0.875rem); /* 13–14px */
}

/* ────────────────────────────────────────────────
   TIPOGRAFÍA GLOBAL
───────────────────────────────────────────────── */
html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: var(--azul_texto);
}

/* Títulos */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: var(--fs-h1);
}

h2 {
  font-size: var(--fs-h2);
}

h3 {
  font-size: var(--fs-h3);
}

h4 {
  font-size: var(--fs-h4);
}

h5 {
  font-size: var(--fs-h5);
}

h6 {
  font-size: var(--fs-h6);
}

.fs-7 {
  font-size: var(--fs-7);
}

/* Párrafos y enlaces */
p,
a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: var(--fs-p);
}

a {
  text-decoration: none;
  color: inherit;
}

.text-azul_oscuro {
  color: var(--azul_oscuro);
}

.text-azul_clasico {
  color: var(--azul_clasico);
}

/* .fw-bold de Bootstrap usará automáticamente
   font-weight:700 y cargará la variante bold */
.fw-semi {
  font-weight: 600;
}

.bg-gris_cloud {
  background-color: var(--gris_cloud);
}

.bg-gris_oscuro {
  background-color: var(--gris_oscuro);
}

.bg-azul_clasico {
  background-color: var(--azul_clasico);
}

.bg-negro_body {
  background-color: var(--negro_html);
}

.py-10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-20 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

/* Botón “Saber más” con subrayado rellenable  */
.btn-contacto {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 0.5rem;
  /* flecha */
  /* línea base: 100 % de ancho, tono opaco (50 %) */
  /* línea de relleno: arranca en 0 % y se anima hasta 100 % */
  /* hover → flecha se desplaza y línea se “llena” */
}
.btn-contacto i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
  color: var(--azul_clasico);
}
.btn-contacto::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.2); /* negro al 50 % */
}
.btn-contacto::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #000; /* negro 100 % */
  transition: width 0.3s ease;
}
.btn-contacto:hover i {
  transform: translateX(10px);
}
.btn-contacto:hover::after {
  width: 100%;
}

.btn-contacto_blanco {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-bottom: 0.2rem;
  width: fit-content;
  cursor: pointer;
  /* flecha */
  /* línea base: 100 % de ancho, tono opaco (50 %) */
  /* línea de relleno: arranca en 0 % y se anima hasta 100 % */
  /* hover → flecha se desplaza y línea se “llena” */
}
.btn-contacto_blanco i {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
  color: var(--azul_clasico);
}
.btn-contacto_blanco::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2); /* negro al 50 % */
}
.btn-contacto_blanco::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #ffffff; /* negro 100 % */
  transition: width 0.3s ease;
}
.btn-contacto_blanco:hover i {
  transform: translateX(10px);
}
.btn-contacto_blanco:hover::after {
  width: 100%;
}

.slider_wrapper {
  overflow: hidden;
}

.slider_track {
  display: flex;
  gap: 24px;
  animation: scroll-x 20s linear infinite;
}
.slider_track:hover {
  animation-play-state: paused;
}

@keyframes scroll-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.slide_content {
  max-width: 500px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: end;
}
.slide_content img {
  width: 100%;
  border-radius: 8px;
}
.slide_content .slide_content_text {
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  padding-bottom: 1rem;
  font-weight: 900;
}

/* =========================
   FOOTER
   ========================= */
#footer_web {
  background-color: #292f33;
  padding: 3rem;
  margin-top: 3rem;
  color: #fff;
  /* Títulos de grupo */
  /* Listas de enlaces */
  /* Sección inferior */
}
#footer_web .logwell_group_title,
#footer_web .logwell-group-title {
  font-weight: 700;
  font-size: 1.25rem;
}
#footer_web .logwell_group_list,
#footer_web .logwell-group-list {
  margin-top: 1rem;
  gap: 10px;
}
#footer_web .copy-row {
  padding-top: 2rem;
}
#footer_web .copy-row .footer_logo {
  width: 240px;
}
#footer_web .copy-row .social-icons i {
  font-size: 1.5rem;
  transition: transform 0.2s;
}
#footer_web .copy-row .social-icons i:hover {
  transform: scale(1.15);
}
#footer_web .copy-row .certificaciones img {
  max-width: 100%;
  height: auto;
}

/* =========================
   WIDGETS FLOTANTES
   ========================= */
#footer_widgets {
  position: fixed;
  right: 20px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1050;
}
#footer_widgets .widget-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #292f33;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s;
}
#footer_widgets .widget-icon:hover {
  transform: translateY(-3px);
}
#footer_widgets .widget-icon.whatsapp {
  background-color: #25d366;
}
#footer_widgets .widget-icon.scroll-top {
  background-color: #292f33;
}

/* =========================
   FOOTER (versión móvil)
   ========================= */
#footer_mobile_web {
  background-color: #292f33;
  padding: 3rem 1rem;
  color: #fff;
  /* Titulares */
  /* Listas de enlaces */
  /* Fila inferior */
  /* Certificaciones */
  /* Logo */
  /* Redes sociales */
  /* Texto copyright */
}
#footer_mobile_web .logwell-group-title {
  font-weight: 700;
  font-size: 1.125rem;
}
#footer_mobile_web .logwell-group-list {
  margin-top: 1rem;
}
#footer_mobile_web .copy-row {
  padding-top: 2rem;
}
#footer_mobile_web .cert-img {
  width: 140px;
  margin-left: 0.75rem;
}
#footer_mobile_web .cert-img:first-child {
  margin-left: 0;
}
#footer_mobile_web .footer_logo {
  width: 180px;
  margin-bottom: 0.5rem;
}
#footer_mobile_web .social-icons i {
  font-size: 1.5rem;
  transition: transform 0.2s;
}
#footer_mobile_web .social-icons i:hover {
  transform: scale(1.15);
}
#footer_mobile_web .copyright {
  font-size: 0.875rem;
  text-align: center;
}/*# sourceMappingURL=base_footer.css.map */