ul li i {
    margin-right: 8px;
    vertical-align: middle;
}
body {background: white;}
.w-50 {width: 50%;}
.w-100 {width: 100%;}
.mt-4 {margin-top: 4px;}
.mt-6 {margin-top: 6px;}
.mt-8 {margin-top: 8px;}
.mt-12 {margin-top: 12px;}
.mt-16 {margin-top: 16px;}
.mt-24 {margin-top: 24px;}
.mt-48 {margin-top: 48px;}
.mb-16 {margin-bottom: 16px;}
.f-s-16 {font-size: 16px !important;}
.f-s-26 {font-size: 26px !important;}
.f-s-24 {font-size: 24px !important;}
.f-s-36 {font-size: 36px !important;}
.f-s-40 {font-size: 40px !important;}
.f-s-46 {font-size: 46px !important;}
.gap-10 {gap: 10px;}
.text-warning-v2 {color: #FFAF1F;}

.tag-titulo, .subtitulo-banner, .texto-banner,
.subtitulo-aboutus, .texto-aboutus, .card-aboutus > span:first-of-type, .card-aboutus > span:last-of-type,
.titulo-decision, .subtitulo-decision, .bloco-decision li,
.titulo-card-resource, .texto-card-resource,
.titulo-designer, .subtitulo-designer,
.plan-card div, .quote,
.titulo-reach, .subtitulo-reach,
.faq-question, .faq-answer,
.info-contact, .custom-contact-label,
.required, .btn-warning-v2 {
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
}



.btn-warning-v2 {
    color: #333;
    background-color: #FFAF1F;
    border-radius: 5.219px;
    padding: 6px 25px;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}
    .btn-warning-v2:hover {
        color: white !important;
    }


.btn-warning-v2-inverse {
    color: #FFAF1F;
    border: 1px solid #FFAF1F;
    background-color: #333;
    border-radius: 5.219px;
    padding: 6px 25px;
    font-size: 18px;
    line-height: normal;
    letter-spacing: -0.5px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

    .btn-warning-v2-inverse:hover {
        color: white !important;
    }

    .tag-titulo {
        color: #FFAF1F;
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.2px;
        text-transform: uppercase;
    }

/* BANNER */
.banner {
    background-image: url('../images/texturebackgroundbanner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 80px 24px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
    max-width: 1095px;
    justify-content: center;
    align-items: center;
}

.banner-left {
    width: 100%;
    max-width: 530px;
    padding: 20px 10px;
}

.banner-media {
    width: 100%;
    max-width: 500px;
    text-align: center;
}

    .banner-media img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

.subtitulo-banner {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.texto-banner {
    color: #474747;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    margin-bottom: 24px;
}

/* ABOUT US */
.container-abouus {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 650px;
    background: white;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
}

.subtitulo-aboutus {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.5px;
    margin-top: 12px;
}

.texto-aboutus {
    color: #474747;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 720px;
    margin: 20px 0 40px;
}

.limitacao-aboutus {
    width: 45%;
}

.containerCard-aboutus {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    width: 100%;
    max-width: 960px;
}

.card-aboutus {
    display: flex;
    flex-direction: column;
    width: 140px;
    align-items: center;
    padding: 12px;
}

    .card-aboutus > i {
        font-size: 40px !important;
        color: #FFAF1F;
    }

    .card-aboutus > span:first-of-type {
        color: #333;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: -0.6px;
        margin-top: 16px;
    }

    .card-aboutus > span:last-of-type {
        color: #474747;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -0.6px;
        line-height: 1.3;
        margin-top: 4px;
    }

/* DIRECTLY DECISION-MAKERS */
.container-decision {
    background: #F8F8F8;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    gap: 32px;
    min-height: 450px;
}

.textos-decision {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    max-width: 520px;
    width: 100%;
}

.titulo-decision {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}

.subtitulo-decision {
    color: #474747;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
}

.bloco-decision {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 24px;
    max-width: 450px;
    width: 100%;
}

    .bloco-decision > ul {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .bloco-decision li {
       /* display: flex;
        align-items: flex-start;
        gap: 12px;*/       
        font-size: 16px;
        color: #333;
        line-height: 24px;
    }

        .bloco-decision li i {
            font-size: 24px;
            color: #FFAF1F;
            flex-shrink: 0;
        }


/* RESOURCES */
.container-resource {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    justify-content: center;
    padding: 60px 20px 40px;
    height: auto; /* substitui height fixa */
}

.icone-sistema {
    display: flex;
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #222;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 4px -2px rgba(0, 0, 0, 0.10);
    color: orange;
}

.card-resources {
    display: flex;
    padding: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    width: 100%;
    max-width: 360px;
    background-color: white;
    box-sizing: border-box;
    justify-content: space-between;
}

.titulo-card-resource {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.6px;
}

.texto-card-resource {
    color: #616161;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.containerCard-resources {
    margin-top: 48px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    /*width: 100%;*/
    justify-items: center;
}

/* IMAC */
.highlight-section {
    background: linear-gradient(to bottom, white 60%, rgba(0, 0, 0, 0.8) 40%), url('../images/black-stained-stucco-wall.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.highlight-image {
    /* position: absolute; */
    top: 0;
    width: auto;
    height: auto;
    margin-bottom: 25px;
}

/* DESIGNER */
.container-designer {
    padding: 160px;
    background: white;
}

.card-designer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 51px;
}

.containerCard-designer {
    width: 456px;
    max-width: 100%;
}

.titulo-designer {
    color: #222;   
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -1px;
}

.subtitulo-designer {
    color: #222;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.5px;
    width: 100%;
    max-width: 455px;
}

/* ADVERTISING PLANS */
.plans-container {
    display: flex;
    padding: 80px 27px;
    flex-direction: column;
    align-items: center;
    background: #F8F8F8;
    text-align: center;
}

.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin: 32px 0;
}

.plan-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
    height: 260px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #C5C5C5;
    text-align: center;
    background: #fff;
}

    .plan-card.active {
        border: 2px solid #f0ad4e;
    }

    .plan-card .cardbody {
        width: 100%;
        padding: 33px 0 25px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .plan-card div {
        margin-bottom: 8px;
    }

.highlight, .value, .subtitle, .most-popular {
    color: #333;
    text-align: center;
}

.highlight {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.value {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
}

.subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
}

.most-popular {
    width: 100%;
    padding: 8px 0;
    background-color: #2E2D2D;
    border-radius: 6px 6px 0 0;
    font-weight: 700;
    font-size: 16px;
    color: #f0ad4e;
}

/* TESTIMONIALS */

.testimonials-section {
    display: flex;
    margin: auto;
    padding: 60px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 48px;
}

.card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 24px;
    max-width: 350px;
    width: 100%;
    flex: 1 1 0;
    text-align: left;
}

.stars {
    color: #f59e0b;
    font-size: 16px;
    margin-bottom: 10px;
}

.quote {
    color: #616161;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
}

.profile {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.avatar {
    width: 40px;
    height: 40px;
    background-color: #f59e0b;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.name {
    font-weight: bold;
}

.role {
    font-size: 14px;
    color: #777;
}

/* READY TO REACH */
.section-reach {
    background-image: linear-gradient(90deg, #0D0D0D 29.13%, rgba(13, 13, 13, 0.80) 103.77%), url('../images/589261.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 310px;
    padding: 80px 112px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    text-align: center;
}

.titulo-reach {
    color: #FFAF1F;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    /*max-width: 900px;*/
}

.subtitulo-reach {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 800px;
}

/* FREQUENTLY QUESTIONS */
.faq-section {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 80px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*gap: 32px;*/
}

    .faq-section p {
        color: #666;
        margin-bottom: 40px;
        max-width: 800px;
    }

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.faq-card {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 24px;
    max-width: 500px;
    flex: 1 1 45%;
    text-align: left;
    transition: transform 0.2s;
    display: flex;
    gap: 16px;
    flex-direction: column;
    min-height: 280px;
}

.faq-icon {
    width: 25px;
    height: 25px;
    color: #f59e0b;
    border: 2px solid #f59e0b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 19px;
    padding: 10px;
}

.faq-question {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.6px;
}

.faq-answer {
    color: #616161;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

/* FORM START ADVERTISING */
.custom-contact-container {
    background: #f9f9f9;
    padding: 66px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    max-width: 1100px;
    margin: 30px auto;
    background-image: url('../images/close-up-white-marble-texture-background.jpg');
}

.info-contact {
    color: #474747;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px; 
    letter-spacing: -1px;
}

.custom-contact-label {
    color: #242A30;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.custom-contact-form .form-control {
    border-radius: 4px;
    margin-bottom: 15px;
}

.required {
    color: #FF5B57;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.custom-form-divider {
    border: none;
    border-top: 1px solid #DBDBDB;
    margin: 15px 0;
}

.custom-radio-list label {
    display: inline-block;
    margin-right: 20px;
    font-weight: normal;
}



/* Responsivo para tablets */
@media (max-width: 1024px) {
    .containerCard-resources {
        grid-template-columns: repeat(2, 1fr);
    }

    .titulo-card -resource {
        font-size: 20px;
    }

    .texto-card-resource {
        font-size: 15px;
    }

    .container-designer {
        padding: 80px 40px;
    }

    .card-designer {
        flex-direction: column;
        text-align: center;
    }

    .containerCard-designer {
        width: 100%;
    }

    .titulo-designer {
        font-size: 26px;
        line-height: 36px;
    }

    .subtitulo-designer {
        font-size: 18px;
    }

    .card-designer img {
        max-width: 100%;
        height: auto;
    }

    .plans-container {
        padding: 60px 20px;
    }

    .highlight {
        font-size: 22px;
    }

    .value {
        font-size: 40px;
        line-height: 42px;
    }

    .subtitle {
        font-size: 15px;
    }

    .section-reach {
        padding: 60px 40px;
    }

    .titulo-reach {
        font-size: 28px;
        line-height: 36px;
    }

    .subtitulo-reach {
        font-size: 16px;
        line-height: 24px;
    }

    .faq-card {
        flex: 1 1 100%;
    }

    .faq-question,
    .faq-answer {
        font-size: 18px;
    }
}
/* Responsivo para celulares */
@media (max-width: 768px) {
    .banner {
        padding: 60px 16px;
    }

    .subtitulo-banner {
        font-size: 26px;
    }

    .texto-banner {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-content {
        flex-direction: column;
        /*align-items: flex-start;*/
    }

    .banner-media {
        margin-top: 24px;
        text-align: center;
    }

    .subtitulo-aboutus {
        font-size: 26px;
        max-width: 100%;
    }

    .texto-aboutus {
        font-size: 16px;
        line-height: 24px;
        padding: 0 16px;
    }

    .limitacao-aboutus{
        width: 100%;
    }

    .containerCard-aboutus {
        justify-content: center;
    }

    .card-aboutus {
        width: 120px;
    }

        .card-aboutus > span:first-of-type {
            font-size: 20px;
        }

        .card-aboutus > span:last-of-type {
            font-size: 16px;
        }

    .container-decision {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
    }

    .textos-decision,
    .bloco-decision {
        max-width: 100%;
        width: 100%;
    }

    .titulo-decision {
        font-size: 26px;
        line-height: 36px;
    }

    .subtitulo-decision {
        font-size: 16px;
        line-height: 24px;
    }

    .bloco-decision li {
        font-size: 15px;
    }

    .containerCard-resources {
        grid-template-columns: 1fr;
    }

    .titulo-card-resource {
        font-size: 18px;
    }

    .texto-card-resource {
        font-size: 14px;
    }

    .card-resources {
        max-width: 100%;
    }

    .highlight-image {
        width: 75%;
    }

    .container-designer {
        padding: 60px 20px;
    }

    .titulo-designer {
        font-size: 22px;
        line-height: 30px;
    }

    .subtitulo-designer {
        font-size: 16px;
        max-width: 100%;
    }

    .plans-container {
        padding: 40px 16px;
    }

    .cards-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .plan-card {
        /*width: 90%;*/
        max-width: 320px;
        height: auto;
    }

    .cardbody {
        padding: 24px 0;
    }

    .highlight {
        font-size: 20px;
    }

    .value {
        font-size: 36px;
    }

    .subtitle {
        font-size: 14px;
    }

    .testimonials-section {
        padding: 40px 12px;
    }

    .cards {
        flex-direction: column;
        gap: 16px;
    }

    .card {
        max-width: 100%;
    }

    .quote {
        font-size: 15px;
        line-height: 22px;
    }

    .stars {
        font-size: 14px;
    }

    .avatar {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .role {
        font-size: 13px;
    }

    .section-reach {
        padding: 48px 24px;
        gap: 20px;
    }

    .titulo-reach {
        font-size: 24px;
        line-height: 32px;
    }

    .subtitulo-reach {
        font-size: 15px;
    }

    .faq-section {
        padding: 60px 16px;
    }

    .faq-card {
        padding: 20px;
        min-height: auto;
    }

    .faq-question {
        font-size: 17px;
    }

    .faq-answer {
        font-size: 16px;
    }

    .faq-card {
        flex: 1 1 100%;
    }

    .cards {
        flex-direction: column;
        align-items: center;
    }

    .plan-card {
        max-width: 100%;
    }

    .margem-mobile{
        margin-top: 40px;
    }
}
/* Responsivo para celulares Menores */
@media (max-width: 480px) {
    .subtitulo-banner {
        font-size: 22px;
    }

    .texto-banner {
        font-size: 14px;
        line-height: 22px;
    }

    .btn {
        width: 100%;
        text-align: center;
    }

    .subtitulo-aboutus {
        font-size: 22px;
    }

    .texto-aboutus {
        font-size: 14px;
    }

    .card-aboutus {
        width: 100px;
    }

        .card-aboutus > span:first-of-type {
            font-size: 18px;
        }

        .card-aboutus > span:last-of-type {
            font-size: 14px;
        }

    .titulo-decision {
        font-size: 22px;
    }

    .subtitulo-decision {
        font-size: 14px;
    }

    .bloco-decision {
        padding: 16px;
    }

        .bloco-decision li {
            font-size: 14px;
        }

    .container-resource {
        padding: 40px 16px 64px;
    }

    .container-designer {
        padding: 40px 16px;
    }

    .titulo-designer {
        font-size: 20px;
    }

    .subtitulo-designer {
        font-size: 15px;
    }

    .highlight {
        font-size: 18px;
    }

    .value {
        font-size: 32px;
    }

    .subtitle {
        font-size: 13px;
    }

    .quote {
        font-size: 14px;
    }

    .name {
        font-size: 14px;
    }

    .role {
        font-size: 12px;
    }

    .card {
        padding: 16px;
    }

    .section-reach {
        padding: 40px 16px;
    }

    .titulo-reach {
        font-size: 20px;
        line-height: 28px;
    }

    .subtitulo-reach {
        font-size: 14px;
        line-height: 22px;
    }

    .faq-section {
        padding: 48px 12px;
        gap: 24px;
    }

    .faq-question {
        font-size: 16px;
    }

    .faq-answer {
        font-size: 15px;
    }

    .faq-icon {
        font-size: 16px;
        padding: 8px;
    }
}


.modal-content {
    border-radius: 8px;
    background: #F4F4F4;
    padding: 30px;
}

.modal-header {
    padding: 0 !important;
    border-bottom: 0 !important;
}

.modal-title {
    color: #333;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.5px;
}

.modal-footer {
    border-top: 0 !important;
}

.fundo-newsletter {
    display: none;
}
