@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype'),
        url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Calibri-Italic';
  src: url('../fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
  	   url('../fonts/Calibri-Italic.woff') format('woff'),
	   url('../fonts/Calibri-Italic.ttf')  format('truetype'),
	   url('../fonts/Calibri-Italic.svg#Calibri-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri-Bold';
  src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
  	   url('../fonts/Calibri-Bold.woff') format('woff'),
	   url('../fonts/Calibri.Bold.woff2') format('woff2'),
	   url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri-BoldItalic';
  src: url('../fonts/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
  	   url('../fonts/Calibri-BoldItalic.woff') format('woff'),
	   url('../fonts/Calibri-BoldItalic.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri-Light';
  src: url('../fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
	  url('../fonts/Calibri-Light.woff') format('woff'), 
	  url('../fonts/Calibri-Light.ttf')  format('truetype'),
	  url('../fonts/Calibri-Light.svg#Calibri-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TTNorms-Regular';
  src: url('../fonts/TTNorms-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/TTNorms-Regular.otf')  format('opentype'),
	     url('../fonts/TTNorms-Regular.woff') format('woff'), url('../fonts/TTNorms-Regular.ttf')  format('truetype'), url('../fonts/TTNorms-Regular.svg#TTNorms-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TTNorms-Bold';
  src: url('../fonts/TTNorms-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/TTNorms-Bold.otf')  format('opentype'),
	     url('../fonts/TTNorms-Bold.woff') format('woff'), url('../fonts/TTNorms-Bold.ttf')  format('truetype'), url('../fonts/TTNorms-Bold.svg#TTNorms-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family:'Calibri', Arial, Helvetica, sans-serif;
	background: #ffffff;
	min-height:800px;
}
.reset{
	margin:0 !important;
	padding:0 !important;
}


.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 0%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 0%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}


.icon-bar
{
    background: #003399;
	height: 4px !important;
	width: 30px !important;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: auto;
    margin-bottom: auto;
}

header
{
    position: fixed;
	background-color: #ffffff;
	
    top: 0;
    left: 0;
}

.whats-header{
	float: right;
}
footer
{
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 20px;
}
.faixa-vert{
	position: fixed;
	right: 0;
	z-index: 1050;
}
.faixa-vert img{
	max-height: 260px;
}
.faixa1-1{
	background-color:#0fb9ed;
	width: 600px;
	height:14px;
	margin: auto;
	margin-top: -7px;
	position: relative;
}
.faixa1{
	background-color:#0b4975;
	width: 600px;
	height:14px;
	margin: auto;
	margin-top: -7px;
	position: relative;
}
.faixa2{
	background-color:#0099cc;
    width: 420px;
	height:14px;
	margin: auto;
	margin-top: -7px;
	position: relative;
}
.faixa3{
	float:left;
	background-color:#3eb2de;
	width:60%;
	height:18px;
}
.faixa4{
	float:left;
	background-color: transparent;
	width:40%;
	height:18px;
}
.faixa5{
	float:left;
	background-color:#fec714;
	width:70%;
	height:8px;
}
.faixa6{
	float:left;
	background-color:#3eb2de;
	width:30%;
	height:8px;
}
.faixa7{
	background-color:#004071;
    width: 420px;
	height:14px;
	margin: auto;
	margin-top: -7px;
	position: relative;
}
/*********************
 		MENU
*********************/
.navbar-centered{
	width: 750px;
	margin: auto;
	padding-top: 10px;
	float: none;
}

.navbar-brand
{
    margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
	width: 60%;
}
.navbar{
	margin-top: -4px;
    z-index: 10;
    margin-bottom: 10px;
}
.navbar-nav{
    padding-top: 25px;
}
.navbar-toggle{
	margin-top: 25px !important;
	margin-right: 0px;
}

.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
	color:#003366;
	opacity: 0.6;
}
.navbar-nav>li>a{
	padding: 10px 16px;
}
.meu-menu
{
    font-family: 'Calibri-Bold';
	padding-top: 0px !important;
    padding-bottom: 0px !important;
    display: block;
	color:#003366;
	font-size:18px;
	letter-spacing: -0.1px;
}
.borda-menu-sup{
	/*border-right: 2px solid #003366;*/
	height: 20px;
}

.div-social{
	margin-top: -40px;
}

.meu-menu a:hover
{
	background-color:transparent;

}
.social-eff:hover{
	opacity: 0.7;
}
.scroll-link:hover, .btn-menu:hover{
	opacity: 0.7;
}
.bx-wrapper{
	max-width: 646px !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #fff0 !important;
}
.btn-header-whats{
	margin-top: 20px;
}
/*************************
menu sandwich for desktop
**************************/

.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
	float: left;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
}
.navbar-nav>li {
	float: none;
	padding-bottom: 15px;
}
.navbar-collapse.collapse.in{
	display:block !important;
}

/**********************
		BLOCOS
***********************/
#bloco01{
	background-image: url("../images/BG_Banner.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #003399;
	padding-top: 110px;
	padding-bottom: 30px;
	min-height: 620px;
}
.bloco-banner{
	padding-top: 180px;
	padding-left: 24px;
}
#bloco01-retorno{
	background-image: url("../images/tit_retorno.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #003399;
	padding-top: 150px;
	padding-bottom: 0px;
	min-height: 500px;
	background-size: 1920px auto;
	overflow: hidden;
	
}
.div-retorno{

}
.pad-left-ret{
	padding-left: 30px;
}

.box-banner{
	border: 2px solid #ffcc00;
	border-radius: 5px;
	padding: 0 15px;
    max-width: 260px;
}
.border-01{
	border-bottom: 2px solid #ffcc00;
}
.box-new-form{
	border-radius: 5px;
	background-color: #ffffff;
	padding: 15px;
	margin-bottom: 30px;
}
#bloco02{
	background-color: #ffffff;
	padding-top: 25px;
	padding-bottom: 25px;
}
.box-vantagens{
	margin-top: 15px;
}
.pad-bloco-02{

    padding: 0;
}
.box-itens{
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 8px 8px 14px #0000007d;
	padding: 20px;
	min-height: 285px;
}
#bloco03{
	background: url("../images/tit_beneficios.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #002c43;
	padding-top: 150px;
	background-size: 1920px auto;
	overflow: hidden;
}
#bloco03b{
	background: url("../images/bg_bloco_3b.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #00995d;
	padding-top: 20px;
	padding-bottom: 50px;
	overflow: hidden;
}
.box-bloco3{
	margin-bottom: 15px;
}
.box-bloco3 img{
	width: 100%;
	height: auto;
}
.box-bloco3-1{
	padding-left: 0;
}
.div-bloco-3{
	border-right: 2px solid #ff6600;
	padding-right: 15px;
}
.btn-clubeanasps{
	position: relative;
    bottom: 10px;
    float: right;
}
.pad-bloco-03{
	margin-top: 10px;
}
.box-app-bloco-3{
	margin-top: 40px;
	border: 2px solid #ff6600;
	border-radius: 15px;
	padding: 30px 15px;
}
.box-btn-app{
	display: flex;
    align-items: center;
    justify-content: center;
}
.box-formulario{
	background-color: #ffffff;
	border-radius: 5px;
	padding: 15px;
}

.box-bonus-2{
	border-left: 2px solid #ffcc00;
	margin-top: 40px;
	padding-right: 0px;
}
#bloco04{
	background: url("../images/bg_bloco_4.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #00995d;
	padding-top: 120px;
	padding-bottom: 120px;
	overflow: hidden;
}
#bloco04b{
	background-color: #bbd032;
	padding-top: 0px;
	padding-bottom: 0px;
}
.img-pote{
	margin-top: -60px;
	z-index: 99;
}
.box-bloco4-1{
	padding-right: 20px;
}
.box-bloco4-2{
	padding-right: 12px;
}
.box-bloco4-3{
	margin-left: 30px;
}
.borda-az-esq{
	border-left: 2px solid #003399;
	padding-left: 15px;
}
.borda-az-esq-2{
	border-left: 2px solid #003399;
	padding-left: 15px;
}
.wrap-bonus-ico{
	display: flex;
}
.ico-bonus{
	float: left;
	height: 65px;
}
.box-selo{
	display: block;
}
.img-selo-desconto{
	position: relative;
    right: 25px;
	margin-bottom: -90px;
    top: -10px;
}

.box-bloco4-fix{
	padding-left: 0;
}
.box-itens-2 {
	border: 2px solid #ffcc00;
    border-radius: 12px;
    min-height: 380px;
	overflow: hidden;
}
.bloco-4b-space{
	padding: 15px;
}
.img-shadow{
	-webkit-filter: drop-shadow(5px 5px 5px #0000007d);
  filter: drop-shadow(5px 5px 5px #0000007d);
}
.botao-simule{
	margin-bottom: -30px;
}
#bloco05{
	background: url("../images/tit-solidez.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #063796;
	padding-top: 140px;
	padding-bottom: 40px;
	background-size: 1920px auto;
	overflow: hidden;
}
.box-itens-3{
	overflow: hidden;
}
.box-itens-3 img{
	padding-left: 15px;
}
.bloco-5-space{
	padding: 15px 10px;
}
.box-bloco5{
	
}
#bloco06{
	background-color: #063796;
	padding-top: 20px;
	padding-bottom: 40px;
}
.cor-1{
	color: #ffcc00;
}
.cor-2{
	color: #ffffff;
}

.barra-amarela{
	height: 10px;
	background-color: #ffcc00;
	margin-top: 60px;
}
.frameres{
	height: 1px;
    position: absolute;
}
.box-checked{
	padding-top: 0 !important;
    padding-left: 14px;
}
.box-mobile-cons{
	display: flex;
}
.social-footer{
	display: flex;
    align-items: center;
    justify-content: center;
}
.logo-qcl-footer{
	border-right: 1px solid #fff;
	margin-right: 25px;
	padding-right: 25px;
}
.ans-box{
    padding:0px;
}
/****************
	box preços
****************/
.bloco-resultados{
	padding: 5px;
}
.padding-box {
    padding: 0px;
    margin: 10px 6px;
    max-width: 220px;
}
.box-container {
    border-radius: 5px;
    padding: 15px 15px;
	background-color: #ffffff;
}
.box-operadora-nome{
	border-radius: 5px;
    font-family: 'Calibri-Bold';
    font-size: 18px;
    color: #ffcc00;
    width: 165px;
    margin: auto;
    border: 1px solid #ffcc00;
}
.txt-valores {
    color: #003399;
    font-size: 20px;
    font-family: 'Calibri';
    padding-top: 15px;
	text-align: center;
}
.txt-valores-preco{
	color:#003399;
	font-size: 52px;
    line-height: 58px;
	letter-spacing: -1.5px;
	font-family: 'Calibri-Bold';
	text-align: center;
}
.txt-valores-preco sup{
	color:#003399;
	font-size:17px;
	top: -22px;
	font-family: 'Calibri-Bold';
	margin-left: 2px;
}
.txt-valores-preco sub{
	bottom: -0.0em;
}
.div-preco{

}
.txt-valores-legenda{
	color:#003399;
	font-size:15px;
	font-family: 'Calibri';
	padding-bottom:15px;
	padding-top:15px;
	margin-bottom: 0px;
	text-align: center;
	   line-height: 18px;
}
.btn-interesse {
    width: 100%;
    background-color: #ffcc00;
    color: #003399;
    font-family: 'Calibri-Bold';
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
	padding: 6px 0px;
    display: block;
    text-align: center;
}
.btn-interesse:hover {
	opacity:0.9;
	text-decoration:none;
	color: #1e2c51;
}
.btn-interesse:focus, .btn-interesse:visited {
	opacity:1;
	text-decoration:none !important;
	color: #003399;
}
/****************************
            FONTS
*****************************/
.tit-banner{
    font-family: 'TTNorms-regular';
    font-size: 22px;
    line-height: 24px;
    color: #003399;
	padding-top: 15px;
	padding-bottom: 30px;
}

.txt-banner{
	font-family: 'TTNorms-Regular';
    font-size: 18px;
    line-height: 20px;
    color: #00995d;
	padding-bottom: 15px;
}
.tit-banner-retorno{
	font-family: 'Calibri-Bold';
    font-size: 34px;
    line-height: 38px;
}
.tit2-banner-retorno{
	font-family: 'Calibri';
    font-size: 32px;
    line-height: 36px;
	padding-bottom: 15px;
}
.tit-retorno-01{
	font-family: 'TTNorms-Regular';
    font-size: 44px;
	text-transform: uppercase;
    line-height: 42px;
    color: #ffcc00;
	padding: 30px 0px;
}
.tit-banner-1{
    font-family: 'TTNorms-Bold';
    font-size: 22px;
    line-height: 27px;
	padding-top: 25px;
	padding-bottom: 145px;
    color: #ffcc00;
}
.tit-banner-2{
	font-family: 'TTNorms-Regular';
    font-size: 22px;
    line-height: 27px;
	padding-bottom: 15px;
    color: #ffffff;
}
.tit-banner-2 sup{
	font-size: 12px;
}
.tit-banner-2-retorno{
	font-family: 'Calibri';
	font-size: 18px;
	color: #ffffff;
	line-height: 22px;
	padding-bottom: 25px;
	max-width: 430px;
}
.tit-box-01{
	font-family: 'Calibri-Bold';
	font-size: 18px;
	line-height: 44px;
	color: #ffffff;
}
.tit-box-01 span{
	color: #ffcc00;
}

.tit-form{
    font-family: 'Calibri-Bold';
    font-size: 20px;
    line-height: 22px;
    color: #003399;
    text-align: center;
    padding-bottom: 20px;
}
.tit-bloco-2{
	font-family: 'Calibri-Bold';
	font-size: 27px;
	line-height: 29px;
	padding-bottom: 15px;
	padding-top: 3px;
	color: #ffcc00;
	text-align: center;
}
.txt-bloco-2{
	font-family: 'Calibri-Bold';
	font-size: 24px;
	line-height: 26px;
	padding-bottom: 10px;
	letter-spacing: -0.1px;
	color: #ff6600;
}
.txt-bloco-2 sup{
	font-size: 13px;
}
.txt-bloco-2b{
	font-family: 'Calibri';
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.1px;
	color: #003399;
	min-height: 410px;
}
.tit-bloco-3{
	font-family: 'Calibri-Bold';
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 35px;
	color: #ffffff;
	text-align: center;
}
.sub-tit-bloco3{
	font-family: 'Calibri';
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 30px;
	color: #ffffff;
	text-align: center;
}
.tit-box-3{
	font-family: 'Calibri-Bold';
	font-size: 24px;
	line-height: 26px;
	padding-top: 15px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
}
.tit-box-3 sup{
	font-family: 'Calibri-Bold';
	font-size: 14px;
}
.tit-box-3a{
	font-family: 'Calibri';
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 5px;
	color: #003399;
}
.tit-box-3b{
	font-family: 'Calibri';
	font-size: 17px;
	line-height: 24px;
	padding-bottom: 15px;
	color: #ffffff;
	text-align: center;
}
.tit-box-3-1{
	font-family: 'Calibri-Bold';
	font-size: 24px;
	line-height: 26px;
	padding-bottom: 15px;
	color: #ff6600;
	text-align: center;
}
.txt-box-3-1{
	font-family: 'Calibri';
	font-size: 16px;
	line-height: 22px;
	color: #003399;
	text-align: center;
}
.txt-app{
	font-family: 'Calibri-Bold';
	font-size: 22px;
	line-height: 24px;
	color: #003399;
}



.bloco-03-valor{
	font-family: 'Calibri-Bold';
	font-size: 55px;
	line-height: 58px;
	color: #ffcc00;
	padding-top: 50px;
	text-align: right;
}
.bloco-03-txt-1{
	font-family: 'Calibri-Bold';
	font-size: 25px;
	line-height: 33px;
	color: #ffcc00;
	text-align: right;
}
.bloco-03-txt-2{
	font-family: 'Calibri';
	font-size: 22px;
	line-height: 29px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: right;
}
.bloco-03-txt-2 sup{
	font-size: 14px;
}
.bloco-03-txt-3{
	font-family: 'Calibri-Bold';
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 10px;
	color: #ffcc00;
}
.bloco-03-txt-4{
	font-family: 'Calibri';
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
}
.tit-bloco-04b{
	font-family: 'Calibri-Bold';
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 25px;
    text-align: center;
    color: #003399;
}
.tit-bloco-04b sup{
	font-size: 15px;
}
.txt-bloco4b{
	font-family: 'Calibri-Bold';
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 20px;
	text-transform: uppercase;
	color: #ff6601;
	text-align: right;
}
.txt-bloco4c{
	font-family: 'Calibri-Bold';
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 20px;
	color: #003399;
	text-align: right;
}
.tit-bloco-4{
	font-family: 'Calibri-Bold';
	font-size: 48px;
	line-height: 46px;
	padding-bottom: 20px;
	color: #0099ff;
	
}
.txt-bloco-4{
	font-family: 'Calibri-Bold';
	font-size: 37px;
	line-height: 40px;
	color: #00995d;
	padding-top: 40px;
}
.txt-bloco-4 span{
	font-size: 52px;
}
.txt-bloco4-2{
	font-family: 'Calibri';
	font-size: 18px;
	line-height: 24px;
	color: #003399;
	text-decoration: underline;
}
.tit-box-bloco-4{
	font-family: 'Calibri-Bold';
	font-size: 25px;
	line-height: 28px;
	color: #0099ff;
	padding-top: 14px;
    padding-left: 10px;
}
.tit-box-bloco-4b{
	font-family: 'Calibri-Bold';
	font-size: 29px;
	line-height: 31px;
	color: #0099ff;
}
.box-itens-2 .txt-bloco-2{
	font-family: 'Calibri-Bold';
	font-size: 24px;
	line-height: 25px;
	padding-bottom: 10px;
	color: #003399;
}
.box-itens-2 .txt-bloco-2 sup{
	font-size: 13px;
}
.box-itens-2 .txt-bloco-3b{
	font-family: 'Calibri';
	font-size: 17px;
	line-height: 23px;
	padding-bottom: 15px;
	letter-spacing: -0.1px;
	color: #ffffff;
}
.tit-bloco-5{
	font-family: 'Calibri-Bold';
	font-size: 24px;
	line-height: 28px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
}
.txt-bloco-5{
	font-family: 'Calibri';
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 15px;
	color: #003399;
	text-align: center;
}
.tit-box-bloco-5{
	font-family: 'Calibri-Bold';
	font-size: 24px;
	line-height: 26px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #ffffff;
	text-align: center;
}
.txt-box-bloco-5{
	font-family: 'Calibri';
	font-size: 17px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
}
.tit-bloco-6, .tit-bloco-6 a, .tit-bloco-6 a:hover{
	font-family: 'TTNorms-Bold';
	font-size: 24px;
	line-height: 28px;
	color: #063796;
	text-align: center;
}

.tel-bloco-6{
	font-family: 'Calibri-Bold';
    font-size: 38px;
    line-height: 28px;
    padding-bottom: 10px;
    color: #ffcc00;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: -0.1px;
}
.tel-bloco-6 span{
	font-family: 'Calibri-Bold';
    font-size: 24px;
}
.div-telefone{
	border-right: 2px solid #ffcc00;
}
.txt-rodape{
	font-family: 'Calibri';
	font-size: 14px;
	line-height: 17px;
	color: #000;
	padding: 0px;
}
.txt-rodape p{
	margin: 0 0 6px;
}
/********************
	Accordion
********************/


.panel-title a{
	display: block;
	text-decoration:none;
}
.panel-title a:hover, .panel-title a:active, .panel-title a:visited {
	text-decoration:none;
}

.panel-title{
	color: #003388;
	font-family: 'Calibri-Italic';
	font-size: 18px;
	line-height: 25px;
}
.panel-body{
	padding: 0;
}

.panel-default{
	border-color:transparent;
	/*border-bottom:1px solid #ffcc01*/
}
.panel{
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color: #ffffff;

}
.panel-default>.panel-heading{
	background-image:none;
	background-color:#ffffff;
	padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 30px;
}
.panel-heading .accordion-toggle::after{
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e113";    /* adjust as needed, taken from bootstrap.css */
	/*content: url("../images/arrow-up.png");*/
   /* float: right;        /* adjust as needed */
    color: #003399;         /* adjust as needed */
	-webkit-text-stroke: 3px #ffffff;
    font-size: 25px;
	margin-left: 15px;
	position: absolute;
}
.panel-heading .accordion-toggle.collapsed::after{
    /* symbol for "collapsed" panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
	/*content: url("../images/arrow-down.png");*/
}
.panel-group{
	margin-top:0px;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
	border-top:none;

}
/********************
       Form
********************/
.btn-sem-simule{
	border: none;
	background-color: transparent;
	padding: 0;
    text-decoration: underline;
}
.btn-desativado, .btn-desativado:hover{
	background-color: #e4e4e4;
    color: #9a9a9a!important;
    text-transform: uppercase;
	width: 100%;
	font-family: 'Calibri-Bold';
    font-size: 18px;
    border: none;
    border-radius: 20px;
    padding: 6px 0px;
    display: block;
    text-align: center;
}
.transparente {
    opacity: 0;
    width: 1px;
    height: 1px;
}
.entry:not(:first-of-type)
{
	margin-top: 10px;
}
.label-form{
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	padding-top:10px;
	margin-bottom:0px;
}		
.glyphicon
{
	font-size: 12px;
}
.control-group .input-group[class*=col-]{
	float: left;
    padding-right: 15px;
    padding-left: 0px;
}
.control-group input[type="date" i]{
	float: left;
    margin-right: -32px;
}
.box-form .radio-inline input[type=radio]{
	height: 18px;
    width: 18px;
	margin-top: 1px;
}
.btn-add{
	height:40px;
	border-radius:0px;
	background-color:#3196c9 !important;
	background-image:none;
	border: none;
	max-width: 36px;
	margin-top:35px;
	color:#ffffff;
}
.btn-add-remove{
	height:34px;
	border-radius:0px;
	background-color:#12b0df !important;
	background-image:none;
	border: 1px solid #ffffff;
	max-width: 36px;
	margin-top:34px;
	color:#461bff;
}
.btn-remove{
	height:32px;
	border-radius:0px !important;
	background-color:#12b0df !important;
	background-image:none;
	border: 1px solid #ffffff;
	max-width: 36px;
	margin-top:34px;
	color:#ffffff;
}
.none {
    display:none;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
	margin-left: -8px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    outline: none;
    border: 1px solid #ccc;
    border-left: none;;
}
.btn-success, .btn-success:visited, .btn-success:focus{
	background-color:#ffffff !important;
	background-image:none;
	border:none;
	padding: 6px 9px;
	border-radius:8px;
	max-width: 34px;
	margin-top:0px;
	color:#003366;
}
.btn-success:hover, .btn-success:active {
	color: #003366;
}
.box-dep-tit{
	font-family: 'Calibri';
	padding-left:5px !important;
	font-size:16px;
	font-weight: normal;
	line-height:normal;
	border:none;
	border-radius:8px;
	height:32px;
	color:#003366;
	padding-top: 7px;
}

.radio-hide{
	display: none;
}
.label-text{
	font-family: 'Calibri';
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    border: 1px solid #003366;
    border-radius: 6px;
    height: 24px;
    color: #003366;
    background-color: #fff8e7 !important;
    background: #ffffff !important;
    width: 22%;
    text-align: center;
    padding-top: 2px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 3px;
}
.radio-hide:checked + .label-text{
	color:#ffffff;
	background-color: #003399 !important;
    background: #003399 !important;
}

.form-bg-nome {
	padding-left:5px !important;
	font-size:16px;
	font-family: 'Calibri';
	border:none;
	border:1px solid #ccc;
	background-color: #ffffff;
	line-height:normal;
	border-radius:5px;
	height:34px;
	width:100%;
	color:#666666;
	outline: none;
}
.form-bg-nome-2{
	font-family:  'Calibri';
	color:#666666 !important;
	padding-left:4px !important;
	font-size:16px;
	font-weight: normal;
	line-height:normal;
	border:none;
	border:1px solid #ccc;
	border-radius:5px;
	height:34px;
	width:100%;
	background-color: #ffffff !important;
    background: #ffffff !important;
	outline: none;
}
.form-bg-select {
	padding-left:5px !important;
	font-size:16px;
	font-family: 'Calibri';
	line-height:normal;
	background: url(../images/BG-Campo-combo-form.png) #ffffff;
	background-position: 98% 6px;
	background-repeat: no-repeat;
	border:none;
	border:1px solid #ccc;
	border-radius:5px;
	height: 34px;
	width:100%;
	color:#666666;
	outline: none;
}
.fix-barra-depend{
	width: 300px;
}
.box-form{
	margin-top: 8px;
}
.form-mask{
	border-radius: 5px;
	background-color: #ffffff;
	border:1px solid #ccc;
}
/*hack para select*/
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  appearance: none !important;
  
}
select::-ms-expand{
  display:none;
  background-color:transparent;
}

select option{
	color:#666666 !important;
}
.select-hack{
	width:100%;
	overflow:hidden;
}
.btn-enviar{
	background-color: #003399;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    color: #ffffff!important;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
	
}
.btn-enviar:hover, .btn-enviar:active {
	color:#ffffff !important;
	text-decoration:none;
	opacity:0.80;
}
.bg-aviso{
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #586e8c;
    padding-top: 0;
    line-height: 13px;
	text-align: center;
}
.bg-aviso a, .bg-aviso a:hover {
	color: #586e8c;
	text-decoration: underline;
}
/*placeholder color*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #666666;
}
/*placeholder color*/
.form-bg-nome-2::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    opacity: 1; /* Firefox */
}

.form-bg-nome-2:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
}

.form-bg-nome-2::-ms-input-placeholder { /* Microsoft Edge */
    color: #666666;
}

/*******************
       modal
********************/
.bg-modal{
	background-image: url("../images/Modal_Final.png");
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 560px;
}
.tit-modal{
	font-family: 'Calibri-Bold';
	color:#003399 !important;
	font-size:34px;
	text-decoration: none !important;
	padding-top: 277px;
    padding-left: 45px;
    padding-right: 40px;
}
.txt-modal{
	color:#003399 !important;
	font-size:20px;
	text-decoration: none !important;
	padding-left: 45px;
    padding-right: 70px;
}
.modal-body a{
	text-decoration: none !important;
}

.modal{
	background-color: #00000094;
}
.modal-header{
	border-bottom: 0px;
}
.modal-header .close {
    margin-top: -31px;
    margin-right: -29px;
	opacity: 1;
}
.modal-body{
	padding: 15px;
}
.modal-content{
	border-radius: 0px;
	background-color: transparent;
	box-shadow:none;
	-webkit-box-shadow: none;
	border: none;
}
.modal-dialog{
	margin-top: 90px;
}
@media (min-width: 768px){
.modal-escolha {
    width: 850px;
    padding-top: 2%;
}
}
/*****************
		FIX
******************/
.mg-top-25{
	margin-top: 8px;
}
.mg-bot-01{
	margin-bottom: 35px;
}
.pad-bl-4-selo{
	padding-top: 80px;
}
.pad-solidez{
	padding-top: 20px;
}
/********************
		tablet/note
********************/
@media screen and (max-width: 1200px) {

}
/********************
		mobile
********************/
@media screen and (max-width: 780px) {
	body{
		overflow-x: hidden;
	}
.navbar-brand {
	margin-top: 5px;
	margin-bottom: 5px;
    height: auto;
}
	header
{
	background-color:#fff;
}
.whats-header{
	float: right;
	width: 58px;
}
.btn-header-whats {
    margin-top: -5px;
}
.btn-simule-header{
    width: 210px;
	float: left;
}
.line-header{
    border-bottom: 1px solid #e2e2e2;
    margin-top: 10px;
    margin-bottom: 10px;
}
#bloco01{
	background-image: url("../images/BG_Banner_mob.jpg");
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #d7cdc4;
	padding-top: 30%;
	min-height: 800px;
}
#bloco01b{
	margin-top: 150px;
	padding: 0;
}
.bloco-banner {
    padding-left: 15px;
    padding-bottom: 25px;
}
.bloco-resultados {
    padding-right: 8px;
}
.box-container {
    width: 280px;
    margin: auto;
}
.pad-left-ret {
    padding-left: 15px;
}
.box-operadora-nome {
    width: 210px;
}
.div-retorno {
    border-right: none;
}
.div-banner-1 {
    border-right: none;
    max-width: 100%;
    padding-right: 15px;
    margin-right: 15px;
    padding-bottom: 0px;
}
.fix-barra-depend {
    width: 100%;
}
#bloco02 {
	padding-top: 45px;
	padding-bottom: 30px;
	padding-left: 0;
    padding-right: 0;
}
.box-itens {
    min-height: auto;
}
#bloco03 {
	background: url(../images/tit_beneficios_mob.svg);
    background-position: top center;
    background-repeat: no-repeat;
	background-size: 560px auto;
	background-color: #002c43;
    padding-top: 180px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}
#bloco03b {
    background: none;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #00995d;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}	
.mob-box-clube{
	width: 50%;
	float: left;
}
.btn-clubeanasps {
    position: relative;
    bottom: -10px;
    float: none;
}
.box-bloco3-1 {
    padding-left: 15px;
}
.div-bloco-3 {
    border-right: none;
    padding-right: 0;
    padding-bottom: 20px;
}
.box-bonus-2 {
	border-left: none;
}
.box-bloco4-3 {
    margin-left: 15px;
	padding-right: 40px;
}
.box-itens-3 {
    min-height: auto;
}
.box-itens-3 img{
    margin: auto;
	padding-left: 0px;
}
#bloco04 {
	background: url(../images/bg_bloco_4_mob.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #00995d;
	padding-top: 100px;
    padding-bottom: 40px;
    margin-top: 0px;
}
#bloco04b {

	padding-top: 20px;
}
#bloco04b-mob{
    padding: 0;
}
.thumb_minimapa{
	position: relative;
    top: 20px;
    right: -30px;
    float: right;
}

#bloco05 {
	background: url("../images/tit_solidez_mob.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #063796;
	background-size: 450px auto;
    padding-top: 220px;
    padding-bottom: 40px;
}
.box-bloco5 {
    margin-bottom: 15px;
}
.bloco-03-valor{
	font-family: 'Calibri-Bold';
	font-size: 50px;
	line-height: 58px;
	text-align: center;
}
.bloco-03-txt-1{
	font-family: 'Calibri-Bold';
	font-size: 25px;
	line-height: 33px;
	text-align: center;
}
.bloco-03-txt-2{
	font-family: 'Calibri';
	font-size: 22px;
	line-height: 29px;
	padding-bottom: 20px;
	text-align: center;
}

	.ans-box img{
		margin: auto;
	}
.padding-box {
    max-width: 98%;
}
.bloco-03-valor{
	padding-top: 0px;

}
.box-bloco4-fix {
    margin-top: -60px;
}
.img-pote {
	float: none;
    margin-left: auto;
	margin-right: auto;
    width: 280px;
}
.pad-bloco-02 {
    padding: 0;
}
/*****form*****/
.control-group .input-group[class*=col-] {
   padding-right: 0px;
}
	
/****menu*****/
.navbar{
    margin-bottom: 10px;
    margin-top: 20px;
}
.navbar-brand{
	width: 100%;
}
.navbar-toggle {
    margin-top: 0px !important;
}
	
.navbar-collapse{
	border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.borda-menu-sup{
	border-right:none;
}
.navbar-nav>li>a{
	line-height: 27px;
	text-align: right;
	padding: 10px 0px;
}
.navbar-centered{
	width: 100%;
	margin: auto;
	padding-top: 15px;
	float: none;
}
.nav>li{
    padding: 12px 0;
}

.meu-menu {
	font-family: 'Calibri-Bold';
}
.div-menu{
        padding-bottom: 5px;
}
.div-social{
	margin-top: 20px;
}
.box-01{
        border: 1px solid #ffffff;
}
.div-box-diferencas{
	border-right: none;
	border-bottom:  1px solid #ffcc01;
}
.box-dif-01{
    padding: 0 0px;
	min-height: 0;
}
.pad-maos-mob{
    margin-bottom: 20px;
}
.socialmob{
    margin-right: 10px;
}	
.pd-logo-footer {
    padding: 15px;
}
.banner-mob{
    margin: -15px;
}
.borda-az-esq {
    border-left: none;
    padding-left: 0px;
}
.social-footer {
	display: block;
}
.logo-qcl-footer {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.box-new-form {
    padding-left: 0;
    padding-right: 0;
}
.tit-mob{
	margin-left: -15px;
	overflow-x: hidden;
    margin-right: -15px;
}
.div-telefone {
    border-right: none;
	padding-bottom: 25px;
}
.pad-fix-bl3{
	text-align: left !important;

}
.box-privacy{
	padding: 15px 0 0 0;
}
/******** fonts ********/
.tit-banner {
	font-size: 24px;
    padding-bottom: 25px;
    line-height: 33px;
    padding-left: 15px;
}
.tit-banner-1 {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 25px;
}
.tit-retorno-01 {
    font-size: 34px;
    padding: 30px 0px;
}
.tit-banner-2 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 30px;
    padding-top: 15px;
    padding-right: 15px;
}
.legenda-dep{
	font-family: 'Calibri';
	font-size: 16px;
	color: #003399;
	padding-top: 15px;
}
	
.pd-left-txt1{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}
.tit-bloco-2 {
    font-size: 24px;
    line-height: 28px;
	
}
.txt-bloco-2 {
    font-size: 26px;
	line-height: 28px;
}
.txt-bloco-2b{
    min-height: auto;
}
.tit-bloco-3 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 30px;
	margin-bottom: 5px;
}
.txt-bloco-3 {
    font-size: 20px;
    line-height: 28px;
	padding-bottom: 40px;
}
.tit-box-3, .tit-box-3b {
	text-align: left;
}
.txt-app {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
}
.tit-bloco-04b {
	font-size: 20px;
    line-height: 26px;
    float: left;
    position: relative;
    text-align: left;
    width: 70%;
    top: -80px;
}
.tit-bloco-4 {
    font-size: 38px;
}
.tit-1-bloco-4 {
    font-size: 34px;
    line-height: 38px;
}
.txt-bloco-4 {
    font-size: 16px;
    line-height: 20px;
    min-height: auto;
    padding-bottom: 25px;
}
.txt-bloco4b {
    text-align: left;
}
.txt-bloco4c {
    font-family: 'Calibri';
    text-align: left;
}
.txt-bloco4-2 {
    margin-bottom: 30px;
}
.tit-bloco-5 {
    font-size: 24px;
    line-height: 30px;
}
.tit-box-bloco-5{
    text-align: center;
}
.txt-box-bloco-5{
    text-align: center;
}
.txt-bloco-5 {
    font-size: 18px;
    line-height: 22px;
    padding-top: 10px;
}
.tit-bloco-6 {
    font-size: 21px;
    line-height: 35px;
}
.tel-bloco-6 {
	font-size: 42px;
    line-height: 20px;
	padding-left: inherit;
    text-align: center;
}
.tel-bloco-6 span {
    font-size: 20px;
}
.tit-modal {
    font-family: 'Calibri-Bold';
    color: #003399 !important;
    font-size: 2em;
    text-decoration: none !important;
    padding-top: 68%;
    padding-left: 25px;
    padding-right: 40px;
}
.txt-modal {
    color: #003399 !important;
    font-size: 1.2em;
    text-decoration: none !important;
    padding-left: 25px;
    padding-right: 70px;
}
.tit-form {
    padding-top: 0;
    padding-bottom: 15px;
    text-transform: none;
    text-align: left;
    line-height: 20px;
    font-size: 20px;
}
}
