/*COMEÇO BANNER*/
section#banner{
  width: 100%;
  float: left;
  height: auto;
  display: block;
  min-height: 300px;
  clear: both;
  position: relative;
}
section#banner .conteudo {
  width: 980px;
  display: block;
  margin: 0 auto;
  min-height: 10px;
  padding-top: 20px;
}
section#banner #banner_principal,
section#banner #banner_principal .owl-stage-outer{
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 700px;
  float: left;
}
section#banner #banner_principal{
  z-index: 1;
}

section#banner #banner_principal .owl-stage{
  /* width: 100%!important; */
  height: 100%;
  overflow: hidden;
}
section#banner #banner_principal .bannerList{
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
}
section#banner #banner_principal .bannerList{
	display: block;
	width: 100%!important;
	height: 100%;
	
}
section#banner #banner_principal .bannerList .owl-nav{
  top: -10%;
  width: 100%;
  height: auto;
  position: absolute;
  min-width: 100px;
  max-width: 1060px;
  position: relative;
  top: 0px;
  text-align: center;
  margin: 0px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex!important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
section#banner #banner_principal .bannerList .owl-nav .owl-buttons {
    top: -100%;
    position: absolute;
    width: 100%;
    height: 1px;
}
/* section#banner #banner_principal .bannerList .owl-nav {
    top: -100%;
    position: absolute;
    width: 100%;
    height: 1px;
} */
/*section#banner #banner_principal .bannerList .owl-item,
section#banner #banner_principal .bannerList .banner_item{
    height: 365px;
    display: block;
    width: 100%!important;
    background-position: center center;

}*/
section#banner #banner_principal div.banners_textos{
    width: 960px;
    height: 365px;
    display: block;
    margin: 0 calc(50% - 470px);
    position: absolute;
    top: 0px;
    z-index: 8;
}
section#banner #banner_principal div.banners_textos h2:after{
    content: "";
    width: 305px;
    height: 50px;
    position: absolute;
    top: -60px;
    left: 0px;
    background: url(../images/assets/bem-vindo.png) center center no-repeat;
}
section#banner #banner_principal div.banners_textos h2{
    font-family: 'Gotham-Bold';
    font-size: 43px;
    color: #ea4e52;
    margin: 15px 0;
    height: 50px;
    display: block;
    float: left;
    width: auto;
    text-align: left;
    position: absolute;
    top: 220px;
    left: 0px;
    letter-spacing: 12px;
}
section#banner #banner_principal div.banners_textos p{
    font-family: 'Gotham-Bold';
    font-size: 13px;
    color: #fff;
    height: 10px;
    display: block;
    float: left;
    width: auto;
    text-align: left;
    position: absolute;
    top: 330px;
    left: 40px;
    letter-spacing: 6px;
}
section#banner #banner_principal div.banners_textos p:after{
    content: "";
    width: 305px;
    height: 10px;
    position: absolute;
    top: -40px;
    left: -44px;
    background: url(../images/assets/divide.png) center center no-repeat;
}
section#banner #banner_principal div.banners_textos a{
	font-family: 'gotham_mediumregular';
    font-size: 12px;
    text-transform: uppercase;
    color: #20663a;
    padding: 20px;
    margin: 15px 0;
    height: 10px;
    display: block;
    float: left;
    width: 160px;
    text-align: center;
    position: absolute;
    top: 210px;
    right: 40%;
    background: #fff;
    border-radius: 30px;
}

section#banner .bannerList .owl-dots {
    bottom: 200px;
    position: absolute;
    height: 20px;
    width: 100%;
    text-align: center;
}
section#banner .bannerList .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 8px;
}
section#banner .bannerList .owl-dots .owl-dot span{
  width: 10px;
  height: 10px;
  display: block;
  /* background: #fff; */
  /* border: 1px solid #fff; */
  border-radius: 20px;
  cursor: pointer;
  opacity: .6;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#banner .bannerList .owl-dots .owl-dot span:hover,
section#banner .bannerList .owl-dots .owl-dot.active span{
    background: #fff;
    /* border: 1px solid #fff; */
    opacity: 1;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*section#banner .owl-controls{
    width: 1140px;
    margin: 0 auto;
    height: 427px;
    display: block;
    position: relative;
    z-index: 2;
    margin-top: -427px;
}
section#banner .owl-nav{
    width: 980px;
    height: 50px;
    z-index: 2;
    display: block;
    text-align: center!important;
    bottom: 0px;
    position: relative;
    margin: 0 auto;
}*/

section#banner .owl-pagination .owl-page span:hover, section#banner .owl-pagination .owl-page.active span{
  background: #ee6c15;
}

section#banner .owl-nav .owl-prev{
	width: 22px;
  height: 30px;
	display: block;
	text-decoration: none;
	z-index: 2;
	position: absolute;
	cursor: pointer;
	text-indent: -9999px;   
	top: -470px;
	left: 0px;
   background-image: url(../images/assets/sprite.png);
   background-repeat: no-repeat;
   background-position: top left;
   background-size: auto;
}
section#banner .banner_item {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100%;
}
section#banner .banner_item img.imagem{
  display: none;
  opacity: 0;
}
section#banner .banner_item a.link {
    display: inline-block;
    width: 100%;
    height: 100%;
}
section#banner.carregando .bannertxts {
  min-height: 480px!important;
}
section#banner .bannertxts {
    width: 100%;
    max-width: 980px;
    position: relative;
    /* background: red; */
    min-height: 40%;
    
    max-height: 40%;
    padding-top: 15%;
    margin: 0 auto;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;


    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;


    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;


    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
}


section#banner .bannertxts span.txt{
  font-family: 'montserratregular';
  font-size: 80px;
  line-height: 70px;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-style: italic;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -o-flex: 0 0 100%;
  flex: 0 0 100%;
}

section#banner .bannertxts a{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#banner .bannertxts a.saiba-mais{
  font-family: 'montserratsemi_bold';
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  background: #ed1c24;
  padding: 10px 15px;
  text-align: center;
  -webkit-flex: 0 0 140px;
  -moz-flex: 0 0 140px;
  -ms-flex: 0 0 140px;
  -o-flex: 0 0 140px;
  flex: 0 0 140px;
}
section#banner .bannertxts span.sub_txt{
  /* position: absolute; */
  font-family: 'montserratlight';
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin-left: 0px;
  /* margin-top: 20px; */
  text-align: center;
  /* max-width: 800px; */
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -o-flex: 0 0 100%;
  flex: 0 0 100%;
}
section#banner .bannertxts a.veja{
  font-family: 'montserratsemi_bold';
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  background: #00427a;
  padding: 10px 15px;
  margin-left: 40px;
  /* margin-top: 70px; */
  text-align: center;
  -webkit-flex: 0 0 140px;
  -moz-flex: 0 0 140px;
  -ms-flex: 0 0 140px;
  -o-flex: 0 0 140px;
  flex: 0 0 140px;
}
section#banner .bannertxts a:hover{
  background: #cb2128;
}
section#banner .owl-nav .owl-prev:hover{
  background-position: left -39px;
}
section#banner .owl-nav .owl-next:hover{
  background-position: -22px -39px;
}
section#banner .owl-nav .owl-next{
    width: 22px;
    height: 30px;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    top: -470px;
    right: 0px;
    background-image: url(../images/assets/sprite.png);
    background-repeat: no-repeat;
    background-position: -22px top;
    background-size: auto;
}

section#banner div.solucoes{
  display: inline-block;
  position: absolute;
  bottom: 0px;
  z-index: 2;
  left: 0px;
  width: 100%;
}

section#banner div.solucoes span.titulo{
  width: auto;
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  font-family: 'Gotham-bold';
  color: #fff;
  position: absolute;
  top: -40px;
}
section#banner div.solucoes a.box {
  /* width: calc(100% / 7 - 5px); */
  width: calc(100% - 5px);
  margin-right: 5px;
  margin-top: 0px;
  text-align: center;
  background: #e2e4ec;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-top-right-radius: 30px;
  overflow: hidden;
  float: left;
  color: #3d3d3d;
  font-size: 15px;
  line-height: 15px;
  font-family: 'Gotham-Bold';
  padding-top: 90px;
  height: 30px;
  padding-bottom: 20px;
  position: relative;
  opacity: 0;
}
section#banner div.solucoes div.owl-item a.box {
  opacity: 1;
}
section#banner div.solucoes .owl-nav{
  top: 140px;
  width: 100%;
}
section#banner div.solucoes .owl-nav .owl-prev{
  top: -80px;
  left: -25px;
}
section#banner div.solucoes .owl-nav .owl-next{
  top: -80px;
  right: -20px;
}
section#banner div.solucoes .owl-nav.disabled {
  display: none;
}
section#banner div.solucoes a.box:hover{
  background: #fff;
}
section#banner div.solucoes a.box:before{
  content: "";
  width: 59px;
  height: 58px;
  display: block;
  position: absolute;
  top: 25px;
  left: 40px;
  background: url(../images/assets/sprite.png) -1px -70px no-repeat;
}
section#banner div.solucoes a.box.eq1:before{
  background: url(../images/assets/sprite.png) -1px -70px no-repeat;
}
section#banner div.solucoes a.box.eq2:before{
  background: url(../images/assets/sprite.png) -61px -70px no-repeat;
}
section#banner div.solucoes a.box.eq3:before{
  background: url(../images/assets/sprite.png) -121px -70px no-repeat;
  width: 45px;
  left: 42px;
}
section#banner div.solucoes a.box.eq4:before{
  background: url(../images/assets/sprite.png) -168px -70px no-repeat;
  width: 59px;
  left: 40px;
}
section#banner div.solucoes a.box.eq5:before{
  background: url(../images/assets/sprite.png) -227px -68px no-repeat;
  width: 59px;
  left: 40px;
  height: 60px;
}
section#banner div.solucoes a.box.eq6:before{
  background: url(../images/assets/sprite.png) -288px -70px no-repeat;
  width: 59px;
  left: 40px;
  height: 50px;
}
section#banner div.solucoes a.box.eq7:before{
  background: url(../images/assets/sprite.png) -228px -2px no-repeat;
  width: 59px;
  left: 37px;
}
/*FIM BANNER*/
/*COMEÇO CONTEUDO*/
section.home{
    width: 100%;
    height: auto;
    background: #f8f8f8;
    display: inline-block;
}
section.home .conteudo{
    width: 980px;
    display: block;
    margin: 0 auto; 
    min-height: 500px;
    padding-top: 20px;
} 

section.home .conteudo .top{
    display: inline-block;
    width: 100%;
    height: 200px;
}
/* section.home .linha{
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: -4px;
} */

section.home .produ {
    padding: 30px 0px 0px;
    display: inline-block;
    width: 100%;
}
section.home .produ h2 {
    width: 100%;
    text-align: left;
    color: #3d3d3d;
    font-size: 25px;
    font-family: Gotham Medium;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 0px;
}

.list-produ .owl-nav {
  position: absolute !important;
  margin-top: 420px !important;
}

section.home .produ .list-produ {
    width: 100%;
    display: inline-block;
    height: auto;
}
section.home .produ .list-produ .owl-stage-outer {
    overflow: hidden;
    height: auto;
    display: inline-block;
    width: calc(100% - 0px);
    padding: 0px 0px;
}
section.home .produ .list-produ .owl-nav {
    left: -25px;
    width: calc(100% + 50px);
    height: auto;
    position: absolute;
    min-width: 100px;
    max-width: 1060px;
    position: relative;
    top: 0px;
    text-align: center;
    margin: 0px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex!important;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
section.home .produ .list-produ .owl-nav .owl-prev {
    width: 22px;
    height: 30px;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    top: -250px;
    left: -10px;
    background-image: url(../images/assets/sprite.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
    -webkit-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
    opacity: 0.5;
}
section.home .produ .list-produ .owl-nav .owl-prev:hover {
  background-position: left -39px;
  filter: initial;
  opacity: 1;
}
section.home .produ .list-produ .owl-nav .owl-next {
  width: 22px;
  height: 30px;
  display: block;
  text-decoration: none;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  top: -250px;
  right: -10px;
  background-image: url(../images/assets/sprite.png);
  background-repeat: no-repeat;
  background-position: -22px top;
  background-size: auto;
  -webkit-filter: invert(100%);
  -o-filter: invert(100%);
  filter: invert(100%);
  opacity: 0.5;
}
section.home .produ .list-produ .owl-nav .owl-next:hover {
  background-position: -22px -39px;
  filter: initial;
  opacity: 1;
}
section.home .produ .list-produ .box {
  width: calc(100% - 32px);
  text-align: center;
  margin: 0px;
  display: block;
  border: 1px solid #d6d6d6;
  /* background: #fff; */
  padding-bottom: 90px;
  height: 435px;
  position: relative;
  padding: 13px 15px 0px;
}
section.home .produ .list-produ .box:hover img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
section.home .produ .list-produ .box .avalia{
  display: inline-block;
  height: auto;
  width: 100%;
}
section.home .produ .list-produ .box .img{
    width: 100%;
    height: 250px;
    display: block;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    background: #fff;


    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;


    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    overflow: hidden;
}
section.home .produ .list-produ .box .img img{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.home .produ .list-produ .box span.desconto {
  background: #364586;
  color: #fff;
  padding: 7px 10px;
  width: auto;
  display: block;
  float: right;
  font-family: 'Gotham-Medium';
  font-size: 13px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}
section.home .produ .list-produ .box span.nome {
    color: #3d3d3d;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Gotham-Bold';
    text-align: left;
    margin: 5px 0px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.home .produ .list-produ .box span.sku {
  color: #3d3d3d;
  font-size: 10px;
  line-height: 10px;
  font-family: 'Gotham-Book';
  display: inline-block;
  text-align: left;
  margin: 5px 0px;
  width: 100%;
}
section.home .produ .list-produ .box:hover span.addCar {
  background: #364586;
  color: #fff;
}
section.home .produ .list-produ .box span.addCar {
  background: #fff;
  color: #3d3d3d;
  padding: 10px 20px;
  display: block;
  float: left;
  font-family: 'Gotham-Book';
  font-size: 15px;
  border: 1px solid #3d3d3d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 73px);
  margin: 20px 0px;
  position: absolute;
  display: block;
  height: auto;
  bottom: 0px;
}
section.home .produ .list-produ .owl-nav .owl-next.disabled,
section.home .produ .list-produ .owl-nav .owl-prev.disabled{
  display: none;
}
section.home .produ .list-produ .box .avalia .fa {
    color: #3d4882;
    padding: 15px 10px 0px 0px;
    text-align: left;
    width: 10px;
    height: 15px;
    display: block;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section.home .produ .list-produ .box .avalia .fa:hover {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}


/* 2 MINI BANNER'S */

section.home .mini-banner{
  width: 100%;
  min-height: 300px;
  display: inline-block;
  margin-bottom: 50px;
}

section.home .mini-banner .box:nth-child(1){
  width: calc(50% - 40px);
  display: block;
  height: 300px;
  float: left;
  background: url('../images/assets/bg-mini-banner.jpg') center center no-repeat #004986;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 40px;
  overflow: hidden;
}
section.home .mini-banner .box:nth-child(1):hover{
  background-size: 105% auto;
}

section.home .mini-banner .box:nth-child(2){
  width: calc(50%);
  display: block;
  height: 300px;
  background: #ed1c24;
  float: left;
}

section.home .mini-banner .box a{
  width: 100%;
  height: 100%;
  display: block;
}

section.home .mini-banner .box span:nth-child(1){
  color: #ffffff;
  width: calc(100% - 80px);
  text-align: left;
  font-family: 'montserratregular';
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 40px 40px 20px;
  letter-spacing: 3px;
}
section.home .mini-banner .box:nth-child(2) span:nth-child(1){
  color: #ffffff;
  width: calc(100% - 80px);
  text-align: center;
  font-family: 'montserratregular';
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 50px 40px 20px;
  letter-spacing: 3px;
}

section.home .mini-banner .box span:nth-child(2){
  color: #ffffff;
  width: calc(100% - 80px);
  text-align: left;
  font-family: 'montserratregular';
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  padding: 10px 40px;
}
section.home .mini-banner .box:nth-child(2) span:nth-child(2){
  color: #ffffff;
  width: calc(100% - 40px);
  text-align: center;
  font-family: 'montserratbold';
  display: inline-block;
  font-size: 34px;
  line-height: 34px;
  padding: 10px 20px;
}

section.home .mini-banner .box:nth-child(2) span:nth-child(3){
  background: url('../images/assets/sprite.png') -88px -28px no-repeat;
  width: 35px;
  height: 50px;
  display: block;
  margin: 20px auto 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.home .mini-banner .box:nth-child(2):hover span:nth-child(3){
  margin: 30px auto 0px;
}
section.home .mini-banner .box span:nth-child(2) strong{
  font-family: 'montserratregular';
  font-size: 50px;
  line-height: 50px;
}

section.home .mini-banner .box:nth-child(1):hover span:nth-child(3){
  background: #ed1c24;
}
section.home .mini-banner .box:nth-child(1) span:nth-child(3){
  background: #02325b;
  color: #fff;
  padding: 10px 20px;
  width: auto;
  display: block;
  float: left;
  font-family: 'montserratsemi_bold';
  font-size: 16px;
  margin: 15px 0px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 40px;
  letter-spacing: 1px;
}
/* FIM 2 MINI BANNER'S */


/* PRODUTO DESTAQUE */
section.home .produ-destaque{
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 1px solid #ededed;
  margin-bottom: 50px;
  overflow: hidden;
}
section.home .produ-destaque a{
  width: 100%;
  height: 100%;
  display: inline-block;
}
section.home .produ-destaque div.esq{
  width: calc(100% - 300px);
  height: 100%;
  display: inline-block;
  float: left;
}
section.home .produ-destaque .img{
  width: calc(300px);
  height: 100%;
  display: flex;
  float: left;
  min-height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;

  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;

  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
section.home .produ-destaque:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
section.home .produ-destaque .img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.home .produ-destaque span.titulo{
  color: #3c3d3d;
  width: calc(100% - 80px);
  text-align: left;
  font-family: 'montserratregular';
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 60px 0px 20px 80px;
  letter-spacing: 3px;
}
section.home .produ-destaque span.nome {
  color: #3c3d3d;
  width: calc(100% - 80px);
  text-align: left;
  font-family: 'montserratbold';
  display: inline-block;
  font-size: 80px;
  line-height: 85px;
  padding: 10px 0px 20px 80px;
  letter-spacing: 3px;
}
section.home .produ-destaque a span.cot {
  background: #ee1c25;
  color: #fff;
  padding: 10px 20px;
  width: auto;
  display: block;
  float: left;
  font-family: 'montserratsemi_bold';
  font-size: 16px;
  margin: 15px 0px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 80px;
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
section.home .produ-destaque:hover span.cot {
  background: #02325b;
}
/* FIM PRODUTO DESTAQUE */


/* BOX VIDEOS*/
section.home div.box-video{
  width: calc(60% - 40px);
  height: 350px;
  background: #f0f0f0;
  float: left;
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
section.home div.box-video a{
  width: 100%;
  height: 100%;
  display: block;
}
section.home div.box-video span.titulo{
  color: #3c3d3d;
  width: calc(100% - 80px);
  text-align: center;
  font-family: 'montserratregular';
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 80px 40px 20px;
  letter-spacing: 3px;
}
section.home div.box-video span.txt {
  color: #3c3d3d;
  width: calc(100% - 80px);
  text-align: center;
  font-family: 'montserratbold';
  display: inline-block;
  font-size: 44px;
  line-height: 43px;
  padding: 10px 40px;
}
section.home div.box-video span.videos {
  background: #ed1c24;
  color: #fff;
  padding: 10px 20px;
  width: 150px;
  display: block;
  text-align: center;
  margin: 20px auto;
  font-family: 'montserratsemi_bold';
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
}
section.home div.box-video:hover span.videos {
  background: #02325b;
}
section.home div.box-video div.ui-video {
  width: calc(100% - 40px);
  margin: 0 20px;
  height: 15px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
}
section.home div.box-video div.ui-video:before {
  content: "";
  width: 40px;
  height: 13px;
  display: block;
  float: left;
  background: url('../images/assets/sprite.png') -88px -15px no-repeat;
}
section.home div.box-video div.ui-video:after {
  content: "";
  width: calc(130px);
  height: 15px;
  display: block;
  float: right;
  background: url('../images/assets/sprite.png') -86px 0px no-repeat;
}
section.home div.box-video div.ui-video span.barra {
  width: calc(100% - 190px);
  position: absolute;
  left: 50px;
  background: #d3d3d3;
  height: 4px;
  display: block;
  top: calc(50% - 2px);
}
section.home div.box-video:hover div.ui-video span.barra:before {  
  left: calc(40%);
}
section.home div.box-video div.ui-video span.barra:before {  
  content: "";
  background: #ee1c26;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  left: calc(20%);
  position: absolute;
  top: calc(50% - 3px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.home div.box-video:hover div.ui-video span.barra:after {  
  width: calc(60%);
}
section.home div.box-video div.ui-video span.barra:after {  
  content: "";
  width: 20%;
  height: 100%;
  display: block;
  background: #8b8b8b;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} 
/* FIM BOX VIDEOS*/

/* BOX SERVICOS*/
section.home div.box-servicos:hover{
  background-size: 105% auto;
}
section.home div.box-servicos{
  width: 40%;
  height: 350px;
  float: left;
  display: inline-block;
  margin-bottom: 50px;
  background: url('../images/assets/bg-box-servicos.jpg') center center no-repeat #003b6d;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.home div.box-servicos a{
  width: 100%;
  height: 100%;
  display: block;
}
section.home div.box-servicos span.titulo{
  color: #fff;
  width: calc(100% - 80px);
  text-align: center;
  font-family: 'montserratregular';
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 80px 40px 20px;
  letter-spacing: 3px;
}
section.home div.box-servicos span.txt {
  color: #fff;
  width: calc(100% - 0px);
  text-align: center;
  font-family: 'montserratbold';
  display: inline-block;
  font-size: 44px;
  line-height: 43px;
  padding: 10px 0px;
}
section.home div.box-servicos span.quero {
  background: #02325b;
  color: #fff;
  padding: 10px 20px;
  width: 150px;
  display: block;
  text-align: center;
  margin: 20px auto;
  font-family: 'montserratsemi_bold';
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
}
section.home div.box-servicos:hover span.quero {
  background: #ed1c24;
}
/* FIM BOX SERVICOS*/
/* MARCAS*/
section.home .marcas:before {
  content: "";
  width: 300%;
  left: -100%;
  background: #3d4883;
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: -1;
}
section.home .marcas {
  width: 100%;
  display: inline-block;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
section.home .marcas h3 {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 25px;
  font-family: Gotham Medium;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 30px;
}
section.home .marcas .owl-stage-outer {
  overflow: hidden;
  height: auto;
  display: inline-block;
  width: calc(100% - 0px);
  padding: 0px 0px;
  margin-bottom: -24px;
}
section.home .marcas .box:hover {
  background: #fff;
}
section.home .marcas .box {
  width: 90%;
  text-align: center;
  margin: 0px 5%;
  background: #e2e4ec;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;


  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-top-right-radius: 30px;
  overflow: hidden;
}

section.home .marcas .box a{
  display: block;
  width: 100%;
  height: auto;
}
section.home .marcas .box a img{
  max-width: 90%;
  display: inline-block;
}
section.home .marcas .owl-nav {
  left: -15px;
  width: calc(100% + 30px);
  height: 20px!important;
  position: absolute;
  min-width: 100px;
  max-width: 1060px;
  position: relative;
  top: 0px;
  text-align: center;
  margin: 0px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex!important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
section.home .marcas .owl-nav.disabled {
  display: none!important;
}
section.home .marcas .owl-nav .owl-prev {
  width: 22px;
  height: 30px;
  display: block;
  text-decoration: none;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  top: -65px;
  left: -20px;
  background-image: url(../images/assets/sprite.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
}
section.home .marcas .owl-nav .owl-prev:hover {
  background-position: left -39px;
}
section.home .marcas .owl-nav .owl-next {
  width: 22px;
  height: 30px;
  display: block;
  text-decoration: none;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  top: -65px;
  right: -20px;
  background-image: url(../images/assets/sprite.png);
  background-repeat: no-repeat;
  background-position: -22px top;
  background-size: auto;

}
section.home .marcas .owl-nav .owl-next:hover {
  background-position: -22px -39px;
}
/* FIM MARCAS*/


/* NOS LIGAMOS */
section.home .box-contato{
  width: calc(60% - 40px);
  height: 400px;
  background: #00427a;
  float: left;
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
section.home .box-contato span.titulo {
  color: #fff;
  width: calc(100% - 80px);
  text-align: center;
  font-family: 'montserratregular';
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 40px 40px 0px;
  letter-spacing: 3px;
}
section.home .box-contato span.txt {
  color: #fff;
  width: calc(100% - 28%);
  text-align: center;
  font-family: 'montserratbold';
  display: inline-block;
  font-size: 34px;
  line-height: 38px;
  padding: 10px 0px;
  margin: 0 14% 20px;
}
section.home .box-contato form{
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 30px;
}

section.home .box-contato form div.linha {
  width: calc(100% - 30%);
  height: auto;
  display: block;
  margin: 0px auto 15px;
  background: none;
}
section.home .box-contato form div.linha div.box-input {
  width: 100%;
  display: inline-block;
  position: relative;
}
section.home .box-contato form div.linha div.box-input input::placeholder{
  color: #fff!important;
}
section.home .box-contato form div.linha div.box-input input {
  width: calc(100% - 40px);
  font-family: 'montserratregular';
  font-size: 13px;
  height: auto;
  display: block;
  line-height: 10px;
  color: #fff;
  border: 1px solid #cdcbcb;
  outline: none;
  padding: 15px 20px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section.home .box-contato form div.linha div.box-select {
  width: 100%;
  display: inline-block;
  position: relative;
}
section.home .box-contato form div.linha div.box-select i {
  position: absolute;
  bottom: 33%;
  right: 10px;
  color: #fff;
}
section.home .box-contato form div.linha div.box-select label {
  width: calc(100% - 40px);
  font-family: 'montserratregular';
  font-size: 13px;
  height: auto;
  display: block;
  line-height: 13px;
  color: #fff;
  border: 1px solid #cdcbcb;
  outline: none;
  padding: 16px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section.home .box-contato form div.linha div.box-select select {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}
section.home .box-contato form button#btnEnviar {
  background: #02325b;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-family: 'montserratsemi_bold';
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
  border-radius: 0px;
  border: 0px;
  width: calc(100% - 30%);
  height: auto;
  display: block;
  margin: 0px auto 15px;
  cursor: pointer;
}
section.home .box-contato form button#btnEnviar:hover {
  background: #ed1c24;
}

/* FIM NOS LIGAMOS */
/* FACEBOOK */
section.home div.box-face{
  width: 450px;
  height: 125px;
  float: right;
  display: inline-block;
  margin-bottom: 70px;
}
/* FIM FACEBOOK */

/* DICAS */
section.home .boxOrcamento{
  display: flex;
  width: 450px;
  height: 125px;
  float: left;
  align-items: center;
  background: url('../images/assets/fundoOrcamento.jpg') center no-repeat;
  background-size: cover;
}
section.home .boxOrcamento a{
  display: inline-block;
  width: calc(100% - 35px);
  height: auto;
  color: #fff;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 300;
  padding-left: 35px;
  padding-top: 50px;
}
section.home .boxOrcamento a strong{
  display: inline-block;
  float: right;
  /* width: 100%; */
  font-size: 54px;
  margin-right: 25px;
  margin-top: 12px;
  text-transform: uppercase;
  margin-left: -5px;
  letter-spacing: -3px;
  position: relative;
  bottom: 30px;
}
section.home .blogCont{
  display: inline-block;
  width: 100%;
  margin-bottom: 70px;
}
section.home .blogCont span.til{
  text-align: left;
  color: #3d3d3d;
  font-size: 25px;
  font-family: 'Gotham-Medium';
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 0px;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
section.home .box-dicas {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #fff;
  box-shadow: 0px 0px 90px -35px #000;
  position: relative;
}
section.home .box-dicas div.dir {
  width: calc(100% - 520px);
  height: 100%;
  display: inline-block;
  float: left;
  margin-left: 30px;
  padding-right: 40px;
}
section.home .box-dicas span.titulo a{
  color: #3c3d3d;
}
section.home .box-dicas span.titulo {
  color: #3c3d3d;
  width: calc(100% - 50px);
  text-align: left;
  font-family: 'montserratregular';
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 60px 0px 20px 50px;
  letter-spacing: 3px;
}
section.home .box-dicas .txt {
  font-family: 'Gotham-Book';
  font-size: 15px;
  line-height: 16px;
  max-height: 130px;
  color: #3d3d3d;
  width: calc(100% - 80px);
  display: block;
  margin-bottom: 20px;
  padding-left: 53px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.home .box-dicas span.nome {
  color: #3d3d3d;
  width: calc(100% - 170px);
  text-align: left;
  font-family: 'Gotham-Bold';
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  padding: 50px 0px 20px 50px;
  /* letter-spacing: 3px; */
  text-transform: uppercase;
}
section.home .box-dicas:hover a span.cot {
  background: #3d3d3d;
}
section.home .box-dicas a span.cot {
  background: #3d4882;
  color: #fff;
  padding: 10px 20px;
  width: calc(100% - 110px);
  float: left;
  font-family: 'Gotham-Book';
  font-size: 15px;
  margin: 20px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 55px;
  margin-top: 30px;
  letter-spacing: 1px;
  height: auto;
  display: inline-block;
  text-align: center;
}
section.home .box-dicas:before{
  content: "";
  width: 200%;
  height: 80%;
  position: absolute;
  background: transparent;
  border: 2px solid #dfe1e0;
  right: calc(50% + 70px);
  top: calc(0% + 35px);
  display: inline-block;
  z-index: 1;
}
section.home .box-dicas .img {
  width: calc(450px);
  height: 100%;
  display: flex;
  float: left;
  min-height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
section.home .box-dicas .img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.home .box-dicas:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* FIM DICAS */

/* NEWSLETTER */
section.home .box-contato.newsletter {
  background: #ed1c24;
  height: auto;
}
section.home .box-contato.newsletter span.txt {
  margin: 40px 15% 0px;
  width: calc(100% - 30%);
  text-align: left;
  font-size: 50px;
  line-height: 50px;
}
section.home .box-contato.newsletter span.titulo{
  margin: 0px 15% 20px;
  width: calc(100% - 30%);
  text-align: left;
  font-size: 15px;
  line-height: 15px;
  text-transform: initial;
  padding: 0px;
  letter-spacing: 0px;
}
section.home .box-contato.newsletter form div.linha div.box-input input{
  border: 1px solid #ffffff;
}
section.home .box-contato.newsletter form button#btnEnviarNews:hover{
  background: #00427a;
}
section.home .box-contato.newsletter form button#btnEnviarNews{
  background: #d10d15;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-family: 'montserratsemi_bold';
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
  border-radius: 0px;
  border: 0px;
  width: calc(100% - 30%);
  height: auto;
  display: block;
  margin: 0px auto 15px;
  cursor: pointer;

}
/* FIM NEWSLETTER */

/* PARCEIROS */
section.home div.parceiros{
  width: calc(40% - 100px);
  display: inline-block;
  height: 280px;
  margin-bottom: 30px;
  border: 1px solid #ededed;
  padding: 80px 40px 0px;
}
section.home div.parceiros h4 {
  width: 100%;
  text-align: center;
  color: #6d6e71;
  font-size: 16px;
  font-family: 'montserratregular';
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 30px;
}
section.home div.parceiros .owl-stage-outer {
  overflow: hidden;
  height: auto;
  display: inline-block;
  width: calc(100% - 0px);
  padding: 0px 0px;
}
section.home .parceiros .box {
  width: 90%;
  text-align: center;
  margin: 0px 5%;
  display: block;
}
section.home div.parceiros .owl-nav {
  left: -15px;
  width: calc(100% + 30px);
  height: 20px!important;
  position: absolute;
  min-width: 100px;
  max-width: 1060px;
  position: relative;
  top: 0px;
  text-align: center;
  margin: 0px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex!important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
section.home div.parceiros .owl-nav .owl-prev {
  width: 22px;
  height: 40px;
  display: block;
  text-decoration: none;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  top: -70px;
  left: 0px;
  background-image: url('../images/assets/sprite.png');
  background-repeat: no-repeat;
  background-position: -44px 2px;
  background-size: auto;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
section.home div.parceiros .owl-nav .owl-prev:hover {
  background-position: -44px -37px;
}
section.home div.parceiros .owl-nav .owl-next {
  width: 22px;
  height: 40px;
  display: block;
  text-decoration: none;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  top: -70px;
  right: 0px;
  background-image: url('../images/assets/sprite.png');
  background-repeat: no-repeat;
  background-position: -65px 2px;
  background-size: auto;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
section.home div.parceiros .owl-nav .owl-next:hover {
  background-position: -65px -37px;
}
/* FIM PARCEIROS */



/* ORCAMENTO */
div.over-orcamento.active {
    max-height: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 1;
}
div.over-orcamento.active div.box-orcamento {
    -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    z-index: 20;
}
div.over-orcamento {
    display: block;
    opacity: 0;
    width: 100%;
    top: 0px;
    display: block;
    max-height: 0%;
    position: fixed;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);


}
.box-orcamento{
  width: calc(600px - 0px);
  margin: auto calc(50% - 300px);
  height: 450px;
  background: #ed1c24;
  float: left;
  display: inline-block;
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-top: 50px;
  z-index: -10;
  margin-top: 10%;
  -webkit-transform: translate3d(0px,-30%,0px);
  -moz-transform: translate3d(0px,-30%,0px);
  -ms-transform: translate3d(0px,-30%,0px);
  -o-transform: translate3d(0px,-30%,0px);
  transform: translate3d(0px,-30%,0px);
}
.box-orcamento span.titulo {
  color: #fff;
  width: calc(90% - 60px);
  text-align: left;
  font-family: 'montserratbold';
  display: inline-block;
  font-size: 50px;
  line-height: 40px;
  /* text-transform: uppercase; */
  padding: 0px 20px 20px 40px;
  letter-spacing: 3px;
  margin: 0 5%;
}
.box-orcamento span.txt {
  color: #fff;
  width: calc(100% - 40px);
  text-align: center;
  font-family: 'montserratbold';
  display: inline-block;
  font-size: 24px;
  line-height: 38px;
  padding: 10px 0px;
  margin: 0 20px 0px;
}
.box-orcamento form{
  width: 90%;
  height: auto;
  display: inline-block;
  margin: 0 5% 30px;
}

.box-orcamento form div.linha {
  width: calc(100% - 80px);
  height: auto;
  display: block;
  margin: 0px 0px 10px;
  background: none;
  padding: 0px 40px;
}
.box-orcamento form div.linha div.box-input {
  width: 100%;
  display: inline-block;
  position: relative;
}
.box-orcamento form div.linha div.box-input input::placeholder,
.box-orcamento form div.linha div.box-input textarea::placeholder{
  color: #fff!important;
}
.box-orcamento form div.linha div.box-input input {
  width: calc(100% - 40px);
  font-family: 'montserratregular';
  font-size: 13px;
  height: 18px;
  display: block;
  line-height: 10px;
  color: #fff;
  border: 1px solid #cdcbcb;
  outline: none;
  padding: 15px 20px;
  background: none;
}
.box-orcamento form div.linha div.box-input textarea {
  width: calc(100% - 40px);
  font-family: 'montserratregular';
  font-size: 13px;
  height: 60px;
  display: block;
  line-height: 10px;
  color: #fff;
  border: 1px solid #cdcbcb;
  outline: none;
  padding: 15px 20px;
  background: none;
  resize: none;
}
.box-orcamento form div.linha div.box-select {
  width: 100%;
  display: inline-block;
  position: relative;
}
.box-orcamento form div.linha div.box-select i {
  position: absolute;
  bottom: 33%;
  right: 10px;
  color: #fff;
}
.box-orcamento form div.linha div.box-select label {
  width: calc(100% - 40px);
  font-family: 'montserratregular';
  font-size: 13px;
  height: auto;
  display: block;
  line-height: 10px;
  color: #fff;
  border: 1px solid #cdcbcb;
  outline: none;
  padding: 19px 20px;
}
.box-orcamento form div.linha div.box-select select {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}
.box-orcamento form button#btnEnviar {
  background: #d10d15;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-family: 'montserratsemi_bold';
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
  border-radius: 0px;
  border: 0px;
  width: calc(100% - 80px);
  height: auto;
  display: block;
  margin: 0px auto 15px;
  cursor: pointer;
}
.box-orcamento form button#btnEnviar:hover {
  background: #02325b;
}
.box-orcamento span.fecha {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 2px solid #fff;
  border-radius: 40px;
  color: #fff;
  font-family: 'montserratregular';
  text-align: center;
  padding: 1px 4px 6px;
  cursor: pointer;
}

/* FIM ORCAMENTO */

/*FIM CONTEUDO*/


/*RESPONSIVO*/

/* Smartphones (portrait and landscape) ----------- */

@media only screen 
and (min-width : 0px) 
and (max-width : 416px) {
  section.home div.box-face{
    margin-bottom: 15px !important;
  }
  section.home .blogCont{
    margin-bottom: 10px;
  }
  section.home .produ .list-produ .box {
    width: auto !important;
  }
  section.noticias .conteudo div.esq article{
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  section#banner div.solucoes{
    margin-top: 11px !important;
  }
  section.noticias div.box-comentario a.link.carregar{
    margin-bottom: 15px;
    margin-top: 15px;
  }
  section.home .boxOrcamento{
    height: 80px; 
  }
  section.home .boxOrcamento a{
    padding-top: 39px;
  }
  section.home .marcas .box{
    background: white;
  }
  section.home .marcas{
    margin-top: 0;
  }
  section#banner div.solucoes span.titulo{
    position: relative;
    top: 0px;
  }
  .cat{
  margin-top: 30px;
}   
section#banner div.solucoes span.titulo {
  width: 100%;
  left: 0;
}
.cat img{
  border-radius: 30px;
}
section.home .produ h2{
  line-height: 1;
  margin-bottom: 10px;
}
section.home .blogCont{
  margin-bottom: 20px;
}
  section.home .produ .list-produ .box .img{
    height: 153px !important;
  }
  section.home .produ .list-produ .box{
    height: 315px !important;
    padding: 5px;
  }
  section.home .produ .list-produ .owl-nav .owl-next{
    right: -18px;
  }
  section.home .produ .list-produ .box span.addCar{
    width: calc(100% - 52px) !important;
  }
section.home .box-dicas:before {
    content: "";
    width: 200%;
    height: 160px;
    position: absolute;
    background: transparent;
    border: 2px solid #dfe1e0;
    right: calc(0% + 20px);
    top: calc(0% + 9px);
    display: inline-block;
    z-index: 1;
  }
  section.home .box-dicas .img{
    min-height: 180px;  
  }
  section.home .box-dicas .img img{
    height: 180px;
  }
  section.home .produ .list-produ .owl-nav {
    left: 0px;
    width: calc(80% + 50px);
  }
  section.home ul.lista-produtos li{
    width: 100%!important;
  }
  section#banner #banner_principal, 
  section#banner #banner_principal .owl-stage-outer{
    height: 500px!important;
  }
  section#banner .banner_item img.imagem {
    display: block;
    opacity: 0;
    width: 100%;
  }
  section#banner .banner_item {
    background-size: 100% auto;
    background-position: top;
    height: auto;
    background-repeat: no-repeat;
  }
  section#banner #banner_principal .bannerList .owl-nav,
  header .top a.revendedor{
    display: none!important;
  }
  section#banner .bannertxts{
    max-height: 60%;
    padding-top: 40%;
  }
  section.home .produ-destaque div.esq {
    width: calc(100% - 0px);
  }
  section.home .produ-destaque span.titulo,
  section.home .produ-destaque span.nome{
    width: calc(100% - 30px);
    padding: 30px 20px 0px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  section.home .produ-destaque span.nome{
    font-size: 40px;
    line-height: 50px;
  }
  section.home .produ {
    padding: 17px 0px 0px !important;
  }
  section.home .box-dicas{
    width: 77%;
    display: block;
    margin: auto;
  }
  section.home .box-dicas a span.cot{
    font-size: 12px;
  }
  section.home div.box-video,
  section.home div.box-servicos{
    width: 100%;
  }

  section.home .mini-banner .box:nth-child(1),
  section.home .mini-banner .box:nth-child(2){
    width: 100%;
    margin: 0px;
  }
  section.home .box-contato,
  section.home div.box-face{
    width: 100%;
    margin: 0px; 
  }
  section.home div.box-face{
    margin-left: 0px;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
  }
  section.home .box-contato{
    height: auto;
  }
  section.home .box-dicas div.dir{
    width: 100%;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  section.home div.parceiros{
    width: calc(100% - 82px);
    display: inline-block;
    margin: 30px 0px;
  }
  section.home .box-dicas .img {
    width: 100%!important;
  }
  section.home .box-dicas div.dir{
    width: 100%!important;
    left: 0px;
    margin-left: 0px;
    padding: 0px;
  }
  section.home .box-dicas span.nome,
  section.home .box-dicas .txt{
    width: calc(100% - 50px);
    padding: 20px 25px;
  }
  section.home .box-dicas .txt{
    width: calc(100% - 50px);
    padding: 0px 25px;
  }
  section.home .box-dicas a span.cot{
    width: calc(100% - 80px);
    margin: 0 20px 30px;
  }
}





@media only screen 
and (min-width : 0px) 
and (max-width : 768px) {
section#banner div.solucoes span.titulo{
    color: #364586;
  }
  section#banner div.solucoes{
    margin-top: 60px;
    width: 100%;
    position: relative;
    text-align: center;
  }
  section#banner div.solucoes div.owl-item a.box{
    width: calc(100% - 50px);
    margin: 0 25px;
  }
  section#banner div.solucoes .owl-nav .owl-prev{
    top: -80px;
    left: -5px;
    -webkit-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
  }
  section#banner div.solucoes .owl-nav .owl-next{
    top: -80px;
    right: -5px;
    -webkit-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
  }
  section#banner div.solucoes .owl-nav .owl-prev:hover,
  section#banner div.solucoes .owl-nav .owl-next:hover{
    -webkit-filter: invert(0%);
    -o-filter: invert(0%);
    filter: invert(0%);
  }
  section#banner div.solucoes a.box:before{
    left: calc(100% / 2 - 30px) !important;
  }
  section.home .marcas .owl-nav .owl-prev{
    left: 5px;
  }
  section.home .marcas .owl-nav .owl-next{
    right: 5px;
  }
  .box-orcamento {
    width: 100%;
    height: 100%;
    margin: 0px;
  }
  section#banner .bannerList .owl-dots{
    bottom: 20px;
  }

  section#banner .owl-nav .owl-next,
  section#banner .owl-nav .owl-prev{
    top: -250px;
  }
  
  section#banner #banner_principal, section#banner #banner_principal .owl-stage-outer{
    height: 500px;
  }
  
  div#banner_principal {
    width: 100%!important;
    margin: 0px;
  }
  section#banner #banner_principal .owl-wrapper-outer{
    width: 100%;
  }

  section#banner #banner_principal .bannerList .owl-controls{
    width: 100%!important;
    height: 20px!important;
    top: 90%!important;
  }
  section#banner #banner_principal .bannerList .owl-controls .owl-buttons{
    display: none;
  }
/*   section#banner .banner_item {
    background-size: cover;
    background-position: center;
  } */
  section.home .produ {
    width: 90%;
    margin: 0 5%;
  }
  section.home .produ-destaque div.esq {
    width: calc(100% - 0px);
  }
  section.home .produ-destaque a span.cot{
    width: 200px;
    margin: 20px auto;
    text-align: center;
    float: none;
  }
  section.home .produ-destaque .img{
    text-align: center;
    width: 100%;
  }
  section.home .mini-banner .box:nth-child(1),
  section.home div.box-servicos{
    background-size: auto 100%;
  }
  section.home .mini-banner .box:nth-child(1):hover,
  section.home div.box-servicos:hover {
    background-size: auto 105%;
  }

  section.home .mini-banner .box span:nth-child(1),
  section.home .mini-banner .box:nth-child(2) span:nth-child(1){
    padding: 20px 40px 0px;
  }
  section.home div.box-servicos span.titulo {
    padding: 50px 40px 0px;
  }
  section.home .mini-banner .box span:nth-child(2){
    font-size: 30px;
  }

  section.home div.box-video span.titulo{
    padding: 20px 40px 0px;
  }
  section.home div.box-video span.videos{
    margin: 10px auto;
  }
  section.home .box-contato{
    height: auto;
  }


  section.home .box-dicas .img {
    width: 40%;
  }
  section.home .box-dicas div.dir{
    width: calc(100% - 265px);
    margin: 0px;
    padding: 0px;
  }
  section.home .box-dicas span.nome,
  section.home .box-dicas .txt{
    /* padding-left: 40px; */
  }
  
}



@media only screen 
and (min-width : 417px) 
and (max-width : 768px) {
/*   section.home div.perguntas span.pergunta{
    font-size: 20px;
    line-height: 20px;
  } */

  section#banner #banner_principal, 
  section#banner #banner_principal .owl-stage-outer {
    height: 400px;
  }
  section#banner .banner_item {
    background-size: 150% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
  }
  div.over-orcamento.active div.box-orcamento {
    width: 100%;
    height: auto;
    margin: 0px;
  }
  div.over-orcamento.active {
    max-height: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 1;
    overflow: auto;
  }
  section#banner .bannertxts span.sub_txt{
    padding: 30px 100px;
    max-width: calc(100% - 200px);
  }


}
















