@charset "UTF-8";
/* CSS Document */

div#content_fix {height:0;}

div#home_hero {min-height:100vh;}
div#home_hero_content {height:600px; display:flex; flex-direction:column; justify-content:center; padding:80px 0 0 0;}
div#home_hero_content_text {font-weight:100; color:#fff; text-align:center; padding:50px;}
div#home_hero_content_text_large {font-size:50px; text-transform:uppercase;}
div#home_hero_content_text_split {margin:40px auto; width:70%; border-top:1px dotted rgba(255,255,255,.5);}
div#home_hero_content_text_small {text-transform:lowercase;}
div.home_hero_content_text_small_item {display:inline-block; width:calc(95% / 3); font-size:20px;}
@media(max-width:767px){
	div#home_hero_content_text_large {font-size:30px;}
	div.home_hero_content_text_small_item {font-size:14px;}
}
@media(max-width:460px){
	div#home_hero_content_text_large {font-size:22px;}
}

div.home_boxes_item {text-align:center; opacity:1; padding:60px 0;}
div.home_boxes_item:hover {background:url(../../img/global/texture.jpg);}
div.home_boxes_item:hover div.home_boxes_item_icon {filter:grayscale(100%) brightness(5);}
div.home_boxes_item:hover div.home_boxes_item_split {border-top-color:#fff;}
div.home_boxes_item:hover div.home_boxes_item_title,
div.home_boxes_item:hover div.home_boxes_item_content {color:#fff;}
div.home_boxes_item_icon {width:50px; height:50px; background-size:50px; background-position:center; background-repeat:no-repeat; display:inline-block; vertical-align:middle;}
div.home_boxes_item_title {width:calc(100% - 200px); font-size:22px; font-weight:300; text-transform:uppercase; color:#666; display:inline-block; vertical-align:middle;}
div.home_boxes_item_split {width:60%; border-top:1px dotted #666; margin:50px auto;}
div.home_boxes_item_content {padding:0 60px; font-size:12px; font-weight:300; line-height:1.8em;}

div#home_boxes_item_solucoes
div.home_boxes_item_icon {background-image:url(../../img/pages/home/solucoes.svg);}
div#home_boxes_item_portfolio
div.home_boxes_item_icon {background-image:url(../../img/pages/home/portfolio.svg);}
div#home_boxes_item_contato
div.home_boxes_item_icon {background-image:url(../../img/pages/home/contato.svg);}

div#home_portfolio {padding:50px 0; background:linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.2)), url(../../img/global/texture.jpg);}
div#home_portfolio_title {color:#fff; font-size:20px; text-transform:uppercase; text-align:center;}
div#home_portfolio_list {margin:50px 0 0 0;}
div.home_portfolio_list_empty {font-weight:100; font-size:18px; color:#666; text-align:center; padding:40px 0;}
div#home_portfolio_mais {text-align:center; margin:30px 0 0 0;}

div.home_portfolio_list_item_image_wrap {background:url(../../img/pages/home/image_wrap.png) center no-repeat; background-size:contain; height:397px; padding:21px 0 0 47px;}
div.home_portfolio_list_item_image {width:462px; height:258px; background-size:462px auto; background-position:center top;}
@media(max-width:1199px){
	div.home_portfolio_list_item_image_wrap {padding:19px 0 0 18px; height:361px;}
	div.home_portfolio_list_item_image {width:420px; height:235px; background-size:420px auto;}
}
@media(max-width:991px){
	div.home_portfolio_list_item_image_wrap {padding:14px 0 0 14px; height:274px;}
	div.home_portfolio_list_item_image {width:320px; height:179px; background-size:320px auto;}
}
@media(max-width:767px){
	div.home_portfolio_list_item_image_wrap {padding:14px 0 0 14px; height:274px; width:348px; margin:0 auto 30px auto;}
	div.home_portfolio_list_item_image {width:320px; height:179px; background-position:center; background-size:320px auto;}
}
@media(max-width:400px){
	div#home_portfolio div.container {padding:0;}
	div.home_portfolio_list_item div.row {margin:0;}
	div.home_portfolio_list_item div.row div.col-lg-6:first-child {padding:0;}
}


div.home_portfolio_list_item_info_item {color:#fff; padding:25px 0;}
div.home_portfolio_list_item_info_item_title {display:inline-block; vertical-align:middle; text-transform:uppercase; font-size:11px; width:100px; text-align:right; font-weight:100; border-right:1px solid #666; padding:0 20px 0 0;}
div.home_portfolio_list_item_info_item_content {display:inline-block; vertical-align:middle; margin:0 0 0 20px; width:calc(100% - 125px); font-size:16px;}
div.home_portfolio_list_item_info_item_content a:hover {border-bottom:1px dotted #fff;}
@media(max-width:991px){
	div.home_portfolio_list_item_info_item {padding:15px 0;}
}
@media(max-width:767px){
	div#home_portfolio_list_item_info_item_link
	div.home_portfolio_list_item_info_item_title {display:none;}
}

.home_portfolio_list_dots {list-style:none; text-align:center; margin:30px 0 0 0; padding-left:0;}
.home_portfolio_list_dots li {display:inline-block;}
.home_portfolio_list_dots_item {width:15px; height:15px; border-radius:50%; margin:0 10px 0 0; cursor:pointer; border:2px solid #fff;}
.home_portfolio_list_dots li.slick-active .home_portfolio_list_dots_item {background:#fff;}
.home_portfolio_list_dots li:last-child .home_portfolio_list_dots_item {margin-right:0;}