﻿.sectionInicial {
    padding-top: 5vh;
    padding-bottom: 1.5vh;
    background: #f5f5f5;
}

.linksRight .btPadrao.btOutlineLaranja {
    box-shadow: 0 0 12px rgba(255, 135, 0, 0.6);
    transition: box-shadow 0.3s ease;
}

    .linksRight .btPadrao.btOutlineLaranja:hover {
        box-shadow: 0 0 12px rgba(255, 135, 0, 0.6);
        transition: box-shadow 0.3s ease;
    }

.bannerPrincipal.bannerPrincipalHome .banner {
    background: none;
    padding-left: 5vw;
}

    .bannerPrincipal.bannerPrincipalHome .banner .img {
        background-position: center;
        background-size: cover;
        left: 0px !important;
    }

    .bannerPrincipal.bannerPrincipalHome .banner .content h2 {
        font-size: 30px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 30px;
    }

.banner-benefits {
    margin-top: 15px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 20px;
    color: #fff;
    opacity: 0.95;
    margin-bottom: -20px;
}

.badgeReforma {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 50px;
    background: #f3f6f8;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 15px;
    margin-top: 70px;
}

.badgeDot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0049ff; /* azul */
}


.bgBannerInternoPequeno.bannerPrincipalHome .banner {
    min-height: unset;
    height: 180px;
    padding-left: 8vw;
    overflow: unset;
    background-color: #fff;
}

.bannerCenter.bannerPrincipalHome .banner .content h2 {
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .bannerPrincipal.bannerPrincipalHome .banner {
        height: auto;
        padding: 0 8vw;
        padding-bottom: 3vh;
    }

        .bannerPrincipal.bannerPrincipalHome .banner .content h2 {
            font-weight: 600;
            line-height: 140%;
            color: #333;
            text-align: center
        }

        .bannerPrincipal.bannerPrincipalHome .banner .content .textPadrao {
            margin-bottom: 20px;
            color: #333;
            line-height: 155%;
            text-align: center;
        }

        .bannerPrincipal.bannerPrincipalHome .banner .content .btPadrao {
            margin-top: 20px;
            width: 100%;
            padding: 10px 24px;
            font-size: 15px;
            font-weight: 600;
            border-radius: 6px;
            max-width: unset;
        }
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
    transition: transform .2s ease;
}

    .whatsapp-float:hover {
        transform: scale(1.08);
    }

/* Mobile */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 54px;
        height: 54px;
        bottom: 16px;
        right: 16px;
    }

        .whatsapp-float svg {
            display: block;
        }
}

.bannerPrincipal.bannerPrincipalHome .banner .content .btPadrao {
    
    display: inline-flex !important;
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    align-self: flex-start !important;
    padding: 25px 35px !important;
    font-size: 18px !important;
    line-height: 1.2;
}
.tituloPlanos {
    color: #f68b1f; /* laranja do site */
    font-weight: 700;
}








