

body{
	font-family: 'Lato', sans-serif;

}

.container {
	max-width: 1400px;
	width: 100%;
}

.logo{
	padding-top:10px;
	padding-bottom: 10px;
}

.title-top{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 23px;
	color:#8E7025;
}

.home-banners{
margin-bottom:30px;
}

.top {
	top: 0;
	width: 100%;
	z-index: 100;
}

.navbar{
	background-color: transparent;
	border: 0 none;
	border-radius: 0;
	/*padding: 36px 0 12px;*/
	margin-bottom: 10px;
}

.navbar-nav {
	margin: 0 0;
}

.navbar-nav > li > a{
	color: #b58e2e;
	font-weight: 700;
	transition: background-color 0.1s linear 0s;
}


.nav > li > a:focus, .nav > li > a:hover, .nav > li.active > a {
    background-color: #b58e2e;
    color: #fff;
}

.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
	background-color: #8E7025;
}

.navbar-nav .open .dropdown-menu{
	background-color: #fff;
}

.navbar-toggle .icon-bar{
	background-color: #b58e2e;
}

.btn-primary {
	background-color: #b58e2e;
	border-color: #b58e2e;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 4px;
}

.btn-group-lg > .btn, .btn-lg{
	border-radius: 0;
	 padding: 14px 20px;
	 transition: background-color 0.1s linear 0s;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
	background-color: #8E7025;
	border-color: transparent;
	color: #fff;
	border-radius: 0;
}

.carousel-caption{
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
}

.carousel p{
	font-size: 18px;
	line-height: 28px;
}

#carousel-01 .carousel-caption{
	text-align: right;
	left:40%;
	right:10%;
	top:20%;
}

#carousel-02 .carousel-caption{
	text-align: left;
	left:10%;
	right:40%;
	top:30%;

}

#carousel-03 .carousel-caption, #carousel-04 .carousel-caption{
	text-align: left;
	left:10%;
	right:10%;
	

}

.carousel-indicators {
    bottom: 10px;
    left: 40%;
    list-style: outside none none;
    margin-left: -10%;
    padding-left: 0;
    position: absolute;
    right: 5%;
    text-align: right;
    width: 60%;
    z-index: 15;
}

.carousel-indicators li {
    background-color: #B58E2E;
    cursor: pointer;
    display: inline-block;
    height: 5px;
    margin: 1px;
    text-indent: -999px;
    width: 30px;
}
.carousel-indicators .active {
    background-color: #8E7025;
    height: 5px;
    margin: 0;
    width: 30px;
}

h1{
	text-transform: uppercase;

}

.mega-dropdown {
  position: static !important;
  /*width:100%;*/
}

.mega-dropdown-menu {
	 padding: 30px 20px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	box-shadow: 0 1px 12px 0 rgba(30, 30, 30, 0.4);
	   border: 1px solid #fff;
	
}
/*.mega-dropdown-menu:before {
	content: "";
	border-bottom: 15px solid #fff;
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	position: absolute;
	top: -15px;
	left: 285px;
	z-index: 10;
}
.mega-dropdown-menu:after {
	content: "";
	border-bottom: 17px solid #ccc;
	border-right: 19px solid transparent;
	border-left: 19px solid transparent;
	position: absolute;
	top: -17px;
	left: 283px;
	z-index: 8;
}*/
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  
  line-height: 1.428571429;
  color: #6d6d6d;
  white-space: normal;
  font-size: 13px;

}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #8E7025;
  background-color: transparent;
}
.mega-dropdown-menu .dropdown-header a{
  color: #000;
  font-size: 14px;
  font-weight:bold;
  margin-bottom: 10px;
  color: #8E7025;
  padding: 0;
}
.mega-dropdown-menu form {
	margin:3px 20px;
}
.mega-dropdown-menu .form-group {
	margin-bottom: 3px;
}


.wrap{
	background-color: #fff;
	padding:0 30px;
}

.no-gutters{
	margin-left: 0;
	margin-right: 0;
}

p, li{
	font-size: 15px;
	line-height: 30px;
}

h2{
	color:#b58e2e;
	text-transform: uppercase;
  margin-top: 30px;
  line-height: 40px;
}

.tratamentos-footer { background-color: #B58E2E; padding: 40px 0; }
.tratamentos-footer a { color: #fff; }
.tratamentos-footer a:hover { color: #8E7025; }
.tratamentos-header { text-transform: uppercase; font-weight: 700; line-height: 2em; }
footer { background-color: #8E7025; padding: 10px 0; }
footer h2{ font-size: 15px; margin-top: 15px; }
footer address { font-size: 12px; color: #fff; line-height: 20px; }
footer p { font-size: 12px; color: #fff; line-height: 20px; }
footer .container{ }
footer .btn-primary{ margin-top:20px; }
footer .redes_sociais { margin-top: 22px; }
footer a, footer a:link, footer a:visited  { color: #fff; }
footer .redes_sociais a { font-size: 2.5em; color: #fff; }
footer .redes_sociais a:hover, footer a:hover { text-decoration: none; color: #B58E2E; }


.thumbcontainer {
	display: table;
	height: 100%;
	width: 100%;
}
.overlay {
	background-color: rgba(181, 142, 46, 0);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.4s ease-in-out 0s;
	width: 100%;
	z-index: 10;
}
.overlay:hover {
	background-color: rgba(181, 142, 46, 0.6);
}
.titulo {
	color: #fff;
	display: table-cell;
	font-family: "Raleway",sans-serif;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
	z-index: 100;
	opacity: 0;
	 transition: all 0.4s ease-in-out 0s;
	 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.overlay .titulo:hover {
	opacity: 1;
}

.thumbnail{
  border:0;
  padding:0;
  position: relative;
}

.listagem{
  margin-top:30px;
}

.listagem li{
  font-size:15px;
  margin-bottom: 10px;
}

.form-control {
	border-radius: 0;
	font-size: 13px;
	font-weight: 300;
	height: 50px;
}

h3{
  color: #8c8984;
}

.noticias h3{
  margin-top: 10px;
  color: #b58e2e;
}

.noticias p{
  line-height: 22px;
}

.noticias a{
  text-decoration: none;
  color:#333;
}

.noticias a:hover{
  color:#b58e2e;
}

.noticias{
  margin-bottom: 40px;
}

.pager li > a, .pager li > span{
  border-radius: 0;
}

.img-noticias{
  margin-top:30px;
}

.modal-dialog{
  max-width: 70%;
  width: auto;
}

.modal-header{
  border-bottom: 0;
}

.modal-footer{
  border-top: 0;
}

.modal-content{
  border-radius: 0;
}

.modal-footer{
  padding-top: 0;
  padding-right: 0;
}

textarea.form-control {
	height: 150px;
	resize: none;
}

.contato address, .unidades address{
  font-size: 16px;
	line-height: 32px;
}

.franquias-investimento {  }
.franquias-investimento li { font-size: 24px; margin: 10px 0 20px; color: #8c8984; }
.g-recaptcha { margin: 10px 0; }

sobre a, .sobre a:visited, .sobre a:link, .contato a, .contato a:link, .contato a:visited { color: #8e7025; }
.sobre a:hover, .contato a:hover { color: #b58e2e; }

#carousel-03 { margin-bottom: 30px; }

.unidades, .sobre, .contato, .noticia-ler, .noticias { margin-bottom: 30px; }

.centros_consumo { padding-top: 42px; }

@media (max-width: 480px) {
#carousel-01 .carousel-caption, #carousel-02 .carousel-caption { display:none; }
#carousel-03 .carousel-caption, #carousel-04 .carousel-caption {  display:none; }
.navbar { padding: 8px 0; }
.navbar-brand img { height: 50px; width: auto; }
.navbar-toggle { margin-top: 18px; }
.navbar-collapse { margin-top: 12px; }
.nav > li, .dropdown-menu > li { text-align: right; }
.mega-dropdown-menu { padding: 0; }
.navbar-right li { width: 20%; float: right; text-align: center; }
}

@media (max-width: 767px) {
#carousel-01 .carousel-caption, #carousel-02 .carousel-caption { text-align: left; left: 5%; right: 5%; top: 5%; }
#carousel-03 .carousel-caption, #carousel-04 .carousel-caption { text-align: left; left: 5%; right: 5%; bottom: 5%; }
.navbar { padding: 8px 0; }
.navbar-brand img { height: 50px; width: auto; }
.navbar-toggle { margin-top: 18px; }
.navbar-collapse { margin-top: 12px; }
.nav > li, .dropdown-menu > li { text-align: right; }
.mega-dropdown-menu { padding: 0; }
.navbar-right li { width: 20%; float: right; text-align: center; }
}

@media (max-width: 1024px) {
#carousel-01 .carousel-caption, #carousel-02 .carousel-caption { text-align: left; left: 5%; right: 5%; top: 5%; }
#carousel-03 .carousel-caption, #carousel-04 .carousel-caption { text-align: left; left: 5%; right: 5%; bottom: 5%; }
}



@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-ouqlpk');
	src:url('../fonts/icomoon.eot?#iefix-ouqlpk') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?-ouqlpk') format('truetype'),
		url('../fonts/icomoon.woff?-ouqlpk') format('woff'),
		url('../fonts/icomoon.svg?-ouqlpk#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-twitter-square:before {
	content: "\f081";
}
.icon-facebook-square:before {
	content: "\f082";
}
.icon-linkedin-square:before {
	content: "\f08c";
}
.icon-pinterest-square:before {
	content: "\f0d3";
}
.icon-google-plus-square:before {
	content: "\f0d4";
}
.icon-rss-square:before {
	content: "\f143";
}
.icon-youtube-square:before {
	content: "\f166";
}
.icon-instagram:before {
	content: "\f16d";
}
.icon-flickr:before {
	content: "\f16e";
}
.icon-tumblr-square:before {
	content: "\f174";
}
.icon-vimeo-square:before {
	content: "\f194";
}
.icon-behance-square:before {
	content: "\f1b5";
}
