body {
    font-family: 'Maven Pro', system-ui, sans-serif;
}

.nav-container {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
    width: 100vw;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-3xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Maven Pro', system-ui, sans-serif;
}

.uk-card {border-radius: 10px;}

:root {
    --primary: #2fb5ff;
}

span.alianzas {
    width: 1.5em;
    height: 0.7em;
    display: inline-block;
    background: url(alianzas.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0em;
    position: relative;
    /* z-index: -1; */
}

/* HEADER */
.uk-navbar-container {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.logo {
    font-weight: 700;
    color: var(--primary);
    font-size: 20px;
    font-family: 'Maven Pro', sans-serif;
    letter-spacing: -1px;
}

/* HERO */
.hero {
    padding: 80px 0;
}

section {
    margin: 2em 0;
    padding: 2em 10px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 25%;
}

section#premios {
    background-image: linear-gradient(90deg, #ffffff 0px, #ffffff75 500px, #ffffff59), url(img/viaje1.jpg);
    min-height: 500px;
    background-size: contain;
}

.ganadores .uk-overlay {
    background: #00000080;
}

section.secondary {
    background: #014f90;
    color: white;
}

.hero h1 {
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1;
    font-weight: 700;
}

.hero p {
    max-width: 420px;
    color: #6b7280;
}

/* ILLUSTRATION PLACEHOLDER */
.illustration {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.2);
    aspect-ratio: 1;
    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: opacity 1s ease;
}
.illustration.is-fading {
    opacity: 0;
}
/* BUTTON ANIMATION */
.btn-animated {
    background: var(--primary);
    color: #fff;
    border-radius: 999px;
    padding: 14px 34px;
    font-weight: 600;
    transition: transform .25s ease, box-shadow .25s ease;
    box-shadow: 0 10px 24px rgba(47, 181, 255, .35);
    border: none;
}

.btn-animated:disabled {
    opacity: .3;
    box-shadow: none;
    background: gray;
}

.btn-animated:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 16px 32px rgba(47, 181, 255, .45);
    color: #fff;
}

/* COUNTDOWN */
.countdown {
    background: #f5f9fc;
    padding: 40px 0;
    /* margin: 0 auto; */
}

.time {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    aspect-ratio: 1;
    margin: 0 10px;
}

.time strong {
    color: var(--primary);
    font-size: 25px;
    font-weight: 100;
}

.logos {
    display: inline-flex;
    margin-top: 10px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    /* width: 40%; */
    background: #ebebeb;
    padding: 10px;
    border-radius: 6px;
}

section ul {
    width: 60%;
}

section ul li {
    margin-bottom: 2em;
}

ul {}

.logos div {
    width: 150px;
    /* background: gray; */
    margin: 0px 5px;
    aspect-ratio: 1;
    max-width: 90%;
    background-size: contain;
    background-repeat: no-repeat;
    /* box-shadow: 0px 5px 10px -7px rgba(0,0,0,0.25); */
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 6px;
    margin: 2px;
}

.logos.mini div {
    width: 150px;
}

.logos .title,.logos.mini .title {
    font-weight: bold;
    font-size: 1.2em;
    /* background: #23a0d9; */
    width: 100%;
    height: 2em;
}

.logos div:hover {
    /* width: 150px; */
    /* max-width: 150px; */
    /* min-width: 150px; */
}


.logo1 {
    background-image: url(img/lote.png);
}

.logo2 {background-image: url(img/divo.png);}

.logo3 {background-image: url(img/rmuni_c.png);}

.logo4 {background-image: url(img/rprov_c.png);}

.logo5 {background-image: url(img/travel_b.png);}

.logo6 {background-image: url(img/fem.png);}