﻿
html, body {
	padding:0;
	margin: 0;
	height: 100%;
	width:100%;
	overflow:hidden;
	font-family: 'AEP', sans-serif;
	font-size: 14px;
	font-weight:400;
	color:white;
	-webkit-text-size-adjust: 100%;
}

h1 {
	font-weight:normal;
	font-size:16px;
	font-family: 'AEP', sans-serif;
	line-height:90px;
	margin:0;		
}

.p_text {
	width:calc(100% - 190px); 
	text-align:justify; 
	margin-left:140px; 
	line-height:25px;	
	
}

.p_text_r {
	width:100%; 
	text-align:justify; 
	margin-left:0px; 
	font-size:14px;
	line-height:25px;	
	
}


.bg_slide {
	width:100%;
	height:calc(100% - 90px);
	background-color:transparent; 
	background-size:cover; 
	background-position: center center;  
	position:absolute;
	top:90px;
	left:0;
	overflow:hidden;	
}

.base {
	width:100%;
	height:calc(100% - 90px); 
	background-color:transparent; 
	position:absolute;
	top:90px;
	left:0; 
	overflow:hidden;	
}

.menu_act {
	width:60%;
	background:#6ce4d2;
	height:3px;
	margin-top:-27px;
	margin-left:20%;
	opacity:0;	
	
}



.menu_function {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;	
}


.menu_txt {
	width:50%; 
	text-align:center; 
	position:absolute; 
	top:0; 
	line-height:90px; 
	cursor:pointer; 
	height:90px;	
	
}

.mobile_txt {
	width:50%;
	margin-left:25%; 
	height:40px;
	text-align:center; 
	line-height:45px;
	margin-top:20px; 
	cursor:pointer; 
	border-bottom:2px solid #6ce4d2;
	color:#969696;	
	
}



input {
	font-size: 16px;
	font-family: 'AEP', sans-serif;
	height: 40px;
	color: #535353;
	-webkit-appearance: none;
	border-radius: 0px;
	
}

textarea {
	font-size: 16px;
	font-family: 'AEP', sans-serif;
	color: #535353;
	-webkit-appearance: none;
	border-radius: 0px;
	
}


.form_text {
	width: calc(100% - 59px);
	height:30px;
	line-height:30px;
	border: 1px solid #c3c3c3;
	padding:6px;
	color:#535353;
	background: transparent;
	margin-top: 20px; 
	padding-left:20px;	
	padding-right:40px;
	
}


.form_text_i {
	width: calc(100% - 59px);
	font-size:14px;
	height:25px;
	line-height:25px;
	border: 1px solid #c3c3c3;
	padding:3px;
	color:#535353;
	background: transparent;
	margin-top: 10px; 
	padding-left:10px;	
	padding-right:40px;
	
}


.form_chk {
	width:20px;
	height:20px;
	background-image: url('');
	float: right;
	margin-right: 8px;
	margin-top: -32px;
	margin-bottom: -20px;
	opacity: 0.5;	
}

.form_chk_i {
	width:20px;
	height:20px;
	background-image: url('');
	float: right;
	margin-right: 12px;
	margin-top: -26px;
	margin-bottom: -20px;
	opacity: 0.5;	
}

.titulo {
	font-weight:bold;	
}

::-webkit-input-placeholder {
   color: #787878;
   font-style:italic;
}

:-moz-placeholder {
   color: #787878	;
   font-style:italic;
}

::-moz-placeholder {
   color: #787878;
   font-style:italic;
}

:-ms-input-placeholder {  
   color: #787878;
   font-style:italic;
}

.ph_left {
	float:left;	
}

.ph_right {
	float:right;	
}
