body {
	background: #fff;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
}

.box_fotos {
	background:#F1EFEF;
	border-top:#e7e6e6 1px solid;
	color: #97401B;
	padding-top: 50px;
	padding-bottom: 50px;
}

.box_foto_item {
	background: #fff;
	padding: 10px;
	margin-bottom: 30px;
	height: 450px;
}

.box_fotos h4{
	color:#F48120;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 25px;
}

.box_fotos p{
	margin-bottom:30px;
}

@media only screen and (max-width: 768px) { 
	.box_foto_item {
		background: #fff;
		padding: 10px;
		margin-bottom: 30px;
		height: 300px;
	}
	
	.box_fotos h4{
		color:#F48120;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: -50px;
	}
	
	.box_fotos p{
		margin-bottom:0px;
	}
}

.faixa_cadastrese {
	background: #B90A0D;
	height: 100px !important;
}

.modal {
	margin-top: 150px;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #C47800 !important;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fff;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-title {
	color: #fff;
	font-weight: 300 !important;
	font-variant: small-caps;
	margin-bottom: 10px;
}

p {
	font-size: 16px !important;
	font-weight: 200 !important;
	color:#4D4D4D;
	letter-spacing: 0.5px;
	line-height: 24px;
}

@media only screen and (max-width: 768px) {
	p {
		font-size: 14px !important;
		font-weight: 200 !important;
		color:#4D4D4D;
		letter-spacing: 0.5px;
		line-height: 24px;
		margin-top: 45px;
		text-align:justify;
	}
}

.breadcrumb {
	color: #3B160C !important;
  padding: 8px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #A86B43;
}

.breadcrumb > li > a{
	color: #3B160C;
	font-weight: bold;
}


.legenda_perspectiva {
	margin-top: -60px !important;
	position: relative !important;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 1px;
}

.itens_garnetazul {
	font-size: 13px;
}

@media only screen and (max-width: 768px) {
	.b_perspectiva {
		text-align: left;
	}
	
	.legenda_perspectiva {
		position: absolute !important;
		font-size: 14px;
		font-weight: 200;
		letter-spacing: 1px;
		margin-left: 10px !important;
	}
}

.lk_saibamais {
	color: #FF5200;
	font-size: 13px;
	font-weight: bold;
}

.lk_cego {
	color: #fff;
	text-decoration: none;
}

.lk_cego:hover{
	color: #fff;
	text-decoration: none;
}

.topo {
	background: url(../imagens/bg_topo.jpg) center center;
	background-repeat: repeat-x;
	height: 36px;
	color: #777777;
	padding-top: 10px;
	font-size: 12px;
}

.topo h1{
	font-family: 'Open Sans', sans-serif;
	color: #a8a7a7;
	font-variant: small-caps;
}

.menu {
	background: url(../imagens/fundo_menu.png) repeat-x;
	border-bottom: #fff 3px solid;
	position: relative;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
	padding-top: 10px;
	height: 118px;
}

.menu i {
	color: #5E5E5E !important;
	font-size: 35px;
	margin-top: 30px !important;
	margin-left: 5px;
}

.menu i:hover {
	color: #fff !important;
}

@media only screen and (max-width: 768px) {
	
	.menu {
		background: url(../imagens/fundo_menu.png);
		border-bottom: #fff 3px solid;
		position: relative;
		font-family: 'Roboto', sans-serif;
		letter-spacing: 0.5px;
		padding-top: 10px;
		height: 145px;
	}
	
	.menu i {
	color: #5E5E5E;
	font-size: 22px;
	margin-top: 20px;
	margin-left: 5px;
	}

	.menu i:hover {
		color: #fff;
	}
	
	.redes_sociais {
		text-align: center !important;
		margin-top: 10px;
	}
	
	.navbar-brand {
		text-align: center;
	}

	.navbar-brand img {
		width: 220px;
	}
}

.redes_sociais {
	text-align: right;
	margin-top: 0px;
}


.conteudo {
	margin-top: -20px;
	margin-bottom: 50px;
	background: none;
}


.conteudo .linha_verde {
	background: #8ECDA4;
	height: 3px;
	margin-top: 0px;
	margin-bottom: 25px;
}

.conteudo .thumbnail {
	margin-top: 5px;
}

.paginas {
	background: #fff;
	background-size: contain;
	position: relative;
	color:#565656 !important;
	margin-top: 100px;
}

.paginas p {
	font-weight: 200 !important;
	color: #666;
}

.paginas h1 {
	color: #F48120;
	font-size: 50px;
	font-weight: bold;
	font-variant: small-caps;
}

.paginas h2 {
	color: #F48120;
	font-weight: 400;
}

.paginas h3 {
	color: #F48120;
	font-weight: 400;
}

.paginas h4 {
	color: #F48120;
	font-weight: 400;
}

.descricao_empreendimento {
	line-height: 28px;
	margin-top: 20px;
	color: #6A6A6A;
}

.img_miniatura {
	width: 100%;
}

.btn-primary { background-color: #f0ece2; border-color: none !important; color: #03569B;}
.btn-primary .btn-label-default {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: #03569B; color: #fff; border-radius: 3px 0 0 3px;}

.btn-primary .btn-label-primary {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: #F15A24; color: #fff; border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}

.cidade_empreendimento {
	font-size: 14px;
}

.nome_empreendimento {
	font-size: 14px;
	background: #00599E;
	color: #fff;
}

.marcador_seta {
	color: #0059A1;
}

.img_tratamentos {
	border-radius: 10px 10px 0px 0px;
	border: #29B473 1px solid;
	width: 100%;
}

.img_tratamentos:hover {
	border-radius: 10px 10px 0px 0px;
	border: #17874F 1px solid;
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}

.legenda_tratamentos {
	border-radius: 0px 0px 10px 10px;
	color: #fff;
	background: #29B473;
	padding: 7px;
	font-size: 17px;
	text-align: center;
	font-weight: 400 !important;
	margin-bottom: 35px;
}

.legenda_tratamentos:hover{
	border-radius: 0px 0px 10px 10px;
	color: #fff;
	background: #17874F;
	padding: 7px;
	font-size: 17px;
	text-align: center;
	font-weight: 400 !important;
	margin-bottom: 35px;
}

.label{
	color: #fff;
}

.box_fornecedores {
	padding: 15px;
	background: #f7f7f7;
	color: #4092a0;
}

.box_fornecedores h1{
	font-family: 'Open Sans', sans-serif;
	font-variant: small-caps;
}

.box_newsletter {
	background: #E6EDE8;
	margin-top: 35px;
	padding: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
}

.box_newsletter p {
	font-size: 15px !important;
	text-align: left;
}

.banner_rodape {
	margin-top: 55px;
	margin-bottom: 55px;
}

.snip1434 {
  font-family: 'Raleway', Arial, sans-serif;
  border: none;
  border-radius: 5px;
  height: 105px;
  width: 215px;
  overflow: hidden;
  color: #ffffff;
  cursor: pointer;
  padding: 20px;
  padding-left: 40px;
  text-align: center;
  display: inline-block;
  margin: 12px 25px;
  font-weight: 600;
  outline: none;
  position: relative;
  font-size: 18px;
  background-color: #00599E;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
	.snip1434 h2 {
		margin-top: -10px;
		font-size: 20px !important;
	}
}


.snip1434 i {
  font-size: 5em;
  width: 35px;
  line-height: 30px;
  position: absolute;
  left: -5px;
  top: 35px;
  -webkit-transform: rotate(27deg) scale(1);
  transform: rotate(27deg) scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.snip1434:hover,
.snip1434.hover {
  color: #ffffff;
  background-color: #047CC4;
}
.snip1434:hover i,
.snip1434.hover i {
  -webkit-transform: rotate(-5deg) scale(1.1);
  transform: rotate(-5deg) scale(1.3);
}

.snip1434 h2 {
	text-align: right;
	font-size: 20px;
}

.snip1434 h3 {
	text-align: right;
	font-size: 24px;
}

.snip1434 h4 {
	text-align: right;
	font-size: 15px !important;
	line-height: 18px;
}


.btn_primary {
	background: #00599E !important;
}

.btn_rodape {
	margin-bottom: 20px;
}

.btn_telefone {
	height: 100px;
}

.fb-page {
	margin-left: 140px;
}



.linha_cinza {
	border-top: #CCCCCC 1px solid;
	margin-bottom: 10px;
}

.perspectivas {
	background: #f0ece2;
	margin-bottom: 15px;
	margin-top: 15px;
}

.perspectivas h3{
	font-weight: 200 !important;
	margin-bottom: 10px !important;
}

.texto_legal {
	font-size: 10px !important;
}


.div_fixa {
	width:100% auto;
	font-size: 20px;
	position:fixed; 
	
	padding: 10px;
	border-radius:8px;
	
}

.btn-change2{
	position:fixed;
	right:-20px;
	top: 30%;
    height: 80px;
    width: 150px;
	border-radius:10px 0 0 10px; 
    background: #3B160C ;
    margin: 20px;
	padding-right: 20px;
    float: left;
    border:0px;
    color:#fff;
	z-index: 300000;
	font-variant: small-caps;
	font-weight: bold !important;
	font-size: 20px;
	text-align: right;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    box-shadow:0px 0px 0 100px orange inset;
}
.btn-change2:hover{
    -webkit-box-shadow:0px 0px 0 0px orange inset;
    -webkit-transform: scale(1);
}

@media only screen and (max-width: 768px) {
	.btn-change2{
		position:fixed;
		right:-20px;
		top: 30%;
		height: 50px;
		width: 110px;
		border-radius:10px 0 0 10px; 
		background: #3B160C ;
		margin: 20px;
		padding-right: 20px;
		float: left;
		border:0px;
		color:#fff;
		font-variant: small-caps;
		font-weight: bold;
		font-size: 14px;
		text-align: right;
		box-shadow: 0 0 1px #ccc;
		-webkit-transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		-webkit-transform-origin: 0 0;
		box-shadow:0px 0px 0 100px orange inset;
	}
}

.panel-title {
	font-size: 20px !important;
	font-weight: bold;
}

.panel-heading p {
	color: #fff !important;
}

.box_cadastro {
	background:url(../imagens/fundo_contato.png) center center no-repeat;
	background-size: cover;
	border-top: #4E1600 1px solid;
	color: #97401B;
	padding-top:100px;
	padding-bottom: 100px;
}

.box_cadastro h4{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 700;
}

.box_cadastro h1{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 50px;
	letter-spacing: -0.9;
	margin-top: 100px;
}

@media only screen and (max-width: 768px) { 
	
	.box_cadastro {
		background:url(../imagens/fundo_contato.png) top center no-repeat;
		background-size: cover;
		border-top: #4E1600 1px solid;
		color: #97401B;
		padding-top:10px;
		padding-bottom: 10px;
	}
	
	.box_cadastro h4{
		font-family: 'Open Sans', sans-serif;
		color: #fff;
		font-weight: 200;
		font-size: 15px;
	}

	.box_cadastro h1{
		font-family: 'Open Sans', sans-serif;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
		letter-spacing: -0.9;
		margin-top: 20px;
	}
	
	.box_apoio {
		background: #BE090C;
		color: #fff;
		padding: 25px;
		height: 300px;
		margin-top: 30px;
	}

	.box_apoio p, i {
		color: #fff !important;
		text-align: center;
	}
	
}

.box_apoio {
	background: #BE090C;
	color: #fff;
	padding: 25px;
	height: 300px;
}

.box_apoio p, i {
	color: #fff !important;
}

.rodape {
	background:#F1EFEF;
	border-top: #4E1600 1px solid;
	color: #97401B;
	padding-top: 50px;
	padding-bottom: 50px;
}

.rodape h3{
	font-variant: small-caps;
	font-weight: 400;
}
.rodape h4{
	font-family: 'Open Sans', sans-serif;
	color: #432007;
	font-weight: 700;
}

.rodape h1{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 27px;
	margin-bottom: 15px !important;
}

@media only screen and (max-width: 768px) { 
	.rodape {
		background:#F1EFEF;
		border-top: #4E1600 1px solid;
		color: #97401B;
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: center !important;
	}
	
	.rodape h1{
		font-family: 'Open Sans', sans-serif;
		color: #fff;
		font-weight: bold;
		font-size: 23px;
		margin-bottom: 15px !important;
		text-align: center !important;
	}
}

a[href="#top"]{
    padding:10px;
    position:fixed;
    top: 90%;
    right:40px;
    display:none;
    font-size: 30px;
	color:#AC0002;
}
a[href="#top"]:hover{
    text-decoration:none;
}

.img_curta_fanpage {
	margin-top: 20px;
}


.btn-danger {
	background-color: rgb(244, 129, 32);
	border: none;
	font-weight: 400 !important;
	color: #fff !important;
	font-size: 20px;
}

.btn-danger:hover {
	background-color: rgb(183, 85, 13);
	border: none;
	font-weight: 400 !important;
	color: #fff !important;
	font-size: 25px;
}

@media only screen and (max-width: 768px) { 
	.btn-danger {
		background-color: rgb(244, 129, 32);
		border: none;
		font-weight: 400 !important;
		color: #fff !important;
		font-size: 12px !important;
		margin-top: 20px !important;
	}

	.btn-danger:hover {
		background-color: rgb(183, 85, 13);
		border: none;
		font-weight: 400 !important;
		color: #fff !important;
		font-size: 25px;
	}
}


.form-control {
	padding: 5px;
	height: 48px;
	color: #333;
}

.form-control .text_area {
	border-radius:0 !important;
	margin-left: 20px;
}

footer {
	background: #E0DEDE;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	color: #333;
	padding: 15px;
	font-size: 16px;
}


.copyright {
	padding-top: 25px;
}


@media only screen and (max-width: 768px) {
	
	.paginas {
		margin-top: 0px;
		background: #fff;
		background-size: contain;
		z-index: 0 !important;
		position: relative;
		color:#565656 !important;
	}
	
	
	footer {
		background: #E0DEDE;
		padding-top: 20px !important;
		padding-bottom: 40px !important;
		color: #333;
		padding: 5px;
		font-size: 12px;
		text-align: justify !important;
	}
	
	
}


