/*

verde: #0f4749
verde-claro: #80B325

*/

.navbar-collapse {
	flex-grow: 0;
}

@font-face {
     font-family: averta;
     src: url("fontes/averta.otf");
}

@font-face {
     font-family: avertabold;
     src: url('fontes/averta_bold.otf');
}

@font-face {
     font-family: omnes;
     src: url('fontes/omnes.ttf');
}

html {
  scroll-behavior: smooth;
}

p {
	color: #545454;
	font-family: "averta";
	font-size: 16px;
	font-weight: 600;
}

h1 {
	font-family: "omnes";
	color: #345745;
	font-weight:1000;
	font-size: 50px;
	letter-spacing: -3px;
	line-height: 0.9;
	margin-bottom: 20px;
}

h3 {
	color: #0F4749;
	font-family: "avertabold";
	font-size: 17px;
}

#topo {
	background: #0F4749 !important;
}

.navbar-light .navbar-brand {
	padding: 15px 0px;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	color: #fff;
}

#rodape {
	background: #80B325 !important;
}

#banner {
	background: url("imagens/banner.png") top center no-repeat;
	min-height: 741px;
}

#quem-somos {
	background: url("imagens/bg-quem-somos.png") top center no-repeat;
	min-height: 776px;
	margin-top: -480px;
}

.espacador-quem-somos {
	margin-top: 310px;
}

#profissionais {
	background: url("imagens/profissionais.png") top center no-repeat;
	min-height: 1398px;
	margin-top: -100px;
}

.espacador-profissionais {
	margin-top: 150px;
}

.espacador-fotos-profissionais {
	margin-top: 100px;
}

.espacador-diretores {
	margin-top: 50px;
}

#servicos {
	background: url("imagens/bg-servicos.png") top center no-repeat;
	min-height: 900px;
	margin-top: -200px;
	position: relative;
	z-index: 10;
}

#contato {
	background: url("imagens/bg-contato.jpg") top center no-repeat;
	min-height: 988px;
	margin-top: -100px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}

#rodape {
	margin-top: 0px;
	position: relative;
	z-index: 11;
}

.texto-rodape {
	font-size: 18px;
	color: #fff;
	font-family: "averta";
}


@media (min-width: 320px) and (max-width: 800px) {
	
	p {
	color: #545454;
	font-family: "averta";
	font-size: 13px;
	font-weight: 600;
}

h1 {
	font-family: "omnes";
	color: #345745;
	font-weight:1000;
	font-size: 35px;
	letter-spacing: -1px;
	line-height: 0.9;
	margin-bottom: 20px;
}

h3 {
	color: #0F4749;
	font-family: "avertabold";
	font-size: 13px;

}
	
#banner {
	background: url("imagens/mobile-banner.png") top center no-repeat;
	background-size: contain;
	min-height: 400px;
}
	
#quem-somos {
	background: url("imagens/mobile-bg-quem-somos.png") bottom center no-repeat;
	background-size: contain;
	min-height: 750px;
	margin-top: -200px;
}
	
.espacador-quem-somos {
	margin-top: 50px;
}	

#servicos {
	background: url("imagens/mobile-bg-servicos.png") top center no-repeat;
	min-height: 675px;
	margin-top: -200px;
	background-size: contain;
	position: relative;
	z-index: 10;
}	
	
.espacador-fotos-profissionais {
	margin-top: 50px;
}	
	
	#contato {
	background: url("imagens/mobile-bg-contato.jpg") bottom center no-repeat;
	min-height: 500px;
	margin-top: -50px;
	background-size: contain;
	position: relative;
	z-index: 9;
}

#profissionais {
	background: none;
	min-height: 1750px;
	margin-top: -100px;
}	
	
}