.p20{
	padding: 0 20px;
}
div.contato-enviado {
	text-align:center; padding: 100px 0;
}
.conteudo-imagens li .links .texto {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    width: 100%;
    text-align: center;
}
.conteudo-imagens li .links .link-cotacao {
    display: block;
    position: relative;
    width: 100%;
    height: 25%;
    background: #ed8700;
    cursor: pointer;
}
.conteudo-imagens li .links .link-desc {
    display: block;
    position: relative;
    width: 100%;
    height: 75%;
    background: rgba(0, 54, 79, 0.9);
    cursor: pointer;
}
.conteudo-imagens li .links {
    position: absolute;
    padding: 0 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    font-size: 14px;
    transition-delay: 0;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.conteudo-imagens li img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.conteudo-imagens li .img-box {
    position: relative;
}
.conteudo-imagens li span.legenda {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    padding: 5px;
    text-align: center;
    display: block;
    color: #3a3a3a;
}
.conteudo-imagens li .img-box:hover .links, .conteudo-imagens li .img-box.hover .links {
    opacity: 1;
}
/* --- general --- */
.clearfix:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.float-left {
	float:left;
}
body
{
	background: #FFF;
	padding: 0px;
	margin: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #636363;
	font-weight: 400;
}

input,
select,
textarea,
button {
	font-weight: 300;
	font-family: 'Rubik', sans-serif;
}



a
{
	text-decoration: none;
	outline: none;
}
a img
{
	display: block;
	opacity: 1;
	max-width: 100%;
	height: auto;
	transition: 0.3s;
}
a:hover img
{
	opacity: 0.8;

}
p
{
	padding: 1em 0;
	color: #636363;
	line-height: 150%;
}
p.description
{
	font-size: 16px;
	line-height: 26px;
	padding: 0;
	margin-top: 14px;
}
p.description.t1
{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
p.description.t1 img{
	display: table;
}
p
{
	color: #626262;
}
p a
{
	color: #626262;
	font-weight: 600;
}

blockquote
{
	text-align: center;
	font-size: 16px;
	color: #636363;
	line-height: 26px;
}
blockquote:before
{
	display: block;
	font-size: 48px;
	color: #585858;
	text-align: left;
	margin-bottom: 10px;
}
pre
{
	font-family: 'Courier new';
    font-size: 14px;
    line-height: 170%;
	background: url('../images/code_background.png') repeat;
	text-shadow: 0 1px 0 #FFF;
	zoom:1;
	filter: dropshadow(color=#ffffff, offx=0, offy=1); 
	padding: 0 5px;
	margin: 0;
	overflow: auto;
}
label
{
	color: #25282A;
}
.relative
{
	position: relative;
}
.responsive
{
	display: block;
	width: 100%;
	height: auto;
}
input, textarea
{
	border: 1px solid #E2E6E7;
	font-size: 14px;
	line-height: 24px;
	padding: 12px 15px;
	color: #636363;
	margin: 0;
}
input[type='number'] 
{
   appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button 
{
    -webkit-appearance: none;
}
table
{
	width: 100%;
}

table td, table th
{
	padding: 10px 30px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
table td, table th
{
	border-left: 1px solid #E2E6E7;
}
table td:first-child, table th:first-child 
{
	border-left: none;
}
table tr:nth-child(odd)
{
	background: #F5F5F5;
}
.radius
{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
img.radius
{
	max-width: 100%;
}
.float
{
	float: left;
}
.align-center
{
	text-align: center;
}
.align-left
{
	text-align: left !important;
}
.align-right
{
	text-align: right;
}
.padding-bottom-10{
	padding-bottom: 10px;
}
.padding-bottom-17
{
	padding-bottom: 17px;
}
.padding-bottom-40{
	padding-bottom: 40px;
}
.padding-bottom-50
{
	padding-bottom: 50px;
}
.padding-bottom-61
{
	padding-bottom: 61px;
}
.padding-bottom-66
{
	padding-bottom: 66px;
}
.padding-bottom-70
{
	padding-bottom: 70px;
}
.padding-bottom-87
{
	padding-bottom: 87px;
}
.padding-top-7
{
	padding-top: 7px;
}
.padding-top-54
{
	padding-top: 54px;
}
.padding-top-70
{
	padding-top: 70px;
}
.padding-top-bottom-30
{
	padding: 30px 0;
}
.margin-top-0
{
	margin-top: 0 !important;
}
.margin-top-10
{
	margin-top: 10px !important;
}
.margin-top-20
{
	margin-top: 20px;
}
.margin-top-26
{
	margin-top: 26px;
}
.margin-top-30
{
	margin-top: 30px;
}
.margin-top-34
{
	margin-top: 34px !important;
}
.margin-top-40
{
	margin-top: 40px !important;
}
.margin-top-67
{
	margin-top: 67px;
}
.margin-top-70
{
	margin-top: 70px !important;
}
.margin-bottom-30{
	margin-bottom: 30px !important;
}
.margin-bottom-60{
	margin-bottom: 60px !important;
}
.margin-bottom-70{
	margin-bottom: 70px !important;
}
.nounderline,
.nounderline:hover
{
	text-decoration: none;
}
/* --- site container --- */
.site-container
{
	background: #FFF;
	overflow: hidden;
}
.site-container.boxed
{
	max-width: 1310px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
body.overlay .site-container
{
	position: relative;
	z-index: 2;
}
/* --- headers --- */
.titleoff {
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	visibility: hidden;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	color: #393335;
	font-weight: 600;
	letter-spacing: 1px
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color: #393335;
	transition: opacity 0.3s ease 0s;
	opacity: 1;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	opacity: 0.6;
	text-decoration: none;
}
h1
{
	font-size: 23px;
	line-height: 34px;
}
h2
{
	font-size: 29px;
	line-height: 40px;
}
h3
{
	font-size: 23px;
	line-height: 34px;
}
h4
{
	font-size: 18px;
	line-height: 28px;
}
h5
{
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
}
h6
{
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: normal;
}
h1.box-header,
h2.box-header
{
	font-size: 30px;
    text-align: center;
    color: #3a3a3a;
    text-transform: uppercase;
    margin-bottom: 55px;
    font-weight: 600;
    letter-spacing: 5px;
}
h1.box-header:after,
h2.box-header:after{
	content: '';
    display: block;
    width: 370px;
    height: 16px;
    margin: 20px auto 0;
    background-image: url('../imagens/title-after.png');
    background-position: center;
}
h2.box-header-small{
	font-size: 24px;
    text-align: center;
    color: #3a3a3a;
    text-transform: uppercase;
    font-weight: 600;
}
h2.box-header-small:after{
	content: '';
    display: block;
    width: 229px;
    height: 9px;
    margin: 0 auto;
    background-image: url('../imagens/title-small-after.png');
}
h2.box-header-top{
	font-size: 30px;
	text-align: left;
	color: #3a3a3a;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: -1px;
}
h2.box-header-top:before{
	content: '';
	display: block;
	width: 370px;
	height: 16px;
	background-image: url('../imagens/title-before.png');
	margin: 0 0 20px -83px;
	background-position: center;
}
h2.no-border{
	margin-bottom: 5px;
}
h2.no-border.box-header:after{
	display: none;
}
.bg-blue p{
	font-size: 16px;
	width: 450px;
}
.bg-blue h1.box-header,
.bg-blue h2.box-header{
	text-align: left;
	margin-right: 100px;
	margin-bottom: 0;
}
.bg-blue h1.box-header span,
.bg-blue h2.box-header span
{
    color: #fff;
}
.bg-blue h1.box-header:after,
.bg-blue h2.box-header:after
{
    border-color: #fff;
    margin: 20px 0 0;
    width: 325px;
}
h2.box-header.sobre{
	margin-bottom: 0;
}
h2.box-header.align-left
{
	text-align: left;
}
h2.box-header.align-left:after
{
	margin-left: 0;
}
h3 .more
{
	margin-left: 50px;
}
h6.box-header
{
	border-bottom: 1px solid #c04979;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
    letter-spacing: 1.1px;
    position: relative;
}

.main-title {
	padding-top: 50px;
	margin: 0 !important;
}


footer h6.box-header{
	padding-bottom: 10px;
}
footer .column-1-4:not(:last-of-type){
	margin-right: 30px;
	margin-bottom: 40px;
}
footer .menu h2,
footer .menu ul{
	margin-left: 60px;
}
footer h6.box-header:before {
    content: '';
    width: 40px;
    height: 2px;
    display: block;
    background: #92c23c;
    position: absolute;
    top: 33px;
}
h6.box-header:after
{
	margin-bottom: -1px;
}
/* --- header --- */
.header-container
{
	background: #ffffff;
	z-index: 99;
	position: relative;
}
.header-top-bar-container .contacts{
	display: none;
}
.header-top-bar-container .header-toggle
{
	display: none;
	clear: both;
	text-align: center;
	color: #e79723;
	background-color: #f1f1f1;
	padding: 10px 0;
}
.header-top-bar-container .header-toggle:hover
{
	color: #000;
}
.header-top-bar-container .header-toggle
{
	-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-filter: fliph;
    filter: fliph;
}
.header-top-bar-container .header-toggle.active
{
	-moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.topo{
	float: right;
	/*width: 930px;*/
	margin-top: 8px;
}
.header
{
	position: relative;
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	box-sizing: border-box;
}
.header .logo
{
	width: 197px;
	display: table-cell;
	float: left;
}
.header h1
{
	font-size: 37px;
	font-weight: 900;
	color: #585858;
	line-height: 1;
}
.header h1 a
{	
	color: #585858;
}
.header h1 a:hover
{
	opacity: 1;
}
/* --- page header --- */
.page-header
{
	height: 100px;
	-webkit-box-shadow: 0 11px 4px -10px rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 11px 4px -10px rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0 11px 4px -10px rgba(0, 0, 0, 0.05) inset;
}
.page-header-left
{
	float: left;
	width: 70%;
}
.page-header-right
{
	float: right;
	width: 30%;
}
.page-header-right label
{
	float: left;
}
/* --- bread crumbs --- */
.bread-crumb-container
{
	float: right;
	padding: 7px 0;
}
.bread-crumb
{
	float: left;
}
.bread-crumb li
{
	float: left;
	margin-left: 3px;
}
.bread-crumb-container label,
.bread-crumb li,
.bread-crumb li a
{
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.bread-crumb li a
{
	color: #e79723;
	font-weight: 700;
}
/* --- menu --- */
.menu-container
{
	width: 100%;
    float: left;
    border-radius: 10px 0 0 10px;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 100;
}
.menu-container nav
{
	float: left;
}
.header-top{
	background: #3a3a3a;
}
.header-container.sticky.move
{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
	background: #FFF;
	padding: 16px 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.boxed .header-container.sticky.move
{
	max-width: 1310px;
	width: 100%;
}
.sf-menu
{
	float: none;
	padding: 0;
	margin: 0;
}
.sf-menu li
{
	border: none;
	overflow: hidden;
	margin-right: 20px;
}
.sf-menu li, .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active
{
	background: transparent;
	
}
.sf-menu li:not(:last-child):hover
{
	color: #ed8500;
}
.sf-menu li a, .sf-menu li a:visited
{
	font-size: 16px;
    line-height: 30px;
    color: #353535;
    padding: 0 10px;
    border: none;
    text-transform: uppercase;
    background: #fff;
}
.sf-menu li a:hover{
	background: #353535;
	color: #fff;
}
.sf-menu .searchIcon{
	margin-right: 0;
}
.sf-menu .searchIcon a:hover{
	background: transparent;
	color: #353535;
}
.sf-menu .searchIcon a{
	line-height: 25px;
}
.sf-menu li.cart a{
	padding: 20px 0 20px 10px;
}
.sf-menu li.cart a i, .sf-menu li.cart a:visited i{
	font-size: 25px;
}
.sf-menu li ul
{
	width: 250px;
}
.sf-menu li:hover, .sf-menu li.sfHover
{
	overflow: visible;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul
{
	top: 100%;
}
.sf-menu li.left-flyout:hover ul, .sf-menu li.left-flyout.sfHover ul
{
	left: auto;
	right: 0;
}
.sf-menu li:first-child:hover ul, .sf-menu li:first-child.sfHover ul
{
	left: -21px;
}
.sf-menu li ul li
{
	width: 250px;
	height: auto;
	padding: 0;
	border: none;
}
.menu-container .sf-menu li ul li a,
.menu-container .sf-menu li.selected ul li a,
.menu-container .sf-menu li:hover ul li a
{
    border-top: 1px solid #404040;
    color: #fff;
    background-color: #353535;
    padding: 5px 15px;
    background-image: none;
    text-align: left;
}
.menu-container .sf-menu li ul li:last-child a,
.menu-container .sf-menu li ul li:last-child,
.menu-container .sf-menu li ul{
    border-radius: 0;
}
.menu-container .sf-menu li ul li:first-child a
{
	border-top: none;
}
.menu-container .sf-menu li ul li a:hover, 
.menu-container .sf-menu li ul li.selected a,
.menu-container .sf-menu li:hover ul li.selected a,
.menu-container .sf-menu li:hover ul li.selected ul li a:hover, 
.menu-container .sf-menu li:hover ul li ul li.selected a, 
.menu-container .sf-menu li:hover ul li.selected ul li.selected a,
.menu-container .sf-menu li:hover ul li.sfHover>a
{	
	color: #585858;
}
.menu-container .sf-menu li ul li a:hover{
	background: #e79723;
	color: #ffffff;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul,
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul
{
	left: 250px;
	z-index: 2 !important;
}
/* --- mobile menu --- */
.mobile-menu-container
{
	display: none;
}
.mobile-menu-switch,
.mobile-menu{
	margin-left: auto;
	margin-right: auto;
}
.mobile-menu{
	display: none;
}
.mobile-menu li a
{
	display: block;
	color: #fff;
	background: #3a3a3a;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 15px;
	text-align: left;
	border-bottom: 1px solid #404040;
}
.mobile-menu li.selected a,
.mobile-menu li.selected ul li.selected a,
.mobile-menu li.selected ul li.selected ul li.selected a
{
	background: #585858;
	color: #FFF;
}
.mobile-menu li ul a
{
	font-size: 14px;
	padding-left: 40px;
}
.mobile-menu li ul ul a
{
	font-size: 13px;
	padding-left: 80px;
}
.mobile-menu li.selected ul a,
.mobile-menu li.selected ul li.selected ul a
{
	color: #25282A;
	background: #F0F0F0;
}
.mobile-menu-switch{
	position: absolute;
	top: 35px;
	right: 0;
}
.mobile-menu-switch .line
{
	display: block;
	width: 30px;
	height: 3px;
	background: #e79723;
	margin-top: 6px;

}
.mobile-menu-switch .line:first-child
{
	margin-top: 0;
}
.mobile-menu-switch:hover .line
{
	background: #3a3a3a;
}
/* --- vertical menu --- */
.vertical-menu li
{
	margin-top: 10px;
}
.vertical-menu li:first-child
{
	margin-top: 0;
}
.vertical-menu li a
{	
    display: block;
    padding: 18px 18px 18px 19px;
    line-height: 16px;
    color: #3a3a3a;
    font-weight: 600;
    border-left: 5px solid #e79723;
    background: rgba(58, 58, 58, 0.2)
}
.vertical-menu li.selected a,
.vertical-menu li:hover a
{
	background: #ed8404;
}
.vertical-menu li.selected a,
.vertical-menu li:hover a,
.vertical-menu li.selected a span,
.vertical-menu li:hover a span
{
	color: #FFF;
}
.vertical-menu li a span
{
	float: right;
	color: #AAA;
	font-size: 11px;
}
/* --- body styles --- */
body.image-1
{
	background: url("../images/backgrounds/images/image_1.jpg") fixed no-repeat center 0;
}
body.image-2
{
	background: url("../images/backgrounds/images/image_2.jpg") fixed no-repeat center 0;
}
body.image-3
{
	background: url("../images/backgrounds/images/image_3.jpg") fixed no-repeat center 0;
}
body.image-4
{
	background: url("../images/backgrounds/images/image_4.jpg") fixed no-repeat center 0;
}
body.image-5
{
	background: url("../images/backgrounds/images/image_5.jpg") fixed no-repeat center 0;
}
body.pattern-1
{
	background: url("../images/backgrounds/patterns/pattern_1.png") fixed;
}
body.pattern-2
{
	background: url("../images/backgrounds/patterns/pattern_2.png") fixed;
}
body.pattern-3
{
	background: url("../images/backgrounds/patterns/pattern_3.png") fixed;
}
body.pattern-4
{
	background: url("../images/backgrounds/patterns/pattern_4.png") fixed;
}
body.pattern-5
{
	background: url("../images/backgrounds/patterns/pattern_5.png") fixed;
}
body.pattern-6
{
	background: url("../images/backgrounds/patterns/pattern_6.png") fixed;
}
body.pattern-7
{
	background: url("../images/backgrounds/patterns/pattern_7.png") fixed;
}
body.pattern-8
{
	background: url("../images/backgrounds/patterns/pattern_8.png") fixed;
}
body.pattern-9
{
	background: url("../images/backgrounds/patterns/pattern_9.png") fixed;
}
body.pattern-10
{
	background: url("../images/backgrounds/patterns/pattern_10.png") fixed;
}
body.overlay .background-overlay
{
	display: block;
}
.background-overlay
{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	background: url("../images/backgrounds/images/overlay.png");
	z-index: 1;
}
/* --- page --- */
.theme-page
{
}
.page-margin-top
{
	margin-top: 50px;
}
.page-margin-top-section
{
	margin-top: 65px;
}
.page-padding-top
{
	padding-top: 50px;
}
.page-padding-top-section
{
	padding-top: 65px;
}
/* --- vertical align --- */
.vertical-align-table
{
	display: table;
}
.vertical-align
{
	display: table-row;
}
.vertical-align-cell
{
	display: table-cell;
	vertical-align: middle;
}
/* --- page layout --- */
.row
{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	transition-duration: 0.3s;
}
.column .row
{
	width: auto;
}
.row.full-width
{
	width: 100%;
}
.row.gray
{
	background: #3a3a3a;
	padding: 10px 0 20px;
}
.row.gray h1{
	color: #fff;
}
.row.yellow
{
	background: #ed3237;
}
.row:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.pl-80{
	padding-left: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pl-20{
	padding: 0 20px;
	box-sizing: border-box;
}
.column 
{
	position: relative;
	float: left;
	margin-left: 30px;
}
.column:first-child,
.column.first
{
	margin-left: 0;
}
.column-1-1
{
	width: 100%;
}
.column-1-2
{
	width: 570px;
}
.column-1-2 .column-1-3{
	width: 340px;
}
.column-1-3,
.column-2-3 .column-1-2
{
	width: 370px;
}
.column-2-3
{
	width: 770px;
}
.column-1-3 .column-1-2
{
	width: 150px;
}
.column-2-3 .column-1-3
{
	width: 210px;
}
.column-1-4,
.column-1-2 .column-1-2
{
	width: 270px;
}
.column-1-5{
	width: 210px;
}
.column-3-4
{
	width: 870px;
}
.column-3-4 .column-1-2
{
	width: 420px;
}
.column-right
{
	float: right;
}
.columns.no-width .column-left,
.columns.no-width .column-right
{
	width: auto;
}
/* --- services --- */
.services-list{
	display: flex;
	flex-wrap: wrap;
}
.services-list li
{
	float: left;
	width: 33.33%;
	background: #FFF;
	padding-bottom: 26px;
	list-style: none;
}
.services-list li h2,
.services-list li h4
{
	margin-top: 22px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 28px;
	margin-bottom: 0;
}
.services-list li h2 a,
.services-list li h4 a{
	color: #636363;
	display: block;
}
.services-list li h2.box-header:after,
.services-list li h4.box-header:after
{
/*	margin-top: 23px;
	margin-left: auto;
	margin-right: auto;
	background: #ed3237;*/
}
.services-list li p
{
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	padding: 0 25px;
	margin-top: 24px;
	font-family: 'Rubik', sans-serif;
}
.services-list li .data{
	display: block;
	text-align: center;
	padding-top: 10px;
}
.services-list a>.re-preloader
{
	height: 260px;
}
/* --- projects --- */
.projects-list
{
	width: 100%;
}
.projects-list li
{
	position: relative;
	float: left;
	width: 25%;
	overflow: hidden;
}
.projects-list.isotope li
{
	width: auto;
	margin-top: 30px;
}
.projects-list li img
{
	width: 100%;
	display: block;
}
.projects-list a>.re-preloader
{
	height: 250px;
}
.projects-list li .view
{
	position: absolute;
	top: 0;
	background: rgba(60, 100, 170, 0.75);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.projects-list li:hover .view
{
	opacity: 1;
}
.projects-list li .view .vertical-align-table
{
	width: 100%;
	height: 100%;
}
.projects-list li .view p.description
{
	color: #FFF;
	margin-top: -20px;
	margin-bottom: 55px;
	font-size: 14px;
	line-height: 24px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.projects-list li:hover .view  p.description
{
	margin-bottom: 35px;
}
/* --- features --- */
.features-list li
{
	float: left;
	width: 100%;
	margin-top: 50px;
}
.features-list.big li
{
	text-align: center;
}
.features-list li:first-child
{
	margin-top: 0;
}
.features-list li:before
{
	float: left;
	font-size: 48px;
	margin-right: 30px;
	color: #585858;
	border: 1px solid #E2E6E7;
	padding: 19px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.features-list.big li:before
{
	clear: both;
	float: none;
	display: block;
	width: 60px;
	font-size: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 39px;
}
.features-list li h4
{
	padding-bottom: 5px;
}
.features-list li p
{
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	margin-top: 19px;
	margin-left: 118px;
}
.features-list.big li h4
{
	margin-top: 35px;
}
.features-list.big li h4:after
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.features-list.big li p
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.features-list.big .ornament
{
	position: relative;
	width: 1px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13px;
	background: #E2E6E7;
}
.features-list.big .ornament:after
{
	position: absolute;
	content: "";
	border: 1px solid #E2E6E7;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 11px;
	height: 11px;
	left: -6px;
	bottom: -13px;
}
.page-404 .features-list.big li p
{
	font-size: 16px;
    line-height: 26px;
    margin-top: 34px;
}
/* --- testimonials --- */
.testimonials-container
{
	position: relative;
}
.testimonials-container .caroufredsel_wrapper_testimonials
{
	width: 1050px !important;
	left: 60px !important;
}
.testimonials-list li
{
	float: left;
	width: 1050px;
	text-align: center;
}
.testimonials-list li:before
{
	display: block;
	width: 48px;
	font-size: 48px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	border: 1px solid #E2E6E7;
	padding: 19px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.testimonials-list .ornament
{
	position: relative;
	width: 1px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13px;
	background: #E2E6E7;
}
.testimonials-list .ornament:after
{
	position: absolute;
	content: "";
	border: 1px solid #E2E6E7;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 11px;
	height: 11px;
	left: -6px;
	bottom: -13px;
}
.testimonials-list p
{
	font-weight: 300;
	font-size: 21px;
	color: #FFFFFF;
	line-height: 36px;
	padding: 29px 50px 0;
}
.testimonials-list p:after
{
	display: block;
	content: "";
	background: #585858;
	width: 40px;
	height: 2px;
	margin-top: 30px;
	margin-bottom: 34px;
	margin-left: auto;
	margin-right: auto;
}
.testimonials-list  .author
{
	font-weight: 500;
	font-size: 13px;
	color: #FFF;
	line-height: 20px;
}
.testimonials-list  .author-details
{
	margin-top: 7px;
	font-weight: 500;
	font-size: 11px; 
	color: #FFF;
	line-height: 16px;
	letter-spacing: 1px;
}
/* --- our clients --- */
.our-clients-list-container
{
	overflow: hidden;
	text-align: center;
}
.our-clients-list li
{
	float: left;
	margin-right: 30px;
}
.our-clients-list li img
{
	width: 100%;
}
.our-clients-pagination
{
	display: inline;
}
.our-clients-pagination a
{
	display: inline-block;
	width: 1px;
	height: 1px;
	background: #E2E6E7;
	border: 5px solid #E2E6E7;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-left: 10px;
	margin-top: 48px;
}
.our-clients-pagination a:first-child
{
	margin-left: 0;
}
.our-clients-pagination a.selected,
.our-clients-pagination a:hover
{
	border-color: #585858;
	background: #585858;
}
.our-clients-pagination span
{
	display: none;
}
/* --- contact details --- */
.contact-details-list li{
	overflow: hidden;
}
.contact-details-list li p
{
	font-size: 15px;
	line-height: 26px;
	font-family: 'Rubik', sans-serif;
}
.contact-details-list li p a {
	font-weight: 400;
}
.contact-details-list li p.endereco{
	margin-top: -10px;
}
#mapa{
	height: 500px;
	max-height: 500px;
	max-width: 500px;
	width: 100%;
}
.raphael-mapa{
	float: left;
	height: 500px;
	max-height: 500px;
	max-width: 500px;
	width: 100%;
}
.lista-representantes{
	float: left;
    width: 100%;
    max-width: 500px;
    margin: 0 50px;
}
.regiao{
	display: none;
}
.show{
	display: block; important!
}
.lista-representantes .regiao h3{
  	margin-bottom: 0;
  	margin-top: 0;
}
.lista-representantes .regiao h2{
  	margin-top: 14px;
}
.lista-representantes .regiao ul{
	padding-bottom: 0;
	padding-top: 8px;
}
.lista-representantes .regiao ul + h3{
	margin-top: 8px;
}
/* --- slider control --- */
.slider-control
{
	position: absolute;
	width: 26px;
	height: 26px;
	color: #FFF;
	border: 1px solid #E2E6E7;
	padding: 16px;
	top: 43%;
	font-size: 24px;
	z-index: 1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.slider-control.right
{
	right: 0;
	-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
}
.slider-control:hover
{
	background: #585858;
	border-color: #585858;
}
/* --- parallax --- */
.parallax-1
{
	background-image: url('../imagens/parallax1.jpg');
}
.parallax-2
{
	background-image: url('../imagens/parallax2.jpg');
}
.parallax-representantes
{
	background-image: url('../imagens/parallax-representantes.jpg');
}
.parallax,
.parallax h2,
.parallax h4,
.parallax p,
.parallax .features-list li::before
{
	color: #FFF;
}
.parallax.cover
{
	background-size: cover;
}
/* --- counters --- */
span.number, 
span.odometer.number
{
	margin-top: 10px;
	font-weight: 100;
	font-size: 80px;
	color: #FFF;
	visibility: visible;
}
span.number:after, 
span.odometer.number:after
{
	display: block;
	content: "";
	background: #585858;
	width: 40px;
	height: 2px;
	margin: 20px auto 0;
}
/* --- blog --- */
.blog>li
{
	clear: both;
	float: left;
	margin-top: 70px;
}
.blog>li:first-child,
.blog.small>li:first-child
{
	margin-top: 0;
}
.blog .post-image,
.blog .post-content,
.blog .post-details,
.blog .post-content-details li
{
	float: left;
}
.blog .post-details
{
	width: 90px;
	margin-right: 30px;
	font-weight: 500;
	font-size: 13px;
	color: #999;
	line-height: 20px;
}
.blog .post-details a
{
	color: #999;
}
.blog .post-content
{
	width: 750px;
}
.blog .post-content .re-preloader
{
	height: 300px;
}
.blog .post-content .row
{
	width: auto;
}
.blog.small .post-content
{
	width: 160px;
}
.blog .post-details li
{
	border-top: 1px solid #E2E6E7;
	border-right: 1px solid #E2E6E7;
	text-align: center;
	padding: 10px 0;
}
.blog .post-details li:first-child
{
	border-top: none;
}
.blog .post-details .date h2,
.blog .post-details li:before
{
	color: #585858;
}
.blog .post-details li.date:before
{
	display: none;
}
.blog .post-details li:before
{
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
}
.blog .post-content-details
{
	margin-bottom: 16px;
}
.blog .post-content-details li
{
	font-weight: 500;
	font-size: 13px;
	color: #999;
	line-height: 20px;
	margin-left: 10px;
}
.blog .post-content-details li:first-child
{
	margin-left: 0;
}
.blog .post-content-details li a
{
	color: #636363;
}
.blog p.description.t1
{
	margin-top: 34px;
}
.blog .post-image
{
	width: 100%;
	margin-bottom: 25px;
}
.blog.small>li
{
	margin-top: 30px;
}
.blog.small .post-content a
{
	display: block;
	font-size: 14px;
	color: #636363;
	line-height: 24px;
}
.blog.small .post-image
{
	width: auto;
	margin-bottom: 0;
	margin-right: 20px;
}
.blog.small li .post-details
{
	width: auto;
	clear: both;
	margin-top: 13px;
	margin-right: 0;
}
.blog.small li .post-details li
{
	text-align: left;
	padding: 0;
	border: none;
}
.column-1-2 .blog .post-content
{
	width: 450px;
}
/* --- single post --- */
.post.single p
{	
    font-size: 14px;
    line-height: 24px;
}
.post.single blockquote, .post.single p, .post.single h3, .post.single h4
{	
	margin-top: 24px;
}
/* --- taxonomies --- */
.taxonomies li
{
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}
.taxonomies a
{
	display: block;
	border: 1px solid #E2E6E7;
	color: #999;
	line-height: 16px;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: 500;
	padding: 10px 12px;
	text-align: left;
}
.taxonomies a:hover
{
	color: #FFF;
	background: #585858;
	border-color: #585858;
}
.taxonomies.full-width li
{
	width: 100%;
	margin-right: 0;
}
.taxonomies a span
{
	float: right;
}
/* --- buttons --- */
.buttons li
{
	margin-top: 10px;
}
.buttons li:first-child
{
	margin-top: 0;
}
.buttons li a
{	
	display: block;
	background: #F5F5F5;
	padding: 18px 18px 18px 19px;
	line-height: 24px;
	color: #636363;
}
.buttons li:before
{
	color: #585858;
    float: left;
    font-size: 24px;
    margin-right: 19px;
	margin-top: 17px;
	margin-left: 20px;
}
.buttons li.selected a,
.buttons li:hover a
{
	background: #585858;
	color: #FFF;
}
.buttons li.selected:before,
.buttons li:hover:before
{
	color: #FFF;
}
/* --- announcement --- */
.announcement
{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0;
}
.announcement .vertical-align-cell:before
{
	float: left;
	font-size: 48px;
	margin-right: 30px;
	color: #585858;
	border: 1px solid #E2E6E7;
	padding: 19px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.announcement .vertical-align
{
	height: 88px;
}
.announcement  h3
{
	margin-left: 118px;
}
.announcement p.description
{
	margin-top: 14px;
	margin-left: 118px;
	/*white-space: nowrap;*/
}
/* --- call to action --- */
.call-to-action
{
	border: 1px solid #E2E6E7;
	padding: 30px 18px 47px;
	text-align: center;
}
.call-to-action:before
{
	display: block;
	width: 48px;
	height: 48px;
	font-size: 48px;
	margin-right: 30px;
	color: #585858;
	border: 1px solid #E2E6E7;
	padding: 19px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.call-to-action h4
{
	margin-top: 22px;
}
.call-to-action p.description
{
	margin-top: 17px;
	margin-bottom: 43px;
}
.call-to-action .more
{
	margin-top: 28px;
}
/* --- comment form, contact form --- */
.comment-form input,
.comment-form textarea,
.contact-form input,
.contact-form textarea
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
}
.comment-form input,
.contact-form input
{
	margin-top: 20px;
}
.comment-form input:first-child,
.contact-form input:first-child
{
	margin-top: 0;
}
.contact-form textarea
{
	height: 190px;
	resize: none;
}
.comment-form textarea{
	height: 120px;
	resize: none;
}
.comment-form [type='submit'],
.contact-form [type='submit']
{
	width: auto;
	outline: none;
	cursor: pointer;
}
#cancel-comment
{
	display: none;
	font-size: 12px;
	margin-right: 20px;
	color: #585858;
}
.comment-form p.description.t1,
.contact-form p.description.t1
{
	margin-top: 14px;
}
.comment-form .hint,
.contact-form .hint
{
	color: #999;
}
::-webkit-input-placeholder 
{
	color: #999;
}
:-moz-placeholder 
{
	color: #999;
    opacity:  1;
}
::-moz-placeholder
{
	color: #999;
    opacity:  1;
}
:-ms-input-placeholder 
{
	color: #999;
}
/* --- tooltip --- */
.ui-tooltip-error .ui-tooltip-content,
.ui-tooltip-success .ui-tooltip-content
{
	font-size: 13px;
	font-family: arial;
	color: #FFF;
}
.ui-tooltip-error .ui-tooltip-content,
.ui-tooltip-success .ui-tooltip-content
{
	border:none; 
}
.ui-tooltip-content
{
	padding: 10px 20px 10px 20px;
}
.ui-tooltip-error .ui-tooltip-content
{
	background: #E9431C;
}
.ui-tooltip-success .ui-tooltip-content
{
	background: #61911B;
}
/* --- comments list --- */
.comment
{
	margin-top: 30px;
}
#comments-list>.comment:first-child
{
	margin-top: 40px;
}
.comment-author-avatar
{
    float: left;
	width: 90px;
    height: 90px;
}
.avatar-1
{	
	background-image: url("../images/samples/90x90/users/image_01.png");
}
.avatar-2
{
	background-image: url("../images/samples/90x90/users/image_02.png");
}
.avatar-3
{
	background-image: url("../images/samples/90x90/users/image_03.png");
}
.avatar-4
{
	background-image: url("../images/samples/90x90/users/image_04.png");
}
.avatar-5
{
	background-image: url("../images/samples/90x90/users/image_05.png");
}
.avatar-6
{
	background-image: url("../images/samples/90x90/users/image_06.png");
}
.avatar-7
{
	background-image: url("../images/samples/90x90/users/image_07.png");
}
.avatar-8
{
	background-image: url("../images/samples/90x90/users/image_08.png");
}
.posted-by abbr
{
	color: #999;
	font-size: 13px;
	margin-top: 7px;
	font-weight: 500;
	line-height: 20px;
}
.posted-by .in-reply
{
	margin-left: 5px;
	color: #ABABAB;
}
#comments-list .comment-details
{
	float: left;
	width: 100%
	/*margin-left: 30px;*/
}
#comments-list .comment-details p
{
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #E2E6E7;
	padding: 24px 0;
}
#comments-list .children 
{
    clear: both;
    float: left;
    margin-left: 120px;
}
#comments-list .children .children
{
	margin-left: 0;
}
#comments-list .children .comment-details
{
	width: 630px;
}
#comments-list .comment-details .more
{
	float: right;
	color: #999;
	margin-top: -22px;
	font-weight: 500;
	font-size: 11px;
	line-height: 16px;
}
#comments-list .comment-details .more:hover
{
	color: #FFF;
}
/* --- pagination --- */
.pagination
{
	clear: both;
	float: right;
}
.pagination li
{
	float: left;
	margin-left: 7px;
}
.pagination li:first-child
{
	margin-left: 0;
}
.pagination li.left a:before,
.pagination li.right a:before
{
	color: #999;
}
.pagination li a:hover:before,
.pagination li a.selected:before
{
	color: #FFF;
}
.pagination li.left a,
.pagination li.right a
{
	  padding: 9px 0;
}
.pagination li.right
{
	-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
}
.pagination li a
{
	display: block;
    color: #999;
    font-size: 16px;
	width: 35px;
    padding: 9px 0 10px;
	border: 1px solid #E2E6E7;
	text-align: center;
	color: #FFF;
	background-color: #585858;
}
.pagination li a[href]{
	color: #999;
	background-color: transparent;
}
.pagination li a:hover,
.pagination li.selected a
{
	color: #FFF;
	background-color: #585858;
	border-color: #585858;
}
/* --- list bullet --- */
.list{
	line-height: 4;
}
.list li
{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	line-height: 14px;
}
.list li:first-child{
	padding-left: 0;
}
.list li a
{
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
.list li a:hover{
	color: #e79723;
	font-weight: 500;
}
/* --- tabs navigation --- */
.tabs-navigation
{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	background: none;
	border: none;
	text-align: center;
}
.tabs.align-left .tabs-navigation
{
	text-align: left;
}
.tabs.align-left .ui-tabs-panel
{
	text-align: left;
}
.tabs-navigation li
{
	position: relative;
	display: inline-block;
	padding: 0;
	border: none;
	list-style: none;
	text-align: center;
	margin-left: 26px;
}
.tabs-navigation li:first-child
{
	margin-left: 0;
}
.tabs-navigation.small.gray li a
{
	background: #F5F5F5;
}
.tabs-navigation.small li
{
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 0
}
.tabs-navigation.small li a
{
	min-width: 0;
	padding: 15px 20px;
}
.tabs-navigation a:before
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
	color: #585858;
	padding: 20px 20px 12px;
}
.tabs-navigation li a
{
	display: block;
	min-width: 180px;
	text-align: center;
	font-size: 14px;
	color: #636363;
	background: #FFF;
	padding: 10px 0 23px;
	border: none;
	line-height: 24px;
	outline: none;
	text-decoration: none;
}
.tabs-navigation li:last-child a
{
	border-right: none;
}
.tabs-navigation li a:hover,
.tabs-navigation li a.selected,
.tabs-navigation li.ui-tabs-active a,
.tabs-navigation.small.gray li a:hover,
.tabs-navigation.small.gray li a.selected,
.tabs-navigation.small.gray li.ui-tabs-active a
{
	background: #585858;
	color: #FFF;
}
.tabs-navigation li a:hover:before,
.tabs-navigation li a.selected:before,
.tabs-navigation li.ui-tabs-active a:before
{
	color: #FFF;
}
.tabs-navigation li.ui-tabs-active span
{
	display: inline;
	position: absolute;
	border-style: solid;
	border-width: 9px 9px 0;
	border-color: #585858 transparent;
	bottom: -9px;
	margin-left: -9px;
}
.tabs .ui-tabs-panel
{
	text-align: center;
	padding: 42px 0 0;
}
.tabs.small .ui-tabs-panel
{
	padding: 0;
}
.tabs .ui-tabs-panel p
{
	font-size: 14px;
	line-height: 24px;
	padding: 34px 0 0;
}
.tabs.small .ui-tabs-panel p
{
	padding: 24px 0 0;
}
.tabs .ui-tabs-panel h4.box-header:after
{
	margin-left: auto;
	margin-right: auto;
}
/* --- accordion --- */
.accordion .ui-accordion-content
{
	padding: 30px 0 20px;
}
.accordion .ui-accordion-header
{
	padding: 16px 15px;
	cursor: pointer;
	border-bottom: 1px solid #E2E6E7;
	line-height: 24px;
	transition: padding-left 300ms, padding-right 300ms;
	-webkit-transition: padding-left 300ms, padding-right 300ms;
	-moz-transition: padding-left 300ms, padding-right 300ms;
	transition-timing-function: ease;
	-webkittransition-timing-function: ease;
	-mozkittransition-timing-function: ease;
}
.accordion .ui-accordion-header h5
{
	font-weight: 400;
	letter-spacing: normal;
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 39px;
}
.accordion .ui-accordion-header.ui-state-active
{
	background-color: #585858;
	border-bottom-color: #585858;
}
.accordion .ui-accordion-header.ui-state-active h5
{
	color: #FFF;	
}
.accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon
{
	color: #FFF;
}
.accordion  .ui-accordion-header .ui-accordion-header-icon
{
	float: left;
	margin-right: 15px;
	font-size: 24px;
	color: #585858;
}
.accordion  .ui-accordion-header:hover
{
	padding-left: 25px;
	padding-right: 5px;
}
.accordion  .ui-accordion-header.ui-state-active:hover
{
	padding: 16px 15px;
}
.accordion p.description
{
	margin: 0;
}
/* --- preloader --- */
.re-preloader
{
	display: block;
	height: auto;
	min-height: 20px;
	background: url('../imagens/preloader.gif') no-repeat center center;
}
.blog .post-content>a>img,
.post.single .post-image img,
.our-clients-list,
.services-list a>img,
.projects-list a>img,
.re-preload>img
{
	display: none;
}
.projects-list.isotope li>a,
.projects-list.isotope a>img
{
	display: block;
	width: 270px;
	height: 180px;
}
.re-preload .re-preloader
{
	height: 200px;
}
/* --- contact details --- */
.header-top-bar .contact-details
{
	display: inline-block;
}
.contact-details li
{	
    float: left;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    padding: 15px 25px 15px;
    font-weight: 300;
}
.contact-details li a{
	color: #fff;
}
.contact-details li:before
{
	font-size: 14px;
	margin-right: 10px;
	color: #fff;
}
.contact-details li strong{
	color: #fff;
}
/* --- social icons --- */
.social-icons li
{
	float: left;
	position: relative;
}
.social-icons li:after
{
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
	height: 21px;
	width: 1px;
	background: #fff;
	content: '';
}
.header-top .social-icons li:last-child:after{
	display: none;
}
.header-top .social-icons li:last-child a{
	padding-right: 0;
}
.social-icons a
{
	display: block;
	color: #fff;
}
.social-icons a:hover{
	color: #db0100;
}
footer .social-icons a:before
{
	font-size: 22px;
}
.header-top-bar{
	text-align: right;
}
.header-top-bar .social-icons
{
	display: inline-block;
}
.social-icons li a
{
	padding: 17px;
}
.social-icons.yellow li
{
	margin-bottom: 10px;
	margin-left: 1px;
	color: #888888;
	border-right: 1px solid  #fff;
}
.social-icons.yellow li:nth-child(4),
.social-icons.yellow li:nth-child(8){
	border-right: none;
}
.social-icons.yellow li:after{
	display: none;
}
.social-icons.yellow li a
{
	display: inline-block;
	background: transparent;
	padding: 0 18px;
}
.social-icons.yellow li a:before {	color: #fff; vertical-align: middle; }
.social-icons.yellow li a:hover:before { color: #e79723; }

/* --- search --- */
.header-top-bar .search-container
{
	float: right;
	position: relative;
}
.header-top-bar .search-container a{
	padding: 20px 0 20px 29px;
}
.template-search
{
	display: block;
	font-size: 14px;
	padding: 17px;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	color: #ffffff;
}
.template-search:hover
{
	color: #636363;
}
/*.search
{
	position: absolute;
    display: none;
    width: 249px;
    right: 0;
    padding: 12px 10px;
    background: #92C23C;
    z-index: 99;
    top: 100%;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, .1);
}
.search .search-container
{
	overflow: visible;
}
.search .search-input
{
    float: left;
    width: 171px;
    color: #636363;
    font-size: 14px;
    background: #FFF;
    border: 1px solid #66b001;
    border-right: 0;
    margin: 0;
    padding: 6px 13px;
}
.search .search-input.hint
{
	color: #858d94;
}
.search .search-input::-webkit-input-placeholder 
{
	color: #858d94;
}
.search .search-input:-moz-placeholder 
{
	color: #858d94;
    opacity:  1;
}
.search .search-input::-moz-placeholder
{
	color: #858d94;
    opacity:  1;
}
.search .search-input:-ms-input-placeholder 
{
	color: #858d94;
}
.search .search-submit-container
{
	position: absolute;
    width: 38px;
    height: 36px;
    padding: 0;
    top: 12px;
    right: 23px;
    cursor: pointer;
    border: 1px solid #66b001;
    border-left: 0;
    background: #fff;
}
.search .template-search
{
	padding: 10px;
	border: none;
	color: #92C23C;
}
.search .search-submit-container:hover .template-search
{
	color: #636363;
}
.search .search-submit
{
	position: absolute;
	width: 38px;
	height: 36px;
	background: none;
	padding: 0;
	top: 0;
	left: 0;
	cursor: pointer;
	border: 0;
}*/

/* --- header languages --- */
.header-languages
{
	float: right;
	position: relative;
}
@media screen and (max-width: 768px) {
	.header-languages {
		text-align: center;
		float: none;
	}
}
@media screen and (max-width: 1189px) {
	.header-languages .template-arrow-dropdown
	{
		display: none;
	}
	.header-languages a {
		display: inline-block;
		padding: 12px 2px;
	}
	.header-languages a img {
		width: 24px;
		height: auto;
	}

}
@media screen and (min-width: 1190px) {
	.header-languages
	{
		
		width: 28px;
		margin-top: 12px;
	}
	.header-languages .template-arrow-dropdown
	{
		position: absolute;
		top: 3px;
		font-size: 12px;
		left: -9px;
		color: #000;
		z-index: 100;
		color: #5f5f5f;
	}
	.header-languages .languages-drop
	{
		position: absolute;
		top: 0;
		right: 0;
		padding: 1px;
		background: #fff;
	}
	.header-languages .languages-drop:hover
	{
		box-shadow: 0 0 3px rgba(0,0,0,.1);
	}
	.header-languages .languages-drop a
	{
		display: block;
		margin: 2px;
	}
	.header-languages .languages-drop a:not(:first-child)
	{
		display: none;
	}
	.header-languages .languages-drop:hover a
	{
		display: block;
	}
}

/* --- ui slider --- */
.ui-slider
{
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle 
{
	position: absolute;
	z-index: 2;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range 
{
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range 
{
	filter: inherit;
}
.ui-slider-horizontal .ui-slider-handle 
{
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range 
{
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min 
{
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max 
{
	right: 0;
}
/* --- ui dropdown --- */
/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon 
{
	right: 0;
	position: absolute;
}
.ui-selectmenu-button span.ui-selectmenu-text 
{
	text-align: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/* --- media center --- */
.home-mediacenter {
	background: #ed3237;
	padding: 34px 0;
	text-align: center;
	font-size: 16px;
	color: #fefefe;
	line-height: 1.5;
}
.home-mediacenter p,
.home-mediacenter a {
	color: inherit;
	margin: 0;
	padding: 0;
}
.home-mediacenter a {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.home-mediacenter {
		padding: 0;
	}
	.home-mediacenter .container {
		text-align: left;
		padding: 34px 0 0 240px;
		background: url(../imagens/mediacenter.jpg) 0 0 no-repeat;
		display: inline-block;
		height: 89px;
	}
}


/* --- cost calculator --- */
.cost-calculator-box
{
	padding: 30px;
	background: #F5F5F5;
	margin-top: 1px;
}
.column-2-3 .cost-calculator-box .column-1-2
{
	width: 340px;
}
.cost-calculator-box:before
{
	float: left;
	font-size: 48px;
	margin-right: 30px;
	color: #585858;
	border: 1px solid #E2E6E7;
	padding: 19px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.cost-calculator-box:first-child
{
	margin-top: 0;
}
.cost-calculator-box label
{
	float: left;
	font-size: 14px;
	line-height: 24px;
	border-left: 4px solid #585858;
	padding: 14px 0 12px 15px;
}
.cost-calculator-box .cost-slider-container
{
	float: right;
	margin-left: 30px;
}
.cost-calculator-box input
{
	float: right;
	width: 40px;
	margin-left: 30px;
	margin-top: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.cost-calculator-box input.big
{
	width: 370px;
}
.cost-calculator-box.cost-calculator-contact input
{
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.cost-calculator-box.cost-calculator-contact input:first-child
{
	margin-top: 0;
}
.cost-calculator-box.cost-calculator-contact input[type='submit']
{
	width: auto;
	margin-top: 0;
}
.cost-calculator-sum
{
	text-align: right;
	margin-top: 10px;
}
.contact-form .cost-calculator-box p.description.t1
{
	margin-top: 14px;
	padding: 0;
}
.cost-calculator-price
{
	font-weight: 300;
	font-size: 40px;
	color: #585858;
}
.ui-slider
{
	float: right;
	width: 300px;
	margin-top: 20px;
	background-color: #E2E6E7;
	border-radius: 5px;
}
.ui-slider-horizontal
{
	height: 10px;
}
.ui-slider .ui-slider-handle
{
	cursor: pointer;
	width: 28px;
	height: 28px;
	top: -10px;
	border: 1px solid #E2E6E7;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #FFF;
}
.ui-slider-handle:after
{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-left: 9px;
	margin-top: 9px;
	background: #585858;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.ui-slider-handle .cost-slider-tooltip
{
	position: absolute;
	min-width: 50px;
	left: -11px;
	top: 35px;
}
.ui-slider-handle .cost-slider-tooltip .value
{
	width: 100%;
	color: #FFF;
	background: #585858;
	padding: 12px 0;
	text-align: center;
}
.ui-slider-handle .cost-slider-tooltip .arrow
{
	width: 100%;
	height: 8px;
	text-align: center;
}
.ui-slider-handle .cost-slider-tooltip .arrow:before
{
	content: "";
	border-color: #585858 transparent;
    border-style: solid;
    border-width: 0 8px 8px;
	margin-left: -8px;
    display: inline;
    position: absolute;
}
.ui-slider-range-min
{
	background: #585858;
	border-radius: 5px;
}
.ui-selectmenu-button
{
	float: right;
	border: 1px solid #E2E6E7;
	margin: 0;
	background: #FFF;
}
.ui-selectmenu-button span.ui-selectmenu-text
{
	padding: 12px 40px 12px 15px;
	line-height: 24px;
	font-size: 14px;
	color: #636363;
}
.ui-selectmenu-button .ui-icon
{
	color: #636363;
	border-left: 1px solid #E2E6E7;
	padding: 16px 12px 17px;
}
.ui-selectmenu-button.ui-corner-top .ui-icon,
.ui-selectmenu-button:hover .ui-icon
{
	color: #585858;
}
.ui-selectmenu-menu
{
	z-index: 2;
}
.ui-selectmenu-menu .ui-menu
{
	border: 1px solid #E2E6E7;
	border-top: none;
	max-height: 204px;
}
.ui-selectmenu-menu .ui-menu li
{
	cursor: pointer;
	background: #FFF;
	color: #636363;
	border-top: 1px solid #E2E6E7;
	padding: 13px 15px;
}
.ui-selectmenu-menu .ui-menu li:first-child
{
	border-top: 0;
}
.ui-selectmenu-menu .ui-menu li.ui-state-focus
{
	color: #585858;
}
/* --- buttons --- */
.more,
.more[type="submit"]
{	
	color: #FFF;
    font-size: 12px;
    font-weight: 700;
    background: #e79723;
    padding: 16px 23px 15px;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    border: 2px solid #e79723;
    text-transform: uppercase;
    display: inline-block;
}
.more:hover
{
	color: #3a3a3a;	
	background: transparent;
	border-color: #3a3a3a;
	opacity: 1;
}
.more.simple
{
	background: transparent;
	color: #FFF;
	border: 1px solid #E2E6E7;
	padding: 17px 24px 16px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
}
.more.simple:hover
{
	border-color: #585858;
	background: #585858;
}
.more.small
{
	padding: 12px 19px 11px;
}
/* --- copyright row --- */
.copyright
{	
	color: #3a3a3a;
	line-height: 1;
	font-size: 11px;
}
.copyright a
{
	color: #3a3a3a;
	display: inline-block;
}
.copyright .bullet {
	margin: 0 6px;
	font-size: 8px;
	position: relative;
	top: -2px;
}
/* --- prettyPhoto --- */
/*div.pp_default .pp_nav
{
	margin-top: 9px;
}
div.pp_default .pp_close
{
	margin-top: 7px;
}*/
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right
{
	background: none;
	padding: 0;
}
div.pp_default .pp_content, div.light_rounded .pp_content
{
	padding: 10px;
}
div.pp_default .pp_description
{
	font-size: 12px;
	color: #7C7C7C;
}
div.pp_default .pp_close
{
	margin-top: 8px;
	background: url("../images/close.png") 0 0 no-repeat;
}
div.pp_default .pp_close:hover
{
	opacity: 1;
	background-position: 0 -30px;
}
/* --- map --- */
.contact-map
{
	width: 100%;
	height: 450px;
}
/* --- slider revolution container --- */
.revolution-slider-container
{
	width: 100%;
	position: relative;
	padding: 0;
}
.revolution-slider
{
	width: 100%;
	height: 600px;
	position: relative;
	background: #F5F5F5;
}
.revolution-slider li > a
{
	display: block; 
	width: 100%; 
	height: inherit; 
	visibility:visible; 
	position: absolute; 
	z-index: 18;
}
/* --- slider revolution label --- */
.slider-content-box
{
	width: 100%;
	text-align: center;
}
.slider-content-box h2
{
	font-size: 50px;
	color: #FFF;
	padding: 15px 0;
	text-shadow: 0 0 5px rgba(0,0,0,0.75);
}
.slider-content-box p
{
	font-size: 18px;
	color: #FFF;
	line-height: 1.5;
	padding: 15px 0;
	text-shadow: 0 0 5px rgba(0,0,0,0.75);
}
.slider-content-box a:hover{
	text-decoration: none;
}
.slider-content-box .more
{
	margin-left: 30px;
}
.tp-caption a:hover
{
	color: #FFF !important;
}
/* --- slider revolution navigation arrows --- */
.tparrows.preview1
{
	width: 40px;
	height: 40px;
}
.tparrows.preview1:after
{
	font-family: "template" !important;
	font-size: 24px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	background: rgba(17, 17, 17, 0.2);
	z-index: 2;
	line-height: 40px;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.tp-rightarrow.preview1:after
{	
	content: 'a';  
	right: 0;
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: fliph;
	filter: fliph;
}
.tp-leftarrow.preview1:after
{
	content: 'a';
}
.tparrows.preview1:hover:after 
{
	background: rgba(17, 17, 17, 0.8);
	color: #fff;
}
.tparrows.preview1 .tp-arr-allwrapper
{
	display: none;
}
/* --- slider revolution navigation bullets --- */
.tp-bullets.preview1
{
	height: 12px !important;
}
.tp-bullets.preview1 .bullet 
{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 11px !important;
	height: 11px !important;
	border: none !important;
	margin-right: 10px !important;
	margin-bottom: 0px !important;
}
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected 
{
	background: #FFF !important;
	width: 11px !important;
	height: 11px !important;
	border: none !important;
}
/* --- misc --- */
.scroll-top.animated-element
{
	position: fixed;
	visibility: hidden;
	display: block;
	width: 50px;
	padding: 13px 0;
	background: #e79723;
	right: 30px;
	bottom: 30px;
	text-align: center;
}
.scroll-top:before
{
	font-size: 24px;
	color: #28292b;
}
.scroll-top:hover
{
	background: #28292b;
}
.scroll-top:hover:before
{
	color: #e79723;
}
.header h1 a,
.sf-menu a:hover,
.social-icons a:hover,
.template-search:hover,
.header-top-bar-container .header-toggle:hover,
.slider-control:hover,
.more:hover,
.vertical-menu li a:hover,
.buttons li a:hover,
.tabs-navigation li a:hover,
.tabs-navigation li a:focus,
.tabs-navigation li a:active,
.taxonomies a:hover,
.pagination li a:hover,
.scroll-top:hover
{
	text-decoration: none;
}
input, textarea
{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}
input[type='checkbox']
{
	-webkit-appearance: checkbox;
}
input[type='radio']
{
	-webkit-appearance: radio;
}
:focus 
{
	outline:none;
}
::-moz-focus-inner 
{
	border:0;
}
body.lock-position 
{
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

/*---------------------------------------*/
.float-right{
	float: right;
}
.img-box img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.youtube-box{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
.youtube-box iframe,
.youtube-box object,
.youtube-box embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.alerta{
	display: none;
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
	padding: 1rem 1.5rem;
	border-width: 0.1rem;
	border-style: solid;
	border-radius: 0.4rem;
	background-color: #F9EDB8;
	border-color: #EDC967
}
.alerta.sucesso{
	background-color: #BEFAB9;
	border-color: #71ED66
}
.alerta.erro{
	background-color: #F9B8B8;
	border-color: #ED6767
}
.alerta .progresso{
	position: absolute;
	width: 0%;
	height: 0.4rem;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.1)
}
.conteudo-imagem{
	width: 100%;
	margin-bottom: 15px;
	background: #f1f1f1;
}
@media screen and (min-width: 768px){
	.conteudo-imagem.modelo-2{
		width: 450px;
		float: right;
		margin-left: 15px;
	}
}
@media screen and (min-width: 1189px){
	.conteudo-imagem.modelo-1{
		width: 600px;
		float: right;
		margin-left: 15px;
	}
}
.conteudo-imagem img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.conteudo-imagem span{
	display: block;
	padding: 10px;
	background-color: #F5F5F5;
	line-height: 1.2;
	font-size: 12px;
	text-align: center;
}
.conteudo-texto{
	font-family: 'Rubik', sans-serif;
	color: #626262;
}

.conteudo-texto h2{
	margin-top: 0;
	padding-top: 0;
}

.conteudo-texto a {
	color: #626262;
}
.conteudo-texto p {
	padding: 0;
	margin: 10px 0 20px;
	color: #626262;
}
.conteudo-texto h1,
.conteudo-texto h2,
.conteudo-texto h3,
.conteudo-texto h4,
.conteudo-texto h5,
.conteudo-texto h6{
	margin-bottom: 10px;
	font-weight: bold;
	color: #626262;
}
.conteudo-texto h1:first-child,
.conteudo-texto h2:first-child,
.conteudo-texto h3:first-child,
.conteudo-texto h4:first-child,
.conteudo-texto h5:first-child,
.conteudo-texto h6:first-child{
	padding-top: 0;
}
.conteudo-texto h1{
	font-size: 26px;
}
.conteudo-texto h2{
	font-size: 24px;
}
.conteudo-texto h3{
	font-size: 22px;
}
.conteudo-texto h4{
	font-size: 20px;
}
.conteudo-texto h5{
	font-size: 18px;
}
.conteudo-texto h6{
	font-size: 16px;
}


.conteudo-texto ul{
	padding: 1em 0;
	line-height: 1.5;
	list-style-type: disc;
	list-style-position: inside;
}
.conteudo-texto ol{
	padding: 1em 0;
	line-height: 1.5;
	list-style-type: decimal;
	list-style-position: inside;
}
.conteudo-artigo .data{
	display: block;
	line-height: 1.5;
	font-size: 14px;
	color: #999;
}
.conteudo-artigo .redator{
	display: block;
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
	color: #585858;
}
.conteudo-evento{
	font-size: 16px;
}
.conteudo-evento .data{
	display: block;
	margin-bottom: 20px;
}
.conteudo-imagens{
	padding: 20px 0;
}
.conteudo-imagens ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.conteudo-imagens li{
	width: 20%;
	padding: 10px 0;
}
.conteudo-imagens li img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.conteudo-arquivos{
	padding: 20px 0;
}
.conteudo-arquivos ul{
	padding: 10px 0;
}
.conteudo-arquivos li{
	width: 100%;
	margin-bottom: 5px;
}
.conteudo-arquivos li a{
	display: block;
	padding: 10px;
	border: 1px solid #cecece;
	line-height: 1.2;
	color: #626262;
	text-decoration: none;
	font-size: 16px;
	transition-duration: 0.2s;
}
.conteudo-arquivos li a:before{
	content: 'T';
	font-family: "streamline-small" !important;
	font-size: 22px;
	padding-right: 10px;
	color: #626262;
	vertical-align: middle;
}
.conteudo-arquivos li a:hover{
	color: #FFFFFF;
	background: #e79723;
	border-color: #e79723;
}
.conteudo-arquivos li a:hover:before{
	color: #FFFFFF;
}
.conteudo-video{
	padding: 20px 0;
}
.conteudo-produto{
	padding: 20px 0;
}
.orcamento-form input,
.orcamento-form textarea
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	margin-top: 10px !important;
}
.orcamento-form textarea
{
	height: 290px;
	resize: none;
}
.orcamento-form [type='submit']
{
	width: auto;
	font-size: 12px;
	margin-top: 0;
	outline: none;
}
.conteudo-fundo{
	width: 100%;
	overflow: hidden;
}
.conteudo-fundo img{
	max-width: 1920px;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	margin-left: 50%;
	margin-top: 0%;
	display: block;
}
.texto-orcamento{
	padding-top: 40px;
}
.bt-orcamento{
	background-color: #585858;
	color: #ffffff;
	padding: 15px 50px;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 50px;
	border: 2px solid #585858;
}
.bt-orcamento:hover{
	text-decoration: none;
	background-color: transparent;
	color: #585858;
}

.span-more{
	font-size: 25px;
	font-weight: bold;
	color: #393335;
	text-transform: uppercase;
	vertical-align: middle;
	margin-right: 20px;
}

.footer-contatos{
	border-bottom: 6px solid #ed3237;
}

.content-list {}
.content-list .slick-arrow {
	font-size: 16px;
	position: absolute;
	color: #FFF;
	width: 20px;
	height: 40px;
	text-align: center;
	background: #ed3237;
	z-index: 20;
	top: 35%;
	cursor: pointer;
}
.content-list .slick-arrow:after {
	line-height: 40px;
	font-family: "template" !important;
}
.content-list .slick-arrow.prev { left: -36px; }
.content-list .slick-arrow.prev:after { content: 'a'; }
.content-list .slick-arrow.next { right: -36px; }
.content-list .slick-arrow.next:after { content: 'b'; }

.content-list li {
	float: left;
}
.content-list a:hover {
	text-decoration: none;
}
.content-list .box-image {
	margin-bottom: 22px;
	position: relative;
}
.content-list .box-image .date {
	top: 10px;
	left: 10px;
	position: absolute;
	background: #ed3237;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 8px 14px;
	line-height: 20px;
	text-align: center;
}
.content-list .box-image .date span {
	display: block;
	border-bottom: 1px solid #33afff;
	text-transform: uppercase;
	padding: 0 4px;
}
.content-list .box-image .date span:last-child {
	border: none;
}
.content-list .title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 8px;
	line-height: 1.2;
	letter-spacing: -.6px;
	text-align: center;
}
.content-list p {
	padding: 0;
	font-size: 14px;
	color: #888888;
	margin: 0 0 12px 0;
}
.content-list .btn {
	display: block;
	color: #ed3237;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}




.home-representantes {
	text-align: center;
	margin-bottom: 88px;
}
.home-representantes a {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding-top: 20px;
	display: block;
}


a.home-veja-mais{
	font-size: 15px;
	color: #393335;
	font-weight: bold;
	display: block;
	padding-top: 10px;
}


.home-empresa{

}
.home-empresa p{
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
}

.home-destaques {
	padding: 50px 0;
	clear: both;
}
.home-destaques p {
	margin: 0 0 20px;
	padding: 0;
}
.home-destaques .box-header{
	margin-bottom: 20px;
}

.home-setores-atuacao .listing li {
	margin-bottom: 25px;
}
.home-setores-atuacao .listing li a{
	display: block;
}
.home-setores-atuacao .listing li a:hover{
	text-decoration: none;
}
.home-setores-atuacao .listing li .img-box{
	width: 100%;
	margin-bottom: 20px;
}
.home-setores-atuacao .listing li .img-box img {
	max-width: 100%;
	height: auto;
	float: left;
}
.home-setores-atuacao .listing li h3 {
	font-size: 17px;
	color: #ed3237;
	letter-spacing: 0;
	display: block;
	line-height: 1;
	max-height: 17px;
	overflow: hidden;
}

.home-reconhecimento{
	margin-bottom: 60px;
}
.home-reconhecimento img {
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 480px) {
	.home-setores-atuacao .listing li {
		float: left;
		width: 49%;
	}
	.home-setores-atuacao .listing li:nth-child(n) {
		margin-left: 2%;
	}
	.home-setores-atuacao .listing li:nth-child(2n+1) {
		margin-left: 0;
	}
}

@media screen and (min-width: 990px) {
	.home-reconhecimento {
		float: left;
		width: 40%;
		margin-bottom: 0;
	}
	.home-setores-atuacao {
		float: left;
		width: 55%;
		margin-left: 5%;
	}
}

@media screen and (min-width: 1190px) {
	.home-reconhecimento {
		float: left;
		width: 40%;
		margin-bottom: 0;
	}
	.home-setores-atuacao {
		float: left;
		width: 40%;
		margin-left: 15%;
	}
}

.departamento-form-contato{
	border: 1px solid #E2E6E7;
	font-size: 14px;
	line-height: 24px;
	padding: 12px 15px;
	color: #636363;
	margin: 0;
	width: 100%;
}






/* Colunas conteudo */
.conteudo-texto .linha{
  *zoom: 1;
}
.conteudo-texto .linha:before,
.conteudo-texto .linha:after{
  content: "";
  display: table;
}
.conteudo-texto .linha:after{
  clear: both;
}
.conteudo-texto .colunas{
  width: 100%;
  float: left;
}
@media screen and (min-width: 400px) {
  .conteudo-texto .colunas.mobile-uma {
    width: 6.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.mobile-duas {
    width: 15.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.mobile-tres {
    width: 23.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.mobile-quatro {
    width: 32.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.mobile-cinco {
    width: 40.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.mobile-seis {
    width: 49.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.mobile-sete {
    width: 57.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.mobile-oito {
    width: 66.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.mobile-nove {
    width: 74.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.mobile-dez {
    width: 83.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.mobile-onze {
    width: 91.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.mobile-doze {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 550px) {
  .conteudo-texto .colunas.phablet-uma {
    width: 6.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.phablet-duas {
    width: 15.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.phablet-tres {
    width: 23.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.phablet-quatro {
    width: 32.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.phablet-cinco {
    width: 40.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.phablet-seis {
    width: 49.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.phablet-sete {
    width: 57.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.phablet-oito {
    width: 66.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.phablet-nove {
    width: 74.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.phablet-dez {
    width: 83.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.phablet-onze {
    width: 91.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.phablet-doze {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .conteudo-texto .colunas.tablet-uma {
    width: 6.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.tablet-duas {
    width: 15.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.tablet-tres {
    width: 23.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.tablet-quatro {
    width: 32.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.tablet-cinco {
    width: 40.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.tablet-seis {
    width: 49.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.tablet-sete {
    width: 57.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.tablet-oito {
    width: 66.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.tablet-nove {
    width: 74.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.tablet-dez {
    width: 83.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.tablet-onze {
    width: 91.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.tablet-doze {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .conteudo-texto .colunas.desktop-uma {
    width: 6.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-duas {
    width: 15.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-tres {
    width: 23.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-quatro {
    width: 32.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-cinco {
    width: 40.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-seis {
    width: 49.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-sete {
    width: 57.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-oito {
    width: 66.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-nove {
    width: 74.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-dez {
    width: 83.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-onze {
    width: 91.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-doze {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .conteudo-texto .colunas.desktop-hd-uma {
    width: 6.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-hd-duas {
    width: 15.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-hd-tres {
    width: 23.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-hd-quatro {
    width: 32.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-hd-cinco {
    width: 40.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-hd-seis {
    width: 49.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-hd-sete {
    width: 57.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-hd-oito {
    width: 66.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-hd-nove {
    width: 74.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-hd-dez {
    width: 83.0%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-hd-onze {
    width: 91.5%;
    margin-left: 2%;
  }
  .conteudo-texto .colunas.desktop-hd-doze {
    width: 100%;
    margin-left: 0;
  }
}
.conteudo-texto .colunas:first-child {
  margin-left: 0;
}
.conteudo-texto .colunas.centralizadas {
  float: none;
  margin: 0 auto;
}

.conteudo-texto .colunas img{
	max-width: 100%;
	height: auto;
}
.page-section-padding {
	padding: 75px 0;
	background: #fff;
}
.page-section-padding-small{
	padding: 25px;
	background: #fff;
}
.page-section-darker {
	background: #f7f7f7;
}
.pd-lat-10{
	padding: 0 10px;
}
.img{
	overflow: hidden;
	background-color: #fff;
}
.img.mask-circle{
	border-radius: 50%;
	background-color: #d55b8c;
}
.img.shadow{
    border: 8px solid #fff;
    box-shadow: 0 0 4px 4px #e5e5e5;
    -webkit-box-shadow: 0 0 4px 4px #e5e5e5;
    -moz-box-shadow: 0 0 4px 4px #e5e5e5;
}
.img.mask-circle:hover img {
    opacity: .2;
}
.tp-round{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.lft-round{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.rgt-round{	
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.img img{
	margin: 0 auto;
	width: 100%;
}
.bg-blue{
	background-color: #00364f;
}
.white{
	color: #fff !important;
}
.bd-grey{
	border: 1px solid  #e3e3e3;
}
.bd-grey .img{
	padding: 20px 0;
}
.title{
	color: #d45b8c;
	font-size: 23px;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 20px;
}
.title-blue{
	color: #3a3a3a;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	font-size: 26px;
	padding: 10px 0;
}
.ver-todos .title-blue{
	line-height: 20px;
	border: none;
	padding-bottom: 47px;
	font-size: 19px;
}
.title-sm{
	font-size: 16px;
	font-weight: 800;
	color: #444445;
	text-align: center;
	margin-top: 20px;
}
.box-title{
	color: #737373;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
    box-shadow: 0px 4px 0 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 4px 0 0px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 4px 0 0px rgba(0, 0, 0, .1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 12px 0;
}
.desc{
	color: #3a3a3a;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	text-align: center;
	padding: 0 20px;
	font-size: 16px;
}
.btn{
    background-color: #e79723;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #e79723;
    display: table;
    margin: 10px auto 30px;
    text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
}
.btn-laranja{
	background-color: #ed8700;
    color: #00364f;
    padding: 20px 30px;
    font-size: 15px;
    border: 1px solid  #ed8700;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-transform: uppercase;
    margin-top: 8px;
}
.btn-laranja i,
.btn-grey i{
	margin-left: 5px;
}
.btn-laranja:hover{
	background-color: #00364f;
	color: #ed8700;
}
.btn-grey{
	background-color: #fff;
	border: 1px solid  #969696;
	color: #969696;
    padding: 8px 40px;
    font-size: 15px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    display: table;
}
.btn-grey:hover{
	color: #ed8700;
	border-color: #ed8700;
}
.btn.btn-transparent{
	margin: 0;
	color: #8f8f8f;
	text-transform: uppercase;
	font-size: 15px;
	background-color: transparent;
	border: none;
	text-align: center;
	display: block;
}
.btn.btn-transparent i{
	margin-left: 5px;
}
.btn:hover {
    background: transparent;
    color: #3a3a3a;
    text-decoration: none;
    border-color: #3a3a3a;
}
.btn.btn-transparent:hover{
	color: #ea8600;
}
.img a{
	position: relative;
}
.img a .saiba-mais {
    height: 100%;
    width: 195px;
    display: block;
    position: absolute;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    top: 85px;
    left: 0;
    font-weight: 600;
    font-size: 18px;
    z-index: 999;
    opacity: 0;
    text-decoration: underline;
}
.img a:hover .saiba-mais{
	opacity: 1;
    -webkit-transition: opacity 2s; /* Safari */
    transition: opacity 2s;
}
.inline-block{
	display: inline-block;
}
a.btn-light {
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 40px;
    float: right;
}
a.btn-light:hover{
	border-color: #92C23C;
	color: #92C23C;
	background-color: #fff;
}
.title-blog{
	line-height: 1.2;
    text-align: left;
    margin: 0;
    font-weight: 700;
    font-size: 16px
}
.blog-box{
    background-color: #f5f5f5;
    height: 166px;
    float: left;
    box-sizing: border-box;
    padding: 40px;
}
.mais{
    font-size: 15px;
    color: #5e97ae;
    font-weight: 600;
    display: block;
    margin: 10px 0;
}
.mais:hover{
    text-decoration: underline;
}
.galeria{
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: auto auto;
}
.galeria .img{
    margin: 10px;
    display: grid;
    height: 137px;
}
.galeria .img:last-child{
	grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    height: 296px;
    width: 306px;
}
.galeria .img:last-child img{
	height: 100%;
	width: auto;
}
.pd-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 0 60px 60px;
}
footer .endereco,
footer .email,
footer .phone{
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 15px;
	margin-left: 5px;
	padding: 0;
}
footer .fa-home{
	vertical-align: top;
	margin-top: 3px;
}
footer:first-of-type{
	background-color: #3a3a3a;
}
footer:first-of-type .row{
	position: relative;
    box-sizing: border-box;
}
footer:last-of-type{
	padding: 20px 0;
	background-color: #f7f7f7;
	color: #3a3a3a;
}
footer:last-of-type .row .copyright > span:first-child{
	float: left;
}
footer:last-of-type .row .copyright > span:last-child{
	float: right;
}
footer:last-of-type .row .copyright > span:last-child a{
	vertical-align: bottom;
}
footer h2{
	font-size: 20px;
	text-transform: uppercase;
}
.infos{
	-webkit-box-shadow: 0px -5px 5px 0px rgba(199,199,199,.5);
	-moz-box-shadow: 0px -5px 5px 0px rgba(199,199,199,.5);
	box-shadow: 0px -5px 5px 0px rgba(199,199,199,.5);
}
.searchBox{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(58, 58, 58, 0.9);
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}
.search--open {
    pointer-events: auto; 
    opacity: 1;
}
.searchBox:before, .searchBox:after {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    pointer-events: none;
    border: 1.5em solid #3a3a3a;
    transition: transform 0.5s;
}
.searchBox:before{
	top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0;
}
.searchBox:after{
	right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0;
}
.btn--search-close {
    font-size: 2em;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    transition: opacity 0.5s, transform 0.5s;
    background-color: transparent;
    color: #e79723;
    border: none;
    cursor: pointer;
}
.btn--search-close:hover{
	color: #e79723;
}
.search__form {
    margin: 5em 0;
}
.search--open .search__form {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.search__input {
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    font-family: inherit;
    font-size: 6vw;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: 0.05em 0;
    color: #fff;
    border-bottom: 2px solid #e79723;
}
.search__info {
    font-size: 90%;
    font-weight: bold;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: #fff;
}
.carrinho .menu-carrinho {
    display: block;
    position: absolute;
    top: 120%;
    right: 0;
    width: 330px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.carrinho>a #menu-carrinho-tamanho {
    padding: 0 5px;
    font-weight: bold;
    vertical-align: middle;
}
.carrinho.hover .menu-carrinho, .carrinho:hover .menu-carrinho {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.carrinho .menu-carrinho .titulo {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    background: #00364f;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}
.carrinho .menu-carrinho .itens {
    background: #ffffff;
    overflow: auto;
    max-height: 190px;
}
.carrinho .menu-carrinho .atualizando {
    display: none;
    background: #ffffff;
    padding: 40px;
    font-size: 20px;
    text-align: center;
}
.carrinho .menu-carrinho .vazio {
    display: none;
    background: #ffffff;
    padding: 20px 20px 10px;
    font-size: 13px;
    text-align: center;
}
.carrinho .menu-carrinho .enviar {
    background: #fff;
    padding: 10px 30px;
}
.carrinho .menu-carrinho #menu-carrinho-template {
    display: none;
}
.carrinho .menu-carrinho .enviar a {
    display: block;
    font-size: 15px;
    color: #ffffff;
    background: #ed8700;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.carrinho .menu-carrinho .enviar a.desativado {
    background: #bbb;
}
.carrinho .menu-carrinho .itens ul li a .texto .qtde {
    font-size: 15px;
    color: #909090;
    padding: 0;
}
.carrinho .menu-carrinho .itens ul li a .texto {
    float: left;
    padding: 3px 0;
    max-width: 200px;
}
.carrinho .menu-carrinho .itens ul li a .img-box {
    float: left;
    padding-right: 10px;
}
.carrinho .menu-carrinho .itens ul li a {
    display: block;
    padding: 10px 20px 0 20px !important;
    background-color: #fff !important;
}
.carrinho .menu-carrinho .itens ul {
	position: initial;
}
.carrinho .menu-carrinho .itens ul li{
	background-color: #fff; 
}
#cotacao-incluir-popup {
    display: none;
    background: #ffffff;
    padding: 20px;
    max-width: 100%;
    text-align: center;
}
#cotacao-incluir-popup {
    min-width: 350px;
    max-width: 600px;
}
#cotacao-incluir-popup .nome {
    color: #00364f;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding: 0;
}
#cotacao-incluir-popup .img-box {
    margin-bottom: 15px;
}
.linha:before,
.linha:after,
.clf:before,
.clf:after {
    content: "";
    display: table;
}
.linha:before,
.linha:after,
.clf:before,
.clf:after {
    content: "";
    display: table;
}
.linha:after, .clf:after {
    clear: both;
}
#cotacao-incluir-popup button {
    padding: 8px 10px;
    overflow: hidden;
    border: none;
    color: #ffffff;
    background: #00364f;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}
#colorbox #cotacao-incluir-popup {
    display: block;
}
.carrinho .menu-carrinho .itens ul li a .texto .nome {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}
.pg-orcamento .lista-itens {
    margin-top: 40px;
    margin-bottom: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pg-orcamento .lista-itens ul {
    display: flex;
    flex-wrap: wrap;
}
.pg-orcamento .lista-itens ul li {
    display: flex;
    width: 100%;
    float: left;
    border-bottom: 4px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.pg-orcamento .lista-itens *,
.pg-orcamento .lista-itens *:before,
.pg-orcamento .lista-itens *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pg-orcamento .lista-itens ul li .dados .nome {
    font-size: 16px;
    font-weight: bold;
    color: #7e7e7e;
    line-height: 1.2;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pg-orcamento .lista-itens ul li .dados .qtde {
    margin-bottom: 30px;
}
.pg-orcamento .lista-itens ul li .dados .qtde>span {
    display: block;
    margin-bottom: 5px;
    padding-right: 10px;
}
.pg-orcamento .lista-itens ul li .dados .qtde .div-input-numero {
    display: block;
    float: left;
}
.pg-orcamento .lista-itens ul li .dados .qtde .div-input-numero .menos,
.pg-orcamento .lista-itens ul li .dados .qtde .div-input-numero .mais {
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #00364f;
    float: left;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #db7e12;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.pg-orcamento .lista-itens ul li .dados .qtde .div-input-numero .menos {
    border-top-left-radius: 50%;
    /*border-bottom-left-radius: 50%;*/
}
.pg-orcamento .lista-itens ul li .dados .qtde .div-input-numero .mais {
    /*border-top-right-radius: 50%;*/
    border-bottom-right-radius: 50%;
    margin-top: 0;
}
.pg-orcamento .lista-itens ul li .dados .qtde .div-input-numero input[type="tel"] {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #00364f;
    text-align: center;
    color: #fff;
    margin: 0;
    border: none;
    padding: 5px;
}
.pg-orcamento .lista-itens ul li .dados .bts a {
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
}
.pg-orcamento .lista-itens ul li .img-box {
    float: left;
    width: 40%;
}
.pg-orcamento .lista-itens ul li .dados {
    float: left;
    width: 60%;
    padding-left: 20px;
}
.pg-orcamento .lista-itens ul li .img-box img {
    border: 1px solid #e0e0e0;
}
.pg-orcamento .dados-contato label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}
.pg-orcamento .dados-contato input[type='text'],
.pg-orcamento .dados-contato input[type='tel'],
.pg-orcamento .dados-contato input[type='email'] {
    margin-bottom: 10px;
}
.pg-orcamento .dados-contato textarea{
	height: 208px;
}
.pg-orcamento .dados-contato input[type='submit'] {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    background: #db7e12;
    padding: 16px 23px 15px;
    text-align: center;
    cursor: pointer;
    line-height: normal;
    letter-spacing: 1px;
    margin-top: 10px;
    border: 2px solid #db7e12;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.pg-orcamento .dados-contato input[type='submit']:hover{
	background-color: #fff;
	color: #db7e12;
}
.pg-orcamento .dados-contato select {
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid #E2E6E7;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 15px;
    color: #636363;
    margin: 0;
}
.pg-orcamento .dados-contato .clearfix{
	clear: both;
}
.full-width {
    width: 100%;
    box-sizing: border-box;
}
.pg-orcamento .dados-contato .float.column-1-2:last-child{
	margin-left: 30px;
}
@media screen and (min-width: 400px){
	.pg-orcamento .lista-itens ul li .dados .qtde {
	    margin-bottom: 15px;
	}
	.pg-orcamento .lista-itens ul li .dados .nome {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
}
@media screen and (min-width: 550px){
	.pg-orcamento .lista-itens ul li .dados .qtde>span {
	    float: left;
	    margin-bottom: 0;
	    padding-top: 18px;
	}
	.pg-orcamento .lista-itens ul li .dados .qtde {
	    margin-bottom: 30px;
	}
	.pg-orcamento .lista-itens ul li .dados .nome {
	    margin-bottom: 25px;
	}
	.pg-orcamento .lista-itens ul li .dados {
	    width: 65%;
	}
	.pg-orcamento .lista-itens ul li .img-box {
	    width: 35%;
	}
}
@media screen and (min-width: 768px){
	.pg-orcamento .lista-itens ul li .dados .qtde>span {
	    float: none;
	    margin-bottom: 5px;
	    padding-top: 0;
	}
	.pg-orcamento .lista-itens ul li .dados .qtde {
	    margin-bottom: 15px;
	}
	.pg-orcamento .lista-itens ul li .dados .nome {
	    margin-bottom: 5px;
	}
	.pg-orcamento .lista-itens ul li .dados {
	    width: 60%;
	}
	.pg-orcamento .lista-itens ul li .img-box {
	    width: 40%;
	}
	.pg-orcamento .lista-itens ul li:nth-child(2n+1) {
	    margin-left: 0;
	}
	.pg-orcamento .lista-itens ul li:nth-child(n) {
	    margin-left: 2%;
	}
	.pg-orcamento .lista-itens ul li {
	    width: 48%;
	}
}
@media screen and (min-width: 1190px){
	.pg-orcamento .lista-itens ul li .dados .qtde>span {
	    float: left;
	    padding-right: 0;
	    padding-top: 18px;
	}
	.pg-orcamento .lista-itens ul li .dados .qtde .div-input-numero {
	    float: right;
	}
	.pg-orcamento .lista-itens ul li .dados .qtde {
	    margin-bottom: 30px;
	}
	.pg-orcamento .lista-itens ul li .dados .nome {
	    margin-bottom: 25px;
	}
	.pg-orcamento .lista-itens ul li:nth-child(3n+1) {
	    margin-left: 0;
	}
	.pg-orcamento .lista-itens ul li:nth-child(n) {
	    margin-left: 1%;
	}
	.pg-orcamento .lista-itens ul li {
	    width: 32%;
	}
}
.mobile-show .cart{
	float: none;
	text-align: center;
}
.mobile-show .cart a {
	color: #ed8700;
	font-size: 1.2rem;
}
.conteudo-imagens li .img-box:hover .links,
.conteudo-imagens li .img-box.hover .links{
	opacity: 1;
}
footer .row.align-center,
.infos .row{
	padding: 0 10px;
	box-sizing: border-box;
}
.infos .row .column.column-1-3:not(:first-child){
	margin-left: 20px;
}
.img-triangle{
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	width: 275px;
	height: 242px;
	margin: 0 auto;
	position: relative;
}
.img-triangle img{
	width: 360px;
    height: 240px;
    max-width: 360px;
    margin-left: -45px;
}
.bg-triangle{
	position: relative;
	margin-top: 40px;
}
.bg-triangle:before{
	content: '';
	display: block;
	width: 281px;
	height: 243px;
	background-image: url('../imagens/bg-pontilhado.png');
	position: absolute;
    top: -40px;
}
.servico:nth-of-type(2){
	position: relative;
}
.servico:nth-of-type(2):before,
.servico:nth-of-type(2):after{
	content: '';
	position: absolute;
	top: 150px;
	display: block;
    width: 160px;
    height: 1px;
    border-bottom: 1px dashed #a3a3a3;
}
.servico:nth-of-type(2):before{
	left: 3px;
}
.servico:nth-of-type(2):after{
	right: 3px;
}
.bg-img{
	background-image: url('../imagens/bg-venda-locacao.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.item div:last-of-type{
	width: 50%;
	float: right;
	padding-top: 100px;
}
.item div .title-blue{
	padding: 10px 50px;
	text-align: left !important;
}
.item div .desc{
	padding: 0 0 0 50px;
	text-align: left !important;
}
.item div .btn{
	margin: 10px 0 30px 50px;
}
.item div .btn:hover{
	color: #fff;
	border-color: #fff;
}
.item:last-of-type{
	margin-top: 40px;
}
.item:last-of-type div:first-of-type{
	float: right;
}
.item:last-of-type div:last-of-type{
	float: left;
}
.item:last-of-type div .title-blue,
.item:last-of-type div .desc{
	text-align: right !important;
}
.item:last-of-type div .desc{
	padding: 0 50px 0 0;
}
.item:last-of-type div .btn{
	margin: 10px 0 30px 400px;
}
.bg-grey{
	background: #f0f1f7;
}
.empresa .desc{
	text-align: left;
	padding: 10px 0;
}
.noticias .box-header-top{
	margin-bottom: 50px;
}
.noticias .column-1-4:not(:last-child){
	margin-right: 30px;
}
.noticias .column-1-4 h3{
	text-transform: uppercase;
	margin: 25px 0 0;
	font-size: 20px;
	color: #3a3a3a;
}
.noticias .column-1-4 p{
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #3a3a3a;
}
.center{
	text-align: center;
}
.clientes li{
	margin: 0 25px;
	/*width: 180px !important;*/
}
.contact-details-list li:before {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 48px;
    color: #fff;
    background: #e79723;
    padding: 19px;
    margin-right: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.slider-container{
	width: 100%;
	position: relative;
	padding: 0;
}
#clientes{
	width: 100%;
	position: relative;
}
.controls{
	position: relative;
}
.controls .fa{
	position: absolute;
	top: -65px;
	background: #8e8e8e;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
.controls .fa-chevron-left{
	left: -20px;
	padding: 5px 8px 5px 6px;
}
.controls .fa-chevron-right{
	right: -25px;
	padding: 5px 6px 5px 8px;
}
/*.servico:first-of-type .img-triangle,
.servico:last-of-type .img-triangle{
	margin: 0;
}
.servico:last-of-type .img-triangle{
	float: right;
}
.servico:first-of-type .bg-triangle:before{
	right: 90px;
}
.servico:last-of-type .bg-triangle:before{
	left: 90px;
}
.servico:first-of-type .title-blue{
	width: 295px;
	margin-left: -10px;
	display: block;
}
.servico:first-of-type .desc{
	width: 295px;
    margin-left: -50px;
}
.servico:first-of-type .btn{
	margin-left: 70px;
}
.servico:last-of-type .title-blue{
	width: 295px;
	margin-left: 85px;
	display: block;
}
.servico:last-of-type .desc{
	width: 295px;
    margin-left: 50px;
}
.servico:last-of-type .btn{
	margin-left: 175px;
}*/
.column-1-3.servico{
	width: 280px;
	padding: 0;
}
.column-1-3.servico:nth-child(3){
	padding: 0 165px;
}
.servico .title-blue{
	width: 290px;
}
.item.column{
	margin-left: 0;
}
.empresa_img{
	margin-left: 22px;
}

.whatsapp-flutuante {	
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: fixed;
	bottom: 30px;
	left: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #128C7E;
}

.whatsapp-flutuante i {
	font-size: 32px;
	color: #FFF;
}