.img-cliente {
    border-radius: 10px;
}

.owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    margin-top: 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    align-items: start;
    justify-items: center;
}

.link-logo img {
    width: 200px;
}

.menu-topo {
    height: 100px !important;
}

@media (max-width: 767px) {
    .footer-grid {
        grid-template-columns: repeat(1, 1fr);
        justify-items: start !important;
    }

    .content-info {
        max-width: 100vw;
    }

    .content-info div {
        max-width: 100vw;
    }

    .content-formulario {
        max-width: calc(100vw - 34px) !important;
    }

    .g-recaptcha div {
        max-width: 100%;
    }
}

.alerta.erro {
    color: #d32f2f;
    background: #fff0f0;
    border: 1px solid #d32f2f;
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px;
}

.alerta.sucesso {
    color: #388e3c;
    background: #e8f5e9;
    border: 1px solid #388e3c;
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px;
}

.main-certidoes {
    padding-bottom: 0 !important;
}

@media (max-width: 370px) {
    .g-recaptcha iframe {
        transform: scale(0.8);
        transform-origin: 0 0;
    }
}