    body {
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    header {
        display: flex;
        justify-content: center;
        height: 120px;
        background-color: #ffffff;
    }
    
    .logo {
        padding: 10px;
        display: flex;
        align-items: center;
    }
    
    .logo img {
        width: 250px;
    }
    
    .menu {
        display: flex;
        align-items: center;
    }
    
    .container {
        display: flex;
        justify-content: space-between;
        width: 990px;
    }
    
    nav ul,
    nav li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    nav a {
        display: block;
        padding: 15px;
        text-decoration: none;
        text-transform: uppercase;
        color: #000000;
        font-size: 14px;
    }
    
    nav ul {
        display: flex;
        flex-direction: row;
    }
    
    nav .active a,
    nav a:hover {
        background-color: #313969;
        color: #ffffff;
        margin-left: 1px;
    }
    
    #banner {
        display: flex;
        justify-content: center;
        background-image: url('../images/capa.png');
        background-position: center;
        background-size: cover;
        height: auto;
    }
    
    .column {
        flex-direction: column;
    }
    
    .column h1 {
        color: #ffffff;
    }
    
    .banner_body ul {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }
    
    .banner_headline {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 30px;
        flex: 1;
    }
    
    .banner_headline h1 {
        color: #FFFFFF;
        font-size: 70px;
        text-shadow: 0px 1px 0px #555555;
        margin: 0;
        padding-top: 20px;
        max-width: 350px;
    }
    
    .banner_headline h2 {
        color: #FFFFFF;
        font-size: 24px;
        text-shadow: 0px 1px 0px #555555;
        margin: 0;
        padding: 0;
        margin-top: 20px;
        max-width: 350px;
    }
    
    .banner_options {
        display: flex;
        height: 150px;
    }
    
    .banner {
        display: flex;
        flex-direction: column;
        flex: 1;
        border-radius: 10px;
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 4px;
        background-color: #ffffff1e;
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .banner_head {
        padding: 5px;
        height: 35px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
    }
    
    .banner_head div img {
        width: 30px;
        height: 30px;
    }
    
    .banner_head div h1 {
        font-size: 20px;
        padding-left: 30px;
        text-shadow: 0px 1px 0px #555555;
    }
    
    .banner_body {
        flex: 1;
        padding: 10px;
    }
    
    .banner_body p {
        text-align: justify;
        font-size: 12px;
    }
    
    header .container {
        flex-direction: row;
    }
    
    .menuMobile {
        display: none;
        width: 40px;
        height: 40px;
        margin-right: 20px;
    }
    
    .mm_line {
        height: 3px;
        background-color: #313969;
    }
    
    #geral {
        display: flex;
        flex-direction: row;
        justify-content: center;
        background-color: #0D86B1;
        padding-bottom: 20px;
        height: auto;
    }
    
    #geral section {
        flex: 2;
    }
    
    #geral .artigos {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    #geral .artigos .artigos_colunas {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    
    #geral .artigos .artigos_colunas .post {
        padding-top: 5px;
        margin: 1px;
        height: 320px;
        background-color: #FFFFFF;
        border-radius: 10px;
        align-content: center;
    }
    
    #geral .artigos .artigos_colunas .post .inf_post {
        display: flex;
        flex-direction: row;
    }
    
    #geral .artigos .artigos_colunas .post .inf_post .data {
        background-color: #CF2B4E;
        margin-left: 10px;
        padding: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
    }
    
    #geral .artigos .artigos_colunas .post .inf_post .curtidas {
        background-color: #FFDA2A;
        margin-left: 5px;
        padding: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        color: #67c2cb;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
    }
    
    #geral .artigos .artigos_colunas .post img {
        width: 250px;
        margin: 10px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }
    
    #geral .artigos .artigos_colunas .post h2,
    p {
        margin: 10px;
    }
    
    #geral .artigos .artigos_colunas .post h2 {
        font-size: 14px;
    }
    
    #geral .artigos .artigos_colunas .post p {
        text-align: justify;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        padding-bottom: 10px;
    }
    
    #geral aside {
        flex: 1;
        padding: 10px;
    }
    
    .widget_title {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    
    .widget_title_text {
        color: #FFFFFF;
        text-shadow: 0px 1px 0px #555555;
        font-size: 20px;
        font-weight: bold;
    }
    
    .widget_title_bar {
        width: 60px;
        height: 2px;
        background-color: #FFDA2A;
        margin-top: 5px;
    }
    
    .widget_servicos .widget_body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    
    .widget_body_line {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
    }
    
    .widget_body_line_item {
        background-color: #ffffff;
        margin: 2px;
        width: 100px;
        height: 100px;
        border-radius: 5px;
        text-align: center;
        align-items: center;
    }
    
    .widget_body_line_item:hover {
        box-shadow: 2px 0px 1px #FFDA2A;
    }
    
    .widget_body_line a {
        text-decoration: none;
    }
    
    .widget_body_line_item img {
        width: 65px;
        height: 65px;
        padding: 0px;
        margin: 0px;
    }
    
    .widget_body_line_item h2 {
        font-size: 10px;
        color: #000011;
        padding: 0px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .widget_contatos .widget_body {
        display: flex;
        flex-direction: column;
    }
    
    .wdg_contatos {
        display: flex;
        align-items: center;
        height: 48px;
        padding: 5px;
        background-color: #ffffff;
        border-radius: 3px;
        margin: 1px;
    }
    
    .wdg_contatos:hover {
        box-shadow: 5px 0px 1px #313969;
    }
    
    .wdg_contatos img {
        width: 40px;
        height: 40px;
        padding-right: 10px;
    }
    
    .wdg_contatos a {
        text-decoration: none;
        color: #0D86B1;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
    }
    
    .widget_contatos .widget_body p {
        color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: justify;
    }
    
    #faixa_vermelha {
        height: 300px;
        background-color: #313969;
    }
    
    footer {
        background-color: #000000;
        display: flex;
        justify-content: center;
        margin: 0px;
    }
    
    .footer_menu {
        display: flex;
        flex-direction: row;
        margin-top: 20px;
    }
    
    .footer_menu .footer_menu_item {
        flex: 1;
        background-color: #ffffff;
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px;
        padding-right: 10px;
        border-radius: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .footer_menu .footer_menu_item img {
        flex: 1;
        width: 100px;
        height: 100px;
        padding: 3px;
    }
    
    .footer_menu .footer_menu_item h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: justify;
        color: #000000;
    }
    
    .flex_column {
        flex-direction: column;
    }
    
    .footer_body {
        display: flex;
        flex-direction: row;
    }
    
    .footer_body .footer_body_item {
        flex: 1;
        padding-left: 10px;
    }
    
    .footer_body_item .item p {
        color: #0D86B1;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding-bottom: 10px;
        padding-right: 5px;
        margin: 0px;
    }
    
    .brenda {
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .brenda video {
        flex: 1;
        width: 150px;
        height: 150px;
        border-radius: 75px;
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .autor {
        display: flex;
        align-items: center;
        height: 100px;
        background-color: #0D86B1;
    }
    
    .autor a {
        flex: 1;
        font-size: 12px;
        padding: 3px;
        color: #fff;
        text-shadow: 1px 1px 5px #ffffff;
        text-align: center;
        text-decoration: none;
    }
    
    .autor a:hover {
        color: #fff;
        text-shadow: 3px 3px 10px rgba(255, 218, 8, 0.667);
    }
    
    .redes_sociais {
        margin-top: 20px;
        display: flex;
        justify-content: start;
        background-color: #000000;
        border-radius: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .redes_sociais a {
        width: auto;
    }
    
    .redes_sociais a div {
        background-color: #00000011;
        border-radius: 10px;
        margin: 1px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .redes_sociais a div img {
        width: 30px;
        height: 30px;
        align-items: center;
        align-content: center;
    }
    
    .youtube {
        display: flex;
        width: 100%;
        height: 500px;
    }
    
    .links {
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    
    .links a {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-content: space-around;
        text-decoration: none;
        align-items: center;
        padding-top: 10px;
    }
    
    .links h2 {
        font-size: 14px;
        padding: 0px;
        max-width: 0px;
        color: #ffffff;
    }
    
    .links a img {
        width: 30px;
        height: 30px;
        padding-right: 10px;
    }
    
    .links a h4:hover {
        text-shadow: 1px 1px 20px #ffffff;
    }
    
    .links a h4 {
        font-size: 12px;
        color: #0D86B1;
        padding: 0px;
        margin: 0px;
    }
    
    @media (max-width:700px) {
        .banner_headline {
            padding: 20px;
        }
        .banner_headline h1 {
            font-size: 55px;
        }
        .banner_headline h2 {
            font-size: 17px;
        }
        .banner_options {
            height: auto;
            flex-direction: column;
        }
        nav ul {
            display: none;
            flex-direction: column;
            position: absolute;
            left: 0;
            width: 100%;
            background-color: #0D86B1;
            margin-top: 25px;
        }
        header .container {
            flex-direction: row;
        }
        header {
            height: auto;
        }
        .menuMobile {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }
        #geral .container {
            flex-direction: column;
        }
        #geral aside {
            padding: 20px;
        }
        #geral .container .widget_title {
            padding: 20px;
        }
        #geral .container .artigos {
            display: flex;
            flex-direction: column;
        }
        .footer_menu {
            display: flex;
            flex-direction: column;
            margin-top: 20px;
        }
        .footer_menu .footer_menu_item {
            margin-bottom: 10px;
        }
        .footer_body {
            display: flex;
            flex-direction: column;
        }
    }