/*
Theme Name: Base
Theme URI: https://www.invbit.com
Author: Base
Author URI: https://www.invbit.com
Description: Base para Betheme
Template: betheme
Version: 1.6.2
*/
@import './css/variables.css';

/*********************************\
              GENERAL
\*********************************/
.validate_email_against_bot,
.otgs-development-site-front-end,
.wpml-ls-statics-footer {
    display: none
}
/*test*/
body.keyboard-support .image_frame{
    overflow: hidden !important;
}
.blog_wrapper .image_frame.post-photo-wrapper img{
     aspect-ratio: 16 / 9; 
}

:root {
    scrollbar-color: var(--principal) var(--blanco);
    scrollbar-width: thin;
}

.mfn-menu-item-has-megamenu .mfn-menu-item-megamenu{
    width: 100% !important;
    left: 0 !important;
}

.mfn-header-menu .mfn-menu-li .mfn-submenu{
    width: 350px !important;
}

.mfn-header-menu .mfn-menu-link .menu-icon > img{
    width: 63px;
  border-radius: 20px;
}

.mfn-header-menu .mfn-menu-li .mfn-submenu .mfn-menu-link{
    padding: 5px 15px 5px 0;
    gap: 5px;
}


.button.button_size_small{
    font-size: 16px;
    padding: 10px 20px;
    height: auto;
}

.style-simple,
.style-simple .mfn-header-tmpl {
    --mfn-column-gap-bottom: 0;
    --mfn-column-gap-top: 0;
    --mfn-column-gap-right: 0;
    --mfn-column-gap-left: 0;
}

p:empty {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    cursor: pointer;
    display: none;
    visibility: hidden;
    opacity: 0;
}

.admin-bar .full-screen .section_wrapper {
    min-height: calc(100vh - 32px);
}

.section.has-video .section_video {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.has-video .section_video video {
    top: unset;
    left: unset;
    height: 100%;
}

.section.has-video .section_video .mask {
    display: none;
}

.style-simple .responsiveWidth {
    max-width: calc(2 * var(--halfSection));
}

.mobile-side-slide {
    overflow-x: clip !important;
}

.section_wrapper,
.container {
    box-sizing: border-box;
    padding-left: 33px;
    padding-right: 33px;
}

.slick-list {
    width: 100%;
}

.slick-track {
    display: flex;
}

h1 {
    font-size: var(--size-h1);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -8px;
}

h2 {
    font-size: var(--size-h2);
    line-height: 1;
    font-weight: 400;
    letter-spacing: -3.04px;
}

h2.entry-title{
    font-size: var(--size-h4);
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0px;
} 

h3 {
    font-size: var(--size-h3);
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -1.68px;
}

h4 {
    font-size: var(--size-h4);
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -1.12px;
}

h5 {
    font-size: var(--size-h5);
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.84px;
}

h6 {
    font-size: var(--size-h6);
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.84px;
}

@media only screen and (max-width: 768px) {
    h1 {
        letter-spacing: -3px;
    }

    #Wrapper h2 {
        margin-bottom: 16px;
        letter-spacing: -1.52px;
    }
}

body,
p {
    font-size: var(--size-p);
    line-height: 1.6;
    font-weight: 400;
}


.lead,
.big {
    font-size: var(--size-plead);
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: -0.8px;
}

.small {
    font-size: var(--size-psmall);
    line-height: 1.2;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

.button {
    height: var(--button-height);
}

.decorative {
    font-family: var(--font-decorative);
}

.principal {
    color: var(--principal);
}

.secundario {
    color: var(--secundario);
}

.blanco {
    color: var(--blanco);
}

/* animaciones */
.title-wrapper,
.block-wrapper {
    overflow: hidden;
}

.animated-element {
    display: block;
    transform: translateY(100%);
    opacity: 0;
}

.split-line {
    display: block;
    overflow: hidden;
}

.overflow-hidden {
    overflow: hidden !important;
    display: block !important;
}


.line-inner {
    display: inline-block !important;
    will-change: transform;
}

/* animaciones. end */

.flexCenter>.mcb-wrap-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* css genérico */
.no-underline a {
    text-decoration: none !important;
}

body {
    background-color: #fcfcfc;
}


.destacado-subrayado {
    color: #A3A3A3;
    position: relative;
}

.destacado-subrayado::after {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #A3A3A3;
    width: 107%;
    bottom: 13px;
    left: 0;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .destacado-subrayado::after {
        bottom: 1vw;
    }
    .column_header_logo .logo-wrapper> img {
        height: 55px;
}
}

.libre-font,
.libre-font * {
    font-family: "Libre Baskerville";
    font-style: italic;
}

.br-24,
.br-24 * {
    border-radius: 24px;
}

.br-100vmax,
.br-100vmax * {
    border-radius: 100vmax;
}

.flexColumn>.mcb-wrap-inner {
    display: flex;
    flex-direction: column;
}



/* custom cursor */
.custom-cursor {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 9999;
    pointer-events: none;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cursor-circle {
    width: 24px;
    height: 24px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s, background 0.3s;
    will-change: transform, width, height;
}

.custom-cursor.cursor-hover .cursor-circle {
    width: 60px;
    height: 60px;
    background: #000;
}

.cursor-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    will-change: opacity;
}

.custom-cursor.cursor-hover .cursor-text {
    opacity: 1;
}

.text-container {
    position: relative;
}

.text {
    position: absolute;
    inset: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

/* css genérico */


/*********************************\
            COMPLIANZ
\*********************************/
/* Cookies button */
body #cmplz-manage-consent .cmplz-manage-consent {
    background: var(--principal);
    right: unset !important;
    left: 10px;
    font-size: 0px;
    color: var(--negro) !important;
    bottom: 10px !important;
    padding: 0 !important;
    min-width: 1px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

body #cmplz-manage-consent .cmplz-manage-consent:before {
    content: "";
    background: transparent url(imagenes/icono-ajustes.svg) center center / contain no-repeat;
    width: 60%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.8s ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

body #cmplz-manage-consent .cmplz-manage-consent:hover:before {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/* Cookies banner */
#cmplz-cookiebanner-container .cmplz-body {
    scrollbar-width: none;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner {
    grid-row-gap: 5px;
    padding: 20px;
}

#cmplz-cookiebanner-container .cmplz-header {
    display: none;
}

#cmplz-cookiebanner-container p {
    margin: 0;
}

#cmplz-cookiebanner-container .cmplz-buttons .cmplz-btn {
    letter-spacing: 0;
    font-size: var(--size-psmall) !important;
    line-height: 1.2 !important;
    text-transform: none;
    justify-content: center;
    height: auto;
}

#cmplz-cookiebanner-container .cmplz-categories .cmplz-category:not(:last-child) {
    margin-bottom: 5px;
}

#cmplz-cookiebanner-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title,
#cmplz-cookiebanner-container .cmplz-categories .cmplz-category .cmplz-description>span {
    font-size: var(--size-psmall);
    line-height: 1;
}

#cmplz-cookiebanner-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
    font-size: 10px;
    line-height: 1;
}

/* Complianz documents */
h1.cmplz-document-title {
    margin-top: 150px;
}
#cmplz-document {
    max-width: 90%;
    padding: 40px 5%;
    margin: 40px 5% 130px 5%;
    text-align: justify;
    color: #5b5b5b !important;
    font-size: var(--size-p);
    line-height: 1.6;
    font-weight: 400;
}
#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: 1em!important;
}
.woocommerce-order-received .woocommerce-order-details, .woocommerce-order-received .woocommerce-customer-details, .woocommerce-order-received .woocommerce-order-overview__payment-method {
    display: none !important;
}


.reserva-info{
    background: #f7ee0b61;
    border: 1px solid #f7ee0b;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
}

.reserva-info p{
    font-size: 16px;
}

.woocommerce-checkout #Content, .woocommerce-account #Content{
    padding-top: 150px !important;
}
.mfn-checkout-steps{
    display: none !important;
}

.wc_payment_methods{
    display: none !important;
}

.page-template-aviso-legal #Content, .page-template-accesibilidad #Content{
    padding-top: 200px !important;
    max-width: 1200px;
    margin: 0 auto;
}

#cmplz-document h2,
#cmplz-document h3,
#cmplz-document h4 {
    letter-spacing: 0px;
    font-weight: 600;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.2;
}

#cmplz-document h2 {
    font-size: var(--size-h3);
    margin-top: 60px;
}

#cmplz-document h2:first-child {
    margin-top: 0;
}

#cmplz-document h3 {
    font-size: var(--size-h3);
}

#cmplz-document h4 {
    font-size: var(--size-h4);
}


/*********************************\
              HEADER
\*********************************/
header#mfn-header-template {
    max-width: 1600px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    height: fit-content;
    z-index: 101;
}

.header {
    border-radius: 100vmax;
}

#Wrapper .header .section_wrapper {
    padding: 0;
    padding-inline: 12px;
    margin: auto;
}

#Wrapper .header .br-100vmax .button {
    border-radius: 100vmax;
    max-height: 64px;
}
.botonmicuenta span.button_label {
    display: none;
}
@media only screen and (min-width: 1024.9px) {
    .header .mfn-header-menu {
        max-width: fit-content;
        min-height: 64px;
        border-radius: 24px;
        position: relative;
        background-color: transparent;
    }

    .header .mfn-header-menu::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 100%;
        background-color: #2E2E2E;
        border-radius: inherit;
        transform: translate(-50%, -50%);
        transition: width 0.5s ease-out, height 0.5s ease-out;
        z-index: -1;
    }

}


.header .mfn-header-menu.animate-onload::before {
    width: 100%;
}


#Wrapper .header .mcb-item-header_menu-inner {
    display: flex;
    justify-content: center;
}

/* Hover animado */
.menu-item {
    transition: background-color 0.2s ease;
}

.nav-links-hover-block {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    height: 40px;
    background-color: #ffffff0f;
    border-radius: 24px;
    transition: none;
    will-change: transform, width, height, opacity;
}

#Wrapper ul.sub-menu.mfn-submenu {
    padding: 8px;
    border-radius: 24px;
}

/*********************************\
              FOOTER
\*********************************/
@media only screen and (min-width: 820.9px) {
    .footer .footer-pre-content>.mcb-wrap-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 820px) {
    .footer-pre-content>.mcb-wrap-inner {
        display: flex;
        gap: 34px;
    }

    .footer-pre-content>.mcb-wrap-inner .wrap .mcb-wrap-inner {
        display: flex;
        justify-content: center;
    }

    .footer-pre-content>.mcb-wrap-inner .wrap .mcb-wrap-inner p.title {
        text-align: center;
    }
}

body .mfn-footer-tmpl .mcb-section:not(.full-width) {
    max-width: 100%;
}

body #back_to_top.sticky {
    bottom: 10px;
    right: 10px !important;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

body #back_to_top.sticky:before {
    content: none;
}

/*Kit digital*/
body #mfn-footer-template .financiacion {
    display: grid;
    grid-template-columns: 1fr 1fr 5fr;
    gap: 20px;
    text-align: left;
    align-items: center;
}

body #mfn-footer-template .financiacion>div {
    line-height: 0;
}

body #mfn-footer-template .financiacion>div img {
    max-height: 50px;
    width: auto;
}

body #mfn-footer-template .financiacion>div p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
    body #mfn-footer-template .financiacion {
        grid-template-columns: 1fr 1fr;
        text-align: center;
        gap: 5px;
    }

    body #mfn-footer-template .financiacion>div:last-child {
        grid-column: 1 / span 2;
    }
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
    line-height: 1.2;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    font-size: 26px;
    padding: 8px;
}


.footer-grid>.mcb-wrap-inner>.mcb-wrap-background-overlay {
    display: none;
}

.links-col>.mcb-wrap-inner {
    display: flex;
    flex-direction: column;
}

.footer-grid>.mcb-wrap-inner {
    display: grid;
    grid-template-columns: 930px repeat(3, 1fr);
    gap: 30px;
    justify-content: space-between;
}

@media only screen and (min-width: 1025px) and (max-width: 1510px) {
    .footer-grid>.mcb-wrap-inner {
        grid-template-columns: repeat(4, 1fr);
    }

    .footer-grid .footer-cta {
        min-width: 55vw;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1024.9px) {
    .footer-grid>.mcb-wrap-inner {
        grid-template-columns: repeat(4, 1fr);
    }

    .footer-grid .footer-cta {
        min-width: 41vw;
    }
}

@media only screen and (min-width: 425.9px) and (max-width: 899.9px) {
    .footer-grid>.mcb-wrap-inner {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-grid .footer-cta {
        min-width: 41vw;
        grid-column: span 3;
        margin-bottom: 40px;
    }
}


@media only screen and (max-width: 425.9px) {
    .footer-grid>.mcb-wrap-inner {
        display: flex;
        gap: 30px;
    }
}


/*********************************\
              INICIO
\*********************************/
/* hero section */
.hero-section {
    position: sticky;
    top: 100px;
}

.page .hero-section{
    top:0;
}

.hero-section .top0 {
    top: 0;
}

.hero-section .hero-wrapper {
    max-width: 1041px;
}

.hero-section h1 img {
    margin-left: 24px;
    max-width: 76px;
    vertical-align: middle;
}

.marquee {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

.marquee .mcb-column-inner {
    max-height: 180px;
    max-width: 500px;
    overflow: hidden;
    background-color: #F5F07A;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    padding-left: 45px;
    white-space: nowrap;
}

.marquee .title {
    font-size: 150px;
    color: #141414;
    display: inline-flex;
    gap: 50px;
}



@media only screen and (max-width: 1102px) {
    #Wrapper .hero-section h1 {
        font-size: clamp(3rem, 9.8vw, 9.8rem);
    }
}

@media only screen and (max-width: 882px) {
    #Wrapper .hero-content .column {
        width: 100%;
        max-width: 100%;
    }

    #Wrapper .hero-content>.mcb-wrap-inner {
        align-items: start;
        flex-direction: column-reverse;
        row-gap: 34px;
    }
}


@media only screen and (max-width: 768px) {
    #Wrapper .hero-wrapper>.mcb-wrap-inner {
        align-items: start;
        justify-content: start;
    }

    #Wrapper .marquee-wrapper .marquee-wrapper {
        order: 0;
        margin-bottom: 34px;
    }

    .hero-content {
        order: 1;
    }


    .hero-section h1 img {
        min-width: 44px;
        max-width: 9vw;
    }

}

@media only screen and (min-width: 550.9px) and (max-width: 768.1px) {

    .marquee .title {
        font-size: 80px;
    }

    .marquee .mcb-column-inner {
        height: 120px;
        max-width: 410px;
    }
}

@media only screen and (max-width: 550px) {
    .hero-section {
        padding-top: 120px;
    }

    .marquee .mcb-column-inner {
        height: 75px;
        max-width: 370px;
    }

    .marquee .title {
        font-size: 50px;
        gap: 24px;
    }

    .hero-section h1 img {
        margin-left: 12px;
    }
    .titleAnimation h2.title.split-applied{
        font-size: 4.5em!important;
    }
    .shellTransition {
        max-width: 100%!important;
        width: 100%;
    }
    .tarjeta-viaje-contenido .tarjeta-viaje-info div span {
        font-size: 14px!important;
    }
    .tarjeta-viaje h2 {
        font-size: 2.2em !important;
    }
    .mfn-footer a.title_link {
        font-size: 0.8em !important;
        overflow-wrap: break-word;
        word-break: break-word;
    }
}

/* row caminos */
.caminos-cards>.mcb-wrap-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
}

.caminos-card>.mcb-wrap-inner {
    transition: all 0.3s ease;
}


.caminos-card>.mcb-wrap-inner {
    border-radius: 36px;
}

#Wrapper .caminos-card:hover>.mcb-wrap-inner {
    padding: 40px;
}

.card-info h3 {
    color: #fcfcfc;
    position: relative;
    margin-bottom: 28px;
    max-width: 270px;
}

.card-info h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 160px;
    height: 1.5px;
    background-color: #F7EE0B;
}

.card-info p {
    border-radius: 100vmax;
    background: rgba(20, 20, 20, 0.80);
    max-width: fit-content;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 1634px) {
    .caminos-cards>.mcb-wrap-inner {
        gap: 24px;
    }

    .card-info h3 {
        font-size: 37px;
    }
}

@media only screen and (max-width: 768px) {
    .card-info h3 {
        font-size: 34px;
    }

    #Wrapper .caminos-card:hover>.mcb-wrap-inner {
        padding: 30px;
    }

    .card-info h3:before {
        bottom: -10px;
    }

    .card-info h3 {
        max-width: 260px;
    }
}

@media only screen and (min-width: 610.9px) and (max-width: 1336px) {
    .caminos-cards>.mcb-wrap-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 610px) {
    .caminos-cards>.mcb-wrap-inner {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 425px) {
    #Wrapper .caminos-card>.mcb-wrap-inner {
        min-height: 360px;
    }
}

/* planificamos tu camino, shells */
.shellTransition {
    max-width: 1360px;
    width: 100%;
}

.shells-container img {
    max-width: 127px;
    position: absolute;
    left: 90px;
    top: 0;
}


/* recorrido */
.recorrido-row:before {
    content: '';
    background-color: #F5F07A;
    z-index: -1;
    position: absolute;
    inset: 0;
}

.recorrido-row {
    border-radius: 82px;
}

.recorrido-row .recorrido-col * {
    overflow: visible;
}

.visitas-container {
    padding-inline: 33px;
}

.visitas-container>.mcb-wrap-inner {
    display: flex;
    flex-direction: column;
}

.visitas-item>.mcb-wrap-inner {
    display: flex;
    max-width: 1360px;
    margin: auto;
}

.visitas-item h2.title {
    font-size: clamp(1.7rem, 5.2vw, 5.2rem);
}

.visitas-item>.mcb-wrap-inner .column {
    max-width: fit-content;
}

.visitas-item .line {
    min-width: 100px;
    background-color: #B0A900;
    min-height: 1px;
    margin-right: 82px;
}

.visitas-item .column_image img {
    max-width: 209px;
    max-height: 111px;
    object-fit: cover;
}

.recorrido-container {
    position: relative;
    width: 100%;
    height: 779px;
}

.recorrido-container svg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 954px;
}

.recorrido-items-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.recorrido-item {
    position: absolute;
    max-width: fit-content;
    opacity: 0;
    transform: translateX(-50px);
    display: flex;
    gap: 30px;
}

.recorrido-item img {
    min-width: 37px;
}

.recorrido-item .content {
    width: 730px;
    max-width: 730px;
}

.recorrido-item-content {
    padding: 20px;
}

.recorrido-item .flecha {
    max-height: fit-content;
    margin-top: 10px;
}

/* Ajustes para el contenido */
.recorrido-item h3 {
    margin-bottom: 10px;
}

.recorrido-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    max-width: 460px;
}

/* Asegurarse que el SVG esté por encima del contenido */
#rect-animado {
    z-index: 2;
}

@media only screen and (max-width: 959px) {
    #Wrapper .visitas-item>.mcb-wrap-inner * {
        margin: 0;
    }

    .visitas-item>.mcb-wrap-inner {
        display: flex;
        gap: 28px;
    }
}

@media only screen and (max-width: 876px) {
    .visitas-item .line {
        min-width: 4vw;
    }
}

@media only screen and (max-width: 779px) {
    .visitas-item .line {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .visitas-container {
        padding-inline: 16px;
    }
}

@media only screen and (max-width: 687px) {
    #Wrapper .visitas-item>.mcb-wrap-inner {
        flex-direction: column;
        align-items: start;
    }

    #Wrapper .visitas-container>.mcb-wrap-inner {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
        justify-content: center;
        row-gap: 24px;
        column-gap: 16px;
    }

    .visitas-item .column_image img {
        max-width: 100%;
        width: 100%;
        max-height: 160px;
        min-height: 160px;
    }
}

@media only screen and (max-width: 425.9px) {
    #Wrapper .visitas-container>.mcb-wrap-inner {
        grid-template-columns: 1fr;
    }
}

/* Personalización de la tabla de checkout */


.woocommerce-checkout-review-order-table .fecha-inicio-checkout td,
.woocommerce-checkout-review-order-table .tipo-habitacion-checkout td,
.woocommerce-checkout-review-order-table .suplemento-checkout td {
    padding: 8px 12px;
    border-top: 1px solid #e0e0e0;
    text-align: right;
}





/* row cambio color */
.row-cambio-color h2.title:not(.visitas-container .visitas-item h2.title) {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-size: 140px;
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
}

.product .row-cambio-color h2.title{
    font-size: 80px !important;
    text-transform: none !important;
}

/* cta */
.cta-content {
    display: flex;
    flex-direction: column;
    gap: 44px;
}


.cta-content .cta-row:nth-child(2),
.cta-row a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-content .cta-row p {
    margin: 0;
}

.cta-content .cta-row:nth-child(1) p {
    font-weight: 500;
}

#Wrapper .cta-content a {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #141414;
    text-decoration: none;
}


/* home blog */
#Wrapper .home-blog .blog_wrapper .image_wrapper {
    border-radius: 24px;
}

#Wrapper .home-blog .blog_wrapper .image_wrapper img {
    width: 100%;
}

.home-blog .post-excerpt,
.home-blog .post-footer {
    display: none;
}


.home-blog .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

#Wrapper .home-blog article {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    width: 100%;
}

.home-blog .image_frame.post-photo-wrapper.scale-with-grid.image {
    order: 1;
}

.home-blog .date_label {
    position: static;
    order: 2;
    display: block;
    background-color: transparent;
    color: #8A8A8A;
    font-size: 20px;
    line-height: 28px;
    background-image: none;
}

.home-blog .post-desc-wrapper.bg-.has-custom-bg {
    order: 3;
}

.home-blog .image_wrapper {
    position: relative;
}

.home-blog .image_wrapper img {
    transition: opacity 0.3s ease;
}

.home-blog .image_wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/04/posts-hover-2025-04-30-posts-hover.png);
    background-size: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.home-blog .image_wrapper:hover img {
    opacity: 0;
}

.home-blog .image_wrapper:hover::after {
    opacity: 1;
}

@media only screen and (min-width: 550.9px) and (max-width: 1024.9px) {
    .home-blog .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 550px) {
    .home-blog .grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* logos */

.logos-container>.mcb-wrap-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
}

@media only screen and (min-width: 550.9px) and (max-width: 768px) {
    .logos-container>.mcb-wrap-inner {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

@media only screen and (min-width:425.9px) and (max-width: 550px) {
    .logos-container>.mcb-wrap-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media only screen and (max-width: 425px) {
    .logos-container>.mcb-wrap-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
}


/*********************************\
             CONTACTO
\*********************************/
body .wpcf7-form [type="submit"] {
    width: 100%;
    margin: 0 !important;
    border:2px solid var(--principal);
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select{
    border-radius: 10px;
    font-size: 1.2rem;
}

body .wpcf7-form .wpcf7-spinner {
    margin: 5px 0 0 -12px;
    left: 50%;
}

body .wpcf7-form .form-legal p{
    font-size: 0.7em;
    line-height: 1.5em;
    opacity: 0.7;
    padding: 10px 0;
    text-align: justify;
}

body .wpcf7-form input[name="politica"]+span {
    font-weight: 500;
}

.wpcf7-acceptance a{
    color:#000;
    text-decoration: underline;
}

body .column_cf7 input[type="checkbox"] {
    min-height: 0px;
}

body .wpcf7-list-item {
    margin: 0;
}

body input[type="checkbox"],
body input[type="radio"] {
    accent-color: var(--principal);
}


/*********************************\
         PÁGINAS INTERNAS
\*********************************/
/* Planificador */ 
.wpcf7 .mcb-wrap-inner{
    margin-left: 5%;
    margin-right: 5%;
}
.wpcf7  h3{
    font-size: 1.6em;
}
.wpcf7 form input , #Content .woocommerce .woocommerce-EditAccountForm .woocommerce-form-row input {
    border-radius: 17px;
    font-size: 0.9em;
    padding: 17px;
    border: 2px solid var(--principal)!important;
}
.wpcf7 form textarea , #Content .woocommerce .woocommerce-EditAccountForm .woocommerce-form-row textarea{
    border-radius: 17px!important;
    font-size: 1em;
    padding: 17px;
    border: 2px solid var(--principal)!important;
}
.wpcf7 span.wpcf7-form-control.wpcf7-checkbox > span.wpcf7-list-item {
    margin: 4px 8px;
    color: #9292ae;
}
.wpcf7 form input[type="checkbox"] {
    border: 2px solid var(--principal)!important;
}
/*********************************\
          BLOG / NOTICIAS
\*********************************/
/* Archive */
body.blog .column_blog,
body.archive.category .column_blog,
body.archive.tag .column_blog {
    padding-bottom: 120px;
}

body.archive.category .mcb-sidebar,
body.archive.tag .mcb-sidebar {
    display: none;
}

/* Fixed nav arrows */
body .fixed-nav {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

body .fixed-nav .desc h6 {
    line-height: 1.3;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body .fixed-nav .desc .date {
    font-size: 13px;
    color: var(--gris);
    border: 0;
}

body .fixed-nav .desc .date .icon-clock {
    display: none;
}

body .fixed-nav .photo img,
body .Recent_posts ul li .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Barra lateral */
body .Recent_posts ul li a .desc {
    padding: 8px 10px 3px;
    min-height: 80px;
}

body .Recent_posts ul li a .desc h6 {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

body .Recent_posts ul li a .desc .date {
    font-size: 12px;
    line-height: 14px;
}

body .widget:not(.widget_block)>h3 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
}

body .mcb-sidebar select {
    width: 100%;
}

body .widget_categories ul {
    list-style: none;
    padding: 0;
    background: none;
}

body .widget_categories ul li:after {
    content: none
}

body .widget_categories ul li a {
    padding: 5px 10px;
    background: var(--principal);
    display: block;
    border-radius: 3px;
    margin-bottom: 6px;
}

body .widget_categories ul li a:hover {
    background: var(--secundario);
}


/*********************************\
           WOOCOMMERCE
\*********************************/
body .woocommerce ul.products li.product .woocommerce-placeholder {
    border: 0;
}

body .woocommerce .quantity .qty {
    padding: 10px 30px !important;
}

body .woocommerce table.shop_table tr.order-total .includes_tax {
    display: block;
}

body .woocommerce table.shop_table tr.order-total .includes_tax .woocommerce-Price-amount {
    font-size: 1em;
    font-weight: 400;
    color: #767676;
}
.single-post #Content div>img[decoding="async"]:not(.image_frame.scale-with-grid.disabled>.image_wrapper>img){display:none;}
.woocommerce div.product form.cart .reset_variations,
.woocommerce .sku_wrapper {
    display: none;
}

.woocommerce-account h2{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: 0;
}

.woocommerce ul.products {
    display: grid;
    gap: 40px;
}

.woocommerce.columns-2 ul.products {
    grid-template-columns: repeat(2, 1fr);
}

.woocommerce.columns-3 ul.products,
.woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.woocommerce.columns-4 ul.products,
.woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.woocommerce ul.products:before,
.woocommerce ul.products:after {
    display: none;
}

.woocommerce ul.products li.product {
    height: inherit;
    margin: 0;
    width: auto !important;
}
/*micuenta*/
nav.woocommerce-MyAccount-navigation {
    background: #fff;
    border: 2px solid var(--principal);
    padding: 40px 25px;
    border-radius: 40px;
}
.woocommerce-MyAccount-content .product-image {
        height: inherit!important;
}
.woocommerce-MyAccount-content .order-number {
    display: inline-block!important;
}
.woocommerce-MyAccount-content .order-status {
    border: 1px solid gray;
    display: inline-block;
    background: #f5f07a !important;
    margin-right: 4px;
    font-size: 0.7em;
}
.woocommerce-MyAccount-content .product-image-section .product-image {
    min-width: 110px !important;
    margin-right: 20px !important;
}
.woocommerce-MyAccount-content .woocommerce-order-details {
    display: none !important; 
    background: #fff !important;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th{
    border: none;
    border-width:0;
}
.woocommerce-MyAccount-content .woocommerce-order-details .shop_table tfoot tr:last-child {
    background-color: #f5f07a !important;
    height: 100px;
    border-radius: 40px;
}
.woocommerce-MyAccount-content .woocommerce-order-details .shop_table tfoot tr:last-child th {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.woocommerce-MyAccount-content .woocommerce-order-details .shop_table tfoot tr:last-child td {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.woocommerce-MyAccount-content .pedido-ficheros-adjuntos {
    margin-bottom: 40px;
    margin-top: 40px;

}

.woocommerce-MyAccount-content .pedido-ficheros-adjuntos ul {
   margin-left: 0;
}

.woocommerce-MyAccount-content .pedido-ficheros-adjuntos li{

    list-style-type: none;
    padding: 10px 16px;
    border-radius: 12px;
    background: #f2f2f2;
    text-decoration: none;
    transition: all 0.3s ease;
}
.woocommerce-MyAccount-content .pedido-ficheros-adjuntos li a {
  
}
.woocommerce-Address {
    width: 100% !important;
    float: none !important;
    clear: both;
    display: inline-block;
    margin-bottom: 50px;
}
    transition: all 0.3s ease;
}
.woocommerce-MyAccount-content .pedido-ficheros-adjuntos li a:hover {
    background: var(--secundario);
    color: #fff;
    transform: translateY(-1px);
}
   font-size: 3.3em!important;
}


/*********************************\
            SINGLE PRODUCT
\*********************************/

.the_content{
    color:#fff;
    text-align: center;
}

/*********************************\
            RESPONSIVE
\*********************************/

@media only screen and (min-width: 768px) and (max-width: 1239px) {

    .container,
    .section_wrapper,
    .with_aside .content_wrapper {
        max-width: 100%;
    }

    body .Recent_posts ul li .photo {
        display: none;
    }

    body .Recent_posts ul li a .desc {
        margin: 0;
    }
}




@media only screen and (min-width: 1025px) {
    .column_header_burger {
        display: none;
    }
}

@media only screen and (max-width: 1024.9px) {
    .column_header_menu {
        display: none;
    }

    header .column_button {
        display: none;
    }

    .header-wrapper>.mcb-wrap-inner {
        justify-content: space-between;
    }
}


@media only screen and (max-width: 959px) {
    body .animate {
        animation-delay: 0ms !important;
    }

    html.mfn-header-tmpl-burger-sidebar-opened #pojo-a11y-toolbar {
        display: none;
    }
}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767.9px) {
    #Wrapper .mfn-footer-tmpl .mcb-section:not(.full-width) {
        max-width: 100%;
        padding-inline: 16px;
    }

    .column_header_burger {
        padding-right: 12px;
    }

    .joinchat {
        --bottom: 20px;
    }

    .joinchat--left .joinchat__button {
        bottom: 0;
    }

    body .hideMobile {
        display: none !important;
    }

    body.style-simple .responsiveWidth {
        max-width: 670px;
        padding: 0 33px;
    }
    body .section_wrapper,
    body .container {
        padding-left: 0;
        padding-right: 0;
    }

    body .content_wrapper .mcb-column-inner {
        margin: 0;
    }
    .mcb-section .mcb-wrap .mcb-column.one.laptop-one:not(.column_header_logo, .column_header_burger) {
        width: inherit !important;
        margin-left: auto;
        margin-right: auto;
    }
    .mcb-section .mcb-wrap .mcb-column.one.laptop-one h2.title{
        font-size: 3em !important;
        text-align: center;
    }
    .lista-que-no-incluye-wrap {
        display: block!important;
    }
    .no-incluye-bloque {
        width: 100%!important;
    }
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        padding: 1em!important;
        margin: inherit !important;
    }
    .woocommerce-info a.button {
        width: 100%;
        margin-top: 30px;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 30px 7%;
    }
}

@media only screen and (max-width: 480px) {
    body .woocommerce-variation-add-to-cart {
        flex-direction: column;
    }

    body .woocommerce .quantity {
        width: 100%;
        margin: 0 0 5px !important;
    }

    body .woocommerce .product div.entry-summary .cart .button {
        width: 100%;
    }

    body .woocommerce .product div.entry-summary .accordion table.shop_attributes tr {
        display: flex;
        flex-direction: column;
        padding: 0 0 10px;
    }

    body .woocommerce .product div.entry-summary .accordion table.shop_attributes tr:last-child {
        padding: 0;
    }

    body .woocommerce .product div.entry-summary .accordion table.shop_attributes th,
    body .woocommerce .product div.entry-summary .accordion table.shop_attributes td {
        width: 100%;
        padding: 0;
        text-align: left;
    }
}

/**/

.mfn-sidemenu-tmpl .mfn-sidemenu-tmpl-builder {
    justify-content: center;
}

#mfn-sidemenu-tmpl-746 section {
    padding-inline: 16px;
}

#mfn-sidemenu-tmpl-746 {
    display: none;
    position: fixed;
    inset: 0;
    max-width: 640px;
    width: 100%;
    z-index: 100;
}

#mfn-sidemenu-tmpl-746 .mfn-builder-content {
    background: #fff;
    min-height: 100vh;
    overflow-y: auto;
    justify-content: center;
    position: relative;
}
.mfn-template-builder-sidemenu #mfn-sidemenu-tmpl-746 {
    display: block;
}

.mfn-menu-wrapper {
    max-width: 400px;
}

.mfn-sidemenu-tmpl .mfn-sidemenu-closebutton {
    position: absolute;
    top: 70px !important;
    right: 40px !important;
    color: #000;
    font-size: 50px !important;
    display: block;
    opacity: 0;
}

.menu-item span:not(.menu-sub) .icon-down-open-big:before {
    margin-top: 20px;
}

.menu-item i:before {
    transition: all 0.3s ease;
}

.menu-item:hover i:before {
    transform: rotate(180deg);
}


@media only screen and (max-width: 425.9px) {
    .mfn-menu-wrapper {
        max-width: 100%;
    }
}

/* Shortcode: info_viaje_destacado - 2 columnas alineadas */
.info-viaje-destacado {
    margin: 32px 0;
    display: flex;
    justify-content: start;
}
.info-viaje-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
    background: none;
    max-width: 600px;
    width: 100%;
    justify-content: center;
}
.info-viaje-item {
    background: #fff;
    border-radius: 18px;
    padding: 16px 28px 16px 16px;
    min-width: 0;
    min-height: 70px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-size: 1.08em;
    font-weight: 500;
    color: #222;
    transition: box-shadow 0.2s;
    width: 100%;
    height: 100%;
    padding-left: 70px;
    position: relative;
}
.info-viaje-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
}

.info-viaje-item .icono-wrap{
    position: absolute;
    left: 16px;
    background: #ebebeb;
    border-radius: 100vmax;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.info-viaje-icono {
    width: 60%;
    
    flex-shrink: 0;
}
@media (max-width: 700px) {
    .info-viaje-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        align-items: stretch;
    }
    .info-viaje-item {
        min-width: 0;
        width: 100%;
        padding: 14px 16px 14px 12px;
        font-size: 1em;
    }
    .info-viaje-item span:not(.icono-wrap) {
        padding-left: 60px;
}
    .info-viaje-icono {
        width: 22px;
        height: 22px;
        margin-right: 2px;
    }
}

/* Shortcode: info_dias_viaje */
.dias-viaje-lista {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin: 48px 0;
}
.dia-viaje-card {
    background: #fff;
    border-radius: 40px;
    padding: 40px 36px 32px 36px;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.dia-viaje-titulo {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: -20px;
    color: #222;
}
.dia-viaje-chips {
    display: flex;
    gap: 16px;
    margin-bottom: 0;
}
.dia-viaje-chip {
    background: #222;
    color: #fff;
    border-radius: 16px;
    padding: 6px 18px 6px 10px;
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    gap: 8px;
}
.dia-viaje-icono-chip {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    object-fit: contain;
}
.dia-viaje-imagen {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 0;
}
.dia-viaje-imagen img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    display: block;
    object-fit: cover;
}
.dia-viaje-descripcion {
    color: #444;
    font-size: 1.08rem;
    margin-top: 0;
    line-height: 1.6;
}
@media (max-width: 900px) {
    .dia-viaje-card {
        padding: 24px 10px 18px 10px;
        border-radius: 24px;
    }
}

.lista-que-incluye li span{
    font-size: 0.9em;
    color: var(--negro);
}

/* Shortcode: lista_que_incluye */
.lista-que-incluye-wrap {
    background: none;
    padding: 0;
    margin: 32px 0 0 0;
}
.lista-que-incluye-titulo {
    color: #888;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 10px;
}
.lista-que-incluye {
    list-style: none;
    padding: 0;
    margin: 0 !important
}
.lista-que-incluye li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 1.08em;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.5;
    position: relative;
    padding-left: 40px;
}
.lista-que-incluye-icono {
    width: 30px;
    margin-top: 3px;
    flex-shrink: 0;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}

/* Shortcode: lista_que_no_incluye */
.lista-que-no-incluye-wrap {
    margin: 40px 0 0 0;
    display: flex;
   
    gap: 40px;
}
.no-incluye-bloque {
    margin-bottom: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.no-incluye-icono-wrap {
    width: 38px;
    height: 38px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-incluye-icono {
    width: 38px;
    height: 38px;
    object-fit: contain;
    opacity: 0.7;
}
.no-incluye-titulo, .lista-suplementos-titulo {
    font-size: 1.2em;
    font-weight: 600;
    color: var(--negro);
    margin-bottom: 6px;
    margin-top: 0;
}
.no-incluye-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}
.no-incluye-lista li {
    font-size: 1em;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.5;
}

.info-suplementos{
    padding: 8px 12px;
  background: #f2f2f2;
  border-radius: 10px;
  font-size: 15px;
  color: #000;
}

.wpcf7-response-output
{
 
  border-radius: 10px;
  font-size: 16px;
  color: #000;
  border-color: var(--principal);
}


.sent .wpcf7-response-output{
    border-color: #74d061;
    background: #e6ffce;
}

.invalid .wpcf7-response-output{
    border-color: #f07650;
    background: #fff0f0;
}

/* Shortcode: lista_tipos_habitaciones */
.lista-tipos-habitaciones-wrap {
    margin: 40px 0 0 0;
}
.lista-tipos-habitaciones-titulo {
    color: #888;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 10px;
}
.lista-tipos-habitaciones {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lista-tipos-habitaciones li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.08em;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.5;
    gap: 16px;
}
.tipo-habitacion-nombre {
    font-weight: 500;
}
.tipo-habitacion-precio {
    color: #222;
    font-weight: 400;
    white-space: nowrap;
    font-size: 1em;
}



.lista-suplementos li{
    position: relative;
    padding-left: 40px;
}

.lista-suplementos li span.suplemento-nombre-icono{
    position: absolute;
    display: block;
    background: #F5F5F5;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 30px;
    text-align: center;
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 50px;
}



/* Shortcode: lista_suplementos */
.lista-suplementos-
wrap {
    margin: 40px 0 0 0;
}
.lista-suplementos-
titulo {
    font-size: 1.2em;
  font-weight: 600;
  color: var(--negro);
  margin-bottom: 6px;
  margin-top: 0
}
.lista-suplementos 
{
    list-style: none;
    padding: 0;
    margin: 0 !important;
}
.lista-suplementos 
li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.08em;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.5;
    gap: 16px;
}
.suplemento-nombre {
    font-weight: 500;
}
.suplemento-precio {
    color: #222;
    font-weight: 400;
    white-space: nowrap;
    font-size: 1em;
}
.suplemento-por-persona {
    color: #888;
    font-size: 0.6em;
    margin-left: 4px;
    display: block;
    margin-top: -3px;
}

.cart-subtotal{
    display: none;
}
.product-total span{
    display: none;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th{
    padding: 10px;
}


/* Modal de reserva con iziModal */
#custom-modal-reserva h2 {margin-top:0;}
.modal-reserva-wrap > h3{
    font-weight: 700;
}
.popup-total {margin-bottom: 18px; display: flex;}
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    letter-spacing: normal;
}
.popup-total strong:after{
    display: none !important;
}
#popup-total-precio{
    margin-right: 0;
    margin-left: auto;
    font-size: 30px;
    font-weight: bold;
}
.popup-tipos-habitaciones, .popup-suplementos {margin: 18px 0;}
#custom-modal-reserva label{
    display: flex;
    align-items: center;
    width: 80%;
}

#custom-modal-reserva .popup-incluye{
    margin-top:30px;
}
.popup-suplementos-lista ul {
    margin: 30px 0;
}
.popup-suplementos-lista li{
    margin-bottom:10px;
    display:flex;
    align-items:center;
    gap:10px;
    line-height: 20px;
    padding-bottom: 12px;
}
.popup-suplementos-lista ul input[type="checkbox"] {
    min-width: 25px;
    min-height: 15px;
}
.popup-total strong {
    background-color: #f7ee0b;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 15px;
}
button#popup-reservar-btn {
    width: 100%;
    margin-top: 35px;
}
/* Estilos para mensajes de error */
.error-mensaje {
    color: #d32f2f;
    font-size: 0.9em;
    margin-top: 8px;
    padding: 8px 12px;
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
    border-radius: 4px;
    display: none;
}

/* Estilo para campos obligatorios */
#custom-modal-reserva label[for*="fecha-inicio"]::after {
    content: " *";
    color: #d32f2f;
}

.single_add_to_cart_button{
    display: none;
}

.input_content{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


#boton-flotante-reserva {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 99999;
    background: var(--principal);
    color: #000;
    border-radius: 20px;
    border:3px solid #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
    padding: 18px 40px 18px 20px;
    gap: 18px;
    z-index:1;
    font-size: 1.2em;
    display: block;
    text-align: left;
    transition: box-shadow 0.2s;
    font-weight: 800;
}

#boton-flotante-reserva img{
    position: absolute;
    right: 14px;
    top: 24px;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

#boton-flotante-reserva:hover {
    background: #000;
    color:var(--principal);
}
#boton-flotante-reserva .precio-desde {
    font-weight: 600;
    font-size: 0.6em;
    margin-right: 16px;
    display: block;
    margin-top: 5px;
}


.content-modal-reserva > div{
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
    padding: 12px 24px;
}


@media (max-width: 600px) {
    #boton-flotante-reserva {
        right: 8px;
        left: 8px;
        bottom: 8px;
        width: auto;
        padding: 12px 8px;
        font-size: 1em;
    }
}

.visitas .tarjeta-viaje{
    width: 31.333%;
}
.tarjetas-viajes{
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}
.tarjeta-viaje{
    position: relative;
    width: 23%;
}
.tarjeta-viaje h2{
    font-size: 3.2em !important;
}
@media (max-width: 1220px) {
.tarjeta-viaje{
    position: relative;
    width: 40%;
}
.tarjeta-viaje h2{
    font-size: 2.8em !important;
}
}
@media (max-width: 770px) {
.tarjeta-viaje{
    position: relative;
    width: 80%!important;
}
.tarjeta-viaje h2{
    font-size: 2.4em !important;
}
}

.tarjeta-viaje a{
    border-radius: 24px;
    position: relative;
    z-index: 1;
    display: block;
     overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    line-height: 0;
}


.tarjeta-viaje img{
    width: 100%;
    height: auto;
    line-height: 0;
}

.tarjeta-viaje a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    
}

.tarjeta-viaje-contenido{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    
    border-radius: 0 0 24px 24px;
}

.tarjeta-viaje-contenido .tarjeta-viaje-info{
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.tarjeta-viaje-contenido .tarjeta-visita-info{
    display: flex;
    flex-direction: column;
    gap: 16px;
    line-height: normal;
}

.tarjeta-viaje-contenido .tarjeta-visita-info div{
    background: none;
    border-radius: 0;
}

.tarjeta-viaje-contenido .tarjeta-visita-info div span{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
}

.tarjeta-viaje-contenido .tarjeta-viaje-info div{
    border-radius: 100vmax;
  background: rgba(20, 20, 20, 0.80);
  max-width: fit-content;
  padding: 10px 14px;
  display: block;
}


.tarjeta-viaje-contenido .tarjeta-viaje-info div span{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
}


.tarjeta-viaje-contenido .tarjeta-viaje-info img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.tarjeta-viaje h2{
    font-size: var(--size-h3);
    color: #fff;
    margin-bottom: 40px;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 300px;
    position: relative;
    
}

.tarjeta-viaje .visita h2{
    font-size: var(--size-h3-mini);
    
}

.tarjeta-viaje h2:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left:0px;
    letter-spacing: 0.05em;
    border:1px solid var(--principal);
    width: 200px;
}

.tarjeta-viaje-flecha{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 100vmax;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tarjeta-viaje-flecha img{
    width: 50%;
}



.precio-desde-numero{
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
    display: block;
    color:#000
}

.boton-reserva-producto button{
    width: 100% !important;
    margin-top: 10px;
    font-size: 1.4em;
    font-weight: 800;
}



.single-product #Content {
    padding-top: 0 !important;
}


.product .hero-section{
    top:0 !important;
}

.modal-reserva-wrap{
    padding: 40px;
}

.modal-reserva-wrap input {
    margin-bottom: 0;
    min-width: 80px;
    font-size: 24px;
    border-radius: 10px;
    border: 2px solid #d0d0d0;
    line-height: 22px;
    padding: 10px;
}

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-reserva-wrap input[type="button"]{
    border: none;
}
.modal-reserva-wrap input.btn-cantidad{
    width: 28px;
    height: 28px;
    display: flex;
    background: #f2f2f2;
    color:#000;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-width: auto !important;
}


.modal-reserva-wrap input.btn-cantidad-personas{
    width: 28px;
    height: 28px;
    display: flex;
    background: #f2f2f2;
    color:#000;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-width: auto !important;
}


.modal-reserva-wrap div.flex{
    display: flex;
    gap: 16px;
}

.modal-reserva-wrap div strong{
    display: block;
   
}


.modal-reserva-wrap div strong:after{
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: var(--principal);
    margin-top: 5px;
    margin-bottom: 10px;
}

.contenido-dias-viaje{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Shortcode: info_dias_viaje - menú sticky y layout columnas */
.menu-dias-viaje {
    padding: 32px 24px;
    margin-bottom: 32px;
    z-index: 2;
}
.menu-dias-viaje ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-dias-viaje li {
    margin-bottom: 0px !important;

}
.menu-dias-viaje a {
    text-decoration: none !important;
    color: var(--500, #8A8A8A);

    font-weight: 600;
    font-size: 1.em;
    transition: color 0.2s;
    display: block;
    padding: 8px 0;
    border-radius: 8px;
}
.menu-dias-viaje a.active-dia-viaje, .menu-dias-viaje a:hover {
    color: var(--negro);
}

.wrap-dias-viaje{
    width: 100%;
}

@media (max-width: 767px) {
    .wrap-dias-viaje {
        flex-direction: column !important;
        gap: 0 !important;
    }
    .menu-dias-viaje {
        display: none;
    }
}

@media (max-width: 550px) {
    .modal-reserva-wrap input {
        min-width: 68px;
        font-size: 22px;
        padding: 8px;
    }
    .modal-reserva-wrap input.btn-cantidad {
        display: none;
    }
    .iziModal .popup-tipos-habitaciones-lista li , .popup-fecha-inicio.flex , .popup-personas.flex , .lista-suplementos li  {
            flex-wrap: wrap;
    }
    .tarjeta-viaje {
        width: 100% !important;
    }
}
/* Ajuste para que el contenido de los días no quede tapado por el sticky */
.dia-viaje-card {
    scroll-margin-top: 80px;
}

/* Estilos para lista de visitas - Banner amarillo */
.lista-visitas-banner {
    background-color: #F5F07A;
    padding: 40px 0;
    margin: 40px 0;
}

.visita-banner-item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    /* Estado inicial para la animación */
    opacity: 0;
    transform: translateY(80px);
}

.visita-banner-item:before{
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 10%;
    max-width: 100px;
    height: 1px;
    background-color: #B0A900;
}



.visita-banner-imagen {
    flex: 0 0 200px;
    height: 120px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.visita-banner-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.visita-banner-imagen:hover img {
    transform: scale(1.05);
}

.visita-banner-texto {
    flex: 1;
    color: #000;
}

.visita-banner-texto h3 {
    font-size: clamp(1.7rem, 5.2vw, 5.2rem);
   text-decoration: none;
   margin-bottom: 0;
}

.visita-banner-texto h3 a {
    color: inherit;
    text-decoration: none !important;
}

.visita-banner-texto h3 a:hover {
    text-decoration: underline;
}

.visita-tipo {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0 12px 0;
    color: #333;
}

.visita-descripcion {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    color: #555;
}

.visita-separador {
    width: 60px;
    height: 60px;
    background-color: #000;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
}

.visita-separador::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #F5F07A;
    border-radius: 50%;
}

/* Responsive para lista de visitas */
@media (max-width: 768px) {
    .visita-banner-item {
        flex-direction: column !important;
        text-align: center;
        gap: 20px;
    }
    
    .visita-banner-imagen {
        flex: none;
        width: 100%;
        max-width: 300px;
        height: 180px;
    }
    
    .visita-banner-texto h3 {
        font-size: 1.5rem;
    }
    
    .lista-visitas-banner {
        padding: 20px 0;
    }
}


.single-post #Content{
    padding-top: 200px !important;
    max-width: 1200px;
    margin: 0 auto;

}

.single-post .the_content{
    color: #5b5b5b;
    text-align: left;
}

.single-post #Content h1{
    font-size: var(--size-h1);
    line-height: 1;
    font-weight: 500;
    letter-spacing: -5px;
    text-align: center
}

.single-post #Content h2{
    font-size: var(--size-h3);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0px;
}

.single-post #Content h3{
    font-size: var(--size-h4);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0px;
    margin-top: 30px;
}


.single-post #Content h3{
    font-weight: 600;
    margin-bottom: 10px;
}

.single-photo-wrapper{
    margin-bottom: 50px;
}

.single-photo-wrapper img{
    border-radius: 24px;
}


.single-post .section-post-related {
    margin-top: 50px;
    margin-bottom: 50px;
}

.single-post .section-post-related img{
    border-radius: 24px;
}

.single-post .section-post-related .post-excerpt{
    display: none !important
}


.blog_wrapper img{
    border-radius: 24px;
}

.blog_wrapper  h2 {
    font-size: var(--size-h4);
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0px;
    margin-top: 10px;
  }

  .pages .page.active{
    background: #000 !important;
  }

  .next_page{
    color: #000 !important;
  }

  .contactBtnBlack .wpcf7-submit:hover{
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;

  }

  .bgWhite{
    background: #fff;
    padding: 20px !important;
    border-radius: 24px !important;
    border:1px solid var(--principal) !important;
    margin-bottom: 20px !important;
  }

  .mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) #order_review{
    border-radius: 24px !important;
  }


  .woocommerce-checkout-review-order-table .fecha-inicio-checkout
  .woocommerce-checkout-review-order .shop_table .product-name{
    color:#000 !important;
    font-size: 16px !important;
  }

  .woocommerce table.woocommerce-checkout-review-order-table{
    margin-bottom: 0 !important;
  }

  .woocommerce-checkout-review-order .shop_table th, .woocommerce-checkout-review-order .shop_table td{
    font-size: 14px !important;
    padding-top: 4px !important;
  }

  .woocommerce-checkout-review-order .shop_table .product-name{
    font-size: 18px !important;
  }

  .payment_methods li{
    background: #fff !important;
   
  }
  .woocommerce-additional-fields{
    margin-top: 20px !important;
  }

  .woocommerce-checkout h3{
    font-size: 40px !important;
    letter-spacing: -2px !important;
  }

  .woocommerce-billing-fields label{
    font-size: 13px !important;
    text-transform: uppercase !important;
    margin-bottom: 0 !important;
  }

  .payment_methods li p{ 
    font-size: 14px !important;
  }

  .payment_methods li label{
    font-weight: bold;
    font-size: 18px !important;
    color:#000 !important;
  }
  

  /* Mostrar las líneas de fee individuales de opciones */
  tr.fee.opcion-individual {
    display: table-row !important;
  }
  

  
  /* Estilos para diferenciar opciones gratis vs precio a consultar */
  tr.fee.opcion-individual th {
    font-weight: normal !important;
  }
  
  tr.fee.opcion-individual td {
    font-weight: bold !important;
  }
  
  /* Opciones gratis - texto verde */
  tr.fee.opcion-individual.gratis td {
    color: #28a745 !important;
  }
  
  /* Opciones precio a consultar - texto gris e itálica */
  tr.fee.opcion-individual.consultar-tarifas td {
    color: #888 !important;
    font-style: italic !important;
  }
  
  /* Estilos para los spans dentro de las celdas */
  tr.fee.opcion-individual td span.gratis {
    color: #28a745 !important;
    font-weight: bold !important;
  }
  
  tr.fee.opcion-individual td span.consultar-tarifas {
    color: #888 !important;
    font-style: italic !important;
    font-weight: normal !important;
  }
  
  /* Espaciado para las líneas de fee */
  tr.fee.opcion-individual {
    border-top: 1px solid #e0e0e0 !important;
  }
  
  tr.fee.opcion-individual:last-child {
    border-bottom: 1px solid #e0e0e0 !important;
  }

  .woocommerce form .form-row .input-text, .woocommerce form .form-row select, .select2-container--default .select2-selection--single{
    border: 1px solid #b6b6b6 !important;
    border-radius: 5px !important;
    padding: 10px !important;
  }

  bdi{
    font-weight: bold;
  }

/* ========================================
   ESTILOS PARA TARJETAS DE PEDIDOS
   ======================================== */

.orders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.order-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
}

.order-card:hover {
    border: 1px solid var(--principal);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.order-card:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.order-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.order-number {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order-id {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.order-status {
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.view-details {
    color: #ffc107;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s ease;
}

.view-details:hover {
    color: #e0a800;
    text-decoration: none;
}


.product-info {
    display: flex;
    gap: 15px;
    align-items: center;
}

.product-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image.placeholder {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 24px;
}

.product-details {
    flex: 1;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.4;
}




.meta-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.meta-value {
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

.meta-item{
    display: flex;
    align-items: center;
    gap: 10px;
}



.order-card-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    flex: 1;
    justify-content: center;
    min-width: 120px;
}

.btn-primary {
    background: #28a745;
    color: white;
}

.btn-primary:hover {
    background: #218838;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}

.btn-secondary {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover {
    background: #5a6268;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}

.btn-icon {
    font-size: 16px;
}
div#payment .mfn-woo-cart-link{
    display: none !important;
}   

/* Responsive para tarjetas de pedidos */
@media (max-width: 768px) {
    .orders-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .order-card {
        padding: 15px;
    }
    
    .order-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .product-info {
        flex-direction: column;
        gap: 10px;
    }
    
    .product-image {
        width: 60px;
        height: 60px;
        align-self: center;
    }
    
    .order-card-actions {
        flex-direction: column;
    }
    
    .btn-primary, .btn-secondary {
        flex: none;
    }
}

/* Estado vacío de pedidos */
.woocommerce-MyAccount-orders-empty {
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-top: 20px;
}

.woocommerce-MyAccount-orders-empty p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* Ocultar completamente la tabla original de WooCommerce */
.woocommerce-MyAccount-orders .woocommerce-orders-table,
.woocommerce-MyAccount-orders table,
.woocommerce-MyAccount-orders .woocommerce-orders-table-wrapper,
.woocommerce-MyAccount-orders .woocommerce-pagination,
.woocommerce-MyAccount-orders .woocommerce-orders-table thead,
.woocommerce-MyAccount-orders .woocommerce-orders-table tbody,
.woocommerce-MyAccount-orders .woocommerce-orders-table tr,
.woocommerce-MyAccount-orders .woocommerce-orders-table td,
.woocommerce-MyAccount-orders .woocommerce-orders-table th,
.woocommerce-MyAccount-orders .woocommerce-orders-table tfoot,
.woocommerce-MyAccount-orders .woocommerce-orders-table caption {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden !important;
}

/* Ocultar cualquier elemento que contenga "orders" y "table" */
.woocommerce-MyAccount-orders [class*="orders-table"],
.woocommerce-MyAccount-orders [class*="order-table"],
.woocommerce-MyAccount-orders [class*="woocommerce-orders"] {
    display: none !important;
}

/* Asegurar que solo se vean nuestras tarjetas */
.woocommerce-MyAccount-orders .orders-grid {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Estilos para el botón de pagar dentro de la tarjeta clickeable */
.order-card-actions {
    position: relative;
    z-index: 10;
}

.order-card-actions .button {
    position: relative;
    z-index: 11;
    pointer-events: auto;
}

.order-card-actions .button:hover {
    background-color: #007cba !important;
    color: white !important;
    transform: none !important;
}

/* ========================================
   ESTILOS PARA VISTA DE DETALLES DEL PEDIDO
   ======================================== */
.flex{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.flex h5{
    margin-bottom: 0;
}

.flex .order-status-badge{
    margin-left: auto;
}

.custom-order-details {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}


.order-details-header h3{
    line-height: 1;
    font-weight: 700;
}

.order-id-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.order-id {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin: 0;
    letter-spacing: -1px;
}

.order-status-badge {
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.order-date {
    text-align: right;
}

.date-label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.date-value {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* Sección del producto */
.order-product-section {
    margin-bottom: 40px;
}

.product-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
}

.product-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.3;
    flex: 1;
    margin-right: 20px;
}

.product-price {
    text-align: right;
    flex-shrink: 0;
}

.price-label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.price-value {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.product-image-section {
    text-align: center;
    
}

.product-image {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

ç

.detail-name {
    font-weight: 600;
    color: #333;
    font-size: 16px;
    flex: 1;
}

.detail-quantity {
    background: var(--principal);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    margin: 0 10px;
    min-width: 40px;
    text-align: center;
}

.detail-price {
    font-weight: 600;
    color: var(--principal);
    font-size: 16px;
    min-width: 80px;
    text-align: right;
}

.detail-sub-items {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    
}

.detail-sub-item {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 14px;
}

.detail-sub-item:last-child {
    border-bottom: none;
}

.detail-sub-item .detail-name {
    font-weight: 500;
    color: #666;
    font-size: 14px;
}

.detail-sub-item .detail-quantity {
    background: #6c757d;
    font-size: 11px;
    padding: 2px 6px;
    margin: 0 8px;
}

.detail-sub-item .detail-price {
    font-size: 14px;
    min-width: 70px;
    color:#000;
    margin-left: auto;
}

.detail-value {
    color: #666;
    font-size: 14px;
    margin-left: 10px;
}

.order-total-summary {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid var(--principal);
    background: white;
    border-radius: 8px;
    padding: 20px;
}

.total-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.total-label {
    color: #333;
}

.total-amount {
    color: var(--principal);
    font-size: 20px;
}

/* Responsive para lista de detalles */
@media (max-width: 768px) {
    .order-details-list-wrapper {
        padding: 15px;
        margin: 20px 0;
    }
    
    .order-detail-main-item {
        padding: 15px;
    }
    
    .detail-main-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .detail-quantity {
        margin: 0;
        align-self: flex-start;
    }
    
    .detail-price {
        text-align: left;
        min-width: auto;
        align-self: flex-end;
    }
    
    .detail-sub-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .detail-sub-item .detail-quantity {
        margin: 0;
        align-self: flex-start;
    }
    
    .detail-sub-item .detail-price {
        text-align: left;
        min-width: auto;
        align-self: flex-end;
    }
    
    .total-line {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* Sección de información */
.order-info-section {
    margin-bottom: 40px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.info-item {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid var(--principal);
}

.info-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

.info-content p {
    margin: 0 0 12px 0;
    font-size: 16px;
    line-height: 1.6;
}

.info-content p:last-child {
    margin-bottom: 0;
}

.status-text {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Sección de acciones */
.order-actions-section {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 30px 0;
    border-top: 2px solid #f0f0f0;
}

.btn-pay-now, .btn-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    min-width: 180px;
    justify-content: center;
}

.btn-pay-now {
    background: #28a745;
    color: white;
}

.btn-pay-now:hover {
    background: #218838;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.btn-back {
    background: #6c757d;
    color: white;
}

.btn-back:hover {
    background: #5a6268;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
}

.btn-icon {
    font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-order-details {
        padding: 15px;
        margin: 10px;
    }
    
    .order-details-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .order-id-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .order-id {
        font-size: 24px;
    }
    
    .order-date {
        text-align: left;
    }
    
    .product-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .product-title {
        font-size: 22px;
        margin-right: 0;
    }
    
    .product-price {
        text-align: left;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .order-actions-section {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-pay-now, .btn-back {
        width: 100%;
        max-width: 300px;
    }
    
    /* Responsive para la tabla de detalles */
    .order-details-table-wrapper {
        margin: 20px 0;
        overflow-x: auto;
    }
    
    .order-details-table-wrapper .woocommerce-checkout-review-order-table {
        min-width: 600px;
    }
    
    .order-details-table-wrapper .woocommerce-checkout-review-order-table thead th,
    .order-details-table-wrapper .woocommerce-checkout-review-order-table tbody td {
        padding: 15px;
    }
    
    .order-detail-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .detail-value,
    .detail-price {
        margin: 0;
        text-align: left;
    }
    
    .detail-price {
        min-width: auto;
    }
}


.order-card-content .product-name{
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-bottom: 0;
}

.diasviaje{
    margin-top: 40px;
}
.diasviaje .wrap-dias-viaje{
    float: none;
}

.diasviaje .one-third{
    display: none;
}

.diasviaje .two-third{
    width: 100%;
}

.diasviaje .dia-viaje-card{
    padding: 0;
}


.woocommerce-account .custom-order-details{
    padding: 40px !important;
}

.totalbg{
    background: rgb(245, 240, 122);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.woocommerce-account .lista-que-incluye-wrap{
    margin-top: 0;
}

.woocommerce-account .listaqueincluye{
    background: #f2f2f2;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.presupuestoOK{
    padding: 20px;
    border-radius: 12px;
    background: #f2f2f2;
    margin-bottom: 20px;
    margin-top: 20px;
    border:2px solid var(--principal);
text-align: center;
}