.header{
    background-color: #10100e;
}

.top-header {
    background: #111;
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.hero-bg {
    position: relative;
    overflow: hidden;
}

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


.hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('https://lp.kmxmaquinas.com.br/assets/img/background.jpg') center center / cover no-repeat;
    opacity: 0.6;
    /* ajuste a transparência aqui */
    z-index: 1;
}


.hero-bg>* {
    position: relative;
    z-index: 2;
}

.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);
}


.hero-top-bg{
    background: url('https://lp.kmxmaquinas.com.br/assets/img/venda_locacao11534123032017_1_.jpg') center center / cover no-repeat;
    opacity: 0.8;
    border-radius:6px;
    position:relative;
    z-index: 1;
}

.hero-top-form-bg {
    background: rgba(0, 0, 0, 0.80);
    border-radius:6px;
    padding: 32px 24px;
}



.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;
}


.empresa{
    padding-top: unset;
}

.btn_whatsapp a {
    background-image: url(../img/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;
}

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

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

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

.phone-container{
    display: flex;
}

/* 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 .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 0px 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);
}

@media (max-width: 768px) {
    .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;
    }
}