/*!
 * Preboot v2
 * LESS version by @mdo, http://getpreboot.com
 *
 * Open sourced under MIT license by @mustangostang.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
.p-0 {
  padding: 0px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.p-r-0 {
  padding-right: 0px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.p-l-0 {
  padding-left: 0px !important; }

.m-0 {
  margin: 0px !important; }

.m-t-0 {
  margin-top: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.m-l-0 {
  margin-left: 0px !important; }

.p-10 {
  padding: 10px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.m-10 {
  margin: 10px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.p-20 {
  padding: 20px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.m-20 {
  margin: 20px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.p-30 {
  padding: 30px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.m-30 {
  margin: 30px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.p-40 {
  padding: 40px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.m-40 {
  margin: 40px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.p-50 {
  padding: 50px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.m-50 {
  margin: 50px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.no-wrap {
  white-space: nowrap; }

body {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  font-family: 'Raleway', sans-serif;
  background-color: #eee; }

.transicao, .redes-sociais-fluid a, .box-slideshow .frase .menor .iconeConhecer, .boxed.boxed--overlay, .boxed.boxed--overlay:before, .redes ul li a, .lista-personalizada .list-group-item, .pagination .page-link, .topo-nav, .horizontal-nav ul li a, .horizontal-nav ul li a:before {
  -webkit-transition: all 250ms ease-out 250ms;
  -moz-transition: all 250ms ease-out 250ms;
  -o-transition: all 250ms ease-out 250ms;
  transition: all 250ms ease-out 250ms; }

.transicao-150, .redes-float ul li a {
  -webkit-transition: all 150ms ease-out 150ms;
  -moz-transition: all 150ms ease-out 150ms;
  -o-transition: all 150ms ease-out 150ms;
  transition: all 150ms ease-out 150ms; }

.hide {
  display: none; }

.website {
  background-color: #FFF;
  position: relative; }
  @media only screen and (max-width: 769px) {
    .website .topo-nav {
      display: none; } }

@media only screen and (max-width: 769px) {
  .topo {
    display: none !important; }

  .menu-responsivo {
    display: block !important; } }
.redes-sociais-fluid {
  position: absolute;
  z-index: 12;
  right: 1%;
  top: 0; }
  .redes-sociais-fluid a {
    background-color: rgba(0, 0, 0, 0.18);
    text-align: center;
    padding-top: 4px;
    display: block;
    height: 30px;
    width: 30px;
    color: #FFF; }
    .redes-sociais-fluid a:hover {
      opacity: 0.85; }
  .redes-sociais-fluid ul {
    list-style: none; }
    .redes-sociais-fluid ul li {
      float: left; }

.menu-responsivo {
  border-bottom: 1px solid #e0e0e0;
  background-color: #ffffff;
  position: fixed;
  display: none;
  z-index: 100;
  height: 60px;
  width: 100%;
  color: #FFF;
  left: 0;
  top: 0; }
  .menu-responsivo .row {
    padding: 5px 10px; }
  .menu-responsivo .collapse, .menu-responsivo .collapsing {
    margin-top: 4px; }
  .menu-responsivo .logo {
    max-height: 40px;
    margin-top: 7px; }
  .menu-responsivo .btn-barras {
    background-color: #fec326;
    margin-top: 7px;
    color: #FFF; }
    .menu-responsivo .btn-barras .aberto {
      display: none; }
    .menu-responsivo .btn-barras .fechado {
      display: block; }
    .menu-responsivo .btn-barras.collapsed {
      background-color: #3795f1; }
      .menu-responsivo .btn-barras.collapsed .aberto {
        display: block; }
      .menu-responsivo .btn-barras.collapsed .fechado {
        display: none; }
  .menu-responsivo .menu-lista ul {
    padding: 0;
    margin: 0; }
    .menu-responsivo .menu-lista ul li a {
      border-bottom: 1px solid #1683ef;
      background-color: #1f88ef;
      text-transform: uppercase;
      padding: 11px 13px;
      font-weight: bold;
      display: block;
      width: 100%;
      color: #FFF; }

.topo {
  -webkit-transition: all 0ms ease-out 650ms;
  -moz-transition: all 0ms ease-out 650ms;
  -o-transition: all 0ms ease-out 650ms;
  transition: all 0ms ease-out 650ms;
  position: fixed;
  padding: 30px 0;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0; }
  .topo .overlay {
    background-color: transparent;
    background-image: -webkit-gradient(left, linear, 0 0, 0 100%, from(#000), color-stop(90%, transparent), to(transparent));
    background-image: -webkit-linear-gradient(left, #000, transparent 90%, transparent);
    background-image: -moz-linear-gradient(left, #000, transparent 90%, transparent);
    background-image: -o-linear-gradient(left, #000, transparent 90%, transparent);
    background-image: linear-gradient(to bottom, #000, transparent 90%, transparent);
    background-repeat: no-repeat;
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='argb(#000)', endColorstr='argb(transparent)', GradientType=0)";
    position: absolute;
    height: 200px;
    width: 100%;
    top: 0; }
  .topo .brand {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    display: block;
    margin: 0 auto; }
  .topo.scrolling .conteudo {
    background-color: #151515 !important;
    position: fixed;
    padding: 12px 0;
    width: 100%;
    top: 0; }
  .topo.scrolling .overlay {
    display: none; }
  .topo.scrolling .brand {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: -13px;
    margin-bottom: -10px; }
  .topo.scrolling .bg-linha:before {
    display: none; }
  .topo.scrolling ul {
    background-color: transparent !important;
    margin-top: 0px !important; }
    .topo.scrolling ul li a {
      text-shadow: none;
      margin: 17px 0px; }
      .topo.scrolling ul li a:hover {
        color: #10502c; }
        .topo.scrolling ul li a:hover:before {
          background-color: #10502c; }
  .topo ul {
    margin-top: 14px !important;
    height: 64px; }
    .topo ul.first {
      border-top-left-radius: 7px;
      border-bottom-left-radius: 7px; }
    .topo ul.last {
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px; }
    .topo ul, .topo ul li {
      margin: 0;
      padding: 0; }
    .topo ul li {
      text-align: center;
      display: block;
      width: 45%;
      float: left; }
    .topo ul.text-right {
      padding-left: 10%; }
      @media only screen and (max-width: 1025px) {
        .topo ul.text-right {
          padding-left: 4%; } }
    .topo ul a {
      -webkit-transition: all 250ms ease-out 250ms;
      -moz-transition: all 250ms ease-out 250ms;
      -o-transition: all 250ms ease-out 250ms;
      transition: all 250ms ease-out 250ms;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 1.5px;
      text-align: center;
      position: relative;
      font-weight: bold;
      line-height: 40px;
      margin: 12px 10px;
      cursor: pointer;
      font-size: 1em;
      display: block;
      color: white;
      padding: 0; }
      .topo ul a:before {
        -webkit-transition: all 280ms ease-out 280ms;
        -moz-transition: all 280ms ease-out 280ms;
        -o-transition: all 280ms ease-out 280ms;
        transition: all 280ms ease-out 280ms;
        background-color: transparent;
        position: absolute;
        content: '';
        height: 4px;
        bottom: 0;
        width: 1%;
        left: 0; }
      .topo ul a:hover {
        color: #feca3f; }
        .topo ul a:hover:before {
          background-color: #feca3f;
          width: 100%; }

.box {
  padding: 50px 0;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: black; }
  .box .box-title {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 50px 0;
    line-height: 40px;
    font-weight: 700;
    font-size: 1.8em;
    display: block;
    color: #333; }
    .box .box-title span {
      color: #3795f1; }
  .box a {
    color: inherit; }
  .box .box-subtitle {
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 40px;
    font-size: 20px;
    color: #FFF; }
    .box .box-subtitle:after {
      background-color: #4fa2f3;
      display: block;
      content: '';
      width: 50px;
      height: 3px; }

.box-sobre {
  z-index: 10;
  position: relative;
  visibility: visible;
  margin-top: -55px; }

.box-contato {
  position: relative; }
  .box-contato .box-subtitle, .box-contato .box-title {
    color: #191919; }
  .box-contato .mapa {
    height: 300px; }

.box-slideshow {
  padding: 0;
  position: relative; }
  .box-slideshow .box-content {
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 0; }
  .box-slideshow .frase {
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    font-weight: 700;
    font-size: 2.2em;
    color: #FFF;
    z-index: 15;
    bottom: 45%;
    width: 100%; }
    .box-slideshow .frase span {
      display: block;
      width: 100%; }
    .box-slideshow .frase .menor {
      text-transform: none;
      font-weight: normal;
      font-size: .5em;
      color: #fff; }
      .box-slideshow .frase .menor .iconeConhecer {
        border: 2px solid #000;
        display: inline-block;
        border-radius: 50px;
        margin-top: 10px;
        padding: 3px;
        height: 40px;
        width: 40px;
        color: #000; }
        .box-slideshow .frase .menor .iconeConhecer:hover {
          background-color: #000;
          color: #FFF; }
  @media only screen and (max-width: 769px) {
    .box-slideshow {
      height: 400px; }
      .box-slideshow .frase {
        font-size: 1.6em;
        line-height: 1.2;
        padding: 0 23px;
        bottom: 60%; } }

.tpl-slideshow {
  background-position: center;
  background-position: top;
  background-size: cover;
  height: 650px;
  width: 100%; }

.rodape-maior {
  background-color: #1f88ef;
  font-size: .9em;
  padding: 40px;
  color: #fff; }
  .rodape-maior ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .rodape-maior ul li a {
      color: #FFF; }
  .rodape-maior .icone {
    margin: 0 10px; }
  .rodape-maior .logo {
    max-height: 50px; }

.rodape {
  background-color: #3795f1;
  line-height: 70px; }
  .rodape p {
    color: #FFF;
    font-family: 'Helvetica', sans-serif;
    font-size: .85em;
    margin: 0; }

.boxed {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 769px) {
    .boxed {
      padding: 0.785714em !important; } }
  .boxed:not([class*='bg-']) {
    background: #FFF; }
  .boxed.boxed--lg {
    padding: 2.78571429em; }
  .boxed.boxed--border {
    border: 1px solid #ececec;
    border-radius: 4px; }
  .boxed.boxed--440 {
    height: 440px; }
  .boxed.boxed--overlay {
    position: relative; }
    .boxed.boxed--overlay:hover {
      background-size: 120%; }
    .boxed.boxed--overlay:before {
      background-color: rgba(0, 0, 0, 0.65);
      position: absolute;
      content: ' ';
      height: 100%;
      width: 100%;
      left: 0;
      top: 0; }
    .boxed.boxed--overlay .conteudo {
      position: relative;
      min-height: 150px;
      z-index: 10; }
    .boxed.boxed--overlay .rodape-texto {
      font-family: 'Helvetica', sans-serif;
      text-transform: uppercase;
      position: absolute;
      font-size: 0.8em;
      color: #d4d4d4;
      bottom: 0; }
    .boxed.boxed--overlay a {
      -webkit-transition: all 250ms ease-out 250ms;
      -moz-transition: all 250ms ease-out 250ms;
      -o-transition: all 250ms ease-out 250ms;
      transition: all 250ms ease-out 250ms;
      color: #FFF; }
      .boxed.boxed--overlay a h3 {
        font-size: 1.2em; }
    @media only screen and (max-width: 769px) {
      .boxed.boxed--overlay a h3 {
        font-size: 1em; } }
  .boxed .icone {
    font-size: 2.5em;
    color: #3795f1; }
  .boxed .mais {
    font-size: .9em;
    color: #FFF; }
  .boxed .imagem {
    width: 130px !important;
    margin: 0 auto;
    height: 130px;
    padding: 12%; }
  .boxed i + h4, .boxed img + h4 {
    margin-top: 0.68421052631579em; }
  .boxed h4 {
    margin-bottom: 0.342105263157895em;
    font-size: 1.1em;
    font-weight: 600; }
    @media only screen and (max-width: 769px) {
      .boxed h4 {
        font-size: .97em; } }
  .boxed h4 + p {
    max-width: 22.28571429em; }
    @media only screen and (max-width: 769px) {
      .boxed h4 + p {
        max-width: 70em; } }
  .boxed p {
    min-height: 1.1em;
    font-size: .95em;
    color: #666666; }
    @media only screen and (max-width: 769px) {
      .boxed p {
        font-size: .8em; } }

.box-produtos {
  background-color: #dedcdc; }

.form-branco label {
  color: #FFF; }

.btn {
  border-radius: 0; }
  .btn.btn-wide {
    padding: .5em 2.5em; }

.pagina.space {
  padding: 40px 0px; }
.pagina.scrolling {
  margin-top: 112px; }

.margin-pagina {
  margin-top: 58px; }
  @media only screen and (max-width: 769px) {
    .margin-pagina {
      margin-top: 20px; } }

.header-title h1 {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
  line-height: 40px;
  font-size: 20px;
  color: #3795f1; }
.header-title.bold h1 {
  font-weight: bold; }
.header-title.dark h1 {
  color: #484848; }
.header-title.header-1 h1:after {
  background-color: #3795f1;
  display: block;
  content: '';
  height: 3px;
  width: 70%; }
.header-title.header-2 h1:after {
  background-color: #3795f1;
  margin: 0 auto;
  display: block;
  height: 3px;
  content: '';
  width: 60%; }
.header-title.header-3 h1 {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 1.5em;
  color: #333; }

.breadcrumb .breadcrumb-item {
  font-size: .9em; }
  .breadcrumb .breadcrumb-item a {
    color: #333; }

.redes .facebook {
  background-color: #0275d8;
  color: #FFF; }
  .redes .facebook:hover {
    border-color: #014c8c; }
.redes .twitter {
  background-color: #5bc0de;
  color: #FFF; }
  .redes .twitter:hover {
    border-color: #28a1c5; }
.redes .google-plus {
  background-color: #E53232;
  color: #FFF; }
  .redes .google-plus:hover {
    border-color: #b41717; }
.redes.horizontal ul li {
  margin-right: 5px;
  float: left; }
.redes ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .redes ul li a {
    border-bottom: 3px solid transparent;
    text-align: center;
    padding: 9px 0px;
    display: block;
    height: 40px;
    width: 40px; }

.lista-personalizada {
  font-size: .9em; }
  .lista-personalizada .list-group-item {
    font-weight: 600;
    color: #848484; }
    .lista-personalizada .list-group-item:hover {
      background-color: #3795f1;
      border-color: #3795f1;
      color: #FFF; }
    .lista-personalizada .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    .lista-personalizada .list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }

.missao-visao-valores {
  background-image: url(../img/bg-mvv.jpg);
  background-attachment: fixed;
  background-size: cover;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  background-color: #fafafa;
  position: relative;
  padding: 6em 0;
  margin: 3em 0;
  color: #FFF; }
  .missao-visao-valores h1 {
    color: #FFF !important; }
  .missao-visao-valores .c-faded {
    color: #adadad !important; }
  .missao-visao-valores:before {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    content: ' ';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.pagination {
  font-family: 'Helvetica', sans-serif;
  justify-content: center; }
  .pagination .page-link {
    border-color: #4fa2f3;
    background: #3795f1;
    font-weight: bold;
    font-size: .9em;
    color: #FFF; }
    .pagination .page-link:hover {
      background-color: #107ce5; }
    .pagination .page-link:first-child {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .pagination .page-link:last-child {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

.galeria-item {
  position: relative;
  display: block; }
  .galeria-item:before {
    -webkit-transition: all 150ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 150ms;
    -moz-transition: all 150ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 150ms;
    -o-transition: all 150ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 150ms;
    transition: all 150ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 150ms;
    border-radius: .25rem;
    position: absolute;
    padding: 50px;
    content: ' ';
    height: 100%;
    width: 100%;
    color: #FFF;
    left: 0;
    top: 0; }
  .galeria-item:hover:before {
    background-color: rgba(0, 0, 0, 0.55);
    font-family: FontAwesome;
    text-align: center;
    font-size: 2.4em;
    content: '\f002';
    padding: 50px;
    height: 100%; }

.border-1 {
  border: 1px solid #eee; }

.font-md {
  font-size: .95em; }

.font-lgg {
  font-size: 2.2em !important; }

.c-faded {
  color: #666666; }

.box-servicos {
  margin-top: -7px !important;
  padding-top: 0 !important; }

.overflowVerde {
  overflow: hidden;
  position: relative; }
  .overflowVerde:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.68) 0%, rgba(55, 149, 241, 0.59) 100%);
    position: absolute;
    content: ' ';
    height: 100%;
    width: 100%;
    z-index: 10;
    bottom: 0;
    left: 0; }

.cat-produtos ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .cat-produtos ul li {
    width: 100%; }
    .cat-produtos ul li:last-child a {
      border-bottom-color: transparent; }
    .cat-produtos ul li a {
      border-bottom: 1px solid #67aef4;
      background-color: #3795f1;
      padding: 10px 15px;
      font-weight: 600;
      display: block;
      color: #FFF; }

.topo-nav {
  position: fixed;
  padding: 15px 30px;
  z-index: 11;
  width: 100%; }
  .topo-nav .logo {
    height: 65px; }
  .topo-nav.scrolling {
    box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.15);
    background: #FFF; }
    .topo-nav.scrolling .logo {
      height: 45px; }
    .topo-nav.scrolling .horizontal-nav {
      margin-top: 7px; }
      .topo-nav.scrolling .horizontal-nav ul li a {
        color: #333; }
        .topo-nav.scrolling .horizontal-nav ul li a:hover {
          color: #3795f1; }

.horizontal-nav {
  margin-top: 17px;
  float: right; }
  .horizontal-nav ul {
    list-style: none; }
    .horizontal-nav ul li {
      float: left; }
      .horizontal-nav ul li a {
        text-transform: uppercase;
        letter-spacing: 1.2px;
        position: relative;
        padding: 5px 10px;
        font-weight: bold;
        display: block;
        color: #e2e2e2; }
        .horizontal-nav ul li a:before {
          background-color: #3795f1;
          position: absolute;
          content: ' ';
          height: 3px;
          bottom: 0px;
          width: 0%; }
        .horizontal-nav ul li a:hover {
          text-decoration: none;
          color: #FFF; }
          .horizontal-nav ul li a:hover:before {
            width: 35%; }

.texto-sobre {
  text-align: justify;
  margin: 0 auto;
  color: #636363;
  width: 60%; }
  @media only screen and (max-width: 769px) {
    .texto-sobre {
      width: 80%; } }

.redes-float {
  position: fixed;
  z-index: 10;
  bottom: 10%;
  width: 70px;
  right: 5px; }
  .redes-float ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .redes-float ul li a {
      background: #f0ad4e;
      margin-bottom: 10px;
      text-align: center;
      display: block;
      padding: 8px;
      height: 35px;
      width: 35px;
      color: #FFF; }
      .redes-float ul li a:hover {
        margin-left: -5px; }
  @media only screen and (max-width: 481px) {
    .redes-float {
      display: none; } }

#header-canvas {
  position: relative;
  z-index: 2; }

.section-slide-line {
  background-image: url(../img/slide-line.jpg);
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 90px;
  position: relative;
  padding: 50px 10px;
  text-align: center;
  min-height: 150px;
  color: #FFF; }
  .section-slide-line:before {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    content: ' ';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.tpl-parceiro {
  text-align: center;
  padding: 10px;
  margin: 5px; }
  .tpl-parceiro img {
    max-height: 150px; }
  @media only screen and (max-width: 481px) {
    .tpl-parceiro {
      padding: 0;
      margin: 0; } }

.skew {
  background: #fff;
  overflow: hidden;
  -ms-transform: skewY(-5deg);
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
  -webkit-transform-origin: 0 0 !important;
  transform-origin: 0 0 !important;
  text-align: center;
  outline: 1px solid transparent; }

.skew-not {
  height: 100%;
  -ms-transform: skewY(5deg);
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-transform-origin: 0 0 !important;
  transform-origin: 0 0 !important;
  padding-top: calc(4% + 25px);
  padding-bottom: calc(12% + 50px); }

.section-parceiros {
  background: #0d1b29;
  padding: 70px 0px;
  color: #dedddd; }
  .section-parceiros h1 {
    color: #FFF !important; }

.lista-servicos {
  list-style: none;
  text-align: left;
  font-size: .9em;
  color: #636363;
  height: 20ex;
  padding: 0;
  margin: 0; }
  .lista-servicos li:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: '\f058';
    color: #20a6fb; }

/*# sourceMappingURL=site.css.map */
