body {
    scroll-behavior: smooth;
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)),
        url('images/banner.jpeg') center/cover no-repeat;
    color: #fff;
    padding: 140px 0 100px;
}

.hero-form {
    background: #ffffff;
    color: #000;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

/* Padronização das imagens dos cards de serviços */
.service-card-img {
    height: 220px;
    object-fit: cover;
}

footer {
    background: #111;
    color: #ccc;
}

/* Ícones da seção Diferenciais */
#diferenciais i {
    font-size: 3rem;
    color: #0d6efd;
    margin-bottom: 10px;
    display: inline-block;
}

#diferenciais p {
    font-size: 1.1rem;
    font-weight: 500;
}


/* Espaço para compensar navbar fixa ao rolar para seções */
section {
    scroll-margin-top: 90px;
}

.fs-5 {
    font-size: 1.05rem !important;
}

@media (min-width: 992px) {
    .ms-lg-13 {
        margin-left: 4rem !important;
    }
    .mx-lg-6 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
}

.mt-6 {
    margin-top: 1.5rem !important;
}

.shadow-lg {
    box-shadow: 0 .25rem 1.75rem rgba(30, 34, 40, .07) !important;
}

.text-uppercase.h1, .text-uppercase.h2, .text-uppercase.h3, .text-uppercase.h4, .text-uppercase.h5, .text-uppercase.h6, h1.text-uppercase, h2.text-uppercase, h3.text-uppercase, h4.text-uppercase, h5.text-uppercase, h6.text-uppercase {
    letter-spacing: .02rem;
}

.fs-16 {
    font-size: .8rem !important;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #aab0bc !important;
}

.display-4, .display-5 {
    line-height: 1.3;
    font-weight: 700;
}
.mb-5 {
    margin-bottom: 1.25rem !important;
}

.single-counter {
    border: none;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

.single-counter i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    border-radius: 50%;
    color: #004d8c;
    background-color: rgba(0, 123, 255, 0.25);
    display: inline-block;
    margin: 0 auto 18px;
}

.numeros {
    color: #000024;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    display: block;
}

.single-counter p {
    color: #004d8c;
    font-size: 18px;
}