@import 'https://fonts.googleapis.com/css?family=Roboto:400,700';
.regular {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@-o-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  outline: none !important;
}
body {
  color: #4a5566;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  font-weight: 400;
}
p {
  line-height: 1.8;
}
label,
a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  word-wrap: break-word;
  cursor: pointer;
}
label:hover,
a:hover {
  text-decoration: none !important;
  color: #3e71b8;
}
label:focus,
a:focus {
  text-decoration: none !important;
  color: #4a5566;
}
label,
ul,
h1,
h2,
h3 {
  font-weight: normal;
  margin: 0;
}
strong {
  font-weight: 700;
}
.form {
  margin-left: -15px;
  margin-right: -15px;
  zoom: 1;
}
.form:before,
.form:after {
  content: "";
  display: table;
}
.form:after {
  clear: both;
}
.form div[class*='col-'] {
  padding: 15px;
}
.floating-placeholder {
  height: 45px;
  padding: 0;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #4a5566;
}
.floating-placeholder input,
.floating-placeholder textarea,
.floating-placeholder select {
  width: 100%;
  height: 45px;
  line-height: 45px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: #fff;
  padding: 0 15px;
  border: 2px solid #3e71b8;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  z-index: 2;
  color: #4a5566;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.floating-placeholder option {
  color: #4a5566;
}
.floating-placeholder textarea {
  font-size: 14px;
  position: relative;
  z-index: 0;
  height: 70px;
  line-height: normal;
  max-height: 150px;
  padding-top: 10px;
  resize: vertical !important;
}
.floating-placeholder label {
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  font-size: 14px;
  line-height: 45px;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: transform 200ms, color 200ms;
  -ms-transition: transform 200ms, color 200ms;
  transition: transform 200ms, color 200ms;
  -webkit-transform-origin: 0 0em;
  -ms-transform-origin: 0 0em;
  transform-origin: 0 0em;
  -webkit-transform: scale(1, 1) rotateY(0);
  -ms-transform: scale(1, 1) rotateY(0);
  transform: scale(1, 1) rotateY(0);
  color: #4a5566;
}
.floating-placeholder.textarea {
  height: auto;
}
.floating-placeholder.floating-placeholder-float label {
  color: #3e71b8;
  top: -29px;
  -webkit-transform: scale(0.85, 0.85) rotateY(0);
  -ms-transform: scale(0.85, 0.85) rotateY(0);
  transform: scale(0.85, 0.85) rotateY(0);
}
.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: 45px;
  cursor: pointer;
}
*::-moz-selection {
  background: rgba(62,113,184,0.75);
  color: #fff;
}
*::selection {
  background: rgba(62,113,184,0.75);
  color: #fff;
}
.sem-padding {
  padding: 0 !important;
}
.hidden-normal {
  display: none !important;
}
.branco {
  color: #fff !important;
}
.branco a,
.branco a:hover {
  color: #fff;
}
.italic {
  font-style: italic;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.display-block {
  display: block;
}
.row-flex,
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: initial;
  -ms-flex-flow: initial;
  flex-flow: initial;
}
.row-flex:before,
.display-flex:before,
.row-flex:after,
.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;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-stretch {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.flex-end {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.flex-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-start {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-space-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-space-around {
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.flex-self-end {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.inblock {
  display: inline-block;
  vertical-align: middle;
}
.img-centro {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bdr {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}
.bdr50 {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.ovh {
  overflow: hidden;
}
.wow {
  visibility: hidden;
}
.wow-v {
  visibility: visible !important;
}
.rel {
  min-height: 0;
  position: relative;
}
.p15 {
  padding: 15px;
  padding-bottom: 15px;
}
.p30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pt80 {
  padding-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.p120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.p160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.p0 {
  padding: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pt0 {
  padding-top: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr30 {
  margin-right: 30px;
}
.mb15 {
  margin-bottom: 15px;
}
.m0 {
  margin: 0 !important;
}
.uppercase {
  text-transform: uppercase;
}
.fz0 {
  font-size: 0;
}
.fz14 {
  font-size: 14px;
}
.fz18 {
  font-size: 18px;
}
.fz24 {
  font-size: 24px;
}
.fz30 {
  font-size: 30px;
}
.fz36 {
  font-size: 36px;
}
.fz48 {
  font-size: 48px;
}
.fz60 {
  font-size: 60px;
}
.cor-primaria {
  color: #3e71b8;
}
.cor-secundaria {
  color: #606d76;
}
.cor-terciaria {
  color: #263448;
}
.slick-dots {
  position: relative;
  padding: 30px 0;
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border: 0;
  outline: none;
  background: #606d76;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-appearance: none;
  appearance: none;
}
.slick-dots li button:hover {
  background: #2b4e7f;
}
.slick-dots li.slick-active button {
  background: #3e71b8;
}
.dots-branco .slick-dots li button {
  background: #fff;
}
.dots-branco .slick-dots li:hover button {
  background: #99b5dd;
}
.dots-branco .slick-dots li.slick-active button {
  background: #3e71b8;
}
#totop,
.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;
  font-size: 0;
  text-align: center;
  color: transparent;
  padding: 0;
  margin: auto;
  border: none;
  outline: none;
  background: none;
}
#totop:before,
.slick-prev:before,
.slick-next:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64a';
  font-size: 25px;
  line-height: 46px;
  background: none;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #3e71b8;
  border: 2px solid #3e71b8;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
#totop:hover:before,
.slick-prev:hover:before,
.slick-next:hover:before {
  background-color: rgba(62,113,184,0.25);
}
#totop:active:before,
.slick-prev:active:before,
.slick-next:active:before {
  border-color: #3e71b8;
  background-color: #3e71b8;
  color: #fff;
  -webkit-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.seta-branca #totop:before,
.seta-branca .slick-prev:before,
.seta-branca .slick-next:before {
  border-color: #fff;
  color: #fff;
}
.seta-branca #totop:hover:before,
.seta-branca .slick-prev:hover:before,
.seta-branca .slick-next:hover:before {
  background-color: rgba(255,255,255,0.5);
}
.seta-branca #totop:active:before,
.seta-branca .slick-prev:active:before,
.seta-branca .slick-next:active:before {
  border-color: #fff;
  background-color: #fff;
  color: #4a5566;
}
.slick-next {
  right: 15px;
  left: auto;
}
.slick-next:before {
  content: '\e649';
}
@media (min-width: 1280px) {
  .seta-fora .slick-prev {
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
  }
  .seta-fora .slick-next {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
  }
}
.slick-slide {
  -webkit-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.slick-slide:not(.slick-active) {
  opacity: 0 !important;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none !important;
  -ms-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: #3e71b8;
}
.fancybox-close:hover {
  background-color: #3e71b8;
}
.interna .interna-texto ul:not(.striped-list),
.check-list {
  margin: 20px 0;
}
.interna .interna-texto ul:not(.striped-list) li,
.check-list li {
  display: block;
  margin: 10px 0;
  text-indent: -28px;
  padding-left: 27px;
  line-height: 1.5;
}
.interna .interna-texto ul:not(.striped-list) li:before,
.check-list li:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: initial;
  content: '\e64c';
  color: #3e71b8;
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.striped-list {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.striped-list li {
  float: left;
  width: 50%;
  padding: 5px;
  border: 1px solid #3e71b8;
}
.striped-list li span {
  max-width: calc(100% - 60px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.striped-list li:after {
  content: attr(data-qtd);
  display: inline-block;
  vertical-align: middle;
  float: right;
}
@media (min-width: 767px) {
  .striped-list li:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
  }
  .striped-list li:first-child:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
  }
  .striped-list li:nth-child(2) {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
  }
  .striped-list li:last-child,
  .striped-list li:nth-last-child(2):nth-child(even) {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
  }
  .striped-list li:last-child:nth-child(odd) {
    width: calc(50% + 1px);
  }
  .striped-list li:last-child:nth-child(odd),
  .striped-list li:nth-last-child(2):nth-child(odd) {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
  }
  .striped-list li:nth-child(odd):not(:last-child) {
    border-right-color: transparent !important;
  }
  .striped-list li:nth-child(n + 3) {
    border-top-color: transparent !important;
  }
}
@media (max-width: 767px) {
  .striped-list li {
    width: 100%;
  }
  .striped-list li + li {
    border-top: 0;
  }
  .striped-list li:first-child {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
  }
  .striped-list li:last-child {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
  }
}
.slash-list {
  font-size: 0;
}
.slash-list li {
  font-size: 14px;
  position: relative;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.slash-list li + li:before {
  content: '/';
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.titulo-principal {
  position: relative;
  display: block;
  z-index: 1;
  margin: 30px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  color: #3e71b8;
  word-wrap: break-word;
}
.titulo-principal small {
  display: block;
  font-size: 14px;
  color: #4a5566;
  margin-top: 5px;
}
.text-center .titulo-principal:before {
  content: '';
  display: block;
  width: 152px;
  height: 32px;
  margin: 0 auto 5px;
  pointer-events: none;
  background: url("../images/detalhe-titulo.png") no-repeat center center;
  background-size: auto 100%;
}
.titulo-principal:first-child {
  margin-top: 0;
}
.titulo-principal:last-child {
  margin-bottom: 0;
}
.branco .titulo-principal {
  color: #fff;
}
.branco .titulo-principal small {
  color: #fff;
}
.botao-principal {
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 30px;
  margin: 30px auto;
  border: 0;
  background: #3e71b8;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.botao-principal:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 11px;
  background: url("../images/seta-botao.png") no-repeat center right;
  background-size: 23px 11px;
  -webkit-transition: margin-left 0.3s 0.1s, width 0.3s;
  -ms-transition: margin-left 0.3s 0.1s, width 0.3s;
  transition: margin-left 0.3s 0.1s, width 0.3s;
}
.botao-principal:hover {
  color: #fff;
  background: #315a92;
}
.botao-principal:hover:after {
  width: 23px;
  margin-left: 15px;
  -webkit-transition: margin-left 0.3s, width 0.3s 0.1s;
  -ms-transition: margin-left 0.3s, width 0.3s 0.1s;
  transition: margin-left 0.3s, width 0.3s 0.1s;
}
.botao-principal:first-child {
  margin-top: 0;
}
.botao-principal:last-child {
  margin-bottom: 0;
}
.botao-principal + .botao-principal {
  margin-top: 0;
  margin-left: 15px;
}
.branco .botao-principal {
  background-color: #fff;
  color: #4a5566;
}
.branco .botao-principal:after {
  background: url("../images/seta-botao-branco.png") no-repeat center right;
  background-size: 23px 11px;
}
.branco .botao-principal:hover {
  background-color: #fff;
  color: #4a5566;
}
.square-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #606d76;
  color: #fff;
  font-size: 24px;
  margin-right: 10px;
}
.icon-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: initial;
  -ms-flex-flow: initial;
  flex-flow: initial;
}
.icon-item i {
  margin-right: 15px;
  font-size: 2.2em;
}
.icon-item span {
  display: block;
}
.icon-item strong {
  display: block;
}
.icon-item p {
  margin: 0;
  line-height: inherit;
}
.icon-item .fa-fw + div {
  max-width: calc(100% - 60px);
  line-height: 2.2em;
}
.icon-item + .icon-item {
  margin-left: 30px;
}
.icon-item--vertical + .icon-item--vertical {
  margin-top: 15px;
  margin-left: 0;
}
#topo {
  position: relative;
  top: 0;
  left: 0;
  height: 104px;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#topo .logo {
  width: 184px;
  height: 104px;
  margin: 0;
  display: block;
  position: relative;
  z-index: 3;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
#topo .logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: auto;
  padding: 10px 0;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
#topo .top-nav-wrapper {
  height: 0 !important;
}
#topo .top-nav {
  position: relative;
  margin: auto;
  text-align: right;
  font-size: 0;
}
#topo .top-nav:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: transparent;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
}
#topo .top-nav > li {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
#topo .top-nav > li > a {
  display: block;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 20px;
  letter-spacing: 1px;
}
#topo .top-nav > li:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  background: #3e71b8;
  width: 1920px;
  width: 100vw;
  height: 67px;
  z-index: -1;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0;
  -webkit-transform: skew(25deg);
  -ms-transform: skew(25deg);
  transform: skew(25deg);
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#topo .top-nav > li .submenu {
  position: absolute;
  top: 100%;
  left: -30px;
  min-width: 0px;
  max-height: 440px;
  width: 0;
  margin: auto;
  overflow: hidden;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0,0,0,0.25);
  -ms-box-shadow: 0 2px 10px -2px rgba(0,0,0,0.25);
  box-shadow: 0 2px 10px -2px rgba(0,0,0,0.25);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  pointer-events: none;
  -webkit-transition: left 0.5s, opacity 0.5s, min-width 0s 0.5s;
  -ms-transition: left 0.5s, opacity 0.5s, min-width 0s 0.5s;
  transition: left 0.5s, opacity 0.5s, min-width 0s 0.5s;
}
#topo .top-nav > li .submenu a {
  text-transform: uppercase;
  display: block;
  padding: 15px 30px;
  letter-spacing: 1px;
}
#topo .top-nav > li .submenu a:hover {
  background: #eee;
  color: #3e71b8;
}
#topo .top-nav > li:hover > a {
  color: #fff;
  background: #315a92;
}
#topo .top-nav > li:hover .submenu {
  left: 0;
  min-width: 400px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: left 0.5s, opacity 0.5s, min-width 0s 0s;
  -ms-transition: left 0.5s, opacity 0.5s, min-width 0s 0s;
  transition: left 0.5s, opacity 0.5s, min-width 0s 0s;
}
@media (min-width: 992px) {
  #topo.topo-fixo .logo {
    position: fixed;
    top: 0;
    height: 67px;
  }
  #topo.topo-fixo .logo img {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #topo.topo-fixo .top-nav:before {
    background: #fff;
    -webkit-box-shadow: 0 -5px 15px 0 rgba(0,0,0,0.4);
    -ms-box-shadow: 0 -5px 15px 0 rgba(0,0,0,0.4);
    box-shadow: 0 -5px 15px 0 rgba(0,0,0,0.4);
  }
}
#banner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 980px;
  height: 44vw;
  max-height: 80vh;
  max-height: calc(100vh - 104px);
  max-height: -moz-calc(100vh - 104px);
  max-height: -webkit-calc(100vh - 104px);
}
#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;
  height: 100%;
}
#banner .slick-banner .slick-list .slick-slide img {
  position: relative;
  width: auto;
  left: 50%;
  top: 50%;
  max-width: 150%;
  max-height: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#banner .slick-banner .slick-prev {
  left: 10%;
}
#banner .slick-banner .slick-next {
  right: 10%;
}
#banner .mouse-banner {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  margin: auto;
  width: 34px;
}
#numeros {
  background-color: #2b4e7f;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b4e7f), color-stop(100%, #3e71b8));
  background-image: -webkit-linear-gradient(135deg, #2b4e7f 0%, #3e71b8 100%);
  background-image: -moz-linear-gradient(135deg, #2b4e7f 0%, #3e71b8 100%);
  background-image: -ms-linear-gradient(135deg, #2b4e7f 0%, #3e71b8 100%);
  background-image: -o-linear-gradient(135deg, #2b4e7f 0%, #3e71b8 100%);
  background-image: linear-gradient(135deg, #2b4e7f 0%, #3e71b8 100%);
}
#numeros .fa-stack-2x {
  color: #5f8ccb;
}
.item {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}
.item img {
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.item > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.item > div:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(62,113,184,0.75);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.item > div:after {
  content: '\f002';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
  width: 65px;
  height: 65px;
  font-size: 28px;
  color: #3e71b8;
  line-height: 65px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover > div:before {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.item:hover > div:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media (min-width: 768px) {
  .slick-slide .item {
    padding: 0 15px;
  }
}
#botao-contato {
  position: relative;
  background: #fff;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#chamadas .slick-list {
  width: 100%;
}
.item-chamadas {
  position: relative;
  display: block;
  width: 100%;
}
.item-chamadas .img {
  width: 100%;
  height: 450px;
  max-height: 95vw;
}
.item-chamadas .content {
  margin: -40% 15px 0;
  padding: 60px 30px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: rgba(38,52,72,0.9);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.item-chamadas:hover .content {
  background: rgba(14,65,136,0.9);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.rodape-mapa {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rodape-mapa .container-mapa {
  width: 100%;
  height: 250px;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  position: relative;
  overflow: hidden;
}
.rodape-mapa .container-mapa #mapa {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rodape-mapa .container-mapa:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.5s 0.8s;
  -ms-transition: all 0.5s 0.8s;
  transition: all 0.5s 0.8s;
  background: #ccc;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.rodape-mapa label {
  position: absolute;
  bottom: 102px;
  left: 50%;
  z-index: 2;
  margin: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  backface-visibility: hidden;
}
.rodape-mapa #check-mapa-overlay:checked ~ .container-mapa {
  height: 70vh;
}
.rodape-mapa #check-mapa-overlay:checked ~ .container-mapa:before {
  pointer-events: none;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rodape-mapa #check-mapa-overlay:checked ~ label {
  bottom: 30px;
}
#rodape {
  position: relative;
  overflow: hidden;
  background: #e7e9ed;
}
#rodape ul li {
  display: block;
}
#rodape ul li + li {
  margin-top: 10px;
}
#rodape ul p {
  margin: 0;
}
#rodape .rodape-footer {
  background: #fff;
}
#totop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  top: auto;
  left: auto;
  margin: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s, top 0s;
  -ms-transition: all 0.3s, top 0s;
  transition: all 0.3s, top 0s;
}
#totop:active {
  bottom: 15px;
}
#totop.ativo {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.home .slick-slide:not(.slick-active) {
  opacity: 1 !important;
}
.home #especialidades {
  background: url("../images/bg-especialidades.jpg") no-repeat center center;
  background-size: cover;
}
.home .texto-quem-somos {
  padding-right: 30px;
  padding-left: 30px;
}
.interna .fundo-interna {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 140px 15px 80px;
  background: #4a5566;
  background: url("../images/fundo-interna.jpg") no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.interna .fundo-interna:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0,0,0,0.5);
}
.interna .fundo-interna h2 {
  position: relative;
  display: block;
  z-index: 3;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #fff;
  word-break: break-word;
}
.interna .breadcrumb {
  z-index: 2;
  margin: 0;
  padding: 10px 15px 10px 0;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
}
.interna .breadcrumb a {
  cursor: pointer;
}
.interna .breadcrumb a:after {
  content: '/';
  margin-left: 5px;
  margin-right: 3px;
  pointer-events: none;
  color: #4a5566;
}
.interna .breadcrumb span {
  font-weight: 700;
}
.interna .flex-list > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.interna main {
  padding: 80px 0;
}
.interna .interna-texto b,
.interna .interna-texto strong {
  font-weight: 700;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #3e71b8;
}
.interna .interna-texto ul:not(.striped-list) {
  margin: 0;
}
.interna .interna-texto ul:not(.striped-list) li:before {
  font-size: 18px;
  top: 2px;
}
.interna .slick-detalhe-grande {
  float: right;
  max-width: calc(100% - 100px);
  width: 400px;
}
.interna .slick-detalhe-thumb {
  float: left;
  width: 100px;
}
.interna .slick-detalhe-thumb .slick-track,
.interna .slick-detalhe-thumb .slick-list {
  height: 400px !important;
}
.interna .slick-detalhe-thumb a {
  display: block;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  border: 1px solid #606d76;
}
.interna .slick-detalhe-thumb .slick-active.slick-center a {
  border-color: #3e71b8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.interna .slick-detalhe-thumb .slick-slide {
  border: 0;
  padding: 5px;
}
@media (min-width: 1380px) {
  .container {
    width: 1350px;
  }
}
@media (max-width: 1380px) and (min-width: 992px) {
  #topo .container {
    width: 100%;
  }
  #topo .top-nav > li {
    vertical-align: top;
  }
  #topo .top-nav > li > a {
    letter-spacing: 0.5px;
  }
  #topo .top-nav > li:first-child a {
    display: none;
  }
}
@media (max-width: 1200px) {
  .w100p-md {
    width: 100%;
  }
  #topo .top-nav > li > a {
    padding: 27px 15px 26px;
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .text-center-sm {
    text-align: center;
  }
  .block-sm {
    display: block !important;
  }
  .column-sm {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p160 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .fz60 {
    font-size: 48px;
  }
  .m0-sm {
    margin: 0 !important;
  }
  .icon-item {
    display: block;
    text-align: center;
  }
  .icon-item i {
    margin-right: 0;
  }
  .icon-item .fa-fw + div {
    max-width: 100%;
  }
  .icon-item + .icon-item {
    margin-left: 0;
    margin-top: 15px;
  }
  #topo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0px 15px rgba(0,0,0,0.25);
    -ms-box-shadow: 0 0px 15px rgba(0,0,0,0.25);
    box-shadow: 0 0px 15px rgba(0,0,0,0.25);
  }
  #topo .container {
    width: 100%;
  }
  #topo .top-info {
    margin-right: 75px;
  }
  #topo .btn-menu {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    width: 42px;
    height: 42px;
    z-index: 2;
  }
  #topo .btn-menu [class^='ti-'] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 42px;
    color: #3e71b8;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
  }
  #topo .btn-menu .ti-close {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  #topo .top-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100% !important;
    height: 100%;
    background: #fff;
    padding-top: 90px;
    word-wrap: break-word;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  #topo .top-nav > li > a {
    line-height: normal;
    color: #4a5566;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 0;
    border: 0;
    height: auto;
    text-align: center;
    white-space: normal;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  #topo .top-nav > li > a i {
    display: none;
  }
  #topo .top-nav > li > a:hover {
    color: #606d76;
    background: transparent;
  }
  #topo .top-nav > li:before {
    display: none;
  }
  #topo .top-nav .submenu {
    display: none;
  }
  #topo #toggle-nav:checked ~ div .top-nav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #topo #toggle-nav:checked ~ .btn-menu [class^='ti-'] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #topo #toggle-nav:checked ~ .btn-menu .ti-close {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  #topo #toggle-nav:checked ~ .btn-menu .ti-menu {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  body {
    padding-top: 104px;
  }
  .home .texto-quem-somos {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home .img-quem-somos {
    height: 400px;
    height: 60vw;
  }
  .interna main {
    text-align: center;
  }
  .interna .interna-texto {
    text-align: center;
  }
  .interna .interna-texto + div {
    margin-top: 80px;
  }
  .item-chamadas .content {
    padding-right: 15px;
    padding-left: 15px;
  }
  #botao-contato {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 768px) {
  .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;
  }
  .fz18 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 18px;
  }
  .fz36,
  .fz30,
  .fz48 {
    font-size: 24px;
  }
  .p120,
  .p160 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .m0-xs {
    margin: 0 !important;
  }
  .text-center-xs {
    text-align: center;
  }
  .block-xs {
    display: block !important;
  }
  .column-xs {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slick-1item {
    padding-bottom: 30px;
  }
  .titulo-principal {
    font-size: 24px;
  }
  #topo .logo {
    max-width: calc(100% - 80px);
  }
  #banner {
    height: 60vw;
  }
  #banner img {
    max-width: 150% !important;
  }
  #banner .slick-next,
  #banner .slick-prev,
  #banner .slick-dots {
    display: none !important;
  }
  .interna .fundo-interna h2 {
    font-size: 36px;
  }
  .interna .fundo-interna .breadcrumb {
    display: none;
  }
  #totop {
    display: none !important;
  }
  .item-chamadas .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .block-xxs {
    display: block;
  }
}
@media (max-height: 480px) and (max-width: 992px) {
  .interna .fundo-interna h2 {
    font-size: 26px;
    font-size: 8vw;
  }
  #topo .top-nav a {
    font-size: 18px;
    font-size: 6vh;
    padding: 2px 0;
  }
}
