:root {
    --ya-azul: #0099cc;
    --ya-naranja: #ff9900;
    --ya-azul-claro: #00ccff;
    --ya-marino: #0a4a6b;
    --ya-gris: #cccccc;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    background: #f5f6f8;
}

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);
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    background: #f5f6f8;
}

/* ── HEADER ── */
.hdr {
    background: #fff;
    height: 68px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 2.5rem;
    box-shadow: 0 2px 14px rgba(0, 153, 204, .09);
    position: relative;
}

/* .hdr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0099cc 50%, #ff9900 50%);
} */

.hdr-nav {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.hdr-hamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    padding: .25rem;
}

.hdr-hamburger span {
    display: block;
    width: 18px;
    height: 2px;
    background: #0a4a6b;
    border-radius: 2px;
}

.hdr-sep {
    width: 1px;
    height: 20px;
    background: #e0e0e0;
    flex-shrink: 0;
}

.hdr-link {
    font-size: .72rem;
    font-weight: 700;
    color: #0a4a6b;
    cursor: pointer;
    letter-spacing: .6px;
    font-family: 'Nunito Sans', sans-serif;
    white-space: nowrap;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
}

.hdr-logo {
    justify-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.hdr-logo-row {
    display: flex;
    align-items: baseline;
    font-size: 1.6rem;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
}

.lb {
    color: #0a4a6b;
}

.lo {
    color: #ff9900;
}

.la {
    color: #0099cc;
}

.hdr-right {
    display: flex;
    align-items: center;
    gap: .75rem;
    justify-content: flex-end;
}

.hdr-search {
    display: flex;
    align-items: center;
    border: 1px solid #d0e8f5;
    border-radius: 100px;
    overflow: hidden;
    height: 28px;
    background: #f5fbff;
}

.hdr-inp-s {
    padding: 0 10px;
    border: none;
    font-size: .67rem;
    background: transparent;
    font-family: 'Nunito Sans', sans-serif;
    outline: none;
    width: 165px;
    color: #0a4a6b;
    font-weight: 600;
}

.hdr-inp-s::placeholder {
    color: #0a4a6b;
    opacity: .5;
}

.hdr-sbtn {
    width: 28px;
    height: 28px;
    border: none;
    background: #0099cc;
    color: #fff;
    font-size: .68rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdr-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    line-height: 1.25;
}

.hdr-login span {
    font-size: .6rem;
    font-weight: 700;
    color: #0a4a6b;
    letter-spacing: .4px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

/* ── HERO ── */
.ct-hero {
    background: #fff;
    padding: 3.5rem 0 2.5rem;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

/* .ct-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0099cc 50%, #ff9900 50%);
} */

.ct-eyebrow {
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #0099cc;
    margin-bottom: .65rem;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.ct-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0a4a6b;
    font-family: 'Nunito', sans-serif;
    margin-bottom: .5rem;
}

.ct-sub {
    font-size: .95rem;
    color: #5a7a8a;
}

/* ── CANALES RÁPIDOS ── */
.ct-canales {
    background: #f5f6f8;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.ct-canales-inner {
    margin: 0 auto;
    padding: 0 3rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.canal-card {
    background: #fff;
    border-radius: 12px;
    border: .5px solid #e0e0e0;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: .85rem;
    cursor: pointer;
    transition: box-shadow .15s;
}

.canal-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
}

.canal-ic {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.ic-blue {
    background: #e0f4fc;
}

.ic-green {
    background: #eafaf1;
}

.ic-orange {
    background: #fff5e6;
}

.ic-marine {
    background: #e8f0f5;
}

.canal-info {}

.canal-label {
    font-size: .58rem;
    font-weight: 700;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 1px;
}

.canal-val {
    font-size: .82rem;
    font-weight: 700;
    color: #0a4a6b;
    font-family: 'Nunito', sans-serif;
}

/* ── BODY PRINCIPAL ── */
.ct-body {
    padding: 3rem 0;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.ct-body-inner {
    margin: 0 auto;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    align-items: start;
}

/* Info lateral */
.ct-info {}

.ct-info-block {
    margin-bottom: 1.75rem;
}

.ct-info-title {
    font-size: .72rem;
    font-weight: 700;
    color: #0a4a6b;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-bottom: .65rem;
    padding-bottom: .45rem;
    border-bottom: 2px solid #0099cc;
    display: inline-block;
}

.ct-info-row {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    margin-bottom: .5rem;
    font-size: .82rem;
    color: #5a7a8a;
    line-height: 1.5;
}

.ct-info-row .ic {
    font-size: .9rem;
    flex-shrink: 0;
    margin-top: 1px;
}

.ct-info-row strong {
    color: #0a4a6b;
    font-weight: 700;
}

.horario-row {
    display: flex;
    justify-content: space-between;
    font-size: .78rem;
    padding: .3rem 0;
    border-bottom: .5px solid #f0f0f0;
}

.horario-row:last-child {
    border: none;
}

.horario-day {
    color: #5a7a8a;
}

.horario-time {
    color: #0a4a6b;
    font-weight: 600;
}

.horario-closed {
    color: #cc3300;
}

/* Mapa placeholder */
.ct-map {
    background: #e8f0f5;
    border-radius: 12px;
    overflow: hidden;
    border: .5px solid #d0e0ea;
    margin-top: 1.25rem;
}

.ct-map-head {
    background: #0a4a6b;
    padding: .65rem 1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.ct-map-head span {
    font-size: .72rem;
    font-weight: 700;
    color: #fff;
    font-family: 'Nunito', sans-serif;
}

.ct-map-body {
    height: 180px;
    background: linear-gradient(135deg, #d0e8f5 0%, #b8d8ee 50%, #c8e4f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.map-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
}

.map-label {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    background: #0a4a6b;
    color: #fff;
    font-size: .62rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 100px;
    white-space: nowrap;
    font-family: 'Nunito Sans', sans-serif;
}

.map-streets {
    position: absolute;
    inset: 0;
    opacity: .3;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 28px, rgba(255, 255, 255, .6) 28px, rgba(255, 255, 255, .6) 30px), repeating-linear-gradient(90deg, transparent, transparent 38px, rgba(255, 255, 255, .6) 38px, rgba(255, 255, 255, .6) 40px);
}

.ct-map-footer {
    padding: .5rem 1rem;
    background: #f0f8fc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ct-map-addr {
    font-size: .62rem;
    color: #5a7a8a;
    font-family: 'Nunito Sans', sans-serif;
}

.ct-map-link {
    font-size: .62rem;
    font-weight: 700;
    color: #0099cc;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Nunito Sans', sans-serif;
}

/* ── FORMULARIO ── */
.ct-form-wrap {}

.ct-form-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a4a6b;
    margin-bottom: .35rem;
    font-family: 'Nunito', sans-serif;
}

.ct-form-sub {
    font-size: .78rem;
    color: #aaa;
    margin-bottom: 1.5rem;
}

.form-card {
    background: #fafafa;
    border-radius: 14px;
    border: .5px solid #e0e0e0;
    padding: 1.75rem;
}

.fg {
    display: grid;
    gap: .85rem;
}

.fg-2 {
    grid-template-columns: 1fr 1fr;
}

.fld-label {
    font-size: .63rem;
    font-weight: 600;
    color: #0a4a6b;
    margin-bottom: 3px;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.fld-req {
    color: #ff9900;
}

.fld-inp {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: .82rem;
    color: #0a4a6b;
    background: #fff;
    font-family: 'Nunito Sans', sans-serif;
    outline: none;
    transition: border-color .15s;
}

.fld-inp:focus {
    border-color: #0099cc;
}

.fld-inp::placeholder {
    color: #bbb;
}

.fld-sel {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: .82rem;
    color: #555;
    background: #fff;
    font-family: 'Nunito Sans', sans-serif;
    outline: none;
}

.fld-ta {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    font-size: .82rem;
    color: #0a4a6b;
    background: #fff;
    font-family: 'Nunito Sans', sans-serif;
    outline: none;
    resize: vertical;
    min-height: 110px;
    line-height: 1.6;
}

.fld-ta::placeholder {
    color: #bbb;
}

/* reCAPTCHA placeholder */
.recaptcha-box {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    padding: .75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
}

.rc-left {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.rc-check {
    width: 22px;
    height: 22px;
    border: 2px solid #c0c0c0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rc-label {
    font-size: .78rem;
    color: #3a3a3a;
}

.rc-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.rc-logo {
    font-size: .8rem;
}

.rc-text {
    font-size: .5rem;
    color: #aaa;
    text-align: center;
    line-height: 1.2;
}

/* Botón enviar */
.btn-enviar {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    background: #ff9900;
    color: #fff;
    border: none;
    font-size: .92rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Nunito Sans', sans-serif;
    margin-top: .5rem;
    letter-spacing: .3px;
}

.btn-enviar:hover {
    background: #e68800;
}

/* Nota privacidad */
.form-privacy {
    font-size: .62rem;
    color: #aaa;
    text-align: center;
    margin-top: .65rem;
    line-height: 1.5;
}

.form-privacy a {
    color: #0099cc;
    cursor: pointer;
}

/* ── FOOTER ── */
.ftr {
    background: #111;
    padding: 2.25rem 3rem 1.5rem;
}

.ftr-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.5rem;
    max-width: 1100px;
    margin: 0 auto 2rem;
}

.ftr-lc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ftr-addr {
    font-size: .73rem;
    color: rgba(255, 255, 255, .35);
    line-height: 1.75;
    margin-top: .6rem;
}

.ftr-ct {
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    margin-bottom: .85rem;
    font-family: 'Poppins', sans-serif;
}

.ftr-lk {
    font-size: .75rem;
    color: rgba(255, 255, 255, .4);
    display: block;
    margin-bottom: .4rem;
    text-decoration: none;
}

.ftr-bt {
    border-top: 1px solid rgba(255, 255, 255, .07);
    padding-top: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.ftr-cp {
    font-size: .68rem;
    color: rgba(255, 255, 255, .25);
}

.ftr-as {
    display: flex;
    gap: .85rem;
}

.ftr-a {
    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;
}