@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
* {
  font-family: "Montserrat", sans-serif;
  font: "Montserrat", sans-serif;
}

h2 {
  text-transform: uppercase;
}

.portada {
  width: 100%;
}
.portada img {
  width: 100%;
}

.infoText {
  width: 350px;
}

.css-button-rounded--blue {
  min-width: 130px;
  height: 40px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: 2px solid RGB(55, 59, 76);
  background: RGB(55, 59, 76);
}
.css-button-rounded--blue:hover {
  background: #fff;
  color: #2c0b8e;
}

.franjaServicios {
  background-color: RGB(236, 233, 247);
}

.servicios {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  row-gap: 20px;
  flex-wrap: wrap;
}

.imgCard {
  height: 75%;
}

.contactoInicio a {
  text-decoration: none;
  color: black;
}
.contactoInicio a i {
  color: RGB(55, 59, 76);
}

#footer {
  background-color: RGB(240, 240, 240);
  border-top: 1px solid black;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  row-gap: 20px;
}

.unorderList {
  list-style: inside;
}

.infoEmpresa {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.infoEmpresa div {
  width: 50%;
}

.infoEmpresa2 {
  margin: 0 auto;
  width: 60%;
}
.infoEmpresa2 ul {
  margin: 0;
  padding: 0;
}

.itemHistoria {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  row-gap: 20px;
}
.itemHistoria div {
  width: 50%;
}

.videosRapiscan {
  padding-bottom: 50px;
  border-bottom: 1px solid black;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.videosRapiscan iframe {
  width: 458px;
  height: 270px;
}

.medEng {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.medEng iframe {
  width: 458px;
  height: 270px;
}
.medEng div {
  width: 30%;
}
.medEng img {
  width: 100%;
}

.qinetiq {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.qinetiq img {
  width: 30%;
}

.btnsDefensa {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  row-gap: 20px;
}

.productosStandardIndustrie {
  border-top: 1px solid black;
}

.equiposBarometrica {
  border-top: 1px solid black;
}
.equiposBarometrica .imgsEquiposBarometrica {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.equiposBarometrica .imgsEquiposBarometrica img {
  width: 40%;
}

.contenedoresStandardIndustrie {
  border-top: 1px solid black;
}
.contenedoresStandardIndustrie ul {
  list-style: inside;
}
.contenedoresStandardIndustrie img {
  width: 70%;
}
.contenedoresStandardIndustrie .contenedoresStandardImgs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.contenedoresStandardIndustrie .contenedoresStandardImgs img {
  width: 30%;
}

.obstruccionDePegaduras {
  border-bottom: 1px solid black;
}
.obstruccionDePegaduras img {
  width: 75%;
}
.obstruccionDePegaduras ul {
  list-style: inside;
}

span {
  color: rgb(0, 0, 169);
}

.limpIndImgs img {
  width: 75%;
}

.limpSilos {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.limpSilos img {
  width: 70%;
}

.btnsAsfalto {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  row-gap: 20px;
}

.tr300 img {
  width: 50%;
}

.ra66 img {
  width: 50%;
}

.imgsDistribuidorAsfaltoTiro {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.imgsDistribuidorAsfaltoTiro img {
  width: 50%;
}

.scroll-container {
  background-color: #fff;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}
.scroll-container img {
  width: 150px;
  padding: 10px;
}

.formContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.form {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 570px) {
  .infoEmpresa div {
    width: 80%;
  }
  .infoEmpresa2 {
    width: 100%;
  }
  .videosRapiscan iframe {
    width: 100%;
    height: auto;
  }
  .medEng iframe {
    width: 100%;
    height: auto;
  }
  .medEng div {
    width: 100%;
  }
  .qinetiq iframe {
    width: 100%;
    height: auto;
  }
  .contenedoresStandardIndustrie .contenedoresStandardImgs img {
    width: 100%;
  }
}
@media only screen and (max-width: 975px) {
  .itemHistoria div {
    width: 100%;
  }
  .medEng iframe {
    width: 100%;
  }
  .medEng div {
    width: 90%;
  }
  .medEng img {
    width: 100%;
  }
  .qinetiq iframe {
    width: 100%;
  }
  .sealmaster iframe {
    width: 80%;
    height: auto;
  }
  .metong iframe {
    width: 80%;
    height: auto;
  }
  .enuo iframe {
    width: 80%;
    height: auto;
  }
  .tr300 img {
    width: 80%;
  }
  .tr300 iframe {
    width: 80%;
    height: auto;
  }
  .ra66iframe iframe {
    width: 80%;
    height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .medEng iframe {
    width: 100%;
  }
  .medEng div {
    width: 25%;
  }
  .medEng img {
    width: 100%;
  }
  .qinetiq iframe {
    width: 100%;
  }
  .contenedoresStandardIndustrie img {
    width: 100%;
  }
  .limpSilos {
    text-align: center;
    margin-top: 50px;
    justify-content: center;
    row-gap: 20px;
  }
  .limpSilos img {
    width: 80%;
  }
}

/*# sourceMappingURL=estilos.css.map */
/* Pegá este bloque al FINAL de estilos.css. Solo afecta <body class="seguridad-page">. */
.seguridad-page { background: #f3f6fa; color: #17212e; font-family: "Montserrat", sans-serif; }
.seguridad-page main { overflow: clip; }
.seguridad-page [id] { scroll-margin-top: 5.75rem; }
.seguridad-page .hero-seguridad { align-items: flex-end; background: #11222c; color: #fff; display: flex; min-height: clamp(34rem, 76vh, 52rem); overflow: hidden; position: relative; }
.seguridad-page .hero-seguridad__video, .seguridad-page .hero-seguridad__overlay { inset: 0; position: absolute; }
.seguridad-page .hero-seguridad__video iframe { border: 0; height: 56.25vw; left: 50%; min-height: 100%; min-width: 177.78vh; pointer-events: none; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100vw; }
.seguridad-page .hero-seguridad__overlay { background: linear-gradient(90deg, rgba(8, 25, 33, .8), rgba(8, 25, 33, .25) 58%, rgba(8, 25, 33, .08)), linear-gradient(0deg, rgba(8, 25, 33, .72), transparent 60%); }
.seguridad-page .hero-seguridad__content { margin-left: max(0px, calc((100vw - 1320px) / 2)); max-width: 660px; padding-bottom: clamp(3rem, 8vh, 6rem); padding-top: 3rem; position: relative; text-align: left; z-index: 1; }
.seguridad-page .hero-seguridad__eyebrow { color: #c9f0e9; font-size: clamp(.88rem, 1.35vw, 1.08rem); font-weight: 700; letter-spacing: .2em; margin-bottom: .85rem; text-transform: uppercase; }
.seguridad-page .hero-seguridad h1 { font-size: clamp(2.9rem, 6.2vw, 5.35rem); font-weight: 600; letter-spacing: -.05em; line-height: .95; margin: 0; text-transform: uppercase; }
.seguridad-page .hero-seguridad__lead { font-size: clamp(.95rem, 1.6vw, 1.15rem); line-height: 1.6; margin: 1.25rem 0 1.6rem; max-width: 570px; }
.seguridad-page .seguridad-cta, .seguridad-page .security-link { align-items: center; display: inline-flex; font-weight: 600; gap: .8rem; text-decoration: none; transition: transform .2s ease, background-color .2s ease; }
.seguridad-page .seguridad-cta { background: #fff; border-radius: 999px; color: #17212e; padding: .85rem 1.3rem; }
.seguridad-page .seguridad-cta:hover { background: #c9f0e9; color: #17212e; transform: translateY(-2px); }
.seguridad-page .seguridad-nav { background: rgba(255,255,255,.94); border-bottom: 1px solid #d8e4e4; box-shadow: 0 5px 20px rgba(20, 42, 49, .04); position: sticky; top: 0; z-index: 50; }
.seguridad-page .seguridad-nav .container { display: flex; gap: .45rem; justify-content: center; overflow-x: auto; padding: .7rem 1rem; scrollbar-width: none; white-space: nowrap; }
.seguridad-page .seguridad-nav .container::-webkit-scrollbar { display: none; }
.seguridad-page .seguridad-nav a { border-radius: 999px; color: #475b62; font-size: .82rem; font-weight: 600; padding: .6rem .85rem; text-decoration: none; transition: background-color .2s ease, color .2s ease; }
.seguridad-page .seguridad-nav a:hover { background: #17212e; color: #fff; }
.seguridad-page .seguridad-intro { padding: clamp(4rem, 8vw, 7rem) 0 clamp(2rem, 4vw, 3.5rem); text-align: center; }
.seguridad-page .seguridad-intro h2 { font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 600; letter-spacing: -.04em; margin: .3rem auto 1rem; max-width: 720px; text-transform: none; }
.seguridad-page .seguridad-intro > .container > p:last-child { color: #5a686b; line-height: 1.7; margin: auto; max-width: 650px; }
.seguridad-page .seguridad-kicker, .seguridad-page .security-card__label { color: #167c76; font-size: .72rem; font-weight: 700; letter-spacing: .13em; margin: 0 0 .45rem; text-transform: uppercase; }
.seguridad-page .security-section { padding: clamp(1.25rem, 3vw, 2.5rem) 0; }
.seguridad-page .security-section--showcase { padding-top: clamp(3rem, 7vw, 6rem); }
.seguridad-page .showcase-heading { margin: 0 auto 2rem; max-width: 720px; text-align: center; }
.seguridad-page .showcase-heading h2 { font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 600; letter-spacing: -.04em; margin: .3rem 0 .85rem; text-transform: none; }
.seguridad-page .showcase-heading > p:last-child { color: #5a686b; line-height: 1.7; margin: 0; }
.seguridad-page .installation-feature { background: #17212e; border-radius: 1.25rem; color: #fff; display: grid; grid-template-columns: 1.4fr 1fr; height: clamp(420px, 42vw, 560px); overflow: hidden; }
.seguridad-page .installation-feature__media { height: 100%; min-height: 0; }
.seguridad-page .installation-feature__content { align-self: center; padding: clamp(1.75rem, 5vw, 4rem); }
.seguridad-page .installation-feature__content .security-card__label { color: #aee3dc; }
.seguridad-page .installation-feature__content .installation-feature__statement { font-size: clamp(.76rem, 1vw, .9rem); letter-spacing: .035em; line-height: 1.55; margin-bottom: 1rem; text-transform: none; }
.seguridad-page .installation-feature h3 { font-size: clamp(1.65rem, 3vw, 2.35rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.1; margin: 0 0 1rem; }
.seguridad-page .installation-feature p:last-child { color: #d4dde0; line-height: 1.75; margin: 0; }
.seguridad-page .installation-gallery { display: grid; gap: 1.25rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 1.25rem; }
.seguridad-page .installation-gallery figure { background: #fff; border: 1px solid rgba(68, 133, 133, .17); border-radius: .9rem; box-shadow: 0 .8rem 2rem rgba(22, 49, 56, .06); margin: 0; overflow: hidden; }
.seguridad-page .installation-gallery .media-carousel { height: 235px; }
.seguridad-page .installation-gallery figcaption { color: #344d53; font-size: .9rem; font-weight: 600; padding: 1rem 1.1rem; }
.seguridad-page .media-carousel { background: #17212e; height: 100%; overflow: hidden; }
.seguridad-page .media-carousel .carousel-inner, .seguridad-page .media-carousel .carousel-item { height: 100%; }
.seguridad-page .media-carousel .carousel-item img { display: block; height: 100%; object-fit: cover; width: 100%; }
.seguridad-page .media-carousel .carousel-item img.media-carousel__image--contain { background: #17212e; object-fit: contain; }
.seguridad-page .media-carousel .carousel-control-prev, .seguridad-page .media-carousel .carousel-control-next { opacity: .9; width: 3.5rem; }
.seguridad-page .media-carousel .carousel-control-prev:hover, .seguridad-page .media-carousel .carousel-control-next:hover { opacity: 1; }
.seguridad-page .media-carousel .carousel-control-prev-icon, .seguridad-page .media-carousel .carousel-control-next-icon { background-color: rgba(10, 29, 36, .72); background-size: 55%; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; box-shadow: 0 .25rem .8rem rgba(0,0,0,.22); height: 2.35rem; width: 2.35rem; }
.seguridad-page .media-carousel .carousel-indicators { align-items: center; background: rgba(10, 29, 36, .56); border-radius: 999px; bottom: .35rem; gap: .25rem; left: 50%; margin: 0; padding: .42rem .55rem; right: auto; transform: translateX(-50%); }
.seguridad-page .media-carousel .carousel-indicators [data-bs-target] { border: 0; border-radius: 50%; height: .48rem; margin: 0; opacity: .62; width: .48rem; }
.seguridad-page .media-carousel .carousel-indicators .active { opacity: 1; transform: scale(1.25); }
.seguridad-page .security-card { background: #fff; border: 1px solid rgba(68, 133, 133, .17); border-radius: 1.25rem; box-shadow: 0 1.25rem 3.5rem rgba(22, 49, 56, .08); padding: clamp(1.5rem, 5vw, 4rem); }
.seguridad-page .security-card__header { align-items: center; border-bottom: 1px solid #d8e4e4; display: flex; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 2rem; padding-bottom: 1.75rem; }
.seguridad-page .security-card__header--compact { display: block; }
.seguridad-page .security-card__header h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 600; letter-spacing: -.04em; margin: 0; text-transform: none; }
.seguridad-page .security-logo { height: auto; max-height: 5rem; max-width: min(235px, 55vw); object-fit: contain; object-position: left center; width: auto; }
.seguridad-page .security-card__copy { color: #4b5e62; line-height: 1.8; max-width: 980px; }
.seguridad-page .security-card__copy p { margin: 0 0 1.15rem; }
.seguridad-page .security-link { border-bottom: 1px solid currentColor; color: #14716b; margin-top: .35rem; padding-bottom: .2rem; }
.seguridad-page .security-link:hover { color: #0d4845; transform: translateX(.2rem); }
.seguridad-page .security-videos { display: grid; gap: 1.5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.seguridad-page .video-frame { aspect-ratio: 16 / 9; background: #17212e; border-radius: .9rem; box-shadow: 0 .8rem 2rem rgba(20, 46, 50, .12); overflow: hidden; }
.seguridad-page .video-frame iframe { border: 0; display: block; height: 100%; width: 100%; }
@media (max-width: 767.98px) { .seguridad-page .hero-seguridad { align-items: flex-end; min-height: 39rem; } .seguridad-page .hero-seguridad__content { margin-left: auto; text-align: center; } .seguridad-page .hero-seguridad__lead { margin-left: auto; margin-right: auto; } .seguridad-page .security-videos, .seguridad-page .installation-gallery, .seguridad-page .installation-feature { grid-template-columns: 1fr; } .seguridad-page .installation-feature { height: auto; } .seguridad-page .installation-feature__media { height: 300px; min-height: 0; } .seguridad-page .security-card__header { align-items: flex-start; flex-direction: column; gap: 1rem; } }
@media (prefers-reduced-motion: reduce) { .seguridad-page *, .seguridad-page *::before, .seguridad-page *::after { transition-duration: .01ms !important; } }

/* Experiencia corporativa bilingue: Inicio, Empresa e Historia. */
.corporate-page {
  background: #f3f6f7;
  color: #17212e;
  font-family: "Montserrat", sans-serif;
}
.corporate-page main { overflow: clip; }
.corporate-page span { color: inherit; }
.corporate-page .navbar {
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(23, 33, 46, .08);
  box-shadow: 0 .4rem 1.7rem rgba(23, 33, 46, .05);
  position: relative;
  z-index: 100;
}
.corporate-page .navbar-brand img {
  height: auto;
  object-fit: contain;
  width: 112px;
}
.corporate-page .nav-link,
.corporate-page .dropdown-item {
  color: #34464c;
  font-size: .82rem;
  font-weight: 600;
}
.corporate-page .nav-link:hover,
.corporate-page .dropdown-item:hover { color: #167c76; }
.corporate-page .corporate-hero {
  align-items: flex-end;
  background: #10252e;
  display: flex;
  height: clamp(24rem, 52vw, 39rem);
  overflow: hidden;
  position: relative;
}
.corporate-page .corporate-hero > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.home-hero {
  isolation: isolate;
}
.home-hero__slides,
.home-hero__slide,
.home-hero__video {
  inset: 0;
  position: absolute;
}
.home-hero__slides {
  z-index: -2;
}
.home-hero__slide {
  margin: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity .8s ease;
  visibility: hidden;
}
.home-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
}
.home-hero__slide > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.home-hero__slide--document {
  background: radial-gradient(circle at center, #203944 0%, #0b1c25 72%, #06121a 100%);
}
.home-hero__slide--document > img {
  object-fit: contain;
  padding: clamp(.55rem, 1.5vw, 1.35rem);
}
.home-hero__video {
  background: #071922;
  container-type: size;
  overflow: hidden;
}
.home-hero__video iframe {
  border: 0;
  height: max(100cqh, 56.25cqw);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max(100cqw, 177.7778cqh);
}
.home-hero__controls {
  align-items: center;
  bottom: 1.5rem;
  display: flex;
  gap: .75rem;
  position: absolute;
  right: max(1.25rem, calc((100vw - 1320px) / 2));
  z-index: 3;
}
.home-hero__arrow {
  align-items: center;
  background: rgba(7, 25, 34, .62);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 2rem;
  height: 2.75rem;
  justify-content: center;
  line-height: 1;
  padding: 0 0 .2rem;
  transition: background-color .2s ease, transform .2s ease;
  width: 2.75rem;
}
.home-hero__arrow:hover,
.home-hero__arrow:focus-visible {
  background: #167c76;
  transform: translateY(-1px);
}
.home-hero__dots {
  align-items: center;
  background: rgba(7, 25, 34, .62);
  border-radius: 999px;
  display: flex;
  gap: .45rem;
  padding: .65rem .75rem;
}
.home-hero__dot {
  background: rgba(255, 255, 255, .55);
  border: 0;
  border-radius: 999px;
  height: .55rem;
  padding: 0;
  transition: background-color .2s ease, width .2s ease;
  width: .55rem;
}
.home-hero__dot.is-active {
  background: #bce9e3;
  width: 1.5rem;
}
.corporate-page .corporate-hero__overlay {
  background:
    linear-gradient(90deg, rgba(7, 25, 34, .88), rgba(7, 25, 34, .52) 50%, rgba(7, 25, 34, .14)),
    linear-gradient(0deg, rgba(7, 25, 34, .72), transparent 64%);
  inset: 0;
  position: absolute;
}
.corporate-page .corporate-hero__content {
  color: #fff;
  padding-bottom: clamp(3rem, 8vw, 6rem);
  position: relative;
  text-align: left;
  z-index: 1;
}
.corporate-page .corporate-eyebrow {
  color: #176b66;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  margin: 0 0 .9rem;
  text-transform: uppercase;
}
.corporate-page .corporate-hero .corporate-eyebrow,
.history-page .section-heading--light .corporate-eyebrow {
  color: #bce9e3;
}
.corporate-page .corporate-hero h1 {
  font-size: clamp(2.8rem, 6.6vw, 6rem);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: .95;
  margin: 0;
  max-width: 850px;
  text-transform: none;
}
.corporate-page .corporate-hero h1 span {
  color: #bce9e3;
  display: block;
  font-size: .48em;
  letter-spacing: -.025em;
  margin-top: .7rem;
}
.corporate-page .corporate-hero--history > img { object-position: center 56%; }
.corporate-page .bilingual-section {
  padding-bottom: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(4rem, 8vw, 7rem);
}
.corporate-page .bilingual-section--intro { padding-bottom: clamp(3.5rem, 6vw, 5.5rem); }
.corporate-page .bilingual-section--tinted {
  background: #e7edef;
  border-radius: 1.35rem;
  margin-bottom: clamp(1rem, 4vw, 3rem);
  margin-top: clamp(1rem, 4vw, 3rem);
  padding-left: clamp(1.25rem, 5vw, 4rem);
  padding-right: clamp(1.25rem, 5vw, 4rem);
}
.corporate-page .section-heading {
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
  max-width: 780px;
  text-align: left;
}
.corporate-page .section-heading h2 {
  font-size: clamp(2rem, 4.2vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.03;
  margin: 0;
  text-transform: none;
}
.corporate-page .section-heading h2 span {
  color: #167c76;
  display: block;
  font-size: .53em;
  letter-spacing: -.015em;
  margin-top: .45rem;
}
.corporate-page .bilingual-grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.corporate-page .language-panel {
  background: #fff;
  border: 1px solid rgba(57, 96, 102, .15);
  border-top: .28rem solid #17212e;
  border-radius: 1rem;
  box-shadow: 0 1.1rem 3rem rgba(30, 58, 64, .07);
  padding: clamp(1.5rem, 3.8vw, 2.75rem);
}
.corporate-page .language-panel--en { border-top-color: #167c76; }
.corporate-page .language-tag {
  color: #167c76;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .15em;
  margin: 0 0 .75rem;
  text-transform: uppercase;
}
.corporate-page .language-panel h2,
.corporate-page .language-panel h3 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 600;
  letter-spacing: -.025em;
  margin: 0 0 1rem;
  text-transform: none;
}
.corporate-page .language-panel p,
.corporate-page .language-panel li {
  color: #4b5e62;
  line-height: 1.78;
}
.corporate-page .language-panel p:last-child { margin-bottom: 0; }
.corporate-page .quality-list {
  display: grid;
  gap: .9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.corporate-page .quality-list li {
  border-bottom: 1px solid #dfe8e8;
  padding: 0 0 .9rem 1.5rem;
  position: relative;
}
.corporate-page .quality-list li::before {
  color: #167c76;
  content: "✓";
  font-weight: 700;
  left: 0;
  position: absolute;
}
.corporate-page .bilingual-actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.corporate-page .corporate-button {
  background: #17212e;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 600;
  padding: .9rem 1.4rem;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}
.corporate-page .corporate-button:hover {
  background: #167c76;
  color: #fff;
  transform: translateY(-2px);
}
.corporate-page .corporate-services {
  background: #e7edef;
  margin: 0;
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.home-page .corporate-services > h3 {
  color: #167c76;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  margin-bottom: .6rem;
  text-transform: uppercase;
}
.home-page .corporate-services > h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 600;
  letter-spacing: -.04em;
  text-transform: none;
}
.home-page .servicios {
  align-items: stretch;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2.4rem auto 0;
  max-width: 880px;
}
.home-page .card {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 1.2rem 3rem rgba(30, 58, 64, .08);
  overflow: hidden;
  width: auto !important;
}
.home-page .imgCard {
  height: 250px;
  overflow: hidden;
}
.home-page .card-img-top {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  width: 100%;
}
.home-page .card-body { padding: 1.4rem; }
.home-page .card-title {
  color: #17212e;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.corporate-page .corporate-text-link {
  color: #167c76;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 700;
  margin-top: .45rem;
  text-decoration: none;
}
.corporate-page .corporate-text-link:hover { color: #0b4f4b; }
.corporate-page .corporate-contact {
  background:
    radial-gradient(circle at 86% 16%, rgba(43, 192, 180, .2), transparent 31%),
    linear-gradient(135deg, #17212e 0%, #102a34 100%);
  color: #fff;
  margin: 0;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  position: relative;
  text-align: left !important;
}
.corporate-page .corporate-contact::before {
  border: 1px solid rgba(188, 233, 227, .12);
  border-radius: 50%;
  content: "";
  height: 30rem;
  pointer-events: none;
  position: absolute;
  right: -13rem;
  top: -15rem;
  width: 30rem;
}
.corporate-page .corporate-contact__inner {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 7vw, 6rem);
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  position: relative;
  z-index: 1;
}
.corporate-page .corporate-contact .corporate-eyebrow {
  color: #8fe5dc;
  margin-bottom: 1rem;
}
.corporate-page .corporate-contact h2 {
  font-size: clamp(2.2rem, 4.8vw, 4.5rem);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: .98;
  margin: 0;
  max-width: 13ch;
}
.corporate-page .corporate-contact h2 span {
  color: #bce9e3;
  display: block;
  font-size: .45em;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.2;
  margin-top: .85rem;
}
.corporate-page .corporate-contact__lead {
  color: #d7e2e4;
  font-size: .98rem;
  line-height: 1.75;
  margin: 1.5rem 0 0;
  max-width: 38rem;
}
.corporate-page .corporate-contact__lead span {
  color: #9db2b7;
  display: block;
  margin-top: .6rem;
}
.corporate-page .corporate-contact__button {
  align-items: center;
  background: #bce9e3;
  border-radius: 999px;
  color: #102a34 !important;
  display: inline-flex;
  font-size: .86rem;
  font-weight: 700;
  gap: .75rem;
  margin-top: 2rem;
  padding: .9rem 1.25rem;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}
.corporate-page .corporate-contact__button:hover {
  background: #fff;
  transform: translateY(-2px);
}
.corporate-page .corporate-contact__channels {
  display: grid;
  gap: 1rem;
}
.corporate-page .contact-channel {
  align-items: center;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 1.15rem;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.corporate-page .contact-channel:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(188, 233, 227, .5);
  transform: translateX(4px);
}
.corporate-page .contact-channel__icon {
  align-items: center;
  background: #bce9e3;
  border-radius: .85rem;
  color: #102a34;
  display: flex;
  font-size: 1rem;
  height: 3.15rem;
  justify-content: center;
  width: 3.15rem;
}
.corporate-page .contact-channel__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.corporate-page .contact-channel__text small {
  color: #8fe5dc;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.corporate-page .contact-channel__text strong {
  color: #fff;
  font-size: clamp(.95rem, 2vw, 1.12rem);
  margin-top: .25rem;
  overflow-wrap: anywhere;
}
.corporate-page .contact-channel__arrow {
  color: #8fe5dc;
  font-size: .85rem;
}
.corporate-page .corporate-contact a { color: #bce9e3; }
.corporate-page .corporate-contact a i { color: inherit; }
.corporate-page footer.mt-5 { margin-top: 0 !important; }

/* Historia / History */
.history-page .history-timeline {
  background: #17212e;
  color: #fff;
  padding: clamp(2.75rem, 6vw, 4.5rem) 0;
}
.history-page .history-timeline__grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.history-page .history-timeline__grid > div {
  border-left: 1px solid rgba(188, 233, 227, .4);
  padding: .6rem 1rem .6rem 1.25rem;
}
.history-page .history-timeline__grid strong {
  color: #bce9e3;
  display: block;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -.04em;
}
.history-page .history-timeline__grid span {
  display: block;
  font-size: .88rem;
  line-height: 1.55;
  margin-top: .25rem;
}
.history-page .recognition-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}
.history-page .recognition-grid figure {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe5e6;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 150px 1fr;
  margin: 0;
  overflow: hidden;
  padding: 1.2rem;
}
.history-page .recognition-grid img {
  height: 145px;
  object-fit: contain;
  width: 100%;
}
.history-page .recognition-grid figcaption {
  color: #42565b;
  line-height: 1.6;
  padding: 1rem;
}
.history-page .national-presence {
  background: #102a34;
  color: #fff;
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.history-page .section-heading--light { color: #fff; }
.history-page .section-heading--light h2 span { color: #bce9e3; }
.history-page .bilingual-grid--transparent .language-panel {
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .15);
  box-shadow: none;
}
.history-page .bilingual-grid--transparent .language-panel h3 { color: #fff; }
.history-page .bilingual-grid--transparent .language-panel p { color: #d7e2e4; }
.history-page .presence-layout {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.35fr .65fr;
  margin-top: 2rem;
}
.history-page .presence-map {
  background: #dbe5e6;
  border-radius: 1rem;
  height: 460px;
  overflow: hidden;
  position: relative;
}
.history-page .presence-map iframe,
.history-page .presence-map__canvas {
  border: 0;
  height: 100%;
  width: 100%;
}
.history-page .presence-map__canvas { background: #dbe5e6; }
.history-page .presence-map .leaflet-control-attribution {
  background: rgba(255, 255, 255, .86);
  color: #42565b;
  font-size: .64rem;
}
.history-page .presence-map .leaflet-control-attribution a { color: #0f7187; }
.history-page .presence-map .leaflet-bar a {
  color: #102a34;
  line-height: 30px;
}
.history-page .presence-map .airport-map-tooltip {
  background: rgba(13, 39, 48, .94);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: .45rem;
  box-shadow: 0 .35rem 1rem rgba(0, 0, 0, .22);
  color: #fff;
  font-family: inherit;
  font-size: .75rem;
  font-weight: 600;
  padding: .35rem .55rem;
  white-space: nowrap;
}
.history-page .presence-map .leaflet-tooltip-left.airport-map-tooltip::before {
  border-left-color: rgba(13, 39, 48, .94);
}
.history-page .presence-map .leaflet-tooltip-right.airport-map-tooltip::before {
  border-right-color: rgba(13, 39, 48, .94);
}
.history-page .presence-map .leaflet-tooltip-top.airport-map-tooltip::before {
  border-top-color: rgba(13, 39, 48, .94);
}
.history-page .presence-map__label {
  background: rgba(13, 39, 48, .9);
  border-radius: .75rem;
  color: #fff;
  left: 1rem;
  padding: .8rem 1rem;
  pointer-events: none;
  position: absolute;
  top: 1rem;
  z-index: 500;
}
.history-page .presence-map__label strong,
.history-page .presence-map__label span { display: block; }
.history-page .presence-map__label span { color: #bce9e3; font-size: .78rem; margin-top: .15rem; }
.history-page .presence-stats {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.history-page .presence-stats > div {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
}
.history-page .presence-stats strong {
  color: #bce9e3;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 600;
  letter-spacing: -.05em;
}
.history-page .presence-stats span { font-size: .85rem; line-height: 1.5; margin-top: .35rem; }
.history-page .award-grid,
.history-page .education-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}
.history-page .award-grid article,
.history-page .education-grid article {
  background: #fff;
  border: 1px solid #dce6e7;
  border-radius: 1rem;
  box-shadow: 0 1rem 2.5rem rgba(30, 58, 64, .06);
  padding: clamp(1.4rem, 3vw, 2.2rem);
}
.history-page .award-grid strong,
.history-page .education-grid strong {
  color: #167c76;
  display: block;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 600;
  letter-spacing: -.035em;
}
.history-page .award-grid span,
.history-page .education-grid span {
  color: #53666a;
  display: block;
  line-height: 1.6;
  margin-top: .55rem;
}
.history-page .education-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.history-page .history-media-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}
.history-page .history-media-grid figure,
.history-page .history-diploma {
  background: #fff;
  border: 1px solid #dce6e7;
  border-radius: 1.15rem;
  box-shadow: 0 1rem 2.5rem rgba(30, 58, 64, .08);
  margin: 0;
  overflow: hidden;
  padding: 1rem;
}
.history-page .history-media-grid img {
  background: #eef2f3;
  border-radius: .75rem;
  display: block;
  height: clamp(300px, 35vw, 520px);
  object-fit: contain;
  width: 100%;
}
.history-page .history-media-grid figcaption,
.history-page .history-diploma figcaption {
  color: #263b40;
  font-weight: 600;
  line-height: 1.5;
  padding: 1rem .35rem .35rem;
}
.history-page .history-media-grid figcaption span,
.history-page .history-diploma figcaption span {
  color: #65787c;
  font-weight: 400;
}
.history-page .history-diploma {
  margin-top: 2rem;
}
.history-page .history-diploma img {
  border-radius: .75rem;
  display: block;
  max-height: 700px;
  object-fit: contain;
  width: 100%;
}
.history-page .legacy-section {
  background: #e7edef;
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.history-page .legacy-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.history-page .legacy-grid blockquote {
  background: #fff;
  border-left: .3rem solid #167c76;
  border-radius: 0 1rem 1rem 0;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 500;
  line-height: 1.65;
  margin: 0;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}
.history-page .legacy-attribution {
  color: #55676b;
  font-size: .84rem;
  line-height: 1.6;
  margin: 1.3rem 0 0;
}

/* El primer video de Defensa funciona como pieza visual, sin controles superpuestos. */
.medEng .decorative-video { pointer-events: none; }

@media (max-width: 991.98px) {
  .home-page .servicios { grid-template-columns: 1fr; }
  .home-page .imgCard { height: 310px; }
  .corporate-page .corporate-contact__inner { grid-template-columns: 1fr; }
  .corporate-page .corporate-contact__copy { max-width: 42rem; }
  .corporate-page .corporate-contact h2 { max-width: 16ch; }
  .history-page .presence-layout { grid-template-columns: 1fr; }
  .history-page .presence-map { height: 400px; }
}
@media (max-width: 767.98px) {
  .corporate-page .corporate-hero { height: 31rem; }
  .corporate-page .corporate-hero__content { text-align: center; }
  .corporate-page .corporate-hero h1 { margin-left: auto; margin-right: auto; }
  .home-hero__controls {
    bottom: 1rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .home-hero__arrow {
    height: 2.55rem;
    width: 2.55rem;
  }
  .corporate-page .bilingual-grid,
  .history-page .recognition-grid,
  .history-page .award-grid,
  .history-page .education-grid,
  .history-page .history-media-grid,
  .history-page .legacy-grid { grid-template-columns: 1fr; }
  .history-page .history-timeline__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .history-page .recognition-grid figure { grid-template-columns: 110px 1fr; }
  .history-page .presence-map { height: 350px; }
  .corporate-page .bilingual-section--tinted { border-radius: 0; margin-left: -.75rem; margin-right: -.75rem; }
}
@media (max-width: 479.98px) {
  .history-page .history-timeline__grid,
  .history-page .presence-stats { grid-template-columns: 1fr; }
  .history-page .recognition-grid figure { grid-template-columns: 1fr; text-align: center; }
  .home-page .imgCard { height: 230px; }
  .corporate-page .contact-channel { gap: .75rem; padding: .9rem; }
  .corporate-page .contact-channel__icon { height: 2.75rem; width: 2.75rem; }
  .corporate-page .contact-channel__arrow { display: none; }
  .corporate-page .corporate-contact__button { justify-content: center; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .corporate-page *, .corporate-page *::before, .corporate-page *::after { transition-duration: .01ms !important; }
}

/* Sistema global de idioma, navegación y pie de página. */
:root {
  --site-ink: #17212e;
  --site-deep: #102a34;
  --site-teal: #167c76;
  --site-mint: #bce9e3;
  --site-soft: #f3f6f7;
}

html { scroll-behavior: smooth; }
html[lang="es"] body [lang="en"],
html[lang="en"] body [lang="es"] { display: none !important; }

body {
  color: var(--site-ink);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

body > nav.navbar:not(.site-navbar),
body > footer:not(.site-footer) { display: none !important; }

.site-page h1,
.site-page h2,
.site-page h3,
.site-page h4,
.site-page h5,
.site-page h6,
.site-page p,
.site-page a,
.site-page button,
.site-page input,
.site-page textarea,
.site-page label { font-family: "Montserrat", sans-serif; }
.site-page h2 { text-transform: none; }

.site-header {
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(23, 33, 46, .09);
  box-shadow: 0 .45rem 1.7rem rgba(23, 33, 46, .06);
  position: relative;
  z-index: 1000;
}
.site-navbar {
  background: transparent !important;
  min-height: 88px;
  padding: .45rem 0;
}
.site-navbar__inner { align-items: center; }
.site-brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  margin-right: clamp(1.2rem, 4vw, 3.5rem);
  padding: 0;
}
.site-brand img {
  display: block;
  height: 66px;
  object-fit: contain;
  width: 96px;
}
.site-navbar__collapse {
  flex: 1 1 auto;
  justify-content: center;
  order: 2;
}
.site-navbar__nav {
  align-items: center;
  gap: clamp(.15rem, 1vw, .8rem);
}
.site-navbar .nav-link {
  border-radius: 999px;
  color: #34464c;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .015em;
  padding: .62rem .82rem !important;
  transition: background-color .2s ease, color .2s ease;
}
.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus,
.site-navbar .nav-link.active {
  background: rgba(22, 124, 118, .09);
  color: var(--site-teal);
}
.site-navbar .dropdown-menu {
  border: 1px solid rgba(23, 33, 46, .1);
  border-radius: .85rem;
  box-shadow: 0 1.1rem 2.8rem rgba(23, 33, 46, .13);
  margin-top: .55rem;
  padding: .45rem;
}
.site-navbar .dropdown-item {
  border-radius: .55rem;
  color: #34464c;
  font-size: .78rem;
  font-weight: 600;
  padding: .65rem .8rem;
}
.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus,
.site-navbar .dropdown-item.active {
  background: rgba(22, 124, 118, .09);
  color: var(--site-teal);
}
.site-navbar__tools {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: .75rem;
  margin-left: clamp(1rem, 3vw, 2.5rem);
  order: 3;
}
.language-switch {
  align-items: center;
  background: #e9eff0;
  border: 1px solid rgba(23, 33, 46, .08);
  border-radius: 999px;
  display: inline-flex;
  padding: .22rem;
}
.language-switch__button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #52656a;
  cursor: pointer;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
  min-width: 2.55rem;
  padding: .6rem .65rem;
  transition: background-color .2s ease, box-shadow .2s ease, color .2s ease;
}
.language-switch__button[aria-pressed="true"] {
  background: var(--site-ink);
  box-shadow: 0 .35rem .9rem rgba(23, 33, 46, .18);
  color: #fff;
}
.language-switch__button:focus-visible {
  outline: 3px solid rgba(22, 124, 118, .28);
  outline-offset: 2px;
}
.site-navbar .navbar-toggler {
  border: 1px solid rgba(23, 33, 46, .14);
  border-radius: .7rem;
  box-shadow: none;
  padding: .42rem .55rem;
}

.corporate-page .bilingual-grid,
.history-page .legacy-grid { grid-template-columns: minmax(0, 1fr); }
.corporate-page .language-panel { width: 100%; }
.corporate-page .language-tag { display: none; }

.site-footer {
  background: rgb(240, 240, 240);
  border-top: 1px solid rgba(22, 38, 47, .18);
  color: #1d2a32;
  margin: 0;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 5.75rem) 0 0;
  position: relative;
}
.site-footer::after {
  border: 1px solid rgba(15, 128, 120, .12);
  border-radius: 50%;
  content: "";
  height: 31rem;
  pointer-events: none;
  position: absolute;
  right: -14rem;
  top: -18rem;
  width: 31rem;
}
.site-footer__main {
  display: grid;
  gap: clamp(2.2rem, 5vw, 4.5rem);
  grid-template-columns: minmax(250px, 1.25fr) repeat(3, minmax(130px, .65fr));
  position: relative;
  z-index: 1;
}
.site-footer__logo {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(22, 38, 47, .12);
  border-radius: 1rem;
  box-shadow: 0 .8rem 2rem rgba(22, 38, 47, .08);
  display: flex;
  height: 150px;
  justify-content: center;
  margin-bottom: 1.1rem;
  overflow: hidden;
  width: 150px;
}
.site-footer__logo img {
  filter: none;
  height: 100%;
  margin: 0;
  opacity: 1;
  transform: scale(1.32);
  width: 100%;
}
.site-footer__brand p {
  color: #56656d;
  font-size: .9rem;
  line-height: 1.65;
  margin: 0;
  max-width: 18rem;
}
.site-footer__cta {
  align-items: center;
  background: #bce9e3;
  border-radius: 999px;
  color: var(--site-deep) !important;
  display: inline-flex;
  font-size: .76rem;
  font-weight: 700;
  gap: 1rem;
  margin-top: 1.4rem;
  padding: .78rem 1rem;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}
.site-footer__cta:hover { background: #93d9d0; transform: translateY(-2px); }
.site-footer__column {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: .68rem;
}
.site-footer__column h2 {
  color: #087c75;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .14em;
  margin: .4rem 0 .35rem;
  text-transform: uppercase;
}
.site-footer__column a,
.site-footer__column > span {
  color: #35464f;
  font-size: .8rem;
  line-height: 1.55;
  text-decoration: none;
  transition: color .2s ease;
}
.site-footer__column a:hover { color: #087c75; }
.site-footer__contact a,
.site-footer__contact > span {
  align-items: flex-start;
  display: grid;
  gap: .65rem;
  grid-template-columns: 1rem minmax(0, 1fr);
}
.site-footer__contact i { color: #087c75; margin-top: .18rem; }
.site-footer__bottom {
  border-top: 1px solid rgba(22, 38, 47, .14);
  color: #62727a;
  display: flex;
  font-size: .67rem;
  justify-content: space-between;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
  position: relative;
  z-index: 1;
}

.contact-page {
  background: var(--site-soft);
  min-height: 100vh;
}
.contact-page main {
  min-height: 62vh;
  padding: clamp(4rem, 9vw, 7rem) 0;
}
.contact-page main > h2 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  font-weight: 600;
  letter-spacing: -.05em;
  margin: 0 auto 2.8rem !important;
}
.contact-page .formContainer {
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(57, 96, 102, .14);
  border-radius: 1.25rem;
  box-shadow: 0 1.25rem 3.5rem rgba(30, 58, 64, .09);
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  max-width: 960px;
  padding: clamp(1.5rem, 4vw, 3rem);
  text-align: left !important;
}
.contact-page .form { gap: .55rem; }
.contact-page .form label {
  color: #43575c;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-top: .55rem;
  text-transform: uppercase;
}
.contact-page .form input,
.contact-page .form textarea {
  background: #f4f7f7;
  border: 1px solid #dce6e7;
  border-radius: .72rem;
  color: var(--site-ink);
  font-size: .9rem;
  outline: none;
  padding: .85rem 1rem;
  transition: border-color .2s ease, box-shadow .2s ease;
  width: 100%;
}
.contact-page .form textarea { min-height: 145px; resize: vertical; }
.contact-page .form input:focus,
.contact-page .form textarea:focus {
  border-color: var(--site-teal);
  box-shadow: 0 0 0 .22rem rgba(22, 124, 118, .11);
}
.contact-submit {
  background: var(--site-ink);
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  margin-top: 1rem;
  padding: .95rem 1.2rem;
  transition: background-color .2s ease, transform .2s ease;
}
.contact-submit:hover { background: var(--site-teal); transform: translateY(-2px); }
.contact-page .contactoInicio {
  align-content: center;
  background: var(--site-ink);
  border-radius: 1rem;
  display: grid;
  gap: .75rem;
  padding: clamp(1.5rem, 4vw, 2.4rem);
}
.contact-page .contactoInicio a { color: #fff; }
.contact-page .contactoInicio p { margin: 0; overflow-wrap: anywhere; }
.contact-page .contactoInicio i { color: #8fe5dc; margin-right: .55rem; }

@media (max-width: 991.98px) {
  .site-navbar { min-height: 78px; }
  .site-navbar__inner { flex-wrap: wrap; }
  .site-brand { margin-right: auto; order: 1; }
  .site-brand img { height: 56px; width: 82px; }
  .site-navbar__tools { margin-left: auto; order: 2; }
  .site-navbar__collapse {
    background: #fff;
    border-top: 1px solid rgba(23, 33, 46, .08);
    flex-basis: calc(100% + 1.5rem);
    margin: .55rem -.75rem -.45rem;
    order: 3;
    padding: .75rem;
  }
  .site-navbar__nav { align-items: stretch; gap: .2rem; }
  .site-navbar .dropdown-menu { box-shadow: none; margin: .15rem 0 .25rem; }
  .site-footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 767.98px) {
  .language-switch__button { min-width: 2.35rem; padding: .55rem; }
  .site-footer__main { grid-template-columns: 1fr 1fr; }
  .site-footer__contact { grid-column: 1 / -1; }
  .site-footer__bottom { flex-direction: column; gap: .35rem; }
  .contact-page .formContainer { grid-template-columns: 1fr; }
}

@media (max-width: 419.98px) {
  .site-brand img { height: 50px; width: 72px; }
  .site-navbar__tools { gap: .4rem; }
  .language-switch__button { font-size: .62rem; min-width: 2.1rem; padding: .5rem .45rem; }
  .site-footer__main { grid-template-columns: 1fr; }
  .site-footer__brand,
  .site-footer__contact { grid-column: auto; }
}
