*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;
	outline:none;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #272727;
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 0%, #474747 0%, #000000 0%, #666666 100%, #666666 100%, #1c1c1c 100%, #000000 100%, #131313 100%, #2c2c2c 100%, #111111 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 0%,#474747 0%,#000000 0%,#666666 100%,#666666 100%,#1c1c1c 100%,#000000 100%,#131313 100%,#2c2c2c 100%,#111111 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 0%,#474747 0%,#000000 0%,#666666 100%,#666666 100%,#1c1c1c 100%,#000000 100%,#131313 100%,#2c2c2c 100%,#111111 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#111111',GradientType=0 ); /* IE6-9 */ 
}

a{
	text-decoration: none;
	color:#222222;
	outline:none;
    transition: 0.5s;
		-webkit-transition: 0.5s;
}

a:hover{
	text-decoration: none;
	color:#1B1B1B;
}

h1{
	font-size:24px;
	margin:0;
	padding:0;
}

p{ margin:0; }

.destaque{
	font-weight: bold;
}

.underline{
	text-decoration:underline;
}

.center{
	text-align: center;
}

.justify{
	text-align: justify;
}

.clear{
	clear:both;	
}

.vmiddle{
	vertical-align:middle;	
}

.m0{ margin:0; }
.p0{ padding:0; }
.p-5{ padding:5px; }
.p-10{ padding:10px; }
.pt-10{ padding-top:10px; }
.pb-10{ padding-bottom:10px; }
.pt-20{ padding-top:20px; }
.pb-20{ padding-bottom:20px; }
.pt-40{ padding-top:40px; }
.pb-40{ padding-bottom:40px; }
.mt-3{ margin-top:3px; }
.mt-5{ margin-top:5px; }
.mb-5{ margin-bottom:5px; }
.mt-10{ margin-top:10px; }
.mb-10{ margin-bottom:10px; }
.mt-20{ margin-top:20px; }
.mb-20{ margin-bottom:20px; }
.mt-30{ margin-top:30px; }
.mb-30{ margin-bottom:30px; }
.mt-40{ margin-top:40px; }
.mb-40{ margin-bottom:40px; }

.f10{ font-size:10px; }
.f11{ font-size:11px; }
.f12{ font-size:12px; }
.f14{ font-size:14px; }
.f16{ font-size:16px; }
.f18{ font-size:18px; }
.f20{ font-size:20px; }
.f22{ font-size:22px; }
.f24{ font-size:24px; }
.f26{ font-size:26px; }
.f28{ font-size:28px; }
.f30{ font-size:30px; }
.f36{ font-size:36px; }
.f40{ font-size:40px; }
.f46{ font-size:46px; }
.f50{ font-size:50px; }
.f80{ font-size:80px; }

.branco{
	color:#fff;
}

.preto{
	color:#000;
}

.azul{
	color:#3e6fb2;
}

.vermelho{
	color:#ff0000;
}

.cinza{
	color:#c0c0c0;
}

.chumbo{
	color:#777777;
}

.verde{
	color:#008E26;
}

.verde2{
	color:#29552f;
}

.laranja{
	color:#e05f40;
}

.amarelo{
	color:#d8ba22;
}

.dourado{
	color:#917540;
}

.italic{
	font-style:italic;
}

.center{
	text-align:center;
}

.textRight{
	text-align:right;
}

.underline{
	text-decoration:underline;
}

.uppercase{
	text-transform:uppercase;	
}

.riscado{
	text-decoration:line-through;
}

.vmiddle{
	vertical-align:middle;
}

.nounderline:hover{
	text-decoration:none;
}

.alpha:hover{
	opacity: .7;
    filter: alpha(opacity = 70);
}

.line{
	margin:10px 0;
	border-bottom:2px solid #ebebeb;
}

.left{
	float:left;
}

.right{
	float:right;
}

.noborder{
	border:0
}

.form-group{
	margin:5px 0 0 0;
}

.btn-servicos{
	border-radius: 20px;
	min-width: 230px;
	padding: 0 3px;
}

/*ESTRUTURA DO SITE*/
header#topo{
	position: absolute;
	top:0;
	z-index: 1111;
	width: 100%;
	transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
}

header#topo .logo{ float: left; width: 30%; padding: 20px 10px; }
header#topo .logo img{ max-width: 100%; }
header#topo .right{ float: right; width: 70%; }

header#topo .midias{ text-align: right; padding: 20px 10px; }

header#topo .menu-mobile{ position: absolute; top:10px; left:10px; margin:8px 0 0 10px; float: left; display: none; }

header#topo .menu-mobile:hover{ color:#ccc; }

header#topo ul#menu{ position: relative; width: 100%; float: right; padding: 10px 0; margin: 0; }

header#topo ul#menu li{ float: left; padding:10px 0; margin: 0; text-align: center; font-size: 18px; }

header#topo ul#menu li a{ color: #fff; border: 0; text-decoration: none; }
header#topo ul#menu li a.active, header#topo ul#menu li:hover a{ color: #24AAE1; text-decoration: none; }

header#topo ul#menu li ul{ position: absolute; left: 0; width: 100%; display:none; border:0; box-shadow: none; }
header#topo ul#menu li:hover ul{ display:block; background: #333; padding: 5px 0; border: 1px solid #727272; }
header#topo ul#menu li ul li{ float: left; width: auto; padding: 0; margin: 5px 10px; }
header#topo ul#menu li:hover ul li a{ color: #fff; }
header#topo ul#menu li:hover ul li:hover a, header#topo ul#menu li:hover ul li.active a{ color: #24AAE1; }

/*menu mobile*/
header#topo #menu-mobile{ background: #000; }
header#topo #menu-mobile a{ color: #fff; }
header#topo #menu-mobile li ul{ display:none; background: #111; border:0; box-shadow: none; }
header#topo #menu-mobile li:hover ul, header#topo #menu-mobile li.active ul{ display:block; background: #111; }
header#topo #menu-mobile .collapsible-header{ background: #111; padding: 0; margin: 0; border:0; width:100%; }
header#topo #menu-mobile .collapsible-body{ padding: 0; margin: 0; border:0; width:100%; }
header#topo #menu-mobile li ul li:hover{ background: #222; }
header#topo #menu-mobile li{ border: 0; margin: 0; }
header#topo #menu-mobile li:hover{ background: #111; }
header#topo #menu-mobile li.active{ background: #111; }
header#topo #menu-mobile li ul li.active{ background: #222; }
/*Fim menu*/

.w1200{ 
	max-width:1280px;
	padding:0 10px;
	margin:auto;
}

.i75{
	float:left;
	width:75%;
}

.i60{
	float:left;
	width:60%;
}

.i55{
	float:left;
	width:55%;
}

.i50{
	float:left;
	width:50%;
}

.i50-2{
	float:left;
	width:49%;
	margin-left:1%;
}

.i45{
	float:left;
	width:45%;
}

.i40{
	float:left;
	width:39%;
	margin-left:1%;
}

.i33{
	float:left;
	width:31.33%;
	margin:1%;
	padding: 10px;
	border: 1px solid #fefefe;
}

.i33:hover{
	border: 1px solid #dedede;
}

.i33-2{
	float:left;
	width:31.33%;
	margin:1%;
}

.i25{
	float:left;
	width:25%;
}

.i20{
	float:left;
	width:19%;
	margin-left:1%;
}

.img{
	padding:2px;
	border:1px solid #ccc;
}

.img:hover{
	opacity: 0.7; 
	-moz-opacity: 0.7;
	Filter: Alpha(Opacity=70);
}

.noticias{
	float:left;
	width:75%;
}

.categorias{
	float:right;
	width:22%;
}

.categs-mobi{ display: none; }

.menu-port{
	margin-top:40px;
	padding:10px 5px;
	border:1px solid #fff;
    transition: all .25s ease-in-out;
}

.menu-port:hover, .menu-port.active {
	border:1px solid #ccc;
	background:#eaeaea;
}

/*CONTEUDO*/
.conteudo{
	max-width:1180px;
	margin:0px auto;
	padding:20px 10px;
	clear:both;
}

.min{ min-height: 85vh; padding-top: 160px; }

article.itens{
	float:left;
	width:23%;
	margin:2% 1%;
}

.slick-next{ margin:-330px 0 0 -20px; }
.slick-prev{ margin:-330px -20px 0 0; }

/*DETALHES BLOG*/
.img-list{
	float:left;
	width:23%;
	margin-right:2%;
}

.txt-list{
	float:left;
	width:75%;
	text-align:justify;
}

.imp_left{ float:left; width:40%; margin-right:5%; }
.imp_right{ float:left; width:50%; border-left: 3px solid #fff; }
.imp_right div{ padding: 20px; margin: 30px 0 -10px 0; background:url(../imagens/transparente.png); border-radius: 10px 10px 100px 10px; font-size: 20px; line-height: 40px; }

/*CONTATOS*/
.contatoLeft{
	float:left;
	width:48%;
	margin-bottom:10px;
}

.contatoRight{
	float:right;
	width:48%;
	margin-bottom:20px;
}

.alert{
	width:100%;
	position:absolute;
	top:20px;
	z-index:999999999999999999999999999999999999999999999999999;
	text-align:center;
	display:none;
}

.seta{
	font-size:40px;
	opacity:0.30;	
}

.seta:hover{
	font-size:40px;
	opacity:0.60;	
}

.img-amplia{
	max-width: 100%;
	transition: all 0.3s;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
}

.img-amplia:hover{
	transform: scale(1.05);
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
}

.banners{
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.home_left{
	float: left;
	width: 55%;
}

.home_right{
	float: right;
	width: 45%;
}

/*RODAPE*/
footer#rodape{
	border-top: 3px solid #333;
	background:#E5E6E7;
	margin-top: 20px;
}

footer#rodape .footer{
	padding:5px 5px 10px 10px;
}

footer#rodape .footer .infos_rodape1{
	float:left;
	width:17%;
	margin-top:5px;
}

footer#rodape .footer .infos_rodape2{
	float:left;
	width:25%;
	margin-top:7px;
}

footer#rodape .footer .infos_rodape3{
	float:left;
	width:30%;
}

footer#rodape .footer .infos_rodape4{
	float:right;
	width:28%;
}

footer#rodape .assinatura{
	padding:10px 5px 0 0;
}

.whats{
	position: fixed;
	right: 10px;
	bottom: 10px;
}

.whats:hover{
	transform: scale(1.1);
}

@media (max-width: 1200px) {
	.w1200{ 
		max-width:auto;
	}
	
	.conteudo{
		min-height: 530px;
	}
}

@media (max-width: 1080px) {
	.conteudo{
		min-height:420px;
	}
}

@media (max-width: 1023px) {
	.conteudo{
		min-height:350px;
	}

	.w5{
		width:29.33%;
		margin:20px 2% 0 2%;
	}
	
	.w3{
		float:left;
		width:31.33%;
		margin:0 1%;
	}
}

@media (max-width: 900px) {
	header#topo .menu-mobile{ display: block; }
	header#topo ul#menu{ display: none; width: 50%; }
	header#topo .logo{ width: 100%; text-align: center; margin-top: -68px; }
	header#topo .logo img{ max-width: 140px; }
	
	.conteudo{
		min-height:320px;
	}
	
	.contatoLeft, .contatoRight{
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	
	.imp_left{ float:none; width:100%; }
	.imp_right{ width:90%; margin: 5% 0 10% 5%; }
	
	.home_left, .home_right{ width: 100%; margin: 5px 0; }
	
	article.itens{
		width:31.33%;
		margin:10px 1% 10px 1%;
	}
	
	.w2, .i55, .i45{ width:100% }
	.w3{ width:30.33%; margin:0 1.5%; }
	
	footer#rodape .footer .infos_rodape1, footer#rodape .footer .infos_rodape2, footer#rodape .footer .infos_rodape3, footer#rodape .footer .infos_rodape4{ width:50%; }
}

@media (max-width: 800px) {
	.conteudo{
		min-height:0px;
	}
	
	.w5{
		width:44%;
		margin:20px 3% 0 3%;
	}
	
	.w3{
		float:none;
		width:100%;
		margin:0;
	}
	
	.noticias{
		float:none;
		width:100%;
	}
}

@media screen and (max-width: 700px) {
	.i33-2{
		float:left;
		width:98%;
		margin:1%;
	}
}

@media screen and (max-width: 600px) {
	header#topo .logo img{ max-width: 120px; }
	
	.i33{
		width: 100%;
		margin: 1% 0;
	}
	
	article.itens{
		width:48%;
		margin:10px 1% 10px 1%;
	}
	
	footer#rodape .footer .infos_rodape1, footer#rodape .footer .infos_rodape2, footer#rodape .footer .infos_rodape3, footer#rodape .footer .infos_rodape4{ width:100%; }
}

@media screen and (max-width: 500px) {
	header#topo .logo img{ max-width: 100px; }
	
	.w2{ width:100% }

	.f50{
		font-size:40px;
	}
	
	.imp_right{ width:96%; margin: 2% 0 8% 2%; }

	.w5{
		width:90%;
		margin:20px 5% 0 5%;
	}
}

@media screen and (max-width: 460px) {
	article.itens{
		width:98%;
		margin:10px 1% 10px 1%;
	}
}

a[href="#topo"]{
    padding:10px;
    position:fixed;
    top: 90%;
    right:10px;
    display:none;
    font-size: 30px;
	border:1px solid;
}

a[href="#topo"]:hover{
    text-decoration:none;
	border:1px solid #787878;
}

label{ font-weight: normal; }

.input-field label {
  pointer-events: auto !important;
}

.btn-site{
	border:1px solid #39665B;
	border-radius:0;
	background:#486e65;
	box-shadow:none;
	color:#fff;
}

.btn-site:hover, .btn-site:active, .btn-site.active{
	border:1px solid #39665B;
	background:#2A4B43;
	color:#fff;
}

.btn2 {
    display: inline-block;
    padding: 8px 12px;
	width: auto;
	border-radius: 30px;
}
