/*
Theme Name: Ballena Alegre Theme
Theme URI: http://www.sequoiasoft.com
Description: Plantilla Wordpress para Ballena Alegre
Author: sequoiasoft.com
Author URI: http://www.sequoiasoft.com
Version: 6.0
*/

/* CLAMP viewport de 1200px */
/* Estos Estilos se aplican sólo en el frontend */

.is-style-no-margin {
    margin-top: 0;
    margin-bottom: 0;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

a {
    text-decoration: none;
}


/*** Animations ***/

/* @media only screen and (min-width: 500px){ */
.has-animations .animation--init--once,
.has-animations .animation--init {
    opacity: 0;
    filter: blur(1px);
}
.has-animations .animation--end {
    opacity: 1;
    transition: opacity 1.5s ease;
    filter: blur(0);
}
.animation--init.animation--top, .animation--init--once.animation--top,
.has-animation .animation--init.animation--top>*, .has-animation .animation--init--once.animation--top>* {
    transform: translateY(5vw);
}
.animation--init.animation--bottom, .animation--init--once.animation--bottom,
.has-animation .animation--init.animation--bottom>*, .has-animation .animation--init--once.animation--bottom>* {
    transform: translateY(-5vw);
}
.animation--init.animation--right, .animation--init--once.animation--right,
.has-animation .animation--init.animation--right>*, .has-animation .animation--init--once.animation--right>* {
    transform: translateX(5vw);
}
.animation--init.animation--left, .animation--init--once.animation--left, 
.has-animation .animation--init.animation--left>*, .has-animation .animation--init--once.animation--left>* {
    transform: translateX(-5vw);
}
.animation--init.animation--rotate, .animation--init--once.animation--rotate {
    transform: rotate(180deg);
    transition: all 1.5s ease 0.2s!important;
}
.animation--init.animation--rotate, .animation--init--once.animation--rotate {
    transform: scale3d(-0.4, 0.4, 0.4);
    transition: all 1.4s ease-in-out 0.2s!important;
}
.animation--init.animation--end, .animation--init--once.animation--end {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0) scale3d(1, 1, 1)!important;
    transition: all 1.1s ease 0.2s;
}
.has-animation .animation--init>*, .has-animation .animation--init--once>* {
    opacity: 0;
    transform: scale(0.9);
    transition: .2s ease;
    filter: blur(1px);
}
.has-animation .animation--end>* {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1)!important;
    transition: all 1s ease 0.2s;
    filter: blur(0);
}
.has-animation .animation--end>:nth-child(2) { transition-delay: 0.4s; }
.has-animation .animation--end>:nth-child(3) { transition-delay: 0.5s; }
.has-animation .animation--end>:nth-child(4) { transition-delay: 0.6s; }
.has-animation .animation--end>:nth-child(5) { transition-delay: 0.7s; }
.has-animation .animation--end>:nth-child(6) { transition-delay: 0.8s; }
.has-animation .animation--end>:nth-child(7) { transition-delay: 0.9s; }
.has-animation .animation--end>:nth-child(8) { transition-delay: 1s; }
.has-animation .animation--end>:nth-child(9) { transition-delay: 1.1s; }
.has-animation .animation--end>:nth-child(10) { transition-delay: 1.2s; }
.has-animation .animation--end>:nth-child(11) { transition-delay: 1.3s; }
.has-animation .animation--end>:nth-child(12) { transition-delay: 1.4s; }
.has-animation .animation--end>:nth-child(13) { transition-delay: 1.5s; }
.has-animation .animation--end>:nth-child(14) { transition-delay: 1.6s; }
.has-animation .animation--end>:nth-child(15) { transition-delay: 1.7s; }
.has-animation .animation--end>:nth-child(16) { transition-delay: 1.8s; }
.has-animation .animation--end>:nth-child(17) { transition-delay: 1.9s; }
.has-animation .animation--end>:nth-child(18) { transition-delay: 2s; }
.has-animation .animation--end>:nth-child(19) { transition-delay: 2.1s; }
.has-animation .animation--end>:nth-child(20) { transition-delay: 2.2s; }
.has-animation .animation--end>:nth-child(21) { transition-delay: 2.3s; }
.has-animation .animation--end>:nth-child(22) { transition-delay: 2.4s; }
.has-animation .animation--end>:nth-child(23) { transition-delay: 2.5s; }
.has-animation .animation--end>:nth-child(24) { transition-delay: 2.6s; }
.has-animation .animation--end>:nth-child(25) { transition-delay: 2.7s; }
.has-animation .animation--end>:nth-child(26) { transition-delay: 2.8s; }
.has-animation .animation--end>:nth-child(27) { transition-delay: 2.9s; }
.has-animation .animation--end>:nth-child(28) { transition-delay: 3s; }
.has-animation .animation--end>:nth-child(29) { transition-delay: 3.1s; }
.has-animation .animation--end>:nth-child(30) { transition-delay: 3.2s; }
/* } */

/* header */

.site-header {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.site-header .top-header {
    height: 40px;
    transition: .3s all;
}
.site-header .top-header .top-web {
    margin: 0;
    height: 100%;
    background-color: var(--wp--preset--color--theme-blue-2);
    padding: 8px 55px;
}
.site-header .top-header .top-web .top-content {
    gap: 10px;
    font-size: 12px;
}
.site-header .top-header .top-web .contacto-top a {
    position: relative;
}
.site-header .top-header .top-web .contacto-top a:not(:last-child):after {
    content: "/";
    position: absolute;
    right: -14px;
    top: 0px;
}
.site-header .inner-header {
    padding: 0 55px;
    top: 0;
    z-index: 2;
    height: 80px;
    display: flex;
    gap: 20px;
    align-items: center;
    transition: .3s all;
    background-color: var(--wp--preset--color--theme-blue-1);
}
.inner-header .block-left, .inner-header .block-right {
    flex-basis: calc(50% - 450px);
    display: inline-flex;
    align-items: center;
    gap: 20px;
    min-height: 45px;
}
.inner-header .block-center {
    flex-basis: 930px;
}
.inner-header .block-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    transition: .3s all;
}
.inner-header .block-right {
    justify-content: flex-end;
}
.site-header .inner-header a {
    color: black;
    font-weight: 600;
    transition: .3s all;
}
.site-header .inner-header a:hover {
    color: var(--wp--preset--color--theme-blue-1);
}
.site-header .inner-header .tel-web img {
    filter: invert(74%) sepia(9%) saturate(1349%) hue-rotate(144deg) brightness(82%) contrast(86%);
}

.site-header .custom-logo-link{
    line-height: 0;
}
.site-header .custom-logo-link img {
    height: 75px;
    max-height: 75px;
    width: 100%;
    transition: .5s all;
}



.site-header.is-fixed-top {
    top: 0;
}
.site-header.is-fixed-top .top-header {
    height: 0;
}
.site-header.is-fixed-top .inner-header {
    padding: 0px 45px;
    height: 70px;
}
.site-header.is-fixed-top .custom-logo-link img {
    height: 65px;
}
.site-header.is-fixed-top .inner-header .block-left {
    gap: 5px;
}
.site-header.is-fixed-top .block-right .wp-block-button__link {
    padding: 10px 30px;
}

.banner-top {
    margin-top: 110px !important;
    height: calc(100vh - 110px);
}

.wpml-ls-legacy-dropdown {
    width: 50px;
    height: 40px;
}
.site-header .wpml-ls-legacy-dropdown {
    padding: 10px 0;
}
.wpml-ls ul {
    padding: 0;
    font-weight: 600;
    border: none;
}
.wpml-ls ul li {
    padding: 0;
}
.wpml-ls a {
    position: relative;
    height: 22px;
    background-color: transparent!important;
    border: none;
    text-align: left;
    padding: 1px 0;
    font-size: 16px;
    font-weight: 500!important;
}
.wpml-ls ul ul a {
    padding: 4px 3px;
    font-size: 15px!important;
    height: 26px;
}
.wpml-ls a:hover, .rm-popup-footer .wpml-ls a {
    color: black!important;
}
.wpml-ls-current-language > a:before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 11px;
    top: 3px;
    cursor: pointer;
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
}
.rm-popup-footer .wpml-ls-current-language > a:before {
    top: 8px;
}
.site-header .inner-header a, .site-header .inner-header .wpml-ls-current-language > a:before {
    color: white!important;
}
.wpml-ls a:after {
    content: none!important;
}
.wpml-ls-current-language ul a:hover {
    color: black!important;
}
.site-header.is-fixed-top .wpml-ls-legacy-dropdown {
    top: 19px;
}
.site-header.is-fixed-top .wpml-ls a {
    font-size: 16px;
}
.wpml-ls > ul > li .wpml-ls-sub-menu {
    transition: .3s all ;
    padding-top: 3px;
    border: none!important;
}
.wpml-ls > ul > li:hover .wpml-ls-sub-menu {
    background-color: var(--wp--preset--color--theme-blue-1);
}
.wpml-ls > ul > li:hover .wpml-ls-sub-menu a:hover {
    color: var(--wp--preset--color--theme-blue-2)!important;
}

@media screen and (max-width: 600px) {
.wpml-ls > ul > li:hover .wpml-ls-sub-menu {
    background-color: #112b4b0d;
}

}


/*** MOTOR RESERVAS ***/

.motor-home.widget-container {
    margin-top: -150px;
    margin-bottom: 65px;
    max-width: 860px!important;
    z-index: 1;
    position: relative;
    transition: .3s all;
}
.motor-home.widget-container > p {
    color: white;
    font-size: 12px;
    margin-top: 10px;
}
.motor-home.widget-container .fullScreenPopup {
    position: relative;
}
.motor-home.widget-container .categoriesPopup, .motor-home.widget-container .datePickerPopup, .motor-home.widget-container .comboPopup {
    top: 0 !important;
    bottom: initial !important;
    left: 0!important;
    color: black!important;
}
body:not(.menu-fixed) .motor-home.widget-container .categoriesPopup, body:not(.menu-fixed) .motor-home.widget-container .datePickerPopup, 
body:not(.menu-fixed) .motor-home.widget-container .comboPopup {
    top: initial !important;
    bottom: 54px !important;
}


.widget-container {
    width: 100%;
    z-index: 2;
}
.widget_columns .categorySelector {
    width: 21%!important;
}
.widget_columns .checkinCheckoutContainer {
    width: 45%!important;
}
.widget_columns .peopleContainer {
    width: 21%!important;
}
.widget_columns .button.searchButton {
    width: 13%!important;
}
.widget-container .alignwide {
    padding: 0 30px;
}
.widget-container .widget_columns {
    border-radius: 50px;
    padding: 0 0 0 5px;
    margin: 0;
    background-color: var(--wp--preset--color--theme-blue-3);
}
.widget-container .widget_columns .label {
    display: none;
}
.widget-container .categorySelector, .widget-container .checkinContainer, .widget-container .checkoutContainer, .widget-container .adultsContainer, .widget-container .childsContainer,
.widget-container .searchButton {
    font-family: var(--wp--preset--font-family--inter);
    margin: 0;
    height: 55px;
    background-color: transparent;
}
.widget_columns > div {
    max-height: 55px;
}
.promotion-code-container input:hover, .widgetBookingContainer span.inputBox:hover {
    border: none!important;
}
.datePicker span.inputBox, .promotion-code-container input, .widgetBookingContainer span.inputBox {
    font-family: var(--wp--preset--font-family--inter);
    padding: 19px 10px 18px 30px;
    background-color: transparent;
    border: none!important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.2px;
}
.widget-container .facilitiesTitle {
    font-family: var(--wp--preset--font-family--inter);
    font-size: 16px;
    font-weight: 600;
}
.widget_columns .peopleContainer .adultsContainer {
    width: 58%!important;
}
.widget_columns .peopleContainer .childsGroupContainer {
    width: 42%!important;
}
.widgetBookingContainer .checkinContainer {
    width: 52%!important;
}
.widgetBookingContainer .checkoutContainer {
    width: 48%!important;
}
.widgetBookingContainer .checkoutContainer span.inputBox, .widgetBookingContainer .childsContainer span.inputBox {
    padding: 19px 10px 18px 3px;
}
.widgetBookingContainer .peopleContainer label {
    margin: 2px 0;
}
.childAgeContainer span.inputBox {
    padding: 4px;
    font-size: 13px;
}
.widget-container .categorySelector, .widget-container .categorySelector span {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.widget-container .searchButton {
    background-color: white;
    border-radius: 50px;
    transition: .2s all;
    position: relative;
    font-weight: 600;
    color: black;
}
.widget-container .searchButton:hover {
    background-color: black;
    color: white;
}
.categorySelector>span:after, .datePicker span.inputBox:after, .peopleContainer .comboBox:after {
    content: none;
}
.widget-container .checkinCheckoutContainer .inputBox {
    opacity: 1!important;
}
.widget-container .categorySelector .inputBox:before, .widget-container .checkinContainer .datePicker:before, .widgetBookingContainer .adultsContainer span.inputBox:before {
    content: url(assets/images/superficie.svg);
    position: absolute;
    top: 14px;
    left: 2px;
    width: 24px;
    height: 24px;
}
.widget-container .checkinContainer .datePicker:before {
    content: url(assets/images/calendario.svg);
}
.widgetBookingContainer .adultsContainer span.inputBox:before {
    content: url(assets/images/usuario.svg);
}
.widget-container .categorySelector:before, .widget-container .datePicker:after  {
    content: "";
    position: absolute;
    top: 12px;
    right: 0px;
    width: 1px;
    height: 31px;
    background-color: #cfcfcf;
}
.widget-container .peopleContainer .comboBox:before {
    font-family: "Font Awesome 6 Free";
    content: "\f106";
    font-size: 10px;
    font-weight: 900;
    position: absolute;
    top: 20px;
    right: 0px;
    transform: rotate(180deg);
    color: var(--wp--preset--color--theme-blue-1);
}
.widget-container .peopleContainer .childAgeGroupContainer {
    z-index: 1;
    border-radius: 5px;
    margin-top: -15px;
}
.widget-container .peopleContainer .childAgeContainer .comboBox:before {
    content: initial;
}
.widget-container .peopleContainer .childAgeContainer .comboBox {
    margin-bottom: -3px;
}

.widget-container .categoriesPopup, .widget-container .datePickerPopup, .widget-container .comboPopup {
    position: absolute;
    top: 56px !important;
    left: 0 !important;
}
.widget-container .categoriesPopup, .widget-container .comboPopup {
    border-radius: 15px;
    overflow: hidden;
    padding: 2px 20px 10px;
}
.widget-container .categoriesPopup {
    min-width: 320px;
}
.widget-container .comboPopup {
    min-width: 220px;
}
.widget-container .datePickerPopup {
    height: 265px;
    left: 12% !important;
}
.widget-container .comboPopup {
    left: 65% !important;
}
.datePickerPopup .popupTitle, .widgetBookingContainer .popupTitle {
    background-color: var(--wp--preset--color--theme-blue-1);
}
.datePickerPopup .month_title {
    background-color: var(--wp--preset--color--theme-blue-2);
    color: var(--wp--preset--color--theme-blue-1);
}
.datePickerPopup .closeButton, .widgetBookingContainer .closeButton {
    right: 11px!important;
}
.datePickerPopup .less span, .datePickerPopup .plus span {
    border-color: var(--wp--preset--color--theme-blue-1);
    color: var(--wp--preset--color--theme-blue-1);
}

.widget-container .datePickerPopup {
    padding: 2px 20px 0;
    border-radius: 15px;
    height: auto;
}
.datePickerPopup .less span, .datePickerPopup .plus span {
    border: none;
    font-size: 0;
    top: 58px;
}
.datePickerPopup .less span:before, .datePickerPopup .plus span:before {
    content: url(assets/images/arrow-next2.svg);
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
}
.datePickerPopup .less span:before {
    content: url(assets/images/arrow-prev2.svg);
}
.datePickerPopup .popupTitle, .widgetBookingContainer .popupTitle, .datePickerPopup .month_title {
    background-color: white!important;
    color: #151515!important;
}
.datePickerPopup .popupTitle, .widgetBookingContainer .popupTitle {
    font-family: var(--wp--preset--font-family--inter);
    border-bottom: 1px solid black !important;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 20px 11px 20px;
    margin: 0px 0 15px;
}
.datePickerPopup .popupTitle:before, .widgetBookingContainer .popupTitle:before {
    content: url(assets/images/calendario.svg);
    position: absolute;
    top: 13px;
    left: 20px;
    width: 23px;
    height: 23px;
}
.categoriesPopup .popupTitle:before {
    content: url(assets/images/superficie.svg);
}
.comboPopup .popupTitle:before {
    content: url(assets/images/usuario.svg);
}
.datePickerPopup .month {
    border-right: none!important;
    padding: 6px 20px 3px;
}
.datePickerPopup table th {
    font-family: var(--wp--preset--font-family--inter);
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: none;
    color: #151515!important;
}
.datePickerPopup .month_title {
    text-transform: capitalize;
    font-weight: 600;
}
.datePickerPopup table td.selectable {
    color: #151515;
    font-weight: 400;
}
.datePickerPopup table tr .Sun {
    font-weight: 600;
    color: #ababab !important;
}
.datePickerPopup table tr .selectable.Sun, .datePickerPopup table tr th.Sun {
    color: #151515!important;
}
.datePickerPopup .closeButton {
    top: 10px!important;
    right: 20px!important;
}
.widgetBookingContainer .closeButton span:before {
    content: url(assets/images/cross.svg)!important;
    display: block;
    width: 18px;
    height: 18px;
}

.categoryGroupCollapse:before, .categoryGroupExpand:before {
    content: url(assets/images/arrow-next2.svg);
    width: 16px;
    height: 16px;
    display: block;
    transform: rotate(90deg);
    transition: .2s all;
}
.categoryGroupExpand:before {
    transform: rotate(-90deg);
}
.comboPopup .comboboxOption.selected:before {
    margin-left: -16px;
}
.comboPopup .comboOptionsContainer {
    padding-left: 15px;
}

@media only screen and (max-width: 1200px) {
    body:not(.single-landings) .inner-header .block-right {
        display: none;}
}

@media only screen and (min-width: 800px) {
    .widget_columns .stayLen {
        right: 15px;
        bottom: 0px;
        font-size: 12px;
        text-align: right;}
    .block-center .toggle-widget {
        display: none;}
    body.home .block-center .widget-container {
        opacity: 0;
        transition: .3s all;
        pointer-events: none;}
    body.home.mostrar-motor .block-center .widget-container {
        opacity: 1;
        pointer-events: all;}
    body.home.mostrar-motor .motor-home.widget-container {
        opacity: 0;}
}

@media screen and (max-width: 1200px) and (min-width: 800px) {
    .inner-header .block-left, .inner-header .block-right {
        flex-basis: calc(50% - 300px);}
    .inner-header .block-left {
        min-width: 95px;}
    .site-header.is-fixed-top .inner-header .block-left {
        min-width: 82px;}
    .inner-header .block-center {
        flex-basis: 600px;}
    .widget_columns .checkinCheckoutContainer {
        width: 40% !important;}
    .widget_columns .categorySelector {
        width: 24% !important;}
    .widget_columns .peopleContainer {
        width: 23% !important;}
    .widget_columns .peopleContainer .adultsContainer, .widget_columns .peopleContainer .childsGroupContainer {
        width: 50% !important;}
    .datePicker span.inputBox, .promotion-code-container input, .widgetBookingContainer span.inputBox {
        padding: 19px 0 18px;}
    .widget-container .categorySelector .inputBox:before, .widget-container .checkinCheckoutContainer .datePicker:before, 
    .widgetBookingContainer .adultsContainer span.inputBox:before {
        content: none;}
    .widget-container .widget_columns {
        padding: 0 0 0 10px;}
    .widgetBookingContainer, .widgetBookingContainer input, .widgetBookingContainer select {
        font-size: 13px;}
    .widget_columns .adultsContainer, .widget_columns .categorySelector, .widget_columns .checkinCheckoutContainer>div, .widget_columns .childAgeContainer, 
    .widget_columns .childsContainer, .widget_columns .facilities, .widget_columns .promotion-code-container {
        border-right: 5px solid transparent;}
    .widgetBookingContainer button.searchButton {
        padding: 0px 10px;
        font-size: 13px;}        
}

@media only screen and (max-width: 799px) {
    .inner-header .block-left, .inner-header .block-center {
        flex-basis: 50%;
    }
    .block-center .toggle-widget {
        position: absolute;
        top: 20px;
        right: 80px;
        background-color: var(--wp--preset--color--theme-base);
        padding: 10px 20px 10px 40px;
        height: 40px;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 600;
        transition: .3s all;
        cursor: pointer;
    }
    .block-center .toggle-widget:hover {
        background-color: var(--wp--preset--color--theme-blue-3);
    }
    body.home:not(.menu-fixed) .block-center .toggle-widget {
        top: 60px;
    }
    .block-center .toggle-widget:before {
        content: url(assets/images/calendario.svg);
        position: absolute;
        top: 10px;
        left: 14px;
        width: 20px;
        height: 20px;
    }
    .site-header.is-fixed-top .block-center .toggle-widget {
        top: 15px;
    }
    .close-widget {
        position: absolute;
        top: 100px;
        left: 20px;
        width: 40px;
        height: 40px;
        padding: 8px;
        border-radius: 50%;
        background-color: #F5E8E0;
        z-index: 2;
        transition: .3s all;
        cursor: pointer;
    }
    .close-widget:hover {
        background-color: var(--wp--preset--color--theme-blue-3);
    }
    .close-widget:before {
        content: url(assets/images/cross.svg);
        position: absolute;
        top: 8px;
        left: 8px;
        width: 24px;
        height: 24px;
    }
    body.home .close-widget {
        position: absolute;
        top: 140px;
    }
    .widget-container {
        height: calc(100vh - 80px);
        position: absolute;
        padding: 0 !important;
        top: 80px;
        left: 0;
        border-radius: 0;
        box-shadow: none;
        z-index: 1;
        transition: .3s all!important;
    }
    body.home .widget-container {
        top: 120px;
    }
    .site-header.is-fixed-top .close-widget {
        top: 90px!important;
    }
    .site-header.is-fixed-top .widget-container {
        height: calc(100vh - 70px);
        top: 70px;
    }
    .widget-container .categorySelector:before, .widget-container .datePicker:after {
        content: none;
    }
    .widgetBookingContainer.widget_columns > div {
        width: 100% !important;
        background-color: white;
        border-radius: 16px;
        box-shadow: 1px 1px 10px black;
        padding: 20px;
        height: auto;
        max-height: initial;
        margin: 0px 0 20px;
        box-shadow: 1px 1px 10px rgba(19, 14, 30, 0.15);
    }
    .widgetBookingContainer.widget_columns .checkinCheckoutContainer, .widgetBookingContainer.widget_columns .peopleContainer {
        display: flex;
    }
    .widget-container .categoriesPopup, .widget-container .datePickerPopup, .widget-container .comboPopup {
        font-family: var(--wp--preset--font-family--inter);
        position: relative;
        top: 0 !important;
        left: 0 !important;
        padding: 0;
        margin-top: 10px;
        box-shadow: none;
        background-color: transparent;
    }
    .widget-container .fullScreenPopup {
        position: initial!important;
    }
    .widget-container .fullScreenPopup .popupTitle {
        display: none!important;
    }
    .widget-container:not(.active) {
        display: none;
    }   
    .widget-container .widget_columns {
        padding: 80px 20px 30px;
        border-radius: 0;
        background-color: #FFFAF3;
        height: 100%;
        overflow: auto;
    } 
    .datePicker span.inputBox, .promotion-code-container input, .widgetBookingContainer span.inputBox {
        padding: 0px 0 0 35px!important;
        font-size: 16px;
        line-height: 22px;
        position: relative;
        border-radius: 0!important;
    }
    .widget-container .categorySelector .inputBox:before, .widget-container .checkinContainer .datePicker:before, .widgetBookingContainer .adultsContainer span.inputBox:before {
        top: -2px;
        left: 0px;
        width: 24px;
        height: 24px;
    }
    .widget-container .categorySelector .categoryGroupContainer>button {
        display: none;
    }
    .widgetBookingContainer label.categoryGroupLabel, .widgetBookingContainer label.categoryLabel {
        font-weight: 400;
        padding: 5px 11px;
    }
    .widgetBookingContainer .categoryGroupCB:before, .widgetBookingContainer .facilityGroupCB:before {
        width: 20px;
        height: 20px;
        margin: 3px 10px 2px 0px;
        background-color: transparent;
        border: 1px solid grey;
        font-size: 15px;
        color: var(--wp--preset--color--theme-blue-1);
        border-radius: 50%;
        line-height: 18px;
    }
    .widgetBookingContainer .categoryGroupContainer {
        padding: 5px 5px 0px 0;
    }
    .widgetBookingContainer .checkinContainer, .widgetBookingContainer .checkoutContainer {
        width: 49% !important;
        height: auto;
    }
    .widgetBookingContainer .checkinContainer{
        z-index: 1;
    }
    .widget-container .stayLen {
        font-family: var(--wp--preset--font-family--inter);
        position: absolute;
        right: calc(50% - 46px);
        width: 100px;
        text-align: center;
        font-size: 12px;
        margin-top: 25px;
    }

    .widget-container .monthswindow {
        margin-left: calc(100% - 250px);
        background-color: white;
    }
    .datePickerPopup .month {
        padding: 0 10px;
    }
    .widget-container .datePickerPopup .less span {
        left: calc(100% - 245px)!important;
        top: 5px!important;
    }
    .widget-container .datePickerPopup .plus span {
        top: 5px!important;
        left: initial !important;
        right: -245px;
    }

    .widget_columns .peopleContainer {
        display: flex;
        gap: 30px;
    }
    .widget_columns .peopleContainer .adultsContainer, .widget_columns .peopleContainer .childsGroupContainer {
        width: calc(50% - 30px) !important;
    }
    .widget_columns .peopleContainer .adultsContainer, .widget_columns .peopleContainer .childsContainer {
        height: auto;
    }
    .widget_columns .peopleContainer .childsContainer span.inputBox {
        padding: 0 !important;
    }
    .widget-container .peopleContainer .comboBox:before {
        top: 3px;
        right: 5px;
    }
    .widget_columns .peopleContainer .childAgeGroupContainer .childAgeContainer {
        margin: 0 0 0;
        display: flex;
    }
    .widget_columns .peopleContainer .childAgeLabel {
        margin: 7px 0;
        width: 80px;
    }
    .widget_columns .peopleContainer .childAgeGroupContainer {
        margin-top: 0px;
    }
    .widget_columns .peopleContainer .childAgeContainer .comboBox {
        margin-bottom: -10px;
        width: 43%;
    }
    .widget_columns .peopleContainer .childAgeContainer .comboBox span.inputBox {
        padding: 6px 0 0 5px !important;
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
    }

    .widget_columns .button.searchButton {
        background-color: var(--wp--preset--color--theme-blue-1);
        color: white;
        width: 100% !important;
        margin-top: 30px;
    }
    
    .widget-container .alignwide {
        padding: 0;
    }

    .widget-container .datePickerPopup {
        margin-top: 20px;
        height: 230px;
    }
    .datePickerPopup .closeButton, .widgetBookingContainer .closeButton {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .widget-container .checkinContainer .monthswindow {
        margin-left: calc(100% - 125px);
    }
    .widget-container .checkoutContainer .monthswindow {
        margin-left: -125px;
        position: relative;
        z-index: 1;
    }
    .widget-container .datePickerPopup .less span {
        left: calc(100% - 112px)!important;
    }
    .widget-container .datePickerPopup .plus span {
        right: -120px;
    }
    .widget-container .checkoutContainer .datePickerPopup .plus span {
        right: initial;
        left: 100px !important;
        z-index: 2;
    }
    .widget-container .checkoutContainer .datePickerPopup .less span {
        left: -115px !important;
        z-index: 2;
    }
    .widget-container .stayLen {
        font-size: 11px;
        margin-top: 21px;
        right: 0;
    }
    .widgetBookingContainer.widget_columns > div {
        padding: 15px;
    }
    .promotion-code-container input, .widgetBookingContainer span.inputBox {
        padding: 0 0 0 25px!important;
        font-size: 14px;
        letter-spacing: -.5px;
    }
    .checkinContainer .datePicker span.inputBox, .checkoutContainer .datePicker span.inputBox {
        padding: 0 0 0 25px !important;
        font-size: 13px;
        letter-spacing: 0;
        line-height: 17px;
        display: block;
        height: auto;
        white-space: normal;
    }
    .checkoutContainer .datePicker span.inputBox {
        padding: 0 0 0 10px !important;
    }
    .widget-container .categorySelector .inputBox:before, .widget-container .checkinContainer .datePicker:before, .widgetBookingContainer .adultsContainer span.inputBox:before {
        top: 0px;
        left: 0px;
        width: 20px;
        height: 20px;
    }
    .widget_columns .peopleContainer .adultsContainer, .widget_columns .peopleContainer .childsGroupContainer {
        width: calc(50% - 10px) !important;
    }
    .widget-container .childAgeGroupContainer .fullScreenPopup {
        position: relative !important;
        right: 84px !important;
        left: initial !important;
        width: 160px;
        min-width: 160px;
        font-size: 13px;
    }
    .popupFooter {
        position: absolute;
        bottom: -20px;
        left: -100%;
        max-width: 200%;
        z-index: 1;
    }
}




/*** RESPONSIVE MENU ***/

body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000b1899;
    pointer-events: none;
    z-index: 2;
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: .4s all;
}
body.tab-activo:before, body.menu-active:before {
    opacity: 1;
}

.responsive-menu-button {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 2001;
    cursor: pointer;
    width: 70px;
    height: 80px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: .3s all;
}
body.home:not(.menu-fixed) .responsive-menu-button {
    top: 41px;
}
.responsive-menu-button:hover {
    color: var(--wp--preset--color--theme-blue-1);
}

.responsive-menu-button:before {
    content: url(assets/images/menu.svg);
    transition: .3s all;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 50%;
    background-color: var(--wp--preset--color--theme-base);
}
body.menu-fixed .responsive-menu-button {
    width: 70px;
    height: 70px;
}
body.menu-fixed .responsive-menu-button:before {
    font-size: 30px;
}

.responsive-menu-button.active:before {
    content: url(assets/images/cross.svg);
}
.responsive-menu-button.active {
    background-color: transparent;
}

.rm-popup {
    position: fixed;
    top: 80px;
    height: calc(100% - 80px);
    left: 0;
    width: 100%;
    text-align: center;
    transition: .3s all;
    z-index: 2000;
    pointer-events: none;
}
body.home:not(.menu-fixed) .rm-popup {
    top: 120px;
    height: calc(100% - 120px);
}
body.menu-fixed .rm-popup {
    top: 70px;
    height: calc(100% - 70px);
}
.rm-popup.opened {
    pointer-events: all;
}
.rm-popup-bigClose {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.rm-popup-bloc {
    position: absolute;
    top: 0px;
    right: -600px;
    width: 30%;
    min-width: 500px;
    height: 100%;
    padding: 0;
    text-align: left;
    opacity: 0;
    background-color: var(--wp--preset--color--theme-base);
    box-shadow: 0 0 2rem rgba(0,0,0,.5);
    transition: 0.8s ease;
}
.rm-popup.opened .rm-popup-bloc {
    right: 0;
    opacity: 1;
}
.rm-popup-close:before {
    content: '\2715';
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 2rem;
    color: #fff;
    background: #4a3508;
    transition: 0.3s ease;
    cursor: pointer;
}
.rm-popup-content {
    height: 100%;
    max-width: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 50px 0px;
    overflow: hidden;
}
.rm-popup-content .auto-content-wrapper .wp-block-group .wp-block-columns {
    padding: 40px 35px 80px!important;
}

.rm-popup-content .auto-tabs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.rm-popup-content .tab-abierto .auto-tabs-wrapper a {
    opacity: 0;
    transition: .7s all
}
.rm-popup-content .titulo-menu {
    display: none;
}
.rm-popup-content .auto-content-wrapper .wp-block-group {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: -500px;
    transition: 0.8s ease!important;
    overflow-y: scroll;
    background-color: var(--wp--preset--color--theme-base);
}
.rm-popup-content .auto-content-wrapper .wp-block-group.show-content-tab {
    right: 0px;
}
.rm-popup-content .auto-content-wrapper .wp-block-group .wp-block-columns {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 40px 50px 100px!important;
    gap: 45px;
}
.rm-popup-content .auto-content-wrapper .wp-block-group .wp-block-column.banner-enlaces {
    display: none;
}
.rm-popup-content .auto-content-wrapper .titulo {
    font-size: 18px;
    line-height: 22px;
}
.rm-popup-content .auto-content-wrapper ul {
    margin: 10px 0 0px !important;
}
.rm-popup-content .auto-content-wrapper .link-flecha {
    margin: 15px 0 5px;
}
.rm-popup-content .auto-content-wrapper > .wp-block-group > .titulo-menu {
    display: block;
    color: #7C5A38 !important;
    font-family: var(--wp--preset--font-family--apercu-pro);
    font-size: 22px;
    font-weight: 500;
    margin: 40px 40px 15px;
    padding-left: 50px;
    text-align: left;
    cursor: pointer;
    transition: .3s all;
}
.rm-popup-content .auto-content-wrapper > .wp-block-group > .titulo-menu:hover {
    color: black !important;
}
.rm-popup-content .link-flecha {
    margin-top: -5px;
}

.menu-responsive-wrapper #langue a {
    display: block;
    text-decoration: none;
    padding: 10px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: none;
    font-weight: 400;
}

.auto-content-wrapper>*:not(.show-content-tab) {
    display: none;
}

.rm-popup-footer {
    position: relative;
    width: calc(100% + 100px);
    padding: 15px 60px 10px;
    background-color: var(--wp--preset--color--theme-base);
    display: flex;
    justify-content: flex-end;
    margin-left: -50px;
}
.rm-popup-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: calc(100% - 60px);
    height: 1px;
    background-color: #C9C5C1;
}


@media (min-width:1201px) {
    .menu-header .titulo-menu {
        display: none;
    }
    .responsive-menu-button, .menu-responsive-wrapper {
        display: none;
    }
}
@media (max-width:1200px) {
    .auto-tabs-wrapper a:not(:first-child):before {
        content: none!important;
    }
    .auto-content-wrapper>*:not(.show-content-tab) {
        display: block;
    }
    .rm-popup-content .titulo-menu {
        display: block;
    }
    .mega-menu .sub-menu {
        display: inherit;}
    .menu-principal {
        display: none!important;
    }

    .rm-popup-content .auto-tabs-wrapper a {
        position: relative;
        font-size: 20px;
        font-weight: 500;
        transition: .3s all;
    }
    .rm-popup-content .auto-tabs-wrapper a:hover {
        color: #7C5A38!important;
    }
    .rm-popup-content .auto-tabs-wrapper a:after, .rm-popup-content .auto-content-wrapper > .wp-block-group > .titulo-menu:after {
        content: url(assets/images/arrow-next.svg);
        position: absolute;
        top: -10px;
        right: 0px;
        height: 40px;
        width: 40px;
        background-color: #FFFAF3;
        border-radius: 50%;
        padding: 11px 11px;
        transition: .3s all;
    }
    .rm-popup-content .auto-tabs-wrapper a:hover:after {
        background-color: #F5E8E0;
    }
    .rm-popup-content .auto-content-wrapper > .wp-block-group > .titulo-menu:hover:after {
        background-color: #FFFAF3;
    }
    .rm-popup-content .auto-content-wrapper > .wp-block-group > .titulo-menu:after {
        content: url(assets/images/arrow-prev.svg);
        top: 31px;
        right: initial;
        left: 40px;
        background-color: #F5E8E0;
    }
}
@media (max-width:500px) {
    .rm-popup-content {
        padding: 0 30px 0px;
    }
    
    .rm-popup-content .auto-content-wrapper .wp-block-group .wp-block-columns {
        padding: 40px 30px 90px!important;
    }
    .rm-popup-content .auto-content-wrapper > .wp-block-group > .titulo-menu {
        margin: 45px 30px 10px;
    }
    .rm-popup-content .auto-content-wrapper > .wp-block-group > .titulo-menu:after {
        top: 34px;
        left: 30px;
    }
    .rm-popup-content .branding-respo, .rm-popup-content .branding-respo img {
        width: 230px;
    }
    .rm-popup-bloc {
        min-width:100%;
    }
    .arrow-menu.active:after {
        content: "\f106";
    }
    .rm-popup-footer {
        width: calc(100% + 60px);
        padding: 10px 30px 5px;
        margin-left: -30px;
    }
}


/*** TEMA ***/

h1, h2, h3, h4 {
    transition: .5s all;
    margin: 0;
}
.r {
    position: relative;
}
img {
    object-fit: cover;
}
.oh {
    overflow: hidden;
}
.ir-top {
    position: fixed;
    right: 20px;
    bottom: 25px;
    width: 38px;
    height: 38px;
    background: var(--wp--preset--color--theme-blue-1) none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    opacity: 1;
    z-index: 3;
    transition: .4s all;
    box-shadow: 0 0 6px #0000006b;
}
.ir-top:before {
    content: url(assets/images/arrow-prev2.svg);
    position: absolute;
    top: 8px;
    left: 9px;
    transform: rotate(90deg);
    width: 21px;
    height: 21px;
    filter: invert(1);
}
.ir-top:hover {
    background-color: black;
}
.is-hidden {
    display: none;
}

.auto-tabs-wrapper {
    margin-top: 40px;
    margin-bottom: 60px;
}
.auto-tabs-wrapper a {
    position: relative;
    color: var(--wp--preset--color--theme-black)!important;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent!important;
    padding: 0;
}
.auto-tabs-wrapper a:not(:first-child):before {
    content:"";
    position: absolute;
    top: 0;
    left: -10px;
    height: 100%;
    width: 1px;
    background-color: var(--wp--preset--color--theme-black);
}
.auto-tabs-wrapper a.current-tab {
    font-weight: 600;
}
.auto-content-wrapper > .wp-block-group > h3 {
    display: none;
}

.wp-block-button__link {
    transition: .3s all;
}
.wp-block-button__link:hover {
    background-color: var(--wp--preset--color--theme-black);
}


/*** SLIDERS ***/

.splide {
    padding-bottom: 40px;
}
.splide .splide__pagination {
    bottom: 5px;
    left: 60px;
    display: flex;
    flex-wrap: nowrap;
    width: calc(100% - 120px);
    padding: 0;
}
.splide .splide__pagination li {
    margin: 0;
    width: 100%;
    height: 4px;
}
.splide .splide__pagination__page {
    width: 100%;
    height: 20px;
    margin: 0;
    transform: none!important;
    background-color: transparent!important;
    opacity: 1;
    border-radius: 0px;
}

.splide .splide__pagination__page:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(17 43 75 / 30%);
}
.splide .splide__pagination__page.is-active:before {
    background-color: #112B4B!important;
    border-radius: 10px;
}
.wp-block-cover .splide .splide__pagination__page:before, .slider-imagenes-grandes .splide__pagination__page:before {
    background-color: rgba(255 250 243 / 30%);
}
.wp-block-cover .splide .splide__pagination__page.is-active:before, .slider-imagenes-grandes .splide__pagination__page.is-active:before {
    background-color: white!important;
}


.splide .splide__arrow {
    background-color: #F5E8E0;
    width: 40px;
    height: 40px;
    top: -50px;
    left: initial;
    right: 140px;
    opacity: 1!important;
    transition: .3s all;
}
.splide .splide__arrow:hover {
    background-color: #f7decf;
}
.splide .splide__arrow.splide__arrow--next {
    right: 90px;
}
.splide .splide__arrow svg {
    display: none;
}
.splide .splide__arrow:before {
    content: url(assets/images/arrow-prev.svg);
    position: absolute;
    top: 10px;
    right: 9px;
    width: 20px;
    height: 20px;
    transition: .2s all;
}
.splide .splide__arrow--next:before {
    content: url(assets/images/arrow-next.svg);
}

.slider-imagenes-alojamiento .splide .splide__arrow {
    top: 50%;
    left: 250px;
}
.slider-imagenes-alojamiento .splide .splide__arrow--next {
    left: initial;
    right: 250px;
}
.slider-imagenes-alojamiento .splide__pagination {
    bottom: -15px;
}
.slider-imagenes-alojamiento .splide__pagination li {
    width: initial;
}
.slider-imagenes-alojamiento .splide__pagination .splide__pagination__page {
    width: 10px;
    height: 10px;
    margin: 5px;
    opacity: 1;
    border-radius: 50%;
    background-color: #a4a4a4!important;
}
.slider-imagenes-alojamiento .splide__pagination .splide__pagination__page.is-active {
    background-color: #112B4B!important;
}
.slider-imagenes-alojamiento .splide__pagination .splide__pagination__page:before {
    content: none!important;
}
.slider-imagenes-alojamiento .splide .splide__arrow:before {
    top: 10px;
    right: 12px;
    content: url(assets/images/arrow-prev2.svg);
}
.slider-imagenes-alojamiento .splide .splide__arrow--next:before {
    right: 9px;
    content: url(assets/images/arrow-next2.svg);
}
.slider-imagenes-alojamiento .splide__track {
    padding-left: 240px!important;
    padding-right: 240px!important;
}
.slider-imagenes-alojamiento .image-wrapper {
    border-radius: 25px;
    overflow: hidden;
}
.slider-imagenes-alojamiento .image-wrapper img {
    min-height: calc(100vh - 350px);
    max-height: calc(100vh - 350px);
    filter: brightness(.8);
    transition: .4s all;
}
.slider-imagenes-alojamiento .image-wrapper:hover img {
    filter: brightness(1);
    transform: scale(1.025);
}


.slider-alojamientos .splide__slide .image {
    overflow: hidden;
    border-radius: 25px;
}
.slider-alojamientos .splide__slide .image img {
    min-height: 420px;
    filter: brightness(.8);
    transition: .5s all;
}
.slider-alojamientos .splide__slide:hover .image img {
    filter: brightness(1);
    transform: scale(1.1);
}
.slider-alojamientos .splide__slide .titulo-alojamiento {
    color: var(--wp--preset--color--theme-black);
    font-weight: 500;
    letter-spacing: -.5px;
}
.splide__arrow:focus-visible {
    outline: none!important;
}

.slider-imagenes-grandes .splide .splide__pagination__page {
    width: 90%;
}
.slider-imagenes-grandes .splide .splide__pagination {
    bottom: 70px;
}

.bloque-distribucion-alojamiento .splide .splide__arrow {
    background-color: #F5E8E0;
}
.bloque-distribucion-alojamiento .splide .splide__arrow:hover {
    background-color: #e1c0ab;
}
.bloque-distribucion-alojamiento .splide .splide__arrow.splide__arrow--next {
    right: 0;
}
.bloque-distribucion-alojamiento .splide .splide__arrow.splide__arrow--prev {
    right: 50px;
}
.bloque-paseo-alojamiento iframe {
	border-radius: 25px;
	height: 580px;
}


.splide.hide-controls .splide__arrows,
.splide.hide-controls .splide__pagination {
    display: none !important;
}



/*** MY ACCOUNT TOP ***/

.my-account button {
    position: relative;
    background-color: transparent!important;
    border: none!important;
    font-size: 0!important;
    padding: 0px!important;
    width: 24px;
    height: 24px;
    transition: none !important;
}
.my-account button i:before {
    content: url(assets/images/usuario.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    filter: invert();
    transition: .3s all;
}



/*** INICIO ***/

body.home .titulo-inicio {
    margin-top: -100px;
}

.banner-enlaces .wp-block-cover:before {
    content: url(assets/images/arrow-next.svg);
    opacity: 0;
    right: -10px;
    padding: 10px;
}
.banner-enlaces .wp-block-cover:hover img {
    transform: scale(1.05) rotate(1deg);
}
.banner-enlaces .wp-block-cover:hover .wp-block-cover__background {
    opacity: .1!important;
}
.banner-enlaces .wp-block-cover:hover .el-titulo {
    font-size: calc(var(--wp--preset--font-size--h-3) + 3px);
}
.banner-enlaces .wp-block-cover:hover:before {
    right: 40px;
    opacity: 1;
}
.bloque-intro .banner-enlaces {
    gap: 40px;
}

.boton-bungalow, .boton-parcela {
    position: relative;
    padding: 0px 10px;
    cursor: pointer;
    color: #636060;
    text-align: left;
    min-width: 100px;
}
.boton-bungalow {
    text-align: right;
}
.boton-bungalow:before {
    content:"";
    position: absolute;
    top: 0;
    right: -10px;
    height: 100%;
    width: 1px;
    background-color: #636060;
}
.boton-bungalow.active, .boton-parcela.active {
    color: black;
}
.los-bungalows, .las-parcelas {
    opacity: 0;
    height: 0;
    margin: 70px 0 0 0;
    padding: 0;
}
.las-parcelas {
    margin-top: -23px;
}
.los-bungalows.active, .las-parcelas.active {
    opacity: 1; 
    height: auto;
}
.bungalows-archive .logo-mascota, .los-alojamientos .los-bungalows .logo-mascota {
    display: none;
}

.columnas-iconos .wp-block-group figure, .slider-equipamiento-alojamiento .icono-extra {
    width: 32px;
    height: 32px;
}
.los-alojamientos .splide__track, .bloque-imagenes-texto-fondoblanco .splide__track, .bloque-imagenes-texto .splide__track, .bloque-texto-sliderimagenes .splide__track {
    padding-right: 60px!important;
    padding-left: 60px!important;
}

.los-alojamientos .key-feature {
    position: relative;
    padding: 6px 0 5px 39px;
    color: black;
    font-size: 15px;
}
.los-alojamientos .key-feature:nth-child(2) {
    margin-top: 10px;
    display: block;
}
.los-alojamientos .key-feature:before {
    opacity: .7;
}


/* .bloque-sostenibilidad, .los-alojamientos, .bloque-imagenes-texto, .bloque-imagenes-texto-fondoblanco, .bloque-texto-sliderimagenes {
    padding-left: 80px!important;
} */

.slider-texto-icono .splide__track {
    margin-top: 30px;
    padding-right: 60px!important;
    padding-left: 60px!important;
}
.slider-texto-icono .wp-block-group.premio {
    min-height: 380px;
    transition: .3s all;
}
.slider-texto-icono .wp-block-group figure img {
    width: 140px;
    height: 120px;
}

.bloques-info-hover .tarjeta-container {
    background-color: transparent;
    perspective: 1000px;
    pointer-events: all;
}
.bloques-info-hover .tarjeta {
    position: relative;
    width: 100%;
    min-height: 290px;
    max-height: 290px;
    transition: transform 1s;
    transform-style: preserve-3d;
}
.bloques-info-hover .tarjeta h4 {
    max-width: calc(100% - 50px);
    margin: 0 !important;
}
.bloques-info-hover .cara, .bloques-info-hover .dorso {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    min-height: 290px;
    max-height: 290px;
    padding: 30px;
    backface-visibility: hidden;
    border-radius: 25px;
}
.bloques-info-hover .tarjeta-container:hover .tarjeta {
    transform: rotateY(180deg);
}
.bloques-info-hover .cara {
    color: #fff;
}
.bloques-info-hover .dorso {
    background-color: var(--wp--preset--color--theme-blue-2);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    transform: rotateY(180deg);
    z-index: 1;
}
.bloques-info-hover .dorso p, .bloques-info-hover .dorso h3 {
    margin: 0!important;
    width: 100%;
}
.bloques-info-hover .dorso a {
    color: black;
    margin-top: 7px;
    display: inline-block;
    line-height: 17px;
}
.bloques-info-hover .dorso a:hover {
    color: var(--wp--preset--color--theme-blue-1);
}

.bloques-info-hover.bloques-sostenibilidad .cara, .bloques-info-hover.bloques-sostenibilidad .dorso, .bloques-info-hover.bloques-sostenibilidad .tarjeta {
    min-height: 500px;
    max-height: 500px;
}
.bloques-info-hover.bloques-sostenibilidad .dorso {
    background-color: #556241;
    color: white;
}
.bloques-info-hover.bloques-sostenibilidad .dorso ul {
    margin: 0!important;
    padding-left: 20px !important;
}
.bloques-info-hover.bloques-sostenibilidad .dorso ul li {
    font-size: 19px;
    line-height: 24px;
}
.bloques-info-hover.bloques-sostenibilidad .dorso .vector img {
    filter: invert();
}
.bloques-info-hover.bloques-sostenibilidad .dorso .texto {
    font-size: 20px;
    line-height: 27px;
}
.bloques-info-hover .splide {
    padding-bottom: 0;
}

.bloques-info-hover.slider-mobile .splide__track {
    overflow: initial;
}
.slider-mobile .splide__list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.bloques-sostenibilidad.slider-mobile .splide__list {
    flex-wrap: nowrap!important;
}
.bloques-info-hover.slider-mobile .splide__list .tarjeta-container {
    flex-basis: calc(33.3% - 17px);
    margin: 0!important;
}


/*** VENUE SINGLES ***/

.bloque-imagenes-texto-fondoblanco .splide__slide {
    position: relative;
    width: 100%;
    max-height: 550px;
    min-height: 550px;
    overflow: hidden;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    transition: .5s all;
    margin: 0;
    background-color: white;
}
.bloque-imagenes-texto-fondoblanco .splide__slide figure {
    width: 100%;
    flex-grow: 1;
    overflow: hidden;
    transition: .5s all;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bloque-imagenes-texto-fondoblanco .splide__slide figure img {
    width: 100%;
    height: 100%;
    transition: .5s all;
    filter: brightness(.8);
}
.wp-block-eventos-futuros .bloque-imagenes-texto-fondoblanco .splide__slide figure img, #bicis.bloque-imagenes-texto-fondoblanco .splide__slide figure img {
    filter: brightness(1);
}
.bloque-imagenes-texto-fondoblanco .splide__slide .onhover {
    padding: 25px 25px 0;
    opacity: 0;
    max-height: 0;
    transition: .5s all;
    margin: 0;
}
.bloque-imagenes-texto-fondoblanco .splide__slide .onhover p {
    letter-spacing: -.2px;
}
.bloque-imagenes-texto-fondoblanco .splide__slide:hover .onhover {
    opacity: 1;
    padding-bottom: 25px;
    max-height: 1000px;
}
.bloque-imagenes-texto-fondoblanco .splide__slide:hover figure img {
    filter: brightness(1);
}

.bloque-imagenes-texto.en-columnas {
    padding: 80px 60px 50px;
}

.bloque-imagenes-texto .la-imagen .onhover {
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
    align-items: flex-end;
    transition: .5s all;
    opacity: 0;
    color: #FFFAF3;
}
.bloque-imagenes-texto .la-imagen .titulo {
    position: absolute;
    top: 25px;
    left: 25px;
    width: calc(100% - 50px);
}
.bloque-imagenes-texto:not(.en-columnas) .la-imagen:hover .onhover {
    opacity: 1;
    bottom: 0px;
}
.bloque-imagenes-texto:not(.en-columnas) .la-imagen:hover img {
    filter: brightness(.5);
    transform: scale(1.1);
}

.bloque-imagenes-texto.en-columnas .wp-block-column:hover .onhover {
    opacity: 1;
    bottom: 0px;
}
.bloque-imagenes-texto.en-columnas .wp-block-column:hover .la-imagen > img {
    filter: brightness(.5);
    transform: scale(1.1);
}

.bloque-imagenes-texto-link {
    padding: 80px 0px 40px;
}
.bloque-imagenes-texto-link .splide__track {
    padding-right: 60px !important;
    padding-left: 60px !important;
}
.bloque-imagenes-texto-link figure {
    min-height: 450px;
    max-height: 450px;
    border-radius: 25px;
    overflow: hidden;
}
.bloque-imagenes-texto-link figure img {
    min-height: 450px;
    max-height: 450px;
    filter: brightness(.9);
    transition: .3s all;
}
.bloque-imagenes-texto-link a:hover figure img {
    filter: brightness(1);
    transform: scale(1.05);
}
.bloque-imagenes-texto-link h4 {
    text-align: center;
    color: var(--wp--preset--color--theme-black);
    font-weight: 500;
    margin-top: 20px !important;
}

.bloque-textos-columnas .las-columnas.oculto {
    max-height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}
.bloque-textos-columnas .las-columnas.oculto.active {
    max-height: 9000px; 
    padding-bottom: 50px;
    opacity: 1;
}
.btn-oculto {
    background-color: #F5E8E0;
    border-radius: 50px;
}
.btn-oculto a {
    position: relative;
    padding-right: 40px;
}
.btn-oculto a:before {
    content: url(assets/images/arrow-next.svg);
    transform: rotate(90deg);
    position: absolute;
    top: 14px;
    right: 13px;
    width: 17px;
    height: 17px;
    transition: .2s all;
    filter: invert();
}
.btn2.btn-oculto a:before {
    filter: initial!important;
}
.btn-oculto.active a:before {
    transform: rotate(-90deg);
}



/*** ALOJAMIENTOS ***/

.bloque-alojamientos {
    padding: 20px 60px 70px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.bloque-alojamientos .el-alojamiento.normal {
    flex-basis: calc(33% - 40px);
    margin: 30px 0 0;
}
.bloque-alojamientos .el-alojamiento.plus {
    flex-basis: 100%;
    display: flex;
    margin: 30px 0 0;
}
body.filtros-activos .bloque-alojamientos .el-alojamiento.plus {
    display: none!important;
}
.bloque-alojamientos .el-alojamiento:not(.plus) .subtitulo-alojamiento, .bloque-alojamientos .el-alojamiento:not(.plus) .descripcion-alojamiento {
    display: none;
}

.bloque-alojamientos .splide {
    border-radius: 25px;
    overflow: hidden;
}
.bloque-alojamientos .splide .splide__arrow {
    left: 15px;
    top: calc(50% - 20px);
}
.bloque-alojamientos .splide .splide__arrow--next {
    left: initial;
    right: 15px!important;
}
.bloque-alojamientos .splide .splide__pagination {
    bottom: 50px;
    left: 0;
    display: table;
    width: auto;
    margin: 0 auto;
    padding: 0px 10px 1px;
    background-color: #FFFAF3;
    border-radius: 50px;
}
.bloque-alojamientos .splide .splide__pagination li {
    margin: 0 5px;
    width: auto;
    height: 10px;
}
.bloque-alojamientos .splide .splide__pagination__page {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #a4a4a4!important;
}
.bloque-alojamientos .splide .splide__pagination__page.is-active {
    background-color: #112B4B!important;
}
.bloque-alojamientos .splide .splide__pagination__page:before {
    content: none!important;
}
.bloque-alojamientos .splide .splide__arrow--prev:before {
    content: url(assets/images/arrow-prev2.svg);
    right: 13px;
}
.bloque-alojamientos .splide .splide__arrow--next:before {
    content: url(assets/images/arrow-next2.svg);
}
.bloque-alojamientos .splide, .bloque-alojamientos .splide .splide__slide img {
    max-height: 450px;
    min-height: 450px;
    padding-bottom: 0;
}
.bloque-alojamientos .el-alojamiento.plus .splide, .bloque-alojamientos .el-alojamiento.plus .splide .splide__slide img{
    max-height: 630px;
    min-height: 630px;
    border-radius: 0;
}
.bloque-alojamientos .el-alojamiento.plus .splide {
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    overflow: hidden;
}
.bloque-alojamientos .el-alojamiento.normal .logo-calendario p {
    margin: 10px 0 0;
    color: var(--wp--preset--color--theme-grey);
}
.bloque-alojamientos .el-alojamiento.normal .logo-calendario:before {
    content: none;
}
.bloque-alojamientos .el-alojamiento.plus .logo-calendario {
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: var(--wp--preset--color--theme-base);
    padding: 5px 15px 5px 10px;
    border-radius: 50px;
    font-size: 14px;
    color: var(--wp--preset--color--theme-grey);
    z-index: 1;
}
.bloque-alojamientos .el-alojamiento:not(.plus) .logo-mascotas {
    display: none;
}
.bloque-alojamientos .el-alojamiento.plus .logo-calendario:before {
    top: 6px;
    left: 14px;
}
.bloque-alojamientos .titulo-grupo, .alojamientos-info .titulo-grupo {
    display: flex;
    align-items: center;
}
.bloque-alojamientos .titulo-alojamiento, .alojamientos-info .titulo-alojamiento {
    display: table;
    margin: 0 15px 0 0 !important;
}
.bloque-alojamientos .logo-alojamiento, .alojamientos-info .logo-alojamiento {
    margin: 0;
    width: 35px!important;
    height: 35px!important;
}
.bloque-alojamientos .grupo-iconos {
    display: flex;
    padding: 10px 0 0;
    gap: 15px;
    color: var(--wp--preset--color--theme-grey);
}
.bloque-alojamientos .grupo-iconos p, .bloque-alojamientos .el-alojamiento.plus .logo-calendario p {
    padding-left: 30px;
    margin: 0;
}
.bloque-alojamientos .el-alojamiento.normal .saber-mas {
    display: none;
}


.bloque-alojamientos .el-alojamiento.plus .imagen {
    flex-basis: 60%;
}
.bloque-alojamientos .el-alojamiento.normal > .wp-block-group .content {
    padding-top: 20px;
}
.bloque-alojamientos .el-alojamiento.plus > .wp-block-group {
    display: flex;
    flex-basis: 40%;
    padding: 40px 50px;
    background-color: var(--wp--preset--color--theme-base);
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin: 0;
    flex-direction: column;
    justify-content: space-between;
}
.bloque-alojamientos .el-alojamiento.plus .titulo-alojamiento {
    font-size: 30px;
}
.bloque-alojamientos .el-alojamiento.plus .subtitulo-alojamiento {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    max-width: 450px;
}
.bloque-alojamientos .el-alojamiento.plus .descripcion-alojamiento {
    color: var(--wp--preset--color--theme-grey);
    margin: -5px 0 20px;
    max-width: 450px;
}
.bloque-alojamientos .el-alojamiento.plus .saber-mas .wp-block-button__link {
    background-color: #FFFAF3;
    color: var(--wp--preset--color--theme-black);
}
.bloque-alojamientos .el-alojamiento.plus .saber-mas .wp-block-button__link:hover {
    background-color: var(--wp--preset--color--theme-black);
    color: #FFFAF3;
}
.bloque-alojamientos .el-alojamiento.plus > a.wp-block-group {
    pointer-events: none;
}
.bloque-alojamientos .el-alojamiento.plus > a.wp-block-group .saber-mas {
    pointer-events: all;
}

.alojamientos-info .logo-calendario .valor-icono, .alojamientos-info .logo-mascota .valor-icono  {
    padding: 3px 0 3px 40px;
    color: black;
    font-size: 15px;
}
.alojamientos-info .logo-calendario:before, .alojamientos-info .logo-mascota:before {
    background-color: #efe4d6;
    border-radius: 50%;
    padding: 5px;
    filter: none;
    width: 30px;
    height: 30px;
    opacity: .7;
}


@media (min-width: 1024px) {
    .bloque-alojamientos .splide:not(:hover) .splide__arrow {
        opacity: 0!important;
    }
    .bloque-alojamientos .el-alojamiento.normal .saber-mas {
        display: none;
    }
}


/*** ALOJAMIENTOS SINGLE ***/

.precios-alojamiento #widgetBookingContainerAlojamiento .categorySelector, .precios-alojamiento #widgetBookingContainerAlojamiento .peopleContainer,
.precios-alojamiento #widgetBookingContainerAlojamiento .facilities {
    display: none;
}

.precios-alojamiento .widget-precios-alojamientos .widgetBookingContainer {
    font-family: var(--wp--preset--font-family--inter);
    background-color: transparent;
    padding: 0;
    z-index: 0;
}
.precios-alojamiento .widget-precios-alojamientos .datePickerPopup {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 15px #9b9b9b;
}
.precios-alojamiento .widget-precios-alojamientos .datePickerPopup .popupTitle {
    padding: 16px 0 13px 55px;
}
.precios-alojamiento .widget-precios-alojamientos .widgetBookingContainer label {
    display: none;
}
.precios-alojamiento .widget-precios-alojamientos .widgetBookingContainer .checkinContainer, 
.precios-alojamiento .widget-precios-alojamientos .widgetBookingContainer .checkoutContainer {
    width: 100%!important;
}
.precios-alojamiento .widget-precios-alojamientos .widgetBookingContainer .datePicker > span {
    position: relative;
    font-family: var(--wp--preset--font-family--inter);
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    padding: 15px 20px 15px 41px !important;
    border: 1px solid #636060 !important;
    border-radius: 10px;
}
.precios-alojamiento .widget-precios-alojamientos .widgetBookingContainer .datePicker > span:before {
    content: url(assets/images/calendario.svg);
    position: absolute;
    top: 13px;
    left: 15px;
    width: 22px;
    height: 22px;
}
.precios-alojamiento .widget-precios-alojamientos .widgetBookingContainer .button.searchButton {
    font-family: var(--wp--preset--font-family--inter);
    background-color: var(--wp--preset--color--theme-blue-1);
    color: white;
    padding: 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s all;
}
.precios-alojamiento .widget-precios-alojamientos .widgetBookingContainer .button.searchButton:hover {
    background-color: var(--wp--preset--color--theme-black);
}
.precios-alojamiento .widget-precios-alojamientos .widgetBookingContainer .stayLen {
    font-family: var(--wp--preset--font-family--inter);
    margin: -4px 3px 1px;
    text-align: right;
    font-size: 12px;
}

.precios-alojamiento.fijar-motor #widgetBookingContainerAlojamiento {
    position: fixed;
    top: 150px;
}


/*** EVENTOS ARCHIVE ***/

.los-eventos-slider .boton-eventos {
    content: url(assets/images/plus.svg);
    position: relative;
    width: 40px;
    height: 40px;
    padding: 11px 10px;
    transition: .3s all;
    background-color: var(--wp--preset--color--theme-base);
    border-radius: 50px;
    z-index: 1;
    margin: -40px 20px 0 auto;
    line-height: 0;
    cursor: pointer;
    opacity: 0;
}
.los-eventos-slider .boton-eventos:hover {
    background-color: #f7decf;
}
.los-eventos-slider:hover .boton-eventos {
    opacity: 1;
}
.los-eventos .fecha-evento, .los-eventos-slider .fecha-evento {
    position: relative;
    color: var(--wp--preset--color--theme-grey);
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px;
    padding: 0 0 0 23px;
    letter-spacing: -.3px;
}
.los-eventos .fecha-evento:before, .los-eventos-slider .fecha-evento:before {
    content: url(assets/images/calendario.svg);
    position: absolute;
    top: -1px;
    left: -2px;
    width: 20px;
    height: 20px;
    filter: invert(36%) sepia(7%) saturate(136%) hue-rotate(314deg) brightness(98%) contrast(84%);
}
.los-eventos-slider .fecha-evento {
    margin-top: 10px;
    padding: 0 25px 0 52px;
}
.los-eventos-slider .fecha-evento:before {
    left: 25px;
}


/*** EVENTOS SINGLE ***/

.single-eventos article:nth-child(2) .eventos-info {
    margin-top: 80px;
}
.single-eventos .evento-finalizado {
    position: absolute;
    top: 810px;
    left: calc(50% - 205px);
    width: 410px;
}
.single-eventos .evento-finalizado .evento-finalizado-texto {
    color: red;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 700;
    display: table;
    background-color: #FFFAF3;
    margin: 0 auto;
}
.single-eventos .evento-finalizado .evento-finalizado-texto:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 3px;
    background-color: red;
    top: 9px;
    left: calc(50% - 300px);
    z-index: -1;
}
.bloque-intro.header-eventos {
    padding: 160px 60px 30px!important;
}
.header-eventos .image-wrapper {
    border-radius: 25px;
    overflow: hidden;
}
.header-eventos .splide__slide:nth-child(2):not(:last-child), .header-eventos .splide__slide:nth-child(2):not(:last-child) .image-wrapper img,
.header-eventos .splide__slide:nth-child(3), .header-eventos .splide__slide:nth-child(3) .image-wrapper img {
    min-height: 270px;
    max-height: 270px;
}
.header-eventos .splide__slide:nth-child(2):last-child, .header-eventos .splide__slide:nth-child(2):last-child .image-wrapper img,
.header-eventos .splide__slide:first-child, .header-eventos .splide__slide:first-child .image-wrapper img {
    min-height: 560px;
    max-height: 560px;
}
.header-eventos .splide__slide:nth-child(3):last-child {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 0 !important;
}
.header-eventos .image-wrapper img {
    filter: brightness(.8);
    transition: .4s all;
}
.header-eventos .splide__slide:hover .image-wrapper img {
    filter: brightness(1);
    transform: scale(1.05);
}

.fecha-del-evento .wp-block-fechas-eventos p:last-child, .lugar-evento p:last-child, .organizador-evento p:last-child, .organizador-evento a {
    margin-top: 13px;
    color: var(--wp--preset--color--theme-grey);
}
.fecha-del-evento .wp-block-fechas-eventos {
    margin-top: 0;
}
.fecha-del-evento .wp-block-fechas-eventos p {
    text-transform: capitalize;
}
.organizador-evento a:hover {
    color: var(--wp--preset--color--theme-blue-1);
}

@media (min-width: 780px) {
    .eventos-info .slider-tarjetas .splide__list {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .eventos-info .slider-tarjetas .splide__list .splide__slide {
        width: 100%!important;
        margin-right: 0!important;
    }
    
}
@media (min-width: 501px) {
    .header-eventos .splide__slide {
        width: calc(50% - 10px)!important;
    }
    .header-eventos .splide__slide:first-child:last-child {
        width: 100%!important;
    }
    .header-eventos .splide__slide:nth-child(3):not(:last-child), .header-eventos .splide__slide:nth-child(4):last-child {
        position: absolute;
        right: 0;
        width: calc(25% - 15px)!important;
        bottom: 0;
        margin: 0!important;
    }
    .header-eventos .splide__slide:nth-child(3):not(:last-child) {
        right: calc(25% + 5px);
    }
}



/*** FORMULARIO WEB ***/

.formulario-web {
    position: relative;
}
.formulario-web .wp-block-contact-form-7-contact-form-selector {
    padding: 20px 30px 20px!important;
    background-color: var(--wp--preset--color--theme-base);
    border-radius: 10px;
}
.formulario-web .wp-block-columns {
    gap: 0 15px;
    margin-bottom: 0;
}
.formulario-web .wp-block-column p {
    margin: 0;
}
.formulario-web input:not(.wpcf7-submit), .formulario-web textarea {
    width: 100%;
    margin: 7px 0;
    padding: 15px;
    border: none;
    border-radius: 15px;
    box-shadow: 1px 1px 10px rgba(19, 14, 30, 0.10);
}
.formulario-web textarea {
    min-height: 220px;
}
.formulario-web input:focus-visible, .formulario-web input:focus, .formulario-web textarea:focus-visible, .formulario-web textarea:focus {
    outline: none!important;
}
.formulario-web input::placeholder, .formulario-web textarea::placeholder {
    font-size: 14px;
    font-family: var(--wp--preset--font-family--inter);
    font-weight: 500;
    color: var(--wp--preset--color--theme-black);
    transition: .3s all;
}
.formulario-web input:focus::placeholder, .formulario-web textarea:focus::placeholder {
    opacity: .5;
}
.formulario-web .acceptance-form p {
    color: var(--wp--preset--color--theme-black);
    font-size: 15px;
    margin: 0px -13px 5px;
    padding-left: 20px;
}
.formulario-web .acceptance-form a {
    color: var(--wp--preset--color--theme-blue-1);
    text-decoration: underline;
}
.formulario-web .wpcf7-form-control-wrap {
    margin-right: 7px;
}
.formulario-web .acceptance-form .wpcf7-form-control-wrap {
    margin-left: -17px;
}
.formulario-web span.btn-submit {
    position: relative;
}
.formulario-web input.wpcf7-submit {
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
    min-width: 200px;
}
.formulario-web .wpcf7-not-valid-tip {
    font-size: 14px;
    margin: -2px 0 -25px;
}
.formulario-web .wpcf7-spinner {
    position: absolute;
    right: 25px;
    bottom: 25px;
}


/*** DESTACADO OFERTAS HOME ***/

.destacado {
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100vh;
    top: 0;
    right: 0;
}
.destacado-oferta {
    opacity: 0;
    position: absolute;
    top: 250px;
    right: 40px;
    width: 325px;
    z-index: 1;
    background-color: #f1f6f8e3;
    padding: 20px 20px 30px;
    border-radius: 10px;
    border: 4px solid var(--wp--preset--color--theme-blue-1);
    font-size: 14px;
    line-height: 21px;
    transition: .5s all;
}
.destacado-oferta.is-fixed {
    right: -600px;
    opacity: 0;
    pointer-events: none;
}
.destacado-oferta .titulo-oferta {
    font-family: var(--wp--preset--font-family--apercu-pro);
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
    color: var(--wp--preset--color--theme-blue-1);
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 1600px) {
    .destacado-oferta {
        top: 216px;
        right: 40px;
        width: 650px;
        padding: 12px 15px;}
    .destacado-oferta.is-fixed {
        right: -900px;}
}
@media (max-width: 1200px) {
    .destacado-oferta {
        top: 130px;
        right: 20px;
        width: calc(100% - 40px);
        text-align: center;}
    .destacado-oferta.is-fixed {
        right: -100%;}
    .destacado-oferta .wp-block-buttons {
        justify-content: center;}
}

@media (max-width: 790px) {
    .destacado-oferta {
        display: none;}
}



#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: 100%!important;
}
.grecaptcha-badge {
    bottom: 84px!important;
}

.boton-top {
	margin-top: 2px;
}
.boton-visita-single:hover {
	color: white;
	background-color: black;
}