@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;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");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;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");
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

html.resize {
  width: 100%;
  height: 100%;
}
html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
html.resize body main {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Roboto", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2F2F2F;
  background-color: #FFFFFF;
}
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.compensar {
  padding-top: 54px;
}
@media (max-width: 61.9375em) {
  body {
    max-width: 676px;
    margin-inline: auto;
  }
}

input,
textarea,
select,
button {
  border: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline-color: transparent;
}

textarea {
  resize: none;
}

.container {
  max-width: 1350px;
}
.container.border-before {
  max-width: 1624px;
  padding: 3rem 184px 0;
  margin-top: -4rem;
  position: relative;
  position: relative;
}
.container.border-before::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: -3px;
  background: linear-gradient(180deg, #FF6B00 0%, rgba(255, 255, 255, 0) 6rem);
  border-radius: 2px;
}
.container.border-before::after {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: 0;
  background-color: #FFFFFF;
  z-index: 1;
}
.container.min {
  max-width: 1155px;
}
.container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}

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

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

.has-error {
  border-color: red !important;
}

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

/*
*Tokens de tamahos
*cada tamanho equivale a 4px a partir do ($size-2),8px a partir de ($size-9),
*/
/*Definições e Tokens de (tamanhos | altura | largura) 
das tipografias e outros padroes
*/
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
a:hover, a:focus {
  text-decoration: none;
}

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

hr {
  margin: 0;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 1rem;
}

@media (max-width: 61.9375em) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 0.75rem;
  }
}
/*Animations*/
.a-pulse {
  animation: heartbeat 1.5s ease-in-out infinite both;
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}

.a-jello-horizontal {
  animation: jello-horizontal 2.9s infinite;
}
@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.a-slider-fwd-center {
  display: block;
  animation: slide-fwd-center 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@keyframes slide-fwd-center {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translateZ(160px);
  }
}

.a-rotate-360 {
  display: block;
  animation: rotate-center 4.6s ease-in-out infinite;
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*Buttons*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

html.resize {
  width: 100%;
  height: 100%;
}
html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
html.resize body main {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Roboto", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2F2F2F;
  background-color: #FFFFFF;
}
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.compensar {
  padding-top: 54px;
}
@media (max-width: 61.9375em) {
  body {
    max-width: 676px;
    margin-inline: auto;
  }
}

input,
textarea,
select,
button {
  border: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline-color: transparent;
}

textarea {
  resize: none;
}

.container {
  max-width: 1350px;
}
.container.border-before {
  max-width: 1624px;
  padding: 3rem 184px 0;
  margin-top: -4rem;
  position: relative;
  position: relative;
}
.container.border-before::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: -3px;
  background: linear-gradient(180deg, #FF6B00 0%, rgba(255, 255, 255, 0) 6rem);
  border-radius: 2px;
}
.container.border-before::after {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: 0;
  background-color: #FFFFFF;
  z-index: 1;
}
.container.min {
  max-width: 1155px;
}
.container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}

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

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

.has-error {
  border-color: red !important;
}

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

/*
*Tokens de tamahos
*cada tamanho equivale a 4px a partir do ($size-2),8px a partir de ($size-9),
*/
/*Definições e Tokens de (tamanhos | altura | largura) 
das tipografias e outros padroes
*/
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
a:hover, a:focus {
  text-decoration: none;
}

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

hr {
  margin: 0;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 1rem;
}

@media (max-width: 61.9375em) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 0.75rem;
  }
}
.btn-email,
.btn-whatsapp,
.btn-telephone {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0;
  transition: 0.5s linear;
}
.btn-email h5,
.btn-whatsapp h5,
.btn-telephone h5 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}
.btn-email h5 strong,
.btn-whatsapp h5 strong,
.btn-telephone h5 strong {
  font-size: 1.125rem;
  font-weight: 400;
}
.btn-email.type-2,
.btn-whatsapp.type-2,
.btn-telephone.type-2 {
  padding: 0.75rem 1.5rem 0.75rem 2.5rem;
  border-radius: 5px;
  position: relative;
  background-color: #005331;
  transition: background 0.5s linear;
}
.btn-email.type-2 h5,
.btn-whatsapp.type-2 h5,
.btn-telephone.type-2 h5 {
  color: #FFFFFF;
  font-size: 20px;
}
.btn-email.type-2 h5 strong,
.btn-whatsapp.type-2 h5 strong,
.btn-telephone.type-2 h5 strong {
  display: none;
}
.btn-email.type-2:before, .btn-email.type-2:after,
.btn-whatsapp.type-2:before,
.btn-whatsapp.type-2:after,
.btn-telephone.type-2:before,
.btn-telephone.type-2:after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(180.8deg, #D8D8D8 -104.82%, rgba(216, 216, 216, 0) 226.28%);
  z-index: -1;
}
.btn-email.type-2:hover,
.btn-whatsapp.type-2:hover,
.btn-telephone.type-2:hover {
  background-color: #113023;
}
.btn-email.type-3,
.btn-whatsapp.type-3,
.btn-telephone.type-3 {
  padding: 0.25rem 2.25rem 0.25rem 1.25rem;
  background: linear-gradient(90.82deg, #FFFFFF 16.9%, rgba(255, 255, 255, 0) 77.19%);
  border-radius: 5px;
  position: relative;
}
.btn-email.type-3 h5,
.btn-whatsapp.type-3 h5,
.btn-telephone.type-3 h5 {
  color: #000000;
  font-size: 1rem;
}
.btn-email.type-3 h5 strong,
.btn-whatsapp.type-3 h5 strong,
.btn-telephone.type-3 h5 strong {
  font-size: 1.125rem;
  display: block;
  color: #005331;
}
.btn-email.type-3:before, .btn-email.type-3:after,
.btn-whatsapp.type-3:before,
.btn-whatsapp.type-3:after,
.btn-telephone.type-3:before,
.btn-telephone.type-3:after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(269.42deg, #D8D8D8 -12.3%, rgba(216, 216, 216, 0) 99.42%);
  z-index: -1;
}
@media (max-width: 61.9375em) {
  .btn-email.type-3,
  .btn-whatsapp.type-3,
  .btn-telephone.type-3 {
    text-align: start;
  }
}
.btn-email.type-3:hover,
.btn-whatsapp.type-3:hover,
.btn-telephone.type-3:hover {
  background: #005331;
}
.btn-email.type-3:hover img,
.btn-whatsapp.type-3:hover img,
.btn-telephone.type-3:hover img {
  filter: grayscale(1) brightness(100);
}
.btn-email.type-3:hover h5,
.btn-whatsapp.type-3:hover h5,
.btn-telephone.type-3:hover h5 {
  color: #FFFFFF;
}
.btn-email.type-3:hover h5 strong,
.btn-whatsapp.type-3:hover h5 strong,
.btn-telephone.type-3:hover h5 strong {
  color: #FFFFFF;
}
.btn-email.type-4,
.btn-whatsapp.type-4,
.btn-telephone.type-4 {
  padding: 0.75rem 2rem;
  position: relative;
  background-color: #FFFFFF;
}
.btn-email.type-4 h5,
.btn-whatsapp.type-4 h5,
.btn-telephone.type-4 h5 {
  color: #005331;
}
.btn-email.type-4 h5 strong,
.btn-whatsapp.type-4 h5 strong,
.btn-telephone.type-4 h5 strong {
  font-size: 1.125rem;
  display: block;
  color: #005331;
}
.btn-email.type-4:before, .btn-email.type-4:after,
.btn-whatsapp.type-4:before,
.btn-whatsapp.type-4:after,
.btn-telephone.type-4:before,
.btn-telephone.type-4:after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(180.8deg, #005331 -104.82%, rgba(216, 216, 216, 0) 226.28%);
  z-index: -1;
}
@media (max-width: 61.9375em) {
  .btn-email.type-4,
  .btn-whatsapp.type-4,
  .btn-telephone.type-4 {
    text-align: start;
  }
}
.btn-email.type-4:hover,
.btn-whatsapp.type-4:hover,
.btn-telephone.type-4:hover {
  background: #005331;
}
.btn-email.type-4:hover img,
.btn-whatsapp.type-4:hover img,
.btn-telephone.type-4:hover img {
  filter: grayscale(1) brightness(100);
}
.btn-email.type-4:hover h5,
.btn-whatsapp.type-4:hover h5,
.btn-telephone.type-4:hover h5 {
  color: #FFFFFF;
}
.btn-email.type-4:hover h5 strong,
.btn-whatsapp.type-4:hover h5 strong,
.btn-telephone.type-4:hover h5 strong {
  color: #FFFFFF;
}
.btn-email.type-5,
.btn-whatsapp.type-5,
.btn-telephone.type-5 {
  background: linear-gradient(90.82deg, #FFFFFF 16.9%, rgba(255, 255, 255, 0.82) 77.19%);
  border-radius: 5px;
  padding: 1px 0.75rem 0.5rem;
  position: relative;
}
.btn-email.type-5 h5,
.btn-whatsapp.type-5 h5,
.btn-telephone.type-5 h5 {
  color: #005331;
  font-size: 1.25rem;
  font-weight: 700;
}
.btn-email.type-5 h5 strong,
.btn-whatsapp.type-5 h5 strong,
.btn-telephone.type-5 h5 strong {
  font-size: 1rem;
  font-weight: 400;
  display: block;
}
.btn-email.type-5:before, .btn-email.type-5:after,
.btn-whatsapp.type-5:before,
.btn-whatsapp.type-5:after,
.btn-telephone.type-5:before,
.btn-telephone.type-5:after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(269.42deg, #D8D8D8 -12.3%, rgba(216, 216, 216, 0) 99.42%);
  z-index: -1;
}
@media (max-width: 61.9375em) {
  .btn-email.type-5,
  .btn-whatsapp.type-5,
  .btn-telephone.type-5 {
    text-align: start;
  }
  .btn-email.type-5 h5,
  .btn-whatsapp.type-5 h5,
  .btn-telephone.type-5 h5 {
    font-size: 1rem;
  }
}
.btn-email.type-5:hover,
.btn-whatsapp.type-5:hover,
.btn-telephone.type-5:hover {
  background: #005331;
}
.btn-email.type-5:hover img,
.btn-whatsapp.type-5:hover img,
.btn-telephone.type-5:hover img {
  filter: grayscale(1) brightness(100);
}
.btn-email.type-5:hover h5,
.btn-whatsapp.type-5:hover h5,
.btn-telephone.type-5:hover h5 {
  color: #FFFFFF;
}
.btn-email.type-5:hover h5 strong,
.btn-whatsapp.type-5:hover h5 strong,
.btn-telephone.type-5:hover h5 strong {
  color: #FFFFFF;
}
@media (max-width: 61.9375em) {
  .btn-email,
  .btn-whatsapp,
  .btn-telephone {
    text-align: start;
  }
  .btn-email h5,
  .btn-whatsapp h5,
  .btn-telephone h5 {
    font-size: 14px;
  }
  .btn-email h5 strong,
  .btn-whatsapp h5 strong,
  .btn-telephone h5 strong {
    font-size: 1rem;
    display: block;
  }
}

.btn-whatsapp-2,
.btn-telephone-2 {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 0.75rem;
  border: 2px solid #005331;
  border-radius: 5px;
  transition: all 0.5s linear;
}
.btn-whatsapp-2 h5,
.btn-telephone-2 h5 {
  color: #F29100;
  font-size: 1rem;
  font-weight: 700;
}
.btn-whatsapp-2 h5 strong,
.btn-telephone-2 h5 strong {
  color: #005331;
  display: block;
  font-weight: 400;
}
.btn-whatsapp-2:hover,
.btn-telephone-2:hover {
  background-color: #005331;
}
.btn-whatsapp-2:hover img,
.btn-telephone-2:hover img {
  filter: grayscale(1) brightness(100);
}
.btn-whatsapp-2:hover h5, .btn-whatsapp-2:hover strong,
.btn-telephone-2:hover h5,
.btn-telephone-2:hover strong {
  color: #FFFFFF;
}

.btn-whatsappContact {
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9DBF54;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922) inset;
  border-radius: 15px;
  padding: 1rem 1.5rem;
  transition: all 1.5s;
}
.btn-whatsappContact__title {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.125rem;
}
.btn-whatsappContact:has(i, img) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.btn-whatsappContact:hover {
  box-shadow: none;
}
@media (max-width: 61.9375em) {
  .btn-whatsappContact {
    height: 2.5rem;
    border-radius: 10px;
    padding: 1rem 1rem;
  }
  .btn-whatsappContact__title {
    font-size: 1rem;
  }
  .btn-whatsappContact:has(i, img) {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}

.btn-whatsappIcon {
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #32F269;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  transition: all 1.5s;
}
.btn-whatsappIcon:hover {
  box-shadow: none;
}
@media (max-width: 61.9375em) {
  .btn-whatsappIcon {
    height: 2.5rem;
    border-radius: 10px;
    padding: 1rem 1rem;
  }
}

.btn-local,
.btn-opening {
  max-width: 180px;
  transition: background 200ms linear;
  position: relative;
}
.btn-local h5,
.btn-opening h5 {
  color: #005331;
  font-size: 1rem;
  position: relative;
}
.btn-local h5 strong,
.btn-opening h5 strong {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
.btn-local:has(img, i),
.btn-opening:has(img, i) {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: baseline;
}
.btn-local.opening-type-2,
.btn-opening.opening-type-2 {
  max-width: 215px;
}
.btn-local.local-type-2,
.btn-opening.local-type-2 {
  width: 100%;
  max-width: 355px;
  background: linear-gradient(90.82deg, #FFFFFF 16.9%, rgba(255, 255, 255, 0.82) 77.19%);
  border-radius: 5px;
  padding: 1px 0.75rem 0.5rem;
  position: relative;
}
.btn-local.local-type-2 h5,
.btn-opening.local-type-2 h5 {
  max-width: 240px;
  font-size: 1.25rem;
  font-weight: 700;
}
.btn-local.local-type-2 h5 strong,
.btn-opening.local-type-2 h5 strong {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0;
}
.btn-local.local-type-2:has(img, i),
.btn-opening.local-type-2:has(img, i) {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.btn-local.local-type-2:has(img, i) img,
.btn-opening.local-type-2:has(img, i) img {
  margin-top: 0.5rem;
}
.btn-local.local-type-2::after,
.btn-opening.local-type-2::after {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: -1px;
  background: linear-gradient(263.49deg, #D8D8D8 39.96%, rgba(216, 216, 216, 0) 118%);
  border-radius: inherit;
  opacity: 1;
  transition: 300ms linear;
  z-index: -1;
}
@media (max-width: 61.9375em) {
  .btn-local.local-type-2 h5,
  .btn-opening.local-type-2 h5 {
    font-size: 1rem;
  }
}
.btn-local::before,
.btn-opening::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: -0.25rem;
  background-color: #005331;
  border-radius: 5px;
  opacity: 0;
  transition: 300ms linear;
}
.btn-local:hover:before,
.btn-opening:hover:before {
  opacity: 1;
}
.btn-local:hover img,
.btn-opening:hover img {
  filter: grayscale(1) brightness(100);
}
.btn-local:hover h5,
.btn-opening:hover h5 {
  color: #FFFFFF;
}
@media (max-width: 61.9375em) {
  .btn-local h5,
  .btn-opening h5 {
    font-size: 14px;
    text-align: start;
  }
  .btn-local h5 strong,
  .btn-opening h5 strong {
    display: block;
  }
}

.btn-primary {
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #005331;
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  transition: all 500ms ease-in-out;
  position: relative;
}
.btn-primary .title, .btn-primary i {
  color: #005331;
  font-size: 1.125rem;
  line-height: 100%;
}
.btn-primary i {
  font-size: 1.25rem;
  order: 1;
}
.btn-primary .title {
  order: 2;
}
.btn-primary:has(i, img) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.btn-primary:hover {
  background-color: #005331;
}
.btn-primary:hover .title {
  color: #FFFFFF;
}
.btn-primary.secondary {
  height: 48px;
  background: linear-gradient(94.69deg, rgba(255, 255, 255, 0.2) 7.61%, rgba(255, 255, 255, 0) 40.42%), #007243;
  background-blend-mode: lighten, normal;
  padding: 0;
  border-radius: 0;
  border: none;
  padding-left: 1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  justify-content: flex-start;
}
.btn-primary.secondary .title {
  font-size: 1.125rem;
  text-align: center;
  order: 1;
  line-height: 100%;
  color: #FFFFFF;
}
.btn-primary.secondary picture {
  width: 50px;
  height: 100%;
  background: rgba(101, 101, 101, 0.5);
  background-blend-mode: multiply;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary.secondary:hover {
  background-color: #32F269;
}
.btn-primary.whatsapp {
  background: linear-gradient(94.69deg, rgba(255, 255, 255, 0.2) 7.61%, rgba(255, 255, 255, 0) 40.42%), #007243;
  background-blend-mode: lighten, normal;
  border: none;
  padding: 0;
  height: 48px;
  border-radius: 0;
  min-width: 218px;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  justify-content: flex-start;
}
.btn-primary.whatsapp .title {
  font-size: 1.125rem;
  text-align: center;
  color: #FFFFFF;
}
.btn-primary.whatsapp picture {
  width: 50px;
  height: 100%;
  background: rgba(101, 101, 101, 0.5);
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary.whatsapp:hover {
  background-color: #32F269;
}
.btn-primary.input {
  background-color: #FF6B01;
  padding-inline: 2rem;
  border: none;
  overflow: hidden;
  position: relative;
}
.btn-primary.input .title, .btn-primary.input i {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 500;
  order: 1;
  position: relative;
}
.btn-primary.input picture {
  order: 2;
}
.btn-primary.input.type-2 {
  max-width: 100%;
  border-radius: 0;
}
.btn-primary.input.type-2 .title, .btn-primary.input.type-2 i {
  font-size: 1rem;
}
.btn-primary.input::before {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: -1.25rem;
  right: none;
  pointer-events: none;
  width: 25%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 9999px;
  opacity: 0;
  transition: 200ms linear;
}
.btn-primary.input:hover .title {
  color: #F29100;
}
.btn-primary.input:hover img {
  filter: invert(64%) sepia(97%) saturate(3401%) hue-rotate(9deg) brightness(104%) contrast(101%);
}
.btn-primary.input:hover:before {
  width: 120%;
  opacity: 1;
}
.btn-primary.details {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  border: 1px solid #E92A00;
  overflow: hidden;
  position: relative;
}
.btn-primary.details .title {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  color: #E92A00;
  position: relative;
}
.btn-primary.details i {
  color: #E92A00;
  position: relative;
}
.btn-primary.details::before {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: -1.25rem;
  right: none;
  pointer-events: none;
  width: 25%;
  height: 100%;
  background-color: #E92A00;
  border-radius: 9999px;
  opacity: 0;
  transition: 200ms linear;
}
.btn-primary.details:hover {
  background-color: #E92A00;
}
.btn-primary.details:hover .title {
  color: #FFFFFF;
}
.btn-primary.details:hover i {
  color: #FFFFFF;
}
.btn-primary.details:hover:before {
  width: 120%;
  opacity: 1;
}
@media (max-width: 61.9375em) {
  .btn-primary {
    padding: 0.75rem 1rem;
  }
  .btn-primary.secondary .title, .btn-primary.secondary i, .btn-primary.whatsapp .title, .btn-primary.whatsapp i, .btn-primary.input .title, .btn-primary.input i, .btn-primary.details .title, .btn-primary.details i {
    text-align: start;
    font-size: 1rem;
  }
}

.btn-secondary {
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: linear-gradient(94.69deg, rgba(255, 255, 255, 0.2) 7.61%, rgba(255, 255, 255, 0) 40.42%), #E92A00;
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
  position: relative;
  background-blend-mode: lighten, normal;
  position: relative;
  position: relative;
}
.btn-secondary .title, .btn-secondary i {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
}
.btn-secondary picture {
  display: grid;
  place-content: center;
  height: 100%;
  width: 50px;
  border-radius: inherit;
  padding-inline: 0.5rem;
  transition: 0.5s ease;
  position: relative;
}
.btn-secondary picture::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: rgba(101, 101, 101, 0.5);
  mix-blend-mode: multiply;
  border-radius: inherit;
}
.btn-secondary picture img {
  position: relative;
}
.btn-secondary i {
  font-size: 1.25rem;
}
.btn-secondary img {
  transition: 0.5s linear;
}
.btn-secondary:has(i, img) {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.btn-secondary::before {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: 0;
  right: none;
  pointer-events: none;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(0deg, #FFE600 -21.28%, rgba(255, 214, 0, 0) 63.83%);
  transition: all 0.3s;
  opacity: 0;
}
.btn-secondary::after {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: 0;
  right: none;
  pointer-events: none;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(102.84deg, #FFE600 0.54%, rgba(255, 214, 0, 0) 49.46%);
  transition: all 1s;
  opacity: 0;
}
.btn-secondary:hover {
  background: linear-gradient(94.69deg, rgba(255, 255, 255, 0.2) 7.61%, rgba(255, 255, 255, 0) 40.42%), #E92A00;
  background-blend-mode: lighten, normal;
  box-shadow: 0px 4px 10px rgba(251, 74, 0, 0.63);
}
.btn-secondary:hover img {
  transform: translateX(3px);
}
.btn-secondary:hover picture {
  background: linear-gradient(88.93deg, #F63409 -15.16%, #FF0F00 101.17%);
}
.btn-secondary:hover:before {
  opacity: 1;
}
.btn-secondary:hover:after {
  opacity: 1;
}
.btn-secondary.whatsapp {
  background: linear-gradient(94.69deg, rgba(255, 255, 255, 0.2) 7.61%, rgba(255, 255, 255, 0) 40.42%), #007243;
  padding-left: 0;
  padding-right: 1rem;
}
.btn-secondary.whatsapp picture {
  order: 1;
}
.btn-secondary.whatsapp .title {
  order: 2;
}
.btn-secondary.whatsapp:before {
  background: linear-gradient(0deg, #FF4D00 -21.28%, rgba(255, 214, 0, 0) 63.83%, rgba(255, 77, 0, 0) 63.83%);
}
.btn-secondary.whatsapp:after {
  background: linear-gradient(102.84deg, #FF4D00 0.54%, rgba(255, 77, 0, 0) 49.46%);
}
.btn-secondary.whatsapp:hover {
  background: linear-gradient(94.69deg, rgba(255, 255, 255, 0.2) 7.61%, rgba(255, 255, 255, 0) 40.42%), #007243;
  box-shadow: 0px 4px 10px rgba(0, 251, 131, 0.63);
}
.btn-secondary.whatsapp:hover picture {
  background: #32F269;
}
@media (max-width: 61.9375em) {
  .btn-secondary {
    text-align: start;
    height: 38px;
  }
  .btn-secondary .title, .btn-secondary i {
    font-size: 1rem;
  }
}

.btn-link {
  text-decoration: none;
}
.btn-link.type-1, .btn-link.type-2, .btn-link.type-3 {
  text-decoration: none;
  transition: 300ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0;
}
.btn-link.type-1 h5, .btn-link.type-2 h5, .btn-link.type-3 h5 {
  font-size: 1.125rem;
  transition: 300ms linear;
}
.btn-link.type-1 span, .btn-link.type-2 span, .btn-link.type-3 span {
  width: 1.75rem;
  height: 1.75rem;
  transition: 300ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
@media (max-width: 61.9375em) {
  .btn-link.type-1 h5, .btn-link.type-2 h5, .btn-link.type-3 h5 {
    font-size: 0.75rem;
  }
}
.btn-link.type-1 h5 {
  color: #F29100;
  font-weight: 700;
}
.btn-link.type-1 span {
  background-color: #005331;
}
.btn-link.type-1 span i {
  color: #FFFFFF;
}
.btn-link.type-1:hover h5 {
  color: #F29100;
}
.btn-link.type-2 h5 {
  color: #F29100;
}
.btn-link.type-2 span {
  background-color: #005331;
}
.btn-link.type-2 span i {
  color: #FFFFFF;
}
.btn-link.type-2:hover h5 {
  color: #F29100;
}
.btn-link.type-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.btn-link.type-3 h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
}
.btn-link.type-3 div {
  width: 32px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  background-color: #0EB77A;
  box-shadow: 0px 0px 15px #099F51;
  position: relative;
}
.btn-link.type-3 div::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  width: 42px;
  height: 40px;
  border: 1px solid rgba(14, 183, 122, 0.2);
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
@keyframes pulse-border {
  0% {
    padding: 0.25rem;
    opacity: 75%;
  }
  75% {
    padding: 0.75rem;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.btn-link.type-3:hover h5 {
  color: #F29100;
}

.btn-linkIcon .icon {
  transition: 0.5s linear;
}
.btn-linkIcon:hover .icon {
  transform: translateY(-8px);
  transition: 0.3s linear;
}

.btn-error {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}
.btn-error::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  bottom: none;
  left: none;
  right: -0.25rem;
  pointer-events: none;
  width: 1rem;
  height: 1rem;
  background-color: #CC2937;
  border-radius: 9999px;
  animation: warning 2500ms ease-in-out infinite alternate;
  opacity: 0;
}
@keyframes warning {
  from {
    opacity: 1;
  }
}

.btn-social {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.btn-social a:hover img {
  border-top: 5px solid #F29100;
  border-bottom: 5px solid #F29100;
  padding: 10px 0;
}
@media (max-width: 61.9375em) {
  .btn-social {
    width: 100%;
    max-width: 600px;
    justify-content: space-between;
    margin-inline: auto;
  }
}

.btn-social-2 {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.btn-social-2 a:hover img {
  border-top: 5px solid #F29100;
  border-bottom: 5px solid #F29100;
  padding: 10px 0;
}
@media (max-width: 61.9375em) {
  .btn-social-2 {
    width: 100%;
    max-width: 600px;
    justify-content: space-between;
    margin-inline: auto;
  }
}

.whatsapp-modal {
  background: #32F269;
  color: white;
  position: fixed;
  bottom: 5rem;
  right: 1.25rem;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 9999px;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  z-index: 999;
  transition: 0.5s linear;
}
.whatsapp-modal i {
  color: #FFFFFF;
}
.whatsapp-modal::before {
  content: "";
  position: absolute;
  border-radius: 9999px;
  padding: 1.5rem;
  border: 5px solid #32F269;
  opacity: 75%;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.whatsapp-modal:hover {
  background: #06291D;
}
@media (max-width: 61.9375em) {
  .whatsapp-modal {
    bottom: 3.75rem;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
@keyframes pulse-border {
  0% {
    padding: 1.5rem;
    opacity: 75%;
  }
  75% {
    padding: 2.75rem;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*Form*/
.input {
  width: 100%;
}
.input label {
  display: block;
  color: #FFFFFF;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.input input, .input textarea, .input select {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0.75rem 1rem;
}
.input input:focus, .input textarea:focus, .input select:focus {
  outline: 1px solid #F29100;
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder, .input select::-moz-placeholder {
  color: #2F2F2F;
}
.input input::placeholder, .input textarea::placeholder, .input select::placeholder {
  color: #2F2F2F;
}
.input .select {
  position: relative;
}
.input .select select {
  -webkit-appearance: none;
}
.input .select::before {
  content: "\f078";
  position: absolute;
  top: 50%;
  bottom: none;
  left: none;
  right: 1.25rem;
  pointer-events: none;
  color: #F29100;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 700;
  line-height: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
.input.type-2 input, .input.type-2 textarea, .input.type-2 select {
  background-color: #B9B9B9;
}
@media (max-width: 61.9375em) {
  .input label {
    text-align: start;
  }
  .input input, .input textarea, .input select {
    padding: 0.5rem 1rem;
  }
}

.input-checkbox {
  max-width: 312px;
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  align-items: baseline;
}
.input-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.input-checkbox input[type=checkbox]:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #F29100;
}
.input-checkbox input[type=checkbox]:checked:before {
  transform: scale(1);
}
.input-checkbox label {
  max-width: 286px;
  color: #005331;
  font-size: 14px;
  line-height: 120%;
}
.input-checkbox.light {
  max-width: 100%;
}
.input-checkbox.light label {
  max-width: 100%;
  color: #FFFFFF;
  font-size: 1rem;
}

.input-range {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 3px;
  background: #005331;
  outline: none;
  border-radius: 0;
}
.input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #005331;
  cursor: pointer;
  border-radius: 9999px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.input-range::-webkit-slider-thumb:hover {
  background: #9DBF54;
}
.input-range::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #005331;
  cursor: pointer;
}

.box-file {
  width: 100%;
  cursor: pointer;
  background-color: #FFFFFF;
}
.box-file .content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
.box-file .content .name-file {
  padding: 0.75rem 1rem;
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
}
.box-file .content .name-file span {
  color: #2F2F2F;
  font-size: 1rem;
}
.box-file .content .btn-file {
  width: 46px;
  background: #D3D3D3;
  transition: 200ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
.box-file .content .btn-file h5 {
  font-size: 1rem;
}
.box-file:hover .content .btn-file {
  background-color: #F29100;
}
.box-file:hover .content .btn-file img {
  filter: grayscale(1) brightness(100);
}
.box-file:hover .content .btn-file i {
  color: #FFFFFF;
}

.form-search {
  width: 100%;
  max-width: 568px;
  background-color: #E4E4E4;
  transition: all 300ms linear;
}
.form-search .content-form {
  display: flex;
  align-items: center;
  height: 48px;
  padding-inline-start: 1rem;
}
.form-search .content-form--seek {
  width: 100%;
  background: transparent;
}
.form-search .content-form--seek::-moz-placeholder {
  color: #4B4B4B;
  font-size: 1.125rem;
}
.form-search .content-form--seek::placeholder {
  color: #4B4B4B;
  font-size: 1.125rem;
}
.form-search .content-form--seek:focus {
  outline: none;
}
.form-search .content-form--btn {
  width: 46px;
  height: 100%;
  background-color: #FF6B01;
  border: none;
  outline: none;
  transition: 0.1s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-search .content-form--btn img {
  filter: grayscale(1) brightness(100);
}
.form-search .content-form:focus-within {
  border: 1px solid #808080;
}
.form-search.type-2 .content-form {
  height: 86px;
}
.form-search.type-2 .content-form--seek::-moz-placeholder {
  font-size: 1.125rem;
}
.form-search.type-2 .content-form--seek::placeholder {
  font-size: 1.125rem;
}
@media (max-width: 61.9375em) {
  .form-search {
    text-align: start;
  }
  .form-search .content-form {
    height: 52px;
  }
  .form-search.type-2 .content-form {
    height: 52px;
  }
}

section.footer-newsletter {
  background-color: #EDEDED;
  padding: 0.75rem 0;
}
section.footer-newsletter .newsletter {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  justify-content: center;
}
section.footer-newsletter .newsletter__title {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
section.footer-newsletter .newsletter__title h3 {
  color: #005331;
  font-size: 1.25rem;
}
section.footer-newsletter .newsletter__title h3 strong {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
section.footer-newsletter .newsletter .form-newsletter {
  display: flex;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
section.footer-newsletter .newsletter .form-newsletter .inputs {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
section.footer-newsletter .newsletter .form-newsletter .inputs .content {
  height: 66px;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 0.25rem 0.5rem 0.25rem 1.25rem;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
section.footer-newsletter .newsletter .form-newsletter .inputs .content:focus-within {
  border: 1px solid #A9A9A9;
}
section.footer-newsletter .newsletter .form-newsletter .inputs .content .input {
  height: 100%;
}
section.footer-newsletter .newsletter .form-newsletter .inputs .content .input input {
  display: block;
  background: none;
  height: 100%;
  width: 502px;
}
section.footer-newsletter .newsletter .form-newsletter .inputs .content .input input::-moz-placeholder {
  color: #696969;
}
section.footer-newsletter .newsletter .form-newsletter .inputs .content .input input::placeholder {
  color: #696969;
}
section.footer-newsletter .newsletter .form-newsletter .inputs .content button {
  background-color: #005331;
  color: #FFFFFF;
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  border-radius: 5px;
  transition: all 0.5s;
}
section.footer-newsletter .newsletter .form-newsletter .inputs .content button:hover {
  background-color: #9DBF54;
}
@media (max-width: 61.9375em) {
  section.footer-newsletter .newsletter .form-newsletter {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1rem;
  }
  section.footer-newsletter .newsletter .form-newsletter__inputs {
    flex-wrap: wrap;
    row-gap: 1rem;
    padding-inline: 1rem;
  }
  section.footer-newsletter .newsletter .form-newsletter__inputs input {
    height: 38px;
  }
}
@media (max-width: 61.9375em) {
  section.footer-newsletter {
    background-color: #EDEDED;
    padding: 0.75rem 0;
  }
  section.footer-newsletter .newsletter {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  section.footer-newsletter .newsletter__title {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  section.footer-newsletter .newsletter__title img {
    width: 49px;
  }
  section.footer-newsletter .newsletter__title h3 {
    font-size: 1.125rem;
  }
  section.footer-newsletter .newsletter__title h3 strong {
    font-size: 1.375rem;
  }
  section.footer-newsletter .newsletter .form-newsletter .inputs {
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  section.footer-newsletter .newsletter .form-newsletter .inputs .content {
    height: 56px;
    padding: 0.25rem 0.5rem 0.25rem 1.25rem;
  }
  section.footer-newsletter .newsletter .form-newsletter .inputs .content .input input {
    width: 100%;
  }
  section.footer-newsletter .newsletter .form-newsletter .inputs .content button {
    padding: 0.5rem 1.5rem;
  }
}

.current-category {
  width: 100%;
  border: 1px solid #ededed;
  top: 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
.current-category--title {
  width: 100%;
  color: #FFFFFF;
  background-color: #113023;
  padding: 1.25rem 2rem;
  box-shadow: inset 0px 8px 12px 6px rgba(0, 0, 0, 0.15), inset 0px 4px 4px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 700;
}
.current-category__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.25rem;
  padding: 1.25rem 0.75rem;
  overflow: hidden;
}
.current-category__content i.fas.fa-plus {
  font-size: 1.25rem;
  color: #2F2F2F;
  background: linear-gradient(96deg, #d9d9d9 -11.04%, rgba(217, 217, 217, 0) 87.39%);
  padding: 0.5rem 1rem;
}
.current-category__content .item-category {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.5rem 1rem;
  background: linear-gradient(96.17deg, #d9d9d9 -11.04%, rgba(217, 217, 217, 0) 87.39%);
  cursor: pointer;
  transition: 300ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  overflow: hidden;
  position: relative;
  position: relative;
}
.current-category__content .item-category h6 {
  font-size: 1.25rem;
  color: #2F2F2F;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.current-category__content .item-category input[type=checkbox] {
  display: none;
}
.current-category__content .item-category::before {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: -1.25rem;
  right: none;
  pointer-events: none;
  width: 15%;
  height: 100%;
  background-color: #F29100;
  border-radius: 9999px;
  opacity: 0;
  transition: 200ms linear;
  z-index: 1;
}
.current-category__content .item-category::after {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: -1.25rem;
  right: none;
  pointer-events: none;
  width: 75%;
  height: 100%;
  background-color: #005331;
  border-radius: 9999px;
  opacity: 0;
  transition: 200ms linear;
}
.current-category__content .item-category:hover h6, .current-category__content .item-category.active h6 {
  color: #FFFFFF;
}
.current-category__content .item-category:hover:before, .current-category__content .item-category:hover:after, .current-category__content .item-category.active:before, .current-category__content .item-category.active:after {
  width: 120%;
  opacity: 1;
  border-radius: 0;
}
.current-category__content .item-subcategory {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: -2.5rem;
  transition: 300ms linear;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0;
}
.current-category__content .item-subcategory .icon {
  opacity: 0;
  visibility: hidden;
  transition: 300ms linear;
}
.current-category__content .item-subcategory h6 {
  font-size: 1.125rem;
  color: #4B4B4B;
  text-transform: capitalize;
}
.current-category__content .item-subcategory input[type=checkbox] {
  display: none;
}
.current-category__content .item-subcategory:hover, .current-category__content .item-subcategory.active {
  margin-left: 0;
}
.current-category__content .item-subcategory:hover .icon, .current-category__content .item-subcategory.active .icon {
  opacity: 1;
  visibility: visible;
}
.current-category__content .item-subcategory:hover h6, .current-category__content .item-subcategory.active h6 {
  color: #F29100;
}
.current-category__content .indicators {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
.current-category__content .indicators .price {
  color: #005331;
}
@media (max-width: 61.9375em) {
  .current-category {
    text-align: start;
    padding: 0.75rem;
  }
  .current-category__content--item {
    padding: 0 1rem;
  }
}

.form-contact {
  width: 100%;
  background-color: #005331;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1.25rem;
}
.form-contact .logo {
  width: 138px;
}
.form-contact h2 {
  text-align: center;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 900;
}
.form-contact h3 {
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 900;
}
.form-contact .inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.form-contact .inputs .checkboxs {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-top: 1rem;
}
.form-contact .inputs .btn-primary {
  max-width: 100%;
  margin-top: 1rem;
  height: 50px;
}
@media (max-width: 61.9375em) {
  .form-contact .inputs .btn-primary {
    height: auto;
  }
}

.talkDealer-content {
  display: flex;
  align-items: center;
}
.talkDealer-content .talkDealer-form {
  width: 100%;
  max-width: 408px;
}
.talkDealer-content .talkDealer-form .form-text h6 {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.talkDealer-content .talkDealer-form .inputs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.5rem;
}
.talkDealer-content .talkDealer-form .inputs--cols {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.talkDealer-content .talkDealer-form .inputs .btn-primary {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 61.9375em) {
  .talkDealer-content {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1rem;
    margin: 0 auto 0;
  }
  .talkDealer-content .card-contact {
    max-width: 356px;
    padding: 1.25rem;
    row-gap: 1.25rem;
  }
  .talkDealer-content .card-contact .text {
    text-align: start;
    row-gap: 1rem;
  }
  .talkDealer-content .card-contact .text h5 {
    font-weight: 700;
  }
  .talkDealer-content .card-contact .text p {
    font-weight: 1rem;
  }
  .talkDealer-content .card-contact .numbers {
    text-align: start;
    row-gap: 1.5rem;
  }
  .talkDealer-content .talkDealer-form {
    text-align: start;
    row-gap: 0.75rem;
    padding: 1rem;
    border-radius: 0 0 0 1.75rem;
    background-size: cover;
  }
  .talkDealer-content .talkDealer-form .inputs {
    row-gap: 0.75rem;
  }
  .talkDealer-content .talkDealer-form .inputs--cols {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  .talkDealer-content .talkDealer-form .inputs .btn-primary {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

/*Cards*/
.card-blog {
  width: 100%;
  width: 348px;
  transition: 200ms;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.card-blog .blog-image {
  display: block;
  width: 100%;
  height: 206px;
  position: relative;
  position: relative;
}
.card-blog .blog-image img {
  width: 100%;
  height: 206px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
.card-blog .blog-image--content {
  position: absolute;
  bottom: 1.5rem;
  padding: 0 2rem;
}
.card-blog .blog-image--content h3 {
  color: #F29100;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.card-blog .blog-image--content h2 {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
}
.card-blog .blog-image::before {
  content: "404 - Imagem não encontrada";
  position: absolute;
  top: 50%;
  bottom: none;
  left: 50%;
  right: none;
  pointer-events: none;
  text-align: center;
  width: 100%;
  font-size: 1.75rem;
  color: #005331;
  font-weight: 700;
  transform: translate(-50%, -50%);
  pointer-events: none;
  line-height: 120%;
  border: 1px solid #2F2F2F;
}
.card-blog .blog-image::after {
  content: "";
  position: absolute;
  top: none;
  bottom: -0.25rem;
  left: none;
  right: 0;
  pointer-events: none;
  width: 0%;
  height: 8px;
  background-color: #F29100;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 2.5s;
}
.card-blog .blog-image:hover {
  position: relative;
}
.card-blog .blog-image:hover::after {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  width: 80%;
  opacity: 1;
  visibility: visible;
}
.card-blog .blog-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 0.5rem;
  transition: all 0.5s;
  flex-grow: 1;
}
.card-blog .blog-content h2 {
  font-size: 1.125rem;
  color: #2F2F2F;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.card-blog .blog-content p {
  font-size: 1rem;
  font-weight: 500;
  color: #4B4B4B;
}
.card-blog .blog-content .link {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.card-blog .blog-content .link h5 {
  color: #F29100;
  font-size: 1.125rem;
  font-weight: 700;
}
.card-blog .blog-content .link span {
  width: 28px;
  height: 28px;
  background-color: #005331;
  transition: 300ms linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-blog .blog-content .link span i {
  color: #FFFFFF;
}
.card-blog .blog-content .link:hover h5 {
  color: #F29100;
}
.card-blog:hover .link span {
  background-color: #F29100;
  transform: translateX(0.5rem);
}
.card-blog.type-2 {
  width: 100%;
  max-width: 930px;
  row-gap: 1.5rem;
}
.card-blog.type-2 .blog-image {
  height: 416px;
}
.card-blog.type-2 .blog-image img {
  height: 416px;
}
.card-blog.type-2 .blog-content {
  row-gap: 1rem;
}
.card-blog.type-2 .blog-content h2 {
  font-size: 25px;
}
.card-blog.type-2 .blog-content p {
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 61.9375em) {
  .card-blog {
    width: 100%;
    padding: 0.75rem;
    row-gap: 0.75rem;
  }
  .card-blog__image {
    height: 120px;
  }
  .card-blog__image img {
    height: 120px;
  }
  .card-blog__image--content {
    position: absolute;
    bottom: 1.5rem;
    padding: 0 2rem;
  }
  .card-blog__image--content h3 {
    color: #F29100;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .card-blog__image--content h2 {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .card-blog__image:before {
    font-size: 1.25rem;
  }
  .card-blog__content {
    justify-content: space-between;
    row-gap: 0.5rem;
  }
  .card-blog__content h2 {
    font-size: 1.125rem;
    line-height: 120%;
  }
  .card-blog__content p {
    line-height: 120%;
  }
  .card-blog.type-2 {
    row-gap: 1.5rem;
  }
  .card-blog.type-2 .blog-image {
    height: 216px;
  }
  .card-blog.type-2 .blog-image img {
    height: 216px;
  }
  .card-blog.type-2 .blog-content {
    row-gap: 1rem;
  }
  .card-blog.type-2 .blog-content h2 {
    font-size: 1.375rem;
  }
  .card-blog.type-2 .blog-content p {
    font-size: 1rem;
  }
}

.card-border {
  width: 100%;
  max-width: 328px;
  padding: 1.5rem;
  color: #005331;
  border-radius: 5px;
  border-right: 6px solid #F29100;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
.card-border h2 {
  font-size: 1.25rem;
  font-weight: 700;
}
.card-border p {
  font-size: 1rem;
  line-height: 120%;
}
.card-border:hover {
  transform: scale(0.97);
}

.card-product {
  max-width: 286px;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: 2px solid #D2D2D2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.75rem;
}
.card-product .image-product {
  width: 100%;
  position: relative;
}
.card-product .image-product img {
  width: 242px !important;
  height: 208px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
}
.card-product .image-product h5 {
  width: 100%;
  background: rgba(0, 83, 49, 0.6);
  background-blend-mode: multiply;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 0.5rem 1rem;
  min-height: 60px;
  position: absolute;
  bottom: 0;
  font-size: 1.125rem;
  color: #FFFFFF;
  text-align: center;
  display: grid;
  place-content: center;
}
.card-product .btns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.card-product .btns .contact {
  width: 100%;
}
.card-product .btns .contact .btn-secondary {
  max-width: 100%;
  padding-left: 0.75rem;
}
.card-product .btns .contact .btn-secondary:has(i, img) {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.card-product .btns .contact .btn-secondary picture {
  width: 46px;
}
.card-product .btns .contact .btn-primary.whatsapp {
  max-width: 100%;
}
.card-product.type-2 .btns .contact .btn-primary .title {
  text-align: start;
}
.card-product.type-2 .btns .contact .btn-secondary {
  display: none;
}

.ui-accordion-header {
  height: 3rem;
  background-color: #F0F0F0;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.5s linear;
  padding: 0 !important;
  padding-left: 0.5rem !important;
  margin-bottom: 1.25rem;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.ui-accordion-header span {
  display: none;
}
.ui-accordion-header h5 {
  color: #2F2F2F;
  font-size: 1.125rem;
}
.ui-accordion-header .arrow {
  width: 48px;
  height: 48px;
  background-color: #FF6B01;
  transition: 0.5s linear;
  display: grid;
  place-content: center;
}
.ui-accordion-header:hover, .ui-accordion-header.ui-state-active {
  background-color: #FF6B01;
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
  border: none;
}
.ui-accordion-header:hover h5, .ui-accordion-header.ui-state-active h5 {
  color: #FFFFFF;
}
.ui-accordion-header:hover .arrow, .ui-accordion-header.ui-state-active .arrow {
  background-color: #FFFFFF;
}
.ui-accordion-header:hover .arrow img, .ui-accordion-header.ui-state-active .arrow img {
  filter: invert(57%) sepia(57%) saturate(3203%) hue-rotate(346deg) brightness(104%) contrast(101%);
  transition: transform 0.3s ease;
}
.ui-accordion-header.ui-state-active img {
  transform: rotate(-90deg);
}

.collapse-content {
  padding: 0 0.5rem 0;
}
.collapse-content.ui-accordion-content {
  border: none;
}
.collapse-content p {
  max-width: 696px;
  font-size: 1.125rem;
  color: #4B4B4B;
  line-height: 120%;
}

/*Extras*/
section.banner {
  margin-top: -3.5rem;
  position: relative;
}
section.banner .certificado {
  position: absolute;
  top: 80px;
  right: 90px;
  z-index: 4;
  height: 250px;
}
@media (max-width: 991px) {
  section.banner .certificado {
    display: none;
  }
}
section.banner .banner-slider .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.banner .banner-slider .owl-nav .owl-prev:hover img,
section.banner .banner-slider .owl-nav .owl-next:hover img {
  filter: none;
}
section.banner .banner-slider .owl-nav .owl-prev:hover img {
  transform: translateX(10px);
}
section.banner .banner-slider .owl-nav .owl-next:hover img {
  transform: translateX(-10px);
}
section.banner .banner-slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.5rem;
}
section.banner .banner-slider .owl-dots .owl-dot {
  width: 93px;
  height: 5px;
}
section.banner .banner-slider .owl-dots .owl-dot:hover, section.banner .banner-slider .owl-dots .owl-dot.active {
  background-color: #F29100;
}
section.banner .owl-carousel .owl-item {
  position: relative;
}
section.banner .owl-carousel .owl-item.active .item-banner .banner-desktop {
  animation-name: MOVE-BG;
  animation-duration: 5s;
  animation-timing-function: forwards;
  animation-fill-mode: forwards;
}
@keyframes MOVE-BG {
  from {
    transform: scale(100%);
  }
  to {
    transform: scale(105%);
  }
}
section.banner .item-banner {
  width: 100%;
  height: 670px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5rem;
}
section.banner .item-banner .banner-desktop {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
section.banner .item-banner .content {
  color: #FFFFFF;
  position: relative;
}
section.banner .item-banner .content h1 {
  text-transform: uppercase;
  position: relative;
}
section.banner .item-banner .content h1::before {
  content: "";
  position: absolute;
  top: none;
  bottom: -15px;
  left: -2rem;
  right: none;
  pointer-events: none;
  width: 720px;
  height: 4px;
  background: #ff5d01;
  box-shadow: 0px 2px 10px rgba(255, 107, 0, 0.76);
}
section.banner .item-banner .content h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0.75rem 0;
}
section.banner .item-banner .content h2 strong {
  color: #F29100;
}
section.banner .item-banner .content--category {
  width: 100%;
  max-width: 636px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.25rem 0 1.5rem;
}
section.banner .item-banner .content--category a {
  width: 100%;
  max-width: 204px;
  display: flex;
  align-items: center;
  background-color: #005331;
  padding: 0.75rem 1.5rem;
  text-decoration: underline;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
  border: 1px solid #16ba77;
  transition: 0.3s linear;
}
section.banner .item-banner .content--category a:hover {
  background-color: #F29100;
}
@media (max-width: 61.9375em) {
  section.banner {
    margin-top: 0;
  }
  section.banner .banner-slider .owl-nav {
    display: none;
  }
  section.banner .banner-slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.75rem;
  }
  section.banner .banner-slider .owl-dots .owl-dot {
    width: 30px;
    height: 5px;
  }
  section.banner .banner-slider .owl-dots .owl-dot:hover, section.banner .banner-slider .owl-dots .owl-dot.active {
    background-color: #F29100;
  }
  section.banner .item-banner {
    width: 100%;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    padding: 1rem 0 2rem;
  }
  section.banner .item-banner .banner-desktop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: center;
       object-fit: center;
  }
  section.banner .item-banner .content h1 {
    font-size: 1.375rem;
  }
  section.banner .item-banner .content h1:before {
    display: none;
  }
  section.banner .item-banner .content h2 {
    font-size: 1.25rem;
    margin: 0.5rem 0;
  }
  section.banner .item-banner .content--category {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.25rem 0 1.5rem;
  }
  section.banner .item-banner .content--category a {
    max-width: 110px;
    padding: 0.25rem;
    font-size: 0.75rem;
  }
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 0;
}
.owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background-color: #8B8B8B;
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active {
  background-color: #005331;
  width: 25px;
}
.owl-carousel .owl-nav {
  pointer-events: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  pointer-events: all;
  transition: 300ms linear;
}

.contact-card {
  width: 100%;
  max-width: 706px;
  background-color: rebeccapurple;
  border-radius: 1.25rem;
  padding: 2rem 102px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
}
.contact-card--text {
  max-width: 476px;
  margin-inline: auto;
}
.contact-card--text h1 {
  font-size: 1.625rem;
}
.contact-card--text p {
  font-size: 1.125rem;
  font-weight: 300;
}
.contact-card--numbers {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 61.9375em) {
  .contact-card {
    padding: 1.5rem 0.75rem;
    max-width: 368px;
    position: relative;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .contact-card--text h1 {
    font-weight: 700;
    font-size: 1rem;
  }
  .contact-card--text p {
    font-size: 1rem;
    line-height: 120%;
  }
  .contact-card--numbers {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    margin-top: 0.5rem;
  }
}

ul.pagination {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
ul.pagination li {
  list-style: none;
}
ul.pagination li a {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  transition: 300ms linear;
  border: 2px solid #005331;
  color: #4B4B4B;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.pagination li a.active, ul.pagination li a:hover {
  background-color: #005331;
  color: #FFFFFF;
}

.layout-video {
  display: block;
}
.layout-video video {
  position: relative;
}
.layout-video video::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
}

section.talk-now {
  min-height: 176px;
  background-image: url("../image/several/talk-now-back.png");
  display: grid;
  place-items: center;
}
section.talk-now .now {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
section.talk-now .now__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 4.25rem;
       column-gap: 4.25rem;
}
section.talk-now .now__content img {
  width: 182px;
}
section.talk-now .now__content--text {
  max-width: 510px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
section.talk-now .now__content--text h4 {
  font-size: 1.25rem;
  font-weight: 900;
}
section.talk-now .now--contact {
  display: flex;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media (max-width: 61.9375em) {
  section.talk-now {
    min-height: auto;
    padding: 0.75rem;
    background-size: cover;
  }
  section.talk-now .now {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  section.talk-now .now__content {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  section.talk-now .now__content img {
    width: 152px;
  }
  section.talk-now .now__content--text h4 {
    font-size: 1.125rem;
  }
  section.talk-now .now--contact {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
}

.video-modal {
  width: 568px;
  height: 354px;
  background-size: cover;
  border-radius: 5px;
  display: grid;
  place-items: center;
  outline: 16px solid #FFFFFF;
  filter: drop-shadow(0px -19px 60px rgba(56, 56, 56, 0.64));
  background-position: center;
  position: relative;
}
.video-modal .video-play {
  display: block;
  transition: img 0.5s linear;
  position: relative;
  position: relative;
  position: relative;
}
.video-modal .video-play picture {
  display: block;
  position: relative;
  position: relative;
}
.video-modal .video-play picture::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: none;
  left: 50%;
  right: none;
  pointer-events: none;
  width: 90px;
  height: 90px;
  border: 1px solid #F29100;
  opacity: 25%;
  transform: translate(-50%, -50%);
  transition: 300ms linear;
}
.video-modal .video-play picture::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: none;
  left: 50%;
  right: none;
  pointer-events: none;
  width: 72px;
  height: 72px;
  border: 1px solid #F29100;
  transform: translate(-50%, -50%);
  transition: 300ms linear;
}
.video-modal .video-play::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  pointer-events: none;
  width: 118px;
  height: 118px;
  border: 1px solid #F29100;
  opacity: 2%;
  transform: translate(-25%, -25%);
  transition: 1s linear;
}
.video-modal .video-play::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: none;
  left: 50%;
  right: none;
  pointer-events: none;
  width: 102px;
  height: 102px;
  border: 1px solid #F29100;
  opacity: 10%;
  transform: translate(-50%, -50%);
  transition: 1s linear;
}
.video-modal:hover .video-play picture:before {
  opacity: 10%;
}
.video-modal:hover .video-play picture:after {
  opacity: 2%;
}
.video-modal:hover .video-play picture img {
  filter: invert(52%) sepia(99%) saturate(2616%) hue-rotate(14deg) brightness(110%) contrast(101%);
}
.video-modal:hover .video-play:before {
  opacity: 1;
}
.video-modal:hover .video-play:after {
  opacity: 25%;
}
.video-modal::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 61.9375em) {
  .video-modal {
    outline: none;
  }
}
.video-modal.type-2 {
  width: 754px;
  border-radius: 0;
  filter: none;
}
@media (max-width: 61.9375em) {
  .video-modal.type-2 {
    width: 100%;
    height: 256px;
    outline: none;
  }
}

.notfound {
  width: 100%;
  color: #F29100;
  font-size: 1.5rem;
  padding: 1.5rem;
  border: 2px solid #dcdcdc;
  border-radius: 15px;
  position: relative;
}
.notfound--title {
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #005331;
  border-radius: 5px;
  padding: 0.75rem 2.5rem;
  margin-bottom: 1.25rem;
  position: absolute;
  top: -1.5rem;
  left: 1.5rem;
}
.notfound--title h2 {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
}
.notfound .btn-primary {
  margin-top: 1rem;
}
.notfound .btn-primary .title {
  order: 2;
}
.notfound .btn-primary i {
  order: 1;
}
.notfound .icon {
  font-size: 50px;
  animation: move-around 2.5s linear;
  animation-fill-mode: forwards;
  position: absolute;
  right: 1.75rem;
  rotate: 90deg;
  top: 1rem;
  z-index: 1;
}
@media (max-width: 61.9375em) {
  .notfound {
    font-size: 1.5rem;
    padding: 0.75rem;
    margin-top: 1rem;
  }
  .notfound--title {
    padding: 0.5rem 1.25rem;
    margin-bottom: 1.25rem;
    position: absolute;
  }
  .notfound--title h2 {
    font-size: 1.25rem;
    text-align: start;
  }
  .notfound div {
    font-size: 1.125rem;
  }
  .notfound .icon {
    font-size: 31px;
    top: 0.5rem;
    right: 0.75rem;
    rotate: 90deg;
  }
}

nav.navegation {
  max-width: 1785px;
  width: 100%;
  height: 54px;
  outline: 1px solid #16ba77;
  border-top: none;
  margin-inline: auto;
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
nav.navegation .visible-fixed {
  display: none;
}
nav.navegation ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
nav.navegation ul li:first-child {
  flex: 1;
}
nav.navegation ul li .item-nav {
  height: 54px;
  color: #FFFFFF;
  background-color: #002315;
  padding-inline: 2.25rem;
  border-right: 1px solid #16ba77;
  transition: 200ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0;
}
nav.navegation ul li .item-nav h5 {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 100%;
}
nav.navegation ul li .item-nav:hover, nav.navegation ul li .item-nav.active {
  background-color: #16ba77;
  box-shadow: 0px 4px 10px rgba(22, 186, 119, 0.62);
}
nav.navegation ul li .item-nav i {
  width: 10px;
  height: 40px;
  cursor: pointer;
  transition: 100ms linear;
  display: grid;
  place-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
nav.navegation ul li .item-nav i:hover {
  color: #005331;
}
nav.navegation ul li .item-nav i.active {
  transform: rotate(180deg);
}
nav.navegation ul li:first-of-type .item-nav {
  height: 54px;
  padding: 0.75rem 2.25rem;
}
nav.navegation .content-category {
  width: 100%;
  max-width: 1622px;
  min-height: 308px;
  background-color: #FFFFFF;
  padding: 1.75rem 2rem;
  margin-inline: auto;
  background-color: #FFFFFF;
  position: relative;
  top: 0;
  left: 0;
  transition: 5s linear;
  opacity: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  row-gap: 0;
  position: relative;
}
nav.navegation .content-category .categories {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 2rem;
}
nav.navegation .content-category .categories h5 {
  font-size: 15px;
  font-weight: 600;
}
nav.navegation .content-category .categories h5 a {
  color: #2F2F2F;
}
nav.navegation .content-category .categories h5:hover a {
  color: #F29100;
}
nav.navegation .content-category .categories ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1rem;
}
nav.navegation .content-category .categories ul li {
  max-width: 156px;
  position: relative;
}
nav.navegation .content-category .categories ul li a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #4B4B4B;
}
nav.navegation .content-category .categories ul li:before {
  content: "\f054";
  position: absolute;
  left: -0.75rem;
  color: #F29100;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  opacity: 0;
  transition: 0.3s linear;
  animation: move-forward 1s linear infinite alternate;
}
@keyframes move-forward {
  0% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-10px);
  }
}
nav.navegation .content-category .categories ul li:hover:before {
  opacity: 1;
}
nav.navegation .content-category .categories ul li:hover a {
  color: #F29100;
}
nav.navegation .content-category::before {
  content: "";
  position: absolute;
  top: 66px;
  bottom: none;
  left: 0;
  right: none;
  pointer-events: none;
  width: 100%;
  height: 1px;
  background-color: rgba(148, 148, 148, 0.5019607843);
}
nav.navegation .content-category.active {
  opacity: 1;
  transition: 5s linear;
}
nav.navegation.nav-fixed.fixed {
  display: block;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: height 0.5s linear;
  background-color: #ff7c1d;
  max-width: 100%;
  box-shadow: 0px 30px 60px -12px rgba(50, 50, 93, 0.25);
  outline: none;
}
nav.navegation.nav-fixed.fixed .visible-fixed {
  display: block;
}
nav.navegation.nav-fixed.fixed .visible-fixed img {
  width: 52px;
  height: 52px;
}
nav.navegation.nav-fixed.fixed .hide-fixed {
  display: none;
}
nav.navegation.nav-fixed.fixed ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: star;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
nav.navegation.nav-fixed.fixed ul li:first-child {
  flex: initial;
}
nav.navegation.nav-fixed.fixed ul li .item-nav {
  height: 52px;
  color: #113023;
  background: linear-gradient(180deg, #ffffff 0%, #eaeaea 100%);
  border: 1px solid #d1d1d1;
  padding-inline: 2.25rem;
  transition: 200ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0;
}
nav.navegation.nav-fixed.fixed ul li .item-nav h5 {
  color: #113023;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
}
nav.navegation.nav-fixed.fixed ul li .item-nav:hover, nav.navegation.nav-fixed.fixed ul li .item-nav.active {
  background-color: #16ba77;
  box-shadow: 0px 4px 10px rgba(22, 186, 119, 0.62);
}
nav.navegation.nav-fixed.fixed ul li .item-nav i {
  width: 10px;
  height: 40px;
  cursor: pointer;
  transition: 100ms linear;
  display: grid;
  place-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
nav.navegation.nav-fixed.fixed ul li .item-nav i:hover {
  color: #005331;
}
nav.navegation.nav-fixed.fixed ul li .item-nav i.active {
  transform: rotate(180deg);
}
nav.navegation.nav-fixed.fixed .content-category {
  width: 100%;
  max-width: 1696px;
  min-height: 308px;
  background-color: #FFFFFF;
  padding: 1.75rem 2rem;
  margin-inline: auto;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  row-gap: 0;
  position: relative;
}
nav.navegation.nav-fixed.fixed .content-category .categories {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 2rem;
}
nav.navegation.nav-fixed.fixed .content-category .categories ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1rem;
}
nav.navegation.nav-fixed.fixed .content-category .categories ul li {
  max-width: 156px;
  position: relative;
}
nav.navegation.nav-fixed.fixed .content-category .categories ul li a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #4B4B4B;
}
nav.navegation.nav-fixed.fixed .content-category .categories ul li:before {
  content: "\f054";
  position: absolute;
  left: -0.75rem;
  color: #F29100;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  opacity: 0;
  transition: 0.3s linear;
  animation: move-forward 1s linear infinite alternate;
}
@keyframes move-forward {
  0% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-10px);
  }
}
nav.navegation.nav-fixed.fixed .content-category .categories ul li:hover:before {
  opacity: 1;
}
nav.navegation.nav-fixed.fixed .content-category .categories ul li:hover a {
  color: #F29100;
}
nav.navegation.nav-fixed.fixed .content-category::before {
  content: "";
  position: absolute;
  top: 66px;
  bottom: none;
  left: 0;
  right: none;
  pointer-events: none;
  width: 100%;
  height: 1px;
  background-color: rgba(148, 148, 148, 0.5019607843);
}
@media (max-width: 61.9375em) {
  nav.navegation {
    display: none !important;
  }
}

.error-404 {
  height: 100%;
}
.error-404 h5 {
  font-size: 1.75rem;
  color: #005331;
}

/*Modals*/
.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;
}
.lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}

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 linear;
}
section.modal-whatsapp.exibir {
  transform: scale(1);
}
section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
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;
}
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;
}
section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
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%;
}
section.modal-whatsapp .campo-acao {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
@media (max-width: 991px) {
  section.modal-whatsapp .campo-acao {
    position: static;
  }
}
section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
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;
}
section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
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;
}
section.modal-whatsapp .campo-acao .button-zap button:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
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;
}
section.modal-whatsapp .hide-desktop {
  display: none;
}
@media (max-width: 991px) {
  section.modal-whatsapp .campo-acao {
    display: none;
  }
  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;
  }
  section.modal-whatsapp .acao-mobile:disabled {
    background-color: #a7a7a7;
    cursor: not-allowed;
  }
  section.modal-whatsapp .acao-mobile i {
    margin-right: 5px;
  }
  section.modal-whatsapp .hide-desktop {
    display: block;
  }
}

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

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

.modal-content {
  background: #D9D9D9;
  border-radius: 15px;
  position: relative;
}
.modal-content .closebtn {
  width: 112px;
  height: 46px;
  display: grid;
  place-items: center;
  background-color: #005331;
  border: none;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  right: 1.5rem;
  text-shadow: none;
  top: -20px;
  z-index: 2;
  text-transform: uppercase;
  transition: all 0.5s linear;
}
.modal-content .closebtn:hover {
  background-color: #000704;
}
@media (max-width: 991px) {
  .modal-content .closebtn {
    font-size: 13px;
    top: -1.5rem;
    right: 10px;
    height: 42px;
  }
}
.modal-content .modal-body {
  padding: 2.25rem 4.5rem 3rem;
  border-radius: 15px;
  overflow: hidden;
}
.modal-content .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  .modal-content .modal-body.video {
    min-height: 360px;
  }
}
.modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.modal-content .modal-body .title {
  color: #1E1E1E;
  text-align: center;
}
.modal-content .modal-body .title div {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1.5rem;
}
.modal-content .modal-body .title div h2 {
  color: #005331;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-content .modal-body .title p {
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 500;
}
.modal-content .modal-body form {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.modal-content .modal-body form input {
  width: 100%;
  height: 42px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}
.modal-content .modal-body form input::-moz-placeholder {
  color: #C0C0C0;
}
.modal-content .modal-body form input::placeholder {
  color: #C0C0C0;
}
.modal-content .modal-body form textarea::-moz-placeholder {
  color: #C0C0C0;
}
.modal-content .modal-body form textarea::placeholder {
  color: #C0C0C0;
}
.modal-content .modal-body form .btn-modal {
  width: 100%;
  height: 56px;
  background-color: #005331;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.modal-content .modal-body form .btn-modal i {
  font-size: 1.25rem;
  color: #FFFFFF;
}
.modal-content .modal-body form .btn-modal .title {
  color: #FFFFFF;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
}
.modal-content .modal-body form .btn-modal:hover {
  background-color: #000704;
}
@media (max-width: 991px) {
  .modal-content .modal-body {
    padding: 1.25rem 0.75rem;
  }
  .modal-content .modal-body form {
    padding: 0 0.75rem;
    row-gap: 0.75rem;
  }
  .modal-content .modal-body form .btn-modal {
    height: 48px;
  }
  .modal-content .modal-body form .btn-modal .title {
    font-size: 1rem;
  }
  .modal-content .modal-body form input,
  .modal-content .modal-body form textarea {
    font-size: 14px;
  }
  .modal-content .modal-body .title div {
    row-gap: 0.75rem;
  }
  .modal-content .modal-body .title div h2 {
    font-size: 1.25rem;
  }
  .modal-content .modal-body .title p {
    font-size: 1.125rem;
  }
}
.modal-content.budget .closebtn {
  background-color: #CC2937;
}
.modal-content.budget .closebtn:hover {
  background-color: #2D090C;
}
.modal-content.budget .modal-body {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.modal-content.budget .modal-body .title div span {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  background-color: #CC2937;
  border-radius: 9999px;
  margin-inline: auto;
  color: #FFFFFF;
  font-size: 1.75rem;
  font-weight: 700;
}
.modal-content.budget .modal-body .title div h2 {
  color: #CC2937;
}
.modal-content.budget .modal-body form .btn-modal {
  background-color: #CC2937;
}
.modal-content.budget .modal-body form .btn-modal:hover {
  background-color: #8c1c26;
}
.modal-content.specialist .closebtn {
  background-color: #034EA2;
}
.modal-content.specialist .closebtn:hover {
  background-color: #022a57;
}
.modal-content.specialist .modal-body {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.modal-content.specialist .modal-body .title div i {
  font-size: 1.75rem;
  color: #034EA2;
}
.modal-content.specialist .modal-body .title div h2 {
  color: #034EA2;
}
.modal-content.specialist .modal-body form .btn-modal {
  background-color: #034EA2;
}
.modal-content.specialist .modal-body form .btn-modal:hover {
  background-color: #022a57;
}
.modal-content::before {
  content: "";
  position: absolute;
  top: none;
  bottom: -2rem;
  left: none;
  right: 4.5rem;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 32px solid #D9D9D9;
}

/*Livewire*/
.wire-loading {
  width: 100%;
  color: #9DBF54;
  font-size: 2rem;
  padding: 1.5rem;
  border: 2px solid #dcdcdc;
  border-radius: 15px;
  display: flex;
}

section.barra-lgpd {
  padding: 2px 15px;
  background-color: #eeeeee;
  border-bottom: 1px solid gainsboro;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: gray;
  display: none;
  position: relative;
  transition: all 0.5s linear;
}
@media (max-width: 991px) {
  section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 52px;
    position: fixed;
    top: auto;
  }
  section.barra-lgpd .container {
    padding: 0;
  }
}
section.barra-lgpd.exibir {
  display: block;
}
section.barra-lgpd .row,
section.barra-lgpd .container {
  max-width: 1780px !important;
  margin: auto;
  justify-content: center;
}
section.barra-lgpd .row .conteudo-lgpd-in,
section.barra-lgpd .container .conteudo-lgpd-in {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  display: inline;
  color: #4B4B4B;
  text-decoration: underline;
  font-weight: 600;
}
section.barra-lgpd .row .conteudo-lgpd-in button,
section.barra-lgpd .container .conteudo-lgpd-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: gray;
  border: 1px solid gray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s linear;
}
section.barra-lgpd .row .conteudo-lgpd-in button:hover,
section.barra-lgpd .container .conteudo-lgpd-in button:hover {
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  section.barra-lgpd .row .conteudo-lgpd-in,
  section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
    align-items: flex-start;
  }
  section.barra-lgpd .row .conteudo-lgpd-in button,
  section.barra-lgpd .container .conteudo-lgpd-in button {
    margin: 10px auto 0 0;
  }
}

section.fixed-bar {
  position: fixed;
  bottom: 0;
  background-color: #808080;
  width: 100%;
  padding: 10px 80px;
  z-index: 900;
  transition: all 0.5s linear;
}
section.fixed-bar .bar {
  max-width: 1300px;
}
section.fixed-bar .bar__contact {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.fixed-bar .bar__contact .btns {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media (max-width: 61.9375em) {
  section.fixed-bar {
    display: none;
  }
}
section.fixed-bar.hidden {
  bottom: -100px;
}

section.barra-fixa-mobile {
  max-width: 700px;
  margin-inline: auto;
  background-color: #005331;
  border-radius: 0 10px 0 0;
  outline: 2px solid;
  outline-color: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  /* border-top: 2px solid white; */
  transition: 0.3s all;
}
section.barra-fixa-mobile .list-itens {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 30px;
  position: relative;
}
section.barra-fixa-mobile .list-itens a {
  display: block;
  color: white;
}
section.barra-fixa-mobile .list-itens a i {
  color: white;
}
section.barra-fixa-mobile .list-itens a:nth-child(1) {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
section.barra-fixa-mobile .list-itens a:nth-child(1) i {
  color: #005331;
}
section.barra-fixa-mobile .list-itens a:nth-child(1).active i {
  transform: rotate(90deg);
}
section.barra-fixa-mobile .list-itens a .line {
  fill: none;
  stroke: #005331;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
section.barra-fixa-mobile .list-itens a .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens a .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens a .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens a.active .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens a.active .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens a.active .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: -0.75rem;
  right: none;
  pointer-events: none;
  width: 35%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 0 15px 15px 0;
}
@media screen and (min-width: 992px) {
  section.barra-fixa-mobile {
    display: none;
  }
}

.menu-mobile {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(10.5px);
  -webkit-backdrop-filter: blur(10.5px);
  border-radius: 0 10px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s linear;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.menu-mobile.aberto {
  left: 0px;
}
.menu-mobile .fechar {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  transform: translate(50%, -50%);
  font-size: 35px;
  color: #F29100;
}
.menu-mobile .logo img {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  width: 100%;
  max-width: 156px;
}
.menu-mobile hr {
  opacity: 50%;
  height: 2px;
  background-color: #F29100;
}
.menu-mobile ul {
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  margin-bottom: 0;
}
.menu-mobile ul li {
  list-style: none;
  padding: 2px;
  text-align: start;
  text-transform: uppercase;
  position: relative;
}
.menu-mobile ul li:last-child {
  border-bottom: none;
}
.menu-mobile ul li a {
  color: #005331;
  font-size: 1rem;
  padding: 0 0.75rem;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
.menu-mobile ul li a.current {
  position: relative;
}
.menu-mobile ul li a.current::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  bottom: none;
  left: none;
  right: 0.5rem;
  pointer-events: none;
  width: 20px;
  height: 3px;
  background-color: #F29100;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.25;
  }
}
.menu-mobile .icons {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.menu-mobile .icons img {
  width: 30px;
}

section.header {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(56, 56, 56, 0.64);
}
section.header .content {
  max-width: 1710px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  row-gap: 0;
  padding: 1rem 0;
}
section.header .content .logo img {
  width: 344px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 61.9375em) {
  section.header .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    margin: 0 auto 0 auto;
    row-gap: 0.5rem;
    padding: 0.5rem 0.75rem 1rem;
  }
  section.header .content .form-search {
    order: 2;
  }
  section.header .content .btn-primary,
  section.header .content .btn-secondary,
  section.header .content .btn-telephone {
    display: none;
  }
  section.header .content .menu-top {
    width: 100%;
    order: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  section.header .content .menu-top .logo {
    width: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  section.header .content .menu-top a {
    display: block;
    color: white;
  }
  section.header .content .menu-top a i {
    color: white;
  }
  section.header .content .menu-top a:nth-child(1) {
    position: relative;
    z-index: 2;
    transition: all 0.5s ease-in-out;
  }
  section.header .content .menu-top a:nth-child(1) i {
    color: #005331;
  }
  section.header .content .menu-top a:nth-child(1).active i {
    transform: rotate(90deg);
  }
  section.header .content .menu-top a .line {
    fill: none;
    stroke: #F29100;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  section.header .content .menu-top a .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  section.header .content .menu-top a .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  section.header .content .menu-top a .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  section.header .content .menu-top a.active .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  section.header .content .menu-top a.active .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  section.header .content .menu-top a.active .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
}

section.header-content {
  height: 500px;
  background-size: cover;
  background-position: center;
  padding: 0 0 5rem;
  margin-top: -3.5rem;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  position: relative;
  position: relative;
}
section.header-content .content {
  max-width: 1232px;
}
section.header-content .content .resum {
  position: relative;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
section.header-content .content .resum h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
section.header-content .content .resum h2 {
  position: absolute;
  left: -1.5rem;
  top: -5rem;
  font-size: 148.15px;
  font-weight: 700;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 0.43px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.35);
}
section.header-content .content .resum p {
  max-width: 860px;
  font-size: 1.25rem;
}
section.header-content::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: 0;
  background-color: rgba(0, 10, 6, 0.8);
}
section.header-content::after {
  content: url("../image/pseudo/banner.png");
  position: absolute;
  top: none;
  bottom: -7px;
  left: none;
  right: -1.5rem;
  pointer-events: none;
  pointer-events: none;
}
section.header-content.page {
  height: 854px;
}
@media (max-width: 61.9375em) {
  section.header-content {
    margin-top: 0;
    height: auto;
    min-height: 148px;
    align-items: center;
    padding: 1rem 0 1.5rem;
    background-size: cover;
  }
  section.header-content .content .resum {
    margin-bottom: 0.75rem;
  }
  section.header-content .content .resum h1 {
    font-size: 1.375rem;
  }
  section.header-content .content .resum h2 {
    left: 0;
    top: -0.75rem;
    font-size: 48.15px;
    -webkit-text-stroke-width: 0.23px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.35);
  }
  section.header-content .content .resum p {
    font-size: 1rem;
  }
  section.header-content:after {
    display: none;
  }
}

section.header-nets {
  background-color: #2d2d2d;
  padding: 0.75rem 0;
}
section.header-nets .nets {
  max-width: 1734px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.header-nets .nets h5 {
  color: #FFFFFF;
}
section.header-nets .nets__socials {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
section.header-nets .nets__socials h6 {
  font-size: 1.125rem;
  color: #FFFFFF;
  display: flex;
  gap: 8px;
}
section.header-nets .nets__socials--icons {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
@media (max-width: 61.9375em) {
  section.header-nets {
    padding: 0.5rem 0;
  }
  section.header-nets .nets h5 {
    max-width: 156px;
    font-size: 14px;
  }
  section.header-nets .nets__socials {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  section.header-nets .nets__socials h6 {
    font-size: 0.75rem;
  }
}

.mapa {
  width: 100%;
  height: 440px;
  display: flex;
  position: relative;
}
.mapa iframe {
  width: 100%;
  height: 100%;
}
.mapa iframe:first-child {
  border-right: 5px solid #005331 !important;
}
.mapa .gm-style,
.mapa .place-card-large,
.mapa .place-card {
  background: red !important;
}
.mapa::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: 0;
  box-shadow: inset 0px 8px 12px 6px rgba(0, 0, 0, 0.15), inset 0px 4px 4px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
@media (max-width: 61.9375em) {
  .mapa {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .mapa iframe {
    height: 250px;
  }
  .mapa iframe:first-child {
    border-right: none !important;
    border-bottom: 5px solid #005331 !important;
  }
}

section.footer {
  background-color: #FFFFFF;
  padding: 2rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.25rem;
  margin-bottom: 3.75rem;
}
section.footer .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.footer .content--logo {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
section.footer .content--logo .img-logo {
  width: 376px;
  height: 94px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.footer .content--logo p {
  max-width: 375px;
  font-size: 1.125rem;
  color: #4B4B4B;
}
section.footer .content--logo .btns {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  color: #2F2F2F;
}
section.footer .content--logo .btns .icons {
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
section.footer .content--categories, section.footer .content--links {
  color: #005331;
}
section.footer .content--categories h5, section.footer .content--links h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
section.footer .content--categories ul, section.footer .content--links ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-left: 0;
}
section.footer .content--categories ul li, section.footer .content--links ul li {
  position: relative;
}
section.footer .content--categories ul li i, section.footer .content--links ul li i {
  color: #F29100;
  opacity: 0;
  transition: 0.3s linear;
}
section.footer .content--categories ul li a, section.footer .content--links ul li a {
  color: #005331;
}
section.footer .content--categories ul li:before, section.footer .content--links ul li:before {
  content: "\f054";
  position: absolute;
  left: -0.75rem;
  color: #F29100;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  opacity: 0;
  transition: 0.3s linear;
  animation: move-forward 1s linear infinite alternate;
}
@keyframes move-forward {
  0% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-10px);
  }
}
section.footer .content--categories ul li:hover:before, section.footer .content--links ul li:hover:before {
  opacity: 1;
}
section.footer .content--categories ul li:hover a, section.footer .content--links ul li:hover a {
  color: #F29100;
}
section.footer .content--local-opening {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
section.footer .content--contact {
  max-width: 220px;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  isolation: isolate;
}
section.footer .content--contact h6 {
  font-size: 1.125rem;
  color: #005331;
  font-weight: 700;
}
section.footer .content--contact .btn-primary.whatsapp {
  max-width: 100%;
}
section.footer hr {
  width: 100%;
  max-width: 1760px;
  height: 1px;
  margin-inline: auto;
  background-color: #4B4B4B;
  opacity: 75%;
}
@media (max-width: 61.9375em) {
  section.footer {
    padding: 1.25rem 0;
    margin-bottom: 2.75rem;
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
  }
  section.footer .content {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 1rem;
  }
  section.footer .content--logo .img-logo {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  section.footer .content--logo p {
    max-width: 100%;
    font-size: 1rem;
  }
  section.footer hr {
    width: 90%;
  }
}

section {
  position: relative;
}
section .menu-footer {
  width: 100%;
  max-width: 1472px;
  background-color: #F29100;
  margin-inline: auto;
  padding: 1.75rem 6rem 1.25rem;
  -webkit-clip-path: polygon(5% 0, 95% 1%, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0, 95% 1%, 100% 100%, 0% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
}
section .menu-footer ul {
  list-style: none;
  display: flex;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  align-items: center;
  margin: 0;
  padding: 0;
}
section .menu-footer ul li a {
  font-size: 1.125rem;
  color: #FFFFFF;
}
section .menu-footer ul li a:hover, section .menu-footer ul li a.active {
  position: relative;
}
section .menu-footer ul li a:hover::before, section .menu-footer ul li a.active::before {
  content: "";
  position: absolute;
  top: none;
  bottom: -0.25rem;
  left: 0;
  right: none;
  pointer-events: none;
  width: 90%;
  height: 3px;
  background: linear-gradient(90.03deg, #F29100 10.5%, rgba(255, 255, 255, 0) 64.25%);
}
@media (max-width: 61.9375em) {
  section .menu-footer {
    display: none;
  }
}

section.footer-copyright .container {
  max-width: 1760px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.footer-copyright .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.footer-copyright .copyright h5 {
  color: #2F2F2F;
  font-size: 1.25rem;
  font-weight: 700;
}
section.footer-copyright .copyright .terms {
  margin-left: 2rem;
}
section.footer-copyright .copyright .terms ul {
  display: flex;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  margin-bottom: 0;
  padding: 0;
}
section.footer-copyright .copyright .terms ul li {
  color: #FFFFFF;
  transition: all 0.5s linear;
}
section.footer-copyright .copyright .terms ul li a {
  transition: all 0.5s linear;
}
section.footer-copyright .copyright .terms ul li a h5 {
  font-size: 1rem;
}
section.footer-copyright .copyright .terms ul li:hover, section.footer-copyright .copyright .terms ul li.active {
  color: #F29100;
}
section.footer-copyright .copyright .terms ul li:hover a h5, section.footer-copyright .copyright .terms ul li.active a h5 {
  color: #F29100;
}
@media (max-width: 61.9375em) {
  section.footer-copyright .container {
    flex-wrap: wrap;
    row-gap: 0.75rem;
    justify-content: center;
  }
  section.footer-copyright .copyright {
    flex-wrap: wrap;
    row-gap: 1rem;
    justify-content: center;
  }
  section.footer-copyright .copyright h5 {
    font-size: 1.125rem;
    text-align: center;
  }
  section.footer-copyright .copyright .terms {
    margin-left: 0;
  }
  section.footer-copyright .copyright .terms ul {
    flex-direction: column;
    align-items: center;
    row-gap: 0.25rem;
    text-align: start;
  }
  section.footer-copyright .copyright .terms ul li a h5 {
    font-size: 1rem;
  }
}

section.formulario-enviado {
  padding: 180px 0 150px;
  color: #FFFFFF;
  background-color: #005331;
  margin-top: -54px;
}
section.formulario-enviado .box-in {
  text-align: center;
}
section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
section.formulario-enviado .box-in a {
  color: #FFFFFF;
  font-weight: 500;
  border-bottom: 1px dotted #005331;
}
section.formulario-enviado .box-in .btn-voltar {
  color: #FFFFFF;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #005331;
  transition: 0.3s all;
}
section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #005331;
  color: white;
}
section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
}
section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
}
@media (max-width: 991px) {
  section.formulario-enviado {
    padding: 80px 0;
    text-align: center;
    margin-top: 0;
  }
  section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}

section.breadcrumb {
  margin-bottom: 0;
  font-size: 1.25rem;
  color: #FFFFFF;
  font-weight: 300;
}
section.breadcrumb a {
  margin: 0 5px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 300;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}
section.breadcrumb a:first-child {
  margin-left: 0;
}
section.breadcrumb a:last-child {
  margin-right: 0;
}
section.breadcrumb a.active {
  color: #FF6B01;
}
section.breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 61.9375em) {
  section.breadcrumb {
    font-size: 12px;
    text-align: start;
  }
  section.breadcrumb a {
    font-size: 12px;
  }
}

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;
}
section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #005331;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}

* {
  scrollbar-width: thick; /* none | auto  */
  scrollbar-color: #005331 transparent;
}

*::-webkit-scrollbar {
  width: 10px; /* vertical scrollbar */
  height: 10px; /* horizontal scrollbar */
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: #005331;
}

*::-webkit-scrollbar-thumb:hover {
  background: #F29100;
}

.error-404 {
  height: 882px;
  background-image: url("../image/backgrounds/404.jpg");
  background-repeat: no-repeat;
  margin-top: -3.5rem;
  display: grid;
  place-items: center;
}
.error-404 .container {
  max-width: 1024px;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
.error-404 .box {
  max-width: 284px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.25rem;
}
.error-404 .box h2 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  row-gap: 1.25rem;
}
.error-404 .box .icons {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0;
}
.error-404 .box .icons .icon {
  width: 37px;
}
@media (max-width: 61.9375em) {
  .error-404 {
    height: auto;
    background-image: url("../image/backgrounds/404.jpg");
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 1rem 0;
  }
  .error-404 .container {
    max-width: 1024px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
  .error-404 .box {
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.75rem;
    align-items: center;
  }
  .error-404 .box h2 {
    font-size: 1.375rem;
    row-gap: 1.25rem;
  }
  .error-404 .box .icons {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    row-gap: 0;
  }
}

section.s-attendance {
  background-image: url("../image/backgrounds/s-atendimento.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
}
section.s-attendance .attendance__cards {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 3.25rem;
       column-gap: 3.25rem;
}
section.s-attendance .attendance__cards .card-attendance {
  max-width: 398px;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  transition: all 0.5s linear;
}
section.s-attendance .attendance__cards .card-attendance .texts {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
section.s-attendance .attendance__cards .card-attendance .texts h2 {
  font-size: 1.25rem;
  font-weight: 700;
}
section.s-attendance .attendance__cards .card-attendance .texts p {
  font-size: 1.125rem;
}
section.s-attendance .attendance__cards .card-attendance:hover {
  transform: scale(0.96);
}
section.s-attendance.products {
  max-width: 1738px;
  background-image: url("../image/backgrounds/s-atendimento-2.png");
  background-repeat: no-repeat;
  padding: 0.75rem 0 1.25rem;
  margin-inline: auto;
}
section.s-attendance.products .attendance__cards .card-attendance .texts {
  color: #005331;
}
@media (max-width: 61.9375em) {
  section.s-attendance {
    padding: 0.75rem 0;
  }
  section.s-attendance .attendance__cards {
    display: flex;
    row-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    align-items: start;
    justify-content: center;
  }
  section.s-attendance .attendance__cards .card-attendance {
    max-width: 200px;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    flex-direction: column;
    row-gap: 0.5rem;
  }
  section.s-attendance .attendance__cards .card-attendance img {
    width: 62px;
  }
  section.s-attendance .attendance__cards .card-attendance .texts {
    text-align: center;
    row-gap: 0.5rem;
  }
  section.s-attendance .attendance__cards .card-attendance .texts h2 {
    font-size: 1rem;
  }
  section.s-attendance .attendance__cards .card-attendance .texts p {
    font-size: 14px;
    line-height: 120%;
  }
  section.s-attendance.products {
    background-image: url("../image/backgrounds/s-atendimento-2.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 0.75rem 0 1.25rem;
  }
}

body {
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
}
body section.menu-topo-principal {
  background: #282828;
}
body section.menu-topo-principal .container {
  max-width: 1734px;
}
body section.menu-topo-principal .menu {
  display: flex;
  justify-content: space-between;
}
body section.menu-topo-principal .menu a {
  display: block;
  padding: 14px 36px 12px 36px;
  color: var(--Branco, #fff);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  border: 2px solid transparent;
  border-bottom-width: 4px;
  transition: 0.4s all;
}
body section.menu-topo-principal .menu a.active, body section.menu-topo-principal .menu a:hover {
  color: #ff7c1e;
  border-top: 2px solid #ff7c1e;
  border-right: 2px solid #ff7c1e;
  border-bottom: 4px solid #ff7c1e;
  border-left: 2px solid #ff7c1e;
  background: linear-gradient(180deg, #282828 64.81%, #ff6b01 132.41%);
}
body main {
  @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;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");
  @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;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");
  /*  Validação   */
  /*
  *Tokens de tamahos
  *cada tamanho equivale a 4px a partir do ($size-2),8px a partir de ($size-9),
  */
  /*Definições e Tokens de (tamanhos | altura | largura) 
  das tipografias e outros padroes
  */
  @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;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");
  @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;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");
  /*  Validação   */
  /*
  *Tokens de tamahos
  *cada tamanho equivale a 4px a partir do ($size-2),8px a partir de ($size-9),
  */
  /*Definições e Tokens de (tamanhos | altura | largura) 
  das tipografias e outros padroes
  */
  @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;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");
  @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;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");
  /*  Validação   */
  /*
  *Tokens de tamahos
  *cada tamanho equivale a 4px a partir do ($size-2),8px a partir de ($size-9),
  */
  /*Definições e Tokens de (tamanhos | altura | largura) 
  das tipografias e outros padroes
  */
}
body main section.index-tradition {
  padding: 3.5rem 0;
  background: linear-gradient(270.65deg, #ffffff -14.3%, #dadada 9.21%, #ffffff 40.06%, #dadada 71.65%, #ffffff 95.89%, #dadada 126.74%);
  box-shadow: 0px -19px 60px rgba(56, 56, 56, 0.64);
}
@media (max-width: 991px) {
  body main section.index-tradition .logo-certificado {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  body main section.index-tradition .logo-certificado .cert {
    width: auto !important;
    max-width: none !important;
    height: 80px;
  }
}
body main section.index-tradition .tradition {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 124px;
       column-gap: 124px;
}
body main section.index-tradition .tradition--logo {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.25rem;
       column-gap: 3.25rem;
}
body main section.index-tradition .tradition--logo h2 {
  max-width: 508px;
  font-size: 1.875rem;
  color: #06291D;
  line-height: 120%;
  text-transform: uppercase;
}
body main section.index-tradition .tradition--contact {
  isolation: isolate;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.index-tradition .tradition--contact .btn-secondary {
  max-width: 100%;
}
@media (max-width: 61.9375em) {
  body main section.index-tradition {
    padding: 1.25rem 0;
  }
  body main section.index-tradition .tradition {
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  body main section.index-tradition .tradition--logo {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.75rem;
  }
  body main section.index-tradition .tradition--logo img {
    width: 100%;
    max-width: 256px;
  }
  body main section.index-tradition .tradition--logo h2 {
    font-size: 1rem;
    text-align: center;
  }
  body main section.index-tradition .tradition--contact {
    align-items: center;
    row-gap: 0.75rem;
  }
}
body main section.index-categories {
  padding: 3rem 0 0;
  background-image: url("../image/backgrounds/categorias.png");
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  padding-left: 288px;
}
body main section.index-categories .content .introduction {
  margin-bottom: 1.25rem;
}
body main section.index-categories .content .introduction h6 {
  color: #F29100;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
body main section.index-categories .content .introduction h4 {
  color: #FFFFFF;
  text-transform: uppercase;
}
body main section.index-categories .content .introduction h4 strong {
  display: block;
}
body main section.index-categories .content .cards {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
}
body main section.index-categories .content .cards .card-category {
  width: 100%;
  max-width: 236px;
  padding: 0.5rem 1.25rem;
  border: 2px solid #FFFFFF;
  transition: 200ms linear;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
body main section.index-categories .content .cards .card-category:hover, body main section.index-categories .content .cards .card-category.active {
  background: linear-gradient(179.06deg, #FF4218 21.24%, #D64D01 104.37%);
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
}
body main section.index-categories .content .categories-slider {
  margin-top: 1.5rem;
}
body main section.index-categories .content .categories-slider .image-slider {
  width: 716px;
  height: 382px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-categories .content .categories-slider .owl-nav {
  width: 100%;
  max-width: 78px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.75rem;
  position: absolute;
  left: -6.25rem;
  top: 18%;
}
body main section.index-categories .content .categories-slider .owl-nav .owl-prev,
body main section.index-categories .content .categories-slider .owl-nav .owl-next {
  width: 78px;
  height: 72px;
  background-color: rgba(0, 0, 0, 0.5);
}
body main section.index-categories .content .categories-slider .owl-nav .owl-prev.disabled,
body main section.index-categories .content .categories-slider .owl-nav .owl-next.disabled {
  background: rgba(255, 255, 255, 0.22);
}
body main section.index-categories .content .categories-slider .owl-nav .owl-prev:hover,
body main section.index-categories .content .categories-slider .owl-nav .owl-next:hover {
  transform: scale(1.05);
}
body main section.index-categories .content .categories-slider .owl-stage {
  padding-left: 0 !important;
}
@media (max-width: 61.9375em) {
  body main section.index-categories {
    padding: 1.25rem 0 1.25rem;
    row-gap: 0.75rem;
    padding-left: 0;
  }
  body main section.index-categories .content {
    padding-inline: 0.75rem;
  }
  body main section.index-categories .content .introduction {
    margin-bottom: 1.25rem;
  }
  body main section.index-categories .content .introduction h6 {
    margin-bottom: 0.5rem;
  }
  body main section.index-categories .content .introduction h4 {
    font-size: 1.125rem;
  }
  body main section.index-categories .content .introduction h4 strong {
    display: inline;
  }
  body main section.index-categories .content .cards {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    row-gap: 0.75rem;
  }
  body main section.index-categories .content .cards .card-category {
    max-width: 100px;
    padding: 0.5rem;
    font-size: 0.75rem;
  }
  body main section.index-categories .content .categories-slider {
    margin-top: 1.25rem;
  }
  body main section.index-categories .content .categories-slider .image-slider {
    width: 100%;
    height: 282px;
  }
  body main section.index-categories .content .categories-slider .owl-nav {
    max-width: 100%;
    justify-content: space-between;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  body main section.index-categories .content .categories-slider .owl-nav .owl-prev,
  body main section.index-categories .content .categories-slider .owl-nav .owl-next {
    width: 58px;
    height: 52px;
    background-color: #005331;
  }
  body main section.index-categories .content .categories-slider .owl-nav .owl-prev img,
  body main section.index-categories .content .categories-slider .owl-nav .owl-next img {
    width: 25px;
  }
  body main section.index-categories .content .categories-slider .owl-stage {
    padding-left: 0 !important;
  }
}
body main section.index-products {
  padding: 3rem 0 2.25rem;
}
body main section.index-products .products {
  max-width: 1296px;
}
body main section.index-products .products--content {
  display: flex;
  flex-direction: column;
  row-gap: 5.5rem;
  position: relative;
}
body main section.index-products .products--content h2 {
  color: #005331;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  align-self: center;
  position: relative;
}
body main section.index-products .products--content h2::before {
  content: url("../image/pseudo/produtos.png");
  position: absolute;
  top: none;
  bottom: none;
  left: 50%;
  right: none;
  pointer-events: none;
  transform: translateX(-50%);
}
body main section.index-products .products--content .products-slider .owl-item img {
  width: initial;
}
body main section.index-products .products--content .products-slider .owl-item .card-product {
  margin-inline: auto;
}
body main section.index-products .products--content .products-slider .owl-nav {
  width: 100%;
  max-width: 78px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.75rem;
  position: absolute;
  right: -6.25rem;
  top: 50%;
  transform: translateY(-50%);
}
body main section.index-products .products--content .products-slider .owl-nav .owl-prev,
body main section.index-products .products--content .products-slider .owl-nav .owl-next {
  width: 56px;
  height: 56px;
  background-color: #005331;
}
body main section.index-products .products--content .products-slider .owl-nav .owl-prev img,
body main section.index-products .products--content .products-slider .owl-nav .owl-next img {
  width: 35px;
}
body main section.index-products .products--content .products-slider .owl-nav .owl-prev.disabled,
body main section.index-products .products--content .products-slider .owl-nav .owl-next.disabled {
  background: #4B4B4B;
}
body main section.index-products .products--content .products-slider .owl-nav .owl-prev:hover,
body main section.index-products .products--content .products-slider .owl-nav .owl-next:hover {
  transform: scale(1.05);
}
body main section.index-products .products--content .slider-counter {
  position: absolute;
  right: -4.5rem;
  top: 88%;
  font-size: 1.75rem;
  color: #005331;
  font-weight: 200;
}
body main section.index-products .products .btn-secondary.unique {
  margin: 2.5rem auto 0;
}
@media (max-width: 61.9375em) {
  body main section.index-products {
    padding: 1.25rem 0;
  }
  body main section.index-products .products--content {
    row-gap: 2rem;
  }
  body main section.index-products .products--content h2 {
    margin-bottom: 1.25rem;
  }
  body main section.index-products .products--content h2:before {
    display: none;
  }
  body main section.index-products .products--content .products-slider .owl-nav {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  body main section.index-products .products--content .products-slider .owl-nav .owl-prev,
  body main section.index-products .products--content .products-slider .owl-nav .owl-next {
    width: 46px;
    height: 46px;
  }
  body main section.index-products .products--content .products-slider .owl-nav .owl-prev img,
  body main section.index-products .products--content .products-slider .owl-nav .owl-next img {
    width: 25px;
  }
  body main section.index-products .products--content .slider-counter {
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    font-size: 1.25rem;
    transform: translateX(-50%);
  }
  body main section.index-products .products .btn-secondary.unique {
    margin: 2.5rem auto 0;
  }
}
body main section.index-why {
  padding: 4.5rem;
  position: relative;
}
body main section.index-why .choose h2 {
  text-align: center;
  color: #005331;
  font-weight: 700;
  position: relative;
}
body main section.index-why .choose h2::before {
  content: url("../image/pseudo/escolher.png");
  position: absolute;
  top: -0.5rem;
  bottom: none;
  left: 50%;
  right: none;
  pointer-events: none;
  transform: translateX(-50%);
}
body main section.index-why .choose__cards {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin: 2.5rem 0 3.75rem;
}
body main section.index-why .choose__cards .card-choose {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.25rem;
  padding-bottom: 0.5rem;
  transition: all 0.5s ease-in-out;
  position: relative;
  position: relative;
}
body main section.index-why .choose__cards .card-choose span {
  width: 78px;
  height: 78px;
  background-color: #F29100;
  border-radius: 15px;
  box-shadow: 0px 25px 25px rgba(255, 124, 30, 0.63);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.index-why .choose__cards .card-choose h5 {
  text-align: center;
  font-weight: 700;
  color: #06291D;
}
body main section.index-why .choose__cards .card-choose::before {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: 0;
  right: none;
  pointer-events: none;
  width: 100%;
  height: 1px;
  background: #16BA77;
  transition: 0.5s linear;
}
body main section.index-why .choose__cards .card-choose::after {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: none;
  right: 0;
  pointer-events: none;
  width: 0%;
  height: 1px;
  background: #16BA77;
  transition: 1s linear;
}
body main section.index-why .choose__cards .card-choose:hover span {
  transform: translateY(-10px);
  background-color: #005331;
  box-shadow: 0px 25px 25px rgba(2, 79, 47, 0.63);
}
body main section.index-why .choose__cards .card-choose:hover:before {
  opacity: 0;
}
body main section.index-why .choose__cards .card-choose:hover:after {
  width: 100%;
}
body main section.index-why .owl-dots {
  margin-top: 20px !important;
}
body main section.index-why .why {
  max-width: 1512px;
  min-height: 624px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  background-image: url("../image/backgrounds/several/escolher.png");
  background-repeat: no-repeat;
  position: relative;
}
body main section.index-why .why__content {
  width: 100%;
  max-width: 808px;
  position: relative;
}
body main section.index-why .why__content h4 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.25rem;
}
body main section.index-why .why__content .cards {
  max-height: 548px;
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 1rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  position: relative;
  position: relative;
}
body main section.index-why .why__content .cards .card-why {
  width: 100%;
  height: 150px;
  background-color: #FFFFFF;
  text-align: center;
  padding: 0.5rem 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
}
@media (max-width: 991px) {
  body main section.index-why .why__content .cards .card-why {
    height: 200px;
  }
}
body main section.index-why .why__content .cards .card-why img {
  display: block;
}
body main section.index-why .why__content .cards .card-why h5 {
  font-weight: 700;
}
body main section.index-why .why__content .cards .card-why h6 {
  font-size: 1.125rem;
}
body main section.index-why .why__content .cards::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: 0;
  background-color: #FF6B01;
  mix-blend-mode: multiply;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
body main section.index-why .why__content .cards::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: -3rem;
  right: none;
  pointer-events: none;
  width: 28px;
  height: 100%;
  background-color: #005331;
  mix-blend-mode: multiply;
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
body main section.index-why .why::before {
  content: url("../image/pseudo/por-que.png");
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  pointer-events: none;
}
body main section.index-why::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  pointer-events: none;
  width: 100%;
  height: 740px;
  background-color: #F0F0F0;
}
body main section.index-why.page:before {
  display: none;
}
@media (max-width: 61.9375em) {
  body main section.index-why {
    padding: 1.25rem 0;
  }
  body main section.index-why .choose h2 {
    font-size: 1.375rem;
  }
  body main section.index-why .choose h2:before {
    display: none;
  }
  body main section.index-why .choose__cards {
    flex-wrap: wrap;
    row-gap: 0.75rem;
    margin: 1rem 0 1.75rem;
  }
  body main section.index-why .choose__cards .card-choose {
    width: 100%;
    max-width: 30%;
    row-gap: 1.25rem;
  }
  body main section.index-why .choose__cards .card-choose span {
    width: 58px;
    height: 58px;
  }
  body main section.index-why .choose__cards .card-choose span img {
    width: 35px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  body main section.index-why .choose__cards .card-choose h5 {
    font-size: 0.75rem;
  }
  body main section.index-why .choose__cards .card-choose br {
    display: none;
  }
  body main section.index-why .why {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
    background-image: none;
  }
  body main section.index-why .why__content h4 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  body main section.index-why .why__content h4 br {
    display: none;
  }
  body main section.index-why .why__content .cards {
    height: auto;
    max-height: 100%;
    padding: 0.75rem;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    row-gap: 0.75rem;
  }
  body main section.index-why .why__content .cards .card-why h5 {
    font-size: 1.125rem;
  }
  body main section.index-why .why__content .cards .card-why h6 {
    font-size: 1rem;
  }
  body main section.index-why .why__content .cards .card-why.card-why:nth-child(1), body main section.index-why .why__content .cards .card-why.card-why:nth-child(2) {
    max-width: auto;
  }
  body main section.index-why .why__content .cards .card-why.card-why:nth-child(2) {
    min-height: auto;
  }
  body main section.index-why .why__content .cards .card-why.card-why:nth-last-child(1) img {
    display: block;
  }
  body main section.index-why .why__content .cards:after {
    display: none;
  }
  body main section.index-why .why:before {
    display: none;
  }
}
body main section.index-video {
  position: relative;
  position: relative;
}
body main section.index-video video {
  display: block;
  width: 100%;
  height: 504px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-video .phrase {
  width: 100%;
  max-width: 830px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 3.5rem;
  transform: translateX(-50%);
}
body main section.index-video::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
  pointer-events: none;
}
@media (max-width: 61.9375em) {
  body main section.index-video video {
    height: 254px;
  }
  body main section.index-video .phrase {
    bottom: 1.25rem;
  }
  body main section.index-video .phrase h4 {
    font-size: 1rem;
  }
}
body main section.index-segments {
  padding: 2.5rem 0 4rem;
  background-image: url("../image/backgrounds/segmentos.png");
  background-repeat: no-repeat;
}
body main section.index-segments .segments {
  max-width: 1266px;
}
body main section.index-segments .segments--header {
  text-transform: uppercase;
  margin-left: 3rem;
}
body main section.index-segments .segments--header h6 {
  color: #F29100;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
body main section.index-segments .segments--header h2 {
  font-size: 1.875rem;
  color: #06291D;
}
body main section.index-segments .segments__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, max(10rem, 25%)), 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.25rem;
  margin-top: 1.5rem;
}
body main section.index-segments .segments__cards .card-segment {
  width: 100%;
  max-width: 392px;
  background-color: #FFFFFF;
  transition: transform 300ms linear;
}
body main section.index-segments .segments__cards .card-segment .image-content {
  position: relative;
}
body main section.index-segments .segments__cards .card-segment .image-content .image-aside {
  width: 100%;
  height: 192px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
body main section.index-segments .segments__cards .card-segment .image-content span {
  width: 95px;
  height: 95px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
body main section.index-segments .segments__cards .card-segment .image-content span .icon {
  filter: drop-shadow(0px 15px 25px rgba(0, 83, 49, 0.85));
}
body main section.index-segments .segments__cards .card-segment .content {
  padding: 1.25rem;
  height: 120px;
}
body main section.index-segments .segments__cards .card-segment .content .text h4 {
  color: #06291D;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
body main section.index-segments .segments__cards .card-segment .content .text h6 {
  color: #4B4B4B;
}
body main section.index-segments .segments__cards .card-segment.active {
  order: -1;
  grid-column: 1/-1;
  max-width: 100%;
  width: 100%;
  position: relative;
  animation: reveal 0.75s linear;
  transition: none;
  pointer-events: none;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
body main section.index-segments .segments__cards .card-segment.active .image-content {
  width: 100%;
  position: relative;
}
body main section.index-segments .segments__cards .card-segment.active .image-content .image-aside {
  width: 100%;
  height: 388px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-segments .segments__cards .card-segment.active .image-content span {
  width: 95px;
  height: 95px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  position: absolute;
  left: auto;
  right: 240px;
  bottom: 164px;
  z-index: 2;
}
body main section.index-segments .segments__cards .card-segment.active .image-content span .icon {
  filter: drop-shadow(0px 15px 25px rgba(0, 83, 49, 0.85));
}
body main section.index-segments .segments__cards .card-segment.active .content {
  width: 100%;
  max-width: 335px;
  height: 164px;
  background-color: #FFFFFF;
  padding: 1.75rem 1.25rem 2.25rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
body main section.index-segments .segments__cards .card-segment.active .content .text h4 {
  color: #06291D;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
body main section.index-segments .segments__cards .card-segment.active .content .text h6 {
  color: #4B4B4B;
}
@keyframes reveal {
  0% {
    opacity: 0.5;
    -webkit-clip-path: circle(0%);
            clip-path: circle(0%);
  }
  25% {
    -webkit-clip-path: circle(25%);
            clip-path: circle(25%);
  }
  50% {
    -webkit-clip-path: circle(50%);
            clip-path: circle(50%);
  }
  75% {
    -webkit-clip-path: circle(75%);
            clip-path: circle(75%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: circle(100%);
            clip-path: circle(100%);
  }
}
body main section.index-segments .segments__cards .card-segment.active:hover {
  transform: none;
}
body main section.index-segments .segments__cards .card-segment:hover {
  transform: scale(0.95);
}
@media (max-width: 61.9375em) {
  body main section.index-segments {
    padding: 1.5rem 0 1.25rem;
    background-size: cover;
  }
  body main section.index-segments .segments--header {
    margin-left: 1.5rem;
  }
  body main section.index-segments .segments--header h6 {
    margin-bottom: 0.5rem;
  }
  body main section.index-segments .segments--header h2 {
    font-size: 1.375rem;
  }
  body main section.index-segments .segments__cards {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    row-gap: 0.5rem;
    margin-top: 1.5rem;
  }
  body main section.index-segments .segments__cards .card-segment {
    width: 100%;
    transition: 300ms linear;
  }
  body main section.index-segments .segments__cards .card-segment .image-content {
    position: relative;
  }
  body main section.index-segments .segments__cards .card-segment .image-content .image-aside {
    height: 152px;
  }
  body main section.index-segments .segments__cards .card-segment .image-content span {
    width: 65px;
    height: 65px;
  }
  body main section.index-segments .segments__cards .card-segment .image-content span .icon {
    width: 35px;
  }
  body main section.index-segments .segments__cards .card-segment .content {
    padding: 0.75rem;
    height: auto;
  }
  body main section.index-segments .segments__cards .card-segment .content .text h4 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  body main section.index-segments .segments__cards .card-segment .content .text h6 {
    font-size: 0.75rem;
  }
  body main section.index-segments .segments__cards .card-segment.active {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
  body main section.index-segments .segments__cards .card-segment.active .image-content {
    width: 100%;
    position: relative;
  }
  body main section.index-segments .segments__cards .card-segment.active .image-content .image-aside {
    width: 100%;
    height: 288px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body main section.index-segments .segments__cards .card-segment.active .image-content span {
    width: 65px;
    height: 65px;
    right: auto;
    left: 0;
    bottom: 100px;
  }
  body main section.index-segments .segments__cards .card-segment.active .content {
    max-width: 100%;
    height: 100px;
    padding: 1.25rem;
  }
}
body main section.index-have {
  background-image: url("../image/backgrounds/temos.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.25rem 0 0;
}
body main section.index-have .have {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
body main section.index-have .have--aside {
  max-width: 520px;
  padding-left: 1.5rem;
  position: relative;
}
body main section.index-have .have--aside h2 {
  color: #FFFFFF;
  margin-bottom: 1rem;
}
body main section.index-have .have--aside h2 u {
  color: #F29100;
  text-decoration: none;
  font-weight: 700;
}
body main section.index-have .have--aside ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
body main section.index-have .have--aside ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  color: #FFFFFF;
  font-size: 1.125rem;
}
body main section.index-have .have--aside::before {
  content: url("../image/pseudo/temos.png");
  position: absolute;
  top: -3rem;
  bottom: none;
  left: 0;
  right: none;
  pointer-events: none;
}
body main section.index-have .have form {
  width: 100%;
  max-width: 502px;
  padding: 1.25rem 2.5rem 3.25rem;
  border: 1px solid #F29100;
  border-bottom: none;
}
body main section.index-have .have form .form-title {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0.75rem;
}
body main section.index-have .have form .form-title strong {
  display: block;
}
body main section.index-have .have form .inputs {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
@media (max-width: 61.9375em) {
  body main section.index-have {
    background-image: url("../image/backgrounds/temos.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2.25rem 0 0;
  }
  body main section.index-have .have {
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  body main section.index-have .have--aside {
    padding-left: 1.5rem;
  }
  body main section.index-have .have--aside h2 {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
  body main section.index-have .have--aside ul {
    row-gap: 0.75rem;
  }
  body main section.index-have .have--aside ul li {
    font-size: 1rem;
  }
  body main section.index-have .have form {
    padding: 1.25rem;
  }
  body main section.index-have .have form .form-title {
    margin-bottom: 0.75rem;
  }
}
body main section.index-projects .top {
  min-height: 208px;
  background-color: #FF6B01;
  padding: 3.25rem 0 3rem;
}
body main section.index-projects .top .content {
  max-width: 1148px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
body main section.index-projects .top .content--text {
  max-width: 650px;
  color: #FFFFFF;
}
body main section.index-projects .top .content--text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
body main section.index-projects .top .content--text h5 {
  font-size: 1.125rem;
}
body main section.index-projects .top .content::before {
  content: url("../image/pseudo/projetos.png");
  position: absolute;
  top: 0;
  bottom: none;
  left: -0.25rem;
  right: none;
  pointer-events: none;
}
body main section.index-projects .projects {
  display: flex;
  flex-wrap: wrap;
}
body main section.index-projects .projects .card-project {
  width: 100%;
  max-width: 870px;
  min-height: 440px;
  padding: 3.25rem 5.5rem;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  position: relative;
}
body main section.index-projects .projects .card-project.only-one {
  max-width: none;
}
body main section.index-projects .projects .card-project::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  background: linear-gradient(360deg, rgba(29, 29, 29, 0.7) 107.6%, rgba(29, 29, 29, 0) 116.67%);
  inset: 0;
  opacity: 0;
  transition: 300ms linear;
}
body main section.index-projects .projects .card-project.card-project:nth-child(2), body main section.index-projects .projects .card-project.card-project:nth-child(3), body main section.index-projects .projects .card-project.card-project:nth-child(4), body main section.index-projects .projects .card-project.card-project:nth-child(5) {
  max-width: 520px;
}
body main section.index-projects .projects .card-project .content {
  max-width: 618px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: 300ms linear;
}
body main section.index-projects .projects .card-project .content .logo {
  width: 112px;
  height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #FFFFFF;
}
body main section.index-projects .projects .card-project .content .text {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 300;
}
body main section.index-projects .projects .card-project:hover:before {
  opacity: 75%;
}
body main section.index-projects .projects .card-project:hover .content {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 61.9375em) {
  body main section.index-projects .top {
    min-height: auto;
    background-color: #FF6B01;
    padding: 1.25rem 0;
  }
  body main section.index-projects .top .content {
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  body main section.index-projects .top .content--text h2 {
    font-size: 1.375rem;
    margin-bottom: 0.5rem;
  }
  body main section.index-projects .top .content--text h5 {
    font-size: 1rem;
  }
  body main section.index-projects .top .content:before {
    display: none;
  }
  body main section.index-projects .projects .card-project {
    max-width: 50%;
    min-height: 220px;
    padding: 1.25rem 1rem;
  }
  body main section.index-projects .projects .card-project.card-project:nth-child(2), body main section.index-projects .projects .card-project.card-project:nth-child(3), body main section.index-projects .projects .card-project.card-project:nth-child(4), body main section.index-projects .projects .card-project.card-project:nth-child(5) {
    max-width: 50%;
  }
  body main section.index-projects .projects .card-project .content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.5rem;
  }
  body main section.index-projects .projects .card-project .content .logo {
    width: 90px;
    height: 58px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  body main section.index-projects .projects .card-project .content .text {
    font-size: 0.75rem;
  }
}
body main section.index-about {
  background-image: url("../image/backgrounds/sobre.png");
  background-repeat: no-repeat;
  background-color: #F6F6F6;
  background-position: right;
  background-size: 604px 100%;
  padding: 3rem 0 5.25rem;
}
body main section.index-about .about {
  display: flex;
  -moz-column-gap: 192px;
       column-gap: 192px;
}
body main section.index-about .about--aside {
  max-width: 485px;
}
body main section.index-about .about--aside h4 {
  font-weight: 700;
  margin-bottom: 0.75rem;
}
body main section.index-about .about--aside h4 strong {
  color: #F29100;
}
body main section.index-about .about--aside .texts {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
body main section.index-about .about--aside .texts p {
  font-size: 1.125rem;
}
body main section.index-about .about--aside .texts p u {
  text-decoration: none;
  color: #F29100;
  font-weight: 700;
}
@media (max-width: 61.9375em) {
  body main section.index-about {
    background-image: none;
    background-color: #005331;
    padding: 1.25rem 0 2rem;
  }
  body main section.index-about .about {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 1.75rem;
  }
  body main section.index-about .about--aside {
    color: #FFFFFF;
  }
  body main section.index-about .about--aside h4 {
    margin-bottom: 0.75rem;
  }
  body main section.index-about .about--aside .texts {
    row-gap: 0.75rem;
  }
  body main section.index-about .about--aside .texts p {
    font-size: 1rem;
  }
}
body main section.index-doubt {
  padding: 4.25rem 0 112px;
  height: 692px;
}
body main section.index-doubt .header {
  max-width: 1020px;
  text-align: center;
  margin: 0 auto 1.5rem;
  position: relative;
}
body main section.index-doubt .header h2 {
  font-size: 35px;
  font-weight: 700;
  color: #005331;
  text-transform: uppercase;
}
body main section.index-doubt .header h5 {
  font-size: 1.125rem;
}
body main section.index-doubt .header::before {
  content: url("../image/pseudo/blog-titulo.png");
  position: absolute;
  top: -0.5rem;
  bottom: none;
  left: 0;
  right: none;
  pointer-events: none;
}
body main section.index-doubt .doubt {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  justify-content: center;
}
body main section.index-doubt .doubt__answer {
  width: 100%;
  max-width: 770px;
  display: flex;
  flex-direction: column;
}
body main section.index-doubt .doubt__answer .ui-accordion-header {
  height: 3rem;
  background-color: #F0F0F0;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.5s linear;
  padding: 0;
  padding-left: 0.5rem;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body main section.index-doubt .doubt__answer .ui-accordion-header span {
  display: none;
}
body main section.index-doubt .doubt__answer .ui-accordion-header h5 {
  color: #2F2F2F;
  font-size: 1.125rem;
}
body main section.index-doubt .doubt__answer .ui-accordion-header .arrow {
  width: 48px;
  height: 48px;
  background-color: #FF6B01;
  transition: 0.5s linear;
  display: grid;
  place-content: center;
}
body main section.index-doubt .doubt__answer .ui-accordion-header:hover, body main section.index-doubt .doubt__answer .ui-accordion-header.ui-state-active {
  background-color: #FF6B01;
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
  border: none;
}
body main section.index-doubt .doubt__answer .ui-accordion-header:hover h5, body main section.index-doubt .doubt__answer .ui-accordion-header.ui-state-active h5 {
  color: #FFFFFF;
}
body main section.index-doubt .doubt__answer .ui-accordion-header:hover .arrow, body main section.index-doubt .doubt__answer .ui-accordion-header.ui-state-active .arrow {
  background-color: #FFFFFF;
}
body main section.index-doubt .doubt__answer .ui-accordion-header:hover .arrow img, body main section.index-doubt .doubt__answer .ui-accordion-header.ui-state-active .arrow img {
  filter: invert(57%) sepia(57%) saturate(3203%) hue-rotate(346deg) brightness(104%) contrast(101%);
  transition: transform 0.3s ease;
}
body main section.index-doubt .doubt__answer .ui-accordion-header.ui-state-active img {
  transform: rotate(90deg);
}
body main section.index-doubt .doubt__answer .collapse-content {
  padding: 0 0.5rem 0;
}
body main section.index-doubt .doubt__answer .collapse-content.ui-accordion-content {
  border: none;
}
body main section.index-doubt .doubt__answer .collapse-content p {
  max-width: 696px;
  font-size: 1.125rem;
  color: #4B4B4B;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 61.9375em) {
  body main section.index-doubt {
    padding: 1.25rem 0 2rem;
    height: auto;
    padding-inline: 0.75rem;
  }
  body main section.index-doubt .header {
    text-align: start;
    margin: 0 auto 1.5rem;
  }
  body main section.index-doubt .header h2 {
    font-size: 1.375rem;
  }
  body main section.index-doubt .header h5 {
    font-size: 1rem;
  }
  body main section.index-doubt .header:before {
    display: none;
  }
  body main section.index-doubt .doubt {
    flex-wrap: wrap;
    row-gap: 0.75rem;
    padding-inline: 0;
  }
  body main section.index-doubt .doubt .image-side {
    width: 100%;
    max-width: 240px;
    height: 290px;
  }
  body main section.index-doubt .doubt__answer .ui-accordion-header {
    height: 3rem;
    background-color: #F0F0F0;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.5s linear;
    padding: 0;
    padding-left: 0.5rem;
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body main section.index-doubt .doubt__answer .ui-accordion-header span {
    display: none;
  }
  body main section.index-doubt .doubt__answer .ui-accordion-header h5 {
    color: #2F2F2F;
    font-size: 1.125rem;
  }
  body main section.index-doubt .doubt__answer .ui-accordion-header .arrow {
    width: 48px;
    height: 48px;
    background-color: #FF6B01;
    transition: 0.5s linear;
    display: grid;
    place-content: center;
  }
  body main section.index-doubt .doubt__answer .ui-accordion-header:hover, body main section.index-doubt .doubt__answer .ui-accordion-header.ui-state-active {
    background-color: #FF6B01;
    box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
    border: none;
  }
  body main section.index-doubt .doubt__answer .ui-accordion-header:hover h5, body main section.index-doubt .doubt__answer .ui-accordion-header.ui-state-active h5 {
    color: #FFFFFF;
  }
  body main section.index-doubt .doubt__answer .ui-accordion-header:hover .arrow, body main section.index-doubt .doubt__answer .ui-accordion-header.ui-state-active .arrow {
    background-color: #FFFFFF;
  }
  body main section.index-doubt .doubt__answer .ui-accordion-header:hover .arrow img, body main section.index-doubt .doubt__answer .ui-accordion-header.ui-state-active .arrow img {
    filter: invert(57%) sepia(57%) saturate(3203%) hue-rotate(346deg) brightness(104%) contrast(101%);
    transition: transform 0.3s ease;
  }
  body main section.index-doubt .doubt__answer .ui-accordion-header.ui-state-active img {
    transform: rotate(90deg);
  }
  body main section.index-doubt .doubt__answer .collapse-content {
    padding: 0 0.5rem 0;
  }
  body main section.index-doubt .doubt__answer .collapse-content.ui-accordion-content {
    border: none;
  }
  body main section.index-doubt .doubt__answer .collapse-content p {
    max-width: 696px;
    font-size: 1.125rem;
    color: #4B4B4B;
    line-height: 120%;
  }
}
body main section.home-nets {
  background-image: url("../image/backgrounds/instagram.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
body main section.home-nets .nets {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
body main section.home-nets .nets .mockup {
  border: 5px solid #F29100;
}
body main section.home-nets .nets__aside {
  width: 408px;
}
body main section.home-nets .nets__aside h2 {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 300;
}
body main section.home-nets .nets__aside h2 strong {
  display: block;
}
body main section.home-nets .nets__aside span {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  margin-top: 0.75rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-bottom: 0.5rem;
  position: relative;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 90%, #F29100 90%, #F29100 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position-x: right;
  transition: background-size 300ms;
}
body main section.home-nets .nets__aside span .icon {
  width: 40px;
}
body main section.home-nets .nets__aside span h5 {
  color: #FFFFFF;
  font-size: 35px;
}
body main section.home-nets .nets__aside span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  pointer-events: none;
  display: none;
  background-color: #F29100;
}
body main section.home-nets .nets__aside span:hover {
  background-size: 100% 100%;
  background-position-x: left;
}
body main section.home-nets.inner .nets {
  -moz-column-gap: 440px;
       column-gap: 440px;
}
body main section.home-nets::before {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: 0;
  right: none;
  pointer-events: none;
  width: 100%;
  height: 50%;
  background-color: #F2F2F2;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 61.9375em) {
  body main section.home-nets {
    background-image: none;
    background-color: #005331;
    padding: 0.5rem;
    border-top-right-radius: 1.25rem;
  }
  body main section.home-nets .nets {
    row-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  body main section.home-nets .nets .mockup {
    border: 1px solid #F29100;
  }
  body main section.home-nets .nets .mockup img {
    width: 100%;
    max-width: 200px;
  }
  body main section.home-nets .nets__aside {
    width: 100%;
    text-align: center;
  }
  body main section.home-nets .nets__aside h2 {
    font-size: 1.375rem;
  }
  body main section.home-nets .nets__aside span {
    margin-top: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    padding-bottom: 0;
    margin-inline: auto;
    position: relative;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 90%, #F29100 90%, #F29100 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position-x: right;
    transition: background-size 300ms;
  }
  body main section.home-nets .nets__aside span .icon img {
    width: 30px;
  }
  body main section.home-nets .nets__aside span h5 {
    font-size: 1.25rem;
  }
  body main section.home-nets .nets__aside span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: none;
    left: 0;
    right: none;
    pointer-events: none;
    display: none;
    background-color: #F29100;
  }
  body main section.home-nets .nets__aside span:hover {
    background-size: 100% 100%;
    background-position-x: left;
  }
}
body main section.home-blog {
  background-color: #F2F2F2;
  padding: 4.75rem 0 2.75rem;
}
body main section.home-blog .blog {
  max-width: 1114px;
}
body main section.home-blog .blog__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
body main section.home-blog .blog__header .content {
  position: relative;
}
body main section.home-blog .blog__header .content h2 {
  font-size: 40px;
  color: #4B4B4B;
  font-weight: 700;
  margin-bottom: 1rem;
}
body main section.home-blog .blog__header .content h5 {
  max-width: 460px;
  font-weight: 500;
}
body main section.home-blog .blog__header::before {
  content: url("../image/pseudo/blog.png");
  position: absolute;
  top: -2.75rem;
  bottom: none;
  left: -1rem;
  right: none;
  pointer-events: none;
  pointer-events: none;
}
body main section.home-blog .blog--cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 61.9375em) {
  body main section.home-blog {
    background-color: #F2F2F2;
    padding: 1.25rem 0;
  }
  body main section.home-blog .blog__header {
    flex-wrap: wrap;
    align-items: flex-end;
    row-gap: 0.5rem;
    position: relative;
  }
  body main section.home-blog .blog__header .content h2 {
    font-size: 1.375rem;
    margin-bottom: 0;
  }
  body main section.home-blog .blog__header .content h5 {
    font-size: 16px;
  }
  body main section.home-blog .blog__header::before {
    content: "";
    position: absolute;
    top: none;
    bottom: none;
    left: none;
    right: none;
    pointer-events: none;
    display: none;
  }
  body main section.home-blog .blog--cards {
    flex-wrap: wrap;
    row-gap: 0.75rem;
    margin-top: 2.5rem;
  }
}
body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Roboto", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2F2F2F;
  background-color: #FFFFFF;
}
body main 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 main body.compensar {
  padding-top: 54px;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main input,
body main textarea,
body main select,
body main button {
  border: none;
}
body main input:focus,
body main textarea:focus,
body main select:focus,
body main button:focus {
  outline-color: transparent;
}
body main textarea {
  resize: none;
}
body main .container {
  max-width: 1350px;
}
body main .container.border-before {
  max-width: 1624px;
  padding: 3rem 184px 0;
  margin-top: -4rem;
  position: relative;
  position: relative;
}
body main .container.border-before::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: -3px;
  background: linear-gradient(180deg, #FF6B00 0%, rgba(255, 255, 255, 0) 6rem);
  border-radius: 2px;
}
body main .container.border-before::after {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: 0;
  background-color: #FFFFFF;
  z-index: 1;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: red !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #dc3545 !important;
}
body main p, body main h1, body main h2, body main h3, body main h4, body main h5, body main h6 {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}
body main hr {
  margin: 0;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 50px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 28px;
}
body main h4 {
  font-size: 25px;
}
body main h5 {
  font-size: 20px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}
@media (max-width: 61.9375em) {
  body main h1 {
    font-size: 25px;
  }
  body main h2 {
    font-size: 22px;
  }
  body main h3 {
    font-size: 20px;
  }
  body main h4 {
    font-size: 18px;
  }
  body main h5 {
    font-size: 16px;
  }
  body main h6 {
    font-size: 14px;
  }
  body main p {
    font-size: 0.75rem;
  }
}
body main section.about-introduction .introduction--content {
  text-align: center;
  position: relative;
  z-index: 2;
}
body main section.about-introduction .introduction--content .logo {
  margin-bottom: 2.5rem;
}
body main section.about-introduction .introduction--content h2 {
  font-size: 148.15px;
  color: #FFFFFF;
  font-weight: 700;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F29100;
}
@media (max-width: 61.9375em) {
  body main section.about-introduction {
    padding: 0.75rem;
  }
  body main section.about-introduction .introduction {
    padding: 1.25rem 0.5rem;
    margin-top: -1.5rem;
  }
  body main section.about-introduction .introduction--content .logo {
    margin-bottom: 1.25rem;
  }
  body main section.about-introduction .introduction--content .logo img {
    width: 100%;
    max-width: 256px;
  }
  body main section.about-introduction .introduction--content h2 {
    font-size: 35px;
    -webkit-text-stroke-width: 1px;
  }
}
body main section.about-perfinasa {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 0;
}
body main section.about-perfinasa .texts {
  max-width: 748px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1rem;
}
body main section.about-perfinasa .texts p {
  font-size: 1.125rem;
  color: #4B4B4B;
  font-weight: 500;
}
@media (max-width: 61.9375em) {
  body main section.about-perfinasa {
    padding-inline: 0.75rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 1rem;
  }
  body main section.about-perfinasa .image-big {
    width: 100%;
    height: 245px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body main section.about-perfinasa .texts {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 1rem;
  }
  body main section.about-perfinasa .texts p {
    font-size: 1rem;
  }
}
body main section.about-gallery {
  margin: 3.25rem 0 4.25rem;
}
body main section.about-gallery .gallery {
  position: relative;
}
body main section.about-gallery .gallery h2 {
  max-width: 1020px;
  background-color: #FFFFFF;
  margin: 0 auto 1.75rem;
  color: #005331;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  position: relative;
}
body main section.about-gallery .gallery h2::before {
  content: url("../image/pseudo/galeria.png");
  position: absolute;
  top: none;
  bottom: none;
  left: 50%;
  right: none;
  pointer-events: none;
  transform: translateX(-50%);
}
body main section.about-gallery .gallery .gallery-slider .image {
  border: 3px solid #FFFFFF;
}
body main section.about-gallery .gallery .gallery-slider .owl-nav {
  width: 100%;
  max-width: 78px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.75rem;
  position: absolute;
  right: -6.25rem;
  top: 50%;
  transform: translateY(-50%);
}
body main section.about-gallery .gallery .gallery-slider .owl-nav .owl-prev,
body main section.about-gallery .gallery .gallery-slider .owl-nav .owl-next {
  width: 56px;
  height: 56px;
  background-color: #005331;
}
body main section.about-gallery .gallery .gallery-slider .owl-nav .owl-prev img,
body main section.about-gallery .gallery .gallery-slider .owl-nav .owl-next img {
  width: 35px;
}
body main section.about-gallery .gallery .gallery-slider .owl-nav .owl-prev.disabled,
body main section.about-gallery .gallery .gallery-slider .owl-nav .owl-next.disabled {
  background: #4B4B4B;
}
body main section.about-gallery .gallery .gallery-slider .owl-nav .owl-prev:hover,
body main section.about-gallery .gallery .gallery-slider .owl-nav .owl-next:hover {
  transform: scale(1.05);
}
body main section.about-gallery .gallery .slider-counter {
  position: absolute;
  right: -4rem;
  top: 78%;
  font-size: 1.75rem;
  color: #005331;
  font-weight: 200;
}
@media (max-width: 61.9375em) {
  body main section.about-gallery {
    margin: 1.25rem 0;
  }
  body main section.about-gallery .gallery h2 {
    margin: 0 auto 0.75rem;
    font-size: 1.375rem;
  }
  body main section.about-gallery .gallery h2:before {
    display: none;
  }
  body main section.about-gallery .gallery .gallery-slider .owl-nav {
    max-width: 100%;
    justify-content: space-between;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  body main section.about-gallery .gallery .slider-counter {
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative;
    left: 50%;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    font-size: 1.75rem;
  }
}
body main section.about-video {
  padding: 2rem 0 116px;
  background-image: url("../image/backgrounds/about/video.png");
  background-repeat: no-repeat;
}
body main section.about-video .video {
  max-width: 754px;
}
body main section.about-video .video h3 {
  max-width: 654px;
  margin: 0 auto 2.5rem;
  font-size: 1.875rem;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
}
@media (max-width: 61.9375em) {
  body main section.about-video {
    padding: 1.25rem 0 3rem;
    background-size: cover;
  }
  body main section.about-video .video h3 {
    margin: 0 auto 0.75rem;
    font-size: 1.125rem;
  }
}
body main section.about-goals {
  background-image: url("../image/backgrounds/about/objetivos.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0.75rem;
}
body main section.about-goals .att {
  color: dimgray;
  font-style: italic;
  position: relative;
  top: -30px;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.about-goals .att {
    top: -10px;
  }
}
body main section.about-goals .goals {
  max-width: 1462px;
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 3.25rem;
  position: relative;
  top: -4.25rem;
  isolation: isolate;
}
body main section.about-goals .goals .card-goal {
  width: 100%;
  min-height: 320px;
  max-width: 298px;
  background-color: #005331;
  padding: 2.5rem 1.75rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.5rem;
  position: relative;
}
body main section.about-goals .goals .card-goal h5 {
  color: #32F269;
  text-transform: uppercase;
  font-weight: 700;
}
body main section.about-goals .goals .card-goal .text p {
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: 500;
}
body main section.about-goals .goals .card-goal::before {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: 0;
  right: none;
  pointer-events: none;
  width: 76px;
  height: 76px;
  background-color: #F29100;
}
body main section.about-goals .goals .card-goal:hover:before {
  box-shadow: 0px 25px 25px 0px rgba(255, 124, 30, 0.631372549);
}
body main section.about-goals .goals .card-goal.card-goal:nth-last-child(1) {
  max-width: 100%;
  min-height: 394px;
  padding: 2.75rem 3.25rem;
}
body main section.about-goals .goals .card-goal.card-goal:nth-last-child(1) .text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body main section.about-goals .goals .card-goal.card-goal:nth-last-child(1) .text p {
  max-width: 180px;
  position: relative;
}
body main section.about-goals .goals .card-goal.card-goal:nth-last-child(1) .text p::before {
  content: "";
  position: absolute;
  top: none;
  bottom: -1rem;
  left: 0;
  right: none;
  pointer-events: none;
  width: 80%;
  height: 1px;
  background-color: #FFFFFF;
}
@media (max-width: 61.9375em) {
  body main section.about-goals {
    background-image: url("../image/backgrounds/about/objetivos.png");
    background-repeat: no-repeat;
    padding-bottom: 0.75rem;
  }
  body main section.about-goals .goals {
    display: flex;
    align-items: stretch;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    row-gap: 0.75rem;
    top: -2rem;
  }
  body main section.about-goals .goals .card-goal {
    min-height: auto;
    max-width: 168px;
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.5rem;
  }
  body main section.about-goals .goals .card-goal h5 {
    font-size: 1.125rem;
  }
  body main section.about-goals .goals .card-goal .text p {
    font-size: 0.75rem;
  }
  body main section.about-goals .goals .card-goal:before {
    display: none;
  }
  body main section.about-goals .goals .card-goal.card-goal:nth-last-child(1) {
    max-width: 100%;
    min-height: 394px;
    padding: 2.75rem 3.25rem;
  }
  body main section.about-goals .goals .card-goal.card-goal:nth-last-child(1) .text {
    flex-direction: column;
    row-gap: 0.5rem;
    justify-content: space-between;
    align-items: flex-start;
  }
  body main section.about-goals .goals .card-goal.card-goal:nth-last-child(1) .text p:before {
    display: none;
  }
}
body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Roboto", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2F2F2F;
  background-color: #FFFFFF;
}
body main 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 main body.compensar {
  padding-top: 54px;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main input,
body main textarea,
body main select,
body main button {
  border: none;
}
body main input:focus,
body main textarea:focus,
body main select:focus,
body main button:focus {
  outline-color: transparent;
}
body main textarea {
  resize: none;
}
body main .container {
  max-width: 1350px;
}
body main .container.border-before {
  max-width: 1624px;
  padding: 3rem 184px 0;
  margin-top: -4rem;
  position: relative;
  position: relative;
}
body main .container.border-before::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: -3px;
  background: linear-gradient(180deg, #FF6B00 0%, rgba(255, 255, 255, 0) 6rem);
  border-radius: 2px;
}
body main .container.border-before::after {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: 0;
  background-color: #FFFFFF;
  z-index: 1;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: red !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #dc3545 !important;
}
body main p, body main h1, body main h2, body main h3, body main h4, body main h5, body main h6 {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}
body main hr {
  margin: 0;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 50px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 28px;
}
body main h4 {
  font-size: 25px;
}
body main h5 {
  font-size: 20px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}
@media (max-width: 61.9375em) {
  body main h1 {
    font-size: 25px;
  }
  body main h2 {
    font-size: 22px;
  }
  body main h3 {
    font-size: 20px;
  }
  body main h4 {
    font-size: 18px;
  }
  body main h5 {
    font-size: 16px;
  }
  body main h6 {
    font-size: 14px;
  }
  body main p {
    font-size: 0.75rem;
  }
}
body main section.product-index {
  padding-bottom: 4.25rem;
}
body main section.product-index .index {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  -moz-column-gap: 104px;
       column-gap: 104px;
  padding-inline: 145px;
  padding-top: 4.75rem;
}
body main section.product-index .index__category {
  width: 100%;
  max-width: 274px;
  position: relative;
  z-index: 2;
}
body main section.product-index .index__content {
  width: 100%;
  max-width: 954px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
body main section.product-index .index__content .cards {
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
}
@media (max-width: 61.9375em) {
  body main section.product-index {
    padding: 0 0.75rem;
  }
  body main section.product-index .index {
    flex-wrap: wrap;
    row-gap: 1.25rem;
    justify-content: center;
    padding: 1.25rem 0;
    margin-top: -0.75rem;
  }
  body main section.product-index .index__category {
    row-gap: 1rem;
    order: 2;
  }
  body main section.product-index .index__content {
    order: 1;
    row-gap: 2rem;
  }
  body main section.product-index .index__content .cards {
    justify-content: center;
    gap: 1rem;
  }
}
body main section.products-inner {
  padding: 2.75rem 0 126px;
}
body main section.products-inner .inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 5.75rem;
       column-gap: 5.75rem;
  row-gap: 0;
  padding-inline: 4.5rem;
}
body main section.products-inner .inner__category {
  width: 100%;
  max-width: 274px;
  position: relative;
  z-index: 2;
}
body main section.products-inner .inner__content {
  width: 100%;
  max-width: 1012px;
  position: relative;
  z-index: 2;
}
body main section.products-inner .inner__content .product-content {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0;
}
body main section.products-inner .inner__content .product-content .image-product {
  display: block;
  position: relative;
}
body main section.products-inner .inner__content .product-content .image-product img {
  width: 470px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.products-inner .inner__content .product-content .image-product::before {
  content: url("../image/icons/ico_search-3.png");
  position: absolute;
  top: 1rem;
  bottom: none;
  left: none;
  right: 1rem;
  pointer-events: none;
}
body main section.products-inner .inner__content .product-content .texts {
  max-width: 510px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.5rem;
}
body main section.products-inner .inner__content .product-content .texts h4 {
  font-size: 1.25rem;
}
body main section.products-inner .inner__content .product-content .texts .resume {
  color: #4B4B4B;
  font-size: 1.125rem;
}
body main section.products-inner .inner__content .product-content .texts h6 {
  font-weight: 300;
}
body main section.products-inner .inner__content .product-content .texts .btns {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0;
  margin-top: 0.75rem;
}
body main section.products-inner .inner__content .product-content .texts .btns .btn-primary.whatsapp {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding-right: 1rem;
}
body main section.products-inner .inner__content .product-content .texts .btns .btn-primary.whatsapp .title {
  font-size: 1rem;
}
body main section.products-inner .inner__content .product-informations {
  background-image: url("../image/backgrounds/products/informacoes.png");
  background-repeat: no-repeat;
  padding: 1.5rem 4.25rem;
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  row-gap: 0;
  margin-top: 2rem;
}
body main section.products-inner .inner__content .product-informations .card-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0;
}
body main section.products-inner .inner__content .product-informations .card-info span {
  background-color: #F29100;
  width: 100%;
  max-width: 85px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  transition: 300ms linear;
}
body main section.products-inner .inner__content .product-informations .card-info span img {
  width: 59px;
  height: 59px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  box-shadow: 0px 13px 20px rgba(255, 124, 30, 0.63);
}
body main section.products-inner .inner__content .product-informations .card-info h5 {
  font-size: 1.125rem;
}
body main section.products-inner .inner__content .product-informations .card-info:hover span {
  transform: translateY(-0.5rem);
}
body main section.products-inner .inner__content .product-especifications {
  margin-top: 2rem;
}
body main section.products-inner .inner__content .product-especifications .btns {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0;
  margin-left: 1.25rem;
}
body main section.products-inner .inner__content .product-especifications .btns .btn-espec {
  background-color: #FFFFFF;
  padding: 1rem;
  outline: 1px solid #4F4F4F;
  transition: 300ms linear;
}
body main section.products-inner .inner__content .product-especifications .btns .btn-espec h5 {
  font-size: 1.125rem;
  color: #4B4B4B;
  text-transform: uppercase;
}
body main section.products-inner .inner__content .product-especifications .btns .btn-espec:hover, body main section.products-inner .inner__content .product-especifications .btns .btn-espec.active {
  outline: none;
  background-color: #113023;
  box-shadow: inset 0px 8px 12px 6px rgba(0, 0, 0, 0.15), inset 0px 4px 4px rgba(0, 0, 0, 0.3);
}
body main section.products-inner .inner__content .product-especifications .btns .btn-espec:hover h5, body main section.products-inner .inner__content .product-especifications .btns .btn-espec.active h5 {
  color: #FFFFFF;
}
body main section.products-inner .inner__content .product-especifications .description {
  margin-top: 1rem;
}
body main section.products-inner .inner__content .product-especifications .description .description-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1rem;
}
body main section.products-inner .inner__content .product-especifications .description .description-content p {
  font-size: 1.125rem;
  color: #4B4B4B;
}
@media (max-width: 61.9375em) {
  body main section.products-inner {
    padding: 0 0.75rem;
  }
  body main section.products-inner .inner {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 5.75rem;
         column-gap: 5.75rem;
    row-gap: 0;
    padding: 1.25rem 0.5rem;
    margin-top: -1rem;
  }
  body main section.products-inner .inner__category {
    order: 2;
  }
  body main section.products-inner .inner__content {
    order: 1;
  }
  body main section.products-inner .inner__content .product-content {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 1rem;
  }
  body main section.products-inner .inner__content .product-content .image-product img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body main section.products-inner .inner__content .product-content .texts {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.5rem;
  }
  body main section.products-inner .inner__content .product-content .texts h4 {
    font-size: 1.125rem;
  }
  body main section.products-inner .inner__content .product-content .texts .resume {
    font-size: 1rem;
  }
  body main section.products-inner .inner__content .product-content .texts .btns {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.75rem;
    margin-top: 0.75rem;
  }
  body main section.products-inner .inner__content .product-informations {
    background-size: cover;
    padding: 1.25rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 0;
  }
  body main section.products-inner .inner__content .product-informations .card-info {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0.5rem;
  }
  body main section.products-inner .inner__content .product-informations .card-info span {
    max-width: 85px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
    transition: 300ms linear;
  }
  body main section.products-inner .inner__content .product-informations .card-info span img {
    width: 59px;
    height: 59px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    box-shadow: 0px 13px 20px rgba(255, 124, 30, 0.63);
  }
  body main section.products-inner .inner__content .product-informations .card-info h5 {
    font-size: 1rem;
  }
  body main section.products-inner .inner__content .product-especifications {
    margin-top: 2rem;
  }
  body main section.products-inner .inner__content .product-especifications .btns {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    row-gap: 0;
    margin-left: 0;
  }
  body main section.products-inner .inner__content .product-especifications .btns .btn-espec {
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body main section.products-inner .inner__content .product-especifications .btns .btn-espec h5 {
    font-size: 1rem;
  }
  body main section.products-inner .inner__content .product-especifications .description {
    margin-top: 1rem;
  }
  body main section.products-inner .inner__content .product-especifications .description .description-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 1rem;
  }
  body main section.products-inner .inner__content .product-especifications .description .description-content p {
    font-size: 1rem;
  }
  body main section.products-inner .inner__content .product-especifications .description .description-content img {
    width: 100%;
  }
}
body main section.products-relation .relation h2 {
  color: #005331;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 2.75rem 0;
  position: relative;
}
body main section.products-relation .relation h2::before {
  content: url("../image/pseudo/produtos.png");
  position: absolute;
  top: none;
  bottom: none;
  left: 50%;
  right: none;
  pointer-events: none;
  transform: translateX(-50%);
}
body main section.products-relation .relation--cards {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
}
@media (max-width: 61.9375em) {
  body main section.products-relation .relation h2 {
    font-size: 1.375rem;
    margin: 0.75rem 0;
  }
  body main section.products-relation .relation h2:before {
    display: none;
  }
  body main section.products-relation .relation--cards {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 1.25rem;
  }
}
body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Roboto", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2F2F2F;
  background-color: #FFFFFF;
}
body main 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 main body.compensar {
  padding-top: 54px;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main input,
body main textarea,
body main select,
body main button {
  border: none;
}
body main input:focus,
body main textarea:focus,
body main select:focus,
body main button:focus {
  outline-color: transparent;
}
body main textarea {
  resize: none;
}
body main .container {
  max-width: 1350px;
}
body main .container.border-before {
  max-width: 1624px;
  padding: 3rem 184px 0;
  margin-top: -4rem;
  position: relative;
  position: relative;
}
body main .container.border-before::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: -3px;
  background: linear-gradient(180deg, #FF6B00 0%, rgba(255, 255, 255, 0) 6rem);
  border-radius: 2px;
}
body main .container.border-before::after {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: 0;
  background-color: #FFFFFF;
  z-index: 1;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: red !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #dc3545 !important;
}
body main p, body main h1, body main h2, body main h3, body main h4, body main h5, body main h6 {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main ul.no-list-style {
  list-style: none;
  padding: 0;
  margin: 0;
}
body main hr {
  margin: 0;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 50px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 28px;
}
body main h4 {
  font-size: 25px;
}
body main h5 {
  font-size: 20px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}
@media (max-width: 61.9375em) {
  body main h1 {
    font-size: 25px;
  }
  body main h2 {
    font-size: 22px;
  }
  body main h3 {
    font-size: 20px;
  }
  body main h4 {
    font-size: 18px;
  }
  body main h5 {
    font-size: 16px;
  }
  body main h6 {
    font-size: 14px;
  }
  body main p {
    font-size: 0.75rem;
  }
}
body main section.blog-list {
  padding-bottom: 96px;
}
body main section.blog-list .list {
  max-width: 1624px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
body main section.blog-list .list__category {
  width: 100%;
  max-width: 274px;
  position: relative;
  z-index: 2;
}
body main section.blog-list .list__content {
  width: 100%;
  max-width: 930px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
body main section.blog-list .list__content--cards {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 61.9375em) {
  body main section.blog-list {
    padding: 0.75rem;
  }
  body main section.blog-list .list {
    padding: 1.25rem 0.5rem;
    margin-top: -1.5rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
  body main section.blog-list .list__category {
    order: 2;
  }
  body main section.blog-list .list__content {
    order: 1;
    row-gap: 1rem;
  }
  body main section.blog-list .list__content--cards {
    gap: 0.75rem;
  }
}
body main section.blog-inner .inner {
  padding-inline: 4.5rem 144px 0;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 0;
}
body main section.blog-inner .inner__category {
  width: 100%;
  max-width: 274px;
  position: sticky;
  top: 0;
  z-index: 2;
}
body main section.blog-inner .inner__content {
  width: 100%;
  max-width: 930px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.5rem;
}
body main section.blog-inner .inner__content .image-big {
  width: 100%;
  height: 416px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
body main section.blog-inner .inner__content--texts {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1rem;
  color: #4B4B4B;
}
body main section.blog-inner .inner__content--texts h4 {
  font-weight: 700;
  color: #2F2F2F;
}
body main section.blog-inner .inner__content--texts p {
  font-size: 1.125rem;
  font-weight: 500;
}
body main section.blog-inner .inner__content--texts a {
  color: #F29100;
  display: inline-block;
  text-decoration: underline;
}
body main section.blog-inner .inner__content--texts u {
  color: #F29100;
}
body main section.blog-inner .inner__content hr {
  width: 100%;
  height: 1px;
  background-color: #F29100;
  margin-top: 1.25rem;
  opacity: 90%;
}
@media (max-width: 61.9375em) {
  body main section.blog-inner {
    padding: 0 0.75rem;
  }
  body main section.blog-inner .inner {
    padding: 1.25rem 0.5rem;
    margin-top: -1.5rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 1rem;
  }
  body main section.blog-inner .inner__category {
    order: 2;
  }
  body main section.blog-inner .inner__content {
    order: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 1.5rem;
  }
  body main section.blog-inner .inner__content .image-big {
    width: 100%;
    height: 216px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  body main section.blog-inner .inner__content--texts {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.75rem;
  }
  body main section.blog-inner .inner__content--texts p {
    font-size: 1rem;
  }
  body main section.blog-inner .inner__content hr {
    margin-top: 0.75rem;
  }
}
body main section.blog-relation {
  background-image: url("../image/backgrounds/blog/relacionados.png");
  background-repeat: no-repeat;
  padding: 6.25rem 0 4.5rem;
  box-shadow: 0px -20px 30px rgba(0, 0, 0, 0.25);
}
body main section.blog-relation .relation--title {
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 3.25rem;
}
body main section.blog-relation .relation--title h4 {
  color: #005331;
  font-weight: 700;
}
body main section.blog-relation .relation--title hr {
  opacity: 1;
  background-color: #005331;
  height: 1px;
  width: 100%;
  max-width: 334px;
}
body main section.blog-relation .relation__cards {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media (max-width: 61.9375em) {
  body main section.blog-relation {
    padding: 1.25rem 0;
  }
  body main section.blog-relation .relation--title {
    margin: 0 auto 1.25rem;
  }
  body main section.blog-relation .relation--title hr {
    max-width: 20px;
    height: 5px;
  }
  body main section.blog-relation .relation__cards {
    display: flex;
    justify-content: center;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
body main section.doubt-main {
  padding-bottom: 5.25rem;
}
body main section.doubt-main .border-before {
  padding-inline: 142px;
  padding: 1.25rem 0.5rem;
}
body main section.doubt-main .main {
  display: flex;
  justify-content: center;
  -moz-column-gap: 125px;
       column-gap: 125px;
  position: relative;
  z-index: 2;
}
body main section.doubt-main .main__category {
  width: 100%;
  max-width: 274px;
}
body main section.doubt-main .main__content {
  width: 100%;
  max-width: 920px;
}
body main section.doubt-main .main__content--header {
  margin-bottom: 1.25rem;
  text-align: center;
  position: relative;
}
body main section.doubt-main .main__content--header h2 {
  color: #005331;
  text-transform: uppercase;
}
body main section.doubt-main .main__content--header::before {
  content: url("../image/pseudo/duvidas.png");
  position: absolute;
  top: none;
  bottom: none;
  left: 50%;
  right: none;
  pointer-events: none;
  transform: translateX(-50%);
}
body main section.doubt-main .main__content--answer {
  display: flex;
  flex-direction: column;
  row-gap: 1.75rem;
}
body main section.doubt-main .main__content .contact {
  margin-top: 3.75rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 0;
}
body main section.doubt-main .main__content .contact form {
  width: 100%;
  max-width: 470px;
  background-color: #005331;
  padding: 1.25rem 2rem;
}
body main section.doubt-main .main__content .contact form .form-title {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
body main section.doubt-main .main__content .contact form .form-title strong {
  display: block;
}
body main section.doubt-main .main__content .contact form .inputs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.5rem;
}
body main section.doubt-main .main__content .contact form .inputs--cols {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0;
}
body main section.doubt-main .main__content .contact .card-contact {
  width: 100%;
  max-width: 404px;
  padding: 1.5rem;
  background-image: url("../image/backgrounds/several/card-contact.png");
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  isolation: isolate;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.75rem;
}
@media (max-width: 61.9375em) {
  body main section.doubt-main {
    padding-inline: 0.75rem;
  }
  body main section.doubt-main .border-before {
    padding: 1.25rem 0.5rem;
    margin-top: -1.5rem;
  }
  body main section.doubt-main .main {
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  body main section.doubt-main .main__content--header {
    margin-bottom: 0;
  }
  body main section.doubt-main .main__content--header h2 {
    font-size: 1.25rem;
  }
  body main section.doubt-main .main__content--header:before {
    display: none;
  }
  body main section.doubt-main .main__content--answer {
    row-gap: 0.5rem;
  }
  body main section.doubt-main .main__content .contact {
    margin-top: 1.25rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.75rem;
  }
  body main section.doubt-main .main__content .contact form {
    width: 100%;
    max-width: 470px;
    background-color: #005331;
    padding: 1.25rem 2rem;
  }
  body main section.doubt-main .main__content .contact form .form-title {
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
  }
  body main section.doubt-main .main__content .contact form .form-title strong {
    display: block;
  }
  body main section.doubt-main .main__content .contact form .inputs {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.5rem;
  }
  body main section.doubt-main .main__content .contact form .inputs--cols {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    row-gap: 0;
  }
  body main section.doubt-main .main__content .contact .card-contact {
    width: 100%;
    max-width: 404px;
    padding: 1.5rem;
    background-image: url("../image/backgrounds/several/card-contact.png");
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.3), inset 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    isolation: isolate;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.75rem;
  }
  body main section.doubt-main .main__category {
    order: 2;
    row-gap: 0.75rem;
  }
}
body main section.terms,
body main section.policy,
body main section.changes {
  padding-bottom: 2.25rem;
}
body main section.terms .content--text,
body main section.policy .content--text,
body main section.changes .content--text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.25rem;
  position: relative;
  z-index: 2;
}
body main section.terms .content--text h4,
body main section.policy .content--text h4,
body main section.changes .content--text h4 {
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 120%;
}
body main section.terms .content--text h3,
body main section.policy .content--text h3,
body main section.changes .content--text h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
body main section.terms .content--text h3 strong,
body main section.policy .content--text h3 strong,
body main section.changes .content--text h3 strong {
  text-transform: uppercase;
}
body main section.terms .content--text p,
body main section.policy .content--text p,
body main section.changes .content--text p {
  font-size: 1.125rem;
  line-height: 120%;
}
@media (max-width: 61.9375em) {
  body main section.terms,
  body main section.policy,
  body main section.changes {
    padding-inline: 0.75rem;
  }
  body main section.terms .content,
  body main section.policy .content,
  body main section.changes .content {
    padding: 1.25rem 0.5rem;
    margin-top: -1.5rem;
  }
  body main section.terms .content--text,
  body main section.policy .content--text,
  body main section.changes .content--text {
    text-align: start;
    row-gap: 0.75rem;
  }
  body main section.terms .content--text h3,
  body main section.policy .content--text h3,
  body main section.changes .content--text h3 {
    font-size: 1rem;
  }
  body main section.terms .content--text p,
  body main section.policy .content--text p,
  body main section.changes .content--text p {
    font-size: 1rem;
  }
}
body main section.management {
  padding-bottom: 60px;
}
body main section.management .certificado {
  width: 100%;
  max-width: 450px;
  margin: auto;
  display: block;
}
body main section.management .content--text {
  max-width: 1230px;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1rem;
  position: relative;
  z-index: 2;
}
body main section.management .content--text p,
body main section.management .content--text h6,
body main section.management .content--text li {
  font-size: 1.125rem;
  color: #4B4B4B;
}
body main section.management .content--text ul {
  padding-left: 1.25rem;
}
body main section.management .content--text ul li {
  font-weight: 700;
}
body main section.management .content--text .image-content {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  margin: 1.25rem 0;
}
body main section.management .content--text .image-content .logo {
  width: 256px;
  background-color: #F29100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
body main section.management .content--text .image-content .image-big {
  width: 974px;
  height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 61.9375em) {
  body main section.management {
    padding: 0 0.75rem 1.25rem;
  }
  body main section.management .content {
    padding: 1.25rem 0.75rem;
  }
  body main section.management .content--text p,
  body main section.management .content--text h6,
  body main section.management .content--text li {
    font-size: 1rem;
  }
  body main section.management .content--text .image-content {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
    margin: 1.25rem 0;
  }
  body main section.management .content--text .image-content .logo {
    width: 100%;
  }
  body main section.management .content--text .image-content .logo img {
    width: 50px;
  }
  body main section.management .content--text .image-content .image-big {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
body main section.consultancy {
  padding-bottom: 2.75rem;
}
body main section.consultancy .content--text {
  max-width: 1230px;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1rem;
  position: relative;
  z-index: 2;
}
body main section.consultancy .content--text p {
  font-size: 1.125rem;
  color: #4B4B4B;
}
@media (max-width: 61.9375em) {
  body main section.consultancy {
    padding: 0 0.75rem;
  }
  body main section.consultancy .content {
    padding: 1.25rem 0.5rem;
    margin-top: -1.5rem;
  }
  body main section.consultancy .content--text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.75rem;
  }
  body main section.consultancy .content--text p {
    font-size: 1rem;
  }
}
body main section.representative .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 5.25rem;
       column-gap: 5.25rem;
  row-gap: 0;
}
body main section.representative .content .image-big {
  position: relative;
  z-index: 2;
}
body main section.representative .content form {
  width: 100%;
  max-width: 460px;
  padding: 1.75rem;
  background-color: #005331;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.5rem;
}
body main section.representative .content form .texts {
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.5rem;
}
body main section.representative .content form .texts h5 {
  font-weight: 700;
  text-transform: uppercase;
}
body main section.representative .content form .texts h6 {
  font-size: 1.125rem;
}
body main section.representative .content form .inputs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.5rem;
}
body main section.representative .content form .inputs--cols {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0;
}
@media (max-width: 61.9375em) {
  body main section.representative {
    padding-inline: 0.75rem;
  }
  body main section.representative .content {
    padding: 1.25rem 0.5rem;
    margin-top: -1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.75rem;
  }
  body main section.representative .content .image-big {
    width: 100%;
    max-width: 500px;
  }
  body main section.representative .content form {
    width: 100%;
    max-width: 460px;
    padding: 1.75rem;
    background-color: #005331;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.5rem;
  }
  body main section.representative .content form .texts {
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.5rem;
  }
  body main section.representative .content form .texts h5 {
    font-weight: 700;
    text-transform: uppercase;
  }
  body main section.representative .content form .texts h6 {
    font-size: 1.125rem;
  }
  body main section.representative .content form .inputs {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.5rem;
  }
  body main section.representative .content form .inputs--cols {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    row-gap: 0;
  }
}
body main section.projects .content {
  padding: 5rem 140px;
}
body main section.projects .content .content-geral {
  position: relative;
  z-index: 2;
}
body main section.projects .content .content-geral--cards {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem;
  row-gap: 2.75rem;
}
body main section.projects .content .content-geral--cards .card-project {
  width: 600px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.25rem;
}
body main section.projects .content .content-geral--cards .card-project .card-content {
  position: relative;
}
body main section.projects .content .content-geral--cards .card-project .card-content .project-slider {
  width: 600px;
}
body main section.projects .content .content-geral--cards .card-project .card-content .project-slider .image img {
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.projects .content .content-geral--cards .card-project .card-content .project-slider .owl-nav:not(.disabled) {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body main section.projects .content .content-geral--cards .card-project .card-content .project-slider .owl-nav:not(.disabled) .owl-prev,
body main section.projects .content .content-geral--cards .card-project .card-content .project-slider .owl-nav:not(.disabled) .owl-next {
  width: 56px;
  height: 56px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
body main section.projects .content .content-geral--cards .card-project .card-content .logo {
  width: 100%;
  max-width: 170px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0.75rem;
  bottom: 1rem;
  z-index: 1;
}
body main section.projects .content .content-geral--cards .card-project .card-content .logo img {
  width: 100%;
  height: 102px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.projects .content .content-geral--cards .card-project .texts {
  width: 100%;
  background-color: #005331;
  padding: 1rem;
  color: #FFFFFF;
}
body main section.projects .content .content-geral--cards .card-project .texts h5 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
body main section.projects .content .content-geral--cards .card-project .texts h6 {
  font-weight: 500;
}
@media (max-width: 61.9375em) {
  body main section.projects {
    padding-inline: 0.75rem;
  }
  body main section.projects .content {
    padding: 1.25rem 0.5rem;
    margin-top: -1.5rem;
  }
  body main section.projects .content .content-geral--cards {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
    row-gap: 1.25rem;
  }
  body main section.projects .content .content-geral--cards .card-project {
    width: 100%;
    align-items: center !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 1.25rem;
  }
  body main section.projects .content .content-geral--cards .card-project .card-content .project-slider {
    width: 324px;
    margin-inline: auto;
  }
  body main section.projects .content .content-geral--cards .card-project .card-content .project-slider .image {
    display: block;
    height: 230px;
  }
  body main section.projects .content .content-geral--cards .card-project .card-content .project-slider .image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body main section.projects .content .content-geral--cards .card-project .card-content .logo {
    max-width: 100px;
    position: absolute;
    left: 0.75rem;
    bottom: 1rem;
  }
  body main section.projects .content .content-geral--cards .card-project .card-content .logo img {
    width: 100%;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  body main section.projects .content .content-geral--cards .card-project .texts {
    background-color: #005331;
    padding: 1rem;
    color: #FFFFFF;
  }
  body main section.projects .content .content-geral--cards .card-project .texts h5 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
  body main section.projects .content .content-geral--cards .card-project .texts h6 {
    font-weight: 500;
  }
}
body main section.contact-work {
  height: 854px;
  background-size: cover;
  background-position: center;
  padding: 0 0 5rem;
  margin-top: -3.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  position: relative;
}
body main section.contact-work .work {
  max-width: 1232px;
  position: relative;
  z-index: 2;
}
body main section.contact-work .work .resum {
  position: relative;
  color: #FFFFFF;
  margin-bottom: 2rem;
  position: relative;
}
body main section.contact-work .work .resum h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
body main section.contact-work .work .resum h2 {
  position: absolute;
  left: -1.5rem;
  top: -5rem;
  font-size: 148.15px;
  font-weight: 700;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 0.43px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.35);
}
body main section.contact-work .work .resum p {
  max-width: 860px;
  font-size: 1.25rem;
}
body main section.contact-work .work__content {
  display: flex;
  align-items: flex-end;
  justify-content: start;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 0;
}
body main section.contact-work .work__content .card-vacancys {
  width: 100%;
  max-width: 274px;
  border: 1px solid #FFFFFF;
  margin-bottom: 4rem;
}
body main section.contact-work .work__content .card-vacancys h5 {
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: 700;
  transition: 0.3s;
}
body main section.contact-work .work__content .card-vacancys h5 strong {
  display: block;
  background-color: #FFFFFF;
  color: #113023;
  padding: 1.25rem 2.25rem;
}
body main section.contact-work .work__content .card-vacancys .card-content {
  padding: 1.25rem 2.25rem 1.75rem;
  background: rgba(255, 255, 255, 0.2);
  max-height: 176px;
  overflow: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 2rem;
}
body main section.contact-work .work__content .card-vacancys .card-content .vacancy:hover h5 {
  color: #F29100;
}
body main section.contact-work::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: 0;
  background-color: rgba(0, 10, 6, 0.8);
}
@media (max-width: 61.9375em) {
  body main section.contact-work {
    height: auto;
    padding: 1.25rem 0;
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
  body main section.contact-work .work .resum {
    margin-bottom: 2rem;
  }
  body main section.contact-work .work .resum h1 {
    font-size: 1.375rem;
  }
  body main section.contact-work .work .resum h2 {
    position: absolute;
    left: -0.5rem;
    top: -0.75rem;
    font-size: 42px;
    -webkit-text-stroke-width: 0.23px;
  }
  body main section.contact-work .work .resum p {
    font-size: 1rem;
  }
  body main section.contact-work .work__content {
    display: flex;
    align-items: cetner;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 0;
  }
  body main section.contact-work .work__content .card-vacancys {
    margin-bottom: 0;
  }
  body main section.contact-work .work__content .card-vacancys .card-content {
    padding: 1.25rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0.75rem;
  }
}
body main section.evento {
  background-color: #fafafa;
}
body main section.evento .out-container {
  padding: 40px 0;
}
body main section.evento p {
  margin-bottom: 10px;
}
body main section.evento h1 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 10px;
}
body main section.evento h2 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 26px;
}
body main section.evento label {
  font-weight: 500;
  margin-bottom: 5px;
}
body main section.evento input,
body main section.evento select {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body main section.evento .out-container {
    padding: 20px 0;
  }
  body main section.evento p {
    font-size: 15px;
  }
  body main section.evento h1 {
    font-size: 24px;
  }
  body main section.evento h2 {
    font-size: 18px;
  }
}
body main section.perfdeck {
  background: #005331;
}
body main section.perfdeck section.perfdeck-banner {
  min-height: 660px;
  background-size: cover;
  background-position: bottom right;
  background-image: url("../image/perfdeck/fundo-banner.png");
  padding-top: 80px;
}
body main section.perfdeck section.perfdeck-banner .img {
  width: 100%;
}
body main section.perfdeck section.perfdeck-banner .texto {
  position: relative;
}
body main section.perfdeck section.perfdeck-banner .texto:before {
  content: "";
  height: 175px;
  width: 8px;
  background-color: white;
  position: absolute;
  left: -25px;
  top: 20px;
}
body main section.perfdeck section.perfdeck-banner .texto h1 {
  color: #ff6b00;
  text-shadow: 0px -2px 4px rgba(61, 15, 0, 0.54), 0px -6px 6px rgba(61, 15, 0, 0.47), 0px -15px 9px rgba(61, 15, 0, 0.28), 0px -26px 10px rgba(61, 15, 0, 0.08), 0px -41px 11px rgba(61, 15, 0, 0.01);
  font-family: Roboto;
  font-size: 99.105px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 118.926px */
  text-transform: uppercase;
  margin-bottom: 0;
}
body main section.perfdeck section.perfdeck-banner .texto h2 {
  color: #fff;
  font-family: Roboto;
  font-size: 38.789px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 46.547px */
  text-transform: uppercase;
  margin-bottom: 5px;
}
body main section.perfdeck section.perfdeck-banner .texto h3 {
  margin-bottom: 0;
  color: var(--Branco, #fff);
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 30px */
}
@media (max-width: 991px) {
  body main section.perfdeck section.perfdeck-banner {
    min-height: auto;
    background-position: center;
    padding: 50px 0;
  }
  body main section.perfdeck section.perfdeck-banner .img {
    margin-top: 20px;
  }
  body main section.perfdeck section.perfdeck-banner .texto {
    text-align: center;
  }
  body main section.perfdeck section.perfdeck-banner .texto::before {
    display: none;
  }
  body main section.perfdeck section.perfdeck-banner .texto h1 {
    font-size: 40px;
  }
  body main section.perfdeck section.perfdeck-banner .texto h2 {
    font-size: 20px;
  }
  body main section.perfdeck section.perfdeck-banner .texto h3 {
    font-size: 18px;
  }
}
body main section.perfdeck section.perfdeck-bar {
  padding: 40px 0;
  position: relative;
  margin-top: -100px;
}
body main section.perfdeck section.perfdeck-bar .selo {
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
}
body main section.perfdeck section.perfdeck-bar .container {
  position: relative;
  z-index: 1;
}
body main section.perfdeck section.perfdeck-bar:before {
  position: absolute;
  filter: drop-shadow(0px 30px 60px rgba(50, 50, 93, 0.25));
  top: 0;
  left: 0;
  width: 1565px;
  height: 100%;
  content: "";
  background-image: url("../image/perfdeck/bg-bar.png");
  background-size: 100% 100%;
  background-position: bottom right;
}
body main section.perfdeck section.perfdeck-bar .phones {
  flex-flow: column;
  display: flex;
  gap: 10px;
}
body main section.perfdeck section.perfdeck-bar .texto p {
  color: var(--Texto-principal, #2f2f2f);
  /* Titulo h5 */
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  margin-bottom: 0;
}
body main section.perfdeck section.perfdeck-bar .texto p strong {
  color: var(--Cor-Secundria, #ff7c1e);
  font-weight: 700;
  text-transform: uppercase;
}
body main section.perfdeck section.perfdeck-bar .texto h4 {
  margin-bottom: 0;
  color: var(--Texto-principal, #2f2f2f);
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  body main section.perfdeck section.perfdeck-bar {
    margin-top: 0;
    padding: 30px 0;
    padding-top: 10px;
    background: white;
  }
  body main section.perfdeck section.perfdeck-bar .selo {
    position: static;
    width: 150px;
    display: block;
    margin: auto;
    transform: none;
    margin-bottom: 20px;
  }
  body main section.perfdeck section.perfdeck-bar::before {
    display: none;
  }
  body main section.perfdeck section.perfdeck-bar .texto p {
    font-size: 18px;
    text-align: center;
  }
  body main section.perfdeck section.perfdeck-bar .texto h4 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  body main section.perfdeck section.perfdeck-bar .phones {
    align-items: center;
    justify-content: center;
  }
}
body main section.perfdeck section.perfdeck-vantagens {
  padding: 140px 0;
  background-size: cover;
  background-position: center left;
  background-image: url("../image/perfdeck/bg-vantagens.png");
}
body main section.perfdeck section.perfdeck-vantagens h2 {
  color: #fff;
  /* Sombra 4 */
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 0px 8px 12px rgba(0, 0, 0, 0.15);
  font-family: Roboto;
  font-size: 45px;
  font-style: italic;
  font-weight: 300;
  line-height: 120%; /* 54px */
  text-transform: uppercase;
  margin-bottom: 10px;
}
body main section.perfdeck section.perfdeck-vantagens h2 strong {
  font-style: italic;
  font-weight: 700;
}
body main section.perfdeck section.perfdeck-vantagens ul {
  margin: 0;
  padding: 0;
}
body main section.perfdeck section.perfdeck-vantagens ul li {
  display: flex;
  align-items: center;
  color: var(--Branco, #fff);
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 30px */
  margin-top: 15px;
}
body main section.perfdeck section.perfdeck-vantagens ul li:nth-child(1) {
  margin-left: 40px;
}
body main section.perfdeck section.perfdeck-vantagens ul li:nth-child(2) {
  margin-left: 80px;
}
body main section.perfdeck section.perfdeck-vantagens ul li:nth-child(3) {
  margin-left: 140px;
}
body main section.perfdeck section.perfdeck-vantagens ul li:nth-child(4) {
  margin-left: 200px;
}
body main section.perfdeck section.perfdeck-vantagens ul li:before {
  content: url("../image/perfdeck/check.png");
  margin-right: 10px;
}
@media (max-width: 991px) {
  body main section.perfdeck section.perfdeck-vantagens {
    padding: 30px 0;
    background-position: right;
  }
  body main section.perfdeck section.perfdeck-vantagens h2 {
    text-align: center;
    font-size: 20px;
  }
  body main section.perfdeck section.perfdeck-vantagens ul li {
    font-size: 16px;
    margin-left: 0 !important;
  }
}
body main section.perfdeck section.perfdeck-onde {
  background-image: url("../image/perfdeck/bg-onde.png");
  background-size: cover;
  background-position: center;
  padding-bottom: 60px;
  background-color: white;
}
body main section.perfdeck section.perfdeck-onde .top {
  width: 100%;
  margin-bottom: 60px;
}
body main section.perfdeck section.perfdeck-onde h5 {
  margin-bottom: 0;
  color: var(--Whatsapp-hover, #06291d);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 30px */
  padding: 0 20px;
  margin-top: 20px;
}
body main section.perfdeck section.perfdeck-onde .box {
  display: flex;
  align-items: flex-end;
  height: 220px;
  border: 3px solid #fff;
  background-size: cover;
  background-color: black;
  background-position: center;
}
body main section.perfdeck section.perfdeck-onde .box .number {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: var(--Cor-Secundria, #ff7c1e);
  text-shadow: 0px 29.0474243164px 29.0474243164px rgba(255, 124, 30, 0.63);
  font-family: Roboto;
  font-size: 79.396px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 95.276px */
}
body main section.perfdeck section.perfdeck-onde h2 {
  margin-bottom: 15px;
  text-align: center;
  color: var(--Whatsapp-hover, #06291d);
  font-family: Roboto;
  font-size: 45px;
  font-style: italic;
  font-weight: 300;
  line-height: 120%; /* 54px */
  text-transform: uppercase;
}
body main section.perfdeck section.perfdeck-onde h2 strong {
  font-style: italic;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.perfdeck section.perfdeck-onde {
    padding-bottom: 10px;
  }
  body main section.perfdeck section.perfdeck-onde .top {
    margin-bottom: 30px;
  }
  body main section.perfdeck section.perfdeck-onde h2 {
    font-size: 20px;
  }
  body main section.perfdeck section.perfdeck-onde h5 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  body main section.perfdeck section.perfdeck-onde .box .number {
    width: 80px;
    height: 80px;
    font-size: 50px;
  }
}
body main section.perfdeck section.perfdeck-video {
  background-image: url("../image/perfdeck/bg-video.png");
  background-size: cover;
}
body main section.perfdeck section.perfdeck-video .video {
  height: 500px;
  border: 30px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body main section.perfdeck section.perfdeck-video .video span {
  color: var(--Branco, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 30px */
  margin-top: 30px;
  display: block;
}
body main section.perfdeck section.perfdeck-video .formulario form {
  max-width: 350px;
  margin: auto;
}
body main section.perfdeck section.perfdeck-video .formulario h3 {
  color: var(--Branco, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: 34.714px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 41.657px */
  margin-bottom: 20px;
}
body main section.perfdeck section.perfdeck-video .formulario h3 strong {
  color: var(--Cor-Secundria, #ff7c1e);
  font-weight: 500;
  text-transform: uppercase;
}
body main section.perfdeck section.perfdeck-video .formulario input {
  padding: 15px;
  outline: none;
  border-radius: 5px;
  background: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: black;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
body main section.perfdeck section.perfdeck-video .formulario input::-moz-placeholder {
  color: #939393;
}
body main section.perfdeck section.perfdeck-video .formulario input::placeholder {
  color: #939393;
}
body main section.perfdeck section.perfdeck-video .formulario button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--Cor-Secundria, #ff7c1e);
  padding: 15px;
  width: 100%;
  gap: 10px;
  color: var(--Whatsapp-hover, #06291d);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body main section.perfdeck section.perfdeck-video .formulario {
    margin-bottom: 20px;
  }
  body main section.perfdeck section.perfdeck-video .formulario h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  body main section.perfdeck section.perfdeck-video .video {
    height: 250px;
    border-width: 10px;
  }
  body main section.perfdeck section.perfdeck-video .video span {
    font-size: 18px;
  }
}
body main section.perfdeck section.perfdeck-melhor {
  background-size: cover;
  background-position: center right;
  background-image: url("../image/perfdeck/bg-melhor.png");
  padding: 70px 0 120px 0;
  border-top: 30px solid white;
}
body main section.perfdeck section.perfdeck-melhor .texto {
  position: relative;
}
body main section.perfdeck section.perfdeck-melhor .texto:before {
  content: url("../image/perfdeck/cajado.png");
  position: absolute;
  left: -30px;
  top: 20px;
}
body main section.perfdeck section.perfdeck-melhor h2 {
  color: #ff7918;
  /* Sombra nova 2 */
  text-shadow: 0px -19px 60px rgba(56, 56, 56, 0.64);
  font-family: Roboto;
  font-size: 61.216px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 73.459px */
  text-transform: uppercase;
  margin-bottom: 5px;
}
body main section.perfdeck section.perfdeck-melhor h3 {
  margin-bottom: 0;
  color: #fff;
  /* Sombra 4 */
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 0px 8px 12px rgba(0, 0, 0, 0.15);
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
}
body main section.perfdeck section.perfdeck-melhor h3 strong {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body main section.perfdeck section.perfdeck-melhor {
    padding: 30px 0;
    background-position: left;
  }
  body main section.perfdeck section.perfdeck-melhor .img {
    width: 100%;
    margin-bottom: 20px;
  }
  body main section.perfdeck section.perfdeck-melhor .texto {
    text-align: center;
  }
  body main section.perfdeck section.perfdeck-melhor .texto::before {
    display: none;
  }
  body main section.perfdeck section.perfdeck-melhor h2 {
    font-size: 24px;
  }
  body main section.perfdeck section.perfdeck-melhor h3 {
    font-size: 18px;
  }
}
body main section.catalogos-novo {
  background-color: #f2f2f2;
  padding: 40px 0;
}
body main section.catalogos-novo .item {
  border: 1px solid gray;
  padding: 10px 15px;
}
body main section.catalogos-novo .item:hover .download {
  background-color: #F29100;
}
body main section.catalogos-novo .item img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
body main section.catalogos-novo .item strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
body main section.catalogos-novo .item .download {
  display: inline-block;
  background-color: #005331;
  color: white;
  padding: 10px 20px;
  transition: 0.3s all;
}
body section.multi-whatsapp .button {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  cursor: pointer;
  z-index: 615;
  bottom: 100px;
  padding: 5px;
  align-items: center;
  outline: none;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 20px;
  border-radius: 75px;
  transition: 0.3s all ease;
  box-shadow: 3px 1px 15px #7b7b7b;
}
body section.multi-whatsapp .button .btn-abrir {
  opacity: 1;
  transition: 0.2s all;
  position: absolute;
}
body section.multi-whatsapp .button .btn-fechar {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  transition: 0.2s all;
  font-size: 50px;
  color: white;
  position: absolute;
}
body section.multi-whatsapp .button i {
  color: white;
  font-size: 46px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}
body section.multi-whatsapp .button:hover {
  background-color: #1f9249;
}
body section.multi-whatsapp .button.aberto {
  background-color: #1f9249;
}
body section.multi-whatsapp .button.aberto .btn-abrir {
  opacity: 0;
}
body section.multi-whatsapp .button.aberto .btn-fechar {
  opacity: 1;
}
body section.multi-whatsapp .box {
  font-family: "Segoe UI", sans-serif;
  position: fixed;
  background-color: white;
  overflow: hidden;
  bottom: 100px;
  border-radius: 8px;
  z-index: 610;
  width: 380px;
  right: 20px;
  box-shadow: 3px 1px 15px #7b7b7b;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
}
body section.multi-whatsapp .box.aberto {
  bottom: calc(100px + 100px);
  opacity: 1;
  pointer-events: all;
}
body section.multi-whatsapp .box .conteudo {
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
}
body section.multi-whatsapp .box .conteudo .phone {
  margin: 15px 0;
  display: flex;
  color: black;
  align-items: center;
  background-color: #fafafa;
  padding: 10px 13px;
  border-radius: 6px;
  border-left: 3px solid #1f9249;
  transition: all 0.5s;
  text-decoration: none;
}
body section.multi-whatsapp .box .conteudo .phone:hover {
  background-color: #e9e9e9;
}
body section.multi-whatsapp .box .conteudo .phone span {
  font-size: 15px;
}
body section.multi-whatsapp .box .conteudo .phone i {
  color: #1f9249;
  font-size: 28px;
  padding-right: 10px;
}
body section.multi-whatsapp .box .titulo {
  background-color: #25d366;
  padding: 15px 20px;
  color: white;
  display: flex;
  align-items: center;
}
body section.multi-whatsapp .box .titulo i {
  font-size: 40px;
  padding-right: 20px;
}
body section.multi-whatsapp .box .titulo span {
  font-size: 16px;
}
body section.multi-whatsapp .box .titulo span strong {
  font-size: 21px;
  display: block;
}
@media screen and (max-width: 768px) {
  body section.multi-whatsapp .button {
    bottom: 70px;
  }
  body section.multi-whatsapp .button:hover {
    background-color: #25d366;
  }
  body section.multi-whatsapp .button.aberto {
    background-color: #1f9249;
  }
  body section.multi-whatsapp .box {
    left: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    z-index: 610;
    top: 0;
  }
  body section.multi-whatsapp .box .titulo i {
    font-size: 35px;
  }
  body section.multi-whatsapp .box .titulo span {
    font-size: 14px;
  }
  body section.multi-whatsapp .box .titulo strong {
    font-size: 19px;
  }
}