@charset "UTF-8";
@font-face {
  font-family: "Product Sans";
  src: url("../font/productsans/ProductSans-BoldItalic.eot");
  src: url("../font/productsans/ProductSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/productsans/ProductSans-BoldItalic.woff2") format("woff2"), url("../font/productsans/ProductSans-BoldItalic.woff") format("woff"), url("../font/productsans/ProductSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Product Sans";
  src: url("../font/productsans/ProductSans-Bold.eot");
  src: url("../font/productsans/ProductSans-Bold.eot?#iefix") format("embedded-opentype"), url("../font/productsans/ProductSans-Bold.woff2") format("woff2"), url("../font/productsans/ProductSans-Bold.woff") format("woff"), url("../font/productsans/ProductSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Product Sans";
  src: url("../font/productsans/ProductSans-Italic.eot");
  src: url("../font/productsans/ProductSans-Italic.eot?#iefix") format("embedded-opentype"), url("../font/productsans/ProductSans-Italic.woff2") format("woff2"), url("../font/productsans/ProductSans-Italic.woff") format("woff"), url("../font/productsans/ProductSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Product Sans";
  src: url("../font/productsans/ProductSans-Regular.eot");
  src: url("../font/productsans/ProductSans-Regular.eot?#iefix") format("embedded-opentype"), url("../font/productsans/ProductSans-Regular.woff2") format("woff2"), url("../font/productsans/ProductSans-Regular.woff") format("woff"), url("../font/productsans/ProductSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: overlay;
  text-transform: uppercase;
  background: none;
  color: #fff;
  font-size: 0.8em;
  border: 1px solid #0b3a4c;
  padding: 10px 19px;
  position: relative;
  background: #0b3a4c;
  font-weight: 700;
  border-radius: 5px;
  letter-spacing: 1px;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn:focus, .btn:active {
  box-shadow: none !important;
}
.btn:hover, .btn:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 0.2);
  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: #4CBFB0;
  -webkit-transition: all 0.5s ease;
  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: #575757 !important;
  background: #575757 !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  border-color: #575757 !important;
  color: #575757 !important;
}
.btn.blue {
  border-color: #014fa1;
  background: #014fa1 !important;
}
.btn.blue:hover, .btn.blue:focus, .btn.blue:active {
  border-color: #014fa1 !important;
  color: #014fa1 !important;
}
.btn.blue.reverse {
  color: #fff !important;
  background: #014fa1 !important;
}
.btn.blue.reverse:before {
  background: #fff !important;
}
.btn.blue.reverse:hover, .btn.blue.reverse:focus, .btn.blue.reverse:active {
  background: #fff !important;
  border-color: #014fa1 !important;
  color: #014fa1 !important;
}
.btn.red {
  border-color: #f00 !important;
  color: #f00 !important;
}
.btn.red:before {
  background: #f00 !important;
}
.btn.red:hover, .btn.red:focus, .btn.red:active {
  background: #f00 !important;
  border-color: #f00 !important;
  color: #fff !important;
}
.btn.red.reverse {
  color: #fff !important;
  background: #f00 !important;
}
.btn.red.reverse:before {
  background: #fff !important;
}
.btn.red.reverse:hover, .btn.red.reverse:focus, .btn.red.reverse:active {
  background: #fff !important;
  border-color: #f00 !important;
  color: #f00 !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;
  -webkit-transition: all 0.5s ease;
  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;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.label:hover, .label:focus {
  color: #000;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 0.2);
  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;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1596px;
  }
  .container.padrao {
    max-width: 1140px;
  }
}
.lenteBloqueio {
  background-color: rgba(219, 0, 128, 0.75);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.lenteBloqueio.ativo {
  z-index: 999;
  opacity: 1;
}

/*Erro fomrulário*/
.has-error {
  border-color: red !important;
}

/*FUNÇÕES SASS*/
@font-face {
  font-family: "Product Sans";
  src: url("../font/productsans/ProductSans-BoldItalic.eot");
  src: url("../font/productsans/ProductSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../font/productsans/ProductSans-BoldItalic.woff2") format("woff2"), url("../font/productsans/ProductSans-BoldItalic.woff") format("woff"), url("../font/productsans/ProductSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Product Sans";
  src: url("../font/productsans/ProductSans-Bold.eot");
  src: url("../font/productsans/ProductSans-Bold.eot?#iefix") format("embedded-opentype"), url("../font/productsans/ProductSans-Bold.woff2") format("woff2"), url("../font/productsans/ProductSans-Bold.woff") format("woff"), url("../font/productsans/ProductSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Product Sans";
  src: url("../font/productsans/ProductSans-Italic.eot");
  src: url("../font/productsans/ProductSans-Italic.eot?#iefix") format("embedded-opentype"), url("../font/productsans/ProductSans-Italic.woff2") format("woff2"), url("../font/productsans/ProductSans-Italic.woff") format("woff"), url("../font/productsans/ProductSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Product Sans";
  src: url("../font/productsans/ProductSans-Regular.eot");
  src: url("../font/productsans/ProductSans-Regular.eot?#iefix") format("embedded-opentype"), url("../font/productsans/ProductSans-Regular.woff2") format("woff2"), url("../font/productsans/ProductSans-Regular.woff") format("woff"), url("../font/productsans/ProductSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
button {
  cursor: pointer;
}

body {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
}
body.overflow {
  overflow: hidden;
}
body section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 999;
  bottom: 80px;
  right: 20px;
  border-radius: 75px;
  box-shadow: 3px 1px 15px #7b7b7b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
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: 991px) {
  body section.botao_whatsapp {
    bottom: 62px;
  }
}
body .breadcrumb {
  background: transparent;
  position: relative;
  width: 100%;
  display: inherit;
  padding: 0px !important;
  z-index: 2;
  margin: auto;
}
body .breadcrumb .box-bread {
  position: absolute;
  bottom: 8px;
  left: 0px;
  width: 100%;
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-top: 15px;
  z-index: 1;
}
body .breadcrumb .box-bread ul > li {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  float: left;
  margin-right: 5px;
}
body .breadcrumb .box-bread ul > li i.fas.fa-chevron-right {
  font-size: 14px;
  margin-right: 10px;
  margin-left: 10px;
}
body .breadcrumb .box-bread ul > li:first-child {
  margin-right: 4px;
}
body .breadcrumb .box-bread ul > li .bread {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
body .breadcrumb .box-bread ul > li .bread i {
  margin-left: 8px;
}
body .breadcrumb .box-bread ul > li a {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
body .breadcrumb .box-bread ul > li a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #fff;
  bottom: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body .breadcrumb .box-bread ul > li a:hover:before, body .breadcrumb .box-bread ul > li a:focus:before {
  width: 100%;
}
body .breadcrumb .box-bread .back-link {
  font-size: 18px;
  font-weight: 600;
  float: right;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body .breadcrumb .box-bread .back-link {
    display: none;
  }
}
body section.error-404 {
  padding: 50px 0;
}
body section.error-404 .animated {
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  width: 100%;
  max-height: 450px;
  object-fit: contain;
}
body section.error-404 .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
body section.error-404 h1 {
  color: #4CC0B1;
  font-size: 2em;
  line-height: 60px;
}
body section.error-404 h1 span {
  font-size: 3em;
  display: block;
  font-weight: 600;
}
body section.error-404 h2 {
  font-size: 1.5em;
  margin-bottom: 50px;
}
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.error-404 .btn {
  background-color: #4CC0B1 !important;
  border-color: #4CC0B1 !important;
}
body section.error-404 .btn:hover {
  color: #fff !important;
}
body section.formulario-enviado {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #565656;
}
body section.formulario-enviado h1 {
  font-weight: 600;
  font-size: 2.8em;
}
body section.formulario-enviado p {
  font-weight: 500;
}
body section.formulario-enviado .btn {
  display: inline-block;
  font-weight: 700;
  background: #4CC0B1 !important;
  border-color: #4CC0B1 !important;
  color: #fff;
  padding: 11px 20px;
  border-radius: 7px;
  text-transform: none;
}
body section.formulario-enviado .btn:before {
  background: #4CC0B1;
}
body section.formulario-enviado .btn:hover, body section.formulario-enviado .btn:focus {
  color: #fff !important;
}
body section.modal-site {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
body section.modal-site.aberto {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: inherit;
  opacity: 1;
  z-index: 999;
}
body section.modal-site .lente {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(76, 191, 176, 0.5);
  z-index: -1;
}
body section.modal-site .box-modal {
  background: url("../image/bg-depoimentos.png");
  position: relative;
  padding: 15px;
  margin: 100px auto;
  display: block;
  max-width: 700px;
}
@media screen and (min-width: 1199px) {
  body section.modal-site .box-modal {
    padding: 50px;
  }
}
body section.modal-site .box-modal .button-close {
  position: absolute;
  font-size: 30px;
  top: 5px;
  right: 15px;
  color: #fff;
}
body section.modal-site .box-modal .button-close i {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body section.modal-site .box-modal .button-close i:hover {
  transform: scale(1.05);
}
body section.modal-site .box-modal .modal-titulo {
  margin-bottom: 20px;
}
body section.modal-site .box-modal .modal-titulo h2 {
  font-size: 31px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
body section.modal-site .box-modal .modal-titulo h5 {
  font-size: 20px;
  font-weight: 300;
  color: #565656;
}
body section.modal-site .box-modal form span {
  color: #000;
  position: absolute;
  left: 15px;
  font-size: 18px;
  font-weight: 600;
  top: 0px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body section.modal-site .box-modal form input, body section.modal-site .box-modal form select, body section.modal-site .box-modal form textarea {
  outline: none;
  background-color: white !important;
  border: 1px solid transparent;
  margin-bottom: 10px;
  padding: 10px 10px 10px;
  width: 100%;
  position: relative;
  z-index: 2;
}
body section.modal-site .box-modal form textarea {
  padding-top: 25px;
}
body section.modal-site .box-modal form label {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.1rem;
}
body section.modal-site .box-modal form label.top {
  display: none;
}
body section.modal-site .box-modal form .acao {
  text-align: right;
}
body section.modal-site .box-modal form .acao button.enviar {
  background-color: #ffff;
  color: #4CBFB0;
  font-size: 20px;
  font-weight: 600;
  padding: 4px 30px;
  border: 2px solid #000;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body section.modal-site .box-modal form .acao button.enviar:hover {
  background-color: white;
  color: #000;
}
body section.modal-site .box-modal form .acao button.enviar.blue {
  background-color: #fff;
  border: 2px solid #fff;
}
body section.modal-site .box-modal form .acao button.enviar.blue:hover {
  background-color: #4CBFB0;
  color: #fff;
}
body section.modal-site.index {
  overflow: auto;
}
body section.modal-site.index .box-modal {
  max-width: 1000px;
  padding: 0;
}
body section.modal-site.index .box-modal .button-close {
  top: -50px;
  right: -50px;
}
body section.modal-site.index .box-modal .galeria .video iframe {
  width: 100%;
  height: 500px;
}
body section.modal-site.index .box-modal .galeria .imagem .galeria-empresa-1 {
  margin: 0 -15px;
  width: calc(100% + 30px);
}
body section.modal-site.index .box-modal .box {
  background: #fff;
  padding: 10px;
  color: #424242;
  padding-top: 0;
}
body section.modal-site.index .box-modal .box .bloco-topo {
  display: flex;
}
body section.modal-site.index .box-modal .box .bloco-topo .data {
  flex: 1 0 0;
  text-align: left;
  color: #252525;
  font-weight: 700;
  font-size: 1.2em;
}
body section.modal-site.index .box-modal .box .bloco-topo .cat {
  flex: 1 0 0;
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
  color: #f00;
  font-size: 1.2em;
}
body section.modal-site.index .box-modal .box .titulo {
  text-align: center;
  padding: 10px;
  font-weight: 700;
  font-size: 1.8em;
}
body section.modal-site.index .box-modal .box .texto {
  font-weight: 100;
  margin-bottom: 10px;
}
body section.modal-site.index .box-modal .box .fechar-mobile {
  text-align: center;
  font-size: 32px;
  display: none;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  body section.modal-site.index .box-modal .box .fechar-mobile {
    display: block;
  }
}
body section.modal-site.index .box-modal .box .botao {
  margin: 0 0 -10px -10px;
}
body section.modal-site.index .box-modal .box .botao a {
  color: #fff;
  background: #fe0000;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 800;
  letter-spacing: inherit;
  text-transform: initial;
  font-size: 1em;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  body section.modal-site .modal-titulo h2 {
    font-size: 23px !important;
  }
  body section.modal-site .box-modal {
    margin: 0px;
    max-width: 100%;
    height: 100%;
    overflow: auto;
  }
}
body header .cabecario-topo {
  width: 100%;
  z-index: 99;
  background-color: #fff;
  /*Telefone e  Whatsapp*/
  /* ctas modais */
  /* Cta - Redes sociais*/
}
@media screen and (max-width: 1199px) {
  body header .cabecario-topo {
    position: relative;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  body header .cabecario-topo {
    margin-bottom: 20px;
  }
}
body header .cabecario-topo .custom-row {
  border-top: solid 0.5px #EAEAEA;
}
@media screen and (max-width: 991px) {
  body header .cabecario-topo .custom-row {
    border-top: solid 0.5px transparent;
  }
}
body header .cabecario-topo .custom-row .remove-padding-left {
  padding-left: 0;
}
body header .cabecario-topo .custom-row .remove-padding-right {
  padding-right: 0;
}
body header .cabecario-topo .logo-link {
  display: block;
  height: 100%;
  padding-right: 28px;
}
@media screen and (max-width: 991px) {
  body header .cabecario-topo .logo-link {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 420px) {
  body header .cabecario-topo .logo-link {
    margin-bottom: 0px;
  }
}
body header .cabecario-topo .logo-link .logo, body header .cabecario-topo .logo-link .logo-escuro {
  width: 100%;
  height: 125px;
}
body header .cabecario-topo .logo-link .logo img, body header .cabecario-topo .logo-link .logo-escuro img {
  width: 100%;
  max-width: 270px;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  body header .cabecario-topo .logo-link .logo {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  body header .cabecario-topo .logo-link .logo-escuro {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body header .cabecario-topo .box-menu-topo {
    display: none;
  }
}
body header .cabecario-topo .box-menu-topo ul {
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: row;
  margin-top: 8px;
  font-weight: 300;
  font-size: 1.1em;
  width: 80%;
  float: right;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  body header .cabecario-topo .box-menu-topo ul {
    width: 100%;
    float: none;
    margin: 18px 0;
    margin-bottom: 0;
  }
}
body header .cabecario-topo .box-menu-topo ul li {
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 1199px) {
  body header .cabecario-topo .box-menu-topo ul li {
    text-align: center;
  }
}
body header .cabecario-topo .box-menu-topo ul li a {
  color: #feee00;
  position: relative;
}
@media screen and (max-width: 1199px) {
  body header .cabecario-topo .box-menu-topo ul li a {
    color: #eb7d00;
  }
}
body header .cabecario-topo .box-menu-topo ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  height: 1px;
  width: 0px;
  background-color: #feee00;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  body header .cabecario-topo .box-menu-topo ul li a::after {
    background-color: #011941;
  }
}
body header .cabecario-topo .box-menu-topo ul li a:hover::after {
  width: 100%;
}
body header .cabecario-topo .box-contatos-main {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
body header .cabecario-topo .box-contatos-main a {
  padding-top: 10px;
}
@media screen and (max-width: 991px) {
  body header .cabecario-topo .box-contatos-main a {
    padding-top: 0px;
  }
}
body header .cabecario-topo .box-contatos-main a .box-contato {
  display: inline-flex;
  position: relative;
}
body header .cabecario-topo .box-contatos-main a .box-contato.first {
  margin-right: 15px;
}
body header .cabecario-topo .box-contatos-main a .box-contato .icon {
  font-size: 43px;
  margin-right: 5px;
}
body header .cabecario-topo .box-contatos-main a .box-contato .icon i.fas.fa-phone-square-alt {
  color: #4CBFB0;
}
@media screen and (max-width: 1199px) {
  body header .cabecario-topo .box-contatos-main a .box-contato .icon i.fas.fa-phone-square-alt {
    color: #4CBFB0;
  }
}
body header .cabecario-topo .box-contatos-main a .box-contato .icon i.fab.fa-whatsapp {
  color: #0ebd1a;
}
body header .cabecario-topo .box-contatos-main a .box-contato .txt {
  padding-top: 9px;
  white-space: nowrap;
}
body header .cabecario-topo .box-contatos-main a .box-contato .txt .ref {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.1em;
}
body header .cabecario-topo .box-contatos-main a .box-contato .txt .ref.whatsapp {
  color: #0ebd1a;
}
body header .cabecario-topo .box-contatos-main a .box-contato .txt .ref.atendimento {
  color: #4CBFB0;
}
@media screen and (max-width: 1199px) {
  body header .cabecario-topo .box-contatos-main a .box-contato .txt .ref {
    color: #000;
  }
}
@media screen and (max-width: 991px) {
  body header .cabecario-topo .box-contatos-main a .box-contato .txt .ref {
    font-weight: 800;
  }
}
@media screen and (max-width: 768px) {
  body header .cabecario-topo .box-contatos-main a .box-contato .txt .ref {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
body header .cabecario-topo .box-contatos-main a .box-contato .txt .number {
  font-size: 19px;
  font-weight: 300;
  color: #000;
  margin-top: -2px;
}
@media screen and (max-width: 1250px) and (min-width: 1199px) {
  body header .cabecario-topo .box-contatos-main a .box-contato .txt .number {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  body header .cabecario-topo .box-contatos-main a .box-contato .txt .number {
    color: #000;
  }
}
@media screen and (max-width: 991px) {
  body header .cabecario-topo .box-contatos-main a .box-contato .txt .number {
    font-weight: 800;
  }
}
@media screen and (max-width: 768px) {
  body header .cabecario-topo .box-contatos-main a .box-contato .txt .number {
    font-size: 17px;
  }
}
@media screen and (max-width: 370px) {
  body header .cabecario-topo .box-contatos-main a .box-contato .txt .number {
    font-size: 14px;
  }
}
@media screen and (max-width: 332px) {
  body header .cabecario-topo .box-contatos-main a .box-contato .txt .number {
    font-size: 13px;
  }
}
body header .cabecario-topo .box-contatos-main a .box-contato::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0px;
  height: 1px;
  width: 0px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  body header .cabecario-topo .box-contatos-main a .box-contato::after {
    background-color: #011941;
  }
}
body header .cabecario-topo .box-contatos-main a .box-contato:hover::after {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  body header .cabecario-topo .box-contatos-main a {
    display: flex;
    justify-content: space-around;
  }
  body header .cabecario-topo .box-contatos-main a .box-contato.first {
    margin-right: 0px;
  }
  body header .cabecario-topo .box-contatos-main a .box-contato .txt .number {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 325px) {
  body header .cabecario-topo .box-contatos-main a .box-contato .txt .number {
    font-size: 13px;
  }
}
body header .cabecario-topo .botoes-ctas {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 1250px) and (min-width: 1199px) {
  body header .cabecario-topo .botoes-ctas {
    max-width: 45%;
  }
}
@media screen and (max-width: 370px) {
  body header .cabecario-topo .botoes-ctas {
    flex-wrap: wrap;
  }
}
body header .cabecario-topo .botoes-ctas .acao-cta {
  display: flex;
  align-items: center;
}
body header .cabecario-topo .botoes-ctas .acao-cta.margin {
  margin-right: 5px;
}
body header .cabecario-topo .botoes-ctas .acao-cta a {
  background-color: #4CBFB0;
  border-radius: 8px;
  color: #fff;
  border: 0;
  padding: 5px 10px;
}
@media screen and (max-width: 1199px) {
  body header .cabecario-topo .botoes-ctas .acao-cta {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  body header .cabecario-topo .botoes-ctas .acao-cta {
    padding-top: 10px;
  }
}
@media screen and (max-width: 370px) {
  body header .cabecario-topo .botoes-ctas .acao-cta {
    width: 100%;
  }
  body header .cabecario-topo .botoes-ctas .acao-cta a {
    width: 100%;
  }
}
body header .cabecario-topo ul.redes-sociais {
  display: flex;
  justify-content: space-around;
  padding: 0px;
  /* padding-top: 16px; */
  align-items: center;
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  body header .cabecario-topo ul.redes-sociais {
    display: none;
  }
}
body header .cabecario-topo ul.redes-sociais li {
  list-style: none;
  font-size: 25px;
  padding-top: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body header .cabecario-topo ul.redes-sociais li a {
  color: #4CBFB0;
  display: inline-block;
  font-size: 26px;
}
body header .cabecario-topo ul.redes-sociais li a .icon {
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body header .cabecario-topo ul.redes-sociais li a .icon.insta {
  background-color: #4CBFB0;
  padding: 2px;
  border-radius: 2px;
}
body header .cabecario-topo ul.redes-sociais li a .icon:hover {
  transform: scale(1.2);
}
body header .cabecario-topo ul.redes-sociais li a .icon i.fa-facebook-square {
  color: #4CBFB0;
  font-size: 34px;
}
body header .cabecario-topo ul.redes-sociais li a .icon i.fa-youtube {
  color: #4CBFB0;
}
body header .cabecario-topo ul.redes-sociais li a .icon i.fa-instagram {
  background-color: #4CBFB0;
  color: #fff;
}
@media screen and (max-width: 991px) {
  body header .cabecario-topo ul.redes-sociais {
    display: none;
  }
}
body header .cabecario-topo ul.categorias {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 12px 0px;
  margin: 0;
}
body header .cabecario-topo ul.categorias li {
  list-style: none;
  margin: 0 10px;
}
body header .cabecario-topo ul.categorias li a.paginas {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  body header .cabecario-topo ul.categorias li a.paginas {
    color: #000;
  }
}
body header .cabecario-topo ul.categorias li a.paginas::before {
  z-index: 1;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background-color: #4CBFB0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
body header .cabecario-topo ul.categorias li a.paginas:hover::after, body header .cabecario-topo ul.categorias li a.paginas:hover::before, body header .cabecario-topo ul.categorias li a.paginas.atual::after, body header .cabecario-topo ul.categorias li a.paginas.atual::before {
  width: 60px;
  opacity: 1;
}
body header .cabecario-topo ul.categorias li.link-dropdown {
  position: relative;
  cursor: context-menu;
}
body header .cabecario-topo ul.categorias li.link-dropdown ul.menu-dropdown {
  position: absolute;
  width: 200px;
  top: 35px;
  left: 0px;
  padding: 0px;
  background-color: white;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body header .cabecario-topo ul.categorias li.link-dropdown ul.menu-dropdown.aberto {
  max-height: 200px;
}
body header .cabecario-topo ul.categorias li.link-dropdown ul.menu-dropdown li:first-child {
  border-bottom: 1px solid #cacaca;
}
body header .cabecario-topo ul.categorias li.link-dropdown ul.menu-dropdown li {
  padding: 5px 10px 5px 10px;
}
body header .cabecario-topo ul.categorias li.link-dropdown ul.menu-dropdown li a {
  text-transform: uppercase;
  color: #00539a;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body header .cabecario-topo ul.categorias li.link-dropdown ul.menu-dropdown li a:hover {
  color: #565656;
}
@media screen and (max-width: 991px) {
  body header .cabecario-topo ul.categorias {
    display: none;
  }
}
body header .cabecario-topo.segundo-header {
  position: relative;
}
body header .cabecario-topo.segundo-header .box-menu-topo ul li a {
  color: #4CBFB0;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
body header .cabecario-topo.segundo-header .box-menu-topo ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  height: 1px;
  width: 0px;
  background-color: #4CBFB0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body header .cabecario-topo.segundo-header .box-menu-topo ul li a:hover::after {
  width: 100%;
}
body header .cabecario-topo.segundo-header .box-contatos-main a .box-contato {
  position: relative;
}
body header .cabecario-topo.segundo-header .box-contatos-main a .box-contato .icon i.fas.fa-phone-square {
  color: #4CBFB0;
}
body header .cabecario-topo.segundo-header .box-contatos-main a .box-contato .txt {
  position: relative;
}
body header .cabecario-topo.segundo-header .box-contatos-main a .box-contato .txt .ref {
  color: #5b5b5b;
  font-weight: 800;
}
body header .cabecario-topo.segundo-header .box-contatos-main a .box-contato .txt .number {
  color: #5b5b5b;
}
body header .cabecario-topo.segundo-header .box-contatos-main a .box-contato::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0px;
  height: 1px;
  width: 0px;
  background-color: #5b5b5b;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body header .cabecario-topo.segundo-header .box-contatos-main a:hover .box-contato::after {
  width: 100%;
}
body header .cabecario-topo.segundo-header .botoes-ctas .acao-cta a {
  background: #4CBFB0;
  border-color: #4CBFB0;
  color: #fff;
}
body header .cabecario-topo.segundo-header .botoes-ctas .acao-cta a:before {
  background: #4CBFB0;
}
body header .cabecario-topo.segundo-header .botoes-ctas .acao-cta a:after {
  background: #4CBFB0;
}
body header .cabecario-topo.segundo-header .botoes-ctas .acao-cta a:hover {
  color: #4CBFB0;
}
body header .cabecario-topo.segundo-header .botoes-ctas .acao-cta a.white {
  background: #4CBFB0;
  border-color: #4CBFB0;
}
body header .cabecario-topo.segundo-header .botoes-ctas .acao-cta a.white:hover {
  color: #4CBFB0;
}
body header .cabecario-topo.segundo-header ul.categorias li a.paginas {
  color: #5b5b5b;
  font-weight: 500;
}
body header .cabecario-topo.segundo-header ul.redes-sociais li a i {
  text-shadow: 1px 2px 1px #c3c3c3;
}
body header .cabecario-topo.segundo-header ul.redes-sociais li a i.fa-facebook {
  color: #005a9f;
}
body header .cabecario-topo.segundo-header ul.redes-sociais li a i.fa-instagram {
  color: #ee68c4;
}
body header .cabecario-topo.segundo-header ul.redes-sociais li a i.fa-youtube {
  color: #f00;
}
body header .cabecario-topo.segundo-header ul.redes-sociais li a i:hover {
  text-shadow: none;
}
body header .menu-mobile {
  background-color: #fff;
  position: fixed;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body header .menu-mobile.aberto {
  top: 0px;
}
body header .menu-mobile .fechar {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #4cc1b2;
}
body header .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}
body header .menu-mobile .logo img {
  width: 100%;
  max-height: 85px;
  object-fit: contain;
}
body header .menu-mobile ul {
  padding: 0px;
}
body header .menu-mobile ul li {
  list-style: none;
  border: 1px solid #E5CB82;
  margin: 5px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
}
body header .menu-mobile ul li a {
  color: #4cc1b2;
  font-size: 19px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
}
body main {
  /**
  Nome
   */
  /* BANNER HOME - TOP */
  /**/
  /**/
}
body main section.formulario-argentina {
  position: relative;
  background: #36b8e9;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  padding: 20px 0px;
  overflow: hidden;
}
body main section.formulario-argentina .box {
  margin: auto;
  max-width: 850px;
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body main section.formulario-argentina .box h1 {
  font-family: "Androgyne";
  font-size: 30px;
  text-transform: uppercase;
  border-bottom: 3px solid;
  display: inline-block;
  padding-bottom: 15px;
}
body main section.formulario-argentina .box h2 {
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 13px;
  margin-bottom: 100px;
}
body main section.formulario-argentina .box .btn {
  text-transform: none;
  background: red !important;
  border-color: red !important;
  padding: 15px 21px;
  font-size: 16px;
}
body main section.formulario-argentina .textos {
  text-align: left;
  padding: 30px 0px;
  position: relative;
  z-index: 9;
}
body main section.formulario-argentina .textos > * {
  position: relative;
  z-index: 9;
}
body main section.formulario-argentina .textos .txt1 {
  font-size: 26px;
  line-height: 1.1;
  text-shadow: 2px 3px 4px #2f7e9a;
  margin-bottom: 30px;
  font-weight: 500;
}
body main section.formulario-argentina .textos .txt2 {
  font-size: 19px;
  font-weight: 300;
  text-shadow: 2px 3px 4px #2f7e9a;
  line-height: 0.9em;
}
body main section.formulario-argentina .textos .txt3 {
  font-size: 21px;
  font-weight: 400;
  text-shadow: 2px 3px 4px #2f7e9a;
}
body main section.formulario-argentina .textos:before {
  content: "";
  background: url("../image/argentina.png") no-repeat;
  display: block;
  position: absolute;
  left: -448px;
  top: -257px;
  width: 800px;
  height: 800px;
  z-index: 5;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  body main section.formulario-argentina .textos:before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body main section.formulario-argentina .textos {
    text-align: center;
  }
}
body main section.formulario-argentina .box-contatos {
  display: inline-block;
  padding: 30px 0px;
  position: relative;
  z-index: 9;
}
body main section.formulario-argentina .box-contatos .box-contato {
  background-color: white;
  display: flex;
  border-radius: 0px 0px 10px 10px;
  padding: 5px 30px;
  position: relative;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.formulario-argentina .box-contatos .box-contato.first {
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 1px;
}
body main section.formulario-argentina .box-contatos .box-contato .icon {
  font-size: 50px;
  margin-right: 10px;
}
body main section.formulario-argentina .box-contatos .box-contato .icon i.fas.fa-phone-square {
  color: #8cd1f2;
}
body main section.formulario-argentina .box-contatos .box-contato .icon i.fab.fa-whatsapp {
  color: #0ebd1a;
}
body main section.formulario-argentina .box-contatos .box-contato .txt {
  padding-top: 9px;
  white-space: nowrap;
}
body main section.formulario-argentina .box-contatos .box-contato .txt .ref {
  font-size: 14px;
  font-weight: 800;
  color: #565656;
  letter-spacing: 0.05em;
}
body main section.formulario-argentina .box-contatos .box-contato .txt .number {
  font-size: 23px;
  font-weight: 400;
  color: #565656;
  margin-top: -2px;
}
body main section.formulario-argentina .box-contatos .box-contato:hover {
  background-color: #001240;
}
body main section.formulario-argentina .box-contatos .box-contato:hover .icon i.fas.fa-phone-square, body main section.formulario-argentina .box-contatos .box-contato:hover .icon i.fab.fa-whatsapp {
  color: white;
}
body main section.formulario-argentina .box-contatos .box-contato:hover .txt .ref, body main section.formulario-argentina .box-contatos .box-contato:hover .txt .number {
  color: white;
}
body main section.formulario-argentina .formulario-envio {
  padding: 30px 0px;
  position: relative;
  z-index: 9;
}
body main section.formulario-argentina .formulario-envio > * {
  position: relative;
  z-index: 9;
}
body main section.formulario-argentina .formulario-envio .campo input, body main section.formulario-argentina .formulario-envio .campo textarea {
  border: 1px solid transparent;
  border-radius: 8px;
  margin-bottom: 5px;
  width: 100%;
  max-width: 300px;
  font-size: 15px;
  padding: 5px 10px;
  outline: none;
  height: 40px;
}
body main section.formulario-argentina .formulario-envio .acao {
  text-align: center;
}
body main section.formulario-argentina .formulario-envio .acao button {
  cursor: pointer;
  background-color: #0051a0;
  font-size: 17px;
  font-weight: 700;
  color: white;
  padding: 5px 13px;
  min-width: 199px;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.formulario-argentina .formulario-envio .acao button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 100%;
  background-color: white;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.formulario-argentina .formulario-envio .acao button:hover {
  color: #0051a0;
}
body main section.formulario-argentina .formulario-envio .acao button:hover::after {
  top: 0px;
}
body main section.formulario-argentina .formulario-envio .acao button:active, body main section.formulario-argentina .formulario-envio .acao button:focus {
  outline: none;
  box-shadow: none;
}
body main section.formulario-argentina .formulario-envio:after {
  content: "";
  background: url("../image/uruguai.png") no-repeat;
  display: block;
  position: absolute;
  right: -300px;
  top: -89px;
  width: 776px;
  height: 491px;
  z-index: 5;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  body main section.formulario-argentina .formulario-envio:after {
    display: none;
  }
}
body main section.galeria {
  margin-bottom: 50px;
  margin-top: 50px;
}
body main section.galeria .box-galeria .galeria-empresa-1 .item {
  height: 550px;
  position: relative;
}
body main section.galeria .box-galeria .galeria-empresa-1 .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body main section.galeria .box-galeria .galeria-empresa-1 .item .conteudo-img {
  position: absolute;
  bottom: 0px;
  padding: 20px 100px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
}
body main section.galeria .box-galeria .galeria-empresa-1 .item .conteudo-img h2 {
  font-family: "Androgyne";
  font-size: 28px;
  color: white;
  max-height: 33px;
  overflow: hidden;
}
body main section.galeria .box-galeria .galeria-empresa-1 .item .conteudo-img h4 {
  color: white;
  overflow: hidden;
  max-height: 72px;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  body main section.galeria .box-galeria .galeria-empresa-1 .item {
    height: 400px;
  }
  body main section.galeria .box-galeria .galeria-empresa-1 .item .conteudo-img {
    padding: 20px 10px;
  }
  body main section.galeria .box-galeria .galeria-empresa-1 .item .conteudo-img h2 {
    font-size: 19px;
    height: auto;
  }
  body main section.galeria .box-galeria .galeria-empresa-1 .item .conteudo-img h4 {
    font-size: 13px;
    height: 75px;
  }
}
body main section.galeria .box-galeria .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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.galeria .box-galeria .galeria-empresa-1 i.fas.fa-chevron-left:hover {
  background-color: #bf8500;
}
body main section.galeria .box-galeria .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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.galeria .box-galeria .galeria-empresa-1 i.fas.fa-chevron-right:hover {
  background-color: #bf8500;
}
@media screen and (max-width: 768px) {
  body main section.galeria .box-galeria .galeria-empresa-2 {
    display: none;
  }
}
body main section.galeria .box-galeria .galeria-empresa-2 .item {
  height: 125px;
  cursor: pointer;
}
body main section.galeria .box-galeria .galeria-empresa-2 .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body main section.galeria .box-galeria .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 section.galeria .box-galeria .galeria-empresa-2 i.fas.fa-chevron-left::after {
  content: "";
  position: absolute;
  top: -59px;
  left: -10px;
  width: 30px;
  height: 125px;
  background-color: #2b2b2bcc;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.galeria .box-galeria .galeria-empresa-2 i.fas.fa-chevron-left:hover::after {
  background-color: black;
}
body main section.galeria .box-galeria .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 section.galeria .box-galeria .galeria-empresa-2 i.fas.fa-chevron-right::after {
  content: "";
  position: absolute;
  top: -59px;
  right: -10px;
  width: 30px;
  height: 125px;
  background-color: #2b2b2bcc;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.galeria .box-galeria .galeria-empresa-2 i.fas.fa-chevron-right:hover::after {
  background-color: black;
}
body main section.conteudo-pagina {
  padding-top: 50px;
}
body main section.conteudo-pagina h1 {
  color: #f00;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
body main section.conteudo-pagina h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 7px;
  width: 100px;
  background: #c1c1c1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body main section.conteudo-pagina h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 47px;
  height: 1px;
  width: calc(100% - 47px);
  background: #c1c1c1;
}
body main section.conteudo-pagina .texto {
  font-weight: 400;
  font-size: 0.9em;
}
body main section.conteudo-pagina .image {
  margin-bottom: 30px;
}
body main section.conteudo-pagina .image img {
  width: 100%;
}
body main section.separador-especialistas {
  background: url("../image/bg-especialista.png");
  background-size: cover;
}
body main section.separador-especialistas .title-container h1 {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  padding: 35px;
  margin: 0;
}
@media screen and (max-width: 400px) {
  body main section.separador-especialistas .title-container h1 {
    padding: 35px 0;
    font-size: 1.5rem;
  }
}
body main section.separador-especialistas .especialista-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
body main section.separador-especialistas .especialista-container .inner-container {
  width: 80%;
  max-width: 270px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main section.separador-especialistas .especialista-container .inner-container:hover a .image-container {
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
  transform-origin: center;
}
body main section.separador-especialistas .especialista-container .inner-container a.img-link {
  display: flex;
  justify-content: center;
}
body main section.separador-especialistas .especialista-container .inner-container a.img-link .image-container {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 250px;
  overflow: hidden;
  width: 220px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.separador-especialistas .especialista-container .inner-container a.img-link .image-container img {
  width: 220px;
  height: 220px;
  object-fit: cover;
}
body main section.separador-especialistas .especialista-container .inner-container h2 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 15px 0;
  text-align: center;
  height: 44px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body main section.separador-especialistas .especialista-container .inner-container h2 {
    height: auto;
  }
}
body main section.separador-especialistas .especialista-container .inner-container .text {
  color: #fff;
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 1.1rem;
  text-align: center;
}
body main section.separador-especialistas .especialista-container .inner-container a {
  color: #4CBFB0;
  width: 100%;
  margin-bottom: 15px;
}
body main section.separador-especialistas .especialista-container .inner-container a .button-container {
  background-color: #fff;
  border-radius: 20px;
  padding: 4px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.separador-especialistas .especialista-container .inner-container a .button-container:hover {
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
  transform-origin: center;
}
body main section.separador-especialistas .especialista-container .inner-container .social-container {
  display: flex;
  margin-bottom: 20px;
}
body main section.separador-especialistas .especialista-container .inner-container .social-container .button {
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.separador-especialistas .especialista-container .inner-container .social-container .button a {
  color: #fff;
  font-size: 37px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.separador-especialistas .especialista-container .inner-container .social-container .button a i {
  border-radius: 3px;
  padding: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.separador-especialistas .especialista-container .inner-container .social-container .button a i.fa-instagram {
  background-color: #fff;
  font-size: 28px;
  color: #e5ca81;
}
body main section.separador-especialistas .especialista-container .inner-container .social-container .button a i:hover {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
  transform-origin: center;
}
body main section.separador-especialidades-destaque .container-fluid {
  background-color: #C2A967;
}
body main section.separador-especialidades-destaque .container-fluid .row {
  text-align: center;
}
body main section.separador-especialidades-destaque .container-fluid .row h1 {
  width: 100%;
  padding: 20px;
  font-weight: 900;
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 400px) {
  body main section.separador-especialidades-destaque .container-fluid .row h1 {
    font-size: 2rem;
  }
}
body main section.separador-especialidades-destaque .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
}
body main section.separador-especialidades-destaque .wrapper .card-container {
  width: 16%;
  border-radius: 10px;
  border: solid 2px transparent;
  margin-right: 7px;
  min-width: 280px;
  margin: 2px -2px -2px 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.separador-especialidades-destaque .wrapper .card-container:hover {
  border: solid 2px #cecece;
  box-shadow: 6px 6px 0px 0px #cecece;
  margin: -2px 2px 2px -2px;
}
body main section.separador-especialidades-destaque .wrapper .card-container .inner-container {
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main section.separador-especialidades-destaque .wrapper .card-container .inner-container img {
  margin: 15px 0;
  height: 100px;
}
body main section.separador-especialidades-destaque .wrapper .card-container .inner-container h2 {
  color: #4CBFB0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}
body main section.separador-especialidades-destaque .wrapper .card-container .inner-container .descricao {
  font-size: 0.95rem;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 67px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  body main section.separador-especialidades-destaque .wrapper .card-container .inner-container .descricao {
    height: initial;
  }
}
body main section.separador-especialidades-destaque .wrapper .card-container .inner-container a {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.2rem;
  width: 100%;
  cursor: pointer;
}
body main section.separador-especialidades-destaque .wrapper .card-container .inner-container a .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #4CBFB0;
  border-radius: 10px;
  border: solid 2px transparent;
  height: 25px;
  padding: 20px 0;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
body main section.separador-especialidades-destaque .wrapper .card-container .inner-container a .button:hover {
  border: solid 2px #C2A967;
  background-color: #fff;
  color: #4CBFB0;
}
body main section.separador-atendimento-personalizado {
  margin: 35px 0;
}
body main section.separador-atendimento-personalizado .custom-row {
  align-items: center;
}
body main section.separador-atendimento-personalizado .text-container .atendimento {
  border-bottom: solid 2px #4CBFB0;
  color: #4CBFB0;
}
body main section.separador-atendimento-personalizado .text-container .atendimento h2 {
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  body main section.separador-atendimento-personalizado .text-container .atendimento h2 {
    font-size: 1.5rem;
  }
}
body main section.separador-atendimento-personalizado .text-container .agende {
  margin-top: 0.5rem;
}
body main section.separador-atendimento-personalizado .text-container .agende h2 {
  color: #C2A967;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 2.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  body main section.separador-atendimento-personalizado .text-container .agende h2 {
    font-size: 1.5rem;
  }
}
body main section.separador-atendimento-personalizado .button-container a {
  color: #000;
}
body main section.separador-atendimento-personalizado .button-container a .whatsapp {
  display: flex;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body main section.separador-atendimento-personalizado .button-container a .whatsapp:hover {
  transform: scale(1.05);
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  body main section.separador-atendimento-personalizado .button-container a .whatsapp {
    justify-content: center;
    margin-top: 20px;
  }
}
body main section.separador-atendimento-personalizado .button-container a .whatsapp img {
  width: 50px;
  height: 50px;
}
body main section.separador-atendimento-personalizado .button-container a .whatsapp .text {
  color: #00C602;
  text-transform: uppercase;
  font-size: 0.9rem;
}
body main section.separador-atendimento-personalizado .button-container a .whatsapp .number {
  font-size: 1.3rem;
}
@media screen and (max-width: 1320px) and (min-width: 1200px) {
  body main section.separador-atendimento-personalizado .button-container a .whatsapp .number {
    font-size: 1.1rem;
  }
}
body main section.separador-atendimento-personalizado .button-container a .button {
  background-color: #4CBFB0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 100%;
  border-radius: 25px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body main section.separador-atendimento-personalizado .button-container a .button:hover {
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
  transform-origin: center;
}
body main section.separador-planos-saude {
  background-color: #FFF9F3;
  padding: 35px 0 0 0;
}
body main section.separador-planos-saude .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
body main section.separador-planos-saude .title h1 {
  color: #4CBFB0;
  font-weight: 900;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  body main section.separador-planos-saude .title h1 {
    font-size: 1.8rem;
  }
}
body main section.separador-planos-saude .owl-planos {
  display: flex;
  justify-content: center;
  align-items: center;
}
body main section.separador-planos-saude .box-planos {
  display: flex;
  justify-content: center;
  align-items: center;
}
body main section.separador-planos-saude .box-planos .img-plano {
  height: 100px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body main section.separador-planos-saude .box-planos .img-plano img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
body main section.separador-planos-saude .owl-carousel {
  padding-bottom: 35px;
}
body main section.separador-planos-saude .owl-carousel .owl-dots {
  text-align: center;
  color: #7b7a7a;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
body main section.separador-planos-saude .owl-carousel .owl-dots button.owl-dot {
  background: url("../image/dots.png") no-repeat;
  width: 25px;
  height: 25px;
  margin: 0 5px;
}
body main section.separador-planos-saude .owl-carousel .owl-dots button.owl-dot.active {
  background: url("../image/dots-active.png") no-repeat;
}
body main section.separador-planos-saude .owl-carousel .owl-dots button.owl-dot:active, body main section.separador-planos-saude .owl-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
body main section.separador-depoimentos {
  background: url("../image/bg-depoimentos.png");
  padding: 35px 0 0 0;
}
body main section.separador-depoimentos .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
body main section.separador-depoimentos .title h1 {
  color: #fff;
  font-weight: 900;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  body main section.separador-depoimentos .title h1 {
    font-size: 1.8rem;
  }
}
body main section.separador-depoimentos .owl-depoimentos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px !important;
}
body main section.separador-depoimentos .box-depoimentos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 50px;
}
@media screen and (max-width: 550px) {
  body main section.separador-depoimentos .box-depoimentos {
    margin: 0 10px;
  }
}
body main section.separador-depoimentos .box-depoimentos .inner-depoimentos {
  background: url("../image/depoimento.png");
  padding: 40px;
}
body main section.separador-depoimentos .box-depoimentos .inner-depoimentos .first {
  display: flex;
  align-items: center;
}
body main section.separador-depoimentos .box-depoimentos .inner-depoimentos .first img {
  width: 75px;
  margin-right: 15px;
}
@media screen and (max-width: 550px) {
  body main section.separador-depoimentos .box-depoimentos .inner-depoimentos .first img {
    display: none;
  }
}
body main section.separador-depoimentos .box-depoimentos .inner-depoimentos .first .text {
  color: #fff;
  font-weight: 300;
}
body main section.separador-depoimentos .box-depoimentos .inner-depoimentos .second {
  margin-top: 20px;
  padding-left: 75px;
  margin-left: 7px;
  color: #fff;
}
@media screen and (max-width: 550px) {
  body main section.separador-depoimentos .box-depoimentos .inner-depoimentos .second {
    padding: 0;
  }
}
body main section.separador-depoimentos .box-depoimentos .inner-depoimentos .second .author {
  font-weight: 900;
  font-size: 1.2rem;
}
body main section.separador-depoimentos .box-depoimentos .inner-depoimentos .second .location {
  font-weight: 300;
}
body main section.separador-depoimentos .owl-carousel {
  padding-bottom: 35px;
}
body main section.separador-depoimentos .owl-carousel .owl-dots {
  text-align: center;
  color: #7b7a7a;
  position: absolute;
  bottom: 8px;
  right: 0px;
  width: 100%;
}
body main section.separador-depoimentos .owl-carousel .owl-dots button.owl-dot {
  background: url("../image/dots.png") no-repeat;
  width: 25px;
  height: 25px;
  margin: 0 5px;
}
body main section.separador-depoimentos .owl-carousel .owl-dots button.owl-dot.active {
  background: url("../image/dots-active.png") no-repeat;
}
body main section.separador-depoimentos .owl-carousel .owl-dots button.owl-dot:active, body main section.separador-depoimentos .owl-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
body main section.separador-novidades {
  padding: 35px 0 35px 0;
}
body main section.separador-novidades .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
body main section.separador-novidades .title h1 {
  color: #4CBFB0;
  font-weight: 900;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  body main section.separador-novidades .title h1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  body main section.separador-novidades .card-container {
    margin-bottom: 20px;
  }
}
body main section.separador-novidades .card-container a:hover .inner-container img {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
body main section.separador-novidades .card-container a .inner-container {
  margin: 10px;
  position: relative;
}
body main section.separador-novidades .card-container a .inner-container h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #C2A967;
  font-weight: 300;
}
body main section.separador-novidades .card-container a .inner-container .thumb {
  width: 100%;
  background: #eee;
  border-radius: 2px;
  display: block;
  position: relative;
}
body main section.separador-novidades .card-container a .inner-container .thumb::before {
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../../media/imagens/icon-arrow.png") center no-repeat #C2A967;
  -webkit-filter: opacity(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body main section.separador-novidades .card-container a .inner-container .thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.separador-novidades .card-container a .inner-container:hover .thumb::before {
  -webkit-filter: opacity(1);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
body main section.separador-novidades .card-container a .inner-container h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #4CBFB0;
  font-weight: 300;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1550px) and (min-width: 992px) {
  body main section.separador-novidades .card-container a .inner-container h3 {
    height: 60px;
    overflow: hidden;
  }
}
body main section.separador-novidades .card-container a .inner-container h4 {
  font-size: 1.2rem;
  font-weight: 300;
  color: #000;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
body main section.separador-novidades .card-container a .inner-container div.button-container {
  display: flex;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body main section.separador-novidades .card-container a .inner-container div.button-container:hover .button {
  box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 0.5);
}
body main section.separador-novidades .card-container a .inner-container div.button-container .button {
  background-color: #4CBFB0;
  padding: 7px 15px;
  border-radius: 5px;
  margin: 2px -2px -2px 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body main section.separador-corpo-clinico {
  background-image: url("../image/bg-especialista.png");
  background-size: 100% 380px;
  background-repeat: no-repeat;
}
body main section.separador-corpo-clinico .title-container h1 {
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  padding: 35px;
  margin: 0;
}
@media screen and (max-width: 400px) {
  body main section.separador-corpo-clinico .title-container h1 {
    padding: 35px 0;
    font-size: 1.5rem;
  }
}
body main section.separador-corpo-clinico .especialista-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
body main section.separador-corpo-clinico .especialista-container .inner-container {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main section.separador-corpo-clinico .especialista-container .inner-container:hover .image-container {
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
  transform-origin: center;
}
body main section.separador-corpo-clinico .especialista-container .inner-container .image-container {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 250px;
  overflow: hidden;
  width: 220px;
  min-height: 220px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.separador-corpo-clinico .especialista-container .inner-container .image-container img {
  width: 220px;
  height: 220px;
  object-fit: cover;
}
body main section.separador-corpo-clinico .especialista-container .inner-container .wrapper {
  background-color: #fff;
  border-radius: 35px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
body main section.separador-corpo-clinico .especialista-container .inner-container .wrapper h2 {
  color: #555555;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0;
  text-align: center;
}
body main section.separador-corpo-clinico .especialista-container .inner-container .wrapper .text {
  color: #000;
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 1.1rem;
  text-align: center;
}
body main section.separador-corpo-clinico .especialista-container .inner-container .wrapper .titulacoes {
  padding: 0px 20px 30px 20px;
}
body main section.separador-corpo-clinico .especialista-container .inner-container .wrapper .titulacoes .titulo {
  color: #555555;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
body main section.separador-corpo-clinico .especialista-container .inner-container .wrapper .titulacoes .listagem {
  color: #555555;
  font-weight: 300;
  font-size: 1.2rem;
}
body main section.separador-corpo-clinico .especialista-container .inner-container a {
  color: #fff;
  width: 100%;
  max-width: 250px;
  margin-bottom: 25px;
}
body main section.separador-corpo-clinico .especialista-container .inner-container a .button-container {
  background-color: #4CBFB0;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.separador-corpo-clinico .especialista-container .inner-container a .button-container:hover {
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
  transform-origin: center;
}
body main section.separador-corpo-clinico .especialista-container .inner-container .social-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
body main section.separador-corpo-clinico .especialista-container .inner-container .social-container a {
  color: #4CBFB0;
  font-size: 36px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.separador-corpo-clinico .especialista-container .inner-container .social-container a i {
  border-radius: 3px;
  padding: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.separador-corpo-clinico .especialista-container .inner-container .social-container a i.fa-instagram {
  background-color: #4CBFB0;
  font-size: 26px;
  color: #fff;
}
body main section.separador-corpo-clinico .especialista-container .inner-container .social-container a i:hover {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
  transform-origin: center;
  border-radius: 25px;
}
body main section.galeria-sobre .owl-galeria-sobre .image-container {
  width: 100%;
  height: 500px;
}
body main section.galeria-sobre .owl-galeria-sobre .image-container img {
  object-fit: cover;
  height: 100%;
}
body main section.galeria-sobre .owl-carousel {
  padding-bottom: 45px;
}
body main section.galeria-sobre .owl-carousel .owl-dots {
  text-align: center;
  color: #7b7a7a;
  position: absolute;
  bottom: 2px;
  right: 0px;
  width: 100%;
}
body main section.galeria-sobre .owl-carousel .owl-dots button.owl-dot {
  background: url("../image/dots2.png") no-repeat;
  width: 25px;
  height: 25px;
  margin: 0 5px;
}
body main section.galeria-sobre .owl-carousel .owl-dots button.owl-dot.active {
  background: url("../image/dots-active2.png") no-repeat;
}
body main section.galeria-sobre .owl-carousel .owl-dots button.owl-dot:active, body main section.galeria-sobre .owl-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
body main section.blog-lateral {
  /*  button*/
  /*button hover*/
}
body main section.blog-lateral .noticia {
  display: block;
}
body main section.blog-lateral .noticia .thumb {
  width: 100%;
  background: #eee;
  border-radius: 2px;
  display: block;
  position: relative;
}
body main section.blog-lateral .noticia .thumb::before {
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../../media/imagens/icon-arrow.png") center no-repeat #C2A967;
  -webkit-filter: opacity(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body main section.blog-lateral .noticia .thumb img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 2px;
}
body main section.blog-lateral .noticia h4 {
  color: #000;
  font-size: 1rem;
  margin: 10px 0;
  font-style: italic;
  font-weight: 300;
}
body main section.blog-lateral .noticia h2 {
  font-size: 1.8rem;
  color: #2b2b2b;
  padding: 15px 0;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
@media screen and (max-width: 1300px) {
  body main section.blog-lateral .noticia h2 {
    font-size: 1.5rem;
  }
}
body main section.blog-lateral .noticia h2:after {
  content: "";
  height: 4px;
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #38ac9d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.blog-lateral .noticia h3 {
  font-size: 1.1rem;
  line-height: 22px;
  color: #000;
  font-weight: 300;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
body main section.blog-lateral .noticia .leia-mais {
  width: fit-content;
  padding: 10px 60px;
  background-color: #38ac9d;
  color: #fff;
  font-size: 1.2rem;
  margin: 20px 0 40px 0;
}
body main section.blog-lateral .noticia .tag {
  display: block;
  font-size: 0.938em;
  color: grey;
  margin: 10px 0px;
}
body main section.blog-lateral .noticia:hover .thumb::before {
  -webkit-filter: opacity(1);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
body main section.blog-lateral .noticia:hover h2 {
  color: grey;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
body main section.blog-lateral .noticia:hover h2:after {
  width: 100%;
}
body main section.blog-lateral .noticia:hover h3 {
  color: grey;
}
body main section.blog-lateral .noticia:hover .mais {
  background: white;
  border-color: #00539a;
  color: #00539a;
}
body main div.post-share {
  display: flex;
  margin: 10px 0;
  align-items: center;
  color: #565656;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
body main div.post-share a i {
  font-size: 1.5rem;
  margin: 5px;
  color: #4CBFB0;
}
body main section.especialidades-interna {
  margin: 35px 0;
}
body main section.especialidades-interna .coluna1 .categorias-container {
  background-color: #fff;
  border-radius: 35px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  padding: 50px;
}
body main section.especialidades-interna .coluna1 .categorias-container h2 {
  text-transform: uppercase;
  color: #555;
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
body main section.especialidades-interna .coluna1 .categorias-container div.categoria {
  border-bottom: solid 1px #4cbfb0;
  cursor: pointer;
}
body main section.especialidades-interna .coluna1 .categorias-container div.categoria .text {
  letter-spacing: 0.3px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.especialidades-interna .coluna1 .categorias-container div.categoria span {
  font-size: 0.8rem;
  padding-right: 5px;
}
body main section.especialidades-interna .coluna1 .categorias-container div.categoria ul {
  margin-bottom: 0;
  max-height: 0px;
  overflow: hidden;
}
body main section.especialidades-interna .coluna1 .categorias-container div.categoria ul.aberto {
  max-height: 100%;
}
body main section.especialidades-interna .coluna1 .categorias-container div.categoria ul li {
  color: #555;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 0;
  list-style: none;
}
body main section.especialidades-interna .conteudo-container .conteudo {
  padding: 0 20px;
}
body main section.especialidades {
  padding: 0px 0px 50px 0px;
  background-image: url("../image/bg-depoimentos.png");
  background-size: 100% 300px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  body main section.especialidades {
    background-size: 100% 350px;
  }
}
@media screen and (max-width: 536px) {
  body main section.especialidades {
    background-size: 100% 500px;
  }
}
body main section.especialidades .title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0;
}
@media screen and (max-width: 1350px) {
  body main section.especialidades .title-container {
    padding-bottom: 15px;
  }
}
body main section.especialidades .title-container h1 {
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  body main section.especialidades .title-container h1 {
    font-size: 2rem;
  }
}
body main section.especialidades .custom-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1350px) {
  body main section.especialidades .custom-row {
    padding-bottom: 25px;
  }
}
body main section.especialidades .categoria-container {
  margin-bottom: 50px;
  margin-right: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 1350px) {
  body main section.especialidades .categoria-container {
    margin-bottom: 0;
  }
}
body main section.especialidades .categoria-container a {
  position: relative;
  font-weight: 400;
  color: #fff;
  width: 240px;
  height: 86px;
  max-width: 240px;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  padding: 15px 15px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.especialidades .categoria-container a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 1px;
  width: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body main section.especialidades .categoria-container a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 5px;
  width: 100%;
  background: #fff;
}
body main section.especialidades .categoria-container.active a, body main section.especialidades .categoria-container:hover a {
  color: #4cc1b2;
}
body main section.especialidades .categoria-container.active a:before, body main section.especialidades .categoria-container:hover a:before {
  height: 100%;
  background: #fff;
}
body main section.especialidades .especialidade-container {
  padding: 0px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  body main section.especialidades .especialidade-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 650px) {
  body main section.especialidades .especialidade-container {
    padding: 0 15px;
  }
}
body main section.especialidades .especialidade-container .inner-container {
  background-color: #fff;
  border-radius: 35px;
  position: relative;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body main section.especialidades .especialidade-container .inner-container:hover {
  transform: scale(1.02);
  transform-origin: center;
  box-shadow: 0px 0px 5px 1px rgba(76, 191, 176, 0.3);
}
body main section.especialidades .especialidade-container .inner-container a img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-top-right-radius: 35px;
  border-top-left-radius: 35px;
}
body main section.especialidades .especialidade-container .inner-container .wrapper {
  padding: 35px;
  padding-bottom: 150px;
}
@media screen and (max-width: 420px) {
  body main section.especialidades .especialidade-container .inner-container .wrapper {
    padding: 15px;
    padding-bottom: 150px;
  }
  body main section.especialidades .especialidade-container .inner-container .wrapper h2 {
    font-size: 1.2rem;
  }
  body main section.especialidades .especialidade-container .inner-container .wrapper h3 {
    font-size: 1rem;
  }
}
body main section.especialidades .especialidade-container .inner-container .wrapper h2 {
  text-transform: uppercase;
  color: #565656;
  font-weight: 900;
  font-size: 1.4rem;
}
@media screen and (max-width: 360px) {
  body main section.especialidades .especialidade-container .inner-container .wrapper h2 {
    font-size: 1.2rem;
  }
}
body main section.especialidades .especialidade-container .inner-container .wrapper h3 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5rem;
}
body main section.especialidades .especialidade-container .inner-container .button-wrapper {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 60px);
  left: 0;
  right: 0;
  margin: auto;
}
body main section.especialidades .especialidade-container .inner-container .button-wrapper a {
  color: #fff;
  cursor: pointer;
}
body main section.especialidades .especialidade-container .inner-container .button-wrapper a .button-container {
  background-color: #4cbfb0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 300;
}
body main section.especialidades .especialidade-container .inner-container .button-wrapper a .button-container.duvida {
  margin-top: 50px;
  border: solid 2px #C2A967;
  background-color: #fff;
  color: #4cbfb0;
}
body main aside.especialidades-formulario-duvida {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
  border-radius: 35px;
  margin-top: 25px;
  /*    DIV 2     */
  /*    DIV 1    */
  /*  SEGUNDA BORDA (ADICIONAR CLASSE '&.borda2' PARA MUDAR A COR DA BORDA ) */
}
@media screen and (max-width: 991px) {
  body main aside.especialidades-formulario-duvida {
    margin-left: 0;
  }
}
body main aside.especialidades-formulario-duvida .imgphone {
  float: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  body main aside.especialidades-formulario-duvida .left-imgphone {
    padding-left: 0px !important;
  }
}
body main aside.especialidades-formulario-duvida .left-zap {
  padding-left: 10px;
}
body main aside.especialidades-formulario-duvida h2 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  padding-top: 20px !important;
  padding-bottom: 3px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body main aside.especialidades-formulario-duvida h2:first-child {
  padding-top: 0px;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  body main aside.especialidades-formulario-duvida h2:first-child {
    font-size: 18px;
  }
}
body main aside.especialidades-formulario-duvida h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-bottom: 11px;
  font-weight: 400;
  margin-top: -12px;
  padding-bottom: 15px;
}
body main aside.especialidades-formulario-duvida .formulario {
  position: relative;
}
body main aside.especialidades-formulario-duvida .formulario .box-ball {
  position: relative;
  background-color: white;
  width: 89px;
  height: 94px;
  border-radius: 100px;
  margin: auto;
  margin-bottom: -47px;
}
body main aside.especialidades-formulario-duvida .formulario .box-ball::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 100px;
  z-index: -1;
  top: -1px;
  left: -1px;
}
body main aside.especialidades-formulario-duvida .formulario .box-ball i.fas.fa-chevron-down {
  font-size: 30px;
  color: #00539a;
  margin-top: 11px;
  margin-left: calc(50% - 30px);
  border: 5px solid #00539a;
  padding: 10px 10px 7px 10px;
  border-radius: 50px;
}
body main aside.especialidades-formulario-duvida .formulario form {
  margin-bottom: 1rem;
  background-color: white;
  padding: 10px;
  padding-top: 0;
  border-radius: 35px;
}
body main aside.especialidades-formulario-duvida .formulario form.borda2 {
  box-shadow: 2px 3px 20px 6px #dedede;
  padding: 10px;
}
body main aside.especialidades-formulario-duvida .formulario form .diferent-row {
  background-color: #4cbfb0;
  padding-top: 0;
  margin: 0 -10px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}
body main aside.especialidades-formulario-duvida .formulario form .form-floating-label {
  position: relative;
  border: 0px solid transparent;
  border-radius: 5px;
  margin-bottom: 15px;
}
body main aside.especialidades-formulario-duvida .formulario form .form-floating-label label {
  color: #666666;
  font-size: 15px;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 12px !important;
  transition: all 0.2s ease-in;
  font-weight: 300;
  text-transform: none;
}
body main aside.especialidades-formulario-duvida .formulario form .form-floating-label textarea ~ label {
  top: 0px;
  font-size: 1em;
  font-weight: 300;
  left: 12px !important;
}
body main aside.especialidades-formulario-duvida .formulario form .form-floating-label input:focus ~ label,
body main aside.especialidades-formulario-duvida .formulario form .form-floating-label input:disabled[value] ~ label, body main aside.especialidades-formulario-duvida .formulario form .form-floating-label.has-value input ~ label {
  top: 0px !important;
  font-size: 14px;
  font-weight: 400;
  left: 12px !important;
}
body main aside.especialidades-formulario-duvida .formulario form .form-floating-label textarea:focus ~ label, body main aside.especialidades-formulario-duvida .formulario form .form-floating-label.has-value textarea ~ label {
  top: 0px !important;
  font-size: 14px;
  color: #a4a8ab;
  font-weight: 400;
  left: 12px !important;
}
body main aside.especialidades-formulario-duvida .formulario form input, body main aside.especialidades-formulario-duvida .formulario form textarea, body main aside.especialidades-formulario-duvida .formulario form select {
  width: 100%;
  margin: 0;
  border: solid 1px transparent;
  font-weight: 500 !important;
  background: #EBEBEB !important;
  padding: 13px 11px 4px 8px;
  color: #666666;
  height: auto;
}
body main aside.especialidades-formulario-duvida .formulario form select {
  padding-bottom: 16px !important;
}
body main aside.especialidades-formulario-duvida .formulario form input:focus, body main aside.especialidades-formulario-duvida .formulario form select:focus, body main aside.especialidades-formulario-duvida .formulario form textarea:focus {
  border-radius: 0px !important;
  box-shadow: none !important;
  color: grey;
  padding-left: 10px;
  outline: none;
}
body main aside.especialidades-formulario-duvida .formulario form button.button, body main aside.especialidades-formulario-duvida .formulario form a.button {
  text-transform: uppercase;
  width: 100%;
  font-size: 18px;
  padding: 5px 1rem;
  display: block;
  font-weight: 600;
  margin: 0px;
  background: #4cbfb0;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px !important;
  color: white !important;
  border: 2px solid #4cbfb0 !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  body main aside.especialidades-formulario-duvida .formulario form button.button, body main aside.especialidades-formulario-duvida .formulario form a.button {
    font-size: 0.9rem;
  }
}
body main aside.especialidades-formulario-duvida .formulario form button.button i, body main aside.especialidades-formulario-duvida .formulario form a.button i {
  font-size: 34px;
  font-weight: 100;
  position: absolute;
  top: 10px;
  right: 10px;
}
body main aside.especialidades-formulario-duvida .formulario form button.button:hover, body main aside.especialidades-formulario-duvida .formulario form a.button:hover {
  background-color: white !important;
  border-color: #4cbfb0 !important;
  color: #4cbfb0 !important;
}
body main aside.especialidades-formulario-duvida .formulario form small {
  color: #BBBBBB;
  font-weight: 700;
}
body main aside.especialidades-formulario-duvida .enderecos {
  text-align: center;
  position: relative;
}
body main aside.especialidades-formulario-duvida .enderecos .boxEnderecos {
  border-bottom: 1px solid #cad6e4;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
body main aside.especialidades-formulario-duvida .enderecos .boxEnderecos.semborda {
  border-bottom: transparent;
}
body main aside.especialidades-formulario-duvida .enderecos .titulo_contato {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #216144;
  margin-top: 20px;
}
body main aside.especialidades-formulario-duvida .enderecos ul li {
  list-style: none;
  font-size: 15px;
  color: #216144;
}
body main aside.especialidades-formulario-duvida .enderecos i {
  position: absolute;
  margin-top: -14px;
  left: 0px;
  font-size: 24px;
}
body main section.home-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  /*  Mobile  */
  /*  DeskTop */
}
body main section.home-banner .owl-banner div.item, body main section.home-banner .owl-banner-mobile div.item {
  width: 100%;
}
body main section.home-banner .owl-banner div.item img, body main section.home-banner .owl-banner-mobile div.item img {
  width: 100%;
  object-fit: cover;
}
body main section.home-banner .owl-banner .owl-dots, body main section.home-banner .owl-banner-mobile .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 9999;
  bottom: 30px;
}
@media screen and (max-width: 991px) {
  body main section.home-banner .owl-banner .owl-dots, body main section.home-banner .owl-banner-mobile .owl-dots {
    bottom: 0px;
  }
}
body main section.home-banner .owl-banner .owl-dots .owl-dot, body main section.home-banner .owl-banner-mobile .owl-dots .owl-dot {
  display: inline-block;
  background: url("../image/dots.png") no-repeat;
  width: 25px;
  height: 25px;
  margin: 0px 5px;
  outline: none;
}
body main section.home-banner .owl-banner .owl-dots .owl-dot.active, body main section.home-banner .owl-banner-mobile .owl-dots .owl-dot.active {
  background: url("../image/dots-active.png") no-repeat;
}
@media screen and (max-width: 991px) {
  body main section.home-banner .owl-banner {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  body main section.home-banner .owl-banner-mobile {
    display: none;
  }
}
body main section.home-banner .flecha-salgados {
  cursor: pointer;
  position: absolute;
  bottom: 100px;
  left: calc(50% - 35px);
  text-align: center;
  font-size: 32px;
  color: white;
  border: 3px solid white;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  padding-top: 8px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.home-banner .flecha-salgados:hover {
  background-color: white;
  color: #565656;
}
@media screen and (max-width: 991px) {
  body main section.home-banner .flecha-salgados {
    display: none;
  }
}
body main section.banner-titulo {
  height: 255px;
  background-size: cover;
  background-repeat: no-repeat;
}
body main section.banner-titulo .container {
  height: 100%;
}
body main section.banner-titulo .container .box-titulo {
  display: flex;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: flex-start;
}
body main section.banner-titulo .container .box-titulo .titulo {
  text-align: center;
}
body main section.banner-titulo .container .box-titulo .titulo h1 {
  font-size: 40px;
  color: white;
  text-align: center;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 360px) {
  body main section.banner-titulo .container .box-titulo .titulo h1 {
    font-size: 30px;
  }
}
body main section.banner-titulo .container .box-titulo .titulo h1:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
body main section.banner-titulo .container .box-titulo .titulo h2 {
  font-size: 32px;
  color: white;
  font-weight: 300;
}
body main section.empresa {
  padding: 50px 0;
}
body main section.empresa .image-container {
  display: flex;
  justify-content: center;
}
body main section.empresa .image-container img {
  width: 95%;
  max-width: 300px;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  body main section.empresa .image-container img {
    margin-bottom: 20px;
  }
}
body main section.empresa .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main section.empresa .text-container h1 {
  color: #4CBFB0;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
body main section.empresa .text-container h2 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}
body main section.duvidas {
  padding: 0px 0px 50px 0px;
  background: url("../image/bg-depoimentos.png");
  background-size: 100% 300px;
  background-repeat: no-repeat;
  /* Listagem dúvidas*/
}
body main section.duvidas .titulo-duvidas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0;
}
body main section.duvidas .titulo-duvidas h2 {
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
}
@media screen and (max-width: 500px) {
  body main section.duvidas .titulo-duvidas h2 {
    font-size: 2rem;
  }
}
body main section.duvidas .titulo-duvidas h3 {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (max-width: 500px) {
  body main section.duvidas .titulo-duvidas h3 {
    font-size: 1.1rem;
  }
}
body main section.duvidas .custom-row {
  display: flex;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  margin: 10px 100px;
  border-radius: 35px;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 1300px) {
  body main section.duvidas .custom-row {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body main section.duvidas .custom-row {
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  body main section.duvidas .custom-row {
    padding: 0px;
  }
}
body main section.duvidas .listagem-duvidas h2.categoria {
  margin-top: 35px;
  margin-left: 15px;
  margin-bottom: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  color: #555;
}
body main section.duvidas .listagem-duvidas .box-duvida {
  margin-bottom: 3px;
}
body main section.duvidas .listagem-duvidas .box-duvida.aberto {
  background-color: #fff;
}
body main section.duvidas .listagem-duvidas .box-duvida .box-pergunta {
  cursor: pointer;
}
body main section.duvidas .listagem-duvidas .box-duvida .box-pergunta .pergunta {
  padding: 10px 0px 16px 50px;
  color: #555;
  font-size: 19px;
  font-weight: 600;
  position: relative;
  margin-top: 20px;
}
body main section.duvidas .listagem-duvidas .box-duvida .box-pergunta .pergunta:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 47px;
  height: 1px;
  width: calc(100% - 47px);
  background: #4cbfb0;
}
body main section.duvidas .listagem-duvidas .box-duvida .box-pergunta .pergunta i {
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 18px;
  left: 35px;
  color: #4cbfb0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.duvidas .listagem-duvidas .box-duvida .box-pergunta .pergunta:hover:before {
  height: 0px;
}
body main section.duvidas .listagem-duvidas .box-duvida .box-resposta {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.duvidas .listagem-duvidas .box-duvida .box-resposta.aberto {
  max-height: 500px;
}
body main section.duvidas .listagem-duvidas .box-duvida .box-resposta .resposta {
  padding: 0px 0px 20px 50px;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 14px;
  font-weight: 400;
}
body main .formulario-duvidas .title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #1e406e;
}
body main .formulario-duvidas .title h4 {
  font-size: 20px;
  color: #1e406e;
  margin-top: -10px;
}
body main .formulario-duvidas label {
  display: block;
  color: #1e406e;
  font-weight: 700;
  font-size: 15px;
  padding: 0px 5px;
}
body main .formulario-duvidas textarea, body main .formulario-duvidas input {
  outline: none;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  width: 100%;
  padding: 5px 0px 5px 20px;
  color: #1e4075;
  margin-top: -5px;
  margin-bottom: 10px;
}
body main .formulario-duvidas textarea {
  height: 90px;
}
body main .formulario-duvidas button.enviar {
  cursor: pointer;
  border: 1px solid #ff3337;
  background-color: #ff3337;
  font-size: 17px;
  font-weight: 700;
  color: white;
  padding: 4px 13px;
  min-width: 199px;
  display: inline-block;
  text-align: center;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main .formulario-duvidas button.enviar::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 100%;
  background-color: white;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main .formulario-duvidas button.enviar:hover {
  color: #ff3337;
}
body main .formulario-duvidas button.enviar:hover::after {
  top: 0px;
}
body main section.faixa-verde {
  background-image: url("../image/bg-faixa-verde.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 65px;
}
body main section.fale-conosco {
  padding: 45px 0px 0px 0px;
  /*Título*/
}
body main section.fale-conosco h3 {
  font-size: 2.2rem;
  color: #38ac9d;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 360px) {
  body main section.fale-conosco h3 {
    font-size: 1.7rem;
  }
}
body main section.fale-conosco h4.titulo {
  color: #555;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 300;
}
body main section.fale-conosco .titulo-principal {
  margin-bottom: 10px;
}
body main section.fale-conosco .titulo-principal .txt {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 16px;
  color: #565656;
  font-weight: 700;
  text-align: center;
}
body main section.fale-conosco .titulo-principal .txt span {
  color: #fe0002;
}
body main section.fale-conosco .title {
  text-align: center;
}
body main section.fale-conosco .title h4 {
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 30px;
}
body main section.fale-conosco .title h4 b, body main section.fale-conosco .title h4 strong {
  color: #fe0002;
  font-weight: 400;
}
body main section.fale-conosco .box-nuvens {
  width: 100%;
  overflow: hidden;
}
body main section.fale-conosco .box-nuvens .separador-nuvens {
  margin-top: 20px;
  width: calc(100% + 60px);
  height: 130px;
  margin-left: -60px;
  z-index: 1;
  animation-name: leaves;
  animation-duration: 2s;
  animation-timing-function: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}
body main section.fale-conosco .box-nuvens .separador-nuvens img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@-webkit-keyframes leaves {
  0% {
    margin-left: -60px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes leaves {
  0% {
    margin-left: -60px;
  }
  100% {
    margin-left: 0px;
  }
}
body main section.fale-conosco .container {
  position: relative;
}
body main section.fale-conosco .container img.obj-t {
  position: absolute;
  top: -50px;
  left: -160px;
}
body main section.fale-conosco .container img.obj-o {
  position: absolute;
  top: 33%;
  right: -160px;
}
body main section.fale-conosco .container img.obj-y {
  position: absolute;
  top: 40%;
  left: -185px;
}
body main section.fale-conosco .container img.obj-s {
  position: absolute;
  top: calc(100% - 107px);
  right: -160px;
}
body main section.fale-conosco .container img.obj-star-blue1 {
  position: absolute;
  top: -50px;
  right: -160px;
}
body main section.fale-conosco .container img.obj-star-blue2 {
  position: absolute;
  bottom: -100px;
  left: -160px;
  z-index: -1;
}
body main .formulario-contato .title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #1e406e;
}
body main .formulario-contato .title h4 {
  font-size: 20px;
  color: #1e406e;
  margin-top: -10px;
}
body main .formulario-contato label {
  display: block;
  color: #5a6874;
  font-size: 15px;
  padding: 0px 5px;
  cursor: text;
}
body main .formulario-contato textarea, body main .formulario-contato input {
  outline: none;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  width: 100%;
  padding: 5px 0px 5px 20px;
  color: #1e4075;
  margin-top: -5px;
  margin-bottom: 10px;
}
body main .formulario-contato textarea ::placeholder, body main .formulario-contato input ::placeholder {
  color: #1e4075;
}
body main .formulario-contato textarea {
  height: 150px;
}
body main .formulario-contato select {
  outline: none;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  width: 100%;
  padding: 5px 20px 5px 20px;
  color: #1e4075;
  margin-top: -4px;
  margin-bottom: 10px;
  background-color: white;
}
body main .formulario-contato .enviar-arquivo span.txt {
  display: block;
  color: #1e406e;
  font-weight: 700;
  font-size: 15px;
  padding: 0px 5px;
}
body main .formulario-contato .enviar-arquivo button.anexo {
  cursor: pointer;
  outline: none;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  width: 100%;
  padding: 5px 20px 5px 20px;
  color: #1e4075;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: white;
}
body main .formulario-contato .enviar-arquivo button.anexo span.esquerda {
  float: left;
  font-size: 15px;
}
body main .formulario-contato .enviar-arquivo button.anexo span.direita {
  float: right;
  font-size: 15px;
}
body main .formulario-contato button.enviar {
  cursor: pointer;
  border: 1px solid #ff3337;
  background-color: #ff3337;
  font-size: 17px;
  font-weight: 700;
  color: white;
  padding: 4px 13px;
  min-width: 199px;
  display: inline-block;
  text-align: center;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main .formulario-contato button.enviar::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 100%;
  background-color: white;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main .formulario-contato button.enviar:hover {
  color: #ff3337;
}
body main .formulario-contato button.enviar:hover::after {
  top: 0px;
}
body main section.blog-topo {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 55px 0px 20px 0px;
}
body main section.blog-topo .title-page h1 {
  font-size: 25px;
  color: white;
}
body main section.blog-topo .title-page h2 {
  font-size: 42px;
  font-weight: 700;
  color: white;
  margin-top: -15px;
}
body main section.blog-topo .busca {
  display: flex;
  max-width: 1000px;
  margin: auto;
  margin-top: 75px;
}
body main section.blog-topo .busca .caixa {
  width: 100%;
  padding-right: 20px;
}
body main section.blog-topo .busca .caixa input {
  outline: none;
  border: none;
  border-bottom: 2px solid white;
  background-color: transparent;
  color: white;
  font-size: 23px;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 3px;
}
body main section.blog-topo .busca .caixa ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 23px;
  font-weight: 100;
  color: white;
  opacity: 1;
  /* Firefox */
}
body main section.blog-topo .busca .caixa :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 23px;
  font-weight: 100;
  color: white;
}
body main section.blog-topo .busca .caixa ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 23px;
  font-weight: 100;
  color: white;
}
body main section.blog-topo .busca .acao button {
  color: white;
  background-color: transparent;
  outline: none;
  border: 2px solid white;
  padding: 3px 96px;
  font-size: 21px;
  border-radius: 5px;
}
body main section.blog-topo .categorias ul {
  display: flex;
  justify-content: space-around;
  border-top: 2px solid white;
  margin: 80px 0px 0px 0px;
  padding: 0px;
}
body main section.blog-topo .categorias ul li {
  flex: 1 0 0;
  list-style: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.blog-topo .categorias ul li a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: white;
  padding: 20px 0px;
}
body main section.blog-topo .categorias ul li:hover, body main section.blog-topo .categorias ul li.ativo {
  background-color: white;
}
body main section.blog-topo .categorias ul li:hover a, body main section.blog-topo .categorias ul li.ativo a {
  color: #003c7a;
}
@media screen and (max-width: 991px) {
  body main section.blog-topo .busca {
    display: inherit;
  }
  body main section.blog-topo .busca .caixa {
    margin-bottom: 20px;
  }
  body main section.blog-topo .busca .acao button {
    width: 100%;
  }
  body main section.blog-topo .categorias ul {
    margin: 20px 0px 0px 0px;
    border: none;
    flex-wrap: wrap;
  }
  body main section.blog-topo .categorias ul li {
    list-style: none;
    flex: calc(50% - 10px) 1 0;
    border: 1px solid white;
    margin: 5px;
  }
  body main section.blog-topo .categorias ul li a {
    padding: 5px 0px;
  }
}
body main section.blog-listagem-home {
  padding: 50px 0px 25px 0px;
}
body main section.blog-listagem-home .sticker {
  position: sticky;
  top: 0;
}
body main section.blog-listagem-home .campodeBusca {
  background-color: white;
  max-width: 500px;
  margin: 0 auto;
  border: 1.5px solid #c1c1c1;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 30px;
  position: relative;
  padding: 10px 9px;
}
@media screen and (max-width: 991px) {
  body main section.blog-listagem-home .campodeBusca {
    max-width: none;
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
body main section.blog-listagem-home .campodeBusca input {
  outline: none;
  background-color: transparent;
  border: none;
  padding: 5px 0px 5px 0px;
  width: 100%;
  color: #585858;
  box-shadow: none;
  font-size: 21px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body main section.blog-listagem-home .campodeBusca input::placeholder {
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #585858;
}
body main section.blog-listagem-home .campodeBusca input:focus, body main section.blog-listagem-home .campodeBusca input:hover {
  box-shadow: none;
  background-color: transparent;
  border: none;
  outline: none;
}
body main section.blog-listagem-home .campodeBusca input:focus::placeholder, body main section.blog-listagem-home .campodeBusca input:hover::placeholder {
  color: #8d8d8d;
}
body main section.blog-listagem-home .campodeBusca .button {
  position: absolute;
  margin-top: 20px;
  font-size: 33px;
  padding: 7px 10px;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
  background: none;
  border: none;
  top: -19px;
  right: 8px;
  font-weight: 100;
  color: #565656;
  box-shadow: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.blog-listagem-home .tituloLateral {
  color: #565656;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bold;
}
body main section.blog-listagem-home .tituloLateral:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 7px;
  width: 50px;
  background: #f68200;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body main section.blog-listagem-home .tituloLateral:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  height: 1px;
  width: calc(100% - 47px);
  background: #c1c1c1;
}
body main section.blog-listagem-home .campodeNoticias a {
  margin-bottom: 25px;
  display: inline-block;
}
body main section.blog-listagem-home .campodeNoticias a .thumb {
  position: relative;
  width: 50%;
  height: 110px;
  float: left;
}
body main section.blog-listagem-home .campodeNoticias a .thumb::before {
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../../media/imagens/icon-arrow.png") center no-repeat #000;
  -webkit-filter: opacity(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body main section.blog-listagem-home .campodeNoticias a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main section.blog-listagem-home .campodeNoticias a:hover .thumb::before {
  -webkit-filter: opacity(1);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
body main section.blog-listagem-home .campodeNoticias a .title {
  color: #565656;
  width: 50%;
  float: left;
  font-size: 12px;
  padding: 10px;
  height: 110px;
  overflow: hidden;
  padding-top: 0;
}
body main section.blog-listagem-home .campodeTags {
  text-align: center;
}
body main section.blog-listagem-home .campodeTags a {
  background: #f3f3f3;
  color: #5a5a5a;
  display: inline-block;
  padding: 1px 10px;
  font-weight: 900;
  font-size: 11px;
  margin-bottom: 10px;
  border-radius: 21px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body main section.blog-listagem-home .campodeTags a:hover {
  background: #5a5a5a;
  color: #f3f3f3;
}
body main section.blog-listagem-home .blog-listagem {
  overflow-x: hidden;
  /*  button*/
  /*button hover*/
}
@media screen and (max-width: 768px) {
  body main section.blog-listagem-home .blog-listagem {
    text-align: center !important;
  }
}
body main section.blog-listagem-home .blog-listagem .noticia-categoria {
  font-size: 15px;
  text-transform: uppercase;
  color: #565656;
  font-weight: 700;
  text-align: left !important;
}
body main section.blog-listagem-home .blog-listagem .col-xl-6 {
  padding-bottom: 35px;
}
body main section.blog-listagem-home .blog-listagem .noticia {
  display: block;
  margin-bottom: 40px;
  border-bottom: solid 1px #000;
  border: 1px solid #cacaca;
  padding: 10px;
}
body main section.blog-listagem-home .blog-listagem .noticia .thumb {
  width: 100%;
  background: #eee;
  border-radius: 2px;
  display: block;
  position: relative;
}
body main section.blog-listagem-home .blog-listagem .noticia .thumb::before {
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../../media/imagens/icon-arrow.png") center no-repeat #C2A967;
  -webkit-filter: opacity(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body main section.blog-listagem-home .blog-listagem .noticia .thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 2px;
}
body main section.blog-listagem-home .blog-listagem .noticia h4 {
  color: #000;
  font-size: 1rem;
  margin: 10px 0;
  font-style: italic;
  font-weight: 300;
}
body main section.blog-listagem-home .blog-listagem .noticia h2 {
  font-size: 1.8rem;
  color: #2b2b2b;
  padding: 15px 0;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
@media screen and (max-width: 1300px) {
  body main section.blog-listagem-home .blog-listagem .noticia h2 {
    font-size: 1.5rem;
  }
}
body main section.blog-listagem-home .blog-listagem .noticia h2:after {
  display: none;
  content: "";
  height: 4px;
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #38ac9d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.blog-listagem-home .blog-listagem .noticia h3 {
  font-size: 1.1rem;
  line-height: 22px;
  color: #000;
  font-weight: 300;
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
body main section.blog-listagem-home .blog-listagem .noticia .leia-mais {
  width: fit-content;
  padding: 10px 80px;
  background-color: #38ac9d;
  color: #fff;
  font-size: 1.2rem;
  margin: 20px 0 40px 0;
}
body main section.blog-listagem-home .blog-listagem .noticia .mais {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  background-color: #00539a;
  color: white;
  display: inline-block;
  margin: 10px 0px;
  letter-spacing: 1px;
  border: 1px solid #00539a;
  padding: 2px 20px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
}
body main section.blog-listagem-home .blog-listagem .noticia .tag {
  display: block;
  font-size: 0.938em;
  color: grey;
  margin: 10px 0px;
}
body main section.blog-listagem-home .blog-listagem .noticia:hover .thumb::before {
  -webkit-filter: opacity(1);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
body main section.blog-listagem-home .blog-listagem .noticia:hover h2 {
  color: grey;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
body main section.blog-listagem-home .blog-listagem .noticia:hover h2:after {
  width: 100%;
}
body main section.blog-listagem-home .blog-listagem .noticia:hover h3 {
  color: grey;
}
body main section.blog-listagem-home .blog-listagem .noticia:hover .mais {
  background: white;
  border-color: #00539a;
  color: #00539a;
}
body main section.blog-listagem-home .blog-listagem .separador-instagram {
  margin-bottom: 50px;
  background-image: url("../image/bg-instagram.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 390px;
  display: flex;
  align-items: center;
  padding: 0px 150px;
  justify-content: flex-end;
}
body main section.blog-listagem-home .blog-listagem .separador-instagram .content .txt-1 {
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 32px;
  float: right;
  color: white;
}
body main section.blog-listagem-home .blog-listagem .separador-instagram .content .txt-2 {
  font-size: 18px;
  color: white;
  margin: 0px 0px;
  text-align: end;
  font-weight: 300;
}
@media screen and (max-width: 1199px) {
  body main section.blog-listagem-home .blog-listagem .separador-instagram .content .txt-2 {
    text-align: unset;
  }
}
body main section.blog-listagem-home .blog-listagem .separador-instagram .content .siga {
  border-radius: 7px;
  display: inline-block;
  background-color: #38ac9d;
  border: 1px solid #38ac9d;
  color: white;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 700;
  max-width: 240px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  float: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.blog-listagem-home .blog-listagem .separador-instagram .content .siga:hover {
  background-color: white;
  color: #38ac9d;
}
@media screen and (max-width: 1199px) {
  body main section.blog-listagem-home .blog-listagem .separador-instagram .content .siga {
    float: unset;
  }
}
@media screen and (max-width: 991px) {
  body main section.blog-listagem-home .blog-listagem .separador-instagram {
    padding: 15px;
    text-align: center;
    justify-content: center;
  }
  body main section.blog-listagem-home .blog-listagem .separador-instagram .content .txt-1 {
    font-size: 25px;
  }
}
body main section.paginacao {
  padding: 50px 0px 20px 0px;
}
body main section.paginacao .paginacao-box {
  margin: auto;
}
body main section.paginacao .paginacao-box li {
  padding: 5px 15px;
}
body main section.paginacao .paginacao-box li a {
  color: black;
  font-size: 22px;
}
body main section.paginacao .paginacao-box li.active, body main section.paginacao .paginacao-box li:hover {
  background: #38AC9D;
}
body main section.paginacao .paginacao-box li.active a, body main section.paginacao .paginacao-box li:hover a {
  color: white;
}
body main .blog-interna .download-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .blog-interna .download-button-container .download-button {
  padding: 10px;
  background-color: #38ac9d;
  color: #fff;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
body main .blog-interna .download-button-container .download-button i {
  margin-right: 15px;
}
body main .blog-interna .download-button-container .download-button span {
  text-transform: uppercase;
}
body main .blog-interna .noticia {
  display: block;
}
body main .blog-interna .noticia .thumb {
  width: 100%;
  background: #eee;
  border-radius: 2px;
  display: block;
  position: relative;
}
body main .blog-interna .noticia .thumb::before {
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../../media/imagens/icon-arrow.png") center no-repeat #C2A967;
  -webkit-filter: opacity(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body main .blog-interna .noticia .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}
body main .blog-interna .noticia h4 {
  color: #000;
  font-size: 1rem;
  margin: 10px 0;
  font-style: italic;
  font-weight: 400;
}
body main .blog-interna .noticia h2 {
  font-size: 2.2rem;
  color: #2b2b2b;
  padding: 15px 0;
  font-weight: 700;
  line-height: 25px;
  position: relative;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
@media screen and (max-width: 1300px) {
  body main .blog-interna .noticia h2 {
    font-size: 1.8rem;
  }
}
body main .blog-interna .noticia h2:after {
  content: "";
  height: 4px;
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #38ac9d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main .blog-interna .noticia h3 {
  font-size: 1.5rem;
  color: #565656;
  font-weight: 400;
  margin: 10px 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
@media screen and (max-width: 600px) {
  body main .blog-interna .noticia h3 {
    font-size: 1rem;
  }
}
body main .blog-interna .noticia .leia-mais {
  width: fit-content;
  padding: 10px 80px;
  background-color: #38ac9d;
  color: #fff;
  font-size: 1.2rem;
  margin: 20px 0 40px 0;
}
body main .blog-interna .noticia .tag {
  display: block;
  font-size: 0.938em;
  color: grey;
  margin: 10px 0px;
}
body main .blog-interna .imagem figure {
  width: 100%;
  height: 400px;
}
body main .blog-interna .imagem figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main .blog-interna .categoria {
  font-size: 18px;
  font-style: italic;
  color: #3b3c3c;
}
body main .blog-interna .title-pg {
  color: #f68200;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bold;
}
body main .blog-interna .title-pg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 7px;
  width: 100px;
  background: #c1c1c1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body main .blog-interna .title-pg:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 47px;
  height: 1px;
  width: calc(100% - 47px);
  background: #c1c1c1;
}
body main .blog-interna .subtitle-pg {
  font-size: 17px;
  color: #404141;
  margin-bottom: 30px;
}
body main .blog-interna .box-compartilhar {
  margin-bottom: 30px;
}
body main .blog-interna .texto-conteudo {
  margin-bottom: 50px;
  font-weight: 300;
}
body main .blog-interna .autor {
  border: 2px solid #f3f3f3;
  padding: 40px;
}
body main .blog-interna .autor .imagem {
  width: 150px;
  height: 150px;
  float: left;
}
body main .blog-interna .autor .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
body main .blog-interna .autor .box {
  float: left;
  width: calc(100% - 150px);
  padding-left: 30px;
  margin-bottom: 30px;
}
body main .blog-interna .autor .box .titulo {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}
body main .blog-interna .autor .box .descricao {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
}
body main .blog-interna .autor .box .network {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  margin-top: 7px;
  margin-left: -7px;
}
body main .blog-interna .autor .box .network li a {
  padding: 0 7px;
  color: #000;
}
body main .blog-interna .autor:after {
  content: "";
  display: table;
  clear: both;
}
body main .blog-interna .veja-tambem .title {
  color: #00539a;
  font-size: 25px;
  font-weight: 100;
  margin-bottom: 15px;
}
body main .blog-interna .veja-tambem .box-noticia {
  display: flex;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main .blog-interna .veja-tambem .box-noticia .imagem {
  height: 130px;
  margin-right: 20px;
  flex: 100px 0 0;
}
body main .blog-interna .veja-tambem .box-noticia .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body main .blog-interna .veja-tambem .box-noticia .txt {
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
  color: #003c7a;
}
body main .blog-interna .veja-tambem .box-noticia:hover {
  text-decoration: underline;
}
body main section.politica {
  padding-top: 80px;
  padding-bottom: 50px;
}
body main section.politica h1 {
  font-size: 32px;
  font-weight: 700;
  color: #565656;
  padding: 25px 0px;
}
body main section.blogLateral {
  /*  CAMPO DE BUSCA  */
  /*LISTAGEM DE CATEGORIAS*/
}
@media screen and (max-width: 768px) {
  body main section.blogLateral {
    min-height: auto !important;
  }
}
body main section.blogLateral .categoriasNoticias {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.blogLateral .categoriasNoticias .tituloCategorias {
  font-family: "Androgyne";
  text-align: center;
  font-size: 24px;
  color: #00539a;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
body main section.blogLateral .categoriasNoticias div.wrapper {
  list-style: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  body main section.blogLateral .categoriasNoticias div.wrapper {
    width: calc(100% - 30px);
  }
}
body main section.blogLateral .categoriasNoticias div.wrapper a {
  font-weight: 400;
  color: #565656;
  width: 100%;
  font-size: 1.2rem;
  position: relative;
  text-align: center;
  display: block;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.blogLateral .categoriasNoticias div.wrapper a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 1px;
  width: 100%;
  background: #4cc1b2;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body main section.blogLateral .categoriasNoticias div.wrapper a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 5px;
  width: 100%;
  background: #4cc1b2;
}
body main section.blogLateral .categoriasNoticias div.wrapper.active a, body main section.blogLateral .categoriasNoticias div.wrapper:hover a {
  color: #fff;
}
body main section.blogLateral .categoriasNoticias div.wrapper.active a:before, body main section.blogLateral .categoriasNoticias div.wrapper:hover a:before {
  height: 100%;
  background: #4cc1b2;
}
body main aside.formulario-lateral {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  margin-left: 30px;
  border-radius: 35px;
  /*    DIV 2     */
  /*    DIV 1    */
  /*  SEGUNDA BORDA (ADICIONAR CLASSE '&.borda2' PARA MUDAR A COR DA BORDA ) */
}
@media screen and (max-width: 991px) {
  body main aside.formulario-lateral {
    margin-left: 0;
  }
}
body main aside.formulario-lateral .imgphone {
  float: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  body main aside.formulario-lateral .left-imgphone {
    padding-left: 0px !important;
  }
}
body main aside.formulario-lateral .left-zap {
  padding-left: 10px;
}
body main aside.formulario-lateral h2 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  padding-top: 20px !important;
  padding-bottom: 3px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body main aside.formulario-lateral h2:first-child {
  padding-top: 0px;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  body main aside.formulario-lateral h2:first-child {
    font-size: 18px;
  }
}
body main aside.formulario-lateral h3 {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-bottom: 11px;
  font-weight: 400;
  margin-top: -12px;
  padding-bottom: 15px;
}
body main aside.formulario-lateral .formulario {
  position: relative;
}
body main aside.formulario-lateral .formulario .box-ball {
  position: relative;
  background-color: white;
  width: 89px;
  height: 94px;
  border-radius: 100px;
  margin: auto;
  margin-bottom: -47px;
}
body main aside.formulario-lateral .formulario .box-ball::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 100px;
  z-index: -1;
  top: -1px;
  left: -1px;
}
body main aside.formulario-lateral .formulario .box-ball i.fas.fa-chevron-down {
  font-size: 30px;
  color: #00539a;
  margin-top: 11px;
  margin-left: calc(50% - 30px);
  border: 5px solid #00539a;
  padding: 10px 10px 7px 10px;
  border-radius: 50px;
}
body main aside.formulario-lateral .formulario form {
  margin-bottom: 1rem;
  background-color: white;
  padding: 10px;
  padding-top: 0;
  border-radius: 35px;
}
body main aside.formulario-lateral .formulario form.borda2 {
  box-shadow: 2px 3px 20px 6px #dedede;
  padding: 10px;
}
body main aside.formulario-lateral .formulario form .diferent-row {
  background-color: #4cbfb0;
  padding-top: 0;
  margin: 0 -10px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}
body main aside.formulario-lateral .formulario form .form-floating-label {
  position: relative;
  border: 0px solid transparent;
  border-radius: 5px;
  margin-bottom: 15px;
}
body main aside.formulario-lateral .formulario form .form-floating-label label {
  color: #666666;
  font-size: 15px;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 12px !important;
  transition: all 0.2s ease-in;
  font-weight: 300;
  text-transform: none;
}
body main aside.formulario-lateral .formulario form .form-floating-label textarea ~ label {
  top: 0px;
  font-size: 1em;
  font-weight: 300;
  left: 12px !important;
}
body main aside.formulario-lateral .formulario form .form-floating-label input:focus ~ label,
body main aside.formulario-lateral .formulario form .form-floating-label input:disabled[value] ~ label, body main aside.formulario-lateral .formulario form .form-floating-label.has-value input ~ label {
  top: 0px !important;
  font-size: 14px;
  font-weight: 400;
  left: 12px !important;
}
body main aside.formulario-lateral .formulario form .form-floating-label textarea:focus ~ label, body main aside.formulario-lateral .formulario form .form-floating-label.has-value textarea ~ label {
  top: 0px !important;
  font-size: 14px;
  color: #a4a8ab;
  font-weight: 400;
  left: 12px !important;
}
body main aside.formulario-lateral .formulario form input, body main aside.formulario-lateral .formulario form textarea, body main aside.formulario-lateral .formulario form select {
  width: 100%;
  margin: 0;
  border: solid 1px transparent;
  font-weight: 500 !important;
  background: #EBEBEB !important;
  padding: 13px 11px 4px 8px;
  color: #666666;
  height: auto;
}
body main aside.formulario-lateral .formulario form select {
  padding-bottom: 16px !important;
}
body main aside.formulario-lateral .formulario form input:focus, body main aside.formulario-lateral .formulario form select:focus, body main aside.formulario-lateral .formulario form textarea:focus {
  border-radius: 0px !important;
  box-shadow: none !important;
  color: grey;
  padding-left: 10px;
  outline: none;
}
body main aside.formulario-lateral .formulario form button.button, body main aside.formulario-lateral .formulario form a.button {
  text-transform: uppercase;
  width: 100%;
  font-size: 18px;
  padding: 5px 1rem;
  display: block;
  font-weight: 600;
  margin: 0px;
  background: #4cbfb0;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px !important;
  color: white !important;
  border: 2px solid #4cbfb0 !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  body main aside.formulario-lateral .formulario form button.button, body main aside.formulario-lateral .formulario form a.button {
    font-size: 0.9rem;
  }
}
body main aside.formulario-lateral .formulario form button.button i, body main aside.formulario-lateral .formulario form a.button i {
  font-size: 34px;
  font-weight: 100;
  position: absolute;
  top: 10px;
  right: 10px;
}
body main aside.formulario-lateral .formulario form button.button:hover, body main aside.formulario-lateral .formulario form a.button:hover {
  background-color: white !important;
  border-color: #4cbfb0 !important;
  color: #4cbfb0 !important;
}
body main aside.formulario-lateral .formulario form small {
  color: #BBBBBB;
  font-weight: 700;
}
body main aside.formulario-lateral .enderecos {
  text-align: center;
  position: relative;
}
body main aside.formulario-lateral .enderecos .boxEnderecos {
  border-bottom: 1px solid #cad6e4;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
body main aside.formulario-lateral .enderecos .boxEnderecos.semborda {
  border-bottom: transparent;
}
body main aside.formulario-lateral .enderecos .titulo_contato {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #216144;
  margin-top: 20px;
}
body main aside.formulario-lateral .enderecos ul li {
  list-style: none;
  font-size: 15px;
  color: #216144;
}
body main aside.formulario-lateral .enderecos i {
  position: absolute;
  margin-top: -14px;
  left: 0px;
  font-size: 24px;
}
body main section.lateral-contato {
  padding: 15px 15px 27px 15px;
  margin-bottom: 30px;
  border-radius: 35px;
  margin-left: 30px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  body main section.lateral-contato {
    margin-top: 20px;
    margin-left: 0px;
  }
}
body main section.lateral-contato .contatos h2 {
  font-size: 20px;
  font-weight: 700;
  color: #00539a;
  margin: auto;
  text-align: center;
  margin-bottom: 15px;
  padding: 10px 0;
}
body main section.lateral-contato .contatos img {
  width: 100%;
  object-fit: contain;
}
body main section.lateral-contato .contatos .box-contato {
  display: flex;
  margin-bottom: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 350px) {
  body main section.lateral-contato .contatos .box-contato {
    padding-left: 15px;
  }
}
body main section.lateral-contato .contatos .box-contato .icone {
  margin-right: 20px;
}
body main section.lateral-contato .contatos .box-contato .icone i {
  font-size: 41px;
}
body main section.lateral-contato .contatos .box-contato .numero {
  position: relative;
}
body main section.lateral-contato .contatos .box-contato .numero::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 0%;
  background-color: #565656;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body main section.lateral-contato .contatos .box-contato .numero h4 {
  font-size: 12px;
  font-weight: 400;
}
body main section.lateral-contato .contatos .box-contato .numero h5 {
  font-size: 20px;
  font-weight: 300;
  margin-top: -8px;
}
body main section.lateral-contato .contatos .box-contato.phone {
  position: relative;
}
body main section.lateral-contato .contatos .box-contato.phone i {
  color: #4CBFB0;
}
body main section.lateral-contato .contatos .box-contato.phone h4 {
  color: #565656;
}
body main section.lateral-contato .contatos .box-contato.phone h5 {
  color: #565656;
}
body main section.lateral-contato .contatos .box-contato.zap i {
  color: #07cf2e;
}
body main section.lateral-contato .contatos .box-contato.zap h4 {
  color: #07cf2e;
}
body main section.lateral-contato .contatos .box-contato.zap h5 {
  color: #565656;
}
body main section.lateral-contato .contatos .box-contato:hover .numero::after {
  width: 100%;
}
body main section.lateral-contato .contatos .endereco {
  margin: 13px 0;
  position: relative;
  padding-left: 63px;
  color: #555;
  font-weight: 300;
}
body main section.lateral-contato .contatos .endereco::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 36px;
  color: #4CBFB0;
  display: block;
  top: -5px;
  left: 26px;
}
body main section.lateral-contato .contatos .endereco h2 {
  text-align: left;
  font-size: 19px;
  font-weight: 700;
  color: #565656;
  margin: auto;
  margin-bottom: 6px;
}
body main section.formulario-contato {
  /*Formulários*/
  /*botao enviar arquivo*/
}
body main section.formulario-contato .caixa {
  position: relative;
}
body main section.formulario-contato .caixa span {
  position: absolute;
  margin-left: 15px;
  left: 0px;
  top: 8px;
  font-size: 20px;
  cursor: text;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
body main section.formulario-contato .caixa input, body main section.formulario-contato .caixa select, body main section.formulario-contato .caixa textarea {
  outline: none;
  background-color: #ebebeb !important;
  border: 1px solid transparent;
  padding: 10px 10px 10px;
  width: 100%;
  position: relative;
  z-index: 2;
  border-radius: 0;
  margin: 0;
  color: #757575;
}
body main section.formulario-contato .caixa label {
  color: #c3c4cb;
  font-weight: 600;
  font-size: 20px;
  padding: 5px 0;
  margin: 0;
}
body main section.formulario-contato .caixa textarea {
  height: 180px;
}
body main section.formulario-contato .caixa input:focus + span, body main section.formulario-contato .caixa input.ng-not-empty + span,
body main section.formulario-contato .caixa select:focus + span, body main section.formulario-contato .caixa select.ng-not-empty + span,
body main section.formulario-contato .caixa textarea:focus + span, body main section.formulario-contato .caixa textarea.ng-not-empty + span {
  margin-left: 10px;
  font-size: 11px;
  font-weight: 500;
  top: -6px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body main section.formulario-contato .caixa span {
    display: none;
  }
  body main section.formulario-contato .caixa label.top {
    display: inherit;
  }
}
body main section.formulario-contato .enviar-msg {
  text-align: right;
}
body main section.formulario-contato .enviar-msg button {
  background-color: #38AC9D;
  border: 1px solid #38AC9D;
  padding: 10px 30px;
  color: white;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.formulario-contato .enviar-msg button:hover {
  background-color: white;
  color: #38AC9D;
}
body main section.formulario-contato .enviar-arquivo button.botao-enviar {
  background-color: #00539a;
  padding: 9px 20px;
  border: 2px solid #00539a;
  border-radius: 7px;
  color: white;
  position: relative;
  z-index: 2;
  height: 44px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body main section.formulario-contato .enviar-arquivo button.botao-enviar:hover {
  background-color: white;
  color: #00539a;
}
body main section.formulario-contato .enviar-arquivo .arquivo-info label {
  height: 44px;
  position: absolute;
  top: 0px;
  background-color: #f0f0f0;
  padding: 13px 30px 12px 125px;
  border-radius: 7px;
  color: #667594;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
}
body main section.formulario-contato .enviar-arquivo h6.obs {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: red;
}
body main section.formulario-contato .enviar-arquivo h6.obs small {
  font-weight: 700;
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 999;
  bottom: 80px;
  right: 20px;
  border-radius: 75px;
  box-shadow: 3px 1px 15px #7b7b7b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 55px;
  margin-top: 6px;
  margin-left: 11px;
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 62px;
  }
}
body footer section.barra-fixa {
  background: #4CBFB0;
  z-index: 999;
  height: 63px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.barra-fixa.oculta {
  height: 0px;
}
body footer section.barra-fixa.oculta .go-to-top {
  display: none !important;
}
body footer section.barra-fixa .custom-row {
  display: flex;
  justify-content: center;
}
body footer section.barra-fixa .custom-col {
  display: flex;
  justify-content: flex-end;
  margin-right: 40px;
}
body footer section.barra-fixa .custom-col.segunda {
  justify-content: flex-start;
  margin-left: 40px;
}
body footer section.barra-fixa .box-contato {
  display: inline-flex;
  position: relative;
}
body footer section.barra-fixa .box-contato.first {
  margin-right: 30px;
}
body footer section.barra-fixa .box-contato .icon {
  font-size: 43px;
  margin-right: 5px;
}
body footer section.barra-fixa .box-contato .icon i.fas.fa-phone-square-alt {
  color: #fff;
}
body footer section.barra-fixa .box-contato .icon i.fab.fa-whatsapp {
  color: #fff;
}
body footer section.barra-fixa .box-contato .txt {
  padding-top: 9px;
}
body footer section.barra-fixa .box-contato .txt .ref {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
body footer section.barra-fixa .box-contato .txt .number {
  font-size: 19px;
  font-weight: 300;
  margin-top: -2px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body footer section.barra-fixa .box-contato .txt .number {
    font-size: 17px;
  }
}
@media screen and (max-width: 370px) {
  body footer section.barra-fixa .box-contato .txt .number {
    font-size: 14px;
  }
}
@media screen and (max-width: 332px) {
  body footer section.barra-fixa .box-contato .txt .number {
    font-size: 13px;
  }
}
body footer section.barra-fixa .box-contato::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0px;
  height: 1px;
  width: 0px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body footer section.barra-fixa .box-contato:hover::after {
  width: 100%;
}
body footer section.barra-fixa .acao {
  padding-top: 16px;
  display: inline-flex;
}
body footer section.barra-fixa .acao.first {
  margin-right: 30px;
}
body footer section.barra-fixa .acao span {
  cursor: pointer;
  background-color: white;
  color: #4CBFB0;
  font-size: 14px;
  font-weight: 800;
  padding: 5px 13px;
  min-width: 199px;
  display: inline-block;
  text-align: center;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0px -3px 0px 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body footer section.barra-fixa .acao span.blue {
  color: #4CBFB0;
}
body footer section.barra-fixa .acao span:hover {
  box-shadow: 3px 3px 0 0 rgba(34, 34, 34, 0.2);
  margin: -3px 3px 3px -3px;
}
body footer section.rodape {
  background: url("../image/bg-footer.png");
  padding: 60px 0px;
}
body footer section.rodape .logo-rodape {
  text-align: center;
  width: 100%;
}
body footer section.rodape .logo-rodape img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
}
body footer section.rodape .logo-rodape-2 {
  margin-top: 20px;
}
body footer section.rodape .logo-rodape-2 img {
  width: 203px;
}
body footer section.rodape .politica {
  font-size: 14px;
  padding-top: 50px;
  text-align: center;
}
body footer section.rodape .politica a {
  color: #565656;
}
body footer section.rodape .politica a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  body footer section.rodape .politica {
    padding: 25px;
  }
}
body footer section.rodape .coluna-1 {
  display: flex;
  align-items: center;
}
body footer section.rodape .coluna-2, body footer section.rodape .coluna-3, body footer section.rodape .coluna-4 {
  position: relative;
  padding-right: 30px;
}
body footer section.rodape .coluna h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #4CBFB0;
  margin-bottom: 35px;
}
body footer section.rodape .coluna h2.social {
  margin-top: 15px;
  margin-bottom: 0;
}
body footer section.rodape .coluna ul {
  padding: 0px;
  margin: 0px;
}
body footer section.rodape .coluna ul li {
  list-style: none;
}
body footer section.rodape .coluna ul li a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  position: relative;
  color: #000;
  z-index: 1;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body footer section.rodape .coluna ul li a i {
  font-size: 20px;
  color: #565656;
  float: left;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body footer section.rodape .coluna ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -5px;
  height: 2px;
  width: 0px;
  background-color: #4CBFB0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body footer section.rodape .coluna ul li:hover a::after {
  width: calc(100% + 10px);
}
body footer section.rodape .coluna .atendimento {
  font-size: 15px;
  font-weight: 400;
  color: white;
  margin-bottom: 15px;
}
body footer section.rodape .coluna .box-social {
  display: flex;
}
@media screen and (max-width: 991px) {
  body footer section.rodape .coluna .box-social {
    justify-content: center;
  }
}
body footer section.rodape .coluna .box-social .icon {
  color: #4CBFB0;
  font-size: 40px;
  padding-top: 5px;
  margin-right: 10px;
}
body footer section.rodape .coluna .box-atendimento {
  position: relative;
  display: inline-flex;
}
body footer section.rodape .coluna .box-atendimento.tp2 {
  align-items: center;
}
body footer section.rodape .coluna .box-atendimento .icon {
  color: #4CBFB0;
  font-size: 40px;
  margin-right: 10px;
}
body footer section.rodape .coluna .box-atendimento .icon.whatsapp i {
  color: #00bc10;
}
body footer section.rodape .coluna .box-atendimento .txtEndereco {
  font-size: 15px;
  line-height: 1.2;
  color: #565656;
}
body footer section.rodape .coluna .box-atendimento .txt .ref {
  font-size: 13px;
  font-weight: 600;
  color: #4CBFB0;
}
body footer section.rodape .coluna .box-atendimento .txt .ref.whatsapp {
  color: #00bc10;
}
body footer section.rodape .coluna .box-atendimento .txt .number {
  font-size: 18px;
  color: #565656;
  margin-top: -5px;
  font-weight: 300;
}
body footer section.rodape .coluna .box-atendimento::after {
  background-color: #4CBFB0;
  position: absolute;
  bottom: -4px;
  left: 0px;
  content: "";
  width: 0px;
  height: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body footer section.rodape .coluna .box-atendimento:hover::after {
  width: 100%;
}
body footer section.rodape .coluna .img-pagamento {
  max-width: 100%;
  max-height: 100%;
}
body footer section.rodape .coluna .img-pagamento img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1410px) {
  body footer section.rodape .coluna .box-atendimento {
    display: inherit;
    text-align: center;
    margin-bottom: 20px;
  }
  body footer section.rodape .coluna .box-atendimento .txt .number {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  body footer section.rodape {
    text-align: center;
  }
  body footer section.rodape .coluna {
    margin-bottom: 20px;
  }
  body footer section.rodape .coluna .box-atendimento {
    display: block;
  }
}
body footer section.newsletter {
  background-color: #4CC0B1;
  padding: 35px 0;
  position: relative;
}
body footer section.newsletter .icon-container {
  margin: 35px 0;
  display: flex;
}
@media screen and (max-width: 1199px) {
  body footer section.newsletter .icon-container {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  body footer section.newsletter .icon-container {
    justify-content: center;
  }
}
body footer section.newsletter .icon-container i {
  color: #fff;
  font-size: 80px;
}
body footer section.newsletter .form-container {
  padding: 30px 90px 30px 10px;
}
@media screen and (max-width: 1199px) {
  body footer section.newsletter .form-container {
    padding: 15px 30px 30px 10px;
  }
}
@media screen and (max-width: 991px) {
  body footer section.newsletter .form-container {
    padding: 15px 15px 30px 15px;
  }
}
body footer section.newsletter .form-container h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 20px 0 0 0;
}
body footer section.newsletter .form-container h2 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  margin: 0 0 40px 0;
}
body footer section.newsletter .form-container .input-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
body footer section.newsletter .form-container .input-container label {
  margin: 0;
  color: #fff;
  font-weight: 500;
}
body footer section.newsletter .form-container .input-container input {
  color: #fff;
  outline: 0;
  padding: 10px 0;
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px #fff;
}
body footer section.newsletter .form-container .input-container input::placeholder {
  color: #fff;
  font-weight: 300;
}
body footer section.newsletter .form-container button {
  outline: 0;
  background-color: #fff;
  color: #4CC0B1;
  border: 0;
  border-radius: 5px;
  float: right;
  padding: 10px 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 13px -3px -3px 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body footer section.newsletter .form-container button:hover {
  margin: 10px 3px 0px -3px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
}
body footer section.newsletter .map-container {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  body footer section.newsletter .map-container {
    position: relative;
    width: 100%;
    height: 320px;
  }
}
body footer section.newsletter .map-container iframe {
  width: 100%;
  height: 100%;
}
body footer section.newsletter .map-container a {
  position: absolute;
  bottom: 50px;
  right: 100px;
  z-index: 5;
  color: #fff;
}
body footer section.newsletter .map-container a .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.8rem;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.75);
  background-color: rgba(76, 192, 177, 0.6);
  border-radius: 35px;
  padding: 0 15px;
}
@media screen and (max-width: 500px) {
  body footer section.newsletter .map-container a .wrapper {
    font-size: 1rem;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.75);
  }
}
body footer section.newsletter .map-container a .wrapper .icon {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.75);
}
body footer section.newsletter .map-container a .wrapper .icon i {
  font-size: 25px;
  text-shadow: none;
  color: #4CC0B1;
}
body footer section.copyright {
  padding: 20px 0px 80px 0px;
  background-color: #ffffff;
}
body footer section.copyright .conteudo {
  font-size: 14px;
  margin-top: 12px;
}
body footer section.copyright .conteudo span {
  font-weight: 700;
}
body footer section.copyright .selos {
  text-align: center;
}
@media screen and (max-width: 991px) {
  body footer section.copyright {
    padding: 20px 0px 80px 0px;
  }
  body footer section.copyright .conteudo, body footer section.copyright .selos {
    text-align: center;
  }
}
body footer section.barra-fixa-mobile {
  background-color: #4CBFB0;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 1px 0px;
  border-top: 1px solid rgba(194, 169, 103, 0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: #fff;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.footer-duvidas {
  background-color: #C2A967;
  padding: 35px 0;
}
body footer section.footer-duvidas .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  body footer section.footer-duvidas .icon-container {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  body footer section.footer-duvidas .text-container {
    margin-bottom: 20px;
  }
}
body footer section.footer-duvidas .text-container h1 {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}
body footer section.footer-duvidas .text-container h2 {
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
}
body footer section.footer-duvidas .input-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  body footer section.footer-duvidas .input-container {
    margin-bottom: 20px;
  }
}
body footer section.footer-duvidas .input-container label {
  margin: 0;
  color: #fff;
  font-weight: 500;
}
body footer section.footer-duvidas .input-container input {
  color: #fff;
  outline: 0;
  padding: 10px 0;
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px #fff;
}
body footer section.footer-duvidas .input-container input::placeholder {
  color: #fff;
  font-weight: 300;
}
body footer section.footer-duvidas .button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
body footer section.footer-duvidas .button-container button {
  color: #fff;
  width: 80%;
  text-transform: uppercase;
  outline: 0;
  background-color: transparent;
  border: solid 2px #fff;
  border-radius: 25px;
  padding: 7px 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body footer section.footer-duvidas .button-container button:hover {
  color: #C2A967;
  background-color: #fff;
  transform: scale(1.05);
  transform-origin: center;
}

/*# sourceMappingURL=custom.css.map */
