@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Righteous");
@import url("https://fonts.googleapis.com/css?family=Poiret+One");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
header ul.language {
	/*display: none!important
provisorio tirei o icone de pt e es*/
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	color: inherit;
	font-weight: 600;
	color: #000;
}
a:hover {
	color: #ff7b00;
	text-decoration: none
}
.float_left {
	float: left !important;
}
.float_right {
	float: right !important;
}
body {
	background-color: #FFFFFF;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	padding-top: 100px;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #000;
}

::selection {
    color: white; 
    background: #000;
}
.container.relative {
	position: relative;
}
.container {
	max-width: 100%;
	width: 1370px;
	padding: 0 15px;
	display: block;
	margin: 0 auto;
}
a, input, select, button, textarea {
	outline: none;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.transition {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.ui-state-active {
	background-color: #ff7b00 !important;
	border: none !important;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 600 !important;
	font-size: 24px !important;
	color: #fff!important;
	line-height: 27px !important;
}
.ui-state-active div {
	padding: 10px 20px !important;
}
.ui-menu-item {
	font-family: "Montserrat", sans-serif !important;
	font-weight: 600 !important;
	font-size: 24px !important;
	color: #3c3c3c !important;
	line-height: 27px !important;
	border: none;
}


.ui-menu-item div {
	padding: 10px 20px !important;
}

.imagem-blog {
	float: left;
	padding-bottom: 30px;
	padding-right: 30px;
	max-width: 446px;
	width: 100%;
}

.imagem-blog p {
	width: auto;
	font-size: 12px;
	line-height: 1.4;
	margin-top: -16px;
}

.imagem-blog img{
	max-width: 446px;
	width: 100%;
	margin-top: -16px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.menu_mobile {
	text-align: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 21;
	max-width: 100%;
	width: 100%;
	height: 100%;
	min-height: 667px;
	background-color: #f78317;
	opacity: 0.96;
	padding: 35px 25px 35px 35px;
	display: none;
}
.menu_mobile .btn_menu {
	float: left;
	width: 24px;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}
.menu_mobile .btn_menu .line {
	float: left;
	margin: 0 0 6px 0;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
}
.menu_mobile .img_close {
	float: right;
	margin: 0;
	width: auto;
	height: auto;
	cursor: pointer;
}
.menu_mobile ul.menu {
	display: inline-block;
	width: 100%;
	margin: 35px 0 0 0;
	padding: 0;
}
.menu_mobile ul.menu li.li_menu {
	padding: 0;
	margin: 0 0 38px 0;
	float: left;
	width: 100%;
	font-size: 35px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
}
.menu_mobile ul.menu li.li_menu a.menu {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_mobile ul.menu li.li_menu:nth-last-child(1) a.menu {
	border: none;
}
header.header_fixed {
	height: 65px;
}
header.header_fixed .home {
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-moz-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}
header.header_fixed ul.menu {
	margin-top: 25px;
	margin-bottom: 0;
}
header.header_fixed ul.media {
	margin-top: 30px;
	margin-bottom: 0;
}
header.header_fixed ul.language {
	margin-top: 23px;
	margin-bottom: 0;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	z-index: 20;
	background-color: #FFFFFF;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}
header:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	margin: 5px 0 0 0;
	background: #A25915;
	background: -webkit-linear-gradient(left, #A25915 30%, #B96617);
	background: -o-linear-gradient(left, #A25915 30%, #B96617);
	background: -moz-linear-gradient(left, #A25915 30%, #B96617);
	background: linear-gradient(left, #A25915 30%, #B96617);
}
header .btn_menu {
	float: left;
	width: 24px;
	height: auto;
	margin: 27px 30px 0 24px;
	padding: 0;
	background-color: transparent;
	border: none;
	display: none;
}
header .btn_menu .line {
	float: left;
	margin: 0 0 6px 0;
	width: 100%;
	height: 2px;
	background-color: #BEBEBE;
}
header .home {
	margin: 17px 0 20px 0;
	float: left;
	width: auto;
}
header .home .logo {
	margin: 0;
	float: left;
	max-width: 100%;
}
header ul.menu {
	float: right;
	width: auto;
	margin: 33px 0 25px 0;
}
header ul.menu li {
	float: left;
	margin: 0 4px;
	width: auto;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	color: #818181;
	line-height: 20px;
}
header ul.menu li a {
	float: left;
	width: auto;
	height: auto;
	padding: 8px 9px;
	color: #818181;
	text-decoration: none;
	border: 1px solid transparent;
	font-weight: 400;
}
header ul.menu li a:hover, header ul.menu li a.active {
	border-color: #F58424;
}
header ul.media {
	float: right;
	width: auto;
	margin: 40px 0 25px 10px;
}
header ul.media li {
	float: left;
	width: auto;
	margin: 0 7px;
}
header ul.media li a {
	float: left;
	width: auto;
	height: auto;
}
header ul.language {
	float: right;
	width: auto;
	margin: 40px 0 25px 10px;
}
header ul.language li:nth-last-child(1) {
	margin-right: 0;
}
header ul.language li {
	float: left;
	width: auto;
	margin: 0 4px;
	font-family: "Hind", sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #BFBEBE;
	line-height: 15px;
}
header ul.language li span {
	float: left;
	margin: 5px 0 0 0;
}
header ul.language li a {
	float: left;
	width: 33px;
	height: 24px;
	padding: 4px 8px 5px 8px;
	font-weight: 400;
	color: #BFBEBE;
	text-decoration: none;
	border: 2px solid #BFBFBF;
	border-radius: 2px;
}
header ul.language li a:hover, header ul.language li a.active {
	border-color: #F58424;
	color: #F58424;
}
header.header_fixed {
	height: 89px;
}
header.header_fixed ul.language {
	margin-top: 30px;
	margin-bottom: 0;
}
footer {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	background-color: #000000;
	position: relative;
	z-index: 10;
}
footer .box_footer {
	padding: 70px 0 50px 0;
	position: relative;
}
footer .box_footer:before {
	content: "";
	background-color: #ff7b00;
	position: absolute;
	top: 70px;
	left: 0;
	width: 3px;
	height: 120px;
}
footer .box_footer ul.media {
	position: absolute;
	top: -30px;
	right: 0;
	float: left;
	width: 50%;
	margin: 0;
	padding: 28px 40px 25px 40px;
	background-color: #ff7b00;
	text-align: left;
}
footer .box_footer ul.media li:nth-last-child(1) {
	margin: 0;
}
footer .box_footer ul.media li {
	display: inline-block;
	width: auto;
	margin: 0 20px 0 0;
}
footer .box_footer ul.media li a {
	float: left;
	width: auto;
	height: auto;
}
footer .box_footer .column {
	padding: 0;
}
footer .box_footer ul.menu {
	float: left;
	padding: 0 0 0 70px;
	width: 230px;
	max-width: 50%;
}
footer .box_footer ul.menu li {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 20px;
	color: #BEBEBE;
	line-height: 23px;
}
footer .box_footer ul.menu li a {
	color: #BEBEBE;
	text-decoration: none;
}
footer .box_footer ul.menu li a:hover {
	color: #ff7b00;
}
footer .box_footer address {
	padding: 0;
	margin: 0 0 17px 0;
	font-size: 18px;
	color: #BEBEBE;
	line-height: 23px;
}
footer .box_footer .phone {
	padding: 0;
	margin: 5px 0 0 0;
}
footer .box_footer .phone .text1 {
	padding: 0;
	font-size: 15px;
	color: #ff7b00;
	line-height: 18px;
}
footer .box_footer .phone .text2 {
	padding: 0;
	font-weight: 600;
	font-size: 21px;
	color: #FFFFFF;
	line-height: 24px;
}
footer .copyright {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 10px;
	color: #777;
	line-height: 17px;
	padding: 5px 0;
	text-align: center;
	background-color: #333333;
}
/*gen├®rico */
section {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
section.banner_page {
	height: 975px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
section.banner_page .text1 {
	padding: 0;
	margin: 200px 0 0 0;
	position: relative;
	z-index: 2;
	font-family: "Righteous", cursive;
	font-size: 83px;
	color: #FFFFFF;
	line-height: 87px;
	text-align: center;
	text-transform: uppercase;
}
section.banner_page .text2 {
	padding: 0;
	margin: 25px 0 0 0;
	position: relative;
	z-index: 2;
	font-family: "Poiret One", cursive;
	font-size: 49px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}
section.banner_page .text3 {
	padding: 0 250px 0 250px;
	margin: 25px 0 0 0;
	position: relative;
	z-index: 2;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
}
section.banner_page .img_down {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 55px 0 0 0;
}
.list_pagination {
	padding: 0;
	margin: 0;
	text-align: center;
}
.list_pagination ul {
	margin: 0;
	display: inline-block;
	width: auto;
}
.list_pagination ul li {
	float: left;
	width: auto;
	margin: 0 2px;
	font-weight: 400;
	font-size: 14px;
	color: #989898a1;
	line-height: 23px;
}
.list_pagination ul li a.prev, .list_pagination ul li a.next {
	padding: 0;
	background-color: transparent !important;
}
.list_pagination ul li a.prev img, .list_pagination ul li a.next img {
	float: left;
	margin: 11px 10px 0 10px;
}
.list_pagination ul li a {
	float: left;
	width: auto;
	height: auto;
	border-radius: 3px;
	color: #989898a1;
	text-decoration: none;
	padding: 6px 8px 5px 8px;
}
.list_pagination ul li a.active, .list_pagination ul li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
/*gen├®rico */
/*home */
section.video {
	height: 800px;
	text-align: center;
}
section.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
section.video .cover {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/bg_cover.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
section.video .text1 {
	padding: 0;
	margin: 280px 0 0 0;
	position: relative;
	z-index: 2;
	font-family: "Righteous", cursive;
	font-size: 83px;
	color: #FFFFFF;
	line-height: 87px;
	text-align: center;
}
section.video .text1 span {
	color: #FBCFA5;
}
section.video .text2 {
	padding: 0;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 2;
	font-family: "Poiret One", cursive;
	font-size: 49px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}
section.video .img_down {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 100px 0 0 0;
}
section.home {
	z-index: 1;
	background-color: #DFDFDF;
}
section.home .box_home {
	padding: 0;
	background-color: #FFFFFF;
}
section.home .box_home .column {
	padding: 0;
}
section.home .box_home .box_white {
	padding: 55px 22px 25px 22px;
	background-color: #FFFFFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.17+0,0+21 */
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.17) 0%, rgba(0,0,0,0) 21%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.17) 0%, rgba(0,0,0,0) 21%, rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(0,0,0,0.17) 0%, rgba(0,0,0,0) 21%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b000000', endColorstr='#00000000', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
section.home .box_home .client {
	padding: 0;
	margin: -100px 0 0 0;
}
section.home .box_home .client .item:hover .box_img .img {
	-webkit-filter: contrast(150%);
	-moz-filter: contrast(150%);
	-ms-filter: contrast(150%);
	-o-filter: contrast(150%);
	filter: contrast(150%);
}
section.home .box_home .client .item:hover .box_img .cover {
	opacity: 10;
}
section.home .box_home .client .item:hover .box .text2 {
	color: #ff7b00;
}
section.home .box_home .client .item {
	padding: 0;
}
section.home .box_home .client .item .box_img {
	height: 425px;
	padding: 0;
}
section.home .box_home .client .item .box_img .img {
	float: left;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-moz-transition: all 1.5s;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
	position: relative;
	z-index: 0;
}
section.home .box_home .client .item .box_img .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(45deg, #ff7b00 0%, rgba(236, 128, 16, 0) 47%, rgba(236, 128, 16, 0) 93%);
	background: -webkit-linear-gradient(45deg, #ff7b00 0%, rgba(236, 128, 16, 0) 47%, rgba(236, 128, 16, 0) 93%);
	background: linear-gradient(45deg, #ff7b00 0%, rgba(236, 128, 16, 0) 47%, rgba(236, 128, 16, 0) 93%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b00', endColorstr='#00ec8010', GradientType=1 );
	opacity: 0;
}
section.home .box_home .client .item .box {
	padding: 50px 50px 0 50px;
	padding-bottom: 45px !important;
	background-color: #FFFFFF;
	position: relative;
	-webkit-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.06);
	box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.06);
}
section.home .box_home .client .item .box:before {
	content: "";
	background-color: #ff7b00;
	position: absolute;
	top: -15px;
	left: 55px;
	width: 10px;
	height: 36px;
	border-radius: 10px 10px 200px 200px;
	-moz-border-radius: 10px 10px 200px 200px;
	-webkit-border-radius: 10px 10px 200px 200px;
	border: 0px solid #000000;
}
section.home .box_home .client .item .box .text1 {
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	margin-left: 5px;
	text-transform: lowercase;
	color: #959595;
	line-height: 21px;
}
section.home .box_home .client .item .box .text2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 78px;
	color: #666666;
	line-height: 75px;
}
section.home .box_home .client .item .box .text3 {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 18px;
	color: #959595;
	line-height: 21px;
}
section.home .box_home .news {
	padding: 50px 50px;
	background-color: #808080;
	-webkit-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.16);
	box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.16);
}
section.home .box_home .news:hover {
	background-color: #000000;
}
section.home .box_home .news .text1 {
	padding: 0;
	margin-left: 5px;
	text-transform: lowercase;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 21px;
}
section.home .box_home .news .text2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 52px;
	color: #FFFFFF;
	line-height: 57px;
}
section.home .box_home .news .text3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 21px;
}
section.home .box_home .service {
	padding: 0;
	background-color: #FFFFFF;
	position: relative;
}
section.home .box_home .service .box_img {
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
}
section.home .box_home .service .box_img .img {
	float: left;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	position: relative;
	z-index: 0;
}
section.home .box_home .service .box_img .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(45deg, #ff7b00 0%, rgba(236, 128, 16, 0) 47%, rgba(236, 128, 16, 0) 93%);
	background: -webkit-linear-gradient(45deg, #ff7b00 0%, rgba(236, 128, 16, 0) 47%, rgba(236, 128, 16, 0) 93%);
	background: linear-gradient(45deg, #ff7b00 0%, rgba(236, 128, 16, 0) 47%, rgba(236, 128, 16, 0) 93%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b00', endColorstr='#00ec8010', GradientType=1 );
	opacity: 0;
}
section.home .box_home .service .box {
	padding: 45px 35px 35px 40px;
}
section.home .box_home .service .box .text1 {
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color: #B9B9B9;
	line-height: 17px;
	text-transform: lowercase;
}
section.home .box_home .service .box .text2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 46px;
	color: #333333;
	line-height: 49px;
}
section.home .box_home .service .box .text3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 17px;
	color: #949494;
	line-height: 21px;
}
section.home .box_home .service:hover .box_img .img {
	-webkit-filter: contrast(150%);
	-moz-filter: contrast(150%);
	-ms-filter: contrast(150%);
	-o-filter: contrast(150%);
	filter: contrast(150%);
}
section.home .box_home .service:hover .box_img .cover {
	opacity: 10;
}
section.home .box_home .service:hover .box .text2 {
	color: #ff7b00;
}
section.home .box_home .newest {
	padding: 50px 60px 50px 60px;
	background-color: #ff7b00;
	background-image: url("../images/shadow_newest.png");
	background-repeat: no-repeat;
	background-position: center left;
	margin: -43px 0 0 0;
	-webkit-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.26);
	box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.26);
}
section.home .box_home .newest .text1 {
	padding: 0;
	margin-left: 5px;
	text-transform: lowercase;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 21px;
}
section.home .box_home .newest .text2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 52px;
	color: #FFFFFF;
	line-height: 57px;
}
section.home .box_home .newest .text3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 21px;
}
section.home .box_home .newest:hover {
	background-color: #000000;
}
section.home .box_home .client_small {
	padding: 0;
	background-color: #FFFFFF;
	position: relative;
}
section.home .box_home .client_small:before {
	content: "";
	background-image: url("../images/shadow_client_small.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
}
section.home .box_home .client_small .box_img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
	padding: 0;
}
section.home .box_home .client_small .box_img .img {
	float: left;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	position: relative;
	z-index: 0;
}
section.home .box_home .client_small .box_img .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(45deg, #ff7b00 0%, rgba(236, 128, 16, 0) 47%, rgba(236, 128, 16, 0) 93%);
	background: -webkit-linear-gradient(45deg, #ff7b00 0%, rgba(236, 128, 16, 0) 47%, rgba(236, 128, 16, 0) 93%);
	background: linear-gradient(45deg, #ff7b00 0%, rgba(236, 128, 16, 0) 47%, rgba(236, 128, 16, 0) 93%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b00', endColorstr='#00ec8010', GradientType=1 );
	opacity: 0;
	z-index: 1;
}
section.home .box_home .client_small .box {
	padding: 35px 35px 40px 40px;
	position: relative;
	z-index: 0;
}
section.home .box_home .client_small .box .text1 {
	padding: 0;
	font-size: 14px;
	color: #B9B9B9;
	line-height: 16px;
	text-transform: lowercase;
	font-weight: 400;
}
section.home .box_home .client_small .box .text2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 46px;
	color: #333333;
	line-height: 49px;
}
section.home .box_home .client_small .box .text3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 17px;
	color: #949494;
	line-height: 21px;
}
section.home .box_home .client_small:hover .box_img .img {
	-webkit-filter: contrast(150%);
	-moz-filter: contrast(150%);
	-ms-filter: contrast(150%);
	-o-filter: contrast(150%);
	filter: contrast(150%);
}
section.home .box_home .client_small:hover .box_img .cover {
	opacity: 10;
}
section.home .box_home .client_small:hover .box .text2 {
	color: #ff7b00;
}
section.home .box_home .news_small {
	padding: 0;
}
section.home .box_home .news_small .item {
	padding: 0 22px;
}
section.home .box_home .news_small .item .box_img {
	height: 175px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	padding: 0;
}
section.home .box_home .news_small .item .box_img .img {
	float: left;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}
section.home .box_home .news_small .item .box_img .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(45deg, #ff7b00 0%, rgba(236, 128, 16, 0) 47%, rgba(236, 128, 16, 0) 93%);
	background: -webkit-linear-gradient(45deg, #ff7b00 0%, rgba(236, 128, 16, 0) 47%, rgba(236, 128, 16, 0) 93%);
	background: linear-gradient(45deg, #ff7b00 0%, rgba(236, 128, 16, 0) 47%, rgba(236, 128, 16, 0) 93%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b00', endColorstr='#00ec8010', GradientType=1 );
	opacity: 0;
	z-index: 1;
}
section.home .box_home .news_small .item .box {
	padding: 20px 0 0 0;
	background-color: #FFFFFF;
	position: relative;
}
section.home .box_home .news_small .item .box:before {
	content: "";
	background-color: #ff7b00;
	position: absolute;
	top: -17px;
	right: 20px;
	width: 7px;
	height: 30px;
	border-radius: 10px 10px 200px 200px;
	-moz-border-radius: 10px 10px 200px 200px;
	-webkit-border-radius: 10px 10px 200px 200px;
	border: 0px solid #000000;
}
section.home .box_home .news_small .item .box .text1 {
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	color: #AFAEB5;
	line-height: 16px;
	text-transform: lowercase;
}
section.home .box_home .news_small .item .box .text2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 29px;
	color: #333333;
	line-height: 31px;
}
section.home .box_home .news_small .item .box .text3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 15px;
	color: #969696;
	line-height: 18px;
}
section.home .box_home .news_small .item a:hover .box_img .img {
	-webkit-filter: contrast(150%);
	-moz-filter: contrast(150%);
	-ms-filter: contrast(150%);
	-o-filter: contrast(150%);
	filter: contrast(150%);
}
section.home .box_home .news_small .item a:hover .box_img .cover {
	opacity: 10;
}
section.home .box_home .news_small .item a:hover .box .text2 {
	color: #ff7b00;
}
section.home .box_home .box_list_clients {
	padding: 0 22px;
	margin: 40px 0 0 0;
}
section.home .box_home .box_list_clients .item {
	padding: 0;
}
section.home .box_home .box_list_clients .item a {
	float: left;
	margin: 0;
	width: 100%;
	height: auto;
}
section.home .box_home .box_list_clients .item .box {
	border: 1px solid #B9B9B9;
	height: 90px;
	position: relative;
	margin: 0 0 4px 0;
}
section.home .box_home .box_list_clients .item .box .img_item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
	filter: brightness(59%) invert(1);
}
section.home .box_home .box_list_clients .item .box:hover {
	border-color: #ff7b00;
}
section.release {
	z-index: 0;
	margin: -45px 0 0 0;
}
section.release .item {
	padding: 88px 0 75px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
section.release .item .box {
	padding: 75px 0 80px 0;
	position: relative;
}
section.release .item .box:before {
	content: "";
	background-color: #ff7b00;
	position: absolute;
	top: 17px;
	left: 5px;
	width: 6px;
	height: 30px;
	border-radius: 10px 10px 200px 200px;
	-moz-border-radius: 10px 10px 200px 200px;
	-webkit-border-radius: 10px 10px 200px 200px;
	border: 0px solid #000000;
}
section.release .item .box .text1 {
	padding: 0 0 0 5px;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 29px;
}
section.release .item .box .text2 {
	margin: 20px 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 108px;
	color: #FFFFFF;
	line-height: 108px;
}
section.release .item .box .text3 {
	margin: 15px 0 0 0;
	padding: 0 0 0 5px;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 29px;
}
/*home */
/*ag├¬ncia */
section.banner_agency {
	height: 975px;
	background-image: url("../images/img_banner_agency.jpg");
}
section.agency {
	background-color: #000000;
}
section.agency .box_yellow {
	background-color: #ff7b00;
	padding: 3px;
	background-image: url("../images/shadow_agency_box_yellow.png");
	background-repeat: no-repeat;
	background-position: right center;
	height: auto;
	min-height: 441px;
	position: relative;
	margin: -67px 0;
}
section.agency .box_yellow .box {
	padding: 0 10px 20px 0;
	overflow: hidden;
}
section.agency .box_yellow .title {
	padding: 31px 18px 0 40px;
	font-weight: 700;
	font-size: 55px;
	color: #FFFFFF;
	line-height: 55px;
}
section.agency .box_yellow .text {
	margin: 35px 0 0 0;
	padding: 0 35px 0 40px;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 27px;
	text-align: justify;
}
section.agency .box_yellow .text a {
	color: #FFF;
	text-decoration: none;
}
section.agency .box_yellow .text a:hover {
	color: #000;
	text-decoration: none;
}
section.agency .box_white_images {
	background-color: #FFFFFF;
	padding: 0;
	background-image: url("../images/shadow_agency_box_white.png");
	background-repeat: no-repeat;
	background-position: left center;
	height: auto;
	min-height: 600px;
	position: relative;
	margin: -132px 0 0 0;
}
section.agency .box_white_images:before {
	content: "";
	background-color: #ff7b00;
	position: absolute;
	bottom: -18px;
	right: 55px;
	width: 15px;
	height: 55px;
}
section.agency .box_white_images .box {
	padding: 0 10px 30px 0;
	height: 450px;
	overflow: hidden;
}
section.agency .box_white_images .title {
	padding: 0;
	font-weight: 700;
	font-size: 78px;
	color: #000000;
	line-height: 78px;
}
section.agency .box_white_images .box_images {
	margin: 35px 0 0 0;
	padding: 0;
}
section.agency .box_white_images .box_images .carousel_agency .img_item {
	float: left;
	margin: 0;
	width: 100%;
}
section.agency .box_white {
	background-color: #FFFFFF;
	padding: 3px;
	background-image: url("../images/shadow_agency_box_white.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	min-height: 509px;
	position: relative;
	margin: -135px 0 0 0;
}
section.agency .box_white:before {
	content: "";
	background-color: #ff7b00;
	position: absolute;
	bottom: -18px;
	right: 35px;
	width: 10px;
	height: 36px;
	border-radius: 10px 10px 200px 200px;
	-moz-border-radius: 10px 10px 200px 200px;
	-webkit-border-radius: 10px 10px 200px 200px;
	border: 0px solid #000000;
}
section.agency .box_white .box {
	padding: 7px 10px 27px 5px;
	/*height: 583px;*/
	overflow: hidden;
}
section.agency .box_white .title {
	padding: 33px 0 0 40px;
	font-weight: 700;
	font-size: 66px;
	color: #000000;
	line-height: 64px;
}
section.agency .box_white .text {
	margin: 0;
	padding: 23px 41px 0 44px;
	font-size: 20px;
	line-height: 27px;
	text-align: justify;
	letter-spacing: -0.3px;
}
section.join_us {
	background-image: url("../images/bg_join_us.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 230px 0 130px 0;
	z-index: 0;
}
section.join_us .text1 {
	padding: 0;
	font-weight: 700;
	font-size: 77px;
	color: #FFFFFF;
	line-height: 60px;
}
section.join_us .text2 {
	margin: 20px 0 0 0;
	padding: 0 0 0 5px;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 29px;
}
section.join_us .more {
	float: left;
	padding: 10px 20px;
	margin: 35px 0 0 0;
	width: 300px;
	max-width: 90%;
	background-color: #000000;
	border-radius: 4px;
	font-weight: 500;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 26px;
	text-decoration: none;
	position: relative;
}
section.join_us .more:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 15px;
	width: 7px;
	height: 25px;
	background-color: #ff7b00;
	border-radius: 0 0 5px 5px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
section.join_us .more:hover {
	background-color: #F58424;
}
section.join_us .more:hover:before {
	background-color: #FFFFFF;
}
/*ag├¬ncia */
/*clientes */
section.clients {
	background-image: url("../images/bg_clients.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-color: #000000;
	text-align: center;
}
section.clients .text1 {
	padding: 0;
	margin: 200px 0 0 0;
	position: relative;
	z-index: 2;
	font-family: "Righteous", cursive;
	font-size: 83px;
	color: #FFFFFF;
	line-height: 87px;
	text-align: center;
}
section.clients .text2 {
	padding: 0;
	margin: 25px 0 0 0;
	position: relative;
	z-index: 2;
	font-family: "Poiret One", cursive;
	font-size: 49px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
}
section.clients .text3 {
	padding: 0 25px;
	margin: 25px 0 0 0;
	position: relative;
	z-index: 2;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
}
section.clients .img_down {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 55px 0 0 0;
}
section.clients .list {
	padding: 0;
	margin: 195px 0 100px 0;
}
section.clients .list .item {
	padding: 0 5px;
	margin: 0 0 10px 0;
}
section.clients .list .item .box:hover {
	padding: 0;
	border-color: #ff7b00;
}
section.clients .list .item .box {
	padding: 0;
	border: 1px solid #404040;
	height: 140px;
}
section.clients .list .item .box a {
	float: left;
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
section.clients .list .item .box a .img_item {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 80%;
	max-height: 80%;
	-webkit-filter: grayscale(300%);
	-moz-filter: grayscale(300%);
	-ms-filter: grayscale(300%);
	-o-filter: grayscale(300%);
}
section.clients .box_contact {
	background-image: url("../images/bg_box_contact.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	padding: 300px 67px 220px 67px;
	z-index: 0;
	height: 960px;
}
section.clients .box_contact .text1_contact {
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-size: 66px;
	color: #FFFFFF;
	line-height: 65px;
	text-align: left;
}
section.clients .box_contact .text2_contact {
	margin: 20px 0 0 0;
	padding: 0 0 0 5px;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 33px;
	text-align: left;
}
section.clients .box_contact .more_contact {
	float: left;
	padding: 10px 20px;
	margin: 35px 0 0 0;
	width: 300px;
	max-width: 90%;
	background-color: #000000;
	border-radius: 4px;
	font-weight: 500;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 26px;
	text-align: left;
	text-decoration: none;
	position: relative;
}
section.clients .box_contact .more_contact:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 15px;
	width: 7px;
	height: 25px;
	background-color: #ff7b00;
	border-radius: 0 0 5px 5px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
section.clients .box_contact .more_contact:hover {
	background-color: #F58424;
}
section.clients .box_contact .more_contact:hover:before {
	background-color: #FFFFFF;
}
section.clients .box_product {
	background-image: url("../images/bg_box_product.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding: 150px 69px 220px 100px;
	z-index: 0;
	height: 875px;
	margin: 85px 0 0 0;
}
section.clients .box_product .text1_product {
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-size: 66px;
	color: #FFFFFF;
	line-height: 70px;
	text-align: left;
}
section.clients .box_product .text2_product {
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 33px;
	text-align: left;
}
section.clients .box_product .more_product {
	float: left;
	padding: 10px 20px;
	margin: 60px 0 0 0;
	width: 300px;
	max-width: 90%;
	background-color: #000000;
	border-radius: 4px;
	font-weight: 500;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 26px;
	text-align: left;
	text-decoration: none;
	position: relative;
}
section.clients .box_product .more_product:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 15px;
	width: 7px;
	height: 25px;
	background-color: #ff7b00;
	border-radius: 0 0 5px 5px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
section.clients .box_product .more_product:hover {
	background-color: #F58424;
}
section.clients .box_product .more_product:hover:before {
	background-color: #FFFFFF;
}
/*clientes */
/*clientes detalhe */
section.banner_client_view {
	height: 975px;
	background-image: url("../images/img_banner_client_view.jpg");
}
section.client_view {
	background-color: #000000;
}
section.client_view .box_yellow {
	background-color: #ff7b00;
	padding: 40px 40px 40px 60px;
	height: auto;
	min-height: 162px;
	position: relative;
	margin: -254px 0 0 0;
}
section.client_view .box_yellow .box {
	padding: 0 10px 0 0;
	min-height: 298px;
	overflow: hidden;
}
section.client_view .box_yellow .box_img {
	padding: 0;
	text-align: center;
}
section.client_view .box_yellow .box_img .img_item {
	display: inline-block;
	margin: 0;
	width: auto;
	max-width: 100%;
	-webkit-filter: grayscale(300%);
	-moz-filter: grayscale(300%);
	-ms-filter: grayscale(300%);
	-o-filter: grayscale(300%);
}
section.client_view .box_yellow .text {
	margin: 75px 0 0 0;
	padding: 0;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 27px;
	text-align: justify
}
section.client_view .box_yellow .more {
	float: left;
	padding: 10px 20px;
	margin: 50px 0 0 0;
	width: 205px;
	max-width: 90%;
	background-color: #000000;
	border-radius: 4px;
	font-weight: 500;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 26px;
	text-decoration: none;
	position: relative;
}
section.client_view .box_yellow .more:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 15px;
	width: 7px;
	height: 25px;
	background-color: #ff7b00;
	border-radius: 0 0 5px 5px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
section.client_view .box_yellow .more:hover {
	background-color: #FFFFFF;
	color: #000000;
}
section.client_view .box_yellow .more:hover:before {
	background-color: #000000;
}
section.client_view .box_white {
	background-color: #FFFFFF;
	padding: 46px 40px 60px 75px;
	height: auto;
	min-height: 200px;
	position: relative;
	margin: -223px 0 0 0;
}
section.client_view .box_white .box {
	padding: 0 10px 0 0;
	min-height: 250px;
	overflow: hidden;
}
section.client_view .box_white .title {
	padding: 0;
	font-weight: 700;
	font-size: 73px;
	color: #000000;
	line-height: 61px;
}
section.client_view .box_white .text {
	margin: 45px 0 0 0;
	padding: 0;
	font-size: 22px;
	color: #000000;
	line-height: 32px;
}
section.client_view .client_text {
	padding: 0;
	margin: 140px 0 100px 0;
}
section.client_view .client_text .title {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
}
section.client_view .client_text .text {
	margin: 12px 0 0 0;
	padding: 0;
	font-size: 21px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center
}
section.client_view .client_infos {
	padding: 0 0 130px 0;
	margin: 0;
	background-color: #FFFFFF;
}
section.client_view .client_infos .box_img {
	padding: 0 7px;
	margin: 0 0 0 0;
}
section.client_view .client_infos .box_img .img_item {
	float: left;
	margin: 0;
	width: 100%;
}
section.client_view .client_infos .title {
	margin: 100px 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 60px;
	color: #404040;
	line-height: 60px;
	text-align: center;
}
section.client_view .client_infos .text {
	margin: 0 0 80px 0;
	padding: 0;
	font-size: 21px;
	color: #404040;
	line-height: 41px;
	text-align: center
}
/*clientes detalhe */
/*fale conosco */
section.banner_contact {
	height: 651px;
	background-image: url("../images/img_banner_contact.jpg");
}
section.banner_contact .mobile {
	display: none;
}
section.contact {
	background-color: #DFDFDF;
}
section.contact .column {
	padding: 0;
	position: relative;
	z-index: 1;
}
section.contact .column.shadow:before {
	content: "";
	background-image: url("../images/shadow_page_contact.png");
	background-repeat: no-repeat;
	background-position: right center;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
}
section.contact .box_yellow {
	background-color: #ff7b00;
	padding: 40px 50px 50px 50px;
	height: auto;
	min-height: 450px;
	position: relative;
	margin: -90px 0 0 0;
}
section.contact .box_yellow .box {
	padding: 0;
}
section.contact .box_yellow .title {
	margin: 25px 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 78px;
	color: #FFFFFF;
	line-height: 60px;
}
section.contact .box_yellow .text1 {
	padding: 0;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 21px;
}
section.contact .box_yellow .text2 {
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 35px;
}
section.contact .box_black {
	padding: 75px 50px 50px 50px;
	height: auto;
	min-height: 450px;
	position: relative;
	margin: 100px 0 0 0;
	position: relative;
}
section.contact .box_black .bg {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.8;
}
section.contact .box_black:before {
	content: "";
	background-color: #ff7b00;
	z-index: 1;
	position: absolute;
	top: -14px;
	left: 50px;
	width: 10px;
	height: 36px;
	border-radius: 10px 10px 200px 200px;
	-moz-border-radius: 10px 10px 200px 200px;
	-webkit-border-radius: 10px 10px 200px 200px;
	border: 0px solid #000000;
}
section.contact .box_black .box {
	padding: 0;
}
section.contact .box_black .title {
	margin: 0 0 70px 0;
	padding: 0;
	font-size: 39px;
	color: #FFFFFF;
	line-height: 41px;
}
section.contact .box_black .phone {
	padding: 0;
	margin: 10px 0 0 0;
}
section.contact .box_black .phone .text1 {
	padding: 0;
	font-size: 15px;
	color: #ff7b00;
	line-height: 18px;
}
section.contact .box_black .phone .text2 {
	padding: 0;
	font-weight: 600;
	font-size: 23px;
	color: #FFFFFF;
	line-height: 26px;
}
section.contact .box_form {
	background-color: #FFFFFF;
	padding: 60px 60px 50px 60px;
	margin: -30px 0 0 0;
	height: auto;
	min-height: 950px;
	position: relative;
}
section.contact .box_form:before {
	content: "";
	background-image: url("../images/shadow_box_form_top.png");
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 40px;
}
section.contact .box_form:after {
	content: "";
	background-image: url("../images/shadow_box_form_bottom.png");
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 16px;
}
section.contact .box_form .item {
	margin: 0 0 40px 0;
	padding: 0;
	text-align: left;
	position: relative;
}
section.contact .box_form .item.shadow:before {
	content: "";
	background-image: url("../images/shadow_item_form.png");
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 180px;
	left: 0;
	width: 100%;
	height: 16px;
}
section.contact .box_form .field.company {
	background-image: url("../images/bg_company.png");
}
section.contact .box_form .field.person {
	background-image: url("../images/bg_person.png");
}
section.contact .box_form .field.email {
	background-image: url("../images/bg_email.png");
}
section.contact .box_form .field.telefone {
	background-image: url("../images/bg_telefone.png");
}
section.contact .box_form .field {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #000;
	text-align: left;
	line-height: 50px;
	outline: none;
	background-color: #FFFFFF;
	border: none;
	border-bottom: 1px solid #BFBFBF;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: right center;
}
section.contact .box_form textarea {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 180px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #000;
	text-align: left;
	line-height: 27px;
	outline: none;
	background-color: #FFFFFF;
	border: none;
	border-bottom: 1px solid #BFBFBF;
	border-radius: 0;
	resize: none;
}
section.contact .box_form .box_select {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #3c3c3c;
	text-align: left;
	line-height: 50px;
	outline: none;
	background-color: #FFFFFF;
	border: none;
	border-bottom: 1px solid #BFBFBF;
	border-radius: 0;
	outline: none;
}


section.contact .box_form .box_select .option {
	margin: 0;
	padding: 0;
	color: #999;
}

section.contact .box_form .box_select .option:hover{
	color: #000;
}

section.contact .box_form .box_select .arrow_select {
	width: 30px;
	height: 50px;
	background-image: url("../images/img_arrow_select.png") !important;
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	margin: 0;
}

section.contact .box_form .box_recaptcha {
	padding: 0;
	float: left;
}
section.contact .box_form .btn_send {
	float: right;
	padding: 0 20px;
	margin: 0;
	width: 205px;
	max-width: 90%;
	height: 53px;
	background-color: #000000;
	border-radius: 4px;
	font-weight: 500;
	font-size: 26px;
	text-align: left;
	color: #FFFFFF;
	line-height: 50px;
	text-decoration: none;
	position: relative;
	border: none;
}
section.contact .box_form .btn_send:before {
	content: "";
	position: absolute;
	top: 12px;
	right: 15px;
	width: 7px;
	height: 25px;
	background-color: #ff7b00;
	border-radius: 0 0 5px 5px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
section.contact .box_form .btn_send:hover {
	background-color: #F58424;
}
section.contact .box_form .btn_send:hover:before {
	background-color: #FFFFFF;
}
section.contact .box_form .success_msg {
	padding: 0;
	margin: 20px 0 0 0;
	font-weight: 500;
	font-size: 20px;
	color: #009145;
	text-align: left;
}
section.contact .box_form .success_error {
	padding: 0;
	margin: 20px 0 0 0;
	font-weight: 500;
	font-size: 20px;
	color: #DD0000;
	text-align: left;
}
section.contact .box_form .g-recaptcha {
	float: left;
}
section.contact .box_form ::-webkit-input-placeholder {
 color: #999999;
 opacity: 10;
}
section.contact .box_form :-moz-placeholder {
 color: #999999;
 opacity: 10;
}
section.contact .box_form ::-moz-placeholder {
 color: #999999;
 opacity: 10;
}
section.contact .box_form :-ms-input-placeholder {
 color: #999999;
 opacity: 10;
}
section.contact .map {
	padding: 0;
	margin: -45px 0 0 0;
	position: relative;
	z-index: 0;
}
/*fale conosco */
/*o que fazemos */
section.banner_our_services {
	height: auto !important;
	background-image: url("../images/img_banner_our_services.jpg");
}
section.banner_our_services .list {
	margin-top: 240px;
}
section.banner_our_services .list .item:nth-child(1) .cover {
	opacity: 0.3;
	background-color: #FF8700;
	-webkit-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.36);
	box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.36);
}
section.banner_our_services .list .item:nth-child(2) .cover {
	opacity: 0.3;
	background-color: #000000;
	-webkit-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.36);
	box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.36);
}
section.banner_our_services .list .item:nth-child(3) .cover {
	opacity: 0.3;
	background-color: #ff7b00;
	-webkit-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.36);
	-moz-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.36);
	box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.36);
}
section.banner_our_services .list .item:hover .cover {
	background-color: #D86D03;
	opacity: 0.7;
}
section.our_services {
	z-index: 2;
}
section.our_services .list {
	position: relative;
	padding: 0;
	margin: -1px 0 0 0;
}
section.our_services .item {
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 500px;
	-webkit-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.46);
	box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.46);
}
section.our_services .item .cover {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #F58424;
	opacity: 0;
}
section.our_services .item a {
	float: left;
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
section.our_services .item .box {
	float: left;
	padding: 0 50px 0 68px;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 93px;
	width: 100%;
	height: auto;
}
section.our_services .item .box .title {
	padding: 0;
	font-weight: 700;
	font-size: 54px;
	color: #FFFFFF;
	line-height: 52px;
	text-align: left;
	text-transform: uppercase;
}
section.our_services .item .box .text {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 22px;
	text-align: left;
}
section.our_services .item.black .box .title {
	color: #000000;
}
section.our_services .item.black .box .text {
	color: #000000;
}
section.our_services .item:hover .cover {
	opacity: 0.7;
}
/*o que fazemos */
/*o que fazemos detalhes */
section.our_services_view {
	background-image: url("../images/bg_our_services_view.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-color: #000000;
	text-align: center;
}
section.our_services_view .text1 {
	padding: 0;
	margin: 200px 0 0 0;
	position: relative;
	z-index: 2;
	font-family: "Righteous", cursive;
	font-size: 83px;
	color: #FFFFFF;
	line-height: 87px;
	text-align: center;
	text-transform: uppercase;
}
section.our_services_view .text2 {
	padding: 0;
	margin: 25px 0 0 0;
	position: relative;
	z-index: 2;
	font-family: "Poiret One", cursive;
	font-size: 49px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}
section.our_services_view .text3 {
	padding: 0;
	margin: 25px 0 0 0;
	position: relative;
	z-index: 2;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
}
section.our_services_view .img_down {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 55px 0 0 0;
}
section.our_services_view .box_text {
	padding: 0;
	margin: 140px 0 0 0;
}
section.our_services_view .box_text .box_white {
	padding: 0 10px 26px 0;
	background-color: #FFFFFF;
}
section.our_services_view .box_text .box_white .title {
	padding: 41px 0 18px 40px;
	font-weight: 700;
	font-size: 60px;
	color: #000000;
	line-height: 59px;
	text-align: left;
}
section.our_services_view .box_text .box_white .text {
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 22px;
	color: #959595;
	text-align: left;
}
section.our_services_view .box_text .box_white .text .box {
	margin: 0;
	padding: 0 41px 0 44px;
	font-size: 20px;
	line-height: 27px;
	text-align: justify;
	min-height: 250px;
	overflow: hidden;
}
section.our_services_view .box_text .box_yellow {
	margin: 60px 0 0 0;
	padding: 50px 80px 30px 100px;
	position: relative;
}
section.our_services_view .box_text .box_yellow .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 500px;
	background: -moz-linear-gradient(135deg, #FF8700 0%, #000000 60%);
	background: -webkit-linear-gradient(135deg, #FF8700 0%, #000000 60%);
	background: linear-gradient(145deg, #FF8700 0%, #000000 60%);
	opacity: 0.5;
}
section.our_services_view .box_text .box_yellow .title {
	padding: 0;
	font-weight: 700;
	font-size: 48px;
	color: #FFFFFF;
	line-height: 51px;
	text-align: left;
}
section.our_services_view .box_text .box_yellow .box {
	padding: 0 15px 0 0;
	min-height: 400px;
	overflow: hidden;
	margin: 35px 0 0 0;
}
section.our_services_view .box_text .box_yellow ul {
	padding: 0;
	margin: 0;
}
section.our_services_view .box_text .box_yellow ul li {
	padding: 0 0 0 45px;
	margin: 0 0 25px 0;
	background-image: url("../images/bg_arrow.png");
	background-repeat: no-repeat;
	background-position: 0 7px;
}
section.our_services_view .box_text .box_yellow ul li .item_text1 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: #ff7b00;
	line-height: 34px;
	text-align: left;
}
section.our_services_view .box_text .box_yellow ul li .item_text2 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 23px;
	text-align: left;
}
section.our_services_view .box_carousel {
	padding: 0;
	margin: 50px 0 0 0;
	text-align: center;
}
section.our_services_view .box_carousel .item {
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
section.our_services_view .box_carousel .item .text {
	margin: 130px 0 150px 0;
	padding: 0;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 39px;
}
section.our_services_view .box_what_we_do {
	padding: 0;
	margin: 90px 0 125px 0;
	text-align: center;
}
section.our_services_view .box_what_we_do .title {
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-size: 48px;
	color: #FFFFFF;
	line-height: 51px;
}
section.our_services_view .box_what_we_do .text {
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 25px;
}
section.our_services_view .box_what_we_do .more {
	display: inline-block;
	padding: 10px 20px;
	margin: 35px 0 0 0;
	width: 365px;
	max-width: 98%;
	background-color: #ff7b00;
	border-radius: 4px;
	font-weight: 500;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 26px;
	text-align: left;
	text-decoration: none;
	position: relative;
}
section.our_services_view .box_what_we_do .more:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 15px;
	width: 9px;
	height: 25px;
	background-color: #FFFFFF;
	border-radius: 0 0 5px 5px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
section.our_services_view .box_what_we_do .more:hover {
	background-color: #FFFFFF;
	color: #000000;
}
section.our_services_view .box_what_we_do .more:hover:before {
	background-color: #000000;
}
section.our_services_view .box_what_we_do .more_contact:hover {
	background-color: #080808;
}
section.our_services_view .box_contact {
	background-image: url("../images/bg_box_contact_services.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	padding: 300px 0 220px 120px;
	z-index: 0;
	height: 960px;
}
section.our_services_view .box_contact .text1_contact {
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-size: 66px;
	color: #FFFFFF;
	line-height: 65px;
	text-align: left;
}
section.our_services_view .box_contact .text2_contact {
	margin: 20px 0 0 0;
	padding: 0 0 0 5px;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 33px;
	text-align: left;
}
section.our_services_view .box_contact .more_contact {
	float: left;
	padding: 10px 20px;
	margin: 35px 0 0 0;
	width: 300px;
	max-width: 90%;
	background-color: #000000;
	border-radius: 4px;
	font-weight: 500;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 26px;
	text-align: left;
	text-decoration: none;
	position: relative;
}
section.our_services_view .box_contact .more_contact:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 15px;
	width: 7px;
	height: 25px;
	background-color: #ff7b00;
	border-radius: 0 0 5px 5px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
section.our_services_view .box_contact .more_contact:hover {
	background-color: #F58424;
}
section.our_services_view .box_contact .more_contact:hover:before {
	background-color: #FFFFFF;
}
section.our_services_view .box_product {
	background-image: url("../images/bg_box_product_services.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding: 150px 0 220px 170px;
	z-index: 0;
	height: 875px;
	margin: 85px 0 0 0;
}
section.our_services_view .box_product .text1_product {
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-size: 66px;
	color: #FFFFFF;
	line-height: 65px;
	text-align: left;
}
section.our_services_view .box_product .text2_product {
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 33px;
	text-align: left;
}
section.our_services_view .box_product .more_product {
	float: left;
	padding: 10px 20px;
	margin: 38px 0 0 0;
	width: 300px;
	max-width: 90%;
	background-color: #000000;
	border-radius: 4px;
	font-weight: 500;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 26px;
	text-align: left;
	text-decoration: none;
	position: relative;
}
section.our_services_view .box_product .more_product:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 15px;
	width: 7px;
	height: 25px;
	background-color: #ff7b00;
	border-radius: 0 0 5px 5px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
section.our_services_view .box_product .more_product:hover {
	background-color: #F58424;
}
section.our_services_view .box_product .more_product:hover:before {
	background-color: #FFFFFF;
}
/*o que fazemos detalhes */
/*trabalhos */
section.work {
	background-color: #000000;
}
section.work .list {
	position: relative;
	padding: 0;
}
section.work .column {
	padding: 0;
}
section.work .item.large {
	height: 620px;
}
section.work .item {
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 310px;
}
section.work .item .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff7b00+0,000000+100&1+0,0.41+41 */
	background: -moz-linear-gradient(45deg, rgba(255,123,0,1) 0%, rgba(150,73,0,0.41) 41%, rgba(0,0,0,0.41) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(255,123,0,1) 0%, rgba(150,73,0,0.41) 41%, rgba(0,0,0,0.41) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(255,123,0,1) 0%, rgba(150,73,0,0.41) 41%, rgba(0,0,0,0.41) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b00', endColorstr='#69000000', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	opacity: 0;
}
section.work .item a {
	float: left;
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.46);
	box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.46);
}
section.work .item .box {
	float: left;
	padding: 0 40px 54px 40px;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	height: auto;
}
section.work .item .box .title {
	padding: 0;
	font-weight: 700;
	font-size: 42px;
	color: #FFFFFF;
	line-height: 42px;
	text-align: left;
	opacity: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	cursor: pointer;
}
section.work .item:hover .box .title {
	opacity: 100;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	cursor: pointer;
}
section.work .item .box .text {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 17px;
	text-align: left;
	opacity: 0;
}
section.work .item:hover .box .text {
	opacity: 100;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	cursor: pointer;
}
section.work .item:hover .cover {
	opacity: 20;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	cursor: pointer;
}
section.work .item:hover .box {
	opacity: 10;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
	cursor: pointer;
}
/*trabalhos */
/*not├¡cias */
section.news .list_featured {
	position: relative;
	padding: 0;
}
section.news .list_featured .column {
	padding: 0;
}
section.news .list_featured .item.large {
	height: 530px;
}
section.news .list_featured .item.large .box .text {
	font-size: 32px;
	line-height: 36px;
}
section.news .list_featured .item.large .box .text {
	font-size: 32px;
	line-height: 36px;
}
section.news .list_featured .item {
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 265px;
}
section.news .list_featured .item .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(45deg, #ff7b00 0%, rgba(236, 128, 16, 0) 47%, rgba(236, 128, 16, 0) 93%);
	background: -webkit-linear-gradient(45deg, #ff7b00 0%, rgba(236, 128, 16, 0) 47%, rgba(236, 128, 16, 0) 93%);
	background: linear-gradient(45deg, #ff7b00 0%, rgba(236, 128, 16, 0) 47%, rgba(236, 128, 16, 0) 93%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b00', endColorstr='#00ec8010', GradientType=1 );
	opacity: 0;
}
section.news .list_featured .item a {
	float: left;
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.46);
	box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.46);
}
section.news .list_featured .item a:hover {
	float: left;
	z-index: 10;
	background-color: #F58424;
	opacity: 0.9
}
section.news .list_featured .item .box {
	float: left;
	padding: 0 35px;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: auto;
}
section.news .list_featured .item .box .title {
	padding: 0;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 19px;
	text-align: left;
}
section.news .list_featured .item .box .title span {
	padding: 5px 10px;
	margin: 0;
	float: left;
	width: auto;
}
section.news .list_featured .item .box .title span.orange {
	background-color: #F58424;
}
section.news .list_featured .item .box .title span.black {
	background-color: #000000;
}
section.news .list_featured .item .box .text {
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 32px;
	color: #FFFFFF;
	text-align: left;
	line-height: 36px;
}
section.news .list_featured .item:hover .cover {
	opacity: 10;
}
section.news .list_featured .item:hover .box {
	opacity: 10;
}
section.news .list_news {
	position: relative;
	padding: 35px 0 0 0;
	background-color: #FFFFFF;
	background-image: url("../images/shadow_list_news.png");
	background-repeat: no-repeat;
	background-position: center top;
}
section.news .list_news .box_select {
	padding: 0;
	display: none;
}
section.news .list_news .box_select .box_select {
	margin: 0 0 35px 0;
	padding: 0 0 0 10px;
	width: 100%;
	height: 40px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	text-align: left;
	line-height: 40px;
	outline: none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #949494;
	border-radius: 4px;
	outline: none;
}
section.news .list_news .box_select .box_select .option {
	margin: 0;
	padding: 0;
}
section.news .list_news .box_select .box_select .arrow_select {
	width: 20px;
	height: 40px;
	background-image: url("../images/img_arrow_select_gray.png") !important;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
	margin: 0;
}
section.news .list_news .column {
	padding: 0 40px;
}
section.news .list_news .column:nth-child(1) {
	padding-left: 0;
}
section.news .list_news .column:nth-child(3) {
	padding-right: 0;
}
section.news .list_news .item.large {
	height: auto;
}
section.news .list_news .item.large .box_img {
	height: 750px;
}
section.news .list_news .item {
	padding: 0 0 80px 0;
}
section.news .list_news .item a {
	float: left;
	margin: 0;
	width: 100%;
	/* height: 100%;*/
	height: auto;
	position: relative;
	z-index: 1;
}
section.news .list_news .item .box_img {
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 211px;
	margin: 10px 0 0 0;
}
section.news .list_news .item .type {
	padding: 0;
	font-size: 18px;
	color: #F3851F;
	line-height: 21px;
	text-align: left;
}
section.news .list_news .item .time {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 13px;
	color: #989898;
	text-align: left;
	line-height: 16px;
}
section.news .list_news .item .title {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 35px;
	color: #666666;
	text-align: left;
	line-height: 38px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
section.news .list_news .item .text {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 16px;
	color: #949494;
	text-align: left;
	line-height: 19px;
}
section.news .list_news .item:hover .title {
	color: #ff7b00;
}
section.news .list_news .item.adwords .type {
	color: #BEBEBE;
}
section.news .list_news .item.adwords img {
	float: left;
	margin: 0;
	width: auto;
	max-width: 100%;
}
section.news .list_news .list_pagination {
	margin: 50px 0 100px 0;
}
section.news .list_news .box_button {
	padding: 0;
	text-align: center;
	display: none;
}
section.news .list_news .box_button .more {
	display: inline-block;
	margin: 50px 0;
	max-width: 100%;
	width: 335px;
	height: 55px;
	font-weight: 500;
	font-size: 26px;
	color: #737373;
	text-align: center;
	line-height: 29px;
	background-color: transparent;
	border: 1px solid #ff7b00;
	border-radius: 5px;
}
section.news .list_news .box_button .more:hover {
	color: #666666;
}
/*not├¡cias */
/*not├¡cias detalhe */
section.banner_news {
	height: 640px;
	background-image: url("../images/img_banner_news.jpg");
	background-position: right bottom;
}
section.banner_news .box_type {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
}
section.banner_news .box_type .type {
	display: inline-block;
	margin: 0;
	padding: 15px 30px;
	width: auto;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 21px;
	background-color: #ff7b00;
	position: relative;
	bottom: -25px;
}
section.news_view {
	padding: 0 0 140px 0;
}
section.news_view .title {
	margin: 100px 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 70px;
	color: #666666;
	line-height: 66px;
	text-align: center;
}
section.news_view .subtitle {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 24px;
	color: #959595;
	line-height: 28px;
	text-align: center;
}
section.news_view .writer {
	margin: 12px 0 0 0;
	padding: 0;
	font-weight: 500;
	font-size: 18px;
	color: #959595;
	line-height: 21px;
	text-align: left;
}
section.news_view .time {
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: 300;
	font-size: 14px;
	color: #999999;
	line-height: 18px;
	text-align: left;
}
section.news_view .box_text {
	margin: 33px 0 0 0;
	padding: 0;
	font-size: 24px;
	color: #959595;
	line-height: 34px;
	text-align: left;
}
section.news_view .box_text .box {
	padding: 0 0 0px 0;
	text-align: justify;
}
section.news_view .box_text .column {
	padding: 0;
}
section.news_view .box_text .padding_right {

	padding-right: 30px;
}
section.news_view .box_text .padding_left {
	padding-left: 70px;
}
section.news_view .box_share {
	margin: 55px 0 0 0;
	padding: 0;
	font-size: 18px;
	color: #ff7b00;
	line-height: 21px;
	text-align: left;
}
section.news_view .box_share a {
	display: inline-block;
	width: auto;
	margin: 0 2px 0 15px;
}
section.news_view .item {
	/*padding: 0 0 80px 0;*/
	padding: 0 0 20px 0;
}
section.news_view .item a {
	float: left;
	margin: 0;
	width: 100%;
	/*height: 100%;*/
	height: auto;
	position: relative;
	z-index: 1;
}
section.news_view .item .box_img {
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 254px;
	margin: 10px 0 0 0;
}
section.news_view .item .type {
	padding: 0;
	font-size: 18px;
	color: #F3851F;
	line-height: 21px;
	text-align: left;
}
section.news_view .item .time {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 13px;
	color: #989898;
	text-align: left;
	line-height: 16px;
}
section.news_view .item .title {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 35px;
	color: #666666;
	text-align: left;
	line-height: 38px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
section.news_view .item .text {
	margin: 15px 0 40px 0;
	padding: 0;
	font-size: 16px;
	color: #949494;
	text-align: left;
	line-height: 19px;
}
section.news_view .item:hover .title {
	color: #ff7b00;
}
section.news_view .box_carousel {
	padding: 0;
	margin: 80px 0 0 0;
}
section.news_view .box_carousel .item_slide {
	overflow: hidden;
	float: left;
	margin: 0;
	width: 100%;
	border: 1px solid #DFDFDF;
}
section.news_view .box_carousel .item_slide .img_item {
	float: left;
	margin: 0;
	width: 100%;
}
section.news_view .box_carousel .item_slide .img_item:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.category_news {
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 10;
	width: 205px;
	overflow: hidden;
}
.category_news .btn_menu {
	float: left;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0 6px;
	background-color: #F58424;
	border: none;
	position: relative;
	z-index: 1;
}
.category_news .btn_menu .line {
	float: left;
	margin: 4px 0;
	width: 100%;
	height: 3px;
	background-color: #FFFFFF;
}
.category_news ul {
	float: left;
	margin: -50px 0 0 0;
	width: 98%;
	background-color: #eee;
	padding: 70px 10px 30px 20px;
	position: relative;
	left: 0;
	z-index: 0;
	display: none;
}
.category_news ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #666666;
	text-align: left;
	line-height: 25px;
}
.category_news ul li a {
	color: #666666;
	text-decoration: none;
}
.category_news ul li a:hover, .category_news ul li a.active {
	color: #F58424;
}
.category_news.active ul {
	display: block;
}

/*not├¡cias detalhe */
@media(min-width: 1021px) {
.menu_mobile {
	display: none !important;
}
}

@media(max-width: 1500px) {
section.our_services_view {
	background-size: auto 1335px;
}
}

@media(max-width: 1400px) {
section.clients .box_contact {
	padding-left: 60px;
}
section.clients .box_contact .text1_contact {
	font-size: 52px;
	line-height: 55px;
}
section.clients .box_contact .text2_contact {
	font-size: 24px;
	line-height: 28px;
}
section.clients .box_product {
	padding-left: 80px;
}
section.clients .box_product .text1_product {
	font-size: 52px;
	line-height: 55px;
}
section.clients .box_product .text2_product {
	font-size: 24px;
	line-height: 28px;
}
section.our_services .item .box {
	padding: 0 35px 0 50px;
}
section.our_services .item .box .title {
	font-size: 52px;
	line-height: 52px;
}
section.our_services .item .box .text {
	font-size: 20px;
	line-height: 24px;
	text-align: center
}
section.work .item .box .title {
	font-size: 32px;
	line-height: 36px;
}
section.news .list_featured .item.large .box .text {
	font-size: 30px;
	line-height: 33px;
}
section.news .list_featured .item .box .text {
	font-size: 24px;
	line-height: 28px;
}
section.news .list_news .column {
	padding: 0 20px;
}
section.news .list_news .item .title {
	font-size: 28px;
	line-height: 31px;
}
section.our_services_view .box_contact {
	padding-left: 60px;
	padding-top: 280px;
}
section.our_services_view .box_contact .text1_contact {
	font-size: 52px;
	line-height: 55px;
}
section.our_services_view .box_contact .text2_contact {
	font-size: 24px;
	line-height: 28px;
}
section.our_services_view .box_product {
	padding-left: 80px;
}
section.our_services_view .box_product .text1_product {
	font-size: 52px;
	line-height: 55px;
}
section.our_services_view .box_product .text2_product {
	font-size: 24px;
	line-height: 28px;
}
}

@media(max-width: 1360px) {
header ul.menu li {
	margin: 0 1px;
	font-size: 18px;
	line-height: 18px;
}
header ul.menu li a {
	padding: 8px 10px;
}
header ul.language li {
	margin: 0 2px;
}
section.contact .box_form .btn_send {
	margin-top: 35px;
	float: left;
}
}

@media(max-width: 1210px) {
header ul.menu {
	margin-top: 37px;
}
header ul.menu li {
	font-size: 16px;
	line-height: 16px;
}
section.home .box_home .box_white {
	padding: 40px 10px;
}
section.home .box_home .client .item .box {
	padding: 40px 35px;
}
section.home .box_home .client .item .box .text2 {
	font-size: 55px;
	line-height: 55px;
}
section.home .box_home .news .text2 {
	font-size: 48px;
	line-height: 48px;
}
section.home .box_home .service .box {
	padding: 40px 30px;
	min-height: 259px;
}
section.home .box_home .service .box .text2 {
	font-size: 32px;
	line-height: 32px;
}
section.home .box_home .newest {
	padding: 50px 31px;
}
section.home .box_home .news {
	/* padding: 50px 50px; */
    /* background-color: #808080; */
	padding: 50px 31px;
}
section.home .box_home .newest .text2 {
	font-size: 48px;
	line-height: 48px;
}
section.home .box_home .client_small .box {
	padding: 35px 30px;
}
section.home .box_home .client_small .box .text2 {
	font-size: 32px;
	line-height: 32px;
}
section.home .box_home .news_small .item {
	padding: 0 10px;
}
section.home .box_home .news_small .item .box .text2 {
	font-size: 28px;
	line-height: 28px;
}
section.home .box_home .box_list_clients {
	padding: 0 10px;
}
section.agency .box_yellow, section.agency .box_white {
	padding: 0;
}
section.our_services .item .box {
	padding: 0 25px 0 40px;
}
section.our_services .item .box .title {
	font-size: 37px;
	line-height: 37px;
	text-align: center;
}
section.our_services .item .box .text {
	font-size: 18px;
	line-height: 22px;
}
section.news .list_featured .item.large .box .text {
	font-size: 26px;
	line-height: 29px;
}
section.news .list_featured .item .box .text {
	font-size: 21px;
	line-height: 24px;
}
section.news .list_news .item .title {
	font-size: 22px;
	line-height: 25px;
}
}

@media(max-width: 1130px) {
body {
	padding-top: 90px;
}
header .home .logo {
	width: 110px;
}
header ul.menu {
	margin-top: 37px;
}
header ul.menu li {
	font-size: 15px;
	line-height: 15px;
}
}

@media(max-width: 1100px) {
header .home {
	margin-top: 25px;
}
header .home .logo {
	width: 90px;
}
header ul.menu {
	margin-top: 37px;
	margin-left: 0;
}
header ul.menu li {
	font-size: 15px;
	line-height: 15px;
}
header ul.media {
	margin-left: 0;
}
header ul.media li {
	margin: 0 3px;
}
header ul.language {
	margin-left: 0;
}
footer .box_footer ul.menu {
	padding-left: 30px;
}
section.our_services_view .box_text .box_white {
	padding: 50px 40px;
}
section.our_services_view .box_text .box_white .title {
	font-size: 38px;
	line-height: 41px;
}
section.our_services_view .box_text .box_yellow {
	padding: 50px 60px 30px 60px;
}
}
 @media(max-width: 1020px) {
.container {
	padding: 0;
}
header .btn_menu {
	display: block;
}
header .home {
	margin-top: 17px;
}
header .home .logo {
	width: 121px;
}
header ul.menu {
	display: none;
}
header ul.media {
	margin: 40px 0 25px 10px;
}
header ul.media li {
	margin: 0 7px;
}
header ul.language {
	margin: 40px 0 25px 10px;
}
header ul.language li {
	margin: 0 4px;
}
footer .box_footer ul.menu {
	padding-left: 15px;
}
footer .box_footer ul.menu li {
	font-size: 18px;
}
footer .box_footer .phone .text2 {
	font-size: 18px;
}
section.video .text1 {
	font-size: 70px;
	line-height: 70px;
	padding: 0 20px;
}
section.video .text2 {
	font-size: 36px;
	line-height: 39px;
}
section.home .container {
	padding: 0;
}
section.home .box_home .column {
	width: 100%;
}
section.home .box_home .client {
	margin-top: 0;
}
section.home .box_home .box_white {
	background-image: none;
}
section.release .item .box .text2 {
	font-size: 70px;
	line-height: 70px;
}
section.release .item .box .text3 {
	font-size: 20px;
	line-height: 25px;
}
section.banner_page {
	height: 800px;
}
section.banner_page .text1 {
	margin: 200px 0 0 0;
	font-size: 42px;
	line-height: 42px;
}
section.banner_page .text2 {
	position: relative;
	font-size: 32px;
	line-height: 35px;
	padding: 0 50px;
}
section.banner_page .text3 {
	font-size: 22px;
	line-height: 28px;
	padding: 0 50px;
}
section.agency .box_white_images {
	padding: 30px 20px 30px 40px;
	margin: 0;
	width: 100%;
}
section.agency .box_yellow, section.agency .box_white {
	margin: 0;
	width: 100%;
	min-height: 270px;
}
section.join_us {
	padding: 59px 65px;
}
section.join_us .text1 {
	font-size: 57px;
	line-height: 57px;
}
section.join_us .text2 {
	font-size: 20px;
	line-height: 23px;
}
section.join_us .more {
	width: 245px;
}
section.clients .text1 {
	margin: 200px 0 0 0;
	font-size: 42px;
	line-height: 45px;
}
section.clients .text2 {
	margin: 15px 0 0 0;
	font-size: 32px;
	padding: 0 25px;
	line-height: 35px;
}
section.clients .text3 {
	font-size: 22px;
	line-height: 29px;
	padding: 0 100px;
}
section.clients .img_down {
	display: none;
}
section.clients .list {
	padding: 19px;
	margin: 91px 0 47px 0;
}
section.clients .box_contact, section.clients .box_product {
	width: 100%;
	height: auto;
	padding: 100px 0 100px 100px;
	margin: 0;
}
section.client_view .container {
	padding: 0;
}
section.client_view .client_text {
	padding: 0 30px;
	margin: 60px 0 20px 0;
}
section.client_view .client_text .title {
	font-size: 41px;
	line-height: 41px;
}
section.client_view .client_text .text {
	font-size: 20px;
	line-height: 25px;
}
section.client_view .client_infos {
	padding: 0 30px;
	margin: 60px 0 20px 0;
}
section.client_view .client_infos .title {
	font-size: 32px;
	line-height: 34px;
	word-wrap: inherit;
}
section.client_view .client_infos .title {
	margin: 32px 0 0 0;
}
section.client_view .client_infos .text {
	font-size: 20px;
	line-height: 25px;
	margin: 10px 0 43px 0;
}
section.client_view .box_yellow {
	margin: 0;
	padding: 55px 30px 40px 30px;
	width: 100%;
}
section.client_view .box_white {
	margin: 0;
	padding: 40px 30px 40px 30px;
	width: 100%;
	text-align: center;
}
section.client_view .box_white .title {
	font-size: 32px;
	line-height: 34px;
}
section.client_view .box_white .text {
	font-size: 18px;
	line-height: 28px;
}
section.banner_contact .mobile {
	display: block;
}
section.contact .container {
	padding: 0;
}
section.contact .column {
	background-image: none;
	width: 100%;
}
section.contact .box_yellow {
	display: none;
}
section.contact .box_black {
	margin: 0;
}
section.contact .box_black .title {
	font-size: 32px;
	line-height: 35px;
	text-align: center
}
section.release .item .box:before {
	left: 65px;
}
.carousel_client_release .owl-controls {
	display: none!important;
}
section.release .item .box {
	padding: 75px 0 80px 59px;/* position: relative; */
}
section.contact .box_black:before {
	display: none;
}
section.contact .box_form .btn_send {
	float: right;
	margin-top: 0;
}
section.contact .map {
	margin: 0;
}
section.our_services .item {
	width: 100%;
	height: 300px;
}
section.our_services .item .box {
	padding: 0 35px 0 50px;
	bottom: 60px;
}
section.our_services .item .box .title {
	font-size: 78px;
	line-height: 78px;
}
section.our_services .item .box .text {
	font-size: 24px;
	line-height: 28px;
}
section.work .column {
	padding: 0;
	width: 50%;
}
section.banner_page {
	height: 459px;
}
section.news_view .box_text .box {
	margin-top: -27px;
        margin-bottom: 20px;
}
/*
  section.news .list_featured .column:nth-last-child(1) {
    display: none;
  }
  section.news .list_featured .column {
    width: 33.3%;
  }*/
section.news .list_featured .item.large .box .text {
	font-size: 26px;
	line-height: 29px;
}
section.news .list_featured .item .box .text {
	font-size: 21px;
	line-height: 24px;
}
section.news .list_news .box_select {
	display: block;
}
section.news .list_news .column {
	padding: 0 5px;
}
section.news .list_news .item {
	width: 100%;
}
section.news .list_news .item .title {
	font-size: 22px;
	line-height: 25px;
}
section.news .list_news .list_pagination {
	display: none;
}
section.news .list_news .box_button {
	display: block;
}
section.banner_news {
	height: 400px;
}
section.news_view .item {
	display: none;
}
section.news_view .box {
	width: 100%;
}
section.news_view .column {
	width: 100%;
}
section.news_view .title {
	font-size: 46px;
	line-height: 50px;
	padding: 0 50px;
}
section.news_view .subtitle {
	font-size: 24px;
	line-height: 31px;
	padding: 0 50px;
}
section.our_services_view .container {
	padding: 0;
}
section.our_services_view .text1 {
	padding: 0;
	margin: 135px 0 0 0;
	font-size: 42px;
	line-height: 45px;
}
section.our_services_view .text2 {
	font-size: 32px;
	line-height: 35px;
}
section.our_services_view .text3 {
	font-size: 22px;
	line-height: 29px;
	padding: 0 50px;
}
section.our_services_view .img_down {
	display: none;
}
section.our_services_view .box_text .box_white {
	margin: 0;
	width: 100%;
	background-color: #ff7b00;
}
section.our_services_view .box_text .box_white .title, section.our_services_view .box_text .box_white .text {
	color: #FFFFFF;
}
section.our_services_view .box_text .box_yellow {
	margin: 0;
	width: 100%;
	background-color: #000000;
}
section.our_services_view .box_text .box_white .title {
	font-size: 38px;
	line-height: 41px;
	text-align: center
}
section.our_services_view .box_text .box_yellow .bg {
	display: none;
}
section.our_services_view .box_contact, section.our_services_view .box_product {
	width: 100%;
	height: auto;
	padding: 100px 0 100px 100px;
	margin: 0;
}
.category_news {
	display: none;
}
footer .box_footer address {
	text-align: center;
	font-size: 13px;
	line-height: 1.4;
}
section.news_view .box_text {
	padding: 0 50px;
}
section.news_view .box_text .box {
	text-align: center;
	font-size: 22px;
	line-height: 30px;
}
section.news .list_news {
	position: relative;
	padding: 22px;
	background-color: #FFFFFF;
	background: transparent
}
section.news .list_news .item .text {
	display: none;
}
section.news_view .box_share span {
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
}
section.news_view .box_share {
	text-align: center;
}
section.news_view .writer {
	text-align: center;
	font-size: 12px;
}
section.news_view .time {
	text-align: center;
}
section.client_view .box_yellow .box {
	padding: 0 10px 0 0;
	height: auto;
	overflow: hidden;
}
section.client_view .box_white .box {
	padding: 0 10px 0 0;
	height: auto;
	overflow: hidden;
}
section.client_view .box_yellow .text {
	text-align: center;
}
section.client_view .box_yellow .more {
	width: 100%;
	margin: 50px 0 0 20px;
}
section.client_view .box_white {
	min-height: 250px;
}
footer .box_footer ul.media {
	padding: 11px 0 5px 0!important;
}
section.our_services_view .box_text .box_white .text .box {
	text-align: center;
}
section.our_services_view .box_text .box_yellow .box {
	padding: 0 15px 0 42px;
	margin: 30px 0 0 0;
	overflow: hidden
}
section.our_services_view .box_text .box_yellow .title {
	text-align: center;
}
section.clients .text1 {
	font-size: 79px;
	line-height: 0.9;
}
section.banner_page .text1 {
	line-height: 1.1;
	font-size: 79px;
}
section.our_services_view .text1 {
	padding: 0;
	margin: 135px 0 0 0;
	line-height: 1.1;
	font-size: 79px;
}
 @media(max-width: 850px) {
section.clients .list .item {
 width: 50%;
}
header {
 background: #FFF;
}
header ul.language {
 margin: 40px 19px 25px 10px;
}
section.home .box_home .client .item .box:before {
 top: -11px;
 left: 37px;
 width: 7px;
 height: 29px;
}
/*
  section.news .list_featured .column:nth-last-child(2) {
    display: none;
  }
  section.news .list_featured .column {
    width: 50%;
  }*/
}
 @media(max-width: 800px) {
footer .container {
 padding: 0;
}
footer .box_footer {
 padding-top: 0;
}
footer .box_footer:before {
 display: none;
}
footer .box_footer .column {
 width: 100%;
 padding: 0 15px;
}
footer .box_footer ul.menu {
 display: none;
}
footer .box_footer ul.media {
 position: relative;
 top: auto;
 right: auto;
 width: 100%;
 text-align: center;
 margin: -20px 0 20px 0;
 padding: 11px 0 5px 0;
}
footer .box_footer ul.media li {
 margin: 0 10px;
}
footer .box_footer address {
 text-align: center;
}
footer .box_footer .phone {
 padding: 0;
 margin: 5px 0 0 0;
}
footer .box_footer .phone .text1 {
 text-align: center;
}
footer .box_footer .phone .text2 {
 text-align: center;
 font-size: 21px;
}
section.agency .box_yellow .box {
 padding: 50px;
 height: auto;
}
section.banner_page {
 height: 525px;
}
section.banner_page .text1 {
 margin: 100px 0 0 0;
}
section.banner_page .img_down {
 display: none;
}
section.agency .box_yellow {
 padding: 0;
 margin: 0;
 width: 100%;
}
section.agency .box_yellow .title {
 font-size: 37px;
 line-height: 40px;
 padding: 20px 20px 0 20px;
}
section.agency .box_yellow .text {
 font-size: 20px;
 line-height: 27px;
 padding: 0 20px 0 20px;
}
section.agency .box_white_images {
 margin: 0;
 width: 100%;
 min-height: inherit;
}
section.agency .box_white_images .box {
 height: auto;
}
section.agency .box_white_images .title {
 font-size: 42px;
 line-height: 45px;
}
section.agency .box_white {
 padding: 0;
 margin: 0;
 width: 100%;
}
section.agency .box_white .title {
 font-size: 42px;
 line-height: 45px;
 padding: 20px;
}
section.agency .box_white .text {
 font-size: 20px;
 line-height: 27px;
 padding: 0 20px 0 20px;
}
section.clients .text1 {
 margin: 90px 0 0 0;
}
section.our_services .item .box {
 padding: 0 35px 0 50px;
}
section.our_services .item .box .title {
 font-size: 52px;
 line-height: 52px;
}
section.our_services .item .box .text {
 font-size: 20px;
 line-height: 24px;
}
section.news .list_news .column {
 padding: 0;
 width: 100%;
}
section.news .list_news .item .box_img {
 height: 300px;
}
section.banner_news {
 height: 350px;
}
section.our_services_view {
 background-size: 200% auto;
}
section.agency .box_white .box {
 padding: 50px;
	/*height: 1376px;*/
	overflow: hidden;
 background: #FFF
}
section.banner_page .text1 {
 margin: 100px 0 0 0;
 padding: 0 28px;
}
section.agency .box_white .box {
/*height: 800px;*/
}
section.agency .box_white:before {
 bottom: -28px;
 z-index: 4!important;
}
.imagem-blog {
	padding-right: 0;
	float: initial;
	margin: 0 auto;
}
}
 @media(max-width: 700px) {
section.home .box_home .client .item .box_img {
 height: 300px;
}
header {
 background: #FFF;
}
header ul.language {
 margin: 40px 14px 25px 21px;
}
.menu_mobile ul.menu li.li_menu {
 margin: 0 0 6px 0;
 font-size: 18px;
}
}
 @media(max-width: 650px) {
section.contact .box_form .btn_send {
 float: left;
 margin-top: 35px;
}
section.our_services_view .box_text .box_white {
 padding: 9px 10px 25px 0;
}
section.our_services_view .box_text .box_white .title {
 font-size: 26px;
 line-height: 29px;
padding-left: 0;
}
section.our_services_view .box_text .box_white .text {
 font-size: 14px;
 line-height: 17px;
margin: 9px 0 0 0;
}
section.our_services_view .box_text .box_yellow {
 padding: 9px 10px 25px 0;
}
section.our_services_view .box_text .box_yellow .title {
 font-size: 32px;
 line-height: 35px;
 text-align: center;
 padding: 20px 0 6px 0;
}
section.our_services_view .box_text .box_yellow ul li {
 background-size: 18px auto;
 padding-left: 30px;
}
section.our_services_view .box_text .box_yellow ul li .item_text1 {
 font-size: 16px;
 line-height: 19px;
}
section.our_services_view .box_text .box_yellow ul li .item_text2 {
 font-size: 14px;
 line-height: 18px;
}
section.our_services_view .box_carousel {
 margin: 0;
}
section.our_services_view .box_carousel .item .text {
 font-size: 23px;
 line-height: 26px;
 margin: 100px 0;
}
section.our_services_view .box_what_we_do .title {
 font-size: 32px;
 line-height: 36px;
}
section.our_services_view .box_what_we_do .text {
 font-size: 13px;
 line-height: 20px;
 padding: 0 25px;
}
section.our_services_view .box_what_we_do .more {
 font-size: 19px;
 line-height: 22px;
 padding-right: 40px;
 width: auto;
}
.menu_mobile ul.menu li.li_menu {
 margin: 0 0 20px 0;
 font-size: 24px;
}
}
 @media(max-width: 600px) {
header ul.media {
 display: none;
}
header.header_fixed {
 height: 67px;
}
header.header_fixed ul.language {
 margin-top: 23px;
 margin-bottom: 0;
}
section.video {
 height: 545px;
}
section.video .text1 {
margin-top: 165px;
 font-size: 44px;
 line-height: 40px;
}
section.video .text2 {
 font-size: 28px;
 line-height: 31px;
}
section.video .img_down {
 margin-top: 15px;
}
section.release {
 display: none;
}
section.clients .box_contact {
 padding: 90px 20px 90px 45px;
}
section.clients .box_contact .text1_contact {
 font-size: 35px;
 line-height: 38px;
}
section.clients .box_contact .text2_contact {
 font-size: 14px;
 line-height: 17px;
}
section.clients .box_product {
 padding: 40px 20px 40px 45px;
}
section.clients .box_product .text1_product {
 font-size: 38px;
 line-height: 41px;
}
section.clients .box_product .text2_product {
 font-size: 15px;
 line-height: 18px;
}
section.client_view .client_infos .box_img {
 width: 100%;
}
section.banner_contact {
 background-position: -450px top !important;
 background-size: auto 100% !important;
}
section.contact .box_black {
 padding: 50px 24px 80px 24px;
}
section.contact .box_black .title {
 text-align: center;
}
section.contact .box_black .phone {
 width: 100%;
 margin-bottom: 20px;
}
section.contact .box_black .phone .text1, section.contact .box_black .phone .text2 {
 text-align: center;
}
section.contact .box_form {
 padding: 20px 20px 40px 20px;
}
section.our_services .item {
 height: auto;
}
section.our_services .item .box {
 bottom: auto;
 margin: 80px 0 60px;
 position: relative;
}
section.our_services .item .box .title {
 font-size: 42px;
 line-height: 45px;
}
section.our_services_view .text3 {
 font-size: 22px;
 line-height: 24px;
 padding: 10px 50px;
}
 section.work .column {
 padding: 0;
 width: 100%;
}
section.news_view .writer {
 text-align: center;
}
section.news_view .time {
 text-align: center;
}
section.news_view .box_share {
 text-align: center;
}
section.news_view .box_share span {
 float: left;
 margin: 0 0 10px 0;
 width: 100%;
}
section.news_view .box_share a {
 margin: 0 10px;
}
section.our_services_view .box_contact {
 padding: 90px 20px 90px 45px;
}
section.our_services_view .box_contact .text1_contact {
 font-size: 35px;
 line-height: 38px;
}
section.our_services_view .box_contact .text2_contact {
 font-size: 14px;
 line-height: 17px;
}
section.our_services_view .box_product {
 padding: 40px 20px 40px 45px;
}
section.our_services_view .box_product .text1_product {
 font-size: 38px;
 line-height: 41px;
}
section.our_services_view .box_product .text2_product {
 font-size: 15px;
 line-height: 18px;
}
header .home .logo {
 width: 81px;
}
header ul.language {
 margin: 26px 14px 16px 21px;
}
body {
 padding-top: 76px;
}
section.our_services .item a {
 height: auto;
}
section.work .item .box .title {
 opacity: 100;
 text-align: center;
 text-shadow: 1px 1px #000000;
}
section.work .item .box .text {
 opacity: 100;
 text-align: center;
 text-shadow: 1px 1px #000000;
}
section.clients .list {
 padding: 0 25px;
 margin: 90px 0 30px 0;
}
section.banner_page {
 height: 450px;
}
section.news_view .title {
 font-size: 30px;
 line-height: 33px;
 padding: 0 20px;
 margin-top: 73px;
}
section.news_view .box_text .box {
 text-align: center;
 font-size: 20px;
 line-height: 27px;
}
section.news_view .subtitle {
 font-size: 18px;
 line-height: 21px;
 padding: 0 20px;
}
}
 @media(max-width: 550px) {/*
  section.news .list_featured .column:nth-child(1) {
    display: none;
  }
  section.news .list_featured .column {
    width: 100%;
  }
  section.news .list_featured .item.large {
    height: 385px;
  }*/
}
 @media(max-width: 500px) {
footer .box_footer {
 padding-bottom: 5px;
}
footer .box_footer .phone {
 width: 100%;
 margin-bottom: 25px;
}
section.clients .text1 {
 margin: 100px 0 0 0;
 padding: 0 28px;
 font-size: 38px;
 line-height: 41px;
}
section.clients .text2 {
 position: relative;
 font-size: 32px;
 line-height: 35px;
}
section.clients .text3 {
 font-size: 20px;
 line-height: 29px;
 padding: 0 25px 0 25px;
}
section.news .list_news .item .box_img {
 height: 211px;
}
section.banner_news {
 height: 125px;
}
section.join_us {
 padding: 59px 49px;
}
section.agency .box_yellow .text {
 text-align: center;
}
section.agency .box_yellow .title {
 text-align: center;
}
section.agency .box_white .text {
 text-align: center;
}
section.agency .box_white .title {
 text-align: center;
}
section.agency .box_yellow .box {
 padding: 35px 20px 50px 20px;
}
 section.agency .box_white .box {
 padding: 35px 20px 50px 20px;
}
 section.join_us .text2 {
 font-size: 18px;
 line-height: 23px;
}
section.banner_page .text1 {
 font-size: 38px;
}
section.our_services_view .text1 {
 font-size: 42px;
 line-height: 45px;
}
}
 @media(max-width: 470px) {
section.clients {
 background-size: auto 425px;
}
section.clients .list .item {
 width: 100%;
}
section.our_services_view {
 background-size: 300% auto;
}
section.contact .box_form .field {
 font-size: 18px;
}

}
 @media(max-width: 400px) {
header .btn_menu {
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 27px;
 width: 24px;
}
header ul.language li span {
 display: none;
}
.carousel_clients .control {
 bottom: 15px !important;
 width: 28px !important;
 height: 28px !important;
}
.carousel_clients .control img {
 margin: 5px 0 0 8px !important;
}
section.home .box_home .client .item .box_img {
 height: 235px;
}
section.home .box_home .client .item .box {
 padding-top: 45px;
 padding-left: 25px;
 padding-right: 25px;
 padding-bottom: 40px !important;
}
section.home .box_home .client .item .box .text2 {
 font-size: 42px;
 line-height: 42px;
}
section.home .box_home .client .item .box .text3 {
 font-size: 15px;
 line-height: 20px;
}
section.home .box_home .news {
 padding: 25px 28px;
}
section.home .box_home .news .text1 {
 font-size: 15px;
 line-height: 20px;
}
section.home .box_home .news .text2 {
 font-size: 42px;
 line-height: 42px;
}
section.home .box_home .news .text3 {
 font-size: 15px;
 line-height: 20px;
}
section.home .box_home .service .box {
 padding: 20px 25px 69px 25px;
}
section.home .box_home .service .box .text1 {
 font-size: 15px;
 line-height: 20px;
}
section.home .box_home .service .box .text2 {
 font-size: 27px;
 line-height: 30px;
}
section.home .box_home .service .box .text3 {
 font-size: 15px;
 line-height: 20px;
}
section.home .box_home .client_small .box {
 padding: 20px 15px 15px 20px;
}
section.home .box_home .client_small .box .text1 {
 font-size: 15px;
 line-height: 20px;
}
section.home .box_home .client_small .box .text2 {
 font-size: 26px;
 line-height: 27px;
}
section.home .box_home .client_small .box .text3 {
 font-size: 15px;
 line-height: 20px;
}
section.home .box_home .newest {
 padding: 20px 30px;
}
section.home .box_home .newest .text1 {
 font-size: 15px;
 line-height: 20px;
}
section.home .box_home .newest .text2 {
 font-size: 42px;
 line-height: 42px;
}
section.home .box_home .newest .text3 {
 font-size: 15px;
 line-height: 20px;
}
section.home .box_home .news_small .item {
 padding: 0 10px;
}
section.home .box_home .news_small .item .box .text1 {
 font-size: 13px;
 line-height: 16px;
}
section.home .box_home .news_small .item .box .text2 {
 font-size: 30px;
 line-height: 30px;
}
section.home .box_home .news_small .item .box .text3 {
 font-size: 15px;
 line-height: 18px;
}
section.home .box_home .box_list_clients .item .box {
 height: 75px;
}
section.banner_page .text2 {
 font-size: 28px;
 line-height: 31px;
}
section.banner_page .text3 {
 font-size: 17px;
 line-height: 20px;
padding-bottom: 66px;
}
section.clients .box_contact {
 padding-left: 35px;
}
section.clients .box_product {
 padding-left: 35px;
}
section.contact .box_form .btn_send {
 width: 100%;
}
section.contact .box_form .box_recaptcha {
 -moz-transform: scale(0.8);
 -webkit-transform: scale(0.8);
 transform: scale(0.8);
 -moz-transform-origin: top left;
 -webkit-transform-origin: top left;
 transform-origin: top left;
}
section.our_services .item .box {
 padding: 0 35px;
}
section.our_services .item .box .title {
 font-size: 36px;
 line-height: 38px;
}
section.our_services_view .box_contact {
 padding-left: 35px;
}
section.our_services_view .box_product {
 padding-left: 35px;
}
}
	 


/*# sourceMappingURL=style.css.map */
