.acf-block-preview .wp-block-popup{
    border: 2px dashed rgba(0,124,186,0.2);
    padding: 0 10px;
}

.html-content .wp-block-popup {
    position: fixed;
    height: 100vh;
    right: -100%;
    top: 0;
    background: #FFF;
    /* border-top: 200px solid var(--blue-2); */
    transition: right 0.5s linear;
    width: 100%;
}

.html-content .wp-block-popup.show-popup {
    right: 0;
    z-index: 99;
}

.image-popup {
    height: 30vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.html-content .content-popup {
    background-color: #FFF;
    overflow-y: auto;
    
    padding: 4em 2em 2em 2em ;
    height: 100vh;
}

.html-content .has-image-header .content-popup {
    height: 70vh;
    padding-top: 3em;
}

.html-content .wp-block-popup .popup-overlay
/*.html-content .wp-block-popup:before */
    {
    content: '';
    background-color: transparent;
    position: fixed;
    transition: background-color 1s ease;
    z-index: -1;
}
.html-content .wp-block-popup.show-popup .popup-overlay
/*.html-content .wp-block-popup.show-popup:before */
{
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(216,232,243, 0.8);
    z-index: -1;
}

.html-content .close-popup-link{
    position: absolute;
    right: 2em;
    top: 2em;
    color: #FFF;
}

.html-content .close-popup-link em{
    display: block;
}

.html-content .close-popup-link em:before{
    content:'\004a';
    z-index: 1;
    position: relative;
}

.html-content .close-popup-link em:after{
    box-shadow: 0 0 0 1em var(--blue-2);
    z-index: 0;
    opacity: 1;
}


.html-content .close-popup-link em:hover:after{
    box-shadow: 0 0 0 1.5em var(--blue-2);
    z-index: 0;
}

@media screen and (min-width: 750px) {
    .html-content .wp-block-popup {
        width: 90%;
    }

    .html-content .content-popup {
        padding: 4em 3em 0 3em;
    }

}

@media screen and (min-width: 1200px) {
    .html-content .wp-block-popup {
        width: 50%;
    }

}

@media screen and (min-width: 1400px) {
    .html-content .wp-block-popup {
        width: 40%;
    }

}.acf-block-preview .galeria-slider .splide__list .splide__slide{
    max-width: 24%;
    display: inline-block;
    padding-right: 1em;
}

.galeria-slider .item-background{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.item-background a {
    padding-top: 50% ;
    display: block;
}
.slider-container button{
    outline: none;
    border: none;
}

.tns-controls button {
    background: rgba(0,0,0,0.4) center center no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDc3LjE3NSA0NzcuMTc1IiB4bWw6c3BhY2U9InByZXNlcnZlIj4gPGc+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0zNjAuNzMxLDIyOS4wNzVsLTIyNS4xLTIyNS4xYy01LjMtNS4zLTEzLjgtNS4zLTE5LjEsMHMtNS4zLDEzLjgsMCwxOS4xbDIxNS41LDIxNS41bC0yMTUuNSwyMTUuNWMtNS4zLDUuMy01LjMsMTMuOCwwLDE5LjFjMi42LDIuNiw2LjEsNCw5LjUsNGMzLjQsMCw2LjktMS4zLDkuNS00bDIyNS4xLTIyNS4xQzM2NS45MzEsMjQyLjg3NSwzNjUuOTMxLDIzNC4yNzUsMzYwLjczMSwyMjkuMDc1eiI+PC9wYXRoPjwvZz48L3N2Zz4=");
    width: 5em;
    height: 5em;
    /* line-height: 1em; */
    font-size: 1em;
    background-size: 40%;
    display: block;
    overflow: hidden;
    text-indent: -999px;
}

.tns-controls button[data-controls="prev"]{
    transform: rotate(180deg);
}

.slider-container .tns-outer {
    position: relative;
}

.slider-container .tns-controls {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 40%;
}

.slider-container .tns-controls > *{
    z-index: 99 ;
}

.slider-container .tns-nav {
    display: flex;
    justify-content: center;
    padding: 1em;
}

.slider-container .tns-nav button{
    background: rgba(0,0,0,0.4);
    border: 2px solid transparent;
    border-radius: 50%;
    padding: 0.6em;
    margin: 0 0.2em;
}

.slider-container .tns-nav button.tns-nav-active{
    background: transparent;
    border-color: rgba(0,0,0,0.4);
}

.slider-container .item img{
    width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}


.slider-container a.image-link:after {
    content: attr(alt);
    font-size: small;
    color: #000;
    line-height: 1.4em;
    display: block;
    padding: 0.8em 0 0.5em 0;
}

.wp-block-slider .splide__arrows {
    background: #FFF;
    position: absolute;
    right: 0;
    bottom: 10%;
    z-index: 1;
    padding: 1em;
    display: flex;
    color: var(--gray);
    align-items: baseline;
}

.wp-block-slider-inner {
    position: relative;
}

.wp-block-slider .link-360-alojam {
    position: absolute;
    left: 2em;
    bottom: 2em;
    z-index: 8;
}

@media screen and (min-width: 1700px) {
    .wp-block-slider .splide__arrows {
        right: -2.5em;
    }
}.wp-block-planta .wp-block-group__inner-container .wp-block-botones-mini {
    max-width: 100% !important;
    justify-content: space-between;
    align-items: center;
}

.wp-block-planta a.boton-360 {
    width: auto;
    height: auto;
    background-color: transparent;
}

.wp-block-planta a.boton-360 em:before {
    font-size: 2.1em;
    padding: 0.2em;
    color: var(--blue-2);
    background: #FFF;
    border-radius: 50%;
}

@media screen and (min-width: 800px) {

    .html-content .wp-block-planta .wp-block-botones-mini > div:nth-child(1),
    .html-content .wp-block-planta .wp-block-botones-mini > div:nth-child(2) {
        display: none;
    }

    .html-content .wp-block-planta .wp-block-group__inner-container .wp-block-botones-mini {
        justify-content: flex-end;

    }

}.hide_widget_mobile .booking-widget-wrapper {
    display: none;
}


@media only screen and (min-width: 800px){
    .hide_widget_mobile .booking-widget-wrapper {
        display: block;
    }

    .booking-button-wrapper {
        display: none;
    }

    .hide_lodgment_selector .widget_columns .checkinCheckoutContainer {
        width: 50%;
    }

    .hide_lodgment_selector .widget_columns .peopleContainer,
    .hide_lodgment_selector .widget_columns .button.searchButton {
        width: 25%;
    }
}

.info-carousel {
    padding: 2em;
    text-align: center;
}

.acf-block-preview .wp-block-carousel-ilustracion{
    border: 2px dashed var(--blue-0);
    padding: 0 0.5em;
}

.carousel-alojamiento-ilustracion .splide__slide {
    display: flex;
    flex-direction: column;
}
.carousel-alojamiento-ilustracion .content-wrapper {
    padding: 2em 1em 1em 1em;
    /*background: #B7D0E1;*/
    background: var(--wp--preset--color--blank-4-blue-1);
    text-align: center;
    margin-top: -1em;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.carousel-alojamiento-ilustracion .categoria-lodgement {
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    padding-bottom: 0.5em;
}

.carousel-alojamiento-ilustracion .titulo-lodgement {
    font-family: SweetPea;
    font-size: 3.8em;
}

.carousel-alojamiento-ilustracion .titulo-lodgement.reducir-titulo {
    font-size: 3em;
}

.carousel-alojamiento-ilustracion .ilustracion-text {
    padding: 1em 0;
    flex: 1;
}

.carousel-alojamiento-ilustracion .ilustracion-iconos {
    display: flex;
    justify-content: space-evenly;
    padding: 0.5em 0 1em 0;
}

.carousel-alojamiento-ilustracion .ilustracion-wrapper {
    height: 15em;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.carousel-alojamiento-ilustracion .ilustracion-iconos .link-ico-em {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel-alojamiento-ilustracion .ilustracion-iconos .link-ico-em:not(:last-child) {
    padding-right: 0.5em;
}

.carousel-alojamiento-ilustracion .ilustracion-iconos .link-ico-em em {
    color: var(--blue-2);
    font-size: 2.5em;
    line-height: 1em;
}

.ico-alojamientos-superficie em:before {content:'\0052';}
.ico-alojamientos-personas em:before {content:'\005a';}
.ico-alojamientos-cama-doble em:before{content:'\0056';}
.ico-alojamientos-cama-individual em:before{content:'\0057';}
.ico-alojamientos-habitaciones em:before{content:'\0058';}
.ico-alojamientos-no-mascotas em:before{content:'\0059';}
.ico-alojamientos-si-mascotas em:before{content:'\e909';}


.ico-alojamientos-personas.no-kids em:before {
    max-width: 20px;
    overflow: hidden;
}

/*
.carousel-alojamiento-ilustracion .ver-mas-link {
    color: #000;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: var(--font-weight-medium);
    display: inline-block;
    padding-bottom: 1em;
    background: url(//www.camping-lasiesta.com/wp-content/themes/blankv4/img/senefa-onda.png) left bottom repeat-x;
}
*/

.carousel-alojamiento-ilustracion .wp-block-button__link {
    font-size: 0.9em;
    text-transform: uppercase;
}

.carousel-alojamiento-ilustracion .splide__arrow {
    background-color: var(--blue-2);
    color: #FFF;
    opacity: 1;
    font-size: 1.5em;
    width: 2.5em;
    height: 2.5em;
}

@media screen and (min-width: 1200px) {

    .carousel-alojamiento-ilustracion .titulo-lodgement.reducir-titulo {
        font-size: 3.2em;
    }

    .carousel-alojamiento-ilustracion .titulo-lodgement {
        font-size: 4.3em;
    }

}

@media screen and (min-width: 1700px) {

    .carousel-alojamiento-ilustracion .titulo-lodgement.reducir-titulo {
        font-size: 3.8em;
    }

}.acf-block-preview .wp-block-slider-videos .splide__list {
    display: flex;
    flex-wrap: wrap;
}

.acf-block-preview .wp-block-slider-videos .splide__list>* {
    max-width: 20%;
}

.html-content .grupo-videos {
    margin-top: 0;
    margin-bottom: 0;
}

.html-content .wp-block-slider-videos .splide__slide {
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 30%)
}

.html-content .wp-block-slider-videos .splide__slide img {
    border: 10px solid #FFF;
    aspect-ratio: 2 / 1.15;
    width: 100%;
    object-fit: cover;
}

.html-content .wp-block-slider-videos .splide__arrow {
    background-color: var(--blue-2);
    color: #FFF;
    opacity: 1;
    font-size: 1.5em;
    width: 2.5em;
    height: 2.5em;
}

.html-content .wp-block-slider-videos .splide__arrow:before {
    content: '\0045';
}

.html-content .wp-block-slider-videos .splide__arrow--next:before {
    content: '\0046';
}

.html-content .wp-block-slider-videos .splide__arrow:hover {
    color: var(--blue-2);
}

.html-content .wp-block-slider-videos .splide__arrow:hover:after {
    box-shadow: 0 0 0 1.5em var(--blue-0)
}


@media screen and (min-width: 600px) {

    .html-content .wp-block-slider-videos .splide__track:before,
    .html-content .wp-block-slider-videos .splide__track:after {
        content: '';
        background: linear-gradient(90deg, rgba(186, 165, 157, 1) 0%, rgba(186, 165, 157, 0) 100%);
        position: absolute;
        left: 0;
        top: 0;
        width: 20%;
        height: 100%;
        z-index: 1;
    }


    .html-content .wp-block-slider-videos .splide__track:after {
        left: auto;
        right: 0;
        background: linear-gradient(90deg, rgba(186, 165, 157, 0) 0%, rgba(186, 165, 157, 1) 100%);
    }
}.acf-block-preview .wp-block-logos{
    border: 2px dashed rgba(0,124,186,0.2);
    padding: 0 10px;

}

.acf-block-preview .wp-block-logos .block-editor-block-list__layout{
    display: flex;
    flex-wrap: wrap;
}

.wp-block-logos .splide__list .wp-block-image {
    text-align: center;
}

.wp-block-logos .splide__list .wp-block-image img {
    max-width: 130px;
}

.wp-block-logos .wp-block-image {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.wp-block-logos .is-visible {
    opacity: 0.1;
}

.wp-block-logos .is-visible + .is-visible:not(.is-active) {
    opacity: 0.5;
}

.wp-block-logos .is-active + .is-visible + .is-visible  {
    opacity: 0.1;
}

.wp-block-logos .is-visible.is-active {
    opacity: 1;
}