@import "bootstrap.min.css";
/**
                                                                 
  ######   ####  ### ##  ###  ####
   #   #  ##  ##  ## #  #   #  # #
   #   #  #    #   ##   #####  #  
   #   #  ##  ##  # ##  #      #  
  ### ###  ####  ## ###  #### ###  
                                                                                                                                                                                                                                 
 *
 * @author: Noxer - Sistemas e Tecnologias da Informação.
 * @site: http://www.noxer.com.br/
 * @email: contato@noxer.com.br
 * @date: 20126/03/26
 * @language: Portuguese
 * @job: HTML5 / CSS3 / JS
 * @tools: PHP8
 * @cms: WordPress
 * 
 * Copyright(c) Todos os direitos reservados.
 *
**/

@font-face {
    font-family: 'Bree Regular';
    src: url('../fonts/bree_regular-webfont.eot');
    src: url('../fonts/bree_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bree_regular-webfont.woff2') format('woff2'),
         url('../fonts/bree_regular-webfont.woff') format('woff'),
         url('../fonts/bree_regular-webfont.ttf') format('truetype'),
         url('../fonts/bree_regular-webfont.svg#breeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bree Semibold';
    src: url('../fonts/bree_semibold-webfont.eot');
    src: url('../fonts/bree_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bree_semibold-webfont.woff2') format('woff2'),
         url('../fonts/bree_semibold-webfont.woff') format('woff'),
         url('../fonts/bree_semibold-webfont.ttf') format('truetype'),
         url('../fonts/bree_semibold-webfont.svg#breesemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bree Bold';
    src: url('../fonts/bree_bold-webfont.eot');
    src: url('../fonts/bree_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bree_bold-webfont.woff2') format('woff2'),
         url('../fonts/bree_bold-webfont.woff') format('woff'),
         url('../fonts/bree_bold-webfont.ttf') format('truetype'),
         url('../fonts/bree_bold-webfont.svg#breebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bree Extrabold';
    src: url('../fonts/bree_extrabold-webfont.eot');
    src: url('../fonts/bree_extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bree_extrabold-webfont.woff2') format('woff2'),
         url('../fonts/bree_extrabold-webfont.woff') format('woff'),
         url('../fonts/bree_extrabold-webfont.ttf') format('truetype'),
         url('../fonts/bree_extrabold-webfont.svg#breeextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bree Light';
    src: url('../fonts/bree_light-webfont.eot');
    src: url('../fonts/bree_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bree_light-webfont.woff2') format('woff2'),
         url('../fonts/bree_light-webfont.woff') format('woff'),
         url('../fonts/bree_light-webfont.ttf') format('truetype'),
         url('../fonts/bree_light-webfont.svg#breelight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* General
--------------------------------------------------*/
html {
	overflow: hidden;
	overflow-y: scroll;	
}
section {
	float: left;
	display: block;
	width: 100%;	
}
header h1,
header h1 a,
section.home div.titulo h2 {
	text-indent: -9999px;
	overflow: hidden;
	display: block;	
}
img {
	vertical-align: middle;
	border: 0;
	page-break-inside: avoid;
	max-width: 100%;
}
a {
	outline: none !important;
}
.alignright {
	float: right;	
	margin-left: 15px;
}
.aligleft {
	float: left;
	margin-right: 15px;
}

/* Header
--------------------------------------------------*/
header {
	background: url(../img/bg/bg_header.png) repeat-x #066C2D;
	padding-top: 60px;
	min-height: 275px;
}
header h1 {
	width: 177px;
	height: 61px;
	background: url(../img/bg/bg_ntu.png) no-repeat left top;
}
header nav ul {
	display: table;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
header nav ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 30px;
}
header nav ul li a {
	font-family: 'Bree Regular';
	text-transform: uppercase;
    position: relative;
    color: #FFF;
    text-decoration: none;
    font-size: 24px;
    padding-bottom: 17px;
}
header nav ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 10px;
    background: url(../img/bg/bg_mn_detal.png) repeat-x;
    transition: width 0.4s ease;
}
header nav ul li a:hover::after,
header nav ul li a.ativo::after {
    width: 100%;
}
header ul.redes {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
header ul.redes li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 30px;
}

/* Home
--------------------------------------------------*/
section.home {
	min-height: 990px;
	background: url(../img/bg/bg_onibus.png) no-repeat -800px 0 #066C2D;
}
section.home div.titulo h2 {
	background: url(../img/bg/bg_brasil.png) no-repeat;
	width: 460px;
	height: 365px;
	float: right;
}
section.home article {
	max-width: 520px;
}
section.home article h3 {
	font-family: 'Bree Semibold';
	color: #E8E8E8;
	font-size: 45px;
	margin-bottom: 18px;
}
section.home article p {
	font-family: 'Bree Regular';
	color: #86BC25;
	font-size: 21px;
	line-height: 28px;
}
section.home article p b {
	font-family: 'Bree Bold';
}
section.home article a.btnComo {
    font-family: 'Bree Bold';
    font-weight: normal;
    font-size: 18px;
    color: #E8E8E8;
    text-transform: uppercase;
    background: #86BC25;
    width: 100%;
    margin-top: 10px;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 19px;
    box-shadow: 0px 10px 8px rgba(0,0,0,0.1);
    transition: all 0.35s ease;
    overflow: hidden;
}
section.home article a.btnComo::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 10px;
    background: url(../img/bg/bg_seta_1.png) no-repeat;
    transition: all 0.35s ease;
}
section.home article a.btnComo::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.3),
        transparent
    );
    transform: skewX(-25deg);
}
section.home article a.btnComo:hover {
    background: #78a91f; /* tom mais escuro */
    transform: translateY(-4px);
    box-shadow: 0px 15px 15px rgba(0,0,0,0.2);
}
section.home article a.btnComo:hover::after {
    right: 15px;
}
section.home article a.btnComo:hover::before {
    left: 125%;
    transition: 0.7s;
}
section.home div.video {
	float: left;
	display: block;
	width: 100%;
	margin-top: 130px;
	margin-bottom: 30px;
}
section.home div.video figure {
	padding: 0 25px;
	position: relative;
}
section.home div.video figure a::before {
	background: url(../img/bg/bg_play.png) no-repeat center center;
	width: 176px;
	height: 196px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	margin-top: -88px;
	margin-left: -98px;
}
section.home div.ferramentas {
	max-width: 660px;
	margin: 30px auto;
	display: table;
	margin-bottom: 30px;
}
section.home div.ferramentas .a {
	float: left;
	border-right: 1px solid #FFF;
	padding-right: 20px;
}
section.home div.ferramentas .a a {
	color: #FFF;
	font-family: 'Bree Regular';
	font-size: 18px;
	text-decoration: none;
	padding-right: 30px;
	background: url(../img/bg/bg_dw.png) no-repeat center right;
}
section.home div.ferramentas .b {
	padding-left: 20px;
	float: left;
}
section.home div.ferramentas .b span {
	color: #FFF;
	font-family: 'Bree Regular';
	font-size: 18px;
	text-decoration: none;
	display: block;
	float: left;
}
section.home div.ferramentas ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0 5px;
}
section.home div.ferramentas ul li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 10px;
}

/* Passos
--------------------------------------------------*/
section.passos {
	background: url(../img/bg/bg_passos.png) no-repeat top center #066C2D;
	padding-top: 250px;
}
div.box-container {
	float: left;
	display: block;
	width: 100%;
	min-height: 125px;
	margin-bottom: 100px;
}
div.box-container.bg_1 {
	background: url(../img/bg/bg_faixa_1.png) no-repeat left -10px top;
	background-size: cover;
}
div.box-container.bg_2 {
	background: url(../img/bg/bg_faixa_2.png) no-repeat left -10px top;
	background-size: cover;
}
div.box-container.bg_3 {
	background: url(../img/bg/bg_faixa_3.png) no-repeat left -10px top;
	background-size: cover;
}
div.box-container.bg_4 {
	background: url(../img/bg/bg_faixa_4.png) no-repeat left -10px top;
	background-size: cover;
}
div.box-container div.box-left {
	float: left;
	width: 70px;
}
div.box-container div.box-right {
	min-height: 80px;
	flex-wrap: wrap;
	justify-content: center;
	cursor: pointer;
	position: inherit;
	align-items: center;
	display: flex;
}
div.box-container div.box-right h4 {
	font-family: 'Bree Light';
	font-size: 30px;
	color: #FFF;
	margin-bottom: 0;
	padding: 0;
}
div.box-container div.box-right p {
	font-family: 'Bree Regular';
	font-size: 18px;
	color: #FFF;
	width: 100%;
	margin: 0;
	padding: 0;
}
div.box-container div.box-right span {
	font-family: 'Bree Light';
}
div.box-container div.box-right b {
	font-family: 'Bree Bold';
}
div.box-container div.box {
	padding: 20px 70px;
	float: left;
	display: block;
}
div.box-container div.box-left span {
	font-family: 'Bree Extrabold';
	font-size: 80px;
	color: #FFF;
	line-height: 70px;
}
section.passos article {
	max-width: 560px;
}
section.passos article p {
	font-family: 'Bree Regular';
	color: #FFF;
	font-size: 28px;
	line-height: 34px;
}
section.passos article p b {
	font-family: 'Bree Bold';
}
section.passos article p span {
	color: #86BC25;
}
section.passos article p.c1 {
	font-family: 'Bree Light';
	margin-top: 20px;
	font-size: 40px;
	float: left;
	display: block;
	width: 100%;
}
section.passos article p b.m1 {
	font-family: 'Bree Bold';
	font-size: 90px;
}
section.passos article p.c2 {
	float: left;
	display: block;
	width: 100%;
	margin: 20px 0;
}
section.passos article p.c3 {
	font-family: 'Bree Light';
	font-size: 28px;
	line-height: 34px;
	float: left;
	display: block;
	width: 100%;
}
section.passos article p.c3 b {
	font-family: 'Bree Bold';
}
section.passos h4 {
	font-family: 'Bree Bold';
	color: #FFF;
	font-size: 31px;
	line-height: 34px;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
section.passos div.row.space1 {
	margin-top: 70px;
	margin-bottom: 90px;
}
section.passos article.space2 {
	margin-top: 140px;
}
section.passos article h5 {
	font-family: 'Bree Light';
	color: #FFF;
	font-size: 47px;
	line-height: 47px;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
section.passos article h5 b {
	font-family: 'Bree Bold';
}

/* Passo 2
--------------------------------------------------*/
section.passo_2 {
	background: url(../img/bg/bg_passo_2.png) no-repeat top center #19958C;
	padding-top: 250px;
}
section.passo_2 article {
	max-width: 600px;
}
section.passo_2 article p {
	font-family: 'Bree Regular';
	color: #FFF;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 35px;
}
section.passo_2 article p span {
	color: #FAB316;
}
section.passo_2 div.gr_1 {
	background: url(../img/gr/gr_2.png) no-repeat bottom center;
	background-size: contain;
	padding-bottom: 250px;
	margin-bottom: 50px;
}
section.passo_2 div.espaco5 {
	margin-bottom: 60px;
	margin-top: 100px;
}
section.passo_2 div.box div.titulo {
	float: left;
	width: 100%;
	display: block;
	margin: 40px 0 10px 0;
}
section.passo_2 div.box div.titulo h3 {
	font-family: 'Bree Bold';
	color: #FFF;
	font-size: 30px;
	line-height: 34px;
	display: block;
	width: 100%;
	padding: 8px 0 20px 70px;
	margin-bottom: 30px;
	position: relative;
}
section.passo_2 div.box div.titulo h3 span.det {
	background: url(../img/bg/bg_tit_detal.png) no-repeat;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 46px;
	color: #FAB316;
}
section.passo_2 div.box div.txt p {
	font-family: 'Bree Light';
	color: #FFF;
	font-size: 36px;
	line-height: 45px;
}
section.passo_2 div.box div.txt p b {
	font-family: 'Bree Bold';
}
section.passo_2 div.box div.txt {
	float: right;
	max-width: 430px;
	margin-left: 30px;
}
section.passo_2 div.espaco3 {
	margin-bottom: 80px;
}
section.passo_2 div.box div.txtInfo {
	width: 100%;
	margin-top: 70px;
	text-align: center;
}
section.passo_2 div.box div.txtInfo p {
	font-family: 'Bree Light';
	color: #FFF;
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 35px;
}
section.passo_2 div.box div.boxImgs figure {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

/* Passo 3
--------------------------------------------------*/
section.passo_3 {
	background: url(../img/bg/bg_passo_3.png) no-repeat top center #554596;
	padding-top: 250px;
	padding-bottom: 90px;
}
section.passo_3 div.txt {
	max-width: 560px;
}
section.passo_3 div.txt p {
	font-family: 'Bree Regular';
	color: #FFF;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 30px;
}
section.passo_3 div.txt p span {
	color:#46BFE0;
}
section.passo_3 div.gr_9 {
	margin-top: 100px;
}

/* Passo 4
--------------------------------------------------*/
section.passo_4 {
	background: url(../img/bg/bg_passo_4.png) no-repeat top center #21334A;
	padding-top: 250px;
	padding-bottom: 0px;
}
section.passo_4 div.box-container div.box-right h4 {
	font-family: 'Bree Light';
}
section.passo_4_a {
	background: url(../img/bg/bg_passo_4_a.png) no-repeat top center #19958C;
	padding-top: 250px;
	padding-bottom: 90px;
}
section.passo_4_a div.txt {
	max-width: 500px;
}
section.passo_4_a div.txt p {
	font-family: 'Bree Regular';
	color: #FFF;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 30px;
}
section.passo_4_a div.txt p span {
	color:#FAB316;
}
section.passo_4_a div.dsc {
	margin-top: 100px;
}
section.passo_4_a div.txt_2 {
	max-width: 350px;
	margin-left: 50px;
}
section.passo_4_a div.txt_2 h3 {
	font-family: 'Bree Bold';
	color: #FFF;
	font-size: 47px;
	line-height: 47px;
	margin-bottom: 30px;
}
section.passo_4_a div.txt_2 p {
	font-family: 'Bree Light';
	color: #FFF;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 0px;
}
section.passo_4_a figure.gr_11 {
	float: right;
}
section.passo_4_a div.txt_3 {
	max-width: 450px;
	margin-left: 80px;
	float: right;
}
section.passo_4_a div.txt_3 p {
	font-family: 'Bree Regular';
	color: #FFF;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 0px;
}
section.passo_4_a div.txt_3 p.c1 {
	font-family: 'Bree Bold';
	color: #FAB316;
	font-size: 50px;
	margin-bottom: 45px;
	line-height: 65px;
}
section.passo_4_a div.txt_3 p.c1 b {
	font-size: 90px;
}
section.passo_4_a div.txt_3 h5 {
	font-family: 'Bree Light';
	color: #FFF;
	font-size: 28px;
	line-height: 31px;
	margin-bottom: 5px;
}
section.passo_4_a div.txt_3 p.c2 {
	font-family: 'Bree Light';
	line-height: 24px;
	font-size: 18px;
	color: #FAB316;
}

/* Passo 5
--------------------------------------------------*/
section.passo_5 {
	background: url(../img/bg/bg_passo_5.png) no-repeat top center #C85804;
	padding-top: 250px;
	padding-bottom: 150px;
}
section.passo_5 h2 {
	font-family: 'Bree Bold';
	color: #FFF;
	font-size: 65px;
	line-height: 72px;
	margin-top: 115px;
}
section.passo_5 h3 {
	font-family: 'Bree Regular';
	color: #FFF;
	font-size: 40px;
	line-height: 48px;
	margin: 50px 0;
	padding-bottom: 30px;
	border-bottom: 10px solid #86BC25;
}
section.passo_5 article {
	max-width: 550px;
}
section.passo_5 article p {
	font-family: 'Bree Regular';
	color: #FFF;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 30px;
}
section.passo_5 article p b {
	font-family: 'Bree Bold';
}
section.passo_5 figure.gr_15 {
	margin-top: 80px;
}

/* Benefícios
--------------------------------------------------*/
section.beneficios {
	background: url(../img/bg/bg_beneficios.png) no-repeat top center #19958C;
	padding-top: 75px;
	padding-bottom: 75px;
}
section.beneficios h2 {
	font-family: 'Bree Regular';
	color: #FFF;
	font-size: 42px;
	line-height: 48px;
	text-transform: uppercase;
	padding-bottom: 20px;
	display: table;
	margin-bottom: 115px;
	border-bottom: 10px solid #86BC25;
}
section.beneficios div.beneficio {
	padding-left: 80px;
	padding-bottom: 60px;
	position: relative;
}
section.beneficios div.beneficio h4 {
	font-family: 'Bree Semibold';
	background: #034a46;
	width: 60px;
	height: 60px;
	color: #86BC25;
	font-size: 38px;
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
section.beneficios div.beneficio h5 {
	font-family: 'Bree Bold';
	color: #FFF;
	font-size: 30px;
	line-height: 31px;
	margin-bottom: 20px;
}
section.beneficios div.beneficio p {
	font-family: 'Bree Light';
	color: #FFF;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 30px;
}
section.beneficios div.beneficio.b2 {
	margin-top: 40px;
}
section.beneficios div.beneficio.b8 {
	margin-top: 100px;
}
section.beneficios div.apoe {
	padding-left: 80px;
}
section.beneficios div.apoe h6 {
	font-family: 'Bree Bold';
	color: #FFF;
	font-size: 38px;
	line-height: 45px;
}
section.beneficios div.apoe span {
	color: #86BC25;
}

/* Baixe
--------------------------------------------------*/
section.baixe {
	background: url(../img/bg/bg_baixe.png) no-repeat top center #25858e;
	padding-top: 230px;
	padding-bottom: 160px;
}
section.baixe h2 {
	font-family: 'Bree Regular';
	text-transform: uppercase;
	color: #86BC25;
	font-size: 38px;
	line-height: 45px;
	display: table;
	padding-bottom: 5px;
	margin-bottom: 130px;
	border-bottom: 10px solid #19958C;
}
section.baixe h3 {
	font-family: 'Bree Bold';
	text-transform: uppercase;
	font-weight: normal;
	color: #FFF;
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 20px;
}
section.baixe div.box figure {
	position: relative;
	border: 1px solid #707070;
	display: table;
	box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.1);
}
section.baixe div.box figure::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -45px;
	background: url(..//img/bg/bg_box.png) no-repeat;
	width: 95px;
	height: 85px;
}
section.baixe div.box figure img {
	max-height: 523px;
}
section.baixe h5 {
	font-family: 'Bree Regular';
	font-weight: normal;
	color: #FFF;
	font-size: 30px;
	line-height: 45px;
}
section.baixe .space {
	margin-top: 80px;
}

/* Footer
--------------------------------------------------*/
footer {
	padding: 5px 0 40px 0;
	background: #066C2D;
	float: left;
	display: block;
	width: 100%;
}
footer hr {
	border-color: #86BC25;
	margin-bottom: 85px;
}
footer h2 {
	font-family: 'Bree Regular';
	font-weight: normal;
	color: #86BC25;
	font-size: 28px;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
footer figure.logo {
	float: left;
	margin-right: 15px;
}
footer figure.logo img {
	max-width: 260px;
}
footer figure.logo.logo2 {
	margin-top: 5px;
}
footer address {
	font-family: 'Bree Regular';
	font-weight: normal;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 170px;
}
footer address span {
	color: #86BC25;
}
footer address a {
	color: #FFF;
	text-decoration: none;
}
footer address a:hover {
	text-decoration: underline;
}
footer h3 {
	text-decoration: none;
	font-family: 'Bree Semibold';
	font-weight: normal;
	color: #86BC25;
	font-size: 22px;
	margin-bottom: 25px;
}
footer h3 a {
	color: #86BC25;
	font-size: 22px;
	text-decoration: none;
}
footer h3 a:hover {
	text-decoration: underline;
}
footer ul.redes {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	width: 100%;
}
footer ul.redes li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
footer ul.redes li img {
	margin-right: 5px;
}
footer ul.redes li a {
	text-decoration: none;
	font-family: 'Bree Semibold';
	font-weight: normal;
	color: #86BC25;
	font-size: 20px;
}

/* Modal Download
--------------------------------------------------*/
.custom-modal {
  background: #58b79f;
  border-radius: 30px;
  border: none;
}
.custom-modal h2 {
	font-family: 'Bree Bold';
  color: #0b4f3f;
}
.custom-modal p {
	font-family: 'Bree Regular';
	color: #0b4f3f;
}
.custom-modal .form-control {
  border-radius: 10px;
  border: none;
  padding: 18px;
  font-size: 18px;
}
.custom-modal .form-control input {
	font-family: 'Bree Regular';
}
.btn-download {
	font-family: 'Bree Bold';
  background: #066C2D;
  color: #86BC25;
  border-radius: 50px;
  padding: 15px;
  font-size: 18px;
  border: none;
  transition: 0.3s;
}
.btn-download:hover {
  background: #5f748d;
}

/* Carroussel
--------------------------------------------------*/
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev {
	background: url(../img/bg/bt_seta_1.png) no-repeat;
}
.slick-next {
	background: url(../img/bg/bt_seta_2.png) no-repeat;
	right: -50px !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;
	border: 1px solid #FFF;

    cursor: pointer;

    color: transparent;
    outline: none;
    background: transparent;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
}
.slick-dots li.slick-active button {
	background: #FFF;
}
.btMobile {
	display: none;
}
div.menuMobile {
	display: none;
}

/* Resposive
--------------------------------------------------*/
@media screen and (max-width: 1199px) and (min-width: 980px) {
	header nav ul li a {
		font-size: 20px;
	}
	header ul.redes li {
		margin-left: 20px;
	}
	.slick-slide {
		max-width: 1100px;
	}
	div.box-container div.box-right h4 {
		font-size: 28px;
	}
	section.passo_2 article {
		max-width: 450px;
	}
	section.passo_2 div.gr_1 {
		padding-bottom: 165px;
	}
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
	section.home div.video figure {
		max-width: 1130px;
	}
	section.passo_2 article {
		max-width: 450px;
	}
	section.passo_2 div.gr_1 {
		padding-bottom: 175px;
	}
	section.passo_2 div.box div.txt p {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 0px;
	}
	section.passo_2 div.espaco3 {
		margin-bottom: 70px;
	}
	div.box-container div.box-right h4 {
		font-size: 26px;
	}
	div.box-container {
		min-height: 118px;
	}
	div.box-container div.box-left span {
		font-size: 55px;
		line-height: 65px;
	}
	div.box-container.bg_1 div.box {
    	padding: 20px 70px;
  	}
	div.box-container div.box {
		padding: 13px 70px;
	}
	section.passo_4_a div.txt_3 p.c1 {
		font-size: 30px;
		margin-top: 0;
	}
	section.passo_4_a div.txt_3 p.c1 b {
		font-size: 60px;
	}
	section.passo_4_a div.txt_3 h5 {
		font-size: 28px;
		margin-bottom: 0;
	}
	div.box-container div.box-left {
		width: 50px;
	}
}

@media screen and (max-width: 979px) {
	header div.menu {
		display: none;
	}
	header h1 {
		float: right;
		width: 100px;
		height: 33px;
		background-size: contain;
	}
	header ul.redes li {
		margin-left: 20px;
	}
	header ul.redes li img {
		height: 20px;
	}
	header {
		min-height: 170px;
	}
	section.home {
		min-height: 990px;
		background: url(../img/bg/bg_onibus_mobile.png) no-repeat -545px -80px #066C2D;
		background-size: auto;
		background-size: 793px;
	}
	section.home div.titulo {
		height: 225px;
	}
	section.home div.titulo h2 {
		display: block;
		width: 195px;
		height: 173px;
		background-size: cover;
		margin-right: 45px;
	}
	section.home article h3 {
    	font-size: 30px;
    	line-height: 45px;
  	}
	section.home article p {
		font-size: 17px;
		line-height: 24px;
	}
	section.home div.video {
		margin-top: 80px;
	}
	section.home article a.btnComo {
		font-size: 14px;
	}
	section.passos article p {
		font-size: 17px;
		line-height: 24px;
	}
	section.passos article p.c1 {
		font-size: 17px;
		margin-bottom: 0;
	}
	section.passos article p b.m1 {
		font-size: 50px;
	}
	section.passos article p.c2 {
		margin: 0;
		margin-bottom: 10px;
	}
	section.passos article p.c3 {
		font-size: 17px;
		line-height: 24px;
	}
	section.passos h4 {
		font-size: 30px;
    	line-height: 38px;
	}
	section.passos article h5 {
		font-size: 30px;
    	line-height: 38px;
	}
	section.passos article.space2 {
		margin-top: 20px;
	}
	section.passos div.row.space1 {
		margin-bottom: 50px;
	}
	div.box-container {
		max-width: 400px;
		margin: 0 auto;
		min-height: auto;
	}
	div.box-container div.box {
		padding: 15px;
	}
	div.box-container div.box-left {
		width: 35px;
		text-align: center;
	}
	div.box-container div.box-right h4 {
		font-size: 16px;
		line-height: 18px;
	}
	div.box-container div.box-left span {
		font-size: 30px;
		line-height: 43px;
		text-align: center;
	}
	div.box-container div.box-right p {
		font-size: 11px;
		line-height: 13px;
	}
	div.box-container div.box-right {
		float: none;
	}
	section.passos {
		padding-top: 80px;
	}
	div.box-container {
		margin-bottom: 30px;
	}
	div.box-container.bg_1 {
		background: url(../img/bg/bg_faixa_1_m.png) no-repeat left 0 top;
		background-size: auto;
		background-size: contain;
	}
	div.box-container.bg_2 {
		background: url(../img/bg/bg_faixa_2_m.png) no-repeat left 0 top;
		background-size: auto;
		background-size: contain;
	}
	div.box-container.bg_3 {
		background: url(../img/bg/bg_faixa_3_m.png) no-repeat left 0 top;
		background-size: auto;
		background-size: contain;
	}
	div.box-container.bg_4 {
		background: url(../img/bg/bg_faixa_4_m.png) no-repeat left 0 top;
		background-size: auto;
		background-size: contain;
	}
	div.box-container div.box-right {
		min-height: 48px;
	}
	section.passo_2 {
		padding-top: 70px;
	}
	section.passo_2 article p {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	section.passo_2 div.gr_1 {
		margin-bottom: 0;
		padding-bottom: 150px;
	}
	section.passo_2 div.box div.titulo {
		margin-top: 20px;
	}
	section.passo_2 div.box div.titulo h3 {
		font-size: 18px;
		line-height: 22px;
		padding: 0px 0 20px 43px;
		margin-bottom: 10px;
	}
	section.passo_2 div.box div.titulo h3 span.det {
		background-size: contain;
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	section.passo_2 div.box div.txt {
		margin-left: 0;
	}
	section.passo_2 div.box div.txt p {
		font-size: 17px;
		line-height: 24px;
	}
	section.passo_2 div.box div.boxImgs figure {
		max-width: 300px;
		margin: 0 auto;
	}
	section.passo_2 div.box div.txtInfo {
		margin-top: 15px;
	}
	section.passo_2 div.espaco5 {
		margin: 50px 0;
	}
	section.passo_3 {
		padding-top: 100px;
	}
	section.passo_3 div.txt p {
		font-size: 17px;
		line-height: 24px;
	}
	section.passo_4 {
		padding-top: 50px;
	}
	section.passo_4_a {
		padding-top: 80px;
	}
	section.passo_4_a div.txt p {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	section.passo_4_a div.txt_2 {
		margin-left: 0;
	}
	section.passo_4_a div.txt_2 h3 {
		font-size: 18px;
		line-height: 22px;
	}
	section.passo_4_a div.txt_2 p {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	section.passo_4_a div.dsc {
		margin-top: 50px;
	}
	section.passo_4_a div.txt_3 {
		margin-left: 0;
	}
	section.passo_4_a div.txt_3 p {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	section.passo_4_a div.txt_3 p.c1 {
		font-size: 24px;
		line-height: 30px;
	}
	section.passo_4_a div.txt_3 p.c1 b {
		font-size: 48px;
	}
	section.passo_4_a div.txt_3 h5 {
		font-size: 25px;
	}
	section.passo_5 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	section.passo_5 h2 {
		margin-top: 50px;
		font-size: 30px;
    	line-height: 38px;
	}
	section.passo_5 h3 {
		font-size: 25px;
    	line-height: 30px;
	}
	section.passo_5 article p {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	section.beneficios h2 {
		font-size: 25px;
    	line-height: 30px;
		margin-bottom: 20px;
	}
	section.beneficios figure.gr_17 {
		margin-bottom: 50px;
	}
	section.beneficios div.beneficio {
		padding-left: 50px;
		padding-bottom: 30px;
	}
	section.beneficios div.beneficio h5 {
		font-size: 20px;
    	line-height: 24px;
	}
	section.beneficios div.beneficio p {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	section.beneficios div.beneficio h4 {
		font-size: 20px;
		width: 30px;
		height: 30px;
		background-size: contain;
	}
	section.beneficios div.beneficio.b8 {
		margin-top: 0;
	}
	section.beneficios div.apoe {
		padding-left: 0;
	}
	section.beneficios div.apoe h6 {
		font-size: 26px;
    	line-height: 28px;
	}
	section.baixe {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	section.baixe h2 {
		font-size: 20px;
    	line-height: 24px;
		margin-bottom: 50px;
	}
	section.baixe h3 {
		font-size: 18px;
    	line-height: 24px;
	}
	section.baixe h5 {
		font-size: 16px;
		line-height: 30px;
	}
	section.baixe .space {
		margin-top: 30px;
	}
	footer hr {
		margin-bottom: 50px;
	}
	footer h2 {
		text-align: center;
		font-size: 12px;
    	line-height: 18px;
		margin-bottom: 20px;
	}
	footer figure.logo {
		margin-bottom: 30px;
	}
	footer address {
		font-size: 12px;
		margin-top: 25px;
	}
	footer figure.logo img {
		width: 90px;
	}
	footer h3 a {
		font-size: 11px;
	}
	footer ul.redes li img {
		width: 18px;
	}
	footer ul.redes li a {
		font-size: 13px;
	}
	section.home div.ferramentas .a a{
		font-size: 13px;
	}
	section.home div.ferramentas .b span {
		font-size: 13px;
	}
	.slick-dots li a {
		width: 10px;
		height: 10px;
	}
	.slick-slide img {
		width: 400px;
	}
	.slick-next {
		right: -15px !important;
		margin-top: -45px;
	}
	.slick-prev {
		margin-top: -45px;
		left: -10px !important;
	}
	section.home div.ferramentas .b {
		padding-left: 10px;
		line-height: 28px;
	}
	section.home div.ferramentas ul {
		margin: 10px 0;
	}
	section.home div.ferramentas ul li img {
		width: 10px;
	}
	section.home div.ferramentas ul li {
		margin: 0 5px;
	}
	section.home div.video figure a::before {
		background: url(../img/bg/bg_play.png) no-repeat center center;
		background-size: auto;
		width: 62px;
		height: 59px;
		position: absolute;
		left: 50%;
		top: 50%;
		content: '';
		margin-top: -27px;
		margin-left: -40px;
		background-size: contain;
	}
	.slick-dots li button {
		width: 10px;
		height: 10px;
	}
	.slick-dots li {
		width: 10px;
	}
	section.home div.video {
		background: url(../img/bg/bg_video.png) no-repeat;
		background-size: 250px;
		background-position: -150px 25px;
		margin: 0;
		padding-top: 80px;
	}
	section.home .video .item figure {
		position: relative;
		width: 100%;
		padding-top: 56.25%; /* 16:9 */
		overflow: hidden;
		width: 385px;
	}
	section.home .video .item figure iframe,
	section.home .video .item figure img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.video .item figure iframe {
		border: 0;
	}
	section.home div.ferramentas {
		margin-bottom: 0;
	}
	section.home div.video figure {
		padding: 0 15px;
	}
	section.home div.video figure a {
		display: block;
	}
	.btMobile {
		display: block;
	}
	.btMobile img {
		width: 25px;
	}
	div.menuMobile {
		display: none;
		background: #066C2D;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		padding: 30px;
	}
	div.menuMobile nav {
		float: left;
		display: block;
		width: 100%;
	}
	div.menuMobile nav ul {
		display: table;
		list-style: none;
		margin: 0 auto;
		padding: 0;
	}
	div.menuMobile nav ul li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 15px 0;
		width: 100%;
	}
	div.menuMobile nav ul li a {
		font-family: 'Bree Regular';
		text-transform: uppercase;
		position: relative;
		color: #FFF;
		text-decoration: none;
		font-size: 24px;
		padding-bottom: 17px;
		width: 100%;
		text-align: center;
		display: block;
	}
	div.menuMobile nav ul li a::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0%;
		height: 5px;
		background: url(../img/bg/bg_mn_detal.png) repeat-x;
		width: 100%;
	}
	div.menuMobile nav ul li a:hover::after,
	div.menuMobile nav ul li a.ativo::after {
		width: 100%;
	}
	a.btFechar {
		font-family: 'Bree Regular';
		text-transform: uppercase;
		position: relative;
		color: #FFF;
		float: right;
		text-decoration: none;
		font-size: 22px;
		padding: 20px;
	}
	footer ul.redes li {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1399px) and (min-width: 1000px) {
	footer h2 {
		width: 100%;
	}
}