

@media (max-width:767px){
    #page_content_wrapper p, .page_content_wrapper p{
        width:100%;
        max-width:100%
    }

    .tg_animated_slider_wrapper .slideshow__slide-image.background-absolute {
        width: 100%;
        left: 0;
        top: 0;
    }
    .slideshow__slide-caption{
       padding-left:0
    }
    .tg_animated_slider_wrapper .slideshow__slide-caption-text{
        padding-top: 40%
    }
    .slideshow__slide-caption-content{
        max-width: 100%;
    }
    
    .tg_animated_slider_wrapper.slideshow .slideshow__slide{
       top: 16%;
    }
    
    .tg_animated_slider_wrapper .slideshow__slide-caption-text{
     padding-top:0
    }
    
    .tg_animated_slider_wrapper .background-absolute{
        top: 7%
    }
    
    .tg_animated_slider_wrapper.slideshow .slideshow__slide{
       top:6%
    }

}

/* GENERAL */

.grecaptcha-badge{
    display: none !important;
}

.airbnb-btn {
    width: 300px;
    height: 60px;
    display: block;
    border-radius: 40px;
    background-image: url(/images/airbnb.webp);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fa6769;
    margin: 15px auto;
}

.reservar-btn {
    width: 300px;
    height: 60px;
    display: block;
    border-radius: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #88a2ac;
    margin: 15px auto;
    color: #fff;
    font-size: 1.5em;
    font-weight: 800;
    padding-top: 12px;
}

.reservar-btn:hover, .reservar-btn:focus {
    color: #fff;
}

.booking-btn {
    width: 300px;
    height: 60px;
    display: block;
    border-radius: 40px;
    background-image: url(/images/booking.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1e3d79;
    margin: 15px auto;
}

.c-inventary-list {
    display: block;
    width: 100%;
}

.c-inventary-header {
    border-bottom: 1px solid #fff;
}

.c-inventary-header button {
    width: 100%;
    height: 45px;
    text-align: left;
    padding-left: 20px;
    font-size: 1em;
    background-color: #89a2ac;
    color: #fff;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.c-inventary-content {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
    padding: 14px;
}

.c-inventary-content.show {
    opacity: 1;
    display: block;
}