@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.has-error {
  border-color: red !important;
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

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

/* VARIAVEIS GLOBAIS DO PROJETO */
* {
  background-size: cover;
  background-position: center;
}

textarea {
  resize: none;
}

img {
  object-fit: cover;
  object-position: center;
}

.main-phone {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #3d3d3d;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.main-phone strong {
  display: block;
}
.main-phone i {
  font-size: 30px;
}
.main-phone i.fa-phone {
  color: #ff6600;
}
.main-phone i.fa-whatsapp {
  color: #25b102;
}
@media (max-width: 991px) {
  .main-phone {
    font-size: 14px;
    gap: 5px;
  }
  .main-phone i {
    font-size: 20px;
  }
}

.main-cta {
  display: inline-block;
  border-radius: 7px;
  background: linear-gradient(90deg, #f60 0%, #a8490a 100%);
  padding: 15px;
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
}
.main-cta.secondary {
  background: #25b102;
}
.main-cta:hover {
  color: white;
}
@media (max-width: 991px) {
  .main-cta {
    font-size: 14px;
    padding: 10px;
  }
}

.owl-carousel .owl-dots:not(.disabled) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 25px;
}
.owl-carousel .owl-dots:not(.disabled) .owl-dot {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: #767676;
}
.owl-carousel .owl-dots:not(.disabled) .owl-dot.active {
  background-color: #373737;
  width: 16px;
  height: 16px;
}

.categorias-box {
  margin-top: 45px;
  border-radius: 7px;
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 35px 20px;
}
.categorias-box h2 {
  margin-bottom: 20px;
}
.categorias-box a {
  display: block;
  color: #282622;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
}
.categorias-box a.active {
  color: #ff6600;
  font-weight: 700;
}

.botao-seta {
  display: flex;
  border-radius: 3px;
  border: 1px solid #f60;
  overflow: hidden;
  padding-left: 15px;
  max-width: 235px;
  margin-inline: auto;
}
.botao-seta span {
  color: #f60;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  flex: 1;
  align-self: center;
}
.botao-seta strong {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 3px 3px 0px;
  background: #f60;
  padding: 20px 10px;
}

.card-produto {
  border-radius: 18px;
  background: linear-gradient(0deg, #efefef 11.21%, rgba(255, 255, 255, 0) 72.86%);
}
.card-produto .img {
  width: 100%;
  height: 295px;
  border-radius: 18px;
}
.card-produto .content {
  padding: 30px;
}
.card-produto .content h4 {
  color: #3d3d3d;
  text-align: center;
  font-family: "Open Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 30px */
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .card-produto .img {
    height: 250px;
  }
  .card-produto .content h4 {
    font-size: 20px;
  }
}

.cta-outline {
  display: inline-block;
  padding: 13px 40px;
  color: #3d3d3d;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 7px;
  border: 1px solid #000;
}
@media (max-width: 991px) {
  .cta-outline {
    font-size: 15px;
  }
}

.card-blog {
  border-radius: 15px;
  border: 1px solid #c3c3c3;
  background: #fff;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
}
.card-blog .content {
  padding: 30px;
}
.card-blog .content h4 {
  margin-bottom: 20px;
  color: #282622;
  font-family: "Open Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.card-blog .content span {
  color: #414141;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}
.card-blog .img {
  height: 240px;
  width: 100%;
  border-radius: 15px 15px 0px 0px;
}
@media (max-width: 991px) {
  .card-blog .content h4 {
    font-size: 18px;
  }
  .card-blog .content span {
    font-size: 16px;
  }
}

section.header-conteudo {
  padding: 30px 0;
  background-image: url("../image/bg-header-conteudo.png");
}
section.header-conteudo .breadcrumb-main {
  color: #fff;
  margin-bottom: 60px;
  text-transform: lowercase;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
section.header-conteudo.small .breadcrumb-main {
  margin-bottom: 0 !important;
}
section.header-conteudo h1 {
  color: #fa6400;
  text-align: center;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}
section.header-conteudo p {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  margin-inline: auto;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 630px;
}
@media (max-width: 991px) {
  section.header-conteudo .breadcrumb-main {
    margin-bottom: 30px;
  }
  section.header-conteudo h1 {
    font-size: 20px;
  }
  section.header-conteudo p {
    font-size: 14px;
  }
}

.main-form label {
  margin-bottom: 5px;
  color: #282622;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  display: block;
}
.main-form input,
.main-form textarea,
.main-form select {
  color: #818181;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 25px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .main-form label,
  .main-form input,
  .main-form textarea,
  .main-form select {
    font-size: 15px;
  }
}

.form-lateral {
  border-radius: 15px 0px 15px 15px;
  border: 1px solid #f60;
  background: #f0f0f0;
  box-shadow: 0px 11px 22px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 50px;
  position: sticky;
  top: 30px;
}
.form-lateral .title {
  color: #f60;
  text-align: center;
  font-family: "Open Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.form-lateral .subtitle {
  margin-bottom: 25px;
  color: var(--cinza-texto, #353535);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .form-lateral {
    padding: 20px;
  }
  .form-lateral .title {
    font-size: 20px;
  }
  .form-lateral .subtitle {
    font-size: 16px;
  }
}

.form-busca {
  display: flex;
  padding: 15px 18px;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  background: #fff;
  gap: 10px;
}
.form-busca button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  color: #ff6600;
}
.form-busca input {
  flex: 1;
  color: #414141;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: none;
  outline: none;
  border: none;
}

/* MODAL */
.modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}

.modal-lg {
  max-width: 650px;
}

.modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal-content {
  border-radius: 0 !important;
  background-color: white;
}
.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: 18px;
}
.modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 7px;
    padding-right: 20px;
    color: black;
    text-align: right;
  }
}

.modal-body {
  padding: 30px 40px;
  border-radius: 0;
  background-image: url("../image/bg-header.png");
  background-size: cover;
}
.modal-body h1 {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #ff6600;
}
.modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  margin-top: 10px;
}
.modal-body form {
  margin-top: 20px;
}
.modal-body form label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.modal-body form input,
.modal-body form select,
.modal-body form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
.modal-body form textarea {
  height: 100px;
  outline: none;
}
.modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  .modal-body.video {
    min-height: 360px;
  }
}
.modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .modal-body {
    padding: 15px 0;
  }
  .modal-body h1 {
    font-size: 25px;
  }
  .modal-body h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 0;
  }
  .modal-body form {
    margin-top: 20px;
  }
  .modal-body form label {
    font-size: 15px;
  }
  .modal-body form input,
  .modal-body form select,
  .modal-body form textarea {
    font-size: 15px;
    padding: 7px 15px;
  }
}

section.resultados-modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
}
section.resultados-modal.show {
  display: flex;
}
section.resultados-modal .box {
  border-radius: 5px;
  background: #f6f6f6;
  padding: 40px;
  position: relative;
}
section.resultados-modal .box .fechar {
  position: absolute;
  top: 25px;
  right: 40px;
  font-size: 30px;
}
section.resultados-modal .box .esqueci {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: gray;
}
section.resultados-modal .box label {
  color: #363a49;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
section.resultados-modal .box .forms {
  display: block;
  border-radius: 5px;
  border: 1px solid #cecece;
  background: #fff;
  padding: 15px;
  color: #5d5d5d;
  font-family: Montserrat;
  width: 100%;
  font-size: 15px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.resultados-modal .box h4 {
  color: #371621;
  text-align: center;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
section.resultados-modal .box p {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 35px;
}
section.resultados-modal .box .icon {
  display: block;
  margin: auto;
  margin-bottom: 12px;
  background: #6d3447;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 15px;
}
section.resultados-modal .box .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  section.resultados-modal {
    overflow-y: auto;
    align-items: flex-start;
    padding: 10px 0;
  }
  section.resultados-modal .box {
    padding: 20px;
  }
  section.resultados-modal .box .fechar {
    top: 15px;
    right: 15px;
    font-size: 20px;
  }
  section.resultados-modal .box label {
    font-size: 15px;
    margin-bottom: 5px;
  }
  section.resultados-modal .box .forms {
    padding: 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  section.resultados-modal .box p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section.resultados-modal .box h4 {
    font-size: 20px;
  }
  section.resultados-modal .box .icon {
    width: 40px;
    height: 40px;
    padding: 5px;
  }
}

body {
  max-width: 1920px;
  margin: auto;
  font-family: "Open Sans", sans-serif;
  background: #f8f8f8;
  overflow-x: hidden;
}
body .container {
  max-width: 1300px;
}
body .container.big {
  max-width: 1565px;
}
body .container.small {
  max-width: 1000px;
}
body a {
  text-decoration: none;
  color: inherit;
}
body a:hover {
  color: inherit;
}
body section.barra-lgpd {
  display: none;
  position: fixed;
  bottom: 85px;
  left: calc(50% - 397.5px);
  padding: 15px;
  align-items: center;
  gap: 15px;
  z-index: 800;
  border-radius: 5px;
  background: #fff;
  max-width: 795px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), -2px 2px 2px 0px rgba(0, 0, 0, 0.06) inset;
}
body section.barra-lgpd.exibir {
  display: flex;
}
body section.barra-lgpd .icon {
  border-radius: 5px;
  background: rgba(92, 92, 92, 0.1);
  /* Sombra elemento botão */
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1), -2px 2px 2px 0px rgba(0, 0, 0, 0.06) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  gap: 10px;
  width: 35px;
  height: 35px;
}
body section.barra-lgpd .button a {
  border-radius: 5px;
  background: #2b2b2b;
  box-shadow: -3px 3px 9px -18px rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 16px 24px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
}
body section.barra-lgpd .text {
  color: var(--Texto-1, #141414);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
body section.barra-lgpd .text a {
  font-weight: 700;
  text-decoration-line: underline;
  color: #141414;
}
@media (max-width: 991px) {
  body section.barra-lgpd {
    bottom: 70px;
    left: 10px;
    max-width: calc(100% - 20px);
    flex-flow: column;
    gap: 10px;
  }
  body section.barra-lgpd .text {
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
  }
  body section.barra-lgpd .button a {
    font-size: 12px;
    padding: 8px 20px;
  }
  body section.barra-lgpd .icon {
    display: none;
  }
}
body section.header {
  padding: 25px;
  background-image: url("../image/bg-header.png");
}
body section.header .logo {
  width: 100%;
}
body section.header .social {
  display: flex;
  gap: 20px;
  font-size: 24px;
  justify-content: center;
  align-items: center;
}
body section.header .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body section.header .menu a {
  color: #3d3d3d;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body section.header .social {
    font-size: 18px;
  }
}
body section.footer {
  margin-bottom: 75px;
}
body section.footer .mapa {
  height: 100%;
}
body section.footer .mapa iframe {
  height: 100%;
  width: 100%;
}
body section.footer .box {
  padding: 40px 150px;
  background-image: url("../image/bg-footer.png");
  background-color: #282622;
  background-blend-mode: color-burn;
  border-radius: 0px 25px 25px 0px;
}
body section.footer .box h4 {
  margin-bottom: 10px;
  color: #f60;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body section.footer .box .copyright {
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body section.footer .box .menu {
  display: flex;
  gap: 5px;
  flex-flow: column;
}
body section.footer .box .menu a {
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 159%; /* 28.62px */
}
body section.footer .box .logo {
  width: 100%;
}
body section.footer .box .news {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 7px;
  background: #f60;
  padding: 30px 40px;
  margin-bottom: 30px;
}
body section.footer .box .news button {
  padding: 15px 25px;
  border-radius: 7px;
  background: linear-gradient(0deg, #282622 0%, #282622 100%);
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  gap: 10px;
  border: none;
}
body section.footer .box .news input {
  color: #6c6c6c;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px;
  border-radius: 7px;
  background: #fff;
}
body section.footer .box .news h3 {
  margin-bottom: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  flex-shrink: 0;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body section.footer {
    margin-bottom: 55px;
    text-align: center;
  }
  body section.footer .box {
    padding: 20px;
    border-radius: 0;
  }
  body section.footer .box .news {
    flex-wrap: wrap;
    padding: 20px;
    text-align: center;
    justify-content: center;
  }
  body section.footer .box .news button {
    font-size: 14px;
  }
  body section.footer .box .news input {
    font-size: 14px;
  }
  body section.footer .box .news h3 {
    font-size: 18px;
    width: 100%;
  }
  body section.footer .box .logo {
    max-width: 150px;
    margin: auto;
    display: block;
  }
  body section.footer .box h4 {
    font-size: 18px;
  }
  body section.footer .box .copyright {
    font-size: 14px;
  }
  body section.footer .mapa {
    height: 250px;
  }
}
body main section.index-banner .owl-carousel .owl-dots:not(.disabled) .owl-dot {
  background-color: #a4a4a4;
}
body main section.index-banner .owl-carousel .owl-dots:not(.disabled) .owl-dot.active {
  background-color: #ff6600;
}
body main section.index-banner .owl-carousel .owl-dots:not(.disabled) {
  margin-top: 0;
  position: absolute;
  bottom: 90px;
  left: 310px;
}
@media (max-width: 991px) {
  body main section.index-banner .owl-carousel .owl-dots:not(.disabled) {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body main section.index-produtos {
  position: relative;
  padding-bottom: 35px;
  padding-top: 1px;
}
body main section.index-produtos::before {
  content: url("../image/logao.png");
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: -1;
}
body main section.index-produtos .box {
  position: relative;
  z-index: 1;
  margin-top: -15px;
  border-radius: 15px;
  background: #ededed;
  box-shadow: 0px 4px 20.4px 0px rgba(0, 0, 0, 0.25);
  padding: 50px 80px 30px 60px;
}
body main section.index-produtos .box p {
  margin: 0;
  color: #282622;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-produtos .box p strong {
  color: #f60;
  font-family: "Open Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-produtos h2 {
  margin-bottom: 25px;
  color: #3d3d3d;
  text-align: center;
  font-family: "Open Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 60px;
}
@media (max-width: 991px) {
  body main section.index-produtos {
    padding: 30px 0;
  }
  body main section.index-produtos h2 {
    font-size: 32px;
  }
  body main section.index-produtos::before {
    display: none;
  }
  body main section.index-produtos .box {
    text-align: center;
    padding: 20px;
    margin-top: 0;
  }
  body main section.index-produtos .box img {
    display: none;
  }
}
body main section.index-distribuidor {
  background-image: url("../image/bg-distribuidor.png");
  padding: 50px 0 70px 0;
  background-position: right;
}
body main section.index-distribuidor h2 {
  margin-bottom: 25px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 40.875px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-distribuidor h3 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}
body main section.index-distribuidor p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-distribuidor {
    text-align: center;
    padding: 30px 0;
  }
  body main section.index-distribuidor img {
    margin-bottom: 30px;
  }
  body main section.index-distribuidor h2 {
    font-size: 22px;
  }
}
body main section.index-escolha {
  padding: 70px 0;
  background-image: url("../image/bg-escolha.png");
}
body main section.index-escolha .card-produto {
  position: relative;
  z-index: 2;
  background: linear-gradient(0deg, #efefef 11.21%, #fff 72.86%);
}
body main section.index-escolha .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #ff6600;
  width: 80px;
  height: 80px;
  margin: auto;
  margin-bottom: 20px;
}
body main section.index-escolha .item span {
  color: #f60;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  max-width: 230px;
}
body main section.index-escolha h2 {
  color: #3d3d3d;
  text-align: center;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
body main section.index-escolha p {
  margin-bottom: 45px;
  color: var(--marrom-1, #282622);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-escolha {
    padding: 30px 0;
  }
  body main section.index-escolha .item span {
    max-width: 100%;
  }
  body main section.index-escolha h2 {
    font-size: 24px;
  }
}
body main section.index-contato {
  background: linear-gradient(180deg, #fff 0%, #e7e7e7 100%);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
body main section.index-contato::before {
  content: url("../image/icon2.png");
  position: absolute;
  left: -80px;
  bottom: -50px;
}
body main section.index-contato h2 {
  margin-bottom: 6px;
  color: #282622;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-contato p {
  color: var(--marrom-1, #282622);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
body main section.index-contato h3 {
  margin-bottom: 25px;
  color: #282622;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-contato .box {
  border-radius: 15px;
  border-left: 7px solid #f60;
  background: #fff;
  box-shadow: 4px 10px 15px 0px rgba(0, 0, 0, 0.25);
  padding: 25px 65px;
  position: relative;
}
body main section.index-contato .box:before {
  display: block;
  height: 4px;
  background-color: #ff6600;
  width: 770px;
  position: absolute;
  right: 100%;
  top: 275px;
  content: "";
}
@media (max-width: 991px) {
  body main section.index-contato {
    text-align: center;
    padding: 30px 0;
  }
  body main section.index-contato .box {
    padding: 20px;
  }
  body main section.index-contato h3 {
    font-size: 18px;
  }
  body main section.index-contato h2 {
    font-size: 25px;
  }
}
body main section.index-personalize {
  background-image: url("../image/bg-personalize.png");
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 0;
  position: relative;
}
body main section.index-personalize h2 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
body main section.index-personalize p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-personalize p strong {
  color: #f60;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-personalize {
    text-align: center;
  }
  body main section.index-personalize h2 {
    font-size: 24px;
  }
  body main section.index-personalize img {
    margin-top: 30px;
  }
}
body main section.index-depoimentos {
  padding: 40px 0;
  background: linear-gradient(180deg, #fff 0%, #e7e7e7 100%);
}
body main section.index-depoimentos .box {
  border-radius: 15px 0px 15px 15px;
  border: 1px solid #c1c1c1;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  color: var(--cinza-texto, #353535);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-depoimentos h2 {
  color: #3d3d3d;
  text-align: center;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    padding: 30px 0;
  }
  body main section.index-depoimentos h2 {
    font-size: 25px;
  }
}
body main section.index-sobre {
  padding: 70px 0;
  background-image: url("../image/bg-header.png");
}
body main section.index-sobre h2 {
  margin-bottom: 10px;
  color: #3d3d3d;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-sobre p {
  color: var(--marrom-1, #282622);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
body main section.index-sobre .img {
  width: 100%;
}
@media (max-width: 991px) {
  body main section.index-sobre {
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-sobre h2 {
    font-size: 25px;
  }
  body main section.index-sobre .img {
    margin-bottom: 30px;
  }
}
body main section.index-oferecemos {
  padding: 90px 0;
  background-image: url("../image/bg-oferecemos.png");
}
body main section.index-oferecemos .owl-carousel .owl-dots:not(.disabled) .owl-dot {
  background-color: #9e9e9e;
}
body main section.index-oferecemos .owl-carousel .owl-dots:not(.disabled) .owl-dot.active {
  background-color: white;
}
body main section.index-oferecemos h2 {
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-oferecemos .box {
  padding: 40px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.25);
}
body main section.index-oferecemos .box strong {
  display: block;
  color: #f60;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
body main section.index-oferecemos .box p {
  margin: 0;
  color: #3d3d3d;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-oferecemos {
    padding: 30px 0;
  }
  body main section.index-oferecemos h2 {
    font-size: 24px;
  }
}
body main section.index-duvidas {
  padding: 40px 0;
}
body main section.index-duvidas h2 {
  margin-bottom: 25px;
  color: #3d3d3d;
  text-align: center;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-duvidas .duvida {
  padding: 30px 40px;
  border-radius: 10px;
  border: 1px solid #cacaca;
  background: #fff;
  margin-bottom: 20px;
}
body main section.index-duvidas .duvida:last-child {
  margin-bottom: 0;
}
body main section.index-duvidas .duvida p {
  color: var(--marrom-1, #282622);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body main section.index-duvidas .duvida a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--marrom-1, #282622);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-duvidas .duvida a i {
  color: #ff6600;
  font-size: 22px;
}
@media (max-width: 991px) {
  body main section.index-duvidas h2 {
    font-size: 24px;
  }
}
body main section.index-blog {
  padding: 30px 0;
  background-image: url("../image/bg-blog.png");
}
body main section.index-blog h2 {
  color: #3d3d3d;
  text-align: center;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-blog h2 {
    font-size: 24px;
  }
}
body main section.index-social {
  padding: 50px 0;
}
body main section.index-social h2 {
  color: #4d4d4d;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
body main section.index-social .img {
  width: 100%;
  height: 365px;
  border-radius: 10px;
}
body main section.index-social p {
  color: #282622;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-social {
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-social h2 {
    font-size: 25px;
  }
}
body main section.sobre-historia {
  padding: 45px 0;
}
body main section.sobre-historia h3 {
  margin-bottom: 10px;
  color: #d9d9d9;
  font-family: "Open Sans";
  font-size: 79.864px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.sobre-historia .img {
  width: 100%;
  border-radius: 20px 0px;
  height: 330px;
}
body main section.sobre-historia p {
  margin-bottom: 0;
  color: var(--cinza-texto, #353535);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.sobre-historia .anos {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #dedede;
}
body main section.sobre-historia .anos a {
  border-left: 2px solid #dedede;
  padding: 0 70px;
  color: #aeaeae;
  text-align: center;
  font-family: "Open Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  flex: 1;
}
body main section.sobre-historia .anos a:first-child {
  border-left: none;
}
body main section.sobre-historia .anos a.active {
  color: #464646;
  font-weight: 700;
}
body main section.sobre-historia h2 {
  margin-bottom: 50px;
  color: #4d4d4d;
  text-align: center;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.sobre-historia {
    padding: 10px 0;
  }
  body main section.sobre-historia .anos {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  body main section.sobre-historia .anos a {
    padding: 0 10px;
    font-size: 18px;
  }
  body main section.sobre-historia h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  body main section.sobre-historia .img {
    height: 150px;
  }
  body main section.sobre-historia p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
  }
  body main section.sobre-historia::before {
    display: none;
  }
  body main section.sobre-historia h3 {
    font-size: 30px;
    text-align: center;
  }
}
body main section.sobre-missao {
  padding: 50px 0;
  position: relative;
}
body main section.sobre-missao::before {
  content: url("../image/logao.png");
  position: absolute;
  left: -500px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
body main section.sobre-missao .box {
  padding: 40px;
  height: 100%;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  border-radius: 15px 0px 15px 15px;
  background: #3f4142;
}
body main section.sobre-missao .box img {
  margin-bottom: 10px;
}
body main section.sobre-missao .box h3 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
body main section.sobre-missao .box p,
body main section.sobre-missao .box ul {
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.sobre-missao {
    padding: 30px 0;
  }
  body main section.sobre-missao .box h3 {
    font-size: 20px;
  }
}
body main section.sobre-resultados {
  padding: 50px 0;
}
body main section.sobre-resultados h2 {
  color: #4d4d4d;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 25px;
}
body main section.sobre-resultados p {
  color: var(--marrom-1, #282622);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.sobre-resultados .itens {
  display: flex;
  flex-flow: column;
  gap: 40px;
}
body main section.sobre-resultados .itens .item {
  display: flex;
  align-items: center;
  gap: 25px;
  text-align: left;
}
body main section.sobre-resultados .itens .item strong {
  display: block;
  color: #f60;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body main section.sobre-resultados .itens .item span {
  color: var(--marrom-1, #282622);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.sobre-resultados .itens .item .num {
  flex-shrink: 0;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f60;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #bbb;
  border-radius: 100%;
}
@media (max-width: 991px) {
  body main section.sobre-resultados {
    text-align: center;
  }
  body main section.sobre-resultados .itens .item strong,
  body main section.sobre-resultados .itens .item span {
    font-size: 16px;
  }
  body main section.sobre-resultados h2 {
    font-size: 24px;
  }
}
body main section.sobre-diretores {
  padding-top: 60px;
  background: white;
  position: relative;
}
body main section.sobre-diretores:before {
  content: "";
  height: 4px;
  background-color: #ff6600;
  width: 1000px;
  position: absolute;
  right: 0;
  top: 180px;
}
body main section.sobre-diretores:after {
  position: absolute;
  left: 0;
  top: 80px;
  content: url("../image/icon2.png");
}
body main section.sobre-diretores h2 {
  color: #f60;
  font-family: "Open Sans";
  font-size: 42.589px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
body main section.sobre-diretores .img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  margin-bottom: 20px;
  position: relative;
}
body main section.sobre-diretores .legenda {
  border-radius: 15px;
  background: #4b4b4b;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.sobre-diretores .legenda a {
  text-decoration-line: underline;
  display: block;
}
@media (max-width: 991px) {
  body main section.sobre-diretores {
    text-align: center;
    padding-top: 30px;
  }
  body main section.sobre-diretores .legenda {
    margin-top: 30px;
  }
  body main section.sobre-diretores .img {
    max-width: 200px;
    margin: auto;
    display: block;
  }
  body main section.sobre-diretores h2 {
    font-size: 24px;
  }
  body main section.sobre-diretores:before, body main section.sobre-diretores:after {
    display: none;
  }
}
body main section.produtos-texto {
  background-image: url("../image/bg-produtos.png");
  padding-bottom: 20px;
  padding-top: 1px;
}
body main section.produtos-texto p {
  color: #414141;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.produtos-texto .img {
  width: 100%;
  margin-top: -40px;
}
@media (max-width: 991px) {
  body main section.produtos-texto p {
    text-align: center;
  }
}
body main section.produtos {
  padding: 60px 0;
}
@media (max-width: 991px) {
  body main section.produtos {
    padding: 30px 0;
  }
}
body main section.produtos-interna {
  padding: 50px 0;
}
body main section.produtos-interna h1 {
  margin-bottom: 10px;
  color: #f60;
  font-family: "Open Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body main section.produtos-interna iframe {
  width: 100%;
  margin: 30px 0;
  aspect-ratio: 16/9;
  border-radius: 15px 0px 15px 15px;
  overflow: hidden;
}
body main section.produtos-interna .img {
  width: 100%;
  border-radius: 15px 0px 15px 15px;
  margin: 30px 0;
}
body main section.produtos-interna p {
  color: #282622;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.produtos-interna h2 {
  color: var(--cinza-texto, #353535);
  font-family: "Open Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
body main section.produtos-interna hr {
  opacity: 1;
  background-color: #c2c2c2;
  border-color: #c2c2c2;
  margin: 30px 0;
}
@media (max-width: 991px) {
  body main section.produtos-interna {
    padding: 30px 0;
    text-align: center;
  }
  body main section.produtos-interna h1 {
    font-size: 24px;
  }
  body main section.produtos-interna ul li {
    text-align: left;
  }
  body main section.produtos-interna p {
    font-size: 15px;
  }
  body main section.produtos-interna h2 {
    font-size: 18px;
  }
}
body main section.produtos-outros {
  background: linear-gradient(98deg, #e3ddd1 12.95%, #fff 100.48%);
  padding: 50px 0;
}
body main section.produtos-outros h2 {
  margin-bottom: 50px;
  color: #414141;
  text-align: center;
  font-family: "Open Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body main section.produtos-outros {
    padding: 30px 0;
  }
  body main section.produtos-outros h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
body main section.produtos-galeria {
  padding: 50px 0;
  background: #414141;
  position: relative;
  overflow: hidden;
}
body main section.produtos-galeria.interna {
  margin-top: -300px;
  padding-top: 300px;
}
body main section.produtos-galeria::before {
  content: url("../image/logao.png");
  position: absolute;
  left: -200px;
  top: -100px;
}
body main section.produtos-galeria .container {
  position: relative;
}
body main section.produtos-galeria h2 {
  margin-bottom: 25px;
  color: #f60;
  text-align: center;
  font-family: "Open Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
body main section.produtos-galeria iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 50px;
}
body main section.produtos-galeria p {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 768px;
  margin: auto;
}
body main section.produtos-galeria img {
  height: 385px;
}
@media (max-width: 991px) {
  body main section.produtos-galeria:before {
    display: none;
  }
  body main section.produtos-galeria img {
    height: 200px;
  }
  body main section.produtos-galeria iframe {
    margin-top: 20px;
  }
  body main section.produtos-galeria h2 {
    font-size: 24px;
  }
  body main section.produtos-galeria p {
    font-size: 16px;
  }
}
body main section.proteses {
  padding: 60px 0;
}
body main section.proteses .card-protese {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 15.8px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
body main section.proteses .card-protese .img {
  width: 100%;
  height: 235px;
  border-radius: 10px;
}
body main section.proteses .card-protese .content {
  padding: 40px 50px;
}
body main section.proteses .card-protese .content .botoes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
body main section.proteses .card-protese .content h3 {
  margin-bottom: 10px;
  color: #414141;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.proteses .card-protese .content p,
body main section.proteses .card-protese .content ul {
  color: var(--marrom-1, #282622);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.proteses {
    padding: 30px 0;
  }
  body main section.proteses .card-protese .content {
    padding: 20px;
  }
  body main section.proteses .card-protese .content .botoes {
    gap: 15px;
  }
  body main section.proteses .card-protese .content h3 {
    font-size: 20px;
  }
  body main section.proteses .card-protese .content p,
  body main section.proteses .card-protese .content ul {
    font-size: 15px;
  }
}
body main section.blog {
  padding: 75px 0;
}
body main section.blog h2 {
  margin-bottom: 30px;
  color: #414141;
  font-family: "Open Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.blog {
    padding: 30px 0;
  }
}
body main section.blog-interna {
  padding: 50px 0;
}
body main section.blog-interna .lateral {
  position: sticky;
  top: 30px;
}
body main section.blog-interna .lateral h2 {
  margin-bottom: 5px;
  color: #f60;
  text-align: center;
  font-family: "Open Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body main section.blog-interna .lateral .item {
  overflow: hidden;
  margin-top: 15px;
  display: flex;
  border-radius: 7px;
  border: 1px solid #bcbcbc;
  background: #fff;
}
body main section.blog-interna .lateral .item img {
  height: 90px;
  width: 100px;
  flex-shrink: 0;
}
body main section.blog-interna .lateral .item span {
  padding: 20px;
  display: block;
  color: var(--marrom-1, #282622);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body main section.blog-interna .texto .img {
  border-radius: 15px;
  width: 100%;
  margin-bottom: 35px;
}
body main section.blog-interna .texto p {
  color: #282622;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.blog-interna .texto h1 {
  margin-bottom: 15px;
  color: #f60;
  font-family: "Open Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body main section.blog-interna .texto h2 {
  color: #282622;
  font-family: "Open Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.blog-interna {
    padding: 30px 0;
  }
  body main section.blog-interna .texto {
    text-align: center;
  }
  body main section.blog-interna .texto p {
    font-size: 16px;
  }
  body main section.blog-interna .texto h1 {
    font-size: 22px;
  }
  body main section.blog-interna .texto h2 {
    font-size: 18px;
  }
}
body main section.contato {
  background-image: url("../image/bg-contato.png");
  background-position: top;
  padding: 40px 0;
}
body main section.contato h1 {
  margin-bottom: 5px;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #ff6600;
}
body main section.contato p {
  margin-bottom: 20px;
  color: #282622;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.contato {
    padding: 30px 0;
    text-align: center;
  }
  body main section.contato h1 {
    font-size: 25px;
  }
}
body main section.trabalhe {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  background-image: url("../image/bg-escolha.png");
}
body main section.trabalhe .box-file {
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
}
body main section.trabalhe .box-file .selecione {
  border-radius: 0 7px 7px 0;
  background: #f60;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  padding-inline: 20px;
}
body main section.trabalhe .box-file .name-file {
  border-radius: 7px 0 0 7px;
  border: 1px solid #bbb;
  background: #fff;
  color: #818181;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex: 1;
  padding: 12px 25px;
}
@media (max-width: 991px) {
  body main section.trabalhe .box-file .name-file {
    font-size: 15px;
  }
  body main section.trabalhe .box-file .selecione {
    font-size: 18px;
  }
}
body main section.trabalhe::before {
  content: url("../image/icon2.png");
  position: absolute;
  left: -80px;
  bottom: -30px;
}
body main section.trabalhe .box2 {
  border-radius: 15px 0px 15px 15px;
  background: #e1e1e1;
  margin-top: -30px;
}
body main section.trabalhe .box2 h3 {
  margin-bottom: 15px;
  color: #f60;
  font-family: "Open Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body main section.trabalhe .box2 .canais {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
body main section.trabalhe .box2 .container {
  padding: 35px;
}
body main section.trabalhe .box {
  border-radius: 15px 0px 15px 15px;
  background: #414141;
  overflow: hidden;
}
body main section.trabalhe .box .container {
  padding: 35px;
}
body main section.trabalhe .box h1 {
  margin-bottom: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.trabalhe .box p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.trabalhe .box .img {
  width: 100%;
}
body main section.trabalhe h2 {
  margin-bottom: 20px;
  color: var(--marrom-1, #282622);
  text-align: center;
  font-family: "Open Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.trabalhe {
    padding: 20px 0;
  }
  body main section.trabalhe .box {
    text-align: center;
  }
  body main section.trabalhe .box h1 {
    font-size: 22px;
  }
}
body main section.duvidas {
  padding: 50px 0;
}
body main section.duvidas .titulo {
  color: #f60;
  font-family: "Open Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.duvidas .ainda {
  background-image: url("../image/bg-duvidas.png");
  border-radius: 7px;
  padding: 30px 70px;
  margin-top: 40px;
}
body main section.duvidas .ainda .title {
  color: #f60;
  text-align: center;
  font-family: "Open Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body main section.duvidas .ainda .subtitle {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.duvidas .ainda .phones {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 30px;
}
body main section.duvidas .ainda .phones .main-phone {
  color: white;
}
body main section.duvidas h2 {
  margin-bottom: 30px;
  color: #414141;
  font-family: "Open Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body main section.duvidas .duvida p {
  color: var(--marrom-1, #282622);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.duvidas .duvida a {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--marrom-1, #282622);
  font-family: "Open Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 15px;
}
body main section.duvidas .duvida a i {
  color: #ff6600;
}
@media (max-width: 991px) {
  body main section.duvidas {
    padding: 30px 0;
  }
  body main section.duvidas .duvida p {
    font-size: 16px;
  }
  body main section.duvidas .duvida a {
    font-size: 18px;
  }
  body main section.duvidas .titulo {
    text-align: center;
    font-size: 25px;
  }
}
body main section.formulario-enviado {
  padding: 200px 0;
  background-image: url("../image/bg-escolha.png");
}
body main section.formulario-enviado .resultado {
  background-color: #ff6600;
  padding: 30px 50px;
  border-radius: 15px;
  margin: auto;
  margin-top: 30px;
  max-width: 700px;
  text-align: left;
  margin-bottom: 30px;
}
body main section.formulario-enviado .resultado h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #ff6600;
  margin-bottom: 20px;
}
body main section.formulario-enviado .box-in {
  text-align: center;
}
body main section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  color: #ff6600;
}
body main section.formulario-enviado .box-in a {
  color: #ff6600;
  font-weight: 500;
  border-bottom: 1px dotted #ff6600;
}
body main section.formulario-enviado .box-in .btn-voltar {
  color: #ff6600;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #ff6600;
  transition: 0.3s all;
}
body main section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #ff6600;
  border-color: #ff6600;
  color: white;
}
body main section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body main section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #ff6600;
}
body main section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: #ff6600;
  line-height: 1;
}
@media (max-width: 991px) {
  body main section.formulario-enviado {
    padding: 40px 0;
    text-align: center;
  }
  body main section.formulario-enviado .resultado {
    padding: 20px;
  }
  body main section.formulario-enviado .resultado h2 {
    font-size: 18px;
  }
  body main section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body main section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body main section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body main section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body main section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body main .politica-termos {
  padding: 50px 0px;
}
body main .politica-termos h1,
body main .politica-termos h2,
body main .politica-termos h3,
body main .politica-termos h4,
body main .politica-termos h5,
body main .politica-termos h6 {
  font-size: 32px;
  font-weight: 700;
  color: #ff6600;
}
body main .politica-termos strong,
body main .politica-termos b {
  color: #ff6600;
}
@media (max-width: 991px) {
  body main .politica-termos {
    padding: 30px 0px;
    font-size: 15px;
  }
  body main .politica-termos h1 {
    font-size: 22px;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background: white;
  border-top: 2px solid #ff6600;
  width: 100%;
  padding: 10px 80px;
  z-index: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body footer section.barra-fixa .phone {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #161616;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.barra-fixa.oculta {
  bottom: -100px;
}
body footer section.barra-fixa-mobile {
  background-color: #ff6600;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #25b102;
  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: white;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer .menu-mobile {
  position: fixed;
  background-color: rgba(48, 48, 48, 0.9);
  top: 0px;
  left: -100%;
  width: 90%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  border-right: 2px solid #ff6600;
  align-items: center;
  justify-content: center;
}
body footer .menu-mobile .sub {
  background-color: #af87ff;
  padding: 10px 0;
  margin-top: 10px;
}
body footer .menu-mobile .sub a {
  color: white !important;
}
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: white;
}
body footer .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
body footer .menu-mobile .logo img {
  height: 80px;
  object-fit: contain;
  margin-top: 20px;
}
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: white;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
body footer a.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 801;
  bottom: 40px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body footer a.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body footer a.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body footer a.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer a.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 {
  font-family: "Open Sans";
  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%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body footer section.modal-whatsapp.exibir {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  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, body footer section.modal-whatsapp .msg-bot select {
  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;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
@media (max-width: 991px) {
  body footer section.modal-whatsapp .campo-acao {
    position: static;
  }
}
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;
  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:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
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;
  }
}

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