/* Adicione ao final do style.css */
.service-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    padding: 32px 20px 24px 20px;
    margin-bottom: 0;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}


a:hover {
    color: #ffffff !important
}
a:hover, a:focus {
    text-decoration: none;
    color: #ffffff !important
        outline: none !important;
}

.text-red{
    color: red
}

.service-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.service-card .icon {
    background: #d9eace47;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    aspect-ratio: 1 / 1; /* Garante círculo perfeito */
    overflow: hidden;
    color: #2c87d6;
    font-size: 48px;
}

.service-card .icon > span,
.service-card .icon > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 48px;
    margin: 0 auto;
}

.service-card .heading {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.service-card p {
    color: #666;
    font-size: 1rem;
    margin-bottom: 0;
}

a {
    color: #212529 !important;
}

a:hover{
    color: #a8d08d !important;
}

.footer a{
    color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer .ftco-footer-widget ul li a span {
    color:  rgba(255, 255, 255, 0.7) !important;
}

.footer a:hover{
    color: #a8d08d !important;
}

.btn-plan:hover{
    background-color: black !important;
    color: white !important;
}

#cc-main .pm__btn {
    background: #2c87d6 !important;
    border: 1px solid #2c87d6 !important;
    color: white !important;
}

#cc-main .cm__btn {
    background: #2c87d6 !important;
    border: 1px solid #2c87d6 !important;
    border-radius: var(--cc-btn-border-radius);
    color: #ffffff !important;
    font-size: .82em;
    font-weight: 600;
    min-height: 42px;
    padding: .5em 1em;
    text-align: center;
}


#cc-main .cm__btn:hover {
    background: #a8d08d !important;
    border: 1px solid #a8d08d !important;
    color: #ffffff !important;
}

#cc-main .cm__btn:active {
    background: #a8d08d !important;
    border: 1px solid #a8d08d !important;
    color: #ffffff !important;
}

body {
    padding-top: 80px; /* ajuste conforme a altura real do seu navbar */
}


.blog-no-data-wrapper {
    min-height: 400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#claim_button:hover{
    color:white !important;
}
#claim_button:active{
    color:white !important;
}

#claim_url{
    padding-left: 0px !important;
}

@media (max-width: 991.98px) {
    body {
        padding-top: 70px; /* ajuste para mobile se o navbar for menor */
    }
}
.bg-white-2 {
    background-color:#ffffff !important;
    transition: background 0.3s;
}

@media (max-width: 991px) {
    .service-card {
        padding: 24px 10px 16px 10px;
    }
    .recursos-grid {
        row-gap: 20px !important;
        column-gap: 0 !important;
    }
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    background-color: #9dcf7c !important;
    border-color: #9dcf7c !important;
    color: #fff !important;
}

.heading-section.heading-section-white .subheading {
    color: rgb(185 149 102) !important;
}

@media (min-width: 768px) {
    .contact-form-card {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767.98px) {
    .ftco-counter {
        padding: 6em 0 0 0;
    }

    #section-counter{
        text-align: center !important;
    }

    footer{
        text-align: center !important;
    }

    .ftco-footer .ftco-footer-widget {
        text-align: center !important;
    }
    .ftco-footer .block-23 ul {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
    .ftco-footer .block-23 ul li {
        justify-content: center !important;
        display: flex;
        align-items: center;
    }
    .container-clain{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .section-claim-url .card {
        padding: 1.5rem 0.7rem !important;
    }
    .section-claim-url .input-group.input-group-lg {
        flex-direction: row !important;
        align-items: stretch;
        gap: 0;
        margin-bottom: 0.7rem;
    }
    .section-claim-url .input-group-prepend,
    .section-claim-url .input-group-text {
        width: auto !important;
        min-width: 120px;
        font-weight: bold;
        font-size: 1rem;
        background: #f8f9fa !important;
        border-right: 0 !important;
    }
    .section-claim-url .form-control {
        width: 1% !important;
        flex: 1 1 auto !important;
        margin-left: 0.2rem !important; /* Espaço após a barra */
        font-size: 1rem;
    }
    .section-claim-url select {
        min-width: 120px;
        font-weight: bold;
        font-size: 1rem;
        background: #f8f9fa !important;
        border-right: 0 !important;
        padding-right: 0.5rem !important;
    }

    .navbar-brand {
        padding: 0rem 0rem 1.2rem 0.5rem !important;

    }

    .owl-carousel.home-slider,
    .owl-carousel.home-slider .owl-stage,
    .owl-carousel.home-slider .owl-item,
    .owl-carousel.home-slider .slider-item {
        touch-action: pan-y !important;
        -ms-touch-action: pan-y !important;
    }

    nav .navbar-brand img.logo-desktop {
        width: 200px !important;
    }

    .navbar-nav .nav-link:hover {
        color: #404040 !important;
    }


    .recursos-grid .service-card {
        margin-bottom: 1.5rem;
    }
    .recursos-grid .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .recursos-grid {
        display: block !important;
        gap: 0 !important;
        row-gap: 0 !important;
        column-gap: 0 !important;
    }
    .recursos-grid > .col-12,
    .recursos-grid > .col-md-6,
    .recursos-grid > .col-lg-3 {
        flex: none !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.recursos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    row-gap: 32px !important;
    column-gap: 32px !important;
}

.recursos-grid > .col-md-6.col-lg-3 {
    flex: 0 0 calc(25% - 24px);
    max-width: calc(25% - 24px);
}

.btn.active{
    background-color: #2c87d6;
    color: white;
}

.owl-carousel.home-slider,
.owl-carousel.home-slider .slider-item,
.home-slider,
.home-slider .slider-item,
.slider-item.js-fullheight {
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;
}

.badge-ex {
    color: #ffffff;
    background-color: #2c8ee5;
}

.btn-exemplo {
    border: 2px solid #dee2e6 !important;
    background: #fff !important;
    color: #9b9b9b !important;
    font-weight: 600;
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: none !important;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
.btn-exemplo i {
    font-size: 1.1em;
    margin-right: 0.4em;
}

.btn-exemplo:hover,
.btn-exemplo:focus {
    background: #a8d08d !important;
    color: #fff !important;
    border-color: #a8d08d !important;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .btn-exemplo {
        font-size: 0.8rem;
        padding: 0.45rem 1rem;
    }
}


@media (min-width: 992px) {
    .section-claim-url .input-group.input-group-lg {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .recursos-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
    }

    .recursos-grid>.col-md-6.col-lg-3 {
        flex: 0 0 calc(25% - 24px);
        max-width: calc(25% - 24px);
    }
}

.slider-item.js-fullheight {
    background-position: top center !important;
    background-size: cover !important;
}


.badge-exclusivo {
    background: #9ed37a;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    padding: 0.5em 1.2em;
    border-radius: 30px;
    letter-spacing: 1px;
    display: inline-block;
}
.hero-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #1a1a1a;
}
.hero-subtitle {
    font-size: 1.1rem;
    color: #555;
}

.section-claim-url .hero-top img.img-fluid {
    border-radius: 22px;
    box-shadow: 0 8px 32px rgba(44, 135, 214, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s cubic-bezier(.4, 0, .2, 1), box-shadow 0.35s;
    margin-top: 18px;
    margin-bottom: 18px;
    border: 2.5px solid #f4f8fb;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.section-claim-url .hero-top img.img-fluid:hover {
    transform: scale(1.025);
    box-shadow: 0 16px 48px rgba(44, 135, 214, 0.16), 0 3px 16px rgba(0, 0, 0, 0.10);
    border-color: #a8d08d;
}