﻿@import url('../../css/styles.css');

a {
    cursor: pointer !important;
    text-underline-offset: 5px;
}

a:focus {
    outline: none !important;
}

input, select, textarea {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

input[type='button'], input[type='submit'], button {
    cursor: pointer;
    font-family: "Work Sans", sans-serif;
}

img {
    max-width: 100%;
}

a, a:focus, a:hover {
    color: #9A5026;
}

a:focus-visible, span:focus-visible, div:focus-visible, textarea:focus-visible, input:focus-visible, select:focus-visible {
    outline: solid #9A5026 1px !important;
    outline-offset: 5px !important;
}

.owl-carousel {
    z-index: 0 !important;
}

.bx-wrapper img {
    width: 100%;
}
/*for IE10*/
.fancybox-slide--iframe .fancybox-content {
    width: 800px !important;
    max-width: 100%;
}

.modal button.close {
    position: relative;
    z-index: 999;
}

.CMSMenu {
    z-index: 0 !important;
    width: 100%;
}
/*Cookies*/
.eGDSCookiesOverlay .eGDSCookiesWindow .eGDSCookiesWindowBtnWrapper .eGDSCookiesWindowBtn.eGDSCookiesWindowClose {
    background: #442C1F !important;
    border-color: #442C1F !important;
}

body .eGDSCookiesOverlay .eGDSCookiesWindow .switch input:checked ~ .draggableSwitch {
    background: #442C1F;
}
/* [Calendar] */
.ui-datepicker {
    background: #EFEFEF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .10);
    border: 1px solid rgba(0, 0, 0, .10);
}

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
        line-height: 16px;
    }

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
    width: 16px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-datepicker-header, .ui-datepicker-calendar thead {
    border-bottom: solid 1px #D5D5D5;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}

.ui-datepicker td a {
    color: #1a0908 !important;
}

.ui-datepicker-unselectable span {
    color: #D5D5D5;
}

.ui-datepicker-current-day a, a.ui-state-hover {
    color: #1a0908;
    background: #D5D5D5;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
    top: 2px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
    top: 2px !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
}
/* [TOS MODAL] */
.sidebar_content h1 {font-size: 22px;margin-bottom: 20px;}
.sidebar_content ol {list-style-type: decimal;font-size: 16px;line-height: 20px;}
.sidebar_content ol li{margin-bottom: 10px;}
/* Skip links: ocultos por padrão, visíveis ao foco */
.skip-link {
    position: absolute;
    top: -44px;
    left: 0;
    background: #9A5026;
    color: #FFF !important;
    padding: 8px 16px;
    z-index: 99999;
    border-radius: 4px;
    text-decoration: none;
    transition: top 0.2s ease;
}

.skip-link:focus, .skip-link:focus-visible, .skip-link:focus-within {
  top: 10px;
}
/* [Bootstrap Helpers] */
.NoPadding {
    padding: 0 !important;
    margin: 0 !important;
}

.NoPaddingRight {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.NoPaddingLeft {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.Equal {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
}
/* [CMSEditMode] */
.CMSEditMode [data-cue="fadeIn"], .CMSEditMode [data-cues="fadeIn"] > * {
    opacity: 1;
}
.CMSEditMode.bEditMode .Banner::after, .CMSEditMode.bEditMode header {
    pointer-events: none;
}
.CMSEditMode [data-cue="zoomIn"], .CMSEditMode [data-cues="zoomIn"] > * {
    opacity: 1 !important;
}
/* [Responsive] */
/*XS*/
@media (max-width: 767px) {
    .LeftContent {width: 100%;padding: 0;}
    .RightContent {width:70px; background: none;}
    .LCLogo {margin-top:15px;text-align:left;margin-left:16px;}
    .LCLanguages {
        margin-bottom:15px;
    }
    .HeaderLogo img {
        object-fit: contain;
    }

    .HeaderLogo {
        justify-content: flex-start;
        padding-left: 15px;
    }

    header {
        padding-left: 0;
        padding-right: 0;
    }
    /*.Booking .container, .Booking .container .col-lg-12 {padding: 0;}*/
    .Search .InputDate input, .Search .InputDate select {width: 100px;}
    .Search .Button a {padding: 18px 13px 18px;}
    .Search .Button a span {display: none;}
    .Search .InputDate {padding: 0 1.5%;}
    body.Fixed .Search .Button a {padding: 18px 10px 18px;}
    .BookingFeatures label {font-size: 14px;}
    .BookingFeatures, .InputDateGuests {
        display: none !important;
    }
    .Features ul li {
        width: 100%;
    }
    main .HomeText {
        padding-left: 0;
        padding-right: 0;
    }
    .InputDatePromocode {
        display: none !important;
    }
    .Booking {
        bottom: 0;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 3;
    }
    .RoomsListAll .RoomsContainer {
        flex-direction: column;
    }

    .RoomsListAll .RoomsContainer .RoomInfo {
        width: 100%;
        order: 1 !important;
    }

    .RoomsListAll .RoomsContainer .RoomImage {
        width: 100%;
        order: 2 !important;
    }
    .Contacts .Text {
        padding: 20px 0px 20px 0;
    }
    .SpecialOffer .itemImage {
        width: 100% !important;
        order:0;
    }

    .SpecialOffer .Description {
        width: 100%;
        order:1;
    }
    .SpecialOffer {
        flex-direction:column;
    }
    .specialoffers_carousel {
        width: 100% !important;
        margin-left: 0;
    }
    .Copyright, .Powered {
        text-align: center;
    }
    .Search .InputDate {
        padding: 15px 10px;
    }

    .Search .Button a {
        padding: 18px 10px 18px;
        font-size: 18px;
    }
    .whatsapp-float {
        bottom: 100px;
    }
    .Banner .bx-wrapper .bx-pager {
        bottom: 120px;
    }

    .Fixed .Search {
        background: rgba(0,0,0,.9);
    }
    main .HomeImages img {
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: center;
    }

    .OfferItem {
        width: 100%;
    }

    .Copyright, .Powered {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    main .Services li {
        width: 100%;
    }
    main {
        padding: 20px 0;
    }
    .Rooms {
        padding: 20px 15px 20px;
    }

    .Restaurantes {
        padding: 30px 0 30px;
    }

    .RestaurantesContent a {
        margin: 30px auto 0;
    }
    .Offers {
        padding: 20px 0 20px;
    }

    footer {
        padding: 20px 0 165px;
        text-align: center;
    }

    footer .About img {
        margin-top: 5px;
    }

    footer h2::after {
        margin: 20px auto 0 auto;
    }
    .RoomsContainer.owl-carousel .owl-nav button.owl-prev {
        transform: translateX(25%);
    }

    .RoomsContainer.owl-carousel .owl-nav button.owl-next {
        transform: translateX(-25%);
    }
    .RoomItemV2 .RoomImageContainer {
        min-height: unset;
        height: 300px;
        aspect-ratio: unset;
    }
    .SectionsListAll .SectionImage img {
        position: relative;
        width: 100%;
        height: 250px;
    }

    .SectionsListAll > .SectionsContainer .SectionInfo .SectionInfoContent {
        padding-left: 0;
        padding-right: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .SectionsListAll > .SectionsContainer .SectionImage {
        padding: 25px 0 40px 0;
    }

    .SectionsListAll > .SectionsContainer:nth-child(odd) .SectionInfo .SectionInfoContent:last-child, .SectionsListAll > .SectionsContainer .SectionInfo:last-child:first-child .SectionInfoContent,
    .SectionsListAll > .SectionsContainer:nth-child(even) .SectionInfo .SectionInfoContent {
        /*padding-bottom: 0;*/
    }

    .SectionsListAll > .SectionsContainer:nth-child(even) .SectionInfo {
        order: 1;
    }

    .SectionsListAll > .SectionsContainer:nth-child(odd) .SectionInfo {
        order: 1;
    }

    .SectionsListAll > .SectionsContainer:nth-child(even) .SectionImage {
        order: 2;
    }

    .SectionsListAll > .SectionsContainer:nth-child(odd) .SectionImage {
        order: 2;
    }
    .SectionsListAll > .SectionsContainer .SectionInfo .SectionInfoContent ul li {
        text-align: center;
    }

    .SectionsListAll > .SectionsContainer .SectionInfo .SectionInfoContent ul li.HasIcon {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 12px;
        gap: 10px;
    }

    .SectionsListAll > .SectionsContainer .SectionInfo .SectionInfoContent ul li.HasIcon .far, .SectionsListAll > .SectionsContainer .SectionInfo .SectionInfoContent ul li.HasIcon .fas, .SectionsListAll > .SectionsContainer .SectionInfo .SectionInfoContent ul li.HasIcon .fal, .SectionsListAll > .SectionsContainer .SectionInfo .SectionInfoContent ul li.HasIcon .fad, .SectionsListAll > .SectionsContainer .SectionInfo .SectionInfoContent ul li.HasIcon .fab, .SectionsListAll > .SectionsContainer .SectionInfo .SectionInfoContent ul li.HasIcon .fa {
        position: relative;
        left: 0;
    }

    .SectionsListAll > .SectionsContainer .SectionInfo .SectionInfoContent ul li br {
        display: none;
    }
    .SectionsListAll > .SectionsContainer .SectionInfo .SectionInfoContent ul.SmallList li {
        width: 100%;
    }
    .SectionsListAll .SectionsContainer:last-child {
        margin-bottom: -20px;
    }
    footer hr {
        margin-top: 5px;
    }
    .SectionGalleryContainer {
        height: 300px;
        width: 100%;
        margin-top: 0;
    }
    .Contacts .Map {
        padding: 0px 0 20px 0px;
    }
    section.ContactsForm {
        padding: 20px 0;
    }
    .Form.CustomForm .txtEmailField, .Form.CustomForm .smallField, .Form.CustomForm > div {
        width: 100%;
    }
    .fancybox-slide.fancybox-slide--iframe {
        padding: 0;
    }
}
/*SM*/
@media (min-width: 768px) and (max-width: 991px) {
    .HeaderLogo img {
        object-fit: contain;
    }
    
    .HeaderLogo {
        justify-content: flex-start;
        padding-left: 15px;
        width: auto;
    }

    header .BookNow {
        width: auto;
        margin: 0;
    }

    header .BookNow a {
        width: fit-content;
        padding: 14px 30px;
    }

    header {
        padding-left: 0;
        padding-right: 0;
    }
    .Booking .container, .Booking .container .col-lg-12 {padding: 0;}
    .Search .InputDate input, .Search .InputDate select {width: 100px;}
    .Search .Button a span {display: none;}
    .Search .InputDate {padding: 0 1.5%;}
    .BookingFeatures label {font-size: 13px;}
    .RoomsListAll .RoomsContainer {
        flex-direction: column;
    }

    .RoomsListAll .RoomsContainer .RoomInfo {
        width: 100%;
        order: 1 !important;
    }

    .RoomsListAll .RoomsContainer .RoomImage {
        width: 100%;
        order: 2 !important;
    }
    .SpecialOffer .itemImage {
        width: 50% !important;
    }

    .SpecialOffer .Description {
        width: 50%;
    }
    .Search .InputDate {
        padding: 15px;
    }
    .Search .InputDate {
        padding: 15px 10px;
    }

    .Search .Button a {
        padding: 18px 18px 18px;
    }
    main .HomeImages img {
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: center;
    }
    .OfferItem {
        width: calc(50% - 5px);
    }
    .Copyright, .Powered {
        text-align: center;
    }
    .RoomItemV2 .RoomImageContainer {
        min-height: unset;
        height: 300px;
        aspect-ratio: unset;
    }


    .SectionsListAll .SectionImage img {
        position: relative;
        width: 100%;
        height: 300px;
    }

    .SectionsListAll > .SectionsContainer .SectionInfo .SectionInfoContent {
        padding-left: 0;
        padding-right: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .SectionsListAll > .SectionsContainer .SectionImage {
        padding: 40px 0;
    }

    .SectionsListAll > .SectionsContainer:nth-child(odd) .SectionInfo .SectionInfoContent:last-child, .SectionsListAll > .SectionsContainer .SectionInfo:last-child:first-child .SectionInfoContent,
    .SectionsListAll > .SectionsContainer:nth-child(even) .SectionInfo .SectionInfoContent {
        /*padding-bottom: 0;*/
    }

    .SectionsListAll > .SectionsContainer:nth-child(even) .SectionInfo {
        order: 1;
    }

    .SectionsListAll > .SectionsContainer:nth-child(odd) .SectionInfo {
        order: 1;
    }

    .SectionsListAll > .SectionsContainer:nth-child(even) .SectionImage {
        order: 2;
    }

    .SectionsListAll > .SectionsContainer:nth-child(odd) .SectionImage {
        order: 2;
    }
    .SectionGalleryContainer {
        height: 300px;
        width: 100%;
        margin-top: 0;
    }
    .Contacts .Map {
        padding: 0px 0 60px 0px;
    }
}
/*MD*/
@media (min-width: 992px) and (max-width: 1199px) {
    .Features ul li {
        width: 100%;
    }
    .HeaderLogo {
        justify-content: flex-start;
        padding-left: 15px;
        width: auto;
    }

    header .BookNow {
        width: auto;
        margin: 0;
    }

    header .BookNow a {
        width: fit-content;
        padding: 14px 30px;
    }
    .Search .InputDate {
        padding: 15px;
    }
    .OfferItem {
        width: calc(50% - 5px);
    }
}
/*LG*/
@media (min-width: 1200px) and (max-width: 1365px) {
    .Menu .CMSMenu ul li a {
        margin: 0 4px;
        font-size: 14px;
    }
    header .BookNow {
        width: 14%;
    }
    .Features {
        padding: 40px 20px;
    }

    .Features label {
        font-size: 16px;
    }
}
@media (min-width:1366px) and (max-width: 1919px) {
    .Menu .CMSMenu ul li a {
        margin: 0 5px;
        font-size: 14px;
    }
    header .BookNow {
        width: 12%;
    }
}
/*[TEMP]*/
.Booking, a[href*='secuream3.e-gdscloud.com'], .SpecialOffers {
    display: none !important;
}