@charset "UTF-8";
/* CLASSES GLOBAIS */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@font-face {
  font-family: "Ogg";
  src: url("../font/2596224269750e00c3ad5356299a3b9f.eot"); /* IE9*/
  src: url("../font/2596224269750e00c3ad5356299a3b9f.eot?#iefix") format("embedded-opentype"), url("../font/2596224269750e00c3ad5356299a3b9f.woff2") format("woff2"), url("../font/2596224269750e00c3ad5356299a3b9f.woff") format("woff"), url("../font/2596224269750e00c3ad5356299a3b9f.ttf") format("truetype"), url("../font/2596224269750e00c3ad5356299a3b9f.svg#Ogg") format("svg"); /* iOS 4.1- */
}
.has-error {
  border-color: red !important;
}

.container {
  max-width: 1330px;
}
.container.small {
  max-width: 1100px;
}
.container.big {
  max-width: 1470px;
}

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

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

/*  Validação   */
.ng-invalid-required.ng-touched, .campo-invalido {
  border-color: #dc3545 !important;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
.main-whatsapp {
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: 18px;
  color: #725752;
  transition: 0.5s all;
}
.main-whatsapp img {
  margin-right: 10px;
  transition: 0.5s all;
}
.main-whatsapp:hover {
  color: #c04442;
  transform: translateY(-3px);
}
.main-whatsapp:hover img {
  transform: rotateY(360deg);
}
@media (max-width: 991px) {
  .main-whatsapp {
    font-size: 15px;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
    max-width: 260px;
  }
}

.main-cta {
  display: inline-block;
  padding: 10px 25px;
  font-weight: 700;
  border-radius: 5px;
  outline: none;
}
.main-cta i {
  margin-left: 10px;
  color: gainsboro;
  transition: 0.3s all;
}
.main-cta.gray {
  box-shadow: 3px 3px 5px #ebebeb;
  color: #525252;
  background: #d3d3d3;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
.main-cta.gray::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  color: white !important;
  top: 100%;
  background-color: #969696;
  transition: all 0.3s;
}
.main-cta.gray:hover {
  color: white !important;
  box-shadow: 3px 3px 5px #ebebeb;
  border-color: #969696;
  transform: translateY(-2px);
}
.main-cta.gray:hover::before {
  top: 0px;
}
.main-cta.gray:hover i {
  color: white;
}
.main-cta.gray i {
  color: #525252;
}
.main-cta.outline {
  color: #b4b4b4;
  border: 2px solid #b4b4b4;
  padding: 8px 25px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
.main-cta.outline::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  color: white !important;
  top: 100%;
  background-color: #b4b4b4;
  transition: all 0.3s;
}
.main-cta.outline:hover {
  color: white !important;
  box-shadow: 3px 3px 5px #ebebeb;
  border-color: #b4b4b4;
  transform: translateY(-2px);
}
.main-cta.outline:hover::before {
  top: 0px;
}
.main-cta.outline i {
  color: #b4b4b4;
}
.main-cta.outline:hover i {
  color: white;
}
.main-cta.primary {
  border: none;
  box-shadow: 3px 3px 5px #dba09f;
  color: white;
  background: linear-gradient(90deg, rgb(222, 61, 96) 0%, rgb(255, 169, 98) 100%);
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
.main-cta.primary::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  color: white !important;
  top: 100%;
  background-color: #c04442;
  transition: all 0.3s;
}
.main-cta.primary:hover {
  color: white !important;
  box-shadow: 3px 3px 7px #dba09f;
  border-color: #c04442;
  transform: translateY(-2px);
}
.main-cta.primary:hover::before {
  top: 0px;
}
@media (max-width: 991px) {
  .main-cta {
    font-size: 14px !important;
    padding: 10px 15px !important;
  }
}

.separador-imagem-cima {
  position: absolute;
  width: 100%;
  height: 60px;
  transform: rotateY(180deg);
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media (max-width: 991px) {
  .separador-imagem-cima {
    display: none;
  }
}
.separador-imagem-cima:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.separador-imagem-cima:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.separador-imagem-baixo {
  position: absolute;
  width: 100%;
  height: 60px;
  transform: rotateY(180deg);
  top: 0;
  left: 0;
  z-index: 5;
}
@media (max-width: 991px) {
  .separador-imagem-baixo {
    display: none;
  }
}
.separador-imagem-baixo:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.separador-imagem-baixo:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.main-titulo {
  font-family: "Ogg", sans-serif;
}
.main-titulo img {
  margin: auto;
  margin-top: 10px;
  display: block;
  max-width: 100%;
}
.main-titulo h1 {
  margin: auto;
  max-width: 900px;
  text-align: center;
  color: #8d1f16;
}
.main-titulo h1 strong {
  color: #c04442;
  display: block;
  font-weight: 500;
}

.owl-carousel .owl-dots {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots .owl-dot {
  margin: 10px;
  background-color: #d1d1d1;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #212121;
  width: 15px;
  height: 15px;
}

body {
  font-size: 1em;
  font-family: "Mulish", sans-serif;
  text-rendering: optimizeLegibility;
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
body section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #8d1f16;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body {
  /* MODAL */
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
@media (max-width: 991px) {
  body .modal-content {
    background-color: #f6f6f6;
  }
}
body .modal-lg {
  max-width: 590px !important;
}
body .modal-lg.video {
  max-width: 800px !important;
}
body .modal-body {
  overflow: hidden;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  background-color: #f5f5f5;
  font-weight: 400;
  font-size: 17px;
  color: #8d1f16;
}
body .modal-body .depoimento {
  display: flex;
  align-items: center;
}
body .modal-body .depoimento img {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  margin-right: 35px;
  flex: 0 0 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
body .modal-body .depoimento h5 {
  color: #8d1f16;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: left;
}
body .modal-body .depoimento .texto {
  text-align: left;
  max-height: 350px;
  overflow-y: auto;
  line-height: 1.3;
  color: #725752;
  font-size: 17px;
  padding-right: 20px;
}
body .modal-body .depoimento .texto::-webkit-scrollbar {
  width: 7px;
}
body .modal-body .depoimento .texto::-webkit-scrollbar-track {
  background: transparent;
}
body .modal-body .depoimento .texto::-webkit-scrollbar-thumb {
  background: #b83d32;
}
@media (max-width: 991px) {
  body .modal-body .depoimento {
    flex-flow: column;
    align-items: stretch;
  }
  body .modal-body .depoimento .texto {
    font-size: 16px;
    max-height: 310px;
  }
  body .modal-body .depoimento img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    margin-bottom: 20px;
  }
  body .modal-body .depoimento h5 {
    font-size: 18px;
  }
}
body .modal-body.video {
  border-radius: 0;
  min-height: 500px;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body.video {
  padding: 0;
}
body .modal-body iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form input,
body .modal-body form textarea {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid lightgray;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #d1d8d4;
  width: 100%;
  margin: 10px 0;
  outline: none;
}
body .modal-body form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
body .modal-body form button {
  width: 100%;
  margin-top: 5px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, rgb(140, 30, 21) 0%, rgb(192, 67, 66) 100%) !important;
}
body .modal-body form button i {
  margin: 0;
}
body .modal-body h2 {
  font-weight: 700;
  font-size: 30px;
  margin: auto;
  margin-bottom: 10px;
}
body .modal-body h2 i {
  display: block;
  font-size: 45px;
  color: lightgray;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body .modal-body {
    font-size: 15px;
    padding: 10px;
    padding-bottom: 30px;
  }
  body .modal-body h2 {
    font-size: 20px;
  }
  body .modal-body h2 i {
    font-size: 32px;
  }
  body .modal-body form input,
  body .modal-body form textarea {
    font-size: 15px;
  }
  body .modal-body form button {
    justify-content: center;
  }
  body .modal-body form button i {
    margin-left: 10px;
  }
}
body section.formulario-enviado {
  background-image: url("../image/bg_enviado.png");
  background-size: cover;
  background-position: top left;
  min-height: 800px;
  display: flex;
  align-items: center;
}
body section.formulario-enviado.error {
  background-image: url("../image/bg_error.png");
}
body section.formulario-enviado h6 {
  color: #8d1f16;
  font-size: 20px;
  max-width: 500px;
  font-weight: 400;
  margin-top: 20px;
}
body section.formulario-enviado h6 a {
  color: #8d1f16;
  text-decoration: underline;
}
body section.formulario-enviado .foto {
  width: 100%;
}
body section.formulario-enviado h1 {
  font-size: 92px;
  margin: 0;
  padding: 0;
  line-height: 0.9;
  font-family: "Ogg", sans-serif;
  color: #8d1f16;
  font-weight: 100;
}
body section.formulario-enviado h1 strong {
  font-weight: 100;
  display: block;
  color: #c04442;
}
body section.formulario-enviado h1.big {
  font-size: 180px;
}
body section.formulario-enviado h5 {
  font-size: 26px;
  font-weight: 600;
  color: #8d1f16;
  margin-bottom: 30px;
}
body section.formulario-enviado .main-cta {
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
body section.formulario-enviado .main-cta:before {
  display: none;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 50px 10px;
    min-height: auto;
    text-align: center;
  }
  body section.formulario-enviado .main-cta {
    font-size: 15px;
    max-width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  body section.formulario-enviado .main-cta img {
    height: 20px;
  }
  body section.formulario-enviado h6 {
    font-size: 16px;
  }
  body section.formulario-enviado h5 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  body section.formulario-enviado h1 {
    font-size: 28px !important;
    font-weight: 400;
  }
  body section.formulario-enviado h1 strong {
    display: inline;
  }
}
body .politica-termos {
  padding: 30px 0px;
}
body .politica-termos .titulo {
  font-family: "Ogg", sans-serif;
  font-size: 62px;
}
body .politica-termos h1, body .politica-termos h2, body .politica-termos h3, body .politica-termos h4, body .politica-termos h5, body .politica-termos h6 {
  color: #8d1f16;
}
body .politica-termos strong, body .politica-termos b {
  color: #8d1f16;
}
@media (max-width: 991px) {
  body .politica-termos {
    padding: 30px 10px;
    font-size: 14px;
  }
  body .politica-termos .titulo {
    font-size: 24px;
  }
}
body header section.header {
  background-image: url("../image/bg_header.png");
  background-size: cover;
  padding: 30px 0;
}
body header section.header .logo {
  width: 100%;
  transition: 0.3s all;
}
body header section.header .logo:hover {
  transform: translateY(-3px);
}
body header section.header .ctas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 530px;
  margin: auto;
}
body header section.header .separador {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 12px;
}
body header section.header .redes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header section.header .redes a {
  color: #b4b4b4;
  transition: 0.3s all;
}
body header section.header .redes a:hover {
  color: #8d1f16;
}
body header section.header .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
}
body header section.header .menu a {
  color: dimgray;
  transition: 0.5s all;
}
body header section.header .menu a i {
  margin-right: 8px;
}
body header section.header .menu a.ativo, body header section.header .menu a:hover {
  color: #c04442;
}
body header section.header .menu.fixo {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: white;
  border-top: 2px solid #c04442;
  padding: 20px 300px;
}
@media (max-width: 991px) {
  body header section.header {
    padding: 20px 0;
  }
  body header section.header .logo {
    max-width: 200px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
  body header section.header .menu,
  body header section.header .separador {
    display: none;
  }
  body header section.header .redes {
    justify-content: center;
  }
  body header section.header .redes a {
    margin: 0 10px;
  }
  body header section.header .ctas {
    flex-flow: column;
  }
  body header section.header .ctas .outline {
    margin-top: 14px;
    margin-bottom: 20px;
  }
}
body header section.barra-lgpd {
  padding: 0 15px;
  background-color: white;
  font-size: 12px;
  width: 100%;
  z-index: 500;
  color: gray;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body header section.barra-lgpd {
    padding: 10px;
    bottom: 57px;
    position: fixed;
    top: auto;
  }
  body header section.barra-lgpd .container {
    padding: 0;
  }
}
body header section.barra-lgpd.exibir {
  display: block;
}
body header section.barra-lgpd .row,
body header section.barra-lgpd .container {
  max-width: 1460px !important;
  margin: auto;
  justify-content: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in,
body header section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body header section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: gray;
  text-decoration: underline;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  background-color: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: black;
  border: 1px solid gray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button:hover,
body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button:hover {
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  body header section.barra-lgpd .row .conteudo-lgpd-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body header section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body header section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body main section.breadcrumb {
  font-size: 13px;
}
body main section.breadcrumb a {
  color: #725752;
  text-decoration: underline;
  margin: 0 7px;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 14px;
}
body main section.breadcrumb a:first-child {
  margin-left: 0;
}
body main section.breadcrumb a:last-child {
  margin-right: 0;
}
body main section.breadcrumb a.active {
  color: #3e3e3e;
  text-decoration: none;
}
@media (max-width: 991px) {
  body main section.breadcrumb {
    font-size: 12px;
  }
  body main section.breadcrumb a {
    font-size: 12px;
  }
}
body main section.header-conteudo {
  padding: 25px 0 100px 0;
  position: relative;
  background-size: cover;
  background-position: right;
}
body main section.header-conteudo h1 {
  font-family: "Ogg", sans-serif;
  color: #8d1f16;
  font-size: 46px;
  margin-top: 50px;
}
body main section.header-conteudo h1 strong {
  color: #c04442;
  display: block;
  font-weight: 500;
}
body main section.header-conteudo h2 {
  color: #725752;
  font-weight: 200;
  font-size: 24px;
  max-width: 500px;
}
body main section.header-conteudo h2 strong {
  font-weight: 600;
}
body main section.header-conteudo h2.big {
  max-width: 800px;
}
body main section.header-conteudo.procedimento {
  background-image: url("../image/banner_interna.png");
}
body main section.header-conteudo .banner {
  position: absolute;
  right: 0px;
  top: 0;
  width: 800px;
  height: 100%;
  padding: 0;
}
body main section.header-conteudo .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.header-conteudo .banner:before {
  content: "";
  width: 50px;
  height: 100%;
  background: linear-gradient(90deg, #f4f3f3 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: -3px;
  top: 0;
}
@media (max-width: 991px) {
  body main section.header-conteudo {
    background-position: left;
    padding: 25px 10px;
  }
  body main section.header-conteudo .banner {
    display: none;
  }
  body main section.header-conteudo h1 {
    font-size: 28px;
    margin-top: 30px;
  }
  body main section.header-conteudo h2 {
    font-size: 18px;
  }
}
body main section.box-lateral .in-lateral-box {
  background: url("../image/bg_opaco.png");
  background-size: cover;
  color: #8d1f16;
  font-weight: 600;
  font-size: 15px;
  padding: 30px 0;
  line-height: 1.3;
  margin-bottom: 30px;
}
body main section.box-lateral .in-lateral-box.news {
  margin-bottom: 0;
  padding: 30px 40px;
}
body main section.box-lateral .in-lateral-box h2 {
  margin-top: 0;
  font-weight: 300;
  font-size: 26px;
  text-align: center;
  letter-spacing: 5px;
}
body main section.box-lateral .in-lateral-box h5 {
  text-align: center;
  color: #666;
  font-size: 18px;
  margin-bottom: 20px;
}
body main section.box-lateral .in-lateral-box a {
  display: block;
  color: #8d1f16;
  transition: all 0.5s;
}
body main section.box-lateral .in-lateral-box a:hover {
  color: #8d1f16;
}
body main section.box-lateral .in-lateral-box hr {
  border-color: #8d1f16;
  width: 100%;
}
body main section.box-lateral .in-lateral-box strong {
  font-weight: 600;
  font-size: 18px;
  display: block;
}
body main section.box-lateral .in-lateral-box .item {
  display: flex;
  flex-wrap: nowrap;
  flex-flow: row;
  align-items: center;
  padding: 10px 50px;
}
body main section.box-lateral .in-lateral-box .item i {
  width: 28px;
  margin-right: 24px;
  font-size: 28px;
  color: #8d1f16;
}
body main section.box-lateral .in-lateral-box form input {
  margin-bottom: 15px;
  width: 100%;
  font-size: 16px;
  border: 1px solid transparent;
  outline: none;
  border-radius: 3px;
  padding: 12px 20px;
}
body main section.box-lateral .in-lateral-box form button {
  width: 100%;
  background: #8d1f16;
  color: white;
  margin-top: 5px;
  border: none;
  font-size: 17px;
  border-radius: 5px;
  outline: none;
  font-weight: 700;
  padding: 10px 20px;
}
@media (max-width: 991px) {
  body main section.box-lateral {
    margin-top: 10px;
  }
  body main section.box-lateral .in-lateral-box {
    padding: 15px 0;
    font-size: 13px;
  }
  body main section.box-lateral .in-lateral-box .item {
    padding: 10px 30px;
  }
  body main section.box-lateral .in-lateral-box.news {
    padding: 30px;
  }
  body main section.box-lateral .in-lateral-box form button {
    font-size: 14px;
    padding: 10px;
  }
  body main section.box-lateral .in-lateral-box h2 {
    font-size: 20px;
  }
  body main section.box-lateral .in-lateral-box h5 {
    font-size: 16px;
  }
}
body main ul.paginacao {
  display: flex;
  margin: 0 5px;
  align-items: center;
  justify-content: center;
}
body main ul.paginacao li {
  list-style: none;
}
body main ul.paginacao li a {
  background-color: #ba8227;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
}
body main ul.paginacao li a.active, body main ul.paginacao li a:hover {
  background-color: #001e1f;
}
body main section.index-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
body main section.index-banner .owl-carousel {
  overflow: hidden;
}
body main section.index-banner .owl-carousel .owl-nav .owl-prev {
  z-index: 2;
  color: #fadbc8;
  position: absolute;
  bottom: 50%;
  left: 150px;
  border: 2px solid #fadbc8;
  outline: none;
  border-radius: 100%;
  padding: 7px 15px !important;
  font-size: 16px;
}
body main section.index-banner .owl-carousel .owl-nav .owl-prev img {
  transition: all 0.2s;
}
@media screen and (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-nav .owl-prev img {
    width: 30px;
  }
}
body main section.index-banner .owl-carousel .owl-nav .owl-prev img:hover {
  opacity: 0.8;
}
body main section.index-banner .owl-carousel .owl-nav .owl-next {
  z-index: 2;
  color: #fadbc8;
  position: absolute;
  bottom: 50%;
  right: 150px;
  border: 2px solid #fadbc8;
  outline: none;
  border-radius: 100%;
  padding: 7px 15px !important;
  font-size: 16px;
}
body main section.index-banner .owl-carousel .owl-nav .owl-next img {
  transition: all 0.2s;
}
@media screen and (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-nav .owl-next img {
    width: 30px;
  }
}
body main section.index-banner .owl-carousel .owl-nav .owl-next img:hover {
  opacity: 0.8;
}
body main section.index-banner .owl-banner div.item,
body main section.index-banner .owl-banner-mobile div.item {
  width: 100%;
}
body main section.index-banner .owl-banner div.item img,
body main section.index-banner .owl-banner-mobile div.item img {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 991px) {
  body main section.index-banner .owl-banner div.item img,
  body main section.index-banner .owl-banner-mobile div.item img {
    height: auto;
  }
}
body main section.index-frase {
  position: relative;
  z-index: 6;
  margin-top: -20px;
  padding-bottom: 30px;
}
body main section.index-frase .texto {
  margin-top: 50px;
  font-size: 19px;
  color: #725752;
  font-weight: 300;
  line-height: 1.2;
}
body main section.index-frase .texto p {
  margin: 0;
}
body main section.index-frase .texto strong {
  display: block;
  margin-top: 10px;
  font-weight: 600;
}
body main section.index-frase .texto span {
  color: #c04442;
  border: 1px solid #c04442;
  display: inline-block;
  padding: 7px 20px;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 20px;
  font-weight: 600;
}
body main section.index-frase .foto {
  width: 100%;
  margin-top: -70px;
}
body main section.index-frase .aspas {
  width: 100%;
}
@media (max-width: 991px) {
  body main section.index-frase {
    margin-top: 0;
    padding: 30px 0;
  }
  body main section.index-frase .texto {
    font-size: 16px;
    text-align: center;
    margin-top: 0;
  }
  body main section.index-frase .aspas {
    display: none;
  }
  body main section.index-frase .foto {
    display: none;
  }
}
body main section.index-especialidades {
  background-image: url("../image/bg-pattern.png");
  background-size: cover;
  padding: 100px 0 140px 0;
  position: relative;
  background-attachment: fixed;
}
body main section.index-especialidades h3 {
  max-width: 580px;
  margin: 20px auto 30px auto;
  color: dimgray;
  font-size: 20px;
  text-align: center;
}
body main section.index-especialidades .box {
  background-color: white;
  padding: 30px;
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  border: 1px solid #ebebeb;
  box-shadow: 4px 5px 10px 7px rgba(230, 230, 230, 0.2470588235);
  color: #725752;
  height: 100%;
  transition: 0.5s all;
}
body main section.index-especialidades .box:hover {
  border-color: #e2bcb9 !important;
}
body main section.index-especialidades .box img {
  margin-bottom: 15px;
}
body main section.index-especialidades .box h2 {
  color: #8d1f16;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  body main section.index-especialidades .box h2 {
    height: 48px;
  }
}
body main section.index-especialidades .box .btns {
  margin-top: 20px;
}
body main section.index-especialidades .box .btns a {
  display: block;
  font-weight: 700;
  border-radius: 5px;
  font-size: 16px;
  color: #725752;
  border: 2px solid #725752;
  padding: 10px 25px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.index-especialidades .box .btns a::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  color: white !important;
  top: 100%;
  background-color: #b4b4b4;
  transition: all 0.3s;
}
body main section.index-especialidades .box .btns a:hover {
  color: white !important;
  box-shadow: 3px 3px 5px #ebebeb;
  border-color: #b4b4b4;
  transform: translateY(-2px);
}
body main section.index-especialidades .box .btns a:hover::before {
  top: 0px;
}
body main section.index-especialidades .box .btns a i {
  margin-left: 10px;
  color: #725752;
}
body main section.index-especialidades .box .btns a.primary {
  color: white;
  border: none;
  padding: 12px 25px;
  box-shadow: 3px 3px 5px #dba09f;
  background: linear-gradient(90deg, rgb(141, 30, 22) 0%, rgb(192, 67, 66) 100%);
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.index-especialidades .box .btns a.primary::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  color: white !important;
  top: 100%;
  background-color: #c04442;
  transition: all 0.3s;
}
body main section.index-especialidades .box .btns a.primary:hover {
  color: white !important;
  box-shadow: 3px 3px 7px #dba09f;
  border-color: #c04442;
  transform: translateY(-2px);
}
body main section.index-especialidades .box .btns a.primary:hover::before {
  top: 0px;
}
body main section.index-especialidades .box .btns a.primary i {
  color: white;
}
@media (min-width: 992px) {
  body main section.index-especialidades.interna {
    margin-top: -100px;
    position: relative;
    z-index: 1;
  }
}
body main section.index-especialidades.procedimentos {
  background-image: none;
}
body main section.index-especialidades.procedimentos .separador-imagem-cima,
body main section.index-especialidades.procedimentos .separador-imagem-baixo {
  display: none;
}
body main section.index-especialidades.procedimentos .box {
  background-color: #f7f7f7;
  box-shadow: none;
  border-color: transparent;
}
@media (min-width: 992px) {
  body main section.index-especialidades.procedimentos {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  body main section.index-especialidades {
    padding: 30px 0;
  }
  body main section.index-especialidades h3 {
    font-size: 17px;
    margin-bottom: 0;
  }
  body main section.index-especialidades .box {
    margin-top: 25px;
    padding: 25px 15px;
    font-size: 15px;
    height: auto;
  }
  body main section.index-especialidades .box img {
    height: 70px;
  }
  body main section.index-especialidades .box .btns a {
    font-size: 14px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
body main section.index-conheca {
  padding: 40px 0;
}
body main section.index-conheca h3 {
  color: #8d1f16;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  margin: 20px 0;
}
body main section.index-conheca .img-container {
  position: relative;
  width: 100%;
  max-width: 450px;
  aspect-ratio: 1/1;
  margin: auto;
  display: block;
}
body main section.index-conheca .img-container .lente {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  transition: 0.4s all;
}
body main section.index-conheca .img-container img {
  width: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
body main section.index-conheca .img-container:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -13px;
  width: 105%;
  height: 105%;
  background-image: url(../image/overlay.png);
  background-size: contain;
  background-repeat: no-repeat;
}
body main section.index-conheca .img-container {
  /* play + interações de clique apenas quando há vídeo cadastrado (.video) */
}
body main section.index-conheca .img-container.video {
  cursor: pointer;
}
body main section.index-conheca .img-container.video:hover .lente {
  background: rgba(0, 0, 0, 0.2);
}
body main section.index-conheca .img-container.video:hover:before {
  color: #ffa962;
}
body main section.index-conheca .img-container.video:before {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 50px;
  top: calc(50% - 45.5px);
  left: calc(50% - 17px);
  color: white;
  text-shadow: 2px 2px 5px #806b6b;
  z-index: 3;
  transition: 0.4s all;
}
body main section.index-conheca .ctas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 550px;
  margin-top: 30px;
}
body main section.index-conheca ul {
  list-style: none;
  padding-left: 35px;
}
body main section.index-conheca ul li {
  position: relative;
  margin: 20px 0;
  font-size: 19px;
  color: #725752;
  line-height: 1.2;
}
body main section.index-conheca ul li:first-child:after {
  display: none;
}
body main section.index-conheca ul li:before {
  content: url(../image/bullet.png);
  position: absolute;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: calc(50% - 12px);
  left: -33px;
}
body main section.index-conheca ul li:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 1px;
  background: #e9e9e9;
  left: -26px;
  bottom: 23px;
  height: calc(100% + 20px);
}
body main section.index-conheca.interna {
  position: relative;
  background-image: url("../image/bg-folhas.png");
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 992px) {
  body main section.index-conheca.interna {
    padding: 100px 0;
  }
}
body main section.index-conheca.interna2 {
  position: relative;
  background-image: url("../image/bg-pattern.png");
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 992px) {
  body main section.index-conheca.interna2 {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  body main section.index-conheca {
    padding: 25px 0;
  }
  body main section.index-conheca .img-container {
    max-width: 200px;
  }
  body main section.index-conheca .img-container.video:before {
    font-size: 30px;
    top: calc(50% - 27.5px);
    left: calc(50% - 10px);
  }
  body main section.index-conheca h3 {
    font-size: 18px;
  }
  body main section.index-conheca .foto {
    max-width: 200px;
    margin: auto;
    display: block;
  }
  body main section.index-conheca .ctas {
    flex-flow: column;
  }
  body main section.index-conheca .ctas .primary {
    margin-top: 15px;
  }
  body main section.index-conheca ul li {
    font-size: 16px;
  }
  body main section.index-conheca ul li:after {
    display: none;
  }
}
body main section.index-procedimentos {
  background-image: url("../image/bg-flores.png");
  background-size: cover;
  position: relative;
  padding: 100px 0 150px 0;
  background-attachment: fixed;
}
body main section.index-procedimentos .main-titulo h1 strong {
  color: #ffa962;
}
body main section.index-procedimentos .main-cta {
  margin: auto;
  margin-top: 40px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  body main section.index-procedimentos .main-cta {
    margin-top: 20px;
  }
}
body main section.index-procedimentos .box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
body main section.index-procedimentos .box:hover img {
  transform: scale(1.05);
}
body main section.index-procedimentos .box:hover .titulo {
  transform: scale(1.02);
}
body main section.index-procedimentos .box .titulo {
  width: 100%;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: white;
  padding: 30px 60px;
  font-size: 30px;
  transition: 0.5s all;
  font-weight: 700;
}
body main section.index-procedimentos .box.main {
  height: 100%;
}
body main section.index-procedimentos .box.linha-1 {
  height: 220px;
}
body main section.index-procedimentos .box.linha-1 .titulo {
  padding: 25px 30px;
  font-size: 22px;
}
body main section.index-procedimentos .box.linha-2 {
  height: 220px;
}
body main section.index-procedimentos .box.linha-2 .titulo {
  padding: 20px 30px;
  font-size: 18px;
}
body main section.index-procedimentos .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s all;
}
@media (max-width: 991px) {
  body main section.index-procedimentos {
    padding: 30px 0;
  }
  body main section.index-procedimentos .box {
    height: 150px !important;
    margin-top: 20px;
  }
  body main section.index-procedimentos .box .titulo {
    font-size: 16px !important;
    padding: 20px !important;
  }
  body main section.index-procedimentos .box .main {
    margin-top: 0;
  }
}
body main section.index-lipo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0 150px 0;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 calc(100% - 10%));
  margin-top: -70px;
}
body main section.index-lipo h1 {
  font-family: "Ogg", sans-serif;
  font-size: 52px;
}
body main section.index-lipo h1 strong {
  font-size: 100px;
  font-weight: 400;
  color: #8d1f16;
}
body main section.index-lipo h3 {
  font-weight: 300;
  font-size: 28px;
}
body main section.index-lipo h3 strong {
  color: #8d1f16;
  font-weight: 500;
}
body main section.index-lipo .btn {
  display: inline-block;
  font-weight: 800;
  border-radius: 5px;
  font-size: 16px;
  color: #725752;
  border: 2px solid #725752;
  padding: 10px 40px;
  margin: 15px 0 25px 0;
  transition: 0.3s all;
}
body main section.index-lipo .btn i {
  transition: 0.3s all;
  margin-left: 10px;
  color: #725752;
}
body main section.index-lipo .btn:hover {
  background: #725752;
  color: white;
  transform: translateY(-2px);
}
body main section.index-lipo .btn:hover i {
  color: white;
}
body main section.index-lipo .whatsapp {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.2;
  color: #725752;
}
body main section.index-lipo .whatsapp .numero {
  color: #8d1f16;
  font-weight: 700;
}
body main section.index-lipo .whatsapp strong {
  font-weight: 700;
}
body main section.index-lipo .whatsapp img {
  margin-right: 15px;
}
@media (max-width: 991px) {
  body main section.index-lipo {
    padding: 30px 0;
    clip-path: none;
    margin-top: 0;
    background-image: none;
    background-color: #fcf8f5;
  }
  body main section.index-lipo h1 {
    font-size: 28px;
    text-align: center;
  }
  body main section.index-lipo h1 strong {
    font-size: 28px;
  }
  body main section.index-lipo h3 {
    font-size: 18px;
    text-align: center;
  }
  body main section.index-lipo .btn {
    padding: 10px 20px;
    font-size: 13px;
    margin-left: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
  }
  body main section.index-lipo .whatsapp {
    font-size: 15px;
    justify-content: center;
  }
  body main section.index-lipo .whatsapp img {
    margin-right: 10px;
    height: 34px;
  }
}
body main section.index-diferenciais {
  background-image: url("../image/bg-diferenciais.png");
  background-size: cover;
  padding: 130px 0 150px 0;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 calc(100% - 10%));
  margin-top: -105px;
  position: relative;
  z-index: 2;
}
body main section.index-diferenciais .main-titulo {
  margin-left: 25px;
}
body main section.index-diferenciais .main-titulo h1 {
  text-align: left;
  color: black;
  font-size: 46px;
}
body main section.index-diferenciais .main-titulo h1 strong {
  color: #8d1f16;
}
body main section.index-diferenciais .main-titulo img {
  margin-left: 0;
}
body main section.index-diferenciais h3 {
  max-width: 580px;
  margin: 20px auto 30px auto;
  color: dimgray;
  font-size: 20px;
}
body main section.index-diferenciais .itens {
  margin-left: 25px;
}
body main section.index-diferenciais .itens .item {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #725752;
  line-height: 1.2;
  margin: 30px 0;
}
body main section.index-diferenciais .itens .item img {
  margin-right: 30px;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 60px;
}
body main section.index-diferenciais .itens .item strong {
  display: block;
  color: #8d1f16;
  font-size: 20px;
}
@media (max-width: 991px) {
  body main section.index-diferenciais {
    clip-path: none;
    margin-top: 0;
    padding: 30px 0;
    background-image: none;
    background-color: #eeded7;
  }
  body main section.index-diferenciais .main-titulo {
    margin-left: 0;
  }
  body main section.index-diferenciais .main-titulo h1 {
    font-size: 28px;
    text-align: center;
  }
  body main section.index-diferenciais h3 {
    text-align: center;
    font-size: 17px;
  }
  body main section.index-diferenciais .primary {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  body main section.index-diferenciais .itens {
    margin-left: 0;
  }
  body main section.index-diferenciais .itens .item {
    flex-flow: column;
    text-align: center;
    font-size: 16px;
    padding: 0 20px;
  }
  body main section.index-diferenciais .itens .item strong {
    font-size: 18px;
  }
  body main section.index-diferenciais .itens .item img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
body main section.index-video {
  background: black;
  padding: 200px 0;
  color: white;
  font-size: 19px;
  text-align: center;
  line-height: 1.3;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 calc(100% - 15%));
  margin-top: -105px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
body main section.index-video .container {
  position: relative;
  z-index: 5;
}
body main section.index-video:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body main section.index-video:after {
  content: "";
  position: absolute;
  top: 50px;
  left: -8px;
  width: calc(100% + 20px);
  height: calc(100% - 100px);
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  z-index: 1;
  transform: rotate(2.3deg);
}
body main section.index-video video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.index-video strong {
  display: block;
  margin-top: 10px;
  color: #ffa962;
  font-size: 15px;
  font-weight: 700;
}
body main section.index-video img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
body main section.index-video .container {
  max-width: 550px;
}
@media (max-width: 991px) {
  body main section.index-video {
    clip-path: none;
    margin-top: 0;
    padding: 60px 15px;
    font-size: 15px;
  }
  body main section.index-video:after {
    transform: none;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
  body main section.index-video img {
    height: 60px;
  }
}
body main section.index-sonho {
  padding: 90px 0 120px 0;
  position: relative;
  margin-top: -75px;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body main section.index-sonho .sonho-logo img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
body main section.index-sonho.interna {
  margin-top: -105px;
}
body main section.index-sonho .main-titulo {
  max-width: 470px;
}
body main section.index-sonho .main-titulo h1 {
  text-align: left;
  color: black;
  font-size: 46px;
}
body main section.index-sonho .main-titulo h1 strong {
  display: inline;
}
body main section.index-sonho .main-titulo img {
  margin-left: 0;
}
body main section.index-sonho .itens .item {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  margin: 20px 0;
  color: #c04442;
  max-width: 470px;
}
body main section.index-sonho .itens .item .numero {
  font-family: "Ogg", sans-serif;
  font-size: 32px;
  margin-right: 20px;
  border-radius: 100%;
  color: #8d1f16;
  border: 1px solid #c5c5c5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
}
body main section.index-sonho h3 {
  max-width: 580px;
  margin: 20px auto 30px 0;
  color: #725752;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}
body main section.index-sonho h3 strong {
  color: #8d1f16;
  display: block;
}
@media (max-width: 991px) {
  body main section.index-sonho {
    margin-top: 0 !important;
    padding: 30px 0;
  }
  body main section.index-sonho .main-titulo h1 {
    text-align: center;
    font-size: 26px;
  }
  body main section.index-sonho h3 {
    text-align: center;
    font-size: 20px;
  }
  body main section.index-sonho .main-whatsapp {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  body main section.index-sonho .main-cta {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  body main section.index-sonho .itens .item {
    font-size: 17px;
  }
  body main section.index-sonho .itens .item .numero {
    font-size: 22px;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    margin-right: 10px;
  }
}
body main section.index-depoimentos {
  padding: 30px 0 70px 0;
  /* 1-2 depoimentos: centraliza em vez de alinhar à esquerda no espaço de 3 */
}
@media (min-width: 992px) {
  body main section.index-depoimentos .owl-depoimentos.dep-poucos .owl-stage-outer {
    display: flex;
    justify-content: center;
  }
}
body main section.index-depoimentos .main-titulo img {
  margin-bottom: 15px;
}
body main section.index-depoimentos .main-titulo h1 {
  font-size: 46px;
  color: black;
}
body main section.index-depoimentos .main-cta {
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  body main section.index-depoimentos .main-cta {
    margin-bottom: 30px;
  }
}
body main section.index-depoimentos h3 {
  max-width: 600px;
  margin: 10px auto 30px auto;
  color: dimgray;
  font-size: 20px;
  text-align: center;
}
body main section.index-depoimentos .owl-depoimentos .owl-stage {
  padding: 30px 0;
}
body main section.index-depoimentos .owl-depoimentos .owl-dots {
  margin: 20px 0;
}
body main section.index-depoimentos .owl-depoimentos .owl-nav .owl-prev {
  z-index: 2;
  color: #8d1f16;
  position: absolute;
  bottom: 50%;
  left: -75px;
  border: 2px solid #8d1f16;
  outline: none;
  border-radius: 100%;
  padding: 7px 15px !important;
  font-size: 16px;
}
body main section.index-depoimentos .owl-depoimentos .owl-nav .owl-prev img {
  transition: all 0.2s;
}
@media screen and (max-width: 991px) {
  body main section.index-depoimentos .owl-depoimentos .owl-nav .owl-prev img {
    width: 30px;
  }
}
body main section.index-depoimentos .owl-depoimentos .owl-nav .owl-prev img:hover {
  opacity: 0.8;
}
body main section.index-depoimentos .owl-depoimentos .owl-nav .owl-next {
  z-index: 2;
  color: #8d1f16;
  position: absolute;
  bottom: 50%;
  right: -75px;
  border: 2px solid #8d1f16;
  outline: none;
  border-radius: 100%;
  padding: 7px 15px !important;
  font-size: 16px;
}
body main section.index-depoimentos .owl-depoimentos .owl-nav .owl-next img {
  transition: all 0.2s;
}
@media screen and (max-width: 991px) {
  body main section.index-depoimentos .owl-depoimentos .owl-nav .owl-next img {
    width: 30px;
  }
}
body main section.index-depoimentos .owl-depoimentos .owl-nav .owl-next img:hover {
  opacity: 0.8;
}
body main section.index-depoimentos .owl-depoimentos .depoimento {
  background-color: white;
  border: 1px solid gainsboro;
  border-radius: 5px;
  padding: 30px;
  font-size: 16px;
  box-shadow: 4px 5px 7px rgba(230, 230, 230, 0.7529411765);
  line-height: 1.3;
  color: #725752;
  padding-top: 0;
  height: 231px;
}
body main section.index-depoimentos .owl-depoimentos .depoimento .texto {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 100px;
  transition: 0.3s all;
}
body main section.index-depoimentos .owl-depoimentos .depoimento.abrir {
  height: auto;
}
body main section.index-depoimentos .owl-depoimentos .depoimento.abrir .texto {
  max-height: 3000px;
  -webkit-line-clamp: unset;
}
body main section.index-depoimentos .owl-depoimentos .depoimento img {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-bottom: 15px;
}
body main section.index-depoimentos .owl-depoimentos .depoimento a {
  margin-top: 7px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #8d1f16;
  text-decoration: underline;
  cursor: pointer;
}
body main section.index-depoimentos .owl-depoimentos .depoimento h4 {
  color: #8d1f16;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    padding: 20px 0;
  }
  body main section.index-depoimentos .depoimento {
    height: auto !important;
    margin-bottom: 10px;
  }
  body main section.index-depoimentos .main-titulo img {
    height: 40px;
  }
  body main section.index-depoimentos .main-titulo h1 {
    font-size: 24px;
  }
  body main section.index-depoimentos h3 {
    font-size: 17px;
  }
}
body main section.index-blog {
  background-color: #f9f9f9;
  margin-top: -200px;
  padding: 150px 0 50px 0;
}
body main section.index-blog .main-titulo img {
  margin-top: 0;
  margin-bottom: 25px;
}
body main section.index-blog .main-titulo h1 {
  color: black;
}
body main section.index-blog .main-titulo h1 strong {
  display: inline;
}
body main section.index-blog h3 {
  max-width: 580px;
  margin: 7px auto 30px auto;
  color: dimgray;
  font-size: 20px;
  text-align: center;
}
body main section.index-blog .main-cta {
  margin: auto;
  color: black;
  margin-top: 40px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.index-blog .post {
  background-color: white;
  border: 1px solid #f3f3f3;
  box-shadow: 4px 5px 20px 7px #e6e6e6;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.5s all;
}
body main section.index-blog .post:hover {
  transform: translateX(-2px) translateY(-3px);
}
body main section.index-blog .post .post-in {
  padding: 30px 40px;
  line-height: 1.5;
  color: #725752;
}
body main section.index-blog .post .post-in h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 52px;
  height: 52px;
}
body main section.index-blog .post .post-in .resumo {
  line-height: 1.3;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 100px;
  height: 100px;
}
body main section.index-blog .post .post-in .link {
  margin-top: 7px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #c04442;
  text-decoration: underline;
}
body main section.index-blog .post .img {
  height: 270px;
}
body main section.index-blog .post .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  body main section.index-blog {
    padding: 180px 0 30px 0;
  }
  body main section.index-blog .main-titulo img {
    display: none;
  }
  body main section.index-blog h3 {
    font-size: 17px;
    margin-bottom: 0;
  }
  body main section.index-blog .post {
    margin-top: 25px;
  }
  body main section.index-blog .post .post-in {
    padding: 25px;
  }
  body main section.index-blog .post .post-in .resumo {
    font-size: 15px;
    height: 95px;
    max-height: 95px;
  }
  body main section.index-blog .post .post-in h2 {
    font-size: 18px;
    height: 44px;
    max-height: 44px;
  }
  body main section.index-blog .post .img {
    height: 200px;
  }
}
body main section.sobre-galeria {
  position: relative;
  padding-top: 30px;
}
body main section.sobre-galeria .main-titulo h1 {
  margin-top: 0;
}
body main section.sobre-galeria .main-titulo h1 strong {
  display: inline;
}
body main section.sobre-galeria .titulo-container {
  margin: auto;
  max-width: 700px;
  text-align: center;
}
body main section.sobre-galeria .titulo-container h2 {
  font-weight: 200;
  color: #8d1f16;
  font-size: 24px;
}
body main section.sobre-galeria .titulo-container h3 {
  color: dimgray;
  font-size: 19px;
  text-align: center;
  margin-top: 15px;
}
body main section.sobre-galeria .owl-carousel {
  margin-top: 40px;
}
body main section.sobre-galeria .owl-carousel img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body main section.sobre-galeria .titulo-container h2 {
    font-size: 20px;
  }
  body main section.sobre-galeria .titulo-container h3 {
    font-size: 17px;
  }
  body main section.sobre-galeria .owl-carousel img {
    max-width: 280px;
    margin: auto;
    height: 280px;
    display: block;
  }
}
body main section.sobre-instagram {
  padding: 20px 0 70px 0;
  position: relative;
}
body main section.sobre-instagram .titulo {
  color: #c04442;
  text-align: center;
}
body main section.sobre-instagram .titulo i {
  font-size: 42px;
  margin-bottom: 10px;
  display: inline-block;
}
body main section.sobre-instagram .titulo h1 {
  font-size: 32px;
  font-weight: 300;
}
body main section.sobre-instagram .titulo h1 strong {
  font-weight: 700;
}
body main section.sobre-instagram a.ver-mais {
  color: #8d1f16;
  font-weight: 700;
  border: 2px solid #8d1f16;
  padding: 10px 20px;
  border-radius: 7px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
body main section.sobre-instagram .owl-instagram {
  margin-top: 30px;
  margin-bottom: 30px;
}
body main section.sobre-instagram .owl-instagram .foto {
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
}
body main section.sobre-instagram .owl-instagram .foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body main section.sobre-instagram {
    padding: 30px 0;
  }
  body main section.sobre-instagram .owl-instagram {
    margin-bottom: 10px;
  }
  body main section.sobre-instagram .titulo h1 {
    font-size: 22px;
  }
  body main section.sobre-instagram a.ver-mais {
    margin-top: 0;
    font-size: 14px;
  }
}
body main section.sobre-frase {
  display: flex;
  margin: auto;
  max-width: 1300px;
  align-items: center;
  padding: 50px;
  border: 2px solid gainsboro;
  border-radius: 25px;
  font-size: 22px;
  color: #8d1f16;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 140px;
}
body main section.sobre-frase.interna {
  margin-top: 30px;
  margin-bottom: 40px;
}
body main section.sobre-frase strong {
  font-weight: 600;
}
body main section.sobre-frase img {
  margin-right: 30px;
}
@media (max-width: 991px) {
  body main section.sobre-frase {
    flex-flow: column;
    font-size: 16px;
    padding: 30px;
    margin: 25px 10px 20px 10px;
    text-align: center;
  }
  body main section.sobre-frase img {
    margin-right: 0;
    margin-bottom: 10px;
    height: 50px;
  }
}
body main section.procedimentos-categoria {
  padding: 30px 0 70px 0;
}
body main section.procedimentos-categoria .box {
  background-color: white;
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  border: 1px solid #ebebeb;
  box-shadow: 4px 5px 10px rgba(230, 230, 230, 0.2470588235);
  color: #725752;
  overflow: hidden;
  border-radius: 7px;
  margin-top: 30px;
  transition: 0.5s all;
}
body main section.procedimentos-categoria .box:hover .img img {
  transform: scale(1.05);
}
body main section.procedimentos-categoria .box .in-box {
  padding: 30px 50px;
}
body main section.procedimentos-categoria .box .img {
  overflow: hidden;
  height: 230px;
  border-radius: 7px;
}
body main section.procedimentos-categoria .box .img img {
  transition: 0.5s all;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.procedimentos-categoria .box .resumo {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 100px;
  height: 100px;
}
body main section.procedimentos-categoria .box h2 {
  color: #8d1f16;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 48px;
}
body main section.procedimentos-categoria .box .btns {
  margin-top: 20px;
}
body main section.procedimentos-categoria .box .btns a {
  display: block;
  font-weight: 700;
  border-radius: 5px;
  font-size: 16px;
  color: #725752;
  border: 2px solid #725752;
  padding: 10px 25px;
  margin: auto;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.procedimentos-categoria .box .btns a::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  color: white !important;
  top: 100%;
  background-color: #b4b4b4;
  transition: all 0.3s;
}
body main section.procedimentos-categoria .box .btns a:hover {
  color: white !important;
  box-shadow: none;
  border-color: #b4b4b4;
  transform: translateY(-2px);
}
body main section.procedimentos-categoria .box .btns a:hover::before {
  top: 0px;
}
body main section.procedimentos-categoria .box .btns a {
  max-width: 280px;
}
body main section.procedimentos-categoria .box .btns a i {
  margin-left: 10px;
  color: #725752;
}
body main section.procedimentos-categoria .box .btns a.primary {
  color: white;
  border: none;
  padding: 12px 25px;
  box-shadow: 3px 3px 5px #dba09f;
  background: linear-gradient(90deg, rgb(141, 30, 22) 0%, rgb(192, 67, 66) 100%);
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.procedimentos-categoria .box .btns a.primary::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  color: white !important;
  top: 100%;
  background-color: #c04442;
  transition: all 0.3s;
}
body main section.procedimentos-categoria .box .btns a.primary:hover {
  color: white !important;
  box-shadow: 3px 3px 7px #dba09f;
  border-color: #c04442;
  transform: translateY(-2px);
}
body main section.procedimentos-categoria .box .btns a.primary:hover::before {
  top: 0px;
}
body main section.procedimentos-categoria .box .btns a.primary i {
  color: white;
}
@media (max-width: 991px) {
  body main section.procedimentos-categoria {
    padding: 5px 0 30px 0;
  }
  body main section.procedimentos-categoria .box {
    margin-top: 25px;
    font-size: 15px;
    height: auto;
  }
  body main section.procedimentos-categoria .box h2 {
    font-size: 17px;
    height: 42px;
    max-height: 42px;
  }
  body main section.procedimentos-categoria .box .resumo {
    height: 92px;
    max-height: 92px;
  }
  body main section.procedimentos-categoria .box .in-box {
    padding: 20px;
  }
  body main section.procedimentos-categoria .box .img {
    height: 150px;
  }
  body main section.procedimentos-categoria .box .btns a {
    font-size: 14px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
body main section.procedimentos-interna {
  padding-top: 50px;
}
body main section.procedimentos-interna .texto {
  font-size: 20px;
  color: #485476;
  font-weight: 300;
}
body main section.procedimentos-interna .texto ul {
  list-style: none;
  padding-left: 0;
}
body main section.procedimentos-interna .texto ul li:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  color: #8d1f16;
}
body main section.procedimentos-interna .fundo {
  margin-top: 40px;
  background-size: cover;
  background-image: url("../image/bg-interna.png");
  padding: 50px 0;
}
body main section.procedimentos-interna .detalhes {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  color: #8d1f16;
}
body main section.procedimentos-interna .detalhes .item {
  width: 50%;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0;
}
body main section.procedimentos-interna .detalhes .item h4 {
  font-size: 18px;
  font-weight: 700;
}
body main section.procedimentos-interna .detalhes .item .card-img {
  width: 65px;
  float: left;
  margin-right: 5px;
  height: 45px;
  overflow: hidden;
  margin-bottom: 20px;
}
body main section.procedimentos-interna .detalhes .item .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main section.procedimentos-interna .box {
  background-color: #8d1f16;
  padding: 50px 60px;
  border-radius: 15px;
  position: sticky;
  top: 80px;
  margin-right: -20px;
  margin-left: 20px;
}
body main section.procedimentos-interna .box .separador {
  width: 100%;
  transform: rotateY(180deg);
  margin-top: 10px;
}
body main section.procedimentos-interna .box form {
  margin-top: 20px;
}
body main section.procedimentos-interna .box h1 {
  text-align: center;
  color: white;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 5px;
  font-family: "Ogg", sans-serif;
}
body main section.procedimentos-interna .box label {
  display: block;
  color: white;
  margin: 2px 0;
  font-weight: 300;
  font-size: 17px;
}
body main section.procedimentos-interna .box button {
  margin: auto;
  margin-top: 5px;
  box-shadow: none;
  display: block;
  outline: none;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}
body main section.procedimentos-interna .box input,
body main section.procedimentos-interna .box textarea {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid transparent;
  outline: none;
  border-radius: 3px;
  padding: 12px 20px;
}
body main section.procedimentos-interna .box textarea {
  resize: none;
}
body main section.procedimentos-interna .box h3 {
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 300;
}
body main section.procedimentos-interna .texto-2 h1 {
  margin-top: 10px;
  font-size: 36px;
  font-weight: 300;
  color: #8d1f16;
  font-family: "Ogg", sans-serif;
}
body main section.procedimentos-interna .titulo {
  margin-bottom: 20px;
}
body main section.procedimentos-interna .titulo img {
  margin-bottom: 10px;
}
body main section.procedimentos-interna .titulo h1 {
  margin-top: 10px;
  font-size: 36px;
  font-weight: 300;
  color: #8d1f16;
  font-family: "Ogg", sans-serif;
}
@media (max-width: 991px) {
  body main section.procedimentos-interna {
    padding: 20px 10px;
  }
  body main section.procedimentos-interna .box-consulta {
    margin-bottom: 30px;
  }
  body main section.procedimentos-interna .fundo {
    margin-top: 20px;
    margin-left: -10px;
    background-image: none;
    background-color: #fbedea;
    margin-right: -10px;
    padding: 15px 10px;
  }
  body main section.procedimentos-interna .box {
    padding: 20px;
    margin: 0;
    margin-top: 10px;
    border-radius: 0;
  }
  body main section.procedimentos-interna .box h1 {
    font-size: 20px;
  }
  body main section.procedimentos-interna .box h3 {
    font-size: 15px;
  }
  body main section.procedimentos-interna .box label {
    font-size: 14px;
  }
  body main section.procedimentos-interna .box input {
    padding: 10px;
    font-size: 13px;
  }
  body main section.procedimentos-interna .texto {
    font-size: 16px;
  }
  body main section.procedimentos-interna .texto-2 h1 {
    margin-top: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
  }
  body main section.procedimentos-interna .titulo {
    margin-bottom: 20px;
  }
  body main section.procedimentos-interna .titulo img {
    display: block;
    margin: auto;
    width: 230px;
  }
  body main section.procedimentos-interna .titulo h4 {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
  }
  body main section.procedimentos-interna .titulo h1 {
    margin-top: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
  }
  body main section.procedimentos-interna .detalhes {
    margin-top: 30px;
  }
  body main section.procedimentos-interna .detalhes .item {
    width: 100%;
    font-size: 12px;
  }
  body main section.procedimentos-interna .detalhes .item .card-img {
    width: 60px;
    height: 35px;
    margin-right: 0;
  }
  body main section.procedimentos-interna .detalhes .item h4 {
    font-size: 16px;
  }
}
body main section.procedimentos-duvidas {
  padding: 50px 0;
  background-image: url("../image/bg-pattern.png");
  background-size: cover;
  background-attachment: fixed;
}
body main section.procedimentos-duvidas .titulo {
  margin-bottom: 30px;
}
body main section.procedimentos-duvidas .titulo img {
  display: block;
  margin: auto;
}
body main section.procedimentos-duvidas .titulo h1 {
  margin-top: 10px;
  text-align: center;
  font-size: 54px;
  font-weight: 400;
  color: #8d1f16;
  font-family: "Ogg", sans-serif;
}
body main section.procedimentos-duvidas .titulo h4 {
  text-align: center;
  color: #8d1f16;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
}
body main section.procedimentos-duvidas .duvida .fa-chevron-down {
  transition: 0.3s all;
  margin-left: 10px;
}
body main section.procedimentos-duvidas .duvida .pergunta {
  background-color: #eaeae9;
  padding: 10px 40px;
  margin: 10px 0;
  border-radius: 15px;
  font-size: 23px;
  color: #8d1f16;
  display: flex;
  font-weight: 400;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}
body main section.procedimentos-duvidas .duvida .resposta {
  color: #666666;
  overflow: hidden;
  font-size: 20px;
  max-height: 0;
  transition: 0.3s all;
}
body main section.procedimentos-duvidas .duvida .resposta .in-resposta {
  font-weight: 500;
  padding: 20px 40px;
}
body main section.procedimentos-duvidas .duvida.exibir .fa-chevron-down {
  transform: rotate(180deg);
}
body main section.procedimentos-duvidas .duvida.exibir .resposta {
  max-height: 3000px;
}
@media (max-width: 991px) {
  body main section.procedimentos-duvidas {
    padding: 30px 0;
    margin-bottom: 0;
    border-bottom: 1px solid lightgray;
    background-attachment: unset;
  }
  body main section.procedimentos-duvidas .titulo img {
    width: 200px;
  }
  body main section.procedimentos-duvidas .titulo h1 {
    font-size: 22px;
  }
  body main section.procedimentos-duvidas .titulo h4 {
    font-size: 14px;
  }
  body main section.procedimentos-duvidas .duvida .pergunta {
    padding: 10px 20px;
    font-size: 17px;
  }
  body main section.procedimentos-duvidas .duvida .resposta {
    font-size: 16px;
  }
  body main section.procedimentos-duvidas .duvida .resposta .in-resposta {
    padding: 10px;
  }
}
body main section.depoimentos {
  padding: 30px 0;
}
body main section.depoimentos .depoimento {
  background-color: white;
  border: 1px solid gainsboro;
  border-radius: 5px;
  padding: 30px 40px 50px 40px;
  font-size: 19px;
  box-shadow: 4px 5px 20px rgba(230, 230, 230, 0.6117647059);
  line-height: 1.3;
  color: #725752;
  padding-top: 0;
  margin: 30px 10px;
}
body main section.depoimentos .depoimento .texto {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 120px;
  height: 120px;
  transition: 0.3s all;
}
body main section.depoimentos .depoimento.abrir .texto {
  max-height: 3000px;
  height: auto;
  -webkit-line-clamp: unset;
}
body main section.depoimentos .depoimento img {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-bottom: 15px;
}
body main section.depoimentos .depoimento a {
  margin-top: 7px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #8d1f16;
  cursor: pointer;
  text-decoration: underline;
}
body main section.depoimentos .depoimento h4 {
  color: #8d1f16;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.depoimentos {
    padding: 20px 0;
  }
  body main section.depoimentos .depoimento {
    padding: 30px;
    font-size: 15px;
  }
  body main section.depoimentos .depoimento .texto {
    height: 95px;
  }
  body main section.depoimentos .depoimento img {
    margin-top: -60px;
  }
}
body main section.duvidas {
  padding: 50px 0;
}
body main section.duvidas .procedimento {
  margin-top: 50px;
}
@media (max-width: 991px) {
  body main section.duvidas .procedimento {
    margin-top: 25px;
  }
}
body main section.duvidas .procedimento:first-child {
  margin-top: 0;
}
body main section.duvidas h1 {
  color: #8d1f16;
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0;
}
body main section.duvidas h1:first-child {
  margin-top: 0;
}
body main section.duvidas .duvida .fa-chevron-down {
  transition: 0.3s all;
  margin-left: 10px;
}
body main section.duvidas .duvida .pergunta {
  background-color: white;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  position: relative;
  margin: 20px 0;
  border-radius: 5px;
  font-size: 23px;
  color: #c04442;
  display: flex;
  font-weight: 600;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}
body main section.duvidas .duvida .pergunta:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 2px;
  width: 70px;
  background: #c04442;
}
body main section.duvidas .duvida .resposta {
  color: gray;
  overflow: hidden;
  font-size: 20px;
  max-height: 0;
  transition: 0.3s all;
}
body main section.duvidas .duvida .resposta .in-resposta {
  font-weight: 400;
  padding: 20px 0;
}
body main section.duvidas .duvida.exibir .fa-chevron-down {
  transform: rotate(180deg);
}
body main section.duvidas .duvida.exibir .resposta {
  max-height: 3000px;
}
body main section.duvidas .duvidas-box {
  padding: 30px 50px;
  text-align: center;
  background-color: #f5f5f5;
  font-weight: 400;
  font-size: 15px;
  position: sticky;
  top: 90px;
  color: #8d1f16;
  border-radius: 5px;
  border: 1px solid gainsboro;
}
body main section.duvidas .duvidas-box form {
  margin-top: 20px;
}
body main section.duvidas .duvidas-box form input,
body main section.duvidas .duvidas-box form textarea {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid lightgray;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #d1d8d4;
  width: 100%;
  margin: 10px 0;
  outline: none;
}
body main section.duvidas .duvidas-box form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
body main section.duvidas .duvidas-box form button {
  width: 100%;
  margin-top: 5px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, rgb(140, 30, 21) 0%, rgb(192, 67, 66) 100%);
}
body main section.duvidas .duvidas-box form button i {
  margin: 0;
}
body main section.duvidas .duvidas-box h2 {
  font-weight: 700;
  font-size: 30px;
  margin: auto;
  margin-bottom: 10px;
}
body main section.duvidas .duvidas-box h2 i {
  display: block;
  font-size: 45px;
  color: lightgray;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.duvidas {
    margin-top: 0;
    padding: 30px 5px;
    background-image: none;
  }
  body main section.duvidas .duvidas-box {
    margin-top: 20px;
    border-radius: 10px;
    font-size: 15px;
    padding: 30px 20px;
  }
  body main section.duvidas .duvidas-box h2 {
    font-size: 20px;
  }
  body main section.duvidas .duvidas-box h2 i {
    font-size: 32px;
  }
  body main section.duvidas .duvidas-box form input,
  body main section.duvidas .duvidas-box form textarea {
    font-size: 15px;
  }
  body main section.duvidas .duvidas-box form button {
    justify-content: center;
  }
  body main section.duvidas .duvidas-box form button i {
    margin-left: 10px;
  }
  body main section.duvidas h1 {
    font-size: 20px;
  }
  body main section.duvidas .duvida .pergunta {
    padding: 10px;
    box-shadow: none;
    margin: 10px 0;
    font-size: 17px;
  }
  body main section.duvidas .duvida .resposta {
    font-size: 16px;
  }
  body main section.duvidas .duvida .resposta .in-resposta {
    padding: 10px;
  }
}
body main section.blog-interna {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}
body main section.blog-interna h1, body main section.blog-interna h2, body main section.blog-interna h3, body main section.blog-interna h4 {
  font-weight: 600;
}
body main section.blog-interna h1.titulo-blog, body main section.blog-interna h2.titulo-blog, body main section.blog-interna h3.titulo-blog, body main section.blog-interna h4.titulo-blog {
  color: #4d4d4d;
  font-weight: 700;
}
body main section.blog-interna .texto a {
  color: gray;
  text-decoration: underline;
}
body main section.blog-interna img {
  width: 100%;
  margin: 20px 0;
}
body main section.blog-interna .compartilhe {
  border-bottom: 1px solid gainsboro;
  padding-bottom: 10px;
  color: dimgray;
  margin-bottom: 30px;
}
body main section.blog-listagem {
  padding: 50px 0;
}
body main section.blog-listagem .categorias a {
  color: #8d1f16;
  font-weight: 500;
  font-size: 18px;
  margin: 30px 0;
  display: block;
  transition: 0.3s all;
}
body main section.blog-listagem .categorias a:hover {
  color: #8d1f16;
}
body main section.blog-listagem .categorias a i {
  color: #8d1f16;
  margin-right: 10px;
}
body main section.blog-listagem .box-agendar {
  background-color: #e9ebeb;
  padding: 50px;
  border-radius: 50px 0;
  text-align: center;
}
body main section.blog-listagem .box-agendar .calendar {
  display: block;
  margin: auto;
  margin-bottom: 20px;
  height: 50px;
  filter: grayscale(100) brightness(3);
}
body main section.blog-listagem .box-agendar .btns {
  margin-top: 20px;
}
body main section.blog-listagem .box-agendar .btns a {
  display: block;
  font-weight: 700;
  border-radius: 5px;
  font-size: 16px;
  color: #725752;
  border: 2px solid #725752;
  padding: 10px 25px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.blog-listagem .box-agendar .btns a::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  color: white !important;
  top: 100%;
  background-color: #b4b4b4;
  transition: all 0.3s;
}
body main section.blog-listagem .box-agendar .btns a:hover {
  color: white !important;
  box-shadow: none;
  border-color: #b4b4b4;
  transform: translateY(-2px);
}
body main section.blog-listagem .box-agendar .btns a:hover::before {
  top: 0px;
}
body main section.blog-listagem .box-agendar .btns a.gray {
  box-shadow: 3px 3px 5px #ebebeb;
  color: white;
  background: #b0a8a5;
  border: none;
}
body main section.blog-listagem .box-agendar .btns a.gray i {
  color: white;
}
body main section.blog-listagem .box-agendar .btns a i {
  margin-left: 10px;
  color: #725752;
}
body main section.blog-listagem .box-agendar .btns a.primary {
  color: white;
  border: none;
  padding: 12px 25px;
  box-shadow: 3px 3px 5px #dba09f;
  background: linear-gradient(90deg, rgb(141, 30, 22) 0%, rgb(192, 67, 66) 100%);
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
}
body main section.blog-listagem .box-agendar .btns a.primary::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  color: white !important;
  top: 100%;
  background-color: #c04442;
  transition: all 0.3s;
}
body main section.blog-listagem .box-agendar .btns a.primary:hover {
  color: white !important;
  box-shadow: 3px 3px 7px #dba09f;
  border-color: #c04442;
  transform: translateY(-2px);
}
body main section.blog-listagem .box-agendar .btns a.primary:hover::before {
  top: 0px;
}
body main section.blog-listagem .box-agendar .btns a.primary i {
  color: white;
}
body main section.blog-listagem .box-agendar .main-whatsapp {
  flex-flow: column;
  margin-top: 20px;
}
body main section.blog-listagem .box-agendar .main-whatsapp img {
  margin-bottom: 10px;
}
body main section.blog-listagem .box-agendar h1 {
  margin: auto;
  max-width: 200px;
  line-height: 1.1;
  margin-top: 0;
  color: #8d1f16;
  font-size: 24px;
  font-weight: 600;
}
body main section.blog-listagem .titulo {
  padding: 15px 40px;
  font-size: 24px;
  color: #8d1f16;
  border-radius: 5px;
  font-weight: 400;
  background-color: rgba(220, 220, 220, 0.3);
}
body main section.blog-listagem .posts {
  align-items: stretch;
}
body main section.blog-listagem .posts .col-12 {
  margin: 35px 0;
}
body main section.blog-listagem .posts .col-12:nth-child(n+1) {
  margin-top: 0;
}
body main section.blog-listagem .posts .blog-post {
  background-color: white;
  border: 1px solid #f3f3f3;
  box-shadow: 4px 5px 15px 7px rgba(230, 230, 230, 0.3490196078);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s all;
  height: 100%;
}
body main section.blog-listagem .posts .blog-post:hover {
  transform: translateX(-2px) translateY(-3px);
}
body main section.blog-listagem .posts .blog-post .blog-in {
  padding: 40px 60px;
  line-height: 1.5;
  color: #725752;
}
body main section.blog-listagem .posts .blog-post .link {
  margin-top: 7px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #c04442;
  text-decoration: underline;
}
body main section.blog-listagem .posts .blog-post .resumo {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 102px;
  height: 102px;
  color: #725752;
  line-height: 1.3;
}
body main section.blog-listagem .posts .blog-post h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 81px;
  height: 81px;
}
body main section.blog-listagem .posts .blog-post .blog-img {
  height: 270px;
  overflow: hidden;
}
body main section.blog-listagem .posts .blog-post .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main section.blog-listagem .posts .blog-post .main-cta {
  margin-top: 20px;
}
@media (max-width: 991px) {
  body main section.blog-listagem {
    margin-top: 0;
    padding: 30px 5px;
    background-image: none;
  }
  body main section.blog-listagem .texto {
    font-size: 16px;
    margin-bottom: 30px;
  }
  body main section.blog-listagem .titulo {
    padding: 15px 20px;
    font-size: 18px;
  }
  body main section.blog-listagem .categorias {
    padding: 0 10px;
  }
  body main section.blog-listagem .categorias a {
    font-size: 17px;
    margin: 15px 0;
  }
  body main section.blog-listagem .box-agendar {
    padding: 30px;
    margin-top: 30px;
  }
  body main section.blog-listagem .box-agendar .calendar {
    height: 40px;
    margin-bottom: 10px;
  }
  body main section.blog-listagem .box-agendar h1 {
    font-size: 20px;
  }
  body main section.blog-listagem .box-agendar .btns a {
    font-size: 14px;
    padding: 10px;
  }
  body main section.blog-listagem .box-agendar .btns a i {
    margin-left: 5px;
  }
  body main section.blog-listagem .posts .col-12 {
    margin: 20px 0;
  }
  body main section.blog-listagem .posts .col-12:nth-child(n+1) {
    margin-top: 0;
  }
  body main section.blog-listagem .posts .blog-post .blog-img {
    height: 200px;
  }
  body main section.blog-listagem .posts .blog-post .blog-in {
    font-size: 15px;
    padding: 20px;
  }
  body main section.blog-listagem .posts .blog-post .resumo {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 60px;
    height: 60px;
  }
  body main section.blog-listagem .posts .blog-post h3 {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 63px;
    height: 63px;
  }
}
body main section.contato {
  padding: 50px 0;
}
body main section.contato h1 {
  font-size: 30px;
  font-weight: 400;
  color: #8d1f16;
  font-family: "Ogg", sans-serif;
}
body main section.contato h1 strong {
  font-weight: 400;
  color: #ff8c62;
  display: block;
}
body main section.contato h3 {
  color: #725752;
  font-size: 20px;
  font-weight: 400;
}
body main section.contato .box-contatos {
  padding: 40px 70px;
  border: 1px solid gainsboro;
  border-radius: 20px;
}
body main section.contato .box-contatos h2 {
  font-family: "Ogg", sans-serif;
  color: #c04442;
  font-size: 36px;
}
body main section.contato .box-contatos hr {
  margin: 30px 0;
}
body main section.contato .box-contatos .item {
  display: flex;
  align-items: center;
  margin: 20px 0;
  color: #725752;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}
body main section.contato .box-contatos .item strong {
  color: #8d1f16;
  display: block;
  font-size: 20px;
  font-weight: 700;
}
body main section.contato .box-contatos .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8d1f16;
  width: 50px;
  font-size: 20px;
  flex: 0 0 50px;
  color: #8d1f16;
  margin-right: 15px;
  height: 45px;
  border-radius: 15px;
}
body main section.contato form input,
body main section.contato form select,
body main section.contato form textarea {
  font-size: 18px;
  padding: 10px 20px;
  border: 1px solid lightgray;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #d1d8d4;
  width: 100%;
  margin: 10px 0;
  outline: none;
}
body main section.contato form button {
  margin-left: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  padding: 10px 40px;
  background: linear-gradient(90deg, rgb(141, 30, 22) 0%, rgb(192, 67, 66) 100%) !important;
}
body main section.contato form textarea {
  resize: none;
  height: 100px;
  outline: none;
}
@media (max-width: 991px) {
  body main section.contato {
    margin-top: 0;
    padding: 30px 10px;
    background-image: none;
  }
  body main section.contato .box-contatos {
    margin-top: 35px;
    padding: 30px;
  }
  body main section.contato .box-contatos h2 {
    font-size: 26px;
  }
  body main section.contato .box-contatos .item {
    font-size: 13px;
  }
  body main section.contato .box-contatos .item strong {
    font-size: 15px;
  }
  body main section.contato .box-contatos .item .icon {
    height: 40px;
    border-radius: 10px;
    width: 40px;
    flex-basis: 40px;
  }
  body main section.contato h1 {
    font-size: 20px;
  }
  body main section.contato h3 {
    font-size: 16px;
  }
  body main section.contato .box-consulta {
    margin-top: 30px;
  }
  body main section.contato form button {
    margin-right: auto;
  }
  body main section.contato form input,
  body main section.contato form select,
  body main section.contato form textarea {
    padding: 10px 15px;
    font-size: 15px;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: 0;
  background-color: white;
  border-top: 2px solid #c04442;
  width: 100%;
  padding: 10px 80px;
  z-index: 600;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.barra-fixa.oculta {
  bottom: -100px;
}
body footer section.barra-fixa .botoes {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body footer section.barra-fixa .botoes .primary {
  margin-right: 20px;
}
body footer section.barra-fixa-mobile {
  background-color: white;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #8d1f16;
  transition: 0.3s all;
}
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: #8d1f16;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.footer-mapa {
  height: 400px;
}
body footer section.footer-mapa iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body footer section.footer-mapa {
    height: 300px;
  }
}
body footer section.footer {
  background-image: url("../image/bg_footer.png");
  background-size: cover;
  padding: 50px 0;
  background-position: left;
  color: white;
}
body footer section.footer .crm {
  background-color: whitesmoke;
  color: black;
  padding: 5px 10px;
  font-size: 11px;
  text-align: center;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 4px;
  margin-top: 12px;
}
@media (max-width: 991px) {
  body footer section.footer .crm {
    margin-top: -7px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  body footer section.footer {
    margin-bottom: 71px;
  }
}
body footer section.footer .container {
  max-width: 1350px;
}
body footer section.footer .ctas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
body footer section.footer .logo {
  width: 100%;
}
body footer section.footer .main-whatsapp {
  color: white;
}
body footer section.footer .main-whatsapp img {
  margin-right: 20px;
}
body footer section.footer .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
body footer section.footer .menu a {
  color: white;
  font-weight: 600;
}
body footer section.footer .newsletter {
  padding: 40px;
  border: 1px solid rgba(225, 210, 187, 0.2588235294);
  border-radius: 5px;
  margin-top: 40px;
}
body footer section.footer .newsletter form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body footer section.footer .newsletter form input {
  flex-grow: 1;
  margin-right: 15px;
  color: #e1d2bb;
  border: 1px solid #e1d2bb;
  padding: 10px 15px;
  background-color: transparent;
  border-radius: 5px;
}
body footer section.footer .newsletter form input ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 16px;
  font-weight: 600;
  color: #e1d2bb;
  opacity: 1; /* Firefox */
}
body footer section.footer .newsletter form input ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 16px;
  font-weight: 600;
  color: #e1d2bb;
  opacity: 1; /* Firefox */
}
body footer section.footer .newsletter form input :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px;
  font-weight: 600;
  color: #e1d2bb;
}
body footer section.footer .newsletter form input ::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 16px;
  font-weight: 600;
  color: #e1d2bb;
}
body footer section.footer .newsletter form input {
  outline: none;
}
body footer section.footer .newsletter form button {
  padding: 10px 25px;
  font-weight: 700;
  color: white;
  background-color: #ffa262;
  border-radius: 5px;
  border: none;
  outline: none;
}
body footer section.footer .newsletter form button i {
  margin-left: 10px;
  color: gainsboro;
}
body footer section.footer .newsletter .titulo {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 300;
}
body footer section.footer .newsletter .titulo img {
  margin-right: 20px;
}
body footer section.footer .newsletter .titulo strong {
  font-weight: 600;
  display: block;
  color: #e1d2bb;
}
body footer section.footer .copy {
  color: #e1d2bb;
}
@media (max-width: 991px) {
  body footer section.footer {
    padding: 30px 0;
  }
  body footer section.footer .logo {
    max-width: 150px;
    margin: auto;
    display: block;
    margin-bottom: 25px;
  }
  body footer section.footer .ctas {
    display: none;
  }
  body footer section.footer .menu {
    display: none;
  }
  body footer section.footer .copy {
    text-align: center;
    font-size: 14px;
    padding: 0 30px;
    margin-top: 20px;
  }
  body footer section.footer .copy img {
    margin: auto;
    margin-top: 10px;
    max-width: 200px;
    display: block;
    width: 100%;
  }
  body footer section.footer .newsletter {
    margin-top: 10px;
    padding: 25px;
  }
  body footer section.footer .newsletter .titulo {
    font-size: 18px;
    margin-bottom: 25px;
    justify-content: center;
  }
  body footer section.footer .newsletter .titulo img {
    margin-right: 15px;
    height: 40px;
  }
  body footer section.footer .newsletter form {
    flex-flow: column;
  }
  body footer section.footer .newsletter form input {
    margin-right: 0;
    margin-bottom: 12px;
  }
  body footer section.footer .newsletter form button {
    margin-top: 10px;
    font-size: 14px;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  cursor: pointer;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 30px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body footer section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body footer .lente-whatsapp {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}
body footer .lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}
body footer section.modal-whatsapp {
  position: fixed;
  right: 17px;
  bottom: 30px;
  background-image: url("../../default/image/bg-whatsapp-min.jpg");
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 7px 0px #373737;
  max-width: 320px;
  max-height: 360px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  transform: scale(0);
  transition: all 0.3s;
}
body footer section.modal-whatsapp.exibir {
  transform: scale(1);
}
body footer section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  body footer section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
body footer section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
body footer section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
body footer section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
body footer section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
body footer section.modal-whatsapp .msg-bot {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  margin: 15px;
  padding: 15px;
  border-radius: 20px;
  font-size: 13.4px;
  position: relative;
}
body footer section.modal-whatsapp .msg-bot::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 15px solid transparent;
  border-top: 21px solid white;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: -1;
}
body footer section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
body footer section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
body footer section.modal-whatsapp .msg-bot input {
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #cacaca;
  outline: none;
  width: 100%;
}
body footer section.modal-whatsapp .campo-acao {
  position: absolute;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    position: static;
  }
}
body footer section.modal-whatsapp .campo-acao {
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
body footer section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
body footer section.modal-whatsapp .campo-acao .texto input {
  border: none;
  border-radius: 32px;
  padding: 9px 18px;
  display: flex;
  outline-color: transparent;
  width: 100%;
  outline: none !important;
  font-size: 14px;
}
body footer section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
body footer section.modal-whatsapp .campo-acao .button-zap button {
  border: none;
  outline: none;
}
body footer section.modal-whatsapp .campo-acao .button-zap button:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
body footer section.modal-whatsapp .campo-acao .button-zap button {
  cursor: pointer;
  background-color: #2e8c7d;
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body footer section.modal-whatsapp .campo-acao .button-zap button i.fas.fa-paper-plane {
  font-size: 19px;
  transform: rotate(49deg) translate(-2px, 0px);
  position: relative;
  transform-origin: center;
}
body footer section.modal-whatsapp .hide-desktop {
  display: none;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    display: none;
  }
  body footer section.modal-whatsapp .acao-mobile {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #2e8c7d;
    color: white;
    border-radius: 9px;
    text-align: center;
    width: calc(100% - 40px);
    display: block;
    padding: 7px 15px;
    margin: 0 20px;
  }
  body footer section.modal-whatsapp .acao-mobile:disabled {
    background-color: #a7a7a7;
    cursor: not-allowed;
  }
  body footer section.modal-whatsapp .acao-mobile i {
    margin-right: 5px;
  }
  body footer section.modal-whatsapp .hide-desktop {
    display: block;
  }
}
body footer .menu-mobile {
  background-color: #fafafa;
  background-position: center;
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s;
}
body footer .menu-mobile.aberto {
  left: 0px;
}
body footer .menu-mobile .fechar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #8d1f16;
}
body footer .menu-mobile .logo {
  margin-top: 30px;
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 0;
}
body footer .menu-mobile .logo img {
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0;
}
body footer .menu-mobile ul {
  padding: 0px;
}
body footer .menu-mobile ul li {
  list-style: none;
  margin: 5px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
body footer .menu-mobile ul li:last-child {
  border-bottom: none;
}
body footer .menu-mobile ul li a {
  color: #8d1f16;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}/*# sourceMappingURL=custom.css.map */