/*
Theme Name: Adventure Tours Child
Theme URI: http://themeforest.net/user/themedelight/portfolio
Template: adventure-tours
Author: Child Theme Configurator
Description: Adventure Tours child theme
Version: 1.0.0.1714726626
Updated: 2024-05-03 03:57:06

*/

/* --- FUENTES PERSONALIZADAS --- */

/* Fuente para Títulos */
@font-face {
    font-family: "Quatie W01 Exp Regular";
    src: url("fonts/8da588c5257082901d93f7a6a1dc5d42.eot"); /* Ruta relativa al style.css */
    src: url("fonts/8da588c5257082901d93f7a6a1dc5d42.eot?#iefix") format("embedded-opentype"),
         url("fonts/8da588c5257082901d93f7a6a1dc5d42.woff2") format("woff2"),
         url("fonts/8da588c5257082901d93f7a6a1dc5d42.woff") format("woff"),
         url("fonts/8da588c5257082901d93f7a6a1dc5d42.ttf") format("truetype"),
         url("fonts/8da588c5257082901d93f7a6a1dc5d42.svg#Quatie W01 Exp Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Fuente para Cuerpo y Contenido */
@font-face {
    font-family: "MS Reference Sans Serif";
    src: url("fonts/c8f34a4d8d6a866f095261f987a237a8.eot"); /* Ruta relativa al style.css */
    src: url("fonts/c8f34a4d8d6a866f095261f987a237a8.eot?#iefix") format("embedded-opentype"),
         url("fonts/c8f34a4d8d6a866f095261f987a237a8.woff2") format("woff2"),
         url("fonts/c8f34a4d8d6a866f095261f987a237a8.woff") format("woff"),
         url("fonts/c8f34a4d8d6a866f095261f987a237a8.ttf") format("truetype"),
         url("fonts/c8f34a4d8d6a866f095261f987a237a8.svg#MS Reference Sans Serif") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* --- APLICACIÓN DE FUENTES --- */

/* Aplicar Quatie a los títulos primarios */
.title__primary {
    font-family: "Quatie W01 Exp Regular"!important; /* Usamos !important por si el tema es muy específico */
}

/* Aplicar MS Reference Sans Serif a los subtítulos */
.title__subtitle {
    font-family: "MS Reference Sans Serif", sans-serif !important; /* Usamos !important por si el tema es muy específico */
}

/* Aplicar MS Reference Sans Serif al resto del contenido (cuerpo) */
body, p, li, a, span, address, blockquote,
input, textarea, select, button,
.entry-content, /* Contenido general de posts/páginas */
.widget, /* Contenido general de widgets */
.icons-set__item__description /* Ejemplo específico de tu HTML */
/* Añade aquí otras clases o elementos que deban usar esta fuente */ {
    font-family: "MS Reference Sans Serif", sans-serif;
    /* No usamos !important aquí inicialmente, para permitir variaciones del tema si las necesitas */
}

/* (Opcional) Si otros títulos (H1-H6) que NO tengan la clase .title__primary deben usar Quatie */
h1, h2, h3, h4, h5, h6 {
    /* Aplicar solo si no tienen ya la clase .title__primary (CSS más avanzado) */
    /* O simplemente aplicar a todos y dejar que .title__primary lo sobreescriba si es necesario */
     font-family: "Quatie W01 Exp Regular"!important;
}

title-block-link__title {
    font-family: "Quatie W01 Exp Regular", sans-serif !important;
}




#navigation.main-nav > li {
    margin-right: 20px !important;
}

.paypal-button-container{
    display: flex  !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.price-decoration__label-round {
    font-size: 13px !important;
    font-weight:bold !important;
}

/*
div#ppc-button-ppcp-card-button-gateway {
    display: flex;
    justify-content: center;
    align-items: center;
}
*/

.ppc-button-wrapper{
text-align: center;
}


/********* Estilos tabla de pedido confirmado*************/
.order-details, .transaction-details, .woocommerce-order-details > table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.order-summary {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-top: 30px;
    background: linear-gradient(45deg, #3b5998, #192f6a);
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.order-summary div {
    flex: 1;
    text-align: center;
    margin: 0 10px;
}

.order-summary div strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    color: #ffeb3b;
}

.order-summary div span {
    display: block;
    font-size: 16px;
    color: #fff;
}

.order-summary .woocommerce-Price-amount {
    font-size: 20px;
    font-weight: bold;
    color: #ffeb3b;
}

@media (max-width: 768px) {
    .order-summary {
        flex-direction: column;
        align-items: center;
    }

    .order-summary div {
        margin-bottom: 15px;
    }
}

/****** Salto de linea de mensaje de checkout ******/
.woocommerce .woocommerce-message {
    line-height: 35px !important;
    white-space: pre-line;
}
.grecaptcha-badge {
    display: none;
}
.header__info__item--phone {
    opacity: unset !important;
}
#adsBlog {
    margin-bottom: 14px;
}
.textareaPrincipal {
    min-height: 100px !important;
}
#formularioPrincipal span.wpcf7-not-valid-tip {
    display: none !important;
}
.ocultar {
    display: none !important;
}
img[data-lazyloaded] {
    opacity: 0;
}
img.loaded {
    opacity: 1;
    -moz-transition: opacity .5s linear 0.2s;
    -webkit-transition: opacity .5s linear 0.2s;
    -o-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
}

/**
 * Estilos para precios de tours
 *
 **/
.lbl-precio-total {
    font-size: 0.6em;
    font-weight: 700;
}
.txt-precio-tour {
    letter-spacing: 2px;
    color: #f6f6f6;
}
.header-section__description .span-precio-tour {
    font-weight: bolder;
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
    border: 2px solid #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding: 8px 2%;
    margin: 30px;
}
.header-section__content .precios {
    margin: 3vh;
}

/**
 * Estilos para precios carrusel de tours
 *
 **/
.cabecera-seccion-precio {
    font-size: 1.1em;
    font-weight: 800;
    background-color: #174a6d;
    font-family: Oxygen, serif;
    font-style: normal;
    cursor: pointer;
    padding: 0.4em;
    margin: 0;
}
.cabecera-seccion-precio a:hover {
    cursor: pointer !important;
    text-decoration: none !important;
}
.atgrid__item__content {
    padding: 10px !important;
}
.cabecera-seccion-precio .span-precio-tour {
    font-weight: bolder;
    background-color: transparent;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 5px 8px;
}
.cabecera-seccion-precio .lbl-precio-total {
    font-size: 0.7em;
    font-weight: 700;
    color: #fff;
}
.cabecera-seccion-precio .txt-precio-tour {
    font-size: 0.7em;
    letter-spacing: 2px;
    color: #f6f6f6;
}
.carruselPrecio a {
    font-size: 0.8em;
}
.related-tours .carruselPrecio {
    font-size: 1.6rem !important;
}

/**
 * Estilos para precios de grid
 *
 **/
.precioGridTour a {
    font-size: 0.9em !important;
}

/**
 * Modificar estilos de precios en modo destinos
 **/
.atlist__item__price .amount {
    font-size: 1.25em !important;
}
.atlist__item__rating-value {
    font-size: .867em !important;
}
.atlist__item__rating {
    font-size: .867em !important;
}
.selector_idioma-cabecera {
    text-align: center;
    padding: 5px;
}
.selector_idioma-cabecera a {
    color: #85ffb3;
}

/**
* Notificaciones de toures
*/
.alerta {
    color: white !important;
    background-color: #f44336 !important;
    padding: 20px !important;
}
.informacion {
    color: white !important;
    background-color: #4090e5 !important;
    padding: 20px !important;
}
.advertencia {
    color: white !important;
    background-color: #8a7c2e !important;
    padding: 20px !important;
}
.exito {
    color: white !important;
    background-color: #228a3a !important;
    padding: 20px !important;
}
.closebtn {
    font-size: 22px;
    line-height: 20px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: bold;
    color: white;
    cursor: pointer;
    float: right;
    margin: 15px;
}
.closebtn:hover {
    color: black;
}
div.selector-pagos {
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}
div.selector-pagos ul {
    border: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
div.selector-pagos ul li, div.selector-pagos div.textfirst {
    padding-top: 0;
    padding-top: 5px;
    color: #333;
    padding-right: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-left: 15px;
    border-bottom: 1px solid #ddd;
}
div.selector-pagos div.textfirst img.down {
    margin-top: 5px;
    float: right;
}
div.selector-pagos ul li:last-child {
    border-bottom: 0;
}
div.selector-pagos ul li {
    display: none;
    padding-left: 25px;
}
div.selector-pagos ul li.main {
    display: block;
}
div.selector-pagos ul li img {
    width: 60px;
    height: 30px;
}


div.form-row.place-order {
    text-align: center !important;
}
.woocommerce-page #payment #place_order {
    text-align: center;
    float: none !important;
    width: 90%;
    height: 6vh;
}
#wpcf7-f11-p150-o1 .wpcf7-response-output {
    font-weight: bold;
    color: #fff;
}

/*Modificar Migas de pan en movil*/

@media (max-width: 991px) {
    .breadcrumbs {
        font-size: 8px;
    }
    .header-section__content .precios {
        margin: 2vh !important;
    }
}

@media (max-width: 351px) {
    .header-section__content .precios {
        margin: 0 !important;
    }
}

@media only screen and (min-width: 1024px) {
.sidebar {
    position: sticky;
    padding-top: 10px;
    top: 5%;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 100;
}
}


/********* Fix mobile issues *************/
@media (max-width: 767px) {
    .tour-single .header-section--with-banner .header-section__content {
        margin-top: 0;
    }
    .header-section--with-banner {
        line-height: normal;
        padding: 0 !important;

        height: 35vh;

        color: #fff;
        border-radius: 0;
        box-shadow: none;
        text-align: center;
    }

    .header-section__simple-image img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 900 / 670;
    }
}



@media (max-width: 500px) {
    .header-section--with-banner .header-section__content {
        font-size: 0.5em;
    }
}

@media (max-width: 991px) {
    .header-section__content {
        height: auto;
        line-height: normal;
    }
}


/********** Estilos para toures ******/
.header-section-mask--default {
    background-color: #000;
    opacity: .6;
}

/********* Newsletter form design *************/
.cf7-newsForm {  /*Target .newsForm */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cf7-newsForm  .form {  /*Target form within .newsForm */
    display: flex;
    width: 80%;
    flex-wrap: wrap;
   /*  align with flexbox*/
    align-items: center;
}

.cf7-newsForm  .form > input {
   /* flex: 1 1 10ch;*/
    flex: 6 1 14ch;
    margin: 0.5rem;
    border: none;
    background-color: hsl(0, 0%, 93%);
    border-radius: 0.25rem;
    padding: 0.75rem 1rem;
}

.cf7-newsForm  .form > input[type="email"] {  /*Target email input */
/*flex: 3 1 30ch;*/
flex: 3 1 24ch;

}

.cf7-newsForm  input[type="submit"] { /* Target submit input */
    background-color: #920303;
    color: white;
    box-shadow: 0 0.75rem 0.5rem -0.5rem hsl(0, 50%, 80%);
    border: none;
    border-radius: 0.25rem;
    padding: 0.75rem 1rem;
}

.cf7-newsForm  input[type="submit"]:hover {  /*Target submit input */
    background-color: rgba(63, 6, 6, 0.92);
}



#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods
Especificidad: (2,1,1)
 {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid rgba(104, 87, 125, .14);
    margin: 0;
    list-style: none outside !important;
    display: none !important;
}