/*!
 * IngeoExploraciones - Personalización visual
 * Cliente: IngeoExploraciones S.A.S.
 * Desarrollo web: Damos Soluciones
 * Sitio web: https://www.damos.co
 */

:root {
  /* IngeoExploraciones brand palette */
  --brand-blue: #336799;
  --brand-blue-dark: #1d4161;
  --brand-blue-light: #e7eff6;
  --brand-gray: #b3b3b3;
  --brand-ink: #101820;
  --theme-color1: var(--brand-blue-dark);
  --theme-color2: var(--brand-ink);
  --theme-color3: #f1f4f6;
  --theme-color4: var(--brand-blue);
  --theme-color1-rgb: 29, 65, 97;
  --theme-color2-rgb: 16, 24, 32;
  --theme-color3-rgb: 241, 244, 246;
  --theme-color4-rgb: 51, 103, 153;
  --theme-color1-text-color: #fff;
  --theme-color2-text-color: #fff;
  --theme-color3-text-color: var(--brand-ink);
  --theme-color4-text-color: #fff;
  --theme-color-light: var(--brand-blue-light);
  --theme-color-gray: #f5f7f9;
  --theme-color-silver: #d9e1e8;
  --text-color: #5d6975;
  --headings-color: var(--brand-ink);
  --link-color: var(--brand-blue);
  --link-hover-color: var(--brand-blue-dark);
  --sec-title-subtitle-color: var(--brand-blue);
  --theme-light-background: #f3f6f8;
  --theme-color1-border: rgba(51, 103, 153, 0.2);
  --body-font-family: "GT Walsheim Pro", sans-serif;
  --heading-font-family: "GT Walsheim Pro", sans-serif;
}

html,
body {
  overflow-x: hidden;
}

.page-wrapper {
  overflow-x: clip;
}

.footer-six .footer-six__widget-inner {
  padding-bottom: 70px;
}

.footer-six .footer-bottom {
  position: relative;
  z-index: 2;
  margin-top: 0;
}

.footer-six .footer-contact-list li {
  padding: 8px 0;
}

.footer-six .footer-contact-list li a {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  line-height: 1.5;
}

.footer-six .footer-contact-list li a:hover {
  padding-left: 0;
}

.footer-six .footer-contact-list li a i {
  flex: 0 0 24px;
  width: 24px;
  margin-top: 2px;
  color: #73a1cc;
  font-size: 21px;
  text-align: center;
}

.footer-six .footer-widget .title,
.footer-six .footer-widget .text,
.footer-six .footer-widget .usefull-link a,
.footer-six .footer-contact-list a {
  color: #fff;
}

.footer-six .footer-widget .text {
  border-bottom-color: rgba(255, 255, 255, 0.18);
  opacity: 0.82;
}

.footer-six .footer-brand {
  display: inline-block;
  margin-bottom: 24px;
}

.footer-six .footer-brand img {
  display: block;
  width: 270px;
  max-width: 100%;
  height: auto;
}

.footer-six .footer-standards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.footer-six .footer-standards span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.footer-six .footer-bottom .content p,
.footer-six .footer-bottom .content p span,
.footer-six .footer-bottom .content p a {
  color: #fff;
}

.footer-six .footer-bottom .content p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
  width: 100%;
}

.footer-six .footer-bottom .content p a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-six .footer-bottom .content p a:hover {
  color: var(--brand-blue-light);
}

.contact-three .info-boxes .info-box .title a {
  color: inherit;
}

.contact-three .info-boxes {
  align-items: center;
  height: 703px;
  gap: clamp(48px, 5vw, 90px);
  padding: 50px 45px;
}

.contact-three .info-boxes .info-box {
  min-width: 0;
}

.contact-three .info-boxes .info-box .title {
  margin-bottom: 20px !important;
  font-size: clamp(30px, 2.5vw, 40px);
  line-height: 1;
  white-space: nowrap;
}

.contact-three .info-boxes .info-box.email-info .title {
  font-size: clamp(24px, 1.8vw, 28px);
}

.contact-three .info-boxes .info-box span {
  font-size: clamp(16px, 1.15vw, 19px);
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .contact-three .image {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
  }

  .contact-three .info-boxes {
    display: grid;
    float: none;
    width: 100%;
    height: auto;
    gap: 24px;
    padding: 30px;
  }

  .contact-three .info-boxes .info-box {
    display: block;
    writing-mode: horizontal-tb;
  }

  .contact-three .info-boxes .info-box .title,
  .contact-three .info-boxes .info-box.email-info .title {
    margin: 4px 0 0 !important;
    font-size: clamp(22px, 7vw, 30px);
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .contact-three .info-boxes .info-box span {
    font-size: 16px;
    white-space: normal;
  }
}

@media (max-width: 991.98px) {
  .footer-six .footer-six__widget-inner {
    padding-bottom: 30px;
  }

  .footer-six .footer-bottom {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .footer-six .footer-bottom .content p {
    display: block;
  }

  .footer-six .footer-bottom .content p span {
    display: block;
    margin-top: 6px;
  }
}

/* IngeoExploraciones horizontal logo in every navigation state. */
.header-2.header-style-two .main-box .logo-box {
  flex-shrink: 0;
  padding: 12px 0;
}

.header-2.header-style-two .nav-outer .logo-box .logo img.site-logo {
  display: block;
  width: 255px;
  max-width: 255px;
  height: auto;
  image-rendering: auto;
}

.header-2.header-style-two .sticky-header .logo {
  display: flex;
  align-items: center;
  padding: 6px 0;
}

.header-2.header-style-two .sticky-header .logo img.site-logo {
  display: block;
  width: 240px;
  max-width: 240px;
  max-height: none;
  height: auto;
  image-rendering: auto;
}

.header-2.header-style-two .main-menu .navigation > li {
  margin-right: 24px;
}

.header-2.header-style-two .main-menu .navigation > li:last-child {
  margin-right: 0;
}

.header-2.header-style-two .main-menu .navigation > li > a {
  font-size: 15px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.mobile-menu .upper-box {
  justify-content: flex-end;
  min-height: 74px;
}

.mobile-menu .close-btn {
  top: 0;
}

/* Native scrolling keeps the header in normal flow, so the hero needs no extra top offset. */
body.native-scroll .hero-6 {
  margin-top: -65px;
}

/* Service cards use the brand's ink tone and let photography carry the visual weight. */
.ingeo-services .service-four__single-card {
  background-color: var(--brand-ink);
}

.ingeo-services .service-four__single-card .content {
  flex: 1;
}

.ingeo-services .service-four__single-card .content .icon {
  display: none;
}

.ingeo-services .service-four__single-card .content .text {
  border-top: 0;
  padding-top: 36px;
}

.ingeo-services .service-four__single-card .image-wrap .num {
  background-color: rgba(16, 24, 32, 0.58);
}

@media (max-width: 1199.98px) {
  .header-2.header-style-two .main-box .logo-box {
    padding: 0;
  }

  .header-2.header-style-two .nav-outer .logo-box .logo img.site-logo {
    width: 230px;
    max-width: 230px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .header-2.header-style-two .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }

  .header-2.header-style-two .main-box .outer-box {
    gap: 30px;
  }

  .header-2.header-style-two .nav-outer .logo-box .logo img.site-logo {
    width: 230px;
    max-width: 230px;
  }

  .header-2.header-style-two .main-menu .navigation > li {
    margin-right: 14px;
  }

  .header-2.header-style-two .main-menu .navigation > li > a {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .header-2.header-style-two .nav-outer .logo-box .logo img.site-logo,
  .header-2.header-style-two .sticky-header .logo img.site-logo {
    width: 205px;
    max-width: 205px;
  }
}

@font-face {
  font-family: "GT Walsheim Pro";
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regular.eot");
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regular.woff2") format("woff2"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regular.woff") format("woff"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regular.ttf") format("truetype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Regular.svg#GTWalsheimPro-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim Pro";
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Medium.eot");
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Medium.woff2") format("woff2"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Medium.woff") format("woff"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Medium.ttf") format("truetype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Medium.svg#GTWalsheimPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Walsheim Pro";
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Bold.eot");
  src: url("../fonts/gt-walsheim-pro/GTWalsheimPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Bold.woff2") format("woff2"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Bold.woff") format("woff"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Bold.ttf") format("truetype"), url("../fonts/gt-walsheim-pro/GTWalsheimPro-Bold.svg#GTWalsheimPro-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.container-fluid {
  padding: 0 70px;
}
@media (max-width: 1199.98px) {
  .container-fluid {
    padding: 0 20px;
  }
}

p {
  color: rgba(16, 16, 16, 0.6);
  font-weight: 400;
  line-height: 24px;
}

/* Logotipo negativo en el cabezote interior, sin alterar su composición original. */
.header-1 .site-logo-negative {
  display: block;
  width: 225px;
  max-width: 225px;
  height: auto;
  image-rendering: auto;
}

.header-1 .sticky-header .logo img.site-logo-negative {
  width: 215px;
  max-width: 215px;
  max-height: none;
  height: auto;
}

.header-1 .sticky-header {
  background-color: #1d4161;
}

@media (max-width: 1199.98px) {
  .header-1 .site-logo-negative,
  .header-1 .sticky-header .logo img.site-logo-negative {
    width: 205px;
    max-width: 205px;
  }
}
