* {
    margin: 0;
    padding: 0;
}
/*INÍCIO DO CORPO*/
a {
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
body {
    background: #ffffff;
    font: 100% 'Raleway';
    position: relative;
    overflow-x: hidden !important;
}
div {
    font-size: 30px;
    font-size: 1.88rem;
}
h2, h3, h4 {
    font: 100% 'BenchNine';
    font-weight: bold;
    color: #3c8f3c;
}
h1 {
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(20, 20, 20, 1);
}
h2 {
    font-size: 50px;
}
p {
    line-height: 26px;
    line-height: 1.625rem;
    font-size: 16px;
    font-size: 1rem;
}
table {
    font-size: 16px;
    font-size: 1rem;
}
th, td {
    padding: 15px;
}

/*FIM DO CORPO*/

/*INÍCIO DO MENÚ*/
.logo{
    max-width: 70%;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
@media (max-width: 500px){
.logo{
    max-width: 185px;
    }
}
.tamanho1 {
    width: 95%;
}
.tamanho2 {
    background: #f8f9fa;
}
.botao1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    border-radius: 0.3rem;
    transition: color 0.15s ease-in-out, background-color 0.20s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.negrito {
    font-weight: bold;
    color: #252525 !important;
}
.botao-menu {
    font-weight: bold;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.botao-menu:hover {
    text-decoration: none;
    color: #e0e0e0;
    background-color: #3c8f3c;
}
.botao-menu1 {
    color: #fff;
    background-color: #4CB75F;
}
.botao-menu1:hover {
    text-decoration: none;
    color: #e0e0e0;
    background-color: #2a832a;
}
.espaco1 {
    background-color: #252525;
    height: 56px;
}
/*FIM DO MENÚ*/

/*INÍCIO DO TEXTO*/
.jumbotron1 {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    border-width: 2px;
    border-style: solid;
    border-color: #252525;
    background-color: none;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron1 {
      padding: 2rem 2rem;
    }
}
.botao3 {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border: 0.0625rem solid transparent;
    padding: 6px 12px;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    border-radius: 0.3rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*FIM DO TEXTO*/

/*INÍCIO DO BOTÃO TOPO*/
#topo {
    display: none;
    position: fixed;
    bottom: 20px;
    bottom: 1.25rem;
    right: 30px;
    right: 1.875rem;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #252525;
    color: white;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
    border-radius: 0.3rem;
    font-size: 24px;
    font-size: 1.5rem;
}
#topo:hover {
    background-color: #252525;
    transition: color 0.15s ease-in-out, background-color 0.20s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*FIM DO BOTÃO TOPO*/

/*INÍCIO DO RODAPÉ*/
footer {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    background-color: #3c8f3c;
    color:#ffffff;
}

footer .rodape {
    display: flex;
    align-items: center;
}

footer .footer-text {
    line-height: 12px;
    line-height: 0.75rem;
}
footer a {
    text-decoration: none;
    color:#ffffff;
}
footer a:hover {
    text-decoration: none;
    color:#ffffff;
 }
.imgfooter{
    width:130px; 
    margin-top:17px;
 }
/*FIM DO RODAPÉ*/

