/* ==================================================
   GENERAL
================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {

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

    background: #f1e8da;

    color: #082b4d;

    overflow-x: hidden;

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

}


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



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

.hero {

    position: relative;

    min-height: 500px;

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

    background-size: cover;

    background-position: center;

    color: white;

}


.hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to bottom,
            rgba(4,27,49,0.14),
            rgba(4,27,49,0.02) 38%,
            rgba(4,27,49,0.20) 65%,
            rgba(4,27,49,0.83) 100%
        );

}


.hero-contenido {

    position: relative;

    z-index: 2;

    min-height: 500px;

    padding:
        25px 20px 36px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: space-between;

    text-align: center;

}



/* ==================================================
   BACK
================================================== */

.volver {

    position: absolute;

    z-index: 10;

    top: 20px;
    left: 18px;

    padding:
        8px 13px;

    border:
        1px solid #efb54b;

    border-radius: 22px;

    background:
        rgba(4,31,55,0.32);

    backdrop-filter: blur(7px);

    color: white;

    font-size: 11px;

    font-weight: 700;

}



/* ==================================================
   BRAND
================================================== */

.marca {

    font-size: 29px;

    font-weight: 700;

}


.marca span {
    color: #efb54b;
}



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

.hero-texto {
    margin-top: auto;
}


.tipo {

    color: #efb54b;

    font-size: 8px;

    letter-spacing: 3px;

    font-weight: 700;

}


.hero h1 {

    margin-top: 7px;

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

    font-size: 64px;

    line-height: 0.92;

    font-weight: 500;

    text-shadow:
        0 4px 18px
        rgba(0,0,0,0.28);

}


.hero h1 span {

    display: block;

    color: #efb54b;

}


.hero-texto p {

    max-width: 500px;

    margin:
        11px auto 0;

    font-size: 14px;

    line-height: 1.5;

}



/* ==================================================
   SEPARATOR
================================================== */

.separador {

    width: 145px;

    margin:
        13px auto 0;

    display: flex;

    align-items: center;

    gap: 7px;

    color: #d99a30;

}


.separador span {

    flex: 1;

    height: 1px;

    background: currentColor;

}


.separador b {
    font-weight: normal;
}



/* ==================================================
   QUICK DATA
================================================== */

.datos {

    position: relative;

    z-index: 5;

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

    margin:
        -25px auto 0;

    display: grid;

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

    overflow: hidden;

    border-radius: 18px;

    background:
        rgba(255,251,245,0.97);

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

}


.dato {

    min-height: 90px;

    padding:
        12px 6px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border-right:
        1px solid #e7ddcf;

    text-align: center;

}


.dato:last-child {
    border-right: 0;
}


.dato-icono {

    color: #c68a30;

    font-size: 19px;

}


.dato span:not(.dato-icono) {

    margin-top: 4px;

    color: #81776d;

    font-size: 8px;

    letter-spacing: 1px;

    text-transform: uppercase;

}


.dato strong {

    margin-top: 3px;

    font-size: 13px;

}



/* ==================================================
   BACKGROUND
================================================== */

.contenido-principal {

    position: relative;

    overflow: hidden;

    padding-bottom: 10px;

    background:
        radial-gradient(
            circle at 5% 17%,
            rgba(218,154,48,0.10),
            transparent 24%
        ),
        radial-gradient(
            circle at 96% 63%,
            rgba(8,45,80,0.08),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #f6efe5 0%,
            #efe5d6 54%,
            #f7f2ea 100%
        );

}



/* ==================================================
   TITLES
================================================== */

.titulo-seccion {

    text-align: center;

}


.titulo-seccion > span {

    color: #bf801d;

    font-size: 8px;

    letter-spacing: 2.4px;

    font-weight: 700;

}


.titulo-seccion h2 {

    margin-top: 5px;

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

    font-size: 36px;

    font-weight: 500;

}


.titulo-seccion > p {

    max-width: 620px;

    margin:
        13px auto 0;

    color: #616b73;

    font-size: 12px;

    line-height: 1.65;

}


.linea-dorada {

    width: 130px;

    margin:
        11px auto 0;

    display: flex;

    align-items: center;

    gap: 7px;

    color: #d99a30;

}


.linea-dorada span {

    flex: 1;

    height: 1px;

    background: currentColor;

}


.linea-dorada b {
    font-weight: normal;
}



/* ==================================================
   EXPERIENCE
================================================== */

.experiencia {

    padding:
        55px 0 34px;

}


.carrusel-experiencia {

    width: 100%;

    max-width: 900px;

    margin:
        24px auto 0;

    padding:
        0 18px;

    display: flex;

    gap: 10px;

    overflow-x: auto;

    scroll-snap-type:
        x mandatory;

    scroll-behavior: smooth;

    scrollbar-width: none;

}


.carrusel-experiencia::-webkit-scrollbar {
    display: none;
}


.slide-experiencia {

    flex:
        0 0 80%;

    height: 340px;

    overflow: hidden;

    border-radius: 20px;

    scroll-snap-align: center;

    box-shadow:
        0 9px 25px
        rgba(8,43,77,0.08);

}


.slide-experiencia img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

}



/* ==================================================
   INDICATORS
================================================== */

.indicadores {

    margin-top: 12px;

    display: flex;

    justify-content: center;

    gap: 6px;

}


.punto {

    width: 7px;
    height: 7px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background: #bfb4a5;

}


.punto.activo {

    width: 24px;

    border-radius: 5px;

    background: #d99a30;

}


.deslizar {

    margin-top: 6px;

    color: #817a70;

    font-size: 9px;

    text-align: center;

}



/* ==================================================
   INCLUDED
================================================== */

.incluye {

    max-width: 940px;

    margin: auto;

    padding:
        32px 20px 38px;

}


.incluye-grid {

    margin-top: 20px;

    display: grid;

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

    gap: 9px;

}


.incluye-item {

    padding:
        16px 13px;

    border-radius: 16px;

    background:
        rgba(255,251,246,0.78);

    border:
        1px solid
        rgba(193,135,61,0.17);

    box-shadow:
        0 6px 18px
        rgba(8,43,77,0.04);

}


.incluye-numero {

    color: #c48831;

    font-size: 8px;

    font-weight: 700;

}


.incluye-item strong {

    display: block;

    margin-top: 6px;

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

    font-size: 17px;

}


.incluye-item p {

    margin-top: 4px;

    color: #68727a;

    font-size: 9px;

    line-height: 1.4;

}



/* ==================================================
   ROUTE
================================================== */

.paradas {

    max-width: 900px;

    margin: auto;

    padding:
        34px 20px 36px;

}


.parada {

    margin-top: 18px;

    min-height: 190px;

    overflow: hidden;

    display: grid;

    grid-template-columns:
        43% 57%;

    border-radius: 18px;

    background:
        rgba(255,251,246,0.82);

    border:
        1px solid
        rgba(193,135,61,0.17);

}


.parada-foto {

    position: relative;

    overflow: hidden;

}


.parada-foto img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

}


.numero-parada {

    position: absolute;

    left: 11px;
    bottom: 10px;

    padding:
        4px 7px;

    border-radius: 14px;

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

    color: #efb54b;

    font-size: 8px;

}


.parada-info {

    padding: 21px;

    display: flex;

    flex-direction: column;

    justify-content: center;

}


.parada-info > span {

    color: #bb7b2c;

    font-size: 7px;

    letter-spacing: 1.7px;

    font-weight: 700;

}


.parada-info h3 {

    margin-top: 4px;

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

    font-size: 26px;

    font-weight: 500;

}


.parada-info p {

    margin-top: 8px;

    color: #626d75;

    font-size: 11px;

    line-height: 1.5;

}


.altura {

    margin-top: 5px;

    color: #c98a22;

    font-size: 17px;

}



/* ==================================================
   ENGLISH GUIDE
================================================== */

.guia-ingles {

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

    margin:
        13px auto 17px;

    padding: 20px;

    display: grid;

    grid-template-columns:
        54px 1fr;

    align-items: center;

    gap: 15px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #79512c,
            #b17839
        );

    color: white;

    box-shadow:
        0 10px 26px
        rgba(87,55,25,0.12);

}


.guia-icono {

    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        rgba(255,255,255,0.12);

}


.guia-icono svg {

    width: 27px;
    height: 27px;

    fill: none;

    stroke: #ffe0a4;

    stroke-width: 1.7;

}


.guia-texto > span {

    color: #ffe0a4;

    font-size: 7px;

    letter-spacing: 1.8px;

    font-weight: 700;

}


.guia-texto h2 {

    margin-top: 4px;

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

    font-size: 25px;

    font-weight: 500;

}


.guia-texto p {

    margin-top: 5px;

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

    font-size: 10px;

    line-height: 1.45;

}


.guia-texto small {

    display: block;

    margin-top: 5px;

    color: #ffe0a4;

    font-size: 8px;

}



/* ==================================================
   TRIP TYPE
================================================== */

.modalidad {

    width:
        min(800px, calc(100% - 36px));

    margin:
        0 auto 33px;

    padding: 17px;

    display: grid;

    grid-template-columns:
        46px 1fr;

    gap: 12px;

    align-items: center;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            #082d50,
            #0b3c66
        );

    color: white;

}


.modalidad-numero {

    width: 43px;
    height: 43px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    border:
        1px solid
        rgba(239,181,75,0.65);

    color: #efb54b;

    font-size: 10px;

}


.modalidad span {

    color: #efb54b;

    font-size: 7px;

    letter-spacing: 1.6px;

}


.modalidad h2 {

    margin-top: 3px;

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

    font-size: 21px;

    font-weight: 500;

}


.modalidad p {

    margin-top: 3px;

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

    font-size: 9px;

}



/* ==================================================
   CONTACT
================================================== */

.reserva {

    padding:
        50px 20px;

    background:
        linear-gradient(
            145deg,
            #082d50,
            #0a385f
        );

    color: white;

    text-align: center;

}


.reserva > span {

    color: #efb54b;

    font-size: 8px;

    letter-spacing: 2px;

}


.reserva h2 {

    margin-top: 7px;

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

    font-size: 34px;

    font-weight: 500;

}


.reserva p {

    max-width: 450px;

    margin:
        9px auto 0;

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

    font-size: 11px;

    line-height: 1.5;

}


.boton-whatsapp {

    width:
        min(340px, 100%);

    min-height: 51px;

    margin:
        19px auto 0;

    padding:
        10px 17px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    border-radius: 27px;

    background: #25bf61;

    color: white;

    font-size: 11px;

    font-weight: 700;

}


.whatsapp-icono {

    width: 24px;
    height: 24px;

}


.whatsapp-icono svg {

    width: 100%;
    height: 100%;

    fill: white;

}


.whatsapp-icono .telefono {

    fill: #25bf61;

}



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

footer {

    padding:
        26px 20px;

    background: #061f38;

    color: white;

    text-align: center;

}


footer strong {
    font-size: 19px;
}


footer p {

    margin-top: 6px;

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

    font-size: 9px;

}



/* ==================================================
   MOBILE
================================================== */

@media (max-width: 600px) {


    /* HERO */

    .hero {
        min-height: 440px;
    }


    .hero-contenido {

        min-height: 440px;

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

    }


    .volver {

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

        left: 9px;

        padding:
            6px 10px;

        font-size: 9px;

    }


    .marca {
        font-size: 23px;
    }


    .hero h1 {
        font-size: 46px;
    }


    .hero-texto p {

        max-width: 315px;

        font-size: 11px;

    }



    /* DATA */

    .datos {

        width:
            calc(100% - 22px);

        margin-top: -20px;

        border-radius: 14px;

    }


    .dato {

        min-height: 72px;

        padding:
            8px 3px;

    }


    .dato-icono {
        font-size: 15px;
    }


    .dato span:not(.dato-icono) {
        font-size: 7px;
    }


    .dato strong {
        font-size: 10px;
    }



    /* TITLES */

    .titulo-seccion h2 {
        font-size: 27px;
    }


    .titulo-seccion > p {

        padding:
            0 13px;

        margin-top: 8px;

        font-size: 10px;

        line-height: 1.5;

    }



    /* EXPERIENCE */

    .experiencia {

        padding:
            42px 0 25px;

    }


    .carrusel-experiencia {

        margin-top: 17px;

        padding:
            0 10px;

        gap: 7px;

    }


    .slide-experiencia {

        flex:
            0 0 82%;

        height: 210px;

        border-radius: 15px;

    }



    /* INCLUDED */

    .incluye {

        padding:
            25px 10px 27px;

    }


    .incluye-grid {

        margin-top: 15px;

        gap: 6px;

    }


    .incluye-item {

        padding:
            10px 6px;

        border-radius: 13px;

    }


    .incluye-numero {
        font-size: 6px;
    }


    .incluye-item strong {

        margin-top: 4px;

        font-size: 12px;

    }


    .incluye-item p {

        margin-top: 3px;

        font-size: 7.5px;

        line-height: 1.3;

    }



    /* ROUTE */

    .paradas {

        padding:
            27px 10px 27px;

    }


    .parada {

        min-height: 130px;

        margin-top: 9px;

        grid-template-columns:
            42% 58%;

        border-radius: 14px;

    }


    .parada-info {

        padding: 11px;

    }


    .parada-info > span {

        font-size: 6px;

    }


    .parada-info h3 {

        margin-top: 3px;

        font-size: 19px;

    }


    .parada-info p {

        margin-top: 5px;

        font-size: 8.5px;

        line-height: 1.4;

    }


    .altura {

        margin-top: 3px;

        font-size: 13px;

    }



    /* GUIDE ADD-ON */

    .guia-ingles {

        width:
            calc(100% - 20px);

        margin:
            5px auto 10px;

        padding: 13px;

        grid-template-columns:
            42px 1fr;

        gap: 10px;

        border-radius: 15px;

    }


    .guia-icono {

        width: 40px;
        height: 40px;

    }


    .guia-icono svg {

        width: 22px;
        height: 22px;

    }


    .guia-texto > span {

        font-size: 6px;

    }


    .guia-texto h2 {

        margin-top: 3px;

        font-size: 18px;

    }


    .guia-texto p {

        margin-top: 4px;

        font-size: 8.5px;

        line-height: 1.35;

    }


    .guia-texto small {

        margin-top: 4px;

        font-size: 7px;

    }



    /* TRIP TYPE */

    .modalidad {

        width:
            calc(100% - 20px);

        margin:
            0 auto 23px;

        padding: 12px;

        grid-template-columns:
            37px 1fr;

        gap: 8px;

        border-radius: 14px;

    }


    .modalidad-numero {

        width: 35px;
        height: 35px;

        font-size: 8px;

    }


    .modalidad span {

        font-size: 5.5px;

    }


    .modalidad h2 {

        font-size: 17px;

    }


    .modalidad p {

        font-size: 7.5px;

    }



    /* CONTACT */

    .reserva {

        padding:
            41px 15px;

    }


    .reserva > span {

        font-size: 7px;

    }


    .reserva h2 {

        font-size: 28px;

    }


    .reserva p {

        max-width: 315px;

        font-size: 9px;

    }


    .boton-whatsapp {

        width: 100%;

        max-width: 320px;

        min-height: 49px;

        font-size: 10px;

    }


    .whatsapp-icono {

        width: 22px;
        height: 22px;

    }

}