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

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;600&display=swap');

body{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #333;
	background: #fff; 
	font-weight: 300;
}

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: 600;
}

.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:#006161;
}

.verde2{
	color:#29552f;
}

.laranja{
	color:#e05f40;
}

.amarelo{
	color:#d8ba22;
}

.dourado{
	color:#917540;
}

.preto-branco{
    filter: grayscale(100%);
    filter: gray;
    	-webkit-filter: grayscale(100%);
}

.preto-branco:hover{
	filter: none;
    filter: none;
    	-webkit-filter: none;
}

.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
}

/*ESTRUTURA DO SITE*/
header#topo{
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
}

header#topo .logo{ float: left; width: 40%; padding: 30px 0; }
header#topo .logo img{ max-width: 90%; }
header#topo .right{ float: right; width: 60%; }

header#topo .idiomas{ text-align: right; margin: 10px 0 0 0; }
header#topo .menu{ float: right; width: 100%; margin-top: 5px; }

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

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

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

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

header#topo ul#menu li.midias{ text-align: right; }

header#topo ul#menu li a{ color: #000; border: 0; text-decoration: none; }
header#topo ul#menu li a.active, header#topo ul#menu li:hover a{ color: #006161; text-decoration: none; border-bottom: 3px solid #006161; padding-bottom: 40px; }

header#topo ul#menu li ul{ position: absolute; z-index: 999; display:none; border:0; box-shadow: none; }
header#topo ul#menu li:hover ul{ display:block; min-width: 130px; background: #333; padding: 5px 0; border: 1px solid #727272; }
header#topo ul#menu li ul li{ float: none; width: 100%; text-align: left; padding: 0; margin: 5px 10px; }
header#topo ul#menu li:hover ul li a{ color: #fff; border-bottom: 0; padding-bottom: 0; }
header#topo ul#menu li:hover ul li:hover a, header#topo ul#menu li:hover ul li.active a{ color: #00ACAC; border-bottom: 0; padding-bottom: 0; }

/*menu mobile*/
header#topo #menu-mobile{ background: #006161; }
header#topo #menu-mobile a{ color: #fff; }
header#topo #menu-mobile li ul{ display:none; background: #009191; border:0; box-shadow: none; }
header#topo #menu-mobile li:hover ul, header#topo #menu-mobile li.active ul{ display:block; background: #009191; }
header#topo #menu-mobile .collapsible-header{ background: #009191; 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: #008181; }
header#topo #menu-mobile li{ border: 0; margin: 0; }
header#topo #menu-mobile li:hover{ background: #009191; }
header#topo #menu-mobile li.active{ background: #009191; }
header#topo #menu-mobile li.midias a{ color: #fff; width: 33.33%; float: left; text-align: center; }
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%;
}

.produto{ display: flex; align-items: center; justify-content: center; }

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

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

.i50-c{
	float:left;
	width:49%;
	margin:2% 25.5% 0 25.5%;
}

.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%;
}

.i30{
	float:left;
	width:29%;
	margin-left:1%;
}

.i30-2{
	float:left;
	width:30%;
	margin:0;
}

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

.i10{
	float:left;
	width:9%;
	margin-left:1%;
}

.i5{
	float:left;
	width:5%;
}

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

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

.categorias{
	float:left;
	width:80%;
	margin: 10px 10%;
	padding: 20px 10px;
}

.banners{
	z-index: 666;
}

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

.min{ min-height: 71vh; }

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

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

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

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

/*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);
}

/*RODAPE*/
footer#rodape{
	background:#acacac;
	margin-top: 20px;
}

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

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

footer#rodape .footer .right{
	float:right;
	width:30%;
	text-align: right;
}

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

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

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

@media (max-width: 1200px) {
}

@media (max-width: 1080px) {
}

@media (max-width: 1023px) {
}

@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; }
	header#topo .logo img{ max-width: 80%; margin: auto; }
	
	.contatoLeft, .contatoRight{
		float:none;
		width:100%;
	}
	
	.propostas .i30, .propostas .i20, .propostas .i10{ width: 32.3%; text-align: left; }

	footer#rodape .footer{ padding:10px 10px 0 10px; }
	footer#rodape .assinatura{ padding:0; }
	footer#rodape .footer .left, footer#rodape .footer .right{ width:100%; text-align: center; margin: 10px 0; }
}

@media (max-width: 800px) {
}

@media screen and (max-width: 700px) {
	.produto{ display: inherit; align-items: none; justify-content: none; }

	.i50-l, .i50-r, .i50-c{
		float:none;
		width:100%;
		margin:2% 0;
	}
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 500px) {
}

@media screen and (max-width: 460px) {
}

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: 300; }

.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;
}
