:root {
    --ya-azul: #0099cc;
    --ya-naranja: #ff9900;
    --ya-azul-claro: #00ccff;
    --ya-amarillo: #ffcc33;
    --ya-gris: #cccccc;
    --ya-marino: #0a4a6b;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    background: #f5f6f8;
}

/* ── TIPOGRAFÍA ── */
h1,
h2,
.nunito {
    font-family: 'Nunito', sans-serif;
}

.eyebrow {
    font-family: 'Poppins', sans-serif;
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--ya-azul);
}

/* HEADER */

.ya-header {
    background: #fff;
    height: 68px;
    position: relative;
    box-shadow: 0 2px 14px rgba(0, 153, 204, .09);
}

.ya-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ya-azul) 50%, var(--ya-naranja) 50%);
}

.ya-nav-link {
    font-size: .72rem;
    font-weight: 700;
    color: var(--ya-marino);
    letter-spacing: .6px;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
}

.ya-nav-link.yabox {
    color: var(--ya-azul);
    border-bottom-color: var(--ya-azul);
}

.ya-nav-link.compraya {
    color: var(--ya-naranja);
    border-bottom-color: var(--ya-naranja);
}

.logo-text {
    font-family: 'Nunito', sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
}

.logo-ya {
    color: var(--ya-marino);
}

.logo-Y {
    color: var(--ya-naranja);
}

.logo-a {
    color: var(--ya-azul);
}

.search-bar {
    display: flex;
    align-items: center;
    border: 1px solid #d0e8f5;
    border-radius: 100px;
    overflow: hidden;
    height: 28px;
    background: #f5fbff;
}

.search-bar input {
    border: none;
    background: transparent;
    outline: none;
    font-size: .67rem;
    font-weight: 600;
    color: var(--ya-marino);
    padding: 0 10px;
    width: 165px;
}

.search-bar input::placeholder {
    opacity: .5;
}

.search-bar button {
    width: 28px;
    height: 28px;
    border: none;
    background: var(--ya-azul);
    color: #fff;
    font-size: .68rem;
    cursor: pointer;
}

.login-btn {
    font-size: .6rem;
    font-weight: 700;
    color: var(--ya-marino);
    letter-spacing: .4px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

/* aqui termina el hader */

/* FOOTER */

/* ── FOOTER ── */
.ya-footer {
    background: #111;
}

.footer-link {
    font-size: .75rem;
    color: rgba(255, 255, 255, .4);
    display: block;
    margin-bottom: .4rem;
    text-decoration: none;
}

.footer-col-title {
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    font-family: 'Poppins', sans-serif;
}

.footer-badge {
    font-size: .6rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .25);
    border: .5px solid rgba(255, 255, 255, .1);
    padding: 3px 10px;
    border-radius: 3px;
}

.footer-addr {
    font-size: .73rem;
    color: rgba(255, 255, 255, .35);
    line-height: 1.75;
}

.footer-copy {
    font-size: .68rem;
    color: rgba(255, 255, 255, .25);
}

/* AQUI TERMINA EL FOOTER */