@charset "UTF-8";
:root {
  --nav-h: 72px; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: #f8f8f8; }

.navbar.sticky-top {
  z-index: 1040; }

#mainNav {
  background: transparent; }
  #mainNav .container-fluid {
    border: rgba(255, 255, 255, 0.35) solid 1px;
    padding-left: 10% !important;
    padding-right: 10% !important; }
  #mainNav .navbar-brand img {
    max-height: 36px; }
  #mainNav .nav-item:hover .nav-link {
    background-color: #f2b400; }
  @media (min-width: 992px) {
    #mainNav .navbar-nav {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem; }
    #mainNav .nav-item {
      border-left: 1px solid rgba(255, 255, 255, 0.25); }
      #mainNav .nav-item:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.25); }
    #mainNav .nav-link {
      color: #fff;
      padding: 0.9rem 1.5rem;
      letter-spacing: 0.08em;
      font-weight: 600;
      text-transform: uppercase; }
      #mainNav .nav-link:hover, #mainNav .nav-link.active {
        color: #fff;
        background: rgba(255, 255, 255, 0.08);
        text-decoration: none; } }
  @media (max-width: 991.98px) {
    #mainNav .navbar-collapse {
      backdrop-filter: blur(6px);
      background: rgba(0, 0, 0, 0.35);
      border-radius: 0.5rem;
      padding: 0.5rem; }
    #mainNav .navbar-nav,
    #mainNav .nav-item {
      border: 0; }
    #mainNav .nav-link {
      color: #fff;
      padding: 0.75rem 1rem; } }

#mainNav {
  background-color: transparent;
  transition: background-color 0.25s ease, box-shadow 0.25s ease; }

#mainNav.scrolled {
  background-color: #282828 !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  backdrop-filter: none; }
  #mainNav.scrolled .container-fluid {
    border-color: rgba(0, 0, 0, 0.15); }
  #mainNav.scrolled .nav-link {
    color: #ffffff !important; }
    #mainNav.scrolled .nav-link:hover, #mainNav.scrolled .nav-link.active {
      color: #ffffff !important;
      background: #f2b400; }
  #mainNav.scrolled .navbar-brand img {
    filter: none; }

#seccion1 {
  margin-top: 0;
  position: relative;
  min-height: 70vh; }
  #seccion1 .btn-cut {
    border-radius: 0;
    clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
    padding: 0.95rem 1.8rem;
    min-width: 280px;
    text-align: left; }
    @media (max-width: 575.98px) {
      #seccion1 .btn-cut {
        min-width: 220px;
        padding: 0.9rem 1.4rem; } }
  #seccion1 > video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #seccion1 .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); }
  #seccion1 .hero-content {
    position: relative;
    z-index: 1; }
  #seccion1 .dm-sans-bold {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    background-color: #f2b400;
    color: #fff;
    border: solid 1px #f2b400; }
    #seccion1 .dm-sans-bold:hover {
      background-color: #282828;
      color: #ffffff;
      border: solid 1px #282828;
      clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%, 0 18px); }

section:not(#seccion1) {
  scroll-margin-top: 72px; }
  @supports (--css: variables) {
    section:not(#seccion1) {
      scroll-margin-top: var(--nav-h); } }

#seccion1 {
  transition: margin-top 0.2s ease;
  margin-top: calc(var(--nav-h) * -1); }

@media (prefers-reduced-motion: reduce) {
  #seccion1 {
    transition: none; } }
/* ============================
   (Opcional) Variante clara
   Úsala si el fondo del hero es claro
============================ */
/*
$nav-border: rgba(0,0,0,.25);
$nav-divider: rgba(0,0,0,.2);
$nav-hover-bg: rgba(0,0,0,.06);
$nav-link-color: #111;
*/
#seccion2.about-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  background: #f8f9fa; }
  #seccion2.about-section .about-wrap {
    max-width: 980px; }
  #seccion2.about-section .about-eyebrow {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.95rem;
    color: #111;
    position: relative;
    padding: 0 1rem; }
    #seccion2.about-section .about-eyebrow::before, #seccion2.about-section .about-eyebrow::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #f2b400;
      font-weight: 800;
      font-size: 1.1rem;
      line-height: 1; }
    #seccion2.about-section .about-eyebrow::before {
      content: "[";
      left: 0; }
    #seccion2.about-section .about-eyebrow::after {
      content: "]";
      right: 0; }
  #seccion2.about-section .about-title {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #222;
    line-height: 0.95;
    font-size: clamp(2.1rem, 4.5vw, 3.5rem);
    margin: 0 auto; }
  #seccion2.about-section .about-desc {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #444;
    font-size: 1.05rem;
    line-height: 1.75; }
  #seccion2.about-section .about-btn {
    background: #f2b400;
    border: 1px solid #f2b400;
    color: #ffffff;
    font-weight: 700;
    border-radius: 0;
    min-width: 220px; }
    #seccion2.about-section .about-btn:hover {
      background: #282828;
      border-color: #282828;
      color: #ffffff; }
  #seccion2.about-section .btn-cut {
    border-radius: 0;
    clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
    padding: 0.95rem 1.8rem;
    min-width: 260px;
    text-align: left;
    transition: clip-path 0.2s ease; }
    @media (max-width: 575.98px) {
      #seccion2.about-section .btn-cut {
        min-width: 220px;
        padding: 0.9rem 1.4rem; } }
    #seccion2.about-section .btn-cut:hover {
      clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%, 0 18px); }

#seccion3.services-section {
  background: #f1f1f1;
  position: relative;
  overflow: hidden; }
  #seccion3.services-section .services-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center; }
  #seccion3.services-section .services-media {
    text-align: center;
    min-height: 420px; }
    #seccion3.services-section .services-media img {
      max-width: 60%;
      height: auto; }
  #seccion3.services-section .services-content {
    max-width: 720px; }
  #seccion3.services-section .services-eyebrow {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #111;
    position: relative;
    padding: 0 1.1rem; }
    #seccion3.services-section .services-eyebrow::before, #seccion3.services-section .services-eyebrow::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #f2b400;
      font-weight: 800; }
    #seccion3.services-section .services-eyebrow::before {
      content: "[";
      left: 0; }
    #seccion3.services-section .services-eyebrow::after {
      content: "]";
      right: 0; }
  #seccion3.services-section .services-title {
    font-family: "DM Sans", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #222;
    font-size: clamp(2.4rem, 4vw, 3.6rem); }
  #seccion3.services-section .services-desc {
    color: #444;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-top: 3.1rem;
    max-width: 640px; }
  #seccion3.services-section .services-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 3rem;
    margin-top: 2.2rem; }
    #seccion3.services-section .services-list ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #seccion3.services-section .services-list ul li {
        position: relative;
        padding-left: 1.4rem;
        margin: 0.75rem 0;
        font-size: 1.05rem;
        color: #222; }
        #seccion3.services-section .services-list ul li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0.35rem;
          width: 14px;
          height: 14px;
          background: #f2b400;
          border-radius: 2px; }
  @media (max-width: 991.98px) {
    #seccion3.services-section .services-layout {
      grid-template-columns: 1fr; }
    #seccion3.services-section .services-media {
      display: none; } }

#seccion4.plc-section {
  background: #f1f1f1;
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  border: 1px solid rgba(0, 0, 0, 0.28); }
  #seccion4.plc-section::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: rgba(0, 0, 0, 0.28);
    transform: translateX(-0.5px);
    pointer-events: none; }
  #seccion4.plc-section .container {
    position: relative;
    z-index: 1; }
  #seccion4.plc-section .plc-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
    min-height: 520px; }
  #seccion4.plc-section .plc-content {
    max-width: 640px;
    padding-right: 1rem; }
  #seccion4.plc-section .plc-media {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    #seccion4.plc-section .plc-media img {
      width: 100%;
      max-width: 720px;
      height: 100%;
      max-height: 520px;
      object-fit: contain;
      display: block; }
  #seccion4.plc-section .plc-eyebrow {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #111;
    position: relative;
    padding: 0 1.1rem; }
    #seccion4.plc-section .plc-eyebrow::before, #seccion4.plc-section .plc-eyebrow::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #f2b400;
      font-weight: 800; }
    #seccion4.plc-section .plc-eyebrow::before {
      content: "[";
      left: 0; }
    #seccion4.plc-section .plc-eyebrow::after {
      content: "]";
      right: 0; }
  #seccion4.plc-section .plc-title {
    font-family: "DM Sans", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #222;
    font-size: clamp(2.6rem, 4vw, 3.6rem);
    margin-bottom: 1rem; }
  #seccion4.plc-section .plc-desc {
    color: #444;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 560px; }
  #seccion4.plc-section .plc-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 3rem;
    margin-top: 2rem; }
    #seccion4.plc-section .plc-list ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #seccion4.plc-section .plc-list ul li {
        position: relative;
        padding-left: 1.4rem;
        margin: 0.75rem 0;
        font-size: 1.05rem;
        color: #222; }
        #seccion4.plc-section .plc-list ul li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0.35rem;
          width: 14px;
          height: 14px;
          background: #f2b400;
          border-radius: 2px; }
  @media (max-width: 991.98px) {
    #seccion4.plc-section::after {
      display: none; }
    #seccion4.plc-section .plc-layout {
      grid-template-columns: 1fr;
      min-height: auto; }
    #seccion4.plc-section .plc-media {
      order: -1; }
      #seccion4.plc-section .plc-media img {
        max-height: 360px; }
    #seccion4.plc-section .plc-content {
      padding-right: 0; } }

#seccion5.projects-section {
  background: #f1f1f1;
  padding: 4.5rem 0; }
  #seccion5.projects-section .projects-shell {
    border: 1px solid rgba(0, 0, 0, 0.22);
    background: #f1f1f1; }
  #seccion5.projects-section .projects-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    min-height: 520px; }
  #seccion5.projects-section .projects-left {
    padding: 3rem 2.8rem 2.6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
  #seccion5.projects-section .projects-eyebrow {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #111;
    position: relative;
    padding: 0 1.25rem;
    width: fit-content; }
    #seccion5.projects-section .projects-eyebrow::before, #seccion5.projects-section .projects-eyebrow::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #f2b400;
      font-weight: 900; }
    #seccion5.projects-section .projects-eyebrow::before {
      content: "[";
      left: 0; }
    #seccion5.projects-section .projects-eyebrow::after {
      content: "]";
      right: 0; }
  #seccion5.projects-section .projects-title {
    margin-top: 1.1rem;
    font-family: "DM Sans", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #222;
    line-height: 0.95;
    font-size: clamp(2.3rem, 3.8vw, 3.8rem); }
  #seccion5.projects-section .projects-rule {
    margin-top: 1.6rem;
    height: 1px;
    background: rgba(0, 0, 0, 0.22);
    width: 100%; }
  #seccion5.projects-section .project-body {
    margin-top: 2.1rem;
    display: grid;
    grid-template-columns: 52px 96px 1fr;
    gap: 1.4rem;
    align-items: start; }
  #seccion5.projects-section .project-nav {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 6px;
    align-items: center; }
  #seccion5.projects-section .project-arrow {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    opacity: 0.85;
    transition: opacity 0.15s ease, transform 0.15s ease; }
    #seccion5.projects-section .project-arrow:hover {
      opacity: 1;
      transform: translateY(-1px); }
    #seccion5.projects-section .project-arrow::before, #seccion5.projects-section .project-arrow::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 18px;
      height: 2px;
      background: #f2b400; }
    #seccion5.projects-section .project-arrow::before {
      left: 50%;
      transform: translate(-14px, -50%) rotate(-45deg); }
    #seccion5.projects-section .project-arrow::after {
      left: 50%;
      transform: translate(-4px, -50%) rotate(45deg); }
    #seccion5.projects-section .project-arrow.down:hover {
      transform: translateY(1px); }
    #seccion5.projects-section .project-arrow.down::before {
      transform: translate(-14px, -50%) rotate(45deg); }
    #seccion5.projects-section .project-arrow.down::after {
      transform: translate(-4px, -50%) rotate(-45deg); }
  #seccion5.projects-section .project-number {
    width: 88px;
    height: 88px;
    border: 1px solid rgba(0, 0, 0, 0.28);
    display: grid;
    place-items: center;
    color: #f2b400;
    font-family: "DM Sans", sans-serif;
    font-weight: 900;
    font-size: 2.1rem;
    line-height: 1;
    background: transparent; }
  #seccion5.projects-section .project-content {
    padding-top: 6px;
    max-width: 520px; }
  #seccion5.projects-section .project-headline {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #f2b400;
    font-size: 1.05rem;
    line-height: 1.35;
    margin: 0 0 0.9rem; }
  #seccion5.projects-section .project-desc {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 0;
    max-width: 520px; }
  #seccion5.projects-section .projects-right {
    border-left: 1px solid rgba(0, 0, 0, 0.22);
    padding: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center; }
  #seccion5.projects-section .project-image {
    width: 100%;
    height: 100%;
    max-height: 480px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    background: #e9e9e9;
    overflow: hidden; }
    #seccion5.projects-section .project-image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
      transition: opacity 0.2s ease; }
  #seccion5.projects-section.is-switching .project-image img {
    opacity: 0.35; }
  @media (max-width: 991.98px) {
    #seccion5.projects-section .projects-grid {
      grid-template-columns: 1fr; }
    #seccion5.projects-section .projects-right {
      border-left: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.22); }
    #seccion5.projects-section .projects-left {
      padding: 2.2rem 1.5rem 1.8rem; }
    #seccion5.projects-section .project-body {
      grid-template-columns: 52px 88px 1fr; } }
  @media (max-width: 575.98px) {
    #seccion5.projects-section .project-body {
      grid-template-columns: 44px 84px 1fr;
      gap: 1rem; }
    #seccion5.projects-section .project-number {
      width: 78px;
      height: 78px;
      font-size: 1.85rem; } }

#seccion6.contact-section {
  background: #f2b400;
  padding: 4.5rem 0; }
  #seccion6.contact-section .contact-layout {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 3rem;
    align-items: center; }
  #seccion6.contact-section .contact-eyebrow {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #ffffff;
    position: relative;
    padding: 0 1.1rem;
    margin-bottom: 1rem; }
    #seccion6.contact-section .contact-eyebrow::before, #seccion6.contact-section .contact-eyebrow::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #ffffff;
      font-weight: 800; }
    #seccion6.contact-section .contact-eyebrow::before {
      content: "[";
      left: 0; }
    #seccion6.contact-section .contact-eyebrow::after {
      content: "]";
      right: 0; }
  #seccion6.contact-section .contact-title {
    font-family: "DM Sans", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 0.95;
    color: #ffffff;
    font-size: clamp(2.4rem, 4.5vw, 4rem);
    margin: 0 0 2rem; }
  #seccion6.contact-section .contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
    max-width: 520px; }
  #seccion6.contact-section .contact-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 1rem;
    align-items: center;
    color: #ffffff;
    font-size: 1.02rem;
    line-height: 1.55; }
    #seccion6.contact-section .contact-item a {
      color: #ffffff;
      text-decoration: none; }
      #seccion6.contact-section .contact-item a:hover {
        text-decoration: underline; }
  #seccion6.contact-section .contact-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15); }
    #seccion6.contact-section .contact-icon svg {
      width: 22px;
      height: 22px;
      color: #ffffff; }
  #seccion6.contact-section .contact-right {
    display: grid;
    gap: 1.2rem;
    justify-items: end; }
  #seccion6.contact-section .contact-map {
    width: 100%;
    max-width: 520px;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px; }
    #seccion6.contact-section .contact-map iframe {
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: 14px;
      display: block; }
  #seccion6.contact-section .contact-cta {
    width: 100%;
    max-width: 520px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #ffffff;
    text-decoration: none;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    font-weight: 700; }
    #seccion6.contact-section .contact-cta:hover {
      background: rgba(255, 255, 255, 0.45); }
  #seccion6.contact-section .contact-flag {
    font-size: 1.25rem; }
  @media (max-width: 991.98px) {
    #seccion6.contact-section {
      padding: 3.5rem 0; }
      #seccion6.contact-section .contact-layout {
        grid-template-columns: 1fr;
        gap: 2rem; }
      #seccion6.contact-section .contact-right {
        justify-items: start; } }

.footer-innam {
  background: #f3f3f3;
  border-top: 6px solid #f2b400;
  padding: 3.25rem 0; }
  .footer-innam .footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1.8fr;
    gap: 2.5rem;
    align-items: start; }
  .footer-innam .footer-brand .footer-logo {
    max-width: 180px;
    height: auto;
    display: block;
    margin-bottom: 1.25rem;
    opacity: 0.9; }
  .footer-innam .footer-brand .footer-copy {
    margin: 0;
    color: rgba(0, 0, 0, 0.35);
    font-size: 0.95rem; }
  .footer-innam .footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 2.25rem;
    justify-items: end;
    text-align: left; }
  .footer-innam .footer-col {
    width: 100%;
    max-width: 220px; }
  .footer-innam .footer-title {
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.35);
    margin-bottom: 1rem; }
  .footer-innam .footer-link {
    display: block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.35);
    font-size: 0.95rem;
    padding: 0.35rem 0;
    transition: color 0.2s ease; }
    .footer-innam .footer-link:hover {
      color: rgba(0, 0, 0, 0.6); }
  .footer-innam .footer-social {
    display: flex;
    gap: 0.9rem;
    justify-content: flex-start; }
  .footer-innam .footer-social-btn {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    color: rgba(0, 0, 0, 0.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease; }
    .footer-innam .footer-social-btn:hover {
      transform: translateY(-1px);
      background: rgba(255, 255, 255, 0.65);
      color: rgba(0, 0, 0, 0.65); }
    .footer-innam .footer-social-btn svg {
      display: block; }
  @media (max-width: 991.98px) {
    .footer-innam .footer-grid {
      grid-template-columns: 1fr;
      gap: 2rem; }
    .footer-innam .footer-links {
      grid-template-columns: 1fr;
      justify-items: start;
      gap: 1.5rem; }
    .footer-innam .footer-col {
      max-width: 100%; } }

@media (max-width: 991.98px) {
  .footer-innam {
    text-align: center; }
    .footer-innam .footer-brand {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .footer-innam .footer-brand .footer-logo {
        margin-left: auto;
        margin-right: auto; }
    .footer-innam .footer-links {
      justify-items: center;
      text-align: center; }
    .footer-innam .footer-col {
      max-width: 100%; }
    .footer-innam .footer-social {
      justify-content: center; } }

/*# sourceMappingURL=main.css.map */
