p {
	color: #868788;
}

header { background-color: #22977E; }
header > .container { position: relative; }
header .line1 {
	padding: 10px 0;
	text-align: right;
	background-color: #22977E;
}
header .line1 .social {
}
header .line1 .social a{
	height: 14px;
	margin-right: 15px;
	font-size: 14px;
	color:#fff;
}

header .line2 {
	float:left;
	position:absolute;
	width: 100%;
	z-index:10;
	left:0;
}
header .line2 .brand {
	float: left;
	margin-top: 30px;
	width: 160px;
}
header .line2 .brand img {
	width:100%;
}
header .menu {
	float: right;
	padding-top: 50px;
}
header .menu ul {
	position: relative;
	padding:0;
	margin:0;
	list-style: none;
}
header .menu li {
	position: relative;
	float:left;
	display: inline-block;
	list-style: none;
	/* overflow-x:hidden; */
	padding: 0 20px 0 0;
	margin:0;
	border-bottom: 1px solid #fff;
}
header .menu li:last-child {
	padding-right:0;
}
header .menu a {
	display: inline-block;
	font-size: 14px;
	font-family: 'Varela Round', sans-serif;
	color:#fff;
	padding-bottom: 5px;
}
header .menu .active:after {
	content: '';
	display: block;
	position: absolute;
	z-index:2;
	float: right;
	bottom: -4px;
	width: calc(100% - 20px);
	right:20px;
	height: 6px;
	border-radius:3px;
	background-color: #DB921A;
}

.slider, .slider .item {
	/* height: 810px; */
	height: calc(100vh - 45px);
	min-height: 535px;
	background: #333;
}
.slider .item .text {
	top:calc((100vh - 45px)/2);
	margin-top: -15%;
	color: #fff;
}
.slider .item.escuro .text {
	color: #095150;
}
.slider .item h3 {
	margin-bottom: 32px;
	font-size: 44px;
	font-family: 'Varela Round', sans-serif;
	color: #fff;
}
.slider .item.escuro h3 {
	color: #22977e;
}
.slider .item p {
	margin-bottom: 32px;
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	line-height: 24px;
	color:#fff;
}
.slider .item.escuro p {
	color: #095150;
}
.slider .item .btn1 {
	display: inline-block;
	padding: 0 30px;
	margin-right: 10px;
	height: 55px;
	font-size: 21px;
	font-family: 'Varela Round', sans-serif;
	line-height: 45px;
	color: #fff;
	background: #DB921A;
	border-radius: 25px 25px 25px 0;
}
.slider .item .btn1 div{
	padding-top:5px;
}
.slider .item .btn-video {
	display: inline-block;
	display:  none !important;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	color: #fff;
	background: #DB921A;
	border-radius: 55px;
}
.slick-dots {
	bottom: 50px;
}
.slick-dots li button:before {
	color: #fff;
	font-size: 20px;
}
.slick-dots li.slick-active button:before {
	color: #fff;
}

.btn-whats {
	position:absolute;
	float:right;
	top:-70px;
	right:0px;
	display: block;
	/* padding: 16px; */
	width: 80px;
	height: 80px;
	font-size: 48px;
	line-height: 75px;
	text-align: center;
	color:#fff;
	background-color: #23977E;
	border-radius: 80px;
}

.slider, .slider .item.banner {
	background: #22977e no-repeat center;
	background-size: cover;
}
/*
.slider, .slider .item.banner2 {
	background: #999 url('banner2.jpg') no-repeat center;
	background-size: cover;
}
.slider, .slider .item.banner3 {
	background: #999 url('banner3.jpg') no-repeat center;
	background-size: cover;
}
*/

.row-objetivo {
	padding-top:100px;
}
.col-objetivo > p {
	margin-bottom: 40px;
	font-size: 42px;
	font-family: 'Varela Round', sans-serif;
	color:#DB921A;
}
.box-objetivo {
	border-left: 2px solid #DB921A;
	border-bottom: 2px solid #DB921A;
	border-bottom-left-radius: 15px;
	padding:0 0 10px 30px;
}
.box-objetivo a {
	float: right;
	position: absolute;
	right: 15px;
	bottom: -15px;
	z-index: 2;
	padding:8px 20px;
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	color:#fff;
	background-color: #DB921A;
	border-radius: 0 15px 15px 15px;
}
.box-objetivo a::before {
	content: '';
	float:left;
	z-index: 3;
	position: absolute;
	top: 0;
    left: -10px;
	height: 100%;
	border-left:10px solid #fff;
}
.box-objetivo p {
	margin-bottom: 25px;
	font-size: 24px;
	font-family: 'Nunito', sans-serif;
	color:#095150;
	text-transform: uppercase;
}
.box-objetivo .bold {
	font-weight: bold;
}

.col-necessidade > p {
	margin-bottom: 40px;
	font-size: 42px;
	color:#22977E;
}
.row-necessidades .box-necessidades {
	display:flex;
	flex-direction:column;
	align-items: center;
  	justify-content: center;
	height: 200px;
	border: 1px solid #22977E;
	border-radius: 15px;
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #095150;
}
.row-necessidades .box-necessidades > div {
	padding:0 20px;
	text-align: center;
	color: #095150;
}

.row-solucoes {
	margin-top: 40px;
	background: url("setas.svg") no-repeat center top;
	background-size: 22px;
}
.row-solucoes .brand {
	display:block;
	width: 100%;
	padding: 75px 0 34px;
	text-align: center;
}
.row-solucoes .brand img {
	width: 160px;
}
.row-solucoes .text {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	font-size: 18px;
	text-align: center;
	color: #095150;
	line-height: 26px;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
}
.row-servicos {
	max-width: 100vw;
	text-align: center;
}
.row-servicos div .servico {
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	color: #22977E;
}
.row-servicos img {
	display:block;
	clear: both;
	max-height: 60px;
	margin-bottom: 18px;
}
.row-solucoes .colchetes {
	padding: 20px 0 70px;
	width: 100%;
	text-align: center;
}
.row-solucoes .colchetes img {
	margin:0 auto;
	width: 682px;
}
.row-grafico {
	margin-bottom: 90px;
	font-size: 35px;
	line-height: 44px;
	text-align: center;
}
.row-grafico a {
	display: inline-block;
    margin: 0px auto;
    padding-left:200px;
}
.row-grafico img {
	display:block;
	width: 870px;
	margin: 0 auto 55px;
}
.row-grafico p {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Varela Round', sans-serif;
	font-size: 35px;
	color: #22977E;
	line-height: 44px;
}

.bg-especialistas {
	padding: 100px 0;
	background-color: rgba(0,0,0,0.05);
}
.row-especialistas-header {
	margin-bottom: 60px;
}
.row-especialistas-header > div {
	margin-bottom: 20px;
	font-size: 35px;
	font-family: 'Varela Round', sans-serif;
	color: #095150;
	line-height: 44px;
}
.row-especialistas-header span {
	font-size: 44px;
	color: #22977E;
}
.row-especialistas-header p {
	margin-bottom: 0px;
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	color: #095150;
	line-height: 26px;
}
.row-especialistas-header .strong {
	font-weight: 700;
	color: #22977E;
}

.row-especialistas {
	/* margin-bottom: 130px; */
}
.row-especialistas p {
	margin-bottom: 0px;
	font-weight: 300;
	font-size: 15px;
	font-family: 'Nunito', sans-serif;
	color: #095150;
}
.row-especialistas > div:first-child {
	text-align: right;
}
.row-especialistas .box {
	position: absolute;
	float: left;
	bottom: 0;
}
.row-especialistas .socio {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #22977E;
}
.row-especialistas .sociosimg img {
	max-width: 100%;
}
.row-especialistas a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: 10px;
	line-height: 35px;
	border:3px solid #22977E;
	border-radius: 40px;
	color: #22977E;
	font-size: 18px;
	text-align: center;
}

.bg-news {
	position: relative;
	padding: 75px 0;
	background-color: #DB921A;
}
.bg-news .bg {
	position: absolute;
	left:0;
	top:0;
	width: 50vw;
	height: 100%;
	overflow-x: hidden;
	text-align: right;
	background: url("new-bg2.jpg") no-repeat right top;
	background-size: cover;
}
.row-news p {
	font-size: 35px;
	font-family: 'Varela Round', sans-serif;
	color: #095150;
}
.row-news .title span {
	display:block;
	font-size: 40px;
	color: #fff;
}
.row-news form .wpcf7-form-control-wrap {
	display: block;
	padding: 30px 0;
}
.row-news form .wpcf7-not-valid-tip {
	padding-top: 5px;
	font-family: 'Nunito', sans-serif;
	font-size: 12px;
	color:  #fff;
}
.row-news form .wpcf7-response-output {
	clear: both;
	margin: 0;
	padding: 10px 0;
	border: none;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
div.wpcf7 .ajax-loader {
	background-image:  url('loading2.gif');
	background-size: cover;
}
.row-news form input:not([type="submit"]) {
	width: 100%;
	padding: 0;
	border: none;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	color:#fff;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	background-color: #DB921A;
}
.row-news form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-style: italic;
}

.row-news form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-style: italic;
}

.row-news form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  font-style: italic;
}
.row-news form .btn {
	float:right;
	padding: 12px 24px 10px;
	border: 2px solid #fff;
	border-radius: 25px 25px 25px 0;
	color:#fff;
	font-family: 'Nunito', sans-serif;
	font-size: 22px;
	font-weight: 700;
	background-color: #DB921A;
}
.row-news form .btn:hover {
	color: #DB921A;
	background-color:#fff;
}

.row-depoimentos {
	padding-top: 130px;
	padding-bottom: 130px;
}
.row-depoimentos .title {
	font-size: 35px;
	font-family: 'Varela Round', sans-serif;
	padding-top: 130px;
	padding-bottom: 130px;
	color: #095150;
	line-height: 55px;
}
.row-depoimentos .title span {
	font-size: 42px;
	color: #22977E;
}
.row-depoimentos .text::before {
	content: '';
	position: absolute;
	float:left;
	top:-25px;
	left:-50px;
	width: 38px;
	height: 26px;
	background: url("aspas.svg") no-repeat left top;
	background-size: cover;
}
.row-depoimentos .text {
	position: relative;
}
.row-depoimentos .text p {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	color: #095150;
}
.row-depoimentos .text strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	color: #22977E;
}
.row-depoimentos .text i {
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	color: #22977E;
}

footer {
	position: relative;
	padding-top: 90px;
	background: #095150;
}
.pattern {
	position: absolute;
	float: right;
	z-index:2;
	top:-200px;
	overflow-x: hidden;
	left:50%;
	margin-left: 400px;
	width: calc(50vw - 410px);
	height: 428px;
}
.pattern img {
	display: inline-block;
	width: 555px;
	max-width: 555px;
}
footer .brand {
	display: inline-block;
	height: 50px;
	margin-bottom: 55px;
}
footer .address .escritorio {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #22977E;
}
footer .address p {
	margin-bottom: 35px;
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	color: #fff;
	line-height: 26px;
}
footer .address strong {
	font-weight: 700;
}
footer .address a {
	color: #fff;
}
footer .social a {
	margin-right: 25px;
	font-size: 22px;
	color: #22977E;
}
footer .form {
	display: block;
	margin-bottom: 60px;
}
footer .form .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 15px;
}
footer .form .wpcf7-not-valid-tip {
	margin-bottom: 0;
	font-size: 12px;
	color: #22977E;
}
footer .form .wpcf7-response-output {
	padding: 10px 0;
	border: none;
	font-size: 18px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #22977E;
}
footer .form p {
	margin-bottom: 25px;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
}
footer .form input:not([type="submit"]), footer .form textarea {
	display: block;
	width: 100%;
	padding: 0 25px;
	border: 2px solid #22977E;
	border-radius: 15px;
	background: #095150;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	min-height: 50px;
	line-height: 50px;
	color: #fff;
}
footer .form textarea {
	padding-top: 10px;
	height: 105px;
	line-height: 24px;
}
footer .form textarea:focus {
	background: #095150;
	color: #fff;
}
footer .form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-style: italic;
}
footer .form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-style: italic;
}
footer .form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  font-style: italic;
}
footer .form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-style: italic;
}
footer .form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-style: italic;
}
footer .form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  font-style: italic;
}
footer .form .line-btn {
	margin-bottom: 15px;
}
footer .form .btn {
	display: inline-block;
	float: right;
	padding: 0 25px;
	border: 2px solid #fff;
	border-radius: 0 25px 25px 25px;
	background: #095150;
	font-size: 22px;
	font-family: 'Nunito', sans-serif;
	line-height: 50px;
	color: #fff;
}
footer .form .btn:hover {
	color: #095150;
	background: #fff;
}
footer .credito {
	padding: 40px;
	width: 100%;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Nunito', sans-serif;
	color: #22977E;
}
footer .credito strong {
	font-weight: 700;
}


/* ====================
.navbar { 
	display: none;
} */
header .row {
	width: 100%;
	clear: both;
}
header button {
	display: none;
}
header .line1 .brand {
	display: none;
}
@media (min-width:640px) {
	footer .credito strong:after {
		content:  ' |' ;
		font-weight: 300;
	}
}
@media (max-width:640px) {
	header {
		position: fixed !important;
		top:0 !important;
		width: 100vw;
		z-index: 10000;
		background-color: #095150;
	}
	header .row {
		width: 100%;
	}
	/*
	.navbar {
		display: inline-block;
		float: left;
	}
	*/
	header .line1 {
		text-align: center;
		background-color: #095150;
	}
	header .line1 .brand {
		display: inline-block;
		margin:0 auto;
	}
	header .line1 .brand img {
		width: auto;
		height: 40px;
	}
	header .line2 .brand {
		display: none;
	}
	.navbar button {
		position: absolute;
		float: left;
		left: 5px;
		display: inline-block;
	}
	header .line1 .social {
		display: none;
	}
	.menumobile {
		margin-top: 20px;
		padding-top: 40px;
		border-top: 2px solid rgba(255,255,255,0.7);
	}
	.menumobile ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.menumobile li {
		display: block;
		padding: 10px 20px;
	}
	.menumobile a {
		color: #fff;
		font-size: 18px;
	}
	.menumobile li.active a {
		color: #db921a;
	}
	.menumobile .social {
		display: block !important;
		margin-top: 40px;
		padding-top: 20px;
		border-top: 2px solid rgba(255,255,255,0.7);
	}
	.menumobile .social a {
		font-size: 26px !important;
	}


	.line2 .menu {
		display: none;
	}


	.btn-whats {
		right:15px;
	}
	.slider .item .text {
		margin-top: -50%;
	}
	.slider .item .text h3 {
		font-size: 34px;
	}
	.slider .item .text p {
		display:none;
	}
	.slider .item .btn1 {
		max-width: 50%;
		height: auto;
		padding-top:15px;
		padding-bottom:15px;
		line-height: 24px;
		font-size: 20px;
	}
	.slider .item .btn1 span {
		display:none;
	}


	/*
	.slider, .slider .item {
		background: #23977E no-repeat center;
		background-size: cover;
	}
	.slider, .slider .item.banner2 {
		background: #999 url('banner-mobile-2.jpg') no-repeat center;
		background-size: cover;
	}
	.slider, .slider .item.banner3 {
		background: #999 url('banner-mobile-3.jpg') no-repeat center;
		background-size: cover;
	}
	*/

	.row-objetivo {
		padding-top: 30px;
	}
	.col-necessidade {
		margin-top: 60px;
	}
	.row-necessidades .box-necessidades {
		height: auto;
		margin-bottom: 20px;
		padding: 40px;
		height: 140px;
	}
	.row-necessidades .box-necessidades div {

	}
	.row-servicos {
		margin: 0px;
	}
	.colchetes img {
		max-width: 80%;
	}
	.row-grafico a {
		padding-left:0;
	}
	.row-grafico img {
		max-width: 90%;
	}

	.row-especialistas {
		/* margin-bottom: 80px; */
	}
	.row-especialistas .box {
		position: relative;
		float: none;
		padding-top: 20px;
	}
	.bg-news .bg {
		background-image: none;
	}

	.row-depoimentos {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}
	.row-depoimentos .title {
		padding-top:0;
		padding-bottom: 60px;
	}
	.row-depoimentos .text::before {
		top: -35px;
		left: 15px;
	}

	footer .address {
		margin-bottom: 40px;
	}
	footer .credito strong {
		display: block;
	}
}



/* PAGINA DE SOLUCOES */
.page-hader {
	height: 300px;
	background: #1b7761 url(topo-internas.png) center top;
	background-size: cover;
}
.page-hader h1, .page-hader h2 {
	position: absolute;
	left: 0px;
	bottom: -3px;
	margin-bottom: 0;
	padding-bottom: 0;
	color:  #fff;
	font-size: 48px;
	font-family: 'Varela Round', sans-serif;
}
.page-hader h1::after, .page-hader h2::after {
	content: '';
	display:  block;
	height: 6px;
	border-radius: 3px;
	background-color: #db921a;
}
.page-hader h1 span, .page-hader h2 span {
	display: block;
	padding-bottom: 12px;
}
.cabecalho {
	padding-top: 100px;
}
.cabecalho h1, .cabecalho h2{
	margin-bottom: 30px;
	font-family: 'Varela Round', sans-serif;
	font-size: 36px;
	color: #db921a;
}
#page-post .cabecalho h1 {
	margin-bottom: 0px;
	color: #22977e;
}
#page-solucoes .cabecalho p {
	margin-bottom: 80px;
	font-size: 18px;
	line-height: 26px;
	color: #868788;
	font-weight: 300;
}

#page-solucoes .lista {
	margin-bottom: 40px;
}
#page-solucoes .lista h3 {
	margin-bottom: 24px;
	font-family: 'Varela Round', sans-serif;
	color: #22977e;
}
#page-solucoes .lista p {
	margin-bottom: 24px;
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
	color: #868788;
}
#page-solucoes .lista ul {
	padding-left: 15px;
}
#page-solucoes .lista li {
	margin-bottom: 0px;
	font-family: 'Nunito', sans-serif;
	color: #22977e;
	font-weight: 700;
}
.voltar {
	padding-top: 50px;
	margin-bottom: 60px;
}
.voltar a{
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #095150;
	text-transform: uppercase;
}
.voltar a::before{
	content:  '';
	display: inline-block;
	height: 41px;
	width: 42px;
	margin-bottom: -15px;
	margin-right: 15px;
	background: url('voltar.svg') center;
	background-size: cover;
}

@media (max-width:640px) {
	.page-hader h1, .page-hader h2 {
		left: 10px;
	}
	.cabecalho h1, .cabecalho h2 {
		font-size: 24px;
	}
	#page-solucoes .lista img {
		margin-bottom: 15px;
	}
	#page-solucoes .lista h3 {
		text-align: center;
	}
}


/* REPORT - NOTICIA */
.cabecalho .tag {
	display: inline-block;
	padding: 5px 15px 2px 15px;
	margin-bottom: 40px;
	font-family: 'Varela Round', sans-serif;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #22977e;
	border-radius: 15px 15px 15px 0;
}
#page-report .cabecalho h1 {
	margin-bottom: 10px;
	color: #22977e;
}
.cabecalho .data {
	margin-bottom: 42px;
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
	color: #095150;
}
#page-report .conteudo p {
	margin-bottom: 28px;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: 300;
	color: #868788;
}
#page-report .conteudo li {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: 300;
	color: #868788;
}
#page-report .conteudo img {
	max-width: 100%;
}
#page-report .conteudo h3, #page-post .conteudo h3 {
	margin-bottom: 24px;
	padding-top: 45px;
    font-family: 'Varela Round', sans-serif;
    color: #db921a;
}
#page-report .conteudo h4, #page-post .conteudo h4 {
	margin-bottom: 20px;
	padding-top: 30px;
    font-family: 'Varela Round', sans-serif;
    color: #095150;
}
#page-report .conteudo h5, #page-post .conteudo h5 {
	margin-bottom: 15px;
	padding-top: 20px;
    font-family: 'Varela Round', sans-serif;
    color: #000;
}


/* PAGINA REPORTS */
#page-reports .cabecalho h2 {
	margin-bottom: 64px;
	display: block;
	font-size: 36px;
	color:  #095150;
	letter-spacing: 2px;
	text-align: center;
}

#page-reports .carditem {
	position: relative;
	clear: both;
	display: inline-block;
	width: 100%;
	margin-bottom: 42px;
	background-color: #095150;
}
#page-reports .reports .carditem:last-child {
	margin-bottom: 0px !important;
}
#page-reports .carditem .infos {
	position: relative;
	padding: 60px 0;
	text-align: center;
}
#page-reports .carditem .tag {
	position: absolute;
	top: -20px;
	width: 100%;
}
#page-reports .carditem .tag span {
	display: inline-block;
	padding: 5px 25px 3px;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	background-color: #db921a;
	text-transform: uppercase;
	border-radius: 15px 15px 15px 0;
}
#page-reports .carditem h3 {
	font-family: 'Varela Round', sans-serif;
	font-size: 42px;
    color: #fff;
}
#page-reports .carditem h3 a{
	color: #fff;
}
#page-reports .carditem .data {
	margin-bottom: 28px;
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
	color: #fff;
}
#page-reports .carditem p {
	display: block;
	max-width: 60%;
	margin: 0 auto 28px auto;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: #fff;
}
#page-reports .carditem .acessar a {
	display: inline-block;
	font-family: 'Varela Round', sans-serif;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
#page-reports .carditem .acessar a::after {
	content:  '';
	display: inline-block;
	height: 41px;
	width: 42px;
	margin-bottom: -15px;
	margin-left: 15px;
	background: url('leiamais.svg') center;
	background-size: cover;
}

#page-reports .carditem.card1 img,#page-reports .carditem.card3 img {
	display: block;
	max-width: 100%;
}
#page-reports .carditem.card2 {
	background-color:#db921a
}
#page-reports .carditem.card2 .image {
	position: absolute;
	float: left;
	max-width: 33%;
	height: 100%;
	overflow: hidden;
}
#page-reports .carditem.card2 img {
	object-fit: cover;
	max-height: 100%;
	left: 50%;
	height: 100%;
	/* margin-left: -50%; */
}
#page-reports .carditem.card2 .infos{
	display: inline-block;
	float: left;
	text-align: left;
	max-width: 55%;
	margin-left: 40%;
}
#page-reports .carditem.card2 .tag {
	position: relative;
	top: 0;
}
#page-reports .carditem.card2 .tag span {
	background-color: #22977e;
}
#page-reports .carditem.card2 p {
	max-width: 100%;
}

#page-reports .carditem.card3 {
	background-color:#22977e
}

#page-reports .posts-navigation {
	margin-bottom: 70px;
}
#page-reports .posts-navigation::after {
	content:  '';
	display: block;
	clear: both;
}
#page-reports .nav-links {
	margin-bottom: 50px;
}
#page-reports .nav-links .nav-next a, #page-reports .nav-links .nav-previous a{
	display: inline-block;
    padding: 0 25px;
    border-radius: 0 25px 25px 25px;
    background: #095150;
    font-size: 22px;
    font-family: 'Nunito', sans-serif;
    line-height: 50px;
    color: #fff;
}
#page-reports .nav-links .nav-next a, #page-reports .nav-links .nav-previous a{
	color: #fff;
}
#page-reports .nav-links .nav-previous a{
	border-radius: 25px 0 25px 25px;
}

@media (max-width:640px) {
	#page-reports .carditem h3 {
		font-size: 36px;
	}
	#page-reports .carditem.card2 .image {
		position: relative;
		float: none;
		max-width: 100%;
		height: auto;
		overflow: hidden;
	}
	#page-reports .carditem.card2 img {
		object-fit: cover;
		max-width: 100%;
		max-height: auto;
		left: 0;
		margin-left: 0;
	}
	#page-reports .carditem.card2 .infos{
		float: none;
		text-align: center;
		max-width: 100%;
		margin-left: 0;
	}
	#page-reports .carditem.card2 .tag {
		position: absolute;
		top: -20px;
	}
	#page-reports .carditem p {
		max-width: 100%;
	}

}


