@font-face {
    font-family: 'dm_sansbold';
    src: url('../fonts/DMSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dm_sansbold_italic';
    src: url('../fonts/DMSans-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dm_sansitalic';
    src: url('../fonts/DMSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dm_sansmedium';
    src: url('../fonts/DMSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dm_sansmedium_italic';
    src: url('../fonts/DMSans-MediumItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dm_sansregular';
    src: url('../fonts/DMSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.asap{
    font-family:'dm_sansregular';
}
.exo{
    font-family: 'dm_sansregular';
}
.opensans{
    font-family: 'dm_sansregular';
}

/*		DEFAULT CSS			*/
*{
	margin:0px;
	padding:0px;
	color:inherit;
	font-size:inherit;
	font-family:inherit;
	font-weight:inherit;
	background-color:transparent;
	border:0px none transparent;
	text-align:left;
	outline:none !important;
}
html,body{
	color:#000000;
	font-size:12px;
	font-family:'dm_sansregular';
	font-weight:normal;
}
body{
	background-color:#ffffff;
	overflow:auto;
}
body.noscroll{
	overflow:hidden;
}
header, section, footer, aside, nav, article, figure{
	display: block;
}
address{
	font-style:normal;
}
strong{
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
a.nounder, a.nohover{
	text-decoration:none;
}
a.nounder:hover, a.nohover:hover{
	text-decoration:none;
}
ul li{
	list-style:none;
}
button, input[type="button"], input[type="submit"]{
	cursor:pointer;
}
::-webkit-input-placeholder {
    color:    #000;
}
:-moz-placeholder {
    color:    #000;
    opacity:  1;
}
::-moz-placeholder {
    color:    #000;
    opacity:  1;
}
:-ms-input-placeholder {
    color:    #000;
}
.tiny ul li{
	list-style: disc inside;
}
.auto{
	margin-left:auto;
	margin-right:auto;
}
.floatleft, .fl{
	float:left;
}
.floatright, .fr{
	float:right;
}
.absolute, .abs{
	position:absolute;
	z-index:10;
}
.relative, .relt{
	position:relative;
	z-index:10;
}
.fixed{
	position:fixed;
	z-index:10;
}
.both{
	clear:both;
}
.width100{
	width:100%;
}
.height100{
	height:100%;
}
.width50{
	width:50%;
}
.vh100{
	height:100vh;
}
.h100{
	height:100%;
}
.page{
	width:980px;
}
.minpage{
	min-width:980px;
}
.maxpage{
	/*max-width:980px;*/
}
.none{
	display:none;
}
.hidden, .hdn{
	overflow:hidden;
}
.hdni{
	overflow:hidden !important;
}
.pointer{
	cursor:pointer;
}
.aligncenter, .alcenter{
	text-align:center;
}
.replace{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.transition, .trn{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.transitionfast, .trnf{
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.transitionslow, .trns{
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.middle{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);	
}
.ab_mobmenubt{
	width:40px;
	padding-top:10px;
	position:fixed;
	z-index:999;
	left:55px;
	top:70px;
}
.ab_mobmenubt span{
	display:block;
	background-color:#00C4B3;
	height:5px;
	margin-bottom:10px;
	border-radius:2px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.ab_mobmenubt:hover span{
	background-color:#fff;
}
.hide_mask{
	width:100%;
	height:100%;
	position:fixed;
	z-index:9997;
	top:0px;
	left:0px;
	background-color:rgba(0,0,0,0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity:0;
	visibility:hidden;
}
.hide_mask.on{
	opacity:1;
	visibility:visible;
}
.ab_hidemenu{
	width:50%;
	height:100%;
	position:fixed;
	z-index:9999;
	top:0px;
	left:0px;
	background-color:#fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ab_hidemenu.vertical{
    -moz-transform: translate(0%,-100%);
    -o-transform: translate(0%,-100%);
    -ms-transform: translate(0%,-100%);
    -webkit-transform: translate(0%,-100%);
    transform: translate(0%,-100%);
}
.ab_hidemenu.vertical.bottom{
    -moz-transform: translate(0%,100%);
    -o-transform: translate(0%,100%);
    -ms-transform: translate(0%,100%);
    -webkit-transform: translate(0%,100%);
    transform: translate(0%,100%);
}
.ab_hidemenu.horizontal{
    -moz-transform: translate(-100%,0%);
    -o-transform: translate(-100%,0%);
    -ms-transform: translate(-100%,0%);
    -webkit-transform: translate(-100%,0%);
    transform: translate(-100%,0%);
}
.ab_hidemenu.horizontal.right{
    -moz-transform: translate(100%,0%);
    -o-transform: translate(100%,0%);
    -ms-transform: translate(100%,0%);
    -webkit-transform: translate(100%,0%);
    transform: translate(100%,0%);
}
.ab_hidemenu.on, .ab_hidemenu.on{
    -moz-transform: translate(0%,0%) !important;
    -o-transform: translate(0%,0%) !important;
    -ms-transform: translate(0%,0%) !important;
    -webkit-transform: translate(0%,0%) !important;
    transform: translate(0%,0%) !important;
}
.flex{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
}
/*		DEFAULT CSS			*/

/*		SECTION 1			*/
strong{
	font-family: 'dm_sansbold';
}
.close_menu{
	width:32px;
	height:32px;
	top:80px;
	left:60px;
}
.close_menu::before{
	content:"";
	width:32px;
	height:32px;
	left:0px;
	top:0px;
	position:absolute;
	background-image:url(../img/bg/close_on.png);
	background-repeat:no-repeat;
	background-position:left top;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.close_menu::after{
	content:"";
	width:32px;
	height:32px;
	left:0px;
	top:0px;
	position:absolute;
	background-image:url(../img/bg/close.png);
	background-repeat:no-repeat;
	background-position:left top;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	opacity:0;
}
.close_menu:hover::before{
	opacity:0;
}
.close_menu:hover::after{
	opacity:1;
}
ul.hide_list{
}
ul.hide_list li a{
	display:block;
	padding:24px 0px 23px 0px;
	font-size:30px;
	color:#333;
	text-align:center;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	overflow:hidden;
	position:relative;
}
ul.hide_list li a:hover{
	color:#00C4B3;
	font-weight:600;
}
ul.hide_list li a::after{
	content:"";
	width:420px;
	height:1px;
	left:calc(50% - 210px);
	bottom:0px;
	background-color:#00C4B3;
	position:absolute;
}
.of_section_1{
	background-image:url(../img/bg/section_1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
h1.logo{
	font-size:30px;
	color:#fff;
	text-align:center;
	max-width:250px;
	margin-top:110px;
	font-weight:300;
}
.topo_center{
	margin-top:calc(39vh - 153px);
}
h2.topo_title{
	font-size:48px;
	font-weight:300;
	color:#fff;
	text-align:center;
	line-height:125%;
	max-width:890px;
}
p.criar_call{
	font-size:18px;
	color:#fff;
	text-align:center;
	margin-top:9vh;
	margin-bottom:8vh;
}
.default_button{
	font-size:14px;
	color:#fff;
	text-align:left;
	width:200px;
	height:60px;
	border:2px solid #19D3C5;
	border-radius:10px;
	padding-left:28px;
}
.default_button:hover{
	background-color:#19D3C5;
}
.default_button span{
	position:relative;
}
.default_button span::before{
	content:"";
	width:10px;
	height:12px;
	left:12px;
	top:3px;
	position:absolute;
	background-image:url(../img/bg/arrow_vamos_on.png);
	background-repeat:no-repeat;
	background-position:left top;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.default_button span::after{
	content:"";
	width:10px;
	height:12px;
	left:12px;
	top:3px;
	position:absolute;
	background-image:url(../img/bg/arrow_vamos_on.png);
	background-repeat:no-repeat;
	background-position:left top;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	opacity:0;
}
.default_button:hover span::before{
	opacity:0;
}
.default_button:hover span::after{
	opacity:1;
}
.default_button.topo{
	right:90px;
	top:80px;
	width:180px;
	height:50px;
	padding-left:15px;
}
.default_button.topo span{
	margin-left:3px;
}
.default_button.topo span::before, .default_button.topo span::after{
    left:10px;
}
.default_button.login{
	right:310px;
	top:80px;
	width:auto;
	height:50px;
	padding-left:20px;
	padding-right:20px;
	border:0px none transparent;
}
#of_okform .default_button.termos{
	font-weight:400;
	margin-top: 60px;
	font-size:16px;
}
#of_okform .default_button.termos span::before, #of_okform .default_button.termos span::after{
	top:6px;
}
.default_button.termos{
	/*width:auto;*/
	height:50px;
	padding-left:20px;
	padding-right:60px;
	border:0px none transparent;
	font-weight:600;
	color:#00C4B3;
}
.default_button.termos.off{
	color:#999999;
	font-weight:400;
}
.default_button.planos{
	width:auto;
	height:50px;
	padding-left:20px;
	padding-right:45px;
	border:0px none transparent;
	color:#343232;
	margin-top: 42px;
}
.default_button.planos span{
	display:inline-block;
	vertical-align:top;
}
.default_button.planos span::before{
	left:23px;
	top:5px;
	background-image:url(../img/bg/arrow_vamos.png);
}
.default_button.planos span::after{
	left:23px;
	top:5px;
	background-image:url(../img/bg/arrow_vamos_orange.png);
}
.default_button.termos span::before{
	background-image:url(../img/bg/arrow_vamos_orange.png);
}
.default_button.termos span::after{
	background-image:url(../img/bg/arrow_vamos.png);
}
.default_button.login:hover{
	background-color:transparent;
	color:#00C4B3;
}
.default_button.termos:hover{
	background-color:transparent;
	color:#000;
}
.default_button.planos:hover{
	background-color:transparent;
	color:#00C4B3;
}
.default_button.ve_bt{
	color:#fff;
}
.default_button.ve_bt span::before{
	opacity:0;
}
.default_button.ve_bt span::after{
	opacity:1;
}
.default_button.juntos{
	color:#fff;
	border-color:#fff;
}
.default_button.juntos:hover{
	color:#bf0715;
	background-color:#fff;
}
.default_button.juntos span::before{
	background-image:url(../img/bg/arrow_vamos_on.png);
}
.default_button.juntos span::after{
	background-image:url(../img/bg/arrow_vamos_red.png);
}
.default_button.form{
	margin-top:60px;
	color:#333366;
}
.default_button.form:hover{
	color:#fff;
}
.default_button.form span::before{
	background-image:url(../img/bg/arrow_vamos_blue.png);
}
.default_button.form span::after{
	background-image:url(../img/bg/arrow_vamos_on.png);
}
.default_button.destiny{
	left:calc(50% - 100px);
	bottom:12.5vh;
}
.default_button.conheca{
	color:#333366;
	margin-left:37%;
}
.default_button.conheca:hover{
	color:#fff;
}
.default_button.conheca span::before{
	background-image:url(../img/bg/arrow_vamos_blue.png);
}
.default_button.conheca span::after{
	background-image:url(../img/bg/arrow_vamos_on.png);
}
.topo_navtip{
	bottom:55px;
	left:0px;
}
p.topo_navegue{
	font-size:11px;
	color:#fff;
	text-align:center;
	padding-bottom:53px;
	margin-top:80px;
	background-image:url(../img/bg/arrow_down.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
.of_menu{
	position:fixed;
	top:0px;
	left:0px;
	z-index:30;
	height:100%;
	width:150px;
	background-color:rgba(0,0,0,0.05);
}
ul.of_ulmenu{
	margin-left:65px;
}
ul.of_ulmenu li{
	padding-top:10px;
	padding-bottom:10px;
}
ul.of_ulmenu li a .menumark{
	display:inline-block;
	vertical-align:middle;
	border-radius:50%;
	width:14px;
	height:14px;
	margin-left:3px;
	border:1px solid #00C4B3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.of_ulmenu li a.on .menumark{
	width:20px;
	height:20px;
	margin-left:0px;
	/*width: 2px;
	margin-left: 9px;
	margin-right: 19px;*/
}
/*		END SECTION 1		*/
/*		SECTION 2			*/
.of_section_2{
	background-color:#001C71;
}
.ve_left .middle{
	padding-left:45%;
}
h3.ve_title{
	font-size:48px;
	color:#00C4B3;
	font-weight:300;
	margin-bottom:90px;
	text-align:center;
}
p.ve_text{
	font-size:16px;
	color:#fff;
	margin-bottom:85px;
	margin-left:2px;
	margin-right: 26%;
}
.ve_right figure{
	margin-right:6%;
	box-sizing:border-box;
	height:calc(100vh - 130px);
	margin-top:50px;
	text-align:center;
}
.ve_right figure img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}
ul.help_list{
	max-width:1530px;
}
ul.help_list li{
	float:left;
	margin:0px 0.8% 0px 0.8%;
	padding:135px 21px 45px 21px;
	background-color:#0A1F8F;
	border-radius:10px;
	width:18.4%;
	background-repeat:no-repeat;
	box-sizing:border-box;
}
ul.help_list li.help-1{
	background-position:center 45px;
	background-image:url(../img/bg/help-1.png);
}
ul.help_list li.help-2{
	background-image:url(../img/bg/help-2.png);
	background-position:center 48px;
}
ul.help_list li.help-3{
	background-image:url(../img/bg/help-3.png);
	background-position:center 46px;
}
ul.help_list li.help-4{
	background-image:url(../img/bg/help-4.png);
	background-position:center 49px;
}
ul.help_list li.help-5{
	background-image:url(../img/bg/help-5.png);
	background-position:center 51px;
}
h4.help_title{
	font-size:18px;
	color:#fff;
	font-weight:300;
	text-align:center;
	margin-bottom:40px;
}
p.help_text{
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:170%;
}

/*		END SECTION 2		*/
/*		SECTION 3			*/
.of_section_3{
	background-color:#fbfbfb;
}
h3.planos_title{
	font-size:48px;
	color:#001C71;
	font-weight:300;
	margin-bottom:90px;
	text-align:center;
}
h4.plano_name{
	font-size:24px;
	color:#00C4B3;
	margin-bottom:50px;
	text-align:center;
}
ul.planos_list{
	max-width:1530px;
}
ul.planos_list li{
	float:left;
	margin:0px 0.8% 0px 0.8%;
	padding:60px 0px 12px 0px;
	background-color:#fff;
	border-radius:10px;
	width:18.4%;
	background-repeat:no-repeat;
	text-align:center;
}
.planos_table{
	width:60%;
	box-sizing:border-box;
}
.planos_table tr{
	border-bottom:1px solid #f1f1f1;
}
.planos_table tr.noborder{
	border-bottom:0px none transparent;
}
.planos_table tr td{
    font-family: 'dm_sansregular';
	font-size:11px;
	color:#999999;
	text-transform:uppercase;
	padding-bottom: 5px;
	padding-top: 4px;
}
.planos_table tr td + td{
	text-align:right;
	font-size:14px;
}
.planos_table tr.valor td{
	text-transform:none;
	padding-top:35px;
	font-size:14px;
    font-family: 'dm_sansregular';
}
.planos_table tr.valor td strong{
	color:#00C4B3;
}
.planos_table.ilim tr td strong{
	font-size:11px;
}
/*		END SECTION 3		*/
/*		SECTION 4			*/
.of_section_6{
	background-color:#001C71;
}
ul.destiny_list{
	padding-left:150px;
}
ul.destiny_list li{
	width:33.33%;
	height:100%;
	float:left;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	position:relative;
	text-align:center;
}
ul.destiny_list li.destiny-1{
	background-image:url(../img/bg/estudantes.jpg);
}
ul.destiny_list li.destiny-2{
	background-image:url(../img/bg/professores.jpg);
}
ul.destiny_list li.destiny-3{
	background-image:url(../img/bg/profissionais.jpg);
}
h3.dest_title{
	font-size:36px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-top:31.5vh;
}
p.dest_text{
	font-size:24px;
	color:#fff;
	text-align:center;
	line-height:125%;
	margin-left:19%;
	margin-right:19%;
	margin-top:75px;
}
.destiny-2 p.dest_text{
	margin-top:44px;
}
/*		END SECTION 4		*/
/*		SECTION 7		*/
.of_section_7{
	background-color:#fff;
}
h3.quer_title{
	font-size:48px;
	color:#001C71;
	font-weight:300;
	line-height:120%;
	margin:35px 15% 90px 37%;
}
.conheca_foto{
	float:left;
	height:50%;
	width:50%;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}
.conheca_foto.foto-1{
	background-image:url(../img/bg/conheca-1.jpg);
}
.conheca_foto.foto-2{
	background-image:url(../img/bg/conheca-2.jpg);
}
.conheca_foto.foto-3{
	background-image:url(../img/bg/conheca-3.jpg);
	width:100%;
}
/*		END SECTION 7		*/
/*		SECTION 8			*/
.of_section_8{
	background-color:#001C71;
	overflow:hidden;
}
p.copy_text{
	background-color:#001C71;
	font-size:9px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:2px;
	padding:23px 20px 25px 20px;
	margin-top:70px;
}
p.footer_text{
	font-size:16px;
	color:#fff;
	text-align:center;
	margin-top: 65px;
	margin-bottom: 18px;
}
/*		END SECTION 8		*/
/*		SECTION 9			*/
.col-md-12 img{
	height: 90px;
	width: auto;
}
.of_section_9{
	background-color:#fbfbfb;
}
p.form_title{
	font-size:48px;
	color:#00C4B3;
	text-align:center;
	margin-bottom:12px;
	font-weight:300;
}
p.form_text{
	font-size:16px;
	color:#646464;
	text-align:center;
	margin-bottom:78px;
}
#of_okform{
	width:100%;
	max-width:600px;
	height:300px;
	top:calc(50% - 150px);
	left:calc(50% - 300px);
	background-color:#ffffff;
	z-index:99;
	position:fixed;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 15px;
	z-index: 99999;
}
#of_okform.on{
	opacity:1;
	visibility:visible;
}
p.of_pfeito{
	font-size:24px;
	color:#000;
	text-align:center;
	margin-bottom: 20px;
}
p.of_pfeitomsg{
	font-size:16px;
	color:#000;
	text-align:center;
}
.of_matribt{
	font-size: 12px;
	color: #333333;
	border: 1px solid #333;
	padding: 3px 20px 2px 20px;
	border-radius: 12px;
	margin-top: 40px;
	text-transform: uppercase;
}
.of_matribt:hover{
	background-color:#333333;
	color: #fff;
}
/*		END SECTION 9		*/
.termos_box{
	background-color:#ffffff;
	border-radius:10px;
	height:84vh;
	max-width:900px;
	margin-top:8vh;
	box-sizing:border-box;
	padding-left:4%;
	padding-right:4%;
}
.termos_header{
	height:15%;
}
.termos_content{
	height:72%;
	overflow-y:scroll;
	box-sizing:border-box;
	padding-top:20px;
}
.termos_content p{
    font-family: 'dm_sansregular';
	font-size:16px;
	color:#000;
	line-height:120%;
	margin-bottom:16px;
	margin-right: 20px;
}
.termos_footer{
	height:13%;
	text-align:center;
}

p.termos_title{
	font-size:24px;
	color:#000;
	text-align:center;
	padding-top:18px;
}
.close_termos{
	font-size:30px;
	color:#cccccc;
	font-weight:300;
	right:0px;
	top:6px;
	padding-left:10px;
	padding-right:10px;
}
.login_def{
	font-size:9px;
	color:#646464;
	margin-left:30px;
	margin-top:5px;
}
.error_box{
	background-color:#ffffff;
	padding:50px 100px 50px 100px;
	max-width:600px;
	border-radius: 15px;
}
#errortype{
	margin-bottom: 40px;
}
.g-recaptcha {
	 display: inline-block;
}
#languageMessage{
	background-color: #001C71;
	text-align: center;
}

/*		MEDIA QUERIES		*/
@media (max-width: 1800px){
	.default_button.topo {
		right: 55px;
	}
	.topo_navtip {
		bottom: 25px;
	}
	p.topo_navegue {
		padding-bottom: 40px;
		background-size: 25px auto;
		margin-top: 60px;
	}
	h1.logo {
		margin-top: 85px;
	}
	h2.topo_title {
		font-size: 42px;
	}
	p.criar_call {
		margin-top: 6vh;
		margin-bottom: 4vh;
	}
	.default_button.login {
		right: 270px;
	}
	.default_button {
		height: 54px;
	}
	ul.of_ulmenu {
		padding-top: 70px;
		margin-left: 40px;
	}
	ul.hide_list {
		padding-top: 60px;
	}
	ul.hide_list li a {
		padding: 20px 0px 19px 0px;
		font-size: 26px;
	}
	.ve_left .middle {
		padding-left: 40%;
	}
	h3.ve_title {
		font-size: 36px;
		margin-bottom: 40px;
	}
	p.ve_text {
		margin-bottom: 65px;
		margin-right: 10%;
	}
	.of_menu {
		width: 100px;
	}
	.ab_mobmenubt {
		left: 30px;
	}
	h3.geva_title {
		font-size: 36px;
		margin-top: 80px;
	}
	ul.geve_list {
		margin-top: 55px;
	}
	.geve_item p {
		font-size: 18px;
	}
	.geve_item {
		height: 22vh;
		background-position: 13% center;
		padding-left: 32%;
		padding-right: 15%;
		background-size: auto 36px;
	}
	.geve_item.item-6 {
		background-position: 17% center;
	}
	p.form_text {
		margin-bottom: 30px;
	}
	p.form_title {
		font-size: 36px;
		margin-bottom: 5px;
	}
	ul.help_list {
		padding-left: 120px;
		padding-right: 20px;
	}
	p.help_text {
		font-size: 13px;
		line-height: 160%;
	}
	ul.help_list li {
		margin: 0px 0.5% 0px 0.5%;
		padding: 85px 20px 25px 20px;
		width: 19%;
	}
	ul.help_list li.help-1{
		background-size:28px auto;
		background-position:center 33px;
	}
	ul.help_list li.help-2{
		background-size:26px auto;
		background-position:center 31px;
	}
	ul.help_list li.help-3{
		background-size:30px auto;
		background-position:center 34px;
	}
	ul.help_list li.help-4{
		background-size:30px auto;
		background-position:center 37px;
	}
	ul.help_list li.help-5{
		background-size:26px auto;
		background-position:center 32px;
	}
	h3.planos_title {
		font-size: 36px;
		margin-bottom: 40px;
	}
	ul.planos_list {
		padding-left: 120px;
		padding-right: 20px;
	}
	.planos_table {
		width: 70%;
	}
	h3.dest_title {
		font-size: 32px;
		margin-top: 20vh;
	}
	p.dest_text {
		font-size: 20px;
		line-height: 140%;
		margin-left: 16%;
		margin-right: 16%;
	}
	h3.quer_title {
		font-size: 36px;
		margin: 35px 19% 60px 30%;
	}
	.default_button.conheca {
		margin-left: 30%;
	}
	.default_button.form {
		margin-top: 10px;
	}
	.termos_header{
		height:18%;
	}
	.termos_content{
		height:67%;
	}
	.termos_footer{
		height:15%;
	}
	ul.destiny_list {
		padding-left: 100px;
	}
	.login_def {
		margin-left: 27px;
		margin-top:2px;
	}
}

@media (max-width: 1366px){
	.of_section_1 {
		background-image: url(../img/bg/section_1_1366.jpg);
	}
	.ve_right figure img{
		display:none;
	}
	.ve_right figure img.vefoto2{
		display:inline;
	}
}

@media (max-width: 1023px){
	.error_box{
		background-color:#ffffff;
		padding:30px 30px 30px 30px;
	}
	p.topo_navegue {
		display: none;
	}
	.vh100 {
		height: auto;
		padding-bottom: 50px;
	}
	.h100 {
		height: auto;
		padding-left: 55px;
		padding-right: 55px;
	}
	.topo_navtip {
		bottom: auto;
		position: relative;
		left: auto;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.default_button.topo {
		display: none;
	}
	.middle {
		top: 0px;
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
	}
	.ve_left .middle {
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}
	.of_menu {
		display: none;
	}
	h3.ve_title {
		text-align: center;
		padding-top: 80px;
	}
	p.ve_text {
		margin-right: 10%;
		text-align: center;
		margin-left: 10%;
	}
	.ve_right figure {
		margin-right: 5%;
		height: auto;
		margin-top: 70px;
		text-align: center;
		margin-left: 5%;
	}
	h3.geva_title {
		font-size: 36px;
	}
	ul.geve_list {
		padding-left: 0px;
		padding-right: 0px;
	}
	ul.geve_list li {
		width: 50%;
	}
	.geve_item {
		height: 140px;
	}
	.geve_item p.middle {
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	h3.juntos_title {
		font-size: 36px;
		margin-bottom: 65px;
		padding-top: 100px;
	}
	ul.hide_list li a {
		padding: 18px 0px 16px 0px;
		font-size: 14px;
	}
	.close_menu {
		top: 30px;
		left: 30px;
	}
	ul.hide_list {
		padding-top: 90px;
	}
	.add_footer {
		font-size: 16px;
	}
	.default_button.login {
		right: 10px;
		top: -10px;
	}
	h2.topo_title {
		font-size: 36px;
	}
	p.criar_call {
		font-size: 16px;
	}
	.topo_center {
		margin-top: 140px;
	}
	p.criar_call {
		margin-top: 40px;
		margin-bottom: 120px;
	}
	ul.help_list {
		padding-left: 0px;
		padding-right: 0px;
		display: block;
	}
	ul.help_list li {
		margin: 0px 0px 20px 0px;
		padding: 85px 20px 45px 20px;
		width: 100%;
		float: none;
	}
	h3.planos_title {
		padding-top: 80px;
	}
	ul.planos_list {
		padding-left: 0px;
		padding-right: 0px;
		display: block;
	}
	ul.planos_list li {
		margin: 0px 1% 20px 1%;
		padding: 60px 0px 20px 0px;
		width: 31.33%;
	}
	ul.planos_list li.center_plan{
		margin-left:17.8%;
	}
	ul.destiny_list {
		padding-left: 0px;
		overflow: hidden;
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
	}
	ul.destiny_list li {
		height: auto;
	}
	#finalidade .h100{
		padding-left:0px;
		padding-right:0px;
	}
	h3.dest_title {
		font-size: 26px;
		margin-top: 170px;
	}
	p.dest_text {
		font-size: 16px;
		line-height: 140%;
		margin-left: 25px;
		margin-right: 25px;
		margin-top: 60px;
	}
	.default_button.destiny {
		left: auto;
		bottom: auto;
		position: relative;
		margin-top: 50px;
		margin-bottom: 70px;
	}
	#finalidade{
		padding-bottom: 0px;
	}
	h3.quer_title {
		font-size: 32px;
		margin: 85px 15% 60px 15%;
		text-align: center;
	}
	#conheca .middle{
		text-align: center;
	}
	.default_button.conheca {
		margin-left:0px;
	}
	.conheca_foto {
		display: none;
	}
	p.form_title {
		padding-top: 80px;
	}

}

@media (max-width: 768px){
	.of_section_1 {
		background-image: url(../img/bg/section_1_768.jpg);
	}
}

@media (max-width: 767px){
	.ve_right figure img.vefoto2{
		display:none;
	}
	.ve_right figure img.vefoto3{
		display:inline;
	}
	.ab_mobmenubt {
		left: 25px;
		width: 36px;
		top: 45px;
	}
	.ab_hidemenu {
		width: 80%;
	}
	ul.hide_list {
		padding-top: 80px;
	}
	.h100 {
		padding-left: 25px;
		padding-right: 25px;
	}
	h2.topo_title {
		font-size: 26px;
		margin-top: 0px;
		line-height: 140%;
	}
	h3.ve_title {
		font-size: 32px;
	}
	p.ve_text {
		margin-right: 5%;
		margin-left: 5%;
	}
	h3.geva_title {
		font-size: 24px;
	}
	ul.geve_list li {
		width: auto;
		float: none;
	}
	h3.juntos_title {
		font-size: 24px;
		margin-bottom: 45px;
	}
	.ab_mobmenubt span {
		height: 3px;
	}
	h1.logo {
		margin-top: 58px;
		font-size: 24px;
	}
	.default_button.login {
		top: -12px;
	}
	.topo_center {
		margin-top: 120px;
	}
	p.criar_call {
		margin-top: 30px;
		margin-bottom: 80px;
	}
	h3.ve_title {
		font-size: 24px;
	}
	h3.planos_title {
		font-size: 28px;
	}
	ul.planos_list li {
		margin: 0px 0px 20px 0px;
		width: auto;
		float: none;
	}
	ul.planos_list li.center_plan {
		margin-left: 0px;
	}
	ul.destiny_list {
		display: block;
	}
	ul.destiny_list li {
		width: auto;
		float: none;
		overflow: hidden;
	}
	h3.dest_title {
		margin-top: 90px;
	}
	h3.quer_title {
		margin: 85px 0px 50px 0px;
	}
	p.form_title {
		font-size: 32px;
	}

}

@media (max-width: 400px){
	.of_section_1 {
		background-image: url(../img/bg/section_1_320.jpg);
	}
}

@media (max-width: 399px){
	.ab_mobmenubt {
		left: 20px;
		width: 30px;
		top: 10px;
	}
	.ab_mobmenubt span {
		height: 3px;
		margin-bottom: 8px;
	}
	h1.logo {
		margin-top: 0px;
		padding-top: 120px;
	}
	.default_button.login {
		top: 8px;
		right: 5px;
	}
	.topo_center {
		margin-top: 80px;
	}
	h2.topo_title {
		font-size: 22px;
	}


}



















