<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*!
* Start Bootstrap - Full Width Pics v5.0.4 (https://startbootstrap.com/template/full-width-pics)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-full-width-pics/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-montserrat: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-montserrat);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-darkgreen: #1a3313;
    --cor-hr-lg: #ffe3c8;
    --cor-detalhes: #384001;
    --cor-detalhes-menor: #9d8536;
    --cor-azul-escuro: #06516e;
    --cor-hr-sm: #ffe3c8;
    --cor-primary: #ffe3c8;
    --cor-secundary: #79985c;
    --cor-dark-green: #092c26
}

::-webkit-scrollbar {
    width: 10px
}

* {
    scrollbar-width: thin;
    scrollbar-color: #c4c4c4 #fff
}

.center {
    text-align: center;
    margin: 0 auto
}

::-webkit-scrollbar-track {
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased
}

body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-display: swap;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body,
html {
    overflow-x: hidden
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-display: swap;
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a&gt;code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}



.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote&gt;:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "—&nbsp;"
}

.img-fluid {
    max-width: 100%;
    height: auto
}


.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

section{
    margin-bottom: 5rem;
}

.section-wrap{
    margin-bottom: 2rem;
}

.section-wrap h2 {
    text-align: center;
    font-weight: 700;
    color: var(--bs-darkgreen);
    font-family: Poppins, sans-serif;
    font-display: swap;
    font-display: swap
}

.section-wrap h3 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-display: swap;
    font-display: swap
}

.content-header {
    text-align: left;
    font-weight: bolder;
    font-family: Montserrat, sans-serif;
    font-display: swap;
    font-display: swap
}

.content-header p {
    color: var(--cor-secundary);
    margin-bottom: 0
}

.content-header hr {
    color: #9d8536 !important;
    height: 2px !important;
    opacity: 1 !important;
    margin-right: 65% !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    width: 321.312px !important
}

.content-header p+hr+p {
    color: #3b3d2c;
    margin-bottom: 10px;
    margin-top: 0
}

.parallax-parent {
    border-top: solid 5px var(--cor-secundary) ;
    height: 500px;
    overflow: hidden
}

.parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    transition: ease-out background-position-y .05s;
    align-items: center
}

#reserve{
    position: relative;
    background: black;
    overflow: hidden;
}

.form-promo{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.parallax::before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    background-image: url('../imgs/parallax.webp');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.parallax h1 + form{
    position: relative;
    z-index: 2;
}
.form-controll {
    margin-bottom: 1rem;
    padding: 0.5rem;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid white;
    color: white;
    outline: none;
    box-shadow: none;
    background-color: white;
}

.form-controll:focus {
    border-bottom: 2px solid #ccc; 
    outline: none !important;
    box-shadow: none !important;
}

.footer-parallax-reservar {
    position: relative;
    color: #fff;
    background-color: red;
    padding: 10px;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    transition: .5s
}

.footer-parallax-reservar span {
    margin: auto;
    display: table
}

.footer-parallax-reservar:hover {
    text-decoration: none;
    color: red;
    background-color: #fff;
    transform: scale(1.1)
}

.footer-parallax-btn a {
    position: relative;
    color: #fff;
    height: 100%;
    text-decoration: none;
    display: block;
    transition: .5s
}

.footer-parallax-btn a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, .815);
    background-color: rgba(255, 255, 255, .548) !important
}

.white-square {
    background-color: rgba(255, 255, 255, .582)
}

.flex-container {
    display: flex
}

.footer-info {
    background-color: var(--cor-secundary) ;
    color: #454337;

}

.footer-info a {
    text-decoration: none;
    color: white;
    transition: 00.5s all;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle
}

.footer-info a i,
.footer-info address i,
.footer-info svg {
    margin-right: 0.3rem;
    color: white;
}

.footer-info a:hover {
    color: var(--cor-primary);
    text-decoration: none
}

.footer-info address {
    transition: 00.5s all
}

.footer-info address:hover img {
    transition: 00.5s all;
    filter: saturate(3.5) hue-rotate(300deg)
}

.footer-info-contact {
    padding-top: 20px
}

.footer-info-contact&gt;div&gt;a {
    color: white;
    display: flex;
    align-items: center
}

.footer-info-address {
    padding: 20px 0
}

.footer-sitenivel {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%
}

.footer-sitenivel img {
    height: 30px
}

.footer-sitenivel a {
    transition: all .5s ease;
    filter: brightness(100%)
}

.footer-sitenivel a:hover {
    filter: brightness(120%)
}

.footer-title {
    text-transform: uppercase;
    background-color: #fff;
    background-size: cover;
    color: var(--bs-darkgreen);
    font-weight: 700;
    text-align: center
}

.social-links a {
    text-decoration: none;
    color: #dededc
}

.dropdown-menu {
    background-color: var(--cor-secundary) !important;
    border-style: none !important;
    border: none !important;
    border-radius: 0 !important
}

.dropdown-item {
    font-family: Poppins, sans-serif !important;
    font-display: swap;
    color: #fff !important
}

.dropdown-menu a:hover {
    background-color: #944517;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f77429;
    color: var(--cor-primary)
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0
}

.nav-item .nav-link {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-family: Montserrat, sans-serif;
    font-display: swap;
    border-bottom: 0 solid transparent;
    font-weight: 300
}

.nav-item:not(.dropdown) .nav-link:hover {
    border-bottom: 3px solid #fff
}

.nav-item .nav-link.active {
    border-bottom: 3px solid #fff
}

.dropdown-bg&gt;a {
    background-color: #944517;
    color: #fff !important;
    border-bottom: 3px solid #fff !important;
    transition: .2s all ease
}

.home-text {
    text-align: center;
    color: #252625
}

.home-text p {
    line-height: 2em;
    font-family: Montserrat, sans-serif;
    font-display: swap;
    font-weight: 700
}

.home-text p.lead {
    font-weight: 700;
    font-family: inherit
}

.home-text hr {
    color: #454337;
    height: 3px;
    opacity: 1
}

.header-gradient {
    background: #f2e0c9;
    background: linear-gradient(0deg, rgba(242, 224, 201, 1) 0, rgba(85, 99, 30, 0) 100%);
    background-position: bottom;
    height: 100%
}

.page-header .linha {
    background-color: var(--cor-secundary);
    width: 100%;
    overflow: visible;
    min-height: 6vh;
    position: absolute;
    bottom: 1%
}

.page-header h1 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-display: swap;
    font-size: 3vh;
    line-height: 6vh;
    margin: 0;
    margin-left: 56px
}

.page-header img {
    width: 5.5rem;
    image-rendering: auto;
    object-position: cover;

}

.page-header {
    height: 230px;
    background-image: none;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

@media (max-width:1024px) {
    .collapsable {
        display: none;
        height: auto !important
    }

    .carousel-item {
        height: 30vh
    }

    .carousel-item img {
        height: auto;
        width: auto;
        object-fit: cover;
        display: block;
        right: 50%
    }
}

.moinho-icone {
    position: absolute;
    top: -13vh;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    height: 79px;
    width: 79px
}

.moinho-icone img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

@media (max-width:768px) {
    .collapsable {
        display: none;
        height: auto !important
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1140px !important
    }
}

.navbar {
    background: #252625;
    background: linear-gradient(180deg, var(--cor-secundary) 0, rgba(85, 99, 30, 0) 100%);
    position: absolute;
    width: 100%;
    z-index: 98;
    padding-bottom: 10vh;
    padding-top: 0
}

.bg-danger {
    --bs-bg-opacity: 0.7 !important
}

.navbar-brand p {
    font-size: small;
    color: white;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center
}

.navbar-brand a {
    text-decoration: none
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 16px;
    background-color:var(--cor-secundary) ;
    width: 162px;
    height: 130px;
    align-items: center;
    position: relative;
    overflow: hidden
}

.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media (max-width:1300px) {
    .navbar {
        background-color: #2f2222 !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%232a1d1d' fill-opacity='0.05'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.05'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E") !important;
        padding-bottom: 0 !important;
        overflow: hidden !important;
        text-align: center !important
    }

    #ulHeight {
        max-height: 100% !important
    }

    main {
        padding-top: 17.2vh !important
    }
}

.reserva-btn a {
    padding: 15px 10px;
    height: 110px;
    color: white;
    background-color: #ff5a00;
    text-decoration: none;
    transition: all ease-in-out .15s;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    border-right: 0 solid #d2a052;
    border-top: 0 solid #d2a052
}

.reserva-btn a:hover {
    filter: brightness(1.1);
    border: 3px solid #d2a052;
    border-radius: 3px;
    text-decoration: none;
    color: black;
    font-weight: 700
}

.reserva-btn {
    position: absolute;
    right: 0;
    bottom: -30px
}

@media (min-width:992px) {
    .text-end-md {
        text-align: end
    }
}

.home-text {
    text-align: center
}

.home-text h4 {
    font-family: 'Playfair Display', serif
}

.home-text a {
    text-decoration: none;
    transition: filter .2s ease
}

.home-text a:hover {
    filter: brightness(1.5);
    transition: filter .2s ease
}

.tripadvisor {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 0
}

@media (max-width:424px) {
    .conforto-parallax {
        background-attachment: fixed
    }
    .page-header h1{
        font-size: 19px;
        margin-left: 0px;
        width: 100%;
    }
}

.tripadvisor span {
    position: absolute;
    z-index: 1;
    font-size: .8em;
    font-weight: 700;
    left: 35%;
    text-decoration: none;
    color: var(--bs-darkgreen)
}

.uibutton {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(top left, rgba(0, 71, 153, .1) 0, rgba(255, 255, 255, .2) 37%, rgba(255, 255, 255, .8) 45%, rgba(255, 255, 255, 0) 50%), -webkit-linear-gradient(#003283, #003283);
    background-image: -moz-linear-gradient(0 0, rgba(0, 71, 153, .1) 0, rgba(255, 255, 255, .2) 37%, rgba(255, 255, 255, .8) 45%, rgba(255, 255, 255, 0) 50%), -moz-linear-gradient(#003283, #003283);
    background-image: -o-linear-gradient(0 0, rgba(0, 71, 153, .1) 0, rgba(255, 255, 255, .2) 37%, rgba(255, 255, 255, .8) 45%, rgba(255, 255, 255, 0) 50%), -o-linear-gradient(#003283, #003283);
    background-image: linear-gradient(0 0, rgba(0, 71, 153, .1) 0, rgba(255, 255, 255, .2) 37%, rgba(255, 255, 255, .8) 45%, rgba(255, 255, 255, 0) 50%), linear-gradient(#003283, #003283);
    background-position: -226px -100px, 0 0;
    -moz-background-size: 250% 250%, 100% 100%;
    background-size: 250% 250%, 100% 100%;
    -webkit-transition: background-position .5s ease;
    -moz-transition: background-position .5s ease;
    -o-transition: background-position .5s ease;
    transition: background-position .5s ease
}

.uibutton:focus,
.uibutton:hover {
    background-position: 0 0, 0 0;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s
}

.uibutton:active {
    top: 1px
}

.bookingcom {
    display: inline-block;
    width: 186px;
    height: 60px;
    text-align: center;
    position: relative;
    z-index: 0
}

.bookingcom img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    mix-blend-mode: lighten
}

.bookingcom span {
    position: absolute;
    z-index: 1;
    font-size: 1.3em;
    font-weight: bolder;
    left: 50%;
    bottom: 0;
    text-decoration: none;
    color: #fff
}

.balaos{
    display: flex ;
    align-items: center ;
    justify-content: space-around
}

.balao-container{
    margin-top: 2rem;
    position: relative;
    display: flex ;
    align-items: center ;
    justify-content: space-around;
    width: 100%; 
    height: 8rem; 
}

.balao{
    width: 100%; 
    height: 8rem; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px;
    padding: 1.3rem 1.3rem ;
    border: none;
    position: relative;
    margin-bottom: 5rem;
    background-color: #c4cfe7;
    box-sizing: border-box;
    z-index: 2;
}

.balao::after{
    content: '';
    width: 2rem;
    height: 2rem;
    display: block;
    position: absolute;
    top: 6.9rem;
    left: 24rem;
    background-color: #c4cfe7;
    border: none;
    transform: rotate(45deg);
}

.balao p {
    font-size: 12px; 
    margin: 0; 
    color: #0831a6;
}

.nome {
    position: absolute;
    top: 7.5rem;
    left: 12rem;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1764px) {
    .balao {
        height: 6rem;
        padding: 1rem;
    }

    .balao::after {
        top: 5.0rem;
        left: 23rem;
        /* width: 1.5rem;
        height: 1.2rem;*/
    }

    .nome{
        left: 10rem; 
    }
}
@media screen and (max-width: 1700px) {
    .balao {
        height: 6rem;
        padding: 1rem;
        height: 8rem;
    }

    .balao::after {
        top: 7.0rem;
        left: 15rem;
    }
    .nome{
        left: 5rem;  
    }
}

@media screen and (max-width:1188px ){
    .balaos{
        display: none;
    }
}
/* @media screen and (max-width:520px ){
    .balaos{
        display: block;
        padding: 0rem 2rem;
    }
} */



@media (min-width:1200px) {
    .header-carousel .carousel-item {
        height: 81vh;
        width: 100%
    }

    .img-absolute {
        position: absolute;
        z-index: 1;
        border: 5px solid #fff;
        overflow: hidden;
        height: 367px;
        width: 546px;
        top: 8%
    }
}

.header-carousel {
    position: relative
}

.shade {
    z-index: 2;
    position: absolute;
    bottom: 0;
    background:  var(--cor-secundary);
    background: linear-gradient(0deg, var(--cor-secundary) 0%, rgba(85, 99, 30, 0) 100%);
    height: 20%;
    width: 100%;
    border-bottom: 8px solid var(--cor-secundary);
    margin-bottom: -8px;
    pointer-events: none
}

.header-carousel .carousel-caption h3 {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-weight: 500;
    z-index: 99;
    position: unset;
}

.header-carousel .carousel-caption {
    position: absolute;
    z-index: 99
}

.header-carousel .carousel-item img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: 0
}

.conforto-parallax {
    transition: cubic-bezier(.45, .61, .51, 1.02) background-position-y .1s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 55vh;
    position: relative;
    border-top: 10vh solid var(--cor-primary);
}

.conforto-parallax:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 5px;
    border-top: 3px solid var(--cor-secundary);
}

.conforto-card {
    background: rgba(255, 255, 255, .8);
    position: absolute;
    top: -10%;
    right: 20%;
    left: 20%;
    overflow: hidden;
    z-index: 2
}

@media (max-width:1023px) {
    .conforto-card {
        right: 5%;
        left: 5%;
        height: 100%;
        margin-top: 15px;
        position: static
    }

    .conforto-parallax {
        padding-bottom: 15px
    }
}

@media (max-width:1200px) {
    #confortoverde .carousel-item img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

    .img-absolute img {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        margin-bottom: 30px
    }

    .header-carousel .carousel-item img {
        min-height: 30vh;
        width: 100%
    }

    .header-carousel .carousel {
        min-height: 50vh
    }

    .header-carousel .carousel-item {
        min-height: 50vh !important
    }

    .header-carousel .carousel-controls {
        visibility: hidden !important
    }
}

.conforto-parallax .carousel-item {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.conforto-parallax .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

a.conforto-reservar.btn {
    color: #fff;
    background-color: #ff5a00;  
    width: 60%;
    position: absolute;
    bottom: 5%;
    left: 20%;
    right: 60%
}

a.conforto-reservar.btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #a13901;
}

.conforto-reservar-wrap {
    position: relative
}

.barra-rosa {
    background: linear-gradient(to bottom, var(--cor-secundary) 140px, #d8631f 20px, #d8631f);
    width: 100%;
    height: 20vh
}

.img-absolute img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#confortoverde .carousel-item {
    height: 100%
}

#confortoverde.carousel {
    height: 100%;
    background-color: #fff;
    border: 10px solid #fff
}

.home-text .hr {
    display: inline-block
}

.home-text .hr:after {
    content: '';
    display: block;
    border-top: 3px solid #454337;
    margin-top: .5em
}</pre></body></html>