@charset "UTF-8";
.container {
  max-width: 1300px;
}
.container.big {
  max-width: 1400px;
}

@font-face {
  font-family: "Timeless";
  src: url("../font/Timeless-Bold.woff2") format("woff2"), url("../font/Timeless-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Timeless";
  src: url("../font/Timeless-Normal.woff2") format("woff2"), url("../font/Timeless-Normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
header {
  background-image: url("../../media/bg-topo.png");
  background-size: cover;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex > * {
  display: list-item;
  list-style: none;
}

ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:focus {
  outline: none !important;
}

.btn {
  transition: all 0.5s ease;
  overflow: overlay;
  text-transform: uppercase;
  background: none;
  color: #fff;
  font-size: 0.9em;
  border: 1px solid #0b3a4c;
  padding: 10px 25px;
  position: relative;
  background: #0b3a4c;
  font-weight: 700;
  border-radius: 0;
  box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 0.2);
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn:focus, .btn:active {
  box-shadow: none !important;
}
.btn:hover, .btn:focus {
  transform: translateY(-3px);
  box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 0.2);
}
.btn:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.5s ease;
}
.btn:hover, .btn:focus, .btn:active {
  background: #fff;
  border-color: #0b3a4c;
  color: #0b3a4c;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
  height: 100%;
}
.btn.btn-primary {
  border-color: #014fa1 !important;
  background: #014fa1 !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  border-color: #575757 !important;
  color: #575757 !important;
}
.btn.btn-secondary {
  border-color: #014fa1;
  background: #014fa1 !important;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  border-color: #014fa1 !important;
  color: #014fa1 !important;
}
.btn.btn-secondary.reverse {
  background: #fff !important;
}
.btn.btn-secondary.reverse:before {
  background: #014fa1 !important;
}
.btn.btn-secondary.reverse span {
  color: #014fa1 !important;
}
.btn.btn-secondary.reverse:hover, .btn.btn-secondary.reverse:focus, .btn.btn-secondary.reverse:active {
  color: #014fa1 !important;
}
.btn.btn-secondary.reverse:hover span, .btn.btn-secondary.reverse:focus span, .btn.btn-secondary.reverse:active span {
  color: #fff !important;
}

a:hover, a:focus, a:active, a:focus {
  text-decoration: none;
}

.label {
  background: #000;
  padding: 4px 19px;
  color: #fff;
  font-weight: 700;
  border-radius: 13px;
  font-size: 0.9em;
  transition: all 0.5s ease;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: default;
  border: 2px solid #000;
}
.label span {
  position: relative;
  z-index: 1;
}
.label:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.5s ease;
}
.label:hover, .label:focus {
  color: #000;
  transform: translateY(-3px);
  box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 0.2);
}
.label:hover:before, .label:focus:before {
  height: 100%;
}
.label.label-danger {
  background: #e60000;
  border-color: #e60000;
}
.label.label-danger:hover, .label.label-danger:focus {
  color: #e60000;
}

.not-found {
  text-align: center;
  font-size: 1.2em;
  color: #575757;
  font-style: italic;
}

body {
  font-size: 1em;
}
body .barra-fixa {
  height: 63px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 9;
  left: 0;
  transition: all 0.3s ease;
  background-color: #014fa1;
}
body .barra-fixa.sticky {
  position: fixed;
  z-index: 12;
  bottom: 0px;
  transition: all 0.3s ease;
}
body .barra-fixa .telefones {
  margin-top: 13px;
}
@media screen and (max-width: 1200px) {
  body .barra-fixa .telefones {
    float: none;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  body .barra-fixa .telefones {
    text-align: center;
    font-size: 0.9em;
  }
}
body .barra-fixa .telefones > * {
  float: left;
  display: inline-block;
  position: relative;
  padding-left: 38px;
  line-height: 1.2em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body .barra-fixa .telefones > * {
    float: none;
    padding-left: 30px;
  }
}
body .barra-fixa .telefones > * .text {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 800;
}
body .barra-fixa .telefones > * .number {
  color: #fff;
  display: block;
  font-size: 1.1em;
  position: relative;
}
body .barra-fixa .telefones > * .number:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #fff;
  bottom: -3px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  body .barra-fixa .telefones > * .number {
    font-size: 1em;
  }
}
body .barra-fixa .telefones > *:before {
  display: inline-block;
  position: absolute;
  font-size: 38px;
  top: 11px;
  left: 0;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  body .barra-fixa .telefones > *:before {
    font-size: 29px;
  }
}
body .barra-fixa .telefones > *.telefone {
  margin-right: 19px;
}
body .barra-fixa .telefones > *.telefone:before {
  content: "";
  background: url("../image/phone.png") no-repeat;
  background-size: contain;
  height: 0.9em;
  width: 0.9em;
  margin-top: -7px;
}
body .barra-fixa .telefones > *.whatsapp:before {
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
  color: #575757;
  font-weight: 100;
}
body .barra-fixa .telefones > *:hover:before {
  transform: scale(1.1);
}
body .barra-fixa .telefones > *:hover .number:before {
  width: 100%;
}
body .barra-fixa .telefones:after {
  display: table;
  content: "";
  clear: both;
}
body .barra-fixa .btns {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body .barra-fixa .btns {
    text-align: center;
  }
}
body .barra-fixa .btns .btn {
  font-size: 0.79em;
  margin-top: 18px;
}
body .barra-fixa .btns .btn.btn-secondary {
  background: #fff !important;
  border-color: #fff !important;
  color: #575757;
}
body .barra-fixa .btns .btn.btn-secondary:before {
  background: #014fa1;
}
body .barra-fixa .btns .btn.btn-secondary:hover {
  color: #fff !important;
}
@media screen and (max-width: 991px) {
  body .barra-fixa .btns .btn {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 768px) {
  body .barra-fixa .btns .btn {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 1200px) {
  body .barra-fixa .box-networks {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 991px) {
  body .barra-fixa .box-networks {
    margin-bottom: 20px;
  }
}
body .barra-fixa .box-networks ul {
  margin-top: 9px;
}
body .barra-fixa .box-networks ul li a {
  background: #fff !important;
  border-color: #014fa1 !important;
  color: #014fa1;
  display: inline-block;
  height: 1.7em;
  width: 1.7em;
  border-radius: 100%;
  font-size: 1.6em;
  text-align: center;
  padding: 0;
  font-weight: normal;
}
body .barra-fixa .go-to-top {
  position: absolute;
  right: -56px;
  top: -6px;
  background-size: contain;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  transition: all 0.5s ease;
  color: #fff;
}
body .barra-fixa .go-to-top:hover {
  transform: scale(1.1);
}
body .barra-fixa .go-to-top .icon .box-icon {
  background: #575757;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 1px 6px 0px;
}
body .barra-fixa .go-to-top .icon .box-icon i {
  font-size: 1.5em;
}
body section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 13;
  bottom: 70px;
  right: 20px;
  border-radius: 75px;
  box-shadow: 3px 1px 15px #7b7b7b;
  transition: all 0.5s ease;
}
body section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 55px;
  margin-top: 6px;
  margin-left: 11px;
}
body section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 768px) {
  body section.botao_whatsapp {
    bottom: 20px;
  }
}
body .breadcrumb {
  background: #fff;
  padding: 0;
  padding-top: 27px;
  padding-bottom: 27px;
  margin: 0;
  border-radius: 0;
}
body .breadcrumb ul > li {
  float: left;
  margin-right: 11px;
}
body .breadcrumb ul > li:first-child {
  margin-right: 4px;
}
body .breadcrumb ul > li .bread {
  font-size: 1em;
  color: #000000;
}
body .breadcrumb ul > li .bread i {
  margin-left: 8px;
}
body .breadcrumb ul > li a {
  transition: all 0.5s ease;
  position: relative;
}
body .breadcrumb ul > li a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: rgb(132, 132, 132);
  bottom: 0px;
  transition: all 0.5s ease;
}
body .breadcrumb ul > li a:hover:before, body .breadcrumb ul > li a:focus:before {
  width: 100%;
}
body .breadcrumb .back-link {
  color: #e00018;
  float: right;
  font-size: 0.7em;
  font-weight: 600;
}
body section.error-404 {
  padding: 50px 0;
}
body section.error-404 .animated {
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  width: 100%;
}
body section.error-404 .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
body section.error-404 h1 {
  color: #013e53;
  font-size: 2em;
  margin-bottom: 21px;
  line-height: 60px;
}
body section.error-404 h1 span {
  font-size: 3em;
  display: block;
  font-weight: 600;
}
body section.error-404 .box {
  margin-top: 126px;
  text-align: center;
}
body section.error-404 .box img {
  width: 100%;
  display: block;
  margin-bottom: 26px;
}
body section.formulario-enviado {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #0b3a4c;
}
body section.formulario-enviado h1 {
  font-weight: 600;
  font-size: 2.8em;
  margin-top: -22px;
}
body section.formulario-enviado p {
  font-weight: 500;
}
body section.formulario-enviado .btn {
  display: inline-block;
  font-weight: 700;
  background: #0b3a4c;
  color: #fff;
  padding: 11px 20px;
  border-radius: 7px;
  text-transform: none;
}
body section.formulario-enviado .btn:before {
  background: #fff;
}
body section.formulario-enviado .btn:hover, body section.formulario-enviado .btn:focus {
  color: #0b3a4c;
}
body .modal {
  background: #fff;
}
body .modal .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
}
body .modal .modal-dialog .modal-content .modal-header {
  display: block;
  position: relative;
}
body .modal .modal-dialog .modal-content .modal-header button {
  float: right;
  position: absolute;
  top: 17px;
  right: 13px;
  background: #575757;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  padding: 1px 7px;
  border-radius: 4px;
}
body .modal .modal-dialog .modal-content .modal-header h1 {
  color: #565656;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.5em;
}
body .modal .modal-dialog .modal-content .modal-header h2 {
  font-size: 0.9em;
  color: #565656;
}
body .modal .modal-dialog .modal-content .modal-body {
  padding-top: 0;
}
body .modal .modal-dialog .modal-content .modal-body form .form-group .form-control {
  color: #565656;
  font-size: 0.8em;
  border: none;
  border-bottom: 1px solid #565656;
  border-radius: 0;
  padding-left: 0;
  font-weight: 600;
}
body .modal .modal-dialog .modal-content .modal-body form .form-group .form-control::-webkit-input-placeholder {
  color: #565656;
  font-weight: 400;
}
body .modal .modal-dialog .modal-content .modal-body form .form-group .form-control:-moz-placeholder {
  color: #565656;
  font-weight: 400;
}
body .modal .modal-dialog .modal-content .modal-body form .form-group .form-control::-moz-placeholder {
  color: #565656;
  font-weight: 400;
}
body .modal .modal-dialog .modal-content .modal-body form .form-group .form-control:-ms-input-placeholder {
  color: #565656;
  font-weight: 400;
}
body .modal .modal-dialog .modal-content .modal-body form .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}
body .modal .modal-dialog .modal-content .modal-body form .form-group .form-control.has-error {
  border-color: #e00018;
}
body .modal .modal-dialog .modal-content .modal-body form .form-group textarea {
  height: 200px;
}
body .modal .modal-dialog .modal-content .modal-body form .form-group.caixaFile {
  line-height: 1.3em;
}
body .modal .modal-dialog .modal-content .modal-body form .form-group.caixaFile .row.fileUp {
  margin-top: -11px;
  position: relative;
  z-index: -1;
}
body .modal .modal-dialog .modal-content .modal-body form .form-group.caixaFile .btn {
  padding: 5px 35px;
  background: #fff !important;
}
body .modal .modal-dialog .modal-content .modal-body form .form-group.caixaFile .btn span {
  color: #575757;
}
body .modal .modal-dialog .modal-content .modal-body form .form-group.caixaFile .btn:before {
  background: #575757 !important;
}
body .modal .modal-dialog .modal-content .modal-body form .form-group.caixaFile .btn:hover span {
  color: #fff;
}
body .modal .modal-dialog .modal-content .modal-body form .form-group.caixaFile label small.small {
  color: black;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body .modal .modal-dialog .modal-content .modal-body form .form-group.caixaFile label {
    display: none;
  }
}
body .modal .modal-dialog .modal-content .modal-body form .form-group.caixaFile .fileUp label {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #888888 !important;
  background-color: #f1f1f1;
  width: 225px;
  margin-top: -54px;
  margin-left: 143px;
  text-align: center;
  border-radius: 0px 15px 15px 0px;
  padding: 6px 15px;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  body .modal .modal-dialog .modal-content .modal-body form .form-group.caixaFile .fileUp label {
    display: none;
  }
}
body .modal .modal-dialog .modal-content .modal-body form .form-actions .help-block {
  font-size: 0.7em;
  color: #575757;
}
body .modal .modal-dialog .modal-content .modal-body form .form-actions .btn {
  float: right;
  margin-top: 4px;
}
body section.newsletter {
  background-color: #f0f0f0;
  padding: 30px 0;
}
body section.newsletter form {
  display: flex;
  align-items: center;
}
body section.newsletter form input {
  flex: 1;
  margin-right: 15px;
  border: 1px solid transparent;
  padding: 10px 25px;
  font-size: 18px;
  outline: none;
  font-weight: 300;
  height: 100%;
}
body section.newsletter .texto {
  display: flex;
  align-items: center;
  color: #575757;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Roboto";
}
body section.newsletter .texto img {
  margin-right: 20px;
}
body section.newsletter .texto strong {
  color: #014fa1;
  font-weight: 200;
  display: block;
  font-size: 40px;
}
@media (max-width: 991px) {
  body section.newsletter {
    padding: 20px 0;
  }
  body section.newsletter .texto {
    text-align: center;
    font-size: 15px;
  }
  body section.newsletter .texto strong {
    font-size: 20px;
  }
  body section.newsletter .texto img {
    display: none;
  }
  body section.newsletter form {
    flex-flow: column;
  }
  body section.newsletter form input {
    margin: 20px 0;
    width: 100%;
  }
}
body header section.header-top {
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  body header section.header-top {
    padding-bottom: 0;
  }
}
body header section.header-top .hidden {
  visibility: hidden;
}
body header section.header-top .logo {
  display: block;
  margin-top: 10px;
  transition: all 0.5s ease;
}
body header section.header-top .logo img {
  width: 100%;
}
body header section.header-top .logo:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  body header section.header-top .logo img {
    max-width: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
body header section.header-top .list-menu {
  text-align: right;
  padding: 15px 0 0px;
}
@media screen and (max-width: 991px) {
  body header section.header-top .list-menu {
    font-size: 0.7em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body header section.header-top .list-menu > * {
    display: list-item;
    list-style: none;
  }
}
body header section.header-top .list-menu li {
  display: inline-block;
  margin-right: 13px;
  text-transform: uppercase;
  font-weight: 300;
}
body header section.header-top .list-menu li a {
  color: #575757;
  position: relative;
  display: inline-block;
}
body header section.header-top .list-menu li a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #575757;
  bottom: 0px;
  transition: all 0.5s ease;
}
body header section.header-top .list-menu li a:hover:before, body header section.header-top .list-menu li a.active:before {
  width: 100%;
}
body header section.header-top .list-menu li:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  body header section.header-top .list-menu {
    display: none;
  }
}
body header section.header-top .telefones {
  margin-top: 22px;
  float: left;
  font-size: 0.85em;
}
@media screen and (max-width: 991px) {
  body header section.header-top .telefones {
    width: 100%;
    float: none;
    display: flex;
    justify-content: center;
  }
}
body header section.header-top .telefones > * {
  float: left;
  display: inline-block;
  position: relative;
  padding-left: 2.5em;
  line-height: 1.2em;
  text-align: left;
}
body header section.header-top .telefones > * .text {
  color: #575757;
  display: block;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 3px;
}
@media screen and (max-width: 991px) {
  body header section.header-top .telefones > * .text {
    margin-bottom: 0px;
  }
}
body header section.header-top .telefones > * .number {
  color: #014fa1;
  display: block;
  font-weight: 400;
  font-size: 1.5em;
  position: relative;
}
body header section.header-top .telefones > * .number:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #575757;
  bottom: -3px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  body header section.header-top .telefones > * .number {
    font-size: 1.2em;
  }
}
body header section.header-top .telefones > *:before {
  display: inline-block;
  position: absolute;
  font-size: 2.5em;
  top: 11px;
  left: -6px;
  transition: all 0.5s ease;
}
body header section.header-top .telefones > *.telefone {
  margin-right: 19px;
}
body header section.header-top .telefones > *.telefone:before {
  content: "\f098";
  font-family: "Font Awesome 5 Free";
  color: #575757;
  font-weight: 900;
}
body header section.header-top .telefones > *.whatsapp:before {
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
  color: #17cc20;
  font-weight: 100;
}
body header section.header-top .telefones > *:hover:before {
  transform: scale(1.1);
}
body header section.header-top .telefones > *:hover .number:before {
  width: 100%;
}
body header section.header-top .telefones:after {
  display: table;
  content: "";
  clear: both;
}
body header section.header-top .btns {
  float: left;
  margin: 0 20px;
  margin-left: 200px;
}
@media screen and (max-width: 991px) {
  body header section.header-top .btns {
    float: none;
    margin: 0;
    text-align: center;
    margin-top: 5px;
  }
}
body header section.header-top .btns .btn {
  margin-top: 18px;
  border-width: 1px;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  body header section.header-top .btns .btn {
    transform: scale(0.9);
  }
}
body header section.header-top .networks {
  float: left;
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  body header section.header-top .networks {
    float: none;
    margin: 0;
    text-align: center;
    margin-top: 20px;
  }
}
body header section.header-top .networks li {
  display: inline-block;
}
body header section.header-top .networks li a {
  display: inline-block;
}
body header section.header-top .networks li a i {
  color: #88909d;
  font-size: 2em;
  transition: all 0.5s ease;
}
body header section.header-top .networks li a i:hover, body header section.header-top .networks li a i:focus {
  transform: translateY(-3px);
}
body header section.header-top .networks li a i:hover.fa-facebook, body header section.header-top .networks li a i:focus.fa-facebook {
  color: #4267b2;
}
body header section.header-top .networks li a i:hover.fa-twitter, body header section.header-top .networks li a i:focus.fa-twitter {
  color: #1da1f2;
}
body header section.header-top .networks li a i:hover.fa-youtube, body header section.header-top .networks li a i:focus.fa-youtube {
  color: #f00;
}
body header section.header-top .networks li a i:hover.fa-instagram, body header section.header-top .networks li a i:focus.fa-instagram {
  color: #d10869;
}
body header section.header-top .btn-mobile {
  display: none;
  float: right;
  padding: 10px;
  background: none;
  border: none;
  margin-top: 40px;
}
body header section.header-top .btn-mobile i {
  font-size: 2em;
  margin-top: 14px;
  color: #575757;
}
body header section.header-top .btn-mobile:before {
  display: none !important;
}
body header section.header-top .btn-mobile:hover, body header section.header-top .btn-mobile:focus {
  color: #575757;
  transform: translateY(0px);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  body header section.header-top .btn-mobile {
    display: block;
  }
}
@media screen and (max-width: 385px) {
  body header section.header-top .btn-mobile {
    margin-top: 21px;
  }
}
@media screen and (max-width: 320px) {
  body header section.header-top .btn-mobile {
    margin-top: 13px;
  }
}
body header section.header-menu {
  padding-bottom: 10px;
}
body header section.header-menu .separador {
  width: 100%;
}
body header section.header-menu .menu-main .close-menu {
  display: none;
}
body header section.header-menu .menu-main .list-menu {
  padding: 10px 0;
}
body header section.header-menu .menu-main .list-menu li {
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
  text-align: center;
}
body header section.header-menu .menu-main .list-menu li a {
  font-weight: 500;
  color: #014fa1;
  position: relative;
  display: inline-block;
  margin: 6px 0;
}
body header section.header-menu .menu-main .list-menu li a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  background: #575757;
  bottom: -2px;
  transition: all 0.5s ease;
}
body header section.header-menu .menu-main .list-menu li a:hover:before {
  width: 35%;
}
body header section.header-menu .menu-main .list-menu li a.active {
  font-weight: 700;
  color: #575757;
}
body header section.header-menu .menu-main .list-menu li a.active:before {
  background: #575757;
}
@media screen and (max-width: 768px) {
  body header section.header-menu .menu-main {
    position: fixed;
    z-index: 9999;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
    background: #575757;
    display: none;
  }
  body header section.header-menu .menu-main .close-menu {
    width: 100%;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 24px 0px;
    font-size: 1.4em;
    font-weight: 100;
  }
  body header section.header-menu .menu-main .list-menu {
    padding: 0 20px;
  }
  body header section.header-menu .menu-main .list-menu li {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  body header section.header-menu .menu-main .list-menu li a {
    color: #fff !important;
    padding: 20px 0;
    display: block;
  }
  body header section.header-menu .menu-main .list-menu li a:hover, body header section.header-menu .menu-main .list-menu li a:active {
    background: #fff;
    color: #575757;
  }
}
body main {
  /**
  Sobre nós
   */
  /**
  Especialidades
   */
  /**
  Artigos
   */
  /**
  Perguntas
   */
  /**
  Contato
   */
  /**
  Multimidia
   */
}
body main section.home-banner .pc .item img {
  width: 100%;
}
body main section.home-banner .pc .owl-nav button {
  position: absolute;
  height: 100%;
  top: 0;
  font-size: 5em;
  color: #fff;
  display: inline-block;
  padding: 0 30px !important;
  opacity: 0;
  outline: none !important;
  transition: all 0.5s ease;
  text-shadow: 2px 4px 4px #a2a2a2;
}
body main section.home-banner .pc .owl-nav button.owl-prev {
  left: 0;
}
body main section.home-banner .pc .owl-nav button.owl-next {
  right: 0;
}
body main section.home-banner .pc .owl-nav button:hover {
  opacity: 1 !important;
}
body main section.home-banner .pc:hover .owl-nav button {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  body main section.home-banner .pc {
    display: none;
  }
}
body main section.home-banner .mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  body main section.home-banner .mobile {
    display: block;
  }
}
body main section.home-banner .mobile .owl-nav button {
  position: absolute;
  height: 100%;
  top: 0;
  font-size: 3em;
  color: #fff;
  display: inline-block;
  padding: 0 20px !important;
  opacity: 0.8;
  outline: none !important;
  transition: all 0.5s ease;
}
body main section.home-banner .mobile .owl-nav button.owl-prev {
  left: 0;
}
body main section.home-banner .mobile .owl-nav button.disabled {
  display: none;
}
body main section.home-banner .mobile .owl-nav button.owl-next {
  right: 0;
}
body main section.home-banner .mobile .owl-nav button:hover, body main section.home-banner .mobile .owl-nav button:focus {
  opacity: 1 !important;
}
body main section.home-separado1 {
  padding: 50px 0;
  padding-bottom: 60px;
  background-image: url(../../media/bg-branco.png);
  background-size: cover;
  background-position: left;
}
@media screen and (max-width: 991px) {
  body main section.home-separado1 {
    text-align: center;
    padding: 30px 0;
  }
}
body main section.home-separado1 .image-box {
  position: relative;
}
@media screen and (max-width: 991px) {
  body main section.home-separado1 .image-box {
    margin-bottom: 30px;
  }
}
body main section.home-separado1 .image-box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.95);
  border: 1px solid gainsboro;
  content: "";
  z-index: 2;
  border-radius: 100%;
}
@media screen and (max-width: 991px) {
  body main section.home-separado1 .image-box:before {
    display: none;
  }
}
body main section.home-separado1 .image-box img {
  width: 100%;
  border-radius: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 991px) {
  body main section.home-separado1 .image-box img {
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  body main section.home-separado1 .image-box img {
    width: 230px;
  }
}
body main section.home-separado1 h1 {
  color: #014fa1;
  font-size: 1.8em;
  font-weight: 600;
  font-family: "Timeless";
}
@media screen and (max-width: 991px) {
  body main section.home-separado1 h1 {
    padding: 0;
    font-size: 1.5em;
  }
}
body main section.home-separado1 ul {
  margin-top: 35px;
  list-style: none;
  padding: 0;
}
body main section.home-separado1 ul li {
  margin-bottom: 26px;
  font-weight: 500;
  font-size: 1.2em;
  position: relative;
  padding-left: 50px;
  color: #000000;
  font-family: "Timeless";
}
body main section.home-separado1 ul li:before {
  content: url("../../media/diamond.png");
  position: absolute;
  left: 0;
}
@media screen and (max-width: 991px) {
  body main section.home-separado1 ul li {
    font-size: 1em;
    text-align: left;
  }
}
body main section.home-contador {
  border-top: 1px solid rgba(87, 87, 87, 0.25);
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body main section.home-contador {
    text-align: center;
  }
}
body main section.home-contador:before {
  content: "";
  position: absolute;
  top: 87px;
  right: 0;
  background: #fff;
  height: 2px;
  width: 25%;
}
body main section.home-contador .container-fluid {
  border-bottom: 1px solid rgba(87, 87, 87, 0.25);
}
body main section.home-contador h1 {
  color: #014fa1;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  body main section.home-contador h1 {
    padding-bottom: 0;
  }
}
body main section.home-contador h2 {
  font-family: "Timeless";
  color: #565656;
  background: #fff;
  float: right;
  width: 260px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: -51px;
  z-index: 1;
  padding: 0px 30px;
}
@media screen and (max-width: 768px) {
  body main section.home-contador h2 {
    position: static;
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
}
body main section.home-contador .box-number {
  margin-top: 50px;
  color: #565656;
  text-align: center;
}
body main section.home-contador .box-number .number {
  font-size: 5em;
  font-weight: 600;
  line-height: 1.2em;
}
body main section.home-contador .box-number .text {
  font-family: "Timeless";
  font-size: 1.3em;
  color: #000000;
  padding: 0 22px;
  line-height: 1.2em;
}
body main section.home-conheca {
  border-top: 3px solid rgba(87, 87, 87, 0.1);
  padding: 80px 0;
  background-image: url("../../media/bg-conheca.png");
  background-color: #042950;
  background-position: right;
  background-size: cover;
  color: white;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
@media screen and (min-width: 992px) {
  body main section.home-conheca {
    margin-top: -30px;
  }
}
@media screen and (max-width: 991px) {
  body main section.home-conheca {
    text-align: center;
    -webkit-clip-path: none;
            clip-path: none;
    padding: 30px 0;
  }
}
body main section.home-conheca:before {
  content: "";
  position: absolute;
  top: 87px;
  right: 0;
  background: #fff;
  height: 2px;
  width: 25%;
}
body main section.home-conheca h1 {
  color: white;
  text-transform: uppercase;
  font-size: 1.8em;
  font-family: "Timeless";
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  body main section.home-conheca h1 {
    padding-bottom: 10px;
    font-size: 22px;
  }
}
body main section.home-conheca .video iframe,
body main section.home-conheca .video img {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 991px) {
  body main section.home-conheca .video iframe,
body main section.home-conheca .video img {
    height: 186px;
  }
}
body main section.home-conheca .box {
  padding-right: 50px;
}
@media screen and (max-width: 991px) {
  body main section.home-conheca .box {
    margin-bottom: 30px;
    padding: 0;
  }
}
body main section.home-conheca .box .title {
  text-align: left;
  font-size: 1.2em;
  color: white;
  line-height: 1.6em;
}
@media screen and (max-width: 991px) {
  body main section.home-conheca .box .title {
    font-size: 1em;
    text-align: center;
  }
}
body main section.home-conheca .box .btn {
  margin-top: 30px;
}
body main section.home-interposicao {
  border-top: 1px solid rgba(87, 87, 87, 0.25);
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body main section.home-interposicao {
    text-align: center;
  }
}
body main section.home-interposicao:before {
  content: "";
  position: absolute;
  top: 87px;
  right: 0;
  background: #fff;
  height: 2px;
  width: 25%;
}
body main section.home-interposicao .container-fluid {
  border-bottom: 1px solid rgba(87, 87, 87, 0.25);
}
body main section.home-interposicao h1 {
  color: #014fa1;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  body main section.home-interposicao h1 {
    padding-bottom: 10px;
  }
}
body main section.home-interposicao .image img {
  width: 100%;
  height: 251px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  body main section.home-interposicao .image img {
    height: 186px;
  }
}
@media screen and (max-width: 768px) {
  body main section.home-interposicao .box {
    margin-bottom: 30px;
  }
}
body main section.home-interposicao .box .title {
  margin-top: 12px;
  font-family: "Timeless";
  font-size: 2em;
  color: #000000;
  line-height: 1.1em;
}
@media screen and (max-width: 1200px) {
  body main section.home-interposicao .box .title {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 991px) {
  body main section.home-interposicao .box .title {
    font-size: 1.5em;
  }
}
body main section.home-interposicao .box .btn {
  margin-top: 20px;
  font-size: 1em;
  padding: 6px 45px;
}
body main section.home-procedimentos {
  background-image: url(../../media/bg-curriculo.png);
  background-size: cover;
  background-position: bottom;
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  body main section.home-procedimentos {
    text-align: center;
    padding-top: 0;
  }
}
body main section.home-procedimentos:before {
  content: "";
  position: absolute;
  top: 87px;
  right: 0;
  background: #fff;
  height: 2px;
  width: 25%;
}
body main section.home-procedimentos h1 {
  text-align: center;
  font-family: "Timeless";
  color: #014fa1;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 600;
  margin: 0;
  padding: 30px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  body main section.home-procedimentos h1 {
    padding-bottom: 10px;
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
body main section.home-procedimentos .image {
  height: 300px;
  margin: auto;
  width: 350px;
  overflow: hidden;
  border-radius: 100%;
}
body main section.home-procedimentos .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.home-procedimentos .image {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 991px) {
  body main section.home-procedimentos .box {
    margin-bottom: 30px;
  }
}
body main section.home-procedimentos .box .title {
  text-transform: uppercase;
  font-family: "Timeless";
  font-size: 1.6em;
  color: #014fa1;
  line-height: 1.2em;
  font-weight: 500;
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  body main section.home-procedimentos .box .title {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 991px) {
  body main section.home-procedimentos .box .title {
    font-size: 1.2em;
  }
}
body main section.home-procedimentos .box .subtitle {
  font-family: "Timeless";
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  body main section.home-procedimentos .box .subtitle {
    font-size: 1em;
    line-height: 1.4em;
  }
}
body main section.home-procedimentos .box .btn {
  margin-top: 20px;
}
body main section.home-procedimentos-novo {
  padding: 50px 0;
  background: #fafafa;
}
body main section.home-procedimentos-novo .titulo {
  margin-bottom: 30px;
}
body main section.home-procedimentos-novo .titulo h1 {
  font-family: "Timeless";
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin: auto;
  color: #014fa1;
  font-size: 28px;
}
body main section.home-procedimentos-novo .card-procedimento {
  background-color: white;
  border: 1px solid gainsboro;
  box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 0.1);
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
body main section.home-procedimentos-novo .card-procedimento .btn-primary {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px 30px 30px 30px;
}
body main section.home-procedimentos-novo .card-procedimento .out-texto {
  padding: 0 30px;
}
body main section.home-procedimentos-novo .card-procedimento .main {
  display: flex;
  height: 100%;
  flex-flow: column;
  justify-content: space-between;
}
body main section.home-procedimentos-novo .card-procedimento img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.home-procedimentos-novo .card-procedimento .texto {
  color: #575757;
  font-size: 17px;
  line-height: 1.3;
  font-family: "Roboto";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 70px;
}
body main section.home-procedimentos-novo .card-procedimento h1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 68px;
  font-family: "Timeless";
  color: #014fa1;
  font-size: 28px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
body main section.home-procedimentos2 {
  padding-bottom: 70px;
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  body main section.home-procedimentos2 {
    text-align: center;
    padding: 10px 0;
  }
}
body main section.home-procedimentos2:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  background: #fff;
  height: 2px;
  width: 25%;
}
body main section.home-procedimentos2 h1 {
  text-align: center;
  font-family: "Timeless";
  color: #014fa1;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  body main section.home-procedimentos2 h1 {
    padding-bottom: 10px;
  }
}
body main section.home-procedimentos2 .image {
  height: 300px;
  margin: auto;
  width: 350px;
  overflow: hidden;
  border-radius: 100%;
}
body main section.home-procedimentos2 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.home-procedimentos2 .image {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 991px) {
  body main section.home-procedimentos2 .box {
    margin-bottom: 30px;
  }
}
body main section.home-procedimentos2 .box .title {
  text-transform: uppercase;
  font-family: "Timeless";
  font-size: 1.6em;
  color: #014fa1;
  line-height: 1.2em;
  font-weight: 500;
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  body main section.home-procedimentos2 .box .title {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 991px) {
  body main section.home-procedimentos2 .box .title {
    font-size: 1.2em;
  }
}
body main section.home-procedimentos2 .box .subtitle {
  font-family: "Timeless";
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  body main section.home-procedimentos2 .box .subtitle {
    font-size: 1em;
    line-height: 1.4em;
  }
}
body main section.home-procedimentos2 .box .btn {
  margin-top: 20px;
}
body main section.home-noticias {
  background-image: url("../../media/bg-conheca.png");
  background-color: #042950;
  background-size: cover;
  background-position: right;
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  body main section.home-noticias {
    padding: 0;
  }
}
body main section.home-noticias h1 {
  color: white;
  font-family: "Timeless";
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  body main section.home-noticias h1 {
    margin-bottom: 0;
  }
}
body main section.home-noticias .box-noticias {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  body main section.home-noticias .box-noticias {
    display: block;
    margin-bottom: 30px;
  }
}
body main section.home-noticias .box-noticias .titulo {
  color: white;
  font-family: "Timeless";
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 10px;
  height: 62px;
  overflow: hidden;
  margin-top: 14px;
}
@media screen and (max-width: 991px) {
  body main section.home-noticias .box-noticias .titulo {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 991px) {
  body main section.home-noticias .box-noticias .titulo {
    height: auto;
  }
}
body main section.home-noticias .box-noticias .text {
  color: white;
  font-family: "Timeless";
  font-size: 1.2em;
  line-height: 1.3em;
  height: 96px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body main section.home-noticias .box-noticias .text {
    font-size: 1em;
  }
}
@media screen and (max-width: 991px) {
  body main section.home-noticias .box-noticias .text {
    height: auto;
  }
}
body main section.home-noticias .box-noticias .image {
  overflow: hidden;
  background: #014fa1;
  position: relative;
}
body main section.home-noticias .box-noticias .image img {
  width: 100%;
  height: 196px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
body main section.home-noticias .box-noticias .image .leia-mais {
  opacity: 0;
  position: absolute;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 28px;
  top: calc(50% - 20px);
  left: calc(50% - 90px);
  background: rgba(255, 255, 255, 0.2);
  transform: scale(2);
  transition: opacity 500ms 125ms, transform 250ms;
  z-index: 1;
}
body main section.home-noticias .box-noticias .copy {
  color: white;
  font-family: "Timeless";
  font-size: 0.9em;
  margin-bottom: 25px;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  body main section.home-noticias .box-noticias .image img {
    opacity: 0.75;
    transform: scale(1.125);
  }
  body main section.home-noticias .box-noticias .image .leia-mais {
    opacity: 1;
    transform: scale(1);
  }
}
body main section.home-noticias .box-noticias:hover .image img {
  opacity: 0.75;
  transform: scale(1.125);
}
body main section.home-noticias .box-noticias:hover .image .leia-mais {
  opacity: 1;
  transform: scale(1);
}
body main section.home-separador2 {
  border-top: 1px solid rgba(87, 87, 87, 0.25);
  color: #575757;
  padding: 25px 0 40px;
}
body main section.home-separador2 .phase {
  font-size: 1.8em;
  line-height: 1.3em;
  font-family: "Timeless";
}
body main section.home-separador2 .autor {
  font-size: 1.8em;
  line-height: 1.3em;
  text-align: right;
  font-family: "Timeless";
  margin-top: 15px;
}
body main section.home-separador2 .box-fale-conosco {
  text-align: center;
  margin-top: 21px;
}
body main section.home-separador2 .box-fale-conosco .fale-conosco {
  text-align: left;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  line-height: 1.4em;
}
body main section.home-separador2 .box-fale-conosco .fale-conosco:before {
  content: "";
  background: url("../image/whatsapp-icon.png") no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  float: left;
  margin-right: 9px;
}
body main section.home-separador2 .box-fale-conosco .fale-conosco:after {
  content: "";
  clear: both;
  display: table;
}
body main section.home-separador2 .box-fale-conosco .fale-conosco .text {
  float: left;
  font-weight: 600;
}
body main section.home-separador2 .box-fale-conosco .fale-conosco .text .title {
  font-size: 0.8em;
}
body main section.home-separador2 .box-fale-conosco .fale-conosco .text .number {
  font-size: 1.5em;
  font-weight: 400;
}
body main section.home-separador2 .box-fale-conosco .btn {
  margin-top: 10px;
  font-size: 1.3em;
}
body main section.home-depoimentos {
  border-top: 1px solid rgba(87, 87, 87, 0.25);
  border-bottom: 1px solid rgba(87, 87, 87, 0.25);
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body main section.home-depoimentos {
    padding: 0;
  }
}
body main section.home-depoimentos:before {
  content: "";
  position: absolute;
  top: 87px;
  right: 0;
  background: #fff;
  height: 2px;
  width: 25%;
}
body main section.home-depoimentos .container-fluid {
  border-bottom: 1px solid rgba(87, 87, 87, 0.25);
}
body main section.home-depoimentos h1 {
  color: #014fa1;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
  padding: 30px 0;
}
body main section.home-depoimentos .depoimento {
  margin: 40px 0;
}
body main section.home-depoimentos .depoimento .item {
  font-family: "Timeless";
}
body main section.home-depoimentos .depoimento .item .text {
  border-left: 4px solid #575757;
  padding: 0 20px;
  font-size: 1.5em;
}
body main section.home-depoimentos .depoimento .item .author i {
  color: #014fa1;
  float: left;
  margin: 15px 15px;
}
body main section.home-depoimentos .depoimento .item .author .box-name {
  float: left;
  margin-top: 11px;
  line-height: 1.2em;
}
body main section.home-depoimentos .depoimento .item .author .box-name .place {
  font-size: 0.8em;
}
@media screen and (max-width: 991px) {
  body main section.home-depoimentos .depoimento .owl-nav {
    display: none;
  }
}
body main section.home-depoimentos .depoimento .owl-nav button {
  position: absolute;
  height: 100%;
  top: 0;
  font-size: 5em;
  color: #fff;
  display: inline-block;
  padding: 0 30px !important;
  opacity: 0;
  outline: none !important;
  transition: all 0.5s ease;
  text-shadow: 2px 4px 4px #a2a2a2;
}
body main section.home-depoimentos .depoimento .owl-nav button.owl-prev {
  left: -125px;
}
body main section.home-depoimentos .depoimento .owl-nav button.owl-next {
  right: -125px;
}
body main section.home-depoimentos .depoimento .owl-nav button.disabled {
  display: none;
}
body main section.home-depoimentos .depoimento .owl-nav button:hover {
  opacity: 1 !important;
}
body main section.home-depoimentos .depoimento:hover .owl-nav button {
  opacity: 0.7;
}
body main section.home-multimidia {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  body main section.home-multimidia {
    margin-top: -20px;
  }
}
body main section.home-multimidia h1 {
  color: #014fa1;
  font-family: "Timeless";
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body main section.home-multimidia h1 {
    padding-bottom: 10px;
  }
}
body main section.home-multimidia .multimidia {
  margin: 15px 0;
}
body main section.home-multimidia .multimidia .item {
  overflow: hidden;
}
body main section.home-multimidia .multimidia .item .image img,
body main section.home-multimidia .multimidia .item .video img {
  overflow: hidden;
  width: 100%;
  height: 270px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  transition: all 0.5s ease;
}
body main section.home-multimidia .multimidia .item .image .leia-mais,
body main section.home-multimidia .multimidia .item .video .leia-mais {
  opacity: 0;
  position: absolute;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 28px;
  top: calc(50% - 20px);
  left: calc(50% - 90px);
  background: rgba(255, 255, 255, 0.2);
  transform: scale(2);
  transition: opacity 500ms 125ms, transform 250ms;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  body main section.home-multimidia .multimidia .item .image img,
body main section.home-multimidia .multimidia .item .video img {
    opacity: 0.75;
  }
  body main section.home-multimidia .multimidia .item .image .leia-mais,
body main section.home-multimidia .multimidia .item .video .leia-mais {
    opacity: 1;
    transform: scale(1);
  }
}
body main section.home-multimidia .multimidia .item .image:hover img,
body main section.home-multimidia .multimidia .item .video:hover img {
  opacity: 0.75;
}
body main section.home-multimidia .multimidia .item .image:hover .leia-mais,
body main section.home-multimidia .multimidia .item .video:hover .leia-mais {
  opacity: 1;
}
body main section.home-multimidia .multimidia .item .cat {
  margin: 7px 0 13px;
}
body main section.home-multimidia .multimidia .item .cat,
body main section.home-multimidia .multimidia .item .link {
  color: #575757;
  text-transform: uppercase;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 300;
  line-height: 1em;
}
body main section.home-multimidia .multimidia .item .text {
  text-transform: uppercase;
  color: #000;
  font-family: "Timeless";
  line-height: 1.2em;
}
body main section.home-multimidia .multimidia .item .link {
  float: right;
  margin-top: 8px;
  transition: all 0.5s ease;
}
body main section.home-multimidia .multimidia .item .link:hover {
  margin-right: 20px;
}
body main section.home-multimidia .multimidia .owl-nav button {
  position: absolute;
  height: 100%;
  top: -34px;
  font-size: 5em;
  color: #014fa1;
  display: inline-block;
  padding: 0 30px !important;
  opacity: 1;
  outline: none !important;
  transition: all 0.5s ease;
}
body main section.home-multimidia .multimidia .owl-nav button.owl-prev {
  left: -125px;
}
body main section.home-multimidia .multimidia .owl-nav button.owl-next {
  right: -125px;
}
body main section.home-multimidia .multimidia .owl-nav button:hover {
  opacity: 1 !important;
}
body main section.home-multimidia .multimidia .owl-nav button i {
  border: 3px solid #014fa1;
  font-size: 0.25em;
  border-radius: 100%;
  padding: 3px 9px;
  transition: all 0.5s ease;
}
body main section.home-multimidia .multimidia .owl-nav button:hover i {
  transform: translateY(-3px);
  box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 0.2);
  background: #014fa1;
  color: #fff;
}
body main section.home-multimidia .multimidia:hover .owl-nav button {
  opacity: 0.7;
}
body main section.doencas-digestivas {
  margin-bottom: 35px;
}
body main section.doencas-digestivas .title {
  font-family: "Timeless";
  font-weight: bold;
  text-align: center;
  color: #014fa1;
  text-transform: uppercase;
  font-size: 2.9em;
  margin-bottom: 35px;
}
body main section.doencas-digestivas .card-container {
  margin-bottom: 15px;
}
body main section.doencas-digestivas .card-container .title-container {
  font-family: "Timeless";
  text-align: center;
  font-weight: bold;
  color: #575757;
  font-size: 1.6em;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 1.8rem;
}
body main section.doencas-digestivas .card-container .description-container {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Timeless";
  font-size: 1.3em;
  color: #000;
  height: 125px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
body main section.doencas-digestivas .card-container .description-container.aberto {
  height: inherit;
  display: flex;
  -webkit-line-clamp: 0 !important;
}
body main section.doencas-digestivas .card-container .image-container img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.sobre-banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  background-position: center;
}
@media screen and (max-width: 768px) {
  body main section.sobre-banner {
    height: 300px;
  }
}
body main section.sobre-banner form {
  margin-top: 20px;
  background-position: center;
}
@media screen and (max-width: 768px) {
  body main section.sobre-banner form {
    margin-top: 33px;
  }
}
body main section.sobre-banner form .form-group {
  float: left;
  width: calc(100% - 125px);
}
body main section.sobre-banner form .form-group input {
  background: none;
  border-radius: 0;
  border: 0;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-weight: bold;
}
body main section.sobre-banner form .form-group input::-webkit-input-placeholder {
  color: #fff;
  font-weight: bold;
}
body main section.sobre-banner form .form-group input:-moz-placeholder {
  color: #fff;
  font-weight: bold;
}
body main section.sobre-banner form .form-group input::-moz-placeholder {
  color: #fff;
  font-weight: bold;
}
body main section.sobre-banner form .form-group input:-ms-input-placeholder {
  color: #fff;
  font-weight: bold;
}
body main section.sobre-banner form .form-group input.has-error {
  border-color: #e00018;
}
body main section.sobre-banner form .form-group input:focus {
  background: transparent;
  box-shadow: none;
}
body main section.sobre-banner form .form-actions {
  float: right;
}
body main section.sobre-banner form .form-actions .btn {
  background: transparent !important;
  border: 2px solid #fff;
  padding: 7px 19px;
}
body main section.sobre-banner form .form-actions .btn:hover {
  color: #575757 !important;
  border-color: #575757 !important;
}
body main section.sobre-banner form .form-actions .btn:hover span {
  color: #575757 !important;
  border-color: #575757 !important;
}
body main section.sobre-banner .menu-cat {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body main section.sobre-banner .menu-cat {
    margin-top: 10px;
  }
}
body main section.sobre-banner .menu-cat li a {
  display: block;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  border-left: 2px solid #fff;
  padding: 10px 45px 10px 15px;
  transition: all 0.5s ease;
  position: relative;
}
body main section.sobre-banner .menu-cat li a span {
  position: relative;
  z-index: 1;
}
body main section.sobre-banner .menu-cat li a:before {
  transition: all 0.5s ease;
  content: "";
  width: 0;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  height: 100%;
}
body main section.sobre-banner .menu-cat li a:hover, body main section.sobre-banner .menu-cat li a.active {
  color: #575757;
}
body main section.sobre-banner .menu-cat li a:hover:before, body main section.sobre-banner .menu-cat li a.active:before {
  width: 100%;
}
body main section.sobre-titulo {
  border-top: 1px solid rgba(87, 87, 87, 0.25);
  position: relative;
}
@media screen and (max-width: 768px) {
  body main section.sobre-titulo {
    text-align: center;
  }
}
body main section.sobre-titulo:before {
  content: "";
  position: absolute;
  top: 87px;
  right: 0;
  background: #fff;
  height: 2px;
  width: 25%;
}
body main section.sobre-titulo .container-fluid {
  border-bottom: 1px solid rgba(87, 87, 87, 0.25);
}
body main section.sobre-titulo h1 {
  color: #014fa1;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
  padding: 30px 0;
}
body main section.sobre-timeline {
  position: relative;
  min-height: 550px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  body main section.sobre-timeline {
    padding-bottom: 75px;
    height: auto;
  }
}
body main section.sobre-timeline .box {
  padding: 30px 60px;
  box-shadow: 0px 0px 7px 0px #d2d2d2;
  background: #fff;
  padding-right: 270px;
}
@media screen and (max-width: 1200px) {
  body main section.sobre-timeline .box {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  body main section.sobre-timeline .box {
    padding: 30px 35px;
  }
}
body main section.sobre-timeline .box .title {
  color: #014fa1;
  font-size: 1.8em;
  font-weight: bold;
}
body main section.sobre-timeline .box .subtitle {
  font-family: "Timeless";
  font-size: 1.8em;
  margin-top: 15px;
  margin-bottom: 20px;
}
body main section.sobre-timeline .box ul {
  padding-left: 17px;
  font-family: "Timeless";
  font-size: 1.25em;
  line-height: 1.3em;
}
body main section.sobre-timeline .image {
  position: absolute;
  top: 95px;
  left: 0;
  z-index: -1;
  height: 413px;
}
@media screen and (max-width: 1200px) {
  body main section.sobre-timeline .image {
    height: 330px;
  }
}
@media screen and (max-width: 991px) {
  body main section.sobre-timeline .image {
    position: static;
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  body main section.sobre-timeline .image {
    max-width: 540px;
  }
}
body main section.sobre-timeline .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.sobre-timeline-2 {
  position: relative;
  min-height: 532px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  body main section.sobre-timeline-2 {
    padding-bottom: 75px;
  }
}
body main section.sobre-timeline-2 .box {
  padding: 30px 60px;
  box-shadow: 0px 0px 7px 0px #d2d2d2;
  background: #fff;
  padding-right: 270px;
}
@media screen and (max-width: 1200px) {
  body main section.sobre-timeline-2 .box {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  body main section.sobre-timeline-2 .box {
    padding: 30px 35px;
  }
}
body main section.sobre-timeline-2 .box .title {
  color: #014fa1;
  font-size: 1.8em;
  font-weight: bold;
}
body main section.sobre-timeline-2 .box .subtitle {
  font-family: "Timeless";
  font-size: 1.8em;
  margin-top: 15px;
  margin-bottom: 20px;
}
body main section.sobre-timeline-2 .box ul {
  padding-left: 17px;
  font-family: "Timeless";
  font-size: 1.25em;
  line-height: 1.3em;
}
body main section.sobre-timeline-2 .image {
  position: absolute;
  top: 95px;
  right: 0;
  z-index: -1;
  height: 413px;
}
@media screen and (max-width: 1200px) {
  body main section.sobre-timeline-2 .image {
    height: 330px;
  }
}
@media screen and (max-width: 991px) {
  body main section.sobre-timeline-2 .image {
    position: static;
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  body main section.sobre-timeline-2 .image {
    max-width: 540px;
  }
}
body main section.sobre-timeline-2 .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.sobre-texto {
  border-top: 1px solid rgba(87, 87, 87, 0.25);
  padding-top: 35px;
  background: #fff;
}
body main section.sobre-texto iframe {
  width: 100%;
  height: 256px;
}
body main section.sobre-texto .copyright {
  font-family: "Timeless";
  font-size: 1.1em;
  margin: 5px 0 15px;
  line-height: 1.2em;
}
body main section.sobre-texto ul li {
  font-family: "Timeless";
  font-size: 1.1em;
}
body main section.sobre-texto .separador {
  border-top: 1px solid rgba(87, 87, 87, 0.25);
  margin: 20px 0;
}
body main section.especialidades {
  padding-bottom: 70px;
}
body main section.especialidades h1 {
  font-family: "Timeless";
  font-weight: bold;
  text-align: center;
  color: #014fa1;
  text-transform: uppercase;
  margin-bottom: 80px;
  margin-top: 20px;
  font-size: 2.9em;
}
@media screen and (max-width: 768px) {
  body main section.especialidades a {
    margin-bottom: 100px;
    display: block;
  }
}
body main section.especialidades a h2 {
  font-family: "Timeless";
  font-weight: bold;
  text-align: center;
  color: #575757;
  text-transform: uppercase;
  font-size: 1.6em;
  height: 58px;
}
@media screen and (max-width: 768px) {
  body main section.especialidades a h2 {
    height: auto;
    margin-bottom: 10px;
  }
}
body main section.especialidades a h3 {
  text-align: center;
  font-family: "Timeless";
  margin-top: 30px;
  font-size: 1.3em;
  margin-bottom: 70px;
  height: 77px;
  color: #000;
}
@media screen and (max-width: 768px) {
  body main section.especialidades a h3 {
    height: auto;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
body main section.especialidades a .image {
  overflow: hidden;
  background: #014fa1;
  position: relative;
}
body main section.especialidades a .image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
body main section.especialidades a .image .leia-mais {
  opacity: 0;
  position: absolute;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 28px;
  top: calc(50% - 20px);
  left: calc(50% - 90px);
  background: rgba(255, 255, 255, 0.2);
  transform: scale(2);
  transition: opacity 500ms 125ms, transform 250ms;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body main section.especialidades a .image img {
    opacity: 0.75;
    transform: scale(1.125);
  }
  body main section.especialidades a .image .leia-mais {
    opacity: 1;
    transform: scale(1);
  }
}
body main section.especialidades a:hover .image img {
  opacity: 0.75;
  transform: scale(1.125);
}
body main section.especialidades a:hover .image .leia-mais {
  opacity: 1;
  transform: scale(1);
}
body main section.especialidades-categorias {
  padding-bottom: 70px;
  /*a{
    &:hover{
      .image {
        img {
          opacity: .75;
          -webkit-transform: scale(1.125);
          transform: scale(1.125);
        }
        .leia-mais{
          opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1);
        }
      }
    }
  }*/
}
body main section.especialidades-categorias h1 {
  font-family: "Timeless";
  font-weight: bold;
  text-align: center;
  color: #014fa1;
  text-transform: uppercase;
  margin-bottom: 80px;
  margin-top: 20px;
  font-size: 2.9em;
}
body main section.especialidades-categorias .especialidades-categoria {
  display: block;
  margin-bottom: 70px;
}
body main section.especialidades-categorias .especialidades-categoria h2 {
  font-family: "Timeless";
  font-weight: bold;
  text-align: center;
  color: #575757;
  font-size: 1.6em;
  height: 58px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  body main section.especialidades-categorias .especialidades-categoria h2 {
    height: auto;
  }
}
body main section.especialidades-categorias .especialidades-categoria h3 {
  text-align: center;
  font-family: "Timeless";
  margin-top: 17px;
  font-size: 1.3em;
  margin-bottom: 55px;
  height: 77px;
  color: #000;
}
@media screen and (max-width: 768px) {
  body main section.especialidades-categorias .especialidades-categoria h3 {
    height: auto;
    margin-bottom: 20px;
    margin-top: 5px;
  }
}
body main section.especialidades-categorias .especialidades-categoria .image {
  overflow: hidden;
  background: #014fa1;
  position: relative;
}
body main section.especialidades-categorias .especialidades-categoria .image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
body main section.especialidades-categorias .especialidades-categoria .image .leia-mais {
  opacity: 0;
  position: absolute;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 28px;
  top: calc(50% - 20px);
  left: calc(50% - 90px);
  background: rgba(255, 255, 255, 0.2);
  transform: scale(2);
  transition: opacity 500ms 125ms, transform 250ms;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body main section.especialidades-categorias .especialidades-categoria .image img {
    opacity: 0.75;
    transform: scale(1.125);
  }
  body main section.especialidades-categorias .especialidades-categoria .image .leia-mais {
    opacity: 1;
    transform: scale(1);
  }
}
body main .especialidades-interna {
  border-top: 1px solid rgba(87, 87, 87, 0.25);
  position: relative;
  padding-bottom: 50px;
}
body main .especialidades-interna:before {
  content: "";
  position: absolute;
  top: 87px;
  right: 0;
  background: #fff;
  height: 2px;
  width: 25%;
}
body main .especialidades-interna .container-fluid.no-border {
  border-bottom: none;
}
body main .especialidades-interna .subtitulo1 {
  font-family: "Timeless";
  color: #575757;
  font-size: 2.6em;
  font-weight: 600;
  padding: 35px 0px 14px;
  line-height: 1.2em;
}
body main .especialidades-interna .subtitulo2 {
  font-family: "Timeless";
  color: #575757;
  font-size: 1.4em;
  line-height: 1em;
}
body main .especialidades-interna .image {
  margin-bottom: 30px;
}
body main .especialidades-interna .image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  body main .especialidades-interna .image {
    margin-top: 30px;
  }
}
body main .especialidades-interna .b-top {
  border-top: 1px solid rgba(87, 87, 87, 0.25);
}
body main .especialidades-interna .texto {
  font-family: "Timeless";
}
body main .especialidades-interna .texto h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 25px 0 15px;
  font-size: 1.5em;
}
body main .especialidades-interna .entendendo-melhor {
  margin-top: 30px;
  box-shadow: 0px 0px 10px #cacaca;
  font-family: "Timeless";
}
body main .especialidades-interna .entendendo-melhor .entendendo-titulo {
  color: #014fa1;
  font-weight: bold;
  font-size: 2.5em;
  padding: 30px 10px;
  border-bottom: 1px solid rgba(87, 87, 87, 0.25);
}
body main .especialidades-interna .entendendo-melhor .texto {
  padding: 0px 20px;
}
body main .especialidades-interna .galeria-empresa-1 {
  margin-top: 50px;
}
body main .especialidades-interna .galeria-empresa-1 .item {
  height: 650px;
  position: relative;
}
body main .especialidades-interna .galeria-empresa-1 .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .especialidades-interna .galeria-empresa-1 .item .conteudo-img {
  position: absolute;
  bottom: 0px;
  padding: 20px 100px;
  background-color: rgba(0, 0, 0, 0.69);
}
body main .especialidades-interna .galeria-empresa-1 .item .conteudo-img h2 {
  font-size: 35px;
  font-weight: 700;
  color: white;
  height: 42px;
  overflow: hidden;
}
body main .especialidades-interna .galeria-empresa-1 .item .conteudo-img h4 {
  color: white;
  height: 84px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body main .especialidades-interna .galeria-empresa-1 .item {
    height: 400px;
  }
  body main .especialidades-interna .galeria-empresa-1 .item .conteudo-img {
    padding: 20px 10px;
  }
  body main .especialidades-interna .galeria-empresa-1 .item .conteudo-img h2 {
    font-size: 19px;
    height: auto;
  }
  body main .especialidades-interna .galeria-empresa-1 .item .conteudo-img h4 {
    font-size: 13px;
    height: 75px;
  }
}
body main .especialidades-interna .galeria-empresa-1 i.fas.fa-chevron-left {
  position: absolute;
  top: calc(50% - 12px);
  left: 20px;
  font-size: 25px;
  color: white;
  padding: 5px 11px 5px 9px;
  border: 4px solid white;
  border-radius: 100px;
  overflow: hidden;
  transition: all 0.5s ease;
}
body main .especialidades-interna .galeria-empresa-1 i.fas.fa-chevron-left:hover {
  background-color: #575757;
}
body main .especialidades-interna .galeria-empresa-1 i.fas.fa-chevron-right {
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  font-size: 25px;
  color: white;
  padding: 5px 11px 5px 9px;
  border: 4px solid white;
  border-radius: 100px;
  overflow: hidden;
  transition: all 0.5s ease;
}
body main .especialidades-interna .galeria-empresa-1 i.fas.fa-chevron-right:hover {
  background-color: #575757;
}
@media screen and (max-width: 768px) {
  body main .especialidades-interna .galeria-empresa-2 {
    display: none;
  }
}
body main .especialidades-interna .galeria-empresa-2 .item {
  height: 145px;
  cursor: pointer;
}
body main .especialidades-interna .galeria-empresa-2 .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .especialidades-interna .galeria-empresa-2 i.fas.fa-chevron-left {
  z-index: 1;
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
  font-size: 15px;
  color: white;
}
body main .especialidades-interna .galeria-empresa-2 i.fas.fa-chevron-left::after {
  content: "";
  position: absolute;
  top: -70px;
  left: -10px;
  width: 30px;
  height: 145px;
  background-color: rgba(43, 43, 43, 0.8);
  z-index: -1;
  transition: all 0.5s ease;
}
body main .especialidades-interna .galeria-empresa-2 i.fas.fa-chevron-left:hover::after {
  background-color: black;
}
body main .especialidades-interna .galeria-empresa-2 i.fas.fa-chevron-right {
  z-index: 1;
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  font-size: 15px;
  color: white;
}
body main .especialidades-interna .galeria-empresa-2 i.fas.fa-chevron-right::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -10px;
  width: 30px;
  height: 145px;
  background-color: rgba(43, 43, 43, 0.8);
  z-index: -1;
  transition: all 0.5s ease;
}
body main .especialidades-interna .galeria-empresa-2 i.fas.fa-chevron-right:hover::after {
  background-color: black;
}
body main form.especialidades-formulario {
  float: right;
  width: 300px;
  display: inline-block;
  box-shadow: 0px 0px 8px 1px #dadada;
  margin: 0px 0px 27px 27px;
  padding: 10px;
  text-align: center;
  font-family: "Roboto";
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  body main form.especialidades-formulario {
    display: none;
  }
}
body main form.especialidades-formulario:before {
  content: "\f078";
  color: #014fa1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin: 0 auto;
  background: #fff;
  border: 5px solid #014fa1;
  border-radius: 100%;
  padding: 2px 10px;
  font-size: 1.5em;
  position: absolute;
  box-shadow: 0px 0px 8px 1px #dadada;
  top: -23px;
  left: calc(50% - 25px);
}
body main form.especialidades-formulario:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -32px;
  left: calc(50% - 33px);
  width: 66px;
  height: 66px;
  z-index: -1;
  border-radius: 100%;
}
body main form.especialidades-formulario .form-title {
  color: #014fa1;
  font-size: 1.4em;
  text-align: center;
  font-weight: 600;
}
body main form.especialidades-formulario .form-mensagem {
  font-size: 0.75em;
  text-align: center;
  margin-bottom: 7px;
}
body main form.especialidades-formulario .form-group {
  position: relative;
  margin-bottom: 8px;
}
body main form.especialidades-formulario .form-group .control-label {
  position: absolute;
  top: 10px;
  left: 13px;
  font-size: 0.8em;
  margin: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
body main form.especialidades-formulario .form-group .form-control {
  border: 1px solid #575757;
  background: transparent;
  transition: all 0.5s ease;
  font-size: 0.8em;
  padding: 15px 9px 4px 7px;
}
body main form.especialidades-formulario .form-group .form-control.ng-not-empty + label {
  font-size: 0.6em;
  top: 3px;
  left: 8px;
}
body main form.especialidades-formulario .form-group .form-control:focus {
  outline: none;
  box-shadow: -3px 5px 5px -2px rgba(34, 34, 34, 0.36);
}
body main form.especialidades-formulario .form-group .form-control:focus + label {
  font-size: 0.6em;
  top: 3px;
  left: 8px;
}
body main form.especialidades-formulario .form-group.has-error .form-control {
  border: 1px solid #e00018;
}
body main form.especialidades-formulario .form-actions .btn {
  width: 100%;
  font-size: 1.1em;
}
body main .artigos h1 {
  text-align: center;
  color: #014fa1;
  font-family: "Timeless";
  margin-bottom: 40px;
  font-size: 2.6rem;
}
body main .artigos .box-noticias {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body main .artigos .box-noticias {
    display: block;
    margin-bottom: 70px;
  }
}
body main .artigos .box-noticias .titulo {
  color: #575757;
  font-family: "Timeless";
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 10px;
  height: 70px;
  overflow: hidden;
}
body main .artigos .box-noticias .text {
  color: #575757;
  font-family: "Timeless";
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 12px;
  height: 72px;
  overflow: hidden;
}
body main .artigos .box-noticias .image {
  overflow: hidden;
  background: #014fa1;
  position: relative;
  margin-bottom: 15px;
}
body main .artigos .box-noticias .image img {
  width: 100%;
  height: 196px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
body main .artigos .box-noticias .image .leia-mais {
  opacity: 0;
  position: absolute;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 28px;
  top: calc(50% - 20px);
  left: calc(50% - 90px);
  background: rgba(255, 255, 255, 0.2);
  transform: scale(2);
  transition: opacity 500ms 125ms, transform 250ms;
  z-index: 1;
}
body main .artigos .box-noticias .copy {
  color: #575757;
  font-family: "Timeless";
  font-size: 0.9em;
  margin-bottom: 25px;
}
body main .artigos .box-noticias.first .titulo, body main .artigos .box-noticias.first .text {
  height: auto;
}
@media screen and (max-width: 768px) {
  body main .artigos .box-noticias .image img {
    opacity: 0.75;
    transform: scale(1.125);
  }
  body main .artigos .box-noticias .image .leia-mais {
    opacity: 1;
    transform: scale(1);
  }
}
body main .artigos .box-noticias:hover .image img {
  opacity: 0.75;
  transform: scale(1.125);
}
body main .artigos .box-noticias:hover .image .leia-mais {
  opacity: 1;
  transform: scale(1);
}
body main .artigos form.especialidades-formulario {
  margin-top: 28px;
  font-size: 1.1em;
}
body main .artigos-paginacao {
  text-align: center;
  margin-bottom: 50px;
}
body main .artigos-paginacao .pagination {
  text-align: center;
  display: block;
}
body main .artigos-paginacao .pagination li {
  display: inline-block;
}
body main .artigos-paginacao .pagination li a {
  font-weight: 700;
  color: #383838;
  display: inline-block;
  margin-right: 15px;
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 5px 18px;
  transition: all 0.5s ease;
}
body main .artigos-paginacao .pagination li a:hover, body main .artigos-paginacao .pagination li a:focus, body main .artigos-paginacao .pagination li a.active {
  border: 2px solid #000;
}
body main section.perguntas h1 {
  font-family: "Timeless";
  font-size: 2.6rem;
  color: #014fa1;
}
body main section.perguntas #accordion {
  margin-top: 50px;
  margin-bottom: 50px;
}
body main section.perguntas #accordion .card {
  border: none;
}
body main section.perguntas #accordion .card .card-header {
  padding: 0;
  background: none;
}
body main section.perguntas #accordion .card .card-header .btn {
  background: none;
  width: 100%;
  border: none;
  text-align: left;
  padding: 14px 43px;
  position: relative;
  border-radius: 0;
  font-size: 0.8em;
  text-transform: initial;
  color: #014fa1;
  white-space: normal;
}
body main section.perguntas #accordion .card .card-header .btn:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  left: 11px;
  top: 5px;
  font-weight: 900;
  font-size: 1.7em;
  color: #014fa1;
}
body main section.perguntas #accordion .card .card-header .btn.collapsed {
  background: none;
  color: #575757;
}
body main section.perguntas #accordion .card .card-header .btn.collapsed:after {
  content: "\f105";
  color: #575757;
}
body main section.perguntas #accordion .card .card-header .btn:before {
  display: none;
}
body main section.perguntas #accordion .card .card-header .btn:hover, body main section.perguntas #accordion .card .card-header .btn:active, body main section.perguntas #accordion .card .card-header .btn:focus {
  box-shadow: none;
  transform: none;
  text-decoration: none;
}
body main section.perguntas #accordion .card .card-body {
  background: #fff;
  font-size: 0.9em;
  padding: 10px 24px;
  color: #575757;
}
body main .lateral .telefones {
  margin-left: 49px;
  margin-bottom: 54px;
  margin-top: 14px;
  box-shadow: 0px 0px 8px 1px #dadada;
  padding: 10px 21px;
}
@media screen and (max-width: 1200px) {
  body main .lateral .telefones {
    margin: 0;
    margin-bottom: 52px;
  }
}
body main .lateral .telefones > .title {
  font-size: 1.5em;
  padding: 3px;
  text-transform: uppercase;
  font-weight: 600;
  color: #014fa1;
}
body main .lateral .telefones > .telefone, body main .lateral .telefones > .whatsapp {
  display: block;
  position: relative;
  padding: 14px 0px 14px 25%;
  line-height: 1.2em;
  text-align: left;
  overflow: hidden;
  transition: all 0.5s ease;
}
body main .lateral .telefones > .telefone:hover, body main .lateral .telefones > .whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 0.2);
}
body main .lateral .telefones > .telefone .text, body main .lateral .telefones > .whatsapp .text {
  position: relative;
  z-index: 1;
  color: #575757;
  display: block;
  font-size: 1em;
  font-weight: 800;
  transition: all 0.5s ease;
}
body main .lateral .telefones > .telefone .number, body main .lateral .telefones > .whatsapp .number {
  position: relative;
  z-index: 1;
  color: #575757;
  display: block;
  font-size: 1.1em;
  margin-top: 2px;
  opacity: 0.7;
  transition: all 0.5s ease;
  color: #000;
}
@media screen and (max-width: 991px) {
  body main .lateral .telefones > .telefone .number, body main .lateral .telefones > .whatsapp .number {
    font-size: 1em;
  }
}
body main .lateral .telefones > .telefone:before, body main .lateral .telefones > .whatsapp:before {
  display: inline-block;
  position: absolute;
  font-size: 38px;
  top: 25px;
  left: 0;
  width: 25%;
  text-align: center;
  transition: all 0.5s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body main .lateral .telefones > .telefone:before, body main .lateral .telefones > .whatsapp:before {
    font-size: 29px;
  }
}
body main .lateral .telefones > .telefone:after, body main .lateral .telefones > .whatsapp:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: all 0.5s ease;
}
body main .lateral .telefones > .telefone.telefone, body main .lateral .telefones > .whatsapp.telefone {
  border-bottom: 1px solid rgba(63, 77, 148, 0.5);
  color: #014fa1;
}
body main .lateral .telefones > .telefone.telefone:before, body main .lateral .telefones > .whatsapp.telefone:before {
  content: "\f2a0";
  font-family: "Font Awesome 5 Free";
  color: #014fa1;
  font-weight: 900;
}
body main .lateral .telefones > .telefone.telefone:after, body main .lateral .telefones > .whatsapp.telefone:after {
  background: #014fa1;
}
body main .lateral .telefones > .telefone.telefone .text, body main .lateral .telefones > .whatsapp.telefone .text {
  color: #014fa1;
}
body main .lateral .telefones > .telefone.whatsapp:before, body main .lateral .telefones > .whatsapp.whatsapp:before {
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
  color: #17cc20;
  font-weight: 100;
}
body main .lateral .telefones > .telefone.whatsapp .text, body main .lateral .telefones > .whatsapp.whatsapp .text {
  color: #17cc20;
}
body main .lateral .telefones > .telefone.whatsapp:after, body main .lateral .telefones > .whatsapp.whatsapp:after {
  background: #17cc20;
  top: 0;
}
body main .lateral .telefones > .telefone:hover *, body main .lateral .telefones > .whatsapp:hover * {
  color: #fff !important;
  opacity: 1;
}
body main .lateral .telefones > .telefone:hover:before, body main .lateral .telefones > .whatsapp:hover:before {
  color: #fff;
}
body main .lateral .telefones > .telefone:hover:after, body main .lateral .telefones > .whatsapp:hover:after {
  height: 100%;
}
body main .lateral .telefones:after {
  display: table;
  content: "";
  clear: both;
}
body main section.contato-formulario h1 {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 15px;
  color: #014fa1;
  text-align: center;
  font-family: "Timeless";
}
body main section.contato-formulario h2 {
  color: #575757;
  font-size: 1.2em;
  font-family: "Timeless";
  text-align: center;
}
body main section.contato-formulario form {
  margin-top: 40px;
  margin-bottom: 40px;
}
body main section.contato-formulario form .form-group {
  margin-bottom: 10px;
  position: relative;
  font-weight: 400;
}
body main section.contato-formulario form .form-group .control-label {
  position: absolute;
  top: 13px;
  left: 13px;
  font-size: 1em;
  margin: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
body main section.contato-formulario form .form-group .form-control {
  background: transparent;
  border: 1px solid #000;
  height: 46px;
  color: #575757;
  padding: 28px 10px 11px 8px;
  font-weight: 500;
}
body main section.contato-formulario form .form-group .form-control::-webkit-input-placeholder {
  font-weight: 400;
}
body main section.contato-formulario form .form-group .form-control:-moz-placeholder {
  font-weight: 400;
}
body main section.contato-formulario form .form-group .form-control::-moz-placeholder {
  font-weight: 400;
}
body main section.contato-formulario form .form-group .form-control:-ms-input-placeholder {
  font-weight: 400;
}
body main section.contato-formulario form .form-group .form-control:focus {
  border: 1px solid #000;
  box-shadow: 3px 4px 3px -1px rgba(8, 8, 8, 0.48);
}
body main section.contato-formulario form .form-group .form-control.has-error {
  border-color: #e00018;
}
body main section.contato-formulario form .form-group .form-control.ng-not-empty + label {
  font-size: 0.8em;
  top: 3px;
  left: 8px;
}
body main section.contato-formulario form .form-group .form-control:focus {
  outline: none;
  box-shadow: -3px 5px 5px -2px rgba(34, 34, 34, 0.36);
}
body main section.contato-formulario form .form-group .form-control:focus + label {
  font-size: 0.8em;
  top: 3px;
  left: 8px;
}
body main section.contato-formulario form .form-group textarea {
  height: 180px !important;
}
body main section.contato-formulario form .form-actions {
  text-align: right;
}
body main section.contato-formulario form .form-actions .btn {
  padding: 5px 45px;
  font-size: 1.1em;
}
body main section.multimidia {
  padding-bottom: 25px;
}
body main section.multimidia h1 {
  font-family: "Timeless";
  color: #014fa1;
  text-align: center;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: bold;
}
body main section.multimidia .image, body main section.multimidia .video {
  overflow: hidden;
  background: #014fa1;
  position: relative;
  display: block;
  border-radius: 15px;
}
body main section.multimidia .image.video:before, body main section.multimidia .video.video:before {
  position: absolute;
  content: "\f167";
  width: 100%;
  text-align: center;
  top: calc(50% - 34px);
  font-family: "Font Awesome 5 Brands";
  color: #c33434;
  display: inline-block;
  font-size: 2.8em;
  opacity: 0.9;
  z-index: 9999;
}
body main section.multimidia .image img, body main section.multimidia .video img {
  width: 100%;
  height: 173px;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
body main section.multimidia .image .leia-mais, body main section.multimidia .video .leia-mais {
  opacity: 0;
  position: absolute;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 28px;
  top: calc(50% - 20px);
  left: calc(50% - 90px);
  background: rgba(255, 255, 255, 0.2);
  transform: scale(2);
  transition: opacity 500ms 125ms, transform 250ms;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body main section.multimidia .image img, body main section.multimidia .video img {
    opacity: 0.75;
    transform: scale(1.125);
  }
  body main section.multimidia .image .leia-mais, body main section.multimidia .video .leia-mais {
    opacity: 1;
    transform: scale(1);
  }
}
body main section.multimidia .image:hover img, body main section.multimidia .video:hover img {
  opacity: 0.75;
  transform: scale(1.125);
}
body main section.multimidia .image:hover .leia-mais, body main section.multimidia .video:hover .leia-mais {
  opacity: 1;
  transform: scale(1);
}
body main section.multimidia .cat {
  margin: 7px 0 13px;
}
body main section.multimidia .cat, body main section.multimidia .link {
  color: #575757;
  text-transform: uppercase;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 300;
  line-height: 1em;
}
body main section.multimidia .text {
  text-transform: uppercase;
  color: #000;
  font-family: "Timeless";
  line-height: 1.2em;
  height: 76px;
}
body main section.multimidia .link {
  float: right;
  margin-top: 20px;
  transition: all 0.5s ease;
}
body main section.multimidia .link:hover {
  margin-right: 20px;
}
body footer .footer {
  position: relative;
  border-bottom: 1px solid rgba(87, 87, 87, 0.25);
}
body footer .footer h1 {
  color: #014fa1;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
  padding: 30px 0;
}
body footer .footer .container-fluid {
  border-top: 1px solid rgba(87, 87, 87, 0.25);
  border-bottom: 1px solid rgba(87, 87, 87, 0.25);
}
body footer .footer .image {
  margin-top: 23px;
}
body footer .footer .image img {
  width: 100%;
}
body footer .footer .desc {
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3em;
  font-size: 0.85em;
  background: #f9f9f9;
}
@media screen and (max-width: 1200px) {
  body footer .footer .desc {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 991px) {
  body footer .footer .desc {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 768px) {
  body footer .footer .desc {
    font-size: 1.2em;
  }
}
body footer .footer .termo a {
  color: #000;
  font-weight: 700;
  font-size: 0.9em;
  width: 100%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1200px) {
  body footer .footer .termo a {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 991px) {
  body footer .footer .termo a {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 768px) {
  body footer .footer .termo a {
    font-size: 1.2em;
  }
}
body footer .footer .telefones {
  margin-top: 14px;
  font-size: 0.85em;
}
@media screen and (max-width: 1200px) {
  body footer .footer .telefones {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 991px) {
  body footer .footer .telefones {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  body footer .footer .telefones {
    width: 100%;
    text-align: center;
  }
}
body footer .footer .telefones > * {
  margin-top: 14px;
  display: inline-block;
  position: relative;
  padding-left: 2.5em;
  line-height: 1.2em;
  text-align: left;
}
body footer .footer .telefones > *:last-child {
  margin-top: 20px;
}
body footer .footer .telefones > * .text {
  color: #575757;
  display: block;
  font-size: 1.3em;
  font-weight: 700;
}
body footer .footer .telefones > * .number {
  color: #575757;
  display: block;
  font-size: 1.2em;
  position: relative;
  font-weight: 300;
  margin-top: 4px;
}
body footer .footer .telefones > * .number:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #575757;
  bottom: -3px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1200px) {
  body footer .footer .telefones > * .number {
    font-size: 1em;
  }
}
body footer .footer .telefones > *:before {
  display: inline-block;
  position: absolute;
  font-size: 2.5em;
  top: 11px;
  left: 0;
  transition: all 0.5s ease;
}
body footer .footer .telefones > *.telefone:before {
  content: "\f098";
  font-family: "Font Awesome 5 Free";
  color: #575757;
  font-weight: 900;
}
body footer .footer .telefones > *.whatsapp:before {
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
  color: #17cc20;
  font-weight: 100;
}
body footer .footer .telefones > *:hover:before {
  transform: scale(1.1);
}
body footer .footer .telefones > *:hover .number:before {
  width: 100%;
}
body footer .footer .telefones:after {
  display: table;
  content: "";
  clear: both;
}
body footer .footer .networks {
  margin-top: 17px;
}
body footer .footer .networks .title {
  font-size: 1.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body footer .footer .networks .title {
    display: none;
  }
}
body footer .footer .networks ul {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  body footer .footer .networks ul {
    margin: 0;
    text-align: center;
    margin-top: 18px;
  }
}
body footer .footer .networks ul li {
  display: inline-block;
  margin-right: 5px;
}
body footer .footer .networks ul li a {
  display: inline-block;
}
body footer .footer .networks ul li a i {
  color: #88909d;
  font-size: 2.1em;
  transition: all 0.5s ease;
}
body footer .footer .networks ul li a i:hover, body footer .footer .networks ul li a i:focus {
  transform: translateY(-3px);
}
body footer .footer .networks ul li a i:hover.fa-facebook, body footer .footer .networks ul li a i:focus.fa-facebook {
  color: #4267b2;
}
body footer .footer .networks ul li a i:hover.fa-twitter, body footer .footer .networks ul li a i:focus.fa-twitter {
  color: #1da1f2;
}
body footer .footer .networks ul li a i:hover.fa-youtube, body footer .footer .networks ul li a i:focus.fa-youtube {
  color: #f00;
}
body footer .footer .networks ul li a i:hover.fa-instagram, body footer .footer .networks ul li a i:focus.fa-instagram {
  color: #d10869;
}
@media screen and (max-width: 1200px) {
  body footer .footer .networks ul li a i {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 991px) {
  body footer .footer .networks ul li a i {
    font-size: 3em;
  }
}
@media screen and (max-width: 991px) {
  body footer .footer .local-buttons {
    margin-top: 50px;
  }
}
body footer .footer .local-buttons a {
  color: #c1c1c1;
  display: block;
  border-bottom: 1px solid rgba(87, 87, 87, 0.25);
}
body footer .footer .local-buttons a:last-child {
  border: 0;
}
body footer .footer .local-buttons a .icon {
  float: left;
  font-size: 1.8em;
  padding: 10px 0px 0px 10px;
}
body footer .footer .local-buttons a .box {
  float: left;
  width: calc(100% - 43px);
  padding: 15px 10px;
}
body footer .footer .local-buttons a .box .cat {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.65em;
}
body footer .footer .local-buttons a .box .title {
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1em;
  margin-bottom: 6px;
}
body footer .footer .local-buttons a .box .street {
  font-family: "Timeless";
  font-size: 1.2em;
  line-height: 1.2em;
}
@media screen and (max-width: 1200px) {
  body footer .footer .local-buttons a .box .street {
    font-size: 1em;
  }
}
body footer .footer .local-buttons a[aria-expanded=true] {
  background: #f9f9f9;
  border: 1px solid rgba(87, 87, 87, 0.25);
}
body footer .footer .local-buttons a[aria-expanded=true] .icon i {
  color: #fe0002;
}
body footer .footer .local-buttons a[aria-expanded=true] .box .cat, body footer .footer .local-buttons a[aria-expanded=true] .box .title, body footer .footer .local-buttons a[aria-expanded=true] .box .street {
  color: #000;
}
body footer .footer .local-buttons a:after {
  content: "";
  display: table;
  clear: both;
}
body footer .footer .local-buttons .multi-collapse .card {
  padding: 0;
  height: 300px;
}
body footer .footer .local-buttons .multi-collapse .card iframe {
  width: 100%;
  height: 100%;
}
body footer .footer .local-iframes {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: calc(100% - 90px);
  width: calc((100% - 1140px) / 2 + 206px);
}
@media screen and (max-width: 1200px) {
  body footer .footer .local-iframes {
    width: calc((100% - 960px) / 2 + 176px);
    height: 430px;
  }
}
@media screen and (max-width: 991px) {
  body footer .footer .local-iframes {
    width: calc((100% - 208px) / 2);
    height: 377px;
  }
}
@media screen and (max-width: 768px) {
  body footer .footer .local-iframes {
    width: calc((100% + 32px) / 2);
    height: 653px;
  }
}
@media screen and (max-width: 576px) {
  body footer .footer .local-iframes {
    width: calc((100% + 32px) / 2);
    height: 595px;
  }
}
body footer .footer .local-iframes .multi-collapse {
  width: 100%;
  height: 100%;
}
body footer .footer .local-iframes .multi-collapse .card-body {
  width: 100%;
  padding: 0;
  height: 100%;
}
body footer .footer .local-iframes .multi-collapse .card-body iframe {
  width: 100%;
  height: 100%;
}
body footer section.footer-novo {
  background-color: #fafafa;
}
body footer section.footer-novo .fundo {
  border-bottom: 1px solid gainsboro;
}
body footer section.footer-novo .contatos {
  padding: 30px 0;
}
body footer section.footer-novo .contatos .telefones {
  float: left;
  font-size: 0.85em;
}
@media screen and (max-width: 991px) {
  body footer section.footer-novo .contatos .telefones {
    display: none;
  }
}
body footer section.footer-novo .contatos .telefones > * {
  float: left;
  display: inline-block;
  position: relative;
  padding-left: 2.5em;
  line-height: 1.2em;
  text-align: left;
}
body footer section.footer-novo .contatos .telefones > * .text {
  color: #575757;
  display: block;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 3px;
}
body footer section.footer-novo .contatos .telefones > * .number {
  color: #014fa1;
  display: block;
  font-weight: 400;
  font-size: 1.5em;
  position: relative;
}
body footer section.footer-novo .contatos .telefones > * .number:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #575757;
  bottom: -3px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 360px) {
  body footer section.footer-novo .contatos .telefones > * .number {
    font-size: 1em;
  }
}
body footer section.footer-novo .contatos .telefones > *:before {
  display: inline-block;
  position: absolute;
  font-size: 2.5em;
  top: 11px;
  left: -6px;
  transition: all 0.5s ease;
}
body footer section.footer-novo .contatos .telefones > *.telefone {
  margin-right: 19px;
}
body footer section.footer-novo .contatos .telefones > *.telefone:before {
  content: "\f098";
  font-family: "Font Awesome 5 Free";
  color: #575757;
  font-weight: 900;
}
body footer section.footer-novo .contatos .telefones > *.whatsapp:before {
  content: "\f232";
  font-family: "Font Awesome 5 Brands";
  color: #17cc20;
  font-weight: 100;
}
body footer section.footer-novo .contatos .telefones > *:hover:before {
  transform: scale(1.1);
}
body footer section.footer-novo .contatos .telefones > *:hover .number:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body footer section.footer-novo .contatos .telefones > * {
    width: calc(50% - 12px);
  }
}
body footer section.footer-novo .contatos .telefones:after {
  display: table;
  content: "";
  clear: both;
}
body footer section.footer-novo .contatos .logo {
  width: 100%;
}
@media (max-width: 991px) {
  body footer section.footer-novo .contatos .logo {
    max-width: 250px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
}
body footer section.footer-novo .contatos .doutor {
  text-align: center;
  padding: 20px;
  font-weight: 500;
  line-height: 1.3em;
  font-size: 0.85em;
  border: 1px solid rgba(220, 220, 220, 0.6);
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 991px) {
  body footer section.footer-novo .contatos .doutor {
    margin-bottom: 30px;
  }
}
body footer section.footer-novo .networks li {
  display: inline-block;
}
body footer section.footer-novo .networks li a {
  display: inline-block;
}
body footer section.footer-novo .networks li a i {
  color: #88909d;
  font-size: 2em;
  transition: all 0.5s ease;
}
body footer section.footer-novo .networks li a i:hover, body footer section.footer-novo .networks li a i:focus {
  transform: translateY(-3px);
}
body footer section.footer-novo .networks li a i:hover.fa-facebook, body footer section.footer-novo .networks li a i:focus.fa-facebook {
  color: #4267b2;
}
body footer section.footer-novo .networks li a i:hover.fa-twitter, body footer section.footer-novo .networks li a i:focus.fa-twitter {
  color: #1da1f2;
}
body footer section.footer-novo .networks li a i:hover.fa-youtube, body footer section.footer-novo .networks li a i:focus.fa-youtube {
  color: #f00;
}
body footer section.footer-novo .networks li a i:hover.fa-instagram, body footer section.footer-novo .networks li a i:focus.fa-instagram {
  color: #d10869;
}
body footer section.footer-novo iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 991px) {
  body footer section.footer-novo iframe {
    height: 250px;
  }
}
body footer section.footer-novo .unidade {
  padding: 50px 30px;
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  padding-top: 60px;
  padding-bottom: 60px;
}
body footer section.footer-novo .unidade .ver-mapa {
  display: block;
  color: #014fa1;
  font-weight: 500;
  margin-top: 20px;
}
body footer section.footer-novo .unidade .ver-mapa i {
  font-size: 13px;
}
body footer section.footer-novo .unidade h4 {
  font-size: 14px;
  color: #575757;
  margin-bottom: 5px;
  font-family: "Roboto";
}
body footer section.footer-novo .unidade .endereco {
  line-height: 1.3;
}
body footer section.footer-novo .unidade .endereco strong {
  line-height: 1;
  font-family: "Timeless";
  font-size: 20px;
  display: block;
  margin-bottom: 8px;
  color: #014fa1;
}
@media (max-width: 991px) {
  body footer section.footer-novo .unidade {
    padding: 30px;
    border: none;
    padding: 30px;
    width: 100%;
    flex-basis: 100%;
  }
}
body footer section.footer-copy {
  background-color: #e9e9e9;
  border-top: 1px solid gainsboro;
  color: #575757;
  font-weight: 400;
  padding: 15px 0;
}
@media (max-width: 991px) {
  body footer section.footer-copy {
    text-align: center;
    font-size: 15px;
  }
  body footer section.footer-copy img {
    margin-top: 15px;
    max-width: 200px;
  }
}
body footer .footer-copyright {
  padding: 20px 0;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  body footer .footer-copyright {
    text-align: center;
  }
}
body footer .footer-copyright .text {
  padding-top: 19px;
  font-family: "Timeless";
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  body footer .footer-copyright .text {
    margin-bottom: 23px;
  }
}
body footer .footer-copyright .logo {
  margin-left: 30px;
}
body footer .footer-copyright .logo img {
  width: 257px;
  height: 52px;
}
body footer .footer-copyright .site-seguro img {
  width: 248px;
  height: 50px;
}
body footer .footer-copyright a {
  transition: all 0.5s ease;
}