body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    --bs-danger: #ed1c24 !important;
    --bs-red: #ed1c24 !important;
    scrollbar-width: thin;
    /* Adiciona suporte para Firefox */
    scrollbar-color: #888 #f1f1f1;
}

/* Personaliza o scroll para navegadores baseados em WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ed1c24;
    --bs-btn-border-color: #ed1c24;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #781013;
    --bs-btn-hover-border-color: #781013;
    --bs-btn-active-bg: #781013;
    --bs-btn-active-border-color: #781013;
    font-size: 16px;
}

.btn-outline-danger {
    --bs-btn-color: #ed1c24;
    --bs-btn-border-color: #ed1c24;
    --bs-btn-hover-bg: #ed1c24;
    --bs-btn-hover-border-color: #ed1c24;
    --bs-btn-active-bg: #ed1c24;
    --bs-btn-active-border-color: #ed1c24;
    --bs-btn-disabled-color: #ed1c24;
    --bs-btn-disabled-border-color: #ed1c24;
    font-size: 16px;
}

.bg-danger {
    background-color: #ed1c24 !important;
}

.mobile-show, .mobile-show.d-flex {
    display: none !important;
}

/* Header */
#main-header {
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
    box-shadow: none;
    padding: 16px 80px;
}

    #main-header.scrolled {
        background-color: #212529;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

.nav-item {
    Padding: 12px 8px;
}

    .nav-item .nav-link {
        color: #fff;
    }

    .nav-item .nav-link:hover {
        color: #ed1c24;
    }

.whatsapp-button a {
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 30px;
}

.whatsapp-button i {
    font-size: 2rem;
}

.whatsapp-button small {
    font-size: 0.8rem;
}

/* Configuração da seção hero */
.hero {
    height: 100vh;
    background: url('../images/BG-HEROSECTION-EFEITO.png') center/cover no-repeat;
    position: relative;
}

    .hero .container {
        position: relative;
        z-index: 2;
    }

    .hero .hero-title {
        font-size: 48px;
        font-weight: 700;
    }

    .hero .hero-text {
        font-size: 18px;
        font-weight: 400;
    }

.images-container {
    position: relative;
    max-width: 400px;
    height: auto;
}

.img-bottom {
    position: absolute;
    top: 150px;
    left: -200px;
    z-index: 2;
    border-radius: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.img-top {
    position: absolute;
    top: -80px;
    left: 0px;
    z-index: 1;
    border-radius: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Configuração da seção o que fazemos */
.what-we-do {
    background: url('../images/paper-texture.jpeg') center/cover no-repeat;
}

    .what-we-do .section-title {
        font-size: 2rem;
        font-weight: bold;
        color: #000;
    }

    .what-we-do .section-description {
        font-size: 1rem;
        line-height: 1.6;
        color: #000;
    }

    .what-we-do .card {
        border: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .what-we-do .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .what-we-do .card-img-top {
        height: 200px;
        object-fit: cover;
    }

    .what-we-do .card-body {
        padding: 24px;
        background-color: #fff;
    }

    .what-we-do .card-text {
        font-size: 20px;
        color: #21272A;
        text-align: center;
        font-weight: 700;
    }

/* Configuração da seção especialidades */
.special-finishes {
    background-color: #f8f9fa;
}

    .special-finishes .text-description {
        font-size: 18px;
        color: #000;
    }

    .special-finishes .text-highlight {
        font-size: 28px;
        line-height: 1.1;
        font-weight: 700;
        color: #000;
    }

    .special-finishes .card {
        border-radius: 10px;
        padding: 1.5rem;
        background-color: #fff;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .special-finishes .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    }

    .special-finishes .card-red {
        background-color: #ed1c24;
        color: #fff;
    }

    .special-finishes .card-title {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .special-finishes .card-text {
        font-size: 18px;
    }

    .special-finishes .border-left {
        border-left: 3px solid #000;
        padding-left: 40px;
    }

.clients {
    background-color: #ed1c24;
    color: #fff;
}
      
    .clients .section-title {
        font-size: 24px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0;
    }
      
    .clients .border-right {
        border-right: 1px solid #fff;
        padding-left: 20px;
    }
      
    .clients .clients-logos {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
      
    .clients .client-logo {
        width: auto;
        max-height: 40px;
        margin: 0 15px;
        transition: transform 0.3s ease;
    }
      
    .clients .client-logo:hover {
        transform: scale(1.1);
    }

    .slick-track {
        display: flex !important; 
        align-items: center;
    }

.who-we-are {
    background: url('../images/BG-QUEM-SOMOS-EFEITO.png') center/cover no-repeat;
    color: white;
}
    
    .who-we-are .who-we-are-title1 {
        font-size: 14px;
        font-weight: 700;
        color: #ed1c24;
        letter-spacing: 5px;
    }
    
    .who-we-are .who-we-are-title2 {
        font-size: 42px;
        font-weight: 700;
    }

    .who-we-are .p {
        font-size: 18px;
        font-weight: 400;
    }
    
    .who-we-are .who-we-are-card-title {
        font-size: 20px;
        font-weight: 700;
    }

    .who-we-are .who-we-are-card-text {
        font-size: 14px;
        font-weight: 400;
    }

    .who-we-are .w-20 {
        width: 20%;
    }

    .who-we-are .img-bottom {
        top: 0px;
        left: 0px;
        z-index: 1;
    }
    
    .who-we-are .img-top {
        top: 250px;
        left: 200px;
        z-index: 2;
    }

.products-section .products-section-title {
    font-size: 42px;
    font-weight: 700;
    color: #000;
}

.products-section img {
    transition: transform 0.3s ease;
}
      
    .products-section img:hover {
        transform: scale(1.05);
    }

.contact-section {
    background: url('../images/BG-FALE-CONOSCO-EFEITO.png') center/cover no-repeat;
    color: white;
}
      
    .contact-section .contact-section-title {
        font-size: 42px;
        font-weight: 700;
    }

    .contact-section .contact-section-title2 {
        font-size: 20px;
        font-weight: 700;
    }

    .contact-section .contact-section-text {
        font-size: 18px;
        font-weight: 400;
    }

    .contact-section .contact-section-text2 {
        font-size: 14px;
        font-weight: 400;
    }

    .contact-section .bg-dark {
        background-color: #222;
    }
      
    .contact-section i {
        font-size: 1.2rem;
    }
      
    .contact-section .form-control {
        border: 1px solid #ddd;
        padding: 0.75rem 1rem;
    }
      
    .contact-section .form-control:focus {
        border-color: #ed1c24;
        box-shadow: 0 0 5px rgba(230, 57, 70, 0.5);
    }

    .contact-icon {
        color: white;
        background-color: #ed1c24;
        height: 30px;
        width: 30px;
    }

.carousel-item {
    transition: transform 0.5s ease;
}
    .carousel-item > .d-flex > .col-4 {
        flex: 0 0 auto;
    }

@media (max-width: 1400px) {
    .img-top, .img-bottom {
        scale: 0.8;
    }

    .img-bottom {
        left: -180px;
    }

    .who-we-are .img-top {
        left: 160px;
    }

    .who-we-are .img-bottom {
        left: -40px;
    }

    .clients-logos {
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 767px) {

    .mobile-show {
        display: block !important;
    }

    .mobile-show.d-flex {
        display: flex !important;
    }

    .hero-title {
        text-align: center;
        font-size: 28px !important;
       
    }

    .hero-text {
        text-align: center;
        font-size: 16px;
    }

    .img-top {
        height: auto;
        width: 200px;
        top: 0px;
        left: 0px;
    }

    .img-bottom {
        height: auto;
        width: 200px;
        top: 100px;
        left: -145px;
    }

    .flex-row {
        flex-direction: column !important; 
    }

    .mobile-mb-3 {
        margin-bottom: 1rem !important;
    }

    .mobile-w-100 {
        width: 100% !important;
    }

    .what-we-do .section-title, .what-we-do .section-description {
        text-align: left !important;
    }

    .what-we-do .section-title {
        font-size: 32px !important;
    }

    .what-we-do .section-description {
        font-size: 18px !important;
    }

    .what-we-do .card-text {
        font-size: 16px !important;
    }

    .special-finishes .text-description, .special-finishes .text-highlight {
        font-size: 16px !important;
        text-align: center !important;
    }

    .special-finishes .border-left {
        border-left: none !important;
        padding-left: 0 !important;
    }

    .special-finishes .border-bottom {
        border-bottom: 3px solid #ed1c24 !important;
        width: 100px;
    }

    .mobile-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .col-md-6.mobile-px-0 {
        padding-right: calc(var(--bs-gutter-x)* .5) !important;
        padding-left: calc(var(--bs-gutter-x)* .5) !important;
    }

    .special-finishes .card-title {
        font-size: 20px !important;
    }

    .special-finishes .card-text {
        font-size: 14px !important;
    }

    .special-finishes .mobile-card-red {
        background-color: #ed1c24 !important;
        color: #fff !important;
    }

    .special-finishes .mobile-card-white {
        background-color: #fff !important;
        color: #000 !important;
    }

    .clients .section-title {
        text-align: center !important;
    }

    .who-we-are .img-top {
        top: 50px;
        left: 150px;
    }

    .who-we-are .img-bottom {
        top: -80px;
        left: 0px;
    }

    .mobile-mt-7 {
        margin-top: 4rem !important;
    }

    .who-we-are .who-we-are-title1 {
        font-size: 12px !important;
    }

    .who-we-are .who-we-are-title2 {
        font-size: 28px !important;
    }

    .who-we-are .who-we-are-p {
        font-size: 16px !important;
    }

    .mobile-mt-0 {
        margin-top: 0 !important;
    }

    .mobile-py-2 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .who-we-are .w-20 {
        width: 100% !important;
    }

    .mobile-bg-dark {
        background-color: #222 !important;
    }

    .mobile-mb-0 {
        margin-bottom: 0 !important;
    }

    .who-we-are-card-title {
        font-size: 20px !important;
    }

    .who-we-are-card-text {
        font-size: 14px !important;
    }

    .mobile-pb-0 {
        padding-bottom: 0 !important;
    }

    .products-section .products-section-title {
        font-size: 28px !important;
    }
   
    footer {
        margin-top: 450px;
    }

    .clients .border-right {
        border-right: none !important;
    }
}