@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Semibold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Semibold.woff') format('woff'),
        url('../fonts/SegoeUI-Semibold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff'),
        url('../fonts/SegoeUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


body {
    font-family: "Poppins", serif;
	background: #ffffff;
	min-height:80px;
	padding-top: 90px;
}
.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;
    top: 0;
    left: 0;
	z-index: 999;
}
.header{
	background-color:#ffffff;
	box-shadow: 0px 0px 5px #00000094;
}
.bg-header{
	background-color:#ffffff;
	background-position: top center;
}
footer
{
	background-color: #2224a1;
	padding-top: 30px;
	padding-bottom: 20px;
}
.frameres{
	position: absolute;
}
.aspNetHidden{
	position: absolute;
}
iframe{
	position: absolute;}
.box-btn-head a{
	margin-left: 25px;
}
/*********************
 		MENU
*********************/
.menu-wrap{
	max-width: 1170px;
	padding-right: 15px;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}
.navbar-centered{
	width: 750px;
	margin: auto;
	padding-top: 15px;
	float: none;
}

.navbar-brand
{
    margin-top: -10px;
	padding: 0;
}
.navbar{
	z-index:10;
	margin-bottom: 10px;
}
.navbar-right{
	margin-top: -8px;
}
.navbar-toggle{
	margin-top:6px !important;
	margin-right: 0px;
}
.navbar-fixed-top{
	border-width: 0 0 0px !important;
}

.nav>li>a:focus, .nav>li>a:hover{
	background-color: inherit;
	filter: contrast(50%);
}
.navbar-nav>li>a{
	padding: 8px 10px;
	text-shadow: none;
}
.meu-menu
{
    font-family: "Poppins", serif;
	font-weight: 600;
    display: block;
	font-size:14px;
	text-transform: uppercase;
	box-shadow: 4px 4px #0003;
	margin-right: 15px;

}
.meu-menu.v1{
	color:#171a88;
	background-color: #ffb519;
	border: 2px solid #ffb519;
}
.meu-menu.v1:hover{
	filter: contrast(80%);
	color:#171a88;
	background-color: #ffb519;
	border: 2px solid #ffb519;
}
.meu-menu.v2{
	color:#ffffff;
	background-color: #171a88;
	border: 2px solid #171a88;
}
.meu-menu.v2:hover{
	filter: contrast(80%);
	color:#ffffff;
	background-color: #171a88;
	border: 2px solid #171a88;
}
.meu-menu.v3{
	color:#171a88;
	background-color: #ffffff;
	border: 2px solid #171a88;
}
.meu-menu.v3:hover{
	filter: contrast(80%);
	color:#171a88;
	background-color: #ffffff;
	border: 2px solid #171a88;
}
.div-social{
	margin-top: -40px;
}

.btn-menu{
    margin-bottom: 2px;
}
/*inicio anima close x*/

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
/*fim anima close x*/

/**********************
		BLOCOS
***********************/
.video-container {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      height: 0;
      overflow: hidden;
    }

    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
#bloco01{
	background-color:#171a88;
	padding-top: 50px;
	padding-bottom: 50px;
}
#bloco02{
	background-color: #ffffff;
	padding-top: 80px;
	padding-bottom: 50px;
}
#bloco03{
	background-color: #f4f2f1;
	padding-top:60px;
	padding-bottom: 60px;
}
#bloco-operadoras{
	background-color: #ffffff;
	padding-top:50px;
	padding-bottom: 50px;
}
.box-bloco-3{
	background-color: #ffffff;
	padding: 35px;
	margin-top: 20px;
	border-radius: 10vw;
}
.box3.div3{
	border-right: 1px solid #dfdfdf;
}
.box3 img{
	margin-bottom: 10px;
}
#bloco04{
	background-image: url("../images/bg_formulario.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #171a88;
	padding-top: 40px;
	padding-bottom: 60px;
}
.form-borda{
	border: 3px solid #ecb335;
	border-radius: 35px;
	padding: 25px 35px;
	max-width: 638px;
	margin: auto;
}
.img-dot-form{
	position: absolute;
    right: -10px;
    top: 78px;
}
.form-wrap{
	display: flex;
}
#bloco05{
	background-color: #ecb335;
	padding-top: 50px;
	padding-bottom: 50px;
}

#bloco07{
	background-color: #f9f9f9;
	padding-top: 60px;
	padding-bottom: 30px;
	
}

.barra-qlc{
	margin-bottom: 10px;
}
.linha-amar{
	border-bottom: 4px solid #ecb335;
	width: 110px;
	margin-bottom: 20px;
}

.result-box{
	padding-top: 30px;
}
.ans-div{
	float: left;
}
.ans-fix{
	padding-right: 30px;
	padding-top: 10px;
}
#lblNumeroVidas{
	color: #ecb335;
    font-weight: 600;
}


/****************************
            FONTS
*****************************/
.tit-banner .subtit{
    font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 36px;
	line-height: 38px;
    color: #ffffff;
}
.tit-banner .subtit span{
	font-weight: 600;
}
.tit-banner .tit{
    font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 65px;
	line-height: 54px;
    color: #ffffff;
}
.tit-banner .txt{
    font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 24px;
	line-height: 28px;
    color: #ffffff;
	padding-top: 30px;
}
.tit-bloco-2{
	font-family: "Poppins", serif;
    font-weight: 500;
	font-size: 32px;
	line-height: 42px;
	padding-bottom: 50px;
	color: #1d1f83;
	text-align: center;
}
.tit-bloco-2 span{
    font-weight: 600;
}
.txt-bloco-2{
	font-family: "Poppins", serif;
    font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #1d1f83;
}
.txt-bloco-2 span{
	font-family: "Poppins", serif;
    font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #1d1f83;
}
.txt-bloco-3{
	font-family: "Poppins", serif;
    font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #1d1f83;	
}
.txt-bloco-3 p{
	margin: 0 0 20px;
}
.box3{
	font-family: "Poppins", serif;
    font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #1d1f83;		
	text-align: center;
}
.box3 span{font-weight: 600;}
.tit-form{
	font-family: "Poppins", serif;
    font-weight: 400;
	font-size: 32px;
	line-height: 48px;
	padding-bottom: 40px;
	color: #ffffff;
	text-align: center;
}
.tit-operadoras{
	font-family: "Poppins", serif;
    font-weight: 500;
    font-size: 32px;
    color: #1e2084;
	text-align: center;
	margin-bottom: 30px;
}
.tit-bloco-formulario{
	font-family: "Poppins", serif;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;	
}
.radio-txt{
	font-family: "Poppins", serif;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
	display: inline-flex;
}
.tit-bloco-5{
	font-family: "Poppins", serif;
    font-weight: 500;
	font-size: 34px;
	line-height: 48px;
	color: #171a88;
}
.tit-bloco-5 span{
	font-weight: 600;
}
.tit-faq{
	font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 32px;
	line-height: 32px;
    color: #1e2084;
	text-align: center;
	padding-bottom: 40px;
}
.link-rodape a{
	font-family: "Poppins", serif;
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
	text-align: right;
	text-decoration: none;
	float: right;
	margin-left: 10px;
	padding: 10px;
}
.link-footer{
	padding-top: 50px;
	padding-right: 0;
}
.link-rodape.box a{
	border: 1px solid #ffffff;
	border-radius: 5px;
}
.txt-rodape{
	border-top: 2px solid #ffffff;
	font-family: "Poppins", serif;
	font-size: 12px;
	line-height: 17px;
	color: #ffffff;
	padding: 10px 0px;
	text-align: justify;
	margin-top: 20px;
}
.txt-rodape p{
	margin: 0 0 8px;
}
.txt-razaosocial-rodape {
    padding-top: 30px;
    padding-right: 0;
    font-family: "Poppins",serif;
    color: #FFFFFF;
    font-size: 10px;
}
.legenda-dep{
	font-family: "Poppins", serif;
	font-size: 12px;
	line-height: 17px;
	padding-top: 10px;
	color: #171a88;	
}
.tit-banner-retorno{
	font-family: "Poppins", serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	padding-bottom: 40px;
	padding-top: 20px;
	color: #171a88;	
}
.txt-labelform{
	font-family: "Poppins", serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 16px;
	color: #ffffff;
}
.txt-labelform span{
	font-size: 11px;
    font-style: italic;
}
.txt-labelform.pad{
	padding-top: 10px;
}


/******accordion*******/

.accordion_duvidas .panel-title a{
	display: block;
	text-decoration:none;
}
.accordion_duvidas .panel-title a:hover, .panel-title a:active, .panel-title a:visited {
	text-decoration:none;
}
/*accordion*/
.accordion_duvidas .panel-title{
	color: #1e2084;
	font-family: "Poppins", serif;
	font-weight: 600;
	font-size: 20px;
}
.accordion_duvidas .panel-body{
	font-family: "Poppins", serif;
	color: #1e2084;
	font-size: 14px;
	font-weight: 500;
	padding-right: 35px;
	padding-left: 0px;
}

.accordion_duvidas .panel-body span{
	color: #171a88;
	font-size: 16px;
	font-weight: 400;
	font-family: "Poppins", serif;
}

.accordion_duvidas .panel-default{
	border-color:transparent;
	border-bottom:1px solid #1e2084;
	border-radius: 0;
}
.accordion_duvidas .panel{
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color: #0b497400;

}
.accordion_duvidas .panel-default>.panel-heading{
	background-image:none;
	background-color: #e5e6fe;
	padding: 0;
}
.accordion_duvidas .panel-heading .accordion-toggle::before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\2212";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #1e2084;         /* adjust as needed */
    font-size: 14px;
	margin-right: -25px;
}
.accordion_duvidas .panel-heading .accordion-toggle.collapsed::before{
    /* symbol for "collapsed" panels */
    /*content: "\002b";    /* adjust as needed, taken from bootstrap.css */
	content: "\002b";
}
.accordion_duvidas .panel-group{
	margin-top:0px;
}
.accordion_duvidas .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
	border-top:none;
	background: #e5e6fe;
	padding-left: 20px;
}

.accordion_duvidas .div-fleft{
	float: left;
}
.accordion-toggle.collapsed{
	background: #f9f9f9;

}
.accordion-toggle{
		padding-top: 17px;
    padding-bottom: 17px;
	padding-left: 20px;
	padding-right: 30px;	
}
.accordion_duvidas .panel-group .panel+.panel {
    margin-top: 0px;
}
.accordion_duvidas .panel-group .collapse.in {
    margin-bottom: -2px;
}
/********************
       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: 'Segoe UI';
	font-weight: 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: 16px;
    width: 16px;
	margin-top: 1px;
}
.box-form .radio-inline {
	padding-right: 10px;
}
.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:40px;
	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: 'Segoe UI';
	padding-left:5px !important;
	font-size:15px;
	font-weight: normal;
	line-height:normal;
	border:none;
	border-radius:8px;
	height:40px;
	color:#171a88;
	padding-top: 9px;
}

.radio-hide{
	display: none;
}
.label-text{
	font-family: 'Segoe UI';
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    border: 1px solid #003366;
    border-radius: 6px;
    height: 26px;
    color: #003366;
    background-color: #fff8e7 !important;
    background: #ffffff !important;
    width: 21%;
    text-align: center;
    padding-top: 2px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 6px;
}
.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: "Poppins", serif;
	border:none;
	border:1px solid #ccc;
	background-color: #ffffff;
	line-height:normal;
	border-radius:5px;
	height:40px;
	width:100%;
	color:#171a88;
	outline: none;
}
.form-bg-nome-2{
	font-family: "Poppins", serif;
	color:#171a88 !important;
	padding-left:4px !important;
	font-size:16px;
	font-weight: normal;
	line-height:normal;
	border:none;
	border:1px solid #ccc;
	border-radius:5px;
	height:40px;
	width:100%;
	background-color: #ffffff !important;
    background: #ffffff !important;
	outline: none;
}
.form-bg-select {
	padding-left:5px !important;
	font-size:16px;
	font-family: "Poppins", serif;
	line-height:normal;
	background: url(../images/BG-Campo-combo-form.png) #ffffff;
	background-position: 98% 16px;
	background-repeat: no-repeat;
	border:none;
	border:1px solid #ccc;
	border-radius:5px;
	height: 40px;
	width:100%;
	color:#171a88;
	outline: none;
}
.form-bg-select-2 {
	padding-left:5px !important;
	font-size:16px;
	font-family: "Poppins", serif;
	line-height:normal;
	background: url(../images/BG-Campo-combo-form.png) #ffffff;
	background-position: 98% 16px;
	background-repeat: no-repeat;
	border:none;
	border:2px solid #171a88;
	border-radius:5px;
	height: 40px;
	width:100%;
	color:#171a88;
	outline: none;
	max-width: 270px;
	margin-top: 30px;
}
.fix-barra-depend{
	width: 322px;
}
.box-form{
	margin-top: 10px;
}
.form-mask{
	border-radius: 5px;
	background-color: #ffffff;
	border:1px solid #ccc;
}
.box-btn-form {
    float: right;
    padding-top: 0px;
}
/*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-hack{
	width:100%;
	overflow:hidden;
}
.btn-enviar{
	font-family: "Poppins", serif;
	background-color: #ecb335;
    border: none;
    border-radius: 5px;
    color: #1e2086!important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
	
}
.btn-enviar:hover, .btn-enviar:active {
	color:#ffffff !important;
	text-decoration:none;
	opacity:0.80;
}
.btn-enviar-2{
	font-family: "Poppins", serif;
	background-color: #171a88;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    color: #ffb61e!important;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
	
}
.btn-enviar-2:hover, .btn-enviar-2:active {
	color:#ffffff !important;
	text-decoration:none;
	opacity:0.80;
}
.btn-enviar-whats{
	font-family: "Poppins", serif;
	background-color: #2bb741;
    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: 15px;
	margin-top: 20px;
	
}
.btn-enviar-whats:hover, .btn-enviar-whats:active {
	color:#ffffff !important;
	text-decoration:none;
	opacity:0.80;
}
.bg-aviso{
	font-family: "Poppins", serif;
    border-radius: 5px;
    font-size: 10px;
    font-weight: normal;
    color: #ffffff;
    line-height: 12px;
	font-style: italic;
}
.bg-aviso a, .bg-aviso a:hover {
	color: #003366;
	text-decoration: underline;
}
/*placeholder color*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bebebf;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bebebf;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #bebebf;
}
/*placeholder color*/
.form-bg-nome-2::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #171a88;
    opacity: 1; /* Firefox */
}

.form-bg-nome-2:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #171a88;
}

.form-bg-nome-2::-ms-input-placeholder { /* Microsoft Edge */
    color: #171a88;
}
/**************
   bx -slider
**************/

.bx-wrapper{
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #fff0 !important;
	margin:auto;
	max-width:1440px !important;
	overflow: hidden;
	margin-bottom: 15px !important;
}
.bx-viewport{
	left:70px;
	width:88% !important;
}
.bx-wrapper .bx-controls-direction a{
	height:133px;
	margin-top:-57px;
	z-index:99 !important;
}
.bx-wrapper .bx-prev{
	left:0px;
}
.bx-wrapper .bx-next{
	right:0px;
}
.slider1 .slide{
	margin-right: 70px !important;
}
.bx-wrapper img{
margin: auto;}
/*Fim*/

/******************
   checkbox
******************/
.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

#form-link .checkbox label{
	padding-left:40px;
	font-size: 12px;
	font-weight: 600;
	line-height: 15px;
	color: #171a88;
	width: 100%;
}
/******

******************/
.aceite-check{
	color: #171a88;
	text-decoration: underline;
}
/**check**/
input[type="checkbox"] {
  width: 30px;
  height: 30px;
  margin-left: 0px !important;
}

input[type="checkbox"]::before {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 1px;
  vertical-align: middle;
  cursor: pointer;
  content: "";
}

input[type="checkbox"]:checked::before {
  background: url(../images/ico_check2.png) left top no-repeat ;
}
/*******************
       modal
********************/
.modal-header{
	border-bottom:none;
    padding-bottom: 0;
}
.modal-header .close{
	color:#ffffff;
	opacity: 1;
}
.modal-content{
	border-radius:0px;
	background-color: #ffffff00;
	min-height: 428px;
	border: none;
	box-shadow: none;
}
.tit_modal{
	font-family: "Poppins", serif;
	font-size:26px;
	color:#ffffff;
	line-height: 28px;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 50px;
}
.tit_modal_agrad{
	font-family: "Poppins", serif;
	font-weight: 600;
	font-size: 28px;
	color:#ecb335;
	line-height: 34px;
	padding-top: 10px;
}
.txt_modal_agrad{
	font-family: "Poppins", serif;
	font-weight: 400;
	font-size: 20px;
	color:#ffffff;
	line-height: 30px;
	padding-top: 10px;
}
.modal{
	background-color: #0000009c;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
#Modalpop .modal-header{
	    margin-top: 20%;
}
#Modalpop .modal-body a:hover{
	opacity: 1;
}
@media (min-width: 768px){
.modal-form {
    width: 920px;
    padding-top: 1%;
}
.modal-form-whats {
    width: 540px;
    padding-top: 1%;
}
}
/*****************
		FIX
******************/

.pad-form-1{
	margin-bottom: 18px;
}
/********************
		tablet/note
********************/
@media screen and (max-width: 1200px) {
.divisa-1{
	border-right: 1px solid #000;
	padding-right: 40px;
	margin-right: 30px;
}
}
/********************
		mobile
********************/
@media screen and (max-width: 780px) {
	body{
		overflow-x: hidden;

	}
.navbar-brand {
        margin-top: -5px;
        margin-bottom: 10px;
    height: auto;
}
	.navbar-brand>img {
    margin: auto;
}
	header
{
	background-color:#fff;
}
.navbar-header{
	width: 100%;
    float: left;
}
.wrap-btn-header {
    margin-top: 5px;
    float: right;
    width: 40%;
    text-align: end;
}

	
.modal-escolha {
    padding-top: 0;
}
.modal-dialog {
    margin-top: 0px;
}	
	
/****menu*****/
#overlay-menu {
        background-color: #000000c7;
        position: fixed;
        width: 1000px;
        height: 1000px;
        z-index: -1;
        margin-left: -220px;
	margin-top: -120px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none;
}
.navbar-brand, .navbar-nav>li>a{
        line-height: 34px;
        font-size: 16px;
        text-align: center;
}
.nav>li>a {
    position: relative;
    display: block;
	padding: 7px 4px;
    margin: 12px 12px;
    border-top:none;
	border-bottom:  1px solid #ffffff;
}
.navbar-fixed-top {
    border-width: 0 0 4px !important;
}
.navbar-brand{
	width: 34vw;
}
.navbar-toggle {
    margin-top: 0px !important;
    position: absolute;
    margin-bottom: -96px;
    display: block;
    justify-content: space-between;
    right: 10px;
    z-index: 9999;
}
	
.navbar-collapse{
	border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
	.btn-mob{
	float: inherit;
    padding: 6px;
    margin-left: 10px;
	}
.meu-menu.v1 {
    color: #171a88;
    background-color: #ffffff;
    border: 2px solid #171a88;
}
.menu-wrap {
 	padding-right: 0px;
}
.menu-wrap .open{
    background-color: #ffffff;
        padding-top: 95px;
        margin-top: -30px;
    position: absolute;
    right: 0;
}
.menu-wrap .collapsing{
    background-color: #ffffff;
        padding-top: 95px;
        margin-top: -30px;
    position: absolute;
    right: 0;
}
.menu-wrap .collapse.in{
    background-color: #ffffff;
        padding-top: 95px;
        margin-top: -30px;
    position: absolute;
    right: 0;
	min-height: 380px;
}
.pad-bt-social {
    padding-bottom: 15px;
    margin-top: 20px;
	padding-left: 15px;
}
	.pad-bt-social a{
		float: left;
		padding-right: 7px;
		
	}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;

    width: 100%;
}
	.nav-tabs>li>a{
		margin: 0;	
	}
.control-group .input-group[class*=col-] {
    padding-right: 0px;
}

.bx-wrapper img {
    max-width: 90% !important;
}
.bx-viewport{
	left:33px;
	width:75% !important;
}
.slider1 .slide {
    margin-right: 9px !important;
}
.bx-wrapper .slider2 img {
    max-width: 100% !important;
}
#bloco01 {
    padding-top: 30px;
}
#bloco02 {
    padding-top: 40px;
    padding-bottom: 30px;
}
	.bloco-2{
		display: table;
	}
	.box3.div3 {
    border-right: none;
    border-bottom: 1px solid #dfdfdf;
}
	.box3{
		padding: 20px;
	}
.link-rodape a {
    padding: 6px;
}
	.txt-bloco-2{
		padding-bottom: 30px;
	}
	.tit-banner .subtit {
    font-size: 32px;
    line-height: 34px;
}
	.tit-banner .tit {
    font-size: 58px;
    line-height: 50px;
}
.tit-banner .txt {
    font-size: 20px;
    line-height: 26px;
    padding-top: 30px;
	padding-bottom: 30px;
}
	.form-borda {
    padding: 20px 20px;
}
	.tit-operadoras {
    font-size: 28px;
	line-height: 34px;
}
	.tit-form {
    font-size: 28px;
    line-height: 34px;
}
	.tit-bloco-2 {
    font-size: 28px;
    line-height: 34px;
}
	.tit-bloco-5 {
    font-size: 28px;
    line-height: 40px;
		text-align: center;
}
}
