html,
body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: Roboto, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

a[href^="tel:"] {
    pointer-events: none;
}

p {
    margin-bottom: 10px;
    color: #878787;
}

.c__container {
    display: block;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.c__container.c__container--right {
    text-align: right;
}

.c__container.c__container--hidden {
    overflow: hidden;
}

.c__container.c__container--infos-home {
    padding-top: 110px;
    padding-bottom: 110px;
}

.c__container.c__container--center {
    text-align: center;
}

.c__container.c__container--center.c__container--title {
    padding-top: 27px;
    padding-bottom: 27px;
}

.c__container.c__container--green {
    padding: 25px 50px;
    background-color: #282f33;
}

.c__container.c__container--green.c__container--small.c__container--negative-margin {
    position: relative;
    margin-bottom: -140px;
}

.c__container.c__container--small {
    max-width: 800px;
}

.c__container.c__container--small.c__container--infos-contact {
    margin-bottom: 15px;
}

.c__container.c__container--infos-bedrooms {
    padding: 15px;
    background: url('../images/background-bedrooms-infos.jpg') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.c-header__facebook {
    margin-left: 18px;
    padding: 8px 15px;
    float: right;
    background-color: #efc109;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    text-decoration: none;
}

.c-header__facebook:is(:hover, :focus) {
    background-color: #fc0;
}

.c-header__facebook__text {
    margin-bottom: 0;
    font-size: 11px;
    color: #3f3300;
    line-height: 14px;
}

.c-header__facebook__span {
    display: block;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}

.c__link-phone {
    display: inline-block;
    padding: 9px 20px;
    color: #282f33;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    font-weight: 700;
    text-decoration: none;
}

.c__link-phone.c__link-phone--header {
    float: right;
}

.c-header__navbar {
    z-index: 9;
    background-color: #282f33;
}

.c-header__navmenu {
    height: 68px;
    float: none;
}

.c-header__brand {
    float: none;
}

.l-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.l-flex.l-flex--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-flex.l-flex--negative-margin {
    margin-right: -10px;
    margin-left: -10px;
}

.l-flex.l-flex--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.c-header__link {
    min-width: 120px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}

.c-header__link:hover,
.c-header__link.w--current {
    color: #efc109;
}

.c-section-home {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('../images/home-cover.webp');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.c-section-home.c-section-home--title-contact {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../images/cover.webp);
}

.c-section-home__small-text {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

.c__yellow-text {
    color: #efc109;
}

.c-section-home__title {
    display: block;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #fff;
    font-size: 45px;
    line-height: 48px;
    font-weight: 500;
    text-transform: uppercase;
}

.c-section-home__title.c-section-home__title--no-margin {
    margin-bottom: 0;
}

.c-section-home__price {
    display: block;
    font-size: 70px;
    line-height: 75px;
}

.c-section-home__price-symbol {
    display: inline-block;
    margin-right: -5px;
    color: #fff;
    font-size: 42px;
    line-height: 45px;
}

.c__button,
#bukly-reserve-btn {
    padding: 12px 25px;
    border-radius: 8px;
    background-color: #efc109;
    box-shadow: 3px 3px 0 0 #725c02;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #725c02;
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

.c__button:hover,
#bukly-reserve-btn:hover {
    background-color: #fc0;
    box-shadow: 3px 3px 0 0 #4e3f00;
    color: #3f3300;
}

.c__button.c__button--submit {
    padding-top: 7px;
    padding-bottom: 7px;
}

.c__button.c__button--view-more {
    padding: 7px 20px;
    font-size: 12px;
    line-height: 20px;
}

.c__button.c__button--view-more.c__button--margin-top {
    margin-top: 30px;
}

.c__button.c__button--view-more.c__button--item-accommodations {
    position: absolute;
    right: 35px;
    bottom: 44px;
    padding: 4px 12px;
    font-size: 10px;
    line-height: 19px;
    font-weight: 500;
}

.c__title-green-box {
    margin-top: 0;
    margin-right: 40px;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
    font-weight: 500;
}

.c__title-box__break-line {
    display: block;
    margin-left: 25px;
    text-align: right;
}

.c__title-box__featured {
    font-family: Pacifico, sans-serif;
    color: #efc109;
    font-style: normal;
    font-weight: 400;
}

.c__content-green-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.c-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.c-section.c-section--no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.l__col-5 {
    width: 50%;
    padding: 10px;
}

.l__col-5.l__col-5--center {
    text-align: center;
}

.c__title {
    margin-top: 0;
    margin-bottom: 40px;
    color: #282f33;
    font-weight: 500;
    text-transform: uppercase;
}

.c__title.c__title--white {
    color: #fff;
}

.c__title.c__title--white.c_title--small {
    display: block;
    max-width: 500px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding-bottom: 4px;
    border-bottom: 1px solid #efc109;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
}

.c__title.c__title--white.c_title--small.c_title--footer {
    margin-bottom: 20px;
    border-style: none;
    color: #999;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

.c__title.c__title--italic {
    font-style: italic;
    text-transform: none;
}

.c__title.c__title--center {
    text-align: center;
}

.c__title__featured {
    display: block;
    font-family: Pacifico, sans-serif;
    color: #efc109;
    font-size: 45px;
    line-height: 55px;
    text-transform: none;
}

.c__description {
    display: block;
    max-width: 400px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    color: #878787;
    font-size: 13px;
    line-height: 18px;
}

.c__description.c__description--white {
    max-width: 320px;
    color: #fff;
}

.c-wrapper-form-newsletter {
    margin-bottom: 0;
}

.c-wrapper-form-newsletter.c-wrapper-form-newsletter--center {
    text-align: center;
}

.c__input {
    height: 35px;
    margin-bottom: 0;
    border-radius: 10px;
    font-size: 13px;
    border: none;
}

.c__input:focus {
    border-style: none;
}

.c__input.c_input--contact {
    height: 46px;
    margin-bottom: 10px;
    border-radius: 6px;
    font-size: 14px;
}

.c__input.c_input--contact.c_input--textarea {
    height: 158px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.c__input.c__input--margin-bottom {
    margin-bottom: 8px;
}

.c-section-testimonials {
    padding: 100px 30px;
    background-image: url('../images/background-testimonials.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.c-section-testimonials__slider {
    margin-top: 75px;
    color: #fff;
    font-style: italic;
    text-align: center;
}

.c-section-testimonials__author {
    display: inline-block;
    margin-top: 30px;
}

.c-section-testimonials__author img {
    display: block;
    margin: 0 auto 10px auto;
}

.section-testimonials__thumb-author {
    max-width: 45px;
    margin-right: 12px;
    border-radius: 100%;
}

.c-section-testimonials__name-author {
    display: inline-block;
    font-style: normal;
}

.c-section-discount {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url('../images/background-coupons.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.c-section-contact {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url('../images/background-contact.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.c-section-contact.c-section-contact--big {
    padding-top: 110px;
    padding-bottom: 110px;
}

.c-section-contact__title {
    display: inline-block;
}

.c-section-contact__text-title {
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 17px;
    font-weight: 700;
}

.l-row-fields {
    margin-bottom: 20px;
}

.c-footer {
    padding-top: 120px;
    padding-bottom: 0;
    background-color: #2e363a;
}

.c-footer.c-footer--internal {
    padding-top: 60px;
}

.c-footer__copyright {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #282f33;
    color: #999;
    text-align: center;
}

.c-footer__copyright.c-footer__copyright--internal {
    margin-top: 70px;
}

.c-footer__text-copyright {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 300;
}

.c-footer__indexis {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.c-footer__indexis:hover {
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}

.l-flex__col-footer {
    width: 33.33%;
    padding: 12px 25px;
}

.c-footer__text {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
}

.c-footer__link {
    color: #fff;
    text-decoration: none;
}

.c-footer__instagram img{
    margin-right: 20px;
    width: 120px;
    border-radius: 50%;
}

.c-section-testimonials__stars {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.l-flex__col-contact {
    width: 75%;
}

.c-section-green {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #282f33;
}

.l-flex__col-accommodations {
    position: relative;
    width: 50%;
    padding: 15px;
}

.l-flex__col-accommodations__infos {
    position: absolute;
    left: 15px;
    bottom: 30px;
    padding: 10px 25px 10px 15px;
    background-color: #efc109;
}

.l-flex__col-accommodations__text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 23px;
    font-style: italic;
    font-weight: 500;
    text-align: left;
}

.l-flex__col-accommodations__small-text {
    display: block;
    font-size: 11px;
    line-height: 15px;
    font-style: normal;
    font-weight: 400;
}

.c__icon {
    font-size: 25px;
    margin: 0 2px -3px 0;
}

.c__links-location {
    margin-top: 25px;
}

.c__links-location__item {
    margin: 8px;
    padding: 3px 15px;
    font-size: 13px;
    text-decoration: none;
    color: white;
    background: #89c0cf;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.c__links-location__item:hover {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.c__links-location__item--maps {
    background: #efc109;
}

.slick-arrow {
    font-style: normal;
}

.response-form {
    color: #fff;
    margin-top: 10px;
}

#mce-responses .response {
    text-align: center;
    top: 10px;
    position: relative;
    color: #fff;
    font-size: 11px;
}

#mce-responses a {
    color: #fff;
}

.c__container--green label[for ="policy-privacy"]{
    color: white;
}

.c__container--green label[for ="policy-privacy"] a{
    color: #efc109;
}



/* Bukly */

.bukly-widget #checkin,
.bukly-widget #checkout {
    height: 35px !important;
    margin-bottom: 0 !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    border: none !important;
    width: 98% !important;
    background: #fff url(http://bukly.com/img/calendar20.png) no-repeat 96% center !important;
}

.bukly-widget {
    height: auto !important;
}

.bukly-widget .input {
    width: 37% !important;
}

#bukly-reserve-btn {
    padding: 10px 14px !important;
    margin-top: 20px !important;
}

.bukly-widget label {
    font-size: 14px !important;
}

.l-flex__info-bedrooms {
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    padding: 20px 30px;
    min-width: 175px;
}

.l-flex__info-bedrooms img {
    display: block;
    margin: 0 auto 12px auto;
}

.c-section-home__info-text {
    font-size: 10px;
    padding-bottom: 5px;
}

.grecaptcha-badge {
    opacity: 0 !important;
}

.date {
    width: 60%;
    margin: auto;
}

.c__button--align {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 40px;
}

.politica {
    display: inline-flex;
    align-items: baseline;
    color: #fff;
}

.politica a {
    color: #FFCC00;
}

input#policyprivacy {
    margin-right: 5px;
}

._2lqh {
    width: 60%;
}

body>div.c-whatsapp>img {
    display: none !important;
}

@media (max-width: 1033px) {
    #reservas .c__title-green-box {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    #reservas .c__title-green-box {
        font-size: 20px;
    }
    .bukly-widget .input {
        width: 30% !important;
    }
    .c__container.c__container--center.c__container--title {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .c-header__navbar {
        height: 68px;
    }
    .c-header__navmenu {
        background-color: #2e363a;
    }
    .c-header__navmenu.l-flex.l-flex--center {
        height: auto;
    }
    .c-header__brand {
        z-index: 999;
        display: inline-block;
        float: left;
        -webkit-transform: translate(0px, -25%);
        -ms-transform: translate(0px, -25%);
        transform: translate(0px, -25%);
    }
    .c-section-home {
        padding-top: 0;
        padding-bottom: 0;
    }
    .c-section-home__title {
        font-size: 40px;
        line-height: 38px;
    }
    .c-section-home__title.c-section-home__title--no-margin {
        font-size: 35px;
    }
    .c-section-home__price.c__yellow-text {
        font-size: 60px;
        line-height: 56px;
    }
    .c__button.c__button--view-more.c__button--item-accommodations {
        right: 25px;
        bottom: 38px;
    }
    .c__title-green-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .c__title-box__break-line {
        margin-left: 0;
        text-align: center;
    }
    .c__title-box__featured {
        display: inline-block;
        text-align: center;
    }
    .c__title {
        font-size: 28px;
    }
    .c__title__featured {
        font-size: 35px;
        line-height: 44px;
    }
    .l-flex__col-footer {
        padding-right: 15px;
        padding-left: 15px;
    }
    .c-header__mobile-menu {
        padding-top: 19px;
        padding-bottom: 19px;
        color: #fff;
        font-size: 30px;
    }
    .c-header__mobile-menu.w--open {
        background-color: #efc109;
    }

    .c-header__mobile-menu.w--open .w-icon-nav-menu:before{
        color: #282f33 !important;
    }

    .l-flex__col-accommodations {
        padding: 10px;
    }
    .l-flex__col-accommodations__infos {
        left: 10px;
        bottom: 25px;
    }
    .l-flex__col-accommodations__text {
        font-size: 18px;
        line-height: 20px;
    }
    .c__reservation-top {
        max-width: 80%;
        margin: auto;
    }
    .c__reservation--center:nth-of-type(2n) {
        margin-left: 30px;
    }
    .c__button--align {
        margin-bottom: 41px;
        margin-left: 30px;
    }
    .date {
        width: auto;
    }
}

@media (max-width: 767px) {
    .bukly-widget label {
        text-align: center !important;
    }
    .bukly-widget .input {
        width: 100% !important;
    }
    .bukly-widget .input {
        margin-bottom: 20px !important;
    }
    #bukly-reserve-btn {
        margin: 10px auto !important;
        display: block !important;
    }
    a[href^="tel:"] {
        pointer-events: all;
    }
    .c__container.c__container--center.c__container--infos-home {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .c-section-home__title {
        margin-bottom: 30px;
        font-size: 35px;
        line-height: 25px;
    }
    .c-section-home__title.c-section-home__title--no-margin {
        font-size: 30px;
    }
    .c-section-home__price.c__yellow-text {
        font-size: 45px;
    }
    .c-section-home__price-symbol {
        font-size: 30px;
    }
    .c__button.c__button--submit {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .l__col-5.l__col-5--center {
        width: 100%;
        padding: 25px;
    }
    .c__title.c__title--italic.c__title--white {
        line-height: 31px;
    }
    .c__input {
        margin-bottom: 10px;
    }
    .c-section-testimonials {
        padding: 65px 30px;
    }
    .c-section-testimonials__slider {
        margin-top: 50px;
    }
    .c-section-discount {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .l-flex__col-footer {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .l-flex__col-accommodations {
        display: block;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .c-footer {
        padding-bottom: 60px;
    }
    .c__reservation-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .c__reservation--center:nth-of-type(2n) {
        margin-left: 0;
    }
    .c__button--align {
        margin-left: 0;
    }
    .w-col-4 {
        width: auto;
    }
}

@media (max-width: 479px) {
    .l-flex__info-bedrooms {
        width: 50%;
        padding: 12px;
        min-width: 1px;
    }
    .c__container.c__container--green {
        padding-right: 15px;
        padding-left: 15px;
    }
    .c__link-phone {
        font-size: 13px;
        padding: 12px 8px;
    }
    .c-header__brand {
        max-width: 95px;
        -webkit-transform: translate(0px, -10%);
        -ms-transform: translate(0px, -10%);
        transform: translate(0px, -10%);
    }
    .c-section-home__title {
        font-size: 30px;
    }
    .c-section-home__price.c__yellow-text {
        font-size: 40px;
        line-height: 44px;
    }
    .c-section-home__price-symbol {
        font-size: 25px;
    }
    .c__button.c__button--submit {
        font-size: 12px;
        line-height: 18px;
    }
    .c__title {
        font-size: 22px;
        line-height: 18px;
    }
    .c__title.c__title--white.c_title--small {
        font-size: 18px;
    }
    .c__title.c__title--white.c_title--small.c_title--footer {
        font-size: 16px;
        line-height: 17px;
    }
    .c__title__featured {
        font-size: 30px;
        line-height: 37px;
    }
    .l-flex__col-footer {
        display: block;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .c-footer__text {
        font-size: 11px;
        line-height: 15px;
    }
    .l-flex__col-accommodations {
        width: 100%;
    }
    .c__icon {
        font-size: 18px;
        margin-bottom: -3px;
    }
}

#policy-privacy {
    margin-top: 3px;
    margin-right: 0;
    float: left;
}

#policy-privacy+label {
    text-align: left;
}

#policy-privacy {
    margin-top: 3px;
    margin-right: 0px;
    float: left;
}

#policy-privacy+label {
    text-align: left;
}