/* Geral */
body {
    font-family: 'Google Sans', sans-serif;
    background-color: #fff; /* Alterado para branco */
    color: #000; /* Alterado para preto */
}

/* Header */
.header {
    background-color: #002752;
    padding: 20px;
}

.header-title {
    color: white;
    font-size: 24px;
}

/* Hero Section */
.hero-section {
    background-color: #002752;
    /* padding: 60px 0; */
}

/* About Section */
#about img { 
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

#about h2 {
    color: #002752;
    margin: 34px 0 19px 0;
}

/* Proposals Section */
#proposals h2 {
    color: #002752;
}

#proposals img {
    max-width: 100%;
    height: auto;
}

/* Contact Section */
.contact-section h2 {
    color: #002752;
}

.contact-section .form-label {
    color: #002752;
}

/* Footer */
.footer {
    background-color: #002752;
}


h2.display-4 {font-size: x-large;}

h2 {}

h4 { 
    margin: 10px 0 3px 0;
}

p {
    margin: 0 0 50px 0px;
    font-size: 15px;
}

h2.text-center.mb-4 {
}

h2 {}

p.psobre {
    font-size: 21px;
}

.container {}

.col-md-6.contato2 {
    padding: 17px 0 0 43px; 
}

i.fab.fa-facebook, i.fab.fa-instagram, i.fab.fa-whatsapp, i.fab.fa-envelope {
    font-size: 66px;
    float: left;
    padding: 13px;
    color: #002752;
}

i.fab.fa-instagram { 
    font-size: 73px;
    float: left;
    padding: 17px;
    color: #002752;
}

p {}

p.pphone {
    font-size: 29px;
}

footer.footer.text-white.text-center.p-3 {
    /* margin: 38px 0 0px 0; */
}

span.online {
    color: green;
}

form#contactForm {
    margin: -33px 0 0 0;
}

i.fab.fa-whatsapp {
    font-size: 73px;
    margin: 5px -4px 0 0;
}

.modal-header {
    border: 0;
}

button.btn.btn-primary {
    margin: 13px 0 0 0;
}

.modal-body {}

span.novidades {
    font-size: 18px;
}

footer.bk_prefeito.footer.text-white.text-center.p-3 {
    margin: 20px 0 0 0;
    background: green;
}

img.img_prefeito {
    height: 200px;
    padding: 22px;
}

.modal-dialog {
    margin: 69px auto !important;
}
 
.modal-content {
    max-width: 90%;
    margin: 30% auto;
}