body{
    margin:0px;
}

:root{
    --color-primary:#1cb8ee;
    --color-primary-dark:#0078a8;
    --color-secondary:#7456f1;
    --color-accent:#ff6168;

    --color-bg:#c3ecff;
    --color-panel:#efefef;
    --color-dark:#003654;

    --color-text:#0a3b57;
    --color-white:#ffffff;

    --radius:8px;

    --container:1200px;

    --font-main:'Kufam',sans-serif;
}
/*hero----------------------------------*/
/* ==========================
   HERO MI VIAJE
========================== */

.hero-viaje{
    position:relative;
    height:550px;

    background-image:url("../assets/img/mi-viaje/fondo-cabecera.webp");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;

    overflow:hidden;
}

.hero-overlay{
    position:absolute;
    inset:0;

    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,.12),
            rgba(0,0,0,.18)
        );
}

.hero-container{
    position:relative;
    z-index:2;

    max-width:1200px;
    height:100%;

    margin:0 auto;
    padding:0 40px;
}

/* ==========================
   TITULO
========================== */

.hero-title{
    margin-top: 170px;
    align-self: stretch;
    color: #FFF;
    text-align: center;
    /* T1-50 */
    font-family: Kufam;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.hero-title span{
    display:block;
    margin-top:12px;
}

/* ==========================
   MI VIAJE / ATRÁS
========================== */

.hero-breadcrumb{
    position:absolute;
    left:40px;
    display:flex;
    flex-direction:column;
    gap:6px;
}

.breadcrumb-link{
    color: #FFF;
    /* T3-REGULAR */
    font-family: Kufam;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
}

.breadcrumb-link:hover{
    opacity:.8;
}
@media (max-width:1024px){

    .hero-viaje{
        height:420px;
    }

    .hero-title{
        font-size:46px;
        max-width:700px;
        top:90px;
    }

    .hero-breadcrumb{
        left:30px;
    }

    .breadcrumb-link{
        font-size:20px;
    }

}
@media (max-width:768px){

    .hero-viaje{
        height:340px;
    }

    .hero-container{
        padding:0 16px;
    }

    .hero-title{
        top:70px;

        max-width:100%;

        font-size:28px;
        line-height:1.1;

        padding:0 10px;
    }

    .hero-title span{
        margin-top:8px;
    }

    .hero-breadcrumb{
        left:12px;
        bottom:8px;
        gap:2px;
    }

    .breadcrumb-link{
        font-size:14px;
        letter-spacing:.5px;
    }

}

/*fondo de pagina--------------------------------------------*/

.content-main{
  position: relative;
    padding: 0px 0 0px;
    background:  linear-gradient(0deg, #B4EAFF 0%, #007DAE 100%);
    }

/*resumen--------------------------------------------*/

/* ==========================
   VARIABLES
========================== */


:root{

    --primary:#27b8eb;
    --secondary:#ff6267;

    --dark:#003b5c;

    --panel:#e7e7e7;

    --white:#fff;

    --radius:12px;

    --shadow:
    0 4px 16px rgba(0,0,0,.15);

}

/* ======================
   CONTENEDOR
====================== */

.resumen-reserva{

    max-width:1400px;
    margin:auto;

    padding:40px 20px;
}

.resumen-reserva__container{

    display:grid;

    grid-template-columns:
        190px
        1fr;

    gap:18px;
}

/* ======================
   PERFIL
====================== */

.perfil{

    background:var(--primary);

    border-radius:12px;

    padding:22px 18px;

    text-align:center;

    color:white;

    box-shadow:var(--shadow);
}

.perfil__titulo{
    
    color: var(--12, #EEEEF0);
    text-align: center;
    font-family: Kufam;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 100% */

}

.perfil__avatar{

    width:150px;
    height:150px;

    margin:auto;

    border-radius:50%;

    overflow:hidden;

    border:8px solid #e5e5e5;
}

.perfil__avatar img{

    width:100%;
    height:100%;
    object-fit:cover;
}

.perfil__datos{

    margin-top:18px;
}

.perfil__datos p{
    color: var(--12, #EEEEF0);
    text-align: center;
    font-family: Kufam;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px; /* 92% */
}

/* ======================
   PANEL
====================== */

.panel-reserva{

    background:var(--panel);

    border-radius:12px;

    display:grid;

    grid-template-columns:
        1fr
        240px;
    gap:30px;

    padding:30px;
}

.panel-reserva__contenido{
    width:100%;
}

/* ======================
   CABECERA
====================== */

.panel-reserva__cabecera{

    display:grid;

    grid-template-columns:
        1fr
        2px
        1fr;

    align-items:center;

    margin-bottom:30px;
}

.divider-vertical{

    width:2px;
    height:160px;

    background:#0d82bd;
}

.precio,
.reserva{
    text-align:center;
}

.precio h3,
.reserva h3{
    align-self: stretch;
    color: var(--4, #006791);
    text-align: center;
    /* T3-REGULAR */
    font-family: Kufam;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.precio__valor{
    align-self: stretch;
    color: #FF6164;
    text-align: center;
    /* T1-50 */
    font-family: Kufam;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.reserva span{
    align-self: stretch;
    color: #FF6164;
    text-align: center;
    font-family: Kufam;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 35px; /* 116.667% */
}

.reserva strong{

    align-self: stretch;
    color: #FF6164;
    text-align: center;
    font-family: Kufam;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 35px; /* 116.667% */
}

/* ======================
   BENEFICIOS
====================== */

.beneficios{

    display:flex;
    flex-direction:column;
    margin-top: 10px;
}

.beneficio{

    display:flex;

    gap:10px;

    align-items:flex-start;

    border-top:1px solid #1a84ba;
}

.beneficio:first-child{
    border-top:none;
}

.beneficio img{

    width:22px;
    margin-top:10px;
}

.beneficio p{
    flex: 1 0 0; 
    color: var(--4, #003854);
    /* mobil-T4- */
    font-family: var(--primaria, Kufam);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

/* ======================
   FOTO
====================== */

.panel-reserva__imagen{

    margin:0;

    display:flex;
}

.panel-reserva__imagen img{

    width:100%;
    height:100%;

    object-fit:cover;

    border-radius:10px;
}
@media (max-width:1200px){

    .panel-reserva{

        grid-template-columns:
        1fr 200px;
    }

    .precio__valor{
        font-size:58px;
    }

    .reserva span{
        font-size:40px;
    }

}
@media (max-width:768px){

    .resumen-reserva__container{

        grid-template-columns:1fr;
    }

    /* PERFIL HORIZONTAL */

    .perfil{

        display:grid;

        grid-template-columns:
        1fr
        80px
        1fr;

        align-items:center;

        text-align:left;

        padding:14px;
    }

    .perfil__titulo{

        font-size:18px;
        margin:0;
    }

    .perfil__avatar{

        width:72px;
        height:72px;

        border-width:4px;
    }

    .perfil__datos{
        margin:0;
    }

    .perfil__datos p{
        font-size:14px;
        font-weight: 400;
    }

    /* FOTO DESAPARECE */

    .panel-reserva{

        grid-template-columns:1fr;

        padding:18px;
    }

    .panel-reserva__imagen{
        display:none;
    }

    .panel-reserva__cabecera{

        grid-template-columns:
        1fr
        1px
        1fr;
    }

    .divider-vertical{
        height:90px;
    }

    .precio h3,
    .reserva h3{
        font-size:16px;
    }

    .precio__valor{
        font-size:32px;
    }

    .reserva span{
        font-size:24px;
    }

    .reserva strong{
        font-size:18px;
    }

    .beneficio p{
        font-size:14px;
    }

}
/*galeria+ itinerario + actividades ------------------------------*/
/* =====================================
   GALERÍA + ITINERARIO
===================================== */
/*GALERIA----------------------------------*/

.galeria{

    display:flex;
    flex-direction:column;

    height:920px;   /* igual que la columna de itinerario */
}

/* ==============================
   VISOR
============================== */

.gallery__viewer{

    position:relative;

    flex:1;

    min-height:0;

    overflow:hidden;

    border-radius:12px;

    background:#e5e5e5;
}
/* Slides */

.gallery-slide{

    position:absolute;

    inset:0;

    display:none;
}

.gallery-slide.active{

    display:block;
}

/* Imagen */

.gallery-slide img{

    width:100%;
    height:100%;

    object-fit:cover;

    display:block;
}

/* MAPA */

.gallery-slide iframe{

    width:100%;
    height:100%;

    border:0;

    display:block;
}











.trip-detail{
    width: 95%;

    display:grid;

    grid-template-columns:
        1fr
        1fr;

    gap:18px;

    max-width:1400px;

    margin:0 auto;
}
.destination-gallery{

    display:flex;
    flex-direction:column;
}

.gallery-main-image{

    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gallery-arrow{

    position:absolute;
    top:50%;
    transform:translateY(-50%);

    width:60px;
    height:60px;

    display:flex;
    justify-content:center;
    align-items:center;
    border:none;
    border-radius:50%;
    background:#fff;

    cursor:pointer;

    z-index:100;
}

/*=====================================
FLECHAS GALERÍA
=====================================*/

.gallery-arrow{

    position:absolute;

    top:50%;
    transform:translateY(-50%);

    width:64px;
    height:64px;

    border:none;
    border-radius:50%;

    background:#ffffff;

    display:flex;
    justify-content:center;
    align-items:center;

    cursor:pointer;

    z-index:100;

    box-shadow:0 4px 14px rgba(0,0,0,.18);

    transition:.25s;
}

.gallery-arrow:hover{

    transform:translateY(-50%) scale(1.08);
}

/* IZQUIERDA */

.gallery-arrow.prev{

    left:22px;
    right:auto;
}

/* DERECHA */

.gallery-arrow.next{

    right:22px;
    left:auto;
}

.gallery-arrow img{

    width:64px;
    height:64px;

    object-fit:contain;
}

.gallery-tabs{
       display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    margin-top:-8px;
}
.gallery-tab{
    font-family: kufam;
    height:60px;

    border:none;
    border-radius:8px;

    color:#fff;

    font-size:22px;
    font-weight:700;

    cursor:pointer;

    transition:.25s ease;

    display:flex;
    justify-content:center;
    align-items:center;
}

.gallery-tab.active{

    text-decoration:underline;
    
}


.gallery-tab[data-gallery="estacion"]{

    background:#FF5C65;
}

.gallery-tab[data-gallery="estacion"]:hover{

    background:#B4EAFF;
    color: #003854;
}


.gallery-tab[data-gallery="hotel"]{

    background:#7A5AF8;
}
.gallery-tab[data-gallery="hotel"]:hover{

    background:#B4EAFF;
     color: #003854;
}


.gallery-tab[data-gallery="mapa"]{

    background:#19B8EA;
}
.gallery-tab[data-gallery="mapa"]:hover{

    background:#B4EAFF;
     color: #003854;
}

.trip-itinerary{


    display:flex;

    flex-direction:column;

    height:920px;

    background:#ececec;

    border-radius:12px;

    padding:28px;
}
.trip-itinerary__title{
    font-family: Kufam;
    font-size:44px;
    font-weight:500;

    color:#1BB8EA;

    margin-bottom:10px;
}
.trip-itinerary__tabs{
    font-family: Kufam;
    font-weight:200;
    display:flex;

    gap:12px;

    margin-bottom:20px;

    flex-wrap:wrap;
}
.day-tab{
    font-family: Kufam;
    font-weight:400;
    min-width:92px;
    height:50px;

    border:none;

    border-radius:8px;

    background:#005B87;

    color:#fff;

    font-size:22px;
    font-weight:800;

    cursor:pointer;
}
.day-tab:hover{
    background:#B4EAFF;
    color:#003854;

}

.day-tab.active{

    background:#00C3FF;
    color:#003854;
}
.trip-itinerary__content{
    color:#003854;
    font-family: kufam;
    flex:1;

    overflow-y:auto;

    background:#fff;

    border-radius:8px;

    padding:24px;

    min-height:0;
}
.trip-itinerary__content::-webkit-scrollbar{
    
    width:10px;
}
.trip-itinerary__content::-webkit-scrollbar-thumb{

    background:#1EBBF0;

    border-radius:20px;
}
.itinerary-program{

    color:#003A57;

    font-size:20px;

    line-height:1.65;
}

.itinerary-program p{

    margin-bottom:24px;
}





@media (max-width:1024px){

    .galeria,
    .itinerario{

        height:auto;
    }

    .gallery__viewer{

        height:560px;
        flex:none;
    }

}
@media (max-width:768px){

    .gallery__viewer{

        height:340px;
    }

    .itinerario{

        height:auto;
    }

    .itinerario__contenido{

        height:380px;
        flex:none;
    }

}



    /*==================================================
CONTACT CARD - MOBILE
==================================================*/

@media (max-width:768px){

    .contact-card{

        display:grid;

        flex-direction:row;
        grid-template-columns: 30px 4fr;
        text-align:left;

        padding:22px 18px;
    }

    .contact-card__icon{
        width: 30px;
        margin-bottom:18px;
    }

    .contact-card__icon img{
        width: 15%;
        width:72px;
    }

    .contact-card h3{
        font-size:12px;
    }

    .contact-card p{
        font-size:15px;
        line-height:1.5;
    }


    .contact-card-datos{

        width:100%;

        display:flex;

        justify-content:center;

        align-items:center;

        gap:10px;
    }

    .contact-card-datos img{

        width:18px;
    }

    .contact-card-datos a{

        font-size:15px;

        word-break:break-word;
    }

}



@media (max-width:1024px){

    .trip-detail{

        grid-template-columns:1fr;
    }



}
@media (max-width:768px){

    .trip-detail{

        padding:25px 16px 50px;
    }


    .trip-itinerary__title{

        font-size:28px;
    }

    .day-tab{

        min-width:68px;

        font-size:14px;

        height:40px;
    }

    .trip-itinerary__content{

        height:380px;
    }

    .gallery-tab{

        font-size:14px;

        height:42px;
    }

}
/* SERVICIOS COMIDA  CONTACTO ---------------------*/
:root{

    --bg-top:#c5edff;
    --bg-bottom:#b5e7fb;

    --white:#f5f5f5;

    --blue:#1ab9ea;
    --dark:#043553;

    --radius:8px;

    --shadow:
    0 2px 6px rgba(0,0,0,.08);

}

.trip-info{

    padding:40px 0 60px;

    

}

.container{

    width:min(1400px,95%);
    margin:auto;
    margin: auto;
}

.trip-info__grid{
    font-family: kufam;
    display:grid;
    grid-template-columns:
        repeat(3,1fr);

    gap:18px;
    
    margin-bottom:24px;
}


.info-card{
    gap: 20px;

    background:#f2f2f2;

    border-radius:8px;

    padding:20px;

    box-shadow:var(--shadow);
    color: #003854;
}

.info-com-cond{
    height: auto;
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.info-card h2{

    color:var(--blue);

    font-size:30px;

    margin-bottom:5px;

    font-weight:800;
}
.info-card h3{

    color:#1ab9ea;

    font-size:30px;

    margin-top:10px;
}
.info-card ul,
.info-card ol{

    padding-left:20px;

    line-height:1.5;
}


.contact-card{
    color: var(--12, #B4EAFF);
    font-family: Kufam;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background:#062f49;

    color:#B4EAFF;

    border-radius:8px;

    padding:40px;

    display:flex;

    flex-direction:column;
    .grupo-superior, .grupo-inferior{
         display:flex;
        flex-direction:column;
    }
    .grupo-inferior{
        gap: 8px;
    }
    .grupo-superior{
        


        .sub-grupo {
            flex-direction: column;
            gap: 5px;
            p{
                text-align: center;
            }
        }
    }

}

.contact-card__icon{

    text-align:center;

    margin-bottom:25px;
}

.contact-card__icon img{

    max-width:170px;
    height:auto;
}
.contact-card h3{
    font-weight: 600;
    font-size:38px;
    color:#B4EAFF;
    text-align: center;
}
.contact-card hr{
    border:none;
    border-top:2px solid #B4EAFF;
}
.contact-card a{
    display: flex;
    color:#B4EAFF;
    text-decoration:none;
    font-size:22px;
}
.contact-card-datos{
    display: flex;
    align-items: center;
    gap: 8px;
}
.contact-card-datos img{
    width: 25px;
}

@media (max-width:768px){

    .trip-info{

        padding:20px 0 40px;
    }

    .trip-info__grid{

        grid-template-columns:1fr;
    }

    .info-card h2{

        font-size:22px;
    }
}


   /*==================================================
CONTACT CARD - TABLET
==================================================*/


.btn-primary {
    font-family: Kufam;
    width:100%;

    height:58px;

    border:none;

    border-radius:6px;

    background:var(--blue);

    color: #fff;

    font-size:22px;

    font-weight:700;

    cursor:pointer;
}
.btn-primary:hover {
    background:#B4EAFF;
    color: #003854;
}
.btn-condiciones {
    padding: 10px;
    display: flex;
    align-items: center;

    text-transform:lowercase;
    font-family: Kufam;
    width:100%;
    height:58px;
    line-height: 20px; /* 133.333% */
    gap:10px;
    border:none;
    border-radius:6px;
    background:#003854;
    color: #fff;
    font-size:15px;
    font-weight:500;
    cursor:pointer;
}
.btn-condiciones img{
    width: 25px;
    height: auto;
}
.btn-condiciones:hover{
   background:#0078AE;
   color: #fff;
}



@media (max-width:1024px){

    .contact-card{
        flex-direction: row;
        padding: 18px 8px;
        gap: 11px;
        hr {
            display:none;
        }            
        .grupo-superior{
            flex-direction: row;
            padding-right: 5px;
            gap: 5px;
            max-width: 40%;
            align-items: center;
            border-right: solid 1px #00C3FF;
        }
        .grupo-inferior{
        flex-direction: column;
        justify-content: space-evenly;
 
        }

        .contact-card__icon{
            width: auto;
            margin:0;
        }
        .contact-card__icon img{
            min-width: 30px;
            max-width: 40px;
            height: auto;
        }

        .contact-card-datos a{
            font-size:15px;
        }
        p{
            margin:0;
            font-size:15px;
            line-height:1.2;
        }      
        h3{

        margin:0px;
        font-size:22px;
        line-height:30px;
        text-align: center;
        }          
    }











    .contact-card-datos{

        display:flex;
        justify-content: flex-start;
        gap:12px;

    }

    .contact-card-datos img{

        width:22px;

        margin:0;
    }



}

    .equipment-card h2{

        font-size:24px;
    }

    .btn-primary{

        font-size:16px;
    }




/* =========================================
TABLET
========================================= */

@media (max-width:1024px){

    .hero-propuesta{

        height:540px;
    }

    .navbar__container{

        display:flex;

        justify-content:space-between;
    }

    .navbar__link{

        display:none;
    }

    .navbar__toggle{

        display:block;
    }

    .hero-propuesta__text span{

        font-size:48px;
    }

}

/* =========================================
MOBILE
========================================= */

@media (max-width:768px){

    .hero-propuesta{

        height:420px;
    }

    .navbar__container{

        padding:18px 20px;
    }

    .navbar__logo img{

        width:90px;
    }

    .hero-propuesta__content{

        left:24px;
        bottom:32px;
    }

    .hero-propuesta__back{

        width:52px;
        height:52px;
    }

    .hero-propuesta__back img{

        width:24px;
    }

    .hero-propuesta__text span{

        font-size:34px;
    }

}

/* Formulario código MI VIAJE */
.mi-viaje-codigo{
    max-width:640px;
    margin:48px auto 80px;
    padding:0 24px;
}

.mi-viaje-codigo__intro{
    text-align:center;
    margin-bottom:24px;
    color:#0a3b57;
    font-size:18px;
    line-height:1.5;
}

.mi-viaje-codigo .trip-form__group{
    margin-bottom:20px;
}

.mi-viaje-codigo .trip-form__group input{
    width:100%;
    box-sizing:border-box;
    padding:16px 18px;
    border:2px solid #1cb8ee;
    border-radius:8px;
    font-size:18px;
    font-family:var(--font-main, Kufam, sans-serif);
}

.mi-viaje-codigo .trip-form__group label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#003654;
}

.mi-viaje-codigo .trip-form__button{
    width:100%;
    margin-top:8px;
}

.mi-viaje-codigo__card{
    position:static;
    left:auto;
    right:auto;
    transform:none;
    opacity:1;
    visibility:visible;
    width:100%;
    max-width:420px;
    margin:0 auto;
}
