/*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: 730px;
  float: left;
}
section#banner #banner_principal{
  z-index: 1;
}
p.banner_link {
    color: #fff;
    padding: 11px 20px;
    display: block;
    float: left;
    font-family: 'geometrianarrow';
    font-size: 13px;
    border: 1px solid #ffffff;
    -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: 140px;
    margin: 0px;
    display: block;
    height: auto;
    text-transform: uppercase;
    cursor: pointer;
    background: transparent;
    cursor: pointer;
    outline: none;
    text-align: center;
}
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: 1200px;
  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: 80px;
    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: 15px;
  height: 15px;
  display: block;
  /* background: #fff; */
  /* border: 1px solid #fff; */
  cursor: pointer;
  /* opacity: .6; */
  /* -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
  background: url(../images/assets/sprite.png) -91px -22px no-repeat;
}
section#banner .bannerList .owl-dots .owl-dot span:hover,
section#banner .bannerList .owl-dots .owl-dot.active span{
  /* border: 1px solid #fff; */
  opacity: 1;
  width: 15px;
  height: 15px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background: url(../images/assets/sprite.png) -92px -39px no-repeat;
}

/*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: -430px;
	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: 106%;
}
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 .bannertxts div.esq{
  display: inline-block;
  width: 100%;
  max-width: 480px;
  float: left;
}
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: 160px;
    margin: 0 calc(100% / 2 - 980px / 2);

    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 .txt{
  font-family: 'geometrianarrow-light';
  font-size: 60px;
  line-height: 62px;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: left;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -o-flex: 0 0 100%;
  flex: 0 0 100%;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
section#banner .bannertxts .txt strong{
  font-family: 'geometrianarrow-medium';
}

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 img.produ{
  margin-left: 30px;
}
section#banner .bannertxts span.sub_txt{
  /* position: absolute; */
  font-family: 'geometrianarrow-medium';
  font-size: 24px;
  line-height: 24px;
  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: #6e7177;
}

section#banner .owl-nav .owl-prev:hover{
  opacity: 0.7;
}
section#banner .owl-nav .owl-next:hover{
  opacity: 0.7;
}
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: -430px;
    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-Medium';
  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: #f7fbfa;
    display: inline-block;
    margin-bottom: 30px;
}
section.home .conteudo{
    width: 980px;
    display: block;
    margin: 0 auto; 
    min-height: 10px;
    padding-top: 20px;
} 

section.home .conteudo .top{
    display: inline-block;
    width: 100%;
    height: 200px;
}

section.home .produ {
    padding: 20px 0px 0px;
    display: inline-block;
    width: 100%;
}
section.home .produ h2 {
    width: 100%;
    text-align: left;
    color: #003c6b;
    font-size: 30px;
    font-family: 'geometrianarrow-medium';
    margin-bottom: 0px;
    letter-spacing: 0px;
    position: relative;
}
section.home .produ h2:before{
  content: "";
  width: 250px;
  display: inline-block;
  height: 1px;
  background: #003c6b;
  position: absolute;
  bottom: -4px;
  left: 0px;
  border-top: 1px solid #d1d1db;
  border-bottom: 1px solid #c6d6e5;
}
section.home .produ span.sub{
  color: #6e7177;
  font-family: 'geometrianarrow';
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 15px;
}

.list-produ .owl-nav {
  position: absolute !important;
  margin-top: 420px !important;
}

section.home .produ .list-produ {
    width: 100%;
    display: inline-block;
    height: auto;
    margin-bottom: 90px;
}
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: calc(50% - 1200px / 2);
  width: calc(100% + 50px);
  height: auto;
  position: absolute;
  min-width: 1200px;
  max-width: 1200px;
  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: 12px;
    height: 22px;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    top: -290px;
    left: 0px;
    background-image: url(../images/assets/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -30px;
    background-size: auto;
}
section.home .produ .list-produ .owl-nav .owl-prev:hover {
  opacity: 0.6;
}
section.home .produ .list-produ .owl-nav .owl-next {
  width: 12px;
  height: 22px;
  display: block;
  text-decoration: none;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  top: -290px;
  right: 0px;
  background-image: url(../images/assets/sprite.png);
  background-repeat: no-repeat;
  background-position: -32px -30px;
  background-size: auto;
}
section.home .produ .list-produ .owl-nav .owl-next:hover {
  opacity: 0.6;
}


section.home .produ .list-produ .owl-dots {
    bottom: -70px;
    position: absolute;
    height: 20px;
    width: 100%;
    text-align: center;
}
section.home .produ .list-produ .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 8px;
}
section.home .produ .list-produ .owl-dots .owl-dot span{
  width: 15px;
  height: 15px;
  display: block;
  /* background: #fff; */
  /* border: 1px solid #fff; */
  cursor: pointer;
  /* opacity: .6; */
  /* -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
  background: url(../images/assets/sprite.png) -106px -22px no-repeat;
}
section.home .produ .list-produ .owl-dots .owl-dot span:hover,
section.home .produ .list-produ .owl-dots .owl-dot.active span{
  /* border: 1px solid #fff; */
  opacity: 1;
  width: 15px;
  height: 15px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background: url(../images/assets/sprite.png) -107px -39px no-repeat;
}









section.home .produ .list-produ .box {
  width: calc(100% - 10px);
  text-align: center;
  margin: 0px 5px;
  display: block;
  border: 1px solid #dfe1e0;
  /* background: #fff; */
  height: 270px;
  position: relative;
  padding: 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: 220px;
    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;
  max-height: 210px;
}
section.home .produ .list-produ .box span.desconto {
  background: #003d6d;
  color: #fff;
  padding: 6px 10px;
  width: auto;
  display: block;
  float: right;
  font-family: 'geometrianarrow-medium';
  font-size: 13px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  border-bottom-left-radius: 10px;
}
section.home .produ .list-produ .box:hover span.nome {
  max-height: calc(100% - 150px);
  overflow: auto;
  max-height: calc(100% - 150px);
  display: inline-block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: vertical;
  line-height: 15px;
}
section.home .produ .list-produ .box span.nome {
  font-family: 'geometrianarrow';
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  text-align: left;
  margin: 5px 0px;
  width: 100%;
  text-align: center;
  max-height: 100%;
  min-height: 15px;
  max-width: calc(100% - 40px);
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.home .produ .list-produ .box:hover .baixo{
    height: 100%;
    background: rgba(0, 60, 107, 0.9);
}
section.home .produ .list-produ .box .baixo{
    background: #003c6b;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    -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;


    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 .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 {
  opacity: 1;
  bottom: 20px;
}
section.home .produ .list-produ .box span.addCar:hover {
  background: #085999;
  border: 1px solid #003c6b;
}
section.home .produ .list-produ .box span.addCar {
  color: #fff;
  padding: 10px 20px;
  display: block;
  float: left;
  font-family: 'geometrianarrow';
  font-size: 13px;
  border: 1px solid #ffffff;
  -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;
  max-width: calc(100% - 120px);
  min-width: calc(100% - 120px);
  margin: 0px;
  position: absolute;
  display: block;
  height: auto;
  text-transform: uppercase;
  bottom: -40px;
  opacity: 0;
}
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);
}

section.home .produ div.cotacao{
  width: 100%;
  display: inline-block;
  background: url('../images/assets/box-cotacao.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  position: relative;
  margin-top: 20px;
  margin-bottom: 60px;
}

section.home .produ div.cotacao div.esqq{
  display: inline-block;
  width: 280px;
  float: left;
  height: auto;
  margin-left: 200px;
  margin-top: 70px;
}
section.home .produ div.cotacao div.esqq span.titulo{
  width: 100%;
  text-align: left;
  font-size: 30px;
  font-family: 'geometrianarrow-medium';
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}
section.home .produ div.cotacao div.esqq span.titulo_sub{
  color: #fff;
  font-family: 'geometrianarrow';
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
section.home .produ div.cotacao div.esqq a.cot{
  color: #fff;
  padding: 11px 20px;
  display: block;
  float: left;
  font-family: 'geometrianarrow';
  font-size: 13px;
  border: 1px solid #ffffff;
  -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: 140px;
  margin: 0px;
  display: block;
  height: auto;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  outline: none;
  text-align: center;
}
section.home .produ div.cotacao div.esqq a.cot:hover {
    background: #085999;
    border: 1px solid #003c6b;
}

a.banner_link{
  color: #fff;
  padding: 11px 20px;
  display: block;
  float: left;
  font-family: 'geometrianarrow';
  font-size: 13px;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-outbanner_link  transition: all 0.3s ease-in-out;
  width: 140px;
  margin: 0px;
  display: block;
  height: auto;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  outline: none;
  text-align: center;
}
a.banner_link:hover {
    background: #085999;
    border: 1px solid #003c6b;
}


section.home .produ div.cotacao img.men{
    margin-top: 20px;
    margin-left: 120px;
}




/* 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 .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 .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{
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-top: 60px;
  margin-top: 30px;
}

section.home div.box-servicos:before{
  content: "";
  width: 300%;
  height: calc(100% + 50px);
  left: -100%;
  position: absolute;
  top: 0px;
  background: #fff;
  z-index: -1;
}

/* FIM BOX SERVICOS*/

/* BOX DEPOIMENTOS*/
section.home div.box-depoimentos{
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  margin-top: 0px;
}

section.home div.box-depoimentos:before{
  content: "";
  width: 300%;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0px;
  background: #fff;
  z-index: -1;
}

section.home div.box-depoimentos div.list-produ.tres div.box{
  width: calc(100% - 20px);
  text-align: center;
  margin: 0px 10px;
  margin-top: 70px;
  border-top: 1px solid #dfe1e0;
  z-index: 1;
  position: relative;
}
section.home div.box-depoimentos div.list-produ.tres div.box .img{
  width: 100%;
  height: 90px;
  display: inline-block;
  margin-top: -55px;
  background: transparent;
}

section.home div.box-depoimentos div.list-produ.tres div.box .img img{
    border: 15px solid #fff;
    border-radius: 50%;
    border-top: 0px;
    border-bottom: 0px;
}
section.home div.box-depoimentos div.list-produ.tres div.box:hover .img img{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

section.home div.box-depoimentos div.list-produ.tres div.box:hover span.nome{
  line-height: 16px;
}
section.home div.box-depoimentos div.list-produ.tres div.box span.nome strong{
  display: inline-block;
  width: 100%;
  font-style: initial;
}
section.home div.box-depoimentos div.list-produ.tres div.box span.nome{
    color: #003c6b;
    text-align: center;
    width: calc(100% - 120px);
    margin: 0 60px;
    display: inline-block;
    font-style: italic;
    font-size: 16px;
    line-height: 16px;
    border-bottom: 1px solid #dfe1e0;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}
section.home div.box-depoimentos div.list-produ.tres div.box span.comentario{
    color: #6e7177;
    font-family: 'geometrianarrow-medium';
    font-size: 15px;
    line-height: 28px;
    display: inline-block;
    width: calc(100% - 60px);
    margin: 0 30px;
}

/* FIM BOX DEPOIMENTOS*/

/* BOX NOVIDADES*/
section.home div.box-novidades{
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  margin-top: 0px;
  padding-bottom: 60px;
}

.box-novidades .box{
  text-align: left !important; 
}
section.home div.box-novidades:before{
  content: "";
  width: 300%;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0px;
  background: #fff;
  z-index: -1;
}

section.home div.box-novidades div.box{
  width: calc(100% / 3 - 81px);
  text-align: center;
  display: block;
  border: 1px solid #dfe1e0;
  min-height: 415px;
  position: relative;
  float: left;
  margin-left: -1px;
  padding: 40px;
  padding-bottom: 70px;
}
section.home div.box-novidades div.box ul.final{
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: left;
  padding-bottom: 7px;
}
section.home div.box-novidades div.box ul.final strong{
  width: 100%;
  text-align: left;
  color: #003c6b;
  font-size: 21px;
  font-family: 'geometrianarrow-medium';
  /* text-transform: uppercase; */
  margin-bottom: 0px;
  letter-spacing: 0px;
  position: relative;
  font-weight: initial;
  margin-bottom: 40px;
  display: inline-block;
  margin-top: 20px;
}
section.home div.box-novidades div.box ul.final strong:before {
    content: "";
    width: 70px;
    display: inline-block;
    height: 1px;
    background: #003c6b;
    position: absolute;
    bottom: -10px;
    left: 0px;
    border-top: 1px solid #d1d1db;
    border-bottom: 1px solid #c6d6e5;
}
section.home div.box-novidades div.box div.img{
    width: 100%;
    height: 180px;
    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;
    border: 1px solid #dfe1e0;
    margin-bottom: 5px;
}
section.home div.box-novidades div.box div.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;
  max-height: 210px;
}
section.home div.box-novidades div.box:hover div.img img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
section.home div.box-novidades div.box span.nome{
  color: #022b4c;
  width: calc(100% - 0px);
  margin: 0 auto;
  display: inline-block;
  font-size: 19px;
  line-height: 19px;
  font-family: 'geometrianarrow-medium';
  text-align: left;
  margin: 20px 0px;
  font-weight: 500;
  position: relative;
  min-height: 38px;
}
section.home div.box-novidades div.box .nome:before {
  content: "";
  width: 70px;
  display: inline-block;
  height: 1px;
  background: #003c6b;
  position: absolute;
  bottom: -10px;
  left: 0px;
  border-top: 1px solid #d1d1db;
  border-bottom: 1px solid #c6d6e5;
}
section.home div.box-novidades div.box .txt{
  color: #6e7177;
  font-family: 'geometrianarrow-medium';
  font-size: 15px;
  line-height: 28px;
  display: inline-block;
  width: calc(100% - 0px);
  margin: 0 auto;
  text-align: left;
      min-height: 112px;
  margin-bottom: 10px;
}
section.home div.box-novidades div.box .comentario{
  color: #6e7177;
  font-family: 'geometrianarrow-medium';
  font-size: 15px;
  line-height: 28px;
  display: inline-block;
  width: calc(100% - 35px);
  text-align: left;
  padding-left: 35px;
  position: relative;
}
section.home div.box-novidades div.box span.comentario:before {
    content: "";
    width: 20px;
    height: 17px;
    position: absolute;
    top: 5px;
    display: block;
    left: 3px;
    background: url(../images/assets/sprite.png) -201px 0px no-repeat;
    z-index: 80;
    -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;
    z-index: 0;
}
section.home div.box-novidades div.box ul li a:hover {
    color: #003c6b;
}
section.home div.box-novidades div.box ul li{
    padding: 0px;
    float: left;
    width: calc(100% - 0px);
    display: inline-block;
}
section.home div.box-novidades div.box ul li a {
  font-family: 'geometrianarrow';
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  height: auto;
  position: relative;
  color: #6e7177;
  text-transform: none;
  margin: 5px 0px 15px;
  letter-spacing: 0px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* BOX NOVIDADES*/



/* BOX BOX-NEWS*/
section.home div.box-news{
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  margin-top: 0px;
  padding-bottom: 60px;
}
section.home div.box-news:before{
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  z-index: -1;
  background: url(../images/assets/box-news.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
section.home div.box-news h2{
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 30px;
    font-family: 'geometrianarrow-medium';
    margin-bottom: 0px;
    letter-spacing: 0px;
    position: relative;
}
section.home div.box-news h2:before {
    content: "";
    width: 250px;
    display: inline-block;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -4px;
    left: 0px;
    /* border-top: 1px solid #d1d1db; */
    border-bottom: 1px solid #c6d6e5;
}

section.home div.box-news span.sub {
    color: #fff;
    font-family: 'geometrianarrow';
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 15px;
}

section.home div.box-news form.news{
  width: 100%;
  display: inline-block;
  height: auto;
}

section.home div.box-news form.news div.box-input{
  width: calc(270px);
  float: left;
  display: inline-block;
  height: auto;
  margin-right: 30px;
}

section.home div.box-news form.news div.box-input input{
  color: #fff;
  font-family: 'geometrianarrow';
  font-size: 15px;
  line-height: 15px;
  width: calc(100% - 60px);
  border: 1px solid #fff;
  background: transparent;
  outline: none;
  padding: 10px 30px;
}
section.home div.box-news form.news button.news_cad:hover{
  background: #085999;
  border: 1px solid #003c6b;
}
section.home div.box-news form.news button.news_cad {
    color: #fff;
    padding: 11px 20px;
    display: block;
    float: left;
    font-family: 'geometrianarrow';
    font-size: 13px;
    border: 1px solid #ffffff;
    -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: 140px;
    margin: 0px;
    display: block;
    height: auto;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    outline: none;
}
section.home div.box-news form.news div.box-input input::-webkit-input-placeholder { 
  color: #fff!important;
}
section.home div.box-news form.news div.box-input input::-moz-placeholder {
  color: #fff!important;
}
section.home div.box-news form.news div.box-input input:-ms-input-placeholder {
  color: #fff!important;
}
section.home div.box-news form.news div.box-input input:-moz-placeholder { 
  color: #fff!important;
}
/* BOX BOX-NEWS*/



/* 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 .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 */



/* 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 .produ div.cotacao div.esqq{
  display: inline-block;
  width: calc(100% - 60px);
  float: left;
  height: auto;
  margin-left: 30px;
  margin-top: 70px;
}
section.home div.box-novidades div.box{
    width: calc(100% / 1 - 81px);
    margin-bottom: 20px;
}
section.home div.box-news div.conteudo{
  width: calc(100% - 60px)!important;
  margin: 0 30px;
}
section.home div.box-news form.news div.box-input {
  width: calc(100%);
  float: left;
  display: inline-block;
  height: auto;
  margin-right: 0px;
  margin-bottom: 10px;
}

section.home .produ div.cotacao img.men {
    margin-top: 50px;
    margin-left: 80px;
}
section.home .box-dicas:before {
    content: "";
    width: 200%;
    height: 280px;
    position: absolute;
    background: transparent;
    border: 2px solid #dfe1e0;
    right: calc(0% + 20px);
    top: calc(0% + 35px);
    display: inline-block;
    z-index: 1;
  }
  section.home .produ div.cotacao{
    margin-bottom: 0 !important;
  }
  section.home .produ .list-produ .owl-nav {
    left: -15px;
    width: calc(80% + 105px);
    min-width: initial;
    max-width: initial;
  }
  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: 20%;
    margin: 0px 20px;
  }
  section#banner .bannertxts .txt{
    font-size: 45px;
    line-height: 45px;
  }
  section#banner .bannertxts img.produ{
    opacity: 0;
  }
  section.home .produ-destaque div.esq {
    width: calc(100% - 0px);
  }
  section.home .produ-destaque .titulo,
  section.home .produ-destaque .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 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 .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: 20px;
    margin-top: 60px;
    width: calc(100% - 40px);
    position: relative;
  }
  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;
  }
  section.home .box-dicas a span.cot{
    margin-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 .bannerList .owl-nav{
    width: 95%;
  }
  section.home .produ .list-produ .owl-nav{
    left: -20px;
    width: calc(100% + 40px);
    min-width: initial;
    max-width: initial;
  }
  section.home .produ div.box-depoimentos .list-produ .owl-nav{
    top: 60px;
  }
  section.home .produ div.cotacao img.men{
      display: none;
  }
  section#banner .bannertxts {
    max-height: 60%;
    padding-top: 10%;
    margin: 0px 20px;
  }
  section#banner .bannertxts .txt {
    font-size: 45px;
    line-height: 45px;
  }
  section.home div.box-news form.news div.box-input {
    width: calc(50% - 120px);
    float: left;
    display: inline-block;
    height: auto;
    margin-right: 30px;
  }
  section#banner .bannertxts img.produ{
    display: none;
    opacity: 0;
  }
  section.home .produ div.cotacao div.esqq{
    margin-bottom: 60px;
  }
  section.home div.box-novidades div.box {
    width: calc(100% / 2 - 81px)!important;
    margin-bottom: 20px;
  }
  section.home div.box-novidades div.box:last-of-type{
    width: calc(100% / 1 - 81px)!important;
    margin-bottom: 20px;
  }
  section.home div.box-novidades div.box ul li:first-of-type{
    width: calc(100% / 1 - 0px)!important;
  }
  section.home div.box-novidades div.box ul li{
    width: calc(100% / 2 - 20px)!important;
    margin-right: 20px;
  }
  section.home div.box-news div.conteudo {
      width: calc(100% - 60px)!important;
      margin: 0 30px;
  }

  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);
  }


}


/* The Modal (background) */
.modalCot {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-contentCot {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 30%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/*Divs*/

#fullf{
  width: 100%;
  height: 100%;
  display: inline-block;
}

#halff{
  width: 25%;
  float: left;
}

#halff2{
  width: 73%;
  float: left;
  margin-left: 2%;
}

#halff3{
  width: 49%;
  float: left;
}

#halff4{
  width: 49%;
  float: left;
  margin-left: 2%;
}

#msgf{
  width: 100%;
  height: 100%;
  display: inline-block;
}

.msg2{
  width: 100%;
  height: 150px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  outline: none;
  padding: 15px 15px;
}


/* Add Zoom Animation */
.animateCot {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

form#FormCot h2 {
    width: 100%;
    text-align: left;
    color: #003c6b;
    font-size: 21px;
    font-family: 'geometrianarrow-medium';
    /* text-transform: uppercase; */
    margin-bottom: 0px;
    letter-spacing: 0px;
    position: relative;
    font-weight: initial;
    margin-bottom: 35px;
    display: inline-block;
}

form#FormCot h2 {
    margin-bottom: 20px !important;
}

form#FormCot h2:before {
    content: "";
    width: 150px;
    display: inline-block;
    height: 1px;
    background: #003c6b;
    position: absolute;
    bottom: -10px;
    left: 0px;
    border-top: 1px solid #d1d1db;
    border-bottom: 1px solid #c6d6e5; 
}













