#caixa{
  margin-left: 435px !important;
}

.bg-img2 {
    background-size: cover;
	background-image:url(../imagem/fundo.webp);
}

#canto-imagem{
	border-radius: 10px 10px 10px 10px;
}


.cor-icone{
  line-height:10px;
}

.cor-icone .item-lista:hover {
  color: #f98f2a !important;
}
.cor-icone .item-lista:hover i {
  color: #f98f2a !important;
}

/* oitava dobra */
.eight__content {
    color: #444;
    padding: 2em 0;
    background-color: var(--branco-usual);
}

.eight__content h3 {
    color: var(--laranja-principal);
    font-size: 40px;
}

.eight_flex {
    
   justify-content: center;
   
}

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

.eight__content h3 {
    color: #0b9fad;
    font-size: 35px;
    font-weight: bold;
}

.eight__card {
    border: 1px solid #ccc;
    border-top: 6px solid #000000;
    border-radius: 10px;
    width: 30%;
    height: auto;
    padding: 1em;
    position: relative;
    margin: 0 20px 20px 0px;
}

.eight__card:hover {
    box-shadow: 0 0 20px 0 rgb(36 36 36 / 40%);
}

.card__top__text {
    background-color:#f1f1f1;
    padding:0.5em;
    text-align: center;
    border-radius: 5px;
    color: var(--laranja-antigo);
    height:100px;
}

.card__top__text span {
    font-size: 26px;
    color: var(--roxo-principal);
}

.card__top__text span.text_maior {
    font-size: 36px;
}

.card__top__text p,
.card__top__text span {
    font-weight: bold;
    font-family: 'MohrRoundedBold', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.card__top__price {
    text-align: center;
    display: flex;
    justify-content: center;
    color: var(--roxo-principal);

}

.card__top__price span {
    font-size: 38px;
    font-family: 'MohrRoundedBold', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.card__top__price p {
    font-family: 'MohrRoundedBold', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.card__main {
    text-align: center;
    margin: .7em 0;
}

.card__main p {
    margin: .5em 0;
    font-size: 18px;
    line-height: 24px;
    color: var(--cinza-usual);
}

.separacao_conteudo {
    width: 100%;
    height: .1em;
    background-color: var(--cinza-principal);
    margin: .5em 0 .5em 0;
}

.card__check {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1em;
    margin: 1em 0;

}

.card__descontos p {
    margin-top: 1em;
    color: var(--cinza-usual);
}


.card__button {
    display: flex;
    justify-content: center;
    margin-top: 1em;
}

.card__button__link {
    border: 1px solid var(--cinza-principal);
    border-radius: 10px;
    padding: .3em 2em;
    cursor: pointer;
    color: var(--laranja-principal);
    background-color: var(--laranja-principal);
    width:100%;
    text-align: center;
}

.card__button__link a {
    color: var(--roxo-principal);
    font-family: 'MohrRoundedBold', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

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

.card__text__footer {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
}

.card__text__footer h2 {
    color: var(--roxo-principal);
}

.card__footer__links {
    color: #888;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 6em;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}


.card__footer__links p {
    font-size: 24px;
    font-family: 'MohrRoundedBold', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.card__footer__links a {
    font-size: 28px;
    font-family: 'MohrRoundedBold', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color:#fff;
}

.links__opcoes{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2em;
    margin-top: .8em;
}

.links__opcoes div{
    border-radius: 15px;
    background-color: var(--roxo-principal);
    padding: .4em .8em;
    text-align: center;
}


.links__consultor div{
    border-radius: 15px;
    background-color: var(--laranja-principal);
    padding: .4em .8em;
    text-align: center;
    margin-top: .5em;
}

.links__consultor div a{
   
    color: var(--roxo-principal);
}



@media screen and (min-width:1400px) {
    .card__marginonline {
        margin-top: 14.5em;
    }
}

@media screen and (min-width:1400px) {
    .card__marginonline__familia {
        margin-top: 15em;
    }
}

@media screen and (max-width:1399px) and (min-width: 992px) {
    .card__marginonline {
        margin-top: 9.8em;
    }
}

@media screen and (max-width:1399px) and (min-width: 992px) {
    .card__marginonline__familia {
        margin-top: 11em;
    }
}


@media screen and (max-width:1197px){
    .eight__card{
        width: 350px;
    }
    .eight_flex{
        justify-content: space-around;
    }
}

@media screen and (min-width:992px) {
    .card__marginbasico {
        margin-top: 5.5em;
    }
    
}

@media screen and (min-width:992px) and (max-width:1600px) {
    .card__margindental {
        margin-top: 22.5em;
    }
}

@media screen and (max-width:992px){
    .card__footer__links{
        gap: 2em;
    }
}


@media screen and (max-width:680px) {
    .eight__card {
        width: 95%;
    }
    .card__text__footer h2{
        text-align: center;
    }
    .card__footer__links div p{
        text-align: center;
    }
    .footer__flex div div:nth-child(4){
        padding-left: 1em;
    }
}

/* Fim oitava dobra */


/* nona dobra */

.nine_flex {
    width: 100%;
    justify-content: space-between;
    background-color: #f7f5fa;
    margin-top: 0px;
}

.nine_img {
    width: 45%;
    max-height: 800px;
    position: relative;
}


.duvida{
    position: absolute;
    right: 20px;
    bottom: 30px;
    color: #fff;
    
}

.duvida span{
    font-size: 62px;
    font-family: 'MohrRoundedBold', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 62px;
    
}

.duvida h2{
    margin-bottom: .6em;
}

.duvida p{
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.nine_img img {
    width: 100%;
    max-height: 780px;
}

.nine_text {
    width: 45%;
    padding: 1em 1em 2em 0;
}

.nine_text h3 {
    color: var(--roxo-principal);
}

.nine_text p {
    margin: 2em 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;

}

.benef_mais {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .8em 0 0 0;
    cursor: pointer;
    background-color: var(--laranja-principal);
}

/*.botaoLista{
    width: 85%;
}*/

.benef_mais span,
.benef_mais i {
    font-weight: bold;
    color: #333789;
    padding: .8em;
}

.benef_mais span{
    width: 100%;
    height: 100%;  
}

.benef_mais img{
    margin-right: .7em;
}

.esconderTexto{
    display: none;
    transition: all .5s;
}

/*.aparecer{
    display: block;
    background-color: var(--roxo-principal);
    color: var(--branco-usual);
    padding: 1em;
    transition: all .5s;
}

.aparecer p {
    margin: 0;
}*/

.butoesLista{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .2em;
    width: 100%;
    justify-content: space-around;
}

@media screen and (max-width:1310px) and (min-width:1186px){
    .duvida{
        bottom: 140px;  
    }
}

@media screen and (max-width:1185px) {
    .nine_flex {
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }

    .nine_img {
        width: 60%;
        margin-bottom: 1em;
        border-radius: 10px;
    }

    .nine_img img {
        border-radius: 10px;
    }

    .nine_text {
        width: 100%;
        padding: 2em;
    }

}

@media screen and (max-width:680px) {
    .nine_img {
        width: 95%;
    }

    .benef_mais {
        width: 95%;
    }
   /* .botaoLista{
        width: 99%;
    }*/
}
@media screen and (max-width:420px) {
    .duvida span{
        font-size: 32px;
        line-height: 32px;
        
    }
    
    .duvida p{
        font-size: 18px;
        line-height: 22px;
        
    }
}

/* Fim nona dobra */

.eight_flex {
    justify-content: center;
}
.content__flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 2em;
    margin-top: 2em;
}

:root {
    --laranja-principal: #F68934;
    --roxo-principal: #333789;
    --cinza-principal: #DADADA;
    --verde-principal: #0d9fae;
    --branco-usual: #FFFFFF;
    --cinza-usual: #86898c;
    --laranja-antigo: #F68934;
}

#fonte-titulo{
  font-weight:bold;
  font-size:15px;
}


#fonte-texto{
  font-size:13px;
}

#caixa-info{
    height: 70px;
    width: 705px;
    background-color: #f1f1f1;
    margin-left: 25%;
    border-radius: 10px 10px 10px 10px;
    font-size: 16px;
    margin-top: -49px;
}

#caixa-info:hover{
  box-shadow: 0 0 20px 0 rgb(36 36 36 / 40%);	
}

#cta{
height:  269px;
    width: 100%;
    background-size: cover;
    background-image: url(../img/cta.webp);
    margin-top: -30px;
    margin-bottom: -30px;
    border-color: #000;
    background-position-y: -140px;
}

/*#cta:hover {
    box-shadow: 10px 10px 15px 15px rgb(243 155 4 / 100%);
    transition: all .5s ease-in;
}*/


.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.textoposicao{
	margin-left: 52px;
    margin-right: 5%;
    text-align: left;
    width: 569px;
}


@media screen and (max-width:500px){
	
	.textoposicao{
	    margin-left: 4%;
    margin-right: 5%;
    text-align: center;
	width: 375px;
}
	
	#caixa{
  margin-left: 30px !important;
}

.bg-img2 {
    background-size: cover;
	background-image:url(../imagem/fundo.webp);
	background-position-x: 726px !important;
}


.panel-group .panel {
    width: 310px !important;
    margin-left: 5px;
}

.cor-icone {
    line-height: 20px;
    width: 280px;
}

.container {
    padding-right: 0px !important;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#caixa-info {
    height: 81px;
    width: 374px;
    background-color: #f1f1f1;
    margin-left: 5%;
    border-radius: 10px 10px 10px 10px;
    font-size: 16px;
    margin-top: -49px;
	margin-bottom: -70px;
}

.painel__text {
    width: 91% !important;
    margin-left: 15px;
    height: 100%;
    margin-top: 25px;
}

#canto-imagem {
    border-radius: 10px 10px 10px 10px;
    width: 385px;
}

#cta {
   height: 385px;
    width: 100%;
    background-size: cover;
    background-image: url(../img/cta-mobile.webp);
    margin-top: -39px;
    margin-bottom: -20px;
    background-position-x: -636px;
    background-position-y: -1px;
}

}


@media screen and (max-width:360px){
	
		.textoposicao{
	    margin-left: 4%;
    margin-right: 5%;
    text-align: center;
	width: 329px;
}


	#caixa{
 margin-left: 16% !important;
}

.bg-img2 {
    background-size: cover;
	background-image:url(../imagem/fundo.webp);
	background-position-x: 629px !important;
}

.panel-group .panel {
    width: 310px !important;
    margin-left: -40px;
}

.cor-icone {
    line-height: 20px;
    width: 280px;
}

.container {
    padding-right: 0px !important;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#caixa-info {
    height: 81px;
    width: 323px;
    background-color: #f1f1f1;
    margin-left: 5%;
    border-radius: 10px 10px 10px 10px;
    font-size: 16px;
    margin-top: -49px;
}

.painel__text {
    width: 91% !important;
    margin-left: 15px;
    height: 100%;
    margin-top: 25px;
}

#canto-imagem {
    border-radius: 10px 10px 10px 10px;
    width: 333px;
}



#cta {
    height: 380px;
    width: 100%;
    background-size: cover;
    background-image: url(../img/cta-mobile.webp);
    margin-top: -35px;
    margin-bottom: -20px;
}

}