body {
    font-family: 'Open Sans', sans-serif;
}

#header {
    background: #3e4097;
    height: 77px;
    margin-bottom: 100px;
}

.logo-sistem {
    display: flex;
    justify-content: center;
}

.wrapper-logo {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: white;
}

.logo-sistem img {
    max-width: 222px;
}

.title-post.title-page {
    color: #4a4a4a;
    border-bottom: 2px solid #797979;
    padding-bottom: 10px;
    position: relative;
}

.title-post.title-page:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #797979;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.formulario {
    display: flex;
    width: 100%;
}

.formulario input{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.formulario input:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

footer {
    color: #fff;
}

footer .logo-rodape {
    margin-bottom: 1.5rem;
}

footer .logo-rodape {
    margin-bottom: 1.5rem;
}

footer .logo-rodape img {
    max-width: 200px;
}

footer .icones {
    display: flex;
    justify-content: flex-start;
}

footer .icones a {
    color: #f43a51;
    border: 2px solid #f43a51;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .icones a:not(:last-child) {
    margin-right: 15px;
}

footer .info-contato {
    color: #595959;
    margin-top: 1.5rem;
}

footer {
    background-color: #f5f5f5 !important;
    padding: 5rem 0;
}

.divisoria-rodape {
    color: #595959;
}

footer .info-contato div {
    display: flex;
}

footer .info-contato span {
    width: 20px;
    display: inline-block;
}

.menu-rodape p {
    color: #02238a;
    margin-bottom: 20px;
}

.menu-rodape #menu-home_menu-2 {
    padding: 0;
    line-height: 25px;
}

.menu-rodape #menu-home_menu-2 li a {
    color: #595959;
}

.menu-rodape #menu-home_menu-2 > li > a {
    font-weight: bold;
}

.tv-ama > div, .radio-ama > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
    margin-top: 8rem;
    color: white;
}

.tv-ama img, .radio-ama img {
    max-width: 75px;
    margin-bottom: 1rem;
}

.tv-ama span, .radio-ama span {
    font-weight: bold;
}

.divisoria-rodape hr {
    border-color: #f43a51;
    margin-bottom: 10px;
}