@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900&display=swap');

:root {
  --atlas-navy: #350F15;
  --atlas-blue: #FF0230;
  --atlas-sky: #ff858b;
  --atlas-header-red: #350F15;
  --atlas-ink: #241318;
  --atlas-paper: #fdf8f8;
  --atlas-line: #eadbdd;
  --atlas-white: #ffffff;
}

html { scroll-behavior: smooth; }
body { background: var(--atlas-paper); color: var(--atlas-ink); font-family: 'Nunito Sans', sans-serif; }
h1, h2, h3, h4, h5, h6, .atlas-btn, .atlas-kicker, .atlas-card-link, .atlas-project-status { font-family: 'Nunito Sans', sans-serif; }
button, input, textarea, select, .mega-menu .menu-links > li > a { font-family: 'Nunito Sans', sans-serif; }
a { transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease; }
.atlas-logo { width: 168px; height: auto; max-height: 52px; object-fit: contain; }
.atlas-header { position: absolute; z-index: 20; width: 100%; top: 0; background: linear-gradient(180deg, rgba(0,0,0,.48), rgba(0,0,0,0)); box-shadow: none; }
.atlas-header .menu-list-items { min-height: 82px; background: transparent !important; }
.atlas-header .menu-links > li > a { color: #fff; font-weight: 700; letter-spacing: .025em; }
.atlas-header .menu-links > li > a:hover { color: #fff; }
.atlas-header .menu-logo, .atlas-header .menu-logo li { list-style: none !important; margin: 0; padding-left: 0; }
.atlas-header .menu-logo { padding-top: 7px; }
.atlas-header .menu-logo img { width: 52px; height: 68px; max-height: 68px; object-fit: contain; object-position: center; }
.atlas-header .menu-bar { padding-top: 18px; }
.atlas-mobile-toggle { display: none; }
.atlas-header .menu-links { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.atlas-header .menu-links > li > a { display: inline-flex; align-items: center; min-height: 48px; padding: 12px 15px; border-radius: 2px; }
.atlas-header .menu-links > li > a:hover { background: rgba(255,255,255,.16); }
.atlas-header .menu-links, .atlas-header .menu-links > li { list-style: none !important; }
.atlas-header .menu-links > li.active,
.atlas-header .menu-links > li.active > a { background: transparent !important; color: #fff !important; }
.atlas-hero { position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden; background: var(--atlas-navy); color: var(--atlas-white); display: flex; align-items: center; }
.atlas-hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .94; }
.atlas-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.34) 46%, rgba(0,0,0,.12) 100%), linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.32)); }
.atlas-hero-content { position: relative; z-index: 2; padding-top: 100px; }
.atlas-kicker { color: #ffd0d4; font-size: 12px; text-transform: uppercase; letter-spacing: .22em; font-weight: 700; margin-bottom: 18px; }
.atlas-hero h1 { color: #fff; font-size: clamp(42px, 6vw, 82px); line-height: 1.02; letter-spacing: -.045em; font-weight: 300; max-width: 740px; margin: 0 0 25px; }
.atlas-hero h1 strong { color: #FF0230; font-weight: 800; }
.atlas-hero p { color: #e2edf5; font-size: 19px; line-height: 1.65; max-width: 560px; margin-bottom: 34px; }
.atlas-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.atlas-btn { display: inline-flex; align-items: center; gap: 14px; border: 1px solid var(--atlas-sky); padding: 14px 22px; color: #fff; background: var(--atlas-blue); font-weight: 700; text-transform: uppercase; font-size: 11px; letter-spacing: .08em; }
.atlas-btn:hover { color: #fff; background: #a90030; transform: translateY(-2px); }
.atlas-btn-whatsapp { background: #1fbd62; border-color: #1fbd62; }
.atlas-btn-whatsapp:hover { background: #159b4d; border-color: #159b4d; }
.atlas-btn[href="institucional.html#historia"] { background: var(--atlas-blue); border-color: var(--atlas-blue); color: #fff; }
.atlas-btn[href="institucional.html#historia"]:hover { background: #a90030; border-color: #a90030; color: #fff; }
.atlas-btn-outline { background: transparent; border-color: rgba(255,255,255,.62); }
.atlas-scroll { position: absolute; z-index: 3; bottom: 28px; left: 50%; transform: translateX(-50%); color: #c5dceb; text-transform: uppercase; font-size: 10px; letter-spacing: .22em; }
.atlas-section { padding: 105px 0; }
.atlas-section-dark { background: var(--atlas-navy); color: #fff; }
.atlas-section-blue { background: #f8eaec; }
.atlas-section-title { margin-bottom: 44px; }
.atlas-section-title .atlas-kicker { color: var(--atlas-blue); }
.atlas-section-dark .atlas-section-title .atlas-kicker { color: var(--atlas-sky); }
.atlas-section-title h2 { color: var(--atlas-navy); font-size: clamp(32px, 4vw, 56px); line-height: 1.05; font-weight: 500; letter-spacing: -.04em; margin: 0; }
.atlas-section-dark .atlas-section-title h2 { color: #fff; }
.atlas-section-title h2 strong { color: var(--atlas-blue); font-weight: 800; }
.atlas-section-dark .atlas-section-title h2 strong { color: var(--atlas-blue); }
.atlas-lead { color: #5d7185; font-size: 17px; line-height: 1.75; }
.atlas-section-dark .atlas-lead { color: #c6d8e7; }
.atlas-image-frame { overflow: hidden; background: #d6e5f0; }
.atlas-image-frame img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.atlas-image-frame:hover img { transform: scale(1.035); }
.atlas-about-image { height: 440px; }
.atlas-project-card { height: 100%; background: #fff; box-shadow: 0 12px 35px rgba(7,31,61,.08); }
.atlas-project-card .atlas-project-image { height: 260px; }
.atlas-project-card .atlas-project-image img { width: 100%; height: 100%; object-fit: cover; }
.atlas-project-body { padding: 26px 26px 29px; }
.atlas-project-status { color: var(--atlas-blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 12px; }
.atlas-project-body h3 { color: var(--atlas-navy); font-size: 25px; font-weight: 600; margin: 0 0 13px; }
.atlas-project-body p { color: #66798b; line-height: 1.65; min-height: 52px; margin-bottom: 20px; }
.atlas-card-link { color: var(--atlas-blue); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 800; }
.atlas-card-link:hover { color: var(--atlas-navy); }
.atlas-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; color: #5f7488; font-size: 13px; border-top: 1px solid var(--atlas-line); padding-top: 18px; }
.atlas-meta strong { color: var(--atlas-navy); }
.atlas-history-card { background: #fff; height: 100%; }
.atlas-history-card .atlas-image-frame { height: 240px; }
.atlas-history-card .atlas-project-body { padding: 22px; }
.atlas-history-grid { margin-top: 6px; }
.atlas-history-listing { position: relative; display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(240px, .86fr); min-height: 318px; background: #fff; color: var(--atlas-ink); overflow: hidden; box-shadow: 0 18px 42px rgba(0,0,0,.17); }
.atlas-history-listing .atlas-image-frame { min-height: 318px; height: 100%; }
.atlas-history-listing .atlas-project-body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 34px 34px 31px; }
.atlas-history-listing .atlas-project-body h3 { font-size: clamp(25px, 2.3vw, 35px); line-height: 1.1; margin-bottom: 14px; }
.atlas-history-listing .atlas-project-body p { min-height: 0; font-size: 15px; margin-bottom: 26px; }
.atlas-history-listing .atlas-card-link { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--atlas-line); width: 100%; }
.atlas-history-listing:hover .atlas-card-link { color: var(--atlas-navy); }
.atlas-cta { position: relative; overflow: hidden; background: var(--atlas-blue); color: #fff; }
.atlas-cta::before { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(53,15,21,.97), rgba(255,2,48,.86)); }
.atlas-cta .container { position: relative; z-index: 1; }
.atlas-cta h2 { color: #fff; font-size: clamp(28px, 3.6vw, 48px); line-height: 1.16; font-weight: 300; letter-spacing: -.035em; max-width: 700px; }
.atlas-cta h2 strong { color: var(--atlas-sky); }
.atlas-cta p { color: #d5e6f1; font-size: 17px; line-height: 1.7; max-width: 650px; }
.atlas-cta.atlas-cta-light { background: #fff; color: var(--atlas-ink); }
.atlas-cta.atlas-cta-light::before { display: none; }
.atlas-cta.atlas-cta-light h2 { color: #5d7185; }
.atlas-cta.atlas-cta-light h2 strong { color: var(--atlas-blue); }
.atlas-cta.atlas-cta-light h2 { font-size: clamp(32px, 4vw, 56px); line-height: 1.05; font-weight: 500; letter-spacing: -.04em; margin: 0; }
.atlas-cta.atlas-cta-light h2 strong { font-weight: 800; }
.atlas-cta.atlas-cta-light p { color: #5d7185; }
.atlas-footer { background: #350F15; color: #e0bac8; padding: 38px 0 18px; }
.atlas-footer .atlas-logo { width: 126px; max-height: 44px; filter: none; opacity: 1; margin-bottom: 10px; }
.atlas-footer .col-lg-4 { display: none; }
.atlas-footer .col-lg-3:last-child > a { display: none; }
.atlas-footer .col-lg-3:last-child > a.atlas-social-link { display: inline-flex; }
.atlas-social-link { align-items: center; gap: 10px; color: #f08a91 !important; font-size: 15px; font-weight: 700; letter-spacing: .02em; }
.atlas-social-link i { font-size: 22px; }
.atlas-social-link:hover { color: #fff !important; }
.atlas-footer h6 { color: #fff; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 14px; }
.atlas-footer a { color: #a5bfd4; }
.atlas-footer a[href^="https://wa.me"] { color: #25d366; }
.atlas-footer a:hover { color: #fff; }
.atlas-footer ul { list-style: none; padding: 0; margin: 0; }
.atlas-footer li { margin-bottom: 11px; font-size: 13px; }
.atlas-footer .atlas-copy { border-top: 1px solid rgba(255,255,255,.12); margin-top: 30px; padding-top: 20px; font-size: 12px; color: #7896af; }
.atlas-footer .atlas-heart { color: #ef4055; font-size: 16px; vertical-align: -1px; }
.atlas-page-hero { background: var(--atlas-navy); color: #fff; padding: 165px 0 90px; position: relative; overflow: hidden; }
.atlas-page-hero::after { content: ''; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -170px; top: -150px; background: radial-gradient(circle, rgba(119,175,216,.33), transparent 68%); }
.atlas-page-hero .container { position: relative; z-index: 1; }
.atlas-page-hero h1 { color: #fff; font-size: clamp(36px, 4.8vw, 64px); line-height: 1.13; font-weight: 700; letter-spacing: -.045em; margin: 0; max-width: 880px; text-shadow: 0 3px 18px rgba(0,0,0,.34); }
.atlas-detail-hero h1 { color: #d9efff; }
.atlas-page-hero p { color: #c9dbea; font-size: 17px; max-width: 660px; line-height: 1.7; margin: 20px 0 0; }
.atlas-detail-hero { padding-top: 145px; }
.atlas-detail-photo { height: 520px; }
.atlas-delivered-hero { min-height: 500px; display: flex; align-items: flex-end; padding-bottom: 66px; background-size: cover; background-position: center; }
.atlas-delivered-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,19,39,.88) 0%, rgba(4,19,39,.61) 53%, rgba(4,19,39,.18) 100%); }
.atlas-delivered-hero .container { position: relative; z-index: 1; }
.atlas-delivered-hero .atlas-kicker { color: #ffd0d4; }
.atlas-delivered-hero p { max-width: 610px; }
.atlas-delivered-panel { margin-top: -45px; position: relative; z-index: 2; }
.atlas-delivered-panel .atlas-project-status { margin-bottom: 8px; }
.atlas-delivered-panel h2 { color: var(--atlas-navy); font-size: clamp(29px, 3.4vw, 45px); line-height: 1.12; letter-spacing: -.04em; }
.atlas-delivered-fact { border-left: 2px solid var(--atlas-sky); padding: 3px 0 3px 17px; margin-bottom: 25px; }
.atlas-delivered-fact strong { display: block; color: var(--atlas-blue); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 5px; }
.atlas-delivered-fact span { color: #50677d; font-size: 16px; line-height: 1.55; }
.atlas-spec-list { list-style: none; padding: 0; margin: 25px 0 0; }
.atlas-spec-list li { border-bottom: 1px solid var(--atlas-line); padding: 15px 0; color: #62778c; line-height: 1.55; }
.atlas-spec-list strong { display: block; width: auto; margin-bottom: 4px; color: var(--atlas-blue); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.atlas-gallery img { height: 240px; object-fit: cover; width: 100%; }
.atlas-video-shell { padding: 0; text-align: center; }
.atlas-video-shell video { display: block; width: auto; max-width: 100%; height: min(720px, 78vh); margin: 0 auto; object-fit: contain; background: transparent; }
.atlas-whatsapp { position: fixed; z-index: 100; right: 22px; bottom: 22px; width: 56px; height: 56px; border-radius: 50%; background: #1da851; color: #fff !important; display: grid; place-items: center; font-size: 27px; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.atlas-whatsapp:hover { color: #fff; transform: translateY(-3px); }
@media (max-width: 991px) {
  .atlas-header { position: absolute; background: linear-gradient(180deg, rgba(0,0,0,.52), rgba(0,0,0,0)); }
  .atlas-header .menu-list-items { min-height: 70px; }
  .atlas-header .menu-list-items .row { min-height: 70px; align-items: center !important; }
  .atlas-header .menu-logo { display: flex; align-items: center; height: 70px; padding-top: 0; }
  .atlas-header .menu-bar { position: static; display: flex; align-items: center; justify-content: flex-end; min-height: 70px; padding-top: 0; }
  .atlas-header .menu-logo img { width: 43px; height: 56px; max-height: 56px; }
  .atlas-mobile-toggle { display: flex; position: relative; z-index: 31; width: 44px; height: 42px; margin-left: auto; padding: 10px 9px; flex-direction: column; justify-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.46); border-radius: 2px; background: transparent; cursor: pointer; }
  .atlas-mobile-toggle span { display: block; width: 24px; height: 2px; background: #fff; transition: transform .2s ease, opacity .2s ease; }
  .atlas-mobile-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .atlas-mobile-toggle.is-open span:nth-child(2) { opacity: 0; }
  .atlas-mobile-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .atlas-header .menu-mobile-collapse-trigger { display: none !important; }
  .atlas-header .menu-links { display: block !important; position: fixed; z-index: 30; top: 70px; left: 0; right: 0; bottom: 0; width: 100% !important; min-height: calc(100vh - 70px); margin: 0; padding: 32px 28px 48px; overflow-y: auto; visibility: hidden; opacity: 0; transform: translateY(-16px); pointer-events: none; background: var(--atlas-blue); border-top: 1px solid rgba(255,255,255,.22); box-shadow: none; transition: opacity .32s ease, transform .32s ease, visibility 0s linear .32s; }
  .atlas-header .menu-links.is-open { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; transition: opacity .32s ease, transform .32s ease; }
  .atlas-header .menu-links > li { float: none !important; width: 100%; border-bottom: 1px solid rgba(255,255,255,.14) !important; }
  .atlas-header .menu-links > li::marker { color: #fff; }
  .atlas-header .menu-links > li:last-child { border-bottom: 0 !important; }
  .atlas-header .menu-links > li > a { display: flex; align-items: center; min-height: 68px; padding: 20px 8px; color: #fff !important; font-size: 19px; line-height: 1.3; letter-spacing: .04em; }
  .atlas-header .menu-links > li > a:hover { background: transparent; color: #ffc3c8 !important; }
  .atlas-hero { min-height: 100vh; min-height: 100svh; }
  .atlas-hero-content { padding-top: 128px; }
  .atlas-about-image { height: 340px; margin-bottom: 28px; }
  .atlas-history-listing { grid-template-columns: 1fr; }
  .atlas-history-listing .atlas-image-frame { min-height: 270px; height: 270px; }
  .atlas-delivered-hero { min-height: 430px; }
}
@media (max-width: 575px) {
  .atlas-hero { min-height: 100vh; min-height: 100svh; }
  .atlas-hero-content { padding-top: 118px; }
  .atlas-hero::after { background: linear-gradient(180deg, rgba(0,0,0,.24), rgba(0,0,0,.52)); }
  .atlas-hero h1 { font-size: 45px; }
  .atlas-hero p { font-size: 16px; }
  .atlas-section { padding: 72px 0; }
  .atlas-detail-photo { height: 330px; }
  .atlas-page-hero h1 { font-size: 37px; line-height: 1.16; letter-spacing: -.035em; }
  .atlas-history-listing .atlas-project-body { padding: 27px 25px; }
  .atlas-history-listing .atlas-image-frame { height: 225px; min-height: 225px; }
  .atlas-delivered-hero { min-height: 390px; padding-bottom: 46px; }
  .atlas-delivered-panel { margin-top: -25px; }
  .atlas-gallery img { height: 190px; }
  .atlas-spec-list strong { display: block; width: auto; margin-bottom: 4px; }
  .atlas-header .menu-links { gap: 0; }
  .atlas-whatsapp { right: 16px; bottom: 16px; }
}
