/* line 13, ../_sass/geral.scss */
html, body {
  margin: 0px;
  padding: 0px;
  font-family: "AvenirLTStd-Light", Arial, Tahoma, Verdana;
  color: #000;
  font-size: 12pt;
  height: 100%;
  width: 100%;
  background: #fff;
  /* background-attachment: fixed;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;*/
  letter-spacing: 0px;
  line-height: 15pt;
}

/* line 20, ../_sass/geral.scss */
html {
  /*overflow-y:scroll;*/
}

/* line 21, ../_sass/geral.scss */
a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

/* line 26, ../_sass/geral.scss */
a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #e0e0e0;
  text-decoration: none;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

/* line 31, ../_sass/geral.scss */
ul, li {
  padding: 0px;
  margin: 0px;
  float: left;
  list-style: none;
  display: block;
}

/* line 32, ../_sass/geral.scss */
p {
  margin: 0;
  padding: 0;
}

/* line 33, ../_sass/geral.scss */
form {
  margin: 0;
  padding: 0;
}

/* line 34, ../_sass/geral.scss */
div, input, input:focus, textarea, textarea:focus, select, select:focus {
  outline: 0 none;
}

/* Scrollers */
/* line 37, ../_sass/geral.scss */
.wrapper {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* line 38, ../_sass/geral.scss */
.scroller {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
}

/* line 39, ../_sass/geral.scss */
.scroller ul {
  position: relative;
  float: left;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

/* line 40, ../_sass/geral.scss */
.scroller li {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
}

/* line 41, ../_sass/geral.scss */
.dragging {
  -webkit-user-drag: none !important;
}

/* Helpers */
/* line 45, ../_sass/geral.scss */
.border {
  -o-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

/* line 51, ../_sass/geral.scss */
.border-top {
  -o-border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
  border-radius: 15px 15px 0px 0px;
}

/* line 57, ../_sass/geral.scss */
.border-bottom {
  -o-border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  -webkit-border-radius: 0px 0px 15px 15px;
  border-radius: 0px 0px 15px 15px;
}

/* line 64, ../_sass/geral.scss */
.page {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  visibility: hidden;
}

/* line 65, ../_sass/geral.scss */
.pageSize {
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

/* line 67, ../_sass/geral.scss */
.showOnLoad {
  opacity: 0;
  *filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 71, ../_sass/geral.scss */
.topo {
  width: 100%;
  background: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 400;
  height: 80px;
  background: url(images/bg_topo.png) no-repeat center center;
  -webkit-transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, font-size 0.5s ease-out, color 0.5s ease-out, top 0.5s ease-out;
  -moz-transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, font-size 0.5s ease-out, color 0.5s ease-out, top 0.5s ease-out;
  -o-transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, font-size 0.5s ease-out, color 0.5s ease-out, top 0.5s ease-out;
  transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, font-size 0.5s ease-out, color 0.5s ease-out, top 0.5s ease-out;
}
@media screen and (max-width: 990px) {
  /* line 71, ../_sass/geral.scss */
  .topo {
    height: 60px;
  }
}

/* line 81, ../_sass/geral.scss */
.topo.down {
  height: 60px;
}

/* line 82, ../_sass/geral.scss */
.alinhamentoTopo {
  position: relative;
  width: 90%;
  margin: auto;
  background: none;
  max-width: 1200px;
}

/* line 83, ../_sass/geral.scss */
.topo .logo {
  position: absolute;
  top: 18px;
  left: 0%;
  width: auto;
  height: auto;
  z-index: 401;
  font-size: 20pt;
  -webkit-transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, font-size 0.5s ease-out, color 0.5s ease-out, top 0.5s ease-out;
  -moz-transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, font-size 0.5s ease-out, color 0.5s ease-out, top 0.5s ease-out;
  -o-transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, font-size 0.5s ease-out, color 0.5s ease-out, top 0.5s ease-out;
  transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, font-size 0.5s ease-out, color 0.5s ease-out, top 0.5s ease-out;
}
@media screen and (max-width: 990px) {
  /* line 83, ../_sass/geral.scss */
  .topo .logo {
    top: 12px;
  }
}

/* line 94, ../_sass/geral.scss */
.topo .logo a:hover {
  color: #e0e0e0;
}

/* line 97, ../_sass/geral.scss */
.blog .topo a:hover {
  color: #e0e0e0;
}

/* line 100, ../_sass/geral.scss */
.topo .logo img {
  width: 100%;
  height: auto;
  -webkit-transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out;
  -moz-transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out;
  -o-transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out;
  transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out;
}
@media screen and (max-width: 990px) {
  /* line 100, ../_sass/geral.scss */
  .topo .logo img {
    width: 80%;
    height: auto;
  }
}

/* line 111, ../_sass/geral.scss */
.topo.down .logo {
  top: 12px;
  /* font-size: 12pt; */
}

/* line 115, ../_sass/geral.scss */
.topo.down .logo img {
  width: 80%;
  height: auto;
}

/* line 118, ../_sass/geral.scss */
.topo .btnMenu {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-right: 10px;
  /*top: 10px*/
  position: absolute;
  margin-right: 0px;
  top: 28px;
  right: 0%;
  width: 25px;
  height: 25px;
  margin-top: 0px;
  overflow: hidden;
  display: none;
  z-index: 500;
  -webkit-transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, top 0.5s ease-out, right 0.5s ease-out;
  -moz-transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, top 0.5s ease-out, right 0.5s ease-out;
  -o-transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, top 0.5s ease-out, right 0.5s ease-out;
  transition: background 0.5s ease-out, transform 0.3s ease-out, width 0.5s ease-out, height 0.5s ease-out, top 0.5s ease-out, right 0.5s ease-out;
}
@media screen and (max-width: 990px) {
  /* line 118, ../_sass/geral.scss */
  .topo .btnMenu {
    right: 0%;
    top: 18px;
    display: block;
  }
}
/* line 140, ../_sass/geral.scss */
.topo .btnMenu.opened {
  right: 0%;
  top: 18px;
  display: block;
}

/* line 146, ../_sass/geral.scss */
.topo.down .btnMenu {
  /* width: 0px;
  height: 0px; */
  /* top: 25px; */
  right: 0%;
  top: 18px;
  display: block;
}

/* line 154, ../_sass/geral.scss */
.topo .menuBar {
  position: relative;
  float: right;
  height: 30px;
  width: auto;
  overflow: hidden;
  margin-top: 28px;
  opacity: 1;
  *filter: alpha(opacity=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  transition: opacity 0.5s, height 0.5s, margin 0.5s;
  -moz-transition: opacity 0.5s, height 0.5s, margin 0.5s;
  -webkit-transition: opacity 0.5s, height 0.5s, margin 0.5s;
  -o-transition: opacity 0.5s, height 0.5s, margin 0.5s;
}
/* line 167, ../_sass/geral.scss */
.topo .menuBar li {
  margin-left: 15px;
}
/* line 169, ../_sass/geral.scss */
.topo .menuBar li a {
  font-family: "DINPro-Light";
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 990px) {
  /* line 154, ../_sass/geral.scss */
  .topo .menuBar {
    height: 0px;
    margin-top: 18px;
  }
}

/* line 181, ../_sass/geral.scss */
.topo.down .menuBar {
  height: 0px;
  margin-top: 18px;
}

/* line 185, ../_sass/geral.scss */
.topo .menu {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 450;
  right: -105%;
  opacity: 0.0;
  *filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.5s, right 0.5s;
  -moz-transition: opacity 0.5s, right 0.5s;
  -webkit-transition: opacity 0.5s, right 0.5s;
  -o-transition: opacity 0.5s, right 0.5s;
}

/* line 194, ../_sass/geral.scss */
.topo .menu .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 451;
  background-color: #333132;
  opacity: 0.95;
  *filter: alpha(opacity=95);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

/* line 199, ../_sass/geral.scss */
.topo .menu .conteudo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 452;
  background: none;
  margin: 0;
  padding-top: 0px;
  /*margin-top: 8%;*/
  text-align: center;
  height: auto;
}

/* line 208, ../_sass/geral.scss */
.topo .menu .itens {
  position: relative;
  clear: both;
  float: none;
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

/* line 217, ../_sass/geral.scss */
.topo .menu .itens .itMenu {
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
  margin: 25px 0px;
}

/* line 223, ../_sass/geral.scss */
.topo .menu .itMenu a {
  color: #000;
  font-size: 50pt;
  line-height: 50pt;
  font-family: "DINPro-Light";
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  /* line 223, ../_sass/geral.scss */
  .topo .menu .itMenu a {
    font-size: 32pt;
    line-height: 32pt;
  }
}

/* line 235, ../_sass/geral.scss */
.topo .menu .itMenu a:hover {
  color: #e0e0e0 !important;
}

/* line 238, ../_sass/geral.scss */
.topo .menu .itMenu.active a {
  color: #e0e0e0 !important;
}

/* line 241, ../_sass/geral.scss */
.topo .menu.opened {
  right: 0%;
  opacity: 1;
  *filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.5s, right 0s 0s;
  -moz-transition: opacity 0.5s, right 0s 0s;
  -webkit-transition: opacity 0.5s, right 0s 0s;
  -o-transition: opacity 0.5s, right 0s 0s;
}

/* line 249, ../_sass/geral.scss */
.topo .menu.opened .itMenu a {
  color: #fff;
}

/* line 253, ../_sass/geral.scss */
.topo .menu.opened .itens {
  right: 0%;
}

/* line 256, ../_sass/geral.scss */
.topo .lang {
  width: 100%;
  clear: both;
  height: auto;
  display: block;
  margin: auto;
  float: none;
  text-align: center;
  padding-top: 50px;
}

/* line 266, ../_sass/geral.scss */
.topo .lang .itLang {
  width: auto;
  display: inline-block;
  margin: auto;
  float: none;
  padding: 0px 10px;
}

/* line 273, ../_sass/geral.scss */
.topo .lang .itLang a {
  color: #000;
  background: transparent;
  font-size: 16pt;
  line-height: 16pt;
  font-family: "DINPro-Light";
  text-transform: none;
  padding: 5px 10px;
  -webkit-transition: background 0.5s ease-out, color 0.5s ease-out;
  -moz-transition: background 0.5s ease-out, color 0.5s ease-out;
  -o-transition: background 0.5s ease-out, color 0.5s ease-out;
  transition: background 0.5s ease-out, color 0.5s ease-out;
}

/* line 287, ../_sass/geral.scss */
.topo .lang .itLang a:hover {
  color: #e0e0e0 !important;
  background: #000;
}

/* line 291, ../_sass/geral.scss */
.topo .lang .itLang.active a {
  color: #e0e0e0 !important;
  background: #000;
}

/* line 296, ../_sass/geral.scss */
.glow {
  box-shadow: 0 0 15px #000;
  -webkit-box-shadow: 0 0 15px #000;
  -moz-box-shadow: 0 0 15px #000;
  filter: progid:DXImageTransform.Microsoft.Glow(Color=#000,Strength=15);
}

/* line 303, ../_sass/geral.scss */
.inGlow {
  box-shadow: inset 0 0 5px #666;
  -webkit-box-shadow: inset 0 0 5px #666;
  -moz-box-shadow: inset 0 0 5px #666;
  /*filter:progid:DXImageTransform.Microsoft.Glow(Color=#666,Strength=5);*/
}

/* line 310, ../_sass/geral.scss */
.geral {
  float: left;
  position: relative;
  width: 100%;
  background: none;
}

/* line 311, ../_sass/geral.scss */
.alinhamento {
  position: relative;
  width: 90%;
  background: none;
  margin: auto;
  height: 100%;
  max-width: 1200px;
}

/* line 312, ../_sass/geral.scss */
.alinhamento .interna {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

/* line 313, ../_sass/geral.scss */
.bloco {
  position: relative;
  float: none;
  width: 100%;
  display: block;
  height: auto;
}

/* line 315, ../_sass/geral.scss */
.bgParallax {
  background-repeat: none;
  background-size: cover;
  background-attachment: fixed;
  -webkit-transition: background-position 0.5 ease-out;
  -moz-transition: background-position 0.5 ease-out;
  -o-transition: background-position 0.5 ease-out;
  transition: background-position 0.5 ease-out;
}

/* line 326, ../_sass/geral.scss */
section {
  position: relative;
  float: none;
  width: 100%;
  display: block;
  height: auto;
}
/* line 329, ../_sass/geral.scss */
section h2, section h3 {
  position: relative;
  float: none;
  display: block;
  font-size: 54pt;
  width: 100%;
  text-transform: lowercase;
  line-height: 55pt;
  letter-spacing: -1px;
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  /* line 329, ../_sass/geral.scss */
  section h2, section h3 {
    font-size: 40pt !important;
    line-height: 45pt !important;
  }
}
@media screen and (max-width: 520px) {
  /* line 329, ../_sass/geral.scss */
  section h2, section h3 {
    font-size: 32pt !important;
    line-height: 35pt !important;
  }
}
/* line 350, ../_sass/geral.scss */
section p, section .paragraph {
  position: relative;
  float: none;
  display: block;
  margin-top: 60px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 33%;
  line-height: 20pt;
}
@media screen and (max-width: 990px) {
  /* line 350, ../_sass/geral.scss */
  section p, section .paragraph {
    padding-left: 0% !important;
  }
}
@media screen and (max-width: 520px) {
  /* line 350, ../_sass/geral.scss */
  section p, section .paragraph {
    padding-left: 0% !important;
  }
}
/* line 367, ../_sass/geral.scss */
section p.bold, section .paragraph.bold {
  margin-top: 30px;
  font-size: 10pt;
  line-height: 15pt;
  font-family: "DINPro-Light";
  font-weight: normal;
}
/* line 376, ../_sass/geral.scss */
section .paragraph p {
  padding-left: 0px !important;
}

/* line 381, ../_sass/geral.scss */
section#home {
  width: 100%;
  display: block;
  float: left;
}

/* line 387, ../_sass/geral.scss */
section#sobre {
  width: 100%;
  display: block;
  float: left;
  padding: 40px 0px 0px 0px;
  background: #333132;
  color: #fff;
  background-size: cover;
  /* background-attachment: fixed; */
  background-attachment: scroll;
}
/* line 399, ../_sass/geral.scss */
section#sobre .bloco {
  padding: 40px 0px;
}

/* line 404, ../_sass/geral.scss */
section#cases {
  width: 100%;
  display: block;
  float: left;
  padding: 80px 0px 0px 0px;
  /* background: url(images/bg_01.jpg) no-repeat center center; */
  background-size: cover;
  /* background-attachment: fixed; */
  background-attachment: scroll;
  background: #333132;
  color: #fff;
}
/* line 417, ../_sass/geral.scss */
section#cases .bottom-bar {
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 96%;
  left: 2%;
  background: #000000;
  z-index: 10;
}
/* line 427, ../_sass/geral.scss */
section#cases .cases {
  width: 100%;
  display: block;
  float: left;
  height: auto;
  padding-top: 10px;
}
/* line 435, ../_sass/geral.scss */
section#cases .cases .case {
  position: relative;
  display: inline-block;
  float: left;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  width: 20%;
  height: 480px;
  margin: 40px 0px;
  /*height: auto;
  overflow: hidden;
  padding-top: 100px;
  margin-top: -100px;*/
}
/* line 445, ../_sass/geral.scss */
section#cases .cases .case.tamanho-1 {
  width: 20%;
}
/* line 448, ../_sass/geral.scss */
section#cases .cases .case.tamanho-2 {
  width: 40%;
}
/* line 451, ../_sass/geral.scss */
section#cases .cases .case.tamanho-3 {
  width: 60%;
}
@media screen and (max-width: 1440px) {
  /* line 435, ../_sass/geral.scss */
  section#cases .cases .case {
    height: 320px;
  }
}
@media screen and (max-width: 1280px) {
  /* line 435, ../_sass/geral.scss */
  section#cases .cases .case {
    height: 258px;
  }
}
@media screen and (max-width: 990px) {
  /* line 435, ../_sass/geral.scss */
  section#cases .cases .case {
    height: 258px;
  }
  /* line 468, ../_sass/geral.scss */
  section#cases .cases .case.tamanho-1 {
    width: 50%;
  }
  /* line 471, ../_sass/geral.scss */
  section#cases .cases .case.tamanho-2 {
    width: 100%;
  }
  /* line 474, ../_sass/geral.scss */
  section#cases .cases .case.tamanho-3 {
    width: 100%;
  }
}
/* line 479, ../_sass/geral.scss */
section#cases .cases .case .box {
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* line 486, ../_sass/geral.scss */
section#cases .cases .case .box .bg {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease-out, background 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out, background 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, background 0.5s ease-out;
  transition: transform 0.5s ease-out, background 0.5s ease-out;
}
/* line 508, ../_sass/geral.scss */
section#cases .cases .case .fade {
  position: absolute;
  z-index: 4;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background: transparent url(images/fade_branco.png) no-repeat bottom center; */
  background: none;
}
/* line 518, ../_sass/geral.scss */
section#cases .cases .case .retrato {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 5%;
  width: 90%;
  height: 110%;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: transform 0.5s ease-out, background 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out, background 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, background 0.5s ease-out;
  transition: transform 0.5s ease-out, background 0.5s ease-out;
}
/* line 544, ../_sass/geral.scss */
section#cases .cases .case .logo {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  left: 10%;
  width: 80%;
  height: auto;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-transition: bottom 0.5s ease-out;
  -moz-transition: bottom 0.5s ease-out;
  -o-transition: bottom 0.5s ease-out;
  transition: bottom 0.5s ease-out;
}
/* line 560, ../_sass/geral.scss */
section#cases .cases .case .linkFullDiv {
  z-index: 6;
}
/* line 566, ../_sass/geral.scss */
section#cases .cases .case:hover .box .bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 573, ../_sass/geral.scss */
section#cases .cases .case:hover .logo {
  bottom: 20px;
}
/* line 576, ../_sass/geral.scss */
section#cases .cases .case:hover .retrato {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 587, ../_sass/geral.scss */
section#clientes {
  width: 100%;
  display: block;
  float: left;
  padding: 80px 0px 0px 0px;
  background-size: cover;
  /* background-attachment: fixed; */
  background-attachment: scroll;
  background: #333132;
  color: #fff;
}
/* line 600, ../_sass/geral.scss */
section#clientes .clientes {
  width: 100%;
  display: block;
  float: left;
  height: auto;
}
/* line 606, ../_sass/geral.scss */
section#clientes .clientes .cliente {
  position: relative;
  display: inline-block;
  float: left;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  width: 33.333333333%;
  height: auto;
  /* overflow: hidden;
  padding-top: 100px;
  margin-top: -100px; */
}
@media screen and (max-width: 990px) {
  /* line 606, ../_sass/geral.scss */
  section#clientes .clientes .cliente {
    width: 50%;
  }
}
/* line 623, ../_sass/geral.scss */
section#clientes .clientes .cliente .box {
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* line 630, ../_sass/geral.scss */
section#clientes .clientes .cliente .box .bg {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease-out, background 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out, background 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, background 0.5s ease-out;
  transition: transform 0.5s ease-out, background 0.5s ease-out;
}
/* line 652, ../_sass/geral.scss */
section#clientes .clientes .cliente .fade {
  position: absolute;
  z-index: 4;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(images/fade_branco.png) no-repeat bottom center;
}
/* line 661, ../_sass/geral.scss */
section#clientes .clientes .cliente .retrato {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 5%;
  width: 90%;
  height: 110%;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
/* line 672, ../_sass/geral.scss */
section#clientes .clientes .cliente .logo {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  left: 10%;
  width: 80%;
  height: auto;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-transition: bottom 0.5s ease-out;
  -moz-transition: bottom 0.5s ease-out;
  -o-transition: bottom 0.5s ease-out;
  transition: bottom 0.5s ease-out;
}
/* line 688, ../_sass/geral.scss */
section#clientes .clientes .cliente .linkFullDiv {
  z-index: 6;
}
/* line 694, ../_sass/geral.scss */
section#clientes .clientes .cliente:hover .box .bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 701, ../_sass/geral.scss */
section#clientes .clientes .cliente:hover .logo {
  bottom: 20px;
}

/* line 709, ../_sass/geral.scss */
.social {
  position: relative;
  float: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-left: 33%;
}
@media screen and (max-width: 990px) {
  /* line 709, ../_sass/geral.scss */
  .social {
    padding-left: 0%;
  }
}
/* line 721, ../_sass/geral.scss */
.social li {
  width: 58px;
  height: 58px;
  float: none;
  margin-right: 20px;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 731, ../_sass/geral.scss */
.social li.facebook {
  background-image: url(images/facebook.png);
}
/* line 733, ../_sass/geral.scss */
.social li.facebook:hover {
  background-image: url(images/facebook-hover.png);
}
/* line 738, ../_sass/geral.scss */
.social li.behance {
  background-image: url(images/behance.png);
}
/* line 740, ../_sass/geral.scss */
.social li.behance:hover {
  background-image: url(images/behance-hover.png);
}

/* line 747, ../_sass/geral.scss */
section#shop {
  width: 100%;
  display: block;
  float: left;
  padding: 160px 0px;
  background: #333132;
  color: #fff;
}
/* line 753, ../_sass/geral.scss */
section#shop img {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

/* line 763, ../_sass/geral.scss */
section#releases {
  width: 100%;
  display: block;
  float: left;
  padding: 160px 0px;
  background: #333132;
  color: #fff;
}
/* line 771, ../_sass/geral.scss */
section#releases .release {
        /*width: 49%;
        margin-left: 2%;
        height: 200px;
        position: relative;
        overflow: hidden;
        margin-top: 20px;
        float: left;

        &:nth-child(odd) {
            margin-left: 0%;
        }
            
        @media screen and (max-width: 990px) {
            width: 100%;
            margin-left: 0%;
            height: 100px!important;
        }*/
  position: relative;
  display: inline-block;
  float: left;
  vertical-align: top;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  width: 25%;
  height: auto;
  /* overflow: hidden;
  padding-top: 100px;
  margin-top: -100px; */
}
@media screen and (max-width: 990px) {
  /* line 771, ../_sass/geral.scss */
  section#releases .release {
    width: 50%;
  }
}
/* line 807, ../_sass/geral.scss */
section#releases .release .box {
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* line 816, ../_sass/geral.scss */
section#releases .release .linkFullDiv {
  z-index: 4;
}
/* line 819, ../_sass/geral.scss */
section#releases .release .img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
}
/* line 840, ../_sass/geral.scss */
section#releases .release h3 {
  margin-top: 0px;
  z-index: 3;
  font-size: 32pt;
  line-height: 35pt;
  box-sizing: border-box;
  padding: 0px 50px;
  width: 100%;
}
@media screen and (max-width: 990px) {
  /* line 840, ../_sass/geral.scss */
  section#releases .release h3 {
    font-size: 18pt !important;
    line-height: 25pt !important;
    padding: 0px 25px;
  }
}
/* line 857, ../_sass/geral.scss */
section#releases .release:hover .img {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}

/* line 867, ../_sass/geral.scss */
section#premios {
  width: 100%;
  display: block;
  float: left;
  padding: 0px 0px 160px 0px;
  background-size: cover;
  background-attachment: scroll;
  /*background-attachment: fixed;*/
  background: #333132;
  color: #fff;
}
/* line 880, ../_sass/geral.scss */
section#premios pre {
  margin: 0px;
  font-size: 48pt;
  line-height: 48pt;
  font-family: "DINPro-Light", Arial, Tahoma, Verdana;
}
/* line 890, ../_sass/geral.scss */
section#premios .bloco.premios {
  padding-top: 0px;
}
/* line 900, ../_sass/geral.scss */
section#premios .bloco.premios .social li.facebook {
  background-image: url(images/facebook-dark.png);
}
/* line 902, ../_sass/geral.scss */
section#premios .bloco.premios .social li.facebook:hover {
  background-image: url(images/facebook-hover.png);
}
/* line 907, ../_sass/geral.scss */
section#premios .bloco.premios .social li.behance {
  background-image: url(images/behance-dark.png);
}
/* line 909, ../_sass/geral.scss */
section#premios .bloco.premios .social li.behance:hover {
  background-image: url(images/behance-hover.png);
}
/* line 918, ../_sass/geral.scss */
section#premios .gramado {
  margin-top: 60px;
}
/* line 920, ../_sass/geral.scss */
section#premios .gramado h3 {
  box-sizing: border-box;
  padding-left: 33%;
}
/* line 923, ../_sass/geral.scss */
section#premios .gramado h3 img {
  margin-left: -95px;
}
@media screen and (max-width: 990px) {
  /* line 920, ../_sass/geral.scss */
  section#premios .gramado h3 {
    padding-left: 0% !important;
  }
  /* line 929, ../_sass/geral.scss */
  section#premios .gramado h3 img {
    margin-left: 0px !important;
  }
}
/* line 935, ../_sass/geral.scss */
section#premios .gramado p {
  font-size: 10pt;
  line-height: 15pt;
  font-family: "DINPro-Light";
  font-weight: normal;
  margin-top: 10px;
}
@media screen and (max-width: 1280px) {
  /* line 918, ../_sass/geral.scss */
  section#premios .gramado {
    padding: 0px 0px 100px 0px;
  }
}

/* line 949, ../_sass/geral.scss */
section#contato {
  width: 100%;
  display: block;
  float: none;
  padding: 290px 0px 0px 0px;
  background: none;
  /* background: url(images/bg_04.jpg) no-repeat center center; */
  background-size: cover;
  background-attachment: fixed;
  background: #333132;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  /* line 949, ../_sass/geral.scss */
  section#contato {
    padding: 450px 0px 0px 0px;
  }
}
@media screen and (max-width: 1280px) {
  /* line 949, ../_sass/geral.scss */
  section#contato {
    padding: 140px 0px 150px 0px;
  }
}
/* line 971, ../_sass/geral.scss */
section#contato a {
  color: #fff;
}
/* line 973, ../_sass/geral.scss */
section#contato a:hover {
  color: #e0e0e0;
}
/* line 978, ../_sass/geral.scss */
section#contato p {
  margin-top: 30px;
}

/* line 983, ../_sass/geral.scss */
.rodape.interna section#contato {
  padding: 40px 0px 60px 0px;
  /*background: url(images/bg_04.jpg) no-repeat center center;*/
  background: #333132;
}
/* line 988, ../_sass/geral.scss */
.rodape.interna section#contato .social {
  padding-left: 0px;
  text-align: center;
}
/* line 993, ../_sass/geral.scss */
.rodape.interna section#contato p {
  text-align: center;
  padding-left: 0px;
}
@media screen and (max-width: 990px) {
  /* line 993, ../_sass/geral.scss */
  .rodape.interna section#contato p {
    font-size: 10pt;
    padding: 0px 15px;
  }
}

/* section#contato .form {position: relative; float: left; width: 100%; height: auto;}
section#contato .form #formContato {position: relative; float: left; width: 100%; height: auto; margin: 0px 0px;}
section#contato .form .erroCampo {border: 0px solid #032533;}
section#contato .form .erroLabel {}
section#contato .form ul li {width: 100%; float:left; position:relative; margin-bottom: 10px;}
section#contato .form label {width: 100%; float:left; position:relative; font-family: "DINPro-Light", Arial, Tahoma, Verdana; color: #032533; font-size: 10pt; margin-bottom: 0px;}
section#contato .form input {width: 388px; height: 20px; padding: 5px 5px; float:left; position: relative; border: 1px solid #032533; background: #fff; font-family: "DINPro-Light", Arial, Tahoma, Verdana; color: #032533; font-size: 10pt;}
section#contato .form .textAreaDiv {width: 388px; height: 80px; padding: 5px 5px; float:left; position: relative; background: #fff; border: 1px solid #032533;}
section#contato .form textarea {width: 414px; height: 76px; resize: none; float:left; position:relative; border:0px; background: none; font-family: "DINPro-Light", Arial, Tahoma, Verdana; color: #032533; font-size: 10pt;}
section#contato .form .btnEnviarContato {position: relative; float: left; width: 100%;}
section#contato .form .btnEnviarContato input {width: auto; height: auto; float: left; position: relative; padding: 20px 20px; border: 0px; cursor: pointer; background: #fff; font-family: "DINPro-Light"; font-size: 10pt; font-weight: normal; color: #032533; text-transform: none;
-webkit-transition: background 0.1s ease-out;
-moz-transition: background 0.1s ease-out;
-o-transition: background 0.1s ease-out;
transition: background 0.1s ease-out;}
section#contato .form .btnEnviarContato input:hover {cursor: pointer; background: #032533; color: #fff; }
section#contato .form .retornoContato {width: 100%; float:left; position:relative; margin: 0px; font-family: "DINPro-Light", Arial, Tahoma, Verdana; color: #032533; font-size: 10pt; margin-top: 10px;}
section#contato .form .retornoContato.none {display: none;}
section#contato .form .retornoContato .erro {color: #032533;}
section#contato .form .retornoContato .sucesso {color: #032533;}

section#contato .loadingContato {position:absolute; top:0px; left:0px; width: 100%; height: 100%; z-index:400; display:none;}
section#contato .loadingContato .bg {width:100%; height:100%; position: absolute; z-index: 401;
background: #ccc; opacity: 0.50;*filter: alpha(opacity = 50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}
section#contato .loadingContato .conteudo {width:100%; height:100%; position: absolute; z-index: 402;}
section#contato .loadingContato .loadingInterna {width: 60px; height: 60px; margin:auto; margin-top: 35%;}
section#contato .loadingContato .loadingInterna img {width: 60px; height: 60px; margin:auto;}

section#contato .mapa iframe {border:5px solid #032533;} */
/* line 1039, ../_sass/geral.scss */
section#cases a,
section#clientes a,
section#premios a,
section#sobre a,
section#contato a,
section#shop a {
  color: #fff;
}

/* line 1044, ../_sass/geral.scss */
.page-over {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  min-height: 100%;
  background: #000;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 600;
  display: none;
}

/* line 1057, ../_sass/geral.scss */
.btnClose {
  position: fixed;
  top: 100px;
  right: 5%;
  width: auto;
  height: auto;
  font-family: "DINPro-Light";
  text-transform: uppercase;
  z-index: 800;
  text-shadow: -1px 1px 20px #999;
  color: #fff;
}
/* line 1068, ../_sass/geral.scss */
.btnClose.dark {
  color: #000;
}
/* line 1071, ../_sass/geral.scss */
.btnClose:hover {
  color: #e0e0e0;
}
@media screen and (max-width: 1366px) {
  /* line 1057, ../_sass/geral.scss */
  .btnClose {
    top: 50px;
  }
}
@media screen and (max-width: 990px) {
  /* line 1057, ../_sass/geral.scss */
  .btnClose {
    top: 50px;
  }
}
@media screen and (max-width: 520px) {
  /* line 1057, ../_sass/geral.scss */
  .btnClose {
    top: 20px;
  }
}

/* line 1088, ../_sass/geral.scss */
section#cliente {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  height: auto;
  background: #333132;
}
/* line 1096, ../_sass/geral.scss */
section#cliente .cliente {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  height: auto;
}
/* line 1103, ../_sass/geral.scss */
section#cliente .cliente .item {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-size: cover;  */
  background-size: 100% auto;
}
/* line 1116, ../_sass/geral.scss */
section#cliente .cliente .item.fullScreen {
  background-size: cover;
}
/* line 1120, ../_sass/geral.scss */
section#cliente .cliente .item img {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  height: auto;
  visibility: hidden;
  opacity: 0;
  *filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/* line 1131, ../_sass/geral.scss */
section#cliente .cliente .box-capa {
  position: absolute;
  top: 0px;
  left: 5%;
  z-index: 601;
  width: 90%;
  height: auto;
}
/* line 1139, ../_sass/geral.scss */
section#cliente .cliente .box-capa .logo {
  position: relative;
  float: none;
  margin: auto;
  display: block;
  width: 800px;
  height: 300px;
  max-width: 60%;
  max-height: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: contain;
}
@media screen and (max-width: 990px) {
  /* line 1139, ../_sass/geral.scss */
  section#cliente .cliente .box-capa .logo {
    height: 200px;
  }
}
@media screen and (max-width: 520px) {
  /* line 1139, ../_sass/geral.scss */
  section#cliente .cliente .box-capa .logo {
    height: 100px;
  }
}
/* line 1162, ../_sass/geral.scss */
section#cliente .cliente .box-capa .descr {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #fff;
  font-size: 22pt;
  line-height: 32pt;
  font-family: "DINPro-Light";
  text-transform: uppercase;
  text-shadow: -1px 1px #000;
}
@media screen and (max-width: 990px) {
  /* line 1162, ../_sass/geral.scss */
  section#cliente .cliente .box-capa .descr {
    font-size: 14pt;
    line-height: 15pt;
  }
}
@media screen and (max-width: 520px) {
  /* line 1162, ../_sass/geral.scss */
  section#cliente .cliente .box-capa .descr {
    font-size: 10pt;
    line-height: 15pt;
  }
}

/* line 1192, ../_sass/geral.scss */
section#case {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  height: auto;
  /* padding-bottom: 200px; */
  padding-bottom: 0px;
  /* background: url(images/bg_case.jpg) no-repeat center center; */
  background-color: #333132;
  background-size: cover;
}
/* line 1205, ../_sass/geral.scss */
section#case .case {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  height: auto;
        /* .itGal {
            position: relative;
            width: auto;
            display: block;
            float: left;
            height: 100%;

            background-position: center center;
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-size: cover;
        } */
}
/* line 1212, ../_sass/geral.scss */
section#case .case .item {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  height: auto;
}
/* line 1220, ../_sass/geral.scss */
section#case .case .wrapper.withIScroll {
  margin-top: 60px;
}
/* line 1237, ../_sass/geral.scss */
section#case .case .galeria {
  margin-top: 60px;
  position: relative;
  width: 100%;
  display: block;
  float: left;
  height: auto;
}
/* line 1245, ../_sass/geral.scss */
section#case .case .galeria .itGal {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background-size: cover;  */
  background-size: 100% auto;
}
/* line 1258, ../_sass/geral.scss */
section#case .case .galeria .itGal.fullScreen {
  background-size: cover;
}
/* line 1262, ../_sass/geral.scss */
section#case .case .galeria .itGal img {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  height: auto;
  visibility: hidden;
  opacity: 0;
  *filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/* line 1274, ../_sass/geral.scss */
section#case .case .logo {
  position: relative;
  float: left;
  margin: auto;
  display: block;
  width: 50%;
  height: 200px;
  max-width: auto;
  max-height: 20%;
  margin-top: 100px;
  margin-left: 5%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: contain;
}
@media screen and (max-width: 990px) {
  /* line 1274, ../_sass/geral.scss */
  section#case .case .logo {
    height: 150px;
    width: 90%;
    margin-right: 5% !important;
    margin-left: 5% !important;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 520px) {
  /* line 1274, ../_sass/geral.scss */
  section#case .case .logo {
    height: 100px;
  }
}
/* line 1304, ../_sass/geral.scss */
section#case .case h2 {
  box-sizing: border-box;
  padding-left: 33%;
  width: 90%;
  max-width: 1280px;
  font-size: 50pt;
  line-height: 50pt;
  margin-top: 60px;
}
@media screen and (max-width: 990px) {
  /* line 1304, ../_sass/geral.scss */
  section#case .case h2 {
    padding-left: 5% !important;
  }
}
/* line 1318, ../_sass/geral.scss */
section#case .case p {
  width: 90%;
  max-width: 1280px;
}
@media screen and (max-width: 990px) {
  /* line 1318, ../_sass/geral.scss */
  section#case .case p {
    width: 100%;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
/* line 1329, ../_sass/geral.scss */
section#case .case .depoimento {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  height: auto;
  overflow: hidden;
  padding-bottom: 30px;
}
/* line 1338, ../_sass/geral.scss */
section#case .case .depoimento .divisoria {
  position: absolute;
  z-index: 601;
  width: 130%;
  left: -10%;
  right: auto;
  top: 100%;
  height: 27px;
  /* background: url(images/case_base_pessoa.png) no-repeat top left; */
  background-size: contain;
}
/* line 1350, ../_sass/geral.scss */
section#case .case .depoimento .retrato {
  position: relative;
  width: 45%;
  display: block;
  float: right;
  margin-right: 5%;
  padding-left: 0%;
  text-align: center;
  margin-top: 0px;
}
/* line 1360, ../_sass/geral.scss */
section#case .case .depoimento .retrato .img {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: contain;
}
/* line 1366, ../_sass/geral.scss */
section#case .case .depoimento .retrato .img img {
  width: 100%;
  height: auto;
  visibility: hidden;
  opacity: 0;
  *filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
@media screen and (max-width: 1080px) {
  /* line 1350, ../_sass/geral.scss */
  section#case .case .depoimento .retrato {
    width: 33%;
  }
}
@media screen and (max-width: 990px) {
  /* line 1350, ../_sass/geral.scss */
  section#case .case .depoimento .retrato {
    float: left;
    width: 70%;
    margin-left: 15% !important;
  }
}
/* line 1385, ../_sass/geral.scss */
section#case .case .depoimento .descr {
  position: relative;
  width: 45%;
  display: block;
  float: left;
  margin-left: 5%;
  padding-left: 0%;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 990px) {
  /* line 1385, ../_sass/geral.scss */
  section#case .case .depoimento .descr {
    width: 80%;
    margin-left: 10% !important;
    margin-right: 10% !important;
  }
}
/* line 1401, ../_sass/geral.scss */
section#case .case .depoimento .descr p {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
/* line 1407, ../_sass/geral.scss */
section#case .case .depoimento .descr .aspas-1 {
  position: absolute;
  top: -17px;
  left: -35px;
  z-index: 601;
  width: 34px;
  height: 34px;
  background: url(images/aspas-1.png) no-repeat center center;
  background-size: contain;
}
/* line 1417, ../_sass/geral.scss */
section#case .case .depoimento .descr .aspas-2 {
  position: absolute;
  right: -35px;
  bottom: -17px;
  z-index: 601;
  width: 34px;
  height: 34px;
  background: url(images/aspas-2.png) no-repeat center center;
  background-size: contain;
}
/* line 1428, ../_sass/geral.scss */
section#case .case .depoimento .descr .texto {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  margin-top: 60px;
}
/* line 1436, ../_sass/geral.scss */
section#case .case .depoimento .descr .assina {
  position: relative;
  width: 100%;
  display: block;
  float: left;
  margin-top: 60px;
  font-family: "DINPro-Light";
  font-weight: bold;
  text-transform: uppercase;
}
/* line 1447, ../_sass/geral.scss */
section#case .case .depoimento .descr .assina b, section#case .case .depoimento .descr .assina strong {
  font-family: "DINPro-Light";
  font-size: 25pt;
  line-height: 25pt;
  font-weight: bold;
}
/* line 1459, ../_sass/geral.scss */
section#case .case.invert .logo {
  float: right;
  margin-left: 0%;
  margin-right: 5%;
}
/* line 1466, ../_sass/geral.scss */
section#case .case.invert .depoimento .retrato {
  float: left;
  margin-left: 5%;
  margin-right: 0%;
}
/* line 1472, ../_sass/geral.scss */
section#case .case.invert .depoimento .descr {
  float: right;
  margin-left: 0%;
  margin-right: 5%;
}
/* line 1478, ../_sass/geral.scss */
section#case .case.invert .depoimento .divisoria {
  right: -10%;
  left: auto;
  /* background: url(images/case_base_pessoa_invert.png) no-repeat top right; */
  background-size: contain;
}
/* line 1487, ../_sass/geral.scss */
section#case .case.invert .item-2 p {
  padding-left: 5%;
  padding-right: 33%;
}

/* line 1496, ../_sass/geral.scss */
.rodape {
  width: 100%;
  background: none;
  position: relative;
  float: left;
  color: #fff;
}

/* line 1497, ../_sass/geral.scss */
.alinhamentoRodape {
  position: relative;
  margin: auto;
  width: 90%;
  height: 100%;
  background: none;
  max-width: 1200px;
}

/* line 1499, ../_sass/geral.scss */
h1 {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-family: "DINPro-Light", Arial, Tahoma, Verdana;
  font-size: 22pt;
  line-height: 25pt;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

/* line 1500, ../_sass/geral.scss */
h2 {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-family: "DINPro-Light", Arial, Tahoma, Verdana;
  font-size: 18pt;
  line-height: 20pt;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

/* line 1501, ../_sass/geral.scss */
h3 {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-family: "DINPro-Light", Arial, Tahoma, Verdana;
  font-size: 14pt;
  line-height: 15pt;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

/* line 1502, ../_sass/geral.scss */
h4 {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-family: "DINPro-Light", Arial, Tahoma, Verdana;
  font-size: 12pt;
  line-height: 15pt;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

/* line 1503, ../_sass/geral.scss */
h5 {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-family: "DINPro-Light", Arial, Tahoma, Verdana;
  font-size: 12pt;
  line-height: 15pt;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

/* line 1504, ../_sass/geral.scss */
hr {
  position: relative;
  float: left;
  height: 1px;
  background: #000;
  width: 100%;
  border: 0;
}

/* line 1506, ../_sass/geral.scss */
.divLB {
  float: left;
  position: relative;
  background: #fff;
  padding: 15px;
}

/* line 1508, ../_sass/geral.scss */
.loadingGeral {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 997;
  display: none;
}

/* line 1509, ../_sass/geral.scss */
.loadingGeral .bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 998;
  background: #fff;
  opacity: 1;
  *filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 1511, ../_sass/geral.scss */
.loadingGeral .conteudo {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
}

/* line 1512, ../_sass/geral.scss */
.loadingGeral .loadingInterna {
  width: 32px;
  height: 32px;
  margin: auto;
  margin-top: 20%;
}

/* line 1513, ../_sass/geral.scss */
.loadingGeral .loadingInterna img {
  width: 32px;
  height: 32px;
  margin: auto;
}

/* line 1515, ../_sass/geral.scss */
.divLoading {
  opacity: 0.95;
  *filter: alpha(opacity=95);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}

/* line 1516, ../_sass/geral.scss */
.divLoading .interna {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

/* line 1517, ../_sass/geral.scss */
.divLoading .interna img {
  position: relative;
  float: left;
  margin-left: 220px;
  margin-top: 45%;
}

/* line 1519, ../_sass/geral.scss */
.assinaturas {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 750;
  width: 45px;
  height: 11px;
  visibility: visible !important;
  opacity: 0.075;
  *filter: alpha(opacity=75);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=075)";
  /* Firefox */
  -moz-transition-property: opacity;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  /* WebKit */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: 0.5s;
  -o-transition-delay: 0s;
  /* Standard */
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-delay: 0s;
}

/* line 1537, ../_sass/geral.scss */
.assinaturas:hover {
  opacity: 1;
  *filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 1539, ../_sass/geral.scss */
.assinaturas ul {
  padding: 0px;
  margin: 0px;
  float: left;
  list-style: none;
  display: block;
}

/* line 1540, ../_sass/geral.scss */
.assinaturas ul .signUzzye {
  padding: 0px;
  margin: 0px;
  float: left;
  list-style: none;
  display: block;
  width: 45px;
  height: 11px;
  background: url(images/assinaturas.png) no-repeat top left;
  background-position: 0px 0px;
}

/* .assinaturas ul .signOrca {position:relative; float:left; width:45px; height:15px; background:url(images/assinaturas.png) no-repeat top left; background-position:-45px 0px; margin-left:5px;} */
/* line 1542, ../_sass/geral.scss */
.assinaturas .linkFull {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  height: 100%;
  display: block;
}

/* line 1544, ../_sass/geral.scss */
.loadie {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 0;
  height: 4px;
  z-index: 999999;
  -webkit-transition: width 0.1s ease-out;
  /*box-shadow: 0px 1px 5px rgba(0,0,0,0.25);*/
  box-shadow: 0px;
}

/*filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
/*filter: gray; /* IE6-9 */
/*-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
/*To disable grayscale on hover you can use:-
section .listaEmp .itEmp .imagem img:hover {
    filter: none;
    -webkit-filter: grayscale(0);*/
/* MOBILE */
/* geral */
/* somente smartphones */
/* line 1580, ../_sass/geral.scss */
.burger-menu-piece {
  display: block;
  position: absolute;
  width: 100%;
  border-top: 4px solid #fff;
  box-shadow: 0 0px #fff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  transition: -webkit-transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  transition: transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  -o-transition: transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  -o-transition: transform 400ms ease-out, -webkit-transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  -moz-transition: transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
  -moz-transition: transform 400ms ease-out, -webkit-transform 400ms ease-out, box-shadow 400ms ease-out, border 0.5s ease-out;
}

/* line 1597, ../_sass/geral.scss */
.btnMenu:hover .burger-menu-piece {
  border-color: #e0e0e0 !important;
}

/* line 1600, ../_sass/geral.scss */
.opened .burger-menu-piece {
  border-color: #fff;
}

/* line 1604, ../_sass/geral.scss */
.burger-menu-piece:nth-child(1) {
  top: 0;
}

/* line 1607, ../_sass/geral.scss */
.burger-menu-piece:nth-child(2) {
  top: 8px;
  opacity: 1;
}

/* line 1611, ../_sass/geral.scss */
.burger-menu-piece:nth-child(3) {
  top: 16px;
}

/* line 1614, ../_sass/geral.scss */
.opened .burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-open-top 400ms ease-out forwards;
  animation: burger-open-top 400ms ease-out forwards;
  /*box-shadow: 1px 1px $corFonte1;*/
}

/* line 1619, ../_sass/geral.scss */
.opened .burger-menu-piece:nth-child(2) {
  opacity: 0;
}

/* line 1622, ../_sass/geral.scss */
.opened .burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-open-bot 400ms ease-out forwards;
  animation: burger-open-bot 400ms ease-out forwards;
  /*box-shadow: -1px 1px $corFonte1;*/
}

/* line 1627, ../_sass/geral.scss */
.burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-close-top 400ms ease-out forwards;
  animation: burger-close-top 400ms ease-out forwards;
}

/* line 1631, ../_sass/geral.scss */
.burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-close-bot 400ms ease-out forwards;
  animation: burger-close-bot 400ms ease-out forwards;
}

@-webkit-keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
}
@keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
}
@-webkit-keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
}
@keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
}
@-webkit-keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
    transform: translate3d(0, 8px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
    transform: translate3d(0, 8px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(0deg);
    transform: translate3d(0, -8px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(0deg);
    transform: translate3d(0, -8px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1, ../_sass/_banner.scss */
.banners {
  position: relative;
  background: #000;
  width: 100%;
  height: 100%;
  min-width: 100%;
  /* min-height: 720px; */
  border: 0px;
  margin: 0px;
  display: block;
}
@media screen and (max-width: 990px) {
  /* line 1, ../_sass/_banner.scss */
  .banners {
    /* min-height: 520px; */
  }
}
/* line 15, ../_sass/_banner.scss */
.banners ul {
  margin: auto;
  padding: 0px;
}
/* line 20, ../_sass/_banner.scss */
.banners .video-js video {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
/* line 26, ../_sass/_banner.scss */
.banners .itPag {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
}
/* line 33, ../_sass/_banner.scss */
.banners .itBanner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
/* line 40, ../_sass/_banner.scss */
.banners .itBanner .imgAux {
  position: relative;
  width: 100%;
  height: auto;
  display: none;
}
/* line 47, ../_sass/_banner.scss */
.banners .itBanner .inf {
  display: none;
}
/* line 52, ../_sass/_banner.scss */
.banners .video {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 17;
  background: none;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
/* line 69, ../_sass/_banner.scss */
.banners .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 18;
  background: url(images/banner_overlay.png) repeat center center;
  /* z-index: 1;
  background: none!important; */
  /* opacity: 0.0;*filter: alpha(opacity = 0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; */
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
/* line 90, ../_sass/_banner.scss */
.banners .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 16;
  background: none;
}
/* line 101, ../_sass/_banner.scss */
.banners .bg div {
  /*background-attachment: fixed;*/
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 108, ../_sass/_banner.scss */
.banners .bg div.zoom {
  /* -webkit-transition: transform 60s ease-out;
  -moz-transition: transform 60s ease-out;
  -o-transition: transform 60s ease-out;
  transition: transform 60s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); */
}
/* line 120, ../_sass/_banner.scss */
.banners .bg .old {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 16;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
/* line 131, ../_sass/_banner.scss */
.banners .bg .new {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
/* line 144, ../_sass/_banner.scss */
.banners .infos {
  position: absolute;
  left: 0%;
  margin-left: 0;
  padding-left: 0px;
  bottom: 0%;
  width: 100%;
  /* height: auto; */
  height: 100%;
  z-index: 19;
  opacity: 0.0;
  *filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
/* line 156, ../_sass/_banner.scss */
.banners .infos .imagem {
  position: relative;
  top: 0%;
  left: 0%;
  margin-top: 0px;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-left: 0%;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  text-align: center;
}
/* line 171, ../_sass/_banner.scss */
.banners .infos .imagem img {
  display: block;
  /* visibility: hidden;
  opacity: 0.0;*filter: alpha(opacity = 0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; */
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
/* line 182, ../_sass/_banner.scss */
.banners .infos .box {
  position: absolute;
  z-index: 20;
  display: block;
  width: 1080px;
  height: auto;
  max-height: 50%;
  max-width: 60%;
  top: 40px;
  /* altura do topo / 2 */
  left: 10%;
}
@media screen and (max-width: 990px) {
  /* line 182, ../_sass/_banner.scss */
  .banners .infos .box {
    max-width: 90%;
  }
}
/* line 197, ../_sass/_banner.scss */
.banners .infos .box .titulo {
  display: none;
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 32pt;
  line-height: 30pt;
  color: #fff;
  font-family: "AvenirLTStd-Black";
}
/* line 209, ../_sass/_banner.scss */
.banners .infos .box .texto {
  display: none;
  width: 100%;
  position: relative;
  /* margin-top: 25px;
  margin-bottom: 30%; */
  font-size: 14pt;
  line-height: 20pt;
  text-align: left;
  color: #fff;
  font-family: "Aller";
}
/* line 222, ../_sass/_banner.scss */
.banners .infos .box .linkBanner {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  background: none;
  z-index: 21;
  width: 100%;
  height: 100%;
}

/* line 237, ../_sass/_banner.scss */
.nav-down {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
/* line 244, ../_sass/_banner.scss */
.nav-down a {
  position: relative;
  display: block;
  width: 52px;
  height: 62px;
  background: url(images/down.gif) no-repeat top left;
  background-size: contain;
}

/* line 254, ../_sass/_banner.scss */
.nav-helper {
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 15%;
}

/* line 269, ../_sass/_banner.scss */
.nav.setas .btnAnt {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 41px;
  height: 196px;
  z-index: 602;
  display: none;
  padding: 0px;
  border: 0px solid transparent;
  margin-top: -98px;
}
/* line 281, ../_sass/_banner.scss */
.nav.setas .btnAnt:hover {
  border: 0px solid transparent;
}
/* line 285, ../_sass/_banner.scss */
.nav.setas .btnAnt a {
  background: url(images/left.png) no-repeat 0px 0px;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
/* line 292, ../_sass/_banner.scss */
.nav.setas .btnAnt a:hover {
  background: url(images/left-hover.png) no-repeat 0px 0px;
}
/* line 298, ../_sass/_banner.scss */
.nav.setas .btnProx {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 41px;
  height: 196px;
  z-index: 602;
  display: none;
  padding: 0px;
  border: 0px solid transparent;
  margin-top: -98px;
}
/* line 310, ../_sass/_banner.scss */
.nav.setas .btnProx:hover {
  border: 0px solid transparent;
}
/* line 314, ../_sass/_banner.scss */
.nav.setas .btnProx a {
  background: url(images/right.png) no-repeat 0px 0px;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
/* line 321, ../_sass/_banner.scss */
.nav.setas .btnProx a:hover {
  background: url(images/right-hover.png) no-repeat 0px 0px;
}

/* line 329, ../_sass/_banner.scss */
.navegacao {
  position: absolute;
  z-index: 21;
  width: 100%;
  left: 0px;
  top: auto;
  bottom: 25px;
  height: auto;
  display: none;
}
/* line 339, ../_sass/_banner.scss */
.navegacao ul {
  position: relative;
  display: block;
  /* width: 100%;
  height: 100%; */
}
/* line 345, ../_sass/_banner.scss */
.navegacao ul .liNav {
  position: relative;
  width: 17px;
  height: 17px;
  background: url(images/nav.html) no-repeat center center;
  margin-top: 5px;
  margin-right: 5px;
  -webkit-transition: background 0.5s ease-out, transform 0.5s ease-out;
  -moz-transition: background 0.5s ease-out, transform 0.5s ease-out;
  -o-transition: background 0.5s ease-out, transform 0.5s ease-out;
  transition: background 0.5s ease-out, transform 0.5s ease-out;
  background-size: cover;
}
/* line 358, ../_sass/_banner.scss */
.navegacao ul .liNav:hover {
  background: url(images/nav-hover.html) no-repeat center center;
}
/* line 361, ../_sass/_banner.scss */
.navegacao ul .liNav.ativo {
  background: url(images/nav-hover.html) no-repeat center center;
}
/* line 365, ../_sass/_banner.scss */
.navegacao ul .liNav a {
  /* position: absolute!important; */
}

/* line 372, ../_sass/_banner.scss */
.anchor {
  width: 0px !important;
  height: 0px !important;
  display: block;
  float: none;
  background: none !important;
  padding: 0px !important;
  margin: 0px !important;
}
