@charset "iso-8859-1";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700);


html, body { 
width:100%;
height:auto;
float:left;
padding:0px;
margin:0px;
height:auto;
font-weight: 400;
background: #fff;
overflow-x:hidden;
}

body, input , textarea {
 font-family: 'Roboto Slab', serif;
 outline: none;
 resize:none;
}


#menu_c { display: none; }

.nicescroll-rails { z-index:700 !important; }

#loading {
width:100%;
height:100%;
position:fixed;
left:0px;
top:0px;
z-index:1500;
display:none;
background:url(../imgs/loading.gif) no-repeat center center #000;
opacity:0.6;
}

.content {
width:50%;
padding-left:50%;
float:left;
}

.content_int {
width:1100px;
height:auto;
float:left;
margin-left:-550px;
}

a , input[type="button"] , input[type="submit"]  {
cursor: pointer;
outline: none;
transition:all 0.3s ease-in;
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
text-decoration: none;
}



























#topo {
padding-top: 30px;
padding-bottom: 30px;
}

#logo {
width: 255px;
height: 71px;
float:left;
background: url(../imgs/logo.png) no-repeat;
text-indent: -9999px;
}

#logo:hover { opacity: 0.5; }




#topo_inf {
float: right;
margin-top: 10px;
}

.topo_inf_block {
float: left;
height: 30px;
line-height: 15px;
margin-right: 50px;
color: #000;
cursor: default;
font-size:12px;
text-transform: uppercase;
padding: 10px 0 10px 60px;
}

.topo_inf_block strong {  font-size: 18px; }


#topo_inf_phone {
background: url(../imgs/topo_inf_phone.png) no-repeat left center;
}

#topo_inf_location {
background: url(../imgs/topo_inf_location.png) no-repeat left center;
}





#menu {
background: #0B588E;
height: 70px;
border-top: 5px solid #E5EAEF;
}
#menu.fixo {
position: fixed;
left: 0px;
top:0px;
z-index: 2000;
}

#menu_a {
float: left;
width: 100%;
height: 70px;
}


#menu_link {
width: auto;
float: left;
}

#menu_link a {
width: auto;
float: left;
height: 47px;
padding:0 20px 0 20px;
color: #fff;
font-weight: 400;
font-size: 14px;
line-height: 44px;
border-top: 3px solid #0B588E;
text-transform: uppercase;
margin-top: 10px;
}

#menu_link a:hover , #menu_link a.ativo {
color: #FFD700;
border-top: 3px solid #FFD700;
}

#menu_link i {
width: 1px;
height: 70px;
float: left;
background: #1A4876;
margin: 0 10px 0 10px;
}




#menu_facebook {
float: right;
background: url(../imgs/menu_facebook.png) no-repeat left center #1A4876;
padding-right: 900px;
margin-right: -900px;
width: 167px;
height: 70px;
}

#menu_facebook:hover {
background-color: #444;
}


















#footer_photos {
	width: 100%;
	float: left;
}

#footer_photos_sld  {
width: 240px;
height: 180px;
float: left;
background: #000;
}


#footer_photos_sld  img {
width: 240px;
height: 180px;
float: left;
opacity: 0.5;
}

#footer_photos_sld img:hover {
	opacity: 1;
}

#footer_photos_sld_mask  {
width: 50%;
padding-left: 50%;
float: left;
height: 150px;
border-bottom: 20px solid #fff;
margin-top: -40px;
position: relative;
z-index: 300;
background: url(../imgs/footer_photos_sld_mask.png) no-repeat center bottom;
}


#footer_photos_sld_mask div {
width: 240px;
height: 180px;
margin-top: -140px;
margin-left: -120px;
position: relative;
z-index: 300;
background: url(../imgs/footer_photos_sld_mask_div.png) no-repeat;
}

#footer_photos_sld_mask_prev , #footer_photos_sld_mask_next {
width: 28px;
height: 180px;
float: left;
margin:0 0 0 -28px;
background: url(../imgs/footer_photos_sld_mask_prev.png) no-repeat left center;
}

#footer_photos_sld_mask_next {
background: url(../imgs/footer_photos_sld_mask_next.png) no-repeat left center;
margin:0  -28px 0 0;
float: right;
}

#footer_photos_sld_mask_prev:hover , #footer_photos_sld_mask_next:hover {
opacity: 0.5;
}

#copy {
height: 50px;
line-height: 50px;
background: #013467;
border-top: 1px solid #fff;
text-align: center;
font-size:13px;
color: #A69E24;
cursor: default;
text-transform: none;
font-weight: bold;
}

#copy a {
color: #A69E24;
}

#copy a:hover { color: #0B588E; }

























#featured  {
width: 100%;
float: left;
height: 480px;
overflow: hidden;
}

#featured div {
height: 480px;
width: 100%;
float: left;
background-position: center center !important;
}

.pagination {
height: 12px;
position: relative;
z-index: 1000;
float: left;
width: 50%;
padding-left: 50%;
}

.pagination div {
float: left;
width: auto;
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
transform:translateX(-50%);
}

.pagination span {
float: left;
height: 12px;
width:12px;
cursor: pointer;
background-color: #fff;
margin: 0 5px 0 5px;
border-radius:13px;
text-indent: -9999px;
-moz-border-radius:13px;
}

.pagination span:hover , .pagination span.cycle-pager-active {
background-color: #F58634 !important;
}


#featured_man {
width: 100%;
height:670px;
float: left;
background: url(../imgs/featured_man.png) no-repeat;
margin:-450px 0 0 -130px;
position: relative;
z-index: 300;
}

#home_brands_a .content_int {
border-left: 1000px solid #FFD700;
height: 220px;
margin-left: -1550px;
}

#home_brands {
width: 830px;
float: right;
position: relative;
z-index: 300;
margin: -220px 0 0 0;
}
 
h1 {
width: 100%;
float: left;
margin: 0px;
padding: 0px;
font-size: 28px;
color: #B2C1D1;
text-align: center;
text-transform: uppercase;
cursor: default;
font-weight: 400;
}

#home_brands h1 {
margin: 50px 0 35px 0;
}

#home_brands_sld_a {
width: 100%;
float: left;
height: 80px;
}


#home_brands_prev  , #home_brands_next {
width: 32px;
height: 32px;
float: left;
background: url(../imgs/home_brands_prev.png) no-repeat;
margin-top: 24px;
}

#home_brands_next {
background: url(../imgs/home_brands_next.png) no-repeat;
float: right;
}


#home_brands_prev:hover , #home_brands_next:hover {
opacity: 0.5;
}


#home_brands_sld {
width: 670px;
height: 80px;
float: left;
margin-left: 50px;	
}

.home_brands_slc {
width: 700px;
height: 80px;
float: left;
}

.home_brands_slc a {
width: 106px;
height: 68px;
float: left;
text-indent: center;
border: 1px solid #EFF2F5;
padding: 5px;
margin-right: 20px;
}

.home_brands_slc a:hover  {
border-color: #0B588E;
}

.home_brands_slc a img {
max-width: 106px;
max-height: 68px;
margin-left:auto;
margin-right: auto;
}


#home_product_all {
background: url(../imgs/home_product_all.png) no-repeat center bottom #EFF2F5;
padding-bottom: 200px;
}

#home_product_all h1 {
margin: 50px 0 50px 0;
}


#home_product_prev  , #home_product_next {
width: 32px;
height: 32px;
float: left;
background: url(../imgs/home_brands_prev.png) no-repeat;
margin-top: 64px;
}

#home_product_next {
background: url(../imgs/home_brands_next.png) no-repeat;
float: right;
}


#home_product_prev:hover , #home_product_next:hover {
opacity: 0.5;
}


#home_product_sld {
width: 880px;
height: 160px;
float: left;
margin-left: 78px;
}

.home_product_slc {
width: 920px;
height: 160px;
float: left;
}

.home_product {
width: 160px;
height: 160px;
float: left;
background: #fff;
margin-right: 20px;
}


.home_product div , .home_product div img {
width: 160px;
height: 160px;
float: left;
}

.home_product:hover div {
padding: 20px;
border: 3px solid #FFD700;
margin: -23px;
background: #fff;
height: auto;
position: relative;
z-index: 300;
}

.home_product div span {
width: 160px;
float: left;
color: #0B588E;
font-size: 14px;
height: auto;
margin-top: 20px;
line-height: 18px;
font-weight: 700;
display: none;
}

.home_product:hover div span  { display: block; }





#home_service_all {
background:#EFF2F5;
border-bottom: 20px solid #fff;
}

#home_service_all h1 {
margin: 50px 0 50px 0;
}


#home_service_prev  , #home_service_next {
width: 32px;
height: 32px;
float: left;
background: url(../imgs/home_brands_prev.png) no-repeat;
margin-top: 64px;
}

#home_service_next {
background: url(../imgs/home_brands_next.png) no-repeat;
float: right;
}


#home_service_prev:hover , #home_service_next:hover {
opacity: 0.5;
}


#home_service_sld {
width: 880px;
height: 250px;
float: left;
margin-left: 78px;
margin-bottom: 50px;

}

.home_service_slc {
width: 920px;
height: 250px;
float: left;
}

.home_service {
width: 280px;
height: 250px;
float: left;
margin-right: 20px;
}

.home_service img {
width: 280px;
height: 160px;
float: left;
}

.home_service span {
width: 100%;
float: left;
margin: 20px 0 0 0;
text-align: center;
text-transform: uppercase;
color: #0B588E;
font-size: 18px;
}


.home_service_slc:hover .home_service { opacity: 0.5; }
.home_service:hover { opacity: 1 !important; }











#block_ii {
background: #EEEEEE;
border-bottom: 20px solid #fff;
}


#titulo_ii {
width: 100%;
text-align: center;
cursor: default;
height: 110px;
float: left;
font-size: 42px;
cursor: default;
color: #fff;
line-height: 110px;
text-transform: uppercase;
font-weight: 100;
background: #0B588E;
border-bottom: 5px solid #FFD700;
}

#business_menu {
width: 100%;
float: left;
margin: 50px 0 30px 0;
padding-bottom: 30px;
text-align: center;
border-bottom: 1px solid #C0CAD4;
}

#business_menu a {
color: #000000;
font-size: 16px;
text-transform: uppercase;
font-weight: 400;
padding: 0 20px 0 20px;
}

#business_menu a.active, #business_menu a:hover {
color: #0B588E;
}




.txt {
width: 100%;
float: left;
text-align: justify;
color: #000000;
cursor: default;
font-size: 16px;
line-height: 22px;
}

#business_txt {
width: 100%;
float: left;
margin-bottom: 50px;
}

#business_txt .txt {
width: 400px;
float: left;
margin-left: 135px;
text-align: right;
}

#business_txt .txt:nth-child(odd) {
	float: right;
	margin-right: 135px;
	text-align: left;
	margin-left: 0px;
}

#business_advantage {
width: 1150px;
float: left;
color: #000000;
font-size: 16px;
line-height: 22px;
margin: 0px 0 10px 0px;
text-align: center;
}

#business_advantage strong {
color: #0B588E;
font-size: 22px;
float: left;
width: 100%;
margin-bottom: 10px;
text-align: center;
cursor: default;
}

#business_advantage span {
float: left;
width: 100%;
cursor: default;
margin-bottom: 40px;
text-align: center;
}






#partner {
width: 100%;
float: left;
margin-bottom: 50px;
}

#partner_prev  , #partner_next {
width: 32px;
height: 32px;
float: left;
background: url(../imgs/home_brands_prev.png) no-repeat;
margin-top: 121px;
}

#partner_next {
background: url(../imgs/home_brands_next.png) no-repeat;
float: right;
}


#partner_prev:hover , #partner_next:hover {
opacity: 0.5;
}


#partner_sld {
width: 820px;
height: 257px;
float: left;
margin-left: 108px;
margin-bottom: 0px;

}

.partner_slc {
width: 920px;
height: 257px;
float: left;
}

.partner_slc a  {
width: 400px;
height: 257px;
float: left;
margin-right: 20px;
}

.partner_slc img {
width: 400px;
height: 257px;
float: left;
}


.partner_slc:hover a { opacity: 0.5; }
.partner_slc a:hover { opacity: 1 !important; }








#service_all {
width: 880px;
float: left;
margin: 0 0 0 110px;
}

#service_all .txt {
width: 600px;
margin: 50px 0 50px 140px;
text-align: center;s
}
.txt strong {
	color: #0B588E;
}


#service_all_list {
width: 900px;
float: left;
}


.service {
width: 280px;
float: left;
margin-right: 20px;
opacity: 0.5;
}

.service div {
width: 280px;
float: left;
}

.service:hover div {
padding: 10px;
border: 1px solid #FFD700;
margin: -11px;
}

.service img {
width: 280px;
height: 160px;
float: left;
}

.service span {
width: 100%;
float: left;
margin: 20px 0 0 0;
text-align: center;
text-transform: uppercase;
color: #0B588E;
font-size: 18px;
}

.dd {
width: 100%;
float: left;
height: 50px;
}

.service:hover { opacity: 1 !important; }










#machine_all {
width: 100%;
}

#machine_all .txt {
width: 600px;
margin: 50px 0 50px 250px;
text-align: center;
}


#machine_all {
width: 100%;
float: left;
}


.machine {
width: 100%;
float: left;
margin-bottom: 46px;
}

.machine_photos , .machine_photos_sld , .machine_photos_sld img {
width: 400px;
height: 300px;
float: left;
}
.machine_photos_sld_control {
width: 237px;
height: 32px;
float: left;
padding-left: 163px;
position: relative;
z-index: 300;
margin-top: -16px;
}

.machine_photos_sld_control_prev  , .machine_photos_sld_control_next {
width: 32px;
height: 32px;
float: left;
background: url(../imgs/home_brands_prev.png) no-repeat;
margin-right: 10px;
}

.machine_photos_sld_control_next {
background: url(../imgs/home_brands_next.png) no-repeat;
}


.machine_photos_sld_control_prev:hover , .machine_photos_sld_control_next:hover {
opacity: 0.5;
}

.machine_info {
width: 400px;
float: left;
margin: 20px;
cursor: default;
}

.machine_info strong {
color: #0B588E;
font-size: 18px;
float: left;
margin: 0px;
text-transform: uppercase;
}


.machine_info .txt {
width: 400px !important;
float: left !important;
margin: 10px 0 0 0 !important;
text-align: left !important;
}


.service div {
width: 280px !important;
float: left;
}










#product_filter {
height: 40px;
padding-top: 10px;
padding-bottom: 10px;
background: #FFD700;
}

#product_filter .content_int {
width: 1110px;
}

.formulario_select {
width: 360px;
float: left;
height: 40px;
background: url(../imgs/formulario_select.png) no-repeat right center #fff;
margin-right: 10px;
}

.formulario_select span {
width: 100%;
height: 40px;
float: left;
cursor: pointer;
}

.formulario_select span strong {
float: left;
font-size: 14px;
color: #B2B2B2;
height: 40px;
font-weight: 400;
line-height: 40px;
margin-left: 15px;
}

.formulario_select:hover strong { color: #000; }



.formulario_select select {
width: 100%;
height: 40px;
float: left;
margin: -40px 0 0 0;
position: relative;
opacity: 0;
cursor: pointer;
}



#product_all_list {
width: 120%;
float: left;
margin: 20px 0 50px 0;
}

.product {
width: 204px;
height: auto;
float: left;
margin-right: 20px;
}


.product div {
width: 204px;
float: left;
} 

.product div img {
width: 204px;
height: 204px;
float: left;
}

.product:hover div {
padding: 10px;
border: 3px solid #FFD700;
margin: -13px;
background: #fff;
height: auto;
position: relative;
z-index: 300;
}

.product div span {
width: 204px;
float: left;
color: #0B588E;
font-size: 14px;
height: auto;
margin-top: 20px;
line-height: 18px;
font-weight: 700;
}

.product:hover a { opacity: 1; }

.product a {
width: auto;
float: left;
height: 32px;
line-height: 32px;
font-size: 11px;
color: #99ADC2;
margin: 10px 0 0 0;
padding-left: 42px;
background: url(../imgs/product_a.png) no-repeat left center;
opacity:0;
}

.product a:hover {
color: #0B588E;
text-decoration: underline;
}


.product_dd {
width: 100%;
float: left;
height: 1px;
}





#contato_map {
width: 1060px;
height: 562px;
padding: 1px;
border: 1px solid #DDDDDD;
box-shadow: 1px 1px 3px rgba(0,0,0,0.06);
float: left;
margin: 20px 0 20px -415px;
}

#contato_map  iframe {
width: 1060px;
height: 562px;
float: left;
border: none;
}


#formulario_contato {
width: 430px;
float: right;
margin: 20px 0 0 0;
}


#formulario_contato input[type="text"] , #formulario_contato textarea {
border:1px solid #DDDDDD;
float: left;
box-shadow: 1px 1px 3px rgba(0,0,0,0.06);
height: 40px;
width: 388px;
padding:0 20px 0 20px;
margin-bottom: 20px;
color: #000;
border-radius:5px;
font-size: 14px;
text-transform: none;
}

#formulario_contato input[type="text"]:focus , #formulario_contato textarea:focus {
border-color: #0B588E;
}
#formulario_contato textarea {
padding: 15px 20px 15px 20px;
height: 85px;
}

#formulario_contato input[type="text"]::-webkit-input-placeholder { color: #000; }
#formulario_contato textarea::-webkit-input-placeholder { color: #000; }

#formulario_contato .formulario_select {
height: 40px;
width: 98px;
border:1px solid #DDDDDD;
box-shadow: 1px 1px 3px rgba(0,0,0,0.06);
margin: 0 0 0 5px;
}

#formulario_contato .formulario_select strong {
height: 40px;
color: #606062;
font-size: 14px;
margin-left: 20px;
line-height: 40px;
}

 
#formulario_contato #cidade { width: 283px; }

#formulario_contato input[type="submit"] {
background: none;
color: #fff;
border: none;
float: right;
border: none;
width: 100%;
height: 40px;
background: #013467;
font-size: 18px;
color: #CCC;
font-weight: 400;
text-transform: uppercase;
border-radius:5px;
}

#formulario_contato input[type="submit"]:hover { color: #FFF; }



#contact_inf {
width: 430px;
float: left;
padding: 20px 0 0 0px;
} 

#contact_inf div {
height: 30px;
padding: 10px 0 10px 70px;
float: left;
color: #000000;
cursor: default;
font-size: 12px;
line-height: 15px;
text-align: left;
margin-bottom: 20px;
text-transform: uppercase;
}

#contact_inf_phone { background: url(../imgs/contact_inf_phone.png) no-repeat left center; }
#contact_inf_address { background: url(../imgs/contact_inf_address.png) no-repeat left center; }


#product_list_block .content_int { 
padding-bottom: 30px;
}













#lt {
width: 100%;
height: 100%;
position: fixed;
z-index: 5000;
background: url(../imgs/lt.png) repeat;
display: none;
}

#lt_int {
width: 680px;
height: auto;
position: fixed;
z-index: 5100;
left: 50%;
top: 100px;
margin-left: -340px;
display: none;
}

#lt_int h2 {
width: 100%;
color: #fff;
font-weight: 100;
float: left;
padding: 0px;
margin: 0 0 10px 20px;
font-size: 32px;
cursor: default;
}

#lt_int_photo {
width: 360px;
float: left;
}

#lt_int_sld {
width: 320px;
height: 320px;
float: left;
padding: 20px;
background: #fff;
box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
#lt_int_sld div {
	float: left;
	width: 320px;
	height: 320px;
	text-align: center;
	margin: 20px;
}

#lt_int_sld img {
	max-width: 320px;
	max-height: 320px;
	margin-left: auto;margin-right: auto;
}

#lt_int_pager {
width: auto;
float: left;
margin: 10px 0 0 0;
}

#lt_int_pager span {
width: 10px;
height: 10px;
cursor: pointer;
background: #FFFFFF;
border-radius: 10px;
-moz-border-radius:10px;
float: left;
margin-right: 10px;
text-indent: -999px;
}

#lt_int_pager span:hover , #lt_int_pager span.cycle-pager-active {
background: #FFD700;
}



#lt_int_sld_exit {
width: 32px;
height: 32px;
background: url(../imgs/lt_int_sld_exit.png) no-repeat center center;
padding: 10px;
margin: -52px;
float: right;
}

#lt_inf {
width: 280px;
height: auto;
float: right;
padding: 20px;
background: #fff;
box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#lt_int h3 {
width: 100%;
color: #0B588E;
font-weight: 400;
float: left;
padding: 0px;
margin: 0 0 0px 0px;
font-size: 18px;
cursor: default;
}

#lt_inf span {
width: 100%;
float: left;
font-size: 14px;
color: #99ACC1;
cursor: default;
}

#lt_inf p {
width: 100%;
float: left;
font-size: 14px;
color: #0B588E;
margin: 0px;
padding: 0px;
cursor: default;
}

#lt_inf i {
width: 100%;
float: left;
margin: 10px 0 10px 0;
background: #E4E4E4;
height: 1px;
}