#page-selecione-plano {
    margin-top: 137px;
}
.title-section {
    color: var(--Blue03-01, #08a9cb);
    /* Headline/H3 */
    font-family: var(--font);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 100% */
    margin-top: 80px;
    margin-bottom: 36px;
}
.title-error {
    color: var(--Blue03-01, #08a9cb);
    /* Headline/H3 */
    font-family: var(--font);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 100% */
    margin-bottom: 36px;
}
/**
 * Componente simulador grupo
 */
.cmp-grupo-selecionado {
    border-radius: 12px;
}
.cmp-grupo-selecionado .container-information {
    padding: 24px;
    backdrop-filter: blur(7px);
    background: var(--Neutras-Grey03, #f7f7f7);
    border-radius: 0 0 12px 12px;
    border: 1px solid var(--Neutras-Grey01, #dfdfdf);
}

.cmp-grupo .container-title {
    cursor: pointer;
}
.cmp-grupo .container-title.active .icn-open {
    rotate: 180deg;
    transition: all 0.2s ease-in-out;
}
.cmp-grupo-selecionado .box-img {
    padding-left: 12px;
    min-height: 100px;
    border-radius: 12px 12px 0px 0px;
    /* background-image: var(--img-bg);
    background-position: 0 0;
    background-repeat: no-repeat; */
    background: url("../img/mini_carro_homem.jpg") rgb(7, 34, 62) -3px -53.898px /
        101.354% 303.541% no-repeat;
}
.cmp-grupo-selecionado .box-img .icon svg path {
    stroke: var(--Blue01-Blue01);
}
.cmp-grupo-selecionado .box-img .icon {
    width: 52px;
    height: 50px;
    display: flex;
    width: 72px;
    height: 72px;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--Neutras-Grey03, #f7f7f7);
}
.cmp-grupo-selecionado .box-img h4 {
    padding-left: 20px;
    color: var(--Neutras-White, #fff);
    font-family: var(--font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 166.667% */
}
.cmp-grupo-selecionado .text {
    color: var(--Neutras-Black, #7e7e7e);
    /* Body/Body Large */
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px; /* 140% */
    margin-top: 0;
    margin-bottom: 25px;
}
.cmp-grupo-selecionado label {
    color: var(--Blue02-01, #0672b9);

    /* Subtitle/Subtitle */
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px; /* 140% */
}
.form-range {
    --height-track: 1px;
    --color-track: #c0c0c0;
    --color-thumb: var(--Blue01-Blue01);
}
.form-range::-moz-range-thumb,
.form-range::-webkit-range-thumb {
    background: var(--color-thumb) !important;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.form-range::-moz-range-track,
.form-range::-webkit-range-track {
    height: var(--height-track);
    background-color: var(--color-track);
}
.cmp-grupo-selecionado .container-escolha-vlr {
    margin-bottom: 25px;
}
.cmp-grupo-selecionado .container-escolha-qtd-parc {
    margin-bottom: 31px;
}
.cmp-grupo-selecionado .container-result .big {
    color: var(--Blue03-01, #08a9cb);
    font-family: var(--font);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 100% */
}
.cmp-grupo-selecionado .container-result .small {
    color: var(--Blue03-01, #08a9cb);

    /* Subtitle/Subtitle */
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px; /* 140% */
}
.cmp-grupo-selecionado .container-result .small:last-child {
    padding-left: 10px;
}
.cmp-grupo-selecionado .container-result .small:first-child {
    padding-right: 10px;
}
.cmp-grupo-selecionado .container-result {
}
.cmp-grupo-selecionado .btn-refresh {
    color: var(--Blue01-Blue02, #05568b);
    text-align: center;

    /* Button/Button */
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.cmp-grupo-selecionado .btn-refresh::before {
    content: url("../img/icn_refresh.svg");
    transition: all 0.2s ease;
    display: inline-flex;
}
/**
 * item lista grupo
 */
#outros-grupos .title {
    color: var(--Blue02-01, #0672b9);
    font-family: var(--font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#outros-grupos .title-separacao {
    color: var(--Blue02-01, #0672b9);
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px; /* 140% */
    margin-top: 24px;
    margin-bottom: 8px;
}
#outros-grupos .add-seguro {
    color: var(--Neutras-Black, #7e7e7e);
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
}
#outros-grupos .add-seguro .form-check-label {
    position: relative;
    top: 3px;
}
#outros-grupos .add-seguro .form-switch {
    margin-left: 10px;
}
#outros-grupos .add-seguro .form-check-input {
    width: 43px !important;
    height: 25px;
    background-size: 50%;
}
#outros-grupos .form-check-input:checked {
    background-color: #08a9cb;
    border-color: #08a9cb;
    --bs-form-switch-bg: var(--switch-bg);
}
#outros-grupos .container-lista-outros-grupo {
    overflow: auto;
    height: 400px;
    scrollbar-color: #c1c1c1 #f1f1f1;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
    padding-top: 17px;
    padding-right: 17px;
    /* background: #F1F1F1; */
}
.cmp-grupo {
    border-radius: 12px;
    border: 1px solid var(--Blue03-01, #08a9cb);
    padding: 16px;
    margin-bottom: 30px;
}
.cmp-grupo .title {
    color: var(--Blue01-Blue01, #0672b9);
    /* Headline/H5 */
    font-family: var(--font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.cmp-grupo .container-information .bg {
    border-radius: 8px;
    background: var(--Neutras-Grey03, #f7f7f7);
    padding: 16px;
    margin-top: 8px;
    display: flex;
    margin-bottom: 10px;
}
.cmp-grupo .container-information .item {
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
/* .cmp-grupo .container-information .no-border {
    border: none !important;
}
.cmp-grupo .container-information .border-abaixo {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    color: var(--Blue03-01, #08a9cb);

    font-family: var(--font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    } */
    .cmp-grupo .container-information .det-azul {
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 10px;
        color: var(--Blue03-01, #08a9cb);

        font-family: var(--font);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
.cmp-grupo .container-information .item:last-child {
    border: none;
    margin-bottom: 0 !important;
}
.cmp-grupo .btn-selected {
    color: var(--Neutras-White, #fff);

    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 32px;
    background: var(--Blue02-01, #0672b9);
    width: 100%;
    padding: 8px 20px;
    min-height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.cmp-grupo .btn-selecionar-grupo {
    color: var(--Blue02-01);

    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 32px;
    border: 1px solid var(--Blue02-01, #0672b9);
    background-color: transparent;
    width: 100%;
    padding: 8px 20px;
    min-height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.cmp-grupo .btn-selected::after {
    content: url("../img/icn_check_grupo_selecionado.svg");
    transition: all 0.2s ease;
    display: inline-flex;
}
.cmp-grupo .content-descr .title-descr {
    color: var(--Neutras-Black, #7e7e7e);

    font-family: var(--font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cmp-grupo .content-descr .big {
    color: var(--Blue03-01, #08a9cb);
    font-family: var(--font);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 100% */
}
.cmp-grupo .content-descr {
    padding-left: 8px;
    width: 100%;
}

.cmp-grupo .content-descr .small {
    color: var(--Blue03-01, #08a9cb);

    /* Subtitle/Subtitle */
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px; /* 140% */
}
/**
 * indentificar
 */
#page-cadastre {
    margin-top: 137px;
}
#page-cadastre .title-section {
    margin-top: 0;
}

#page-cadastre .container-detalhes {
    padding-top: 80px;
}
#page-cadastre .container-title-section .text {
    margin-bottom: 16px;
}
#page-cadastre .btn-shared::before {
    content: url("../img/icn_share.svg");
}
#page-cadastre .btn-shared {
    border-radius: 32px;
    border: 2px solid var(--Blue03-01, #08a9cb);
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: var(--Blue03-01, #08a9cb);

    /* Button/Button Small */
    font-family: var(--font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.cmp-tipo-cadastro {
    border-radius: 12px;
    border: 1px solid var(--Neutras-Grey01, #dfdfdf);
    padding: 24px;
}
.cmp-tipo-cadastro .container-tipo-pessoa .btn {
    border-radius: 32px;

    border: 2px solid var(--Blue03-01, #08a9cb);
    color: var(--Blue01-Blue01, #0672b9);
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px;
    transition: all 0.2s ease-in-out;
}
.cmp-tipo-cadastro .container-tipo-pessoa .btn:hover,
.cmp-tipo-cadastro .container-tipo-pessoa .btn.active {
    color: var(--Neutras-White, #fff);
    background: var(--Blue03-01, #08a9cb);
}
.cmp-tipo-cadastro .container-tipo-pessoa .btn:last-child {
    margin-left: 10px;
}
.cmp-tipo-cadastro .container-frm-pessoa {
    margin-top: 36px;
}
.cmp-tipo-cadastro .container-termos-politicas .item {
    margin-top: 20px;
}
.cmp-tipo-cadastro .container-termos-politicas .form-check {
    padding-right: 12px;
}
.cmp-tipo-cadastro .container-termos-politicas .text {
    color: var(--Neutras-Black, #7e7e7e) !important;
    /* Body/Body Small */
    font-family: var(--font) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}
.cmp-tipo-cadastro .container-termos-politicas span > a {
    color: var(--Blue01-Blue01, #0672b9);
    font-family: var(--font);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.container-termos-politicas .form-check-input {
    width: 20px !important;
    height: 20px !important;
    /* border-radius: 4px !important; */
    background-color: var(--Neutras-Grey03, #f7f7f7);
}
.container-termos-politicas .form-check-input:checked[type="checkbox"] {
    background-color: var(--Blue02-01, #0672b9);
}
.cmp-tipo-cadastro .btn-submit,
.cmp-tipo-cadastro .g-recaptcha{
    margin: 0;
}
.cmp-tipo-cadastro .ctn-btn-frm-cadastro{
    margin-top: 50px;
    min-width: 132px;
}
.cmp-tipo-cadastro .ctn-btn-frm-cadastro .btn-submit{
    margin-left: 20px;
}
.continer-frm-pessoa .container-pj .continer-frm-pessoa .container-pf {
    display: flex;
}
.cmp-tipo-cadastro {
}
.cmp-tipo-cadastro {
}
/**
 * Completar cadastro
 */
/**
 * indentificar
 */
#page-completar-cadastro {
    margin-top: 137px;
}
#page-completar-cadastro .title-section {
    margin-top: 0;
}

#page-completar-cadastro .container-detalhes {
    padding-top: 80px;
}
#page-completar-cadastro .container-title-section .text {
    margin-bottom: 16px;
}

.container-toogle {
    border-radius: 12px;
    border: 1px solid var(--Neutras-Grey01, #dfdfdf);
    padding: 24px;
    width: 100%;
    margin-bottom: 24px;
}
.container-toogle .container-title {
    cursor: pointer;
}
.container-toogle .container-title.active {
    padding-bottom: 20px;
    margin-bottom: 32px;
    border-bottom: 1px solid #dfdfdf;
}
.container-toogle .container-title .title {
    color: var(--Blue01-Blue01, #0672b9);
    font-family: var(--font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.container-cadastro .btn-proximo {
    width: 150px;
}
.container-cadastro .btn-gradient {
    margin-top: 30px;
    width: 296px;
}
.section-title-socios.separador {
    border-top: 1px solid var(--Neutras-Grey01, #dfdfdf);
    padding-top: 40px;
    margin-top: 40px;
}
.section-title-socios h5 {
    color: var(--Blue01-Blue01, #0672b9);
    font-family: var(--font);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.section-title-socios .btn-add-socio{
    border-radius: 32px;
    background: var(--Blue03-01);
    padding: 12px;
    margin-left: 8px;
    font-family: var(--font);
    color: var(--Neutras-White, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#container-socios .btn-delete-socio{
    border-radius: 32px;
    background: var(--Blue03-01);
    padding: 12px;
    margin-left: 8px;
    font-family: var(--font);
    color: var(--Neutras-White, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#container-socios > div.frm{
    border-bottom: 1px solid var(--Neutras-Grey01, #dfdfdf);
    padding-top: 30px;
    margin-bottom: 30px;
}
#container-socios .title-socio h5{
    color: var(--Blue01-Blue01, #0672b9);
    font-family: var(--font);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.response-error{
    width: 100%;

}
/**
 * Finalizado
 */
#page-finalizado {
    margin-top: 137px;
}
#page-finalizado .title-section {
    margin-top: 0;
}

#page-finalizado .container-detalhes {
    padding-top: 80px;
}
#page-finalizado .container-title-section .text {
    margin-bottom: 16px;
}
#agradecimento {
    padding: 32px;
    border-radius: 12px;
    border: 1px solid var(--Blue01-Blue03, #e7f1f8);
    background: var(--Neutras-Grey03, #f7f7f7);
}
#agradecimento .title-section {
    margin-bottom: 24px;
}
#agradecimento .text {
    color: var(--Neutras-Black, #7e7e7e);
    text-align: center;

    /* Body/Body Large */
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px; /* 140% */
}
#agradecimento .numero {
    margin-top: 40px;
    margin-bottom: 40px;
}
#agradecimento .numero h6 {
    color: var(--Blue02-01, #0672b9);
    text-align: center;
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#agradecimento .numero .content-numero {
    color: var(--Neutras-Black, #7e7e7e);
    text-align: center;
    font-family: var(--font);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 62.5% */
    border-radius: 8px;
    background: var(--Neutras-White, #fff);
    padding: 12px 16px;
    margin-bottom: 8px;
}
.modal-default .step1 {
    display: flex;
}
.modal-default .step2 {
    display: flex;
}
.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-field input {
    height: 45px;
    width: 42px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
}
.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}

#copiar-shared {
    border-radius: 32px;
    background: var(--Blue01-Blue01, #0672b9);
    color: var(--Blue01-Blue03, #e7f1f8);
    font-family: var(--font);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
}
#link_share {
    color: var(--Neutras-Black, #7e7e7e);
    font-family: var(--font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
    background: transparent;
    border: none;
}
.container-btn-copy {
    padding: 12px 24px;
    border-radius: 64px;
    border: 1px solid var(--Neutras-Grey02, #c0c0c0);
}
.list-social {
    margin-top: 32px;
    margin-bottom: 32px;
}
.list-social a {
    margin-right: 18px;
}
#container-tipo-cadastro input{
    text-transform: uppercase;
}
