        footer .main .content .action article form input[type='submit'], footer .main .content .action article form input[type='email']{
            border: 1px solid #008A7D;
        }   

        footer .main .content .action article h2, footer .main .content .action article h3 {
            color: #FFF;
            width: 100%;
            margin: 0 0 10px 0;
            font-size: 14px;
            font-weight: 800;
        }

        footer .main .content .action .form-newsletter h3 {
            text-transform: uppercase;
            font-weight: 800;
            font-size: 16px;
        }
        /* abaixo css retirado de /res/app.css */
        footer {
            clear: both; }
        footer .main {
            background-color: #005E30;
            position: relative; }
        footer .main .content {
            width: 100%;
            max-width: 1180px;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            margin: 0 auto;
            padding-top: 40px;
            padding-bottom: 40px; }
        footer .main .content .logo {
            margin-bottom: 20px; }
        footer .main .content .logo img {
            width: 250px; }
        footer .main .content .editorial {
            width: 510px;
            vertical-align: bottom;
            display: inline-block; }
        footer .main .content .editorial hr {
            width: 100%;
            display: block;
            border: none;
            height: 1px;
            background-color: #3BA85F; }
        footer .main .content .editorial ul {
            padding: 0;
            width: 100%;
            display: inline-block;
            height: auto;
            margin: 0; }
        footer .main .content .editorial ul li {
            padding: 10px 5px;
            float: none;
            display: inline-block;
            margin: 0 10px;
            text-transform: uppercase; }
        footer .main .content .editorial ul li a {
            color: #FFF;
            text-decoration: none; }
        footer .main .content .editorial ul li:first-child {
            margin-left: 0; }
        footer .main .content .editorial ul.categories {
            height: auto;
            width: 70%; }
        footer .main .content .editorial ul.categories li {
            margin: 0 10px 0 0; }
        footer .main .content .editorial ul.categories li a {
            font-size: 14px;
            font-weight: 800; }
        footer .main .content .editorial .social-network li {
            float: left;
            margin: 0 5px; }
        footer .main .content .editorial .social-network li:first-child {
            margin-left: 0; }
        footer .main .content .editorial .social-network li a {
            color: #3ba85f;
            font-size: 24px;
            width: 100%; }
        footer .main .content .info-jornal {
            width: 240px;
            display: inline-block;
            vertical-align: bottom; }
        footer .main .content .info-jornal article {
            margin-top: 30px;
            float: left; }
        footer .main .content .info-jornal article h2 {
            font-weight: 800;
            color: #FFF;
            width: 100%;
            margin: 0 0 5px 0;
            font-size: 14px; }
        footer .main .content .info-jornal article p {
            margin: 0 0 5px 0;
            width: 100%;
            color: #FFF;
            font-size: 14px; }
        footer .main .content .action {
            width: 320px;
            vertical-align: bottom;
            display: inline-block; }
        footer .main .content .action .form-newsletter h2 {
            text-transform: uppercase;
            font-weight: 800;
            font-size: 16px; }
        footer .main .content .action article {
            margin-top: 15px;
            clear: both; }
        footer .main .content .action article h2 {
            color: #FFF;
            width: 100%;
            margin: 0 0 10px 0;
            font-size: 14px;
            font-weight: 800; }
        footer .main .content .action article p {
            margin: 0 0 5px 0;
            width: 100%;
            font-size: 14px;
            color: #FFF; }
        footer .main .content .action article form {
            margin-bottom: 20px;
            display: inline-block; }
        footer .main .content .action article form input[type='email'] {
            width: 230px;
            height: 32px;
            box-sizing: border-box;
            float: left;
            border: 1px solid #3BA85F;
            border-radius: 3px 0 0 3px;
            padding: 5px; }
        footer .main .content .action article form input[type='submit'] {
            width: 70px;
            border-radius: 0 3px 3px 0;
            float: left;
            background-color: #3BA85F;
            color: #FFF;
            border: 1px solid #3BA85F;
            padding: 5px;
            height: 32px;
            text-transform: uppercase; }
        footer .main .content .action article ul li {
            padding: 10px 5px; }
        footer .main .content .action article ul li:first-child {
            font-weight: 700; }
        footer .main .content li {
            list-style: none;
            color: #FFF; }
        footer .main .content ul {
            padding: 0; }

        .barra-downloads {
            display: block;
            background-color: #e0e0e0; }
        .barra-downloads .conteudo {
            width: 100%;
            text-align: center; }
        .barra-downloads .conteudo a {
            display: inline-block;
            margin: 10px; }

        .barra-marcas {
            display: block;
            margin-top: 30px;
            text-align: center; }

        @media screen and (max-width: 767px) {
            footer{
                z-index:3;
                position:relative;
            }
        }
        
                /* rules below moved from mw-style-mobile.css */
                .collapsed.editorias .abrir, .editorias .fechar, .collapsed.menuButton .abrir, .menuButton .fechar{
			display:block;
		}
		.collapsed.editorias .fechar, .editorias .abrir, .collapsed.menuButton .fechar, .menuButton .abrir{
			display:none;
		}
		.editorial .logo{
			text-align:left;
		}
		.editorial .logo img{
			margin-left:15px !important; 
			width:150px !important;
		}
		.editorial .logo .social-network{
			width:auto !important;
		}
		footer .main .content .editorial .social-network li a{
			margin-left:10px !important;
			margin-right:10px !important;
			font-size: 25px !important;
                }