/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;500;700,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

*{border:0;margin:0;padding:0;}
html,body{height:100%;}
body{margin:0;padding:0;font-family: 'Roboto Condensed', sans-serif;font-size:13px;color:var(--preto);overflow-x:hidden}  
ul,li{list-style:none;margin:0;padding:0}
a,a:hover{text-decoration:none;color:var(--preto)}
p{line-height:20px;margin:15px 0}
figure{margin:0;padding:0}
/*FORMS*/
::-webkit-input-placeholder{color: var(--preto);}
::-moz-placeholder{color: var(--preto);}
:-ms-input-placeholder{color: var(--preto);}
:-moz-placeholder{color: var(--preto);}
/*MARGIN*/
.Mt0{margin-top:0}.Mt10{margin-top:10px}.Mt20{margin-top:20px}.Mt30{margin-top:30px}.Mt40{margin-top:40px}.Mt50{margin-top:50px}.Mt60{margin-top:60px}.Mt70{margin-top:70px}.Mt80{margin-top:80px}.Mt90{margin-top:90px}.Mt100{margin-top:100px}.Mt110{margin-top:110px}.Mt120{margin-top:120px}.Mt130{margin-top:130px}.Mt140{margin-top:140px}.Mt150{margin-top:150px}
.Mb0{margin-bottom:0}.Mb10{margin-bottom:10px}.Mb20{margin-bottom:20px}.Mb30{margin-bottom:30px}.Mb40{margin-bottom:40px}.Mb50{margin-bottom:50px}.Mb60{margin-bottom:60px}.Mb70{margin-bottom:70px}.Mb80{margin-bottom:80px}.Mb90{margin-bottom:90px}.Mb100{margin-bottom:100px}.Mb110{margin-bottom:110px}.Mb120{margin-bottom:120px}.Mb130{margin-bottom:130px}.Mb140{margin-bottom:140px}.Mb150{margin-bottom:150px}
.Ml0{margin-left:0}.Ml10{margin-left:10px}.Ml20{margin-left:20px}.Ml30{margin-left:30px}.Ml40{margin-left:40px}.Ml50{margin-left:50px}
.Mr0{margin-right:0}.Mr10{margin-right:10px}.Mr20{margin-right:20px}.Mr30{margin-right:30px}.Mr40{margin-right:40px}.Mr50{margin-right:50px}
/*PADDING*/
.Pt0{padding-top:0}.Pt10{padding-top:10px;box-sizing:border-box}.Pt20{padding-top:20px;box-sizing:border-box}.Pt30{padding-top:30px;box-sizing:border-box}.Pt40{padding-top:40px;box-sizing:border-box}.Pt50{padding-top:50px;box-sizing:border-box}
.Pb0{padding-bottom:0}.Pb10{padding-bottom:10px;box-sizing:border-box}.Pb20{padding-bottom:20px;box-sizing:border-box}.Pb30{padding-bottom:30px;box-sizing:border-box}.Pb40{padding-bottom:40px;box-sizing:border-box}.Pb50{padding-bottom:50px;box-sizing:border-box}
.Pl0{padding-left:0}.Pl10{padding-left:10px;box-sizing:border-box}.Pl20{padding-left:20px;box-sizing:border-box}.Pl30{padding-left:30px;box-sizing:border-box}.Pl40{padding-left:40px;box-sizing:border-box}.Pl50{padding-left:50px;box-sizing:border-box}
.Pr0{padding-right:0}.Pr10{padding-right:10px;box-sizing:border-box}.Pr20{padding-right:20px;box-sizing:border-box}.Pr30{padding-right:30px;box-sizing:border-box}.Pr40{padding-right:40px;box-sizing:border-box}.Pr50{padding-right:50px;box-sizing:border-box}
/*CORES*/
:root {
    --branco: #fff;
	--preto: #535353;
    --cinza: #7a7a7a;
    --cinzac: #b7b7b5;
    --azule: #062466;
    --azulc: #2275bd;
    --azulcc: #5abce9;
    --laranja: #e97105;
    --laranjae: #b6420f;
    --amarelo: #f5a512;
    --bgcinza: #e1e1e1;
}
/*CODE*/
.title18 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}
.title18 strong {
    font-weight: 700;
}
.title18.marca {
    position: relative;
}
.title18.marca:before {
    content: '';
    width: 21px;
    height: 18px;
    background-image: url(../images/marca.png);
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
}
.title18.laranja {
    color: var(--laranja);
}
.title20.azule {
    color: var(--azule);
}
.title20 {
    font-size: 20px;
    font-weight: 400;
}
.title20 strong {
    font-weight: 700;
}
.title16i {
    font-size: 16px;
    font-weight: 700;
    color: var(--azule)
}
.title16i strong {
     font-weight: 700;
    color: var(--laranja);
}
.title16i i {
    margin-right: 10px;
}
.bot-laranja {
    color: var(--branco);
    font-size: 16px;
    font-weight: 700;
    background: var(--laranja);
    padding: 10px 30px;
    display: inline-block;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.bot-laranja:hover {
    color: var(--branco);
    background: var(--laranjae);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
header .pre {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
	background: #f3f3f3;
    /*background: rgb(236,236,236);*/
    /*background: linear-gradient(90deg, rgba(243,243,243,1) 0%, rgba(221,221,221,1) 100%);*/
}
header .pre .info ul li {
    display: inline-block;
    margin-right: 20px;
	font-size: 13px;
}
header .pre .info ul li i {
    color: var(--azule);
    margin-right: 5px;
}
header .pre .menu ul li {
    display: inline-block;
    margin-left: 20px;
}
.logo-menu-acesso .logo {
    position: relative;
}
.logo-menu-acesso .logo:before {
    content: '';
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -200%;
    background: #f6f5f6;
}
.logo-menu-acesso .logo,
.logo-menu-acesso .menu {
    line-height: 125px;
    /*background-color: #f6f5f6;*/
}
.nav-display {
    display: none;
}
.logo-menu-acesso .menu ul li {
    font-weight: 700;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    z-index: 1;
	font-size: 14px;
}
.logo-menu-acesso .menu ul li a,
.logo-menu-acesso .menu ul li a:hover {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.logo-menu-acesso .menu ul li a:hover,
.logo-menu-acesso .menu ul li.active a {
    color: var(--laranja);
}
/*.logo-menu-acesso .acesso {
    height: 150px;
    background: #e1e1e1;
    position: relative;
    font-size: 12px;
}
.logo-menu-acesso .acesso:before {
    content: '';
    width: 80px;
    height: 150px;
    position: absolute;
    top: 0;
    left: -65px;
    background: url(../images/before-acesso.gif) no-repeat;
}*/
/*.logo-menu-acesso .acesso:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
    background: #e1e1e1;
}*/
.logo-menu-acesso .acesso form {
    margin-top: 20px;
}
.logo-menu-acesso .acesso input {
    padding: 5px 10px;
    margin-right: 1px;
	 width: 135px;
}
.logo-menu-acesso .acesso input[type="password"] {
    width: 135px;
}
.logo-menu-acesso .acesso input[type="submit"] {
    color: var(--branco);
    background: var(--laranja);
    cursor: pointer;
}
.logo-menu-acesso .acesso a.bot-cadastre-se {
    color: var(--branco);
    background: var(--azule);
    padding: 10px 20px;
    display: block;
}
.banner {
    width: 100%;
	position: relative;
}
.banner .sliders .slider {
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: top center;
}
.banner .sliders .slider div {
    width: 1110px;
    margin: 90px 0px 0px 100px;
}
.banner .sliders .slider div h1,
.banner .sliders .slider div h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    line-height: 50px;
    font-weight: 400;
    color: var(--azule);
    margin-bottom: 40px;
}
.banner .sliders .slider div h1 strong,
.banner .sliders .slider div h2 strong {
    font-size: 48px;
    font-weight: 700;
}
.banner .sliders .slider div ul li {
    font-size: 17px;
    position: relative;
    margin-bottom: 10px;
    color: var(--cinza);
}
.banner .sliders .slider div p {
    font-size: 17px;
    color: var(--cinza);
}
.banner .sliders .slider div p strong {
    color: var(--laranja);
}
.banner .sliders .slider div ul li:before,
.planos-diferenciados ul li:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--laranja);
    display: inline-block;
    margin-right: 10px;
}
.banner .bx-wrapper {
    border: none;
    box-shadow: none;
    margin: 0;
}
.sistema-cadastre-se {
    width: 100%;
    min-height: 628px;
    background-image: url(../images/bg-sistema-cadastre-se.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 120px;
    margin-top: -200px;
    position: relative;
}
.sistema-cadastre-se h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    line-height: 65px;
    font-weight: 400;
    color: var(--azulc);
}
.sistema-cadastre-se h2 strong,
.previna-se h2 strong,
.consultas h2 {
    font-weight: 700;
}
.sistema-cadastre-se p,
.previna-se p {
    font-size: 17px;
    line-height: 30px;
    color: var(--cinza);
    margin-bottom: 0;
}
.previna-se {
    width: 100%;
    min-height: 640px;
    background-image: url(../images/bg-previna-se.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 200px;
    margin-top: -245px;
    position: relative;
}
.previna-se:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 40px;
    border-color: #ebebeb transparent transparent transparent;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -40px;
}
.previna-se h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    line-height: 65px;
    font-weight: 400;
    color: var(--branco);
}
.consultas {
    position: relative;
    margin-top: -100px;
}
.consultas h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
    color: var(--preto);
}
.list-consultas .tit {
    font-size: 18px;
    font-weight: 900;
}
.list-consultas .tit.amarelo {
    color: var(--amarelo);
}
.list-consultas .tit.azulc {
    color: var(--azulc);
}
.list-consultas .tit.azule {
    color: var(--azule);
}
.list-consultas .tit i {
    color: var(--cinzac);
    margin-right: 5px;
}
.list-consultas .tconsultas {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.list-consultas figure {
    min-height: 55px;
}
.list-consultas .desc {
    min-height: 110px;
}
.list-consultas p {
    font-size: 12px;
    line-height: 20px;
}
.list-consultas .bot-laranja {
    padding: 5px 20px;
}
.list-consultas .valor {
    font-size: 12px;
}
.list-consultas .valor strong {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: var(--azulc);
    display: block;
}
.accordion {
    display: inline-block;
    width: 100%;
    border-bottom: 4px solid var(--azulc);
}
.accordion-toggle {
    width: 100%;
    font-size: 14px;
    position: relative;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
}
.accordion-toggle:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    right: 0;
    position: absolute;
}
.accordion-content {
	display: none;
    float: left;
    padding: 15px;
    background: var(--laranja);
    color: var(--branco);
}
.accordion-content p {
    margin: 0;
}
.accordion-content ul li {
	font-size: 12px;
    list-style: disc;
    margin-left: 15px;
}
.accordion-content ul {
    margin-top: 5px;
    margin-bottom: 10px;
}
.mega-bonus {
    width: 100%;
    background-image: url(../images/bg-mega-bonus.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 80px;
}
.mega-bonus .valor {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
}
.mega-bonus .valor strong {
    font-size: 48px;
    line-height: 60px;
    font-weight: 900;
    color: var(--laranja);
}
.mega-bonus .valor .v1 {
    font-weight: 900;
    color: var(--azule);
}
.mega-bonus .valor .v2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: right;
    margin-top: 10px;
}
.list-number .number {
    width: 76px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    background-image: url(../images/bg-mega-bonus-number.png);
    background-repeat: no-repeat;
    font-size: 40px;
    color: var(--azule);
    margin: 0 auto 20px;
}
.list-number h2,
.list-bullets h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 900;
    color: var(--azule);
}
.list-number .desc,
.list-bullets .desc {
    min-height: 100px;
    font-weight: 400;
}
.mega-bonus .txt-duvidas {
    font-size: 17px;
    color: var(--cinza);
}
.mega-bonus .txt-duvidas a {
    font-weight: 700;
}
.planos-diferenciados {
    width: 100%;
    height: 840px;
    background-image: url(../images/bg-planos-diferenciados.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
.planos-diferenciados h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 34px;
    line-height: 45px;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
}
.planos-diferenciados h2 strong {
    font-weight: 700;
}
.planos-diferenciados h2:before {
    content: '';
    width: 55px;
    height: 46px;
    background-image: url(../images/marca.png);
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 50px;
}
.planos-diferenciados ul li {
    font-size: 17px;
    margin-bottom: 10px;
    color: var(--azule);
    font-weight: 500;
    position: relative;
}
.bullets h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: var(--azule);
}
.bullets h2 strong {
    font-weight: 700;
}
.bullets figure {
    margin-bottom: 20px;
}
.call-sistema {
    padding-top: 40px;
    padding-bottom: 40px;
    background: var(--azulc);
    color: var(--branco);
}
.call-sistema h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}
.call-sistema p {
    margin: 0;
}
footer {
    color: var(--branco);
}
footer .black {
    background: #000;
    padding-top: 80px;
    padding-bottom: 60px;
}
footer h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}
footer h5:before {
    content: '';
    width: 21px;
    height: 18px;
    background-image: url(../images/marca.png);
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
}
footer a {
    color: var(--branco);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
footer a:hover {
    color: var(--laranja);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
footer .contato ul {
    margin-bottom: 40px;
}
footer .contato ul li,
.contato-quem-somos ul li {
    margin-bottom: 10px;
}
footer .contato ul li:last-child {
    margin-top: 30px;
}
footer .contato ul li a,
.contato-quem-somos ul li a {
    color: var(--laranja)
}
footer .contato ul li i,
.contato-quem-somos ul li i {
    margin-right: 5px;
}
footer .contato .social {
    font-size: 30px;
}
footer .cinza {
    background: #535353;
    padding-top: 30px;
    padding-bottom: 150px;
}
footer .cinza p {
    margin: 0;
}
footer .cinza p a {
    margin-right: 10px;
}
footer .cinza a:hover {
    color: var(--branco);
}
.tit-page {
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url(../images/bg-tit-page.jpg);
    background-position: center;
}
.tit-page h1 {
    font-size: 25px;
    font-weight: 400;
    margin: 0;
}
.contato-quem-somos ul {
    margin-top: 15px;
}
.contato-quem-somos ul li:nth-child(n+6) {
    margin-top: 30px;
}
.bg-quem-somos {
    background-image: url(../images/bg-quem-somos.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -150px;
    padding-top: 320px;
    position: relative;
}
.numeral {
    width: 76px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    background-image: url(../images/bg-mega-bonus-number.png);
    background-repeat: no-repeat;
    font-size: 40px;
    color: var(--azule);
    float: left;
    margin-right: 20px;
}
.planos {
    background-image: url(../images/bg-planos.gif);
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 80px;
}
.planos h2,
.list-accordion h2 {
    font-size: 25px;
    line-height: 30px;
    color: var(--azule);
}
.planos h2 strong,
.list-accordion h2 strong {
    font-weight: 700;
}
.list-planos .box {
    background: #e7e7e7;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    width: 100%;
    display: inline-block;
}
.list-planos .col-lg-4:nth-child(1) .box {
    border-bottom: 4px solid var(--azulc);
}
.list-planos .col-lg-4:nth-child(2) .box {
    border-bottom: 4px solid var(--amarelo);
}
.list-planos .col-lg-4:nth-child(3) .box {
    border-bottom: 4px solid var(--azulcc);
}
.list-planos .box .number {
    line-height: 70px;
    font-size: 25px;
    font-weight: 700;
    color: var(--branco);
    position: relative;
    margin-bottom: 20px;
}
.list-planos .box .number:before {
    content: '';   
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 70px;
    top: 0;
    left: 50%;
    margin-left: -70px;
    position: absolute;
}
.list-planos .col-lg-4:nth-child(1) .box .number:before {
    border-color: var(--azulc) transparent transparent transparent;
}
.list-planos .col-lg-4:nth-child(2) .box .number:before {
    border-color: var(--amarelo) transparent transparent transparent;
}
.list-planos .col-lg-4:nth-child(3) .box .number:before {
    border-color: var(--azulcc) transparent transparent transparent;
}
.list-planos .box .number span {
    position: relative;
}
.list-planos .box h2 {
    font-weight: 700;
    margin-bottom: 40px;
}
.list-planos .box h3,
.list-planos .box .price {
    font-size: 17px;
    color: var(--azule);
    font-weight: 700;
    margin: 0;
}
.list-planos .box p {
    font-weight: 700;
    color: var(--cinza);
    margin: 0;
}
.list-planos .box ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.list-planos .box ul li .subtit-desc {
    float: left;
}
.list-planos .box ul li .price {
    float: right;
}
.list-planos .box ul li h4 {
    font-size: 12px;
    color: var(--azule);
    font-weight: 700;
    margin: 0;
}
.list-planos .box ul li:last-child {
    margin-top: 20px;
    margin-bottom: 30px;
}
.list-planos .box .minimo-bot .minimo {
    width: 58%;
    height: 75px;
    color: var(--branco);
    float: left;
    padding: 10px;
    margin-right: 2%;
}
.list-planos .col-lg-4:nth-child(1) .box .minimo-bot .minimo {
    background: var(--azulc);
}
.list-planos .col-lg-4:nth-child(2) .box .minimo-bot .minimo {
    background: var(--amarelo);
}
.list-planos .col-lg-4:nth-child(3) .box .minimo-bot .minimo {
    background: var(--azulcc);
}
.list-planos .box .minimo-bot .minimo .m1 {
    font-size: 12px;
    width: 55%;
    float: left;
}
.list-planos .box .minimo-bot .minimo .m2 {
    width: 45%;
    float: right;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
}
.list-planos .box .minimo-bot a {
    width: 40%;
    height: 75px;
    
    font-size: 15px;
    font-weight: 900;
    background: var(--laranja);
    color: var(--branco);
    float: right;
    text-align: center;
    padding-top: 15px;
}
.f12b {
    font-size: 12px;
    font-weight: 700;
    color: var(--cinza);
}
.list-accordion .accordion {
    border-bottom: none;
    color: var(--azule);
}
.list-accordion .accordion li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid var(--bgcinza);
}
.list-accordion .accordion .accordion-toggle:after {
    content: "\f078";
}
.list-accordion .accordion .accordion-content {
    padding: 0 0 30px 0;
    background: transparent;
    color: var(--cinza);
}
.atendimento {
    padding-top: 80px;
    padding-bottom: 40px;
    background-image: url(../images/bg-atendimento.gif);
    background-repeat: no-repeat;
    background-position: top center;
}
.atendimento label span,
.cadastre-se label span{
    color: red;
}
.atendimento input,
.atendimento select,
.cadastre-se input,
.cadastre-se select {
    width: 100%;
    background: #f4f1f1;
    padding: 10px;
    margin-bottom: 15px;
    color: var(--cinza);
}
.atendimento textarea {
    width: 100%;
    height: 120px;
    background: #f4f1f1;
    padding: 10px;
    margin-bottom: 15px;
    color: var(--cinza);
}
.atendimento input[type="submit"] {
    width: auto;
    color: var(--branco);
    font-size: 16px;
    font-weight: 700;
    background: var(--laranja);
    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
}
.atendimento input[type="submit"]:hover {
    color: var(--branco);
    background: var(--laranjae);
}
.atendimento-info {
    background: #f4f1f1;
    padding-top: 80px;
    padding-bottom: 60px;
}
.atendimento-info h2,
.list-accordion h3 {
    font-size: 20px;
    color: var(--laranja);
    font-weight: 400;
}
.atendimento-info h2 strong {
    font-weight: 700;
}
.atendimento-info h3 {
    font-size: 16px;
    color: var(--azule);
    font-weight: 700;
    margin-top: 30px;
}
.atendimento-info h4 {
    font-size: 14px;
    color: var(--cinza);
    font-weight: 700;
    margin-bottom: 0;
}
.cadastre-se h2 {
    font-size: 22px;
    font-weight: 400;
    color: var(--azule);
}
.cadastre-se .dados {
    background: #f4f1f1;
    display: inline-block;
    padding: 20px;
}
.cadastre-se .dados p {
    margin: 0;
}
.cadastre-se label {
    color: var(--azule);
}
.cadastre-se input[type="checkbox"] {
    width: auto;
}
.cadastre-se input[type="submit"] {
    width: auto;
    font-weight: 700;
    color: var(--branco);
    background: var(--azule);
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
}
.cadastre-se input[type="reset"] {
    width: auto;
    color: var(--branco);
    background: var(--cinza);
    padding: 10px 20px;
    cursor: pointer;
}
.cadastre-se form a {
    color: var(--laranja);
}
.cadastre-se .tabs li {
    color: var(--branco);
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
}
.cadastre-se .tabs li:first-child {
    background: var(--azule);
}
.cadastre-se .tabs li:last-child {
    background: var(--amarelo);
}
.cadastre-se .tab-content.current {
    display: block
}
.cadastre-se .tab-content {
    display: none;
}
.cadastre-se h3 {
    font-size: 14px;
    font-weight: 700;
}
.modal p {
    margin: 10px 0;
}
.tipo-cadastro h2{
	float: left;
}
.cadastre-se-footer{
	width: 100%;
	background: #2275bdd1;
}
.esqueceu-senha input[type="email"]{
	width: 100%;
    background: #f4f1f1;
    padding: 10px;
    margin-bottom: 15px;
    color: var(--cinza);
}
.esqueceu-senha input[type="submit"]{
	width: auto;
    font-weight: 700;
    color: var(--branco);
    background: var(--azule);
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
}
.esqueceu-senha label span{
	color: red;
}
.logo-menu-acesso{
	background: url(../images/bg-header.png);
	background-size: cover;
	background-position: center;
	height: 131px;
	background-color: #f6f5f6;
	border-bottom: 1px solid #d8d8d8;
}
.seta-banner{
	text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 270px;
}
.banner .bx-wrapper .bx-controls-direction a{
	margin-top: 0 !important;
	top: 40% !important;
}