*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Open Sans";
}

/**Boot CSS7**/

input[type=text],
input[type=button],
input[type=submit],
input[type=password];
textarea{
	-webkit-appearance: none;
	border-radius: 0;
}

html,body{
	height: 100%;
}

input{
	border: 0;
}

img{
	width: 100%;
	max-width: 100%;
}

.text-center{
	text-align: center;
}

.center{
	max-width: 1600px;
	padding: 0 2%;
	margin: 0 auto;
}

.w16{
	width: 16.7%;
	padding: 0 10px;
}

.w20{
	width: 20%;
	padding: 0 10px;
}

.w25{
	width: 25%;
	padding: 0 10px;
}

.w33{
	width: 33.3%;
	padding: 0 10px;
}

.w40{
	width: 40%;
	padding: 0 10px;
}

.w50{
	width: 50%;
	padding: 0 10px;
}

.w60{
	width: 60%;
	padding: 0 10px;
}

.w67{
	width: 66.7%;
	padding: 0 10px;
}

.w75{
	width: 75%;
	padding: 0 10px;
}

.w100{
	width: 100%;
	padding: 0 10px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

/**Estilização do site**/

.sucesso{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 15px 2%;
	text-align: center;
	color: white;
	z-index: 999;
	color: #3c763d;
	font-weight: bold;
	font-size: 14px;
	background: #DFF2BF;
}

.overlay-loading{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0,0,0,0.4);
}

.overlay-loading img{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

header{
	padding: 10px 0;
	background: #106603;
}

header .logo{
	font-size: 35px;
	font-weight: 500;
}

.logo a{
	text-decoration: none;
	color: white;
}

.mobile{
	display: none;
}

nav.desktop ul{
	position: relative;
	top: 10px;
	list-style-type: none;
}

nav.desktop li{
	font-weight: 450;
	font-size: 16px;
	padding: 0 10px;
	display: inline-block;
}

nav.desktop a{
	text-decoration: none;
	color: white;
}

nav.desktop a:hover{
	text-decoration: underline;
	background: #2e6ef2;
}

a.dropdown{
	color: #168734;
	margin-top: 0;
	text-decoration: none;
}

	li a, .dropbtn{
	  display: inline-block;
	  color: #f7f5f7;
	  padding: 5px;
	  text-align: center;
	  text-decoration: none;
	}

	li a:hover, .dropdown:hover .dropbtn{
		background: #120aa8;
	}

	li.dropdown{
		display: inline-block;
	}

	.dropdown-content {
	    display: none;
	    position: absolute;
	    background: green;
	}

	.dropdown-content.show {
	    display: block;
	}

	.dropdown-content a{
		display: block;
		text-align: left;
		border: 1px solid rgb(207, 207, 207);
	}

	.dropdown:hover .dropdown-content{
		display: block;
		overflow: visible;
		z-index: 3;
	}

section.banner-container{
	width: 100%;
	height: 390px;
	position: relative;
	overflow-x: hidden;
}

.banner-single{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: center;
}

.overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(51,51,51,0); 
}

section.banner-container form{
	width: 93%;
	max-width: 400px;
	z-index: 3;
	position: absolute;
	left: 50%;
	top: 75%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
}

section.banner-container form h2{
	font-family: "Open Sans";
	color: white;
	font-weight: 300;
	font-size: 25px;
	text-align: center;
}

section.banner-container form input[type=email]{
	width: 100%;
	height: 35px;
	margin-top: 4px;
	background: white;
	color: #333;
	font-size: 18px;
	padding-left: 6px;
}

section.banner-container form input[type=submit]{
	font-family: "Open Sans";
	width: 100%;
	height: 35px;
	margin-top: 8px;
	background: #00C59E;
	color: white;
	cursor: pointer;
	font-size: 18px;
	border: 0;
}

section.lancamentos{
	width: 100%;
	height: 100%;
	padding: 10px 0;
	background: #e1f8fc;
	position: relative;  
	overflow-x: hidden;
}

section.lancamentos h2.title{
	margin-top: 30px;
	font-size: 30px;
	text-align: center;
	font-weight: 900;
	color: #0a0e59;
	text-shadow: 5px 5px 5px #e3a609;
}

section.lancamentos .busca h3{
	font-family: 'Verdana';
	margin-top: 10px;
	text-align: center;
	font-weight: 800;
	color: #0c13eb;
}

section.lancamentos .busca form{
	position: relative;
	top: 20px;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding-top: 10px;
	padding: 0;
}

section.lancamentos .boxes-lancamentos{
	margin: 5px 0;
	padding: 10px 10px;
	text-align: center;
	overflow-x: hidden;
}

section.lancamentos .box-novo{
	width: 100%;
	height: 100%;
	padding: 10px 0;
	background: #e1f8fc;
}

section.lancamentos .box-novo .box-imgn img{
	width: 580px;
	height: 360px;
	display: block;
	margin-top: 10px;
	overflow-x: hidden;
}

section.lancamentos .box-novo .bodys-box{
	width: 100%;
	height: 100%;
}

section.obrasconcluidas{
	width: 100%;
	height: 100%;
	padding: 10px 0;
	background: #fffaed;
	position: relative;
	overflow-x: hidden;
}

section.obrasconcluidas h2.title{
	margin-top: 30px;
	font-size: 30px;
	text-align: center;
	font-weight: 900;
	color: #0a0e59;
	text-shadow: 5px 5px 5px #e3a609;
}

section.obrasconcluidas .botao{
	background: green;
	margin-left: 2%;
	text-align: center;
	color: white;
	padding: 10px 20px;
} 

section.obrasconcluidas .box-obrasconcluidas{
	margin: 5px 0;
	padding: 10px 10px;
	text-align: center;
	overflow-x: hidden;
}

section.obrasconcluidas .box-obrasconcluidas img{
	overflow-x: hidden;
}

section.obrasconcluidas .box-imgt img.imgt-square{
	width: 380px;
	height: 380px;
	display: block;
	margin: 8px auto;
}

section.obrasconcluidas .box-obrasconcluidas h3{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #000;
}

section.obrasconcluidas .box-obrasconcluidas h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 150;
    color: #000;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 30px;
    
    /* Efeito de truncamento em 3 linhas */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

section.obrasconcluidas .box-obrasconcluidas p{
	font-family: 'Arial';
	color: black;
	font-size: 16px;
	margin-top: 6px;
	text-align: left;
}

section.servicos{
	width: 100%;
	height: 100%;
	padding: 10px 0;
	background: #f4f5ba;
	position: relative;
	overflow-x: hidden;
}

section.servicos h2.title{
	font-family: 'Verdana';
	font-size: 35px;
	text-align: center;
	font-weight: 100;
	padding-bottom: 20px;
	color: #000;
}

section.servicos .botao{
	background: green;
	margin-left: 2%;
	text-align: center;
	color: white;
	padding: 10px 20px;
} 

.box-servico{
	margin: 5px 0;
	padding: 10px 10px;
	text-align: center;
	overflow-x: hidden;
}

.box-servico img{
	overflow-x: hidden;
}

.box-imgk img.imgk-servico{
	width: 380px;
	height: 300px;
	display: block;
	margin: 8px auto;
	margin-top: 40px;
}

.box-servico h3{
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #000;
}

.box-servico h4{
	font-family: 'Open Sans', sans-serif;
	font-weight: 150;
	color: #000;
	font-size: 18px;
	text-align: justify;
	margin-bottom: 10px;
}

.box-servico p{
	font-family: 'Arial';
	color: black;
	font-size: 14px;
	margin-top: 6px;
	text-align: left;
}	

section.descricao-autor{
	padding: 20px 0;
	background: #e6f5f3;
	padding-top: 30px;
}

section.descricao-autor h2{
	font-size: 28px;
	font-weight: 900;
	color: #0a0e59;
	margin-top: 20px;
	padding-bottom: 20px;
}

section.descricao-autor img{
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
}

section.descricao-autor p{
	font-size: 16px;
	color: #444;
	font-weight: 300;
	margin-top: 10px;
	text-align: justify;
}

section.especialidades{
	padding: 10px 0;
	background: #E2E2E2;
}

section.especialidades h2.title{
	margin-top: 30px;
	font-size: 30px;
	text-align: center;
	font-weight: 900;
	color: #0a0e59;
	text-shadow: 5px 5px 5px #e3a609;
}

section.especialidades .botao{
	background: green;
	margin-left: 2%;
	text-align: center;
	color: white;
	padding: 10px 20px;
}

.box-especialidade{
	margin: 10px 0;
	padding: 0 10px;
	text-align: center;
}

.box-especialidade img{
	overflow-x: hidden;
}

.box-imgt img.imgt-square{
	width: 380px;
	height: 420px;
	display: block;
	margin: 8px auto;
}

.box-especialidade h3{
	font-size: 40px;
	color: #0a0e59;
}

.box-especialidade h4{
	font-weight: 600;
	font-size: 25px;
	color: #0a0e59;
}

.box-especialidade p{
	color: #444;
	font-size: 15px;
	margin-top: 10px;
	text-align: justify;
}

section.extras{
	padding: 15px 0;
	background: #253659;
}

.trabalhos-container,.depoimentos-container{
	padding: 0 10px;
}

section.extras .title{
	margin-top: 30px;
	color: white;
	font-weight: 900;
	font-size: 25px;
	margin-bottom: 5px;
}

.depoimento-single{
	padding: 15px 0;
	border-bottom: 1px solid #5056A0;
}

p.depoimento-descricao{
	font-size: 15px;
	color: white;
	font-weight: 300;
}

p.nome-autor{
	font-size: 15px;
	color: white;
	margin-top:5px;
	font-weight:bold;
}

.trabalhos ul{
	margin: 5px 0;
}

.trabalhos li{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	padding-top: 8px;
	margin-left: 60px;
	color: white;
	text-align: justify;
}

/**Div Links Rápidos da Página Home**/
.container-linksrapidos{
	background: #000000;
	height: 300px;
}

.container-linksrapidos h2{
	padding-top: 25px;
	color: white;
	text-align: center;
	font-size: 25px;
}

.container-linksrapidos .leitura{
	padding: 25px 35px;
	text-decoration: none;
	color: white;
	font-size: 18px;
}

.container-linksrapidos .leitura li{
	list-style-type: none;
}

.container-linksrapidos .leitura a:hover{
	background: #000000;
}

/**CSS do Footer**/

footer{
	background: #106603;
	padding: 22px 0;
}

footer.fixed{
	position: fixed;
	bottom: 0;
	width: 100%;
}

footer p{
	color: white;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
}

/*
Para arrumar scroll-x do IE e EDGE.
*/

body{
	overflow-x: hidden;
}

section.erro-404 h2{
	text-align: center;
	color: #444;
	font-weight: 400;
	font-size: 28px;
	border-top: 2px solid #444;
}

section.erro-404 p{
	margin-top:8px;
	text-align: center;
	font-size: 16px;
	color: #444;
	font-weight: 300;
}

section.erro-404 a{
	color: #444;
}

.wraper-404{
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	width: 100%;
	left: 50%;
	padding: 0 2%;
	max-width: 1280px;
	text-align: center;
	position: absolute;
	top: 50%;
}

#map{
	width: 100%;
	height: 400px;
}

.contato-container{
	padding: 40px 0;
	text-align: center;
}

.contato-container input[type=text]{
	margin:8px 0;
	width: 100%;
	height: 40px;
	border:1px solid #ccc;
	padding-left: 8px;
	font-size: 16px;
	max-width: 800px;
	color: #444;
}

.contato-container textarea{
	padding: 8px;
	margin:8px 0;
	width: 100%;
	height: 120px;
	border:1px solid #ccc;
	padding-left: 8px;
	font-size: 16px;
	max-width: 800px;
	resize: vertical;
	color: #444;
}

.contato-container input[type=submit]{
	background: #00C59E;
	width: 140px;
	height: 40px;
	color: white;
	cursor: pointer;
}

.bullets{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}

.bullets span{
	margin: 0 10px;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #444;
}

.bullets span.active-slider{
	background: white;
}

/*Portal de notícias*/
.header-noticias{
	width: 100%;
	background: #333864;
	padding: 40px 0;
}

.header-noticias h2:nth-of-type(1){
	font-size: 41px;
}

.header-noticias h2{
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

.header-noticias h2 > b{
	color: #F40B5C;
}

section.container-portal{
	padding: 50px 0;
}

.sidebar{
	float: left;
	width: 30%;
}

.box-content-sidebar{
	width: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-bottom: 50px;
	background: #DDDDDD;
	padding: 15px;
	color: #333864;
}

.box-content-sidebar h3{
	font-size: 18px;
	font-weight: normal;
}

.box-content-sidebar input[type=text]{
	width: 100%;
	height: 40px;
	border: 1px solid rgb(220,220,220);
	padding-left: 8px;
	margin:10px 0;
}

.box-content-sidebar select{
	width: 100%;
	height: 40px;
	border: 1px solid rgb(220,220,220);
	padding-left: 8px;
	margin:10px 0;
}

.box-content-sidebar input[type=submit]{
	cursor: pointer;
	background: #F40B5C;
	color: white;
	width: 115px;
	height: 35px;
	font-weight: bold;
	margin:10px 0;
	border: 0;
}

.autor-box-portal{
	margin-top: 10px;
	text-align: center;
}

.box-img-autor{
	width: 160px;
	height: 160px;
	display: inline-block;
	border-radius: 50%;
	margin:20px 0;
	background-image: url('../images/foto.jpg');
	background-size: 100% 100%;
}

.autor-box-portal h3,
.autor-box-portal p{
	color: #646464;
}

.autor-box-portal p{
	font-size: 14px;
	margin-top: 8px;
	font-weight: lighter;
}

.conteudo-portal{
	float: left;
	width: 70%;
	padding-left: 50px;
}

.header-conteudo-portal{
	color: #333864;
}

.header-conteudo-portal h2{
	font-size: 23px;
}

.header-conteudo-portal h2 > span{
	border-top: 4px solid #333864;
}

.box-single-conteudo{
	margin:15px 0;
	padding:15px 0;
	border-bottom: 1px solid #ccc;
}

.box-single-conteudo h2{
	color: #646464;
	font-weight: normal;
	font-size: 22px;
}

.box-single-conteudo p{
	color: #646464;
	font-weight: normal;
	font-size: 15px;
	margin-top: 8px;
}

.box-single-conteudo a{
	background: #00B95C;
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 3px;
	font-size: 15px;
	margin-top: 8px;
	text-decoration: none;
	color: white;
}

.paginator{
	text-align: center;
}

.paginator a{
	margin: 0 10px;
	display: inline-block;
	text-decoration: none;
	padding: 6px 4px;
	border: 1px solid rgb(220,220,220);
	color: rgb(100,100,100);
}

.paginator a.active-page{
	background: rgb(220,220,220);
}

/*Noticia single estilo*/

section.noticia-single{
	padding: 40px 0;
	color: #646464;
}

section.noticia-single header{
	background-color: transparent;
}

section.noticia-single h1{
	font-size: 30px;
	border-bottom: 2px solid #646464;
}

section.noticia-single article{
	margin-top:15px;
}

section.noticia-single h3,
section.noticia-single h2{
	margin:10px 0;
}

section.noticia-single p{
	margin:10px 0;
}

section.noticia-single ul{
	margin:10px 0;
	list-style-position: inside;
}

section.noticia-single img{
	display: block;
	margin:0 auto;
	max-width: 100%;
}

section.checklist{
	width: 100%;
	height: 100%;
	background: #f4f5ba;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow-x: hidden;
}

section.checklist h2.title{
	font-family: 'Verdana';
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000;
}

section.checklist .botao{
	background: green;
	text-align: center;
	color: white;
	padding: 10px 20px;
} 

.box-table{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 100;
	border-collapse: collapse;
}

.box-table tr.cabecalho{
	background: #4f4d49;
	height: 40px;
	color: white;
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.box-table tr.corpo{
	background: #dfe5f0;
	height: 30px;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.box-table tr.corpo:hover{
	background: hsl(23, 46%, 88%);
	cursor: pointer;
}

.wraper-checklist{
	display: flexbox;
}

.wraper-checklist th{
	font-family: Roboto;
	height: 22px;
	padding: 0 10px;
	text-align: center;
	border: 1px solid #000;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.wraper-checklist td{
	font-family: Roboto;
	height: 22px;
	padding: 0 5px;
	text-align: center;
	border: 1px solid #000;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.wraper-checklist img{
	width: 80px;
}

.wraper-checklist img:hover{
	width: 280px;
}

@media screen and (max-width: 768px){
*{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-family: "Open Sans";
	}

	.conteudo-portal{
		width: 100%;
		padding-left: 0;
	}

	.sidebar{
		width: 100%;
		text-align: center;
	}

	img{
		float: none !important;
		display: block;
		margin: 0 auto;
	}

	.w16{
		padding: 5px;
		width: 100%;
	}

	.w25{
		padding: 5px;
		width: 100%;
	}

	.w33{
		padding: 5px;
		width: 100%;
	}

	.w50{
		padding: 5px;
		width: 100%;
	}
	
	.w67{
		padding: 5px;
		width: 100%;
	}

	.w75{
		padding: 5px;
		width: 100%;
	}

	.w100{
		padding: 10px;
		width: 100%;
	}

	header{
		background: #106603;
		padding: 4px 0;
	}

	header .logo{
		padding: 4px 0;
		margin: 0;
		font-size: 18px;
		font-weight: 800;
	}
	
	.logo a{
		text-decoration: none;
		color: white;
	}

	nav.desktop a:hover{
	text-decoration: underline;
	background: #ceecf0;
	}

	a.dropdown{
		color: #c7615b;
		margin-top: 0;
		text-decoration: none;
	}

	li a, .dropbtn{
	  display: inline-block;
	  color: #f7f5f7;
	  text-align: center;
	  text-decoration: none;
	}

	li a:hover, .dropdown:hover .dropbtn{
		background: #f5e6e4;
	}

	li.dropdown{
		display: inline-block;
	}

	.dropdown-content{
		display: none;
		position: absolute;
		background: #eff542;
	}

	.dropdown-content a{
		display: white;
		text-align: left;
		border: 1px solid rgb(207, 207, 207);
	}

	.dropdown:hover .dropdown-content{
		display: block;
		overflow: visible;
		z-index: 3;
	}

	section.banner-container{
		width: 100%;
		height: 250px;
		position: relative;
		overflow-x: hidden;
	}

	section.banner-container form{
		width: 75%;
		max-width: 230px;
		z-index: 1;
		position: absolute;
		left: 50%;
		top: 70%;
		transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
	}

	section.banner-container form h2{
		font-family: "Open Sans";
		color: #0a0a0a;
		font-weight: 400;
		font-size: 18px;
		text-align: center;
	}

	section.banner-container form input[type=email]{
		width: 100%;
		height: 28px;
		margin-top: 3px;
		background: white;
		color: #333;
		font-size: 12px;
		padding-left: 6px;
		border: 1px solid #5056A0;
	}

	section.banner-container form input[type=submit]{
		font-family: "Open Sans";
		width: 100%;
		height: 28px;
		margin-top: 3px;
		background: #00C59E;
		color: white;
		cursor: pointer;
		font-size: 16px;
		border: 0;
	}

	section.descricao-autor{
		padding: 0;
		margin: 0;
		background: #e6f5f3;
	}

	section.descricao-autor h2{
		padding: 0;
		margin: 0;
		font-size: 22px;
		font-weight: 600;
		color: #0a0e59;
	}

	section.descricao-autor img{
		padding: 0;
		width: 30px;
		height: 30px;
		display: inline-block;
		vertical-align: middle;
		border-radius: 50%;
	}

	section.descricao-autor p{
		max-height: 60px;
		overflow: hidden;
		position: relative;
		font-size: 15px;
		font-weight: 250;
		margin-top: 2px;
		text-align: justify;
		text-overflow: ellipsis;
	}

	section.descricao-autor p:hover{
		max-height: none;
 		overflow: visible;
	}

	section.descricao-autor p::after{
		content: "...";
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    background-color: #e6f5f3;
	    padding: 0 5px;
	}

	section.lancamentos{
		width: 100%;
		height: 100%;
		padding: 0;
		background: #e1f8fc;
		position: relative;  
		overflow-x: hidden;
	}

	section.lancamentos h2.title{
		font-family: 'Verdana';
		font-size: 22px;
		text-align: center;
		font-weight: 300;
		margin-top: 7px;
		margin-bottom: 0;
		color: #000;
	}

	section.lancamentos .busca h3{
		font-family: 'Verdana';
		font-size: 16px;
		margin-top: 8px;
		text-align: center;
		font-weight: 400;
		color: #0c13eb;
	}

	section.lancamentos .busca form{
		position: relative;
		top: 20px;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		padding: 0;
		padding-bottom: 10px;
	}

	section.lancamentos .boxes-lancamentos{
		margin: 0;
		padding: 0;
		text-align: center;
		overflow-x: hidden;
	}

	section.lancamentos .box-novo{
		width: 100%;
		height: 100%;
		padding: 0;
		background: #e1f8fc;
	}

	section.lancamentos .box-novo .box-imgn img{
		width: 100%;
		height: 230px;
		display: block;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}

	section.lancamentos .box-novo .bodys-box{
		width: 100%;
		height: 100%;
	}

	section.obrasconcluidas{
		width: 100%;
		height: 100%;
		padding: 10px 0;
		background: #f4f5ba;
		position: relative;
		overflow-x: hidden;
	}

	section.obrasconcluidas h2.title{
		font-family: 'Verdana';
		font-size: 30px;
		text-align: center;
		font-weight: 400;
		margin-top: 10px;
		margin-bottom: 10px;
		color: #000;
	}

	section.obrasconcluidas .botao{
		background: green;
		margin-left: 2%;
		text-align: center;
		color: white;
		padding: 10px 20px;
	} 

	section.obrasconcluidas .box-obrasconcluidas{
		margin: 5px 0;
		padding: 10px 10px;
		text-align: center;
		overflow-x: hidden;
	}

	section.obrasconcluidas .box-obrasconcluidas img{
		overflow-x: hidden;
	}

	section.obrasconcluidas .box-imgt img.imgt-square{
		width: 100%;
		height: 280px;
		display: block;
		margin: 8px auto;
	}

	section.obrasconcluidas .box-obrasconcluidas h3{
		font-family: 'Merriweather Sans', sans-serif;
		font-weight: 300;
		font-size: 20px;
		color: #000;
	}

	section.obrasconcluidas .box-obrasconcluidas h4 {
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 150;
	    color: #000;
	    font-size: 15px;
	    text-align: justify;
	    margin-bottom: 30px;
	    
	    /* Efeito de truncamento em 3 linhas */
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;  
	    overflow: hidden;
	    position: relative;
	    transition: all 0.3s ease;
	}

	section.obrasconcluidas .box-obrasconcluidas p{
		font-family: 'Arial';
		color: black;
		font-size: 16px;
		margin-top: 6px;
		text-align: left;
	}

	section.especialidades{
		padding: 10px 0;
		background: #E2E2E2;
	}

	.box-imgt img.imgt-square{
		width: 100%;
		height: 320px;
		display: block;
		margin-bottom: 10px;
	}

	section.especialidades h2.title{
		font-size: 24px;
		text-align: center;
		font-weight: 900;
		color: #0a0e59;
	}

	.box-especialidade{
		margin: 4px 0;
		padding: 0 4px;
		text-align: center;
	}

	.box-especialidade h3{
		font-size: 28px;
		color: #0a0e59;
	}

	.box-especialidade h4{
		font-weight: 600;
		font-size: 18px;
		color: #0a0e59;
	}

	section.especialidades .botao{
		background: green;
		text-align: center;
		color: white;
		padding: 4px 8px;
	}

	.box-especialidade p{
		color: #444;
		font-size: 15px;
		margin-top: 4px;
		text-align: justify;
	}

	.box-servico{
		padding: 0;
		margin: 0;
		overflow-x: hidden;
	}

	.box-imgk img.imgk-servico{
		width: 260px;
		height: 220px;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	section.servicos h2.title{
		font-family: 'sans-serif;';
		font-size: 22px;
		text-align: center;
		color: #000;
		margin: 0;
	}

	.box-servico h3{
		font-family: 'Merriweather Sans', sans-serif;
		font-weight: 150;
		font-size: 14px;
		color: #000;
	}

	.box-servico h4{
		font-family: 'Open Sans', sans-serif;
		font-weight: 150;
		color: #000;
		font-size: 12px;
		text-align: justify;
		margin-bottom: 0;
	}

	.box-servico p{
		font-family: 'Arial';
		text-align: left;
		color: black;
		font-size: 14px;
		margin-top: 4px;
		margin-bottom: 0;
	}	

	section.servicos .botao{
		background: green;
		text-align: center;
		color: white;
		padding: 4px 8px;
	}

	section.extras{
		padding: 5px 0;
		background: #253659;
	}

	.servicos-container,.depoimentos-container{
		padding: 0 3px;
	}	

	section.extras .title{
		color: white;
		font-weight: 600;
		font-size: 18px;
		margin-bottom: 2px;
		text-align: center;
	}

	.depoimento-single{
		padding: 5px 0;
		border-bottom: 1px solid #5056A0;
	}

	p.depoimento-descricao{
		font-size: 15px;
		color: white;
		font-weight: 300;
	}

	p.nome-autor{
		font-size: 14px;
		color: white;
		margin-top: 5px;
		font-weight: bold;
	}

	.trabalhos ul{
		margin: 3px 0;
	}

	.trabalhos li{
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		padding-top: 3px;
		color: white;
		text-align: left;
		margin-left: 20px;
	}

	.servicos ul{
		margin: 5px 0;	
	}

	.servicos li{
		margin-bottom: 8px;
		font-size: 14px;
		color: white;
		font-weight: 250;
	}
	
	/**Div Links Rápidos da Página Home**/
	.container-linksrapidos{
		background: #000000;
		height: 300px;
	}

	.container-linksrapidos h2{
		padding-top: 25px;
		color: white;
		text-align: center;
		font-size: 25px;
	}

	.container-linksrapidos .leitura{
		padding: 25px 35px;
		text-decoration: none;
		color: white;
		font-size: 18px;
	}

	.container-linksrapidos .leitura li{
		list-style-type: none;
	}

	.container-linksrapidos .leitura a:hover{
		background: #000000;
	}

	/**-----------------------------------**/

	.bullets{
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
	}

	.bullets span{
		margin: 0 10px;
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		cursor: pointer;
		background-color: #444;
	}

	nav.desktop{
		display: none;
	}

	nav.mobile{
		display: block;
	}

	.botao-menu-mobile{
		font-size: 24px;
		cursor: pointer;
		color: white;
	}

	nav.mobile ul{
		top: 35px;
		z-index: 3;
		position: absolute;
		right: 0;
		width: 40%;
		display: none;
		text-align: center;
	}

	/**sketch**/
	nav.mobile li{
		font-weight: 300;
		width: 100%;
		display: block;
		background: #e6f3f5;
		border-bottom: 1px solid #ccc;
		font-size: 12px;
		padding: 0;
	}
	nav.mobile li a{
		display: block;
		color: #00040a;
		font-weight: 600;
		text-decoration: none;
	}
}