﻿/**PAGE DE CADASTRO**/
.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    top: 10px;
    overflow: hidden;
}

#form-Cadastro{
	opacity: 1; 
  	transition: opacity 0.08s linear;
	padding-left: 8%;
}

.btn-loginres {
    background:none;
    margin-top: -1.6%;
    margin-right: 20%;
}



.div-btn-login {
	text-align: right;
	padding: 0px;
}

.div-btn-resetpwd {
	text-align: left;
	padding: 0px;
}

#form-Cadastro.hide{
	opacity: 0; 
  	transition: opacity 0.08s linear;
}

.cycle-pager span.cycle-pager-active {
    color: #D69746;
}
.form-group	{
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
}
.link-login {
    color: #f7931e;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.75px;
}
.form-group-login {
    width: 80%;
    text-align: left;
    margin-bottom: 40px;
    margin-left: 20%;
}

.btCTA1min {
    font-size: 16px;
    padding: 18px 10px;
    white-space: nowrap;
}

.btCTA1 {
    background: #f7931e;
    color: #fff;
    border-radius: 10px;
    padding: 25px 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62%;
    box-sizing: border-box;
    margin-left: 18.6%;
    height: 50px;
}

.btCTA1:hover {
	color: white;
}

.btCTA1:focus {
	color: white;
}

.input-lg1 {
    height: 55px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 10px;
    width: 75%;
}

.divTitulorecSenha {
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
}

.titulorecSenha {
    font-weight: 700;
    color: #372a56;
    padding-bottom: 10px;
}

p.texto-checkbox {
    display: inline-block;
    padding: 5px;
}
.vertical-align-center {
    margin: auto;
}
.planos {
    background-color: #2c4278;
    padding: 15px 50px;
    color: #fff;
}

.plan{
text-align: center;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
label.label-form-1 {
    display: block;
    text-align: left;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.line-footer {
    border-top: 4px solid #2c4278;
    width: 100%;
    display: inline-block;
}
.buttons-footer{
    margin: 5px;
    text-align: right;
}

/*Loading Effect*/
.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*EFECT button*/
.waves-effect {
    position: relative;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
    width: 44px;
    min-width: 44px;
    height: 40px;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #213871;
    color: rgb(255, 255, 255);
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s, opacity 0.2s ease 0s;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    padding: 0px;
    border-color: transparent;
    border-radius: 4px;
}
.waves-effect:active {
    background-color: #2bbecd;
    transition: all 0.1s ease 0s;
}

.waves-effect.t{
    -webkit-animation: glowing 1200ms infinite;
    -moz-animation: glowing 1200ms infinite;
    -o-animation: glowing 1200ms infinite;
    animation: glowing 1200ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #213871; -webkit-box-shadow: 0 0 3px #213871;}
  50% { background-color: #2bbecd; -webkit-box-shadow: 0 0 10px #2bbecd;}
  100% { background-color: #213871; -webkit-box-shadow: 0 0 3px #213871;}
}

@-moz-keyframes glowing {
  0% { background-color: #213871; -webkit-box-shadow: 0 0 3px #213871;}
  50% { background-color: #2bbecd; -webkit-box-shadow: 0 0 10px #2bbecd;}
  100% { background-color: #213871; -webkit-box-shadow: 0 0 3px #213871;}
}

@-o-keyframes glowing {
  0% { background-color: #213871; -webkit-box-shadow: 0 0 3px #213871;}
  50% { background-color: #2bbecd; -webkit-box-shadow: 0 0 10px #2bbecd;}
  100% { background-color: #213871; -webkit-box-shadow: 0 0 3px #213871;}
}

@keyframes glowing {
  0% { background-color: #213871; -webkit-box-shadow: 0 0 3px #213871;}
  50% { background-color: #2bbecd; -webkit-box-shadow: 0 0 10px #2bbecd;}
  100% { background-color: #213871; -webkit-box-shadow: 0 0 3px #213871;}
}

.waves-effect-cadastro {
    position: relative;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
    width: 44px;
    min-width: 44px;
    height: 40px;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #372a56;
    color: rgb(255, 255, 255);
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s, opacity 0.2s ease 0s;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    padding: 0px;
    border-color: transparent;
    border-radius: 4px;
}
.waves-effect-cadastro:active {
    background-color: #372a56;
    transition: all 0.1s ease 0s;
}

.waves-effect-cadastro.t{
    -webkit-animation: glowing-cadastro 1200ms infinite;
    -moz-animation: glowing-cadastro 1200ms infinite;
    -o-animation: glowing-cadastro 1200ms infinite;
    animation: glowing-cadastro 1200ms infinite;
}
@-webkit-keyframes glowing-cadastro {
  0% { background-color: #372a56; -webkit-box-shadow: 0 0 3px #372a56; }
  50% { background-color: #80808C; -webkit-box-shadow: 0 0 10px #80808C; }
  100% { background-color: #372a56; -webkit-box-shadow: 0 0 3px #372a56; }
}

@-moz-keyframes glowing-cadastro {
  0% { background-color: #372a56; -webkit-box-shadow: 0 0 3px #372a56; }
  50% { background-color: #80808C; -webkit-box-shadow: 0 0 10px #80808C; }
  100% { background-color: #372a56; -webkit-box-shadow: 0 0 3px #372a56; }
}

@-o-keyframes glowing-cadastro {
  0% { background-color: #372a56; -webkit-box-shadow: 0 0 3px #372a56; }
  50% { background-color: #80808C; -webkit-box-shadow: 0 0 10px #80808C; }
  100% { background-color: #372a56; -webkit-box-shadow: 0 0 3px #372a56; }
}

@keyframes glowing-cadastro {
  0% { background-color: #372a56; -webkit-box-shadow: 0 0 3px #372a56; }
  50% { background-color: #80808C; -webkit-box-shadow: 0 0 10px #80808C; }
  100% { background-color: #372a56; -webkit-box-shadow: 0 0 3px #372a56; }
}

.slide-item{
    width: 100%;
    text-align: center;
    height: calc(100vh - 140px - 54px - 56px);
    overflow-y: auto;
    overflow-x: hidden;
}
.cycle-slide-margin{
    margin-bottom: -10px;
}

.btn-reenviar {
    background-color: #372a56;
    color: #f7931e;
    border-radius: 11px;
    font-weight: 800;
    padding: 12px 20px;
}

.btn-reenviar:hover {    
    color: #80808C;
}

.form-label {
    font-size: 15px;
    color: #372a56;
    font-weight: 800;
    margin-bottom: 10px;
    display: inline-table;
}


.form-control {
    color: #000!important;
    font-size: 16px!important;
    background: #e8e8ef;
    border: 1px solid #e8e8ef!important;
    padding: 5px 12px;
}

.radio-span{
    font-size: 13px;
}

.radio-button {
    background-color: #2bbecd;
    padding: 5px 15px 5px 15px !important;
    border-radius: 5px;
    height: 34px;
    cursor: pointer;
    user-select: none;
}

.radio-button .fa-check {
    display: none;
}

.radio-button input[type="radio"] {
    display: none;
}

.radio-button span {
    color: white;
    font-weight: bold;
    top: 5px;
    position: relative;
}

.radio-button :checked + span .fa-check {
    display: inline-block;
}

.radio-button :checked + span {
    color: #213871 !important;
}


.slide-1 p{
    margin: 0;
    margin-left: 5px;
}

.slide-1 .form-group{
    margin-top: 10px;
    margin-bottom: 15px;
}

.slide-2 .form-group{
    margin-top: 60px;
    margin-bottom: 30px;
}

.slide-3 .form-rg{
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: left;
}

.slide-4 .form-group{
    margin-top: 40px;
    margin-bottom: 60px;
}

.slide-4 .form-group .form-label{
    margin-bottom: 25px;
    font-size: 17px;
}

.span-relacionamento{
    font-size: 14px;
}

.slide-6 .form-rg,
.slide-5 .form-rg{
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: left;
}

.slide-7 .form-rg,
.slide-11 .form-rg{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.slide-8 .form-group,
.slide-9 .form-group{
    margin-top: 10px;
}

.slide-8 .form-label,
.slide-9 .form-label{
    margin-bottom: 20px;
    margin-top: 30px;
}

.slide-10 .relacionamento{
    margin-top: 50px;
}

.slide-12 h3{
    margin-bottom: 90px;
}

.exEstrangeiro{
    color: #2c4278;
    font-size: 12px !important;
    opacity: .5;
}

.cycle-pager {
    text-align:center;
    width:100%;
    z-index:500;
    position:absolute;
    top: 30px;
    overflow:hidden;
}
.cycle-pager span {
    font-family:arial;
    font-size:50px;
    width:16px;
    height:16px;
    display:inline-block;
    color: gray;
    cursor:pointer;
}
.cycle-pager span.cycle-pager-active {
    color:#2c4278;
}
.cycle-pager>* {
    cursor:pointer;
}

.owl-dots {
	text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
}
.owl-dot {
	border: 1px solid #2c4278;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	margin:0 2px;
    background: #aaaaaa;
}
.owl-dot:hover,
.owl-dot.active {
	background: #2c4278;;
}

.item{
    margin-top: 25px;
}

.select-country option{
    color: #535353 !important;
}
.select-country{    
    padding: 0 10px;
    height: 42px;
}

.plano{
    margin-bottom: 10px;
    height: 50px;
}

.body-plan p{
    margin: 0;
    text-align: left;
    font-weight: 500; 
}

.body-plan h3{
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 5px;
}

.body-plan{
    padding: 10px 10px 0 10px;
    border-radius: 11px;
    cursor: pointer;
}

.radio-button-plan{
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #2bbecd;
    user-select: none;
}

.radio-button-plan input[type="radio"] {
    display: none;
}

.radio-button-plan :checked + .body-plan {
    background-color: #2b4177 !important;
    color: #ffffff !important;
    border-radius: 8px;
}

.footer-plan{
    padding-top: 10px;
}

.radio-button-plan tr{
    font-weight: 500;
    text-align: left;
}

.radio-button-plan tr td:last-child{
    padding-left: 10px;
}

#Enviar-Proposta{
    width: 170px;
    text-align: center;
    margin: 0 auto;
}

.btn-downloads,
.btn-downloads:focus,
.btn-downloads:hover{
    background-color: #283e76;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
    width: 150px;
    padding: 15px 0;
}

.object-6{
    text-align: center;
}

.object-6 p{
    margin-top: 10px;
}

.protocolo h4{
    margin-top: 10px;
}

.protocolo h5{
    font-size: 16px;
    margin-top: 10px;
}

#value-protocol{
    font-weight: 700;
    color: #2c4278;
}

#value-client{
    color: #2bbecd;
    font-weight: 600;
}

.btn-confirmar-swal,
.btn-confirmar-swal:focus{
    background-color: #283e76 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    height: 40px !important;
    border-radius: 11px !important;
    border-style: none !important;
    width: 65px !important;
    outline: none !important;
    padding: 0 !important;
}

.swal2-icon.swal2-info,
.swal2-icon.swal2-warning{
    color: #213871 !important;
    border-color: #213871 !important;
}

.swal2-icon.swal2-success [class^=swal2-success-line]{
    background-color: #213871 !important;
}

.swal2-icon.swal2-success .swal2-success-ring{
    border-color: #213871 !important;
}

#prev5{
    position: absolute;
    right: 4px;
}

.buttons-footer.last{
    text-align: center;
}

.swal2-loading .swal2-styled{
    border-left-color: #213871 !important;
    border-right-color: #213871 !important;
}

.swal2-modal .swal2-title{
    font-size: 25px !important;
}

#cpf{
    margin-bottom: 5px;
}

.buttons-top{
    width: 100%;
    text-align: center;
}

.buttons-top span {
    margin-top: 5px;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    display: inline-block;
    border: 2px solid #213871;
    border-radius: 50%;
}

.buttons-top span.active{
    background-color: #2bbecd;
}

.fixed-button {
    width: 100%;
    background-color: #ffffff;
    z-index: 200;
    position: relative;
}

.contador{
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-left: 10px;
    color: #213871;
}

.radio-button.relacionamento{
    width: 100%;
    height: 40px;
}
.back-to-top{
	background-color: #2bbecd;
    border: 0;
    border-radius: 50%;
    bottom: 30px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    cursor: pointer;
    display: none;
    height: 45px;
    outline: none;
    position: fixed;
    right: 1em;
    transform: translateZ(0);
    width: 45px;
    z-index: 4;
	padding: 5px;
    opacity: .7;
}

.back-to-top span{
    font-size: 25px;
    position: relative;
    left: 10px;
}


.button-exit{
    padding: 10px 20px;
    background-color: #aaaaaa;
    margin-right: 5px;
    
}

.button-join{
    width: 120px;
}

.button-back-home{
    margin-top: 40px;
}

.back-to-home{
    padding: 10px 20px;
    color: #fff;
    background-color: #2bbecd;
    border-radius: 10px;
}

.title-top{
    color: #213871;
    font-weight: 700;
}


.error-text h2{
    margin-top: 120px;
    font-size: 25px;
    font-weight: 600;
}

.error-text h3{
    line-height: 23px;
    font-size: 14px;
    font-weight: 600;
}

.txt-footer a{
    color: #ffffff !important;
}

.btn-newsletter {
    height: 40px;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    background-color: #2bbecd;
    width: 80%;
    border-radius: 11px;
}

.newsletter-h2{
    text-align: center;
    color: #213871;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 0;
}

#password-sec{
    margin-bottom: 40px;
}

.form-newsletter{
    width: 100%;
    margin-bottom: 40px;
}

.cycle-slide-heigth{
    overflow-y: auto !important;
}

@media screen and(min-width: 1365px){
    .contador{
        position: absolute;
        bottom: 12px;
    }
    .object-6{
        margin-bottom: 70px;
    }

}
@media screen and(max-width: 769px){

    .slide-item{
        width: 100%;
        text-align: center;
        height: calc(100vh - 56px);
        padding-top: 80px;
    }
    .browser-mobile{
        height: calc(100vh - 54px -56px);
    }

    .cycle-slide-margin{
        margin-bottom: 0;
    }
    .position-cpf{
        top: 362px !important;
    }

    #validate-cpf2 .position-cpf{
        top: 35px !important    
    }

}

@media screen and(max-width: 430px){
    .radio-button span{
        font-size: 12px;
    }
	.padding-form {
		padding-top: 80px;
	}	
    .newsletter-h2{
        margin-top: 90px;
    }
    .form-newsletter{
        margin-bottom: 10px;
    }
    .btn-newsletter{
        width: 100%;
    }
    .modal-content{
        top: 140px;
    }
}

@media screen and(max-width: 321px){
    .radio-button span{
        font-size: 10px;
    }
    
    .span-relacionamento{
        font-size: 13px !important;
    }

}

.btn-downloads.a:hover,
.btn-downloads.a:focus{
    color: #ffffff !important;
}

.faq-desc a {
    color: #213871;
    text-decoration: underline !important;
}


.beneficiario-h1{
    color: #213871;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}

.beneficiario{
    color: #372a56;
    font-weight: bold;
    padding-top:10px;
    line-height: 25px;
}

.btn-downloads.acionar,
.btn-downloads.acionar:hover{
    color: #ffffff !important;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.fb-login-button span {
    height: 30px !important;
}


#form-acionar .form-group,
#form-acionara .form-group,
#seguro-beneficiario .form-group,
#form-contato .form-group,
#form-Cadastrar .form-group{
    margin-bottom: 15px;
}

#form-acionar .form-group .form-label,
#form-acionara .form-group .form-label,
#seguro-beneficiario .form-group .form-label,
#form-contato .form-group .form-label,
#form-Cadastrar .form-group .form-label{
    margin-left: 5px;
}

.modal-header{
    padding: 0;
    border-bottom: none;
}
html,body,.herofull { height: 100% }

img {
	max-width: 100% 
}

#contatoEmail img {
	max-width: 130%
}

#contatoTelefone img {
	max-width: 92%
}

/* Style Alterar Senha */

.divTitulorecSenha {
    margin-bottom: 35px;
    width: 100%;
    text-align: left;
}

.descricao-alterar-senha {
	color: #f7931e;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-weight: 700;
}

.btn-alterar-senha {
    background-color: #372a56;
    color: #f7931e;
    border-radius: 5px;
    font-weight: 800;
    padding: 12px 20px;
}

.btn-alterar-senha:hover {
	color: #f7931e;
}

.btn-alterar-senha:focus {
	color: #f7931e;
}

/* Fim Style Alterar Senha */

.textoEmail{
	word-break: break-all;
    padding-left: 5px;
	font-size: 10px;
}

#ModalLogin .formulario .bar-input input {
	color: #000!important;
}

.OnlyMobile {
	display: none;
}

#simulacao-Cotador {
	height: 100vh;
}

.orangeCircle{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	border: solid 1px #E5881B;
	transition: .2s;
}

.asteristico {
	font-size: 53px;
}

#sectionSeguradorasProdutos {
	padding: 70px 0px;
}

#sectionTireSuasDuvidas {
	padding-top: 70px;
}

.pointerCursor{
	cursor: pointer;
}

#iframe {
	width:100%;
	height:100vh;
}

.divContentGridCoberturas{
	display: grid;
    grid-template-columns: auto auto auto;
}

.paddingItemCobertura {
	padding-bottom: 70px;
}

#divitensCoberuta .microTextoBox {
    margin-bottom: 60px;
}

/* Style Modal Consentimento */
#formConsentimento .modal-dialog {
	width: 600px;
    margin: 50px 18%;
}

.margin-adjust {
    margin-left: -3vh;
    margin-bottom: 0vh;
    margin-top: 0vh;
}

.headConsentimento {
	display: flex;
	justify-content: space-between;
    align-items: center;
}

.tituloConsentimento {
	padding: 5px 0px;
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 26px;
    color: #f7931e
}

#dadosConsentimento.txtConsentimento {
	font-size: 16px;
    line-height: normal;
	padding-bottom: 15px;
}

.txtConsentimento {
	font-size: 16px;
    line-height: normal;
	padding-bottom: 25px;
}

.divTituloConsentimento {
	text-align: center;
	padding-right: 75px;
}

#formConsentimento .modal-content {
	height:auto;
	width:850px;
}

#formConsentimentoSimulador .modal-content {
	height:auto;
	width:850px;
}

.sublinhado {
	text-decoration: underline;
    font-weight: 700;
}

.listConsentimento {
	padding-left: 15px;
	padding-bottom: 15px;
}

.li-Consentimento {
	list-style: disc!important;
	padding-bottom: 15px;
	line-height: 20px;
}

#dadosCliente .liNumber-Consentimento {
	list-style: none!important;
	padding-bottom: 5px;
	line-height: 20px;
}


.liNumber-Consentimento {
	list-style: auto!important;
	padding-bottom: 15px;
	line-height: 20px;
}

.inputConsentimento {
	position: relative;
    background: #fff;
    border-radius: 3px;
    border: 2px solid #cfc7c7;
    margin-bottom: 15px;
	padding-left: 10px;
    height: 35px;
    width: 50%;
    box-sizing: border-box;
}

.inputConsentimento:focus {
	border: 2px solid #cfc7c7;
	outline: none;
}

.descricaoFormConsentimento {
	padding-bottom: 10px;
    font-size: 16px;
}

.divcontentFormConsentimento {
	padding-bottom: 15px;
}

.divcheckboxTermos {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.divbtnEnviar {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
}

.btnEnviarConsentimento {
	background: #372A56;
    color: #fff;
    padding: 5px 25px;
    border: 1px solid #372A56;
    outline: none;
}

/* Fim Style Modal Consentimento */

.paddingPolitica {
	padding-bottom: 8px;
}

.paddingPoliticaParagrafos {
	padding-bottom: 15px;
}

#tela-Login #loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 36%;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

.blockButtons {
	pointer-events: none;
}

#tela-Login #loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border:  solid 4px transparent;
    border-top-color:  #f7931e !important;
    border-left-color: #f7931e !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

.opacityLoading {
	opacity: 0.4;
}

.btn-Rotate {
	transform: rotateY(180deg);
}

.flex-center-bet {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#confirmar-Cadastro{
	opacity: 1; 
  	transition: opacity 0.08s linear;
}

#confirmar-Cadastro.hide{
	opacity: 0; 
  	transition: opacity 0.08s linear;
}

.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm{
	border-left-color: #f7931e!important;
    border-right-color: #f7931e!important;
}

#blogContent {
	min-height: 100vh;
}

.selectCadastro {
	position: relative;
    background: #E8E8EF;
    border-radius: 10px;
    margin-bottom: 15px;
	padding-left: 15px;
	border: 1px solid #E8E8EF;
    height: 55px;
    width: 100%;
    box-sizing: border-box;
}

.btnBlog {
	padding-bottom: 50px;
}

#autenticacao-sms{
	min-height: 56%;
}

#TermosUso-error {
	position: absolute;
    margin-left: -35px;
    font-size: 13px;
    margin-top: 40px;
	font-family: 'Nunito', sans-serif;
	color: #f7931e;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-bet {
	display: flex;
	justify-content: space-between;
}

.header .nav-header .seta-menu {
	padding-left: 4px;
	width: 12px;
	transform: rotate(0deg);
	transition: .2s
}

.menu-header li.menu-item-has-children:hover .seta-menu path {
	fill: #BBBBC4;
}

.menu-header li.menu-item-has-children:hover .seta-menu {
	transform: rotateX(180deg);
	transition: .2s
}

.flex-wrap {
	flex-wrap: wrap;
}

.gradeMin {
	display: flex;
	align-items: center;
}

.gradeMin li {
	padding-right: 18px;
}

.gradeMin li:last-child {
	padding-right: 0px;
}

.gradeMin span {
	padding-right: 8px;
}

.gradeMin span.bar-text {

}

.gradeRedes li {
	padding-right: 8px;
}


.Grade3col {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.Grade3col li {
	width: 30%;
	margin: 0 37px 37px 0
}

.contentOpenBook {
	display: flex;
	padding-bottom: 60px;
}

.contentOpenBookmin {
	max-width: 80%;
	margin: 0 auto
}

.bar-carregar-mais {
	padding-top: 20px;
}

.SingleProduto .contentOpenBook {
	padding-bottom: 10px;
}

#secCoberturas .contentOpenBook {
	padding-bottom: 0px;
}

.gridContent {	
    display: grid;    
    grid-template-columns: auto auto;
}

.gridContent .contentOpenBook .contentPage {
	width: 100%;
}

.contentOpenBook .contentPage {
	width: 50%;
}

.contentOpenBook .contentPageLeft {
	padding-right: 60px;
	box-sizing: border-box;
}

.contentOpenBook3colunas .contentPage {
	width: 30%;
}

.contentOpenBook3colunas .contentPage {
	padding-right: 40px;
}

.contentOpenBook3colunas .contentPage:last-child {
	padding-right: 0px;
}


.titBook01 {
	display: block;
	padding-bottom: 40px;
}

.titBook02 {
	display: block;
	padding-bottom: 16px;
}

.titborderleft { display: flex; align-items: center; }

.titborderleft:before {
	content: "";
	height: 30px;
	width: 6px;
	background: #F7932B;
	display: block;
	border-radius: 10px;
	margin-right: 10px;
}

.microTextoBox {
	margin-bottom: 40px;
}

.microTextoBox .gradeMin {
	align-items: flex-end;
}

.microTextoBox .gradeMin li:last-child {
	padding-bottom: 15px;
}

.microTextoBox .tit {
	display: block;
	padding-bottom: 14px;
}

.microTextoBox a {
	display: block;
	padding-top: 10px;
	font-weight: 900
}

.microTextoBox2 {
	margin-bottom: 1px;
}

.contentOpenBook .btCTA1 {
	width: 70%;
}

.bar-carregar-mais .btCTA1 {
	max-width: 450px;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 93px;
	position: fixed;
	z-index: 1000;
	transition: .2s
}

.header.fixed-header {
	height: 70px;
	transition: .2s
}

.header .content {
	height: 100%;
}

.header .logo {
	width: 123px;
}

.header .nav-header nav ul.menu-header li {
	padding-right: 20px;
	display: flex;
	align-items: center;
	height: 89%;
}

.menu-header-bts li {
	padding-right: 14px;
}

.menu-header-bts li:last-child {
	padding-right: 0px;
}

.menu-header-bts a {
	display: block;
}
   
.titsSec {
	padding-bottom: 40px;
}

.HeroFull {
	width: 100%;
	height: 100%;
}

.HeroProdudoSingle {
	position: relative;
}

.HeroProdudoSingle .tag {
	position: absolute;
    right: 0px;
    top: 20px;
    width: 100%;
    pointer-events: none;
}

.HeroProdudoSingle .tag .content-tag {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.HeroText {
	padding: 30px 0;
}

.HeroHome {
	background: url(../library/images/img-home-hero.jpg) no-repeat center;
	background-size: cover;
}

.HeroOeste {
	background: url(../library/images/img-hero-oeste.jpg) no-repeat center;
	background-size: cover;
}

.HeroFull .content {
	padding: 90px 0;
	box-sizing: border-box;
	height: 100%
}

.HeroFull .box-content {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.HeroFull .right {
	justify-content: flex-end;
}


.Hero .bar-text {
	max-width: 450px;
}

.Hero .bar-textfull {
	max-width: unset;
}

.Hero .bar-text h1 {
	display: block;
	padding-bottom: 14px;
}

.Hero .bar-text span.gravata {
	display: block;
	padding-bottom: 20px;
	font-weight: 900;
}

.HeroTextMin .bar-text span.gravata {
	padding-bottom: 10px;
}

.formulario fieldset {
	padding-bottom: 18px;
}

.formulario .actions {
	padding: 20px 0 40px 0;
}

.formulario .bar-input {
	position: relative;
	background: #E8E8EF;
	border-radius: 10px;
	margin-bottom: 15px;
	height: 55px;
	width: 100%;
	box-sizing: border-box;
	& + .form-group {
    	margin-top: 30px;
  	}
}

.formulario .bar-input label {
	position: relative;
    left: 5px;
    top: 5px;
    font-size: 12px;
    pointer-events: none;
    color: #f7931e;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .2s
}

.formulario .focused label {
  top: 24px;
  transform: translateY(-135%);
  font-size: 0.65em;
  transition: .2s
}

.formulario button {
	background: none;
    border: none;
    width: 42px;
}

.formulario button:before {
	content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../library/images/arrow-right.png) no-repeat center;
    background-size: cover;
    transition: .2s
}
.btn-login132:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../library/images/arrow-right.png) no-repeat center;
    background-size: cover;
    transition: .2s;
}
.link-login:hover {
    color: #bbbbc4;
}
.formulario button:hover:before {
	margin-left:6px;
	transition: .2s
}


.formulario .grade {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#formEmailProdutoAtividade  .grade {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#formEmailProdutoInteresse .grade {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#formEmailColetivo .grade {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.headConsentimento img {
	max-width: 20%;
}

#form-cadastrar .grade {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#form-autenticacao .grade {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.formulario .bar-input input {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 0;
	background: none;
	padding: 0px 12px;
	font-size: 14px;
	border-radius: 10px;
}

.formulario .bar-input input.filled {
	border-bottom: solid 2px lightgreen;
}

.formulario .inputMin li {
	flex-grow: 1;
	padding-right: 14px;
}

.formulario .inputMin li:last-child {
	padding-right: 0px;
}

.formulario .inputMin .bar-input input {
	width: 100%;
}

.formulario .checkboxbar {
	flex-direction: row-reverse;
}

.formulario input[type="checkbox"] {
	visibility: hidden;
}

.visibility {
	visibility: visible!important;
}

.formulario .checkboxCustom {
	display: block;
	width: 24px;
	height: 24px;
	min-width: 24px;
	min-height: 24px;
	border-radius: 100%;
	background: none;
	border: solid 2px #F7931E;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
}

.formulario .checkboxCustom span {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #F7931E;
	transition: .2s
}

.formulario .activedCheck span {
	width: 22px;
	height: 22px;
	transition: .2s
}

.formLogin {
	max-width: 536px;
}

.formCadastro {
	max-width: 900px;
}

.formFlex .contentBook {
	display: flex;
}

.formFlex .contentBook .content {
	width: 50%;
	box-sizing: border-box;
}

.formFlex .contentBook .contenleft {
	padding-right: 14px;
}

.formFlex .contentBook .grow1 {
	flex-grow: 1
}

.formFlex .contentBook .group-simulador {
	
}

.formFlex .contentBook .minwidth {
	max-width: 371px;
}

.box-simula1 {
	background: #372A56;
    border-radius: 15px;
    padding: 25px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-simula1 .form {
	padding-top: 15px;
	width: 100%;
}

.box-simula1 .form .bar-input {
	background: #E2E2E920;
	border-radius: 5px;
	width: 100%;
	height: 50px;
	padding: 4px;
    box-sizing: border-box;
}

.box-simula1 .form .bar-input input {
	background: none;
	border: none;
	color: #80808C;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 4px;
	padding-left: 12px;
	flex-grow: 1;
	height: 100%;
}
.box-simula1 .form .bar-input button { background: none; border: none; width: 42px; }
.box-simula1 .form .bar-input button:before {
	content: "";
	display: block;
	width: 100%;
	height: 18px;
	background: url(../library/images/arrow-right.png) no-repeat center left;
	background-size: 60%;
	transition: .2s
}

.box-simula1 .form .bar-input button:hover:before {
	background-position: 6px;
	transition: .2s
}


.chatBt {
	position: fixed;
    z-index: 99999;
    top: 150px;
    right: 0px;
    width: 100%;
}

.chatBt .content {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.chatBt img {
	width: 100px;
}

.barRedes ul { display: flex; align-items: center; justify-content: flex-end; }
.barRedes ul li {
	padding-right: 8px;
}

.CarrosselServicos-Content {
	padding: 30px 0;
}

.CardItemProduto {
	background: #372A56;
	border-radius: 25px;
	padding: 35px;
	box-sizing: border-box;
	width: 407px;
	height: 452px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.CardItemProduto .NomeProduto { 
	text-align: center;  
	padding: 30px 0;
    box-sizing: border-box;
}

.CardItemProduto .NomeProdutoNew { 
	text-align: center;  
	padding: 30px 0;
    box-sizing: border-box;
}

.CardItemProduto .NomeProduto .thumb {
	padding-bottom: 30px;
}

.CardItemProduto .NomeProdutoNew .thumb {
	padding-bottom: 30px;
}

.BigContentHero {
	background: #aeaeae;
	border-radius: 25px;
	width: 100%;
	height: 738px;
	padding: 90px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.BigContentHero .bar-text {
	max-width: 400px
}

.BigContentHero .barCTA {
	display: flex;
    justify-content: flex-end;
}

.BigContentHero .barCTA .btCTA1 {
	max-width: 290px;
}

.BigContentHeroHome {
	background: url(../img/Dest_Home_Desktop.jpg) #372A56 no-repeat center;
	background-size: cover;
}

.CarrosselMarcas-Content {
	padding-top: 30px;
}

.CarrosselMarcas-Content .CardItemMarca .ThumbMarca {
	width: 191px;
	height: 191px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	border: solid 1px #E8E8EF;
	transition: .2s
}

.CarrosselMarcas-Content .CardItemMarca .ThumbMarca:hover {
	border: solid 1px #F7931E;
	transition: .2s
}

.CarrosselMarcas-Content .CardItemMarca .ThumbMarca img {
	max-width: 140px;
}

.GradePosts {
	display: flex;
	flex-wrap: wrap;
}

.GradePosts .CardPost {
	width: 30%;
	margin: 0 37px 37px 0;
}

.GradePosts .CardPost a {
	display: flex;
}

.GradePosts .CardPost .thumb { padding-right: 12px; }

.GradePosts .CardPost .thumb img {
	max-width: 195px;
	border-radius: 5px
}

.TireDuvidas .content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.TireDuvidas .content .bar-text {
	max-width: 490px;
	padding-right: 120px;
	text-align: right;
}

.TireDuvidas .content .bar-text h2 {
	margin-bottom: 40px;
}

.TireDuvidas .content .bar-text a {
	display: block;
	margin-bottom: 10px;
}

.TireDuvidas .content .bar-thumb {
	min-width: 400px;
}

.TireDuvidas .content .bar-thumb img {
	border-radius: 20px;
	height: 600px;
}

.CardSeguradora span {
	display: block;
}

.CardSeguradora {
	margin-bottom: 40px;
}

.CardSeguradora span.font-big1 {
	padding: 4px 0 12px 0
}


.CardSeguradora .thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	border: solid 1px #E8E8EF;
}

.CardSeguradora .thumb img {
	max-width: 120px;
}

.CardVideo .ThumbVideo {
	position: relative;
}

.CardVideo .ThumbVideo img.capa {
	border-radius: 10px;
	display: block;
}

.CardVideo .ThumbVideo .mascara {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: url(../library/images/ico-play.png) no-repeat center #00000060;
	background-size: 150px;
}

.CardVideo .tit {
	text-align: center;
	padding: 14px 0;
}

.CardDepoimento {
	border-left: solid 7px #E8E8EF;
	display: none;
	margin: 0 25px 40px 0;
	padding-left: 20px;
}

.CardDepoimento h2 {
	padding-bottom: 6px;
}


.CardDepoimento p {
	font-style: italic;
	padding-bottom: 6px;
}

.Conteudos-wrapper {
	padding-top: 120px;
}


.Conteudos {
	display: flex;
	justify-content: space-between;
}

.Conteudos .sidebar {
	width: 40%;
	padding-right: 60px;
	box-sizing: border-box;
	position: relative;
	flex: 1;
}

.Conteudos .sidebar .bar-content-sidebar {
	position: sticky;
	top: 95px;
	max-width: 430px;
}

.BuscaGlobal {
	padding-top: 25px;
}

.BuscaGlobal .bar-input {
	background: #fff;
    border: solid 1px #F7932B;
    border-radius: 10px;
    height: 50px;
    display:flex;
    justify-content: space-between;
}

.BuscaGlobal .bar-input input {
	flex-grow: 1;
	border: 0;
	background: none;
	padding: 0 12px;
    box-sizing: border-box;
}

.BuscaGlobal .bar-input input::placeholder {
	color: #F7931E;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.BuscaGlobal .bar-input button {
	border: 0;
	background: none;
	padding: 0 16px;
    box-sizing: border-box;
}

.BuscaGlobal .bar-input button:before {
	content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../library/images/seta-laranja.png) no-repeat center;
    background-size: cover;
} 

.Conteudos .sidebar .menuCat {
	display: flex;
	align-items: center;
	padding: 25px 0 0 20px;
	list-style: disc!important;
	color: #F7931E
}

.Conteudos .sidebar .menuCat li {
	width: 50%;
}

.Conteudos .sidebar .menuCat li a {
	padding: 6px 0;
	display: block;
	font-weight: 900;
	cursor: pointer;
}


.Conteudos .PostsList {
	width: 60%;
	padding-top: 50px;
}

.Conteudos .PostsList .bar-carregar-mais-full {
	padding: 60px 0;
}

.CardPostBig {
	margin-bottom: 60px;
}

.CardPostBig span.gravata,
.PostContent span.gravata {
	font-weight: 900;
	display: block;
	padding-bottom: 8px;
}

.CardPostBig h2,
.PostContent h2 {
	display: block;
	padding-bottom: 8px;
}

.CardPostBig .thumb {
	display: block;
	padding-bottom: 8px;
}

.PostContent .thumb {
	display: block;
	padding-bottom: 40px;
}

.CardPostBig .thumb img,
.PostContent .thumb img {
	width: 100%;
	border-radius: 10px;
}

.CardPostBig .subtitulo {
	color: #80808C;
	display: block;
	padding-bottom: 14px;
}

.SinglePost {
	padding-bottom: 60px;
}

.SinglePost .barActions {
	padding-bottom: 60px;
	position: relative;
}

.SinglePost .barActions .count {
	position: absolute;
    text-align: center;
    width: 100%;
    pointer-events: none;
}

.PostContent {
	padding: 20px 0;
}

.textContent strong {
	font-weight: 900
}

.textContent i {
	font-style: italic;
}

.textContent ul{
	list-style-type: initial;
	list-style-position: inside;
	padding-bottom: 15px;
}

.Comentar {
	padding: 30px 0;
	position: relative;
}

.Comentar textarea {
	background: #E8E8EF;
	width: 100%;
	height: 200px;
	border-radius: 10px;
	border: 0;
	padding: 23px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
	resize: vertical;
}

.Comentar .barButton {
	position: absolute;
    right: 10px;
    bottom: 40px;
}

.Comentar button {
	background: none;
	border: 0;
}

.CarrosselPlanos-Content {
	padding-bottom: 50px;
	position: relative;
}

.CarrosselPlanos-Content .owlCustom .owl-dots {
	padding-top: 86px;
}

.CardItemPlano {
	background: #372A56;
    border-radius: 18px;
    padding: 35px;
    box-sizing: border-box;
    width: 408px;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    transition: .2s
}

.CardItemPlano .list {
	list-style: disc;
	padding: 0 0 0 20px;
	font-weight: 700;
}

.CardItemPlano .PriceCTA {
	width: 100%;
}

.CardItemPlano .PriceCTA .Price {
	padding-bottom: 16px;
	display: block;
}

.CardItemPlano .PriceCTA .Price .label {
	display: block;
	color: #fff
}

.CardItemPlano .PriceCTA .Price .labelpreco {
	padding-left: 12px;
}

.CarrosselPlanos-Content .DiclaimerPlanos {
	width: 100%;
	position: absolute;
	bottom: 60px;
}

.CarrosselPlanos-Content .DiclaimerPlanos p {
	max-width: 408px;
    margin: 0 auto;
}


.footer .content {
	padding: 40px 0;
	display: flex;
	border-bottom: solid 1px #fff;
}

.footer .content .col {
	width: 25%
}

.footer a.tit02 {
	font-size: 14px;
	color: #372A56;
	font-weight: 900;
	display: block;
	margin-bottom: 14px;
}
.footer a.tit02:hover {
	color: #F7931E;
}

.footer a.titPai {
	border-bottom: solid 1px #fff;
	padding-bottom: 7px
}

.footer .list-links {
	margin-right: 40px;
}

.footer .list-links li {
	display: block;
	margin-bottom: 10px;
}

.footer .separa {
	padding-top: 25px;
}

.footer .copy {
	padding: 20px 0;
	text-align: center;
}

/* menu produtos . . . . . . . . . . . . . . . */

.nav-header {
	display: flex;
	align-items: center;
	height: 100%;
}

.nav-header nav,
.menu-header {
	height: 100%;
}

.menu-header li.menu-item-has-children {
	position: relative;
}

.menu-header li.menu-item-has-children .sub-menu {
	position:absolute; 
	top: 80px; 
	left: -300px;
	display:none;
	box-sizing: border-box;
	width: 100%;
	height: unset;
	min-width: 688px;
	transition: all 0.4s ease 1s;
}

.scrollAction .menu-header li.menu-item-has-children .sub-menu {
	top: 60px;
}

.menu-header li.menu-item-has-children:hover .sub-menu {
	display:block;
	transition: all 0.4s ease 1s;
}

.menu-header li:hover a {
	color: #BBBBC4; 
}

.menu-header .subMenuProdutos {
	margin-top: 10px;
	background-color:#372A56;
	border-radius: 100px;
    padding: 18px
}

.menu-header .subMenuProdutos a:hover path {
	fill: #F7931E
}

.header .nav-header nav ul.menu-header .subMenuProdutos li:last-child {
	padding-right: 0px;
}

.menu-header .subMenuconteudo {
	margin-top: 10px;
	background-color:#372A56;
	border-radius: 100px;
    padding: 18px
}

.menu-header .subMenuconteudo li a:hover {
	color: #F7931E
}

/* fim menu produtos . . . . . . . . . . . . . . . */

.PerguntasRespostas .bar-carregar-mais {
	padding-top: 40px;
}


.header-tabs {
	text-transform: uppercase;
	text-align: center;
	background: #66908e;
	color: #fff;
	padding: 20px;
	border-radius: 20px 20px 0 0
}

.tituloModalSms {
	font-size: 30px;
    font-family: 'Nunito';
    padding: 60px 0px 20px 0px;
    font-weight: 900;
    text-transform: uppercase;
    color: #372a56;
}

.txt-confirmacao {
	padding: 25px 0px 25px 0px;
    font-family: 'Nunito';
    font-weight: 900;
    color: #f7931e;
}

.form-control:focus {
    border-color: rgb(55 42 86)!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(55 42 86 / 60%)!important;
}

#autenticacao-sms .modal-header{
	padding: 0px!important;
}

.footer-tabs {
	background: #e4e0df;
	height: 60px;
	display: block;
	border-radius: 0 0 20px 20px
} 

 .tabs input {
	 position: absolute;
	 opacity: 0;
	 z-index: -1;
}
 .tabs .row {
	 display: flex;
}
 .tabs .row .col {
	 flex: 1;
}
 .tabs .row .col:last-child {
	 margin-left: 1em;
}

/* input duvidas */

.tab-duvida {
	display: flex;
    justify-content: space-between;    
    font-weight: bold;
	word-break: break-word;
    align-items: center;
    padding: 1em;
    border-left: solid 7px #E8E8EF;
    cursor: pointer;
}

.tab-duvida:hover {
	background: #372A56;
	color: #fff;
}

.tab-label::after {	
	font-size: 30px;
	text-align: center;	
	color: #F7932B;	
}

.tab-abrir-content {
	transform: rotate(180deg);
}

.tab-content {      
    padding: 0 1em;    
    border-left: solid 7px #E8E8EF;
	transition: all 0.3s;
}

.limitar-label {
	max-width: 90%;
}

.tab-seta {
	display: flex;
    justify-content: space-between;
    font-weight: bold;	
    cursor: pointer;    	
    transition: all 0.35s;
}

.tab-seta:hover {
	 background: #372A56;
	 color: #fff;
}

.tab-seta::after {
	content: "\276F";
	font-size: 30px;
	text-align: center;
	transition: all 0.35s;
	color: #F7932B;
	transform: rotate(90deg);
}

/* Fim input Duvidas */

/* Accordion styles */
 .tabs {
	overflow: hidden;
    margin: 0 auto;
}

.tab {
	 width: 100%;
	 overflow: hidden;
	 margin-bottom: 11px;
}

.tab-label {
	display: flex;
    justify-content: space-between;
    padding: 1em;
    border-left: solid 7px #E8E8EF;
    font-weight: bold;
    cursor: pointer;
}

.tab-label:hover {
	 background: #372A56;
	 color: #fff;
}

.tab-label::after {
	content: "\276F";
	font-size: 30px;
	text-align: center;
	transition: all 0.35s;
	color: #F7932B;
	transform: rotate(90deg);
}

.tab {
	 width: 100%;
	 overflow: hidden;
	 margin-bottom: 11px;
}

 .tab-close {
	 display: flex;
	 justify-content: flex-end;
	 padding: 1em;
	 font-size: 0.75em;
	 background: #2c3e50;
	 cursor: pointer;
}
 .tab-close:hover {
	 background: #1a252f;
}
 input:checked + .tab-label {
	 
}
 input:checked + .tab-label::after {
	 transform: rotate(-90deg);
}

 input:checked ~ .tab-content .font-medium {
 	color: #666;
 }

/* Carrosséis . . . . . . . . . . . . . . . . */

.owlCustom {
	position: relative;
}

.owlCustom .owl-nav {
	position: absolute;
	top: 48%;
	display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 35px;
    box-sizing: border-box;
}

.owlCustom .owl-nav img {
	max-width: 60%;
}

.owlCustom .owl-nav .disabled {
	opacity: .2
}

.owlCustom .owl-dots {
	display: flex;
	justify-content: center;
	padding-top: 36px;
}

.owlCustom .owl-dot {
	margin-right: 8px;
}
.owlCustom .owl-dot:last-child {
	margin-right: 0px;
}

.owlCustom .owl-dot span {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #E8E8EF;
	transition: .2s
}

.owlCustom .owl-dot.active span {
	width: 32px;
	border-radius: 100px;
	transition: .2s
}

.Carrossel_Servicos .CardItemProduto {
	transform: scale(.6);
	transition: .2s
}

.Carrossel_Servicos .active.center .CardItemProduto {
	transform: scale(1);
	transition: .2s
}

.CarrosselVideos .CardVideo {
	transform: scale(.75);
	width: 412px;
	transition: .2s
}

.CarrosselVideos .active.center .CardVideo {
	transform: scale(1.1);
	transition: .2s
}

.Carrossel_Planos .CardItemPlano {
	transform: scale(.6);
	transition: .2s
}

.Carrossel_Planos .active.center .CardItemPlano {
	transform: scale(1);
	transition: .2s
}

.CarrosselVideos-Content .owlCustom .owl-nav {
	padding: 0px;
}

section.OesteVagas .titBook01 {
	padding-bottom: 10px;
}

section.OesteVagas .Grade3col li {
	width: 32%;
	margin: 0 15px 37px 0;
}

.box-cadastro-concluido {
	padding: 70px 0 100px 0;
}

.box-cadastro-concluido h2 {
	display: block;
	padding-bottom: 14px;
}

.box-cadastro-concluido .btsCTAs {
	padding-top: 30px;
}

.box-cadastro-concluido .btsCTAs a {
	min-width: 260px;
}

section.CarrosselVideos-Content .CarrosselVideos {
	padding-top: 60px
}

section.CarrosselVideos-Content .CarrosselVideos .owl-stage-outer {
	padding: 20px 0 0 0
}



/* Menu Mobile . . . . . . . . . . . . . . . . . . . . . . */

.menuMobile {
	width: 100%;
	height: 100%;
	background: #372A56;
	position: fixed;
	overflow: auto;
	top: 0px;
	transform: translateX(-100%); 
	transition: .2s;
	z-index: 10;
}

.scrollAction .menuMobile {
	top: 0px;
}

.menuMobile.activedMenu {
	transform: translateX(0);
	transition:.2s
}

.MenuSansubaBar {
	position: relative;
	height: 35px;
	width:35px;

}

.MenuSansubaBar a {
	position: absolute;
	top: 0;
	left: 0;
}

a.MenuSandubaClose {
	display: none;
	transition: .2s;
}

a.MenuSanduba {
	transition: .2s;
}
a.MenuSanduba.desativedSanduba {
	display: none;
	transition: .2s
}

.MenuSandubaClose.activedMenuFechar {
	display: block;
	transition: .2s;
}

.menuMobile .content {
	display: flex;
	justify-content: space-between;
	padding: 100px 18px 30px 18px;
}

.menuMobile .content .Left {
	width: 80%;
	padding: 10px 40px 0 0;
    box-sizing: border-box;
    border-right: 1px solid #80808C;
}


.menuMobile .content .Left .menu-header-mobile li {
	text-align: right;
	padding-bottom: 30px;
}

.menuMobile .content .menu-header-mobile .sub-menu {
	padding: 30px 0 0 0;
}

.menuMobile .content .menu-header-mobile .sub-menu li:last-child {
	padding-bottom: 0px;
}

.menuMobile .content .Right {
	width: 20%;
	padding-left: 30px;
	display: flex;
}

.menuMobile .content .Right .sub-menu {
	border-radius: 100px;
    display: flex;
    justify-content: center;
}

.menuMobile .content .Right .sub-menu .subMenuProdutos li {
	padding-bottom: 4px;
}

.blog-details{
	margin-bottom: 20px;
}


/*LOADER*/

#loading-bar-spinner.spinner {
    left: 50%;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

.lista-seguros{
    min-height: 50vh;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border:  solid 4px transparent;
    border-top-color:  #f7931e !important;
    border-left-color: #f7931e !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
pre#message-text {
    max-height: calc(100vh - 270px);
}

#form-ContratarSeguro #loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
}

#form-ContratarSeguro .lista-seguros{
    min-height: 50vh;
}

#form-ContratarSeguro #loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border:  solid 4px transparent;
    border-top-color:  #f7931e !important;
    border-left-color: #f7931e !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

#form-ContratarSeguro pre#message-text {
    max-height: calc(100vh - 270px);
}

#form-ContratarSeguro {
	min-height: 90vh;
}


/* CSS SweetAlert */

.swal-button:not([disabled]):hover {    
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.swal-button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgb(238 162 54 / 29%);
}

swal-button:active {
    background-color: #f0ad4e;
}

.swal-button {    
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.swal-title {
	color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 0.4em;
    padding: 0;
    display: block;
    word-wrap: break-word;
}

.swal-text {
	font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word;
}

.swal-footer {
	text-align: center;
}

/* Fim CSS SweetAlert */

@media ( max-width: 2560px ) {
	
	#formConsentimento .modal-dialog {
		margin: 50px 32%;
	}

	#formConsentimentoSimulador .modal-dialog {
		margin: 50px 32%;
	}
}

/* ^ Menu Mobile . . . . . . . . . . . . . . . . . . . . . . */
@media ( max-width: 1920px ) {
	
	#formConsentimento .modal-dialog, #formConsentimentoSimulador .modal-dialog {	    
    	margin: 50px 26%;
	}

	#form-Cadastro {    
    	padding-left: 10%;
	}
}

@media ( max-width: 1600px ) {
	
	#form-Cadastro {    
    	padding-left: 12%;
	}

	.margin-adjust {
		margin-left: -4vh;
	}

	#formConsentimento .modal-dialog, #formConsentimentoSimulador .modal-dialog {		
		margin: 50px 23%;
	}
}

@media ( max-width: 1440px ) {
	#formConsentimento .modal-dialog, #formConsentimentoSimulador .modal-dialog {		
		margin: 50px 19%;
	}

	#form-Cadastro {    
    	padding-left: 10%;
	}
}

@media ( max-width: 1366px ) {		
	#iframe {
		height: 97vh;
	}

	section.OesteVagas .Grade3col li {
		width: 31%;
	}

	#form-Cadastro {    
    	padding-left: 3%;
	}

	.header .nav-header nav ul.menu-header li {
		height: 87%;
	}

	.header.fixed-header {
    	height: 73px;
	}

	.header {    
    	height: 90px;
	}

	#formConsentimento .modal-dialog, #formConsentimentoSimulador .modal-dialog {    	
    	margin: 50px 18%;
	}
}

@media ( max-width: 1280px ) {
	
	#formConsentimento .modal-dialog, #formConsentimentoSimulador .modal-dialog {		
		margin: 50px 16%;
	}

	#form-Cadastro {    
    	padding-left: 0%;
	}

	.textoEmail {    
		padding-left: 15px;
	}
}

/* @media ( max-width: 1070px ) {
	.textoEmail {    
		padding-left: 15px;
	}
} */

@media ( max-width: 1024px ) {

	section.OesteVagas .Grade3col li {
	    width: 31%;
	    margin: 0 23px 37px 0;
	}

	.btCTA1min {
    	font-size: 12px;
	}

	section.OesteVagas .Grade3col li {
    	width: 30%;
	}

	.Conteudos .sidebar .bar-content-sidebar {
		max-width: 340px;
	}

	.link-01 a {
		font-size: 10px;
	}

	.header .logo {
		width: 123px;		
		padding-left: 15px;
	}

	#formConsentimento .modal-dialog, #formConsentimentoSimulador .modal-dialog {
		width: 600px;
		margin: 50px 8%;
	}

	.textoEmail {    
		padding-left: 15px;
	}
}

/* MOBILE [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []  */

@media ( max-width: 768px ) {
	input[type="color"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	select:focus,
	textarea {
		font-size: 16px!important;
	}

	.divContentGridCoberturas {
		grid-template-columns: auto;
	}
	
	.OnlyMobile {
		display: block;
	}	

	.ajustPadding {
    	padding-bottom: 45px!important;
	}

	.OnlyDesktop {
		display: none !important;
	}
	.titBook01 {
		padding-bottom: 20px;
	}
	.gradeMin { justify-content: space-between; }
	.gradeMinStart { justify-content: flex-start; }

	.gradeMin li {
    	padding-right: 6px;
	}

	.gridContent {	    	
    	grid-template-columns: auto;
	}
	.microTextoBox2 .gradeMin { justify-content: flex-start; }
	.microTextoBox2 .gradeMin li { padding-right: 16px; }
	.gradeRedes li a img {
		width: 30px;
	}
	.contentOpenBook {
		flex-direction: column;
		padding-bottom: 10px;
	}
	.contentOpenBookmin {
		max-width: unset;
	}
	.contentOpenBookmin .gradeMin {
		justify-content: flex-start;
	}
	.contentOpenBook .contentPage {
    	width: 100%;
	}
	.GradePosts .CardPost .vermais {
		padding-top: 8px;
	}
	.contentOpenBook .contentPageLeft {
    	padding-right: 0px;
    	padding-bottom: 10px;
	}
	.HeroFull .content {
    	padding: 30px 0;
	}
	.HeroFull .box-content {
		width: 100%;
	}
	.Hero .bar-text {
    	max-width: 50%;
	}
	.Hero .bar-text-full,
	.Hero .bar-textfull {
		max-width: 100%
	}
	.HeroProdudoSingle .tag { top: 20px; }
	.HeroProdudoSingle .tag .content-tag {
		padding: 0 18px;
		box-sizing: border-box;
		margin: 0px;
	}
	.HeroProdudoSingle .content {
		padding: 90px 0 30px 0;
	}
	.box-simula1 {
		border-radius: 25px;
		padding: 25px 20px;
	}
	.microTextoBox .tit {
    	padding-bottom: 6px;
	}
	.contentOpenBook .titBook01 {
    	padding-bottom: 20px;
	}
	.microTextoBox {
    	margin-bottom: 25px;
	}
	.GradePosts .CardPost .thumb img {
    	max-width: 125px;
    	border-radius: 10px;
	}
	.box-simula1 .form .bar-input input { font-size: 13px; }
	.box-simula1 .form .bar-input button:before { width: 14px; height: 14px; background-size: 100%; }
	.CardItemProduto {
		width: 225px;
		height: inherit;
		padding: 20px;
	}
	.CardItemProduto .NomeProduto { padding: 0 0 30px 0; }
	.CardItemProduto .NomeProdutoNew { padding: 0 0 30px 0; }
	.CardItemProduto .NomeProduto .thumb {
    	padding-bottom: 10px;
    	width: 75px;
	}
	.CardItemProduto .NomeProdutoNew .thumb {
    	padding-bottom: 10px;
    	width: 75px;
	}
	.BigContentHero {
		height: 425px;
		padding: 30px;
	}
	.BigContentHeroHome {
    	background: url(../library/images/Dest_Home_Mobile.jpg) #372A56 no-repeat center;
	}
	.BigContentHero .barCTA .btCTA1 { max-width: 100%; }
	.BigContentHeroHome { background-size: cover; }
	.CarrosselMarcas-Content .CardItemMarca .ThumbMarca {
    	width: 120px;
    	height: 120px;
    }
    .CarrosselMarcas-Content .CardItemMarca .ThumbMarca img {
    	max-width: 80px;
	}
	.Grade3col li,
	section.OesteVagas .Grade3col li {
    	width: 100%;
    	margin: 0 0px 12px 0;
	}
	.GradePosts .CardPost {
		width: 100%;
		margin: 0 0 37px 0;
	}
	.TireDuvidas .content .bar-text { padding-right: 14px; }
	.TireDuvidas .content .bar-text h2 {
    	margin-bottom: 20px;
	}
	.TireDuvidas .content .bar-thumb {
    	min-width: unset;
	}
	.TireDuvidas .content .bar-thumb img {
    	border-radius: 10px;
    	min-width: 130px;
		height: unset;
	}
	.CardSeguradora {
    	margin-bottom: 20px;
    	justify-content: flex-start;
	}
	.CardSeguradora .thumb {
		width: 100px;
		height: 100px;
	}
	.CardSeguradora .thumb img {
		max-width: 80px;
	}
	.CardVideo {
		width: 225px;
	}
	.CardVideo .ThumbVideo .mascara {
		background-size: 80px;
	}
	.CardDepoimento {
		border-left: solid 5px #E8E8EF;
		margin: 0 0 40px 0;
		padding-left: 15px;
	}
	.formFlex .contentBook {
		flex-direction: column;
	}
	.formFlex .contentBook .contenleft {
    	padding-right: 0px;
	}
	.formFlex .contentBook .content {
    	width: 100%;
	}
	.formFlex .contentBook .minwidth {
		max-width: 100%;
	}
	.Conteudos {
		flex-direction: column;
	}
	.Conteudos .sidebar {
    	width: 100%;
    	padding-right: 0px;
   		padding-bottom: 20px;
	}
	.Conteudos .PostsList {
    	width: 100%;
	}

	.CardItemPlano {
		width: 224px;
		height: inherit;
		padding: 16px;
    	border-radius: 10px;
	}
	.CardItemPlano .PriceCTA {
		padding-top: 50px;
	}

	.SinglePost .barActions .count {
		top: -30px;
	}

	.footer .content {
		flex-direction: column;
	}
	.footer .content .col {
    	width: 100%;
	}
	.footer .list-links {
    	margin-right: 0px;
	}

	.CarrosselPlanos-Content .DiclaimerPlanos p {
    	max-width: 100%;
    	margin: 0 auto;
    	padding: 0 20px;
	}

	.textoEmail {    
		padding-left: 5px;
	}

	/* Carrosséis . . . . . . . . . . . . . . . . */

	section.CarrosselServicos,
	section.CarrosselServicos .wrapper-default,
	section.CarrosselMarcas,
	section.Nossosclientes,
	section.CarrosselVideos-Content,
	section.CarrosselPlanos-Content {
		margin: 0;
	}
	section.CarrosselServicos .tit,
	section.CarrosselMarcas .tit,
	section.Nossosclientes .tit,
	section.CarrosselVideos-Content .tit,
	section.CarrosselPlanos-Content .tit
	 {
		margin: 0 18px;
	}
	.Carrossel_Servicos .CardItemProduto {
    	transform: scale(.8);
	}
	.CarrosselVideos .active.center .CardVideo {
		transform: scale(.8);
	}
	.Carrossel_Planos .CardItemPlano {
		transform: scale(.8);
		transition: .2s
	}
	.Conteudos .sidebar .bar-content-sidebar {
		position: unset;
		max-width: unset;
	}
	.box-cadastro-concluido .btsCTAs {
		flex-direction: column;
	}

	.box-cadastro-concluido {
    	padding: 10px 0 10px 0;
	}

	.box-cadastro-concluido .btsCTAs li {
		padding-right: 0px;
		padding-bottom: 19px;
		width: 100%
	}

	.box-cadastro-concluido .btsCTAs a {
		width: 100%;
	}
	section.CarrosselVideos-Content .CarrosselVideos {
    	padding-top: 0px;
	}
	section.CarrosselVideos-Content .owlCustom .owl-dots {
		padding-top: 6px;
	} 
	section.CarrosselVideos-Content .CarrosselVideos .owl-stage-outer {
    	padding: 0;
	}

	#formConsentimento .modal-content, #formConsentimentoSimulador .modal-content {
		width: 635px;
	}
}

@media screen and( max-width: 428px ) {
	.asteristico {
    	font-size: 30px;
	}

	.pull-left{		
		margin-left: 0px;
	}

	.padding-form {
		padding-top: 80px;
	}

	.btn-loginres {
        margin-right: 0px;
    }

	#tab-seta {
		width: 12%;
	}

	.CarrosselPlanos-Content .DiclaimerPlanos {
		bottom: 45px;
	}

	#secPlanosEstagio .font-colosso2 {
    	font-size: 30px;
	}

	#secPlanosEstagio #planoTop .font-colosso2 {
    	font-size: 27px;
	}

	#divCondicoes .btCTA1 {
		font-size: 13px;
	}

	.font-default2 {
    	font-size: 15px;
	}

	#formConsentimento .modal-dialog, #formConsentimentoSimulador .modal-dialog {    
    	margin: 20px 4%;
	}

	#formConsentimento .modal-content, #formConsentimentoSimulador .modal-content {
		width: 360px;
	}

	.tituloConsentimento {
		font-size: 18px;
	}

	.divTituloConsentimento p {
		font-size: 11px;
	}

	.headConsentimento img {
		max-width: 32%;
	}

	.divTituloConsentimento {		
		padding-right: 0px;
	}

	.textoEmail {    
		padding-left: 5px;
	}

}

@media ( max-width: 375px ) {
	.divTituloConsentimento {
    	padding-right: 0px;
	}

	#formConsentimento .modal-content, #formConsentimentoSimulador .modal-content {
    	width: 330px;
	}	

	.textoEmail {    
		padding-left: 5px;
	}
}

@media ( max-width: 280px ) {
	.divTituloConsentimento {
    	padding-right: 0px;
	}

	#formConsentimento .modal-content, #formConsentimentoSimulador .modal-content {
    	width: 330px;
	}	

	.textoEmail {    
		padding-left: 20px;
	}
}

.wrapper-full {
	max-width: 1320px;
	margin: 0 auto;
}

.wrapper-default {
	max-width: 1320px;
	margin: 0 auto;
}

.wrapper-content-site {
	padding-top: 80px;
	box-sizing: border-box;
}

.padding60 {
	padding: 60px 0;
	box-sizing: border-box;
}

.padding30 {
	padding: 30px 0;
	box-sizing: border-box;
}

.padding60bottom {
	padding: 0 0 60px 0;
	box-sizing: border-box;
}

@media ( max-width: 1400px ) {
	.Modal .wrapper-default {
		width: 90%!important;
	}
}

@media ( max-width: 1366px ) {
	.wrapper-full, .wrapper-default {
		max-width: 90%;
	}

	#secVideos .wrapper-default {
		max-width: 100%;
	}

	#secSeguradoras .wrapper-full,#secSeguradoras .wrapper-default {
		max-width: 100%;
	}

	#sectionSeguradorasProdutos .wrapper-full,#sectionSeguradorasProdutos .wrapper-default {
		max-width: 100%;
	}
}

/* MOBILE [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []  */

@media ( max-width: 768px ) {
	.wrapper-full,
	.wrapper-default {
		max-width: 100%;
		margin: 0 18px;
	}
	.padding60 {
		padding: 30px 0;
	}

	.padding30 {
		padding: 20px 0;
	}
	.padding60bottom {
		padding: 0 0 30px 0;
	}
	.padding-form {
		padding-top: 110px;
	}

}
ul ol {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
li {
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
}
.color-brand {
    color: #372a56;
}
.font-big1 {
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight: 900;
}
.font-default {
    font-size: 15px;
    line-height: 22px;
}
.link-light {
    color: #80808c;
    text-transform: uppercase;
    font-weight: 700;
}
