:root {
    --main-bg-dark: #362f2d;
}

body{
    padding-top: 90px;
    font-family: 'Open Sans', sans-serif;
    color: #898989;
}



#whatsapp{
   right:-280px;
   position: fixed;
   width: 260px;
   z-index: 1030;
   top: 150px;
   background: #cc4444;
   padding: 12px 30px 12px 15px;
   line-height: 18px;
   border-radius: 12px;
   font-weight: bold;
   color: #ffffff;
   -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.58);
   -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.58);
   box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.58);
}
#whatsapp img{
   float:left; margin-right:10px; margin-top: 2px;
}
#whatsapp a{
   text-decoration: none !important;
   color:#ffffff !important;
   font-size:14px;
}

#close-whatsapp{
   position:absolute;
   right: 6px;
   top: 6px;
   font-size:12px !important;
   cursor: pointer;
   color: #7c4444 !important;
   background:none !important; border:none !important;
}



a,
a:hover{
    color: #8a7762;
}

p{
    font-family: 'Poppins', serif;
    line-height: 1.8;
}

h2, h6{
    font-family: 'Poppins', serif;
    color: #8a7762;
}

h1, h3, h5, h4, .text-custom1{
    font-family: 'Playfair Display', serif;
    color: #3b322a;
}

.h1{
    font-weight: 700;
}

.font-poppins{
   font-family: 'Poppins', serif;
}

.bg-light{
    background-color: #ebebeb;
}

.text-gold{
    color: #8a7762;
}

.cover{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.card{
    transition: all 0.4s;
}

.card:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.card .card-body{
    background-color: #fff;
}

.card-title{
    font-weight: 700;
}

.card .card-img-top{
    height: 230px;
}

.navigation{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.navigation > nav{
    width: 100%;
}

.navigation > nav:first-child{
    font-size: 0.9rem;
}
.navigation > nav:first-child .lang{
    font-size: 0.8rem;
}

.navigation > nav:first-child a{
    color: #8a7762;
}

.navigation > nav:first-child a:hover{
    text-decoration: none;
}
.sticky {
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 1028;
}

#navbar.sticky {
   background-color: rgba(0,0,0,.9) !important;
   transition: all ease 0.5s;
}

.navbar.menu{
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar ul{
    list-style: none;
}

.navigation ul li:before{
    content: "";
    display: none;
}





/* First page banner */

.panorama{
    height: 750px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.panorama > img{
    height: 100%;
}

.panorama .info{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: relative;
    overflow: visible;
}

.panorama .info img{
    z-index: 999;
}

.panorama .info a{
    text-decoration: none;
}

.panorama .info .beacon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: beacon 3s ease-in-out 0.5s infinite backwards;
            animation: beacon 3s ease-in-out 0.5s infinite backwards;
    transition: all 0.3s;
    z-index: 333;
}

.panorama .info .simbol{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 999;
    color: #8a7762;
    z-index: 999;
    font-size: 25px;
    transition: all 0.3s;
}

.panorama .info .content{
    position: absolute;
    left: 50%;
    z-index: 666;
    width: 0;
    height: 0;
    opacity: 0;
    transition: all 0.4s;
    color: #8a7762;
    overflow: hidden;
}

.panorama .info .content.top{
    top: 50%;
}

.panorama .info .content.bottom{
    margin-bottom: 70px;
    bottom: 50%;
}

.panorama .info a .content > div{
    background-color: #fff;
    transition: all 0.4s;
}

.panorama .info a:hover .content{
    width: 220px;
    opacity: 1;
    overflow: visible;
}

.panorama .info a:hover .content.bottom{
    margin-bottom: 250px;
}

.panorama .info a:hover .content > div.cover{
    height: 150px;
}

.panorama .info a:hover .simbol,
.panorama .info:hover .beacon{
    background-color: #8a7762;
    color: #fff;
}

.panorama .icon{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 30px;
    z-index: 990;
}

.panorama .quick-links{
    position: absolute;
    bottom: 30px;
    z-index: 990;
}

.panorama .simbol-sm{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #8a7762;
    transition: all 0.3s;
}

.panorama .simbol-sm:hover{
    background-color: #8a7762;
    color: #fff;
}

.hotel-simbol{
    width: 30px;
    height: 40px;
    background: url('/imgs/hotel-simbol.png') -30px 0 no-repeat;
}

a:hover  .hotel-simbol {
    background-position: 0 0;
}

.hotel-simbol-sm{
    width: 19px;
    height: 25px;
    background: url('/imgs/hotel-simbol-sm.png') -19px 0 no-repeat;
}

a:hover  .hotel-simbol-sm {
    background-position: 0 0;
}

/* First page banner - END  */

.banner{
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center center;
}

.text-brown{
    color: #8a7762;
}

.menu .nav-item{
    padding-bottom: 10px;
}

.menu .nav-item a.nav-link,
.menu .nav-item.active a.nav-link,
.menu .nav-item a.nav-link:hover,
.menu .nav-item a.nav-link:focus{
    position: relative;
    text-transform: uppercase;
    color: white;
}

.menu .navbar-nav > .nav-item::after{
    display: block;
    position: relative;
    content: '';
    border-bottom: 4px solid rgba(255,255,255, 0);
    top: calc(.5rem + 4px); /* calculado com o padding e metade do tamanho do border */
    left: 0;
    z-index: 999;
    transition: all 0.3s;
}

.menu .navbar-nav > .nav-item.active::after,
.menu .navbar-nav > .nav-item:hover::after,
.menu .navbar-nav > .nav-item:focus::after{
    border-bottom: 4px solid #8a7762;
}

.menu .navbar-nav > .nav-item.active a.nav-link{
    font-weight: 700;
}

.menu .navbar-nav .dropdown:hover .dropdown-menu{
    display: block;
}

.menu .dropdown-menu{
    top: calc(100% - 2px);
    left: calc(-50% - 25px + 4px);
    border: none;
    border-radius: 0;
    z-index: 888;
    text-align: center;
    padding: 20px 25px;
}

.menu .dropdown-menu a.nav-link{
    white-space: nowrap;
    color: #8a7762;
    border-bottom: 1px solid #ececec;
}

.menu .dropdown-menu a.nav-link:hover,
.menu .dropdown-menu .nav-item.active a.nav-link{
    color: #8a7762;
    text-shadow: 0 0 1px #8a7762;
}

.btn-brown{
    color: white;
    background-color: #8a7762;
}

.btn-outline-primary{
    border-color: #8a7762;
    color: #8a7762;
}

.btn-outline-primary:hover{
    background-color: #8a7762;
    border-color: #8a7762;
    color: #fff;
}

footer .address,
footer .address a{
    font-family: 'Poppins', sans-serif;
    color: #555555;
    font-size: 0.9rem;
}

footer .sitemap{
    background-color: var(--main-bg-dark);
    font-size: 0.8rem;
}

footer .sitemap,
footer .sitemap a,
footer .copyright,
footer .copyright a{
    color: #fff;
}

footer .copyright{
    background-color: #110d09;
    font-size: 0.8rem;
}


/* BOOK NOW
---------------------------------------------------*/
.modal-backdrop {
   z-index: 998 !important;
}
form.booknow-form{
    position: relative;
    font-family: 'Lora', serif;
}

form.booknow-form div.input{
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    z-index: 2;
}

form.booknow-form label{
    background-color: var(--main-bg-dark);
    color: white;
}

form.booknow-form .input-group,
form.booknow-form .input-group a{
    color: #636363;
    background-color: #fff;
}

form.booknow-form .input-group input.form-control{
    color: #636363;
    border: none;
    border-radius: 0;
    background-color: #fff;
    width: 40px;
    padding: 0;
    text-align: center;
    font-size: 1rem;
}

.bg-light-two-column{
    background: linear-gradient(to right, #f5f5f5 50%, #f9f9f9 50%);
}

.bg-light{
    background-color: #f9f9f9 !important;
}

.bg-secondary{
    background-color: #f2f2f2!important;
}

ul.contacts li div{
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #110d09;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #8a7762;
}

ul.contacts li,
ul.contacts li a{
    color: #898989;
}

input.form-control{
    border-color: #ebebeb;
    padding-left: 20px;
    color: #8a7762;
    background-color: #f9f9f9;
}

textarea.form-control{
    color: #8a7762;
    background-color: #f9f9f9;
    border-color: #ebebeb;
    border-radius: 30px;
    padding-left: 20px;
}

.modal .modal-header{
    border: none;
}

.modal .modal-content{
    border-radius: 0;
    padding: 1.5rem;
}

.modal button.close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #131212;
    border-radius: 50%;
    text-shadow: none;
    color: #fff;
    opacity: 1;
    font-size: 2rem;
    line-height: 0 !important;
    z-index: 999;
}

.modal button.close:before{
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transition: all 0.4s;
}

.modal button.close:not(:disabled):not(.disabled):hover{
    opacity: 1;
}

.modal button.close:not(:disabled):not(.disabled):hover:before{
    width: 90px;
    height: 90px;
    background-color: #8a7762;
    opacity: 0.5;
}

.modal .modal-image{
    position: relative;
    height: 280px;
    width: 100%;
}

.modal .modal-image .modal-actions{
    position: absolute;
    bottom: 0.65rem;
    right: 0.65rem;
}


.beacon{
    width: 85px;
    height: 85px;
    position: relative;
}

.beacon-symbol{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #8a7762;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.beacon-symbol::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #8a7762;
    -webkit-animation: beacon 5s ease-in-out 0.8s infinite backwards;
            animation: beacon 5s ease-in-out 0.8s infinite backwards;
    transition: all 0.3s;
    z-index: 1;
}

.beacon-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #fff;
    font-size: 3rem;
}

ul.custom {
    list-style: none; /* Remove default bullets */
    vertical-align: middle;
}

ul.custom li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #8a7762; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */ 
    width: 0.5em; /* Also needed for space (tweak if needed) */
    margin-left: -0.7em; /* Also needed for space (tweak if needed) */
    font-size: 2rem;
    line-height: 1;
    vertical-align: middle;
}

.two-columns{
    columns: 2;
}

.bg-primary{
    background-color: #8a7762!important;
}

.price-tag{
    background-color: #3b322a;
    font-size: 1.5rem;
}

/* @media (min-width: 676px){
    .modal-dialog {
        max-width: 600px;
    }
} */

.gallery-item{
    position: relative;
}

.gallery-item::before{
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.5s;
}

.gallery-item .caption{
    color: #fff;
    position: absolute;
    left: 1.75rem;
    bottom: 3rem;
    opacity: 0;
    transition: all 0.5s;
}

.gallery-item:hover::before,
.gallery-item:hover .caption{
    opacity: 1;
}

.gallery-item .caption h3,
.gallery-item .caption h4{
    color: #fff;
}

.gallery-item-lg{
    height: 350px;
}

.gallery-item-sm{
    height: 200px;
}

.gallery-item-sm .caption{
    left: .75rem;
    bottom: 2rem;
}

/** Back to top Button */
.back-to-top {
    display: none;
    background: #1a1d20;
    color: #ffffff;
    -webkit-border-radius: 5px;
    font-size: 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 0px;
    cursor: pointer;
    overflow: hidden;
    position: fixed;
    z-index: 999;
    right: 22px;
    bottom: 22px;
    -webkit-box-shadow: 0 0 2px 0 black;
    -moz-box-shadow: 0 0 2px 0 black;
    box-shadow: 0 0 2px 0 black;
}

.back-to-top > i {
    vertical-align: middle;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.back-to-top > i.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
/** Back to top Button */

/** Animations */
/* ----------------------------------------------
 * Generated by Animista on 2018-12-28 16:20:32
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation ping
 * ----------------------------------------
 */
 @-webkit-keyframes beacon {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        }
        40% {
        -webkit-transform: scale(2.2);
                transform: scale(2.2);
        opacity: 0;
        }
        80% {
            -webkit-transform: scale(3.2);
                transform: scale(3.2);
        opacity: 0;
        }
        100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0;
        }
    }
@keyframes beacon {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
    40% {
        -webkit-transform: scale(2.2);
                transform: scale(2.2);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(3.2);
                transform: scale(3.2);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 0;
    }
}
/** Animations */


@media (max-width: 1199.98px){
    .navbar-expand-lg .navbar-nav .nav-link,
    .navbar-expand-lg .btn {
        font-size: 0.9rem;
        /* padding-left: 1rem;
        padding-right: 1rem; */
    }

}
@media (max-width: 991px){
	.hidexs{
		display:none!important;
	}
	.navbar.menu {
		background-color: var(--main-bg-dark);
	}
}

@media (min-width: 992px){
	.hidelg{
		display:none!important;
	}
	.md-no-wrap{
		flex-wrap:nowrap;
	}
}

.navbar-expand-lg .navbar-nav .nav-link, 
.navbar-expand-lg .btn,
.navigation > nav:first-child{
	font-size:14px;
}

.img_style_0{
	width:100%;
	height:auto;
}

.img_style_X{
	width:auto;
	height:400px;
	max-width:100%;
	object-fit:cover;
	object-position:center;
}

.ul_style_0 ul{
	padding-left: 20px;
}

.label_style_0{
	background-color: rgb(49,41,18);
	align-items: center;
}

.modal_style_0.modal-dialog {
    max-width: 90vw;
    width: 90vw;
    height: 90vh;
}
.noradius{
	border-radius:0px!important;
}

.hideit{
	margin-bottom:15px;
}

a[aria-expanded=false] .hideit{
  display: none!important;
}
a[aria-expanded=true] .showit{
  display: none!important;
}

.img_style_1{
	width:181px;
	height:123px;
	object-fit: cover;
	object-position: top;
}

.img_style_2{
	width:100%;
	height: 400px;
	object-fit: cover;
	object-position: top;
	visibility:hidden;
}

.img_style_3{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.h_style_0{
font-family: 'Poppins', serif;
}


a[aria-expanded=false] .hideit{
  display: none!important;
}
a[aria-expanded=true] .showit{
  display: none!important;
}

.h_style_1{
	font-size:1.5rem;
}

.slogan_style_0{
font-family: 'Fondamento', cursive;
}

.footer_style_0{
background-color:white;
}

.footer_style_1{
	width:auto;
	height:50px;
}

.footer_style_2{
	width:auto;
	height:22px;
}

.footer_style_3{
	height:62px;
}

.footer_align{
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-direction:column;
}

.footer_style_4{
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight:bold;
	font-family: "Open Sans", sans-serif
}

footer .copyright, footer .copyright a{
	background-color:white;
	color:rgb(165,165,165);
}


#recrutamentoBox{
   left:-280px;
   position: fixed;
   width: 260px;
   z-index: 1030;
   top: 175px;
   background: #978359;
   padding: 12px 30px 12px 15px;
   line-height: 18px;
   border-radius: 12px;
   font-weight: bold;
   color: #ffffff;
   -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.58);
   -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.58);
   box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.58);
}


#covid-19{
   right:-280px;
   position: fixed;
   width: 260px;
   z-index: 1030;
   top: 150px;
   background: #cc4444;
   padding: 12px 30px 12px 15px;
   line-height: 18px;
   border-radius: 12px;
   font-weight: bold;
   color: #ffffff;
   -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.58);
   -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.58);
   box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.58);
}
#covid-19 img, #recrutamentoBox img{
   float:left; margin-right:10px; margin-top: 2px;
}
#covid-19 a, #recrutamentoBox a{
   text-decoration: none !important;
   color:#ffffff !important;
   font-size:14px;
}

#close-covid-19, #close-recrutamentoBox{
   position:absolute;
   right: 6px;
   top: 6px;
   font-size:12px !important;
   cursor: pointer;
   color: #7c4444 !important;
   background:none !important; border:none !important;
}

a:hover .h_style_0{
	text-decoration:none!important;
}

a.aroundtoggler{
	display: contents;
}

a.aroundtoggler:hover span{
	text-decoration:underline;
}

/* a.aroundtoggler.fechado{
} */

a.aroundtoggler.aberto{
  pointer-events: none!important;
}

a.aroundtoggler img.img_style_1{
	transition: all 0.5s;
}

a.aroundtoggler.aberto img.img_style_1,
a.aroundtoggler:hover img.img_style_1{
	opacity:0.5;
}

.bggreyish{
	background-color: rgb(249,249,249);
}

html body .card .card_image_style_0{
	height:300px;
}

.bg_white{
	background-color:white;
}

img.flag_style{
object-fit:cover;
object-position:center;
padding-right: 5px;
width: 30px;
height: 15px;
}


.dropdown-menu.dropshowlang{
	min-width:0px!important;
}

.dropdown-menu.dropshowlang .dropdown-item{
	padding: 5px 10px!important;
	
}

@media (min-width: 992px){
	.stickedmenu{
		position: sticky;
		top:0px;
	}

	.stickyparent{
		align-items: flex-start;
	}
	
	
	.bg-light-two-column.gradient_grey_white{
		background: linear-gradient(to right, #f5f5f5 50%, white 50%);
	}
	
}

@media (max-width: 991px){
	.xsfix1{
		background-color:#f5f5f5;
	}
	.xsfix2{
		padding-top:2rem;
	}

	#covid-19{
		top:100px !important;
	}
	.xsmaxwidth100{
		max-width:100vw;
		overflow-x:hidden;
	}
	.navbar.navbar-light.bg-white{
		z-index: 2;
	}
	.navbar.menu {
      margin-top: -8px;
      
	}
	.navbar.menu .book-now{
      margin-bottom:20px !important;  
      width: 100% !important;
	}
	.navbar.menu a .fa-stack{
		margin-left: -12px;
	}
	.navigation{
		z-index: 9999;
	}
	
	.navbar-light .navbar-nav .show > .nav-link.style_translation_0{
		color: white;
	}
	html body .menu  .dropdown-menu.style_translation_1.show{
		display: flex;
		padding: 0px;
		flex-wrap: wrap;
		background-color:transparent;
	}
	html body .menu  .dropdown-menu.style_translation_2.show{
		display: flex;
		padding: 0px;
		flex-wrap: wrap;
		flex-direction: column;
		background-color:transparent;
	}
	html body .style_translation_2 .nav-link {
		width: min-content;
		color: white!important;
		padding-left: 0px;
		text-decoration:none!important;
		border-bottom:0px!important;
	}
	html body .style_translation_1 .dropdown-item {
		width: min-content;
		color: white;
		padding-left: 0px;
	}
	html body .menu .navbar-nav > .nav-item.active::after{
		border-bottom: 0px solid transparent;
	}
	
	.footer_responsive_0 a{
		display:block;
	}
	
	html body .py-5,  html body .pt-5{
		padding-top: 2rem !important;
	}
	html body  .mt-5, html body  .my-5{
		margin-top: 2rem !important;
	}
	html body .py-5,  html body .pb-5{
		padding-bottom: 2rem !important;
	}
	html body  .mb-5, html body  .my-5{
		margin-bottom: 2rem !important;
	}
	
	.xs-pr-0{
		padding-right: 0px!important;
	}
	.xs-mt{
		margin-top: 2.5rem;
	}
	.xs-mb{
		margin-bottom: 2.5rem;
	}
	.panorama {
		max-height: calc(100vh - 100px);
	}
	.custom.two-columns{
		columns: 1;
	}
	
	.panorama .quick-links {
		bottom: 80px;
	}
	.xs-justify-around{
		justify-content: space-around!important;
	}
	.dropdown-menu.style_translation_2{
		background-color:transparent!important;
	}
	.modal-body .contact-form .d-flex.justify-content-between,
	.d-flex.justify-content-between.sendsubmit{
		flex-wrap:wrap;
	}
	.modal-body .contact-form .d-flex.justify-content-between .btn.btn-outline-primary,
	.d-flex.justify-content-between.sendsubmit .btn.btn-outline-primary{
		margin-top: 2rem;
	}
	
	.menuacordion .row{
		flex-wrap: wrap;
		padding-left:15px;
	}
	html body .xspside0{
		padding-left:0px!important;
		padding-right:0px!important;
	}
	
	.info.ico1,.info.ico2,.info.ico3,.info.ico4{
		top:40vh!important;
	}
	.info.ico1{
		left:10%!important;
	}
	.info.ico2{
		left:45%!important;
	}
	.info.ico3{
		left:65%!important;
	}
	.info.ico4{
		left:85%!important;
	}
	html body .menu .navbar-nav > .nav-item::after{
		content:none;
	}
}


