/* ==================================================
   VARIABLES
================================================== */

:root {

    --azul: #082f53;

    --azul-oscuro: #061f38;

    --dorado: #d79b3c;

    --dorado-claro: #efb654;

    --arena: #f4eee6;

    --arena-2: #eee3d5;

    --blanco: #fffdf9;

    --texto: #17334d;

    --gris: #66717a;

}



/* ==================================================
   RESET
================================================== */

* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}


html {

    width: 100%;

    scroll-behavior: smooth;

}


body {

    width: 100%;

    min-width: 100%;

    overflow-x: hidden;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    background: var(--arena);

    color: var(--texto);

    -webkit-text-size-adjust: 100%;

}


img {

    max-width: 100%;

}


a {

    color: inherit;

    text-decoration: none;

}



/* ==================================================
   HERO
================================================== */

.hero {

    position: relative;

    width: 100%;

    min-height: 500px;

    background-image:
        url("../img/humahuaca/portada.jpg");

    background-size: cover;

    background-position: center;

    color: white;

}


.hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(5,31,54,0.18) 0%,
            rgba(5,31,54,0.04) 43%,
            rgba(5,31,54,0.78) 100%
        );

}


.hero-contenido {

    position: relative;

    z-index: 2;

    width: 100%;

    min-height: 500px;

    padding:
        22px 18px 46px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: space-between;

    text-align: center;

}



/* ==================================================
   VOLVER
================================================== */

.volver {

    position: absolute;

    z-index: 10;

    top: 18px;

    left: 14px;

    min-height: 38px;

    padding:
        7px 12px 7px 9px;

    display: flex;

    align-items: center;

    gap: 3px;

    border:

        1px solid
        rgba(239,182,84,0.78);

    border-radius: 24px;

    background:
        rgba(5,31,54,0.52);

    color: white;

    font-size: 12px;

    font-weight: 600;

    backdrop-filter:
        blur(6px);

    -webkit-backdrop-filter:
        blur(6px);

}


.volver svg {

    width: 19px;

    height: 19px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.8;

}



/* ==================================================
   MARCA
================================================== */

.marca {

    font-size: 30px;

    font-weight: 700;

    letter-spacing: -1px;

}


.marca span {

    color: var(--dorado-claro);

}



/* ==================================================
   HERO TEXTO
================================================== */

.hero-texto {

    width: 100%;

    max-width: 620px;

}


.tipo {

    display: block;

    color: var(--dorado-claro);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2.5px;

}


.hero h1 {

    margin-top: 8px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 58px;

    line-height: 0.95;

    font-weight: 500;

    text-shadow:
        0 3px 16px
        rgba(0,0,0,0.22);

}


.hero h1 span {

    display: block;

    color: var(--dorado-claro);

}


.hero-texto p {

    max-width: 500px;

    margin:
        14px auto 0;

    color:
        rgba(255,255,255,0.94);

    font-size: 14px;

    line-height: 1.5;

}



/* ==================================================
   DATOS
================================================== */

.datos {

    position: relative;

    z-index: 5;

    width:
        min(760px, calc(100% - 28px));

    margin:
        -30px auto 0;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    overflow: hidden;

    border:
        1px solid
        rgba(186,134,72,0.15);

    border-radius: 18px;

    background:
        rgba(255,253,249,0.97);

    box-shadow:
        0 10px 26px
        rgba(5,31,54,0.12);

}


.dato {

    min-width: 0;

    min-height: 96px;

    padding:
        13px 6px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    border-right:
        1px solid #e8ddcf;

}


.dato:last-child {

    border-right: 0;

}


.dato svg {

    width: 24px;

    height: 24px;

    fill: none;

    stroke: #b98642;

    stroke-width: 1.6;

}


.dato span {

    margin-top: 5px;

    color: #83776b;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 0.9px;

    text-transform: uppercase;

}


.dato strong {

    margin-top: 4px;

    color: var(--azul);

    font-size: 14px;

}



/* ==================================================
   FONDO
================================================== */

.contenido {

    position: relative;

    width: 100%;

    padding:
        52px 0 26px;

    background:
        radial-gradient(
            circle at 0% 25%,
            rgba(214,157,70,0.10),
            transparent 23%
        ),
        radial-gradient(
            circle at 100% 65%,
            rgba(17,68,101,0.07),
            transparent 27%
        ),
        linear-gradient(
            180deg,
            #f7f1e9 0%,
            #efe5d9 55%,
            #f7f2eb 100%
        );

}



/* ==================================================
   SECCIONES
================================================== */

.seccion {

    width:
        min(900px, calc(100% - 28px));

    margin:
        0 auto;

}


.titulo-seccion {

    text-align: center;

}


.titulo-seccion > span {

    color: #bb7b2c;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2px;

}


.titulo-seccion h2 {

    margin-top: 6px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    color: var(--azul);

    font-size: 34px;

    line-height: 1.08;

    font-weight: 500;

}


.titulo-seccion p {

    max-width: 580px;

    margin:
        10px auto 0;

    color: var(--gris);

    font-size: 13px;

    line-height: 1.55;

}



/* ==================================================
   EXPERIENCIA
================================================== */

.experiencia {

    padding-bottom: 35px;

}


.carrusel {

    width: 100%;

    margin-top: 22px;

    display: flex;

    gap: 10px;

    overflow-x: auto;

    scroll-snap-type:
        x mandatory;

    scroll-behavior: smooth;

    scrollbar-width: none;

    -webkit-overflow-scrolling:
        touch;

}


.carrusel::-webkit-scrollbar {

    display: none;

}


.slide {

    flex:
        0 0 76%;

    height: 300px;

    overflow: hidden;

    border-radius: 18px;

    scroll-snap-align: center;

    box-shadow:
        0 9px 24px
        rgba(8,47,83,0.08);

}


.slide img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

}


.puntos {

    margin-top: 13px;

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 7px;

}


.punto {

    width: 8px;

    height: 8px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background: #c8beb2;

}


.punto.activo {

    width: 28px;

    border-radius: 8px;

    background: var(--dorado);

}



/* ==================================================
   INCLUIDO
================================================== */

.incluye {

    padding:
        30px 0 38px;

}


.incluye-grid {

    width: 100%;

    margin-top: 21px;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 11px;

}


.incluye-item {

    min-width: 0;

    padding: 17px;

    display: flex;

    align-items: center;

    gap: 12px;

    border:
        1px solid
        rgba(184,125,52,0.15);

    border-radius: 16px;

    background:
        rgba(255,253,249,0.80);

    box-shadow:
        0 7px 18px
        rgba(8,47,83,0.04);

}


.incluye-icono {

    width: 46px;

    height: 46px;

    flex: 0 0 46px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        rgba(8,47,83,0.07);

}


.incluye-icono svg {

    width: 26px;

    height: 26px;

    fill: none;

    stroke: var(--azul);

    stroke-width: 1.8;

}


.incluye-item strong {

    display: block;

    color: var(--azul);

    font-size: 14px;

}


.incluye-item p {

    margin-top: 3px;

    color: var(--gris);

    font-size: 10px;

    line-height: 1.35;

}



/* ==================================================
   RECORRIDO
================================================== */

.recorrido {

    padding:
        34px 0 31px;

}


.recorrido-lista {

    width: 100%;

    margin-top: 21px;

    display: flex;

    flex-direction: column;

    gap: 9px;

}


.parada {

    width: 100%;

    min-height: 128px;

    padding:
        8px 12px 8px 9px;

    display: grid;

    grid-template-columns:
        38px 142px minmax(0, 1fr);

    align-items: center;

    gap: 10px;

    border:
        1px solid
        rgba(184,125,52,0.15);

    border-radius: 16px;

    background:
        rgba(255,253,249,0.84);

    box-shadow:
        0 6px 16px
        rgba(8,47,83,0.045);

}


.numero {

    width: 33px;

    height: 33px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: var(--azul);

    color: white;

    font-size: 13px;

    font-weight: 700;

}


.parada-imagen {

    width: 100%;

    height: 108px;

    overflow: hidden;

    border-radius: 12px;

}


.parada-imagen img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

}


.parada-texto {

    min-width: 0;

}


.parada-texto h3 {

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    color: var(--azul);

    font-size: 21px;

    line-height: 1.05;

    font-weight: 500;

}


.parada-texto span {

    display: block;

    margin-top: 3px;

    color: #c38632;

    font-size: 10px;

    font-weight: 700;

}


.parada-texto p {

    margin-top: 5px;

    color: #59666f;

    font-size: 11px;

    line-height: 1.4;

}



/* ==================================================
   HORNOCAL
================================================== */

.hornocal {

    margin-top: 14px;

    padding:
        26px 20px 21px;

    border:
        1px solid
        rgba(184,125,52,0.16);

    border-radius: 22px;

    background:
        rgba(255,253,249,0.76);

    box-shadow:
        0 8px 22px
        rgba(8,47,83,0.05);

}


.hornocal-galeria {

    width: 100%;

    margin-top: 19px;

}


.hornocal-principal {

    width: 100%;

    height: 300px;

    overflow: hidden;

    border-radius: 16px;

}


.hornocal-principal img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

}


.hornocal-secundarias {

    width: 100%;

    margin-top: 7px;

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 7px;

}


.hornocal-secundarias img {

    width: 100%;

    height: 135px;

    display: block;

    object-fit: cover;

    border-radius: 13px;

}



/* ==================================================
   CONSULTA
================================================== */

.consulta {

    width:
        min(850px, calc(100% - 28px));

    margin:
        25px auto 0;

    padding:
        30px 20px;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            #eee2d2,
            #f8f2e9
        );

    border:
        1px solid
        rgba(184,125,52,0.16);

    text-align: center;

}


.consulta-mini {

    color: #b87827;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 1.8px;

}


.consulta h2 {

    margin-top: 7px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    color: var(--azul);

    font-size: 33px;

    font-weight: 500;

}


.consulta p {

    margin-top: 7px;

    color: var(--gris);

    font-size: 11px;

    line-height: 1.45;

}


.whatsapp {

    width:
        min(360px, 100%);

    min-height: 52px;

    margin:
        17px auto 0;

    padding:
        10px 17px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    border-radius: 12px;

    background: #1fbf5b;

    color: white;

    font-size: 12px;

    font-weight: 700;

    box-shadow:
        0 7px 16px
        rgba(23,139,72,0.18);

}


.whatsapp svg {

    width: 26px;

    height: 26px;

    fill: white;

}


.whatsapp .telefono {

    fill: #1fbf5b;

}



/* ==================================================
   FOOTER
================================================== */

footer {

    width: 100%;

    padding:
        29px 20px;

    background:
        linear-gradient(
            135deg,
            #061f38,
            #08345b
        );

    color: white;

    text-align: center;

}


footer strong {

    font-size: 23px;

}


footer strong span {

    color: var(--dorado-claro);

}


footer p {

    margin-top: 7px;

    color:
        rgba(255,255,255,0.70);

    font-size: 10px;

}



/* ==================================================
   CELULAR
================================================== */

@media (max-width: 600px) {


    /* HERO */

    .hero {

        min-height: 430px;

    }


    .hero-contenido {

        min-height: 430px;

        padding:
            calc(
                14px +
                env(safe-area-inset-top)
            )
            13px
            26px;

    }


    .volver {

        top:
            calc(
                9px +
                env(safe-area-inset-top)
            );

        left: 9px;

        min-height: 34px;

        padding:
            5px 9px 5px 6px;

        font-size: 10px;

    }


    .volver svg {

        width: 17px;

        height: 17px;

    }


    .marca {

        font-size: 24px;

    }


    .tipo {

        font-size: 7px;

        letter-spacing: 1.8px;

    }


    .hero h1 {

        font-size: 42px;

        line-height: 0.96;

    }


    .hero-texto p {

        max-width: 320px;

        margin-top: 11px;

        font-size: 11px;

        line-height: 1.45;

    }



    /* DATOS */

    .datos {

        width:
            calc(100% - 22px);

        margin-top: -21px;

        border-radius: 14px;

    }


    .dato {

        min-height: 75px;

        padding:
            8px 2px;

    }


    .dato svg {

        width: 18px;

        height: 18px;

    }


    .dato span {

        margin-top: 3px;

        font-size: 7px;

    }


    .dato strong {

        margin-top: 3px;

        font-size: 10px;

    }



    /* CONTENIDO */

    .contenido {

        padding-top: 42px;

    }


    .seccion {

        width:
            calc(100% - 20px);

    }



    /* TITULOS */

    .titulo-seccion > span {

        font-size: 7px;

        letter-spacing: 1.6px;

    }


    .titulo-seccion h2 {

        margin-top: 5px;

        font-size: 27px;

    }


    .titulo-seccion p {

        max-width: 330px;

        margin-top: 7px;

        font-size: 10px;

        line-height: 1.45;

    }



    /* EXPERIENCIA */

    .experiencia {

        padding-bottom: 25px;

    }


    .carrusel {

        margin-top: 16px;

        gap: 7px;

    }


    .slide {

        flex:
            0 0 82%;

        height: 205px;

        border-radius: 14px;

    }


    .puntos {

        margin-top: 9px;

    }


    .punto {

        width: 7px;

        height: 7px;

    }


    .punto.activo {

        width: 24px;

    }



    /* INCLUYE */

    .incluye {

        padding:
            25px 0 27px;

    }


    .incluye-grid {

        margin-top: 15px;

        gap: 6px;

    }


    .incluye-item {

        min-height: 96px;

        padding:
            10px 5px;

        display: flex;

        flex-direction: column;

        justify-content: center;

        gap: 4px;

        border-radius: 13px;

        text-align: center;

    }


    .incluye-icono {

        width: 34px;

        height: 34px;

        flex-basis: 34px;

    }


    .incluye-icono svg {

        width: 20px;

        height: 20px;

    }


    .incluye-item strong {

        font-size: 10px;

    }


    .incluye-item p {

        margin-top: 2px;

        font-size: 7.5px;

        line-height: 1.3;

    }



    /* RECORRIDO */

    .recorrido {

        padding:
            26px 0 22px;

    }


    .recorrido-lista {

        margin-top: 16px;

        gap: 7px;

    }


    .parada {

        min-height: 106px;

        padding:
            7px;

        grid-template-columns:
            29px 105px minmax(0, 1fr);

        gap: 7px;

        border-radius: 13px;

    }


    .numero {

        width: 28px;

        height: 28px;

        font-size: 10px;

    }


    .parada-imagen {

        height: 92px;

        border-radius: 10px;

    }


    .parada-texto h3 {

        font-size: 16px;

        line-height: 1.05;

    }


    .parada-texto span {

        margin-top: 2px;

        font-size: 8px;

    }


    .parada-texto p {

        margin-top: 3px;

        font-size: 8px;

        line-height: 1.3;

    }



    /* HORNOCAL */

    .hornocal {

        width:
            calc(100% - 20px);

        margin-top: 10px;

        padding:
            16px 12px 13px;

        border-radius: 16px;

    }


    .hornocal .titulo-seccion h2 {

        font-size: 25px;

    }


    .hornocal .titulo-seccion p {

        max-width: 310px;

        font-size: 9px;

    }


    .hornocal-galeria {

        margin-top: 13px;

    }


    .hornocal-principal {

        height: 185px;

        border-radius: 12px;

    }


    .hornocal-secundarias {

        margin-top: 5px;

        gap: 5px;

    }


    .hornocal-secundarias img {

        height: 80px;

        border-radius: 9px;

    }



    /* CONSULTA */

    .consulta {

        width:
            calc(100% - 20px);

        margin-top: 17px;

        padding:
            23px 13px;

        border-radius: 16px;

    }


    .consulta-mini {

        font-size: 6.5px;

    }


    .consulta h2 {

        margin-top: 5px;

        font-size: 27px;

    }


    .consulta p {

        margin-top: 5px;

        font-size: 9px;

    }


    .whatsapp {

        width: 100%;

        max-width: 315px;

        min-height: 48px;

        margin-top: 14px;

        border-radius: 12px;

        font-size: 10px;

    }


    .whatsapp svg {

        width: 22px;

        height: 22px;

    }



    /* FOOTER */

    footer {

        padding:
            24px 15px;

    }


    footer strong {

        font-size: 20px;

    }


    footer p {

        font-size: 8px;

    }

}



/* ==================================================
   CELULAR MUY ANGOSTO
================================================== */

@media (max-width: 370px) {


    .parada {

        grid-template-columns:
            26px 92px minmax(0, 1fr);

        gap: 6px;

    }


    .numero {

        width: 25px;

        height: 25px;

        font-size: 9px;

    }


    .parada-imagen {

        height: 84px;

    }


    .parada-texto h3 {

        font-size: 14px;

    }


    .parada-texto p {

        font-size: 7.5px;

    }


    .incluye-item p {

        font-size: 7px;

    }

}