/**
 * @subpackage  Cirrus Green v1.6 HM02J
 * @author      SSN (www.hurricanemedia.net)
 * @date        2013-06-25
 * @package     Joomla
 * @copyright   Copyright (C) 2010-2013 Hurricane Media. All rights reserved.
 * @license    GNU General Public License version 2 or later; see LICENSE.txt
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
    font-family: 'Helvetica55Roman';
    src: url('../css/fonts/helveticaneueltpro-roman.eot');
    src: url('../css/fonts/helveticaneueltpro-roman.eot') format('embedded-opentype'),
    url('../css/fonts/helveticaneueltpro-roman.woff2') format('woff2'),
    url('../css/fonts/helveticaneueltpro-roman.woff') format('woff'),
    url('../css/fonts/helveticaneueltpro-roman.ttf') format('truetype'),
    url('../css/fonts/helveticaneueltpro-roman.svg#HelveticaNeueLTPro55Roman') format('svg');
}

@font-face {
    font-family: 'Helvetica45Light';
    src: url('../css/fonts/helveticaneueltpro-lt.eot');
    src: url('../css/fonts/helveticaneueltpro-lt.eot') format('embedded-opentype'),
    url('../css/fonts/helveticaneueltpro-lt.woff2') format('woff2'),
    url('../css/fonts/helveticaneueltpro-lt.woff') format('woff'),
    url('../css/fonts/helveticaneueltpro-lt.ttf') format('truetype'),
    url('../css/fonts/helveticaneueltpro-lt.svg#HelveticaNeueLTPro45Light') format('svg');
}

@font-face {
    font-family: 'Helvetica26UltraLightItalic';
    src: url('../css/fonts/helveticaneueltpro-ultltit.eot');
    src: url('../css/fonts/helveticaneueltpro-ultltit.eot') format('embedded-opentype'),
    url('../css/fonts/helveticaneueltpro-ultltit.woff2') format('woff2'),
    url('../css/fonts/helveticaneueltpro-ultltit.woff') format('woff'),
    url('../css/fonts/helveticaneueltpro-ultltit.ttf') format('truetype'),
    url('../css/fonts/helveticaneueltpro-ultltit.svg#HelveticaNeueLTPro26UltraLightItalic') format('svg');
}

@font-face {
    font-family: 'Helvetica65Medium';
    src: url('../css/fonts/helveticaneueltpro-md.eot');
    src: url('../css/fonts/helveticaneueltpro-md.eot') format('embedded-opentype'),
    url('../css/fonts/helveticaneueltpro-md.woff2') format('woff2'),
    url('../css/fonts/helveticaneueltpro-md.woff') format('woff'),
    url('../css/fonts/helveticaneueltpro-md.ttf') format('truetype'),
    url('../css/fonts/helveticaneueltpro-md.svg#HelveticaNeueLTPro65Medium') format('svg');
}

@font-face {
    font-family: 'Helvetica35Thin';
    src: url('../css/fonts/helveticaneueltpro-th.eot');
    src: url('../css/fonts/helveticaneueltpro-th.eot') format('embedded-opentype'),
    url('../css/fonts/helveticaneueltpro-th.woff2') format('woff2'),
    url('../css/fonts/helveticaneueltpro-th.woff') format('woff'),
    url('../css/fonts/helveticaneueltpro-th.ttf') format('truetype'),
    url('../css/fonts/helveticaneueltpro-th.svg#HelveticaNeueLTPro35Thin') format('svg');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**  General **/

* {
    margin: 0;
}

html {
    overflow-y: scroll;
}

html, body {
    height: 100%;
}

body {
    text-align: left;
    font-family: 'Droid Sans', sans-serif, Helvetica, Arial;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #555555;
    background-color: #f9f9f9;
}

a {
    color: #c71116;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

img {
    border-style: none;
}

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

p {
    line-height: 1.6em;
    margin: 8px 0;
    font-family: 'Helvetica55Roman';
    font-size: 16px;
    color: #888888;
}

h1 {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    color: #90c140;
    font-size: 22px;
    line-height: 1.15em;
    margin-bottom: 12px;
}

h1 a {
    color: #90c140;
    text-decoration: none;
}

h1 a:hover {
    color: #000000;
    text-decoration: none;
}

h2 {
    font-family: 'Helvetica55Roman';
    font-size: 20px;
    color: #aa1d21;
    line-height: 1.15em;
    margin-bottom: 10px;
}

h2 a {
    color: #000000;
    text-decoration: none;
}

h2 a:hover {
    color: #90c140;
    text-decoration: none;
}

h3 {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    line-height: 1.15em;
    margin-bottom: 6px;
}

h3 a {
    color: #000000;
    text-decoration: none;
}

h3 a:hover {
    color: #90c140;
    text-decoration: none;
}

.moduletable h3 {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    line-height: 1.15em;
    margin-bottom: 6px;
}

h4 {
    font-family: 'Droid Sans', sans-serif, Helvetica, Arial;
    font-weight: 300;
    color: #888888;
    font-size: 14px;
}

h5 {
    font-family: 'Droid Sans', sans-serif, Helvetica, Arial;
    font-weight: 300;
    color: #000000;
    font-size: 14px;
}

h6 {
    font-family: 'Droid Sans', sans-serif, Helvetica, Arial;
    font-weight: 600;
    font-size: 13px;
}

ul, ol {
    list-style-position: outside;
    list-style-type: square;
    padding-left: 30px;
    margin-top: 6px;
    margin-bottom: 6px;
}

hr {
    border: 0;
    color: rgb(226, 226, 226);
    background-color: rgb(226, 226, 226);
    height: 1px;
    margin: 15px 0;
}

.tip {
    font-size: 0.9em;
    text-align: left;
    line-height: 1.2em;
    padding: 3px;
    max-width: 400px
}

.tip-title {
    font-weight: bold;
}

#system-message {
    padding: 0;
    margin: 0;
}

#wrapper {
    display: block;
    padding: 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4.6em;
}

#push {
    height: 4.6em;
}

/** Buttoms **/

#login-form input.button,
#member-profile button.validate,
#member-registration button.validate,
#user-registration button.validate,
.logout button,
.login button,
#searchForm button,
#contact-form button.validate,
#mailto-window button,
.btn {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    font-size: 13.5px;
    color: #fff;
    background-color: #90c140;
    border: 0px;
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#login-form input.button:hover,
#member-profile button.validate:hover,
#member-registration button.validate:hover,
#user-registration button.validate:hover,
.logout button:hover,
.login button:hover,
#searchForm button:hover,
#contact-form button.validate:hover,
#mailto-window button:hover,
.btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000000;
}

.readmore a {
    font-weight: 700;
}

/** Header **/

#header_wrap {
    border-top: solid 5px #aa1d21;
    background-color: #f9f9f9;
    display: table;
    width: 100%;
}

#header {
    width: 1000px;
    margin: auto;
    display: table;
}

#logo {
    float: left;
    padding: 36px 0px 16px 10px;;
}

#logo a {
    text-decoration: none;
}

#logo a:hover {
    text-decoration: none;
}

#topnav_wrap {
    overflow: hidden;
    min-width: 1000px;
}

#topnav {
    width: 1000px;
    margin: auto;
    font-size: 0.87em;
}

#topnav a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

#topnav a:hover,
#topnav li.active a {
    color: #90c140;
    text-decoration: underline;
}

#topnav h3 {
    display: none;
}

#topnav ul.menu {
    float: right;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: -11px;
}

#topnav ul.menu li {
    display: inline;
    padding-left: 12px;
    padding-right: 12px;
    border-left: 1px solid #525252;
}

#topnav ul.menu li:first-child {
    border: 0;
}

.pesquisa {
    width: 100%;
    position: relative;
    z-index: 1;
    display: table;
}

#search {
    width: 1000px;
    margin: auto;
    margin-top: -20px;
}

.search {
    float: right;
}

#search label.element-invisible {
    display: none;
}

.search input[name="searchword"] {
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #c9c9c9;
    padding: 2px 24px 2px 5px;
    border: 0;
    outline: none;
    font-family: 'Helvetica26UltraLightItalic';
    color: #FFF;
    font-size: 14px;
    width: 210px !important;
}

.search input[name="searchword"]::placeholder {
    color: #FFF;
}

/** Topmenu (added multi-level support v1.1) **/

#topmenu_wrap {
    float: right;
}

#topmenu {

}

#topmenu ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

#topmenu a {
    display: block;
    color: #969696;
    padding: 74px 10px 35px 10px;
    text-decoration: none;
    font-family: 'Helvetica65Medium';
    font-size: 14px;
}

#topmenu a img {
    margin-top: -3px;
    margin-bottom: -2px;
}

#topmenu a:hover img {
    filter: brightness(0) invert(1);
}

#topmenu a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #aa1d21;
}

#topmenu a.current:hover,
#topmenu li.active a {
    color: #aa1d21 !important;
    background-color: transparent !important;
}

#topmenu li {
    float: left;
}

/** Second-level lists **/

#topmenu li ul {
    position: absolute;
    font-family: 'Droid Sans', sans-serif, Helvetica, Arial;
    font-size: 12px;
    width: 172px;
    left: -999em; /* "display: none" not seen by screen readers */
    border: 0;
    margin-left: -1px;
    z-index: 100;
}

#topmenu li li,
#topmenu li li:first-child {
    border: 0;
    margin-bottom: -1px; /* iPhone/iPad fix */
}

#topmenu li li a {
    width: 172px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

#topmenu li ul a {
    width: 172px;

}

#topmenu li.active ul a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #90c140;
}

#topmenu li.active ul a {
    text-decoration: none;
    background-color: #000;
}

/** Level third and above **/

#topmenu li ul ul {
    margin: -39px 0 0 220px;
}

#topmenu li:hover ul ul, #topmenu li:hover ul ul ul, #topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul {
    left: -999em;
}

#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul, #topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul { /* nested under hovered items */
    left: auto;
}

/** Content/Menu Wrap **/

#content-menu_wrap_bg {
    background-color: #fafafa;
    min-height: 400px;
    width: 100%;
    display: table;
}

#content-menu_wrap {
    width: 1000px;
    display: table;
    margin: auto;
}

/** Breadcrumbs **/

#breadcrumbs {
    width: 100%;
    text-decoration: none;
}

#breadcrumbs a {
    color: #000000;
    text-decoration: none;
}

#breadcrumbs a:hover {
    color: #90c140;
    text-decoration: underline;
}

#breadcrumbs p {
    margin: 0;
}

.custombanner-int {
    width: 1000px;
    margin: auto;
    height: 270px;
    background-size: cover !important;
    position: relative;
}

.custombanner-int.banner-contato {
    background: url('../../../images/banners/contato.jpg') no-repeat;
    background-position: center right !important;
}

.custombanner-int.banner-inst {
    background: url('../../../images/banners/banner-inst.jpg') no-repeat;
    background-position: center !important;
}

.custombanner-int.banner-serv {
    background: url('../../../images/banners/servicos.jpg') no-repeat;
    background-position: center right !important;
}

.custombanner-int.banner-prod {
    background: url('../../../images/banners/produtos.jpg') no-repeat;
    background-position: center right !important;
}

.custombanner-int.banner-cases {
    background: url('../../../images/banners/cases.jpg') no-repeat;
    background-position: center left !important;
}

.custombanner-int.banner-clientes {
    background: url('../../../images/banners/clientes.jpg') no-repeat;
    background-position: center !important;
}

.custombanner-int.banner-trabalhe {
    background: url('../../../images/banners/trabalhe-conosco.jpg') no-repeat;
    background-position: center !important;
}

.custombanner-int.banner-os {
    background: url('../../../images/banners/os.jpg') no-repeat;
    background-position: center !important;
}

.custombanner-int h1 {
    padding: 5px 10px;
    background: url('../../../images/background-titulo.jpg') no-repeat;
    font-family: 'Helvetica45Light';
    font-size: 18px;
    color: #FFF;
    width: calc(100% - 20px);
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
}

/** Menus (Left/Right) **/

#leftmenu {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: 30px;
    float: left;
    line-height: 1.7em;
}

#rightmenu {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 30px;
    float: right;
    line-height: 1.7em;
}

#leftmenu a,
#rightmenu a {
    color: #888888;
    text-decoration: none;
}

#leftmenu a:hover,
#rightmenu a:hover {
    color: #cccccc;
    text-decoration: none;
}

#leftmenu ul,
#rightmenu ul {
    padding-left: 0px;
    list-style-type: none;
    margin-left: 0px;
    margin-top: 12px;
    margin-bottom: 20px;
}

#leftmenu ul li,
#rightmenu ul li {
    border-bottom: 1px solid rgb(226, 226, 226);
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    list-style-type: none;
}

#leftmenu ul li ul,
#rightmenu ul li ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

#leftmenu ul li ul li,
#rightmenu ul li ul li {
    border: 0px;
    padding-bottom: 2px;
    list-style-type: none;
    font-size: 0.96em;
    line-height: 1.5em;
}

#leftmenu ul.menu li.current a,
#rightmenu ul.menu li.current a {
    color: #aa1d21;
}

#leftmenu ul.menu li.current ul li a,
#rightmenu ul.menu li.current ul li a {
    font-weight: normal;
}

.moduletable {
    overflow: hidden;
    margin-bottom: 16px;
}

.moduletable_menu {
    clear: both;
}

#topnav div.moduletable {
    clear: both;
    overflow: hidden;
    margin-bottom: 0px;
}

.moduletable_menu h3 {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    margin-bottom: 6px;
}

.moduletable_menuserv, .moduletable_menuprod {
    margin-top: 20px;
    font-family: 'Helvetica55Roman';
    font-size: 16px;
    color: #888888;
}

.moduletable_menuserv h3, .moduletable_menuprod h3 {
    font-family: 'Helvetica55Roman';
    font-size: 20px;
    color: #aa1d21;
}

.moduletable_menuprodsmall,
.moduletable_menuservsmall {
    display: none;
}

.moduletable_menuprodsmall h3,
.moduletable_menuservsmall h3 {
    font-family: 'Helvetica55Roman';
    font-size: 20px;
    color: #aa1d21;
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
}

.moduletable_menuprodsmall ul,
.moduletable_menuservsmall ul {
    text-align: center;
    margin: 0;
    font-size: 16px;
}

/** Content **/

#content-w1 { /** left and right menu visible **/
    width: 456px;
    float: left;
    padding-top: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

#content-w2 { /** left or right menu visible **/
    width: 770px;
    float: left;
    padding-top: 40px;
    overflow: hidden;
}

#content-w3 { /** no menu visible **/
    width: 1000px;
    float: left;
    padding-top: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

#content-w1 h3,
#content-w2 h3,
#content-w3 h3 {
    margin-top: 20px;
}

#content-w2 h2 {
    font-family: 'Helvetica55Roman';
    font-size: 18px;
    color: #666666;
    line-height: 1.5;
}

.artint {
    width: 770px;
    float: left;
    overflow: hidden;
    padding-bottom: 30px;
}

.artint h4 {
    font-family: 'Helvetica55Roman';
    font-size: 14px;
    color: #aa1d21;
    text-transform: uppercase;
}

.artint p {
    font-family: 'Helvetica55Roman';
    font-size: 16px;
    color: #888888;
}

.artint img {
    padding: 30px 0;
    max-height: 300px;
    max-width: 90%;
}

.divideart2 {
    width: calc(50% - 30px);
    padding-left: 30px;
    float: left;
    margin-top: 20px;
}

.divideart2 h2 {
    font-family: 'Helvetica55Roman' !important;
    font-size: 16px !important;
    color: #aa1d21 !important;
}

.divideart2 img {
    margin: auto;
    padding: 0;
}

#content-top {
    margin-bottom: 18px;
}

ul.actions {
    margin: 0;
    padding: 0;
    margin-top: -6px;
    margin-bottom: -2px;
    list-style-type: none;
    text-align: right;
}

li.print-icon,
li.email-icon,
li.edit-icon {
    display: inline;
    margin-right: 2px;
}

li.print-icon a,
li.email-icon a,
li.edit-icon a {
    text-decoration: none;
}

dl.article-info {
    clear: both;
    margin-left: 0;
    padding: 0px;
    font-size: 0.86em;
    line-height: 1.3em;
    margin-bottom: 6px;
}

.article-info dd, .article-info dd {
    margin-left: 0;
}

.article-info-term {
    display: none
}

.categories-list ul {
    list-style-type: none;
    padding-left: 0;
    padding-left: 5px;
    margin-top: 8px;
}

.categories-list ul li {
    list-style-type: none;
    padding-left: 5px;
}

.categories-list dl dt, .categories-list dl dd {
    display: inline;
}

.image-left {
    float: left;
    margin-top: 0pt;
    margin-right: 10px;
    margin-bottom: 4px;
    margin-left: 0pt;
}

.category-desc p img {
    float: left;
    margin-top: 0pt;
    margin-right: 10px;
    margin-bottom: 2px;
    margin-left: 0pt;
}

.first ul {
    padding-left: 15px;
    padding: 5px;

}

.first ul li {
    padding-bottom: 8px;
    padding: 5px;

}

.last ul {
    padding-left: 15px;

}

.last ul li {
    padding-top: 10px;
}

.cat-children ul {
    list-style-type: none;
    margin-top: 10px;
    padding-left: 0px;
}

ul#archive-items {
    list-style-type: none;
    margin-top: 10px;
    padding-left: 0px;
}

.intro ul {
    margin-top: 10px;
    margin-bottom: 20px;
}

fieldset.filters {
    border: solid 0px #ddd;
    margin-top: 5px;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 0px;
    padding-right: 2px;
}

legend.hidelabeltxt {
    display: none;
}

.items-leading {
    margin-bottom: 20px;
}

.newsfeed ol li {
    margin-top: 10px;
}

.newsfeed ol li img {
    margin-top: -10px;
}

#article-index {
    width: 25%;
    float: right;
    border: solid 1px #eee;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    background: #f9faf9
}

#article-index h3 {
    font-size: 1em;
}

#article-index ul {
    list-style-type: disc;
    padding-left: 1.4em;
    color: #666;
}

.pagenavcounter {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-mini.pull-right {
    float: right;
    border: 1px solid #bbbbbb;
    background-color: inherit;
    padding-left: 4px;
    padding-right: 3px;
    line-height: 6px;
    margin: 0;
    color: #000000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.7em;
}

.icon-plus:before {
    content: "+";
}

/** Tables **/
table {
    border-collapse: collapse
}

tr, td {
    border: solid 1px #ddd;
    vertical-align: middle;
}

table.weblinks,
table.category {
    margin: 10px 10px 20px 0px;
    width: 100%;
}

table.weblinks td,
table.category td {
    border-collapse: collapse;
    padding: 7px;
}

table.weblinks th,
table.category th {
    padding: 7px;
    text-align: left
}

td.num {
    vertical-align: top;
    text-align: left;
}

td.hits {
    vertical-align: top;
    text-align: center
}

td p {
    margin: 0;
    line-height: 1.3em
}

.display-limit,
.filter {
    text-align: right;

}

tr.cat-list-row1,
.category tr.odd {
    background-color: rgb(242, 242, 242);
}

.category tr.even {
    /*background-color: #2d2d2d;*/
}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
    background: #000000;
}

table.weblinks th a,
table.newsfeeds th a,
table.category th a,
table.jlist-table th a,
table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
    color: #fff
}

table.category th a img {
    border: solid 0px;
    display: none;
}

table.category th a:hover {
    color: #90c140;
}

table.moduletable td,
table.moduletable tr {
    border: 0;
}

/** Pagination **/
.pagenav {
    padding: 2px
}

ul.pagenav {
    list-style-type: none;
    margin: 0;
    margin-top: 20px;
    padding: 4px;
    overflow: hidden;
}

li.pagenav-prev a,
li.pagenav-next a,
li.previous a,
li.next a {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    font-size: 13.5px;
    color: #fff;
    background-color: #90c140;
    border: 0px;
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

li.pagenav-prev a:hover,
li.pagenav-next a:hover,
li.previous a:hover,
li.next a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000000;
}

li.pagenav-prev,
li.previous {
    float: left;
}

li.pagenav-next,
li.next {
    float: right
}

.pagination ul li {
    display: inline;
    text-align: left;
    overflow: auto;
}

.pagination ul {
    margin-left: -28px;
}

.pagination ul li span,
.pagination ul li a {
    padding-left: 0px;
    padding-right: 6px;
    margin-left: 0px;
    margin-right: 6px;
}

#adminForm div.pagination ul {
    margin-left: 0px;
}

#adminForm div.pagination ul li span,
#adminForm div.pagination ul li a {
    padding-left: 0px;
    padding-right: 16px;
    margin-left: 0px;
    margin-right: 20px;
}

.pagination li.pagination-start,
.pagination li.pagination-next,
.pagination li.pagination-end,
.pagination li.pagination-prev {
    border: 0
}

p.counter {
    font-weight: bold;
}

/** Blog **/

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}

.cols-2 .column-1 {
    width: 48%;
    float: left;
}

.cols-2 .column-2 {
    width: 48%;
    float: right;
    margin: 0
}

.cols-3 .column-1 {
    float: left;
    width: 29%;
    padding: 0px 5px;
    margin-right: 4%

}

.cols-3 .column-2 {
    float: left;
    width: 29%;
    margin-left: 0;
    padding: 0px 5px
}

.cols-3 .column-3 {
    float: right;
    width: 29%;
    padding: 0px 5px
}

.items-row {
    overflow: hidden;
    margin-bottom: 10px !important;
}

.column-2 {
    width: 55%;
    margin-left: 40%;
}

.column-3 {
    width: 30%
}

.blog-more {
    padding: 10px 5px
}

/** Login **/

#login-form fieldset.userdata {
    margin-bottom: 5px;
    margin-top: -15px;
    margin-left: 0px;
    border: 0px;
    font-size: 0.96em;
    float: left;
}

#login-form ul {
    margin-left: 0px;
}

#login-form ul li {
    border: 0px;
    line-height: 1.1em;
    float: left;
    width: 100%;
}

#login-form input.inputbox,
#modlgn-username,
#modlgn-passwd {
    width: 80%;
    margin-left: 0px;
    padding: 6px;
    padding-right: 24px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    outline: none;
}

#login-form label {
    display: block;
    margin-left: 0px;
}

#form-login-remember label {
    float: none;
    width: auto;
    display: inline;
}

#form-login-remember input.inputbox {
    width: auto;
    border: 0;
}

.login fieldset {
    border: 0;
}

.login-fields {
    margin: 10px 0
}

.login-fields label {
    float: left;
    width: 9em
}

.login-description,
.logout-description {
    overflow: hidden;
    padding-left: 5px;
    margin: 20px 0 10px 0
}

.logout-description {
    margin-bottom: 20px
}

.validate-username,
.validate-password,
.validate-email,
#jform_name {
    width: 140px;
    margin-left: 0px;
    padding: 6px;
    padding-right: 24px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    outline: none;
}

.icon-user {
    display: none;
}

.userdata label,
#form-login-remember {
    margin-top: 9px;
}

.icon-lock.tip {
    display: none;
}

fieldset div div input {
    margin-bottom: 5px;
}

/** User profile **/

#users-profile-core,
#users-profile-custom {
    margin: 10px 0 15px 0;
    padding: 15px;
}

#users-profile-core dt,
#users-profile-custom dt {
    float: left;
    width: 12em;
    padding: 3px 0;
}

#users-profile-core dd,
#users-profile-custom dd {
    padding: 3px 0;
}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend,
.registration legend {
    font-weight: bold
}

#member-profile fieldset,
.registration fieldset {
    margin: 10px 0 15px 0;
    padding: 15px;
}

.profile-edit form#member-profile fieldset dd,
.registration form#member-registration fieldset dd {
    float: none;
    padding: 5px 0;
}

.profile-edit form#member-profile fieldset dd input,
.profile-edit form#member-profile fieldset dd select,
.registration form#member-registration fieldset dd input {
    width: 17em;
}

.profile-edit form#member-profile fieldset dt,
.registration form#member-registration fieldset dt {
    clear: left;
    float: left;
    padding: 5px 5px 5px 0;
    width: 16em;
}

#users-profile-core,
#users-profile-custom {
    border: solid 1px #ccc;
}

#member-profile fieldset,
#member-registration fieldset {
    border: solid 1px #ccc;
}

#user-registration.form-validate fieldset {
    border: solid 0px;
    padding-left: 0;
}

.btn-toolbar li {
    display: inline;
    margin-left: -30px;
}

/** Contacts **/
.contact {
    width: 525px;
    margin: auto;
}

.contact h1 {
    font-family: 'Helvetica55Roman';
    font-size: 20px;
    color: #aa1d21;
}

.controls {
    margin: 8px 0;
}

.controls input, .controls textarea {
    font-family: 'Helvetica45Light';
    font-size: 14px;
    color: #888888;
    border: 0 !important;
    padding: 10px !important;
    width: 500px !important;
    box-shadow: 1px 1px 8px -1px #ddd;
}

#contact-form button {
    font-family: 'Helvetica45Light' !important;
    font-size: 14px !important;
    background-color: #aa1d21 !important;
    padding: 4px 12px !important;
    border-radius: 0 !important;
    float: right;
    margin-right: 5px;
    text-transform: uppercase;
}

h3.pane-toggler {
    font-size: 1.1em;
    border-top: 1px solid rgb(226, 226, 226);
    margin-bottom: 2px;
    padding-bottom: 8px;
    padding-top: 8px;
}

h3.pane-toggler-down {
    font-size: 1.1em;
    border-top: 1px solid rgb(226, 226, 226);
    margin-bottom: 2px;
    padding-bottom: 8px;
    padding-top: 8px;
}

address span {
    display: block;
    font-style: normal;
}

.contact-address img {
    margin-bottom: 10px;
}

.panel .contact-form,
.panel .contact-miscinfo {
    padding: 10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address {
    margin: 20px 0 0 0
}

#contact-form fieldset {
    border: 0px;
}

#contact-form fieldset dl dt {
    padding-top: 4px;
}

#jform_contact_email_copy-lbl {
    float: left;
    padding-right: 6px;
}

#jform_contact_email_copy {
    margin: 4px;
}

.star {
    color: #cc0000;
    display: none;
}

.accordion-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3em;
    text-decoration: none;
}

.accordion-heading a {
    text-decoration: none;
    color: #333333;
    cursor: default;
}

div#basic-details div div img {
    padding-bottom: 10px;
}

div#basic-details div dl dt span img,
div#display-misc div div dl dt span img {
    display: none;
}

#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg,
#jform_contact_message {
    width: 300px;
    padding: 6px;
    border: 1px solid #c3c3c3;
    outline: none;
}

form#adminForm ul li {
    /*background-color: #000;*/
    background-color: inherit;
    height: 20px;
    margin: 0;
    padding: 0;
    margin-left: -28px;
    border: 0;
    list-style-type: none;
}

/** Search **/

.searchintro {
    font-weight: normal;
    margin: 20px 0 20px;
}

.searchintro img {
    border: 0px
}

.word {
    border: solid 0px #ccc;
}

fieldset.word label {
    font-weight: bold;
    color: #333;

}

.form-limit {
    margin: 20px 0 0;
    text-align: right;
    padding: 0 10px 0 20px;
}

.highlight {
    font-weight: bold;
}

.ordering-box {
    width: 40%;
    float: right;
}

.phrases-box {
    width: 60%;
    float: left
}

.only,
.phrases {
    border: solid 1px #ccc;
    margin: 10px 0 0 0px;
    padding: 15px;
    line-height: 1.3em;
}

label.ordering {
    display: block;
    margin: 10px 0 10px 0
}

.word {
    padding: 10px 10px 10px 0;
}

.word input,
#search-searchword {
    font-weight: bold;
    margin: 0px 10px 0px 10px;
    padding: 4px;
    font-size: 1em
}

.word label {
    font-weight: bold
}

fieldset.only label,
fieldset.phrases label {
    margin: 0 10px 0 0px
}

.ordering-box label.ordering {
    margin: 0 10px 5px 0;
    float: left
}

form .search label {
    display: none
}

.search legend {
    font-weight: bold
}

div.search form#searchForm div.btn-toolbar div.btn-group.pull-left button {
    display: none;
}

/** Search results **/

dl.search-results dt.result-title {
    border-top: solid 1px #ddd;
    padding-top: 10px;
    font-weight: bold;
}

dl.search-results dd.result-created {
    padding-top: 6px;
    padding-bottom: 10px;
    color: rgb(170, 170, 170);
}

dd.result-category {
    padding-top: 6px;
    padding-bottom: 6px;
}

/* Stats */
.stats-module dl {
    margin: 10px 0 10px 0
}

.stats-module dt {
    float: left;
    margin: 0 10px 0 0;
    font-weight: bold;
}

.stats-module dt,
.stats-module dd {
    padding: 2px 0 2px 0
}

/* Syndicate */

a.feed-link {
    margin-top: 15px;
    display: block;
    text-decoration: none
}

.feed-link img {
    border: 0
}

/** Footer **/

#footer_wrap {
    width: 100%;
    display: table;
}

#footer {
    width: 1000px;
    margin: auto;
}

#footer div.custom hr {
    border: 0;
    color: rgb(226, 226, 226);
    background-color: rgb(226, 226, 226);
    height: 1px
}

#copyright {
    clear: both;
    width: 100%;
    display: table;
    background-color: #818285;
}

.copyrightint {
    width: 1000px;
    margin: auto;
    padding: 0;
    position: relative;
}

.copyrightint p {
    text-align: center;
    font-size: 12px;
    color: #FFF;
}

.copyrightint a {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/** Box/Banner/Links **/

#box_wrap {
    width: 100%;
    display: table;
    background-color: #c71116;
}

#box_placeholder {
    margin: auto;
    width: 1000px;
}

#box_placeholder a:hover {
    color: #fff;
}

#box_placeholder h1, #box_placeholder h2, #box_placeholder h3 {
    color: #969696;
}

#box1 {
    width: 100%;
    margin: auto;
    padding: 0;
    float: left;
}

#box2 {
    width: 100%;
    margin: auto;
    padding: 0;
    float: left;
}

#box3 {
    width: 100%;
    margin: auto;
    padding: 0;
    float: left;
}

/** Editor **/

#adminForm.form-validate fieldset {
    border: solid 1px #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 8px;
}

#adminForm legend {
    font-weight: bold;
}

.edit.item-page {
    max-width: 660px;
}

#adminForm.form-validate fieldset div.formelm {
    padding-bottom: 10px;
    display: block;
}

#adminForm.form-validate fieldset div.formelm label,
#adminForm.form-validate fieldset div.formelm input {
    display: inline-block;
}

#adminForm.form-validate fieldset div.formelm label {
    width: 120px;
}

#adminForm.form-validate fieldset div.formelm-area label,
#adminForm.form-validate fieldset div.formelm-area input {
    display: inline-block;
}

#adminForm.form-validate fieldset div.formelm-area label {
    width: 120px;
    vertical-align: top;
}

#adminForm.form-validate fieldset div.formelm-buttons {
    margin-top: -32px;
    padding-bottom: 10px;
    height: 20px;
    float: right;
}

#jform_articletext_tbl.mceLayout {
    clear: both;
}

#editor-xtd-buttons div.button2-left div.readmore a {
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    cursor: pointer;
    padding-top: 0pt;
    padding-right: 24px;
    padding-bottom: 0pt;
    padding-left: 6px;
    color: #666666;
    text-decoration: underline;
    background-color: #f3f3f3;
}

#editor-xtd-buttons div.button2-left div.readmore a:hover {
    color: #0b55c4;
}

form#adminForm fieldset ul {
    display: none;
}

input#jform_title {
    width: 300px;
    margin-bottom: 10px;
}

form#adminForm.form-validate.form-vertical div.btn-toolbar div.btn-group {
    display: inline;
}

form#adminForm fieldset div div#editor div#editor-xtd-buttons div a,
form#adminForm fieldset div div#editor div div a {
    text-decoration: none;
    display: inline;
}

form#adminForm > fieldset > div > div#editor > div#editor-xtd-buttons {
    margin-left: -5px;
}

.toggle-editor {
    float: right;
    margin-top: -25px;
}

#jform_publish_down_img,
#jform_publish_up_img {
    width: 19px;
    height: 19px;
    margin-bottom: -5px;
}

#jform_publish_down_img {
    width: 18px;
    height: 18px;
    margin-left: 3px;
    background: url(../images/system/calendar.png) no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

#jform_publish_up_img {
    width: 18px;
    height: 18px;
    margin-left: 3px;
    background: url(../images/system/calendar.png) no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

/** Mailto Window **/

#mailto-window {
    padding: 20px;
    width: 340px;
}

#mailto-window h2 {
    padding-bottom: 10px
}

#mailto-window p {
    clear: left;
    padding-top: 20px
}

#mailto-window label {
    padding: 0px;
}

#mailto-window input {
    margin: 4px;
    padding: 6px;
    padding-right: 24px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    outline: none;
}

#mailtoForm div.formelm label,
.formelm input {
    display: inline-block;
}

#mailtoForm div.formelm label {
    width: 80px;
}

#mailtoForm div.formelm input {
    width: 160px;
}

#mailto-window div.mailto-close a {
    display: none;
}

body.contentpane {
    background-color: #fff;
}

/** Print Window **/

#main div.item-page {
    margin: 10px;
}

#main div.item-page ul.actions li {
    /* float: right; */
}

body.contentpane,
body.contentpane h1,
body.contentpane h2,
body.contentpane h3,
body.contentpane h4,
body.contentpane h5,
body.contentpane h1 a,
body.contentpane h2 a,
body.contentpane h3 a,
body.contentpane h4 a,
body.contentpane h5 a {
    color: #000;
}

body.contentpane a:hover {
    color: #000;
}

.customiconehome {
    width: 40px;
    display: inline-table;
}

.iconehome a {
    background: url(../../../images/iconehome.png) no-repeat;
    background-position: 10px 68px;
    padding: 72px 10px 30px 10px !important;
}

.iconehome a:hover {
    background-color: transparent !important;
}

.iconehomeint a {
    background: url(../../../images/iconehome-int.png) no-repeat;
    background-position: 10px 68px;
    padding: 72px 10px 30px 10px !important;
}

.iconehomeint a:hover {
    background: url(../../../images/iconehome-hover.png) no-repeat !important;
}

.customfaleconoscohome p {
    font-family: 'Helvetica45Light';
    text-align: center;
    font-size: 20px;
    color: #a7a9ac;
}

.customfaleconoscohome b {
    color: #aa1d21;
}

.custominstitucionalhome, .customservicoshome {
    display: table;
    margin-top: 30px;
    width: 100%;
}

.custominstitucionalhome h1, .customservicoshome h1 {
    font-family: 'Helvetica45Light';
    font-size: 18px;
    color: #FFF;
    padding: 5px 10px;
    background: url('../../../images/background-titulo.jpg') no-repeat;
}

.custominstitucionalhome img {
    padding: 45px;
}

.custominstitucionalhome p {
    font-family: 'Helvetica45Light';
    font-size: 18px;
    color: #888888;
    padding: 38px;
    line-height: 27px;
}

.blog {
    margin-top: 30px;
}

.row-0 .column-1,
.row-0 .column-2,
.row-0 .column-3,
.row-0 .column-4,
.row-1 .column-1,
.row-1 .column-2,
.row-1 .column-3,
.row-1 .column-4 {
    width: 25%;
    margin: 0;
    float: left;
}

.row-1 {
    margin-top: 50px;
}

.imgserv {
    width: 220px;
    height: 148px;
    overflow: hidden;
    margin: auto;
}

.imgserv img {
    width: 100%;
}

.txtserv {
    width: 200px;
    margin: auto;
    padding: 10px 10px 30px 10px;
    background-color: #414142;
}

.txtserv h1 {
    font-family: 'Helvetica55Roman';
    font-size: 20px;
    color: #FFF;
}

.txtserv p {
    font-family: 'Helvetica55Roman';
    font-size: 14px;
    color: #FFF;
}

.txtserv .readmore img {
    float: right;
}

.customfocamos, .customcontato-serv {
    text-align: center;
    padding: 30px 0px;
}

.customfocamos p, .customcontato-serv p a, .customcontato-serv p a:hover {
    font-family: 'Helvetica55Roman';
    font-size: 28px;
    color: #FFF;
    line-height: 34px;
    text-decoration: none;
}

#contatonews {
    background-color: #a7a9ac;
    display: table;
    width: 100%;
}

#box-contatonews {
    width: 1000px;
    margin: auto;
}

.moduletablelogonegativo, .moduletablecontato-mapa {
    width: 50%;
    float: left;
}

.customlogonegativo {
    width: 250px;
    margin: 35px auto 0 auto;
}

.trabalhe {
    margin-top: 12px;
    margin-left: 40px;
}

.trabalhe a, .trabalhe a:hover {
    font-family: 'Helvetica45Light';
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}

.trabalhe img {
    margin-bottom: -15px;
    margin-right: 3px;
}

.customcontato-mapa {
    width: 260px;
    margin: 40px auto 30px auto;
    text-align: center;
}

.customcontato-mapa h1 {
    font-family: 'Helvetica55Roman';
    font-size: 20px;
    color: #FFF;
}

.customcontato-mapa p {
    font-family: 'Helvetica45Light';
    font-size: 14px;
    color: #FFF;
    margin: 12px 0;
}

.customcontato-mapa img {
    margin-right: 5px;
}

.phone {
    margin-bottom: -3px;
}

.moduletablenewshome h3 {
    margin-top: 38px;
    font-family: 'Helvetica55Roman';
    font-size: 20px;
    color: #FFF;
}

.acymailing_introtext {
    font-family: 'Helvetica45Light';
    font-size: 14px;
    color: #FFF;
    margin: 12px 0;
}

table.acymailing_form {
    margin: 0;
}

.acymailing_form tbody:first-child tr {
    float: left;
    width: 220px;
}

.acymailing_form tr:nth-child(2) {
    float: left;
    width: auto !important;
}

.acyfield_email {
    float: left;
    width: 100%;
}

.acyfield_email input {
    width: 100% !important;
    padding: 3px 0px 1px 5px;
    margin-top: -1px;
    font-family: 'Helvetica26UltraLightItalic';
    color: #999999;
    font-weight: bold;
}

.acysubbuttons input {
    margin-left: 8px;
    border-radius: 0;
    background-color: #414142;
    padding: 3px 15px;
    font-family: 'Helvetica65Medium';
}

.txtartigounico h3 {
    font-family: 'Helvetica55Roman';
    font-size: 16px;
    color: #888888;
}

.txtartigounico p, .txtartigounico li {
    font-family: 'Helvetica45Light';
    font-size: 16px;
    color: #888888;
}

.txtartigounico > div {
    display: table;
    width: 100%;
}

.txtartigounico ul {
    display: table;
    margin-left: 30px;
    margin-top: 15px;
}

.txtartigounico img {
    padding: 20px 30px;
}

.txtclientes {
    width: 50%;
    float: left;
    margin-right: 5%;
}

.clientes {
    width: 45%;
    float: left;
}

.clienteul {
    float: left;
}

.item-page li {
    line-height: 1.3em;
    margin: 3px 0;
    font-family: 'Helvetica55Roman';
    font-size: 16px;
    color: #888888;
}

.cases {
    text-align: center;
}

.cases a {
    width: calc(20% - 20px);
    max-width: 200px;
    padding: 10px;
    display: inline-table !important;
}

.cases a img {
    width: 100%;
    padding: 0;
}

/** Menu Responsive **/

.gotomenu {
    width: 100%;
    visibility: hidden;
    margin-top: 40px;
}

#gotomenu {
    float: right;
    cursor: pointer;
    background-color: #aa1d21;
    color: #f9f9f9;
    margin-bottom: 8px;
    padding: 2px 8px 1px 9px;
    display: table;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}

#gotomenu i {
    font-size: 24px;
}

#header .menuresp {
    display: none;
    visibility: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

#header .menuresp ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    background: #f9f9f9;
}

#header .menuresp ul li {
    float: none;
}

#header .menuresp li.active a,
#header .menuresp li.active:focus a {
    background-color: transparent;
    color: #aa1d21;
}

#header .menuresp a {
    text-align: center;
    width: 100%;
    display: table;
    padding: 5px 0;
    font-size: 14px;
    margin: 0;
    font-family: 'Helvetica65Medium';
}

#header .menuresp a:focus,
#header .menuresp a:hover {
    text-decoration: none;
    background-color: #aa1d21;
    color: #FFF;
}

/***************************************/

@media screen and (max-width: 1020px) {
    #header,
    .camera_wrap .camera_pag .camera_pag_ul,
    #search,
    #content-menu_wrap,
    #box_placeholder,
    #box-contatonews,
    .copyrightint {
        width: 96%;
    }

    .camera_pag {
        background-image: none;
    }

    #content-w3 {
        width: 100%;
    }

    .items-row .column-1,
    .items-row .column-2,
    .items-row .column-3,
    .items-row .column-4 {
        width: 23%;
        margin: 0 1%;
    }

    .imgserv {
        width: 100%;
    }

    .imgserv img {
        width: auto;
        height: 100%;
    }

    .camera_caption {
        top: 0;
    }

    #camera_wrap_98 .camera_caption > div {
        width: auto !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        left: 50% !important;
        position: absolute;
        margin-top: 0;
        display: table;
    }

    .camera_caption_desc {
        display: none;
    }

    .camera_caption_title {
        font-size: 50px;
    }

    #modservicos li h2 a {
        font-size: 16px;
    }

    #modservicos li p a {
        font-size: 14px;
    }

    #modservicos ul li > div.desc {
        width: calc(100% - 10px);
        padding: 5px 5px 25px 5px;
    }

    .custombanner-int {
        width: 100%;
    }

    #content-w2,
    .artint {
        width: 100%;
    }

    #leftmenu {
        width: 100%;
        margin: 0;
    }

    .moduletable_menuprod,
    .moduletable_menuserv {
        display: none;
    }

    .moduletable_menuprodsmall,
    .moduletable_menuservsmall {
        display: block;
    }

    .moduletable_menuprodsmall ul,
    .moduletable_menuservsmall ul {
        display: none;
    }

    .thumbslide {
        width: auto !important;
    }
}

@media screen and (max-width: 977px) {
    #logo {
        padding: 15px 0;
    }
}

@media screen and (max-width: 768px) {
    .camera_wrap .camera_pag .camera_pag_ul {
        display: none;
    }

    .custominstitucionalhome img {
        padding: 10px 0;
        float: none !important;
        margin: auto;
        display: table;
    }

    .custominstitucionalhome p {
        padding: 0;
    }

    #modservicos ul li {
        width: calc(33.33% - 20px);
    }

    .customfocamos p, .customcontato-serv p a, .customcontato-serv p a:hover {
        font-size: 20px;
    }

    .moduletablelogonegativo,
    .moduletablecontato-mapa {
        width: 100%;
    }

    .camera_caption_title {
        font-size: 40px;
        width: auto !important;
    }

    .customfaleconoscohome p {
        font-size: 16px;
    }

    .custominstitucionalhome h1,
    .customservicoshome h1,
    #modservicos h1 {
        background-image: none;
        background-color: #A01C23;
        font-size: 14px;
        line-height: 1.4;
    }

    .custominstitucionalhome p {
        font-size: 14px;
        line-height: 1.4;
    }

    .copyrightint p {
        font-size: 10px;
    }

    .txtartigounico > div {
        width: 100%;
        display: table;
    }

    .txtartigounico ul {
        width: calc(100% - 30px);
        margin-left: 0;
        margin-bottom: 20px;
    }

    .txtartigounico h2 {
        text-align: center;
    }

    .txtartigounico h4 {
        margin-left: 30px;
    }

    .txtartigounico a {
        display: table;
        margin: auto;
    }

    .cases a {
        width: calc(33.33% - 20px);
    }

    .txtclientes {
        width: 100%;
        margin-right: 0;
    }

    .clientes {
        width: 100%;
        max-width: 300px;
        margin: auto;
        display: table;
        float: none;
    }

    .contact {
        width: 100%;
    }

    .controls input, .controls textarea {
        width: calc(100% - 20px) !important;
    }

    #vacancy-form {
        width: calc(100% - 40px);
        padding: 20px;
        margin: 20px 0;
    }

    #vacancy-form label {
        width: 100%;
    }

    #vacancy-form select {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .formacao {
        margin-left: 5px !important;
    }

    #div-input-file {
        display: table;
        width: 100%;
    }

    #div-input-file #file-original {
        width: calc(100% - 20px);
    }

    #div-input-file input {
        margin-bottom: 0;
    }

    #div-input-falso #file-falso {
        width: calc(100% - 170px);
    }

    #div-input-falso {
        margin-top: -37px;
    }
}

@media screen and (max-width: 600px) {
    #modservicos ul li {
        width: calc(50% - 20px);
    }

    .copyrightint p {
        font-size: 8px;
    }

    .divideart2 {
        width: calc(100% - 30px);
        padding: 0 15px;
        text-align: center;
    }

    .divideart2 ul {
        display: table;
        text-align: left;
        margin: auto;
    }

    .cases a {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 480px) {
    #modservicos ul li {
        width: calc(100% - 20px);
        max-width: 280px;
        float: none;
        margin: 0 auto 10px auto;
    }

    #modservicos li p a {
        display: none;
    }

    #modservicos ul li > div.desc {
        width: calc(100% - 10px);
        padding: 5px;
    }

    .camera_caption_title {
        font-size: 24px;
    }

    .cases a {
        width: calc(100% - 20px);
    }
}
