@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; border:0; text-decoration: none; }

/* Normalizando */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,table { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}

* { margin:0; padding:0; border:0; text-decoration: none; }

/* Base   */


html {
    width: 100%;
	height:100%;
}

body {
    width:100%;
	height:100%;  
    font-family: 'GothamBook', sans-serif;
	background-size: 100% auto;
	text-align: center;
}

a, a:hover, a:visited, a:link {
	display: block;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{ font-weight: normal; }

.clear {
	clear: both;
}


input:focus {
    outline: none;
}

/* remove border around all textarea elements */
textarea:focus {
    outline: none;
}

/* remove border around all select elements */
select:focus {
    outline: none;
}

/* remove border around all input,textarea and select elements */
input:focus, textarea:focus, select:focus {
    outline: none;
}

input {
	border:1px solid #707070;
	padding: 4px 15px;
	margin: 0;
	height: 28px;
	color: #FFF;
	font: 16px 'GothamBook', Arial, Tahoma, sans-serif;
	background: #FFF;
	border-radius: 10px;
}
	::-webkit-input-placeholder {
		color: #CCC;
	}
	::placeholder {
		color: #CCC;
	}
	
textarea {
	border:1px solid #707070;
	padding: 4px 15px;
	color: #FFF;
	font: 16px 'GothamBook', Arial, Tahoma, sans-serif;
	background: none;
	margin: 0;
	border-radius: 10px;
}
select {
	border:1px solid #d80e15;
	padding: 5px 15px;
	height: 38px;
	margin: 5px 5px;
	color: #FFF;
	font: 16px 'GothamBook', Arial, Tahoma, sans-serif;
	background: none;
    -webkit-border-radius: 0px;
	-webkit-appearance:none;
	border-radius: 30px;
}

	input.error, select.error, textarea.error {
		border:1px solid #FF0000;
	}
	
select::-ms-expand {
    display: none;
}

input.submit {
	background-color:none;
	border:1px solid #d80e15;
	color: #d80e15;
	text-transform: uppercase;
	font: 18px '4EstylosFont02', Arial, Tahoma, sans-serif;
	cursor:pointer;
	border-radius: 30px;
	height: 45px;
	padding: 10px 0 !important;
}
	input.submit:hover {
		background-color:#d80e15;
		color: #FFF;
	}

.lnk {
	border: 1px solid #5CA73A;
	background-color: #5CA73A;
	border-radius: 30px;
	color: #FFF;
	padding: 10px 15px;
	display: block;
	width: auto;
}
	.lnk:hover {
		background-color: transparent;
		color: #5CA73A;
	}
	.lnkw:hover {
		background-color: transparent;
		border: 1px solid #FFF;
		color: #FFF;
	}
.lnk2 {
	border: 1px solid #5CA73A;
	background-color: transparent;
	border-radius: 30px;
	color: #5CA73A;
	padding: 10px 15px;
	display: block;
	width: auto;
}
	.lnk2:hover {
		background-color: #5CA73A;
		color: #FFF;
	}

.lnk3 {
	border: 1px solid #FFF;
	background-color: transparent;
	border-radius: 30px;
	color: #FFF;
	padding: 10px 15px;
	display: block;
	width: auto;
}
	.lnk3:hover {
		background-color: #FFF;
		color: #5CA73A;
	}

.lnk4 {
	background-color: transparent;
	padding: 10px 15px;
	display: block;
	width: auto;
}

.lnkdst {
	background: #d80e15;
	letter-spacing: 3px;
	padding: 15px 25px;
}

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

.backBranco {
	background-color: #FFF;
}
.backVerde {
	background-color: #5CA73A;
}

.tam7 { font-size: 7px; }	
.tam8 { font-size: 8px; }	
.tam9 { font-size: 9px; }	
.tam10 { font-size: 10px; }	
.tam11 { font-size: 11px; }	
.tam12 { font-size: 12px; }	
.tam14 { font-size: 14px; }	
.tam16 { font-size: 16px; }	
.tam18 { font-size: 18px; }	
.tam20 { font-size: 20px; }	
.tam22 { font-size: 22px; }	
.tam25 { font-size: 25px; }	
.tam30 { font-size: 30px; }	
.tam35 { font-size: 35px; }	
.tam40 { font-size: 40px; }	
.tam50 { font-size: 50px; }	
.tam55 { font-size: 55px; }	
.tam60 { font-size: 60px; }	
.tam70 { font-size: 70px; }	
.tam80 { font-size: 90px; }	
.tam90 { font-size: 120px; }	

.fontBold { font-family: 'GothamBook', sans-serif }
.fontBook { font-family: 'GothamBold', sans-serif }

.branco { color: #FFFFFF; }	
.verde { color: #5CA73A; }	
.cinza { color: #626262; }

.bx-viewport {
	padding:0;
	height: 160px;
}
					
.slicknav_menu {
	display:none;
}


#alinhar { 
	width: 980px;
	position:relative;
	margin:0 auto;
}

#topo {
	position: fixed;
	width: 100%;
	height: 45px;
	z-index: 999999;
	padding: 20px 0;
	background-color: #FFF;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
}
		
		#topo a#logo {
			display: inline-block;
			width: 127px;
			height: 42px;
			margin: 0px 0px;
		}

	#topo nav {
		display: inline-block;
		width: auto;
		position: relative;
		padding: 2px 0 0 30px;
		vertical-align: top;
	}
		#topo nav ul {
			display: inline-block;
		}
			#topo nav ul li {
				display: inline-block;
			}
			#topo nav a {
				position: relative;
				display: inline-block;
				width: auto;
				height: auto;
				padding: 10px 10px;
			}
		#topo nav a:hover, #topo nav a.active {
			color: #5CA73A !important;
		}
	#topo nav ul li ul {
		display: none;
		position: absolute;
		width: 540px;
		top: 40px;
		left: 10px;
		background-color: #FFF;
		border-radius: 10px;
		padding: 20px;
		box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
		text-align: left;
	}
		#topo nav ul li ul li {
			display: inline-block;
			width: 250px;
			vertical-align: top;
		}
			#topo nav ul li ul li span {
				display: inline-block;
				width: 100%;
				padding: 0 0 10px 0;
			}
			#topo nav ul li ul li a {
				display: block;
				width: 100%;
				padding: 5px 0 5px 15px;
			}
	#topo #cot {
		display: inline-block;
		width: auto;
		position: relative;
		margin: 5px 0 0 0;
		padding: 6px 10px 4px 10px;
		border-radius: 20px;
		vertical-align: top;
		border: 1px solid #5CA73A;
	}
		#topo #cot:hover {
			border: 1px solid #5CA73A;
			background-color: #FFF !important;
			color: #5CA73A !important;
		}
	#topo #social {
		display: inline-block;
		width: auto;
		position: relative;
		margin: 6px 0 0 15px;
		padding: 0;
		vertical-align: top;
	}
		#topo #social a#face {
			display: inline-block;
			position: relative;
			margin: 5px 0 0 0;
			padding: 0;
			vertical-align: top;
			width: 20px;
			height: 20px;
		}
		#topo #social a#inst {
			display: inline-block;
			position: relative;
			margin: 5px 0 0 0;
			padding: 0;
			vertical-align: top;
			width: 20px;
			height: 20px;
		}
			#topo #social a#face:hover, #topo #social a#inst:hover {
				margin: 3px 0 0 0;
			}


#corpo {
	position: relative;
	display:block;
	width: 100%;
	padding: 80px 0 0 0;
}


#rodape {
	position: relative;
	width: 100%;
	padding: 50px 0 50px 0;
	background-color: #EFEFEF;
}
	#rodape #cen {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 240px;
		text-align: left;
	}
		#rodape #cen #logo {
			display: inline-block;
			padding: 0 0 20px 0;
		}
		#rodape #cen #whats {
			padding: 0 0 2px 0px;
			display: flex;
		}
			#rodape #cen #whats:before {
				content: url("/public/img/layout/default/icones/icon-whats-1.svg");
				width: 25px;
				padding: 1px 0 0 0;
			}

		#rodape #cen #end {
			display: inline-block;
			padding: 15px 0 0 0;
			line-height: 140%;
		}
		#rodape #cen #copy {
			display: inline-block;
			padding: 20px 0 0 0;
			line-height: 140%;
		}
		#rodape #cen span.verde {
			padding: 0 0 10px 0;
			display: inline-block;
		}
		#rodape #cen span.rds {
			padding: 40px 0 10px 0;
			display: inline-block;
		}
		#rodape #cen ul {
			width: 100%;
		}
			#rodape #cen ul li {
				width: 100%;
			}
			#rodape #cen ul li a {
				display: block;
				padding: 5px 0;
			}
			#rodape #cen ul li a:hover {
				color:#5CA73A;
			}

		#rodape #cen #rds {
			display: inline-block;
			width: 100%;
		}
			#rodape #cen #rds a {
				display: inline-block;
				width: 28px;
				height: 28px;
				margin: 2px 2px;
			}



@media screen and (min-width: 1440px) {
	
	
	
	

}


@media screen and (max-width: 768px) {
	
	body {
		-webkit-text-size-adjust: 100%;
	}
	
	.slicknav_menu {
		display: block;
	}
	#corpo #alinhar {
		overflow: hidden;
	}
	
	.tam7 { font-size: 7px; }	
	.tam8 { font-size: 8px; }	
	.tam9 { font-size: 9px; }	
	.tam10 { font-size: 10px; }	
	.tam11 { font-size: 11px; }	
	.tam12 { font-size: 12px; }	
	.tam14 { font-size: 14px; }	
	.tam16 { font-size: 14px; }	
	.tam18 { font-size: 18px; }	
	.tam20 { font-size: 16px; }	
	.tam22 { font-size: 22px; }	
	.tam25 { font-size: 25px; }	
	.tam30 { font-size: 20px; }	
	.tam35 { font-size: 35px; }	
	.tam40 { font-size: 25px; }	
	.tam50 { font-size: 50px; }	
	.tam55 { font-size: 55px; }	
	.tam60 { font-size: 30px; }	
	.tam70 { font-size: 70px; }	
	.tam80 { font-size: 90px; }	
	.tam90 { font-size: 120px; }	


	#alinhar { 
		width: 100%;
		position:relative;
		margin:0 auto;
	}

	#topo {
		position: fixed;
		width: 100%;
		height: 45px;
		z-index: 999999;
		padding: 5px 0;
		background-color: #FFF;
		box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
	}

			#topo a#logo {
				position: absolute;
				display: block;
				left: 60px;
				width: 130px;
				height: 32px;
				margin: 0px 0px 0px 0px;
			}

		#topo nav {
			display: none;
		}
		
		#topo #cot {
			display: block;
			width: 70px;
			position: absolute;
			left: 210px;
			top: 0px;
			margin: 5px 0 0 0;
			padding: 6px 10px 4px 10px;
			border-radius: 20px;
			vertical-align: top;
			font-size: 9px;
			border: 0px solid #5CA73A;
			background-color: none !important;
		}
			#topo #cot:hover {
				border: 1px solid #5CA73A;
				background-color: #FFF !important;
				color: #5CA73A !important;
			}
		#topo #social {
			position: absolute;
			display: block;
			right: 10px;
			top:8px;
			width: auto;
			margin: 0;
			padding: 0;
			vertical-align: top;
		}
			#topo #social a#face {
				display: inline-block;
				position: relative;
				margin: 5px 0 0 0;
				padding: 0;
				vertical-align: top;
				width: 20px;
				height: 25px;
			}
			#topo #social a#inst {
				display: inline-block;
				position: relative;
				margin: 5px 0 0 0;
				padding: 0;
				vertical-align: top;
				width: 20px;
				height: 20px;
			}
				#topo #social a#face:hover, #topo #social a#inst:hover {
					margin: 3px 0 0 0;
				}


	#corpo {
		position: relative;
		display:block;
		width: 100%;
		padding: 50px 0 0 0;
	}


	#rodape {
		position: relative;
		width: auto;
		padding: 50px 10px 20px 10px;
		background-color: #EFEFEF;
	}
		#rodape #cen {
			position: relative;
			display: inline-block;
			vertical-align: top;
			width: 100%;
			text-align: center;
			padding: 0 0;
		}
		#rodape #cen.bxs1, #rodape #cen.bxs2, #rodape #cen.bxs3 {
			display: none;
		}
			#rodape #cen #logo {
				display: inline-block;
				padding: 0 0 20px 0;
			}
			#rodape #cen #whats {
				padding: 0 0 10px 0px;
				display: block;
				margin: 0 30px;
				vertical-align: top;
			}
				#rodape #cen #whats:before {
					content: url("/public/img/layout/default/icones/icon-whats-1.svg");
					width: 25px;
					padding: 5px 10px 0 0px;
				}

			#rodape #cen #end {
				display: inline-block;
				padding: 15px 0 0 0;
				line-height: 140%;
			}
			#rodape #cen #copy {
				display: inline-block;
				padding: 20px 0 20px 0;
				line-height: 140%;
				width: 100%;
			}
			#rodape #cen span.verde {
				padding: 0 0 10px 0;
				display: inline-block;
			}
			#rodape #cen span.rds {
				padding: 40px 0 10px 0;
				display: inline-block;
			}
			#rodape #cen ul {
				width: 100%;
				text-align: left;
			}
				#rodape #cen ul li {
					width: 100%;
				}
				#rodape #cen ul li a {
					display: block;
					padding: 5px 0;
				}
				#rodape #cen ul li a:hover {
					color:#5CA73A;
				}

			#rodape #cen #rds {
				display: inline-block;
				width: 100%;
			}
				#rodape #cen #rds a {
					display: inline-block;
					width: 28px;
					height: 28px;
					margin: 2px 2px;
				}
	
	
	

}			
@media screen and (max-width: 368px) {			
			
	body {
		-webkit-text-size-adjust: 100%;
	}
	
	.slicknav_menu {
		display: block;
	}
	#corpo #alinhar {
		overflow: hidden;
	}
	
	
	

}		
	
			
		
			
			