@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap');
body{
	margin:0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

strong{
	font-weight: 700;
}

header{
	background: url(../img/img-top.jpg) no-repeat bottom;
	background-size: cover;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	position: relative;
}
header:before {
    content: "";
    background: rgba(23, 36, 29, 0.95);  
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.fa-2x{
	color: #BFA680;
}
.bg-esc{
	background: url(../img/bg-esc.jpg) no-repeat bottom;
	background-size: cover;
}
.bg-news{
	background: url(../img/bg-news.jpg) no-repeat bottom;
	background-size: cover;
}
 .bg-cont{
	background: url(../img/bg-cont.jpg) no-repeat bottom;
	background-size: cover;
}
 .bg-area{
	background: url(../img/bg-area.jpg) no-repeat bottom;
	background-size: cover;
}
header .text-dest {
    padding-top: 350px;
    padding-bottom: 100px;
}
@media(max-width: 786px) {

header .text-dest {
    padding-top: 185px!important;
    padding-bottom: 50px!important;
}
}
.logo {
      line-height: 60px;
      float: left;
      margin: 36px 46px;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 2px;
      margin: auto;
    text-align: center;
    width: 100%;
    margin-top: 36px;
}

nav {
	  margin-top: 38px;
      position: fixed;
      width: 100%;
      line-height: 60px;
      z-index: 99999;
}

nav ul {
      line-height: 50px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: center;
      margin: 0;
      padding-right: 40px;
      transition: 1s;
      padding-top: 20px;
}

nav.black ul {
      text-align: right!important;
      padding-top: 0px!important;
}

nav ul li {
      display: inline-block;
      padding: 16px 18px;;
}

nav ul li a {
      text-decoration: none;
      color: #fff;
      font-size: 16px;
}
nav ul li .nav-w{
	border: 2px solid #BFA680;
	padding: 6px 8px;
	font-weight: 700;
}
nav ul li .nav-w .fab{
	padding-right: 5px;
}
.menu-icon {
      width: auto;
      text-align: right;
      box-sizing: border-box;
	  margin-top: 36px;
      padding: 12px 24px;
      cursor: pointer;
      color: #fff;
      display: none;
}

@media(max-width: 786px) {

      .logo {
            position: fixed;
            top: 36px;
            margin-top: 36px;
            float: left;
            width: 180px;
      }
      .black .logo{
    	margin: 36px 0px !important;
   	 width: 180px!important;
      }

      nav ul {
            max-height: 0px;
            margin-top: 20px;
            padding-right: 0!important;
      }

      nav.black ul {
            background: #192B2F;
      }
      nav.black {
      	height: 160px;
      }
      .showing {
            max-height: 30em;
            background: #17241D;
      }

      nav ul li {
            box-sizing: border-box;
            width: 100%;
            padding: 14px;
            text-align: center;
      }

      .menu-icon {
            display: block;
      }
      .redes-top {
	    position: fixed;
		display: block;
		width: 100%;
		font-family: 'Montserrat', sans-serif!important;
		background: #192B2F;
	    padding-top: 5px!important;
		padding-bottom: 5px!important;
	    float: left!important;
		margin-bottom: 25px!important;
	    padding-left: 8px;
		padding-right: 8px;
	    z-index: 999;
	    text-align: left;
	}
	.redes-top .dir{
		float:right;
		text-align: right;
		font-size: 26px;
		font-weight: bold;
	}
	.redes-top a{
	font-size: 14px!important;
}
	.redes-top .fab{
		padding-right: 5px;
	}
	.redes-top .wh-m{
		display:inline-block!important;
		text-decoration: none;
	}
	.redes-top .wh-m .fab{
		padding-right: 5px;
	}
}
.redes-top{
	position: fixed;
	display: block;
	width: 100%;
	background: #BFA680;
	font-family: 'Montserrat', sans-serif!important;
	padding-top: 5px;
	padding-bottom: 5px!important;
	float: 	left;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 25px!important;
	z-index: 999;
	text-align: left;
}
.redes-top .dir{
		float:right;
		text-align: right;
		font-size: 26px;
		font-weight: bold;
	}
.redes-top .wh-m{
		display:none;
	}
.redes-top a{
	color: #fff;
	font-size: 20px;
	padding-right: 8px;
}
.black .logo {
      line-height: 60px;
      position: fixed;
      float: left;
      margin: 5px 46px;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 2px;
      width: 150px;
}

.black  .menu {
    margin-top: 0px!important;
}
header .black{
	width: 100%;
    background: rgba(23,36,29,1.0);
}
header nav ul li a{
	color:#BFA680;
}
header nav ul li a:hover{
	color: #fff;
}
@media(max-width: 786px) {
	.text-dest{
		padding-top: 250px!important;
		text-align: center;
		width: 90%!important;
	}
}
.text-dest{
	padding-top: 400px;
	padding-bottom: 200px;
    text-align: center;
    position: relative;
    z-index: 9;
    width: 60%;
    margin: auto;
	}
.text-dest h3{
	color: #17241D;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background: #BFA680;
    display: table;
    margin: auto;
    padding: 5px;
}
.text-dest p{
	color: #BFA680;
	font-size: 18px;
	padding: 25px 0px;
}
.box-btn {
	margin: auto;
	display: inline-block;
}
.box-btn .btn-e{
	float: left;
	margin-right: 15px;
	border: 2px solid #BFA680;
	color: #BFA680;
	padding: 8px 12px;
	transition: 0.8s all;
}

.box-btn .btn-e a{
	color: #BFA680;
	text-decoration: none;
}
.box-btn .btn-e:hover{
	background: #17241D;
}
.box-btn .btn-d:hover{
	background: #17241D;
}
.box-btn .btn-d{
	color: #BFA680;
	float: right;
	border: 2px solid #BFA680;
	padding: 8px 12px;
	transition: 0.8s all;
}
.box-btn .btn-d a{
	color: #BFA680;
	text-decoration: none;
}
.box-btn .fas{
	padding-left: 7px;
}
.box-btn .fab{
	padding-right: 7px;
}

.escritorio{
	padding: 80px 0px;
}
.escritorio span{
	font-size: 16px;
	font-weight: 300;
}
.escritorio h2{
	font-size: 28px;
	padding-bottom: 25px;
	color: #BFA57F;
	font-family: 'Marcellus', serif;
}
.escritorio p{
	font-weight: 300;
}
.escritorio .btn-pag{
	color: #fff;
	background: #BFA680;
	padding: 8px 14px;
	text-decoration: none;
	margin-top: 20px;
	display: inline-block; 
	position: relative;
	transition: 0.8s all;
}
.escritorio .btn-pag:hover{
	background: #17241D;
}
.escritorio .btn-pag:hover:after{
	border: 2px solid  #17241D;
}

.escritorio .btn-pag:after{
	content: "";
	display: block;
	width: 122px;
	height: 40px;
	top: 7px;
	left: -7px;
	background: transparent;
	border: 2px solid  #BFA680;
	position: absolute;
}
.escritorio .btn-pag .fas{
	padding-left:6px;
}
.area{
	padding: 80px 0px;
	background: #17241D;
}
.area .col-md-3{
	position: relative;
	margin-top: 15px;
}
.area .box-area:after{
	content: "";
    background: rgba(31, 47, 37, 0.8);
    position: absolute;
    top: 0;
    left: 12px;
    width: 93%;
    height: 100%;
}
.area .box-area .area-txt{
	position: absolute;
    bottom: 3%;
    left: 35px;
    z-index:999;
}
.area .box-area .area-txt span{
	background: #BFA680;
	color: #17241D;
	font-size: 16px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px;
}
.area .box-area .area-txt h5{
	color: #BFA57F;
	font-weight: 700;
	font-size: 18px;
	border: 1px solid  #BFA680;
	padding: 5px;
	margin-top: 8px;
}
.area .btn-pag{
	color: #fff;
	background: #BFA680;
	padding: 8px 14px;
	text-decoration: none;
	display: table;
    position: relative;
    margin: 40px auto 0px; 
}
.area .btn-pag:after{
	content: "";
	display: block;
	width: 122px;
	height: 40px;
	top: 7px;
	left: -7px;
	background: transparent;
	border: 2px solid  #BFA680;
	position: absolute;
}
.area .btn-pag:hover{
	background: #fff;
	color: #17241D;
}
.area .btn-pag:hover:after{
	border: 2px solid  #fff;
}
.area .btn-pag .fas{
	padding-left:6px;
}
.area h2{
	font-size: 28px;
	color: #fff;
	font-family: 'Marcellus', serif;
	margin-bottom: 25px;
	text-align: center;
}
.noticias{
	padding: 80px 0px;
}
.noticias h2{
	font-size: 28px;
	color: #BFA680;
	font-family: 'Marcellus', serif;
	margin-bottom: 25px;
}
.noticias .col-md-4{
	position: relative;
	margin-bottom: 25px;
}
.noticias .sub-txt{
	font-weight: 300;
}
.noticias .data{
	position: absolute;
	background: #17241D;
	padding: 8px 15px;
	top: 200px;
    left: 3px;
}
@media(max-width: 786px) {
	.noticias .data{
	top: 25%;
}
}
.noticias .data strong{
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	color: #BFA680;
	line-height: 15px;
}
.noticias .data span{
	display: block;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	color: #BFA680;
}
.noticias .data:before{
	border-right: solid #000;
    border-left: solid transparent;
    border-width: 5px;
    left: 0%;
    top: -4px;
    position: absolute;
    content: "";
    border-bottom: solid #000;
    border-top: solid transparent;
}
.noticias h5{
	font-size: 20px;
	color: #BFA680;
	padding: 15px 0px;
	font-family: 'Marcellus', serif; 
	margin-bottom: 0px;
}
.noticias .leia-mais{
	color: #BFA680;
	font-weight: 700;
	text-decoration: none;
	transition: 0.8s all;

}
.noticias .leia-mais:hover{
	color: #17241D;
}
.noticias .leia-mais .fas{
	padding-left: 8px;
}
.noticias .box-sh{
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 1px 1px 1px 1px;
    padding: 0em 0em 0em 0em;
}
.noticias .box-not{
	padding: 5px 30px 50px 30px;
}
footer{
	padding: 0px 0px 20px;
	background: #17241D;
}
footer .logo-f{
	margin: 0px auto 25px;
	display: table;
	width: 200px;
}
footer strong{
	color: #BFA57F;
	font-size: 18px;
	font-family: 'Marcellus', serif; 
	padding: 20px 0px;
	display: block;
}
footer strong:after{
	display: block;
	content: "";
	width: 25px;
	height: 3px;
	background: #BFA680;
	margin: 10px 0px;
}
footer a{
	color: #BFA680;
	text-decoration: none;
	padding-bottom: 8px;
	font-weight: 300px;
}
footer a:hover{
	color: #fff;
}
footer h5{
	color: #BFA680;
	text-decoration: none;
	padding-bottom: 8px;
	font-weight: 300px;
	font-size: 16px;
}
footer ul{
	padding: 0px;
}
footer ul li{
	list-style: none;
}
footer .redes-ft{
	margin:20px auto;
	display: table;
}
footer .redes-ft a{
	color: #BFA680;
	border: 1px solid #BFA680;
	text-align: center;
	width: 25px;
	padding:10px;
	margin-right: 5px;
	transition: 0.8s all;
}
footer .redes-ft a:hover{
	color: #fff;
	border: 1px solid #fff;
}
.escritorio-in{
	padding: 100px 0px;
}
.escritorio-in h2{
	font-size: 28px;
	padding-bottom: 25px;
	color: #BFA57F;
	font-family: 'Marcellus', serif;
}
.escritorio-in .nav-w{
	border: 2px solid #BFA680;
	padding: 6px 8px;
	font-weight: 700;
	transition: 0.8s all;
	color: #BFA680;
	text-decoration: none;
	display: inline-block;
	margin-top: 15px;
}
.escritorio-in .nav-w:hover{
	background: #BFA680;
}
.escritorio-in .nav-w .fab{
	padding-right: 8px;
}
.contato{
	padding: 100px 0px;
}
.contato .form-control{
	color: #17241D;;
    background-color: #F2F2F2;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F2F2F2;
    border-radius: 3px 3px 3px 3px;
}
.contato .btn-primary {
    color: #BFA57F;
    border: #BFA57F 1px solid;
    background: #fff;
    transition: 0.8s all;
    border-radius: 0px;
    padding: 8px 16px;
    width: auto;
    margin-left: 12px;
}
.contato .btn-primary:hover{
	background:#BFA57F;
	color: #fff;
}
.contato h3{
	font-size: 24px;
	padding-bottom: 25px;
	color: #BFA57F;
	font-family: 'Marcellus', serif;
}
.contato .box-info{
	float: left;
	margin-bottom: 30px;
	width: 100%;
    
}
.contato .box-icon {
	float: left;
	width: 74px;
    height: 74px;
    background:#17241D;
    border-radius: 3px 3px 3px 3px;
}
.contato .box-icon .fa-brands{
	color: #BFA57F;
	padding: 25px 0px;
	font-size: 24px;
	text-align: center;
	width: 100%;
}
.contato .box-icon .fas{
	color: #BFA57F;
	padding: 25px 0px;
	font-size: 24px;
	text-align: center;
	width: 100%;
}
.contato .box-cont{
	float: left;
	padding-left: 10px;
}
.contato .box-cont a{
	text-decoration: none;
	display: block;
	color: #000;
}
.contato .box-cont a:hover{
	color: #BFA57F;
}
.contato .box-info h5{
	color: #BFA57F;
    font-family: 'Marcellus', serif;
}
.areas-in{
	padding: 100px 0px;
}
.areas-in .nav-link .fas{
	display: block;
	font-size: 40px;
	color: #BFA680;
}
.areas-in .nav-item{
	width: auto;
}
.areas-in .nav-item a{
	text-decoration: none;
}
.areas-in .voltar{
	background: #BFA57F;
    width: auto;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}
.voltar .fa-solid{
	padding-right: 5px;
}
.areas-in .nav-tabs .nav-item.show .nav-link, .areas-in  .nav-tabs .nav-link.active{
	border: 1px solid #BFA680;
	background: #BFA680;
	border-radius: 0px;
	padding: 30px;
	color: #fff!important;	
}
.areas-in .nav-tabs .nav-item.show .nav-link .fas, .areas-in  .nav-tabs .nav-link.active .fas{
	color: #fff!important;
}
.areas-in .nav-tabs .nav-link{
	border: 1px solid #BFA680;
	border-radius: 0px;
	padding: 30px;
	color: #17241D;
	width: 150px;
	margin-right: 12px;
}
.areas-in .nav-link span{
	display: block;
	height: 17px;
    margin-top: 10px
}
.areas-in .nav-link strong{
	display: block;
}
.areas-in .nav-tabs{
	border: none;
}

.areas-in .elementor-icon-list-items{
	padding-left: 0px;
}
.areas-in .elementor-icon-list-item{
	list-style: none;
	padding-bottom: 10px;
}
.areas-in .fa-circle{
	font-size: 15px;
	color: #BFA680;
}
.areas-in .tab-content h3{
		color: #BFA57F;
    font-family: 'Marcellus', serif;
}
.areas-in .tab-content h2{
		font-size: 28px;
		color: #BFA57F;
		 margin-top: 20px;
		 margin-bottom: 20px;
    font-family: 'Marcellus', serif;
}
.areas-in .tab-content {
	margin-top: 40px;
}
.areas-in .box-area {
    margin-bottom: 35px;
    border-bottom: solid 1px #f2f2f2;
}
.news{
	padding: 100px 0px;
}
.news h3{
		color: #BFA57F;
    font-family: 'Marcellus', serif;
}
.news .top-news {
    float: left;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 15px;
}
.news .box-news {
    display: inline-block;
    margin-right: 10px;
}
.news .icon-news {
    font-size: 14px;
    float: left;
    padding: 5px 7px;
    background: #BFA57F;;
    color: #fff;
}
.news .news-img {
    float: right;
    width: 50%;
    padding-left: 2%;
    box-sizing: border-box;
}
.news  .news-txt {
    font-weight: 600;
    padding: 5px;
    float: left;
    font-size: 16px;
    border: 1px solid #17241D;
    background: #17241D;
    color: #BFA57F;
    display: block;
}
section {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  margin: 0;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.section-carrossel h3 {
  background: #fff;
  font-size: 26px;
  color: #BFA57F;
  padding: 0px 0 20px 0;
  text-align: left;
  position: relative;
  font-family: "Marcellus", serif;
}

.section-carrossel p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 0px;
  color: #535074;
  width: 50%;
}
#testimonials {
  padding: 0px 0 40px 0;
}

#testimonials .section-carrossel {
  margin-bottom: 20px;
  background: #ffffff;
}
#testimonials .carousel-inner {
  background: #ffffff;
  box-shadow: 0px 4px 10px #88a2d3;
  border-radius: 10px;
  padding: 30px;
}

#testimonials .testimonials-carousel {
  background: #ffffff;
  box-shadow: 0px 4px 10px #88a2d3;
  border-radius: 10px;
  padding: 30px;
}

#testimonials .carousel-item i {
  font-size: 60px;
  color: #0154a6;
  float: left;
}

@media (max-width: 767px) {
  #testimonials .carousel-item i {
    float: none;
  }
  #testimonials .carousel-item {
    text-align: center;
  }
  #testimonials .stars {
    margin: 0 !important;
  }
  #testimonials .carousel-item .testimonial-img {
    float: none;
    margin: auto;
  }
}

#testimonials .carousel-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .carousel-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}
#testimonials .stars {
  margin: 0 0 15px 140px;
}
#testimonials .checked {
  color: #0154a6;
}
#testimonials .carousel-item p {
  font-style: italic;
  margin: 0 0 50px 140px;
}

@media (min-width: 992px) {
  #testimonials .carousel-item p {
    width: 80%;
  }
}

@media (max-width: 767px) {
  #testimonials .carousel-item h3,
  #testimonials .carousel-item h4,
  #testimonials .carousel-item p {
    margin-left: 0;
  }
}

#testimonials .testimonial-text {
  margin: 2.5rem 20px 0px 20px;
  text-align: center;
}
#testimonials .carousel-indicators {
  background: rgba(196, 196, 196, 0.1);
  margin: 0;
  padding: 13px 0;
}
#testimonials .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  border-top: 0;
  border-bottom: 0;
  background-color: #17241D;
}