@charset "utf-8";

* {
    font-family: "Open Sans", sans-serif;
}

[id^="content-tab-"]{
    display: none;
}

#content-tab-1{
    display: block;
}

.mbl {
    display: none;
}

.menu-mobile {
    display: none;
}

.dropdown-mbl {
    display: none;
}

.float-left {
    float: left;
    width: auto;
}

.float-right {
    float: right;
    width: auto;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.txt-black {
    color: #000;
}

.p-b-30 {
    padding-bottom: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.container {
    width: 1180px;
    padding: 50px 0 100px;
    position: relative;
    float: left;
    left: 50%;
    margin-left: -590px;
}


.container2 {
    width: 800px;
    padding: 50px 0 100px;
    position: relative;
    float: left;
    left: 50%;
    margin-left: -400px;
    clear: both;
}

.col-full {
    width: 98%;
    margin: 0 1% 40px;
}


.col-half {
    width: 48%;
    margin: 0 1% 40px;
}

[class^="col-md-"] {
    position: relative;
    float: left;
    padding:  0 10px;
}

hr {
    position: relative;
    float: 	left;
    background: #dedede;
    width: calc(100% - 20px);
    opacity: 0.5;
    margin: 20px 0 30px 10px;
}


.col-md-12 {
    width: calc(100% - 20px);
}

.col-md-11 {
    width: calc(91.6666% - 20px);
}

.col-md-10 {
    width: calc(83.3333% - 20px);
}

.col-md-9 {
    width: calc(75% - 20px);
}

.col-md-8 {
    width: calc(66.6666% - 20px);
}

.col-md-7 {
    width: calc(58.3333% - 20px);
}

.col-md-6 {
    width: calc(50% - 20px);
}

.col-md-5 {
    width: calc(41.6666% - 20px);
}

.col-md-4 {
    width: calc(33.3333% - 20px);
}

.col-md-3 {
    width: calc(25% - 20px);
}

.col-md-2 {
    width: calc(16.6666% - 20px);
}

.col-md-2 {
    width: calc(8.3333% - 20px);
}

.zind9 {
    z-index: 9;
}

.zind9:focus-within {
    z-index: 11;
}


.clr {
    clear: left;
}

.line-bottom::after {
    content: "";
    width: 50px;
    height: 5px;
    background: #0097db;
    display: block;
    left: 50%;
    position: relative;
    margin-left: -25px;
    margin-top: 15px;
}

.line-bottom.esquerda::after {
    left: 0;
    margin-left: 0;
}

body {
    background: #f5f5f5;
    color: #7d7d7d;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
}


header {
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}

header svg {
    width: 16px;
}

header img {
    height: 127px;
    display: block;
}

#content {
    padding-top: 140px;
    z-index: 3;
}

header .container {
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

nav {
    display: flex;
    gap: 20px;
    margin-left: auto;
}

nav ul {
    width: 100%;
    text-align: right;
}

nav ul li {
    text-align: center;
    display: inline-block;
    position: relative;
}


nav ul li a {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #303030;
    fill: #303030;
}


nav > ul > li > a {
    text-transform: uppercase;
    color: #303030;
}

nav ul li:last-child a {
    padding: 10px 0;
}

nav ul li a .sub-arrow {
    position: absolute;
    right: 15px;
}

nav ul li a .sub-arrow svg {
    width: 10px;
}

li.submenu a {
    padding: 10px 40px 10px 10px;
}


nav > ul > li:hover > a .sub-arrow svg,
nav > ul > li:hover > a {
    color: #7D7D7D;
    fill: #7D7D7D;
}


nav > ul > li.current > a .sub-arrow svg,
nav > ul > li.current > a {
    color: #0097DB;
    fill: #0097DB;
}

.subsubmenu > div,
.submenu > div {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 40px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    /*transition: 0.5s all linear;*/
}


.submenu:hover > div {
    height: auto;
    opacity: 1;
    overflow: visible;

}


.subsubmenu > div  {
    top: 0;
    padding-top: 0;
    left: 240px;
}

.subsubmenu:hover > div{
    /*    
        top: -40px;
        left: 240px;
    */
    height: auto;
    opacity: 1;
    overflow: visible;
}

#ssub ul {
    min-width: 320px;
}

nav ul .submenu ul {
    text-align: left;
    background: #eaeaea;
    min-width: 240px;
}

nav ul .submenu ul li {
    display: block;
}

nav ul .submenu ul li a {
    text-transform: none;
    font-size: 15px;
    text-align: left;
    padding: 15px 20px;
    font-weight: 500;
}

nav ul .submenu ul li.active,
nav ul .submenu ul li:hover {
    background: #d8d8d8;
}


nav ul .submenu > ul li.active a .sub-arrow svg,
nav ul .submenu > ul li.active a {
    color: #20409A;
}

nav ul .submenu > ul li:hover a .sub-arrow svg,
nav ul .submenu > ul li:hover a {
    color: #D8D8D8;
    fill: #D8D8D8;
}

header nav > ul > li.h-mob:hover > a svg {
    color: #0097DB;
    fill: #0097DB;
}


nav ul li .subsubmenu a .sub-arrow {
    position: relative;
    right: auto;
    margin-left: 5px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}


nav ul li .subsubmenu a .sub-arrow svg {
    transform: rotate(-90deg);
}

header button {
    width: 50px;
    height: 50px;
}

header button svg {
    width: 30px;
    padding-top: 5px;
}


.container {
    width: 1180px;
    padding: 50px 0 100px;
}

.container h1 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000;
}

.container h1.esquerda {
    text-align: left;
}

p.subtitle {
    color: #303030;
    margin-bottom: 50px;
}

.container h1 svg {
    fill: #0097DB;
    width: 40px;
}


.container h1 .rounded {
    border-radius: 100%;
    background: #0097DB;
    width: 40px;
    display: inline-block;
    margin-bottom: 10px;
}

.container h1 .rounded svg {
    fill: #fff;
    width: 20px;
}



.container2 h2,
.container h2 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 650;
    margin-bottom: 15px;
    /*color: #000;*/
    color: #303030;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 390px;
}



h2.full span {
    display: inline-block;
    width: auto;
    font-weight: bold;
}

h2.full {
    font-weight: normal;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}


.box-central {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.box-esquerda {
    width: 390px;
    display: flex;
    justify-content: left;
    flex-direction: column;
}


.box-direita {
    float: right;
    width: 390px;
    display: flex;
    justify-content: left;
    flex-direction: column;
}

.form-box {
    background: #dcebf2;
    padding: 25px 20px;
    /*max-width: 390px;*/
    max-width: calc(390px - 40px);
    border-radius: 10px;
    margin-bottom: 50px;
}

.form-box label {
    font-size: 14px;
    line-height: 24px;
    color: #636363;
    width: 100%;
    display: block;
    cursor: pointer;
}

.lado-a-lado {
    padding: 10px 20px 0 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #636363;
    cursor: pointer;
    margin-bottom: 25px;
}


input[type='checkbox'] {
    width: 15px;
    margin-bottom: 25px;
    cursor: pointer;
}
/*span.select2.select2-container.select2-container--default, span.select2.select2-container.select2-container--default.select2-container--below {*/
.select2-container--default .select2-selection {
    background: #fff;
    border-radius: 5px;
    height: 47px!important;
    border: 1px solid #c3c3c3;
    margin-bottom: 25px;
    padding: 5px 10px;
    font-family: "Open Sans", sans-serif;
    color: #7d7d7d;
    line-height: 35px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 0.375rem;
    margin: 0.25rem 0.5rem;
    margin-bottom: 0;
    width: calc(100% - 1rem);
    border: 1px solid #dedede;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

input[type="file"] {
    height: 35px;
    position: relative;
    float: left;
    clear: both;
    line-height: 35px;
    border: 1px solid #c3c3c3;
    padding: 5px 10px;
    width: calc(100% - 20px);
    border-radius: 5px;
    font-size: 16px;
    background: #fff;
    margin-bottom: 25px;
}

select,
input[type='date'],
input[type='email'],
input[type='text'],
input[type='password']
{
    width: calc(100% - 20px);
    border-radius: 5px;
    height: 35px;
    border: 1px solid #c3c3c3;
    margin-bottom: 25px;
    padding: 5px 10px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #7d7d7d;
}



.btn-voltar,
.btn-continuar,
.form-box input[type=submit] {
    width: 100%;
    height: 40px;
    background: #0097DB;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    width: 260px;
    margin: 5px 45px 25px;
    letter-spacing: 1px; /* espaço entre letras */
    cursor: pointer;
}


.btn-voltar:hover,
.btn-continuar:hover,
.form-box input[type=submit]:hover {
    background: #20409A;
}

.form-box input[type=submit] {
    width: calc(100% - 90px);
}

.btn-voltar,
.btn-continuar {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    margin: 5px 0 25px;
    transition: 0.3s;
}


.btn-voltar {
    background: #dedede;
    margin-right: 10px;
}

/*
.btn-voltar:hover {
        background: #707070;
}
*/


.btn-continuar:hover,
.btn-submit:hover,
.btn-voltar:hover {
    background: #20409A !important;
}

.form-box input[type=submit].input-full {
    width: 100%;
    margin: 0;
}

.form-box a {
    font-size: 14px;
    color: #7a7a7a;
}

.sem-cadastro {
    text-align: center;
    font-size: 13px;
}

.sem-cadastro a {
    color: #0097DB;
    font-weight: 700;
}


.sem-cadastro2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.sem-cadastro2 a {
    color: #fff;
    background: #23A455;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 30px;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    transition: 0.3s all linear;
}

.btn-voltar:hover,
.btn-continuar:hover,
.sem-cadastro2 a:hover {
    transform: scale(1.1);
}

.img-lock {
    width: 390px;
    max-width: 100%;
}

.form-box p {
    color: #303030;
}

label {
    cursor: pointer;
}

label[for="estrangeiro"] {
    padding: 13px 0;
    display: inline-block;
    cursor: pointer;
}

#ss {
    width: 150px;
    margin-left: 45px;
}

.aceite {
    padding-top: 30px;
}

p.alerta span,
.aceite a {
    color: #0097DB;
}

#validacao,
#bandeira {
    margin: -20px 30px 0 0;
    position: relative;
    float: left;
    color: #0097DB;
}


#validacao.erro {
    color: #ff0000;
}

#validacao.ok {
    color: #00db59;
}

p.alerta {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #20409a;
    margin-bottom: 50px;
}

.vermelho {
    background: #cc0000;
}

label.required::after {
    content: " *";
    color: #e53935;
}

input.campo-erro {
    border: 2px solid #e53935;
    background-color: #fff5f5;
}

/*span.select2.select2-container.select2-container--default, span.select2.select2-container.select2-container--default.select2-container--below {*/
.select2-container--default .select2-selection.campo-erro {
    border: 2px solid #e53935 !important;
    background-color: #fff5f5;
}

.beneficio {
    background: #fff;
    padding: 15px 30px;
    margin: 0 0 30px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    width: calc(100% - 50px);
    display: flex;
    display: flex;
    align-items: center;      /* centraliza verticalmente */
    gap: 15px;                /* espaço entre imagem e texto */
}


.beneficio .img {
    width: 100px;
    flex-shrink: 0;           /* impede de encolher */
    text-align: center;
}

.beneficio .img img {
    max-width: 80%;
    height: auto;
    display: block;
}

.beneficio .txt {
    flex: 1;                  /* ocupa todo o espaço restante */
}

.beneficio:hover {
    border-color: #6EC1E4;
    background-color: #6EC1E41A;
}

.tabs {
    display: flex;
    position: relative;
    margin: 40px 0;
}

/* Linha horizontal */
.tabs::before {
    content: "";
    position: absolute;
    top: 22px;
    left: calc(36px / 2);
    right: calc(36px / 2);
    height: 2px;
    background: #cfd8dc;
    z-index: 1;
}

.tab {
    flex: 1;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #90caf9;
    z-index: 2;
}

/* Círculo */
.tab span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #90caf9;
    background: #fff;
    font-weight: bold;
    margin-bottom: 8px;
}

/* Estados */
.tab.ativo {
    color: #0d47a1;
    font-weight: 600;
}

.tab.ativo span {
    border-color: #0d47a1;
    color: #0d47a1;
}

.tab.concluido {
    color: #0d47a1;
}

.tab.concluido span {
    background: #0d47a1;
    border-color: #0d47a1;
    color: #fff;
}



footer {
    background: #003669;
    color: #fff;
    fill: #fff;
    z-index: 1;
}

footer svg {
    height: 22px;
}


footer li a {
    display: inline-block;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    height: 30px;
}


footer li a:hover svg {
    color: #72D3FF;
    fill: #72D3FF;
}

footer li {
    display: inline-block;
    margin-bottom: 20px;
}

#copy {
    font-size: 12px;
    background: #00294F;
}

footer label {
    font-size: 12px;
    display: block;
    line-height: 18px;
    padding: 0;
    margin: 0;
}

footer input[type='checkbox'] {
    margin-bottom: 0;
}

footer label a {
    color: #37bdfc;
}

footer label a:hover {
    color: #72D3FF;
}

#enviar_news {
    height: 40px;
    background: #37bdfc;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    width: 200px;
    margin: 5px 45px 25px;
    clear: both;
    position: relative;
    float: right;

}

#enviar_news {
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    margin: 5px 0 25px;
    transition: 0.3s;
}

footer {
    background: #003669;
    color: #fff;
    fill: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transformation: none;
    letter-spacing:0.5px;

}

footer strong {
    font-weight: 700;
}

footer svg.e-fab-whatsapp {
    width: 19px;
    height: auto;
}

footer svg.e-fas-phone-alt {
    width: 14px;
    height: auto;
}

address svg.e-far-envelope {
    width: 16px;
    height: auto;
}

footer .container {
    padding: 50px 0 30px;
}



footer form {
    padding-top: 10px;
}

footer #copy .container {
    padding: 10px 0;
}

footer img {
    margin-bottom: 30px;
    margin-left: 13px;
}

#copy a {
    color: #fff;
    float: right;
    font-weight: 700;
}


#copy a:hover {
    color: #72D3FF;
}

#copy span {
    font-weight: 700;
}

#pesquisa {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    display: none;
}



div#pesquisa form {
    flex: 1;
}

#formPesquisa {
    width: 80%;
    left: 10%;
}

#formPesquisa input[type=search] {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #7D7D7D;
    line-height: 48px;
    font-weight: 400;
    text-transform: none;
}

#formPesquisa input[type=search]:focus {
    color: #ffffff;
}

#formPesquisa button {
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    background: transparent;
}

#formPesquisa button svg {
    color: #fff;
    fill: #fff;
}

.close {
    position: fixed;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 40px;
    border: 3px solid #fff;
    width: 50px;
    line-height: 42px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    display: block;
}

a.close.h-desk {
    text-align: center;
}

address svg {
    vertical-align: middle;
    padding: 0 2px 4px 0;
}

.abas {
    position: relative;
    float: left;
}

.abas button {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    width: 100%;
    padding: 18px 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    line-height: 1.2em;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #7d7d7d;
    text-align: left;
    transition: 0.3s all linear;
}

.abas button.active {
    background: #20409A;
    color: #fff;
}

.abas-conteudo {
    position: relative;
    float: left;
    width: calc(100% - 50px);
    background: #fff;
    border-radius: 6px;
    border: 1px solid #7d7d7d9e;
    padding: 20px 25px 25px;
}

.abas-conteudo .btn-voltar, .abas-conteudo .btn-continuar {
    margin-bottom: 0;
}

.abas button:not(.active):hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    background: #AAE5FF;
    color: #003669;
}

.fmin input#li_e_concordo {
    margin-bottom: 0;
}

.fmin label {
    font-size: 0.8em;
}

p.sucesso {
    color: #28a745; /* verde */
}

.abas-conteudo table {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-collapse: separate;
    border-spacing: 0;
}

.abas-conteudo td,
.abas-conteudo th {
    font-size: 0.8em;
    font-weight: 600;
    border: 1px solid #e0e0e0;
    border-collapse: separate;
    padding: 10px 15px;
}

.abas-conteudo th {
    font-weight: bold;
    color: #303030;
}

.abas-conteudo tbody tr:nth-child(odd) {
    background: #f0f0f0;
}

[class^="badge-"] {
    width: 150px;
    margin: 0;
    text-align: center;
    padding: 8px 0;
    border-radius: 5px;
    display: inline-block;
}

.badge-success {
    background: #a6ffc5;
    color: #358551;
}

.badge-warning {
    background: #ffe87a;
    color: #b0720f;
}

.badge-error {
    background: #ffa6a6;
    color: #882b2b;
}

.badge-info {
    background: #0488ce;
    color: #fff;
}

.badge-primary {
    background: #ddd;
    color: #999;
}

.abas-conteudo tr td:last-child {
    text-align: center;
}

#cobrancas h2 {
    font-size: 1.7em;
    font-weight: 600;
}

#btn-renovar {
    float: none;
    display: inline-block;
    padding: 10px 20px;
    background: #003669;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    min-width: 220px;
    margin: 20px auto 40px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 1.5px;
    transition: 0.7s all linear;
}


#btn-renovar:hover {
    background: #0097db ;
}

.tb-responsive {
    overflow-x: auto;
}

.dados-usuario {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px 0px;
    margin-bottom: 20px;
    line-height: 1.2em;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: rgb(125, 125, 125);
    background: rgb(255, 255, 255);
    padding: 18px 20px;
    border-radius: 6px;
    transition: 0.3s linear;
    width: 540px;
    text-align: center;
    margin-bottom: 60px;
    left: 50%;
    margin-left: -290px;
}

.dados-usuario p:first-child {
    margin-bottom: 20px;
}

.dados-usuario p {
    font-weight: 400;
    line-height: 1.5em;
}

.dados-usuario p strong {
    color: #303030;
    font-weight: 700;
}




/* ***** Vico ***** */


a.close.h-desk {
    text-align: center;
}

h6 a {
    color: inherit;        /* herda a cor do h6 */
    text-decoration: none; /* remove underline */
    font-weight: inherit;
}

/* opcional: hover sutil */
h6 a:hover {
    text-decoration: underline;
}

a.download {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 30px;
    background: #0097db;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 14px;
}

a.download:hover {
    background: #007bb3;
}

table {
    border-collapse: separate;
    border-spacing: 0 40px; /* horizontal | vertical */
}

/* Container dos botões */
.vc_column_container {
    text-align: center;
}

/* Botão base */
a.qbutton.default {
    display: inline-block;
    width: 60%;
    padding: 12px 10px;
    border: 2px solid #0097db;
    border-radius: 6px;
    background-color: transparent;
    color: #20409a;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.25s ease;
}

/* Hover */
a.qbutton.default:hover {
    background-color: #20409a !important;
    border-color: #20409a !important;
    color: #ffffff !important;
}

/* Botão ativo (ex: mês atual) */
a.qbutton.default.active {
    background-color: #20409a;
    border-color: #20409a;
    color: #ffffff;
}

/* Linha dos botões */
.wpb_row,
.vc_row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 12px;
}

/* Cada coluna */
.vc_column_container.vc_col-sm-1\/5 {
    flex: 1;
    max-width: 20%;
}

.vc_row {
    display: flex;
    flex-wrap: wrap;
}
.vc_col-md-4 {
    width: 30% !important;
}

@media (max-width: 991px) {
    .vc_col-sm-4 {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .vc_col-sm-4 {
        width: 100%;
    }
}

.BotaoSalvar {
    cursor:pointer !important;
}

.btn-submit {
    cursor: pointer !important;
}




.select2-container--default .select2-selection--single {
    position: relative;
}

.select2-container--default .select2-selection--single::after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    pointer-events: none;
}

.link-email {
    color: #ffffff; /* branco */
    text-decoration: none; /* opcional */
}

.link-email:hover {
    color: #72D3FF;
}