/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* Import Fonts & All CSS */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap?v=1234567');

@font-face {
    font-family: BN_Bobbi;
    src: url('/assets/fonts/bnbobbiesans-webfont.woff2') format('woff2'),
         url('/assets/fonts/bnbobbiesans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
  margin: 0;
  padding: 0; 
}
body {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  z-index: auto;
  height: 100%;
  /*background-color: #e1e1e1;*/
}
#main {
	background-color: #E3DBC1;	
	border-top-width: 1px;
	/*border-bottom-width: 1px;*/
	border-top-style: solid;
	/*border-bottom-style: solid;*/
	border-top-color: #FFF;
	/*border-bottom-color: #FFF;*/
}
a {
  color: #B58352;
  text-decoration: none;
}

a:hover {
  color: #d9ba85;
  text-decoration: none;
}

h1,
h2, 
h3,
h4,
h5,
h6 {
  font-family: "BN_Bobbi", serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #1a1814;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1a1814;
  border-top-color: #B58352;
  border-bottom-color: #B58352;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #B58352;
}

.back-to-top i {
  font-size: 28px;
  color: #B58352;
  line-height: 0;
}

.back-to-top:hover {
  background: #B58352;
  color: #1a1814;
}

.back-to-top:hover i {
  color: #444444;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
  text-shadow: 1px 1px 1px #333;
}
#topbar .container{
  padding-right: 12px; 
  padding-left: 36px;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info {
  font-style: normal;
  color: #B58352;
}
#topbar .contact-info i {
  font-style: normal;
  color: #B58352;
}

#topbar .contact-info i {
  padding-right: 10px;
  color: #fff;
}
#topbar .contact-info i span {
  padding-left: 5px;
  padding-right: 10px;
  color: #fff;
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #B58352;
}

#topbar .languages ul a {
  color: white;
}
#topbar .languages ul a:hover {
  color: #B58352;
}
#topbar .languages ul li+li {
  padding-left: 10px;
}

#topbar .languages ul li+li::before {
  display: inline-block;
  padding-right: 5px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}
#topbar .social-links {
	float:right;
	right: 20px;
}
@media only screen and (min-width: 1366px) and (max-width: 1920px) {
	#topbar .social-links {
		margin-right: -590px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1366px) {
	#topbar .social-links {
		margin-right: -420px;
	}
}
@media only screen and (min-width: 367px) and (max-width: 787px) {
	#topbar .social-links {
		display:none
	}
	#topbar .contact-info {
		margin-left: -80px;
		left: 15px;
	}
	#topbar .idiomas {
		padding-left: 60px;
	}
}
#topbar .social-links a {
  font-size: 14px;
  display: inline-block;
  background: #FFF;
  color: #B58352;
  line-height: 1;
  padding: 6px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 26px;
  height: 26px;
  transition: 0.3s;
  text-shadow:none;
}

#topbar .social-links a:hover {
  background: #28251f;
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(12, 11, 9, 0.6);
  border-bottom: 1px solid rgba(12, 11, 9, 0.6);
  transition: all 0.5s;
  z-index: 999999;
  padding: 15px 0;
  top: 40px;
}

#header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #37332a;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
  padding-left: 20px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 60px;
}
#header .pet {
	max-height: 30px;
}
/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  margin: 0 0 0 15px;
  border: 1px solid #B58352;
  color: #fff;
  border-radius: 5px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  background-color: rgba(181,131,82,0.9);
}

.book-a-table-btn:hover {
  background: transparent;
  color: #fff;
}

.book-a-table-btn2 {
  margin: 0 0 0 15px;
  border: 1px solid #333;
  color: #fff;
  border-radius: 5px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  background-color: rgba(12, 11, 9, 0.6);
}

.book-a-table-btn2:hover {
  background: transparent;
  color: #fff;
}


@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  text-transform:uppercase;
  font-weight: 400;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #d9ba85;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #444444;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #B58352;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1a1814;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #B58352;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #B58352;
}
 
.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 100vh;
	background: url("/ficheiros/banner/1.jpg") top center;
	background-size: cover;
	position: relative;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;  
}

#hero:before {
  content: "";
  background: rgba(181,131,82,0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 0px;
}
#hero .imagem-bgk {
  width: auto;
  min-height: 100vh;
}
#hero .imagem-bgk img{
  width: auto;
  min-height: 100vh;
}
@media (max-width: 1200px) {
  	#hero {
		padding-top: 98px;
		width: auto;
		max-height: 100vh;
  	}
	#hero .imagem-bgk {
	  width: auto;
	  min-height: 100vh;
	  top:0;
	}
	#hero .imagem-bgk img{
	  width: auto;
	  min-height: 100%;
	  top:0;
	}
	
}
@media (max-width: 1366px) {
  #hero {
    padding-top: 98px;
  	width: auto;
  	max-height: 100vh;
  }
	#hero .imagem-bgk {
	  width: auto;
	  min-height: 90vh;
	  top:0;
	}
	#hero .imagem-bgk img{
	  width: auto;
	  min-height: 100%;
	  top:0;
	}
	
}

@media (max-width: 1199px) {
  	#hero {
		padding-top: 98px;
		width: auto;
		max-height: 75vh;
  	}
	#hero .imagem-bgk {
	  width: auto;
	  min-height: 100vh;
	  top:0;
	}
	#hero .imagem-bgk img{
	  width: auto;
	  min-height: 100%;
	  top:0;
	}
	
}
@media (max-width: 768px) {
  #hero {
    padding-top: 98px;
  	width: auto;
  	min-height: 100vh;
  }
	#hero .imagem-bgk {
	  width: auto;
	  min-height: 100vh;
	  top:0;
	}
	#hero .imagem-bgk img{
	  width: auto;
	  min-height: 100%;
	  top:0;
	}
	#hero h1 {
	  margin: 0;
	  font-size: 36px;
	  font-weight: 700;
	  line-height: 56px;
	  color: #B58352;
	  font-family: 'Manrope', sans-serif;
	  padding-left: 30px;
	  padding-right: 30px;
	  text-align:center;
	  text-shadow: 1px 1px 1px #333;
	}
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #B58352;
  font-family: 'Manrope', sans-serif;
  text-align:center;
  text-shadow: 1px 1px 1px #333;
}

#hero h2 {
  color: #B58352;
  margin-bottom: 10px 0 0 0;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align:center;
  text-shadow: 1px 1px 1px #333;
}

#hero .btns {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: auto;
  }

  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.texto-video {
	position: absolute;
	width: 100%;
	text-shadow: 1px 1px 1px #302C1D;
	color: #B58352;
}
.texto-video h1 {
	text-shadow: 1px 1px 1px #302C1D;
	color: #FFF; /*#B58352;*/
	margin-bottom: 30px;
}
.texto-video .texto-banner h2 {
	text-shadow: 1px 1px 1px #000;
	color: #B58352;
	line-height: 22px;
  font-family: 'Manrope', sans-serif;
}
.texto-video .texto-banner p {
	text-shadow: 1px 1px 1px #000;
	color: #B58352;
	line-height: 16px;
  font-family: 'Manrope', sans-serif;
}

/* ****************************************** TOPOS PAGINAS ********************************* */

#hero2 {
  width: 100%;
  height: 300px;
  /*
  background: url("/ficheiros/banner/1.jpg") top center;
  background-size: cover;
  */
  position: relative;
  padding: 0;
  
}

#hero2:before {
  content: "";
  background: rgba(181,131,82,0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero2 .container {
  padding-top: 0px;
  padding-left: 30px;
}
#hero2 .imagem-bgk {
  width: auto;
  min-height: 100vh;
}
#hero2 .imagem-bgk img{
  width: auto;
  min-height: 100vh;
}
@media (max-width: 1024px) {
  	#hero2 {
    padding-top: 98px;
  	width: auto;
  	max-height: 50vh;
  	}
	#hero2 .imagem-bgk {
	  width: auto;
	  min-height: 50vh;
	  top:0;
	}
	#hero2 .imagem-bgk img{
	  width: auto;
	  min-height: 100%;
	  top:0;
	}
}

#hero2 h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 100;
  line-height: 56px;
  color: #FFF;
  font-family: BN_Bobbi;
  text-align:center;
  text-shadow: 1px 1px 1px #333;
  padding-top: 110px;
}

#hero2 h2 {
  color: #B58352;
  margin-bottom: 10px 0 0 0;
    font-family: BN_Bobbi;
  font-size: 18px;
  font-weight: 400;
  text-align:center;
  text-shadow: 1px 1px 1px #333;
}

#hero2 .btns {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  #hero2 {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero2 .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero2 {
    height: auto;
  }

  #hero2 .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  #hero2 h1 {
    font-size: 48px;
    line-height: 56px;
	margin-top: -100px;
  }
}
@media (max-width: 768px) {
  #hero2 h1 {
    font-size: 28px;
    line-height: 36px;
	margin-top: -100px;
  }

  #hero2 h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/* ***************************************** FIM TOPO PAGINAS ******************************* */


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #D5C8A2;
}

.section-title {
  padding-bottom: 40px;
}
/*
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: 'Manrope', sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  color: #B58352;
}
*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #1d1b16;
  margin-top: 110px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 98px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #37332a;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background-color: #e1e1e1;
  position: relative;
  padding: 80px 0;
}


.about .about-img {
  position: relative;
  transition: 0.5s;
}

.about .about-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.about .about-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: "";
  border-left: 5px solid #B58352;
  border-top: 5px solid #B58352;
  transition: 0.5s;
}

.about .about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: "";
  border-right: 5px solid #B58352;
  border-bottom: 5px solid #B58352;
  transition: 0.5s;
}

.about .about-img:hover {
  transform: scale(1.03);
}

.about .about-img:hover::before {
  left: 10px;
  top: 10px;
}

.about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #B58352;
}

.about .content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .about {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #1a1814;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #B58352;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #B58352;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Menu Section
--------------------------------------------------------------*/
.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px 10px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  font-family: 'Manrope', sans-serif;
}

.menu #menu-flters li:hover,
.menu #menu-flters li.filter-active {
  color: #B58352;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-item {
  margin-top: 50px;
}

.menu .menu-img {
  width: 70px;
  border-radius: 50%;
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.menu .menu-content {
  margin-left: 85px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.menu .menu-content::after {
  content: "......................................................................" "...................................................................." "....................................................................";
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #bab3a6;
  font-family: 'Manrope', sans-serif;
}

.menu .menu-content a {
  padding-right: 10px;
  background: #1a1814;
  position: relative;
  z-index: 3;
  font-weight: 700;
  color: white;
  transition: 0.3s;
}

.menu .menu-content a:hover {
  color: #B58352;
}

.menu .menu-content span {
  background: #1a1814;
  position: relative;
  z-index: 3;
  padding: 0 10px;
  font-weight: 600;
  color: #B58352;
}

.menu .menu-ingredients {
  margin-left: 85px;
  font-style: italic;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;
  border-right: 2px solid #B58352;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: #B58352;
}

.specials .nav-link.active {
  color: #1a1814;
  background: #B58352;
  border-color: #B58352;
}

.specials .nav-link:hover {
  border-color: #B58352;
}

.specials .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.specials .details p {
  color: #aaaaaa;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  background: url(/ficheiros/fundos/call-to-action.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  min-height: 250px;
  margin-top: -60px;
  margin-bottom: -60px;
}

.events::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events h2 {
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 30px;
}
.events h6 {
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 30px;
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.events .event-item {
  color: #fff;
}

.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #B58352;
}

.events .event-item .price {
  font-size: 26px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid #B58352;
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #B58352;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #B58352;
}


/*--------------------------------------------------------------
# CASAS2
--------------------------------------------------------------*/
.casas2 {
	margin-bottom: 0px;
}
.casas2-slides {
  position: relative;
  z-index: 1;
  height: 480px;
  overflow: hidden;
  /*
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2); */
}
.casas2 .casas2-slides .single-project-slide .project-content h2 {
	  color: #FFF; /* #B58352;*/
	  font-size: 26px;
	  font-weight: 200;

}

@media only screen and (max-width: 767px) {
    .casas2 .casas2-slides .single-project-slide {
      	height: 450px;
		margin-bottom: 0px;
	} 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .casas2 .casas2-slides .single-project-slide {
      	height: 500px; 
	} 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .casas2 .casas2-slides .single-project-slide {
      height: 450px; 
	}
}
.casas2 .casas2-slides .single-project-slide .project-content {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
.casas2 .casas2-slides .single-project-slide .project-content .text h6 {
      color: #ffffff; 
}
.casas2 .casas2-slides .single-project-slide .project-content .text h5 {
      color: #ffffff;
      margin-bottom: 0; 
}
.casas2 .casas2-slides .single-project-slide:hover {
	cursor:pointer;
}
.casas2 .casas2-slides .single-project-slide:hover .project-content {
    background-color: rgba(181,131,82, 0.8);
}

.casas2 .casas2-slides .single-project-slide.active .hover-effects {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible; 
}




/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #454035;
  border-bottom: 3px solid #454035;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/
.chefs  {
	background: #E3DBC1;
	padding: 20px;
	position: relative;
	display:block;
	margin-bottom: 60px;
}
.chefs h2 {
	font-family: Manrope;
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 22px;
  color: #1a1814;
  text-align:center;
}

.chefs .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.chefs .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.chefs .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.chefs .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.chefs .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.chefs .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}

.chefs .member .social a:hover {
  color: #B58352;
}

.chefs .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.chefs .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.chefs .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.chefs .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
	margin-top: -50px;
}
.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #B58352;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: 'Manrope', sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

.contact .info .open-hours,
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .form-group {
  padding-bottom: 8px;
}

.contact .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #B58352;
  border-top-color: #1a1814;
  animation: animate-loading 1s linear infinite;
}

.contact  input,
.contact textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  background: #FFF;
  border-color: #625b4b;
  color: black;
}

.contact input::-moz-placeholder,
.contact textarea::-moz-placeholder {
  color: #a49b89;
}

.contact input::placeholder,
.contact textarea::placeholder {
  color: #a49b89;
}

.contact input:focus,
.contact textarea:focus {
  border-color: #B58352;
}

.contact input {
  height: 44px;
}

.contact textarea {
  padding: 10px 12px;
}

.contact button[type=submit] {
  background: #B58352;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact button[type=submit]:hover {
  background: #d3af71;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.notas {
	font-size: 10px;
	font-style:italic;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: rgba(34, 33, 29, 1);
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  margin-top: -60px;
}
@media only screen and (max-width: 767px) {
	#footer {
	  margin-top: -200px;
	}
	#footer .footer-top .logos-footer-top img{
		padding-bottom: 10px;
	}
}

#footer .footer-top {
  background: rgba(34, 33, 29, 1);
  border-top: 1px solid #37332a;
  border-bottom: 1px solid #28251f;
}
#footer .footer-top .logos-footer-top {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
  	padding: 30px 0 30px 0;
  	border-top: 1px solid #37332a;
  	border-bottom: 1px solid #28251f;
}
#footer .footer-top .logos-footer-top img {
	max-height: 45px;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: BN_Bobbi;
}
#footer .footer-top .footer-info h4 {
  font-size: 18px;
  margin: 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Manrope', sans-serif;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Manrope', sans-serif;
  color: #fff;
}
#footer .footer-top .footer-info .footer-nav li.util{
  margin-bottom: 20px;
}
#footer .footer-top .footer-info .footer-nav li.sitemap {
	line-height: 23px;
	text-transform:uppercase;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #B58352;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #28251f;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #B58352;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #B58352;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: white;
}

#footer .footer-top .footer-newsletter form button[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #B58352;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer button {
	height:38px;
	margin-left: -27px;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #d3af71;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .utilidades {
	margin-left: 100px;;
	margin-right:0px;

}
#footer .mapa-site {
	margin-left: 100px;
	margin-right:0px;
	text-align:left;
}

/*  ------------------------  FORMAWEB  ---------------------------- */

/* ************************************** IDIOMAS **************************************** */
idiomas {
	width: 75px;
	display:block;
	z-index: 998;
	margin-right: 60px;
	float:right;
}
.idiomas a  {
	color:#FFF;
	font-size: 14px;
	margin-left: 3px;
	padding-left: 3px;
	transition: all .3s ease;
}
.idiomas a:hover  {
	color:#B58352;
}
.roundborders {
	border-radius: 5px;
}

.large:hover {
	/* 
	don't forget the 1px border!
	The first language is 40px heigh, 
	the others are 41px
	*/
	height: 245px;
}

/* ************************************** FIM IDIOMAS **************************************** */

/* ******************************************* PESQUISA HOME ************************************************** */

.hotel-search-form-area {
  	position: relative;
  	z-index: 999;
  	padding-left: 5%;
  	padding-right: 5%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top: -152px;
	bottom: 30px;
}
.hotel-search-form-area2 {
  	position: relative;
  	z-index: 999;
  	padding-left: 5%;
  	padding-right: 5%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top: -152px;
	bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hotel-search-form-area {
      padding-left: 2%;
      padding-right: 2%; 
	  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hotel-search-form-area {
      padding-left: 0%;
      padding-right: 0%; 
	} 
}
@media only screen and (max-width: 767px) {
    .hotel-search-form-area2 {
      padding-left: 0%;
      padding-right: 0%;
	  margin-top: 20px;
	}
	#checkIn, #checkOut {
		width: 100%;
		padding: 0px;
		font-size: 10px;
		color: #B58352;
	}
	select#adults, select#children {
		width: 100%;
		padding: 0px;
		font-size: 14px;
		color: #B58352;
	}
}
.hotel-search-form-area .hotel-search-form {
    position: relative;
    z-index: 1;
    width: 100%;
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 0 20px;
    border-radius: 5px;
    background-color: rgba(12, 11, 9, 0.6); /*rgba(29,29,27,0.8); /*#ffffff; */
	color: #FFF;
}
.hotel-search-form-area .hotel-search-form2 {
    position: relative;
    z-index: 1;
    width: 100%;
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0);
    padding: 20px 20px 0 20px;
    border-radius: 5px;
    background-color: rgba(12, 11, 9, 0); /*rgba(29,29,27,0.8); /*#ffffff; */
	color: #FFF;
}
@media only screen and (max-width: 767px) {
    .hotel-search-form-area .hotel-search-form {
        padding: 30px 30px 0 30px; 
	} 
}
.hotel-search-form-area .hotel-search-form label {
      font-size: 16px;
      font-weight: 500; 
}
@media only screen and (max-width: 767px) {
	.hotel-search-form-area .hotel-search-form label {
    	font-size: 13px; 
	}
}
.hotel-search-form-area .hotel-search-form .form-control {
      width: 100%;
      margin-bottom: 40px;
      height: 50px;
      border: 1px solid #ebebeb;
      font-size: 13px;
}
@media only screen and (max-width: 767px) {
	.hotel-search-form-area .hotel-search-form .form-control {
    	margin-bottom: 30px; 
	} 
}
.hotel-search-form-area .hotel-search-form .form-control:focus {
	box-shadow: none;
    border-color: #B58352; 
}
.hotel-search-form-area .hotel-search-form .roberto-btn {
	position: relative;
	z-index: 1;
	min-width: 150px;
	height: 50px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	background-color: #B58352;
	color: #ffffff;
	border: none;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	display: inline;
	border-radius: 5px;
}
.hotel-search-form-area .hotel-search-form .roberto-btn:hover {
    font-weight: 500;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    background-color: #ffffff;
    color: #B58352; 
}

/* **************************************** FIM PESQUISA HOME ************************************************ */


/* **************************************** CASAS HOME ******************************************************* */
.sobrenatura-home {
	margin:0;
	margin-top: -60px; 
}
.casasdealem-home {
	margin:0;
	margin-top: -120px;
}

	@media only screen and (max-width: 767px) {
    	.roberto-rooms-area {
			display: none;
		} 
    	.roberto-rooms-area2 {
			margin-top: 0px;
		} 
	}
	@media only screen and (min-width: 768px) {
    	.roberto-rooms-area2 {
			display: none;
		} 
    	.roberto-rooms-area {
			margin-top: 0px;
		} 
	}


.single-room-slide {
	position: relative;
	z-index: 1;
	height: 430px;
	background-color: #B58352;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-room-slide {
      height: 400px;
	  margin-top: -30px;} 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-room-slide {
      height: 400px; } 
}
@media only screen and (max-width: 767px) {
    .single-room-slide {
      height: 556px;
	  margin-top: 0px;} 
}
.single-room-slide .room-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; 
}
@media only screen and (max-width: 767px) {
	.single-room-slide .room-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 380px !important; } 

	.single-room-slide .room-content {
		margin-top: 0px;
		margin-left: -10px;
	}
}
.single-room-slide .room-content {
    background-color: #B58352;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-left: 0px;
	text-align:center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-room-slide .room-content {
        padding-left: 0px;
		text-align:center
	} 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-room-slide .room-content {
    	padding-left: 0px;
		text-align:center;
		height: 300px !important;
	} 
}
@media only screen and (max-width: 767px) {
      .single-room-slide .room-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 15px;
        margin-bottom: 30px;
		display:inline-block;
		position:relative;
		} 
}
.single-room-slide .room-content h2 {
      color: #ffffff;
      font-size: 28px;
      display: block;
      margin-bottom: 0px;
	  font-weight:200;
	  text-transform:uppercase;
  	  font-family: BN_Bobbi;
	  
}
.single-room-slide .room-content h3 {
      color: #ffffff;
      font-size: 18px;
      display: block;
	  font-weight:300;
	  text-transform:uppercase;
  	  font-family: 'Manrope', sans-serif;
	  padding-bottom: 15px;
}
.single-room-slide .room-content .room-feature .txt-serv {
	display: inline-block;
	width: 100%;
	max-height: 40px;
	/*overflow: hidden;
	white-space: nowrap;*/
	color: #FFF; /*#B58352;*/
	line-height: 16px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-room-slide .room-content h2 {
          font-size: 28px;
		  margin-top: 40px;} 
        .single-room-slide .room-content h3 {
          font-size: 22px; } 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-room-slide .room-content h2 {
          font-size: 28px;
		  margin-top: 40px;} 
        .single-room-slide .room-content h3 {
          font-size: 22px; } 
}
@media only screen and (max-width: 767px) {
        .single-room-slide .room-content h2 {
          font-size: 24px;
		  margin-top: 7px;} 
        .single-room-slide .room-content h3 {
          font-size: 16px; } 
		.single-room-slide .room-content .room-feature .txt-serv {
          width: 100%;
		  font-size: 12px;
		  line-height: 16px;
		  } 
}
.single-room-slide .room-content .room-feature {
      position: relative;
      z-index: 1;
      margin-bottom: 30px; 
}

@media only screen and (max-width: 767px) {
        .single-room-slide .room-content .room-feature {
          margin-bottom: 20px; } 
}
.single-room-slide .room-content .room-feature li {
        color: #ffffff;
        display: block;
        margin-bottom: 15px; 
}
.single-room-slide .room-content .room-feature li span {
          min-width: 110px;
          display: inline-block; 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-room-slide .room-content .room-feature li {
            font-size: 14px; } 
}
@media only screen and (max-width: 767px) {
		.single-room-slide .room-content .room-feature li {
            font-size: 12px;
            margin-bottom: 5px; } 
}
.single-room-slide .room-content .room-feature li:last-child {
          margin-bottom: 0; }

/* **************************************** FIM CASAS HOME *************************************************** */

/* ACTIVIDADES HOME */
@media only screen and (max-width: 767px) {
	.roberto-project-area {
		/*display: none; */
		margin-bottom: -110px;
		
	} 
}
@media only screen and (min-width: 768px) {
	.roberto-project-area2 {
		display: none;
	} 
}
.projects-slides {
	margin-bottom: 0px;
}
.single-project-slide {
  position: relative;
  z-index: 1;
  height: 480px;
  overflow: hidden;
  /*
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2); */
}
.single-project-slide .project-content h2 {
	  color: #FFF; /* #B58352;*/
	  font-size: 26px;
	  font-weight: 200;

}

@media only screen and (max-width: 767px) {
    .single-project-slide {
      	height: 450px;
		margin-bottom: 0px;
	} 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-project-slide {
      	height: 500px; 
	} 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-project-slide {
      height: 450px; 
	}
}
.single-project-slide .project-content {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
}
.single-project-slide .project-content .text h6 {
      color: #ffffff; 
}
.single-project-slide .project-content .text h5 {
      color: #ffffff;
      margin-bottom: 0; 
}
.single-project-slide .hover-effects {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    /*background-color: #B58352;*/
    background-color: #B58352;
    z-index: 100;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms; 
}
.single-project-slide .hover-effects .text {
    padding: 30px; 
}
.single-project-slide .hover-effects .text h6 {
	color: #ffffff; 
}
.single-project-slide .hover-effects .text h5 {
        color: #ffffff;
        margin-bottom: 10px; 
}
.single-project-slide .hover-effects .text p {
        margin-bottom: 0;
        color: #ffffff; 
}
.single-project-slide .hover-effects .project-btn {
      font-size: 16px;
      padding: 0 30px;
      display: block;
      /*background-color: #B58352;*/
      background-color: #B58352;
      border-radius: 0;
      color: #ffffff;
      text-align: left;
      font-weight: 500;
      height: 100px;
      width: 100%;
      line-height: 100px; 
}
.single-project-slide .hover-effects .project-btn2 {
	font-size: 16px;
	display: block;
	/*background-color: #B58352;*/
      background-color: #B58352;
	border-radius: 0;
	color: #ffffff;
	text-align: left;
	font-weight: 500;
	height: 25px;
	width: 100%;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -20px;
	padding-left: 30px;
}
.single-project-slide:hover {
	cursor:pointer;
}
.single-project-slide.active .hover-effects {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible; 
}


/* **************************************** ACTIVIDADES HOME ************************************************* */


/* *********************** TEXTOS ********************************** */
.textos {
	text-align:justify;
	margin-top: -20px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	font-family: Manrope;
	font-size:16px;
	line-height: 26px;
	/*text-shadow: 1px 1px 1px #666;*/
}
.textos p{
	text-align:justify;
	margin-bottom: 15px;
}
.textos strong{
	font-weight:800;
}

.textos h2{
	font-family: Manrope;
	color:#1a1814;
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: 600;
}
.textos h2 strong{
	font-family: Manrope;
	color:#1a1814;
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: 800;
}
.textos h3{
	font-family: Manrope;
	color:#1a1814;
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: 600;
}
.textos h4{
	font-family: Manrope;
	color:#1a1814;
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 500;
}
.textos h5{
	font-family: Manrope;
	color:#1a1814;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 400;
}
.textos h6{
	font-family: Manrope;
	color:#1a1814;
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: 400;
}
.textos ul li {
	font-family: Manrope;
	color:#1a1814;
	font-size: 16px;
	margin-left: 30px;
	font-weight: 400;
	line-height: 24px;
	list-style-position: outside;
	list-style-type: circle;	
}
.textos ul{
	margin-bottom: 30px;
}

/* *********************** FIM TEXTOS ****************************** */
.single-room-area {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
    .single-room-area {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; 
	} 
}
.single-room-area .room-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; 
	}
@media only screen and (max-width: 767px) {
      .single-room-area .room-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px; 
	} 
}
.single-room-area .room-thumbnail img {
      border-radius: 4px; 
}
.single-room-area .room-content {
    position: relative;
    z-index: 1;
    padding-left: 35px; 
}
@media only screen and (max-width: 767px) {
      .single-room-area .room-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 0; 
		} 
}
.single-room-area .room-content h2 {
      font-size: 30px;
      display: block;
      margin-bottom: 5px; 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-room-area .room-content h2 {
          font-size: 24px; 
		 } 
}
@media only screen and (max-width: 767px) {
        .single-room-area .room-content h2 {
          font-size: 24px; 
		 } 
}
.single-room-area .room-content h4 {
      color: #B58352;
      margin-bottom: 20px; 
}
.single-room-area .room-content h4 span {
        color: #afb4bf;
        font-size: 14px; 
}
.single-room-area .room-content .room-feature {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
      margin-bottom: 20px; 
}
.single-room-area .room-content .room-feature h6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        font-weight: 400;
        color: #afb4bf;
        margin-bottom: 10px; 
		color: #B58352;
}
.single-room-area .room-content .room-feature h6 span {
	font-size: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	  .single-room-area .room-content .room-feature h6 {
		font-size: 14px; 
	}
}
.single-room-area .room-content .room-feature h6 span {
	color: #1D1D1B;
    display: block; 
}
.single-room-area .room-content .view-detail-btn {
      padding: 0;
      font-size: 16px;
      color: #B58352;
      font-weight: 500; 
}
.single-room-area .room-content .view-detail-btn:hover, .single-room-area .room-content .view-detail-btn:focus {
      color: #000000; 
}
.hotel-reservation--area {
  position: relative;
  z-index: 1; 
}
.hotel-reservation--area label,
.hotel-reservation--area .range-price {
    font-size: 18px;
    display: block;
    margin-bottom: 15px; 
}
.hotel-reservation--area .form-control {
    width: 100%;
    height: 50px;
    text-align: left !important;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 0 !important; 
}
.hotel-reservation--area .form-control:focus {
      box-shadow: none;
      border-bottom-color: #B58352; 
}
.hotel-reservation--area button {
    border-radius: 30px !important; 
}
.datepicker {
  padding: 15px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); 
}
.datepicker.dropdown-menu {
    font-size: 14px;
    color: #636a76;
    font-weight: 400; 
}
.hotel-reservation--area .nice-select {
  line-height: 48px; 
}
.hotel-reservation--area .nice-select .list {
    width: 100%;
    background-color: #ffffff; 
}

/* ****************************** LISTA DE CASAS E CASA ****************************** */
.houses {
	background: #E3DBC1;
	padding: 20px;
	position: relative;
	display:block;
	margin-bottom: 60px;
	margin-top: 0px;
}
@media only screen and (max-width: 767px) {
    .houses  {
		margin-bottom: -60px;
	} 
}
.houses .section-title {
  font-weight: 100;
  margin-bottom: 2px;
  font-size: 26px;
  color: #fff;
  text-align:center;
  
}
.houses .section-title h2 {
    font-family: BN_Bobbi;
  font-weight: 100;
  margin-bottom: 2px;
  font-size: 26px;
  color: #fff;
  text-align:center;
}
.houses  h2 {
  	font-family: 'Manrope', sans-serif;
	color:#B58352;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.single-house {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
    .single-house  {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; 
	} 
}

.single-house .house-img {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; 
	margin-bottom: 25px;
	margin-right: 25px;
}
@media only screen and (max-width: 767px) {
      .single-house .house-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px; 
	} 
}

.single-house .house-img {

}
.houses .casa-slideshow {
	margin-bottom: 30px;
}
.houses .casa-slideshow img{
      border-radius: 4px; 
}
.houses .casa-slideshow h2{
  	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 300;
	font-style:italic;
	padding-top:5px;
}
.houses .single-house .house-img {
      border-radius: 4px; 
}

.casa-slides .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.casa-slides .owl-dots .owl-dot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    max-width: 12px;
    width: 12px;
    height: 12px;
    background-color: #c0c8d7;
    border-radius: 50%;
    margin: 0 5px; 
}
.casa-slides .owl-dots .owl-dot.active {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
      flex: 0 0 12px;
      max-width: 12px;
      width: 12px;
      background-color: #4B6B15;
      border-radius: 50%; 
}
.casa-slides .owl-prev {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-left: 25px;
    display: block !important;
    border:0px solid black;
	background-color: rgba(181,131,82,.8);
	padding: 5px;
	border-radius: 25px;
	color: #FFF;
}
.casa-slides .owl-next {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 30px;
    display: block !important;
    border:0px solid black;
	background-color: rgba(181,131,82,.8);
	padding: 5px;
	border-radius: 25px;
	color:#FFF;
}
.casa-slides .owl-next:hover, .casa-slides .owl-prev:hover {
	background-color: rgba181,131,82,.8);
	color: #000;
}
.casa-slides. single-casa-slide {
	-webkit-box-shadow: 2px 2px 4px 2px #301919;
	box-shadow: 2px 2px 4px 2px #301919;
	border-radius: 5px;
	padding: 5px;
	background-color: #1D1D1B;
}
.single-casa-slide img.img-casa {
	border-radius: 10px;
	padding:3px;
	height: 500px;
	width:auto;
}

.houses .house-content{
    position: relative;
    z-index: 1;
    padding-left: 0px; 
  	font-family: 'Manrope', sans-serif;
}

.houses .house-content h2{
  	font-family: 'Manrope', sans-serif;
	text-transform:uppercase;
	font-weight: 500;
	font-size: 26px;
	color: #B58352;
	font-weight:600;
}
.houses .house-content h3{
	text-transform:uppercase;
	font-weight: 500;
	font-size: 14px;
  	font-family: 'Manrope', sans-serif;
	margin-bottom: 30px;
}
.houses .house-content h4{
	text-transform:uppercase;
	font-weight: 500;
	font-size: 18px;
  	font-family: 'Manrope', sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
.houses .house-content h4 i{
	font-size: 26px;
}
.houses .house-content p{
	font-weight: 500;
	font-size: 16px;
  	font-family: 'Manrope', sans-serif;
	margin-bottom: 30px;
}
.houses .book-a-table-btn {
  margin: 0;
  border: 1px solid #B58352;
  color: #fff;
  border-radius: 5px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  background-color: rgba(181,131,82,1);
}

.houses .book-a-table-btn:hover {
  background: transparent;
  color: #fff;
}
.houses .detalhes {
	max-width: 180px;
}

.texto-casa {
	text-align:justify;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-family: Manrope;
	font-size:18px;
	line-height: 26px;
	/*text-shadow: 1px 1px 1px #666;*/
}
.texto-casa p{
	text-align:justify;
	margin-bottom: 15px;
}

.texto-casa h2{
	font-family: Manrope;
	color:#1a1814;
	font-size: 36px;
	margin-bottom: 30px;
	font-weight: 500;
}
.texto-casa h3{
	font-family: Manrope;
	color:#1a1814;
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: 400;
}
.texto-casa ul li {
	font-family: Manrope;
	color:#1a1814;
	font-size: 16px;
	margin-left: 30px;
	font-weight: 300;
	line-height: 24px;
	list-style-position: outside;
	list-style-type: circle;	
}
.texto-casa ul{
	margin-bottom: 30px;
}


/* ****************************** FIM LISTA DE CASAS E CASA ****************************** */


/* ****************************** FORMULARIOS ******************************************** */
.reserva {
	margin-bottom: 15px;
	margin-top: 5px;
}
.reserva label {
	margin-bottom: 5px;
	margin-top: 10px;
}
.reserva input,
.reserva textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  background: #FFF;
  border-color: #625b4b;
  color: black;
  width: 100%;
  padding: 10px 35px;
}

.reserva input::-moz-placeholder,
.reserva textarea::-moz-placeholder {
  color: #a49b89;
}

.reserva input::placeholder,
.reserva textarea::placeholder {
  color: #a49b89;
}

.reserva input:focus,
.reserva textarea:focus {
  border-color: #B58352;
}

.reserva input {
  height: 44px;
}

.reserva textarea {
  padding: 10px 12px;
}

.reserva button[type=submit].book-a-table-btn {
  background: #B58352;
  border: 0;
  padding: 10px 15px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
  margin-top: 10px;
  width: 100%;
  height: 44px;
}

.reserva button[type=submit].book-a-table-btn:hover {
  background: #d3af71;
}
@media screen and (max-width: 767px) {
	.reserva button[type=submit].book-a-table-btn {
		margin-right: -60px;
		width: 100%;
  	}
}


/* ****************************** FIM FORMULARIOS ******************************************** */

/* ******************************** ACTIVIDADE ************************************************ */
.actividade {
	background: #E3DBC1;
	padding: 20px;
	position: relative;
	display:block;
	margin-bottom: 60px;
	margin-top: 0px;
}
@media only screen and (max-width: 767px) {
    .actividade  {
		margin-bottom: -60px;
	} 
}
.actividade .actividade-content {
	margin-top: 30px;
}
.actividade h2 {
	font-family: Manrope;
  font-weight: 700;
  margin-bottom: 29px;
  font-size: 26px;
  color: #B58352;
  text-align:left;
}
.actividade .actividade-content h2 {
	font-family: Manrope;
  font-weight: 700;
  margin-bottom: 29px;
  font-size: 26px;
  color: #B58352;
  text-align:left;
}

.actividade .actividade-content .textos {
	font-family: Manrope;
	margin:0;
}
.actividade .actividade-content .textos p{
	font-family: Manrope;
}
.actividade .img-actividade img {
	border-radius: 5px;
}
.actividade h2 {
	font-family: Manrope;
	font-size:26px;
}
/* ****************************** FIM ACTIVIDADE ************************************************ */

