/*
Theme Name: Rohr
Theme URI: https://vollup.com/
Author: Vollup
Author URI: https://vollup.com/
Description: Rohr
Version: 1
Tags: custom theme, responsive-layout
Text Domain: www.rohr.com.br

*/


/**
* Table of Contents:
*
* 1.0 - Reset
* 2.0 - Repeatable Patterns
* 3.0 - Basic Structure
* 4.0 - Header
*   4.1 - Site Header
*   4.2 - Navigation
* 5.0 - Content
*   5.1 - Entry Header
*   5.2 - Entry Meta
*   5.3 - Entry Content
*   5.4 - Galleries
*   5.5 - Post Formats
*   5.6 - Attachments
*   5.7 - Post/Paging Navigation
*   5.8 - Author Bio
*   5.9 - Archives
*   5.10 - Search Results/No posts
*   5.11 - 404
*   5.12 - Comments
*   5.13 - Multisite
* 6.0 - Sidebar
*   6.1 - Widgets
* 7.0 - Footer
* 8.0 - Media Queries
* 9.0 - Print
* ----------------------------------------------------------------------------
*/


/**
* 1.0 Reset
*
* Modified from Normalize.css to provide cross-browser consistency and a smart
* default styling of HTML elements.
*
* @see http://git.io/normalize
* ----------------------------------------------------------------------------
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	height: 100%;
}

a {

	text-decoration: none;
}

a:visited {

}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {

	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Bitter, Georgia, serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
	font-family: 'gotham_mediumregular';
	color:#000;
	font-size: 15px;
	line-height: 26px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 15px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 15px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
* 2.0 Repeatable Patterns
* ----------------------------------------------------------------------------
*/

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


@font-face {
	font-family: 'antonioregular';
	src: url('css/fonts/antonio-regular.eot');
	src: url('css/fonts/antonio-regular.eot?#iefix') format('embedded-opentype'),
	url('css/fonts/antonio-regular.woff2') format('woff2'),
	url('css/fonts/antonio-regular.woff') format('woff'),
	url('css/fonts/antonio-regular.ttf') format('truetype'),
	url('css/fonts/antonio-regular.svg#antonioregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'gotham_mediumregular';
	src: url('css/fonts/gotham-medium.eot');
	src: url('css/fonts/gotham-medium.eot?#iefix') format('embedded-opentype'),
	url('css/fonts/gotham-medium.woff2') format('woff2'),
	url('css/fonts/gotham-medium.woff') format('woff'),
	url('css/fonts/gotham-medium.ttf') format('truetype'),
	url('css/fonts/gotham-medium.svg#gotham_mediumregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'gotham_lightregular';
	src: url('css/fonts/gotham-light.eot');
	src: url('css/fonts/gotham-light.eot?#iefix') format('embedded-opentype'),
	url('css/fonts/gotham-light.woff2') format('woff2'),
	url('css/fonts/gotham-light.woff') format('woff'),
	url('css/fonts/gotham-light.ttf') format('truetype'),
	url('css/fonts/gotham-light.svg#gotham_lightregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #b4b4b4;
	border: 1px solid #b4b4b4;
	background: transparent;
	padding: 11px 31px 11px 12px;
	font-family: 'gotham_lightregular';
	text-transform: uppercase;
}

input::-webkit-input-placeholder {
	color: #333;
}

input:-moz-placeholder { /* Firefox 18- */
	color: #333;
}

input::-moz-placeholder {  /* Firefox 19+ */
	color: #333;
}

input:-ms-input-placeholder {
	color: #333;
}


textarea::-webkit-input-placeholder {
	color: #333;
}

textarea:-moz-placeholder { /* Firefox 18- */
	color: #333;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #333;
}

textarea:-ms-input-placeholder {
	color: #333;
}



input:focus,
textarea:focus {
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: url(images/enviar-bt.png.pagespeed.ce.Wx41PwBWxe.png)no-repeat;
	height: 16px;
	border: none;
	color: #fff;
	display: inline-block;
	padding: 0 24px 0 28px;
	font-family: 'gotham_mediumregular';
	text-decoration: none;
	float: right;
	background-position: 81px 0px;
	margin-top: 6px;
	font-size: 12px;
}

#menu-item-930 a{
	font-family: 'antonioregular';
	font-size: 20px;
	margin-bottom: 20px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */


/*
* Responsive images
*
* Fluid images for posts, comments, and widgets
*/
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
* 3.0 Basic Structure
* ----------------------------------------------------------------------------
*/

.site {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
* 4.0 Header
* ----------------------------------------------------------------------------
*/

/**
* 4.1 Site Header
* ----------------------------------------------------------------------------
*/

.site-header {
	position: relative;
}

.site-header .home-link {
	text-decoration: none;
	height: 82px;
	width: 73px;
	margin: 0;
	float: left;
	margin-right: 220px;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	background:url('images/rohr.png.pagespeed.ce.K7GqfrP0bQ.png') no-repeat;
	text-indent: -99999px;
	height: 73px;
	width: 73px;
	margin: 0;
	margin-top: 12px;
	margin-bottom: 12px;
	position: relative !important;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
* 4.2 Navigation
* ----------------------------------------------------------------------------
*/

.main-navigation {

}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 0px 0 0;
	height: 97px;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	margin-right: 30px;
}

.nav-menu li:last-child{
	margin-right: 0;
}

.nav-menu li a {
	color: #ffffff;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 41px 0px 41px 0px;
	text-decoration: none;
	font-family: 'gotham_mediumregular';
}


/*.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
color: #f5ae28;
}*/

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #f5ae28;
	border-bottom: 5px solid #00959d;
	border-top: 0;
	padding: 25px 25px 25px 22px;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.sub-menu li{
	width:inherit;
	display: inline-block;
}

.sub-menu li a{
	display: inline-block;
}

.sub-menu li a:hover{
	color: #000;
}


#menu-item-245{
	margin-bottom: 20px;
	width: 244px !important;
	margin-right: 0;
}

#menu-item-13 ul.sub-menu, #menu-item-13646 ul.sub-menu {
	width: 260px;
}

#menu-item-13 .sub-menu li{
	padding: 5px 0;
}

/*#menu-item-241{
width: 104px !important;
}

#menu-item-242{
width: 88px !important;
}

#menu-item-244{
width:148px !important;
}

#menu-item-243{
width: 272px !important;
}*/


#menu-item-62 .sub-menu li{
	width: 424px;
	display: inline-block;
	clear: both;
	padding: 5px 0;
}

#menu-item-62 .sub-menu li a:hover{
	color:#000;
}

#menu-item-62 .sub-menu li:hover{
	color:#000;
}

.menu-menu-principal-container .menu-item-245 a{
	font-family: 'antonioregular';
	font-size: 20px;
	color: #000;
	width: 373px;
	display: inline-block;
	text-transform: uppercase;
}

#menu-item-13280,
#menu-item-61,
#menu-item-60,
#menu-item-13281,
#menu-item-13282,
#menu-item-13283{
	position:relative;
}

/*local balanco sucessivo*/
#menu-item-371{
	display:none;
}

/*balanco sucessivo*/

li#menu-item-13280 {
	position: relative;
	top: 70px;
	background: url(images/list-style-submenu.png.pagespeed.ce.9USR5kNZ4a.png) no-repeat;
	background-position: 0px 5px;
	padding-left: 15px !important;
	width: 253px;
	height: 17px;
	top: 115px;
}

#menu-item-13280 a{
	position:absolute;
}

#menu-item-372 a{
	position:absolute;
	left: 565px;
	top:23px;
	width: 102px;
}

#menu-item-61{
	/*margin-bottom: 60px;
	top: 11px;*/
}

#menu-item-61 a{
	position: absolute;
	left: 0;
	width: 202px;
}

#menu-item-60{
	margin-bottom: 33px;
}

#menu-item-60 a{
	position: absolute;
	left: 284px;
	top: -94px;
	width: 168px;
}

li#menu-item-13281 {
	background: url(images/list-style-submenu.png.pagespeed.ce.9USR5kNZ4a.png)no-repeat;
	background-position: 0px 5px;
	padding-left: 15px !important;
	width: 99px;
	height: 17px;
	left: 15px;
	top: 8px;
	display: table;
	left: 284px;
	top: -83px;
}

#menu-item-13281 a{
	position: absolute;
}

.sub-menu #menu-item-259{
	background: url(images/bg-border-menu.png.pagespeed.ce.Bm3KYqduxc.png) no-repeat;
	background-position: 50px 0;
	height: 6px;
	position: absolute;
	top: -6px;
	text-indent: -99999px;
	width: 350px!important;
}

.sub-menu #menu-item-260{
	background: url(images/bg-border-menu.png.pagespeed.ce.Bm3KYqduxc.png) no-repeat;
	background-position: 42px 0;
	height: 6px;
	position: absolute;
	top: -6px;
	text-indent: -99999px;
	left: 100px;
}

.sub-menu .current_page_item a{
	color: #000 !important;
}

#menu-item-54 .sub-menu{
	left: -120px;
	background: url(images/bg-hover-menu.jpg.pagespeed.ce.QjP4hlBCAx.jpg);
	width: 569px;
	height: 324px;
}


/*formas*/
#menu-item-13277{
	background:url(images/list-style-submenu.png.pagespeed.ce.9USR5kNZ4a.png) no-repeat;
	background-position: 0px 5px;
	padding-left: 15px !important;
	width: 71px;
	height: 17px;
	top: 46px;
}

#menu-item-13277 a{
	position: absolute;
}


li#menu-item-245 {
	width: 159px;
}

/*lançamento de vigas*/
li#menu-item-13279 {
	position: relative;
	top: 52px;
	background: url(images/list-style-submenu.png.pagespeed.ce.9USR5kNZ4a.png) no-repeat;
	background-position: 0px 5px;
	padding-left: 15px !important;
	width: 253px;
	height: 17px;
	top: 93px;
}

.sub-menu li#menu-item-23 a{
	position: absolute;
	top: 54px;
}

li#menu-item-13279 a{
	position: absolute;
}


/*escoramento*/

li#menu-item-13278{
	background:url(images/list-style-submenu.png.pagespeed.ce.9USR5kNZ4a.png) no-repeat;
	background-position: 0px 5px;
	padding-left: 15px !important;
	width: 114px;
	height: 17px;
	display: table;
	position: relative;
	top: 66px;
}

li#menu-item-13278 a {
	position: absolute;

}


/*plataforma cemalheira*/


li#menu-item-48 {
	background: url(images/list-style-submenu.png.pagespeed.ce.9USR5kNZ4a.png) no-repeat;
	background-position: 0px 5px;
	padding-left: 15px !important;
	width: 188px;
	height: 17px;
	left: 285px;
	top: 5px;
}

#menu-item-48 a{
	position: absolute;
}


/*Engenharia de acesso*/
.menu-item-60 a{
	position: absolute;
	right: 0;
	top: -106px;
}



/*andaimes*/
.menu-item-13281 a{
	position: absolute;
}


/*Evento de visibilidade internacional*/
#menu-item-243{

}

li#menu-item-13282 {
	background: url(images/list-style-submenu.png.pagespeed.ce.9USR5kNZ4a.png)no-repeat;
	background-position: 0px 5px;
	padding-left: 15px !important;
	width: 195px;
	height: 30px;
	left: 284px;
	top: -56px;
}

#menu-item-13282 a{
	position: absolute;
}


/*escada modulada*/

li#menu-item-13283 {
	background: url(images/list-style-submenu.png.pagespeed.ce.9USR5kNZ4a.png) no-repeat;
	background-position: 0px 5px;
	padding-left: 15px !important;
	width: 153px;
	height: 17px;
	left: 56px;
	top: -15px;
}

#menu-item-13283 a{
	position: absolute;
}


/*transporte veritcal*/

li#menu-item-13284 {
	background: url(images/list-style-submenu.png.pagespeed.ce.9USR5kNZ4a.png) no-repeat;
	background-position: 0px 5px;
	padding-left: 15px !important;
	width: 239px;
	height: 17px;
	position: relative;
	left: 286px;
	top: 7px;
}

#menu-item-13284 a{
	position: absolute;
}


#menu-item-54 .sub-menu .current-menu-item a{
	color: #000;
}

.lista-mais-solucoes h1{
	margin:0 0 10px 0;
}

.lista-mais-solucoes h1 a{
	font-family: 'gotham_mediumregular';
	color:#fff;
	font-size: 15px;
	text-transform: uppercase;
}

.lista-mais-solucoes ul li{
	padding: 4px 0;
	list-style: none;
}

.lista-mais-solucoes ul li a{
	color: #fff;
	font-family: 'gotham_lightregular';
	background: url(images/bg-list-solucoes.jpg.pagespeed.ce.mpNgybj_Za.jpg)no-repeat;
	height: 16px;
	padding-left: 26px;
	display: inline-block;
}

.lista-mais-solucoes ul li h1 a{
	color: #fff;
	font-family: 'gotham_lightregular';
	background: url(images/bg-list-solucoes.jpg.pagespeed.ce.mpNgybj_Za.jpg)no-repeat;
	height: 16px;
	padding-left: 26px;
	display: inline-block;
}





.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

.abrasfe{
	color: #f5b52e !important;
	font-size: 12px;
}

.abrasfe p{
	color: #f5b52e !important;
}

.sub-menu li a{
	color:#000;
	padding:0 !important;
}

.sub-menu li a:hover{
	border-bottom:2px solid #00959d;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	margin: 0;
	/*width: 200px;*/
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {

}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}
/*.nav-menu .current-menu-item > a,*/

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-ancestor > a {
	color: #f5ae28;
}

.menu-toggle {
	display: none;
}



/* Navbar */
.navbar-menu {
	margin: 0 auto;
	width: 1200px;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png.pagespeed.ce.HWBZ6Mxr1-.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
* 5.0 Content
* ----------------------------------------------------------------------------
*/

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;

	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
* 5.1 Entry Header
* ----------------------------------------------------------------------------
*/

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
* 5.2 Entry Meta
* ----------------------------------------------------------------------------
*/

.entry-meta {
	clear: both;
	font-size: 15px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
* 5.3 Entry Content
* ----------------------------------------------------------------------------
*/

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {

}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}

.entry-content .more-link {
	white-space: nowrap;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
* 5.4 Galleries
* ----------------------------------------------------------------------------
*/

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
* 5.5 Post Formats
* ----------------------------------------------------------------------------
*/

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
* 5.6 Attachments
* ----------------------------------------------------------------------------
*/

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
* 5.7 Post/Paging Navigation
* ----------------------------------------------------------------------------
*/

.compliance-list {
	list-style: none;
}

.compliance-list li{
	padding-left: 26px;
	margin-bottom: 10px;
	background: url(images/bg-list-solucoes.jpg.pagespeed.ce.mpNgybj_Za.jpg)no-repeat;
	background-position: left center;
	font-size: 16px;
}

.form-compliance {
	max-width:835px;
}

.form-compliance input[type="submit"]{
	background: #f5ae28 url(images/bg-list-solucoes.jpg.pagespeed.ce.mpNgybj_Za.jpg)no-repeat left center;
	font-size: 20px;
  padding: 10px 30px 25px;
}

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #f5ae28;
}

.navigation a:hover {
	color: #f5ae28;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
* 5.8 Author Bio
* ----------------------------------------------------------------------------
*/

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
* 5.9 Archives
* ----------------------------------------------------------------------------
*/

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
* 5.10 Search Results/No posts
* ----------------------------------------------------------------------------
*/

.page-header {
	background-color: transparent;
	border:none;
	text-align: center;
}

.search-results .page-title{
	font-family: 'antonioregular';
	font-size: 40px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	display: inline;
}

.search-results .page-header{
	margin:51px 0 51px;
}

.page-title {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
* 5.11 404
* ----------------------------------------------------------------------------
*/

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 470px 0 40px 0;
	position: relative;
	text-align: center;
	width: auto;
	font-family: 'gotham_mediumregular';
}

.error404 .page-title:before {
	color: #f5b52e;
	content: "\f423";
	font-size: 600px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 185px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
* 5.12 Comments
* ----------------------------------------------------------------------------
*/

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
* 5.13 Multisite
* ----------------------------------------------------------------------------
*/

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
* 6.0 Sidebar
* ----------------------------------------------------------------------------
*/

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
* 6.1 Widgets
* ----------------------------------------------------------------------------
*/

.widget .widget-title {
	font-family: 'gotham_mediumregular';
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 3px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #f5b52e;
}

/* Search widget */
.search-form .search-submit {
	/*display: none;*/
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 15px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
* 7.0 Footer
* ----------------------------------------------------------------------------
*/


.site-footer {
	font-size: 15px;
	text-align: center;
}

.site-footer {
	font-size: 15px;
	text-align: center;
	background:url("images/bg-rodape-full.jpg.pagespeed.ce.a2LtIvhTaK.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-position: 50% 50%;
	text-align: center;
	padding-top: 50px;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
	position: relative;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

/*.site-footer .widget {
background: transparent;
color: #fff;
float: left;
margin-right: 20px;
/*	width: 245px
}*/


.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	/*color: #e6402a;*/
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #f5b52e;
}


#wpstats {
	display: block;
	margin: -10px auto 0;
}


/*Template Rohr*/

.align-center{
	max-width: 1170px;
	margin:0 auto;
	padding: 0 15px;
}

.align-center-video{
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 15px;
}

.align-center-md{
	max-width: 945px;
	margin:0 auto;
	padding: 0 15px;
}

.align-center-xs{
	max-width: 796px;
	margin:0 auto;
	padding: 0 15px;
}

.align-center-blog{
	max-width: 750px;
	margin:0 auto;
	padding: 0 15px;
}

.align-center-menu{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 0px;
}

.home .menu-wrap {
	background:transparent;
}

.home .orcamento-menu{
	background:url('images/bg-orcamento-menu.png.pagespeed.ce.ZFpQovqM-B.png');
	color: #fff;
}

.home .site-main{
	background:url('images/bg-home.jpg.pagespeed.ce.1wtMS6mSUl.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-position: 50% 50%;
	position: relative;
	z-index: 10;
	margin-top: -98px;
}

.blog .site-main,
.category-26 .site-main,
.category-25 .site-main,
.category-24 .site-main,
.archive .site-main,
.category .site-main,
.category-23 .site-main,
.category-22 .site-main,
.search-results .site-main{
	background:url('images/bg-blog.png.pagespeed.ce.IirweakB2H.png') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-position: 50% 50%;
	position: relative;
	z-index: 10;
}

.home .site-header{
	z-index: 12;
	box-shadow: 8px 1px 11px #000;
}

.menu-wrap{
	background:url('images/bg-menu.jpg.pagespeed.ce.H0VXSQX8GI.jpg') repeat-x;
	height: 97px;
}

.wrapfixed{
	background: url('images/bg-menu.jpg.pagespeed.ce.H0VXSQX8GI.jpg') repeat-x;
	height: 97px;
}

.main-navigation {
	float: left;
}

.textwidget .social-menu{
	display: inline-block;
	width: 100%;
	text-align: center;
	float: none;
	margin-bottom: 42px;
	margin-top: 22px;
}

.textwidget .social-menu li:first-child{
	border-right: 1px solid #4e4e4e;
	padding: 27px 33px 14px 0px;
}

.textwidget .social-menu li{
	margin: 0 16px;
}

.social-menu{
	float:left;
	margin: 28px 4px;
}

.social-menu li{
	display: inline-block;
	margin-right: 20px;
	list-style: none;
}

.social-menu li span{
	text-align: center;
	color: white;
	font-weight: lighter;
	margin-left: 6px;
	font-size: 10px;
}

.social-menu li span:hover{
	color: white;
	text-decoration: none;
}

.social-menu .fa{
	color:#b1b1b1;
}

.language-img{
	margin-bottom: -10px;
}

.orcamento-menu{
	background:url('images/menu-solicite-orcamento.png.pagespeed.ce.2596BmlUf_.png');
	font-family: 'gotham_mediumregular';
	font-size: 10px;
	display: inline-table;
	height: 42px;
	float: left;
	margin-top: 27px;
	/*    margin-left: 23px;*/
	padding: 7px 21px 0 21px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

.site-info {
	margin: 0 auto;
	padding: 15px 0;
	width: 100%;
	position: relative;
	max-width: 1140px;

}

.site-info a{
	font-family: 'gotham_lightregular';
	font-size: 10px;
	color:#fff;
}

.wrapfixed .orcamento-menu {
	background: url('images/menu-solicite-orcamento.png.pagespeed.ce.2596BmlUf_.png');
	color: #000;
}

.menu-menu-rodape-container .menu-item-102 a{
	background:url(images/rohr-rodape.png.pagespeed.ce.LUZAYiP78M.png) no-repeat;
	text-indent: -99999px;
	height: 58px;
	width: 58px;
	display: inline-block;
	margin-bottom: 30px;
}

.menu-menu-rodape-container li a{
	font-family: 'gotham_lightregular';
	font-size: 15px;
	color:#fff;
}

#text-2 h3{
	text-transform: uppercase;
}

.habilitar-footer{
	color: #f5b52e;
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'gotham_mediumregular';
	margin-bottom: 0;
}

.site-footer .widget {
	width: 30%;
	float: left;
	margin-right: 20px;
}

.site-footer .widget:last-child{
	margin-right: 0 !important;
}


.menu-menu-principal-container .menu-item-61 a,
.menu-menu-principal-container .menu-item-60 a{
	font-family: 'antonioregular';
	font-size: 20px;
	color: #000;
	width: 293px;
	display: inline-block;
	text-transform: uppercase;
}

.sub-menu li a{
	padding: 6px;
}



.newsletter-span{
	color:#fff;
	font-family: 'gotham_mediumregular';
	font-size: 15px;
	display:inherit;
	margin-top: -7px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

/*Form newsletter*/
#wpcf7-f30-o1 input[type="submit"]{
	cursor: pointer;
}

#text-3{
	right: 0;
	position: absolute;
	text-align: center;
}

#text-3 p{
	color:#fff;
	font-family: 'gotham_lightregular';
	font-size: 15px;
	margin-top: 59px;
}

a.politica-footer {
	color: #f5b52e;
	border-top: 1px solid #f5b52e;
	padding: 10px 0;
	border-bottom: 1px solid #f5b52e;
	display: inline-block;
	font-family: 'gotham_lightregular';
}


.page-template-page-sobre .site-content,
.page-template-page-fabrica-e-deposito .site-content,
.page-template-page-fale-conosco .site-content,
.page-template-page-relacoes-socio-ambientais .site-content,
.page-template-page-construcao .site-content,
.page-template-page-edificacoes .site-content,
.page-template-page-servicos-industriais .site-content,
.page-template-page-evento-de-visibilidade-internacional .site-content,
.page-template-page-infraestrutura .site-content,
.page-template-page-orcamento .site-content,
.page-id-223 .site-content,
.category-formas .site-content,
.category-escoramento .site-content,
.category-lancamento-de-vigas-e-aduelas .site-content,
.category-andaimes .site-content,
.category-elevadores .site-content,
.category-escada-modulada .site-content,
.category-plataforma-cemalheira .site-content,
.category-transporte-vertical-e-acesso .site-content,
.page-id-298 .site-content,
.single-post .site-main,
.category-engenharia-de-construcao .site-content,
.category-engenharia-de-acesso .site-content,
.category-balanco-sucessivo .site-content,
.category-delineamento .site-content,
.page-id-238 .site-content{
	background:url('images/bg-sobre.jpg.pagespeed.ce.pkNb-0Pytu.jpg') repeat center center;
	border-bottom: 2px solid #dbdbdb;
	margin-bottom: 80px;
}

.breadcrumbs {
	padding-top: 20px;
}

/*.page-template-page-orcamento .site-content,*/

.page-template-page-fabrica-e-deposito .site-content,
.page-template-page-fale-conosco .site-content,
.page-template-page-orcamento .site-content,
.page-template-page-relacoes-socio-ambientais .site-content,
.page-template-page-construcao .site-content,
.page-template-page-edificacoes .site-content,
.page-template-page-servicos-industriais .site-content,
.page-template-page-evento-de-visibilidade-internacional .site-content,
.category-formas .site-content,
.category-engenharia-de-construcao .site-content,
.category-escoramento .site-content,
.category-lancamento-de-vigas-e-aduelas .site-content,
.category-andaimes .site-content,
.category-elevadores .site-content,
.category-escada-modulada .site-content,
.category-plataforma-cemalheira .site-content,
.category-transporte-vertical-e-acesso .site-content,
.page-id-298 .site-content,
.single-post .site-main,
.category-engenharia-de-acesso .site-content,
.page-template-page-infraestrutura .site-content,
.page-id-223 .site-content,
.category-balanco-sucessivo .site-content,
.category-delineamento .site-content,
.page-id-238 .site-content{
	padding-top:0;
	border-bottom: 0;
	margin-bottom: 0px;
	padding-bottom: 60px;
}

.menu-menu-principal-container .menu-item-245 a{
	width: 244px !important;
}



/*SIDEBAR SINGLE*/


.blog .single-sidebar{
	padding-left: 20px;
}
.blog .home-blog-thumb img,
.category .home-blog-thumb img,
.tag .home-blog-thumb img {
    height: 140px;
}




.single-sidebar ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.single-sidebar .sidebar-categorys{
	background: #FFF;
	padding: 15px 20px;
	font-family: 'antonioregular';
}
.single-sidebar .sidebar-categorys .sidebar-categorys-title{
	font-size: 24px;
	color: #000;
}
.single-sidebar .sidebar-categorys ul li{
	font-size: 18px;
}
.single-sidebar .sidebar-categorys ul li a{
	color: #000;
}
.single-sidebar .sidebar-tags{
	background: #fff;
	padding: 15px 20px;	
	margin: 16px -15px;
}
.single-sidebar .sidebar-tags-title{
	font-family: 'antonioregular';
	font-size: 24px;
	color: #000;	
}
.single-sidebar .sidebar-tags ul{
	margin-bottom: 30px;
}
.single-sidebar .sidebar-tags ul li{
	margin: 10px 0;
}
.single-sidebar .sidebar-tags ul li a{
	color: #000;
	background: #e3e3e3;
	padding: 4px;	
}
.entry-content-blog{
	padding-right: 50px;
}



.single .single-sidebar .sidebar-categorys{
	background: #f5ae28;
}
.single .single-sidebar .sidebar-categorys .sidebar-categorys-title{
	color: #fff;
}
.single .single-sidebar .sidebar-tags{
	border: solid #f5ae28;
	border-width: 1px 1px 5px 1px;
}



.canal-etica-btns .canal-etica-btn{
	background: #f5ae28 url("http://www.rohr.com.br/wp-content/themes/rohr/../../../wp-content/themes/rohr/images/bg-list-solucoes.jpg")no-repeat left center;
	padding: 5px 6px 5px 20px;
	font-size: 16px;
}
.canal-etica-btns{
	margin: 20px 0;
}








.entry-title{
	font-family: 'antonioregular';
	font-size: 30px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	display: inline;
}

.left-border-title{
	background:url('images/left-border-title.png.pagespeed.ce.hSOzAxscfP.png') no-repeat center center;
	width: 146px;
	height: 26px;
	display: inline-block;
	margin-right: 26px;
}

.right-border-title{
	background:url('images/right-border-title.png.pagespeed.ce.cBu3uk8Gc8.png') no-repeat center center;
	width: 146px;
	height: 26px;
	display: inline-block;
	margin-left: 26px;
}

.title-page{
	text-align: center;
	padding:15px 0 35px 0;
}


.info-sobre h2{
	font-size: 30px;
	font-family: 'antonioregular';
	color: #000;
	text-align: left;
	margin-top: 0;
}

.info-sobre p{
	color:#000;
	font-family: 'gotham_mediumregular';
	font-size: 15px;
}

.info-border{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding-top: 20px;
}

.info-sobre span{
	color:#00959d;
	font-family: 'gotham_mediumregular';
	font-size: 24px;
}

.info-border p{
	margin-top: 15px;
}

.info-uppercase{
	text-transform: uppercase;
	margin-top: 20px;
	text-align: left;
}

.image-caption{
	color: #000;
	font-family: 'gotham_mediumregular';
	font-size: 15px;
	max-width: 360px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	padding-top: 18px;
}

.linha-do-tempo {
	display: inline-block;
	width: 100%;
}

.linha-do-tempo h1{
	background:url(images/bg-titulo-linha-do-tempo.png.pagespeed.ce.uj3wG4u3Oy.png);
	height: 252px;
	padding-top: 102px;
	background-position: center center;
	margin: 0;
	font-size: 30px;
	font-family: 'antonioregular';
	text-transform: uppercase;
	text-align: center;
}

.linha-do-tempo h1 img{
	margin-left: 25px;
	margin-right: 25px;
}

.yellow-text{
	color:#f5ae28;
}

.year{
	width: 375px;
}

.year h2{
	font-size: 100px;
	font-family: 'antonioregular';
	margin-bottom: 0;
}

.time-line-content{
	background:url(images/background-linha-do-tempo.png.pagespeed.ce.qrOftSjGGy.png) no-repeat center bottom;
	width: 100%;
	padding-bottom: 73px;
	margin-bottom: 0px;
	text-align: center;
	position: relative;
	margin-top: 0;
}
.time-line-content:last-child{
	background:transparent !important;
}

.time-line-content li{
	display: inline-block;
	list-style: none;
}

li.line-timeline {
	width: 187px;
	position: absolute;
	top: 60px;
	left: 466px;
}

/*.line-timeline{
background:url(images/time-line-lista-bg.png.pagespeed.ce.uVfdVhI_nr.png);
}*/

.year-info{
	width: 367px;
	vertical-align: top;
	position: relative;
	left: 70px;
}

.year-info h2{
	color: #f5ae28;
	font-family: 'gotham_mediumregular';
	font-size: 30px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 10px;
}

.year-info p{
	text-align: left;
}

.time-line-content p{
	color: #000;
	font-family: 'gotham_mediumregular';
	font-size: 15px;
	margin-top: -13px;
}


.breadcrumbs span{
	font-size: 10px;
	font-family: 'gotham_mediumregular';
	text-transform: uppercase;
}

.breadcrumbs a span{
	color:#7f7f7f;
}

.clientes{
	display:inline-block;
}

.clientes li{
	display: inline-block;
	list-style: none;
	margin: 30px 53px;
}

.clientes li a{
	text-indent: -99999px;
	display: inline-block;
}

.queiroz-galvao{
	background:url(images/clientes.png.pagespeed.ce.ErwQNzAd4U.png);
	width: 148px;
	height: 63px;
}

.gerdau{
	background:url(images/clientes.png.pagespeed.ce.ErwQNzAd4U.png);
	width: 168px;
	height: 63px;
	background-position: -194px 0;
}

.andrade{
	background:url(images/clientes.png.pagespeed.ce.ErwQNzAd4U.png);
	width: 157px;
	height: 63px;
	background-position: -488px 0;
}

.petrobras{
	background:url(images/clientes.png.pagespeed.ce.ErwQNzAd4U.png);
	width: 180px;
	height: 63px;
	background-position: -779px 0;
}


.red-bull{
	background:url(images/clientes.png.pagespeed.ce.ErwQNzAd4U.png);
	width: 101px;
	height: 68px;
	background-position: 0;
}

.wtorre{
	background:url(images/clientes.png.pagespeed.ce.ErwQNzAd4U.png);
	width: 178px;
	height: 68px;
	background-position: -192px -96px;
}

.globo{
	background:url(images/clientes.png.pagespeed.ce.ErwQNzAd4U.png);
	width: 204px;
	height: 68px;
	background-position: -482px -96px;
}

.votorantim{
	background:url(images/clientes.png.pagespeed.ce.ErwQNzAd4U.png);
	width: 163px;
	height: 65px;
	background-position: -779px -96px;
}

.klabin{
	background:url(images/clientes.png.pagespeed.ce.ErwQNzAd4U.png);
	width: 145px;
	height: 44px;
	background-position: 0px -212px;
}


.braskem{
	background:url(images/clientes.png.pagespeed.ce.ErwQNzAd4U.png);
	width: 152px;
  height: 47px;
  background-position: -194px -210px;
}

.camargo-correa{
	background:url(images/clientes.png.pagespeed.ce.ErwQNzAd4U.png);
	width: 131px;
	height: 52px;
	background-position: -483px -206px;
}

.kerui-petroleum{
	background:url(images/clientes.png.pagespeed.ce.ErwQNzAd4U.png);
	width: 161px;
	height: 49px;
	background-position: 179px -207px;
}

.certificacoes {
	margin: 60px 0px;
}

.info-certificacao{
	text-align: center;
	margin-bottom: 65px;
}

.info-certificacao h1{
	color:#00959d;
	font-family: 'gotham_mediumregular';
	text-transform: uppercase;
	font-size: 15px;
	text-align: left;
	margin-top: 0;
}

.info-certificacao h2{
	color:#f5ae28;
	font-family: 'gotham_mediumregular';
	font-size: 15px;
	text-align: left;
}
.list-requisitos{
	margin: 0;
	padding:0;
}

.list-requisitos li{
	list-style: none;
	text-align: left;
}

.info-certificacao p{
	margin:0;
}

.info-certificacao li::before{
	content: "\2022";
	list-style-type: circle;
	color: #00959d;
	float: left;
	margin-right: 10px;
}

.logo-certi{
	display:inline;
	margin-right: 25px;
	margin-top: 35px;
}

.logo-certi:last-child{
	margin-right: 0;
}

.relacoes-socioambientais,
.politica-left-column{
	background:url(images/bg-sobre-certificacao.png.pagespeed.ce.1tzdqgn2n2.png);
	height: 480px;
	text-align: center;
	padding: 0 36px 0 36px;
	display: inline-table;
}

.relacoes-socioambientais img,
.politica-left-column img{
	margin-top: 68px;
}

.relacoes-socioambientais h1,
.politica h1{
	font-size: 30px;
	font-family: 'antonioregular';
	text-transform: uppercase;
}

.politica{
	margin-bottom: 70px;
}

.politica-left-column{
	float:left;
}

.politica-right-column{
	background:url(images/bg-sobre-politica.png.pagespeed.ce.tbF6hKeLEt.png) repeat-y;
	height: 480px;
	text-align: center;
	padding: 0 36px;
	float: left
}

.politica-right-column h1{
	font-family: 'gotham_mediumregular';
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 13px;
}

.politica-right-column ul{
	float:left;
	margin: 0;
	padding: 0;
}

.politica-right-column li{
	list-style: none;
}

.politica-qualidade {
	width: 275px;
}

.politica-qualidade h1{
	color:#ed414f;
}

.politica-qualidade li::before{
	content: "\2022";
	list-style-type: circle;
	color: #ed414f;
	float: left;
	margin-right: 10px;
}

.politica-right-column p{
	color:#fff;
	text-align: left;
	margin: 10px 0 0 0;
}

.politica-de-seguranca h1{
	color:#8e6597;
}

.politica p{
	line-height: 22px;
}

.politica-de-seguranca  li::before{
	content: "\2022";
	list-style-type: circle;
	color: #8e6597;
	float: left;
	margin-right: 10px;
}

.politica-cumplicidade{
	width: auto;
	/*float: left;*/
	margin-left: 0;

}

.politica-cumplicidade h1{
	color:#00959d;
}

.saiba-mais{
	font-size: 24px;
	font-family: 'antonioregular';
	text-align: center;
	background:url(images/bg-relacoes-ambientais.png.pagespeed.ce.qcJ97NQLsk.png) no-repeat center center;
	height:400px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-position: 50% 50%;
}

.saiba-mais p{
	font-family: 'gotham_mediumregular';
	font-size: 15px;
	color:#fff;
	text-transform: normal;
}

.saiba-mais h1{
	font-size: 30px;
	font-family: 'antonioregular';
	text-transform: uppercase;
	color:#fff;
	margin-top: 10px;
	margin-bottom: 30px;
}
.saiba-mais img{
	margin-top: 93px;
}

.saiba-mais a{
	background:#f5ae28;
	width: 268px;
	color: #000;
	padding: 4px 79px;
	height: 42px;
	display: inline-block;
	text-transform: uppercase;
}


.img-center{
	margin:0 auto;
	margin-top: 22px;
}

.info-fabrica-deposito{
	text-align: center;
}

.info-fabrica-deposito h1{
	font-size: 72px;
	font-family: 'antonioregular';
	text-align: right;
	padding-right: 60px;
	margin-top: 0;
	margin-bottom: 20px;
}

.info-fabrica-deposito p{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 50px 20px;
	line-height: 20px;
	max-width: 546px;
	margin: 0 auto;
	margin-bottom: 29px;
}

.image-caption-fabrica{
	line-height: 20px;
	margin-top: 40px;
}

.padding{
	padding-top: 60px;
}


.wrap-fale-conosco form input,
.wrap-fale-conosco form textarea{
	color: #000;
	border-color: #000;
}
.site-footer .wpcf7-form input{
	color: #fff;
	border-color: #fff;
}
.site-footer div.wpcf7-response-output{
	margin: 3em 0.5em 1em;
	color: #fff
}


.center-fale-conosco{
	/*background: url(images/bg-fale-conosco.jpg.pagespeed.ce.rG2kvRlQ1l.jpg) no-repeat;*/
	width: 944px;
	height: 480px;
	display: inline-table;
}

.page-orcamento .center-fale-conosco {
    margin-bottom: 100px !important;
    /*background: none;*/
}

.wrap-fale-conosco #wpcf7-f29-p7-o1 .wpcf7-not-valid{
	border:1px solid red;
}

.wrap-fale-conosco #wpcf7-f29-p7-o1  .wpcf7-not-valid-tip{
	display:none;
}

.wpcf7-display-none {
	display: none !important;
}

/*.wrap-fale-conosco #wpcf7-f29-p7-o1 p{
margin: 0 0 10px 0;
}*/

.obrigatorio{
	color:#b4b4b4;
	font-size: 10px;
	font-family: 'gotham_lightregular';
	text-transform: uppercase;
}

.wrap-fale-conosco{
	padding: 32px 60px;
	position:relative;
}

.center-fale-conosco h1{
	font-size: 24px;
	font-family: 'antonioregular';
	color:#000;
	margin-top: 0;
}

.center-fale-conosco h1:before{
	content:"";
	background: url(images/icon-fale-conosco.png.pagespeed.ce.nQwsuBWhzw.png);
	width: 37px;
	height: 32px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -5px;
}

.wpcf7-textarea{
	height: 120px;
	width: 100%;
	padding: 13px 23px 13px 10px;
}

.acceptance-text{
	color:#f5b52e !important;
	text-align: left;
	font-size: 10px;
	float: left;
}

#wpcf7-f29-o1 p{
	color:#b4b4b4;
	text-transform: uppercase;
	font-family: 'gotham_lightregular';
}


.habilitar-contato{
	margin-right: 9px;
}

.escolher-arquivo input{
	background: url(images/file-fale-conosco.jpg)no-repeat;
	background-position: right;
	text-transform: uppercase;
	width:100%;
}

.assunto, .porte, .praca, .regiao {
	width: 100%;
	height: 45px;
	overflow: hidden;
	background: url(images/select-fale-conosco.jpg.pagespeed.ce.voPnXuc8mh.jpg) no-repeat right;
}
.assunto, .porte { display: inline-block; }
.praca, .regiao { padding:14px 0px; }
.praca select, .regiao select { background:url(images/leg_sua_regiao.png.pagespeed.ce.ftW-W_LhkO.png) 210px no-repeat !important; }

.assunto select,
.porte select,
.praca select,
.regiao select {
	background: transparent;
	padding: 8px 149px 8px 15px;
	border-radius: 0;
	width: 100%;
	height: 45px;
	color: #333;
	border: 1px solid #000;
	background: transparent;
	text-transform: uppercase;
	-webkit-appearance: none;
}

option {
	background: #eca41c;
	color: #000;
}

option:hover{
	background: #f5ae28;
}

.nossas-unidades{
	margin-top: 10px;
}

#map-contact {
	width: 100%;
	height: 700px;
	display: block;
	margin-top: 25px;
}

.popMap p{
	margin:0;
}

.sociocultural p{
	padding:0 20px;
	text-align: left;
}

.sociocultural {
	margin-top: 40px;
}

.projetos-apoiados{
	text-align: center;
}

.title-relacoes{
	font-size: 30px;
	font-family: 'antonioregular';
	color:#000;
	padding: 25px 0;
	text-transform: uppercase;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: 110px 0 80px 0;
}

.title-relacoes img{
	margin-right: 17px;
	margin-top: -3px;
}

.projetos-apoiados p{
	text-align:left;
	line-height: 20px;
	margin-right: 11px;
}

.projetos-apoiados .row h1{
	font-size: 24px;
	text-align:left;
	margin: 0;
	margin-bottom: 22px;
	font-family: 'gotham_mediumregular';
}

.blue{
	color:#00959d;
}

.red{
	color:#ef3e4b;
}

.ambiental{
	text-align: center;
	margin-bottom: 180px;
}

.ambiental p{
	text-align: left;
}

.cycloneslider-template-standard .cycloneslider-prev,
.cycloneslider-template-standard .cycloneslider-next{
	opacity: 1 !important;
}

.cycloneslider-template-standard .cycloneslider-prev {
	left: 0 !important;
}

.cycloneslider-template-standard .cycloneslider-next {
	right: 0px !important;
}

.cycloneslider-template-standard .cycloneslider-prev{
	position: absolute;
	top: 50%;
	z-index: 501;
	display: block;
	margin-top: -12px;
	width: 20px !important;
	height: 37px !important;
	border-radius: 0px 40px 40px 0px !important;
	background: #fff !important;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.cycloneslider-template-standard .cycloneslider-prev .arrow {
	border:0 !important;
	margin-left: -8px !important;
	background: url(images/arrow-prev.png.pagespeed.ce.oefvV6Xlon.png);
	width: 7px;
	height: 10px;
	margin-top: -4px !important;
}

.cycloneslider-template-standard .cycloneslider-next .arrow {
	border:0 !important;
	margin-right: -8px !important;
	background: url(images/arrow-next.png.pagespeed.ce.kPpHcW-0T5.png);
	width: 7px;
	height: 10px;
	margin-top: -4px !important;
	margin-left:0px;
}

.cycloneslider-template-standard .cycloneslider-next{
	position: absolute;
	top: 50%;
	z-index: 501;
	display: block;
	margin-top: -12px;
	width: 20px !important;
	height: 37px !important;
	border-radius: 40px 0px 0px 40px !important;
	background: #fff !important;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active{
	background-color: #f5b52e !important;
}

.cycloneslider-template-standard .cycloneslider-pager span{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}


.parent-pageid-227 .cycloneslider{
	overflow: hidden;
	width: 100%;
}
.parent-pageid-227 .cycloneslider .cycloneslider-pager{
	top: initial;
	bottom: 20px;
}


.infra-home{
	background: url(images/infra-home.jpg.pagespeed.ce.ZerZTVpnDk.jpg) repeat;
	width: 100%;
	height: 450px;
	position: relative;
}

.infra-edificacoes-home{
	background: url(images/edificacoes-home.jpg.pagespeed.ce.9fijBs9YkN.jpg) repeat;
	width: 100%;
	height: 450px;
	position: relative;
}

.servi-industriais-home{
	background: url(images/servicos-industriais-home.jpg.pagespeed.ce.wTzgqUkSHl.jpg) repeat;
	width: 100%;
	height: 450px;
	position: relative;
}

.grandes-eventos-home{
	background: url(images/grandes-eventos-home.jpg.pagespeed.ce.2K6O-Jlkhe.jpg) repeat;
	width: 100%;
	height: 450px;
	position: relative;
}

.segmentos-home h1 a{
	font-size: 24px;
	font-family: 'antonioregular';
	color: #fff;
	display: inline-block;
	margin-top: 367px;
	margin-left: 35px;
	vertical-align: sub;
	position: relative;
	z-index: 3;
}

.infra-link{
	background:url(images/link.png.pagespeed.ce.vtPqDo9Pds.png) no-repeat;
	width: 26px;
	height: 52px;
	border-radius: 0px 40px 40px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 40px;
	margin-right: 18px;
}

.infra-link:hover{
	background:url(images/hover.png.pagespeed.ce.HARLfllRoB.png) no-repeat ;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 40px;
}

/*.infra-link:hover{
background: url(images/hover-link.png);
}*/

.infra-link img{
	margin-top: 14px;
	margin-left: 4px;
}

.infra-home-produtos{
	background: url(images/engenharia-de-infra-home.jpg.pagespeed.ce.DFD5_BVxIz.jpg);
	width:100%;
	height: 400px;
	text-align: center;
	position: relative;

}

.egenharia-acesso-home{
	background: url(images/engenharia-acesso-home.jpg.pagespeed.ce.TrO__obr-U.jpg);
	width:100%;
	height: 400px;
	text-align: center;
	position: relative;
}

.produtos-home img{
	position: relative;
	z-index: 3;
}

.hover-container-right{
	background: #10696e;
	opacity: 0.8;
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display:none;
}

.hover-container-left{
	background: #10696e;
	opacity: 0.8;
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display:none;
}

.hover-container-segmentos{
	background: #10696e;
	opacity: 0.8;
	width: 100%;
	height: 450px;
	position: absolute;
	z-index: 2;
	top: 0;
	display: none;

}

.produtos-home h1 a{
	text-transform: uppercase;
	color: #fff;
	font-family: 'gotham_mediumregular';
	font-size: 48px;
	z-index: 3;
	position: relative;
}

.smaller-text{
	font-size: 24px;
}

.infra-home-produtos-container {
	display: inline-block;
	width: 100%;
	height: 400px;
	text-align: center;
	padding-top: 93px;
	position: relative;
}

.produtos-link{
	background:url(images/link-mais.png.pagespeed.ce.Odp-15-V0w.png);
	position: absolute;
	z-index: 3;
	width: 57px;
	height: 25px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	bottom: 0;
	right: 44%;
}
.produtos-link:hover {
	background:url(images/link-mais-hover.png.pagespeed.ce.VmanX__emj.png);
	position: absolute;
	z-index: 3;
	width: 57px;
	height: 25px;
}

.segmentos-mercado-home{
	margin-top: 47px;
	margin-bottom: 47px;
	width: 100%;
	display: inline-block;
}

.destaque-home{
	text-align: center;
}

.right-content{
	text-align: right;
}

.left-content{
	text-align: left;
}

.titulo-destaque{
	color: #000;
	font-family: 'antonioregular';
	font-size: 72px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 66px;
	text-transform: uppercase;
}

.destaque-home h2{
	color: #000;
	font-family: 'antonioregular';
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

.destaque-home p{
	color: #000;
	font-family: 'antonioregular';
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	margin-top: 18px;
	line-height: 35px;
}


.saiba-mais-home{
	background: url(images/bg-saiba-mais.png.pagespeed.ce.lxD13KHmdT.png);
	max-width: 752px;
	height: 70px;
	color: #fff;
	font-family: 'antonioregular';
	text-align: center;
	display: inline-block;
	padding: 14px 319px;
	font-size: 26px;
	margin: 50px 0 30px 0;
}


.embed-video {
	position: absolute;
	z-index: -1;
}

.video-button {
	background: url(images/bg-video.jpg.pagespeed.ce.ioAZWb-EI3.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	content: "";
	cursor: pointer;
	display: block;
	height: 767px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 5;
}

.video-thumbnail {
	height: 767px;
	position: relative;
	width: 100%;
}

.video-embed {
	display: none;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	z-index: 10;
}

.content-video{
	margin-top: 174px;
	padding: 0 15px;
}

.content-video h1{
	font-size: 72px;
	font-family: 'antonioregular';
	text-transform: uppercase;
	color:#fff;
}

.content-video p{
	color: #fff;
	font-family: 'gotham_lightregular';
	font-size: 15px;
	line-height: 19px;
	margin-top: 30px;
}

.border-home{
	background:url(images/bg-border-header-home.png.pagespeed.ce.YKLAh8Hq_Z.png) repeat;
	height:2px;
	max-width: 420px;
	position: relative;
	z-index: 12;
}



.saiba-mais-home:hover{
	color:#fff;
}

.title-blog-home{
	color: #000;
	font-family: 'antonioregular';
	font-size: 20px;
}
.title-blog-home:hover{
	color: #000;
}

.info-blog-home{
	background:#fff;
	padding:20px;
	line-height: 24px;
	position:relative;
	min-height: 156px;
	max-height: 156px;
	margin-bottom: 35px;
}

.read-more-blog-home{
	position: absolute;
	z-index: 3;
	color: #000;
	width: 39px;
	height: 19px;
	border-radius: 40px 40px 0px 0px;
	background: #f5b52e;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	right: 9px;
	bottom:0;
}

.read-more-blog-home:hover{
	color:#fff;
	text-decoration: none;
}

.home-blog-thumb img{
	margin:0;
	height: 170px;
	width: 100%;
}

.acontece-rohr-home .home-blog-thumb img{
	margin:0;
	height: auto;
	width: 100%;
	padding-bottom: 15px;
}

.blog-home {
	padding-bottom: 50px;
}





.acontece-rohr-home{
	background: #fff;
	padding-top: 50px;
}
.acontece-rohr-home .info-blog-home {
	background: #f5b52e;
}
.acontece-rohr-home .read-more-blog-home{
	background: #fff;
}
.acontece-rohr-home .read-more-blog-home:hover{
	color: #f5b52e;
}

.fancybox-slide{
	background: rgba(0, 0, 0, 0.72);
}
.fancybox-caption{
	text-align: center;
}




.header-topo{
	background: rgb(245,181,46);
	width: 100%;
	height: 100px;
	position: relative;
}

.header-topo .entry-thumbnail{
	display: inline;
}

.header-topo .entry-thumbnail img{
	display: inline;
	max-width: 143px;
	min-height: 100px;
	margin: 0;
	position: absolute;
	right: 0;
}

.content-list{
	background:#f3f3f4;
	padding:20px;
	/*height: 307px;*/
	box-shadow: 0 4px 5px -2px gray;
	-moz-box-shadow: 0 4px 5px -2px gray;
	box-shadow: 0 4px 5px -2px gray;
}

.content-list p{
	font-family: 'gotham_lightregular';
	line-height: 19px;
	margin-bottom: 50px;
	/*height: 167px;*/
}

.titulo-menor-list{
	font-size: 15px !important;
	font-family: 'gotham_mediumregular';
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	display: inline-grid;
	display: inline-block;
	position: absolute;
	top: 16px;
	left: 20px;
}

.header-topo h1{
	font-size: 15px;
	font-family: 'gotham_mediumregular';
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
	position: absolute;
	top: 28px;
	left: 20px;
	max-width: 168px;
}

.lista-categoria{
	margin: 0;
	padding:0;
}

.list-item-produtos{
	list-style: none;
	display: inline-table;
	max-width: 337px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.lista-categoria li:nth-child(3n+3){
	margin-right: 0px;
}


.border-solucoes{
	background:url(images/border-solucoes.jpg.pagespeed.ce.Vyl1SgK4Vi.jpg) no-repeat center center;
	text-align: center;
	width:100%;
	height:6px;
	margin-bottom: 20px;
}

.line{
	background:#f3a341;
	width:100%;
	height:2px;
	display:inline-block;
	margin-bottom: 7px;
}



.engenharia-infra-produto{
	background:url(images/bg-engranharia-infra.jpg.pagespeed.ce.UAqT1AAIjP.jpg) no-repeat;
	width: 100%;
	height:400px;
	margin:0;
	float: left;
	padding: 55px 130px 40px 145px;
	text-align: left;
}

.engenharia-acesso-produto{
	background:url(images/bg-engenharia-acesso.jpg.pagespeed.ce.B-6RVejg6s.jpg) no-repeat;
	width: 100%;
	height:400px;
	margin:0;
	display: inline-block;
	padding: 55px 106px 40px 151px;
	text-align: left;
}

.engenharia-infra-produto h1,
.engenharia-acesso-produto h1{
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'antonioregular';
	color:#f3a341;
}

.engenharia-infra-produto li,
.engenharia-acesso-produto li{
	list-style: none;
	height:32px;
}

.engenharia-infra-produto li a,
.engenharia-acesso-produto li a{
	background:url(images/bg-list.jpg.pagespeed.ce.1tvxYcMzCH.jpg)no-repeat left center;
	height:16px;
	width:16px;
	font-size: 15px;
	color:#fff;
	font-family: 'gotham_mediumregular';
	padding-left: 30px;
}

.lista-mais-produtos{
	text-align: center;
	margin-bottom: 60px;
}


.wp-paginate{
	text-align: center;
}

.wp-paginate a{
	background:transparent !important;
	border:none !important;
	font-family: 'gotham_mediumregular';
	font-size: 15px;
}

.wp-paginate .current{
	background:transparent !important;
	color:#000 !important;
	border-radius: 16px;
	border:4px solid #f3a341 !important;
}

.wp-paginate .next,
.wp-paginate .prev {
	color:#f3a341;
	font-size: 32px;
	font-family: 'gotham_lightregular';
	display: inline-block;
	vertical-align: middle;
}

.wp-paginate .next{
	margin-left: 20px;
}

.wp-paginate .prev{
	margin-right: 20px;
}

.wp-paginate .next:hover,
.wp-paginate .prev:hover{
	color:#f3a341;
}

.cycloneslider-template-default .cycloneslider-prev,
.cycloneslider-template-default .cycloneslider-next{
	opacity:1 !important;
}

.cycloneslider-template-default .cycloneslider-prev{
	background:url(images/arrows.png.pagespeed.ce.yxzyYCux7B.png) !important;
	height:37px !important;
	width:30px !important;
}

.cycloneslider-template-default .cycloneslider-next{
	background:url(images/arrows.png.pagespeed.ce.yxzyYCux7B.png) !important;
	height:37px !important;
	width:30px !important;
	background-position: -24px 0px !important;
}

.cycloneslider-template-default .cycloneslider-pager span.cycle-pager-active{
	background-color: #f5b52e !important;
}

.cycloneslider-template-default .cycloneslider-pager{
	right:50% !important;
	bottom: 8px;
}

.div.wpcf7-mail-sent-ok {
	color: #fff;
	padding: 0;
	margin: 0;
	margin-top: -69px;
	display: inline-block;
	margin-bottom: 45px;
}

.orcamento-segmento{
	background: #f5ae28;
	width: 100%;
	color: #000;
	padding: 7px 79px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'antonioregular';
	text-align: center;
	font-size: 24px;
	margin-top: 50px;
}

.header-segmentos h1{
	text-transform: uppercase;
	font-family: 'antonioregular';
	font-size: 72px;
	margin-top: 0;
}

.header-segmentos h2{
	text-transform: uppercase;
	font-family: 'antonioregular';
	font-size: 30px;
	margin-top: 0;
}

.header-segmentos h2 img{
	margin-right: 20px;
}

.header-segmentos p{
	text-align: center;
	padding: 35px 13px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	max-width: 555px;
	line-height: 21px;
	margin-bottom: 50px;
}

.catalogo{
	text-align: center;
	background:url(images/bg-catalogo.jpg.pagespeed.ce._7WJN-uSoA.jpg)repeat;
	position: relative;
    padding-bottom: 25px;
}
.catalogo.blog{ margin:16px -15px; }

.baixar-catalogo {
    background: #f5ae28;
    color: #000;
    padding: 7px 35px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'antonioregular';
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
    letter-spacing: 1px;
}

.bottom-border-transparent{
	background:url(images/catalogo-bg-detail.jpg.pagespeed.ce.efdbaZ06Ln.jpg);
	width:100%;
	height:5px;
	position: absolute;
    bottom: 0px;
}

.catalogo .wpcf7 input[type="submit"]{
	background:url(images/bg-form-catalogo-submit.jpg.pagespeed.ce.bpONF-EPbL.jpg);
	width:67px;
	height:60px;
	text-indent: -99999px;
	margin-top: -60px;
	margin-right: 26px;
	position: relative;
	z-index: 3;
}

.catalogo .wpcf7 .wpcf7-email{
	height: 61px;
	margin-left: 25px;
	width: 300px;
	margin-right: 25px;
	margin-top: 26px;
	color:#c2c2c2;
	text-transform: uppercase;
	font-family: 'antonioregular';
	font-size: 24px;
	position: relative;
	z-index: 2;
	background:#FFF;
}

.catalogo .wpcf7 div.wpcf7-mail-sent-ok{
	display:none !important;
	border:none;
}

.catalogo .wpcf7 p{
	margin-bottom:0;
}

.catalogo .wpcf7{
	height: 87px;
	margin-top: -36px;
	padding-bottom: 26px;
	display: inline-block;
}

.catalogo h1, .catalogo h4{
	font-family: 'gotham_mediumregular';
	font-size: 14px;
	margin:0;
	text-transform: uppercase;
	padding: 20px 20px 15px 20px;
}

.text-bigger{
	font-size: 18px;
	display: inline-block;
}

.habilitar-envio{
	color:#727272;
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'gotham_mediumregular';
	text-align: left;
	margin-left: 24px;
	margin-bottom: -8px;
	margin-top: 20px;}

	.descricao-imagem{
		margin-top: 23px;
		line-height: 19px;
	}

	.et-icon{
		text-align: center;
		background: url(images/baixar.jpg.pagespeed.ce.oMltNWxDdM.jpg);
		width: 299px;
		height: 60px;
		text-indent: -99999px;
		display: inline-block;
		margin-top: 0px;
		padding: 0 25px;
		margin-bottom: 20px;
	}

	.et-icon span{
		text-indent: -99999;
	}

	.baixar-catalogo img{
		margin-right: 10px;
	}

	.detail{
		text-align: right;
	}

	.catalogo .wpcf7 input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.wpcf7-not-valid {
		border: 1px solid red;
	}

	.catalogo .wpcf7 span.wpcf7-not-valid-tip {
		display: none !important;
	}
	.catalogo div.wpcf7-validation-errors{
		display:none !important;
	}

	.segmentos-atuacao{
		margin-top: 40px;
	}

	.list-solucoes{
		display: inline;
		margin: 0;
		padding: 0;
	}

	.list-solucoes li{
		width:auto;
		margin-right: 0;
		margin-bottom: 0;
		list-style: none;
		display: inline-table;
	}

	.solucoes-list span{
		color:#6d6d6d;
		text-transform: uppercase;
		font-family: 'gotham_mediumregular';
		font-size: 12px;
		display: inherit;
	}

	.list-solucoes li::after{
		content:" | ";
		color:#00959d;
	}

	.list-solucoes li:last-child:after{
		content:" ";
	}

	.list-solucoes li a{
		color:#00959d;
		font-size: 13px;
		font-family: 'gotham_lightregular';
	}

	.fa-check{
		color:#00959d;
	}

	.navigation-page{
		display: inline;
		margin-bottom: 14px;
		text-align: center;
		float: left;
		width: 100%;
		margin-top: 20px;
	}

	.lista-mais-solucoes{
		background:url(images/bg-produtos-seg.jpg.pagespeed.ce.aJ0Rh9PvnA.jpg);
		width: 100%;
		padding: 25px 17px;
		margin-top: 35px;
	}

	.bigger-text{
		font-family: 'gotham_mediumregular' !important;
		text-transform: uppercase;
	}

	.myfixed{
		width: 1200px !important;
	}

	.produto-solucoes-interna {
		margin-top: 100px;
	}

	.page-id-298 .title-page{
		margin-top: 36px;
	}


	.tweet_profile_img,
	.tweet_intents,
	.tweet_secondary_meta,
	.tweet_primary_meta{
		display:none;
	}

	.twitter-home{
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
		padding:38px 0;
		text-align: center;
	}

	.twitter-home .fa-twitter{
		color:#fff;
		margin-bottom: 20px;
	}

	.tweet_text{
		font-family: 'gotham_mediumregular';
	}

	.twitter-home a{
		color:#fff;
		font-family: 'gotham_mediumregular';
		font-size: 24px;
		display: inline-block;
	}


	.blog .navigation-page {
		float:none;
		display: table;
    margin-bottom: 0;
    padding-bottom: 14px;
	}

	.blog .wp-paginate .next, .blog .wp-paginate .prev{
		color:#fff;
	}

	.blog .wp-paginate a {
		color:#fff;
	}

	.blog .wp-paginate .current {
		border-color: #fff !important;
	}

	.blog .wp-paginate a:hover{
		color:#fff;
	}

	.newsletter-blog{
		text-align: center;
		display: inline-block;
		width: 100%;
	}

	.newsletter-blog h1{
		font-family: 'antonioregular';
		font-size: 30px;
		text-transform: uppercase;
	}

	.newsletter-blog img{
		margin-top: 40px;
	}

	.newsletter-blog .wpcf7-form{
		width: 60%;
		margin: 0 auto;
	}

	.newsletter-blog .your-email input{
		color: #c2c2c2;
		background:#fff;
		text-transform: uppercase;
		font-family: 'antonioregular';
		font-size: 24px;
		position: relative;
		width: 100%;
	}

	.newsletter-blog .wpcf7 input[type="submit"] {
		background: url(images/bg-form-catalogo-submit.jpg.pagespeed.ce.bpONF-EPbL.jpg);
		width: 67px;
		height: 56px;
		text-indent: -99999px;
		margin-top: -57px;
		position: relative;
		z-index: 3;
	}

	.newsletter-blog .wpcf7-not-valid-tip{
		display:none;
	}

	.newsletter-blog .wpcf7-not-valid{
		border:1px solid red;
	}

	.categories{
		list-style: none;
		display: inline-block;
	}

	.categories h2{
		display:none;
	}

	.categories ul{
		margin-top: 12px;
		padding:0;
	}

	.categories ul li{
		list-style: none;
		display:inline;
		margin:0 10px;
	}

	.categories ul li a{
		color:#181818;
		font-family: 'gotham_mediumregular';
		font-size: 15px;
		text-transform: uppercase;
	}

	.topo-menu-blog .search-form{
		display:inline;
		float: right;
		position: relative;
		top: -40px;
	}

	.topo-menu-blog {
		display: inline-block;
		width: 100%;
		padding:45px 0;
		margin: 20px 0 40px 0px;
		background:url(images/bg-menu-blog.png.pagespeed.ce.fyCPFdW5f4.png)no-repeat;
		height:143px;
	}

	.topo-menu-blog h4{

	}

	.topo-menu-blog h4 a{
		font-size: 17px;
		margin: 0px 10px;
		color: #000;
	}

	.topo-menu-blog input[type="search"]{
		border:1px solid #181818;
		color:#181818;
		padding-right: 37px;
	}

	.topo-menu-blog input[type="search"]::-webkit-input-placeholder{
		color: #181818;
	}

	.topo-menu-blog input[type="search"]:-moz-placeholder{
		color: #181818;
	}

	.topo-menu-blog input[type="search"]::-moz-placeholder{
		color: #181818;
	}

	.topo-menu-blog input[type="search"]:-ms-input-placeholder{
		color: #181818;
	}

	.topo-menu-blog input[type="search"]::-ms-input-placeholder{
		color: #181818;
	}

	.topo-menu-blog input[type="search"]:placeholder-shown {
		color: #181818;
	}

	.topo-menu-blog .search-submit {
		background:url(images/search-icon.png.pagespeed.ce.HWBZ6Mxr1-.png) no-repeat;
		width:24px;
		height:24px;
		text-indent: -99999px;
		position: absolute;
		right: 8px;
		padding: 0;
		float: none;
		margin-top: 0;
		top: 5px;
	}

	.single-post .entry-title{
		text-transform: inherit;
	}

	.previous-post-navigation,
	.next-post-navigation{
		display:inline;
	}

	.previous-post-navigation a{
		background:url(images/previous.jpg.pagespeed.ce.cIq135l2Yb.jpg)no-repeat;
		height:60px;
		display: inline-block;
		padding-left: 70px;
		font-family: 'antonioregular';
		font-size: 24px;
		text-transform: uppercase;
		line-height: 31px;
		color:#000;
	}

	.next-post-navigation a{
		background:url(images/next.jpg.pagespeed.ce.uxkthseDtk.jpg)no-repeat;
		height:60px;
		display: inline-block;
		font-family: 'antonioregular';
		font-size: 24px;
		text-transform: uppercase;
		line-height: 31px;
		color: #000;
		padding-top: 3px;
		text-align: right;
		padding-right: 69px;
		background-position: 84px 0;
	}

	.next-post-navigation{
		float:right;
	}

	.navigation-single{
		border-top: 2px solid #000;
		padding-top: 30px;
		margin: 15px 0 70px 0;
	}

	#theChampReplyTitle{
		display:none;
	}

	#wc-comment-header{
		font-family: 'antonioregular';
		font-size: 24px;
		text-transform: uppercase;
	}



	.wpdiscuz_auth .wc-field-submit input[type="button"],
	.wc_main_comm_form .wc-field-submit input[type="button"] {
		font-family: 'gotham_mediumregular';
		font-size: 13px !important;
		text-transform: uppercase;
		border: none !important;
		background: none;
		color: #000;
		height: 24px;
	}

	.crunchify-link {
		padding: 10px 20px;
		margin-right: 2px;
		cursor: pointer;
		font-size: 18px;
	}

	.crunchify-social h5{
		font-family: 'antonioregular';
		font-size: 24px;
		text-transform: uppercase;
		background:#f5ae28;
		display: inline-block;
		padding: 8px 24px;
		margin: 25px 0;
	}

	.crunchify-link:hover,.crunchify-link:active {
		color: white;
	}

	.crunchify-twitter {
		color:#bbbbbb;
		border-right: 1px solid #bbbbbb;
	}


	.crunchify-facebook {
		color:#bbbbbb;
	}


	.crunchify-social {
		margin: 20px 0px 25px 0px;
		-webkit-font-smoothing: antialiased;
		font-size: 12px;
	}


	.destaque-home .right-content{
		position:relative;
	}

	.destaque-home .right-content img{
		position: absolute;
		right: 0;
	}

	.page-id-298 .crunchify-social {
		display:none;
	}

	.wprmenu_bar{
		z-index: 1000;
	}

	.video-container{
		position: absolute;
		height: 100%;
		width: 100%;
		overflow: hidden;
	}

	.content-video-local{
		position: relative;
		height: 760px;
		padding: 174px 150px 0 15px;
	}

	.content-video-local h1 {
		font-size: 72px;
		font-family: 'antonioregular';
		text-transform: uppercase;
		color: #fff;
		z-index: 12;
		position:relative;
	}

	.content-video-local p {
		color: #fff;
		font-family: 'gotham_lightregular';
		font-size: 15px;
		line-height: 19px;
		margin-top: 30px;
		z-index: 12;
		position:relative;
	}

	.video-home{
		background-position: center top;
		background-repeat: no-repeat;
		background-image: url(images/bg-video.jpg.pagespeed.ce.ioAZWb-EI3.jpg);
		position: relative;
		height: 760px;
	}

	.video-home video {
		min-width: 100%;
		min-height: 100%;
	}

	a.play-video {
		display: block;
		background: url(images/play-video.png.pagespeed.ce.RHJomKd61P.png) 50% 0 no-repeat;
		width: 146px;
		height: 166px;
		position: absolute;
		top: 50%;
		left: 50%;
		padding-top: 90px;
		margin: -51px 0 0 -70px;
		z-index: 20;
	}

	#html5-watermark{
		display:none !important;
	}


	.overlay {
		background-color: rgb(28, 30, 33);
		background-color: rgba(28, 30, 33, 0.7);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.vollup-logo {
		background: url(images/vollup.png.pagespeed.ce.xDE7uwB2Dy.png);
		width: 89px;
		height: 22px;
		text-indent: -99999px;
		position: absolute;
		right: 114px;
	}

	.abrasfe-logo {
		background: url(images/abrasfe.png.pagespeed.ce.2tT_zBchPE.png);
		width: 73px;
		height: 28px;
		text-indent: -99999px;
		position: absolute;
		right: 224px;
	}


	/*  SECTIONS  */
	.section {
		clear: both;
		padding: 0px;
		margin: 0px;
	}
	/*  COLUMN SETUP  */
	.col {
		display: block;
		float:left;
		margin: 1% 0 1% 5%;
	}
	.col:first-child { margin-left: 0; }

	/*  GROUPING  */
	.group:before,
	.group:after { content:""; display:table; }
	.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 47.5%;
}

/*  GO FULL WIDTH AT LESS THAN 758 PIXELS */

@media only screen and (max-width: 768px) {
	.col {
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 768px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}







.m-b-30{
	margin-bottom: 30px;
}
#interna-produtos-left{
    margin-top: 30px;
}
#interna-produtos-left .entry-title{
	margin-bottom: 30px;
	display: inline-block;
}
#interna-produtos-left #interna-produtos-left-content{
	padding:20px 0;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin-bottom: 30px;
}
#interna-produtos-left #interna-produtos-left-content p{
}
#interna-produtos-left #interna-produtos-left-download{
background: transparent url(images/bgdownload.png.pagespeed.ce.UK2VJO2flo.png) no-repeat scroll left center;
padding: 30px 15px 61px 45px;
text-align: right;
}
#interna-produtos-left #interna-produtos-left-download a{
	margin: 0px;
	background: transparent url(images/btn-download-interna.png.pagespeed.ce.cGcOSrgS9v.png) no-repeat right 28% top 3px;
	display: block;
}
#interna-produtos-left #interna-produtos-left-download a:hover{
	text-decoration: none;
}
#interna-produtos-left #interna-produtos-left-download a p{
	font-size: 14px;
	margin: 0px;
}
#interna-produtos-right{
    margin-top: 30px;
}
#interna-produtos-right #interna-produtos-right-img{
	margin-bottom: 30px;
}
#interna-produtos-right #interna-produtos-right-img img{
}
#interna-produtos-right #interna-produtos-right-orcamento{
	padding-bottom: 50px;
	background: transparent url(images/bar-arrow.png.pagespeed.ce.tTlGiE-E8J.png) no-repeat scroll bottom center;
}
#interna-produtos-right #interna-produtos-right-orcamento a{
	background-color: #f4ad28;
	display: inline-block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	font-size: 23px;
	font-family: 'antonioregular';
	padding: 15px 0;
}	
#interna-produtos-right #interna-produtos-right-orcamento a:hover{
	text-decoration: none;
}
.seemore{
	background: transparent url(images/border-solucoes.jpg.pagespeed.ce.Vyl1SgK4Vi.jpg) no-repeat right 20px top;
	padding-top: 6px;
	margin-top: -12px;
}
.seemore a{
	display: block;
	background: rgb(245,181,46);
	border-radius: 0px 0px 5px 5px;
	text-align: center;
	color: #000000 !important;
	font-family: 'antonioregular';
	font-size: 17px;
	padding: 10px 0;
	-moz-box-shadow: 0 4px 5px -2px gray;
	box-shadow: 0 4px 5px -2px gray;
}
.seemore a:hover{
	text-decoration: none;
	color: #000000 !important;
}










/**
* 8.0 Media Queries
* ----------------------------------------------------------------------------
*/

/* Does the same thing as <meta name="viewport" content="width=device-width">,
* but in the future W3C standard way. -ms- prefix is required for IE10+ to
* render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
* the meta tag. See https://core.trac.wordpress.org/ticket/25888.
*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}

}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}

}

@media (max-width: 1116px) {

	.nav-menu li a {
		font-size: 12px;
	}

	.site-header .home-link {
		margin-right: 45px;
	}


}

@media (min-width: 1024px) {

	.lista-categoria li:nth-child(3n+3) {
		margin-right: 30px;
	}
}

@media (max-width: 1024px) {
	.lista-mais-solucoes{
		background:url(images/bg-segmentos-mobile.png.pagespeed.ce.AOWQ98sXhx.png);
	}

	.title-blog-home {
		font-size: 20px;
	}

	.segmentos-home{
		width: 100%;
	}

	.navbar-menu{
		width:inherit;
	}


	.catalogo .wpcf7 input[type="submit"]{
		margin-right: 26px;
	}

	.catalogo .wpcf7 .wpcf7-email{
		margin-left: 25px;
		width: 261px;
	}

	.politica-right-column {
		height: inherit;
		padding-bottom: 20px;
	}

	.politica-qualidade {
		width: 100%;
	}

	.politica-cumplicidade{
		width:inherit;
		margin-left: 0;
	}

	.engenharia-acesso-produto,
	.engenharia-infra-produto{
		padding: 55px 100px;
	}

}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}

}


@media (min-width: 999px) {
	.custom-grid-padding-right {
		padding-right:0;
	}

	.custom-grid-padding-left {
		padding-left: 0;
	}

	.custom-grid-padding-left-right {
		padding-left: 0;
		padding-right: 0;
	}
	.site-info{
		padding: 50px 0;
	}

	.site-info a{
		margin-top: 33px;
	}
}



@media only screen and (max-width: 966px) {
	.site-info{
		padding: 50px 0;
	}

	.site-info a{
		margin-top: 33px;
	}
	#text-3{
		position:inherit;
	}

	.site-footer .widget {
		width: 100%;
		float:inherit;
	}

	.site-footer .widget {
		margin-right: 0;
	}

	.social-menu,
	.orcamento-menu,
	.left-border-title,
	.right-border-title,
	.hover-container-right,
	.hover-container-left,
	.hover-container-segmentos{
		display:none;
	}

	.content-video h1 {
		font-size: 58px;
	}

	.produtos-home h1 {
		font-size: 26px;
	}

	.destaque-home .right-content img{
		position: inherit;
		margin-bottom: 25px;
	}

	.saiba-mais-home {
		padding: 14px 90px;
	}

	#text-2 h3{
		margin-top: 35px;
	}

	#nav_menu-2{
		text-align: center;
	}

	#text-2{
		text-align: center;
	}

	#text-3 {
		padding-left: 0;
		text-align: center;
	}

	.site-footer #wpcf7-f30-o1 input[type="submit"]{
		float: inherit;
		background-position: 53px 0;
	}

	#wpcf7-f30-o1 input[type="submit"] {
		margin-top: -13px;
		cursor: pointer;
		float: left;
		margin-left: 0;
		padding-left: 0;
	}

	.habilitar-footer {
		text-align: inherit;
	}

	.segmentos-home {
		margin-top: 20px;
		width:100%;
		background-repeat: repeat-x;
	}

	.segmentos-home-container{
		width:100%;
	}

	.time-line-content{
		padding-left: 0;
	}

	.line-timeline{
		display:none !important;
	}

	.year {
		width: inherit;
	}

	.year-info {
		width:inherit;
		left:0;
	}

	.year-info h2,
	.year-info p {
		text-align: center;
	}

	.clientes{
		padding-left: 0;
		text-align: center;
		width: 100%;
	}

	.clientes li{
		margin: 30px 0;
		display:block;
		width:100%;
	}

	.politica{
		margin-top: 35px;
	}

	.relacoes-socioambientais,
	.politica-qualidade,
	.politica-cumplicidade {
		width:100%;

	}

	.politica-cumplicidade{
		margin-left: 0;
	}

	.politica-right-column{
		height: inherit;
		padding-bottom: 20px;
		width: 100%;
		background-repeat: repeat;
	}

	.linha-do-tempo h1{
		padding-top: 66px;
	}

	.center-fale-conosco{
		width: 100%;
		background:#000;
		height:inherit;
		display: inherit;
	}

	.wrap-fale-conosco {
		padding: 60px 20px;
	}

	.assunto select {
		padding: 8px 52px 8px 15px;
		width: 100%;
	}

	.nossas-unidades{
		margin-left: 15px;
		margin-top: -21px;
	}

	.header-segmentos h1{
		font-size: 59px;
	}

	.orcamento-segmento{
		margin-top: 20px;
	}

	.sidebar-segmentos{
		margin-top: 20px;
	}

	.catalogo .wpcf7 .wpcf7-email {
		margin:28px 0;
		width:100%;
		padding:0;
	}

	.catalogo .wpcf7 input[type="submit"] {
		margin-right: 0;
	}

	.lista-mais-solucoes ul{
		padding:0 10px;
	}

	.topo-menu-blog{
		background:none;
		height:inherit;
		padding: 7px 0 30px 0;
		margin: 20px 0 40px 0px;
	}

	.categories ul li{
		display: block;
		margin: 20px 0px;
	}

	.topo-menu-blog .search-form {
		/*width:100%;*/
		display:block;
	}

	.newsletter-blog .wpcf7-form {
		width: inherit;
	}

	.search-form label{
		width:100%;
	}

	.topo-menu-blog input[type="search"]{
		width:100%;
	}

	.previous-post-navigation a,
	.next-post-navigation a{
		font-size: 22px;
	}

	.list-item-produtos {
		width:100%;
		max-width: 100%;
	}

	.list-item-produtos{
		margin-right: 0;
	}

	.engenharia-infra-produto,
	.engenharia-acesso-produto{

		padding:0 0 0 40px;
	}

	.site-header{
		display:none;
	}

	.egenharia-acesso-home{
		margin-top: 25px;
	}

	body.admin-bar #wprmenu_bar {
		top: 46px;
		z-index: 1000;
	}

	#wpcf7-f29-p7-o1 input[type="submit"]{
		margin-left: 100px;
		float: inherit;
	}

	.text-bigger{
		font-size: 14px;
	}

	.habilitar-envio{
		text-align: center;
	}

	.catalogo .wpcf7 input[type="submit"]{
		position: absolute;
		right: 0;
		top: -28px;
	}

	.infra-home-produtos{
		max-width: inherit;
	}

	.egenharia-acesso-home{
		max-width: inherit;
	}

	.engenharia-infra-produto,
	.engenharia-acesso-produto{

		background-repeat: repeat;
	}

}

@media only screen and (max-width: 853px) {
	#text-3{
		position:inherit;
	}

	.engenharia-infra-produto,
	.engenharia-acesso-produto{

		background-repeat: repeat;
	}

	.site-info{
		padding: 50px 0;
	}

	.site-info a{
		margin-top: 33px;
	}
}

@media only screen and (max-width: 800px) {
	.site-info{
		padding: 50px 0;
	}

	.site-info a{
		margin-top: 33px;
	}

	#text-3{
		position:inherit;
	}

	.site-footer .widget {
		width: 100%;
		float:inherit;
	}

	.site-footer .widget {
		margin-right: 0;
	}

	.social-menu,
	.orcamento-menu,
	.left-border-title,
	.right-border-title,
	.hover-container-right,
	.hover-container-left,
	.hover-container-segmentos{
		display:none;
	}

	.content-video h1 {
		font-size: 58px;
	}

	.produtos-home h1 {
		font-size: 26px;
	}

	.destaque-home .right-content img{
		position: inherit;
		margin-bottom: 25px;
	}

	.saiba-mais-home {
		padding: 14px 90px;
	}

	#text-2 h3{
		margin-top: 35px;
	}

	#nav_menu-2{
		text-align: center;
	}

	#text-2{
		text-align: center;
	}

	#text-3 {
		padding-left: 0;
		text-align: center;
	}

	.site-footer #wpcf7-f30-o1 input[type="submit"]{
		float: inherit;
		background-position: 53px 0;
	}

	#wpcf7-f30-o1 input[type="submit"] {
		margin-top: -13px;
		cursor: pointer;
		float: left;
		margin-left: 0;
		padding-left: 0;
	}

	.habilitar-footer {
		text-align: inherit;
	}

	/*.myfixed {
	position: static !important;
	}*/

	.segmentos-home {
		margin-top: 20px;
		width:100%;
		background-repeat: repeat-x;
	}

	.segmentos-home-container{
		width:100%;
	}

	.time-line-content{
		padding-left: 0;
	}

	.line-timeline{
		display:none !important;
	}

	.year {
		width: inherit;
	}

	.year-info {
		width:inherit;
		left:0;
	}

	.year-info h2,
	.year-info p {
		text-align: center;
	}

	.clientes{
		padding-left: 0;
		text-align: center;
		width: 100%;
	}

	.clientes li{
		margin: 30px 0;
		display:block;
		width:100%;
	}

	.politica{
		margin-top: 35px;
	}

	.relacoes-socioambientais,
	.politica-qualidade,
	.politica-cumplicidade {
		width:100%;

	}

	.politica-cumplicidade{
		margin-left: 0;
	}

	.politica-right-column{
		height: inherit;
		padding-bottom: 20px;
	}

	.linha-do-tempo h1{
		padding-top: 66px;
	}

	.center-fale-conosco{
		width: 100%;
		background:#000;
		height:inherit;
		display: inherit;
	}

	.wrap-fale-conosco {
		padding: 60px 20px;
	}

	.assunto select {
		padding: 8px 52px 8px 15px;
		width: 100%;
	}

	.nossas-unidades{
		margin-left: 15px;
		margin-top: -21px;
	}

	.header-segmentos h1{
		font-size: 59px;
	}

	.orcamento-segmento{
		margin-top: 20px;
	}

	.sidebar-segmentos{
		margin-top: 20px;
	}

	.catalogo .wpcf7 .wpcf7-email {
		margin:28px 0;
		width:100%;
		padding:0;
	}

	.catalogo .wpcf7 input[type="submit"] {
		margin-right: 0;
	}

	.lista-mais-solucoes ul{
		padding:0 10px;
	}

	.topo-menu-blog{
		background:none;
		height:inherit;
		padding: 7px 0 30px 0;
		margin: 20px 0 40px 0px;
	}

	.categories ul li{
		display: block;
		margin: 20px 0px;
	}

	.topo-menu-blog .search-form {
		/*width:100%;*/
		display:block;
	}

	.newsletter-blog .wpcf7-form {
		width: inherit;
	}

	.search-form label{
		width:100%;
	}

	.topo-menu-blog input[type="search"]{
		width:100%;
	}

	.previous-post-navigation a,
	.next-post-navigation a{
		font-size: 22px;
	}

	.list-item-produtos {
		width:100%;
		max-width: 100%;
	}

	.list-item-produtos{
		margin-right: 0;
	}

	.engenharia-infra-produto,
	.engenharia-acesso-produto{

		padding:0 0 0 40px;
	}

	.site-header{
		display:none;
	}

	.egenharia-acesso-home{
		margin-top: 25px;
	}

	body.admin-bar #wprmenu_bar {
		top: 46px;
		z-index: 1000;
	}

	#wpcf7-f29-p7-o1 input[type="submit"]{
		margin-left: 100px;
		float: inherit;
	}

	.text-bigger{
		font-size: 14px;
	}

	.habilitar-envio{
		text-align: center;
	}

	.catalogo .wpcf7 input[type="submit"]{
		position: absolute;
		right: 0;
		top: -28px;
	}

	.infra-home-produtos{
		max-width: inherit;
	}

	.egenharia-acesso-home{
		max-width: inherit;
	}
}


@media only screen and (max-width: 768px) {
	.site-footer .widget {
		width: 100%;
		float:inherit;
	}

	.site-info{
		padding: 50px 0;
	}

	.site-info a{
		margin-top: 33px;
	}
	#text-3{
		position:inherit;
	}

	.site-footer .widget {
		margin-right: 0;
	}

	.social-menu,
	.orcamento-menu,
	.left-border-title,
	.right-border-title,
	.hover-container-right,
	.hover-container-left,
	.hover-container-segmentos{
		display:none;
	}

	.content-video-local h1 {
		font-size: 58px;
	}

	.content-video-local{
		padding: 174px 47px 0 15px;
	}


	.produtos-home h1 a {
		font-size: 26px;
	}

	.destaque-home .right-content img{
		position: inherit;
		margin-bottom: 25px;
	}

	.saiba-mais-home {
		padding: 14px 90px;
	}

	#text-2 h3{
		margin-top: 35px;
	}

	#nav_menu-2{
		text-align: center;
	}

	#text-2{
		text-align: center;
	}

	#text-3 {
		padding-left: 0;
		text-align: center;
	}

	.site-footer #wpcf7-f30-o1 input[type="submit"]{
		float: inherit;
		background-position: 53px 0;
	}

	#wpcf7-f30-o1 input[type="submit"] {
		margin-top: -13px;
		cursor: pointer;
		float: left;
		margin-left: 0;
		padding-left: 0;
	}

	.habilitar-footer {
		text-align: inherit;
	}

	.segmentos-home {
		margin-top: 20px;
		width:100%;
		background-repeat: repeat-x;
	}

	.segmentos-home-container{
		width:100%;
	}

	.time-line-content{
		padding-left: 0;
	}

	.line-timeline{
		display:none !important;
	}

	.year {
		width: inherit;
	}

	.year-info {
		width:inherit;
		left:0;
	}

	.year-info h2,
	.year-info p {
		text-align: center;
	}

	.clientes{
		padding-left: 0;
		text-align: center;
		width: 100%;
	}

	.clientes li{
		margin: 30px 0;
		display:block;
		width:100%;
	}

	.politica{
		margin-top: 35px;
	}

	.relacoes-socioambientais,
	.politica-qualidade,
	.politica-cumplicidade {
		width:100%;

	}

	.politica-cumplicidade{
		margin-left: 0;
	}

	.politica-right-column{
		height: inherit;
		padding-bottom: 20px;
	}

	.linha-do-tempo h1{
		padding-top: 66px;
	}

	.center-fale-conosco{
		width: 100%;
		background:#fff;
		height:inherit;
		display: inherit;
	}

	.wrap-fale-conosco {
		padding: 60px 20px;
	}

	.assunto select {
		padding: 8px 52px 8px 15px;
		width: 100%;
	}
	#wpcf7-f29-p7-o1{
		padding-bottom: 100px;
	}
	.nossas-unidades{
		margin-left: 15px;
		margin-top: -21px;
	}

	.header-segmentos h1{
		font-size: 49px;
	}

	.orcamento-segmento{
		margin-top: 20px;
	}

	.sidebar-segmentos{
		margin-top: 20px;
	}

	.catalogo .wpcf7 .wpcf7-email {
		margin:28px 0;
		width:100%;
		padding:0;
	}

	.catalogo .wpcf7 input[type="submit"] {
		margin-right: 0;
	}

	.lista-mais-solucoes ul{
		padding:0 10px;
	}

	.topo-menu-blog{
		background:none;
		height:inherit;
		padding: 7px 0 30px 0;
		margin: 20px 0 40px 0px;
	}

	.categories ul li{
		display: block;
		margin: 20px 0px;
	}

	.topo-menu-blog h4 a {
	    display: block;
	    padding: 8px 0;
	}

	.topo-menu-blog .search-form {
		width:100%;
		display:block;
		top: 0;
	}

	.newsletter-blog .wpcf7-form {
		width: inherit;
	}

	.search-form label{
		width:100%;
	}

	.topo-menu-blog input[type="search"]{
		width:100%;
	}

	.previous-post-navigation a,
	.next-post-navigation a{
		font-size: 22px;
	}

	.list-item-produtos {
		width:100%;
		max-width: 100%;
	}

	.list-item-produtos{
		margin-right: 0;
	}

	.engenharia-infra-produto,
	.engenharia-acesso-produto{

		padding:0 0 0 40px;
	}

	.site-header{
		display:none;
	}

	.egenharia-acesso-home{
		margin-top: 25px;
	}

	body.admin-bar #wprmenu_bar {
		top: 46px;
		z-index: 999999;
	}

	#wpcf7-f29-p7-o1 input[type="submit"]{
		margin-left: 100px;
		float: inherit;
	}

	.text-bigger{
		font-size: 14px;
	}

	.habilitar-envio{
		text-align: center;
	}

	.catalogo .wpcf7 input[type="submit"]{
		position: absolute;
		right: 0;
		top: -28px;
	}

	.infra-home-produtos{
		max-width: inherit;
	}

	.egenharia-acesso-home{
		max-width: inherit;
	}


	.image-caption{
		max-width: 100%;
	}

}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}


}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}



	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}

	/*.infra-home,
	.infra-edificacoes-home,
	.servi-industriais-home,
	.grandes-eventos-home {
	width: 256px;
}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}

	.header-topo h1{
		max-width: 124px;
	}
}


/* Mobile devices */
@media (max-width: 480px) {
	.segmentos-home {
    position: relative;
		height: 200px;
	}

	.segmentos-home h1 a {
    bottom: 55px;
    left: 35px;
    position: absolute;
    margin-top: 0;
    margin-left: 0;
	}

	.produtos-home{
		height: 250px;
		position: relative;
		
	}

	.produtos-home > .infra-home-produtos-container{
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		height: 100%;
	}

	.produtos-link{
		left: 50%;
		transform: translateX(-50%);
		right: initial;
	}

	.produtos-home > .infra-home-produtos-container h1 a{
    font-size: 20px;
	}

	.produtos-home > .infra-home-produtos-container h1 a .smaller-text{
    font-size: 20px;
		
	}

	.content-video-local h1 {
	    font-size: 36px;
	}


	.destaque-home{

	}
	.destaque-home .titulo-destaque {
		font-size: 45px;
	}

	.destaque-home h2 {
		font-size: 28px;

	}

	.destaque-home p {
		font-size: 18px;
		text-transform: none;
		line-height: 1.3;
	}
	.destaque-home .saiba-mais-home {
		height: 55px;
		font-size: 20px;
	}

	#wprmenu_menu_ul .sub-menu li{
		width: 100%;
		padding: 5px 0;

	}
	#wprmenu_menu_ul .sub-menu li a{
		text-transform: none !important;
	}

	.video-container{
		display: none !important;
		
	}
	.video-home {
		background-position: 74% -480%;
	}


	a.play-video {
	    display: inline-block;
	    background: url(images/play-video.png.pagespeed.ce.RHJomKd61P.png) 50% 0 no-repeat;
	    width: 100%;
	    height: 166px;
	    position: relative;
	    bottom: initial;
	    left: initial;
	    padding-top: 0;
	    margin: 0 auto;
	    z-index: 9999999;
	    text-align: center;
	}
}


/**
* 9.0 Print
* ----------------------------------------------------------------------------
*/

/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png.pagespeed.ce.0IMtBYQ1OF.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png.pagespeed.ce.wUR1v0JwXA.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar-menu,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}





