/*
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
\*********************************/
@view-transition {
    navigation: auto;
}
  
.container {
    view-transition-name: page;
}
  
::view-transition-old(page) {
    animation: fade 0.2s linear forwards;
}
  
::view-transition-new(page) {
    animation: fade 0.3s linear reverse;
}
  
@keyframes fade {
    0% { opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); }
    100% { opacity: 0; transform: translateY(50px); -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); }
}

html{
    height: auto;
}

.validate_email_against_bot,
.otgs-development-site-front-end,
.wpml-ls-statics-footer {
    display: none
}

:root {
    scrollbar-color: var(--secundario) var(--blanco);
    scrollbar-width: thin;
}

.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: 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;
    font-weight: 700;
}

h2 {
    font-size: var(--size-h2);
    line-height: 1.2;
    font-weight: 600;
}

h3 {
    font-size: var(--size-h3);
    line-height: 1.2;
    font-weight: 600;
}

h4 {
    font-size: var(--size-h4);
    line-height: 1.2;
    font-weight: 600;
}

h5 {
    font-size: var(--size-h5);
    line-height: 1.2;
    font-weight: 600;
}

h6 {
    font-size: var(--size-h6);
    line-height: 1.2;
    font-weight: 600;
}

body,
p {
    font-size: var(--size-p);
    line-height: 1.6;
    font-weight: 400;
}

.lead, 
.big, .big p {
    font-size: var(--size-plead);
    line-height: 1.6;
    font-weight: 500;
}

.small {
    font-size: var(--size-psmall);
    line-height: 1.2;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

.decorative {
    font-family: var(--font-decorative);
    font-weight: 500;
    font-style: italic;
}

.principal {
    color: var(--principal);
}

.secundario {
    color: var(--secundario);
}

.blanco {
    color: var(--blanco);
}

#Content {
    padding-top: 96px;
}

.column_button .button .button_icon {
    font-size: 1.5em;
    line-height: 1;
    display: inline-flex;
}

@media only screen and (max-width: 1440px) {
    #Content {
        padding-top: 85px;
    }
}

@media only screen and (max-width: 767px) {
    #Content {
        padding-top: 73px;
    }
}


#Subheader{ padding: 180px 0 0; }
#Subheader::after{ content: unset; }
#Subheader .title{ font-size: var(--size-h1); line-height: 1.2; }

#Portada p.title{ font-size: calc(var(--size-p) + 2px); }

.oculto{ display: none !important; }


/*********************************\
            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 */
#cmplz-document {
    max-width: 100%;
    padding: 40px 0;
    text-align: justify;
}

#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-h2);
    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
\*********************************/
.mfn-header-menu > li.mfn-menu-li > a.mfn-menu-link:before {
    content: "\e909";
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 10px;
    height: 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    opacity: 0;
    transform: translate(-50%, 15px);
    -webkit-transform: translate(-50%, 15px);
    -moz-transform: translate(-50%, 15px);
    -ms-transform: translate(-50%, 15px);
    -o-transform: translate(-50%, 15px);
}

.mfn-header-menu > li.mfn-menu-li > a.mfn-menu-link:hover:before,
.mfn-header-menu > li.mfn-menu-li.current-menu-item > a.mfn-menu-link:before {
    opacity: 1;
    transform: translate(-50%, 5px);
    -webkit-transform: translate(-50%, 5px);
    -moz-transform: translate(-50%, 5px);
    -ms-transform: translate(-50%, 5px);
    -o-transform: translate(-50%, 5px);
}


/*********************************\
              FOOTER
\*********************************/
body .mfn-footer-tmpl .mcb-section:not(.full-width) {
    max-width: 100%;
}

body #back_to_top.sticky {
    bottom: 60px;
    right: auto !important;
    left: 10px;
    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: 16px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1239px) {

    .mfn-footer .section_wrapper  > .one-sixth.mcb-wrap, .mfn-footer .section_wrapper  > .one-third.mcb-wrap:nth-child(2) { width: 50%; }
    .mfn-footer .section_wrapper  > .two-fifth.mcb-wrap{ width: 100%; margin-top: 32px; }

}

@media only screen and (max-width: 959px) {

    .section_wrapper, .container{ padding-left: 16px; padding-right: 16px; }

    body #mfn-footer-template .financiacion {
        grid-template-columns: 1fr 1fr;
        text-align: center;
        gap: 12px;
   }

    body #mfn-footer-template .financiacion > div:last-child {
        grid-column: 1 / span 2;
   }

   .mfn-footer .section_wrapper  > .one-sixth.mcb-wrap, .mfn-footer .section_wrapper  > .one-third.mcb-wrap:nth-child(2) { width: 100%; }
   .mcb-section .mcb-wrap-febh7oti .mcb-wrap-inner-febh7oti{ gap: 12px; }
   .mcb-section .mcb-wrap-febh7oti .mcb-wrap-inner-febh7oti .one.column{ width: calc(50% - 6px); }
   .mcb-section .mcb-wrap-febh7oti .mcb-wrap-inner-febh7oti .one.column.column_lottie{ width: 100%; }

}

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;
}

/* Whatsapp */
body .wa__btn_popup .wa__btn_popup_icon {
    height: 60px;
    width: 60px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

body .wa__btn_popup .wa__btn_popup_icon:before {
    background-size: 60% auto;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
}

body .wa__popup_powered,
body .wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
    display: none;
}

body .wa__popup_chat_box .wa__popup_heading:before {
    top: 13px;
}


/*********************************\
              INICIO
\*********************************/
.gallerySlider .slick-dots {
    --dot-size: 15px;
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    bottom: 6%;
    left: 0;
    gap: var(--dot-size);
}

.gallerySlider .slick-dots li {
    opacity: .8;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.gallerySlider .slick-dots li.slick-active,
.gallerySlider .slick-dots li:hover {
    opacity: 1;
}

.gallerySlider .slick-dots button {
    font-size: 1px;
    line-height: 0;
    padding: 0;
    width: var(--dot-size);
    height: var(--dot-size);
    background: var(--blanco);
    color: var(--blanco);
}

.gallerySlider .slick-arrow {
    --arrow-size: 62px;
    --gap: 15px;
    position: absolute;
    z-index: 10;
    bottom: 40px;
    right: 40px;
    padding: 0;
    height: var(--arrow-size);
    width: var(--arrow-size);
    font-size: round(calc(var(--size-p)* 1.5), 1px);
    line-height: 1;
    border: solid 2px var(--blanco);
    color: var(--blanco);
    background: transparent;
}

.gallerySlider .slick-arrow span{
    display: none;
    opacity: 0;
}

.gallerySlider .slick-arrow i {
    color: inherit;
}

.gallerySlider .slick-arrow.prevArrow {
    margin-right: calc( var(--arrow-size) + var(--gap) );
}

.gallerySlider .slick-arrow:hover {
    background: var(--blanco);
    color: var(--principal);
}

.gallerySlider .gallery .gallery-item img{
    height: 800px;
    object-fit: cover;
    border-radius: 54px;
}

.backVideo .column_video {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.backVideo .column_video * {
    width: 100%;
    height: 100%;
}

.backVideo .column_video .mask {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--principal);
    opacity: .2;
}

.backVideo .column_video video {
    object-fit: cover;
}

.overflowHidden .mcb-wrap-inner {
    overflow: hidden;
}

.mapBox .mcb-wrap-inner {
    flex-direction: column;
}

.mapBox .column_map {
    flex-grow: 1;
    min-height: 400px;
}

.mapBox .column_map .mcb-column-inner, 
.mapBox .column_map .mapa, 
.mapBox .column_map .google-map {
    height: 100%;
}

.mfn-icon-box .icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media only screen and (min-width: 1441px) and (max-width: 1520px) {
    .wrap.be_wrap_3eyewe5 .mcb-wrap-inner {
        padding: 32px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
    .gallerySection .wrap {
        width: 100%;
    }

    .gallerySection .wrap:first-child {
        margin-bottom: 69px;
    }

    .gallerySection .wrap .mcb-wrap-inner {
        padding: 0 !important;
    }

    .gallerySection .column_heading, 
    .gallerySection .column_column {
        text-align: center;
    }

    .gallerySection .gallery-item img{
        max-height: 520px !important;
        object-fit: cover; 
        border-radius: 54px;
        min-height: unset !important;
    }

    .iconShapeBoxes .column {
        width: 50%;
    }

    .iconShapeBoxes .column:first-child,
    .iconShapeBoxes .column:nth-child(2) {
        margin: 0 0 64px;
    }

    .calendarBanner .column_heading {
        width: 100%;
    }

    .giftCardSection .mfn-nested-wrap {
        width: 100%;
    }

    .giftCardSection .mcb-wrap-inner {
        padding: 0 !important;
    }

    .giftCardSection .section_wrapper > .vb-item > .mcb-wrap-inner{ flex-wrap: wrap-reverse; gap: 32px; }

    .giftCardSection .column_heading,
    .giftCardSection .column_button {
        text-align: center;
    }

    .giftCardSection .image_wrapper {
        text-align: center;
    }

    .giftCardSection img {
        max-width: 500px !important;
    }

    .contactSection .wrap {
        width: 100%;
    }

    .contactSection .wrap:first-child {
        margin-bottom: 24px;
    }

    .contactSection .mcb-wrap-inner {
        margin: 0 !important;
    }

    .contactSection .column_heading {
        text-align: center;
    }

    .mcb-section .mcb-wrap .mcb-item-ckavcwr .mcb-column-inner-ckavcwr {
        padding-right: 30px !important;
    }
    .mcb-section .mcb-wrap .mcb-item-zkgnzw7e .mcb-column-inner-zkgnzw7e {
        padding-left: 30px !important;
    }

    .backVideo > .mcb-wrap-inner > .one-second.column{ width: 100%; padding: 0 62px; }
}

@media only screen and (max-width: 959px) {
    .gallerySlider .slick-arrow {
        --arrow-size: 55px;
        --gap: 10px;
        right: 30px;
        bottom: 30px;
    } 

    .gallerySection .gallery-item img{
        max-height: 380px !important;
        object-fit: cover; 
        min-height: unset !important;
    }

    .giftCardSection .section_wrapper > .vb-item > .mcb-wrap-inner{ flex-wrap: wrap-reverse; gap: 32px; }
}

@media only screen and (max-width: 767px) {
    .gallerySlider .slick-arrow {
        --arrow-size: 48px;
        right: 20px;
        bottom: 20px;
    }

    .gallerySlider.arrows img {
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }
}

@media only screen and (max-width: 600px) {
    .gallerySlider .slick-arrow {
        bottom: 78px;
    } 

    .column_button.galleryButton {
        right: 20px !important;
    }
}

@media only screen and (max-width: 480px) {
    .gallerySlider.arrows img {
        aspect-ratio: 1;
    }

    .gallerySlider .slick-dots {
        --dot-size: 10px;
    }
}

@media only screen and (max-width: 440px) {
    .backVideo > .mcb-wrap-inner {
        height: 100vw !important;
    }
}

@media only screen and (max-width: 360px) {
    .backVideo > .mcb-wrap-inner {
        height: 190vw !important;
    }
}

/*********************************\
             CONTACTO
\*********************************/
body .wpcf7-form [type="submit"] {
    width: 100%;
    margin: 0 !important;
}

body .wpcf7-form .wpcf7-spinner {
    margin: 5px 0 0 -12px;
    left: 50%;
}

body .wpcf7-form .form-legal p {
    font-size: var(--size-psmall);
    line-height: 1.4;
    text-align: justify;
    color: var(--negro);
}

body .wpcf7-form input[name="politica"] + span {
    font-weight: 400;
    color: var(--negro);
}

body .column_cf7 input[type="checkbox"] {
    min-height: 0px;
}

body .wpcf7-list-item {
    margin: 0;
}

span.wpcf7-form-control-wrap { display: inline-block; color: var(--negro); position: relative; }
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] { margin: 0; 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: ''; height: 20px; width: 20px;
    top: 3px; left: 0px; background: var(--blanco); border: 1px solid #D1D1D1; border-radius: 3.2px; }
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] + span:after { display: block; position: absolute; content: "\2713"; height: 20px; width: 20px; top: 4px; left: 0;
    visibility: hidden; font-size: 16px; text-align: center; line-height: 20px; color: var(--negro); border-radius: 3.2px; }
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + span:before { background: var(--blanco); }
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + span:after { visibility: visible; }
.wpcf7-list-item-label { margin-left: 30px; display: inline-block; }

body input[type="checkbox"],
body input[type="radio"] {
    accent-color: var(--principal);
}

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: var(--size-p) calc(var(--size-p) * 1.33);
}

.wpcf7-form .row {
    display: flex;
    gap: 15px;
}

.wpcf7-form .row p {
    flex: 1 1 100%;
}

.wpcf7-form label {
    margin: 0;
}

.column_map .mcb-column-inner {
    overflow: hidden;
}

.mfn-icon-box-icon-scale:hover .icon-wrapper {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.codedropz-upload-handler {
    border-color: var(--blanco);
    background: rgb(255 255 255 / 30%);
}

@media only screen and (max-width: 480px) {
    .wpcf7-form .row {
        flex-direction: column;
        gap: 0;
    }
}

.cont-header-simple > .mcb-wrap-inner{ gap: 48px 120px; flex-wrap: nowrap; align-items: center; padding-bottom: 82px; }
.cont-header-simple > .mcb-wrap-inner > .mfn-nested-wrap{ max-width: 1150px; }
.cont-header-simple > .mcb-wrap-inner > .mfn-nested-wrap h1{ margin-bottom: 34px; }
.cont-header-simple > .mcb-wrap-inner > .mfn-nested-wrap p{ max-width: 960px; }
.cont-header-simple > .mcb-wrap-inner > .column_image{ flex-grow: 1; width: auto; }
.cont-header-simple > .mcb-wrap-inner > .column_image .image_frame{ width: auto; }

.cont-info-contacto > .mcb-wrap-inner{ gap: 48px 120px; }
.cont-info-contacto > .mcb-wrap-inner > .column_icon_box_2:nth-child(4){ margin-left: auto;}

.portada-contacto .cont-header-simple > .mcb-wrap-inner{ padding-bottom: 0; gap: 48px 64px; }
.portada-contacto .cont-header-simple > .mcb-wrap-inner > .cont-con-fondo{ min-width: 800px; }
.portada-contacto .cont-header-simple > .mcb-wrap-inner > .cont-info-contacto{ flex-grow: 1; width: auto; max-width: unset; }
.portada-contacto .cont-header-simple > .mcb-wrap-inner > .cont-info-contacto > .mcb-wrap-inner{ gap: 34px; }
.portada-contacto .cont-header-simple > .mcb-wrap-inner > .cont-info-contacto .column_icon_box_2:nth-child(4){ margin-left: 0;}
.portada-contacto .cont-header-simple > .mcb-wrap-inner > .cont-info-contacto .column_icon_box_2{ width: calc(50% - 17px); }
.portada-contacto .cont-header-simple > .mcb-wrap-inner > .cont-info-contacto .column_icon_box_2 > .mcb-column-inner{ margin: 0 !important; }


/*********************************\
        PREGUNTAS FRECUENTES
\*********************************/
.faq .question > .title > .acc-icon-minus, 
.faq .question > .title > .acc-icon-plus {
    font-size: var(--size-plead);
    line-height: 1;
    color: var(--principal);
    top: 29px;
}

.darkBack .faq .question > .title > .acc-icon-minus, 
.darkBack .faq .question > .title > .acc-icon-plus {
    color: var(--blanco);
}

.style-simple .faq .question.active:after {
    display: none;
}

.faq .question>.answer {
    padding: 10px 20px 30px 80px;
}

.darkBack .faq .question .answer a {
    color: var(--blanco);
    text-decoration: underline;
}

.darkBack .faq .question .answer a:hover {
    color: var(--secundario);
}

.cont-faq .faq .question:last-child{ border-width: 0px !important; }


/*********************************\
           BONO REGALO
\*********************************/
.product-type-gift-card .woocommerce-product-gallery__wrapper,
.ywgc-main-form-preview-container {
    box-shadow: none;
}

.product-type-gift-card .woocommerce-product-gallery__image {
    padding: 0;
}

.ywgc-main-form-preview-container {
    padding: 30px 5% 0;
    min-height: auto;
}

.ywgc-form-preview-title-container {
    margin: 0 0 20px;
}

.ywgc-form-preview-title {
    color: var(--negro);
    font-size: var(--size-h3);
    line-height: 1.2;
}

.ywgc-main-form-preview-container > hr {
    display: none;
}

.ywgc-form-preview-amount {
    color: var(--verde);
    font-size: var(--size-h3);
    line-height: 1.2;
    font-weight: 700;
}

.ywgc-form-preview-from, 
.ywgc-form-preview-to {
    color: var(--negro);
}

.ywgc-form-preview-separator {
    background: var(--verde);
    width: 100px;
    height: 3px;
    margin: 20px 0;
}

.ywgc-form-preview-separator {
    background: var(--verde);
    width: 100%;
    max-width: 150px;
    height: 2px;
}

.gift-cards-list button.ywgc-predefined-amount-button {
    padding: 7px 15px;
    font-size: var(--size-p);
    line-height: 1;
    border: 0;
    margin: 0 0 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.gift-cards-list button.ywgc-predefined-amount-button.selected_button,
.gift-cards-list button.ywgc-predefined-amount-button:hover {
    background: var(--principal);
}

.gift-cards_form > h3 {
    margin: 40px 0 15px;
}

.gift-card-content-editor.step-content h5 {
    margin: 15px 0px 25px;
    background: var(--rosa);
    padding: 10px 20px;
    text-align: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: none;
}

.gift-card-content-editor.step-content{
    display: flex;
    flex-direction: column;
}
.gift-card-content-editor.step-content .ywgc_recipient_info_title{ order: 3; }
.gift-card-content-editor.step-content .ywgc-sender-info-title{ order: 1; }
.gift-card-content-editor.step-content .ywgc-single-recipient{ order: 4; margin-bottom: 15px; }
.gift-card-content-editor.step-content .ywgc-sender-name{ order: 2; }
.gift-card-content-editor.step-content .ywgc-message{ order: 5; } 

.gift-card-content-editor.step-content .ywgc-sender-info-title {
    margin-top: 45px;
}

.gift-card-content-editor.step-content input {
    margin: 0;
}

.ywgc-empty-recipient-note {
    padding: 0;
}

.gift_card_template_button,
.gift-card-content-editor.step-appearance, 
.gift-card-content-editor.step-content {
    margin: 0;
}

.gift-card-content-editor.step-content input:focus,
.gift-card-content-editor.step-content textarea:focus {
    background: #fff6f6;
}

@media only screen and (max-width: 959px) {
    .gift-cards-list,
    .gift-cards_form > h3 {
        text-align: center;
    }
}

/* Panel usuario */
.my_account_giftcards .ywgc-gift-card {
    font-size: var(--size-psmall);
    line-height: 1;
    font-weight: 400;
}

.my_account_giftcards .ywgc-gift-card .code {
    font-weight: 700;
    color: var(--principal);
}

.my_account_giftcards .ywgc-gift-card td {
    padding: 10px !important;
}

.woocommerce .woocommerce-MyAccount-navigation-link--gift-cards a:before {
    content: "\e90b";
    font-family: 'icomoon' !important;
    font-size: 20px;
    line-height: 28px;
    vertical-align: text-bottom;
}

@media only screen and (max-width: 959px) {
    .woocommerce .woocommerce-MyAccount-navigation-link--gift-cards a:before {
        font-size: 17px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce .woocommerce-MyAccount-navigation-link--gift-cards a:before {
        font-size: 15px;
        line-height: 21px;
    }
}


/*********************************\
    CUMPLEAÑOS - CAMPAMENTOS - FIESTA
\*********************************/
#Portada.full-screen .section_wrapper {
    min-height: calc(100vh - 96px);
}

.admin-bar #Portada.full-screen .section_wrapper {
    min-height: calc(100vh - 128px);
}

.cont-actividades > .mcb-wrap-inner{ gap: 24px;  }
.cont-actividades > .mcb-wrap-inner > .mcb-wrap > .mcb-wrap-inner{ align-content: center; }
.cont-actividades > .mcb-wrap-inner > .mcb-wrap:nth-child(3){ margin-top: 120px; }
.cont-actividades > .mcb-wrap-inner > .mcb-wrap:nth-child(4){ margin-top: 240px; }

.cont-actividades > .mcb-wrap-inner .one-third.mcb-wrap{ width: calc(33.33% - 16px); }
.cont-actividades > .mcb-wrap-inner .one.mcb-wrap{ max-width: 768px; margin: 0 auto; }
.cont-actividades > .mcb-wrap-inner .one-second.mcb-wrap{ width: calc(50% - 12px); }

.tabs-actividades .ui-tabs-nav{ display: flex; justify-content: center; align-items: center; gap: 8px 24px; flex-wrap: wrap; border-bottom: unset; }
.tabs-actividades .ui-tabs .ui-tabs-nav li a{ background-color: var(--secundario); color: var(--principal); border-radius: 2000px; font-weight: 600; }
.tabs-actividades .ui-tabs .ui-tabs-nav li a:hover, .tabs-actividades .ui-tabs .ui-tabs-nav li.ui-state-active a{ background-color: var(--principal); color: var(--blanco); }
.tabs-actividades .ui-tabs .ui-tabs-nav li.ui-state-active a::after{ content: none; }

@media only screen and (max-width: 1239px) {
    #Portada.full-screen .section_wrapper .three-fifth.mcb-wrap {
        width: 100%;
    }

    .sec-intro-boxes > .section_wrapper .three-fifth.mcb-wrap{
        width: 100%;
        max-width: 960px;
    }
    .sec-intro-boxes > .section_wrapper .mcb-wrap-grid > .mcb-wrap-inner{
        grid-template-columns: repeat(2, 1fr);
    }
    .sec-intro-boxes > .section_wrapper .mcb-wrap-grid > .mcb-wrap-inner > .mfn-nested-wrap:last-child > .mcb-wrap-inner{
        margin-top: -160px;
    }
    .cont-incluidos >.mcb-wrap-inner > .one-third.column{
        width: 50% !important;
    }

    .cont-actividades > .mcb-wrap-inner .one-third.mcb-wrap{ width: calc(50% - 12px); } 
    .cont-actividades > .mcb-wrap-inner > .mcb-wrap:nth-child(4){ margin-top: -90px; }

    #Formulario .one.mcb-wrap .mcb-wrap-inner > .three-fifth.mcb-wrap{ width: 100%; padding: 0 62px; }

    .reverse > .section_wrapper{ flex-wrap: wrap-reverse; }
    .reverse > .section_wrapper .wrap:first-child { margin-bottom: 0px; margin-top: 69px; }

    .contactSection .column_button{ text-align: center; }
}

.cont-lista-deco .mfn-list{ columns: 2; gap: 24px; max-width: 1120px; margin: 0 auto 34px; }
.cont-lista-deco .mfn-list .mfn-list-icon{ margin-top: 4px; }


/*********************************\
          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;
}

.woocommerce div.product form.cart .reset_variations,
.woocommerce .sku_wrapper {
    display: none;
}

.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;
}
.woocommerce-product-gallery__image a {
    pointer-events: none;
    cursor: default;
}

.woocommerce-product-gallery__image a:hover {
    text-decoration: none;
}

/* Carrito */
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce td.product-name dl.variation dt.variation-Informacindelevento {
    display: none;
}
.mfn-cart-holder{ z-index: 9999999999; }
.mfn-cart-holder .mfn-ch-content .mfn-ch-product{ background-color: var(--blanco); border-radius: 34px; padding: 24px; }
.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-image{ display: none; }
.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info{ border-color: var(--principal);}
.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info .mfn-chp-name{ font-size: 22px; line-height: 120%; font-weight: 500; color: var(--negro); }
.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info p.price, .mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info .mfn-chp-name a, .mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info dl.variation dt{ color: var(--negro); }
.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info dl.variation, .woocommerce table.shop_table td.product-name .variation{ display: flex; flex-direction: column; }
.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info dl.variation dd, .woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd { display: block; }
.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info dl.variation dd strong, .woocommerce table.shop_table td.product-name .variation dd strong{ font-weight: 500; color: var(--negro); }
.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info dl.variation dd p, .woocommerce table.shop_table td.product-name .variation dd p{ font-size: 13.3px; line-height: 120%; }
.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-footer{ margin: 15px 0 -15px; border-color: var(--principal); }

.woocommerce-error, .woocommerce-info, .woocommerce-message{ background-color: var(--secundario); border-radius: 34px; padding: 24px; text-align: center; }
.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover{ color: var(--negro); }   

.ywgc_enter_code{ width: 100%; background-color: var(--blanco); border-radius: 34px; padding: 32px; }
.ywgc_enter_code .form-row.form-row-first{ width: calc(100% - 295px); }
.ywgc_enter_code .form-row.form-row-last{ width: fit-content; }
.ywgc_enter_code input[type=text]{ width: 100% !important; background-color: var(--fondo) !important; }
.ywgc_apply_gift_card_button{ background-color: var(--secundario) !important; color: var(--principal) !important; }
.ywgc_apply_gift_card_button:hover{ background-color: var(--secundario) !important; }

.mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) .cart-collaterals, .mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) .woocommerce-cart-form{ background-color: var(--blanco) !important; border-radius: 34px !important; padding: 32px !important; }
.woocommerce table.shop_table td, .woocommerce table.shop_table th{ border-color: var(--principal) !important; }
.woocommerce table.shop_table td.product-name, .woocommerce table.shop_table td.product-name>a{ font-size: 22px; line-height: 120%; color: var(--negro) !important; font-weight: 500; }
.woocommerce table.shop_table td.product-name .variation dd p.small { 
    margin-top: 6px;

    .participante {
        display: list-item;
        list-style-type: disc;
        list-style-position: inside;
        margin-left: 10px;

        &:empty {
            display: none;
        }
    }
}


/* CHECKOUT */
.mfn-be-checkout .woocommerce .woocommerce-checkout #customer_details .col-1, .mfn-be-checkout .woocommerce .woocommerce-checkout #customer_details .col-2, .mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) #order_review{ background-color: var(--blanco) !important; border-radius: 34px !important; padding: 32px !important; }
.mfn-be-checkout .woocommerce .woocommerce-checkout #customer_details .col-2{ margin-top: 32px; }

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{ width: 50%; }

#ship-to-different-address label.woocommerce-form__label-for-checkbox{ position: relative; }
#ship-to-different-address label.woocommerce-form__label-for-checkbox input[type="checkbox"] { opacity: 0; }
#ship-to-different-address label.woocommerce-form__label-for-checkbox span::before { content: ""; position: absolute; border-radius: 8px; top: 0; left: 0; width: 20px; height: 20px; border: 1px solid #D1D1D1; background-color: var(--fondo); cursor: pointer; }
#ship-to-different-address label.woocommerce-form__label-for-checkbox span::after { content: "\2713"; position: absolute; top: 0; left: 5px;  width: 20px; height: 20px; line-height: 20px; color: var(--negro); opacity: 0; font-size: 15px; }
#ship-to-different-address label.woocommerce-form__label-for-checkbox input[type=checkbox]:checked + span:after { opacity: 1; } 

.woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox{ position: relative; }
.woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox input[type="checkbox"] { opacity: 0; }
.woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox span::before { content: ""; position: absolute; border-radius: 2px; top: 3px; left: 0; width: 20px; height: 20px; border: 1px solid #D1D1D1; background-color: var(--fondo); cursor: pointer; }
.woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox span::after { content: "\2713"; position: absolute; top: 3px; left: 4px; width: 20px; height: 20px; line-height: 20px; color: var(--negro); opacity: 0; font-size: 15px; }
.woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox input[type=checkbox]:checked + span:after { opacity: 1; } 


/* Login y mi cuenta */
.mfn-header-login{ border-radius: 34px; background-color: var(--blanco); }
.mfn-header-login .mfn-close-icon{ top: 13px; color: var(--negro); font-size: 24px; }
.mfn-header-login .mfn-close-icon .icon{ color: var(--negro) !important; }
.mfn-header-login > p{ font-weight: 700; margin-bottom: 10px; color: var(--negro) !important; }
.mfn-header-login nav.woocommerce-MyAccount-navigation ul li a, .mfn-header-login nav.woocommerce-MyAccount-navigation ul li.is-active a, .mfn-header-login nav.woocommerce-MyAccount-navigation ul li a:hover, .mfn-header-login nav.woocommerce-MyAccount-navigation ul li a:before{ color: var(--negro) !important; text-decoration: unset !important; }
.mfn-header-login .woocommerce-form .form-row.form-row-first:after{ content: ""; background-repeat: no-repeat; background-size: contain; background-position: center; background-image: url(imagenes/icono-usuario.svg); width: 25px; height: 25px; }
.mfn-header-login .woocommerce-form .form-row.form-row-last:after{ content: ""; background-repeat: no-repeat; background-size: 20px; background-position: center; background-image: url(imagenes/icono-candado.svg); width: 25px; height: 25px; }
.mfn-header-login .woocommerce-form .form-row.form-row-first .input-text, .mfn-header-login .woocommerce-form .form-row.form-row-last .input-text{ border-radius: 8px; padding: 20px 10px 10px 34px; background-color: var(--fondo) !important; border: unset;}
.mfn-header-login .woocommerce-form .form-row.form-row-first label, .mfn-header-login .woocommerce-form .form-row.form-row-last label{ line-height: 120%; font-size: 16px; }
.mfn-header-login .woocommerce-form .form-row.form-row-first.active label, .mfn-header-login .woocommerce-form .form-row.form-row-last.active label{ top: 14px; left: 34px; font-size: 65%; }
.woocommerce form.checkout_coupon .form-row, .woocommerce form.login .form-row, .woocommerce form.lost_reset_password .form-row, .woocommerce form.register .form-row{ width: 100% !important; }
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{ top: 50%; transform: translateY(-50%); color: var(--negro); }
.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before,.woocommerce form .show-password-input:hover, .woocommerce-page form .show-password-input:hover{ background-color: transparent; }
.mfn-header-login .lost_password{ margin: 0 !important; padding: 0 0 12px !important; }
.mfn-header-login .create_account a, .mfn-header-login .lost_password a{ color: var(--negro) !important; padding: 0; }
.mfn-header-login .create_account a:hover, .mfn-header-login .lost_password a:hover{ text-decoration: underline !important; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{ position: relative; line-height: 100%; padding: 0 0 12px !important; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span{ font-size: 14px !important; line-height: 160%; color: var(--negro); font-weight: 500; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"] { opacity: 0; margin: 0 5px 0 0px; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span::before { content: ""; border-radius: 2px; position: absolute; top: 4px; left: 0; width: 14px; height: 14px; background-color: var(--fondo); border: 1px solid #D1D1D1; cursor: pointer; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span::after { content: "\2713"; position: absolute; top: 4px; left: 3px; width: 14px; height: 14px; line-height: 14px; color: var(--negro); opacity: 0; font-size: 11px; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type=checkbox]:checked + span:after { opacity: 1; } 

.woocommerce-account .the_content_wrapper{ width: 100%; margin: 0; padding-bottom: 62px; }
.woocommerce #customer_login{ display: flex; justify-content: center; align-items: flex-start; gap: 62px; flex-wrap: wrap; }
.woocommerce #customer_login::before, .woocommerce #customer_login::after, .woocommerce #customer_login .u-column1:after{ content: unset; }
.woocommerce #customer_login .u-column1, .woocommerce #customer_login .u-column2{ width: calc(50% - 31px); background-color: var(--blanco); border-radius: 54px; margin: 0; padding: 62px !important; }
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{ padding: 18px 24px; background-color: var(--fondo); border-radius: 8px; border: unset !important; }
.woocommerce form.register p:not(.form-row){ text-align: left !important; font-size: 16px; line-height: 120%; }
.woocommerce form.register .woocommerce-privacy-policy-text > p{ text-align: center !important; color: var(--negro); font-size: 13.3px; line-height: 120%; }

.woocommerce form.lost_reset_password{ background-color: var(--blanco); border-radius: 54px; padding: 62px !important; max-width: 620px; margin: auto; }

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{ background-color: var(--fondo); }
.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout{ margin-top: 18px; border-color: var(--principal); }
.the_content_wrapper .woocommerce-MyAccount-navigation{ background-color: var(--secundario); border-radius: 54px; padding: 62px 42px !important; }
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce .woocommerce-MyAccount-navigation ul li a:hover{ background-color: transparent; }
.woocommerce-account .woocommerce-MyAccount-content{ background-color: var(--blanco); border-radius: 54px; padding: 62px !important; }
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details{ background-color: var(--blanco); }

.mfn-cart-holder .mfn-ch-footer .mfn-ch-footer-buttons a:not(.button){ color: var(--negro) !important; }



/*********************************\
    RESERVA DE EVENTOS
\*********************************/
    .am-dialog-popup .el-dialog{ border-radius: 34px; }
    .amelia-v2-booking.am-dialog-el.am-dialog-popup .el-dialog button.el-dialog__headerbtn{ top: 19px !important; right: 20px !important; background: var(--principal) !important; z-index: 1; }
    .amelia-v2-booking.am-dialog-el.am-dialog-popup .el-dialog .el-dialog__close { width: 24px !important; height: 24px !important; color: var(--blanco) !important; }
    .amelia-v2-booking.am-dialog-el.am-dialog-popup .el-dialog .el-dialog__close .am-icon-close:before{ color: var(--blanco) !important; }
    
    .amelia-v2-booking #amelia-container .am-eli .am-eli__header{ margin: 42px 0 0 !important; }

    .amelia-v2-booking #amelia-container .am-dialog-el__main-container, .amelia-v2-booking #amelia-container .am-elf__footer{ padding: 24px; }
    .amelia-v2-booking #amelia-container .am-button.am-button--filled{ border: unset !important; border-radius: 50px !important; padding: 16px 24px !important; font-size: 16px !important; line-height: 1 !important; } 
    .amelia-v2-booking #amelia-container .am-button.am-button--filled:hover{ background-color: var(--principal) !important; color: var(--blanco) !important; }

    .amelia-v2-booking #amelia-container .am-gc__display{ border-radius: 24px !important; height: 180px !important; width: 100% !important; background-size: cover !important; }

    .amelia-v2-booking #amelia-container .am-ec__period-date__day{ color: var(--negro) !important; font-weight: 600 !important; font-size: 24px !important; line-height: 1 !important; }
    .amelia-v2-booking #amelia-container .am-ec__period-date__month{ color: var(--negro) !important; font-weight: 600 !important; text-transform: uppercase; }
    .amelia-v2-booking #amelia-container .am-ec__period-time{ text-align: center; color: var(--negro) !important; text-transform: uppercase; }
    .amelia-v2-booking #amelia-container .am-ec__info-name{ color: var(--negro) !important; }
    .amelia-v2-booking #amelia-container .am-ec__actions-price p{ font-size: 26px !important; }
    .amelia-v2-booking #amelia-container .am-eli .am-eli__timetable-title.am-eli__main-title > span{ display: none; }

    .amelia-v2-booking #amelia-container .am-eli .am-eli__timetable-title, .amelia-v2-booking #amelia-container .am-eli__description-title{ color: var(--negro) !important; }
    .amelia-v2-booking #amelia-container .am-eli .am-eli__timetable-title > span{ color: var(--gris) !important; }

    .amelia-v2-booking #amelia-container .am-slide-popup__block-inner.am-position-bottom{ border-radius: 0 0 34px 34px; }
    .amelia-v2-booking #amelia-container .el-input-number .el-input__inner{ width: auto !important;}

    #amelia-v2-booking-1000{ max-width: 960px; margin: 0 auto; }

    .amelia-v2-booking #amelia-container .el-form-item[data-hidden="1"] {
        display: none;
    }

    .amelia-v2-booking #amelia-container .el-form-item[data-required="1"] {
        .el-form-item__label {
            position: relative;
            padding-left: 10px !important;

            &:before {
                display: block;
                content: "*";
                margin-right: 4px;
                position: absolute;
                top: 0;
                left: 0;
            }
        }
    }
    
    .amelia-v2-booking #amelia-container .am-ff__item-content {
        border: 0 !important;
        padding: 0 !important;

        .am-ff__item-content__inner {
            font-weight: 600;
            color: var(--negro);
            text-transform: uppercase;
            margin-top: 30px;

            .am-icon-circle-info {
                display: none;
            }
        }
    }


/*********************************\
            RESPONSIVE
\*********************************/
@media only screen and (max-width: 1600px) {

    .cont-header-simple > .mcb-wrap-inner{ gap: 48px; }

    .portada-contacto .cont-header-simple > .mcb-wrap-inner{ flex-wrap: wrap; }
    .portada-contacto .cont-header-simple > .mcb-wrap-inner > .cont-con-fondo{ min-width: unset; width: 100%; text-align: center; margin: 0 auto; }
    .portada-contacto .cont-header-simple > .mcb-wrap-inner > .mfn-nested-wrap p{ text-align: left !important; }
    .portada-contacto .cont-header-simple > .mcb-wrap-inner > .cont-info-contacto{ width: 100%; }
    .portada-contacto .cont-header-simple > .mcb-wrap-inner > .cont-info-contacto{ max-width: 768px; margin: 0 auto; }
}
@media only screen and (max-width: 1239px) {

    .cont-header-simple > .mcb-wrap-inner{ flex-wrap: wrap-reverse; }
    .cont-header-simple > .mcb-wrap-inner h1, .cont-header-simple > .mcb-wrap-inner p{ text-align: center; }
    .cont-info-contacto > .mcb-wrap-inner{ gap: 34px; }
    .cont-info-contacto > .mcb-wrap-inner .one-third.column{ width: calc(50% - 17px)!important; }
    .cont-info-contacto > .mcb-wrap-inner > .column_icon_box_2:nth-child(4) { margin-left: unset; }
}




@media only screen and (min-width: 960px) and (max-width: 1239px) {

    /*woocommerce*/
    .the_content_wrapper .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content{ width: 100%;}
    .the_content_wrapper .woocommerce-MyAccount-navigation{ margin-bottom: 32px; }

    .sec-cta .four-fifth.mcb-wrap{ width: 100%;}

    .woocommerce.columns-3 ul.products, .woocommerce ul.products.columns-3{ grid-template-columns: repeat(2, 1fr); }
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
    body .Recent_posts ul li .photo {
        display: none;
    }

    body .Recent_posts ul li a .desc {
        margin: 0;
    }

    .woocommerce #customer_login .u-column1, .woocommerce #customer_login .u-column2{ width: 100%; }

    .sec-bono-regalo .section_wrapper{ gap: 48px; }
    .sec-bono-regalo .one-second.mcb-wrap{ width: 100%; }
    .sec-bono-regalo.mcb-section .mcb-wrap-e4vxywqp .mcb-wrap-inner-e4vxywqp{ padding-left: 0; }

    #Portada.full-screen .section_wrapper{ padding: 0 16px !important; }

    .gallerySlider .gallery .gallery-item img { height: 480px; }
}

@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; 
    }

    /*MENU*/
    .mfn-header-tmpl-menu-sidebar{ background-color: var(--principal); }
    .mfn-header-tmpl-menu-sidebar .mfn-close-icon{ top: 23px; font-size: 24px; }
    .mfn-header-tmpl-menu-sidebar .mfn-close-icon .icon{ color: var(--blanco) !important; }
    .mfn-header-tmpl-menu-sidebar .mfn-header-menu{ gap: 8px; }
    .mfn-header-tmpl-menu-sidebar .mfn-header-menu .mfn-menu-li>.mfn-menu-link, .mfn-header-tmpl-menu-sidebar .mfn-header-menu .mfn-menu-li.current-menu-item>.mfn-menu-link, .mfn-header-tmpl-menu-sidebar .mfn-header-menu .mfn-menu-link .menu-icon i{ color: var(--blanco); font-size: 16px; line-height: 100%; width: fit-content; margin: auto; }
    .mfn-header-tmpl-menu-sidebar .mfn-header-menu > li.mfn-menu-li > a.mfn-menu-link:before{ top: -5px; left: 100%;}

    /*FOOTER*/
    .mfn-footer .column_heading.mfn-item-inline, .mfn-footer .column_footer_menu.mfn-item-inline{ width: 100% !important; }

    /*WOOCOMMERCE*/
    .woocommerce-account .woocommerce-MyAccount-content{ width: 100%; margin-top: 32px;}
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{ width: 100%; }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{ margin-bottom: 32px; }

    .mfn-be-checkout .woocommerce .woocommerce-checkout #customer_details .col-1, .mfn-be-checkout .woocommerce .woocommerce-checkout #customer_details .col-2, .mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) #order_review{ width: 100%; }
    .mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) #customer_details, .mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) #order_review{ flex-basis: 100%; max-width: 100%; }
    .mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) #order_review{ margin-left: 0; }

    .ywgc_enter_code .form-row.form-row-first, .ywgc_enter_code .form-row.form-row-last{ width: 100%; }

    .woocommerce.columns-3 ul.products, .woocommerce ul.products.columns-3{ grid-template-columns: repeat(2, 1fr); }

    /*AMELIA*/
    .amelia-v2-booking #amelia-container .am-dialog-el__main-container.am-eli, .amelia-v2-booking #amelia-container .am-dialog-el__main-container{ height: auto !important; }

    /*VARIAS*/
    .cont-actividades > .mcb-wrap-inner > .mcb-wrap:nth-child(3) { margin-top: 0px; }
    .cont-actividades > .mcb-wrap-inner > .mcb-wrap:nth-child(4) { margin-top: 0px; }
    .cont-actividades > .mcb-wrap-inner .one-third.mcb-wrap{ width: 100%; }

    .reverse > .section_wrapper .wrap:first-child { margin-bottom: 0px; margin-top: 32px; }

    .gallerySlider .gallery .gallery-item img { height: 380px; }
}

@media only screen and (max-width: 767px) {

    #Portada p.title{ font-size: var(--size-p); }

    .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;
    }

    .gallerySection .gallery-item img {
        max-height: 280px !important;
    }

    .wpcf7-form .row { gap: 0px; flex-wrap: wrap; }
    .wpcf7-form .row p { flex: unset; width: 100%; }

    .sec-intro-boxes > .section_wrapper .mcb-wrap-grid > .mcb-wrap-inner { grid-template-columns: repeat(1, 1fr); gap: 32px; }
    .sec-intro-boxes > .section_wrapper .mcb-wrap-grid > .mcb-wrap-inner > .mfn-nested-wrap:last-child > .mcb-wrap-inner { margin-top: 0px; }

    

    .cont-incluidos >.mcb-wrap-inner > .one-third.column{ width: 100% !important; }

    #Formulario .one.mcb-wrap .mcb-wrap-inner > .three-fifth.mcb-wrap{ padding: 0 32px !important; }

    .mfn-header-login{ border-radius: 0; }

    .woocommerce #customer_login{ gap: 32px; }
    .woocommerce #customer_login .u-column1, .woocommerce #customer_login .u-column2, .woocommerce form.lost_reset_password{ width: 100%; padding: 54px 32px !important; }

    .the_content_wrapper .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content{ padding: 54px 32px !important; }

    .cont-actividades > .mcb-wrap-inner > .mcb-wrap:nth-child(3){ margin-top: 0px; }
    .cont-actividades > .mcb-wrap-inner > .mcb-wrap:nth-child(4){ margin-top: 0px; }

    .cont-actividades > .mcb-wrap-inner .one-second.mcb-wrap{ width: 100%; }

    .cont-lista-deco .mfn-list { columns: 1; }

    .woocommerce.columns-3 ul.products, .woocommerce ul.products.columns-3{ grid-template-columns: repeat(1, 1fr); }

    .cont-info-contacto > .mcb-wrap-inner .one-third.column{ width: 100% !important; }
    .portada-contacto .cont-header-simple > .mcb-wrap-inner > .cont-info-contacto .column_icon_box_2{ width: auto !important; max-width: 300px; }
    .portada-contacto .cont-header-simple > .mcb-wrap-inner > .cont-info-contacto > .mcb-wrap-inner{ justify-content: center;}
}

@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;
    }

    /*MENU*/
    .mfn-header-main .mcb-header-section{
        padding-right: 16px;
        padding-left: 16px;
    }

    .mfn-header-main .mcb-header-section .one.column > .mcb-column-inner{
        margin: 0 !important;
    }

    .mfn-header-tmpl-menu-sidebar-right .mfn-close-icon {
        right: 14px;
        top: 18px;
        font-size: 24px !important;
    }

    #Subheader {
        padding: 120px 16px 0;
    }

    /*FOOTER*/
    body .mfn-footer-tmpl .mcb-section:not(.full-width){ padding-left: 16px !important; padding-right: 16px !important; }

    /*VARIOS*/
    #Portada.full-screen .section_wrapper{ padding: 32px 16px !important; }

    .cont-faq .faq .question .answer, .cont-faq .faq .question .title { padding-left: 46px; }
    .cont-faq .faq .question>.title .num{ left: 18px;}

    /*BONO REGALO*/
    .gift-card-content-editor.step-content > div, .gift-card-content-editor.step-content .ywgc-single-recipient > div{ display: flex; flex-direction: column;}
    .gift-card-content-editor.step-content input, .gift-card-content-editor.step-content textarea{ width: 100%; }
    .gift-card-content-editor.step-content h5{ margin: 15px 0px 16px; }
    .gift-card-content-editor.step-content label{ line-height: 1.2; }

    /*AMELIA*/
    .amelia-v2-booking #amelia-container .am-ecs__filters { margin: 12px 12px 0  !important; }
    .amelia-v2-booking #amelia-container .am-ecs__header, .amelia-v2-booking #amelia-container .am-ecs{ margin: 8px 12px !important; }
    .amelia-v2-booking #amelia-container .am-ecs__header-today.am-button.am-button--small{ margin: 0 6px 0 0 !important; }
    .amelia-v2-booking #amelia-container .am-ecs__header-prev.am-button.am-button--small{ margin: 0 4px 0 0 !important; }

    .am-dialog-popup .el-dialog{ width: calc(100% - 16px) !important;}
    .amelia-v2-booking.am-dialog-el.am-dialog-popup .el-dialog button.el-dialog__headerbtn { top: 16px !important; right: 16px !important; }
    .amelia-v2-booking #amelia-container .am-dialog-el__main-container{ padding: 8px 16px 16px !important; }
    .amelia-v2-booking #amelia-container .am-elf__footer{ padding: 8px 16px !important; }
    .amelia-v2-booking #amelia-container .am-eli .am-eli__header { margin: 12px 0 0 !important; }

    .gallerySlider .gallery .gallery-item img { height: 310px; }

    .cont-header-simple > .mcb-wrap-inner { gap: 24px; padding-bottom: 0; }
    .cont-header-simple > .mcb-wrap-inner > .mfn-nested-wrap h1 { margin-bottom: 18px; }
    .cont-header-simple > .mcb-wrap-inner{ margin-bottom: 48px; }
    
    .cont-info-contacto > .mcb-wrap-inner { gap: 0 34px; }

    
}

@media only screen and (max-width: 320px) {
    .mcb-section .mcb-wrap-febh7oti .mcb-wrap-inner-febh7oti .one.column{ width: 100% !important; }

    /*AMELIA*/
    .amelia-v2-booking #amelia-container .am-ecs__header-inner{ flex-wrap: wrap-reverse; gap: 8px; }
    .amelia-v2-booking #amelia-container .am-ecs__header-actions, .amelia-v2-booking #amelia-container .am-ecs__header-text{ width: 100% !important; }
}