#divCont{
    padding: 2em 5em 2em 5em;
}

.modalidade_aba,
.mobilia_aba,
.resumo_aba,
.pagamento_aba,
.pagamento_cartao,
.pagamento_pix,
.pagamento_boleto{
    display: none;
}
#ui-datepicker-div{
    font-size: 2em;
}

.etapa{
    position: relative;
}
.resumo td{
    vertical-align: top;
    padding: 0 1em 0 0 !important;
    /*font-size: 0.8em;*/
    white-space: nowrap;
}
.resumo td i{
    padding-top: 5px;
    line-height: 1.5em;
}
.resumo hr{
    border: 1px solid #f2f2f2;
}
.contorno_azul{
    visibility: hidden;
    position: absolute;
    width: 30px;
    left: -30px;
    border: 2px solid var(--azul);
    border-right: none;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
@media only screen and (max-width: 1312px), only screen and (max-device-width: 1312px) {
    .contorno_azul{
        width: 15px;
        left: -15px;
    }
}
@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
    .contorno_azul{
        width: 8px;
        left: -8px;
    }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    #divCont{
        padding: 2em 1em 2em 1em;
    }
}


.obrigado{
    display: table;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #cacaca;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.obrigado .c1{
    display: table-cell;
    width: 40%;
    /*background: url("../imagens/bg-obrigado.jpg") center center no-repeat;
    background-size: cover;*/
    vertical-align: middle;
    -webkit-border-top-left-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
    -moz-border-radius-topleft: 14px;
    -moz-border-radius-bottomleft: 14px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.obrigado .c1 img{
    display: none;
    width: 100%;
}
.obrigado .c2{
    display: table-cell;
    width: 60%;
    padding: 4em;
    vertical-align: middle;
}
@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
    .obrigado{
        width: 100%;
    }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .obrigado .c1{
        display: block;
        width: 100%;
        background: none;
        -webkit-border-top-left-radius: 14px;
        -webkit-border-top-right-radius: 14px;
        -moz-border-radius-topleft: 14px;
        -moz-border-radius-topright: 14px;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }
    .obrigado .c1 img{
        display: block;
        -webkit-border-top-left-radius: 14px;
        -webkit-border-top-right-radius: 14px;
        -moz-border-radius-topleft: 14px;
        -moz-border-radius-topright: 14px;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }
    .obrigado .c2{
        display: block;
        width: 100%;
        padding: 2em;
    }
}

@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    body{
        -webkit-text-size-adjust: 100%;
    }
    .resumo_aba{
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        transform-origin: top left;
    }
    .pagamento_opcoes label{
        display: block;
        margin: 10px -0 10px 0 !important;
    }
}

.modalidade_aba .texto-mobile{
    display: none;
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .modalidade_aba .texto-desktop{
        display: none;
    }
    .modalidade_aba .texto-mobile{
        display: inline-block;
    }
}

.termo{
    white-space: normal;
}
.termo .c1{
    width: 60%;
}
.termo .c2{
    width: 35%;
    margin-left: 5%;
}
.termo .c2 img{
    vertical-align: middle;
}
.termo .c2 a{
    text-decoration: none;
    color: var(--principal);
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .termo .c1,
    .termo .c2{
        width: 100%;
        margin: 0;
    }
}
.tabela-comparativa{
    overflow: hidden;
    height: 0;
    margin-bottom: 2em;
}
.tabela-comparativa.visivel{
    overflow: unset;
    height: auto;
}

.tabela-comparativa .titulo-maior{
    font-size: 2.4em;
}
@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
    .tabela-comparativa .titulo-maior{
        font-size: 1.8em;
    }
}

.resumo-comparativo .flex{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2em;
}
.resumo-comparativo .w-50{
    width: calc(50% - 1em);
}
.resumo-comparativo .resumo-comparativo-borda-externa{
    padding: 2em;
    background: #f2f2f2;
    border: 2px solid #d1d1d1;
    border-radius: 15px;
}
.resumo-comparativo .resumo-comparativo-borda-interna{
    padding: 2em;
    background: #f2f2f2;
    border: 2px solid #d1d1d1;
    border-radius: 10px;
}
.resumo-comparativo .rolagem{
    position: relative;
    height: 250px;
    overflow-y: scroll;
}
.resumo-comparativo .rolagem div{
    font-size: 0.9em;
}
.resumo-comparativo .escolhido{
    padding: 0.4em 0.4em 0.1em 0.4em;
    display: inline-block;
    font-size: 0.8em;
    line-height: 1em;
    font-weight: bold;
    background: gold;
}
.resumo-comparativo .caixa{
    display: inline-block;
    margin-top: 5px;
    font-size: 0.9em;
    padding: 1px 3px 1px 3px;
    color: white;
    background: #1ba836;
}
.resumo-comparativo .caixa i{
    color: white;
}
.resumo-comparativo .w-50::-webkit-scrollbar {
    width: 7px;
}
.resumo-comparativo .w-50::-webkit-scrollbar-track {
    background: #d1d1d1;
}
.resumo-comparativo .w-50::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 100px;
}
.resumo-comparativo .w-50::-webkit-scrollbar-thumb:hover {
    background: #555;
}
@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
    .resumo-comparativo .w-50{
        width: 100%;
    }
}

.sanfona{
    margin-top: 2em;
    padding: 1em;
    border: 2px solid var(--azul);
    border-radius: 15px;
}
.sanfona .rotulo{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.sanfona .rotulo .texto{
    flex: 1 1 100%;
}
.sanfona .rotulo .icone{
    flex: 0 0 auto;
}
.sanfona .icone a{
    display: block;
}
.sanfona .icone a i{
    color: var(--azul);
}
.sanfona .icone a:hover i{
    color: var(--azul);
}
.sanfona .sanfona-conteudo{
    display: none;
    padding-top: 2em;
    overflow-y: hidden;
}