/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* --- Estilos para el Info Box de Spectra con Zoom y Cambio de Tono Sutil --- */

/* Contenedor de la imagen */
.uagb-ifb-image-content {
  position: relative;
  overflow: hidden; /* Importante para que el zoom no desborde */
  display: flex;
  justify-content: center; /* Centra la imagen horizontalmente */
  margin-bottom: 1rem;    /* Espacio entre la imagen y el título. Ajusta '1rem' si es necesario. */
}

/* Imagen dentro del Info Box */
.uagb-ifb-image-content img {
  display: block;
  /* Aplicamos transición a ambas propiedades: transform y filter */
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

/* Efectos combinados al pasar el cursor sobre el contenedor de la imagen */
.uagb-ifb-image-content:hover img {
  transform: scale(1.02); /* Amplía la imagen un 5%. Puedes cambiar 1.05 (ej. 1.1 para más zoom) */
  filter: sepia(10%);    /* Aplica un ligero tono sepia (20%).
                             Prueba valores entre 10% y 30% para un efecto sutil.
                             Si quieres otro tipo de "tono", dímelo (ej. más saturación, un leve tinte de color). */
}

/* Título del Info Box: asegurar centrado */
.uagb-ifb-title {
  text-align: center;
  display: block;
  width: 100%;
}


/*Custom Spectra*/
.special-element-edu {padding: 30px;}

em {
font-weight: 500;
}

a {
font-weight: 500;
}

b, strong {
    font-weight: 700;
}

#sample_slider .owl-item {
	color: white;
	font-size: 50px !important;
	font-weight: bold !important;
	text-shadow: 5px 4px 0px rgba(159,152,152,0.62);
}

.page-hero-excerpt {
	margin-top: 20px;
	padding: 1% 12%;
	font-size: 16px
}
.page-hero-excerpt p {
    color: #ffffff;
    margin-bottom:0;
}
@media (max-width: 800px) {
.page-header-image, .page-header-image-single {
display: none !important;
}
}

/*Botón en menú*/
/*Añadir botón menu superior*/

@media (min-width:769px) {
	.main-navigation .main-nav ul li.nav-button a {
		background-color: #ffffff;
		border: 2px solid #000000;
		color: #000000;
		margin-top: 10px;
		margin-left: 30px; /*Seguramente tendréis que ajustar este valor*/
		line-height: 35px; /*Seguramente tendréis que ajustar este valor*/
    }
}

/*Botones personalizados*/

a.button {
    border-color: transparent;
    padding: 12px 20px;
    border-radius: 4px !important;
}
a.button.ghost {
    background-color: #FFFFE0;
    border: 2px solid;
    border-color: #FFFFE0;
    border-radius: 4px; 
}
a.button.ghost2 {
	color: #000000;
    margin-left: 2em;
    background-color: #fff;
    border: 2px solid;
    border-color: #ffffff;
    border-radius: 4px; 
}
a.button.ghost2:hover {
	color: #800000;
    background-color: #ccc;
}

/*HOVER POST IMG*/

.post-image {
    overflow: hidden;
}
.post-image img {
    transform: scale(1);
    transition: transform 0.35s ease-in;
}
.post-image:hover img {
    transform: scale(1.2);
}

.condiciones-generales {
	padding-bottom: 15px;
	text-align: center;
	font-size: 90%;
	line-height: 10px;
}

/*Esto sirve para mostrar las fechas por orden*/

.page-hero h5 .hero-terms {
display: inline-flex;
flex-direction: row;
}

.page-hero h5 .fechas a[href*="diciembre"]{ order: 12; }
.page-hero h5 .fechas a[href*="noviembre"]{ order: 11; }
.page-hero h5 .fechas a[href*="octubre"]{ order: 10; }
.page-hero h5 .fechas a[href*="septiembre"]{ order: 9; }
.page-hero h5 .fechas a[href*="agosto"]{ order: 8; }
.page-hero h5 .fechas a[href*="agosto"]{ order: 7; }
.page-hero h5 .fechas a[href*="julio"]{ order: 6; }
.page-hero h5 .fechas a[href*="junio"]{ order: 5; }
.page-hero h5 .fechas a[href*="abril"]{ order: 4; }
.page-hero h5 .fechas a[href*="marzo"]{ order: 3; }
.page-hero h5 .fechas a[href*="febrero"]{ order: 2; }
.page-hero h5 .fechas a[href*="enero"]{ order: 1; }

.page-hero h5 .fechas a:not(a[href*="diciembre"]):after{
content:", ";
margin-right: 5px;
}

.page-hero .paises a:not(:last-child):after,
.page-hero .post_tag a:not(:last-child):after,
.page-hero .puentes a:not(:last-child):after,
.page-hero .categoria a:not(:last-child):after {
    content: ", ";
    margin-right: 5px;
}

.generate-columns-container {
    padding: 0 40px;
}

/*BOTON HOME*/

a.button2,
a.button2:visited,
button,
input[type="submit"] {
	padding: 15px;
	background-color: rgba(0, 0, 0, .4);
	border-width: 2px;
	border-style: solid;
	border-color: inherit;
	color: #fff;
}

/*Quitar espacio en diseño de entrada*/
.grid-container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/*Viajes pendientes de fecha*/
.proximamente {
  	background-color: white;
  	font-size: 150%;
  	text-align: center;
  	color: black;
  	border: 2px solid black;
  	margin: 20px;
  	padding: 20px;
}

blog-top {
  margin-top: 20px;
}

.wp_taxonomies_badges-wrapper .wp_taxonomies_badges-badge {
	font-size: 13px !important;
}

/*css chat gpt | Fijar botón abajo*/

a.fixed-button {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background-color: #373737;
    color: white;
    border: 2px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000; /* Asegura que el botón esté por encima de otros elementos */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
    text-decoration: none; /* Elimina el subrayado si es un enlace */
}

/* Hover effect */
a.fixed-button:hover {
    border-color: 1px solid #fff; 
    background-color: #4b4b4b!important;
    color: white !important;
}

/*LINK CUADRO CATEGORÍA*/

a.link-blanco {
    color: white !important;
    text-decoration: none; /* Opcional, para eliminar el subrayado del enlace */
}

/* Fondo oscuro al pasar el cursor */
a.link-blanco:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

/*TEXTO ESPECIAL AÑADIDO A ENTRADAS*/
.completo {
    font-size: 200%; /* Doble del tamaño original */
    background-color: red; /* Fondo rojo */
    padding: 5px; /* Espaciado interno de 5px por todos lados */
    font-weight: bold; /* Texto en negrita */
}

/*BARRA INFERIOR MÓVIL*/
/* Suavizar el scroll */
html {
    scroll-behavior: smooth;
}

/* Margen de 50px para evitar que el contenido quede pegado arriba */
[id] {
    scroll-margin-top: 50px; 
}

/* Ocultar en escritorio */
.botonera-movil {
    display: none;
}

/* Estilos para móviles */
@media screen and (max-width: 768px) {
    .botonera-movil {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 80px;
        background-color: #FFF0E6; /* Fondo Crema */
        justify-content: space-around;
        align-items: center;
        z-index: 999999;
        border-top: 2px solid #000000; /* Borde superior Negro */
        box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
        padding-bottom: env(safe-area-inset-bottom);
    }

    .btn-item {
        flex: 1;
        text-decoration: none !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #1a2b3c;
    }

    /* Iconos Font Awesome */
    .btn-item i {
        font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
        font-weight: 900;
        font-size: 24px !important;
        margin-bottom: 5px;
        display: block !important;
        font-style: normal;
    }

    .btn-item.wa-brand i {
        color: #25D366; /* Verde WhatsApp */
    }

    .btn-item span {
        font-size: 8px; 
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

    body {
        padding-bottom: 90px !important;
    }
}

/*Forzado de fuentes*/

.page-hero h2{
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.3;
  font-weight:200;
}

/* ===== CUERPO ===== */
body{
  font-family: var(--gp-font-inter);
  font-size:16px;
  line-height:1.6;
  font-weight:200;
}

/* texto normal dentro contenido */
.entry-content p{
  font-family: var(--gp-font-inter);
  font-size:16px;
  line-height:1.6;
}

/* texto pequeño */
small{
  font-size:13px;
  line-height:1.5;
}

/* botones */
button,
.wp-block-button__link{
  font-family: var(--gp-font-inter);
  font-size:15px;
  line-height:1.3;
  font-weight:200;
}

/* ===== HEADINGS GLOBALES ===== */
h1,h4,h5,h6{
  font-family: var(--gp-font--plus-jakarta-sans);
  font-weight: 600;
}

/* Subtítulos más ligeros */
h2,h3,h4,h5,h6{
  font-weight: 300;
}

/* tamaños headings */
h1{font-size:36px; line-height:1.15; font-weight:700;}
h2{font-size:30px; line-height:1.2;}
h3{font-size:25px; line-height:1.25;}
h4{font-size:21px; line-height:1.3;}
h5{font-size:18px; line-height:1.3;}
h6{font-size:16px; line-height:1.35;}

/* ===== HEADINGS DE BLOQUES ===== */
.entry-content h1.wp-block-heading{font-size:36px;line-height:1.15;}
.entry-content h2.wp-block-heading{font-size:30px;line-height:1.2;}
.entry-content h3.wp-block-heading{font-size:25px;line-height:1.25;}
.entry-content h4.wp-block-heading{font-size:21px;line-height:1.3;}
.entry-content h5.wp-block-heading{font-size:18px;line-height:1.3;}
.entry-content h6.wp-block-heading{font-size:16px;line-height:1.35;}

/*Contenido superpuesto*/
.subir-container {
  position: relative;
  margin-top: -100px;
  z-index: 5;
}

@media (max-width: 768px){
.subir-container {
    margin-top: -90px;
  }
}

/**
 * WP Show Posts – Cards reconstruidas
 * Orden final:
 * Izquierda: Título > Etiquetas > Fechas > Duración
 * Derecha en la misma línea de duración: Botón
 */

/* CONTENEDOR GENERAL */
section.wp-show-posts {
    margin-top: 10px !important;
}

/* SEPARACIÓN ENTRE CARDS */
section.wp-show-posts .wp-show-posts-single {
    margin-bottom: 46px !important;
}

/* CARD */
section.wp-show-posts .wp-show-posts-inner {
    background: #ffffff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05) !important;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 0 16px 0 !important;
    position: relative !important;
}

section.wp-show-posts .wp-show-posts-inner:hover {
    background: #fcfcfc !important;
    border-color: #dddddd !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.09) !important;
    transform: translateY(-4px) !important;
}

/* IMAGEN */
section.wp-show-posts .wp-show-posts-image,
section.wp-show-posts .wp-show-posts-image.wpsp-image-center {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    line-height: 0 !important;
    border-radius: 0 !important;
}

section.wp-show-posts .wp-show-posts-image img {
    width: 100% !important;
    height: 255px !important;
    object-fit: cover !important;
    display: block !important;
    transform: scale(1) !important;
    transition: transform 0.45s ease !important;
}

section.wp-show-posts .wp-show-posts-inner:hover .wp-show-posts-image img {
    transform: scale(1.04) !important;
}

/* CABECERA / CONTENIDO */
section.wp-show-posts header.wp-show-posts-entry-header {
    padding: 14px 22px 10px 22px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    position: relative !important;
}

/* OCULTAR EXCERPT */
section.wp-show-posts .wp-show-posts-entry-summary {
    display: none !important;
}

/* OCULTAR REFERENCIA */
section.wp-show-posts header.wp-show-posts-entry-header .duracion_ref .ref_string {
    display: none !important;
}

/* TÍTULO */
section.wp-show-posts header.wp-show-posts-entry-header .wp-show-posts-entry-title {
    order: 1 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-size: 20px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    min-height: calc(20px * 1.15 * 2) !important;
    position: relative !important;
    z-index: 1 !important;
}

section.wp-show-posts header.wp-show-posts-entry-header .wp-show-posts-entry-title a {
    color: #111111 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

section.wp-show-posts header.wp-show-posts-entry-header .wp-show-posts-entry-title a:hover {
    color: #444444 !important;
}

/* ETIQUETAS */
section.wp-show-posts header.wp-show-posts-entry-header .wp_taxonomies_badges-wrapper,
section.wp-show-posts .wp-show-posts-inner .wp_taxonomies_badges-wrapper {
    order: 2 !important;
    position: static !important;
    display: block !important;
    clear: both !important;
    width: 100% !important;
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    text-align: left !important;
    line-height: 1.35 !important;
    z-index: 1 !important;
}

section.wp-show-posts .wp-show-posts-inner .wp_taxonomies_badges-wrapper .wp_taxonomies_badge,
section.wp-show-posts .wp-show-posts-inner .wp_taxonomies_badges-wrapper .wp_taxonomies_badges-badge,
section.wp-show-posts .wp-show-posts-inner .wp_taxonomies_badges-wrapper a.wp_taxonomies_badges-badge,
section.wp-show-posts .wp-show-posts-inner .wp_taxonomies_badges-wrapper div.wp_taxonomies_badges-badge {
    display: inline-flex !important;
    align-items: center !important;
    position: static !important;
    float: none !important;
    clear: none !important;
    vertical-align: top !important;
    margin: 0 8px 6px 0 !important;
    padding: 6px 10px !important;
    background: #f3f3f3 !important;
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #5f5f5f !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

section.wp-show-posts .wp-show-posts-inner .wp_taxonomies_badges-wrapper .wp_taxonomies_badge::before,
section.wp-show-posts .wp-show-posts-inner .wp_taxonomies_badges-wrapper .wp_taxonomies_badges-badge::before,
section.wp-show-posts .wp-show-posts-inner .wp_taxonomies_badges-wrapper a.wp_taxonomies_badges-badge::before,
section.wp-show-posts .wp-show-posts-inner .wp_taxonomies_badges-wrapper div.wp_taxonomies_badges-badge::before {
    content: "⌂";
    display: inline-block !important;
    font-size: 12px !important;
    line-height: 1 !important;
    margin-right: 6px !important;
    color: #7a7a7a !important;
    transform: translateY(-1px) rotate(45deg);
}

/* FECHAS */
section.wp-show-posts header.wp-show-posts-entry-header .fecha {
    order: 3 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #1c1c1c !important;
    font-family: Open Sans, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.02em !important;
    box-shadow: none !important;
    white-space: normal !important;
}

/* FILA DURACIÓN */
section.wp-show-posts header.wp-show-posts-entry-header .duracion_ref {
    order: 4 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 8px 155px 0 0 !important; /* reserva ancho para el botón */
    border-top: 0 !important;
    min-height: 42px !important;
    position: relative !important;
    box-sizing: border-box !important;
}

section.wp-show-posts header.wp-show-posts-entry-header .duracion_ref .duracion {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: Open Sans, sans-serif !important;
    font-size: 14px !important;
    line-height: 42px !important; /* misma altura visual que el botón */
    color: #4e4e4e !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* BOTÓN */
section.wp-show-posts .wpsp-read-more {
    position: absolute !important;
    right: 15px !important;     /* lo que pedías */
    bottom: 10px !important;    /* lo sube a la línea de duración */
    width: auto !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 20 !important;
    text-align: right !important;
    display: block !important;
}

/* ENLACE DEL BOTÓN */
section.wp-show-posts .wpsp-read-more a,
body .wp-show-posts .wpsp-read-more a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 132px !important;
    height: 42px !important;
    padding: 0 22px !important;
    margin: 0 !important;
    background: #d97d3b !important;
    color: #ffffff !important;
    border: 1px solid #d97d3b !important;
    border-radius: 14px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    font-size: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

section.wp-show-posts .wpsp-read-more a::before,
body .wp-show-posts .wpsp-read-more a::before {
    content: "VER VIAJE" !important;
    font-size: 12px !important;
    line-height: 1 !important;
    letter-spacing: 0.02em !important;
    color: #ffffff !important;
}

section.wp-show-posts .wpsp-read-more a:hover,
body .wp-show-posts .wpsp-read-more a:hover {
    background: #c96f2d !important;
    border-color: #c96f2d !important;
    color: #ffffff !important;
}

/* LIMPIEZA GENERAL */
section.wp-show-posts .wp-show-posts-entry-content,
section.wp-show-posts .wp-show-posts-entry-summary,
section.wp-show-posts .wp-show-posts-entry-meta,
section.wp-show-posts p,
section.wp-show-posts div {
    margin-bottom: 0 !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    section.wp-show-posts .wp-show-posts-single {
        margin-bottom: 34px !important;
    }

    section.wp-show-posts .wp-show-posts-inner {
        border-radius: 12px !important;
        padding-bottom: 12px !important;
    }

    section.wp-show-posts .wp-show-posts-image img {
        height: 220px !important;
    }

    section.wp-show-posts header.wp-show-posts-entry-header {
        padding: 12px 18px 8px 18px !important;
    }

    section.wp-show-posts header.wp-show-posts-entry-header .wp-show-posts-entry-title {
        font-size: 18px !important;
        min-height: calc(18px * 1.15 * 2) !important;
    }

    section.wp-show-posts .wp-show-posts-inner .wp_taxonomies_badges-wrapper {
        margin: 0 0 10px 0 !important;
    }

    section.wp-show-posts .wp-show-posts-inner .wp_taxonomies_badges-wrapper .wp_taxonomies_badge,
    section.wp-show-posts .wp-show-posts-inner .wp_taxonomies_badges-wrapper .wp_taxonomies_badges-badge,
    section.wp-show-posts .wp-show-posts-inner .wp_taxonomies_badges-wrapper a.wp_taxonomies_badges-badge,
    section.wp-show-posts .wp-show-posts-inner .wp_taxonomies_badges-wrapper div.wp_taxonomies_badges-badge {
        font-size: 11px !important;
        padding: 5px 9px !important;
    }

    section.wp-show-posts header.wp-show-posts-entry-header .fecha {
        font-size: 14px !important;
    }

    section.wp-show-posts header.wp-show-posts-entry-header .duracion_ref {
        padding: 6px 128px 0 0 !important;
        min-height: 38px !important;
    }

    section.wp-show-posts header.wp-show-posts-entry-header .duracion_ref .duracion {
        font-size: 13px !important;
        line-height: 38px !important;
    }

    section.wp-show-posts .wpsp-read-more {
        right: 15px !important;
        bottom: 8px !important;
        height: 38px !important;
    }

    section.wp-show-posts .wpsp-read-more a,
    body .wp-show-posts .wpsp-read-more a {
        min-width: 112px !important;
        height: 38px !important;
        padding: 0 18px !important;
    }

    section.wp-show-posts .wpsp-read-more a::before,
    body .wp-show-posts .wpsp-read-more a::before {
        font-size: 11px !important;
    }
}

.navigation-branding img {
	height:5rem !important;
}
.site-logo.mobile-header-logo img{
	height:5rem !important;
}

.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{

        padding: 0px 0px 0px 0px !important;
 }

@media (max-wi:dth: 640px) {
    .vs-container {
        padding: 20px 20px;
    }
}:


--cmplz_button_accept_background_color:#e4b326;
--cmplz_button_accept_border_color:#e4b326;

.vs-faq-question:hover, .vs-faq-question:active{
	background-color:#e4b326 !important;
	color:black !important;
}

.main-navigation.sticky-navigation-transition .main-nav > ul > li > a , .main-navigation .main-nav ul li a{
	font-weight:600 !important;
}

.vs-destination-card{
	
	max-width: clamp(280px, 35vw, 420px) !important;
}

.vs-title, h1{
	font-family:Poppins !important;
	color:white !important;
}

.vs-title-dark, h1 , h2, h3{
	font-family:Poppins !important;
}
.search-submit {
    background-color: #e4b326 !important;
}

#g-0ef25cc{
margin-top:-36vh !important;
	z-index:0 !important;
}

.main-navigation.has-branding .inside-navigation.grid-container, .main-navigation.has-branding.grid-container .inside-navigation:not(.grid-container){
	
	z-index:99999 !important;
}
.vs-hero-headline{font-size: clamp(40px, 4vw, 72px) !important;}    

 
/* ---- HERO ---- */
.vs-hero {
    position: relative;
    width: 100%;
    min-height: 600px;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vs-hero-slides { position: absolute; inset: 0; z-index: 0; }
.vs-hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s cubic-bezier(0.33, 0, 0.2, 1); }
.vs-hero-slide.active { opacity: 1; }
.vs-hero-slide img { width: 100%; height: 100%; object-fit: cover; }

.vs-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(27,27,27,0.45) 0%, rgba(27,27,27,0.25) 30%, rgba(27,27,27,0.55) 55%, rgba(27,27,27,0.85) 80%, rgba(27,27,27,0.95) 100%);
}

.vs-hero-content { position: relative; z-index: 2; text-align: center; padding: 0 24px; max-width: 800px; }

.vs-hero-slogan {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #E4B326;
    margin-bottom: 24px;
}

.vs-hero-headline {
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 700;
    line-height: 1.05;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0;
}

.vs-hero-subheadline {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.65);
    max-width: 560px;
    margin: 24px auto 0;
}

/* ---- Hero Search ---- */
.vs-hero-search {
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(27, 27, 27, 0.6);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 999px;
    padding: 6px;
    max-width: 520px;
    margin: 36px auto 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.vs-search-field {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    flex: 1;
    min-width: 0;
    cursor: text;
}

.vs-search-field svg { color: #E4B326; flex-shrink: 0; }

.vs-search-field input {
    background: transparent;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    cursor: text;
}

.vs-search-field input::placeholder {
    color: rgba(255, 255, 255, 0.35);
    font-weight: 400;
}

/* Select dropdown */
.vs-search-field--select { position: relative; }
.vs-search-field--select select {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    cursor: pointer;
    padding-right: 8px;
}
.vs-search-field--select select:invalid { color: rgba(255, 255, 255, 0.35); }
.vs-search-field--select select option {
    background: #1B1B1B;
    color: rgba(255, 255, 255, 0.85);
    padding: 8px;
    font-family: 'Poppins', sans-serif;
}

/* Date input */
.vs-search-field--date { position: relative; }
.vs-search-field--date input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    color-scheme: dark;
    position: relative;
    z-index: 1;
}
.vs-search-field--date input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.vs-search-field--date input[type="date"]:not(:valid)::before {
    content: attr(placeholder);
    color: rgba(255, 255, 255, 0.35);
    position: absolute;
    left: 0;
    pointer-events: none;
}

.vs-search-divider {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

.vs-search-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    background: #E4B326;
    color: #1B1B1B;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 12px 26px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s cubic-bezier(0.33, 0, 0.2, 1);
    white-space: nowrap;
}

.vs-search-btn:hover { background: #fff; transform: scale(1.03); }

.vs-hero-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 8px;
}

.vs-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.40);
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
}
@media (max-width: 768px) {
	.vs-hero-search
	{
	border-radius:25px !important;
	}
}
.vs-dot.active { background: #E4B326; width: 24px; }


.vs-btn-ghost-dark:hover{
color:black !important;	
}

.vs-search-btn:hover{
color:black !important;
}

h5{
	color: #E4B326;
	font-weight:600 !important;
	font-family:poppins !important;
}


/* ===== Tarjeta de viaje (diseño según mockup) ===== */

.ms-card {
	--ms-black: #0d0d0d;
	--ms-yellow: #f5c518;
	--ms-white: #ffffff;
	--ms-radius: 22px;

	background: var(--ms-black);
	border-radius: var(--ms-radius);
	overflow: hidden;
	color: var(--ms-white);
	font-family: inherit;
	display: flex;
	flex-direction: column;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* --- Imagen --- */
.ms-card__media {
	position: relative;
	aspect-ratio: 4 / 5;
}

.ms-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* --- Badges superiores --- */
.ms-card__badges {
	position: absolute;
	top: 14px;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
}

.ms-badge {
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 6px 14px;
	border-radius: 20px 0 0 20px;
}

.ms-badge--dark {
	background: var(--ms-black);
	color: var(--ms-yellow);
}

.ms-badge--yellow {
	background: var(--ms-yellow);
	color: var(--ms-black);
}

/* --- Título + precio sobre la foto --- */
.ms-card__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 10px;
	padding: 16px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.ms-card__title {
	margin: 0;
	font-size: clamp(20px, 2.2vw, 28px);
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.05;
	color: var(--ms-white);
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.ms-card__price {
	background: var(--ms-yellow);
	color: var(--ms-black);
	border-radius: 12px;
	padding: 6px 12px;
	text-align: center;
	line-height: 1.1;
	flex-shrink: 0;
}

.ms-card__price-label {
	display: block;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.ms-card__price-amount {
	display: block;
	font-size: 20px;
	font-weight: 900;
}

/* --- Franja amarilla --- */
.ms-card__band {
	background: var(--ms-yellow);
	color: var(--ms-black);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 8px 12px;
}

/* --- Cuerpo: info + botones --- */
.ms-card__body {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 16px;
}

.ms-card__info {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.ms-card__info li {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ms-card__info svg {
	width: 16px;
	height: 16px;
	color: var(--ms-yellow);
	flex-shrink: 0;
}

/* --- Botones --- */
.ms-card__actions {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	flex-shrink: 0;
}

.ms-btn {
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	padding: 8px 18px;
	border-radius: 20px;
	transition: transform 0.15s ease, opacity 0.15s ease;
}

.ms-btn:hover {
	transform: translateY(-1px);
	opacity: 0.9;
}

.ms-btn--solid {
	background: var(--ms-yellow);
	color: var(--ms-black);
}

.ms-btn--outline {
	background: transparent;
	color: var(--ms-white);
	border: 1.5px solid var(--ms-white);
}