.elementor-1760 .elementor-element.elementor-element-6279d20{--display:flex;--min-height:74vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overlay-opacity:0;}.elementor-1760 .elementor-element.elementor-element-6279d20:not(.elementor-motion-effects-element-type-background), .elementor-1760 .elementor-element.elementor-element-6279d20 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://nextdestination.uk/wp-content/uploads/2026/06/banner-scaled-e1782744328119.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1760 .elementor-element.elementor-element-6279d20::before, .elementor-1760 .elementor-element.elementor-element-6279d20 > .elementor-background-video-container::before, .elementor-1760 .elementor-element.elementor-element-6279d20 > .e-con-inner > .elementor-background-video-container::before, .elementor-1760 .elementor-element.elementor-element-6279d20 > .elementor-background-slideshow::before, .elementor-1760 .elementor-element.elementor-element-6279d20 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1760 .elementor-element.elementor-element-6279d20 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-1760 .elementor-element.elementor-element-d60613f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1760 .elementor-element.elementor-element-b9c3bd3{text-align:center;}.elementor-1760 .elementor-element.elementor-element-b9c3bd3 .elementor-heading-title{font-family:"Alta", Sans-serif;font-size:50px;font-weight:400;line-height:50px;color:#857A6D;}.elementor-1760 .elementor-element.elementor-element-6e0fa51{text-align:center;}.elementor-1760 .elementor-element.elementor-element-6e0fa51 .elementor-heading-title{font-family:"Alta", Sans-serif;font-size:43px;font-weight:400;text-transform:none;line-height:50px;color:#857A6D;}.elementor-1760 .elementor-element.elementor-element-62aa357{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:20px;--padding-left:60px;--padding-right:60px;}.elementor-1760 .elementor-element.elementor-element-a55c7ea{--display:flex;}@media(max-width:1024px){.elementor-1760 .elementor-element.elementor-element-6279d20:not(.elementor-motion-effects-element-type-background), .elementor-1760 .elementor-element.elementor-element-6279d20 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://nextdestination.uk/wp-content/uploads/2026/06/1-1-scaled-e1782744807468.png");background-position:top center;background-size:cover;}.elementor-1760 .elementor-element.elementor-element-6279d20{--min-height:82vh;}}@media(max-width:767px){.elementor-1760 .elementor-element.elementor-element-6279d20:not(.elementor-motion-effects-element-type-background), .elementor-1760 .elementor-element.elementor-element-6279d20 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://nextdestination.uk/wp-content/uploads/2026/06/1-1-scaled-e1782744807468.png");background-position:bottom center;background-size:cover;}.elementor-1760 .elementor-element.elementor-element-6279d20{--min-height:58vh;}.elementor-1760 .elementor-element.elementor-element-6e0fa51 .elementor-heading-title{font-size:25px;line-height:30px;}.elementor-1760 .elementor-element.elementor-element-62aa357{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS */@font-face {
    font-family: "Alta";
    src: url("fonts/Alta-Regular.woff2") format("woff2");
    font-weight: 400;
}

.itinerario-card{
    max-width:1200px;
    margin:80px auto;
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    display:flex;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.itinerario-imagen{
    width:55%;
    position:relative;
}

.itinerario-imagen img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.etiqueta{
    position:absolute;
    top:0px;
    left:40px;
    background:#857a6d;
    color:#fff;
    padding:20px 18px;
    font-family:"Alta";
    letter-spacing:3px;
    font-size:14px;
    border-radius:0 0 12px 12px;
}

.itinerario-contenido{
    width:45%;
    padding:70px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    font-family:"Alta", serif;
}

.subtitulo{
    color:#857a6d;
    letter-spacing:5px;
    font-size:18px;
    margin-bottom:20px;
}

.itinerario-contenido h1{
    font-size:90px;
    line-height:0.9;
    margin:0;
    color:#2b2b2b;
    font-weight:400;
}

.anio{
    color:#857a6d;
    font-size:48px;
    margin-top:10px;
}

.linea{
    width:100%;
    height:1px;
    background:#ddd;
    margin:35px 0;
}

.itinerario-contenido p{
    font-size:24px;
    line-height:1.6;
    color:#444;
    margin-bottom:40px;
}

.datos{
    display:flex;
    gap:60px;
    margin-bottom:50px;
}

.dato{
    display:flex;
    flex-direction:column;
}

.titulo{
    color:#857a6d;
    font-size:14px;
    letter-spacing:2px;
    margin-bottom:10px;
}

.boton{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#857a6d;
    color:#fff;
    text-decoration:none;
    padding:22px 40px;
    border-radius:50px;
    font-size:20px;
    transition:.3s;
}

.boton:hover{
    background:#70665a;
    transform:translateY(-3px);
}

small{
    margin-top:20px;
    color:#777;
    text-align:center;
}

@media(max-width:950px){

    .itinerario-card{
        flex-direction:column;
    }

    .itinerario-imagen,
    .itinerario-contenido{
        width:100%;
    }

    .itinerario-contenido{
        padding:40px;
    }

    .itinerario-contenido h1{
        font-size:60px;
    }

    .itinerario-contenido p{
        font-size:20px;
    }

    .datos{
        flex-direction:column;
        gap:20px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Alta';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://nextdestination.uk/wp-content/uploads/2025/01/alta-regular.woff') format('woff');
}
/* End Custom Fonts CSS */