/*
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
*/


/*** GENERAL ***/
    html{ scroll-behavior: smooth; }
    .validate_email_against_bot { display: none; }

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

    #Error_404 .error_desk p .button{ margin: 15px 0 0px; position: relative; display: block; width: fit-content; }

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

    /* Arregla padding al abrir popup deshabilitando scroll de la web */
    html.mfn-popup-browser-scroll-disabled { padding-right: 0; }

    #back_to_top.sticky{ bottom: 24px; right: 24px; }

    :root{
        --amarillo: #FCC867;
        --verde: #3BA377;
        --azul: #3E9BCF;
        --negro: #323232;
        --gris-oscuro: #5C5851;
        --gris-medio: #8C8273;
        --gris: #A59B88;
        --gris-claro: #DAD8D2;
        --blanco: #F4F3F0;

        --fondo: rgba(50, 50, 50, 0.50);

        --containerWidth: 1220px;
        --halfSection: 610px;

        --pad-lateral: 24px;

        --pad-120: 120px 0px;
        --120: 120px;
        --60: 64px;
        --30: 34px;
        --20: 24px;
        --10: 16px;

        scrollbar-color: var(--amarillo) var(--blanco);
        scrollbar-width: thin;
    }

    ::-webkit-scrollbar { width: 8px; background-color: var(--blanco); }
    ::-webkit-scrollbar-track { background-color: var(--blanco); }
    ::-webkit-scrollbar-thumb { border-radius: 10px; background-color: var(--amarillo); }
    ::-webkit-scrollbar-thumb:hover { background-color: var(--amarillo); }

    .pad-120{ padding: var(--pad-120); }
    .pad-120-top{ padding-top: var(--120); }
    .pad-120-bottom{ padding-bottom: var(--120); }
    .pad-60-bottom{ padding-bottom: var(--60); }
    .pad-30-bottom{ padding-bottom: var(--30); }
    .pad-20-bottom{ padding-bottom: var(--20); }
    .pad-10-bottom{ padding-bottom: var(--10); }

    h1{ line-height: 120%; letter-spacing: -2.68px; }
    h2{ line-height: 110%; letter-spacing: -1.12px; }
    h3{ line-height: 110%; }
    h4{ line-height: 110%; letter-spacing: -0.4px; }
    h5{ line-height: 140%; }
    h6{ line-height: 110%; }
    .big p, p.big, .lead p, p.lead{ line-height: 140% }
    p, ul li, ol li{ line-height: 140%; }


    /*Full Section*/
    .section.full-width>.section_wrapper{ max-width: 1920px !important; padding-left: var(--pad-lateral) !important; padding-right: var(--pad-lateral) !important; }
    .section.full-width.full > .section_wrapper{ max-width: 100% !important; padding-left: 0px !important; padding-right: 0px !important; }

    /*Botones*/
    .button:not(.button_theme){ overflow: visible; box-shadow: 0 0.4em 1em rgba(252, 200, 103, 0.1); }
    .button:not(.button_theme)::active{ transform: scale(0.95); }
    .button:not(.button_theme)::after { content: ""; z-index: 0; border-radius: 2000px; position: absolute; border: 0.15em solid var(--amarillo); transition: all 0.4s cubic-bezier(0.77,0,0.18,1); top: 50%; left: 50%; width: calc(100% + 10px); height: calc(100% + 10px); transform: translate(-50%, -50%) scale(0); }
    .button:not(.button_theme):hover::after { transform: translate(-50%, -50%) scale(1); }

    .button.button_theme{ padding: 0; border-radius: 0; }
    .button.button_theme .button_icon{ border-radius: 50%; border: 2px solid var(--gris-oscuro); width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; font-size: 26px; line-height: 1; }
    .button.button_theme .button_label{ position: relative; }
    .button.button_theme .button_label::before{ content: ""; transform-origin: left; position: absolute; left: 0; top: 100%; width: 100%; height: 2px; background-color: var(--gris-oscuro); transform: scaleX(0); transition: transform .2s ease-in-out; }
    .button.button_theme:hover .button_label::before{ transform: scaleX(1); }

    .btn-simple .button{ padding: 0; background-color: transparent; text-transform: uppercase; border-radius: 0; }
    .btn-simple .button::after{ content: unset; }
    .btn-simple .button .button_label::before{ content: ""; position: absolute; left: 0; top: 100%; width: 100%; height: 2px; background-color: var(--gris-oscuro); transform: scaleX(0); transition: transform .2s ease-in-out; }
    .btn-simple .button:hover .button_label::before{ transform: scaleX(1); }


    /*Cabecera*/
    #Subheader{ padding-top: 240px; padding-bottom: 64px; background-position: bottom center; }
    #Subheader::before{ content: ""; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%); position: absolute; top: 0; left: 0; }
    #Subheader .one.column{ width: 100%; display: flex; flex-direction: column-reverse; justify-content: center; align-items: center; gap: 16px; } 
    #Subheader ul.breadcrumbs{ margin: 0 !important; }
    #Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a{ color: var(--blanco); text-transform: uppercase; }
    #Subheader ul.breadcrumbs li span{ opacity: 1; }

    .subheader-custom, .portada-blog, .portada-producto .cont-imagen > .mcb-wrap-inner{ padding-top: 240px; } 
    .subheader-custom .column_image img{ height: 620px; object-fit: cover; }
    .subheader-custom h1{ margin: 0 auto 24px !important; max-width: var(--containerWidth); }
    .subheader-custom p{ margin: 0 auto; max-width: 700px; }
    .mcb-column.column_breadcrumbs .breadcrumbs{ gap: 10px; }
    .mcb-column.column_breadcrumbs .breadcrumbs li{ text-transform: uppercase; }



    /*Sociales*/
    ul.social{ display: flex; justify-content: flex-start; align-items: center; gap: 8px; }
    ul.social a{ display: flex; justify-content: center; align-items: center; width: 32px; height: 32px; border-radius: 50%; background-color: var(--amarillo); color: var(--negro) !important; font-size: 16px; line-height: 1; transition: all 0.3s ease; }
    ul.social a:hover{ transform: translateY(-5px); }
    ul.social a i::before{ width: auto; }
    


    /*Complianz*/
    #cmplz-document{ font-size: 18px; line-height: 140%; max-width: 100%; padding: var(--pad-120); }
    #cmplz-document p, #cmplz-document li, #cmplz-document td{ font-size: 18px; line-height: 140%; color: var(--gris-medio); }
    #cmplz-document h2{ font-size: 56px; line-height: 110%; font-weight: 600; margin-top: var(--30); border: unset;} 

    .cmplz-cookiebanner .cmplz-message{ font-size: 15px !important; }
    .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title{ font-size: 18px !important; font-weight: 600 !important; }
    .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description{ font-size: 15px !important; line-height: 100% !important; }

    #cmplz-manage-consent .cmplz-manage-consent{ background-image: url(imagenes/fondo-ajustes.svg); background-repeat: no-repeat; background-position: center; background-size: 100%; right: unset !important; left: 0px; 
        font-size: 0px; color: #fff !important; width: 140px; background-color: transparent !important; box-shadow: unset !important; bottom: -2px !important; padding: 0 !important; }
    #cmplz-manage-consent .cmplz-manage-consent:before{ content: ""; background-image: url(imagenes/icono-ajustes.svg); background-repeat: no-repeat; background-position: center; background-size: 100%; width: 28px; height: 28px;
        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; }
    #cmplz-manage-consent .cmplz-manage-consent:hover:before{ transform: translate(-50%, -54%); -webkit-transform: translate(-50%, -54%); -moz-transform: translate(-50%, -54%); -ms-transform: translate(-50%, -54%); -o-transform: translate(-50%, -54%); }



/*** MENU ***/
    .header-custom{ padding: 24px 0; }
    .header-custom > .section_wrapper{ justify-content: space-between; align-items: center; gap: 16px; height: 124px; }
    .header-custom > .section_wrapper > .one.mcb-wrap{ flex-grow: unset !important;}
    .header-custom > .section_wrapper > .one.mcb-wrap > .mcb-wrap-inner{ gap: 16px;}
    .header-custom .mcb-column-inner{ margin: 0 !important; }
    
    .header-custom .col-logo{ position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 2; }

    .header-custom .column_header_menu .mfn-header-menu{ gap: 16px;}
    .header-custom .column_header_menu .mfn-header-menu > .mfn-menu-li > .mfn-menu-link{ line-height: 140% !important; transition: all 0.3s ease; padding: 10px 18px; border-radius: 2000px; background: rgba(244, 243, 240, 0.70);  backdrop-filter: blur(17px); }
    .header-custom .column_header_menu .mfn-header-menu > .mfn-menu-li > .mfn-menu-link:hover{ transform: scale(1.02); }

    .header-custom .menu-caminos .mfn-header-menu-burger, .header-custom .menu-general .mfn-header-menu-burger{ padding: 10px 18px; border-radius: 2000px; /*background: rgba(244, 243, 240, 0.70);  backdrop-filter: blur(17px);*/ flex-direction: row-reverse; align-items: center; gap: 4px; }
    .header-custom .menu-caminos .mfn-header-menu-burger .icon-wrapper, .header-custom .menu-general .mfn-header-menu-burger .icon-wrapper{ margin: 0; transform: rotate(90deg); transition: all 0.3s ease; }
    .header-custom .menu-caminos.mfn-header-tmpl-menu-active .mfn-header-menu-burger .icon-wrapper, .header-custom .menu-general.mfn-header-tmpl-menu-active .mfn-header-menu-burger .icon-wrapper{ transform: rotate(0deg);  }

    .header-custom .mcb-item-header_burger-inner{ background: rgba(244, 243, 240, 0.70); backdrop-filter: blur(17px); border-radius: 24px; }
    .header-custom .mfn-header-tmpl-menu-sidebar-center{ background: transparent !important; position: relative !important; top: unset !important; }
    .header-custom .mfn-header-tmpl-menu-sidebar .mfn-header-tmpl-menu-sidebar-wrapper{ padding: 12px 18px; }
    .header-custom .mfn-header-tmpl-menu-sidebar .mfn-header-tmpl-menu-sidebar-wrapper .mfn-header-menu{ gap: 8px; }
    .header-custom .mfn-header-tmpl-menu-sidebar .mfn-header-tmpl-menu-sidebar-wrapper .mfn-header-menu .mfn-menu-li>.mfn-menu-link{ padding: 0; justify-content: flex-start; text-align: left; color: var(--negro); }
    .header-custom .mfn-header-tmpl-menu-sidebar .mfn-header-tmpl-menu-sidebar-wrapper .mfn-header-menu .mfn-menu-li>.mfn-menu-link:hover{ color: var(--gris-oscuro); }

    html.mfn-header-tmpl-burger-sidebar-opened .menu-general.column_header_burger.mfn-header-tmpl-menu-active{ position: fixed; top: 63px; right: var(--pad-lateral); }
    html.mfn-header-tmpl-burger-sidebar-opened .menu-caminos.column_header_burger.mfn-header-tmpl-menu-active{ position: fixed; top: 63px; left: var(--pad-lateral); }
    html.mfn-header-tmpl-burger-sidebar-opened .menu-caminos.column_header_burger.mfn-header-tmpl-menu-active ~ .column_header_menu{ margin-left: 245px; }

    html.mfn-header-tmpl-burger-sidebar-opened .admin-bar .menu-general.column_header_burger.mfn-header-tmpl-menu-active, html.mfn-header-tmpl-burger-sidebar-opened .admin-bar .menu-caminos.column_header_burger.mfn-header-tmpl-menu-active{ top: 94px; }


/*** FOOTER ***/
    #Footer .widgets_wrapper .widget{ margin: 0 !important; }

    .footer-custom{ padding: 64px 0;}
    .footer-custom > .section_wrapper{ gap: 64px; justify-content: space-between; align-items: flex-start; }
    .footer-custom > .section_wrapper::after{ content: unset; }
    .footer-custom > .section_wrapper > .one-second.mcb-wrap{ width: fit-content; }

    .footer-custom .footer-copyright p{ font-size: 15px; line-height: normal; }

    .footer-custom .footer-top.col-der > .mcb-wrap-inner{ gap: 34px 64px; }
    .footer-custom .footer-top.col-der .col-menu, .footer-custom .footer-top.col-der .col-menu .column_heading, .footer-custom .footer-top.col-der .col-menu .column_heading *, .footer-custom .footer-top.col-der .col-menu .column_footer_menu{ width: fit-content; }
    .footer-custom .footer-top.col-der .col-menu > .mcb-wrap-inner{ flex-direction: column; gap: 8px; }
    .footer-custom .footer-top.col-der .col-menu .mfn-footer-menu{ width: fit-content; gap: 8px; }
    .footer-custom .footer-top.col-der .col-menu .mfn-footer-menu li a{ padding: 0; font-size: 18px; line-height: 140%; }

    .footer-custom .footer-top.col-izq > .mcb-wrap-inner{ gap: 34px 64px; }
    .footer-custom .footer-top.col-izq > .mcb-wrap-inner > .one.mcb-wrap, .footer-custom .footer-top.col-izq > .mcb-wrap-inner >  .one.column, 
        .footer-custom .footer-top.col-izq .col-telefonos .column_heading, .footer-custom .footer-top.col-izq .col-telefonos .column_heading *, .footer-custom .footer-top.col-izq .col-telefonos .column_visual, .footer-custom .footer-top.col-izq .col-telefonos .column_visual .mfn-visualeditor-content{ width: fit-content; }
    .footer-custom .footer-top.col-izq .col-telefonos > .mcb-wrap-inner{ flex-direction: column; gap: 8px; }
    .footer-custom .footer-top.col-izq .col-telefonos .column_visual:not(:last-child){ padding-bottom: 8px;}
    .footer-custom .footer-top.col-izq .col-telefonos .column_visual .mfn-visualeditor-content{ display: flex; flex-direction: column; gap: 4px; }
    .footer-custom .footer-top.col-izq .col-telefonos .column_visual .mfn-visualeditor-content p{ margin-bottom: 0; font-size: 15px; line-height: 100%; }
    .footer-custom .footer-top.col-izq .col-telefonos .column_visual .mfn-visualeditor-content p > a{ font-size: 18px; line-height: 140%;  color: var(--gris-claro); }
    .footer-custom .footer-top.col-izq .col-telefonos .column_visual .mfn-visualeditor-content p > a:hover{ color: var(--amarillo); text-decoration: unset; }

    .footer-custom .footer-top.col-izq .col-info > .mcb-wrap-inner{ flex-direction: column; gap: 8px; }
    .footer-custom .footer-top.col-izq .col-info .column_heading{ max-width: 290px;}
    .footer-custom .footer-top.col-izq .col-info .column_heading:nth-child(3){ padding-bottom: 26px;}
    .footer-custom .footer-top.col-izq .col-info .column_heading a:hover{ color: var(--amarillo); text-decoration: unset; }

    .footer-custom .footer-top.col-izq .col-info-experience > .mcb-wrap-inner{ flex-direction: column; gap: 24px; }


/*** INICIO ***/
    .portada::before{ content: ""; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%); position: absolute; top: 0; left: 0; z-index: 1; }
    .portada h1{ color: var(--blanco); margin-bottom: 0; }
    .portada .one.mcb-wrap, .portada .one.mcb-wrap > .mcb-wrap-inner{ position: unset; }
    .portada .column_button{ position: absolute; bottom: 24px; left: 0; }
    .portada .btn-simple .button .button_label::before{ background-color: var(--blanco); }

    .sec-texto-imagen .section_wrapper > .one.mcb-wrap > .mcb-wrap-inner{ justify-content: space-between; gap: 64px; flex-wrap: nowrap; }
    .sec-texto-imagen .col-texto{ width: fit-content; max-width: 960px; padding: 16px 0; }
    .sec-texto-imagen .col-texto p{ max-width: 640px;}
    .sec-texto-imagen .col-texto .column_heading, .sec-texto-imagen .column_image{ width: fit-content; }
    .sec-texto-imagen .col-texto .column_heading.texto{ margin-left: auto; padding-top: var(--120); }
    .sec-texto-imagen .column_image img{ border-radius: 24px; }

    .h2-deco h2{ font-size: 134px; font-weight: 500; line-height: 100%; letter-spacing: -2.68px; }

    .sec-cta::before{ content: ""; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%); position: absolute; top: 0; left: 0; z-index: 1; }
    .sec-cta h2{ color: var(--blanco); margin-bottom: 0; }
    .sec-cta .column_heading p{ max-width: 700px; margin: 0 auto; }

    .fila-cuadrados > .mcb-wrap-inner .column_video, .fila-cuadrados .col-texto{ width: 50%; }
    .fila-cuadrados > .mcb-wrap-inner .column_video, .fila-cuadrados > .mcb-wrap-inner .column_video *{ max-height: 960px;}
    .fila-cuadrados > .mcb-wrap-inner .column_video video{ object-fit: cover; width: 100%; height: 100%; }
    .fila-cuadrados:first-child > .mcb-wrap-inner .column_video video{ border-radius: 24px 24px 0px 24px; }
    .fila-cuadrados:last-child > .mcb-wrap-inner .column_video video{ border-radius: 0px 24px 24px 24px; }
    .fila-cuadrados .col-texto{ height: 100%;}
    .fila-cuadrados .col-texto > .mcb-wrap-inner{ height: 100%; padding: 24px 40px; justify-content: center; align-items: center; flex-direction: column; }
    .fila-cuadrados .col-texto .column_visual, .fila-cuadrados .col-texto .column_testimonials, .fila-cuadrados .col-texto .column_heading{ margin-bottom: auto; }
    .fila-cuadrados .col-texto .column_visual .mfn-visualeditor-content{ display: flex; justify-content: space-between; align-items: center; width: 100%; }
    .fila-cuadrados .col-texto .column_visual .mfn-visualeditor-content p:first-child{ margin-bottom: 0; color: var(--negro); }
    .fila-cuadrados .col-texto .column_visual .mfn-visualeditor-content p:last-child{ margin-bottom: 0; color: var(--gris-medio); }
    .fila-cuadrados .col-texto .column_image img{ border-radius: 24px; }
    .fila-cuadrados .col-texto .column_heading h3{ font-size: 40px; font-weight: 400; line-height: 140%; letter-spacing: -0.8px; max-width: 700px; margin: 0 auto; }

    .testimonials_slider.single-photo .slick-track{ display: flex !important; justify-content: center; align-items: center; }
    .testimonials_slider.single-photo .testimonials_slider_ul li{ float: unset !important; display: flex; flex-direction: column; justify-content: center; align-items: center; }
    .testimonials_slider.single-photo .testimonials_slider_ul li .single-photo-img{ border-radius: 24px; width: 100%; height: auto; margin: 0 auto 142px; }
    .testimonials_slider.single-photo .testimonials_slider_ul li .single-photo-img img{ border-radius: 24px; width:320px; height:320px; object-fit: cover; }
    .testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper{ margin: 0; }
    .testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper{ padding: 0; margin-bottom: 24px; }
    .testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper .blockquote{ margin-bottom: 0; }
    .testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper .blockquote blockquote{ margin: 0 auto; max-width: 700px; top: unset; font-size: 40px; font-weight: 400; line-height: 140%; letter-spacing: -0.8px; font-style: unset; }
    .testimonials_slider.single-photo .testimonials_slider_ul li .hr_dots{ display: none;}
    .testimonials_slider.single-photo .testimonials_slider_ul li .author{ display: flex; justify-content: center; align-items: center; gap: 16px; }
    .testimonials_slider.single-photo .testimonials_slider_ul li .author .title{ font-size: 24px; font-weight: 400; line-height: 140%; color: var(--negro); margin-bottom: 0; } 
    .testimonials_slider.single-photo .testimonials_slider_ul li .author .company{ font-size: 24px; font-weight: 400; line-height: 140%; color: var(--gris-medio);}

    .testimonials_slider.single-photo .slider_pager{ display: none !important; }
    .testimonials_slider.single-photo .testimonials_slider_ul a.slick-arrow{ display: flex !important; justify-content: center; align-items: center;  padding: 0; width: 43.2px; height: 43.2px; display: block !important; top: 354px; background-color: var(--gris-claro); color: var(--negro); border-radius: 50%; transform: translateX(-50%); transition: all 0.3s ease; }
    .testimonials_slider.single-photo .testimonials_slider_ul a.slick-arrow::after, .testimonials_slider.single-photo .testimonials_slider_ul a.slick-arrow i::before{ content: unset; }
    .testimonials_slider.single-photo .testimonials_slider_ul a.slick-arrow i{ background-size: 22px; background-position: center; background-repeat: no-repeat; width: 100%; height: 100%; display: block; }
    .testimonials_slider.single-photo .testimonials_slider_ul a.slick-arrow.slider_prev i{ background-image: url('imagenes/flecha-left.svg'); }
    .testimonials_slider.single-photo .testimonials_slider_ul a.slick-arrow.slider_next i{ background-image: url('imagenes/flecha-right.svg'); }
    .testimonials_slider.single-photo .testimonials_slider_ul a.slider_prev { left: calc(50% - 28px); }
    .testimonials_slider.single-photo .testimonials_slider_ul a.slider_next{ right: unset; left: calc(50% + 28px); }
    .testimonials_slider.single-photo .testimonials_slider_ul a.slider_prev:hover{ transform: translateX(calc(-50% - 3px)); }
    .testimonials_slider.single-photo .testimonials_slider_ul a.slider_next:hover{ transform: translateX(calc(-50% + 3px)); }


/*** NUESTROS CAMINOS ***/
    .woocommerce .products ul, .woocommerce ul.products{ margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
    .woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{ content: unset; }
    .woocommerce ul.products li.product{ margin: 0; float: unset; width: 100% !important; border-radius: 24px; background: var(--blanco); box-shadow: 0px 4px 24px 0px rgba(0, 51, 50, 0.10); }
    .woocommerce ul.products li.product .product-loop-thumb, .woocommerce ul.products li.product .product-loop-thumb *{ border-radius: 24px; }
    .woocommerce ul.products li.product .product-loop-thumb img{ height: 360px; object-fit: cover; }
    .woocommerce ul.products li.product .desc{ padding: 24px; display: flex; flex-direction: column; gap: 16px; }
    .woocommerce ul.products li.product .desc h3, .woocommerce ul.products li.product .desc .excerpt{ margin-bottom: 0; }
    .woocommerce ul.products li.product .info-camino{ position: absolute; top: 24px; left: 24px; display: flex; justify-content: flex-start; align-items: flex-start; gap: 12px } 
    .woocommerce ul.products li.product .info-camino .info-camino-item{ line-height: 1; padding: 8px 12px; border-radius: 2000px; background: rgba(50, 50, 50, 0.50); backdrop-filter: blur(17px); color: var(--blanco); }

    /*SINGLE CAMINO*/
    .portada-producto .cont-imagen{ height: 780px; }
    .portada-producto .cont-imagen > .mcb-wrap-inner{ align-content: center; padding-bottom: var(--60); }
    .portada-producto .cont-imagen > .mcb-wrap-inner::before{ content: ""; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%); position: absolute; top: 0; left: 0; }
    .portada-producto h1{ font-size: 84px; line-height: 100%; max-width: 1024px; color: var(--blanco); }
    .portada-producto .cont-contenido, .portada-producto .cont-imagen .column_heading{ max-width: 1920px; margin: 0 auto; padding-left: var(--pad-lateral) !important; padding-right: var(--pad-lateral) !important; }
    .portada-producto .cont-contenido > .mcb-wrap-inner{ gap: 34px 120px; }
    .portada-producto .cont-contenido .two-third.mcb-wrap { width: calc(65% - 60px); }
    .portada-producto .cont-contenido .one-third.mcb-wrap { width: calc(35% - 60px); }
    .portada-producto .mfn-list{ display: flex; justify-content: flex-start; align-items: center; gap: 24px; padding-bottom: var(--20); }
    .portada-producto .mfn-list .mfn-list-item{ padding: 0; gap: 12px; }
    .portada-producto .mfn-list .mfn-list-icon{ margin-right: 0; }
    .portada-producto .mfn-list .mfn-list-desc{ line-height: 1; font-size: 20px; font-weight: 600; }
    .portada-producto .cont-contenido .one-third.mcb-wrap > .mcb-wrap-inner{ border-radius: 24px; padding: 56px 40px; border-radius: 24px; background: var(--blanco); box-shadow: 0px 4px 24px 0px rgba(0, 51, 50, 0.10); }
    .portada-producto .cont-contenido .one-third.mcb-wrap .column_button{ padding-top: var(--30); }

    .precios_viaje{ display: flex; flex-direction: column; gap: 10px; }
    .precios_viaje p{ display: flex; justify-content: flex-start; align-items: center; gap: 12px; color: var(--negro); font-weight: 600; margin-bottom: 0; }
    .precios_viaje p span{ font-size: 24px; line-height: 1; }
    .suplementos{ margin-top: 34px; display: flex; flex-direction: column; gap: 16px; }
    .suplementos p{ display: flex; justify-content: flex-start; align-items: center; gap: 8px; font-size: 16px; line-height: 1; font-weight: 600; margin-bottom: 0; }

    .itinerario-viaje .texto-deco p{ margin: 0 auto; }
    .lista_itinerario_viaje{ display: flex; flex-direction: column; gap: 34px; }
    .lista_itinerario_viaje .cont_itinerario_viaje h3{ padding: 12px 32px !important; border-bottom: 2px solid var(--verde); }
    .lista_itinerario_viaje .cont_itinerario_viaje p{ padding: 0 32px; margin-bottom: 0;}

    .sec-dos-cols.incluidos-viaje .one-second.mcb-wrap > .mcb-wrap-inner{ border-radius: 24px; padding: 56px 40px; align-content: flex-start; background: rgba(244, 243, 240, 0.70); backdrop-filter: blur(17px);  } 
    .sec-dos-cols.incluidos-viaje .one.column{ z-index: 1; }
    .sec-dos-cols.incluidos-viaje h2{ padding-bottom: var(--20); }
    .sec-dos-cols.incluidos-viaje ul{ display: flex; flex-direction: column; gap: 6px; }
    .sec-dos-cols.incluidos-viaje ul li{ color: var(--negro); font-weight: 600; }
    .sec-dos-cols.incluidos-viaje .one.mcb-wrap:last-child{ padding-top: 30px; }

    .otros-caminos .mfn-related .title.heading{ display: none; }
    .otros-caminos .mfn-related ul.products .mfn-li-product-row-image{ margin-bottom: 0; }
    .otros-caminos .mfn-related ul.products .mfn-li-product-row-title{ padding: 24px 24px 16px 24px; }
    .otros-caminos .mfn-related ul.products .mfn-li-product-row-description{ padding: 0 24px 24px 24px; }
    .otros-caminos .mfn-related ul.products .mfn-li-product-row-description p{ margin-bottom: 0; }


/*** QUIENES SOSMOS - AUTOGUIA - TOURS EN GALICIA***/
    .texto-deco p{ margin-bottom: 0; text-transform: uppercase; color: var(--negro); font-weight: 600; border-bottom: 2px solid var(--verde); width: fit-content; }

    .cont-texto-intro-centrado .mcb-wrap-inner{ text-align: center; max-width: 660px; margin: 0 auto; }
    .cont-texto-intro-centrado .texto-deco p{ margin: 0 auto; }

    .cont-equipo > .mcb-wrap-inner{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
    .cont-equipo > .mcb-wrap-inner .column_our_team, .cont-equipo > .mcb-wrap-inner .column_our_team .mcb-column-inner{ height: 100%; }
    .team{ border-radius: 24px; background: var(--blanco); box-shadow: 0px 4px 24px 0px rgba(0, 51, 50, 0.10); height: 100%; }
    .team .image_frame{ border-radius: 24px; height: 360px; margin-bottom: 0; }
    .team .image_frame img{ height: 360px; object-fit: cover; }
    .team .desc_wrapper{ padding: 24px; display: flex; flex-direction: column; gap: 8px; }
    .team .desc_wrapper::before, .team .desc_wrapper::after{ content: unset; }
    .team .desc_wrapper h3{ margin-bottom: 8px; }
    .team .desc_wrapper .desc{ margin-bottom: 0; }
    .team .desc_wrapper p.subtitle{ font-size: 16px; line-height: 1.1; margin-bottom: 0; text-transform: uppercase; color: var(--negro); font-weight: 600; border-bottom: 2px solid var(--verde); }
    .team .desc_wrapper .hr_color{ display: none; }

    .nos-encargamos .section_wrapper .one.mcb-wrap > .mcb-wrap-inner{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
    .nos-encargamos .column_banner_box, .nos-encargamos .column_banner_box .mcb-column-inner{ height: 100%; }
    .nos-encargamos .mfn-banner-box{ height: 100%; border-radius: 24px; }
    .nos-encargamos .mfn-banner-box .banner-image img{ border-radius: 24px; width: 100%; object-fit: cover; }
    .nos-encargamos .mfn-banner-box .banner-wrapper{ height: 100%; width: 100%; padding: 56px 40px; background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%); }
    .nos-encargamos .mfn-banner-box .banner-wrapper .title{ max-width: 480px; margin-bottom: 0; }
    .nos-encargamos .mfn-banner-box .banner-wrapper .subtitle{ margin-bottom: 0; margin-top: 12px; max-width: 620px; }
    .nos-encargamos .mfn-banner-box .banner-cta{ font-size: 18px; line-height: 1; font-weight: 500; margin-top: auto; margin-bottom: 24px; position: relative; box-shadow: 0 0.4em 1em rgba(252, 200, 103, 0.1); border-radius: 50%; width: 42px; height: 42px; }
    .nos-encargamos .mfn-banner-box .banner-cta::after { content: ""; z-index: 0; border-radius: 2000px; position: absolute; border: 0.15em solid var(--amarillo); transition: all 0.4s cubic-bezier(0.77,0,0.18,1); top: 50%; left: 50%; width: calc(100% + 10px); height: calc(100% + 10px); transform: translate(-50%, -50%); }

    .sec-dos-cols .section_wrapper{ gap: 34px; }
    .sec-dos-cols .section_wrapper::after{ content: unset; }
    .sec-dos-cols .one-second.mcb-wrap{ width: calc(50% - 17px); }
    .sec-dos-cols .mfn-banner-box{ border-radius: 24px; }
    .sec-dos-cols .mfn-banner-box .banner-image img{ border-radius: 24px; width: 100%; object-fit: cover; }
    .sec-dos-cols .mfn-banner-box .banner-wrapper{ height: 100%; width: 100%; padding: 56px 40px; background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%); }
    .sec-dos-cols .mfn-banner-box .banner-wrapper .title{ max-width: 480px; }
    .sec-dos-cols .mfn-banner-box .banner-wrapper .subtitle{ margin-bottom: 0; margin-top: 12px; max-width: 620px; }
    .sec-dos-cols .mfn-banner-box .banner-cta{ font-size: 18px; line-height: 1; font-weight: 500; margin-top: auto; position: relative; box-shadow: 0 0.4em 1em rgba(252, 200, 103, 0.1); padding: 16px 36px; border-radius: 2000px; }
    .sec-dos-cols .mfn-banner-box .banner-cta::after { content: ""; z-index: 0; border-radius: 2000px; position: absolute; border: 0.15em solid var(--amarillo); transition: all 0.4s cubic-bezier(0.77,0,0.18,1); top: 50%; left: 50%; width: calc(100% + 10px); height: calc(100% + 10px); transform: translate(-50%, -50%) scale(0); }
    .sec-dos-cols .mfn-banner-box .banner-cta:hover::after { transform: translate(-50%, -50%) scale(1); }

    .cont-lista-tours > .mcb-wrap-inner{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
    .cont-lista-tours > .mcb-wrap-inner .column_promo_box, .cont-lista-tours > .mcb-wrap-inner .column_promo_box .mcb-column-inner, .cont-lista-tours .promo_box{ height: 100%; }
    .cont-lista-tours .promo_box .promo_box_wrapper{ height: 100%; display: flex; flex-direction: column; border-radius: 24px; background: var(--blanco); box-shadow: 0px 4px 24px 0px rgba(0, 51, 50, 0.10); }
    .cont-lista-tours .promo_box .promo_box_wrapper .photo_wrapper{ float: unset; width: 100%; border-radius: 24px; }
    .cont-lista-tours .promo_box .promo_box_wrapper .photo_wrapper img{ height: 420px; width: 100%; object-fit: cover; }
    .cont-lista-tours .promo_box .promo_box_wrapper .desc_wrapper{ width: 100%; margin: 0; float: unset; padding: 24px; display: flex; flex-direction: column; gap: 16px; }
    .cont-lista-tours .promo_box .promo_box_wrapper .desc_wrapper h3, .cont-lista-tours .promo_box .promo_box_wrapper .desc_wrapper .desc{ margin-bottom: 0; }
    .cont-lista-tours .promo_box .promo_box_wrapper .desc_wrapper .button{ justify-content: flex-start; }
    .cont-lista-tours .promo_box .promo_box_wrapper .desc_wrapper .button .button_icon i::before{ content: "\e860"; } 



/*** BLOG ***/
    .blog .sections_group > section.section > .section_wrapper, .archive .sections_group > section.section > .section_wrapper{ max-width: 1920px !important; padding-left: var(--pad-lateral) !important; padding-right: var(--pad-lateral) !important; }

    .blog .column_blog, .archive .column_blog{ padding: var(--pad-120); }
    .blog .column_blog > .mcb-column-inner, .archive .column_blog > .mcb-column-inner{ margin: 0; }

    .blog_wrapper > .posts_group{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
    .blog_wrapper > .posts_group.grid .post-item{ width: 100% !important; margin: 0; padding: 12px; border-radius: 24px; background: var(--blanco); box-shadow: 0px 4px 24px 0px rgba(0, 51, 50, 0.10); }
    .blog_wrapper > .posts_group .post-item .image_frame{ border-radius: 12px; height: 280px; }
    .blog_wrapper > .posts_group .post-item .image_frame img{ border-radius: 12px; height: 280px; object-fit: cover; }
    .blog_wrapper > .posts_group .post-item .post-desc-wrapper .post-desc{ padding: 24px 12px; }
    .blog_wrapper > .posts_group .post-item .post-desc-wrapper .post-desc .post-head{ display: none; }
    .blog_wrapper > .posts_group .post-item .post-desc-wrapper .post-desc h2, .blog_wrapper > .posts_group .post-item .post-desc-wrapper .post-desc h3{ font-size: 28px; line-height: 100%; color: var(--negro); margin-bottom: 12px; }
    .blog_wrapper > .posts_group .post-item .post-desc-wrapper .post-desc .post-excerpt{ margin-bottom: 12px; }
    .blog_wrapper > .posts_group .post-item .post-desc-wrapper .post-desc .post-excerpt span{ font-size: 18px !important; line-height: 140% !important; }
    .blog_wrapper > .posts_group .post-item .post-desc-wrapper .post-desc .post-footer{ border-top: 2px solid var(--verde); margin: 0 !important; padding: 12px 0 0; overflow: visible; }
    .blog_wrapper > .posts_group .post-item .post-desc-wrapper .post-desc .post-footer .post-links{ float: unset; border-left: unset; padding-left: 0; width: 100%; display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center; }
    .blog_wrapper > .posts_group .post-item .post-desc-wrapper .post-desc .post-footer .post-links i.icon-doc-text{ transition: all 0.5s ease; background-color: transparent; border-radius: 50%; width: 32px; height: 32px; border: 1px solid var(--gris-oscuro); background-size: 22px; background-position: center; background-repeat: no-repeat; display: block; background-image: url('imagenes/flecha-right.svg'); }
    .blog_wrapper > .posts_group .post-item .post-desc-wrapper .post-desc .post-footer .post-links i.icon-doc-text::before{ content: unset; }
    .blog_wrapper > .posts_group .post-item .post-desc-wrapper .post-desc .post-footer .post-links a{ color: var(--gris-oscuro); }
    .blog_wrapper > .posts_group .post-item .post-desc-wrapper .post-desc .post-footer .post-links a:hover{ text-decoration: unset; }
    .blog_wrapper > .posts_group .post-item .post-desc-wrapper .post-desc .post-footer .post-links:hover i{ transform: translateX(5px); }

    .image_frame .image_wrapper .image_links a{ backdrop-filter: blur(17px); border: unset; }


    /*** PAGINACION ***/
    .pager{ display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: var(--60); }
    .pager .pages{ margin: 0 !important; background-image: unset !important; background-color: unset !important; padding: 0 !important; display: flex !important; justify-content: center; align-items: center; gap: 8px; }
    .pager .pages a{ border-radius: 50% !important; width: 64px !important; height: 64px !important; line-height: 64px !important; font-size: 26px; color: var(--negro) !important; background-color: var(--gris-claro); margin: 0 !important; font-weight: 400; }
    .pager .pages a:hover{ background-color: var(--amarillo); }
    .pager .pages a.active{ background-color: var(--amarillo); }
    .pager .pages a:before{ content: unset !important; }
    .pager a.next_page{ border-radius: 50% !important; font-size: 0 !important; color: transparent; width: 64px; height: 64px; line-height: 64px !important; transition: all 1s ease; position: relative; background-color: var(--gris-claro); background-image: url('imagenes/flecha-right.svg'); background-position: center; background-size: 32px; background-repeat: no-repeat; }
    .pager a.prev_page{ border-radius: 50% !important; font-size: 0 !important; color: transparent; width: 64px; height: 64px; line-height: 64px !important; transition: all 1s ease; position: relative; background-color: var(--gris-claro); background-image: url('imagenes/flecha-left.svg'); background-position: center; background-size: 32px; background-repeat: no-repeat; }
    .pager a.next_page:before, .pager a.prev_page:before{ content: unset !important; }
    .pager a.next_page:hover{ transform: translateX(10px); }
    .pager a.prev_page:hover{ transform: translateX(-10px); }


    /*** SINGLE ***/    
    .portada-blog{ padding-bottom: var(--120); }
    .portada-blog .column_heading .title{ font-size: 84px; line-height: 100%; max-width: 820px; margin: 0 auto var(--20); }
    .portada-blog .column_plain_text .desc{ max-width: 740px; margin: 0 auto;  }
    .portada-blog .column_tag_cloud .mfn-tag-cloud{ padding-left: 0px; margin-top: var(--20); }
    .portada-blog .column_tag_cloud .mfn-tag-cloud:before{ content: unset; }
    .portada-blog .column_tag_cloud .mfn-tag-cloud li a{ font-weight: 400; border-radius: 2000px; background: rgba(50, 50, 50, 0.50); backdrop-filter: blur(17px); }

    .contenido-noticia{ transform: translateY(-50px); }
    .contenido-noticia .section_wrapper { max-width: 740px !important; }
    .contenido-noticia img{ border-radius: 24px; }

    .column_tag_cloud .mfn-tag-cloud{ gap: 5px; padding-left: 36px; }
    .column_tag_cloud .mfn-tag-cloud:before{ content: ""; width: 30px; height: 30px; background-color: var(--negro); background-image: url(imagenes/icono-tag.svg); background-repeat: no-repeat; background-position: center; background-size: 16px; border-radius: 50%;
        position: absolute; top: 0px; left: 0px; } 
    .column_tag_cloud .mfn-tag-cloud li{ margin: 0 !important; }
    .column_tag_cloud .mfn-tag-cloud li a{ font-size: 14px; background: var(--negro); color: var(--blanco); line-height: 100%; padding: 8px 12px !important; transition: all 0.2s ease; font-weight: 400; border-radius: 2000px; backdrop-filter: blur(17px); }
    .column_tag_cloud .mfn-tag-cloud li a:hover{ transform: scale(1.02); }

    .cont-share{ border-top: 2px solid var(--negro); margin-top: 24px !important; padding-top: 24px; }
    .cont-share .mcb-wrap-inner{ align-items: center; gap: 24px }
    .cont-share .mcb-wrap-inner .one.column{ width: fit-content !important; }
    .cont-share .mfn-visualeditor-content p{ margin-bottom: 0; font-weight: 500; color: var(--gris-oscuro); line-height: 100%; }
    .mfn-share-post .mfn-share-post-button{ width: 32px; height: 32px; border: unset !important; padding: 0 !important; border-radius: 50% !important; color: var(--negro); background-color: var(--amarillo); font-size: 16px; transition: all 0.3s ease; }
    .mfn-share-post .mfn-share-post-button:hover{ transform: translateY(-5px); }



/*** CONTACTO ***/
    .wpcf7-form{ background-color: #fff; border-radius: 24px; padding: 34px; }

    .dosCols > p{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 0; }

    input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{ padding: 18px 12px; }

    .politicas p{ font-size: 15px; line-height: 120%; color: var(--gris-medio); }

    span.wpcf7-form-control-wrap { display: inline-block; color: var(--gris-oscuro); position: relative; }
    span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance{ line-height: 20px; }
    span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] { position: absolute; visibility: hidden; width: 20px; height: 20px; top: 0; left: 0; }
    span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] + span:before { display: block; position: absolute; content: ''; border-radius: 4px; height: 20px; width: 20px;
        top: 2px; left: 0px; background: var(--amarillo); }
    span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] + span:after { display: block; position: absolute; border-radius: 9px; content: "\2713"; height: 20px; width: 20px; top: 2px; left: 0;
        visibility: hidden; font-size: 16px; text-align: center; line-height: 20px; color: var(--negro); }
    span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + span:before { background: var(--amarillo); }
    span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + span:after { visibility: visible; }
    .wpcf7-list-item-label { margin-left: 12px; display: inline-block; }

    .wpcf7-submit{ margin: 0 auto; display: block; }

    .wpcf7-not-valid-tip{ font-size: 80%; line-height: 1; font-style: italic; margin-top: 4px; }
    .wpcf7 form .wpcf7-response-output{ margin: var(--20) 0 0; padding: 0; text-align: center; }

    .cont-mapa.column_map, .cont-mapa.column_map .mcb-column-inner{ height: 100%; }
    .cont-mapa.column_map .map-container{ border-radius: 24px; height: 100% !important; }

    .mapa .markerInfo{ border-radius: 24px; padding: 12px 24px !important; width: 280px !important; }
    .mapa .markerInfo .close{ top: 13px; right: 24px; }






/*** RESPONSIVE ***/

    @media(max-width: 1239px){

        /*GENERAL*/
        :root {
            --halfSection: 470px;
            --containerWidth: 940px;
        }
    }

    @media(max-width: 1024px){}

    @media(max-width: 959px){

        /*GENERAL*/
        :root {
            --halfSection: 354px;
            --containerWidth: 708px;
        }


    }

    @media(max-width: 768px){}

    @media(max-width: 767px){

        /*GENERAL*/
        :root {
            --containerWidth: 550px;
            --halfSection: 275px;
        }

    }
    @media(max-width: 480px){

        /*GENERAL*/
        :root {
            --pad-120: 64px 0px;
            --120: 64px;
            --60: 34px;
            --30: 24px;
            --20: 16px;
            --10: 8px;

            --containerWidth: 100%;
            --halfSection: 50%;
        }

        h1{ line-height: 120%; letter-spacing: -2.68px; }
        h2{ line-height: 110%; letter-spacing: -1.12px; }
        h3{ line-height: 100%; }
        h4{ line-height: 100%; letter-spacing: -0.4px; }
        h5{ line-height: 140%; }
        h6{ line-height: 100%; }
        .big p, p.big, .lead p, p.lead{ line-height: 140% }
        p, ul li, ol li{ line-height: 140%; }

        #cmplz-manage-consent .cmplz-manage-consent{ bottom: -3px !important; width: 100px; height: 35px !important; }
        #cmplz-manage-consent .cmplz-manage-consent:before{ width: 20px; height: 20px; }

    }
    @media(max-width: 393px){

    }
    @media(max-width: 320px){
        
    
    } 

