@import 'https://fonts.googleapis.com/css?family=Dosis:400,500,700';
.fonte-destaque {
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
}
.pamega {
  font-family: 'Pamega Script', sans-serif;
  font-weight: normal;
}
.dosis {
  font-family: 'Dosis', sans-serif;
}
.bebas {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: normal;
}
.oswald {
  font-family: 'Oswald', sans-serif;
}
.opensans {
  font-family: 'Open Sans', serif;
}
.roboto {
  font-family: 'Roboto', serif;
}
.lato {
  font-family: 'Lato', sans-serif;
}
.raleway {
  font-family: 'Raleway', sans-serif;
}
.antic {
  font-family: 'Antic Didone', sans-serif;
}
.gotham {
  font-family: 'Gotham', sans-serif;
}
.extralight {
  font-weight: 200;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
@-moz-keyframes bgRepeat {
  from {
    background-position: left 0 bottom;
  }
  to {
    background-position: left -1920px bottom;
  }
}
@-webkit-keyframes bgRepeat {
  from {
    background-position: left 0 bottom;
  }
  to {
    background-position: left -1920px bottom;
  }
}
@-o-keyframes bgRepeat {
  from {
    background-position: left 0 bottom;
  }
  to {
    background-position: left -1920px bottom;
  }
}
@keyframes bgRepeat {
  from {
    background-position: left 0 bottom;
  }
  to {
    background-position: left -1920px bottom;
  }
}
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  outline: none !important;
}
body {
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2d3744;
  overflow-x: hidden;
}
section {
  position: relative;
}
p {
  line-height: 1.7;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #2d3744;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  word-wrap: break-word;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #e76017;
}
ul {
  margin-bottom: 0;
}
label,
h1,
h2,
h3 {
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
}
strong {
  font-weight: 700;
}
*::-moz-selection {
  background: rgba(231,96,23,0.75);
  color: #fff;
  text-shadow: none !important;
}
*::selection {
  background: rgba(231,96,23,0.75);
  color: #fff;
  text-shadow: none !important;
}
.sem-padding {
  padding: 0 !important;
}
.hidden-normal {
  display: none !important;
}
.italic {
  font-style: italic;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.w100p {
  width: 100%;
}
.h100p {
  height: 100%;
}
.ltsem {
  letter-spacing: 0.2em;
}
.ltsem2 {
  letter-spacing: 0.05em;
}
.display-block {
  display: block;
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: initial;
  -moz-flex-flow: initial;
  flex-flow: initial;
}
.display-flex:before,
.display-flex:after {
  display: none;
}
.flex-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-align-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex-self-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
}
.flex-self-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  align-self: flex-end;
}
.order-1 {
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
}
.order-2 {
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
}
.order-3 {
  -webkit-order: 3;
  -moz-order: 3;
  order: 3;
}
.inblock {
  display: inline-block;
  vertical-align: middle;
}
.va-t {
  vertical-align: top;
}
.img-centro {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bdr {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
}
.bdr2x {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bdr3x {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.bdr50 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ovh {
  overflow: hidden;
}
.wow {
  visibility: hidden;
}
.wow-v {
  visibility: visible !important;
}
.rel {
  min-height: 0;
  position: relative;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.pd5 {
  padding: 5px;
}
.pd10 {
  padding: 10px;
}
.pd15 {
  padding: 15px;
}
.pd30 {
  padding: 30px;
}
.pd60 {
  padding: 60px;
}
.p10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.p120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.p180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.pt30 {
  padding-top: 30px;
}
.pt60 {
  padding-top: 60px;
}
.pt90 {
  padding-top: 90px !important;
}
.pt120 {
  padding-top: 120px;
}
.pt180 {
  padding-top: 180px;
}
.pr120 {
  padding-right: 120px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb220 {
  padding-bottom: 220px;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.p0 {
  padding: 0 !important;
}
.m10 {
  margin: 10px;
}
.ml5 {
  margin-left: 5px;
}
.ml15 {
  margin-left: 15px;
}
.ml30 {
  margin-left: 30px;
}
.ml45 {
  margin-left: 45px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr30 {
  margin-right: 30px;
}
.mt15 {
  margin-top: 15px;
}
.mt30 {
  margin-top: 30px;
}
.mt45 {
  margin-top: 45px;
}
.mt60 {
  margin-top: 60px;
}
.mt90 {
  margin-top: 90px;
}
.mt120 {
  margin-top: 120px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb120 {
  margin-bottom: 120px;
}
.m0 {
  margin: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.bd0 {
  border: 0 !important;
}
.br0 {
  border-right: 0 !important;
}
.bl0 {
  border-left: 0 !important;
}
.uppercase {
  text-transform: uppercase;
}
.lts1 {
  letter-spacing: 1px;
}
.lts2 {
  letter-spacing: 2px;
}
.lts3 {
  letter-spacing: 3px;
}
.lts4 {
  letter-spacing: 4px;
}
.lts5 {
  letter-spacing: 5px;
}
.fz0 {
  font-size: 0;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz24 {
  font-size: 24px;
}
.fz30 {
  font-size: 30px;
}
.fz36 {
  font-size: 36px;
}
.fz44 {
  font-size: 44px;
}
.fz48 {
  font-size: 48px;
}
.fz52 {
  font-size: 52px;
}
.fz60 {
  font-size: 60px;
}
.fz72 {
  font-size: 72px;
}
.fz90 {
  font-size: 90px;
}
.branco {
  color: #fff;
}
.branco a:not(:hover):not(.botao-principal) {
  color: #fff;
}
.cor-texto {
  color: #2d3744;
}
.cor-primaria {
  color: #e76017;
}
.cor-secundaria {
  color: #005bb4;
}
.cor-terciaria {
  color: #00a1b4;
}
.cor-neutra {
  color: #ededed;
}
.bg-branco {
  background: #fff;
}
.bg-primario {
  background-color: #e76017;
}
.bg-primario-light {
  background-color: #f6bfa1;
}
.bg-secundario {
  background-color: #005bb4;
}
.bg-terciario {
  background-color: #00a1b4;
}
.bg-neutro {
  background-color: #ededed;
}
.bg-padrao {
  background: url("../images/bg-padrao.jpg") repeat;
  background-size: auto;
}
.box-shadow {
  -webkit-box-shadow: 0 0 45px -10px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 45px -10px rgba(0,0,0,0.25);
  box-shadow: 0 0 45px -10px rgba(0,0,0,0.25);
}
.border {
  border: 5px solid #e76017;
}
.branco .border {
  border-color: #fff;
}
.layer-relative {
  position: relative !important;
}
.hcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}
.slick-dots {
  display: block;
  width: 100%;
  margin: 15px 0 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border: 0;
  outline: none;
  border: 0 solid #e76017;
  background: #d3d3d3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-appearance: none;
  appearance: none;
}
.slick-dots li button:hover {
  background: #8d9298;
}
.slick-dots li.slick-active button {
  background: #e76017;
}
.branco .slick-dots li button {
  background: transparent;
  border-color: #fff;
}
.branco .slick-dots li:hover button {
  background: rgba(255,255,255,0.5);
}
.branco .slick-dots li.slick-active button {
  border-color: #fff;
  background: #fff;
}
.dots-primaria .slick-dots li button {
  background: rgba(255,255,255,0.75);
}
.dots-primaria .slick-dots li:hover button {
  background: #fff;
}
.dots-primaria .slick-dots li.slick-active button {
  background: #fff;
}
.dots-relative .slick-dots {
  position: relative;
  padding: 30px 0 35px;
}
.dots-absolute .slick-dots {
  position: absolute;
  bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .dots-lateral .slick-dots {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: auto;
    padding: 0 15px;
  }
  .dots-lateral .slick-dots li {
    display: block;
    margin: 10px 0;
  }
}
.slick-prev,
.slick-next {
  z-index: 1;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  display: block;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  color: transparent;
  padding: 0;
  font-size: 0;
  margin: auto;
  border: none;
  outline: none;
  background: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-prev:before,
.slick-next:before {
  content: '\f104';
  font-family: 'Font Awesome\ 5 Pro';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 300;
  font-size: 30px;
  line-height: 46px;
  border: 2px solid #e76017;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e76017;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #fff;
  background: #005bb4;
  border-color: #005bb4;
}
.seta-branca .slick-prev:before,
.seta-branca .slick-next:before {
  border-color: #fff;
  background-color: #fff;
  color: #2d3744;
}
.seta-branca .slick-prev:hover:before,
.seta-branca .slick-next:hover:before {
  border-color: #fff;
  background: #fff;
  color: #e76017;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  pointer-events: none;
}
.seta-superior .slick-prev,
.seta-superior .slick-next {
  top: -85px;
  right: 75px;
  bottom: auto;
  left: auto;
  height: 30px;
}
.seta-superior .slick-prev:before,
.seta-superior .slick-next:before {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 30px;
}
.slick-next {
  left: auto;
  right: 15px;
}
.slick-next:before {
  content: '\f105';
}
.home .container .slick-next {
  right: 15px;
}
.slick-slideshow {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.slick-slideshow .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  background: rgba(0,0,0,0.6);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}
.slick-slideshow .slick-dots button {
  border-color: #fff;
}
.slick-slideshow .slick-dots li:hover button {
  background: #7fadd9;
  background: rgba(255,255,255,0.5);
}
.slick-slideshow .slick-dots li.slick-active button {
  background: #fff;
}
.slick-slideshow .slick-prev,
.slick-slideshow .slick-next {
  left: 0;
  height: 75px;
  background: rgba(0,0,0,0.6);
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slick-slideshow .slick-prev:before,
.slick-slideshow .slick-next:before {
  border: 0;
  background: none;
  font-size: 36px;
  line-height: 75px;
  height: 100%;
  width: 100%;
  color: #fff;
}
.slick-slideshow .slick-prev:hover:before,
.slick-slideshow .slick-next:hover:before {
  color: #e76017;
}
.slick-slideshow .slick-next {
  left: auto;
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}
.slick-slideshow:hover .slick-prev,
.slick-slideshow:hover .slick-next {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.slick-slideshow:hover .slick-dots {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 480px) {
  .slick-slideshow .slick-prev,
  .slick-slideshow .slick-next {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    background: none;
    width: 30px;
  }
  .slick-slideshow .slick-dots {
    display: none !important;
  }
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.fancybox-wrap {
  max-width: calc(100% - 76px);
}
.fancybox-inner {
  max-width: 100%;
}
.fancybox-overlay {
  background: rgba(0,0,0,0.85) !important;
}
.fancybox-close {
  right: -36px !important;
  top: 0 !important;
  background-color: #e76017;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.fancybox-close:hover {
  background-color: #005bb4;
}
.form div[class*='col-'] {
  padding: 15px;
}
.form-border.form div[class*='col-'] {
  padding: 7.5px;
}
.form-border input,
.form-border textarea,
.form-border select {
  height: 50px;
  width: 100%;
  display: block;
  color: #2d3744;
  background: none;
  border: 2px solid #d3d3d3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.form-border input::-webkit-input-placeholder,
.form-border textarea::-webkit-input-placeholder,
.form-border select::-webkit-input-placeholder {
  color: #2d3744;
}
.form-border input::-moz-placeholder,
.form-border textarea::-moz-placeholder,
.form-border select::-moz-placeholder {
  color: #2d3744;
}
.form-border input:-ms-input-placeholder,
.form-border textarea:-ms-input-placeholder,
.form-border select:-ms-input-placeholder {
  color: #2d3744;
}
.form-border input:-moz-placeholder,
.form-border textarea:-moz-placeholder,
.form-border select:-moz-placeholder {
  color: #2d3744;
}
.form-border input:focus,
.form-border textarea:focus,
.form-border select:focus {
  border-color: #a1a1a1;
}
.form-border input.touched,
.form-border textarea.touched,
.form-border select.touched {
  border-color: #12b912;
}
.form-border input.error,
.form-border textarea.error,
.form-border select.error {
  border-color: #e71c17;
}
.branco.form-border input,
.branco.form-border textarea,
.branco.form-border select {
  border-color: #fff;
  color: #fff;
}
.branco.form-border input::-webkit-input-placeholder,
.branco.form-border textarea::-webkit-input-placeholder,
.branco.form-border select::-webkit-input-placeholder {
  color: #fff;
}
.branco.form-border input::-moz-placeholder,
.branco.form-border textarea::-moz-placeholder,
.branco.form-border select::-moz-placeholder {
  color: #fff;
}
.branco.form-border input:-ms-input-placeholder,
.branco.form-border textarea:-ms-input-placeholder,
.branco.form-border select:-ms-input-placeholder {
  color: #fff;
}
.branco.form-border input:-moz-placeholder,
.branco.form-border textarea:-moz-placeholder,
.branco.form-border select:-moz-placeholder {
  color: #fff;
}
.branco.form-border input:focus,
.branco.form-border textarea:focus,
.branco.form-border select:focus {
  border-color: #fff;
}
.branco.form-border input.touched,
.branco.form-border textarea.touched,
.branco.form-border select.touched {
  border-color: #12b912;
}
.branco.form-border input.error,
.branco.form-border textarea.error,
.branco.form-border select.error {
  border-color: #e71c17;
}
.form-border textarea {
  height: 70px;
  min-height: 50px;
  line-height: normal;
  max-height: 150px;
  padding-top: 15px;
  padding-left: 15px;
  text-indent: 0;
  resize: vertical !important;
}
.form-border div[class*='col-'] {
  padding: 7.5px;
}
.form-border.row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.form-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: initial;
  -moz-flex-flow: initial;
  flex-flow: initial;
}
.form-inline input {
  border: 2px solid #2d3744;
  border-right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  width: 100%;
  font-size: 12px;
}
.form-inline input:focus {
  border-color: #00a1b4;
}
.form-inline input:focus ~ button {
  color: #fff;
  background: #00a1b4;
}
.form-inline button {
  margin: 0;
  border: 0;
  padding: 0 15px;
  font-weight: 700;
  background: #2d3744;
  color: #fff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.form-inline button:before {
  display: none;
}
.floating-placeholder {
  height: 50px;
  padding: 0;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #2d3744;
}
.floating-placeholder input,
.floating-placeholder textarea,
.floating-placeholder select {
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  padding: 0 15px;
  border: 0;
  outline: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: transparent;
  z-index: 2;
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e76017), to(#e76017)), -webkit-gradient(linear, left top, left bottom, from(#2d3744), to(#2d3744));
  background-image: -webkit-linear-gradient(#e76017, #e76017), -webkit-linear-gradient(#2d3744, #2d3744);
  background-image: -o-linear-gradient(#e76017, #e76017), -o-linear-gradient(#2d3744, #2d3744);
  background-image: linear-gradient(#e76017, #e76017), linear-gradient(#2d3744, #2d3744);
  -webkit-background-size: 0 2px, 100% 2px;
  background-size: 0 2px, 100% 2px;
  background-repeat: no-repeat;
  background-position: left bottom, left 100%;
  background-color: rgba(0,0,0,0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.floating-placeholder input:focus,
.floating-placeholder textarea:focus,
.floating-placeholder select:focus {
  -webkit-background-size: 100% 2px, 100% 2px;
  background-size: 100% 2px, 100% 2px;
}
.branco .floating-placeholder input,
.branco .floating-placeholder textarea,
.branco .floating-placeholder select {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e76017), to(#e76017)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#e76017, #e76017), -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(#e76017, #e76017), -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#e76017, #e76017), linear-gradient(#fff, #fff);
}
.bg-primario .floating-placeholder input,
.bg-primario .floating-placeholder textarea,
.bg-primario .floating-placeholder select {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a1b4), to(#00a1b4)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#00a1b4, #00a1b4), -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(#00a1b4, #00a1b4), -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#00a1b4, #00a1b4), linear-gradient(#fff, #fff);
}
.floating-placeholder input.touched,
.floating-placeholder textarea.touched,
.floating-placeholder select.touched {
  -webkit-background-size: 100% 2px, 100% 2px;
  background-size: 100% 2px, 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#12b912), to(#12b912)), -webkit-gradient(linear, left top, left bottom, from(#2d3744), to(#2d3744));
  background-image: -webkit-linear-gradient(#12b912, #12b912), -webkit-linear-gradient(#2d3744, #2d3744);
  background-image: -o-linear-gradient(#12b912, #12b912), -o-linear-gradient(#2d3744, #2d3744);
  background-image: linear-gradient(#12b912, #12b912), linear-gradient(#2d3744, #2d3744);
}
.floating-placeholder input.error,
.floating-placeholder textarea.error,
.floating-placeholder select.error {
  -webkit-background-size: 100% 2px, 100% 2px;
  background-size: 100% 2px, 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e71c17), to(#e71c17)), -webkit-gradient(linear, left top, left bottom, from(#2d3744), to(#2d3744));
  background-image: -webkit-linear-gradient(#e71c17, #e71c17), -webkit-linear-gradient(#2d3744, #2d3744);
  background-image: -o-linear-gradient(#e71c17, #e71c17), -o-linear-gradient(#2d3744, #2d3744);
  background-image: linear-gradient(#e71c17, #e71c17), linear-gradient(#2d3744, #2d3744);
}
.floating-placeholder input[type="number"] {
  padding-right: 0;
}
.floating-placeholder option {
  color: #2d3744;
}
.floating-placeholder textarea {
  font-size: 14px;
  position: relative;
  height: 70px;
  min-height: 50px;
  line-height: normal;
  max-height: 150px;
  padding-top: 15px;
  padding-left: 15px;
  text-indent: 0;
  resize: vertical !important;
}
.floating-placeholder select {
  padding-right: 0;
}
.floating-placeholder label {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 14px;
  line-height: 50px;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0 0em;
  -moz-transform-origin: 0 0em;
  transform-origin: 0 0em;
  -webkit-transform: scale(1, 1) rotateY(0);
  -moz-transform: scale(1, 1) rotateY(0);
  transform: scale(1, 1) rotateY(0);
  color: inherit;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 15px;
}
.floating-placeholder.textarea {
  height: auto;
}
.floating-placeholder.label-float label,
.floating-placeholder.floating-placeholder-float label {
  left: 0;
  top: -30px;
  -webkit-transform: scale(0.85, 0.85) rotateY(0);
  -moz-transform: scale(0.85, 0.85) rotateY(0);
  transform: scale(0.85, 0.85) rotateY(0);
  max-width: 200%;
}
.branco .floating-placeholder {
  color: #fff;
}
.branco .floating-placeholder label {
  color: #fff;
}
.floating-placeholder input[type="file"]::-webkit-file-upload-button {
  display: none;
  visibility: hidden;
}
.floating-placeholder .mostrar-senha {
  position: absolute;
  z-index: 3;
  right: 15px;
  bottom: 0;
  line-height: 50px;
  cursor: pointer;
}
.check-list {
  margin: 20px 0;
}
.check-list li {
  position: relative;
  display: block;
  margin: 0;
  padding-left: 30px;
  line-height: 1.5;
}
.check-list li:before {
  font-family: 'Font Awesome\ 5 Pro';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: '\f00c';
  font-weight: 300;
  position: absolute;
  top: -1px;
  left: 0;
  color: #e76017;
  font-size: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.check-list li + li {
  margin-top: 10px;
}
.check-list.seta li {
  padding-left: 15px;
}
.check-list.seta li:before {
  content: '\f054';
  font-size: 12px;
  color: inherit;
  top: 5px;
}
.check-list.seta li:hover:before {
  left: 5px;
}
.check-list.seta li.pdf {
  padding-left: 25px;
}
.check-list.seta li.pdf:before {
  content: '\f1c1';
  font-size: 18px;
  font-weight: 700;
  top: 1px;
}
.check-list.duas-colunas {
  zoom: 1;
}
.check-list.duas-colunas:before,
.check-list.duas-colunas:after {
  content: "";
  display: table;
}
.check-list.duas-colunas:after {
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .check-list.duas-colunas li {
    float: left;
    width: 50%;
    margin: 5px 0 !important;
  }
}
.file-upload {
  display: block;
  text-align: center;
  font-size: 18px;
}
.file-upload .file-select {
  display: block;
  border-bottom: 2px solid #2d3744;
  color: #2d3744;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  text-align: left;
  background: #fff;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: initial;
  -moz-flex-flow: initial;
  flex-flow: initial;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.file-upload .file-select .file-select-button {
  background: transparent;
  padding: 0 15px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.file-upload .file-select .file-select-name {
  line-height: 50px;
  color: #2d3744;
  display: inline-block;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.file-upload .file-select input[type=file]::-webkit-file-upload-button {
  display: none;
  visibility: hidden;
}
.file-upload .file-select:hover {
  border-color: #e76017;
}
.file-upload .file-select:hover .file-select-button {
  color: #e76017;
}
.file-upload.active .file-select {
  border-width: 2px;
  border-color: #12b912;
}
.file-upload.active .file-select .file-select-button {
  color: #12b912;
}
.file-upload.error .file-select {
  border-width: 2px;
  border-color: #e71c17;
}
.file-upload.error .file-select .file-select-button {
  color: #e71c17;
}
.square-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5;
  border: 0px solid #005bb4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #00a1b4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a1b4), color-stop(100%, #005bb4));
  background-image: -webkit-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -moz-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -ms-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -o-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover .square-icon {
  background: #fff;
  color: #e76017;
}
[class*='item']:hover .square-icon,
.square-icon:hover {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rubberBand !important;
  -moz-animation-name: rubberBand !important;
  animation-name: rubberBand !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.square-icon.border {
  background-color: transparent;
  color: #e76017;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #e76017;
}
.item-icone div {
  max-width: calc(100% - 90px);
  max-width: -moz-calc(100% - 90px);
  max-width: -webkit-calc(100% - 90px);
}
.item-icone .fz30 + div,
.item-icone .fz18.square-icon + div {
  max-width: calc(100% - 60px);
  max-width: -moz-calc(100% - 60px);
  max-width: -webkit-calc(100% - 60px);
}
.item-icone .img + div,
.item-icone img + div {
  max-width: calc(100% - 160px);
  max-width: -moz-calc(100% - 160px);
  max-width: -webkit-calc(100% - 160px);
}
.item-icone strong {
  margin: 0 0 5px !important;
}
.item-icone + .item-icone {
  margin-top: 30px;
}
@media only screen and (max-width: 992px) {
  .item-icone.block-sm div {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .item-icone.block-xs div {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .item-icone .fz18 ~ div,
  .item-icone .fz24 ~ div {
    max-width: calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: -webkit-calc(100% - 30px);
  }
  .item-icone.block-xxs {
    text-align: left;
  }
  .item-icone.block-xxs i {
    margin: 0 0 5px;
  }
  .item-icone.block-xxs div {
    max-width: 100% !important;
  }
}
.item-numeros {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.item-numeros:hover {
  border: 1px solid #2d3744;
  -webkit-box-shadow: 0 10px 30px -10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 10px 30px -10px rgba(0,0,0,0.4);
  box-shadow: 0 10px 30px -10px rgba(0,0,0,0.4);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
hr {
  border-color: #ededed;
}
hr.menor {
  margin-top: 10px;
  width: 50px;
}
hr.vertical {
  width: 2px;
  height: 50px;
  border: 0;
  background: #e76017;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.branco hr {
  border-color: #fff;
}
.tab-pane .panel {
  text-align: left;
  background: none;
  border: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #2d3744;
}
.tab-pane .panel + .panel {
  margin-top: 15px;
}
.tab-pane .titulo-panel {
  position: relative;
  padding: 20px 20px 20px 45px;
  display: block;
  border-bottom-color: transparent;
  line-height: 1;
  font-weight: 700;
  font-size: 18px;
}
.tab-pane .titulo-panel:before {
  content: '\f129';
  font-family: 'Font Awesome\ 5 Pro';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 24px;
  position: absolute;
  top: 17px;
  left: 17px;
  margin: auto;
}
.tab-pane .titulo-panel.collapsed {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tab-pane .titulo-panel:not(.collapsed) {
  color: #e76017;
  border-bottom-color: transparent;
}
.tab-pane .corpo-panel {
  position: relative;
  margin: 0;
  padding: 0 30px 0 45px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.pagination {
  font-size: 18px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  border-color: #ededed;
}
.pagination > li > a,
.pagination > li > span {
  padding-top: 0;
  padding-bottom: 0;
  color: #2d3744;
  border: 1px solid;
  border-color: #dedede;
  border-color: #ededed;
  margin: 0;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5;
  text-align: center;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #00a1b4;
  border-color: #ededed;
  background: ligthen(#ededed, 5);
}
.pagination > li + li > a,
.pagination > li + li > span {
  border-left: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: #00a1b4;
  border-color: #00a1b4;
  color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=75)';
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
}
.nav-tabs {
  font-size: 0;
  margin: 30px 0 60px;
}
.nav-tabs li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}
.nav-tabs a {
  padding: 12px 15px;
  position: relative;
  display: block;
  background: none;
  font-weight: 700;
  color: #2d3744;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
}
.nav-tabs a:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  margin: auto;
  width: 1px;
  height: 25px;
  background: #e76017;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transform: scale(1, 0);
  pointer-events: none;
}
.nav-tabs a:hover {
  color: #e76017;
}
.nav-tabs .pull-right {
  margin-right: 0;
  margin-left: 10px;
}
.nav-tabs .pull-right a {
  color: #e76017;
  background: transparent;
  border: 2px solid #e76017;
}
.nav-tabs .pull-right a:after {
  display: none;
}
.nav-tabs .pull-right a:hover {
  background: #e76017;
  color: #fff;
}
.nav-tabs .active a {
  color: #e76017;
}
.nav-tabs .active a:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media only screen and (max-width: 992px) {
  .nav-tabs .active a {
    color: #fff;
    background: #e76017;
  }
  .nav-tabs .active a:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .nav-tabs {
    text-align: center;
  }
  .nav-tabs li {
    float: none !important;
  }
  .nav-tabs li:not(.pull-right) a {
    font-size: 12px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-tabs li.pull-right {
    margin-left: 0;
    margin-right: 10px;
  }
}
.label-check {
  position: relative;
  font-size: 18px;
  cursor: pointer;
}
.label-check:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  vertical-align: text-top;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 2px solid #566981;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
:hover.label-check:before {
  border-color: #2d3744;
}
.label-check:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 10px;
  height: 20px;
  border-bottom: 2px solid #e76017;
  border-right: 2px solid #e76017;
  -webkit-transform: rotate(0) translateX(-100%);
  -moz-transform: rotate(0) translateX(-100%);
  transform: rotate(0) translateX(-100%);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#check-particular:checked ~ .div-label .label-check:before {
  border-color: #2d3744;
}
#check-particular:checked ~ .div-label .label-check:after {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: rotate(45deg) translateX(0);
  -moz-transform: rotate(45deg) translateX(0);
  transform: rotate(45deg) translateX(0);
}
#check-particular:checked ~ .display-flex #carteirinha-convenio {
  display: none;
}
.labels-satisfacao li {
  width: 100%;
}
.labels-satisfacao label {
  width: 100%;
  height: 100%;
  padding: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.labels-satisfacao label img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.labels-satisfacao label:hover {
  background: #ededed;
}
.labels-satisfacao input:checked ~ label {
  color: #404040;
}
.labels-satisfacao input:checked ~ label.odiei {
  background: #ee4438;
}
.labels-satisfacao input:checked ~ label.odiei img {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: wobble !important;
  -moz-animation-name: wobble !important;
  animation-name: wobble !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.labels-satisfacao input:checked ~ label.nao-satisfeito {
  background: #f07937;
}
.labels-satisfacao input:checked ~ label.nao-satisfeito img {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: shake !important;
  -moz-animation-name: shake !important;
  animation-name: shake !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.labels-satisfacao input:checked ~ label.normal {
  background: #fdbe10;
}
.labels-satisfacao input:checked ~ label.normal img {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: swing !important;
  -moz-animation-name: swing !important;
  animation-name: swing !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.labels-satisfacao input:checked ~ label.gostei {
  background: #7fd68b;
}
.labels-satisfacao input:checked ~ label.gostei img {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rubberBand !important;
  -moz-animation-name: rubberBand !important;
  animation-name: rubberBand !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.labels-satisfacao input:checked ~ label.amei {
  background: #39b54a;
}
.labels-satisfacao input:checked ~ label.amei img {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: tada !important;
  -moz-animation-name: tada !important;
  animation-name: tada !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .labels-satisfacao label {
    padding: 15px;
  }
  .labels-satisfacao strong.fz24 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .labels-satisfacao {
    padding: 0;
  }
  .labels-satisfacao strong.fz24 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .labels-satisfacao label {
    padding-right: 5px;
    padding-left: 5px;
  }
  .labels-satisfacao strong.fz24 {
    font-size: 2.5vw;
  }
}
.titulo-principal {
  position: relative;
  display: block;
  z-index: 1;
  margin: 30px 0;
  color: #2d3744;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  word-wrap: break-word;
}
.titulo-principal small {
  display: block;
  font-size: 48px;
  font-weight: 400;
  text-transform: lowercase;
  color: #2d3744;
  margin-bottom: 5px;
}
.titulo-principal:after {
  content: '';
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: -40px;
  height: 4px;
  width: 50px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: cover;
  background: #e76017;
}
.branco .titulo-principal {
  color: #fff;
}
.branco .titulo-principal small {
  color: #fff;
}
.titulo-principal.destaque {
  position: relative;
  padding-left: 30px;
  height: 160px;
  text-shadow: 3px 3px 15px rgba(0,0,0,0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  line-height: 1;
}
.titulo-principal.destaque:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  margin: auto;
  z-index: -1;
  width: 160px;
  height: 160px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 5px solid #e76017;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.titulo-principal.destaque small {
  text-transform: uppercase;
  font-size: 24px;
}
.titulo-principal.destaque:after {
  display: none;
}
.titulo-principal:first-child {
  margin-top: 0;
}
.titulo-principal:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .titulo-principal {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .titulo-principal {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .titulo-principal {
    font-size: 26px;
  }
}
.botao-principal {
  z-index: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 40px;
  margin: 30px auto;
  border: 0 solid #e76017;
  background: transparent;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #e76017;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.botao-principal i {
  display: inline-block;
  vertical-align: sub;
}
.botao-principal:hover {
  color: #fff;
  background: #005bb4;
}
.botao-principal:hover:before {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse !important;
  -moz-animation-name: pulse !important;
  animation-name: pulse !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.botao-principal:hover:after {
  left: 50%;
  right: 50%;
}
.botao-principal:active {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-box-shadow: 0 0px 0px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0 0px 0px 0px rgba(0,0,0,0);
  box-shadow: 0 0px 0px 0px rgba(0,0,0,0);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}
.botao-principal:first-child {
  margin-top: 0;
}
.botao-principal:last-child {
  margin-bottom: 0;
}
.botao-principal + .botao-principal {
  margin-top: 0;
  margin-left: 15px;
  margin-bottom: 0;
}
.branco .botao-principal {
  color: #2d3744;
}
.branco .botao-principal:before {
  background: #fff;
}
.branco .botao-principal:hover {
  color: #2d3744;
}
.botao-principal.chamada {
  color: #fff;
}
.botao-principal.chamada:hover {
  background: #fff;
  color: #000;
}
.botao-principal.secundario:before {
  background-color: #005bb4;
}
.botao-principal.secundario:hover:before {
  background-color: #e76017;
}
.botao-principal.terciario:before {
  background-color: #00a1b4;
}
.botao-principal.terciario:hover:before {
  background-color: #e76017;
}
.botao-principal.neutro {
  background-color: #ededed;
  border-color: #ededed;
  color: #2d3744;
}
.botao-principal.neutro:hover {
  background: #e76017;
  color: #fff;
}
.botao-principal.maior {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.botao-principal.btn-block {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .botao-principal.inline {
    margin: 0 0 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  .botao-principal {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .botao-principal + .botao-principal {
    margin: 15px auto 0;
  }
}
#topo-sticky-wrapper {
  background: #fff;
  height: 136px !important;
}
#topo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #fff;
}
#topo .top-info {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 0;
  line-height: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#topo .top-info ul {
  margin-bottom: 0;
  height: inherit;
}
#topo .top-info li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}
#topo .top-info li:last-child {
  padding-right: 0;
}
#topo .top-info li + li {
  position: relative;
}
#topo .top-info li + li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  width: 1px;
  height: 15px;
  background: #fff;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
#topo .top-info a:hover {
  color: #005bb4;
}
#topo .top-info label {
  cursor: pointer;
}
#topo .top-info .share {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#topo .top-info .share .submenu-share {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #ededed;
  white-space: nowrap;
  font-size: 24px;
  text-align: center;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#topo .top-info .share .submenu-share a {
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
#topo .top-info .share:hover .submenu-share {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
#topo .top-middle {
  top: 0 !important;
  position: relative;
  padding: 20px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 0px solid #ededed;
  border-bottom: 0px solid transparent;
}
#topo .logo {
  height: 95px;
  width: 171px;
  max-width: calc(100% - 60px);
  max-width: -moz-calc(100% - 60px);
  max-width: -webkit-calc(100% - 60px);
  position: relative;
  margin: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 480px) {
  :not(.topo-fixo)#topo .logo {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
#topo .logo img {
  max-width: 100%;
  max-height: 100%;
}
#topo .top-nav {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#topo .top-nav > ul {
  margin: 0;
  height: 100%;
}
#topo .top-nav > ul > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  font-size: 18px;
}
#topo .top-nav > ul > li > a {
  height: 100%;
  display: inline-block;
  position: relative;
  font-size: 12px;
  padding: 15px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: transparent;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #topo .top-nav > ul > li > a {
    letter-spacing: 0;
    padding: 15px;
  }
}
#topo .top-nav > ul > li > a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  z-index: -1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#topo .top-nav > ul > li > a.destaque {
  background: transparent;
  margin-left: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#topo .top-nav > ul > li > a.destaque:hover {
  color: #e76017;
}
#topo .top-nav > ul > li.com-submenu > a:before {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
}
#topo .top-nav > ul > li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 0px;
  width: 0;
  max-width: 400px;
  margin: 0 auto 0;
  border-bottom: 0px solid #e76017;
  -webkit-box-shadow: 0 5px 30px -5px rgba(255,255,255,0.5);
  -moz-box-shadow: 0 5px 30px -5px rgba(255,255,255,0.5);
  box-shadow: 0 5px 30px -5px rgba(255,255,255,0.5);
  background: #fff;
  text-align: left;
  white-space: nowrap;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: opacity 0.3s 0s, transform 0.3s 0s, min-width 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, transform 0.3s 0s, min-width 0s 0.3s;
  transition: opacity 0.3s 0s, transform 0.3s 0s, min-width 0s 0.3s;
}
#topo .top-nav > ul > li .submenu:before {
  display: block;
  height: 21px;
  pointer-events: all;
}
#topo .top-nav > ul > li .submenu a {
  color: #2d3744;
  font-size: 12px;
  padding: 10px 15px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: initial;
  -moz-flex-flow: initial;
  flex-flow: initial;
}
#topo .top-nav > ul > li .submenu li {
  position: relative;
}
#topo .top-nav > ul > li .submenu li:hover > a {
  color: #e76017;
  background: #ededed;
}
#topo .top-nav > ul > li .submenu.right {
  left: auto;
  right: 0;
}
#topo .top-nav > ul > li .submenu .submenu {
  top: 0;
  left: 100%;
}
#topo .top-nav > ul > li .submenu .submenu:before {
  display: none;
}
#topo .top-nav > ul > li .submenu .submenu li:hover a {
  background: #00a1b4;
  color: #005bb4;
}
#topo .top-nav > ul > li:hover > a {
  color: #2d3744;
}
#topo .top-nav > ul > li:hover > a:before {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0 0 30px -5px rgba(255,255,255,0.75);
  -moz-box-shadow: 0 0 30px -5px rgba(255,255,255,0.75);
  box-shadow: 0 0 30px -5px rgba(255,255,255,0.75);
}
#topo .top-nav li:hover > .submenu {
  width: auto;
  min-width: 200px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, min-width 0s 0s;
  -moz-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, min-width 0s 0s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, min-width 0s 0s;
}
#topo.topo-fixo {
  background: #e76017;
  border: 0;
}
#topo.topo-fixo:before {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
#topo.topo-fixo .top-info {
  margin-top: -1px;
}
#topo.topo-fixo .top-middle {
  padding: 10px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
#topo.topo-fixo .top-middle .submenu:before {
  height: 10px;
}
#topo.topo-fixo .top-nav {
  padding-top: 0;
}
#topo.topo-fixo .logo {
  height: 75px;
}
#topo.topo-fixo .search {
  height: 96px;
}
@media only screen and (max-width: 1200px) {
  #topo .container {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  #topo .top-info {
    position: relative;
  }
  #topo .logo {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
  }
  #topo .container.flex-stretch {
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  #topo .search {
    z-index: 0;
    position: fixed;
    top: 136px;
    height: 50px !important;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  #topo .search label {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 24px;
  }
  #topo .search input {
    height: 50px;
    font-size: 18px;
  }
  #topo .overlay-search {
    content: '';
    z-index: -3;
    position: fixed;
    top: 136px;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden;
    background: #333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  #topo .btn-menu {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 30px;
    height: 30px;
    border: 0 solid currentColor;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background: -webkit-linear-gradient(top, #fff, #fff);
    background: -moz-linear-gradient(top, #fff, #fff);
    background: -ms-linear-gradient(top, #fff, #fff);
    background: -o-linear-gradient(top, #fff, #fff);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 2px;
  }
  #topo .btn-menu:before,
  #topo .btn-menu:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: -15px;
    background: currentColor;
    -webkit-transition: all 0.3s, color 0s;
    -moz-transition: all 0.3s, color 0s;
    transition: all 0.3s, color 0s;
  }
  #topo .btn-menu:before {
    margin-top: -12px;
  }
  #topo .btn-menu:after {
    margin-top: 10px;
  }
  #topo .top-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding-top: 136px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    background: #005bb4;
    background-color: #00a1b4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a1b4), color-stop(100%, #005bb4));
    background-image: -webkit-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
    background-image: -moz-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
    background-image: -ms-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
    background-image: -o-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
    background-image: linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: initial;
    -moz-flex-flow: initial;
    flex-flow: initial;
  }
  #topo .top-nav > ul {
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow: auto;
    padding: 30px 0;
  }
  #topo .top-nav > ul::-webkit-scrollbar {
    width: 8px;
    background: rgba(255,255,255,0.5);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #topo .top-nav > ul::-webkit-scrollbar-thumb {
    width: 8px;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #topo .top-nav > ul > li {
    display: block;
    height: auto;
  }
  #topo .top-nav > ul > li > a {
    line-height: 1;
    font-size: 36px;
    font-weight: 700;
    padding: 10px 0;
    border: 0;
    color: #fff !important;
    height: auto;
    text-align: center;
    white-space: normal;
    background: none !important;
  }
  #topo .top-nav > ul > li > a:before,
  #topo .top-nav > ul > li > a:after {
    display: none;
  }
  #topo .top-nav > ul > li > a i {
    display: none;
  }
  #topo .top-nav > ul > li .submenu {
    display: none;
  }
  #topo .top-nav > ul > li:hover > a {
    background: transparent;
  }
  #topo #check-search:checked ~ .overlay-search {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    -webkit-opacity: 0.9;
    opacity: 0.9;
    visibility: visible;
  }
  #topo #check-search:checked ~ .top-middle .top-nav {
    padding-top: 186px;
  }
  #topo #check-nav:checked ~ .top-middle .top-nav {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  #topo #check-nav:checked ~ .top-middle .btn-menu {
    color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #topo #check-nav:checked ~ .top-middle .btn-menu:before,
  #topo #check-nav:checked ~ .top-middle .btn-menu:after {
    margin-top: -1px;
  }
  #topo #check-nav:checked ~ .top-middle .btn-menu:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #topo.topo-fixo .top-middle {
    padding: 15px 0;
  }
  #topo.topo-fixo .top-middle .top-nav {
    padding-top: 96px;
  }
  #topo.topo-fixo #check-search:checked ~ .top-middle .top-nav {
    padding-top: 146px;
  }
  #topo.topo-fixo .search,
  #topo.topo-fixo .overlay-search {
    top: 96px;
  }
  #topo.topo-fixo .btn-menu {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #topo {
    background: #e76017;
  }
  #topo:before {
    display: none;
  }
  #topo .top-info li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  #topo .top-info {
    height: 30px;
    line-height: 30px;
  }
  #topo .top-info li {
    border: 0;
    padding: 0;
  }
  #topo .top-info li + li {
    font-size: 0;
  }
  #topo .top-info li:before {
    display: none;
  }
  #topo .top-info a {
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    line-height: 1;
  }
  #topo .top-info i {
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
    margin: auto;
  }
  #topo .top-nav > ul > li > a {
    font-size: 24px;
  }
}
#topo .top-nav > ul > li > a.sociais {
  font-size: 22px;
  padding: 5px;
  font-weight: 400;
}
#topo .top-nav > ul > li:hover > a.sociais {
  color: #fff;
}
#topo .top-nav > ul > li > a.sociais:hover {
  color: #005bb4;
}
#topo .top-nav > ul > li:hover > a.sociais:before {
  display: none;
}
#banner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  max-height: 880px;
  min-height: 600px;
  overflow: hidden;
}
#banner:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: url("../images/div.png") repeat-x left bottom;
  background-size: 100% auto;
  height: 130px;
  width: 1920px;
  -webkit-animation-duration: 30s;
  -moz-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bgRepeat !important;
  -moz-animation-name: bgRepeat !important;
  animation-name: bgRepeat !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media only screen and (max-width: 992px) {
  #banner:after {
    width: 960px;
  }
}
@media only screen and (max-width: 480px) {
  #banner:after {
    width: 480px;
  }
}
#banner .slick-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#banner .slick-banner .slick-list {
  margin: 0;
  height: 100% !important;
}
#banner .slick-banner .slick-list .slick-slide {
  overflow: hidden;
  max-width: 100%;
  height: 100%;
  position: relative;
}
#banner .slick-banner .slick-list .slick-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#banner .slick-banner .slick-list .slick-slide img {
  position: relative;
  margin: 0;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  max-width: 170%;
  max-height: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#banner .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  padding: 10px 15px;
  line-height: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 9;
  margin-bottom: 30px;
}
#banner .slick-dots button {
  background: transparent;
  border: 2px solid #fff;
}
#banner .slick-dots li:hover button {
  background: #76a4d0;
}
#banner .slick-dots li.slick-active button {
  background: #fff;
}
@media only screen {
  #banner .slick-dots {
    bottom: 10px;
  }
}
#banner .slick-prev,
#banner .slick-next {
  left: 0;
  height: 75px;
  background: rgba(0,0,0,0.4);
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#banner .slick-prev:before,
#banner .slick-next:before {
  border: 0;
  background: none;
  font-size: 36px;
  line-height: 75px;
  height: 100%;
  width: 100%;
  color: #fff;
}
#banner .slick-prev:hover,
#banner .slick-next:hover {
  background: rgba(0,0,0,0.8);
}
@media only screen and (max-width: 480px) {
  #banner .slick-prev,
  #banner .slick-next {
    display: none !important;
  }
}
#banner .slick-next {
  left: auto;
  right: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#banner .seta-banner {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 90px;
  left: 0;
  margin: auto;
  display: block;
  width: 28px;
  height: 50px;
  color: #fff;
  border: 2px solid currentColor;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  text-align: center;
}
#banner .seta-banner:before {
  content: '';
  width: 5px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: currentColor;
  display: block;
  margin: 5px auto 0;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown !important;
  -moz-animation-name: fadeOutDown !important;
  animation-name: fadeOutDown !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#banner .seta-banner:hover {
  color: #e76017;
}
@media only screen and (max-width: 992px) {
  #banner {
    max-height: none;
    min-height: 1px;
    height: 60vw;
  }
  #banner .slick-slide:after {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  #banner {
    height: 70vw;
  }
}
#banner:before {
  content: '';
  display: block;
  width: 2px;
  height: 70px;
  background-size: cover;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 135px;
  left: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 3;
}
.item-card {
  position: relative;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 70px 15px 40px 15px;
  -webkit-box-shadow: 0 10px 30px -10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 10px 30px -10px rgba(0,0,0,0.4);
  box-shadow: 0 10px 30px -10px rgba(0,0,0,0.4);
/*&:hover
		transform translate(0,-10px)
		box-shadow 0 10px 30px -10px rgba(#000,.4)*/
}
.item-card strong {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 1;
}
.item-card strong span {
  position: absolute;
  top: auto;
  bottom: -20px;
  left: -10px;
  font-size: 90px;
  font-weight: 700;
  color: #e5e8ec;
  z-index: -1;
}
.item-card img {
  margin-right: 30px;
}
.item-card:hover {
  background: rgba(231,96,23,0.2);
}
.item-card:hover img {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rubberBand !important;
  -moz-animation-name: rubberBand !important;
  animation-name: rubberBand !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.item-servico {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 90px 60px 150px 60px;
  color: #fff !important;
  min-height: 560px;
}
.item-servico .check-list.seta li:before {
  display: none;
}
.item-servico .txt1 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.item-servico:hover .txt1,
.item-servico:hover .txt5 {
  opacity: 0;
}
.item-servico:hover .txt2,
.item-servico:hover .txt3,
.item-servico:hover .txt4 {
  opacity: 1;
}
.item-servico .txt2 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 45px;
  left: 60px;
  opacity: 0;
}
.item-servico .txt3 {
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  top: 120px;
  left: 90px;
  opacity: 0;
  width: 100%;
}
.item-servico .txt4 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: 45px;
  bottom: 30px;
  opacity: 0;
}
.item-servico .txt5 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: 45px;
  bottom: 30px;
  opacity: 1;
}
.item-servico strong {
  position: relative;
}
.item-servico strong span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -30px;
  font-size: 120px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=15)';
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
  -webkit-opacity: 0.15;
  opacity: 0.15;
}
.lista-servicos .slick-slide:nth-child(3n + 1) .item-servico {
  position: relative;
  z-index: 0;
}
.lista-servicos .slick-slide:nth-child(3n + 1) .item-servico:before {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #00a1b4;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.lista-servicos .slick-slide:nth-child(3n + 2) .item-servico {
  position: relative;
  z-index: 0;
}
.lista-servicos .slick-slide:nth-child(3n + 2) .item-servico:before {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #e76017;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.lista-servicos .slick-slide:nth-child(3n + 3) .item-servico {
  position: relative;
  z-index: 0;
}
.lista-servicos .slick-slide:nth-child(3n + 3) .item-servico:before {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #005bb4;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.lista-servicos .item-servico:nth-child(3n) {
/*overlay(cor_primaria,.45,-1)*/
  position: relative;
  z-index: 0;
}
.lista-servicos .item-servico:nth-child(3n):before {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #00a1b4;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.lista-servicos .item-servico:nth-child(2n) {
/*overlay(cor_primaria,.45,-1)*/
  position: relative;
  z-index: 0;
}
.lista-servicos .item-servico:nth-child(2n):before {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #e76017;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.lista-servicos .item-servico:nth-child(1n) {
/*overlay(cor_primaria,.45,-1)*/
  position: relative;
  z-index: 0;
}
.lista-servicos .item-servico:nth-child(1n):before {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #005bb4;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 992px) {
  .item-servico {
    padding: 60px 30px;
  }
}
.titulo-servico {
  font-size: 42px;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 60px;
}
.titulo-servico:before {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  background-size: cover;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -25px;
  left: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 3;
}
.titulo-servico2 {
  font-size: 30px;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 70px;
}
.titulo-servico2:before {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  background-size: cover;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -25px;
  left: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 3;
}
.item-solucao {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.item-solucao .square-icon {
  width: 2em;
  height: 2em;
  line-height: 2em;
}
.item-solucao .img {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.item-solucao .img i {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.25em;
  margin-left: -1.25em;
  background: #fff;
  color: #005bb4;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.item-solucao .img:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #00a1b4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a1b4), color-stop(100%, #005bb4));
  background-image: -webkit-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -moz-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -ms-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -o-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.item-solucao:hover span {
  color: #005bb4;
  font-weight: 700;
}
.item-solucao:hover .img {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 30px -10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 10px 30px -10px rgba(0,0,0,0.5);
  box-shadow: 0 10px 30px -10px rgba(0,0,0,0.5);
}
.item-solucao:hover .img i {
  -webkit-box-shadow: 0 0 15px -2px #fff;
  -moz-box-shadow: 0 0 15px -2px #fff;
  box-shadow: 0 0 15px -2px #fff;
}
.item-solucao:hover .img:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#servicos1 .slick-next:before,
#servicos-3 .slick-next:before,
#servicos1 .slick-prev:before,
#servicos-3 .slick-prev:before {
  background: #2d3744;
  border-color: #2d3744;
}
#servicos1 .slick-next:hover:before,
#servicos-3 .slick-next:hover:before,
#servicos1 .slick-prev:hover:before,
#servicos-3 .slick-prev:hover:before {
  background: #000;
  border-color: #000;
}
#servicos1 .slick-dots,
#servicos-3 .slick-dots {
  margin: 0;
  background: #005bb4;
  padding: 0 0 10px 0;
}
#rodape {
  background: url("../images/bg-rodape.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
#rodape .totop {
  position: fixed;
  right: 5%;
  bottom: 5%;
  opacity: 0;
}
#rodape .totop.ativo {
  opacity: 1;
}
#rodape .square-icon {
  background-image: none;
  background: #005bb4;
  z-index: 9999999;
}
#rodape .square-icon:hover {
  background: #e76017;
  color: #fff;
}
#rodape .floating-placeholder textarea {
  height: 130px;
}
#rodape .botao-principal {
  background: #005bb4;
  color: #fff;
  letter-spacing: 0.2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 40px;
}
#rodape .botao-principal:hover {
  background: #e76017;
}
#rodape a:not(.botao-principal) {
  display: block;
}
#rodape a:not(.botao-principal):hover {
  color: #fff;
  text-decoration: underline !important;
}
@media only screen and (max-width: 992px) {
  #rodape .p60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #rodape li {
    padding-left: 0;
  }
  #rodape li:before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #rodape .pd60 {
    padding: 15px;
  }
}
.footer {
  border-top: 1px solid #eff0f1;
  margin-top: 80px;
}
footer {
  background: #11192e;
}
.table-list {
  border: 2px solid #00a1b4;
  padding: 0 15px;
}
.table-list .table-title {
  padding: 15px;
  background: #00a1b4;
  color: #fff;
}
.table-list .table-title > div + div:not(:nth-child(2)) {
  border-left: 1px solid #fff;
}
.table-list .table-item {
  padding: 15px 0;
  min-height: 80px;
}
.table-list .table-item .table-img {
  position: relative;
  text-align: center;
}
.table-list .table-item .table-img img {
  height: 60px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.table-list .table-item .table-img:hover img {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.table-list .table-item .table-desc {
  padding-left: 15px;
}
.table-list .table-item input[type="number"] {
  background: #ededed;
  width: 50px;
  height: 40px;
  border: 0;
  margin-right: 5px;
  text-indent: 15px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.table-list .table-item + .table-item {
  border-top: 2px solid #ededed;
}
@media only screen and (max-width: 768px) {
  .table-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-right: 0;
    padding-left: 0;
  }
  .table-list:before,
  .table-list:after {
    display: none !important;
  }
  .table-list .table-title {
    margin: 0;
    width: 100%;
  }
  .table-list .table-item {
    width: 50%;
    position: relative;
    border-top: 0 !important;
    border-bottom: 1px solid #ccc;
  }
  .table-list .table-item .table-img {
    height: 60px;
    line-height: 60px;
    display: block;
  }
  .table-list .table-item > * + * {
    margin-top: 15px;
  }
  .table-list .table-item .table-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: auto;
    padding: 0;
  }
  .table-list .table-item .fz24 {
    font-size: 24px;
  }
  .table-list .table-item:nth-child(even) {
    border-right: 1px solid #ccc;
  }
}
@media only screen and (max-width: 480px) {
  .table-list .table-item {
    width: 100%;
    border-left: 0;
  }
}
#form-unidades {
  max-width: 400px;
  margin-top: 45px;
  display: block;
  position: relative;
  z-index: 1;
}
#form-unidades:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -2;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #00a1b4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a1b4), color-stop(100%, #005bb4));
  background-image: -webkit-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -moz-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -ms-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -o-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#form-unidades:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  margin: auto;
  z-index: -1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #fff;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#form-unidades .botao-principal {
  background: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#form-unidades .botao-principal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -2;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #00a1b4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a1b4), color-stop(100%, #005bb4));
  background-image: -webkit-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -moz-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -ms-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -o-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#form-unidades .botao-principal:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  margin: auto;
  z-index: -1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #fff;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#form-unidades input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 60px 0 30px;
  background: none;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#form-unidades input::-webkit-input-placeholder {
  text-transform: uppercase;
}
#form-unidades input::-moz-placeholder {
  text-transform: uppercase;
}
#form-unidades input:-ms-input-placeholder {
  text-transform: uppercase;
}
#form-unidades input:-moz-placeholder {
  text-transform: uppercase;
}
#form-unidades input:focus {
  padding-right: 105px;
}
#form-unidades input:focus + button {
  top: 0;
  right: 0;
  width: 90px;
  height: 60px;
  line-height: 60px;
}
#form-unidades button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0;
  margin: auto;
  font-size: 18px;
}
#form-unidades button:before {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#form-unidades button:after {
  display: none;
}
#form-unidades button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.sidenav-interna #form-unidades input {
  padding-left: 15px;
}
.sidenav-interna #form-unidades input::-webkit-input-placeholder {
  font-size: 12px;
}
.sidenav-interna #form-unidades input::-moz-placeholder {
  font-size: 12px;
}
.sidenav-interna #form-unidades input:-ms-input-placeholder {
  font-size: 12px;
}
.sidenav-interna #form-unidades input:-moz-placeholder {
  font-size: 12px;
}
.sidenav-interna #form-unidades:after {
  background: #ededed;
}
@media only screen and (max-width: 480px) {
  #form-unidades input {
    padding-left: 15px;
  }
  #form-unidades input::-webkit-input-placeholder {
    font-size: 12px;
  }
  #form-unidades input::-moz-placeholder {
    font-size: 12px;
  }
  #form-unidades input:-ms-input-placeholder {
    font-size: 12px;
  }
  #form-unidades input:-moz-placeholder {
    font-size: 12px;
  }
}
.numeros {
  position: relative;
  z-index: 0;
}
.numeros:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 70%;
  content: '';
  width: 160%;
  height: 710px;
  background: url("../images/ondas.png") no-repeat center center;
  background-size: 100% auto;
  z-index: -1;
  display: block;
}
#servicos-3 .titulo-servico {
  font-size: 36px;
  letter-spacing: 0.05em;
}
#servicos-3 .item-servico {
  padding: 30px 60px 80px 60px;
}
#servicos-3 .item-servico:hover .txt1,
#servicos-3 .item-servico:hover .txt5 {
  opacity: 1;
}
#servicos-3 .item-servico:hover .txt5 {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rubberBand !important;
  -moz-animation-name: rubberBand !important;
  animation-name: rubberBand !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#servicos-3 .item-servico:hover:before {
  background: #2d3744;
}
.home #unidades {
  background: url("../images/bg-mapa.jpg") no-repeat center center;
  background-size: cover;
}
.home #unidades .titulo-principal {
  margin-bottom: 45px;
}
.home #unidades .titulo-principal:after {
  left: 0;
  right: auto;
  bottom: -20px;
}
.home #quem-somos {
  background-color: #fbfbfc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfc), color-stop(100%, #e3e7ea));
  background-image: -webkit-linear-gradient(135deg, #fbfbfc 0%, #e3e7ea 100%);
  background-image: -moz-linear-gradient(135deg, #fbfbfc 0%, #e3e7ea 100%);
  background-image: -ms-linear-gradient(135deg, #fbfbfc 0%, #e3e7ea 100%);
  background-image: -o-linear-gradient(135deg, #fbfbfc 0%, #e3e7ea 100%);
  background-image: linear-gradient(135deg, #fbfbfc 0%, #e3e7ea 100%);
}
@media only screen and (min-width: 992px) {
  .home #quem-somos .img img {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 9px;
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-topleft: 9px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 9px;
    border-top-left-radius: 9px;
  }
}
@media only screen and (max-width: 992px) {
  .home #quem-somos .img {
    padding: 0;
  }
  .home #quem-somos .content {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background: #fff;
    padding: 30px;
    margin: -60px 0 0;
    -webkit-box-shadow: 0 5px 30px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 5px 30px -5px rgba(0,0,0,0.25);
    box-shadow: 0 5px 30px -5px rgba(0,0,0,0.25);
  }
}
@media only screen and (max-width: 992px) and (max-width: 480px) {
  .home #quem-somos .content {
    padding: 15px;
  }
}
.home #vantagens {
  background-color: #00a1b4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a1b4), color-stop(100%, #005bb4));
  background-image: -webkit-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -moz-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -ms-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -o-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
}
.home #numeros {
  position: relative;
}
.home #numeros:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 70%;
  left: 47%;
  top: 90%;
  content: '';
  width: 100%;
  height: 1604px;
  background: url("../images/detalhe.png") no-repeat center center;
  background-size: 100% auto;
  z-index: -1;
  display: block;
}
.home #franqueado {
  position: relative;
}
.home #franqueado .man {
  position: absolute;
  right: 0;
  top: 0;
}
.home #franqueado .botao-principal {
  margin-top: 90px;
}
.home #franqueado strong {
  position: relative;
}
.home #franqueado strong:after {
  content: '';
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: -25px;
  height: 4px;
  width: 50px;
  left: 0;
  right: auto;
  margin: auto;
  background-size: cover;
  background: #e76017;
}
.home #franqueado .content {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.9);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.home #franqueado .content:hover {
  background: #fff;
}
.interna {
  background: #d3d3d3;
}
.interna .totop {
  display: none !important;
}
.interna .titulo-principal small {
  font-size: 28px;
}
.interna .titulo-principal:after {
  display: none;
}
.interna .fundo-interna {
  z-index: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 230px 15px 130px;
  background: url("../images/fundo-interna.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.interna .fundo-interna:before {
  content: '';
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #005bb4;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.interna .fundo-interna:before {
  background-color: #00a1b4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a1b4), color-stop(100%, #005bb4));
  background-image: -webkit-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -moz-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -ms-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: -o-linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
  background-image: linear-gradient(135deg, #00a1b4 0%, #005bb4 100%);
}
.interna .fundo-interna h2 {
  position: relative;
  display: block;
  width: 100%;
  z-index: 3;
  font-size: 48px;
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  word-break: break-word;
}
@media only screen and (max-width: 1200px) {
  .interna .fundo-interna h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 992px) {
  .interna .fundo-interna h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .interna .fundo-interna h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .interna .fundo-interna h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .interna .fundo-interna {
    padding-top: 150px;
  }
  .interna .fundo-interna .container {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .interna .fundo-interna {
    padding: 90px 0 120px;
  }
}
@media only screen and (max-width: 480px) {
  .interna .fundo-interna {
    padding: 60px 15px 90px;
  }
}
.interna .breadcrumb {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  margin: 0;
  color: #fff;
  background: #e76017;
  padding: 15px 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 6px;
  font-size: 18px;
}
.interna .breadcrumb .container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.interna .breadcrumb a {
  color: #fff;
}
.interna .breadcrumb a:after {
  content: '/';
  margin-left: 5px;
  pointer-events: none;
  color: #fff;
}
.interna .breadcrumb a:hover {
  color: #fff;
}
.interna .breadcrumb span {
  font-weight: 700;
}
.interna .content {
  position: relative;
  z-index: 1;
  margin: 0 auto 90px;
  max-width: calc(100% - 30px);
  max-width: -moz-calc(100% - 30px);
  max-width: -webkit-calc(100% - 30px);
  background: #fff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 0 30px -5px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 30px -5px rgba(0,0,0,0.25);
  box-shadow: 0 0 30px -5px rgba(0,0,0,0.25);
}
.interna main {
  padding: 60px;
}
.interna main > [class*='slick-'] {
  margin-right: -60px;
  margin-bottom: -60px;
  margin-left: -60px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
}
.interna main > [class*='slick-'] .slick-list {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 1200px) {
  .interna main {
    padding: 45px 30px 30px;
  }
  .interna main > [class*='slick-'] {
    margin-right: -30px;
    margin-bottom: -30px;
    margin-left: -30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  .interna main {
    padding: 15px;
  }
  .detalhe.interna main {
    padding: 30px 15px;
  }
  .interna main > [class*='slick-'] {
    margin-right: -15px;
    margin-bottom: -30px;
    margin-left: -15px;
  }
}
.interna #mapa {
  width: 100%;
  height: 250px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.interna .botao-mapa {
  position: absolute;
  bottom: 15px;
  right: 45px;
}
@media only screen and (max-width: 480px) {
  .interna .botao-mapa {
    width: auto;
    left: 15px;
    right: auto;
  }
}
.interna #check-mapa:checked ~ #mapa {
  height: 500px;
}
.interna .interna-texto ul:not(.striped-list) {
  margin: 0;
}
.interna .interna-texto ul:not(.striped-list) li:before {
  font-size: 18px;
  top: 2px;
}
.interna .interna-texto img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.interna .slick-list {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.interna .slick-detalhe-grande {
  margin-bottom: 5px;
}
.interna .slick-detalhe-grande .slick-prev {
  left: 0;
}
.interna .slick-detalhe-grande .slick-next {
  right: 0;
}
.interna .slick-detalhe-thumb img {
  max-width: calc(100% - 5px);
}
.interna .sidenav-interna {
  background: #ededed;
  padding: 30px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.listagem.interna .sidenav-interna,
.flex-reverse .interna .sidenav-interna {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
}
.interna .sidenav-interna .botao-principal:after {
  background: #ededed;
}
.interna .sidenav-interna #form-orcamento-sticky-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.interna .sidenav-interna .form.row:last-child {
  margin-bottom: -15px;
}
.interna .sidenav-interna hr {
  border-width: 2px;
  border-color: #d3d3d3;
  margin: 30px -30px;
}
.interna .sidenav-interna .panel {
  background: none;
  border: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
}
.interna .sidenav-interna .panel + .panel {
  margin-top: 30px;
}
.interna .sidenav-interna .titulo-panel {
  position: relative;
  padding: 15px 50px 13px 15px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 2px solid #00a1b4;
  line-height: 1;
  color: #2d3744;
  letter-spacing: 1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.interna .sidenav-interna .titulo-panel i {
  position: absolute;
  top: 11px;
  right: 15px;
  font-size: 24px;
  -webkit-transition: all 0.3s, transform 0.5s;
  -moz-transition: all 0.3s, transform 0.5s;
  transition: all 0.3s, transform 0.5s;
  color: #2d3744;
}
.interna .sidenav-interna .titulo-panel:hover {
  color: #2d3744;
  border-color: #2d3744;
}
.interna .sidenav-interna .titulo-panel:hover i {
  color: #2d3744;
}
.interna .sidenav-interna .titulo-panel:not(.collapsed) {
  color: #fff;
  background: #2d3744;
  border-color: #2d3744;
}
.interna .sidenav-interna .titulo-panel:not(.collapsed) i {
  color: #fff !important;
}
.interna .sidenav-interna .titulo-panel:not(.collapsed) [class*='plus'] {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.interna .sidenav-interna .titulo-panel.collapsed [class*='minus'] {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.interna .sidenav-interna .corpo-panel {
  position: relative;
  margin: 0;
  background: #fff;
  border: 2px solid #2d3744;
  border-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.interna .sidenav-interna .corpo-panel a {
  display: block;
  padding: 10px 15px;
  font-weight: 700;
}
.interna .sidenav-interna .corpo-panel a:hover {
  background: #ededed;
  color: #2d3744;
}
.interna .sidenav-interna .corpo-panel a.ativo {
  background: #e76017;
  color: #fff;
}
.interna .sidenav-interna .corpo-panel a + a {
  border-top: 1px solid #ededed;
}
.interna .sidenav-interna .corpo-panel a:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
}
.interna .tag {
  position: absolute;
  top: 30px;
  right: -15px;
  z-index: 2;
  padding: 15px 30px;
  background: #e76017;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.interna .tag i {
  display: inline-block;
  vertical-align: bottom;
}
.interna .tag:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 7.5px solid #a14310;
  border-right: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 7.5px solid #a14310;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.interna .tag:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(231,96,23,0.5);
  -moz-box-shadow: 0 0 30px 0 rgba(231,96,23,0.5);
  box-shadow: 0 0 30px 0 rgba(231,96,23,0.5);
}
.interna .tag ~ .interna-texto .titulo-principal {
  padding-right: 140px;
}
@media only screen and (max-width: 480px) {
  .interna .tag {
    top: 0;
    right: -10px;
    padding: 10px 15px;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .interna .tag .fz24 {
    font-size: 18px;
  }
  .interna .tag:before {
    border-width: 5px;
  }
  .interna .tag ~ .interna-texto .titulo-principal {
    padding-right: 0;
  }
}
.interna .item-unidades {
  text-align: left;
  font-size: 18px;
}
.interna .item-unidades .icone {
  position: relative;
  padding: 30px;
  background: #ededed;
  color: #005bb4;
  overflow: hidden;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.interna .item-unidades .icone img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  max-height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -moz-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.interna .item-unidades .icone img:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}
.interna .item-unidades .texto {
  padding: 30px;
  border: 2px solid #ededed;
  border-left: 0;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 1;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 1;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 1;
  border-top-left-radius: 0;
}
.interna .item-unidades + .item-unidades {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .interna .item-unidades {
    display: block;
  }
  .interna .item-unidades .icone {
    padding: 60px 30px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 6px;
  }
  .interna .item-unidades .icone img {
    max-height: none;
    height: auto;
    width: 100%;
  }
  .interna .item-unidades .texto {
    border-top: 0;
    border-left: 2px solid #ededed;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 0;
  }
}
@media only screen and (max-width: 480px) {
  .interna .item-unidades .icone {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .interna .item-unidades .texto {
    padding: 15px;
  }
}
.interna .item-alert {
  width: 100%;
  border: 2px solid #00a1b4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.interna .item-alert .icone {
  position: relative;
  padding: 30px;
  background: #00a1b4;
  overflow: hidden;
}
.interna .item-alert .texto {
  width: 100%;
  padding: 30px;
  border-left: 0;
}
@media (max-width: 768px) {
  .interna .item-alert .texto {
    padding-left: 0;
    padding-right: 0;
  }
}
.interna .item-alert + .item-alert {
  margin-top: 30px;
}
.interna .item-alert.erro {
  border-color: #e71c17;
}
.interna .item-alert.erro .icone {
  color: #fff;
  background: #e71c17;
}
.interna .item-alert.sucesso {
  border-color: #12b912;
}
.interna .item-alert.sucesso .icone {
  color: #fff;
  background: #12b912;
}
@media only screen and (max-width: 992px) {
  .interna .sidenav-interna {
    padding: 30px;
  }
  .interna .sidenav-interna:first-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .interna .sidenav-interna:last-child {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  .interna .titulo-principal {
    margin-bottom: 30px;
  }
  .interna .titulo-principal:before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .interna .breadcrumb {
    display: none;
  }
  .interna .content {
    margin: -45px 10px 60px;
    max-width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .interna .sidenav-interna {
    padding-right: 15px;
    padding-left: 15px;
  }
  .interna .sidenav-interna hr {
    margin-right: -15px;
    margin-left: -15px;
  }
  .interna .sidenav-interna:first-child {
    -webkit-border-top-right-radius: 9px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 9px;
    -moz-border-radius-topright: 9px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 9px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 9px;
  }
}
@media only screen and (min-width: 1380px) {
  .container.grande {
    width: 1350px;
  }
  .interna .container {
    width: 1350px;
  }
}
@media only screen and (min-width: 1530px) {
  .container.grande {
    width: 1500px;
  }
}
@media only screen and (max-width: 1380px) {
  #topo .top-nav > ul > li > a {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .item-servico .txt3 {
    left: 50px;
  }
  .home #franqueado .man {
    right: -100px;
  }
}
@media only screen and (max-width: 1200px) {
  #topo .top-nav > ul > li > a {
    letter-spacing: 0.08em;
    font-size: 10px;
    padding: 11px;
  }
  .titulo-servico {
    font-size: 24px;
  }
  .check-list li {
    font-size: 13px;
  }
  .home #franqueado .man {
    right: -265px;
  }
  .w100p-md {
    width: 100%;
  }
  .fz0-md {
    font-size: 0;
  }
  .block-md {
    display: block;
  }
  .text-center-md {
    text-align: center;
  }
  #topo .container {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .numeros:after {
    display: none;
  }
  .home #numeros:after {
    display: none;
  }
  .interna .fundo-interna {
    padding: 100px 15px 130px;
  }
  #form-unidades {
    max-width: 100%;
  }
  #servicos-3 .item-servico:first-child,
  #servicos-3 .item-servico:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .p150 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt120 {
    padding-top: 90px;
  }
  .pb220 {
    padding-bottom: 90px;
  }
  .pt180 {
    padding-top: 90px;
  }
  .pb120 {
    padding-bottom: 90px;
  }
  .item-numeros {
    border: 1px solid #2d3744;
    margin: 30px;
  }
  .home #franqueado .man {
    display: none;
  }
  #rodape .totop {
    display: none !important;
  }
  #banner:before {
    bottom: 110px;
  }
  .item-servico .txt2,
  .item-servico .txt3 {
    display: none;
  }
  .item-servico:hover .txt1 {
    opacity: 1;
  }
  #topo {
    border: 0;
  }
  #topo .top-nav > ul > li > a {
    font-size: 16px;
    letter-spacing: 0.2em;
    padding: 15px;
  }
  #topo .top-nav > ul {
    text-align: center;
  }
  #topo-sticky-wrapper {
    background: #e76017;
  }
  .text-center-sm {
    text-align: center;
  }
  .block-sm {
    display: block !important;
  }
  .column-sm {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .justify-center-sm {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .w100p-sm {
    width: 100% !important;
    max-width: 100% !important;
  }
  .p0-sm {
    padding: 0;
  }
  .pd15-sm {
    padding: 15px;
  }
  .fz12-sm {
    font-size: 12px;
  }
  .m-a-sm {
    margin: 0 auto 5px;
  }
  .fz18 {
    font-size: 16px;
  }
  .fz48 {
    font-size: 36px;
  }
  .p180 {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 768px) {
  #chamada strong {
    font-size: 14px;
  }
  body:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 136px;
    background: #e76017;
  }
  .fancybox-skin,
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-wrap {
    left: 0 !important;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
  .fancybox-close {
    top: -36px !important;
    right: 0 !important;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
  }
  .fz18 {
    font-size: 16px;
  }
  .fz24:not(.square-icon) {
    font-size: 18px;
  }
  .fz30 {
    font-size: 24px;
  }
  .fz36 {
    font-size: 30px;
  }
  .fz48 {
    font-size: 36px;
  }
  .fz60,
  .fz72 {
    font-size: 48px;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-center-xs hr {
    margin-left: auto;
    margin-right: auto;
  }
  .block-xs {
    display: block !important;
  }
  .column-xs {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-xs {
    margin-left: -15px;
    margin-right: -15px;
  }
  .w100p-xs {
    width: 100%;
  }
  .m-a-xs {
    margin: 0 auto 5px;
  }
  .m0-xs {
    margin: 0;
  }
  .p0-xs {
    padding: 0;
  }
  .pt120 {
    padding-top: 90px;
  }
  .pb120 {
    padding-bottom: 90px;
  }
  .p120,
  .p180 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .slick-prev {
    left: 15px;
  }
  .slick-next {
    right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-offset-0 {
    margin-left: 0;
  }
  #quem-somos .col-xxs-offset-0 {
    padding-right: 30px;
  }
  .hidden-xxs {
    display: none !important;
  }
  .block-xxs {
    display: block;
  }
  .text-center-xxs {
    text-align: center;
  }
  .pd15-xxs {
    padding: 15px;
  }
  .w-a-xxs {
    width: auto !important;
    max-width: none !important;
  }
  .fz48 {
    font-size: 30px;
  }
  .fz36 {
    font-size: 24px;
  }
  .fz44 {
    font-size: 30px;
  }
  .tab-pane .titulo-panel {
    font-size: 14px;
    padding-left: 45px;
  }
  .tab-pane .titulo-panel:before {
    left: 15px;
  }
  .tab-pane .corpo-panel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .pd30 {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
