.hero-form-bg {
    background: rgba(0, 0, 0, 0.80);
    border-radius: 12px;
    padding: 32px 24px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.2);
}

/* Estilização para o select do formulário */
.hero-form-bg select,
.hero-form-bg select:focus,
.hero-form-bg select option {
    background-color: #fff !important;
    color: #222 !important;
    font-size: 14px !important;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: inherit;
    font-weight: 400;
    box-shadow: none;
    outline: none;
}

select.form-control,
select.form-control:focus,
select.form-control option {
    background-color: #fff !important;
    color: #222 !important;
    font-size: 13px !important;
    border: 1px solid #fff !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-family: inherit !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    outline: none !important;
}


select.form-control,
select.form-control:focus {
    font-size: 13px !important;
    font-family: inherit !important;
    height: 48px !important; /* igual ao input, ajuste se necessário */
    line-height: normal !important;
    padding: 12px 16px !important;
}

textarea.form-control {
    background-color: #fff !important;
    color: #222 !important;
    font-size: 14px !important;
    border: 1px solid #fff !important;
    border-radius: 8px !important;
}

.btn-cotacao{
    background-color: #e5a812;
    color: white;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-cotacao-header{
    background-color: #e5a812;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-cotacao-header:hover {
    background-color: #d18f0e;
    color: #10100e;
}

.btn-cotacao-header:focus {
    background-color: #d18f0e;
    color: #10100e;
}

.btn-cotacao-header:active {
    background-color: #d18f0e;
    color: #10100e;
}

.btn-cotacao:hover,
.btn-cotacao:active {
    background-color: #d18f0e !important;
    color: #fff !important;
}

.btn-cotacao:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(229, 168, 18, 0.5);
}

.btn-cotacao:disabled {
    background-color:  #d18f0e !important;
    color: #fff !important;
    cursor: not-allowed;
}

.btn_whatsapp a {
    background-image: url(../images/icon_whatsapp.png);
    background-repeat: no-repeat;
    width: 95px;
    height: 95px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    z-index: 999;
    background-size: cover;
    display: block;
}

.btn_whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
}

.btn_whatsapp img {
    width: 60px;
    height: 60px;
}

/* Chat */
.chat-box {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 320px;
    background-color: #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    z-index: 9998;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

/* CabeÃ§alho */
.chat-header {
    background-color: #33af23;
    color: white;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

/* Corpo */
.chat-body {
    padding: 10px;
    max-height: 300px;
    overflow-y: auto;
    font-size: 14px;
}

/* RodapÃ© */
.chat-footer {
    padding: 10px;
    text-align: right;
    background: #eaeaea;
}

.input-chat{
    background-color: white !important;
}

.hidden {
    display: none;
}

.chat-footer button {
    background-color: #33af23;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.bot-message {
    background-color: #e1ffc7;
    padding: 8px 12px;
    border-radius: 15px;
    margin-bottom: 8px;
    max-width: 90%;
    word-wrap: break-word;
    color: black;
}

/* Inputs */
.user-input {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Escondido */
.hidden {
    display: none !important;
}

.button-disabled {
    background-color: #b7b7b7;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.phone-container{
    display: flex;
    margin-bottom: 0.5rem;
}
.cookie-inner{
    color:black;
}

.elementor-element-ccff30d{
    padding: 0px !important;
}
/* Destaque para os depoimentos */
.testimonial-card {
    border: 1px solid #eee;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    min-height: 220px;
    transition: box-shadow 0.2s;
}

.testimonial-card:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.testimonial-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d3a2d;
}

.testimonial-stars img {
    width: 22px;
    margin-left: 2px;
}

.testimonial-text {
    font-size: 1rem;
    color: #444;
    margin-top: 10px;
    line-height: 1.5;
}

.swiper-button-next, .swiper-button-prev {
    color:#10100e !important
}


.pricing h3 {
    font-weight: 700;
    font-size: 18px;
}

.pricing .price {
    font-size: 36px;
    color: var(--heading-color);
    font-weight: 600;
    font-family: var(--heading-font);
}

.pricing .price sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing .price span {
    color: color-mix(in srgb, var(--default-color), transparent 50%);
    font-size: 16px;
    font-weight: 300;
}

.pricing .icon {
    padding:0px 0px 20px 0px;
}

.pricing .icon i {
    font-size: 48px;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: var(--default-color);
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 25px;
}

.pricing ul li {
    padding-bottom: 10px;
}

.pricing ul .na {
    color: color-mix(in srgb, var(--default-color), transparent 70%);
    text-decoration: line-through;
}

.pricing .btn-buy {
    display: inline-block;
    padding: 8px 40px 10px 40px;
    border-radius: 50px;
    color: var(--accent-color);
    transition: none;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--heading-font);
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid var(--accent-color);
}

.pricing .btn-buy:hover {
    background: var(--accent-color);
    color: var(--contrast-color);
}

.pricing .featured {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #0d6efd;
    color: var(--contrast-color);
}


.pricing .btn-buy {
    color: #602c0e;
    background-color: #e5a812;
}

.text-right{
    text-align: right;
}

.text-instagram {
    color: #C13584 !important;
}


#cookieConsent {
    display: none;
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0 8px;
}

#cookieConsent .cookie-inner {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 24px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}


.services{
    margin-top: 40px;
}

.service-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
    width: 60px;
    height: 60px;
    background: #FFD600;
    /* exemplo de fundo */
    border-radius: 50%;
    font-size: 2rem;
}

.pt-3-5 {
    padding-top: 3.5rem !important;
}

.section-carousel {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


.social-links a + a {
    margin-left: 12px;
}

.top-bar{
    background:#171717 !important;
    color: #fff;
    width: 100vw;
    left: 0;
    margin: 0;
    position: relative;
    font-size: 11pt;
    padding: 6px 60px 6px 0px;
    z-index: 9999;
}

.d-top-bar{
    justify-content: flex-end;
}

.form-check-input {
    margin-top: 0 !important;
    vertical-align: middle !important;
}

.form-check-label {
    line-height: 1.2;
}


.d-mobile {
    display: none;
}
.space_tel {
    display: none;
}

.btn_whats a{
    text-decoration: none;
    background-color: #29A319;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 26px;
    padding-right: 25px;
    font-size: 16px;
    position: fixed;
    bottom: 14px;
    right: 0px;
    border-top-left-radius: 50px;
    font-weight: 400;
    display: block;
    transition: ease .2s;
    -webkit-transition: ease .2s;
    -moz-transition: ease .2s;
    -o-transition: ease .2s;
    -ms-transition: ease .2s;
    box-shadow: 1px 1px 53px -1px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 1px 1px 53px -1px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 1px 1px 53px -1px rgba(0, 0, 0, 0.28);
    border-bottom-left-radius: 50px;

}
.btn_whats a:hover{
    background-color: #35CC20;
    box-shadow: 1px 1px 14px -1px rgba(0,0,0,0.17);
    -webkit-box-shadow: 1px 1px 14px -1px rgba(0,0,0,0.17);
    -moz-box-shadow: 1px 1px 14px -1px rgba(0,0,0,0.17);

}

.rotate-90 {
    transform: rotate(90deg);
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    background: white;
    font-size: 14px;
    border: 1px solid white;
    border-radius: 8px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    font-size: 14px;
    background-color: white;
    border: 1px solid white;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
input[type="text"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="number"]:active,
input[type="tel"]:active,
input[type="range"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="week"]:active,
input[type="time"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="color"]:active,
textarea:active {
    background-color: white;
    border: 1px solid #007bff;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.2);
    outline: none;
}

.pricing .pricing-tem {
    padding: 20px 20px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
}
.pricing {
    max-height: 480px !important;
    min-height: 480px !important;
    background-color: white;
}

.pricing .icon {
    padding: 0px 0px 20px 0px;
}


.pricing .btn-buy {
    color: #602c0e;
    background-color: #e5a812;
}

.pricing .btn-buy {
    display: inline-block;
    padding: 8px 40px 10px 40px;
    border-radius: 50px;
    transition: none;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--heading-font);
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid var(--accent-color);
}

.pricing h3 {
    font-weight: 700;
    font-size: 18px;
    color:#101f0c;
}

.pricing h4 {
    font-weight: 700;
    font-size: 16px;
    color:#101f0c;
}

.pricing .btn-buy {
    color: #602c0e;
    background-color: #e5a812;
}
.pricing .btn-buy:hover {
    background: #e5a812;
    color: white;
}

.flexslider{
    margin: 0px !important;
}

.kmx-footer{
    text-align: center;
    font-size: 0.9em;
    color: black;
}

.kmx-footer a{
    font-size:0.9em;
    color: black;
}

.color-link{
    color:#1d1a18;
}

.form-check-input {
    margin-top: 0 !important;
    vertical-align: middle !important;
}

.form-check-label {
    box-sizing: unset;
    text-align: left;
    color:white;
    line-height: 1.2;
}

/* Oculta a data e o autor na listagem de posts */
.post-meta,
.post-meta time,
.post-meta .author,
.elementor-post__meta-data,
.elementor-post__meta-data span {
    display: none !important;
}

.section-space.portfolio, .section-space.blog {
    background-color: #ffffff;
}



.navbar .container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.metaslider {
    margin-top: 0 !important;
    position: relative;
    z-index: 1;
}



body.dark .navbar {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: transparent !important;
}

.navbar .nav .nav-item .nav-link {
    color: #ffffff;
}

.title-post a {
    color: #0e0e0e !important;
}


@media (max-width: 768px) {

    .grid-blog {
        flex-direction: column;
        gap: 16px;
    }
    .post-item {
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }
    body.dark .navbar {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: transparent !important;
    }

    .navbar .container {
        justify-content: space-between  !important;
    }

    .pricing {
        max-height: 520px !important;
        min-height: 520px !important;
        background-color: white;
    }
    .kmx-footer{
        font-size: 1em;
    }

    .kmx-footer a{
        font-size: 1em;
    }

    .btn_whatsapp{
        display: none;
    }
    .t-mobile a, .d-mobile a {
        color: #FFF !important;
        text-decoration: none;
        nounderline: link;
    }
    .d-mobile, .t-mobile {
        display: block;
    }
    .d-mobile {
        position: fixed;
        width: 100%;
        opacity: 0.9;
        bottom: 0;
        font-size: 16px;
        z-index: 99999999;
        text-align: center;
        display: block;
    }
    .d-mobile .d-phone {
        width: 50%;
        float: left;
        background-color: #858ea1;
        padding-bottom: 16px;
        padding-top: 16px;
    }
    .d-mobile .d-whats {
        width: 50%;
        float: right;
        background-color: #33af23;
        padding-bottom: 16px;
        padding-top: 16px;
    }
    .close {
        background-color: #003086;
        padding: 15px;
        border-radius: 20px;
        float: right;
        color: #ffffff;
    }
    .space_tel {
        background-color: #003086;
        font-size: 18px;
        border-radius: 5px;
        padding-bottom: 7px;
        padding-top: 7px;
        text-indent: 10px;
        margin-bottom: 5px;
        font-weight: 300;
        display: block;
    }

    .btn_whats a {
        display: none;

    }
    .form-check-label{
        box-sizing: unset;
        text-align: left;
    }

    .top-bar{
        display: none;
    }

    .header {
        background: transparent !important;
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        z-index: 1050;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .main .section-carousel,
    .section-carousel {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /* Remove espaÃ§o extra do logo/menu */
    .header .container-fluid,
    .header .container-xl {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #cookieConsent .cookie-inner {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
        padding: 18px 10px;
        gap: 12px;
    }

    #cookieConsent button {
        width: 100%;
        font-size: 1rem;
        padding: 12px 0;
    }

    .section-carousel{
        margin-top: 75px !important;
        padding-bottom: 10px !important;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    #testimonials{
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .testimonial-carousel,
    .swiper,
    .p-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .swiper-slide {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex;
        justify-content: center;
    }

    .testimonial-card {
        width: 100vw !important;
        max-width: 100vw !important;
        border-radius: 0 !important;
        margin: 0 !important;
        box-shadow: none;
    }
}

.grid-blog {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.post-item {
    background: #f7f7f7;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 20px;
    flex: 1 1 300px;
    min-width: 280px;
    max-width: 100%;
    box-sizing: border-box;
}


.blog .post {
    background: #ffffff;
    box-shadow: 0px 0px 1px 1px #181a1f;
}

.blog-title{
    color:#0b0505 !important;
}