.body {
    height: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

.area-anunciante {
    margin-bottom: 10%;
    margin: 5%;
}

.hidden {
    display: none !important;
}



.title {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-left: 5%;
}

.title button {
    border: none;
    background: white;
    text-decoration: underline;
    font-size: 20px;
}

.title i {
    margin-right: 6px;
}

.title h2 {
    color: #231144;
    font-size: 30px;
    font-family: Nunito;
}

.image {
    display: flex;
    align-items: stretch;
}

.image img {
    width: 60%;
}

.text {
    background-color: #231144;
    color: white;
    align-items: center;
}

.area-anunciante .text {
    display: flex;
}

.area-anunciante .image {
    margin-top: 15px;
}

.text p {
    font-size: 30px;
    font-family: Nunito;
    margin-left: 25px;
    color: white;
}

.infos-anuncio {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

.infos {
    display: flex;
    align-items: center;
    width: 96%;
    justify-content: center;
}

.info1 {
    width: 49%;
    display: flex;
    justify-content: center;
}

.info1-text {
    font-family: Nunito;
    font-size: 18px;
    color: black;
}

.title-como-funciona {
    color: black;
}

.divisa {
    width: 2%;
    display: flex;
    justify-content: end;
    margin-left: 30px;
}

.conteudo {
    height: 240px;
    width: 2px;
    background-color: rgb(119, 119, 119);
    display: flex;
    justify-content: center;
}

.info2 {
    width: 49%;
    margin-left: 40px;
}

.info-2 {
    display: flex;
}

.info-2 img {
    margin-right: 20px;
}

.btn-cad {
    display: flex;
    justify-content: center;
}

.btn-footer {
    background-color: #231144;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: none;
    width: 300px;
    height: 35px;
}

.btn-icone {
    font-size: 30px;
    margin-right: 15px;
}

.cadastros {
    display: flex;
}

.image-cadastro {
    width: 50%;
}

.image-cadastro .pessoa {
    width: 100%;
}

.form,
.cards {
    height: 900px;
    width: 50%;
    padding-left: 35px;
}

.title-cad {
    display: flex;
}

.title-cad .title {
    width: 80%;
}

.text-cad {
    font-size: 16px;
    color: black;
}

.session {
    font-size: 20px;
    color: #F02D3A;
}

.form-ckb-label {
    font-size: 14px;
}

.ckb {
    display: flex;
}

.form-ckb-input {
    width: 20px;
    height: 20px;
}

.form-ckb {
    display: flex;
    justify-content: center;
}

.form-label {
    font-size: 14px;
    color: black;
}

.form-control {
    width: 80%;
}

.image-cadastro .text {
    height: 860px;
    margin-top: -1px;
}

.info-text {
    padding: 30px;
    color: white;
}

.label-footer {
    font-size: 12px;
}

.img-logo {
    display: flex;
    justify-content: end;
    margin-top: -5%;
}

.img-logo img {
    margin-right: 35px;
}

.card {
    height: 90px;
    width: 85%;
    margin-top: 25px;
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    display: -webkit-box;
    cursor: pointer;
    transition: border-color 0.3s;
    position: relative;
}

.card p {
    color: black;
}

.card.selected {
    border-color: #F02D3A;
}

.info-plano {
    font-size: 14px;
    width: 50%;
    padding: 20px;
}

.info-plano p {
    margin: 0;
    font-family: Nunito;
}

.valor-mensal {
    display: flex;

    padding: 20px;
    align-items: baseline;
}

.valor-mensal p {
    font-size: 16px;
    color: #F02D3A;
    font-family: Nunito;
}

.valor-mensal span {
    color: black;
}

.detalhesDoPlano {
    width: 80%;
    margin-top: 20px;
}

.detalhesDoPlano span {
    color: black;
}

.formaPagamento {
    width: 100%;
}

.pagamentoForma {
    border: 1px solid #c6c6c6;
    display: flex;
    border-radius: 10px;
    width: 88%;
    margin-top: 20px;
}

.cartoesCadastrados {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.formaPagamento-ckb {
    display: flex;
    align-items: center;
    padding: 12px;
}

.formaPagamento-ckb label {
    margin-bottom: 0;
    color: black;
}

.formaPagamento-ckb-input {
    width: 20px;
    height: 20px;
}

.planoSelecionado {
    border: 1px solid #c6c6c6;
    height: 185px;
    width: 88%;
    margin-top: 60px;
    border-bottom: none;
    border-radius: 12px;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
}

.info-plano-selecionado {
    padding: 24px;
}

.plano-select p,
.total p {
    margin-bottom: 0;
    color: black;
}

.troca-anuncio {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
}

.total {
    display: flex;
    justify-content: space-between;
}

.troca-anuncio a {
    text-decoration: underline;
    color: #F02D3A;
}

.total {
    padding-left: 23px;
    padding-right: 23px;
}

.cartao {
    border: 1px solid #c6c6c6;
    border-radius: 10px;
    width: 95%;
    height: 68px;
    margin-bottom: 15px;
    padding: 10px;
    cursor: pointer;
}

.cartao p {
    font-size: 14px;
    color: black;
    margin-bottom: 0;
    margin-left: 7px;
}

.cartao .tituloCartao {
    margin-bottom: 7px;
}

.btn-adicionar-cartao {
    width: 88%;
    display: flex;
    justify-content: center;
}

.btn-adicionar-cartao button {
    border: 1px solid #231144 !important;
    background-color: white;
    color: #231144;
}

#session-5 {
    height: 1060px !important;
}

.selected {
    border-color: #F02D3A;
}

.validadeCvv {
    display: flex !important;
}

.fot {
    display: flex !important;
}

.validadeCvv div {
    width: 45%;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 15px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 20px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}

input:checked+.slider {
    background-color: #F02D3A;
}

input:focus+.slider {
    box-shadow: 0 0 1px #231144;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.descktop .text {
    background-color: #E4E4E4;
    align-items: center;
    padding: 20px;
    flex-direction: column;
}

.descktop .info1 {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.descktop .info1-text {
    font-size: 14px !important;
    font-family: Nunito;
}

.descktop .text p {
    font-size: 18px;
    font-family: Nunito;
    margin-left: 0px;
    color: black;
}

.mobile {
    display: none;
}

.title-descktop-obj {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: black;
    margin-top: 35px;
}

.title-descktop-obj .ckb-obj {
    display: flex;
    justify-content: space-between;
}

.ckb-obj p {
    margin-right: 25px;
}

.image img {
    width: 100%;
    height: 100%;
}

.header-fotos p {
    margin: 0;
}

.picture_input {
    display: none;
}

.picture_input_mobile {
    display: none;
}

.picture {
    width: 100%;
    aspect-ratio: 11/9;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    cursor: pointer;
    font-family: sans-serif;
    transition: color 300ms ease-in-out, background 300ms ease-in-out;
    outline: none;
    overflow: hidden;
    border-radius: 12px;
}

.picture:hover {
    color: #777;
    background: #ccc;
}

.picture:active {
    border-color: turquoise;
    color: turquoise;
    background: #eee;
}

.picture:focus {
    color: #777;
    background: #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.picture__img {
    max-width: 100%;
}

.imag {
    width: 15% !important;
}

.imagens {
    display: flex;
    gap: 20px;
    max-width: 800px;
    margin-top: 35px;
}

.adicionar-img {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.linha {
    height: 1px;
    width: 100%;
    background-color: black;
    display: flex;
}

.title-div {
    margin-top: 20px;
    color: #F02D3A;
}

.title-div span {
    color: black;
}

.adicionar-fotos .form-control {
    width: 100%;
}

.complementoAnuncio {
    margin-bottom: 0;
    margin-left: 15px;
}

.body-info-anuncio .ckb-select {
    display: flex;
    align-items: center;
    justify-content: center;
}

#metragemAnuncio {
    width: 32%;
}

.categoria-numerado {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.categoria-radio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.info-anuncio-objetivo {
    display: flex;
    margin-top: 10px;
}

.add-quantidade {
    display: flex;
    text-align: center;
    height: 30px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background-color: white;
    width: 110px;
    border-radius: 7px;
}

.add-quantidade span {
    color: #231144;
}

.btn-menos,
.btn-mais {
    color: var(--color-black);
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    background: var(--color-primary);
}

.add-numero-itens {
    color: var(--color-black);
    padding: 2px 15px;
    font-size: 18px;
}

.sim-nao label {
    color: #231144;
}

.text-objetivo {
    color: #231144;
    margin: 0;
    font-size: 13px;
}

.ckb-pink:checked {
    accent-color: #F02D3A;
}

.btnX {
    color: #231144;
}

.btn-fechar-modal {
    display: flex;
    justify-content: end;
    margin-bottom: 8px;
}

.modal-backdrop {
    display: none;
}

.modal-body {
    padding: 0;
}

.body-modal {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.body-modal .title-modal {
    color: #231144;
}

.body-modal img {
    width: 60px;
}

.body-modal button {
    width: 180px;
    background-color: #231144;
    color: white;
    border-radius: 16px;
    margin-top: 15px;
}

.descricao-pix {
    font-family: Nunito;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #767676;
}

.btn-copia-colar {
    width: 122px;
    height: 40px;
    font-family: SF Pro Text;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.09px;
    letter-spacing: 0%;
    background-color: #231144;
    color: #FFFFFE;
}

.mais-detalhes {
    display: flex;
    justify-content: space-between;
    color: black;
}


@media (min-width: 651px) {

    .anuncios .infos-title {
        margin-right: 15px;
    }

    .anuncios {
        display: flex;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 20px;
    }

    #header-desck {
        margin-top: 15px;
    }

    .anuncios p {
        margin: 0;
    }

    .anuncios .ativar {
        display: flex;
    }

    .anuncios .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid #e3e6f0;
        border-radius: .35rem;
        width: 100%;
        border-radius: 12px;
        height: 80%;
        max-height: 360px;
    }

    .anuncios .text {
        background-color: white;
        font-size: 11px;
        margin-bottom: 0;
        color: #ABABAB;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 4.5em;
        line-height: 1.5em;
    }

    .anuncios .title-anuncio {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 4.5em;
        line-height: 1.5em;
    }

    .anuncios .anuncio-info {
        margin: 15px;
        width: 80%;
    }

    .anuncios .header {
        display: none;
    }

    .anuncios .image {
        margin-top: 0;
    }

    .anuncios .card img {
        border-radius: 11px 11px 0 0 !important;
    }

    .anuncios .icones {
        margin-bottom: 12%;
    }

    .card-inativo {
        opacity: 0.3;
    }

    .setas {
        position: absolute;
        top: 33%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .setas .icone {
        width: 30px;
        height: 30px;
        pointer-events: auto;
        cursor: pointer;
    }

    .seta-esquerda {
        margin-left: 10px;
    }

    .seta-direita {
        margin-right: 10px;
    }

    .tipo {
        position: absolute;
        top: 25%;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-150%);
        pointer-events: none;
        background-color: #231144D4;
        border-radius: 21px
    }

    .tipo p {
        padding: 5px;
        color: white;
    }
}

@media (max-width: 650px) {

    .detalhes-tipo-imovel .ckb {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .detalhes-tipo-imovel .form-ckb {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: calc(50% - 10px);
        min-height: 50px;
        padding: 10px;
        box-sizing: border-box;
    }

    .mais-detalhes {
        display: flex;
        justify-content: space-between;
        color: black;
        flex-direction: column;
    }

    .tipo {
        position: absolute;
        top: 35%;
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-150%);
        pointer-events: none;
        background-color: #231144D4;
        border-radius: 21px;
        margin-left: 5% !important;
    }

    .tipo p {
        color: white !important;
    }

    .header .title-cad {
        width: 35%;
    }

    .setas {
        position: absolute;
        top: 50%;
        width: 50%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .setas .icone {
        width: 30px;
        height: 30px;
        pointer-events: auto;
        cursor: pointer;
    }

    .seta-esquerda {
        margin-left: 10px;
    }

    .seta-direita {
        margin-right: 10px;
    }

    .descktop {
        display: none !important;
    }

    .ckb-pink:checked {
        accent-color: #F02D3A;
    }

    .mobile {
        display: contents;
    }

    .navPai {
        border-bottom: none;
    }

    .body {
        background-color: #231144;
        display: flex;
        flex-direction: column;
    }

    .content {
        width: 100%;
        border-radius: 30px 30px 0 0;
        background-color: white;
    }

    .title {
        padding: 20px;
        width: 50%;
        margin-top: 0px;
    }

    .image {
        display: flex;
        flex-direction: column;
    }

    .image .pessoa {
        width: 100%;
    }

    .text {
        background-color: white;
    }

    .text p {
        color: black;
        font-size: 18px;
        font-weight: bold;
        margin: 15px;
    }

    .infos {
        width: 90%;
        display: flex;
        flex-direction: column;
    }

    .info1 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .divisa {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .info2 {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .conteudo {
        width: 90%;
        height: 1px;
        background-color: rgb(119, 119, 119);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image-cadastro {
        display: none;
    }

    .form {
        width: 100%;
        padding-left: 0;
        padding: 20px;
    }

    .title-form {
        padding: 0;
        width: 100% !important;
    }

    .form-control {
        width: 100%;
    }

    .session {
        padding-top: 20px;
    }

    .cards {
        width: 100%;
        padding: 20px !important;
    }

    .card {
        width: 100%;
        position: relative;
    }

    #header-desck {
        display: none;
    }

    #titlee-desck {
        display: none;
    }

    .valor-mensal p {
        font-size: 24px;
    }

    .detalhesDoPlano {
        width: 100%;
        word-wrap: break-word;
    }

    .pagamentoForma,
    .planoSelecionado,
    .btn-adicionar-cartao {
        width: 100%;
    }

    .area-anunciante {
        margin: 0 !important;
        font-family: Nunito;
    }

    .area-anunciante .image,
    .infos-anuncio {
        margin-top: 0 !important;
    }

    .btn-footer {
        height: 43px;
    }

    #session-7 {
        background-color: white;
        margin-top: 85px;
    }

    #session-7 .image {
        display: flex;
        align-items: center;
    }

    #session-7 .image img {
        margin-top: -96px;
        width: 45%;
    }

    #session-7 .text {
        display: flex;
        width: 64%;
        text-align: center;
    }

    #session-7 .btn-cad {
        margin-top: 260px;
    }

    .anuncios,
    .adicionar-fotos {
        margin: 22px;
    }

    .anuncio .header {
        align-items: center !important;
    }

    .header,
    .header-fotos {
        display: flex;
        align-items: stretch;
        color: black;
        justify-content: space-between;
        margin-bottom: 13px;
        margin-top: 21px;
        padding: 18px;
    }

    .linha {
        height: 1px;
        width: 75%;
        background-color: black;
        display: flex;
    }

    .header p {
        margin: 0;
    }

    .ativar {
        display: flex !important;
        justify-content: end !important;
        margin-top: 15px !important;
    }

    .name-title {
        color: #231144;
        margin-right: 25px;
    }

    .anuncio {
        margin-bottom: 40px;
    }

    .anuncio-info {
        display: flex !important;
        flex-direction: column !important;
        width: 55% !important;
        font-size: 14px !important;
        padding: 0px 5px 12px 12px !important;
    }

    .title-anuncio {
        font-size: 16px !important;
    }

    .anuncio-info p {
        margin: 3px;
    }

    .anuncio .card {
        height: 155px !important;
    }

    .card-inativo {
        opacity: 0.3;
    }

    .card .image {
        height: 100% !important;
        width: 50% !important;
        padding: 10px;
    }

    .anuncio-info .text {
        color: #ABABAB;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 4.5em;
        line-height: 1.5em;
    }

    .image img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .header-fotos p {
        margin: 0;
    }

    .picture_input {
        display: none;
    }

    .picture_input_mobile {
        display: none;
    }

    .picture {
        width: 100%;
        aspect-ratio: 11/9;
        background: #ddd;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #aaa;
        cursor: pointer;
        font-family: sans-serif;
        transition: color 300ms ease-in-out, background 300ms ease-in-out;
        outline: none;
        overflow: hidden;
        border-radius: 12px;
    }

    .picture:hover {
        color: #777;
        background: #ccc;
    }

    .picture:active {
        border-color: turquoise;
        color: turquoise;
        background: #eee;
    }

    .picture:focus {
        color: #777;
        background: #ccc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .picture__img {
        max-width: 100%;
    }

    .picture__image_mobile img {
        width: 100%;
    }

    .imag {
        width: 100% !important;
    }

    .imagens {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 800px;
        margin-top: 35px;
    }

    .adicionar-img {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .header-body {
        display: flex;
        align-items: baseline;
        margin-bottom: 20px;
    }

    .title-header-body {
        width: 90%;
        display: flex;
        justify-content: center;
    }

    .adicionar-fotos .linha {
        width: 100% !important;
        color: #aaa !important;
    }

    .header-body .session {
        width: 10%;
        margin-left: -19px;
    }

    .header-body p {
        margin: 0;
    }

    .title-header {
        color: white;
    }

    .body-info-anuncio {
        margin-top: 30px !important;
    }

    .body-info-anuncio textarea {
        height: 115px;
    }

    .ckb-select {
        display: flex;
    }

    .form-select {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }

    .body-info-anuncio .label-footer {
        color: #aaa;
    }

    .text-objetivo {
        color: #231144;
        margin: 0;
    }

    .info-anuncio-objetivo {
        display: flex;
        margin-top: 10px;
    }

    .add-quantidade {
        display: flex;
        text-align: center;
        height: 30px;
        justify-content: center;
        align-items: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        background-color: white;
        width: 110px;
        border-radius: 7px;
        margin-left: 17px;
    }

    .add-quantidade span {
        color: #231144;
    }

    .btn-menos,
    .btn-mais {
        color: var(--color-black);
        padding: 8px 12px;
        border-radius: 10px;
        font-size: 14px;
        cursor: pointer;
        background: var(--color-primary);
    }

    .add-numero-itens {
        color: var(--color-black);
        padding: 2px 15px;
        font-size: 18px;
    }

    .sim-nao label {
        color: #231144;
    }

    .section-2 {
        color: #F02D3A;
    }

    #metragemAnuncio {
        width: 100%;
    }

}