 body {
	font-family: Roboto, Arial,"Helvetica Neue","Noto Sans",sans-serif;
	font-size: 1rem;
	color: #27a59c;
	background-color: #f3f3f3;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-weight: bold;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.4rem;
}

h3 {
	font-size: 1rem;
}

p {
	font-size: 1rem;
	line-height: 1.3rem;
	margin-bottom: 0.5rem;
}

a {
	color: #27a59c;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.reset {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

a:hover, a:active {
	color: #3f7b74;
	text-decoration: underline;
}

.painel_destaque {
	background-color: #e7bb00;
	border-radius: 2px;
	padding: 25px;
	color: #20776c;
}

.banner_destaque {
	padding: 25px 0 0 0;
}

.home, .sobre, .servicos, .projetos , .contato, .beneficios, .postagens, .slider_projetos  {
	padding: 30px;
	margin: 0;
	background-color: #eaeaea;
}

.home {
    margin-top: 50px;
}

.sobre {
}

.servicos {
}

.projetos  {
}

.conteudo_interno {
}

.postagens {
	background-color: #e7bb00 ;
	padding: 30px;
	margin: 0;
	min-height: 50px;
	
		/* Set a specific height and img */
	background-image: url("../img/banner_posts.jpg");

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider_projetos {
	background-color: #ffffff;
}
	
.contato {
}

.ajuste_cabecalho_pg_simples, .ajuste_cabecalho_pg_simples_2 {
	margin-top: 55px;
	padding: 20px;
}

.alinhar_logo_header {
	padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    float: left;
    left: calc(50% - 58px);
    top: -1px;
}

.bg-light {
    background-color: #fff !important;
	box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.58);
}

.watsapp_header {
	font-size: 2rem;
    margin-right: 10px;
}

.home {
	background-image: url("../img/banner_home.jpg");
	background-position: top center;
	background-color: #FFFFFF;
	color: #FFFFFF;
	background-repeat: repeat-x;
}

.destaque_principal {
	color: #FFFFFF;
    margin-top: 40px;
    min-height: 200px;
}

.destaque_principal h1 {
	vertical-align: middle;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.painel_destaque img.img-thumbnail {
	border: 0 !important;
	padding: 0 !important;
}

.sobre {
	background-color: #FFFFFF;
	color: #FFFFFF;
	
	/* Set a specific height and img */
	background-image: url("../img/banner_como_funciona.jpg");

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.beneficios {
	background-position: top center;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

.projetos {
	background-color: #FFFFFF;
	color: #FFFFFF;
	
	/* Set a specific height and img */
	background-image: url("../img/banner_projetos.jpg");

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sobre_projeto {
	margin-bottom: 20px;
}

.sobre_projeto p {
	font-size: 0.9rem;
}

.sobre_projeto strong, .sobre_projeto span {
	font-size: 1.1rem;
}

.btn_sobre_projeto {
	position: absolute;
    bottom: 50px;
    right: 50px;
	text-transform: uppercase;
}

.depoimento_cliente {
	font-weight: bold;
    background-color: #ffffff;
    color: #383838;
    max-width: 50%;
    border-radius: 5px;
    padding: 20px;
    position: absolute;
    right: 15px;
    top: 4px;
    font-family: monospace;
    font-size: 0.8rem;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.29);
}

.depoimento_cliente h3 {
	font-family: Roboto, Arial,"Helvetica Neue","Noto Sans",sans-serif;
    color: #20776c;
    font-size: 0.85rem;
    text-align: center;
}

.depoimento_cliente span {
	font-size: 1.1rem;
    display: contents;
}

.depoimento_cliente p {
	display: contents;
}

.form-control {
	margin-bottom: 10px;
}

.wpcf7 {
	width: 100%;
}

.wpcf7-form br {
	display: none;
}

.wpcf7-file {
	background-color: transparent;
	border: 0;
}

textarea.form-control {
    height: 120px;
}

div.wpcf7-response-output {
    margin: 0.5em;
}

.btn-primary, .navbar-light {
    color: #fff;
    background-color: #27a59c;
    border-color: #27a59c;
	cursor: pointer;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    color: #fff;
    background-color: #27a59c;
    border-color: #27a59c;
}

.voltar_topo {
	border-radius: 40px;
    font-size: 1.4rem;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}

.rodape_contatos {
	font-size: 1rem;
	text-align: center;
}

.rodape_contatos span {
	font-size: 1.2rem;
	font-weight: bold;
	margin-right: 5px;
}

.rodape_contatos a {
	color: #27a59c;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.rodape_contatos a:hover, .rodape_contatos a:active {
	color: #3f7b74;
	text-decoration: underline;
}

.item_beneficio {
	text-align: center;
	padding: 15px;
}
.item_beneficio img {
	margin-bottom: 15px;
}

.alinhar_foto {
	text-align: center;
	padding-bottom: 15px;
}

.carousel {
	min-height: 400px;
}

.contato_rodape_mobile {
		display: none;
}

.acerto_flex_rodape span {
	display: content;
}

.reset_coluna_rodape {
	padding-right: 0px;
    padding-left: 5px;
}

a.nav-link:hover {
	background-color: #ecf5f4 ;
}

.artigo {
	margin-bottom: 25px;
}

.artigo p {
	color: #555555;
    line-height: 1.6rem;
}

.informacoes_post {
	background-color: #ffffff;
    padding: 15px;
    font-size: 0.85rem;
    margin: 10px auto;
}

.informacoes_post h3, .widget h3, .box_comentarios h3 {
	border-bottom: solid 1px #999;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.box_post, .widget, .box_comentarios, .destaque_post {
	background-color: #ffffff;
    padding: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	box-shadow: 4px 4px 4px 3px rgba(0,0,0,0.2);
}

.informacoes_box_post {
	background-color: #f3f3f3;
    padding: 10px 15px;
    font-size: 0.82rem;
    margin-bottom: 15px;
	margin: 10px auto;
}

.mostrar_tags {
	font-size: 0.8rem;
	border-top: solid 1px #999;
    padding-top: 10px;
    margin-top: 15px;
}

.cabecalho_arquivo {
	font-size: 1.6rem;
    padding-bottom: 10px;
    font-weight: bold;
}

.postagens h2 {
	color: #ffffff;
}

.destaque_post {
	width: 32%;
	margin-bottom: 10px;
	padding: 10px;
	display: inline-table;
}

.cabecalho_destaque_post {
	min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cabecalho_destaque_post a {
	font-size: 1.1rem;
    line-height: 1.4rem;
    text-transform: uppercase;
}

.destaque_post p {
	font-size: 0.95rem;
    line-height: 1.4rem;
}

.wp-block-image {
	color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
	background-color: #ffffff;
	padding: 10px;
    border-radius: 4px;
}
.wp-block-image figcaption {
	margin: .5em 1em 0em .5em;
}

/*  Slider Responsivo */

.menu-menu-principal-container {
	padding: 0px;
	margin: 0px;
}

.menu-menu-principal-container ul {
	list-style: none;
    padding-left: 0;
}

.menu-menu-principal-container li.menu-item {
	    display: flex;
}

.menu-menu-principal-container ul li a {
	padding: 10px;
	width: 100%;
	text-decoration: none;
	color: #777777;
}

.menu-menu-principal-container ul li a:hover {
	background-color: #ecf5f4 ;
}

.ficheiro_projeto span {
	font-size: 1.4rem;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.ficheiro_projeto strong {
	font-size: 1.4rem;
}

.ficheiro_projeto p {
	line-height: 1.6rem;
}

.depoimento_ficheiro_projeto {
	font-weight: bold;
    background-color: #ffffff;
    color: #383838;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: monospace;
    font-size: 0.8rem;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.29);
}

.depoimento_ficheiro_projeto h3 {
	font-family: Roboto, Arial,"Helvetica Neue","Noto Sans",sans-serif;
    color: #20776c;
    font-size: 0.85rem;
    text-align: center;
}

.depoimento_ficheiro_projeto span {
	display: contents;
}

.depoimento_ficheiro_projeto span::after {
	content: "\e978";
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
	float: right;
    font-size: 1.4rem;
    position: relative;
    margin-left: 5px;
}

.depoimento_ficheiro_projeto span::before {
	content: "\e977";
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
	float: left;
    font-size: 1.4rem;
    position: relative;
    top: -9px;
    margin-right: 10px;
    margin-bottom: -20px;
}

.searchform input[type=text]  {
	width: 100%;
}


/*  flex slide */

.flexslider {
	background-color: #f9f9f9;
	padding: 10px;
    margin: 0 0 10px;
    border-radius: 5px !important
}

.flexslider .slides {
	max-height: 400px;
	overflow: hidden;
}

.flex-control-thumbs li {
	max-height: 95px;
	overflow: hidden;
	width: 20%;
}

.featured-post {
	position: relative;
	z-index: 1;
	font-family: 'open sans', sans-serif;
}
.featured-post .caption {
	position: absolute;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	top: 15px;
	right: 15px;
	padding:10px;
	color: #fff;
	width: 90%;
	background: #000;
	opacity: .7;
	
	font-size: 17px;
	z-index: 2;
}
.featured-post .caption p {
	padding-bottom: 50px;
}
.featured-post .slider-title {
	font-size: 22px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	font-family: 'oswald', sans-serif;
}
.featured-post a:visited {
	color: #fff;
}
.featured-post .btn {
	text-align: center;
	text-decoration: none;
	background: #F29729;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 10px;
}

.flex-direction-nav a:before {
	color: #e7bb00;
	content: "\ea44";
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flex-direction-nav a.flex-next:before {
	color: #e7bb00;
	content: "\ea42";
	font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 767px) {
	.featured-post .caption {
		width: 95%;
		opacity: .70;
		
	}	
	.featured-post p{
		font-size: 75%;
	}
	.caption .btn {
		padding: 5px;
	}
}
@media only screen and (max-width: 650px){
	.featured-post p {
		display: none;
	}
	
}


/*  Extra large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) { 

}
 
/*  Large devices (desktops, 992px and down) */
@media (max-width: 992px) { 
	.widget ol, .widget ul {
		    padding-left: 20px;
	}
}
 
 /*  Medium devices (tablets, 768px and down) */
@media (max-width: 768px) { 
	.destaque_post {
		width: 48%;
	}
	.ficheiro_projeto {
		text-align: center;
	}
	.destaque_principal {
		margin-top: 75px;
		margin-bottom: 30px;
	}
	.destque1 {
		margin: 0 0 20px 0;
	}
	.beneficios .container-fluid {
		padding: 0px;
	}
	.btn_sobre_projeto {
		position: inherit;
		bottom: 0px;
		right: 0px;
		text-transform: uppercase;
		width: 100%;
		margin-top: 10px;
	}
	.slider_projetos .col-12 {
		padding: 0;
		margin: 0:
	}
	.flexslider {
		margin-bottom: 30px;
	}
	.widget ol, .widget ul {
		margin-top: 0;
		margin-bottom: 1rem;
		font-size: 0.9rem;
	}
	.navbar-collapse.show {
		margin-top: 70px;
	}
}
  
 /*  Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) { 
	.home, .sobre, .servicos, .projeto, .contato, .beneficios, .postagens, .projetos, .slider_projetos {
		padding: 30px 15px;
	}
	.home h2, .sobre h2, .servicos h2, .projeto h2, .contato h2, .beneficios h2, .postagens h2, .projetos h2 {
		text-align: center;
		margin-bottom: 20px;
	}
	.informacoes_box_post, .box_post h2, .artigo h1 {
		text-align: center;
	}
	.contato h2 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.carousel {
		min-height: inherit;
	}
	.depoimento_cliente {
		max-width: 100%;
		position: initial;
		margin-bottom: 15px;
	}
	.depoimento_cliente p {
		font-size: 0.8rem;
		line-height: 1.1rem;
	}
	.contato_rodape_linha {
		display: none;
	}
	.contato_rodape_mobile {
		display: inherit;
	}
	.destaque_post {
	width: 100%;
	}
	.contato_rodape_mobile {
		margin-bottom: 20px;
	}
	.ajuste_cabecalho_pg_simples {
		margin-top: 120px;
		padding: 0px;		
	}
	.rodape_contatos {
		padding: 0px;
	}
	.navbar-collapse .menu {
	
	}
	.navbar-collapse .menu ol, .navbar-collapse .menu ul {
		padding-left: 20px;
	}
	.form-inline {
		text-align: center;
		display: block;
		margin-top: 10px;
	}

}