/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Humanist521BT-Roman";

  src: url("fontes/Humanst521BTRoman.woff") format("woff"), /* Modern Browsers */
    url("fontes/Humanst521BTRoman.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "CanaroW00-Black";

  src: url("fontes/CanaroW00Black.woff") format("woff"), /* Modern Browsers */
    url("fontes/CanaroW00Black.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Kiona-Regular";

  src: url("fontes/Kiona-Regular.woff") format("woff"), /* Modern Browsers */
    url("fontes/Kiona-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "MyriadPro-Regular";

  src: url("fontes/MyriadPro-Regular.woff") format("woff"), /* Modern Browsers */
    url("fontes/MyriadPro-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/*
  ========================================
        HEADER
  ========================================
*/

header {
	padding: 12px 0px 30px 0;
	background: #000;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

header.fixed {
	background: rgba(0, 0, 0, 0.8);
}

.logo {
	float:left;
}

.logo img {
	width:230px;
}

@media screen and (max-width: 1060px) {
	header {
		padding: 25px 0;
	}
}


/*
  ========================================
        CONTENT
  ========================================
*/

.banner {
	margin-top:120px;
}

.first_content {
	padding: 62px 0 75px 0;
	background: #020000;
	text-align: center;
}

.first_content img {
	display: inline-block;
}

@media screen and (max-width: 1060px) {
	.first_content {
		padding: 40px 0;
	}

	.first_content img {
		display: inline-block;
		margin:5px 10px;
	}
}


/*SECOND CONTENT*/

.second_content {
	height: 1000px;
	background: #1f191b;
	position: relative;
	padding:75px 0 0 0;
}

.second_content::after,
.second_content::before {
	content: '';
	position: absolute;
	height: 440px;
	width: 190px;
}

.second_content::after {
	left: 0;
	top: 10px;
	background: url("../img/after_second_content.jpg") center no-repeat;
}

.second_content::before {
	right: 0;
	bottom:60px;
	background: url("../img/before_second_content.jpg") center no-repeat;
}

.second_content .content1 {
	display: flex;
	justify-content: space-between;
}

.second_content .content1 h2 {
	font-size: 30px;
	font-weight: 900;
	color: #ffe37e;
	margin-bottom: 30px;
	font-family: "Kiona-Regular";
}

.second_content .content1 .txt {
	width: 540px;
	text-align: justify;
}

.second_content .content1 .img {
    margin-top:55px;
}

.second_content .content1 .img .bloco {
	position:relative;
}

.second_content .content1 .img .bloco div {
	width:100%;
	position: absolute;
	left: -42px;
	top: 40px;
}

.second_content .content1 .img .bloco div span {
    display:inline-block;
    height: 310px;
    width: 480px;
    position:relative;
    margin-right: -25px;
    border: 12px solid #f6f6f6;
}


.second_content .content1 .img .bloco img {
	position:relative;
	z-index:2;
}

.mvv {
	margin-top: 140px;
}

.mvv .content .item {
	float: left;
	border-right: 1px solid #e93f64;
	text-align: center;
	width:350px;
}

.mvv .content .item:nth-child(2) {
    width:450px;
}

.mvv .content .item .center {
	width: 260px;
	display:inline-block;
	margin:0 auto;
	text-align: left;
	margin-top: -15px;
}

.mvv .content .item:first-child {
	padding-left:0;
	text-align:left;
}

.mvv .content .item:last-child {
	border-right:none;
	padding-right:0;
	text-align:right;
}

.mvv .content .item .ico {
    text-align:center;
}

.mvv .content .item img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.mvv .content .item h2 {
	text-align: center;
	font-size: 16px;
	color: #ffe884;
	font-weight: 600;
	margin-bottom:20px;
	margin-top: 15px;
}

.mvv p {
	font-size: 16px;
	color:#fff;
	text-align: center;
}

@media screen and (max-width: 1560px) {
	.second_content::after {
		background: url("../img/after_second_content.jpg") right center no-repeat;
		background-size:cover;
	}

	.second_content::before {
		background: url("../img/before_second_content.jpg") left center no-repeat;
		background-size:cover;
	}

	.second_content::after,
	.second_content::before {
		width: 130px;
	}
}

@media screen and (max-width: 1430px) {
	.second_content::after,
	.second_content::before {
		width: 100px;
		height: 290px;
	}
}

@media screen and (max-width: 1370px) {
	.second_content::after,
	.second_content::before {
		display:none;
	}
}



@media screen and (max-width: 1200px) {
    .mvv .content .item {
    	width:33%!important;
    }
    
    .second_content .content1 .txt {
		width: 450px;
		text-align: justify;
	}
}

@media screen and (max-width: 1080px) {
	.second_content .content1 .txt {
		width: 400px;
	}

	.second_content .content1 .img .bloco div span {
		width:400px;
	}
}

@media screen and (max-width: 1024px) {
	.second_content {
		height: auto;
		padding:40px 0;
	}

	.second_content .content1 .txt {
		width: 48%;
	}

	.second_content .content1 .img {
		width:42%;
	}

	.mvv {
		margin-top:40px;
	}
}

@media screen and (max-width: 900px) {
	.second_content .content1 .txt {
		width: 100%;
	}

	.second_content .content1 {
		flex-wrap:wrap;
	}

	.second_content .content1 .img {
		width: 100%;
		margin: 0 0 10px 0;
		text-align: center;
	}

	.mvv .content .item {
		width:100%!important;
		border-right:none;
		border-bottom:1px solid #e93f64;
		padding-top:20px;
	}

	.mvv .content .item:last-child {
        border-bottom:none;
    }

    .mvv .content .item {
    	text-align: center!important;
    }

	.mvv .content .item .center {
		width: 50%;
		text-align: center;
		margin-top: 0;
	}
}


@media screen and (max-width: 600px) {
	.mvv .content .item .center {
		width: 100%;
	}

	.second_content .content1 .img .bloco div {
		display:none;
	}
}



/* THIRT CONTENT */

.thirt_content .content {
	padding: 100px 0 60px 0;
	background: #fff;
}

.thirt_content .content1 {
	background:#fff;
}

.thirt_content .content2 {
	background:#ffe884;
}

.thirt_content .img {
	position: relative;
	float: left;
	width: 345px;
}

.thirt_content .borda {
	width:322px;
	position:relative;
}

.thirt_content .borda img {
	position:relative;
	z-index:2;
}

.thirt_content .borda::after{
	content:'';
	position:absolute;
	left: 50px;
	top: 15px;
	width:90%;
	height:100%;
	border:3px solid #000;
}

.thirt_content .content1 .nome {
	width: 330px;
}

.thirt_content .content2 .nome {
	width: 465px;
}


.thirt_content .nome {
	padding: 14px 25px;
	position: absolute;
	text-align: center;
	top: -40px;
	left: 110px;
	font-size: 22px;
	color: #ffe884;
	background: #231f20;
	height: 60px;
	z-index: 3;
}

.thirt_content .img .ico {
	position:absolute;
	bottom: -18px;
	left: -30px;
}

.thirt_content .txt {
	float:right;
	width: 785px;
	padding-top: 40px;
}

.thirt_content .txt h6,
.thirt_content .txt p,
.thirt_content .txt li {
	color:#231f20;
	font-size:16px;
	line-height: 1.5;
}

.thirt_content .txt h6 {
	margin-top:18px;
	font-family: "MyriadPro-Regular";
	font-weight: 900;
	font-size: 18px;
}

@media screen and (max-width: 1200px) {
	.thirt_content .txt {
		width: 64%;
	}
}

@media screen and (max-width: 1024px) {
	.thirt_content .content {
		padding: 70px 0 30px 0;
	}

	.thirt_content .txt {
		width: 55%;
	}
}

@media screen and (max-width: 900px) {
    .thirt_content .img {
        float: none;
        margin: 0 auto;
    }

	.thirt_content .txt {
		width: 100%;
	}

	.thirt_content .nome {
		left:5%;
	}
}

@media screen and (max-width: 600px) {
    .thirt_content .img {
        float: none;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

	.thirt_content .txt {
		width: 100%;
	}

	.thirt_content .nome {
		left:0%;
		position:inherit;
		top: inherit;
		width: 100%!important;
		height:auto;
		font-size:20px;
	}
	
	.thirt_content .content {
		padding: 30px 0 30px 0;
	}

    .thirt_content .img .ico {
    	left:15%;
    }

    .thirt_content .borda {
    	display:inline-block;
    }
}

@media screen and (max-width: 530px) {
    .thirt_content .img .ico {
    	left:5%;
    }
}

@media screen and (max-width: 400px) {
    .thirt_content .img .ico {
    	left:0%;
    }

    .thirt_content .borda {
    	width:100%;
    }

    .thirt_content .borda::after {
    	display:none;
    }
}


/*SERVICOS*/

.servicos {
	padding: 52px 0;
	background: #ff3d65;
}

.servicos h2 {
	font-size: 30px;
	color: #ffe37e;
	font-weight: 900;
	margin-bottom: 45px;
	text-align:center;
}

.servicos h2 span {
	position:relative;
}

.servicos h2 span::after,
.servicos h2 span::before {
    content:'';
    position:absolute;
    top: 4px;
    background:url("../img/sombra_title_servicos.png") center no-repeat;
    width: 160px;
    height: 37px;
    opacity: 0.15;
}

.servicos h2 span::after {
    left: -175px;
}

.servicos h2 span::before {
    right: -175px;
}

.servicos .lista {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.servicos .lista .item {
	width: 345px;
	margin-bottom: 60px;
}

.servicos .lista .item .img {
	margin-bottom: 20px;
	position: relative;
}


.servicos .lista .item .img span {
	position:absolute;
	bottom: -17px;
	left:0;
	background:url("../img/seta_servicos.png") center no-repeat;
	height:20px;
	width:100%;
}

.servicos .lista .item p {
	line-height:1.7;
	font-size: 16px;
}

.servicos .lista .item h3 {
	background: #fff;
	text-align:center;
	padding: 8px 0;
	font-size: 18px;
	color: #e93f64;
	font-weight: 900;
	font-family: "Kiona-Regular";

}

.servicos .lista .item:nth-child(3) h3 {
	font-size:15px;
}


@media screen and (max-width: 1150px) {
	.servicos .lista .item {
		width: 320px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.servicos {
		padding:25px 0;
	}

	.servicos .lista .item {
		width: 36%;
		margin-bottom: 30px;
	}

	.servicos .lista {
		justify-content: space-evenly;
	}

}

@media screen and (max-width: 900px) {
	.servicos .lista .item {
		width: 40%;
	}

	.servicos h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 750px) {
	.servicos .lista .item {
		width: 47%;
	}

	.servicos .lista {
		justify-content:space-between;
	}
}

@media screen and (max-width: 650px) {
	.servicos .lista .item {
		width: 100%;
		text-align:center;
	}

	.servicos .lista .item .img {
		width:325px;
		margin:0 auto;
		margin-bottom:20px;
	}

	.servicos .lista .item:last-child {
		margin-bottom:0;
	}

	.servicos h2 span::after, .servicos h2 span::before {
		display:none;
	}
}

/*CLIENTES*/

.clientes h2 {
	font-size: 30px;
	color: #ffe37e;
	font-weight: 900;
	margin-bottom: 40px;
	text-align:center;
}

.clientes {
	padding: 50px 0;
	background: #231f20;
}

.clientes .owl-carousel {
	padding: 0 60px;
}

.clientes .owl-carousel img {
	filter:grayscale(0) brightness(0%) contrast(20%) invert(100%)!important
}

.clientes .owl-carousel img:hover {
	filter:inherit!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.clientes h6 {
	text-align:center;
	color:#ff3e66;
	letter-spacing:1px;
	font-size:23px;
}

/* CONSULTORIA */

.consultoria {
	padding: 90px 0 110px 0;
	background: #fff;
}

.consultoria h2 {
	font-size: 30px;
	color: #ec2850;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

.consultoria .borda {
	margin-top:30px;
	margin-bottom: 40px;
	height:4px;
	background:#231f20;
	position:relative;
}

.consultoria .borda::after {
    content:'';
    position:absolute;
    top: -52px;
    right: 0;
    background: #fff url("../img/ico_whats_big.png") center right 16px no-repeat;
    width: 133px;
    height: 90px;
}

.consultoria .txt {
	width:470px;
}

.consultoria .txt p {
	font-size: 16px;
	color: #000000;
	line-height: 1.6;
	text-align: justify;
}

.consultoria a {
	display:inline-block;
	font-size:32px;
	font-weight:900;
	color:#fff;
	background: #ec2850;
	padding: 3px 20px 5px 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: "Kiona-Regular";
}

.consultoria a:hover {
	background: #ffe884;
	color: #171714;
}

.consultoria .img {
	position:relative;
}

.consultoria .img img {
	position:relative;
	z-index:3;
}

.consultoria .img::after {
	content:'';
	position:absolute;
	bottom: -18px;
	left: -18px;
	height: 350px;
	width: 550px;
	z-index: 2;
	border: 3px solid #000;
}


@media screen and (max-width: 1250px) {
	.consultoria .img {
		width:48%;
	}

	.consultoria .img::after {
		top: 20px;
		left: -30px;
		height: 300px;
		width: 300px;
		background-size:90%;
	}
}


@media screen and (max-width: 1000px) {
	.consultoria {
		padding: 30px 0 40px 0;
	}

	.consultoria .txt {
		width:100%;
	}

	.consultoria .img {
		display:none;
	}
}

@media screen and (max-width: 550px) {
	.consultoria h2 {
		font-size: 26px;
	}

	.consultoria .borda::after {
		width: 120px;
		background-size:60px;
	}
}


@media screen and (max-width: 440px) {
	.consultoria h2 {
		font-size: 26px;
	}

	.consultoria .borda::after {
		width: 80px;
		height: 58px;
		top: -28px;
		background: #fff url("../img/ico_whats_big.png") center no-repeat;
		background-size:50px;
	}

	.consultoria .borda {
		margin-top: 28px;
	}
}





/* NOTICIAS */

.all_ntcs {
	display: none;
}

.chamada_noticias {
	background: #ffe884;
	padding: 60px 0;
	height: 520px;
}

.chamada_noticias .title {
	float: left;
	height: 240px;
	width: 315px;
	background: url("../img/after_title_noticias.png") top right no-repeat;
	padding-top: 120px;
	margin-top: 38px;
}

.chamada_noticias .title h2 {
	font-size: 30px;
	color: #231f20;
	text-transform: uppercase;
	font-weight: 900;
	font-family: "MyriadPro-Regular";
}

.chamada_noticias .title a {
	display: inline-block;
	font-size: 16px;
	color: #231f20;
	background: #fff;
	padding: 5px 10px;
	margin-top: 10px;
	font-weight: 600;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.chamada_noticias .title a:hover {
	color: #a0a0a0;
	background: #dedede;
}

.slide_chamada_noticias {
	float: right;
	width: 830px;
	/* margin-top: 30px; */
}

.slide_chamada_noticias .owl-carousel {
	padding: 0px 55px;
}


.slide_chamada_noticias img {
    margin-bottom: 15px;
    -webkit-border-radius: 35px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 35px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 35px;
    border-bottom-left-radius: 0;
}

.slide_chamada_noticias h5 {
	font-size:20px;
	color:#231f20;
	font-family: "MyriadPro-Regular";
	font-weight: 900;
	margin-left: 10px;
	line-height: 1.2;
}

.slide_chamada_noticias .item span {
	display:block;
	padding-bottom: 2px;
	border-bottom: 1px solid #231f20;
}

.slide_chamada_noticias h6 {
	font-size: 21px;
	color: #231f20;
	text-align:left;
	font-weight: 900;
	margin-left:15px;
	font-family: "MyriadPro-Regular";
}

.slide_chamada_noticias .item .width {
	width:330px;
	display:inline-block;
}

.slide_chamada_noticias .item .width div {
	display:flex;
	justify-content: flex-start;
}

.slide_chamada_noticias .item p {
	text-align:left;
	font-size:16px;
	color:#231f20;
	margin-top:18px;
	margin-bottom:0;
	text-align: justify;
}

.slide_chamada_noticias .item a {
	float:right;
	font-size: 16px;
	color: #231f20;
	background: #fff;
	padding: 5px 10px;
	margin-top: 10px;
	font-weight: 600;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slide_chamada_noticias .item a:hover {
	color: #a0a0a0;
	background: #dedede;
}

@media screen and (max-width: 1200px) {
	.slide_chamada_noticias {
		width: 730px;
	}

	.slide_chamada_noticias .item .width {
		width:100%;
	}

	.chamada_noticias .title {
		width: 250px;
	}	
}

@media screen and (max-width: 1024px) {
	.slide_chamada_noticias {
		width: 100%;
	}

	.chamada_noticias .title {
		width: 250px;
	}	

	.chamada_noticias {
		background: #ffe884;
		padding: 30px 0;
		height: auto;
	}

	.chamada_noticias .title {
		float: none;
		height: 240px;
		width: 315px;
		padding-top: 50px;
		margin:0 auto;
		margin-bottom: 30px;
	}

	.slide_chamada_noticias .item .width {
		width:330px;
	}
}

@media screen and (max-width: 500px) {
	.slide_chamada_noticias .item .width {
		width:100%;
	}

	.slide_chamada_noticias h6 {
		font-size:18px;
	}

	.slide_chamada_noticias .owl-carousel {
        padding:0 40px;
    }
}

/* LOCACAO DO ESPACO */

.locacao {
	padding: 40px 0 40px 0;
	background: #1f191b;
}

.locacao p a,
.locacao p {
	font-size: 17px;
	color:#fff;
	text-align:center;
	font-weight: 300;
}

.locacao p span {
    font-weight:500;
}

.locacao h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 30px;
	text-align: center;
}

.locacao .content1 {
	padding: 0 25px;
	margin-top: 70px;
}

.locacao .content1 .img1 {
	float:left;
	width: 53%;
	position: relative;
}

.locacao .content1 img {
	position:relative;
	z-index:2;
}

.locacao .content1 .img1::after {
	content:'';
	position:absolute;
	top: -32px;
	right: -32px;
	width: 85%;
	height: 90%;
	border: 10px solid #fff;
}

.locacao .content1 .img2 {
	width: 40%;
	float:right;
	position: relative;
}

.locacao .content1 .img2::after {
	content:'';
	position:absolute;
	top: -26px;
	right: -35px;
	width: 100%;
	height: 100%;
	border: 10px solid #fff;
}


.locacao .content2 {
	padding: 0 25px;
	margin-bottom: 40px;
}

.locacao .content2 .img1 {
	float:left;
	position: relative;
	margin-top: -30px;
	width: 56%;
}

.locacao .content2 img {
	position:relative;
	z-index:2;
}

.locacao .content2 .img1::after {
	content:'';
	position:absolute;
	top: -32px;
	right: -32px;
	width: 85%;
	height: 90%;
	border: 10px solid #fff;
}

.locacao .content2 .img2 {
	float:right;
	position: relative;
	margin-top: -195px;
	width: 56%;
}

.locacao .content2 .img2::after {
	content:'';
	position:absolute;
	bottom: -26px;
	right: -35px;
	width: 85%;
	height: 85%;
	border: 10px solid #fff;
}

.agente_horario {
	background: #ffde4e;
	width: 470px;
	margin:0 auto;
	height:48px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size: 18px;
	font-weight: 600;
}

.agente_horario div {
	width:50%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}


.agente_horario a {
	padding-right: 15px;
	width:50%;
	height:100%;
	display:flex;
	justify-content: flex-end;
	align-items:center;
	border:2px solid #ffde4e;
	color:#ffde4e;
	letter-spacing: 1px;
	background: #1f191b;
}

.agente_horario a span {
	margin-right:5px;
	font-weight:400;
	position:relative;
	padding: 0 0 0 55px;
	background: url("../img/tel-whats.png") left center no-repeat;
}

@media screen and (max-width: 1024px) {
	.locacao .content1 .txt div {
		margin-top:-50px;
	}

	.locacao {
		padding: 40px 0;
		background: url("../img/fundo_locacao.jpg") top center repeat;
	}

	.locacao h2 {
		font-size: 28px;
		margin-bottom: 40px;
	}

}

@media screen and (max-width: 900px) {
    .locacao .content1 {
    	text-align:center;
    	margin-top: 30px;
    }
    
    .locacao .img1,
    .locacao .img2 {
    	width: 100%!important;
    	text-align: center;
    	margin: 10px 0!important;
    }
    
    .locacao .img2::after,
	.locacao .img1::after {
        display:none;
    }

    .locacao .content1 .img::after,
    .locacao .content2 .img::after {
    	display:none;
    }
}

@media screen and (max-width: 580px) {
    .agente_horario {
    	width:100%;
    	flex-wrap:wrap;
    	height:auto;
    }

    .agente_horario div,
    .agente_horario a {
    	width:100%;
    	padding: 6px 0;
    	justify-content:center;
    }
}


/*
  ========================================
        FOOTER
  ========================================
*/

footer .content {
	background:#fff;
	padding: 40px 0 25px 0;
}

footer .content h2 {
	text-transform: uppercase;
	font-size: 30px;
	color: #e93f64;
	margin-bottom: 30px;
}

footer .formulario {
	float: left;
	width: 540px;
}

footer .mapa {
	width: 570px;
	float: right;
}

footer .mapa h6 {
	font-size: 16px;
	color: #231f20;
	margin-top: 10px;
	font-family: "Humanist521BT-Roman";
}

.info {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

.info li {
	display: inline-block;
	margin: 0 6px;
}

.info li a {
	display: block;
	width: 57px;
	height: 57px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.info li a.instagram {
	background: url("../img/footer/instagram.png") center no-repeat;
}

.info li a.linkdin {
	background: url("../img/footer/linkdin.png") center no-repeat;
}

.info li a.facebook {
	background: url("../img/footer/facebook.png") center no-repeat;
}

.info li a.instagram:hover {
	background: url("../img/footer/instagram_hover.png") center no-repeat;
}

.info li a.linkdin:hover {
	background: url("../img/footer/linkdin_hover.png") center no-repeat;
}

.info li a.facebook:hover {
	background: url("../img/footer/facebook_hover.png") center no-repeat;
}

.info * {
	font-family: "Humanist521BT-Roman";
	font-size:16.5px;
	color:#231f20;
}

.info h5 {
	margin-bottom:8px;
}

.info h5 a {
	padding: 4px 0 4px 60px;
	background:url("../img/footer/telefone.png") left center no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.info h6 a {
	padding: 4px 0 4px 30px;
	background:url("../img/footer/email.png") left center no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.info a:hover {
	color:#e93f64;
}

.last_content {
	padding: 20px 0;
}

.last_content .container {
	display: flex;
	justify-content: space-between;
}

.last_content h6 {
	font-size: 15px;
	color: #d8d8d8;
	margin-top: 2px;
	font-family: "Humanist521BT-Roman";
	letter-spacing: 0.2px;
}


@media screen and (max-width: 1200px) {
	footer .formulario {
		width: 48%;
	}

	footer .mapa {
		width: 48%;
	}
}

@media screen and (max-width: 1024px) {
	footer .content {
		padding: 25px 0 20px 0;
	}

	footer .content h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 850px) {
	footer .formulario,
	footer .mapa {
		width: 100%;
	}

	footer .formulario {
	    margin-bottom:30px;
	}
}



/*INPUTS*/

footer .content .align {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inputs input[type="text"], textarea,
.inputs select {
    width: 100%;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #ff3e66;
    font-size: 15px;
    font-weight: 400;
    color: #231f20;
    outline: none;
    font-family: "Humanist521BT-Roman";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.inputs select {
    cursor: pointer;
    -webkit-appearance: none !important;
    -moz-appearance:     none !important;
}

.inputs select option {
  background:#f0f0f0;
  color:#000;
  border: 1px solid #000;
  outline:none;
}

.inputs textarea:focus,
.inputs input[type="text"]:focus {
  border:1px solid #000;
}

.inputs .btn {
    float: right;
    font-size: 16px;
    color:#fff;
    background: #e93f64;
    border: 1px solid #e93f64;
    cursor: pointer;
    text-align: center;
    padding:2px 15px;
    font-family: "Humanist521BT-Roman";
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.inputs .btn:hover {
    background-color: #231f20;
    border: 1px solid #e93f64;
}

.inputs .margin {
    margin-bottom: 8px;
}

.inputs .margin .autoHeight {
	display: flex;
	align-items: flex-end;
	margin-bottom: 8px;
}

.inputs .margin .autoHeight h3 {
	margin-bottom:0;
	display: block;
}

.inputs ::-webkit-input-placeholder {
    color: #231f20;
}

.inputs :-moz-placeholder {
    color: #231f20;  
}

.inputs ::-moz-placeholder { 
    color: #231f20;  
} 

.inputs :-ms-input-placeholder {  
    color: #231f20;  
}


@media screen and (max-width: 550px) {
	.inputs .margin {
		width:100%!important;
	}
    
    .last_content .container,
	.info {
		flex-wrap:wrap;
	}

    .info .links {
    	margin:0 auto;
    	text-align:center;
    }

    footer .mapa h6 {
    	text-align:center;
    }

	.info ul {
		width:100%;
		margin-top:25px;
		text-align:center;
	}
    
    .last_content div,
	.last_content h6 {
		width:100%;
		text-align:center;
		margin-bottom:5px;
	}
}


/*
  ========================================
        NOTICIAS DETALHES
  ========================================
*/

.noticia_detalhes {
	padding: 25px 0;
	background: #ffe884;
	min-height: 520px;
	margin-top: 120px;
}

.noticia_detalhes h1 {
	text-align: center;
	margin-bottom: 35px;
}

.noticia_detalhes h1 span {
	background: #fff;
	padding: 9px 15px;
	display: inline-block;
	font-size: 20px;
	color: #e93f64;
	text-transform: uppercase;
}

.noticia_detalhes h2 {
	font-size: 28px;
	color: #231f20;
	font-weight: 900;
	line-height: 1.2;
	font-family: "Humanist521BT-Roman";
	margin-bottom: 12px;
}

.noticia_detalhes h3 {
	font-size: 14px;
	color: #d7b439;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 22px;
	background: url("../img/img_data.png") left center no-repeat;
	font-family: "Humanist521BT-Roman";
}

.noticia_detalhes h3 div {
	display:inline-block;
}

.noticia_detalhes img {
	float: right;
	margin: 0 0 25px 21px;
	-webkit-border-radius: 60px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 60px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 60px;
	border-bottom-left-radius: 0;
}

.noticia_detalhes p {
	font-size: 16px;
	color: #231f20;
	letter-spacing: 0.5px;
	margin-bottom: 35px;
	line-height: 1.8;
	text-align: justify;
}

.noticia_detalhes .voltar {
	text-align: center;
}

.noticia_detalhes .voltar a {
	display: inline-block;
	font-size: 16px;
	color: #ea496b;
	padding: 5px 11px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.noticia_detalhes .voltar a:hover {
	background: #ea496b;
	color:#fff;
}

.anteriores {
	background:#fff;
	padding: 35px 0;
}

.anteriores h2 {
	font-size: 18px;
	color:#000000;
	text-transform:uppercase;
	font-weight:900;
	margin-bottom: 18px;
	font-family: "Humanist521BT-Roman";
}

.anteriores .item {
	float:left;
	width: 520px;
	border-top: 1px solid #a1a0a5;
}

.anteriores .item:hover .data {
	background:#ffe884;
	color:#fff;
}

.anteriores .item:hover h5 {
	color: #fff;
}

.anteriores .item:hover h4,
.anteriores .item:hover p {
	color:#bbbbbb;
}


.anteriores .item:nth-child(2n) {
	float:right;
}

.anteriores .out_itens .item:nth-child(1),
.anteriores .out_itens .item:nth-child(2) {
	border-top:none;
}

.anteriores .item a {
    display:flex;
    justify-content:space-between;
    align-items: center;
    padding: 28px 0;
}

.anteriores .data {
	background: #ff3762;
	width: 75px;
	height: 75px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	text-align:center;
	padding-top: 12px;
	font-family: "Humanist521BT-Roman";
	
	-webkit-border-radius: 20px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 20px;
	-moz-border-radius-topleft: 0;
	border-radius: 20px;
	border-top-left-radius: 0;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.anteriores .data * {
	font-family: "Humanist521BT-Roman";
}

.anteriores .data span div {
	display: inline-block;
	font-size: 20px;
	font-family: "Humanist521BT-Roman";
	width: 35px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	font-weight: 600;
}

.anteriores .data div {
	line-height:1;
	letter-spacing: 1px;
}

.anteriores .txt {
	width:425px;
}

.anteriores .txt h4 {
	font-size:21px;
	color: #231f20;
	font-weight:600;
	line-height: 1.2;
	margin-bottom: 6px;
	font-family: "Humanist521BT-Roman";

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.anteriores .txt p {
	font-size:16px;
	color:#231f20;
	margin-bottom: 0;
}

 .abrir_mais {
	text-align: center;
	margin-top: 25px;
}

 .abrir_mais a {
	display: inline-block;
	font-size: 16px;
	color: #231f20;
	padding: 5px 11px;
	background: #ffe884;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.abrir_mais a:hover {
    background: #ff3762;
    color:#fff;
}

@media screen and (max-width: 1100px) {
	.anteriores .item {
		width: 48%;
		float: none!important;
		margin: 0 auto;
	}

    .anteriores .txt {
    	width: 77%;
    }

    .anteriores .txt h4 {
    	font-size:18px;
    }
}

@media screen and (max-width: 900px) {
    .noticia_detalhes img {
    	float:none;
    	margin:0 auto;
    	display: block;
    	margin-bottom: 20px;
    }
}

@media screen and (max-width: 800px) {
    .anteriores .txt {
    	width: 76%;
    }

    .anteriores .txt h4 {
    	font-size:17px;
    }
}


@media screen and (max-width: 750px) {
	.anteriores .item {
		width: 520px;
		border: none;
		border-bottom: 1px solid #a1a0a5;
	}

	.anteriores .txt {
		width:425px;
	}

	.anteriores .item a {
		padding:18px 0;
	}

	.anteriores .item:last-child {
		border:none;
	}

	.anteriores h2 {
		text-align:center;
		font-size:20px;
		margin-bottom:14px;
	}
}

@media screen and (max-width: 550px) {
	.anteriores .item {
		width: 100%;
	}

    .anteriores .data {
    	width:15%;
    }

	.anteriores .txt {
		width:80%;
	}

	.anteriores .item a {
		padding:15px 0;
	}

	.anteriores .txt h4 {
		font-size:16px;
	}
}

@media screen and (max-width: 400px) {
    .anteriores .data {
    	width:20%;
    }

	.anteriores .txt {
		width:75%;
	}

	.anteriores {
		padding: 35px 0 0 0;
	}
}

.relative {
	position: relative;
	color: #1f191b;
}

.relative .scroll {
	position: absolute;
	top: -70px;
}


.preview *,
.preview {
	font-size: 16px;
	font-weight: 600;
	color: #b62b4b;
	font-family: "Humanist521BT-Roman";
}