
/* FONTS */

@font-face{
	font-family:"galano-grotesque-extrabold";
	src:url("fonts/GalanoGrotesque-extrabold.eot");
	src:url("fonts/GalanoGrotesque-extrabold.eot?#iefix") format("embedded-opentype"),
		url("fonts/GalanoGrotesque-extrabold.woff2") format("woff2"),
		url("fonts/GalanoGrotesque-extrabold.woff") format("woff"),
		url("fonts/GalanoGrotesque-extrabold.ttf") format("truetype"),
		url("fonts/GalanoGrotesque-extrabold.svg#GalanoGrotesque-extrabold") format("svg");	
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:"galano-grotesque-bold";
	src:url("fonts/GalanoGrotesque-bold.eot");
	src:url("fonts/GalanoGrotesque-bold.eot?#iefix") format("embedded-opentype"),
		url("fonts/GalanoGrotesque-bold.woff2") format("woff2"),
		url("fonts/GalanoGrotesque-bold.woff") format("woff"),
		url("fonts/GalanoGrotesque-bold.ttf") format("truetype"),
		url("fonts/GalanoGrotesque-bold.svg#GalanoGrotesque-bold") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:"galano-grotesque-light";
	src:url("fonts/GalanoGrotesque-light.eot");
	src:url("fonts/GalanoGrotesque-light.eot?#iefix") format("embedded-opentype"),
		url("fonts/GalanoGrotesque-light.woff2") format("woff2"),
		url("fonts/GalanoGrotesque-light.woff") format("woff"),
		url("fonts/GalanoGrotesque-light.ttf") format("truetype"),
		url("fonts/GalanoGrotesque-light.svg#GalanoGrotesque-light") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:"segoeui";
	src:url("fonts/segoeui.eot");
	src:url("fonts/segoeui.eot?#iefix") format("embedded-opentype"),
		url("fonts/segoeui.woff2") format("woff2"),
		url("fonts/segoeui.woff") format("woff"),
		url("fonts/segoeui.ttf") format("truetype"),
		url("fonts/segoeui.svg#segoeui") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:"segoeui-light";
	src:url("fonts/segoeuil.eot");
	src:url("fonts/segoeuil.eot?#iefix") format("embedded-opentype"),
		url("fonts/segoeuil.woff2") format("woff2"),
		url("fonts/segoeuil.woff") format("woff"),
		url("fonts/segoeuil.ttf") format("truetype"),
		url("fonts/segoeuil.svg#segoeuil") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:"segoeui-semibold";
	src:url("fonts/segoeuisb.eot");
	src:url("fonts/segoeuisb.eot?#iefix") format("embedded-opentype"),
		url("fonts/segoeuisb.woff2") format("woff2"),
		url("fonts/segoeuisb.woff") format("woff"),
		url("fonts/segoeuisb.ttf") format("truetype"),
		url("fonts/segoeuisb.svg#segoeuisb") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:"segoeui-bold";
	src:url("fonts/segoeuib.eot");
	src:url("fonts/segoeuib.eot?#iefix") format("embedded-opentype"),
		url("fonts/segoeuib.woff2") format("woff2"),
		url("fonts/segoeuib.woff") format("woff"),
		url("fonts/segoeuib.ttf") format("truetype"),
		url("fonts/segoeuib.svg#segoeuib") format("svg");
	font-weight:normal;
	font-style:normal;
}

/* GENERAL */

body{
	background:#000;
	font-family:arial,helvetica,sans-serif;
	text-rendering:optimizeLegibility;
	text-rendering:geometricPrecision;
	font-smooth:always;
	font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.txt-left{
	text-align:left;
}

.video-wrapper,
.video-wrapper video{
    width:100%;
	height:auto;
}
.video-wrapper video{
	margin-bottom:-9px;
}

/* BANNER OCTAPRO */

#banneroctapro{
	width:100%;
	position:relative;
	text-align:center;
	z-index:3;
	overflow:hidden;
	background:#000;
}
#banneroctapro .container{
	max-width:1280px;
	padding:13% 0 95px 0;
}
#banneroctapro h1{
	font-family:"galano-grotesque-extrabold";
	font-size:76px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	line-height:100%;
	margin:1.5% 0 0 0;
}
#banneroctapro h2{
	font-family:"galano-grotesque-bold";
	font-size:26px;
	font-weight:normal;
	color:#fbac25;
	line-height:125%;
	text-transform:uppercase;
	margin:2.7% auto 0 auto;
}
#banneroctapro p{
	font-family:"segoeui-light";
	font-size:13px;
	color:#fff;
	line-height:125%;
	margin:13.8% auto 0 auto;
}
#banneroctapro .container > img{
	width:60%;
	height:auto;
	max-width:260px;
	max-height:41px;
}
#banneroctapro video{
	position:absolute;
	width:100%;
	height:auto;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-52%);
	-ms-transform:translate(-50%,-52%);
	transform:translate(-50%,-52%);
}

/* O QUE E */

#oquee{
	z-index:4;
	position:relative;
	margin-top:-207px;
	background-image:url(../../img/oquee-bg.png);
	background-repeat:repeat-x !important;
	background-position:center top !important;
	text-align:center;
}
#oquee .container{
	max-width:1280px;
}
#oquee .row{
	padding-top:297px;
}
#oquee .span6 img{
	width:90%;
	height:auto;
	max-width:473px;
	max-height:576px;
}
#oquee h1{
	font-family:"galano-grotesque-light";
	font-size:60px;
	font-weight:normal;
	color:#fff;
	margin:30px 0 39px 0;
	padding:0 0 29px 0;
	line-height:120%;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH0AAAADCAYAAAC+qACUAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAeSURBVDiNY/y/lek/wygYUYBpoB0wCugPRiN9BAIA9p0CuyeG+kMAAAAASUVORK5CYII=") no-repeat 3px bottom;
}
#oquee h1 strong{
	font-family:"galano-grotesque-bold";
	display:block;
	text-transform:uppercase;
}
#oquee p{
	font-family:"segoeui";
	font-size:20px;
	font-weight:normal;
	color:#fff;
	margin:0 0 30px 0;
	padding:0;
	line-height:150%;
	max-width:520px;
}
#seta{
	width:54px;
	height:54px;
	position:absolute;
	left:0;
	right:0;
	top:213px;
	margin:0 auto;
	z-index:5;
}

/* CAR DIALOG  */

#cardialog{
	background:#000;
	text-align:center;
	overflow:hidden;
	position:relative;
}
#cardialog .container{
	max-width:1280px;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
	margin:auto;
	position:absolute;
}
#cardialog img{
	width:105%;
	height:auto;
	max-width:1600px;
	max-height:410px;
	float:right;
}
#cardialog p{
	width:40%;
	font-family:"segoeui";
	font-size:20px;
	color:#fff;
	margin:0;
	padding:0;
	line-height:150%;
	text-align:left;
}
@media only screen and (-webkit-min-device-pixel-ratio:1){
	::i-block-chrome, #cardialog p{
		margin-top:-3%;	
	}
}

/* BENEFICIOS */

#beneficios{
	text-align:center;
	background:#fff;
	padding:84px 0 75px 0;
}
#beneficios .container{
	max-width:1280px;
}
#beneficios h1{
	font-family:"galano-grotesque-light";
	font-size:60px;
	font-weight:normal;
	color:#232323;
	margin:0 0 63px 0;
	padding:0 0 52px 0;
	line-height:98%;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH0AAAADCAYAAAC+qACUAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAeSURBVDiNY/y/lek/wygYUYBpoB0wCugPRiN9BAIA9p0CuyeG+kMAAAAASUVORK5CYII=") no-repeat center bottom;
}
#beneficios h1 strong{
	font-family:"galano-grotesque-bold";
	display:block;
	text-transform:uppercase;
}
.beneficio{
	display:inline-block;
	vertical-align:top;
	width:95%;
	max-width:426px;
	margin:0 -3px 74px -3px;
}
.beneficio h2{
	font-family:"segoeui-bold";
	font-size:22px;
	font-weight:normal;
	color:#393939;
	text-transform:uppercase;
	width:90%;
	margin:42px auto 13px auto;
	padding:0;
	line-height:120%;
}
.beneficio p{
	font-family:"segoeui";
	font-size:18px;
	color:#666;
	width:90%;
	margin:0 auto;
	padding:0;
	line-height:140%;
}
.beneficio img{
	width:90%;
	height:auto;
	max-width:364px;
	max-height:294px;
}
#beneficios hr{
	border:0;
	background:none;
	outline:0;
	background-color:#e1e1e1;
	position:relative;
	height:1px;
	width:90%;
	max-width:550px;
	margin:0 auto;
}
#beneficios ul{
	width:90%;
	max-width:960px;
	margin:74px auto 0 auto;
	padding:0;
	text-align:center;
}
#beneficios ul li{
	display:inline-block;
	vertical-align:top;
	width:90%;
	max-width:320px;
	min-height:22px;
	margin:0 -3px 48px -3px;
	padding-left:40px;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAWCAYAAAArdgcFAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAG3SURBVDiNpdU9jAxxGMfxz232LofE7mkO2QJxhLA0exX1kVCQiJdWRIuE5mqFKDRU1F4ajXirr7qIgmyzyTpXcBfNWhK5sAXFzNyO2ZnbmbtfNfP8/s/3/5L//3lG/r4sydAELuIk6tiOP/iCNl7jCb5nAUZS4OO4jluoZiWG6uIu7mFlGHwXXuDQEGhSTZzGYjwYJ9cwtw6wMGcuZAzAx/E8aRZULWRsSsKvobEBcKRGyEJw5tuwgEohTPU8m/eydDvp/MAedMqC61Yc3HjI6BbGqizejLuVkPmghJl1g2HqatqoEwRnfjQVcuApO2fXBvd+8e5KWvYRKGNywKq/ojaDc/1tZ4G7z9LgkxH8N8b+s7ZO9b8P3qBcYfeFvOBVlbA8EJ0/xc+F/v++y0XB3yJ4a8DqtQYnKLBifIjgb1Pt5AT5wfCGPI9odD/1R3y6nxe8+ohK6OBO5tBei/fH84KFrE60coJiM4/DeQkZamJaWNujwrWCs1jaAPgrzog1jXg9b+NYOHtRNcPcdjyY7HGfBduaFbSwYeqGY6cluhDpPTTSBC4JilAdO8L4Mj4KrttjazTof6sxg8hFwtnlAAAAAElFTkSuQmCC") no-repeat 0 0;
	font-family:"segoeui";
	font-size:18px;
	line-height:120%;
	color:#232323;
	text-align:left;
}

/* DIFERENCIAIS */

#diferenciais{
	background-color:#161616;
	text-align:left;
}
#diferenciais .container{
	padding:45px 0 50px 0;
}
#diferenciais .video-wrapper{
	background:url(../../img/videos/video-thumb.jpg) no-repeat center center;
	background-size:cover;
	cursor:pointer;
}
#video{
	visibility:hidden;
}
#diferenciais h1{
	font-family:"galano-grotesque-bold";
	font-size:48px;
	font-weight:normal;
	color:#fff;
	margin:0 0 36px 0;
	padding:0 0 52px 0;
	line-height:100%;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH0AAAADCAYAAAC+qACUAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAeSURBVDiNY/y/lek/wygYUYBpoB0wCugPRiN9BAIA9p0CuyeG+kMAAAAASUVORK5CYII=") no-repeat 2px bottom;
}
#diferenciais p,
#diferenciais ul li{
	font-family:"segoeui";
	font-size:18px;
	color:#fff;
	width:90%;
	max-width:640px;
	margin:0;
	padding:0;
	line-height:168%;
}
#diferenciais p{
	margin-bottom:17px;
}
#diferenciais ul{
	list-style-type:none;
	margin:0 0 0 3px;
	padding:0;
}
#diferenciais ul li{
	margin-bottom:7px;
	padding-left:32px;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAL6SURBVDiNnZVPaBx1HMXfe7+4rPGQVoJtJWot8ZBljQVJDl4UWjEeoud4VfzL0jaxVgyeAtXYf0gDSujZnGMFU9SDFg8iPVjSlMISK1ajEmJ6KKsJ830eMpuO6bY0eZeZgZkPb973O29oG6307rZft9MagtPzDPXC2klrBdY1WnVYX9KaGltp/7vV89wIPtJZL8M6xEjvwNpGC3ACQ4CFtev14zKtY7BOja2WG7cFH37g8m5aZ+lUhQVGKkBuCwetWViDY6vlq02Wmidv77rYBWXnzaiaGcCAlc2BMWxGBczKVpTBqJgxDMacGWv3MapgnH//nn+6/ud4pOtCmZG+g9VHC4jUoDVCp8nxxe6sVYbv3beYaL0B6wStUu78R1hPj62WG21r+DhooY8BGFih8MJHf/R83XKquY7e6MwATIy2L10x8AWBkoE+AgcBfMBDD39/P6x5OnXkudaO/7534k7QjRptX3oL1kSe+XVae2TFEBgdea6XrOyTzUABwIxPwbiUZ95hxpDA7DmrOYTszIlrT7bM9E46eqMzM+NMPkiAMSAz9oIZcvi5zULXxZgpbMkTbWbsAAACsDC/Va4V8/nwQWBHGxj/Gijl8Nbf9105zkoW0IQLjIVmNmbs2bJjxiOFSP+UGVdwM5uBrTuO/WsZZ7DiJ4Fxrhk6GC8f6P4mbZZ5pLOerOyVm1uRzciMKTCu5/AqGK9vFmxmr4FRtTLkrCmdvjy4ZMZ4YQdPHnjsq313Cz28c/ZZM04Vimv8w+WHlmgbtcr0vbB+oPV4XiYNWMOwJj+u74tWwJGuC2KkN9dLKBJozdKpf3yxu7Hex7XKdDesb2k9WOjaOViTtGZozcOpxNBuWPvp9CqsSqGzf0OkZ4791VMHNhR9rTL9KKzPaVWLRd48v7Xwc2ikWViDxxd6rzZZKr7e6bkXfwaj34xRMJYL29LccxR2FWa2DMaolfUXobc4LqrWc3Y7rZdgDdDqhbUrd75A6yKcZhj67OQvT7X8mf4HnhPBWnsg41UAAAAASUVORK5CYII=") no-repeat 0 4px;
	min-height:26px;
}

/* TESTADO E APROVADO */

#testadoaprovado{
	text-align:center;
	background:#fff;
	padding:84px 0 15px 0;
}
#testadoaprovado .container{
	max-width:1280px;
}
#testadoaprovado .box-wrapper{
	margin-left:-2.8%;
	margin-right:-2.8%;
}
#testadoaprovado h1{
	font-family:"galano-grotesque-light";
	font-size:60px;
	font-weight:normal;
	color:#232323;
	margin:0 0 63px 0;
	padding:0 0 52px 0;
	line-height:98%;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH0AAAADCAYAAAC+qACUAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAeSURBVDiNY/y/lek/wygYUYBpoB0wCugPRiN9BAIA9p0CuyeG+kMAAAAASUVORK5CYII=") no-repeat center bottom;
}
#testadoaprovado h1 strong{
	font-family:"galano-grotesque-bold";
	display:block;
	text-transform:uppercase;
}
#testadoaprovado .box-v{
	display:inline-block;
	width:90%;
	max-width:360px;
	vertical-align:top;
	background:#fff;
	-moz-box-shadow:0 2px 8px rgba(0,0,0,.3);
	-webkit-box-shadow:0 2px 8px rgba(0,0,0,.3);
	box-shadow:0 2px 8px rgba(0,0,0,.3);
	text-align:center;
	padding:0;
	margin:0 2.8% 65px 2.8%;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	overflow:hidden;
}
#testadoaprovado .box-v > a{
	display:block;
	width:100%;
	padding:27px 10%;
}
#testadoaprovado h2{
	font-family:"segoeui-bold";
	font-size:22px;
	font-weight:normal;
	color:#3b3b3b;
	margin:9px auto 38px auto;
	line-height:100%;
	text-transform:uppercase;
}
#testadoaprovado p{
	font-family:"segoeui";
	font-size:18px;
	color:#4f4f4f;
	margin:23px 0 20px 0;
	padding-right:4px;
	line-height:140%;
	text-align:left;
}
#testadoaprovado .box-v h2 + img{
	width:100%;
	height:auto;
	max-width:193px;
	max-height:89px;
} 
#testadoaprovado .box-h{
	width:100%;
	max-width:1241px;
	background:#fff;
	-moz-box-shadow:0 2px 8px rgba(0,0,0,.3);
	-webkit-box-shadow:0 2px 8px rgba(0,0,0,.3);
	box-shadow:0 2px 8px rgba(0,0,0,.3);
	text-align:center;
	padding:65px 0 60px 0;
	margin:0 auto 65px auto;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	overflow:hidden;
}
#testadoaprovado .box-h > .row20{
	padding:0 3% 0 5%;
}
#testadoaprovado .box-h h3{
	font-family:"segoeui-bold";
	font-size:14px;
	font-weight:normal;
	color:#232323;
	margin:0 auto 12px auto;
	line-height:122%;
	text-transform:uppercase;
}
#testadoaprovado .box-h .span6 h3{
	max-width:110px;
}
#testadoaprovado .box-h .span6 + .span8 h3{
	max-width:140px;
}
#testadoaprovado .box-h .span6 + .span7 + .span6 h3{
	max-width:100px;
}
#testadoaprovado .box-h .span6 + .span8{
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
#testadoaprovado .box-h .span6 + .span8 + .span6{
	border:none;
}
#testadoaprovado .box-h p{
	font-family:"segoeui";
	font-size:20px;
	color:#333;
	margin:0;
	padding:30px 15px 30px 0;
	line-height:150%;
	text-align:left;
}

/* FAQ */

#faq{
	background:#f8f8f8;
	text-align:center;
}
#faq .container{
	max-width:1280px;
	padding:70px 0;
}
#faq h1{
	font-family:"galano-grotesque-light";
	font-size:60px;
	font-weight:normal;
	color:#232323;
	margin:0 0 63px 0;
	padding:0 0 52px 0;
	line-height:98%;
	background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH0AAAADCAYAAAC+qACUAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAeSURBVDiNY/y/lek/wygYUYBpoB0wCugPRiN9BAIA9p0CuyeG+kMAAAAASUVORK5CYII=") no-repeat center bottom;
}
#faq h1 strong{
	font-family:"galano-grotesque-bold";
	display:block;
	text-transform:uppercase;
}
#faq .box{
	width:90%;
	background:#fff;
	-moz-box-shadow:0 2px 8px rgba(0,0,0,.3);
	-webkit-box-shadow:0 2px 8px rgba(0,0,0,.3);
	box-shadow:0 2px 8px rgba(0,0,0,.3);
	text-align:left;
	padding:40px 0 20px 0;
	margin:0 auto;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#faq .row{
	text-align:left;
	position:relative;
}
#faq ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#faq li,
#faq li > div p{
	font-family:"segoeui";
	font-size:18px;
	color:#666;
	margin:0;
	padding:0;
	line-height:125%;
	text-align:left;
}
#faq li > div p{
	color:#4f4f4f;
	margin-bottom:5px;
}
#faq li{
	margin:0;
	padding:0 9% 15px 9%;
	cursor:pointer;
	position:relative;
}
#faq li > div{
	position:absolute;
	top:0;
	left:100%;
	width:100%;
	margin-left:30px;
	opacity:0;
}
#faq li:hover{
	color:#f69702;
}
#faq li.active{
	font-family:"segoeui-semibold";
	color:#f69702;
	letter-spacing:-0.012em;
}
#faq li.active > div{
	font-family:"segoeui";
	color:#666;
	letter-spacing:0;
}
#faq li.active:before{
	display:block;
	width:19px;
	height:26px;
	position:absolute;
	right:0;
	top:0;
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAA0CAYAAABo+QNCAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDgvMzEvMTdVURBQAAABwElEQVRIia2WvVXDMBRGbywaV2QDskGyAdkARqB0R5gAMwFJFZXZgGQCkgkIG4QNoIkqH1FIOefxY0c//s5xY/tcX1l6TxpYa8mN0WoCrIoeQDXwBowvcm2A8elekpnRagZsJQggysxoNfI21/89DzbzNvs2UJCZ0WrobW7OvdtpZrS6BQ4hoFazGJtOmNFqCqyByxjQD5i3qYH7WMgPmLdZAVepIIDCaDUHXnNBkFgBbRlYa/sbJkBZNVtgAiyyzWT8Ql2RsDT+/LOyatbACNhkm8nEWnbCPHCIq4jWbhEME9AZrkJaLYNhHjiiozlGwQR0Bjz3AvPAPxtKMkxAa+CxF5gHOsvjstgfl8XEWkvuVeDG/OZ1szI4Lgs5znfgrqyafQrsd22Oga2f+mwzmR3O8pBqJnMN7GMsu8xkNjjLz1QzmRvg4FtSNgxct3gxWq19W8qCnXKynPYBA2f5arSaS8vcffMeN+NTCJ/NkCx63dGTT9siH7g1uM01WwATfyJINvvyNmt5M8VsA4x+g2LN/rVJge2A23OFfg72BdRl1cxDvtgFi26ObbCHUJsuWNaGImFPZdXUKRAJy7KR+QaYrvHMV8PJogAAAABJRU5ErkJggg==");
	background-repeat:no-repeat;
	background-position:0 0;
	content:" ";
}

/* ONDE ENCONTRAR */

#ondeencontrar{
	background-image:url(../../img/ondeencontrar-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	padding:122px 0 147px 0;
	text-align:center;
}
#ondeencontrar img{
	width:90%;
	height:auto;
	max-width:521px;
	max-height:83px;
}
#ondeencontrar h2{
	font-family:"segoeui-bold";
	font-size:40px;
	color:#232323;
	width:90%;
	margin:32px auto 30px auto;
	padding:0;
	line-height:125%;
}
#listapostos-wrapper{
	background:rgba(255,255,255,.4);
	padding:15px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	display:none;
	margin:auto;
	width:100%;
}
#listapostos-wrapper > div{
	width:100%;
}
#listapostos-wrapper ul{
	display:inline-block;
	text-align:left;
	padding:0 20px;
}
#listapostos-wrapper ul li{
	border-bottom:1px solid rgba(0,0,0,.4);
	padding-bottom:15px;
	margin-bottom:20px;
}
#listapostos-wrapper ul li:last-child{
	border-bottom:none;
}
#ondeencontrar h3{
	font-family:"segoeui-bold";
	font-size:20px;
	color:#0063a4;
	margin:32px auto 30px auto;
	padding:0;
	line-height:125%;
	text-transform:uppercase;
}
#ondeencontrar h3:first-child{
	margin-top:20px;
}
#ondeencontrar p{
	font-family:"segoeui-bold";
	font-size:16px;
	color:#232323;
	margin:0 0 10px 0;
	padding:0;
	line-height:125%;
	text-transform:uppercase;
}
#ondeencontrar p + p{
	font-family:"segoeui-semibold";
	margin:0 0 5px 0;
}
#ondeencontrar input,
#ondeencontrar a{
	color:#fff;
	font-family:"raleway_semibold";
	font-size:17px;
	background:#0063a4;
	border:none;
	border-bottom:3px solid #00538a;
	display:block;
	vertical-align:top;
	width:100%;
	max-width:242px;
	padding:17px 20px;
	margin:0 auto 10px auto;
}
#ondeencontrar a:after{
	display:inline-block;
	font-family:"apps-icons";
	content:"\e960";
	margin-left:10px;
}
#ondeencontrar a.active:after{
	content:"\e970";
}
	
/*************************************************************************************************/
/* MEDIA-QUERIES *********************************************************************************/
/*************************************************************************************************/

@media (min-width:600px) and (max-width:979px){
	#banneroctapro h1{
		font-size:50px;
	}
	#banneroctapro h2{
		font-size:20px;
	}
	#oquee .row{
		padding-top:210px;
	}
	#oquee .span6 img{
		width:40%;
	}
	#oquee h1 + p{
		margin-bottom:10px;
	}
	#cardialog .container{
		transform:translateY(0);
		position:relative !important;
	}
	#cardialog img{
		width:160%;
	}
	#cardialog p{
		width:100%;
		padding-bottom:40px;
		margin-top:0;
	}
	#diferenciais .video-wrapper{
		top:0;
		transform:translateY(0);
	}
	#testadoaprovado .box-h{
		padding:20px 0 45px 0;
	}
	#testadoaprovado .box-h p{
		padding:30px 0;
	}
	#faq li > div{
		position:relative;
		width:auto;
		left:0;
		margin:6px 0 0 0;
		padding-left:30px;
	}
	#faq li.active:before{
		background-position:0 -26px;
		left:0;
		right:auto;
	}
}

@media (max-width:599px){
	#banneroctapro .container{
		padding-bottom:40px;
	}
	#banneroctapro h1{
		font-size:40px;
	}
	#banneroctapro h2{
		font-size:14px;
	}
	#oquee .row{
		padding-top:240px;
	}
	#oquee .span6 img{
		width:70%;
	}
	#oquee h1,
	#beneficios h1{
		font-size:36px;
	}
	#oquee h1 + p{
		margin-bottom:10px;
	}
	#oquee p{
		font-size:16px;
		line-height:125%;
	}
	#cardialog .container{
		transform:translateY(0);
		position:relative !important;
	}
	#cardialog img{
		width:160%;
	}
	#cardialog p{
		width:100%;
		padding-bottom:20px;
		font-size:18px;
		margin-top:0;
	}
	.beneficio h2{
		font-size:18px;
	}
	.beneficio p{
		font-size:16px;
	}
	#beneficios{
		padding:40px 0 0 0;
	}
	#beneficios ul li{
		margin-bottom:28px;
	}
	#diferenciais h1{
		font-size:36px;
	}
	#diferenciais p,
	#diferenciais ul li{
		font-size:14px;
	}
	#diferenciais ul li{
		background-position:0 2px;
	}
	#diferenciais .video-wrapper{
		top:0;
		transform:translateY(0);
	}
	#testadoaprovado .box-h > .row20{
    	padding: 0 5%;
	}
	#testadoaprovado .box-h{
		width:95%;
	}
	#testadoaprovado h1{
		font-size:36px;
	}
	#testadoaprovado .box-h{
		padding:15px 0;
	}
	#testadoaprovado .box-h h3{
		margin-left:0;
		max-width:9999px !important;
	}
	#testadoaprovado .box-h{
		padding-left:4%;
		padding-right:4%;
	}
	#testadoaprovado .box-h .span6,
	#testadoaprovado .box-h .span8{
		text-align:left;
		padding-bottom:20px;
	}
	#testadoaprovado .box-h .span6 + .span8{
		border-left:none;
		border-right:none;
		border-top:1px solid #ddd;
		border-bottom:1px solid #ddd;
		padding-top:15px;
		padding-bottom:10px;
		margin-top:-10px;
		margin-bottom:15px;
	}
	#testadoaprovado .box-h p{
		padding:30px 0;
	}
	#faq h1{
		font-size:36px;
	}
	#faq li > div{
		position:relative;
		width:auto;
		left:0;
		margin:6px 0 0 0;
		padding-left:10px;
	}
	#faq li.active:before{
		background-position:0 -26px;
		left:0;
		right:auto;
	}
	#ondeencontrar{
		padding:61px 0 73px 0;
	}
	#ondeencontrar h2{
		font-size:30px;
	}
	#ondeencontrar h3{
		font-size:16px;
	}
	#ondeencontrar p{
		font-size:15px;
	}
	#ondeencontrar p + p{
		font-size:13px;
	}
}

::-webkit-scrollbar{
	width:7px;
	height:7px;
	background:transparent;
}
::-webkit-scrollbar-thumb{
	background:rgba(0,0,0,.3);
	-webkit-border-radius:14px;
	border-radius:14px;
}
::-webkit-scrollbar-track{
	background:transparent;
	-webkit-border-radius:14px;
	border-radius:14px;
}

@media (max-width:812px){
	::-webkit-scrollbar{
		width:0px;
		background:transparent;
		display:none;
	}
	body,
	html{
		scrollbar-width:none;
		-ms-overflow-style:none;
	}
}