/* h2{
    font-size: 3rem;
    font-weight: 700;
}

h3{
    font-size: 1em;
}

h4{
    font-size: 1em;
} */

header.border-b.border-gray-200.bg-white.sticky.top-0.z-50 {
    padding: 0;
}

.header {
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

.logo-vitorie-facil {
    max-width: 220px;
    height: auto;
}


@media (max-width: 767px) {
    .logo-vitorie-facil {
        max-width: 180px;
    }

    .header .flex.items-center.space-x-3>button:first-child {
        display: none;
    }
}

.nav-desktop {
    display: none;
}

.nav-mobile {
    display: block;
}

.nav-mobile.hidden {
    display: none;
}

@media (min-width: 768px) {
    .nav-desktop {
        display: flex;
    }

    .nav-mobile {
        display: none;
    }

    .mobile-nav-toggle {
        display: none;
    }

    .min-h-screen {
        margin: 0;
        padding: 0;
    }
}


h1.font-sans.font-bold {
    font-size: 3.6em;
    font-weight: 700;
}

.headline {
    position: relative;
    background: url(/images/bg-headline.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.headline:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(134deg, #fff9f3 60%, #fff9f363);
    z-index: -1;
}

.sec-servicos {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.sec-servicos:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 400px;
    right: 0;
    background: url(/images/bg-servicos.webp);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-servicos:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(150deg, #ffffff 60%, transparent);
    z-index: -1;
}

.sec-servicos .text-card-foreground.bg-white.hover\:shadow-xl.transition-all.duration-300.text-center.h-full {
    background: linear-gradient(0deg, #ffffff1f, #ffffff);
    border: 1px solid;
    border-color: #e1e1e1;
}

p.text-gray-600.text-sm.leading-relaxed.flex-grow {
    font-size: 17px;
    color: #000000bd;
}

p.desc-segmento {
    font-size: 27px;
}

@media (min-width: 48rem) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.como-funciona .gap-8 {
    gap: calc(var(--spacing) * 4);
}

p.desc-cards {
    text-align: center;
    margin-top: 50px;
    font-size: 1.8em;
}

.btn-planos {
    text-align: center;
}

.btn-planos button {
    width: 50%;
    background: #ff7208;
    font-size: 19px;
}

p.desc-btn-planos {
    text-align: center;
    display: flex;
    justify-content: flex-start;
}

span.text-sm.text-gray-700 {
    font-size: 1.1em;
    display: flex;
}

.sec-segmentos:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: -140px;
    left: 0;
    right: 0;
    background: url(/images/bg-imovel.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}

.sec-segmentos {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.sec-segmentos:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #ffffff 70%, #ffffff85);
    z-index: -1;
}

.como-funciona:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: -140px;
    left: 0;
    right: 0;
    background: url(/images/bg-imovel.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}

.como-funciona {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.como-funciona:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #fff8f0 70%, #fff8f0ab);
    z-index: -1;
}

#planos {
    background: #fff8f0;
    padding-bottom: 10px;
}

.icone-usuario {
    width: 70px;
    margin: auto;
    margin-bottom: 20px;
    fill: #ff7b0f;
}

.iconeusuario-corporativo {
    width: 70px;
    margin: auto;
    margin-bottom: 20px;
    fill: #ff7b0f;
}

.como-funciona .bg-card h3 {
    font-weight: 100 !important;
}

.bg-card.text-card-foreground h3 {
    font-weight: 100;
    font-size: 2em;
}

.bg-gray-100 {
    background-color: #fff2e3;
}

.desc-card {
    font-size: 17px;
    width: 80%;
    margin: auto;
}

.bg-card {
    height: 100%;
}

.valores {
    font-size: 2.7em;
    font-weight: 700;
}

p.desc-planos {
    font-size: 1.3em;
}

.box-corpotativo {
    position: absolute;
    background: #ffa428;
    width: 30%;
    border-radius: 9px;
    right: 60px;
    top: 30px;
    z-index: 1;
    box-shadow: -3px 2px 0 #f79209;
}

p.desc-corporativo {
    color: #fff;
}

.icone-indice {
    width: 90px;
    fill: #ffb702;
    margin: 0 12px;
}

.subtitle-avaliacao {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-avaliacao h2 {
    margin-bottom: 0;
}

.rating-avaliacao {
    width: 100px;
    height: 10px;
    fill: #ffb702;
}

.avaliacao {
    margin-left: 6px;
}

.name-depoimentos {
    font-size: 20px;
}

.funcao {
    font-size: 15px;
    margin-bottom: 20px;
}

blockquote.text-gray-700.text-base.leading-relaxed.mb-4.italic.flex-grow {
    font-size: 14px;
}

.ferramenta p {
    font-size: 13px;
    margin-left: 6px;
}

.ferramenta {
    position: relative;
    display: flex;
}

.ferramenta:before {
    position: absolute;
    content: "";
    top: -10px;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid;
    border-color: #33333324;
}

.title-vantagens h2 {
    font-size: 2.9em;
}

.desc-vantagens {
    font-size: 1.4em;
    text-align: center;
    margin: auto;
    width: 80%;
    margin-bottom: 40px;
}

p.title-vantagem {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

#teste-gratis {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#teste-gratis:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 400px;
    right: 0;
    background: url(/images/bg-servicos.webp);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

#teste-gratis:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(150deg, #ffffff 60%, transparent);
    z-index: -1;
}

@media (min-width: 48rem) {
    #teste-gratis .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* FAQ accordion */
#faq-accordion .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    padding: 0;
    transition: grid-template-rows 680ms ease-out;
    will-change: grid-template-rows;
}

#faq-accordion .faq-content.is-open {
    grid-template-rows: 1fr;
    transition-timing-function: ease-in-out;
}

#faq-accordion .faq-content.is-closing {
    transition-duration: 360ms;
    transition-timing-function: ease-in;
}

#faq-accordion .faq-content-inner {
    overflow: hidden;
    display: grid;
    grid-template-columns: 16px 1fr;
    column-gap: 10px;
    align-items: flex-start;
    padding: 0;
    opacity: 0;
    transition: opacity 260ms ease;
}

#faq-accordion .faq-content.is-open .faq-content-inner {
    opacity: 1;
    transition-delay: 120ms;
    padding: 0 24px 16px;
}

#faq-accordion .faq-content.is-closing .faq-content-inner {
    opacity: 0;
    transition-delay: 80ms;
}

#faq-accordion .faq-content-inner::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex: 0 0 16px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff7b0f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>");
}

#faq-accordion .faq-icon {
    transform: rotate(0deg);
    transition: transform 420ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

#faq-accordion .faq-trigger[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

p.text-footer {
    margin-bottom: 30px;
    font-size: 1.8em;
    color: #000;
}

.box-teste {
    position: relative;
    margin-top: 20px;
    border: 1px solid;
    padding: 10px 30px;
    right: 30px;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffdec7, transparent);
    border-color: #ff6900;
}

.box-teste h3 {
    font-size: 18px;
    margin-bottom: 7px;
    font-weight: 500;
    color: #000;
}

.box-teste li {
    list-style: disc;
}

.box-teste ul {
    padding-left: 30px;
}

.min-h-screen {
    min-height: 0;
}

#beneficios {
    padding-bottom: 20px;
}

#depoimentos {
    padding-bottom: 20px;
}

p.text-contato-footer {
    color: #4a5565;
    font-size: 14px;
}

a.suporte-btn {
    display: flex;
    color: #5a6773;
}

a.suporte-btn svg {
    margin-left: 5px;
    fill: #4a5565;
}

a.suporte-btn:hover {
    color: #ff6900;
}

.subtitle-faq p {
    font-size: 20px;
}

.icone-faq svg {
    position: absolute;
    top: 14px;
    left: 6px;
}

.icone-faq {
    position: relative;
}

button#faq-trigger-1 {
    margin-left: 10px !important;
}

button#faq-trigger-2 {
    margin-left: 15px;
}

.icone-faq svg {
    width: 25px;
    height: 25px;
}

button#faq-trigger-3 {
    margin-left: 15px;
}

button#faq-trigger-4 {
    margin-left: 15px;
}

svg#fi_2530493 {
    fill: #ff6900;
}

p.desc-btn-planos svg {
    margin-right: 7px;
}

@media only screen and (max-width: 720px) {
    .box-teste {
        right: 0;
    }

    .sec-servicos:before {
        left: 0;
    }

    .sec-segmentos:after {
        background: linear-gradient(180deg, #ffffff 70%, #ffffffd6);
    }

    .sec-segmentos:before {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(/images/bg-imovel.webp);
        background-size: auto;
        background-position: bottom;
    }

    .como-funciona:before {
        bottom: 0;
        background: url(/images/bg-imovel.webp);
        background-size: auto;
        background-position: bottom;
    }

    .box-corpotativo {
        width: 40%;
        right: 0;
        top: 0px;
    }

    .title-vantagens h2 {
        font-size: 2em;
    }

    .desc-vantagens {
        font-size: 1.4em;
    }

    #teste-gratis:before {
        left: 0;
        right: 0;
        background: url(/images/bg-servicos.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }

    p.text-footer {
        margin-bottom: 30px;
        font-size: 1em;
    }

    .headline {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .sec-servicos {
        padding-top: 60px;
    }

    #beneficios {
        padding-top: 60px;
    }

    .sec-segmentos {
        padding-top: 50px;
    }

    .como-funciona {
        padding-top: 60px;
    }

    #planos {
        padding-top: 60px;
    }

    #depoimentos {
        padding-top: 50px;
    }

    #teste-gratis {
        padding-top: 50px;
    }

    .faq {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}