html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 90px;
}

.container-xxxl {
    width: 100%;
    max-width: 2000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
}

.grecaptcha-badge {
    bottom: 100px !important;
}

.widget-visible {
    right: 100px !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* Fonte principal para o corpo */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

/* Fonte para os títulos */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

/* Estilo adicional para títulos */
h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
}

footer {
    background-color: #212529;
    color: #adb5bd;
}

    footer a {
        color: #adb5bd;
        text-decoration: none;
    }

        footer a:hover {
            color: #fff;
        }

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .whatsapp-button:hover {
        background-color: #22c060;
    }

    .whatsapp-button i {
        font-size: 24px;
    }

    .whatsapp-button a {
        color: white;
    }

.logo-top {
    max-height: 53px;
}
@media (max-width: 768px) {
    /* Para telas menores (mobile) */
    .logo-top {
        max-height: 40px;
    }
}

