﻿
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&display=swap');


.CorSvg svg {
    color: var(--cor-principal);
}


.btn-voltar {
    position: absolute;
    top: 5rem;
    left: 1rem;
    background: none;
    border: none;
    color: white;
    font-weight: bold;
    z-index: 1;
}


    .btn-voltar:hover {
        opacity: 0.75;
    }

.select2-container {
    width: 100% !important; /* força 100 % */
    min-width: 0 !important; /* evita largura mínima inesperada */
}

button, input, select {
    outline: none !important;
    box-shadow: none !important;
}

.marginB1 {
    margin-bottom: -1rem;
    margin-left: -1rem;
}

body {
    width: 100vw;
    overflow: hidden;
    font-family: "Open Sans", sans-serif !important;
    background: #0c0c0c !important;
    color: #1E1E1E !important;
}

.swal2-container {
    z-index: 9999 !important;
}

.text-dark {
    color: #1E1E1E;
}

html {
    overflow-x: hidden;
}

.page {
    width: 100%;
}

.indexTop {
    z-index: 99999;
}

.container {
    position: relative;
    width: 95% !important;
}

.alert {
    align-items: center;
    gap: 6px;
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    color: #E00000 !important;
    font-size: 15px;
}

/*.opsLeads span {
    background: linear-gradient(271.26deg, #9C4F5F -31.93%, #E91743 98.93%);
    height: fit-content;
    display: flex;
    justify-content: center;
    min-width: fit-content;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    padding: 4px 12px;
}

.opsLeads .op {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #e91743;
    border-radius: 10px;
    color: #e91743;
    font-size: 14px;
    gap: 6px;
    white-space: nowrap;
}


.opsLeads {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

    .opsLeads::-webkit-scrollbar {
        display: none;*/ /* para navegadores WebKit (Chrome, Safari) */
/*}




.op.active {
    background: #fff !important;
    color: #000 !important;
}

@media (max-width: 576px) {
    .opsLeads {
        justify-content: center;
    }

        .opsLeads .op {
            font-size: 13px;
            padding: 5px 8px;
        }
}*/

.LeadSearch {
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    position: relative;
    background: rgba(117, 117, 117, 0.15);
    border-radius: 30px;
    padding: 0 15px;
}

.areaInfo {
    width: 100vw !important;
    max-width: 100vw !important;
}

.LeadSearch input::placeholder {
    color: #8e8e8e;
}

.LeadSearch input {
    width: -webkit-fill-available;
    border: none;
    outline: none;
    color: #1e1e1e;
    background: transparent !important;
}

.bt-vazado {
    text-align: center;
    border: 1px solid #E91743;
    color: #d1d1d1;
    font-size: 18px;
    border-radius: 30px;
    padding: 5px 15px;
}

.bt-vazadoP {
    text-align: center;
    border: 1px solid #000000;
    color: #707070;
    font-size: 18px;
    border-radius: 30px;
    padding: 6px 15px;
    background: transparent !important;
}

.card {
    border-radius: 20px !important;
}

.fs22 {
    font-size: 22px;
}

.U-lead {
    background: rgba(255, 255, 255, 0.17);
    box-shadow: 0px 4px 17px -12px rgba(0, 0, 0, 0.12);
    margin-bottom: .7rem;
    justify-content: space-between;
    display: flex;
    padding: .6rem 1.3rem;
    border-radius: 30px;
    color: #fff;
}

    .U-lead span {
        color: #939393;
    }

.fs12 {
    font-size: 12px;
}

.fs16 {
    font-size: 16px;
    line-height: 18px;
}

.light {
    font-weight: 100 !important;
}

.btn {
    border-radius: 30px !important;
}

.btn-beige {
    text-align: center;
    background: var(--cor-principal) !important;
    color: var(--cor-texto) !important;
    font-size: 18px;
    border-radius: 30px;
    padding: 5px 15px !important;
}


.btn-shade {
    background: #39746F !important;
    border-radius: 20px;
    color: #fff !important;
    text-align: center;
}

.btn-white {
    background: #fff !important;
    text-align: center;
}

.bg-blur {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 17px 18px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    border-radius: 20px;
}

.fs25 {
    font-size: 25px;
}

body .border {
    border: var(--bs-border-width) var(--bs-border-style) #cbcbcb !important;
}

.t-pink {
    color: var(--cor-principal);
}

.bg-blur::after {
    opacity: .2;
    position: absolute;
    width: 25%;
    height: 30%;
    right: -6rem;
    top: -6%;
    content: " ";
    background: #E91743;
    filter: blur(75px);
    transform: matrix(0.19, 0.98, -0.96, 0.28, 0, 0);
}

.border-B {
    border-bottom: .8px solid rgba(255, 255, 255, 0.25) !important;
}

.t-span {
    color: #848484;
}

.fs28 {
    font-size: 28px;
}

.fs18 {
    line-height: 18px;
    font-size: 18px;
}

.fs18 {
    line-height: 18px;
    font-size: 17px;
}

.t-orange {
    color: #FF9265;
}

.t-red {
    color: #E00000;
}

.blurHora.atraso {
    display: flex;
    padding: 5px 8px;
    min-width: 125px !important;
    height: fit-content;
    flex-direction: column;
    border-radius: 15px !important;
    border: 1px solid #E00000;
    background: transparent !important;
}

.blurHora {
    width: fit-content;
    padding: 3px 15px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff !important;
    background: #4A4A4A;
    border-radius: 99px;
}

hr {
    opacity: 1 !important;
    color: #d5d5d5 !important;
    height: .8px !important;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.25) !important;
}

.bottom-0 {
    bottom: 0;
}

.right-0 {
    right: 0;
}

a {
    text-decoration: none !important;
}


/* ----------------navbar-------------------- */
nav {
    position: fixed;
    background: #0c0c0c;
    top: 0;
    width: 100vw;
    height: fit-content;
    z-index: 999;
}

.usuario {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #fff;
}

    .usuario img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        object-fit: cover;
    }




/*QR CODE*/
.top-actions {
    display: flex;
    align-items: center;
}

.btn-qrcode img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 6px;
    padding: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

@media screen and (max-width: 400px) {
    .usuario span {
        font-size: 0.75rem;
    }

    .btn-qrcode img {
        width: 35px;
        height: 35px;
    }
}

/*FIM QR CODE*/


/* ---------------- menu burguer ----------------------- */
.burguer a {
    color: #000;
}

.menu {
    position: relative;
    z-index: 99;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: 0 0 0 0 #020202, 0 0 0 0 #020202;
    transition: box-shadow 1.5s cubic-bezier(.19,1,.22,1);
}

.hamburguer {
    position: relative;
    display: block;
    background: #ffffff;
    width: 28px;
    height: 1.2px;
    top: 29px;
    left: 0;
    transition: .7s ease-in-out;
}

    .hamburguer:before,
    .hamburguer:after {
        background: #ffffff;
        content: '';
        display: block;
        width: 125%;
        height: 100%;
        position: absolute;
        transition: .7s ease-in-out;
    }

    .hamburguer:before {
        top: -10px;
    }

    .hamburguer:after {
        bottom: -10px;
    }

.burguer input {
    display: none;
}

    .burguer input:checked ~ ul {
        display: block;
    }

    .burguer input:checked ~ label .menu {
        background: #fff;
        box-shadow: 0 0 0 100vw #ffffff, 0 0 0 100vh #ffffff;
    }

    .burguer input:checked ~ label .hamburguer {
        background: #000000;
        transform: rotate(45deg);
    }

        .burguer input:checked ~ label .hamburguer:before {
            background: #000000 !important;
            width: 100%;
            transform: rotate(90deg);
            top: 0;
        }

        .burguer input:checked ~ label .hamburguer:after {
            transform: rotate(90deg);
            background: #000000 !important;
            width: 100%;
            bottom: 0;
        }

.fs20 {
    font-size: 20px;
}

.burguer ul li {
    padding-bottom: .8rem;
    margin-bottom: .8rem;
    border-bottom: 1px solid #dddddd;
    color: #000 !important;
}

.burguer ul {
    width: 70%;
    z-index: 99;
    position: absolute;
    top: 40vh;
    left: 45vw;
    transform: translate(-50%, -50%);
    list-style: none;
    display: none;
    transition: .25s .1s cubic-bezier(0,1.07,0,1.02);
}

/* --------------------- cards dashboard home ------------------- */


.bffH::before {
    content: ' ';
    position: absolute;
    width: 85.31px;
    height: 320.62px;
    left: 310.83px;
    top: -24.77px;
    background: var(--cor-principal-translucido);
    filter: blur(75px);
    transform: matrix(0.97, -0.23, 0.32, 0.95, 0, 0);
}


.bffH::after {
    content: ' ';
    position: absolute;
    width: 129.11px;
    height: 220.62px;
    left: -1rem;
    top: 192.74px;
    background: var(--cor-principal-translucido);
    filter: blur(75px);
    transform: matrix(0.95, -0.3, 0.39, 0.92, 0, 0);
}

.contCardsG {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 100%;
}

.cardG h3 {
    align-items: end;
    line-height: 34px;
    display: flex;
    gap: 8px;
    color: #000;
}

.cardG svg {
    margin-bottom: 8px;
}

.cardG {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    padding: 1.4rem;
    border-radius: 15px;
    color: #333;
    font-weight: bold;
    text-align: left;
    font-size: 1.5rem;
}

    .cardG span {
        font-size: 1rem;
        margin-top: 5px;
    }

.orange {
    background-color: #9C0021;
}

.yellow {
    background-color: #FFB1A4;
}

.blue {
    background-color: #1E1E1E;
}

.green {
    background-color: #B9D0EE;
}

.fs40 {
    font-size: 40px;
}

/* ---------------- busca de imoveis --------------------- */

.ListaImv .card {
    border: none !important;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
    background-color: transparent;
    border-radius: 15px;
}

    .ListaImv .card img {
        filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.25));
        width: 145px;
        height: 150px;
        background: grey;
        border-radius: 15px;
        object-fit: cover;
    }

.ListaImv .card-content {
    width: 55%;
}


.ListaImv .property-details {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.ListaImv .property-price {
    font-size: 1.2em;
    font-weight: bold;
}

.ListaImv .icon {
    display: inline-flex;
    align-items: center;
}



.bff::before {
    content: " ";
    position: absolute;
    width: 129px;
    height: 40%;
    right: -2rem;
    top: 16%;
    background: var(--cor-principal-translucido);
    filter: blur(75px);
    transform: matrix(0.98, 0.18, -0.1, 1, 0, 0);
}

.search-container {
    padding-bottom: 2rem;
    background-color: #333;
    border-radius: 15px;
    color: #fff;
}

.dropdown {
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #fff !important;
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

    .dropdown::placeholder {
        color: #fff;
        opacity: 1;
    }

    .dropdown option {
        color: #000;
        background: #fff;
    }


select.dropdown + .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    height: auto;
    border-radius: 0;
    color: #fff;
    font-family: inherit;
    display: flex;
    align-items: center;
}

select.dropdown + .select2-container--default .select2-selection__rendered {
    color: #fff;
}

select.dropdown + .select2-container--default .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}


.select2-container--default .select2-results__option {
    color: #000;
    background-color: #fff;
}




.filter-row {
    display: flex;
    gap: 10px;
}

.filter-btn {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #fff !important;
    flex: 1;
    text-align: left;
    padding: 20px 3px;
    cursor: pointer;
}

.price-btns {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.price-area {
    flex: 1;
    text-align: center;
    padding: 10px;
    border: 1px solid #fff;
    background: transparent !important;
    box-shadow: none;
    outline: none;
    width: 48%;
    border-radius: 5px;
    cursor: pointer;
}

.search-btn {
    display: block;
    background: linear-gradient(271.26deg, var(--cor-gradiente-inicio) -31.93%, var(--cor-principal) 98.93%);
    width: 100%;
    padding: 8px;
    margin-top: 20px;
    color: var(--cor-texto);
    border: none !important;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}


.mapaImv {
    width: 100%;
    height: 70vh;
}

    .mapaImv iframe {
        width: 100%;
        height: 100%;
    }

.lh23 {
    line-height: 23px;
}

/* ------------------ ficha ------------------ */





.apartment-card__content {
    padding-left: .8rem;
    margin-left: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.apartment-card {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
}

.apartment-card__info {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.apartment-card .contimg a img {
    object-fit: contain;
}

.apartment-card .contimg a {
    height: 100%;
    width: 100%;
    object-fit: contain;
    background: white;
    position: absolute;
}

.apartment-card .contimg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px !important;
    height: 110px !important;
    margin-right: 16px;
}





.accordionDescri .accordion-button, .accordionDescri .accordion-header {
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.accordion-item {
    background: transparent !important;
    border: none !important;
}

.accordionDescri .collapse:not(.show) {
    display: block !important;
    max-height: 300px !important;
    overflow: hidden !important;
}

.accordionDescri .accordion-button::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to top, #000 20%, transparent 100px);
}

.accordionDescri .accordion-button::after {
    z-index: 3;
    position: relative;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFF' stroke-linecap='round' stroke-linejoin='round'><path d='M2 5L8 11L14 5'/></svg>") !important;
}

#carouselImgs .carousel-item img, #carouselPlantas .carousel-item img {
    height: 220px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    border-radius: 50%;
    background-color: #3d3d3da6;
}

.mr-1 {
    margin-right: 10px;
}

.bgg {
    background: #F8EFF1 !important;
}

.opsLeads.ficha .op {
    background: transparent !important;
    font-weight: 100 !important;
    border: .7px solid #E91743 !important;
    padding: 8px 20px;
    flex-wrap: wrap;
    font-size: 16px;
    display: flex;
    color: #1E1E1E !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px !important;
}

.ml-1 {
    margin-left: 8px;
}
/*------------ oferta ativa ------------------*/
.accordScript {
    border: 1px solid #E91743;
    border-radius: 15px;
}

.accordion-item .bg-transparent .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFF' stroke-linecap='round' stroke-linejoin='round'><path d='M2 5L8 11L14 5'/></svg>") !important;
}

.accordion-item .bg-transparent .accordion-button {
    background: transparent !important;
    font-size: 20px;
    color: #fff !important;
    box-shadow: none;
    outline: none;
}

.before1::before {
    content: ' ';
    position: absolute;
    width: 150px;
    height: 300px;
    opacity: .2;
    right: -3rem;
    top: 15%;
    background: #E91743;
    filter: blur(75px);
    transform: matrix(0.99, 0.17, -0.1, 0.99, 0, 0);
}

.before1::after {
    content: ' ';
    position: absolute;
    width: 100px;
    height: 300px;
    left: -7rem;
    opacity: .25;
    top: 40%;
    background: #A35C71;
    filter: blur(75px);
}

.texto-container {
    position: relative;
    overflow: hidden;
}

.texto-longo {
    max-height: 10.1em;
    overflow: hidden;
    transition: max-height 0.8s ease;
}

.texto-container.expandido .texto-longo {
    max-height: none;
}

.ler-mais-btn {
    position: absolute;
    background: #F8EFF1;
    z-index: 3;
    bottom: 8px;
    right: 0;
    display: inline-block;
    margin-top: 5px;
    border: none;
    color: #E91743;
    cursor: pointer;
    font-size: 1em;
}

.before2::before {
    content: ' ';
    position: absolute;
    width: 150px;
    height: 200px;
    right: -3rem;
    top: -2%;
    background: rgba(231, 231, 231, 0.27);
    filter: blur(75px);
    transform: matrix(0.99, 0.17, -0.1, 0.99, 0, 0);
}

.before2::after {
    content: ' ';
    position: absolute;
    width: 100px;
    height: 300px;
    left: -7rem;
    top: 40%;
    background: rgba(231, 231, 231, 0.35);
    filter: blur(75px);
}

.closeImovel {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25);
    width: fit-content;
    border-radius: 50%;
}

.ft-ficha .btn-beige {
    left: 25%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.35);
    position: absolute;
    bottom: 20px;
}

.mapaFicha .mapaImv {
    height: 280px !important;
}


/*---------------------lightbox galeria -----------------*/



#openGalleryBtn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

/* Lightbox styling */
.lightbox {
    padding: 2rem;
    display: none;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
}

.lightbox-content img {
    border-radius: 8px;
}

.closeBtn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 60px;
    color: white;
    cursor: pointer;
}

/*------perfil----------------*/
.accordion .toggle-switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

    .accordion .toggle-switch label {
        flex: 1;
    }

    .accordion .toggle-switch input[type="checkbox"] {
        appearance: none;
        width: 40px;
        height: 20px;
        background-color: #ccc;
        border-radius: 10px;
        position: relative;
        outline: none;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .accordion .toggle-switch input[type="checkbox"]:checked {
            background-color: #E91743;
        }

        .accordion .toggle-switch input[type="checkbox"]::before {
            content: "";
            position: absolute;
            width: 18px;
            height: 18px;
            background-color: #fff;
            border-radius: 50%;
            top: 1px;
            left: 1px;
            transition: transform 0.3s;
        }

        .accordion .toggle-switch input[type="checkbox"]:checked::before {
            transform: translateX(20px);
        }

.accordion-button:not(.collapsed) {
    color: #000000 !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: #e3e3e3 !important;
}

.perfil.profile-img::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: -5px;
    background: #b8e2ef;
    height: 35px;
    width: 35px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='17' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 14.4C12.5104 14.4 14.5455 12.3853 14.5455 9.9C14.5455 7.41474 12.5104 5.4 10 5.4C7.48962 5.4 5.45455 7.41474 5.45455 9.9C5.45455 12.3853 7.48962 14.4 10 14.4ZM10 12.6064C8.49018 12.6064 7.26627 11.3947 7.26627 9.9C7.26627 8.40528 8.49018 7.19361 10 7.19361C11.5098 7.19361 12.7337 8.40528 12.7337 9.9C12.7337 11.3947 11.5098 12.6064 10 12.6064Z' fill='%230F0F0F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.78323 0C6.53177 0 5.44091 0.843201 5.13738 2.04515L4.74475 3.6H2.72727C1.22105 3.6 0 4.80884 0 6.3V15.3C0 16.7912 1.22105 18 2.72727 18H17.2727C18.779 18 20 16.7912 20 15.3V6.3C20 4.80884 18.779 3.6 17.2727 3.6H15.2553L14.8626 2.04515C14.5591 0.843201 13.4683 0 12.2167 0H7.78323ZM6.90128 2.48171C7.00245 2.08107 7.36607 1.8 7.78323 1.8H12.2167C12.6339 1.8 12.9975 2.08107 13.0987 2.48171L13.4914 4.03656C13.6937 4.83787 14.4209 5.4 15.2553 5.4H17.2727C17.7748 5.4 18.1818 5.80295 18.1818 6.3V15.3C18.1818 15.7971 17.7748 16.2 17.2727 16.2H2.72727C2.2252 16.2 1.81818 15.7971 1.81818 15.3V6.3C1.81818 5.80295 2.2252 5.4 2.72727 5.4H4.74475C5.57905 5.4 6.30629 4.83787 6.50865 4.03656L6.90128 2.48171Z' fill='%230F0F0F'/%3E%3C/svg%3E");
    border-radius: 50%;
}

.acCarac .accordion-button {
    font-size: 15px !important;
    box-shadow: none !important;
    outline: none;
    border-radius: 0 0 20px 20px !important;
    background: linear-gradient( to top, #f8eff1ff 55%, /* Base sólida */
    #f8eff199 80%, /* Meio mais translúcido */
    #ffffff00 100% /* Topo transparente */
    ) !important;
}

.bg-blur .border-bottom.p-3 {
    border-bottom: 1px solid #3f3f3f !important;
}
/*
.acCarac .accordion-button::after {
    z-index: 3;
    position: relative;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFF' stroke-linecap='round' stroke-linejoin='round'><path d='M2 5L8 11L14 5'/></svg>") !important;
}
*/

.contWhite {
    position: relative;
    z-index: 99;
    min-height: 72vh;
    background: #F8EFF1;
    border-radius: 30px 30px 0 0;
}



/*------------------------------------------------------------FLOW----------------------------------------------------*/

/*--Components--*/

/*CardFull*/
.card-small {
    width: 90%; 
    max-width: 90%;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;

}

/*CardResumed*/
.card-small {
    max-width: 90%;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
    font-family: Arial
}

/*LeadsCard*/
.data-col {
    background: var(--gradiente-principal);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.badge-instagram {
    background: var(--gradiente-principal);
    color: #fff;
}

.agendamento-card {
    position: relative;
    margin-right: 2.5rem;
}

    .agendamento-card::after {
        content: '›';
        position: absolute;
        top: 0;
        right: 0;
        width: 2rem;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5em;
        font-weight: 600;
        color: white;
        background: var(--gradiente-principal);
        transition: opacity 0.3s ease;
    }

.text-secondary.small {
    margin-right: 2.5rem;
}


/*OfrtasCard*/
.contentCards {
    background-color: #fff;
    color: #000;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    padding: 1rem 3rem 1rem 1rem;
}

    .contentCards::after {
        content: '>';
        position: absolute;
        top: 0;
        right: 0;
        width: 2rem;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5em;
        color: #fff;
        background-image: var(--gradiente-principal);
        transition: opacity 0.3s ease;
    }

    .contentCards:hover::after {
        background-image: var(--gradiente-principal);
    }

    .contentCards .title {
        display: block;
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .contentCards .details {
        display: block;
        font-size: 0.9em;
        color: #555;
    }

/*OfrtasCard*/
.card-small {
    max-width: 90%;
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
    font-family: Arial;
}

/*PautaSignedContractCard*/
.contentCard2 {
    background: var(--gradiente-principal);
    max-width: 90%;
    border: none;
    border-radius: 1em;
    padding: 1em;
    color: white;
}

.secondLine {
    border-color: #830D26 !important;
    border: 2px, solid;
}

/*PautaWaitingSignatureCard*/
.contentCard1 {
    background: linear-gradient(to bottom, #E1A716, #7B5B0C);
    max-width: 90%;
    border: 0px, solid;
    border-radius: 1em;
    padding: 1em;
    color: white;
}

.firstLine {
    border-color: #7B5B0C !important;
    border: 2px, solid;
}

/*PrincipalSmalCard*/
.contentCards {
    background-color: #fff;
    color: #000;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    padding: 1rem 3rem 1rem 1rem;
}

    .contentCards::after {
        content: '>';
        position: absolute;
        top: 0;
        right: 0;
        width: 2rem;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5em;
        color: #fff;
        background-image: var(--gradiente-principal);
        transition: opacity 0.3s ease;
    }

    .contentCards.verde::after {
        background-image: var(--gradiente-secundario);
    }

    .contentCards.vermelho::after {
        background-image: var(--gradiente-primario);
    }

    .contentCards:hover::after {
        opacity: 0.9;
    }

.title {
    font-weight: 600;
    font-size: 1rem;
}

.details {
    font-size: 0.9rem;
    color: #555;
}

/*--Tela--*/

/*----Agenda----*/
.agenda-day {
    background: var(--gradiente-quaternario);
    color: white;
    width: 55px;
    height: 65px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 5px 0;
    opacity: 0.6;
}

.agenda-day.active {
    background: var(--gradiente-principal);
    opacity: 1;
}

.agenda-day .date-number {
    font-size: 1rem;
}

.timeline-container {
    padding-left: 20px;
    padding-right: 10px;
}

.timeline-item {
    align-items: flex-start;
}

.timeline-date {
    width: 75px;
}

.timeline-body {
    flex-grow: 1;
    padding-left: 20px;
}

.timeline-line {
    position: absolute;
    left: 6px;
    top: 0;
    bottom: -10px;
    width: 2px;
    background: #e5e5e5;
    z-index: 1;
}

.timeline-dot {
    position: absolute;
    left: -1px;
    top: 3px;
    width: 12px;
    height: 12px;
    background: #ff0033;
    border: 3px solid white;
    border-radius: 50%;
    z-index: 2;
}

.timeline-body h5 {
    font-size: 1rem;
}

.timeline-body p {
    color: #666;
}

/*----Achar----*/
.data-col {
    background: var(--gradiente-principal);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.badge-instagram {
    background: var(--gradiente-principal);
    color: #fff;
}

.agendamento-card {
    position: relative;
}

    .agendamento-card::after {
        content: '›';
        position: absolute;
        top: 0;
        right: 0;
        width: 2rem;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5em;
        font-weight: 600;
        color: white;
        background: var(--gradiente-principal);
        transition: opacity 0.3s ease;
    }

/*----Leads2----*/
.redButtons {
    background: var(--gradiente-principal);
    color: #fff;
    width: 95%;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    border: none;
}

.search-box {
    position: relative;
    width: 95%;
}

.search-input {
    width: 100%;
    padding: 0.75rem 3rem 0.75rem 1rem;
    border: none;
    border-radius: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    font-size: 1rem;
}

.search-input::placeholder {
    color: #888;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    color: black;
    font-size: 1.2rem;
}

/*----LeadsClientes----*/
.card-arrow {
    position: relative;
    overflow: hidden;
}

.card-arrow::after {
    content: '›';
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    background: var(--gradiente-principal);
}

.timeline {
    position: relative;
    max-width: 100%;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    width: 3px;
    background-color: #dee2e6;
    z-index: 0;
}

.timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.timeline-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    margin-right: 1rem;
    border: 2px solid #fff;
}

.timeline-content {
    flex-grow: 1;
}

/*----Ofertas2Dentro----*/
.modal-backdrop-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1040;
}

.modal-front {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
}

/*----ClientesLeads----*/
.clientCard {
    width: 90%;
    border: 2px solid var(--cor-principal);
    border-radius: 15px;
    background-color: white;
}

.clientFirstletter {
    border: 2px solid var(--cor-principal);
    border-radius: 50%;
    margin: auto;
    height: 7em;
    width: 7em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feedbackButtons {
    width: 5em;
    height: 5em;
    border-radius: 50%;
    padding: 3em;
    gap: 6em;
    border: none;
}

/*----PresencaEmStands----*/
.genericButton {
    background-color: white;
    color: var(--cor-principal);
    border: none;
    border-radius: 17px;
}

.genericButton:hover {
    background: var(--gradiente-principal);
    color: white;
}