/*
Theme Name: Global UVM
Theme URI: https://globaluvm.com
Author: Marcelo González [Bane®]
Author URI: https://goo.gl/gLYRxh
Version: 1.0
*/

:root {
    --navy: #071d33;
    --blue: #1689f8;
    --blue2: #3db1ff;
    --muted: #607089;
    --light: #f4f8fc;
    --line: #d8e5f2;
    --white: #fff;
    --dark: #061a2d;
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: var(--navy);
    background: #fff
}

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

img {
    max-width: 100%;
    display: block
}

.header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fff;
    box-shadow: 0 1px 14px rgba(8, 34, 58, .08)
}

.nav {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 28px;
    gap: 24px
}

.brand {
    display: flex;
    align-items: center;
    gap: 20px
}

.brand .uvm {
    width: 188px
}

.brand .cna {
    width: 205px
}

.menu {
    display: flex;
    gap: 26px;
    font-weight: 800;
    font-size: 15px;
    align-items: center
}

.menu a:first-child {
    color: var(--blue)
}

.whatsapp {
    font-size: 26px;
    color: #13bf5b
}

.cta-small {
    background: var(--navy);
    color: #fff;
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 800
}

.hero {
    min-height: 760px;
    display: flex;
    align-items: stretch;
    background: #082036;
    overflow: hidden;
    position: relative
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 25, 45, .98) 0%, rgba(5, 25, 45, .92) 32%, rgba(5, 25, 45, .55) 58%, rgba(5, 25, 45, .05) 100%);
    z-index: 1
}

.hero-img {
    position: absolute;
    inset: 0;
    background-image: url("img/bg-home.jpg");
    background-size: cover;
    background-position: 78% center;
    filter: saturate(1.03) contrast(1.02)
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(1280px, 100%);
    margin: auto;
    padding: 90px 32px 80px;
    color: white;
    display: grid;
    grid-template-columns: 1fr .84fr;
    gap: 48px;
    align-items: center
}

.eyebrow {
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #78c5ff;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 18px
}

.hero h1 {
    font-size: clamp(46px, 5.5vw, 86px);
    line-height: .97;
    margin: 0 0 24px;
    font-weight: 950;
    max-width: 790px
}

.hero h1 span {
    color: #4bb8ff
}

.hero p {
    font-size: 22px;
    line-height: 1.45;
    max-width: 720px;
    font-weight: 700;
    color: #dbeeff;
    margin: 0 0 18px
}

.hero .subline {
    color: #fff;
    font-weight: 900
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 34px 0 34px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    padding: 17px 28px;
    font-weight: 900;
    border: 2px solid transparent
}

.btn.primary {
    background: linear-gradient(135deg, #1689f8, #005fca);
    color: #fff
}

.btn.ghost {
    border-color: #92acc8;
    color: #fff;
    background: rgba(255, 255, 255, .05)
}

.hero-badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 850px
}

.hero-badge {
    border-left: 1px solid rgba(255, 255, 255, .25);
    padding-left: 22px
}

.hero-badge strong {
    display: block;
    font-size: 19px;
    color: #fff
}

.hero-badge span {
    display: block;
    color: #c6d7e8;
    font-weight: 700;
    margin-top: 4px
}

.section {
    padding: 82px 32px
}

.wrap {
    max-width: 1280px;
    margin: auto
}

.section-title {
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.05;
    margin: 0 0 24px;
    font-weight: 950
}

.section-kicker {
    color: var(--blue);
    font-size: 15px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 950;
    margin-bottom: 16px
}

.programs {
    background: #fff
}

.programs h2 {
    font-size: 42px;
    margin: 0 0 30px
}

.program-grid.mag {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    margin-bottom: 62px
}

.program-card {
    border: 2px solid var(--line);
    border-radius: 28px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(7, 29, 51, .05)
}

.mag-card {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    min-height: 330px
}

.program-img {
    min-height: 330px;
    background-size: cover
}

.program-body {
    padding: 42px 42px 30px
}

.program-card h3 {
    font-size: 34px;
    line-height: 1.03;
    margin: 0 0 24px;
    font-weight: 950
}

.program-card p {
    font-size: 18px;
    line-height: 1.45;
    color: var(--muted);
    font-weight: 600
}

.meta {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 24px;
    color: var(--muted);
    font-weight: 900;
    font-size: 17px
}

.meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px
}

.meta svg {
    width: 18px;
    height: 18px
}

.ver {
    display: inline-block;
    margin-top: 24px;
    color: #077ae4;
    font-weight: 950;
    font-size: 22px
}

.dip-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px
}

.dip-card {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    min-height: 520px
}

.dip-img {
    height: 250px;
    background-size: cover;
    border-radius: 22px 22px 0 0
}

.dip-body {
    padding: 28px 26px 24px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.dip-card h3 {
    font-size: 25px
}

.dip-card p {
    font-size: 16px;
    margin-bottom: auto
}

.benefits {
    background: linear-gradient(180deg, #f3f8fe, #fff)
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px
}

.benefit {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 16px 36px rgba(7, 29, 51, .05)
}

.benefit-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: #eaf5ff;
    color: var(--blue);
    display: grid;
    place-items: center;
    margin-bottom: 20px
}

.benefit-icon svg {
    width: 34px;
    height: 34px
}

.benefit h3 {
    font-size: 23px;
    margin: 0 0 12px
}

.benefit p {
    color: var(--muted);
    font-weight: 600;
    line-height: 1.5
}

.experience {
    padding: 0;
    background: #061d33;
    color: #fff
}

.exp-grid {
    display: grid;
    grid-template-columns: 1.75fr .75fr;
    min-height: 560px
}

.exp-photo {
    background-image: url("img/bg-vinadelmar.jpg");
    background-size: cover;
    background-position: center;
    min-height: 560px;
    position: relative
}

.exp-photo:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 29, 51, .08), rgba(6, 29, 51, .35))
}

.exp-content {
    padding: 70px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.exp-content h2 {
    font-size: 42px;
    line-height: 1.05;
    margin: 0 0 18px
}

.exp-content p {
    font-size: 19px;
    color: #d5e8f6;
    font-weight: 700;
    line-height: 1.55
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 20px 0 26px;
    display: grid;
    gap: 12px;
    color: #fff;
    font-weight: 800
}

.checklist li:before {
    content: "✓";
    color: #49b7ff;
    margin-right: 10px
}

.purpose {
    background: #fff
}

.purpose-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 60px;
    align-items: center
}

.purpose p {
    font-size: 20px;
    line-height: 1.65;
    color: var(--muted);
    font-weight: 650
}

.collage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px
}

.collage img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 18px 38px rgba(7, 29, 51, .12)
}

.collage img.big {
    grid-column: 1/3;
    height: 310px
}

.stats {
    background: radial-gradient(circle at top left, #0c3760, #051a2e 60%);
    color: #fff
}

.stats-head {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: end;
    margin-bottom: 38px
}

.stats h2 {
    color: #fff
}

.stats p {
    color: #bcd5ea;
    font-size: 18px;
    max-width: 480px;
    font-weight: 700
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.stat {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 22px;
    padding: 28px;
    background: rgba(255, 255, 255, .06);
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 18px;
    align-items: center
}

.stat-icon {
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border-radius: 16px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center
}

.stat-icon svg {
    width: 32px;
    height: 32px
}

.stat strong {
    font-size: 32px;
    display: block;
    line-height: 1
}

.stat span {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 900;
    color: #cfe2f3
}

.backing {
    background: #061d33;
    color: #fff
}

.backing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 38px;
    align-items: center
}

.backing h2 {
    color: #fff
}

.backing p {
    color: #d0e4f4;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 650
}

.backing-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 28px
}

.backing-item {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    padding: 20px;
    display: flex;
    gap: 15px;
    align-items: flex-start
}

.backing-item svg {
    width: 30px;
    height: 30px;
    color: #49b7ff;
    flex: 0 0 auto
}

.backing-photo {
    height: 460px;
    background: url("img/bg-campusrecreo.jpg") center/cover;
    border-radius: 32px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25)
}

.process {
    background: #f5f9fd
}

.steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px
}

.step {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 14px 30px rgba(7, 29, 51, .05)
}

.step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--blue);
    font-weight: 950;
    font-size: 34px
}

.step-top svg {
    width: 38px;
    height: 38px
}

.step h3 {
    font-size: 20px;
    margin: 20px 0 8px
}

.step p {
    color: var(--muted);
    font-weight: 600;
    line-height: 1.45
}

.testimonials {
    background: #fff;
    overflow: hidden
}

.test-track {
    display: flex;
    gap: 26px;
    animation: slide 38s linear infinite;
    width: max-content;
    padding: 12px 0 20px
}

.testimonial {
    width: 520px;
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 24px;
    align-items: center;
    background: #fff;
    border: 2px solid var(--line);
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 16px 36px rgba(7, 29, 51, .06)
}

.testimonial img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 24px
}

.testimonial h3 {
    font-size: 28px;
    margin: 0 0 6px
}

.testimonial h4 {
    font-size: 18px;
    color: var(--blue);
    margin: 0 0 18px;
    font-weight: 950
}

.testimonial p {
    font-size: 19px;
    line-height: 1.45;
    color: var(--muted);
    font-weight: 650;
    margin: 0
}

@keyframes slide {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.form-section {
    background: linear-gradient(135deg, #061d33, #0b3762);
    color: #fff
}

.form-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 44px;
    align-items: center
}

.form-section h2 {
    color: #fff
}

.form-section p {
    color: #d4e8f7;
    font-size: 19px;
    line-height: 1.55;
    font-weight: 650
}

form {
    background: #fff;
    color: var(--navy);
    border-radius: 24px;
    padding: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .28)
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid #d9e4ee;
    border-radius: 9px;
    padding: 15px;
    font-size: 15px;
    font-weight: 650
}

textarea {
    grid-column: 1/3;
    min-height: 90px
}

.full {
    grid-column: 1/3
}

.submit {
    grid-column: 1/3;
    background: var(--blue);
    color: #fff;
    border: 0;
    border-radius: 9px;
    padding: 16px;
    font-weight: 950;
    font-size: 16px
}

.footer {
    background: #04182a;
    color: #fff;
    padding: 48px 32px 34px
}

.footer-grid {
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px
}

.footer-logo {
    width: 240px
}

.footer-cna {
    width: 310px;
    background: #fff;
    border-radius: 12px;
    padding: 10px
}

.footer p {
    color: #c8d9e8;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    max-width: 620px;
    margin: 20px 0 0
}

.copy {
    max-width: 1280px;
    margin: 34px auto 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding-top: 20px;
    color: #9fb4c7;
    font-weight: 700
}

.float-wsp {
    position: fixed;
    right: 28px;
    bottom: 26px;
    z-index: 40;
    background: #11c85b;
    color: #fff;
    border-radius: 50px;
    padding: 18px 26px;
    font-weight: 950;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
    display: flex;
    gap: 12px;
    align-items: center
}

.float-wsp svg {
    width: 28px;
    height: 28px;
    fill: currentColor
}

@media(max-width:980px) {
    .menu {
        display: none
    }

    .brand .cna {
        display: none
    }

    .hero-content,
    .purpose-grid,
    .backing-grid,
    .form-grid {
        grid-template-columns: 1fr
    }

    .hero {
        min-height: auto
    }

    .hero-content {
        padding-top: 70px
    }

    .hero:before {
        background: rgba(5, 25, 45, .82)
    }

    .hero h1 {
        font-size: 45px
    }

    .hero-badges,
    .program-grid.mag,
    .benefit-grid,
    .stats-grid,
    .steps {
        grid-template-columns: 1fr
    }

    .mag-card {
        grid-template-columns: 1fr
    }

    .dip-grid {
        grid-template-columns: 1fr
    }

    .exp-grid {
        grid-template-columns: 1fr
    }

    .exp-photo {
        min-height: 340px
    }

    .footer-grid {
        flex-direction: column;
        align-items: flex-start
    }

    .testimonial {
        width: 420px;
        grid-template-columns: 1fr
    }

    form {
        grid-template-columns: 1fr
    }

    textarea,
    .full,
    .submit {
        grid-column: auto
    }
}