body {
	font-family: 'lato', arial, helvetica, tahoma, sans-serif;
	min-width: 320px;
	overflow-x: hidden;
}

* {
	outline: none !important;
}

li {
	display: inline-block;
}

input[type="submit"] {
	cursor: pointer;
}

.img-responsive {
	max-width: 100%;
}

.relative {
	position: relative;
}

.left {
	float:left;
}

.right {
	float:right;
}

.container {
	width: 1170px;
	margin: 0 auto;
}

#topo {
	background-color: #fff;
	width: 100%;
	height: 100px;
	padding: 24px 0 19px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

#logo {
	width: 250px;
	height: 48px;
	display: block;
	float: left;
}

#logo a {
	background: url(../img/logo.png) no-repeat left top;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -99999px;
	margin: 0 auto;
}

#menu-pricipal {
	float: left;
	margin: 15px 0 0 50px;
}

#menu-pricipal > ul > li {
	position: relative;
}

#menu-pricipal > ul > li > a {
	display: inline-block;
	font: 16px 'museo300';
	color: #74757a;
	padding: 5px 5px 5px 0;
	margin: 0 25px 0 0;
}

#menu-pricipal > ul > li:last-child > a {
	margin: 0;
}

#menu-pricipal > ul > li:hover > a {
	color: #28292d;
}

#menu-pricipal > ul > li:hover ul {
	display: block;
}

#menu-pricipal ul li ul {
	width: 183px;
	position: absolute;
	left: -50px;
	top: 15px;
	z-index: 100;
	padding: 46px 0 0;
	display: none;
}

#menu-pricipal ul li ul li {
	display: block;
}

#menu-pricipal ul li ul li a {
	display: block;
	background: linear-gradient(to bottom, #20b8f1 75%, #2eabda);
	font: 15px 'museo300';
	color: #fff;
	padding: 13px 18px;
}

#menu-pricipal ul li ul li a:hover {
	background: linear-gradient(to bottom, #15a8df 75%, #1d93bf);
}

#acesso-rapido {
	float: right;
	margin: 2px 0 0;
}

#acesso-rapido a {
	display: inline-block;
	font: 15px 'museo700';
	color: #fff;
	padding: 15px 15px 15px 44px;
	margin: 0 0 0 10px;
	border-radius: 9px
}

#acesso-rapido li:nth-child(1) a {
	background: url(../img/ico2.png) no-repeat 15px center #20b8f1;
}

#acesso-rapido li:nth-child(1) a:hover {
	background-color: #0388ba;
}

#acesso-rapido li:nth-child(2) a {
	background: url(../img/ico3.png) no-repeat 15px center #c2c2c5;
}

#acesso-rapido li:nth-child(2) a:hover {
	background-color: #a3a3a3;
}

#slider,
#slider ul,
#slider li {
	width: 100%;
	height: 616px !important;
}

#slider {
	margin: 100px 0 0;
}

.cena-slider span {
	display: block;
}

.cena-slider .box-texto {
	width: 560px;
	float: right;
	margin: 70px 0 0;
	text-align: right;
}

.bx-slider li:nth-child(3) .box-texto {
	margin: 350px 0 0;
}

.cena-slider .tt {
	font: 54px/56px 'museo700';
	color: #fff;
	display: block;
}

.cena-slider p {
	font-size: 20px;
	line-height: 31px;
	color: #333233;
}

.cena-slider p b {
	font-family: 'latoBold';
	color: #20b8f1;
}

.cena-slider .btn {
	display: inline-block;
	background-color: #20b8f1;
	margin: 20px 0 0;
	padding: 15px 22px;
	font: 16px 'latoBold';
	color: #fff;
	border-radius: 9px;
}

.cena-slider .btn:hover {
	background-color: #0291c7;
}

.bx-wrapper .bx-viewport {
    box-shadow: none !important;
    border: 0 none !important;
    left: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff !important;
    border: 2px solid #9c9da1 !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #20b8f1 !important;
	border-color: #20b8f1 !important;
}

#content-site {
	width: 100%;
	overflow: hidden;
	margin: 70px 0 0;
}

#content-site article {
	width: 100%;
	overflow: hidden;
}

#solucao-confiavel {
	min-height: 400px;
}

#solucao-confiavel .thumb {
	width: 392px;
	height: 392px;
	float: left;
	overflow: hidden;
	border-radius: 50%;
}

#solucao-confiavel .box-texto {
	width: 740px;
	float: right;
}

.tt-destaque {
	font: 34px 'museo700';
	color: #28292d;
	display: block;
}

.subtt-destaque {
	font: 24px/35px 'latoHeavy';
	color: #20b8f1;
	display: block;
}

#solucao-confiavel p {
	font-size: 14px;
	line-height: 21px;
	color: #74757a;
	margin: 17px 0 0;
}

#solucao-confiavel p b {
	font-family: 'latoBlack';
	font-size: 15px;
}

#solucao-confiavel .tt2 {
	font-size: 21px;
	color: #28292d;
	display: block;
	margin: 20px 0 0;
}

#solucao-confiavel .subtt2 {
	font-size: 16px;
	color: #20b8f1;
	display: block;
}

.row-pgt {
	width: 100%;
	overflow: hidden;
	margin: 30px 0 0;
}

#localizar-cadastro {
	background-color: #20b8f1;
	margin: 100px 0 0;
	padding: 45px 0 60px;
	text-align: center;
	min-height: 275px;
}

.tt-destaque.cor2 {
	color: #fff;
}

#localizar-cadastro .tt-destaque {
	background: url(../img/ico4.png) no-repeat left center;
	display: inline-block;
	padding: 0 0 0 37px;
	margin: 0 0 15px;
}

#localizar-cadastro .subtt {
	font: 18px 'latoBlack';
	color: #fff;
	display: block;
}

#localizar-cadastro p {
	font-size: 18px;
	color: #fff;
	margin: 0 0 25px;
}

.bg-cad {
	background-color: transparent;
	border: 1px solid #fff;
	width: 445px;
	height: 50px;
	font-size: 14px;
	color: #fff;
	padding: 15px 18px;
	border-radius: 13px;
}

.bg-cad::-webkit-input-placeholder {
   color: #fff;
}

.bg-cad:-moz-placeholder {
   color: #fff;  
}

.bg-cad::-moz-placeholder {
   color: #fff;  
}

.bg-cad:-ms-input-placeholder {  
   color: #fff;  
}

.btn-cad {
	background-color: #fff;
	border: 0 none;
	width: 55px;
	height: 50px;
	font: 18px 'latoBlack';
	color: #20b8f1;
	margin: 0 0 0 15px;
	border-radius: 13px;
}

.btn-cad:hover {
	background-color: #dedede;
}

#duvidas {
	background: url(../img/bg-duvidas.jpg) no-repeat center top / cover;
	width: 100%;
	min-height: 415px;
	padding: 45px 0 50px;
}

.box-duvida {
	width: 770px;
}

.box-duvida .subtt-destaque {
	font-family: 'lato';
}

.subtt-destaque b {
	font-family: 'latoBlack'
}

.lista-duvidas {
	max-height: 220px;
	overflow-y: auto;
	padding: 0 10px 0 0;
	margin: 20px 0 0;
}

.row-duvida {
	border: 1px solid #c5c5c8;
	width: 100%;
	overflow: hidden;
	padding: 12px;
	margin: 0 0 7px;
	cursor: pointer;
}

.row-duvida .ico {
	background: url(../img/ico5.png) no-repeat left top;
	width: 27px;
	height: 27px;
	float: left;
	display: block;
}

.row-duvida p {
	font-size: 18px;
	color: #7f7f81;
	float: left;
	margin: 0 0 0 10px;
}

.row-duvida:hover {
	background-color: #20b8f1;
	border-color: #20b8f1;
}

.row-duvida:hover .ico {
	background: url(../img/ico6.png) no-repeat left top;
}

.row-duvida:hover p {
	color: #fff;
}

#seguranca {
	margin: 80px 0 0;
	min-height: 780px;
}

#seguranca .tt-destaque {
	text-align: center;
}

.row-combo {
	width: 89%;
	overflow: hidden;
	margin: 35px auto 90px;
}

.box-item {
	width: 194px;
	height: 194px;
	border: 1px solid #abadb1;
	border-radius: 50%;
	float: left;
	display: block;
	margin: 0 0 0 20px;
}

.box-item:first-child {
	margin: 0;
}

.box-item.pgt {
	background: url(../img/ico7.png) no-repeat center center;
}

.box-item.seg {
	background: url(../img/ico9.png) no-repeat center center;
}

.box-item.pgn {
	background: url(../img/ico10.png) no-repeat center center;
}

.box-item.apg {
	background: url(../img/ico12.png) no-repeat center center;
}

.row-combo .ico {
	width: 35px;
	height: 194px;
	float: left;
	margin: 0 0 0 20px;
}

.row-combo .ico.mais {
	background: url(../img/ico8.png) no-repeat center center;
}

.row-combo .ico.igual {
	background: url(../img/ico11.png) no-repeat center center;
}


.row-vantagens {
	width: 100%;
	overflow: hidden;
	margin: 0 0 60px;
}

.box-vantagens {
	width: 325px;
	float: left;
	margin: 0 0 50px 90px;
	padding: 0 0 0 70px;
}

.row-vantagens .box-vantagens:first-child {
	margin-left: 0;
}

.box-vantagens.privacidade {
	background: url(../img/ico13.png) no-repeat left top;
}

.box-vantagens.seguranca {
	background: url(../img/ico14.png) no-repeat left top;
}

.box-vantagens.email {
	background: url(../img/ico15.png) no-repeat left top;
}

.box-vantagens.pgt {
	background: url(../img/ico16.png) no-repeat left top;
}

.box-vantagens.cancelar {
	background: url(../img/ico17.png) no-repeat left top;
}

.box-vantagens.cobrar {
	background: url(../img/ico18.png) no-repeat left top;
}

.box-vantagens .tt {
	font: 22px/24px 'museo700';
	color: #00aeef;
	display: block;
	margin: 0 0 12px;
}

.box-vantagens p {
	font-size: 14px;
	line-height: 21px;
	color: #74757a;
}

#rodape1 {
	background-color: #28292d;
	width: 100%;
	height: 370px;
	padding: 30px 0 45px;
}

#rodape1 .container,
#rodape2 .container {
	height: 100%;
}

.ico-mulher {
	background: url(../img/thumb1.png) no-repeat left bottom;
	width: 447px;
	height: 400px;
	display: block;
	position: absolute;
	left: 110px;
	bottom: -45px;
}

.box-contato {
	width: 310px;
	float: left;
	margin: 0 0 0 575px;
}

.tt-rodape {
	font: 30px 'museo700';
	color: #20b8f1;
	display: block;
	padding: 7px 0 7px 50px;
	margin: 0 0 10px;
}

.box-contato .tt-rodape {
	background: url(../img/ico23.png) no-repeat left center;
}

.box-form .tt-rodape {
	background: url(../img/ico23.png) no-repeat left center;
}

.box-contato strong,
.box-form strong {
	font-size: 18px;
	color: #fff;
	display: block;
	margin: 0 0 25px;
}

.bg-contato {
	padding: 15px 15px 15px 60px;
	font-size: 16px;
	color: #abadb1;
	margin: 0 0 12px;
	border-radius: 9px;
}

.bg-contato.tel {
	background: url(../img/ico20.png) no-repeat 15px center #303135;
}

.bg-contato.whats {
	background: url(../img/ico21.png) no-repeat 15px center #303135;
}

.bg-contato.email {
	background: url(../img/ico22.png) no-repeat 15px center #303135;
}

.box-form {
	width: 410px;
	float: right;
}

.bg-form {
	background-color: transparent;
	border: 1px solid #38393d;
	width: 80%;
	height: 50px;
	margin: 0 0 10px;
	padding: 15px 20px;
	font-size: 14px;
	color: #56585d;
	border-radius: 9px;
}

#mensagem {
	width: 100%;
	height: 90px;
	resize: none;
}

.btn-contato {
	background-color: #20b8f1;
	border: 0 none;
	width: 52px;
	height: 48px;
	float: right;
	font: 18px 'latoBlack';
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 1000;
	border-radius: 9px;
}

.btn-contato:hover {
	background-color: #0796cc;
}

#rodape2 {
	background-color: #20b8f1;
	width: 100%;
	height: 96px;
	padding: 30px 0 0;
}

#rodape2 p {
	font-size: 16px;
	color: #fff;
	float: left;
}

#rodape2 p.alerta {
	font-size: 10px;
	float: left;
	clear: both;
}

#rodape2 .ico {
	background: url(../img/ico26.png) no-repeat left top;
	width: 133px;
	height: 25px;
	float: right;
	margin: -10px 0 0 0;
}

#shadow {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	opacity: 0.4;
	display: none;
}

.box-popup {
	width: 100%;
	max-width: 805px;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 250;
	display: none;
}

.box-popup header {
	width: 100%;
	height: 65px;
	position: relative;
}

.box-popup .logo {
	background: url(../img/ico27.png) no-repeat left top;
	width: 132px;
	height: 25px;
	float: left;
	margin: 23px 0 0 31px;
	display: block;
}

.box-popup .faixa {
	background: url(../img/ico28.png) no-repeat left top;
	width: 119px;
	height: 73px;
	display: block;
	position: absolute;
	right: 67px;
	bottom: 0;
}

.box-popup .btn-close {
	background: url(../img/ico29.png) no-repeat center center;
	width: 60px;
	height: 65px;
	float: right;
	cursor: pointer;
}

.box-popup .btn-close:hover {
	background-color: #dedede;
}

.box-popup .tt {
	background-color: #20b8f1;
	font: 30px 'latoBold';
	color: #fff;
	display: block;
	padding: 25px 30px;
}

.box-popup .content {
	padding: 25px;
	overflow: hidden;
	max-height: 350px;
	overflow-y: auto;
}

.box-popup .content p {
	font-size: 14px;
	line-height: 21px;
	color: #74757a;
	margin: 0 0 25px;
}

.box-popup .content p:last-child {
	margin: 0;
}

.box-popup .content p b {
	font: 15px 'latoBlack';
}

.box-popup.assinaturas .content {
	background-color: #e7e7e9;
}

.box-assinatura {
	width: 48%;
	text-align: center;
}

.logo-ass {
	width: 145px;
	height: 86px;
	margin: 0 auto;
}

.logo-ass .center {
	height: 86px;
	display: table-cell;
	vertical-align: middle;
}

.box-assinatura p {
	border: 1px solid #a4a4a4;
	padding: 10px;
	margin: 15px 0 0 !important;
	font: 18px 'latoBold' !important;
}

.visivel-md,
.visible-xs {
	display: none;
}

/* ===== ESTILOS DO MINI MENU ===== */
.ico-mini-menu {
	background: url(../img/ico32.png) no-repeat center center #20b8f1;
	width: 50px;
	height: 48px;
	float: left;
	cursor: pointer;
	position: relative;
	border-radius: 9px;
}

.ico-mini-menu:hover {
	background-color: #0c94c7;
}

#mini-menu {
	background-color: #fff;
	border: 0;
	padding: 5px 8px;
	width: 190px;
	height: 100%;
	position: fixed;
	right: -65px;
	top: 0;
	z-index: 250;
	overflow-y: auto;
	opacity: 0;
}

#mini-menu li {
	display: block;
}

#mini-menu > ul > li > a {
	background: url(../img/ico1.png) no-repeat 10px center;
	display: inline-block;
	font: 14px "museo300";
	color: #74757A;
	padding: 15px 5px 15px 30px;
}

#mini-menu > ul > li > a:hover {
	color: #232323;
}

#mini-menu ul li ul {
	display: none;
}

#mini-menu ul li ul li a {
	display: block;
	background: linear-gradient(to bottom, #20B8F1 75%, #2EABDA);
	font: 15px "museo300";
	color: #FFF;
	padding: 13px 18px;
}

#mini-menu ul li ul li a:hover {
    background: linear-gradient(to bottom, #15A8DF 75%, #1D93BF);
}

.chamar-menu {
	right: 0 !important;
	opacity: 1 !important;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
		-ms-transition: .3s;
		 -o-transition: .3s;
			transition: .3s;
}

.esconder-menu {
	right: -190px !important;
	opacity: 0 !important;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
		-ms-transition: .3s;
		 -o-transition: .3s;
			transition: .3s;
}

/* ===== MEDIA QUERIES ===== */
@media screen and (max-width: 1170px) and (min-width: 768px) {
	.container {
		width: 768px;
		padding: 0 15px;
	}

	#acesso-rapido {
	    width: 410px;
	}

	.ico-mini-menu {
		display: inline-block;
	}

	#slider,
	#slider ul,
	#slider li {
	    height: 420px !important;
	}

	.bx-slider li:nth-child(3) .box-texto {
		margin: 170px 0 0;
	}

	#solucao-confiavel .box-texto,
	.box-duvida {
	    width: 100%;
	}

	.row-combo {
	    width: 100%;
	}

	.box-item {
	    width: 144px;
	    height: 144px;
	    margin: 0 0 0 13px;
	}

	.box-item.pgt {
		background: url(../img/ico7-md.png) no-repeat center center;
	}

	.box-item.seg {
		background: url(../img/ico9-md.png) no-repeat center center;
	}

	.box-item.pgn {
		background: url(../img/ico10-md.png) no-repeat center center;
	}

	.box-item.apg {
		background: url(../img/ico12-md.png) no-repeat center center;
	}

	.row-combo .ico {
		width: 25px;
		height: 144px;
	    margin: 0 0 0 13px;
	}

	.row-combo .ico.mais {
		background: url(../img/ico8-md.png) no-repeat center center;
	}

	.row-combo .ico.igual {
		background: url(../img/ico11-md.png) no-repeat center center;
	}

	.row-vantagens {
	    width: auto;
	    overflow: unset;
	    margin: 0px;
	}

	.box-vantagens {
	    width: 323px;
	    height: 105px;
	}

	.box-vantagens.no-margin-left-md {
		margin-left: 0;
	}

	.box-vantagens.margin-left-md {
		margin-left: 90px !important;
	}

	.box-contato {
	    margin: 0;
	}

	.visivel-md {
		display: inline-block;
	}

	.hidden-md {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
 	.container {
		width: 100%;
		padding: 0 15px;
	}

	#topo {
		position: static;
		height: auto;
		overflow: hidden;
	}

	#logo {
		width: 100%;
		float: none;
	}

	#acesso-rapido {
		width: 202px;
		float: none;
		text-align: center;
		margin: 15px auto 0;
	}

	.ico-mini-menu {
		display: block;
		margin: 0;
	}

	.ico-mini-menu,
	#acesso-rapido ul {
		float: left;
	}

	#acesso-rapido a {
		width: auto;
		height: 48px;
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 0 4px;
	}
	#acesso-rapido a span {
		display: none;
	}

	#slider {
	    margin: 0;
	}

	#slider,
	#slider ul,
	#slider li {
	    height: 310px !important;
	}
	#slider li:before {
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.cena-slider span {
		position: relative;
		z-index: 10;
	}

	.cena-slider .box-texto {
		margin: 20px 0 0;
	}

	.bx-slider li:nth-child(3) .box-texto {
		margin: 70px 0 0;
	}

	#solucao-confiavel .box-texto,
	.box-duvida,
	.cena-slider .box-texto {
	    width: 100%;
	}

	.cena-slider .box-texto,
	#solucao-confiavel .box-texto,
	.box-duvida {
		text-align: center;
	}

	.cena-slider .tt {
	    font: 24px/26px "museo700";
	    color: #fff !important;
	}

	.cena-slider p {
	    font-size: 16px;
	    line-height: 27px;
	    color: #ddd;
	    margin-top: 10px;
	}

	.cena-slider .btn {
	    margin: 20px auto 0;
	    font: 14px "latoBold";
	}

	.tt-destaque {
	    font: 28px "museo700";
	}

	.subtt-destaque {
    	font: 14px/25px "latoHeavy";
	}

	#solucao-confiavel .tt2 {
	    font-size: 18px;
	}

	#solucao-confiavel .subtt2 {
	    font-size: 14px;
	}

	#localizar-cadastro {
	    margin: 50px 0px 0px;
	}

	#localizar-cadastro .tt-destaque {
	    padding: 2px 0px 2px 37px;
	    font-size: 24px;
	}

	.bg-cad {
		width: 100%;
	}

	.btn-cad {
	    margin: 10px 0px 0px;
	}

	#duvidas {
		background: none #e7e7e9;
	}

	.row-duvida p {
	    font-size: 14px;
	    margin: 2px 0px 0px 10px;
	    text-align: left;
	    max-width: 80%;
	}

	#seguranca {
	    margin: 40px 0px 0px;
	    text-align: center;
	}

	.row-vantagens {
	    width: auto;
	    overflow: unset;
	    margin: 0px;
	}

	.box-vantagens {
	    width: 100%;
	    margin: 40px 0 0 !important;
	    text-align: left;
	}

	#rodape1 {
		height: auto;
		overflow: hidden;
		margin-top: 40px;
	}

	.box-contato {
	    margin: 0;
	    width: 100%;
	    float: none;
	}

	.tt-rodape {
	    font: 28px "museo700";
	    padding: 10px 0px 7px 50px;
	}

	.box-contato strong,
	.box-form strong {
	    font-size: 16px;
	}

	.box-form {
		width: 100%;
		float: none;
		margin: 20px 0 0;
	}

	.bg-form {
		width: 100%;
	}

	#rodape2 {
	    height: auto;
	    overflow: hidden;
	    padding: 20px 0;
	    text-align: center;
	}

	#rodape2 p {
	    font-size: 14px;
	    float: none;
	}

	.box-popup .tt {
	    font: 22px "latoBold";
		text-align: center;
	}

	.box-popup .content {
		text-align: center;
	}

	.box-assinatura {
	    width: 100%;
	    float: none;
	    margin: 0 0 20px;
	}

	.box-assinatura:last-child {
		margin: 0;
	}

	.visible-xs {
		display: inline-block;
	}

	.hidden-xs {
		display: none !important;
	}   
}

.input-erro {
	border-color: #f00 !important;
}