/*---------------------------------------------------------*/
/* HOME - hero (Slick)                                      */
/*---------------------------------------------------------*/
.hero-home {
    margin: 0;
}

.hero-home:not(.slick-initialized) .hero-slide:not(:first-child) {
    display: none;
}

.hero-slide a {
    display: block;
}

.hero-home img {
    width: 100%;
    aspect-ratio: 1030 / 320;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.hero-home .slick-dots {
    bottom: 12px;
}

.hero-home .slick-dots li button:before {
    color: #fff;
    opacity: 0.7;
    font-size: 10px;
}

.hero-home .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

.hero-home .slick-prev, .hero-home .slick-next {
    z-index: 1;
    width: 34px;
    height: 34px;
}

.hero-home .slick-prev { left: 12px; }
.hero-home .slick-next { right: 12px; }

.hero-home .slick-prev:before, .hero-home .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 0.85;
}

.hero-home .slick-prev:before { content: "\f053"; }
.hero-home .slick-next:before { content: "\f054"; }

@media screen and (max-width: 767px) {
    .hero-home img { aspect-ratio: 16 / 10; }
    .hero-home .slick-prev, .hero-home .slick-next { display: none !important; }
}


/*---------------------------------------------------------*/
/* HOME - faixa de CTA                                      */
/*---------------------------------------------------------*/
.cta-faixa {
    background-color: #253a33;
    padding: 18px 15px;
    border-radius: 0 0 6px 6px;
}

.cta-faixa .row {
    align-items: center;
}

.cta-faixa p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
}

.cta-btn {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 4px;
    margin-top: 10px;
    transition: all .3s ease-in-out;
}

.cta-btn i { margin-right: 6px; }

.cta-btn-whats {
    background-color: #7f2129;
    color: #fff;
}

.cta-btn-whats:hover {
    background-color: #6a1b22;
    color: #fff;
    text-decoration: none;
}

.cta-btn-orc {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.cta-btn-orc:hover {
    background-color: #fff;
    color: #253a33;
    text-decoration: none;
}

@media screen and (min-width: 576px) {
    .cta-btn { display: inline-block; margin-top: 0; margin-left: 10px; }
}


/*---------------------------------------------------------*/
/* HOME - categorias em chips                                */
/*---------------------------------------------------------*/
.home-categorias {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.home-categorias a {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #7f2129;
    border-radius: 20px;
    color: #7f2129;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    transition: all .3s ease-in-out;
}

.home-categorias a:hover {
    background-color: #7f2129;
    color: #fff;
    text-decoration: none;
}


/*---------------------------------------------------------*/
/* HOME - parceiros (título)                                 */
/*---------------------------------------------------------*/
.home-parceiros-titulo {
    text-align: center;
    color: #999;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}


/*---------------------------------------------------------*/
/* HOME - botao flutuante de WhatsApp                        */
/*---------------------------------------------------------*/
.whatsapp-flutuante {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1000;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #7f2129;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    text-decoration: none;
    transition: transform .2s ease-in-out;
}

.whatsapp-flutuante:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1.05);
}

@media screen and (max-width: 480px) {
    .whatsapp-flutuante { width: 50px; height: 50px; font-size: 23px; right: 14px; bottom: 14px; }
}
