@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap"); section#govsp-rodape {
bottom: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #FFFFFF!important;
background-color: #FFFFFF!important;
min-height: 200px;
width: 100%;
max-width: 100vw;
z-index: 9999999;
}
section#govsp-rodape .btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 16px;
border-radius: 0.25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
section#govsp-rodape div {
padding: 0;
}
section#govsp-rodape .container {
width: 100%!important;
max-width: 100%;
display: flex;
justify-content: center;
flex-direction: column;
flex-wrap: wrap;
}
section#govsp-rodape .container.rodape {
height: 120px;
width: 100%;
background: #000000!important;
background-color: #000000!important;
margin-top: 60px;
font-size: 16px;
}
section#govsp-rodape .linha-botoes {
display: flex;
width: 100%;
flex-wrap: wrap;
justify-content: center;
padding: 0;
padding-top: 40px;
padding-bottom: 40px;
margin-top: 20px;
font-size: 16px;
}
section#govsp-rodape .linha-botoes .coluna-4 {
width: 33.33333333%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
section#govsp-rodape .linha-botoes .btn-model {
width: 202px;
min-height: 35px;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Open Sans', sans-serif, arial;
color: #FFFFFF!important;
padding: 4px 35px;
border-radius: 20px;
border: 0;
background: #243e63;
transition: background ease .2s;
text-decoration: none;
font-size: 16px!important;
}
section#govsp-rodape .linha-botoes .btn-model:hover {
color: #FFFFFF;
background: #000000;
}
section#govsp-rodape .logo-rodape {
max-width: 100%;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
height: 120px;
}
section#govsp-rodape div {
text-align: center;
}
@media screen and (max-width: 780px) {
section#govsp-rodape {
margin-top: 45px;
}
section#govsp-rodape .linha-botoes {
flex-direction: column;
padding: 0;
margin-top: 12px;
}
section#govsp-rodape .linha-botoes .coluna-4 {
min-width: 100%;
width: 100%;
padding-top: 15px;
}
section#govsp-rodape .linha-botoes .btn-model {
width: 95%;
}
}
#govsp-rodape a:focus, #govsp-rodape a:hover {  
border: 1px dotted #cccccc52;  
}