@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&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;700&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");
html {
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
}

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

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

body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Roboto", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2F2F2F;
  background-color: #F3F3F3;
}
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 {
  margin-top: 140px;
}

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.min {
  max-width: 1155px;
}
.container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  .container.tablet {
    text-align: center;
    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;
}

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

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

hr {
  margin: 0;
}

strong {
  font-weight: 700;
}

.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);
  }
}

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

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

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

body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Roboto", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2F2F2F;
  background-color: #F3F3F3;
}
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 {
  margin-top: 140px;
}

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.min {
  max-width: 1155px;
}
.container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  .container.tablet {
    text-align: center;
    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;
}

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

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

hr {
  margin: 0;
}

strong {
  font-weight: 700;
}

.btn-email,
.btn-whatsapp,
.btn-telephone {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  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: #002315;
}
.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: center;
    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.25rem 2.25rem 0.25rem 1.25rem;
  background: #FFFFFF;
  border-radius: 5px;
  position: relative;
}
.btn-email.type-4 h5,
.btn-whatsapp.type-4 h5,
.btn-telephone.type-4 h5 {
  color: #005331;
  font-size: 1rem;
}
.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: center;
    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;
}
@media (max-width: 61.9375em) {
  .btn-email,
  .btn-whatsapp,
  .btn-telephone {
    text-align: center;
    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 {
    text-align: center;
    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: #00FF86;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  transition: all 1.5s;
}
.btn-whatsappIcon:hover {
  box-shadow: none;
}
@media (max-width: 61.9375em) {
  .btn-whatsappIcon {
    text-align: center;
    height: 2.5rem;
    border-radius: 10px;
    padding: 1rem 1rem;
  }
}

.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;
  transition: all 0.5s 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;
}
@media (max-width: 61.9375em) {
  .btn-primary {
    text-align: center;
    padding: 0 1.5rem;
  }
  .btn-primary .title, .btn-primary i {
    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;
  border-radius: 5px;
  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;
  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;
  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;
  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: #00FF86;
}
@media (max-width: 61.9375em) {
  .btn-secondary {
    text-align: center;
    text-align: start;
  }
  .btn-secondary .title, .btn-secondary i {
    font-size: 1rem;
  }
}

.btn-link {
  background-color: #FF7742;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}
.btn-link__title, .btn-link i {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 500;
}
.btn-link:has(i, img) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.btn-link:hover {
  background-color: #C95C32;
}
@media (max-width: 61.9375em) {
  .btn-link {
    text-align: center;
    padding: 0.75rem 1.25rem;
  }
  .btn-link__title {
    font-size: 1rem;
  }
  .btn-link img {
    width: 16px;
  }
}

.btn-linkIcon .icon {
  transition: 0.5s linear;
}
.btn-linkIcon:hover .icon {
  transform: translateY(-8px);
  filter: invert(52%) sepia(84%) saturate(1714%) hue-rotate(9deg) brightness(103%) contrast(104%);
}

.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;
  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;
  }
}

.whatsapp-modal {
  background: #25D366;
  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 #00FF86;
  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 {
    text-align: center;
    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;
  }
}
.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;
  border-radius: 5px;
  padding: 0.75rem 1rem;
}
.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;
  color: #F29100;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 700;
  line-height: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 61.9375em) {
  .input {
    text-align: center;
  }
  .input label {
    text-align: start;
  }
  .input input, .input textarea, .input select {
    padding: 0.5rem 1rem;
  }
  .input input::-moz-placeholder, .input textarea::-moz-placeholder, .input select::-moz-placeholder {
    font-size: 0.8rem;
  }
  .input input::placeholder, .input textarea::placeholder, .input select::placeholder {
    font-size: 0.8rem;
  }
}

.btn-input {
  width: 100%;
  height: 48px;
  background-color: #05ED7E;
  border-radius: 5px;
  padding-inline: 0.5rem;
  transition: 0.5s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  position: relative;
  z-index: 1;
}
.btn-input .title {
  color: #005331;
}
.btn-input:hover {
  background-color: #005331;
}
.btn-input:hover .title {
  color: #FFFFFF;
}
.btn-input:hover img {
  filter: grayscale(1) brightness(100);
}
@media (max-width: 61.9375em) {
  .btn-input {
    text-align: center;
    height: 40px;
  }
  .btn-input .title {
    font-size: 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 {
    text-align: center;
    height: auto;
  }
}

.card-product {
  max-width: 295px;
  background-color: #FFFFFF;
  box-shadow: 0px 8px 12px 6px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.75rem;
}
.card-product .product-slider {
  max-width: 244px;
  margin-inline: auto;
}
.card-product .product-slider .image-product {
  height: 180px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  position: relative;
}
.card-product .product-slider .image-product img {
  max-width: 140px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-product .product-slider .image-product::after {
  content: url("../image/icons/ico_search-3.png");
  position: absolute;
  top: 0.75rem;
  bottom: none;
  left: none;
  right: 2rem;
  transition: all 0.5s ease;
}
.card-product .product-slider .image-product:hover:after {
  filter: invert(54%) sepia(92%) saturate(1851%) hue-rotate(8deg) brightness(100%) contrast(108%);
}
.card-product .product-slider .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}
.card-product .product-slider .owl-item {
  opacity: 0;
}
.card-product .product-slider .owl-item.active {
  opacity: 1;
}
.card-product .product-slider .owl-dots {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.card-product .product-slider .owl-dots .owl-dot:hover, .card-product .product-slider .owl-dots .owl-dot.active {
  width: 12px;
  background-color: #F29100;
}
.card-product .texts {
  color: #005331;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.card-product .texts p {
  font-weight: 700;
  text-transform: uppercase;
}
.card-product .texts h5 {
  line-height: 120%;
}
.card-product .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.card-product .btns .btn-primary.border-base {
  max-width: 172px;
}
.card-product .btns .btn-primary.primary-gradient {
  max-width: 100%;
  flex-grow: 1;
  padding: 0.75rem 0.75rem;
}

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;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
}
section.banner .owl-carousel .owl-item.active {
  animation: zoomin 1.5s ease-in-out;
}
@keyframes zoomin {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
section.banner .item-banner {
  width: 100%;
  height: 736px;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}
section.banner .item-banner video {
  display: block;
  width: 100%;
  height: 736px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
section.banner .item-banner .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
section.banner .item-banner .content .texts {
  max-width: 670px;
}
section.banner .item-banner .content .texts h1 {
  color: #FFFFFF;
  line-height: 160%;
}
section.banner .item-banner .content .texts h1 u {
  background: linear-gradient(209.88deg, #048C3F 19.16%, #03A64A 77.64%);
  box-shadow: 0px 0px 15px #016644;
  border-radius: 5px;
  text-decoration: none;
  padding: 0.25rem 0.75rem;
  margin-inline: 0.5rem;
  transition: all 0.5s linear;
}
section.banner .item-banner .content .texts h1 u:hover {
  background: #F29100;
  box-shadow: 0px 0px 15px #F29100;
}
section.banner .item-banner .content .btn-primary {
  padding: 0.75rem;
}
section.banner .item-banner .content .btn-primary .title {
  font-size: 1.125rem;
}
section.banner .item-banner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 61.9375em) {
  section.banner {
    text-align: center;
  }
  section.banner .banner-slider .owl-nav {
    display: none;
  }
  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: 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: 356px;
    position: relative;
    display: flex;
    align-items: center;
  }
  section.banner .item-banner video {
    display: block;
    width: 100%;
    height: 356px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.banner .item-banner .content {
    align-items: center;
    justify-content: center;
    row-gap: 1rem;
  }
  section.banner .item-banner .content .texts h1 {
    font-size: 25px;
    line-height: 120%;
  }
  section.banner .item-banner .content .texts h1 u {
    padding: 1px 0.25rem;
    margin-inline: 0.5rem;
    display: inline-block;
    margin-top: 0.5rem;
  }
  section.banner .item-banner .content .btn-primary {
    padding: 0.5rem;
  }
  section.banner .item-banner .content .btn-primary .title {
    font-size: 1rem;
  }
}

.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;
}
.owl-carousel .owl-nav .owl-prev img,
.owl-carousel .owl-nav .owl-next img {
  transition: 0.3s linear;
}
.owl-carousel .owl-nav .owl-prev:hover img,
.owl-carousel .owl-nav .owl-next:hover img {
  filter: invert(75%) sepia(77%) saturate(4795%) hue-rotate(8deg) brightness(101%) contrast(105%);
}

.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 {
    text-align: center;
    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;
  }
}

.video-modal {
  width: 600px;
  height: 460px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background-color: #1E1E1E;
  position: relative;
}
.video-modal .video-play {
  width: 96px;
  height: 96px;
  background-color: #FF7C1E;
  border-radius: 15px;
  box-shadow: 0px 10px 25px rgba(255, 124, 30, 0.63);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.video-modal .video-play img {
  transition: all 0.5s linear;
}
.video-modal:hover .video-play {
  background-color: #005331;
  box-shadow: 0px 10px 25px rgba(2, 79, 47, 0.63);
}
.video-modal:hover .video-play img {
  transform: scale(1.1);
}
.video-modal::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: inherit;
}
@media (max-width: 61.9375em) {
  .video-modal {
    text-align: center;
    width: 100%;
    height: 320px;
    border-radius: 10px;
  }
  .video-modal--play {
    width: 76px;
    height: 76px;
    border-radius: 15px;
    box-shadow: 0px 5px 15px rgba(255, 124, 30, 0.63);
  }
  .video-modal--play img {
    transition: all 0.5s linear;
    width: 46px;
  }
}

nav.navegation {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
nav.navegation form {
  position: relative;
  width: 100%;
  flex: 1;
}
nav.navegation form input {
  background-color: #fafafa;
  padding: 10px 20px;
  width: 100%;
  border: 1px solid lightgray;
  padding-right: 50px;
  outline: none;
}
nav.navegation form button {
  position: absolute;
  right: 20px;
  top: 10px;
  background: transparent;
  border: none;
  padding: 0;
}
nav.navegation .logo {
  margin-top: -6rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  position: relative;
  z-index: 5;
}
nav.navegation ul {
  list-style: none;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 0;
  padding-left: 0;
}
nav.navegation ul li {
  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 ease-in;
}
nav.navegation ul li a {
  color: #005331;
  transition: 0.5s linear;
}
nav.navegation ul li:hover, nav.navegation ul li.active {
  background-size: 100% 100%;
  background-position-x: left;
}
nav.navegation ul li:hover a, nav.navegation ul li.active a {
  color: #FF7C1E;
}
@media (max-width: 61.9375em) {
  nav.navegation {
    text-align: center;
    display: none !important;
  }
}

.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::before {
  content: "";
  position: absolute;
  top: none;
  bottom: -2rem;
  left: none;
  right: 4.5rem;
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 32px solid #D9D9D9;
}

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 .container .conteudo-lgpd-in .txt-in__links {
    display: flex;
    flex-wrap: wrap;
  }
}
section.barra-lgpd.exibir {
  display: block;
}
section.barra-lgpd .row,
section.barra-lgpd .container {
  max-width: 1345px !important;
  margin: auto;
  justify-content: center;
}
section.barra-lgpd .row .conteudo-lgpd-in,
section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
section.barra-lgpd .row .conteudo-lgpd-in .txt-in__links,
section.barra-lgpd .container .conteudo-lgpd-in .txt-in__links {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
section.barra-lgpd .row .conteudo-lgpd-in .txt-in__links a,
section.barra-lgpd .container .conteudo-lgpd-in .txt-in__links a {
  color: gray;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted gray;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
section.barra-lgpd .container .conteudo-lgpd-in .button-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-in button:hover,
section.barra-lgpd .container .conteudo-lgpd-in .button-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;
  }
  section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}

section.fixed-bar {
  position: fixed;
  bottom: 0;
  background-color: #005331;
  width: 100%;
  padding: 10px 80px;
  z-index: 900;
  transition: all 0.5s linear;
}
section.fixed-bar .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.fixed-bar .bar__contact {
  display: flex;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
section.fixed-bar .bar__btns {
  display: flex;
  align-items: center;
  justify-content: end;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
section.fixed-bar .bar__btns .btn-revendedor {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 1rem 1.5rem;
  border: 1px solid #005331;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
}
section.fixed-bar .bar__btns .btn-revendedor h5 {
  color: #005331;
  font-size: 1.125rem;
  font-weight: 500;
}
section.fixed-bar .bar__btns .btn-revendedor:hover, section.fixed-bar .bar__btns .btn-revendedor.active {
  background-color: #005331;
}
section.fixed-bar .bar__btns .btn-revendedor:hover h5, section.fixed-bar .bar__btns .btn-revendedor.active h5 {
  color: #FFFFFF;
}
section.fixed-bar .bar__btns .btn-revendedor:hover img, section.fixed-bar .bar__btns .btn-revendedor.active img {
  filter: grayscale(1) brightness(100);
}
section.fixed-bar .bar__btns--icons {
  background-color: #F29100;
  padding: 0.5rem 2rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
section.fixed-bar .bar__btns--icons img:hover {
  filter: none;
}
@media (max-width: 61.9375em) {
  section.fixed-bar {
    text-align: center;
    display: none;
  }
}
section.fixed-bar.hidden {
  bottom: -100px;
}

section.barra-fixa-mobile {
  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;
  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;
  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: #FF7C1E;
}
.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: #FF7C1E;
}
.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;
  width: 20px;
  height: 3px;
  background-color: #FF7C1E;
  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;
}

section.header-top {
  padding: 15px 0;
  background-color: #3f3f3f;
}
section.header-top .container {
  max-width: 1800px;
}
section.header-top .menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
section.header-top .menu a {
  color: white;
}
section.header-top.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

section.header {
  height: 120px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid #cecece;
  position: relative;
  z-index: 10;
  transition: 0.5s ease-in;
}
section.header .content {
  max-width: 1800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding: 1.75rem 0;
}
section.header .content--nav {
  display: flex;
  align-items: center;
}
section.header .content .contact {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
section.header .content .contact .btn-secondary.whatsapp {
  max-width: 190px;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
section.header .content .contact .btn-secondary.whatsapp .title {
  font-size: 1rem;
}
section.header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: auto;
  background-color: #FFFFFF;
}
section.header.fixed .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding: 0.75rem 0;
}
section.header.fixed .content--nav {
  display: flex;
  align-items: center;
}
@media (max-width: 61.9375em) {
  section.header {
    text-align: center;
    height: auto;
  }
  section.header .content {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 0.5rem;
    padding: 0.5rem 0;
  }
  section.header .content .menu-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 0.75rem;
  }
  section.header .content .menu-top .logo {
    width: 196px;
  }
  section.header .content .menu-top #hamburguer {
    display: block;
    color: white;
  }
  section.header .content .menu-top #hamburguer i {
    color: white;
  }
  section.header .content .menu-top #hamburguer:nth-child(1) {
    position: relative;
    z-index: 2;
    transition: all 0.5s ease-in-out;
  }
  section.header .content .menu-top #hamburguer:nth-child(1) i {
    color: #005331;
  }
  section.header .content .menu-top #hamburguer:nth-child(1).active i {
    transform: rotate(90deg);
  }
  section.header .content .menu-top #hamburguer .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 #hamburguer .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  section.header .content .menu-top #hamburguer .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  section.header .content .menu-top #hamburguer .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  section.header .content .menu-top #hamburguer.active .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  section.header .content .menu-top #hamburguer.active .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  section.header .content .menu-top #hamburguer.active .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  section.header .content .btn-secondary {
    display: none;
  }
  section.header .content .btn-telephone {
    display: none;
  }
}

section.header-content {
  height: 420px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 4rem;
  position: relative;
  position: relative;
}
section.header-content .content {
  max-width: 1240px;
}
section.header-content .resum {
  position: relative;
}
section.header-content .resum h1 {
  font-size: 50px;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 2rem;
}
section.header-content::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  inset: 0;
  background-color: rgba(0, 10, 6, 0.88);
}
section.header-content::after {
  content: url("../image/pseudo/banner.png");
  position: absolute;
  top: none;
  bottom: -7px;
  left: none;
  right: 0;
  pointer-events: none;
}
section.header-content.page {
  height: auto;
  background-color: #005331;
  padding: 2.25rem 0;
  align-items: center;
}
section.header-content.page .resum h1 {
  margin-bottom: 0.5rem;
}
section.header-content.page::before {
  background-color: rgba(0, 10, 6, 0.6);
}
@media (max-width: 61.9375em) {
  section.header-content {
    text-align: center;
    height: auto;
    min-height: 148px;
    align-items: center;
    padding: 1rem;
    background-size: cover;
    position: relative;
    position: relative;
  }
  section.header-content .resum {
    text-align: start;
  }
  section.header-content .resum h1 {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }
  section.header-content::before {
    content: "";
    position: absolute;
    top: none;
    bottom: none;
    left: none;
    right: none;
    inset: 0;
    background-color: rgba(0, 10, 6, 0.88);
  }
  section.header-content::after {
    content: url("../image/pseudo/banner-mobile.png");
    position: absolute;
    top: none;
    bottom: -7px;
    left: none;
    right: 0;
    pointer-events: none;
  }
}

section.h-nets {
  background-color: #002315;
  padding: 0.75rem;
}
section.h-nets .nets {
  max-width: 1734px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.h-nets .nets--contact {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (max-width: 61.9375em) {
  section.h-nets {
    text-align: center;
    display: none;
    padding: 0.75rem;
  }
  section.h-nets .nets {
    flex-wrap: wrap;
    row-gap: 0.5rem;
    justify-content: space-between;
    text-align: start;
  }
  section.h-nets .nets h5 {
    font-size: 0.875rem;
  }
  section.h-nets .nets--contact {
    justify-content: space-between;
  }
}

.maps {
  display: flex;
  position: relative;
  position: relative;
}
.maps .footer-mapa {
  width: 100%;
  height: 545px;
  transition: 0.5s;
  border-bottom: 5px solid #005331;
}
.maps .footer-mapa iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 61.9375em) {
  .maps .footer-mapa {
    text-align: center;
    width: 100%;
    height: 250px;
  }
  .maps .footer-mapa iframe {
    width: 100%;
  }
}
.maps::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  width: 100%;
  height: 100%;
  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;
}
.maps::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: none;
  left: 50%;
  right: none;
  width: 10px;
  height: 75%;
  transform: translate(-50%, -50%);
  background-color: #FF7C1E;
  pointer-events: none;
}
@media (max-width: 61.9375em) {
  .maps {
    text-align: center;
    flex-wrap: wrap;
    border-bottom: 5px solid #005331;
    position: relative;
  }
  .maps .footer-mapa {
    width: 100%;
    height: 245px;
    transition: 0.5s;
    border-bottom: none;
  }
  .maps .footer-mapa iframe {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 61.9375em) and (max-width: 61.9375em) {
  .maps .footer-mapa {
    text-align: center;
    width: 100%;
    height: 250px;
  }
  .maps .footer-mapa iframe {
    width: 100%;
  }
}
@media (max-width: 61.9375em) {
  .maps::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: none;
    left: 50%;
    right: none;
    width: 75%;
    height: 5px;
    transform: translate(-50%, -50%);
    background-color: #FF7C1E;
    pointer-events: none;
  }
}

section.footer {
  background-color: #f3f3f3;
  margin-bottom: 4.75rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  padding-bottom: 2rem;
}
section.footer .content {
  max-width: 1760px;
  margin-top: -3.75rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  isolation: isolate;
}
section.footer .content .logo {
  display: flex;
  flex-direction: column;
  row-gap: 2.25rem;
  max-width: 486px;
  margin-inline: auto;
  text-align: center;
}
section.footer .content .logo p {
  line-height: 120%;
}
section.footer .content__contact {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
section.footer .content__contact ul {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  list-style: none;
}
section.footer .content__contact ul li {
  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 ease-in;
}
section.footer .content__contact ul li a {
  color: #005331;
  transition: 0.5s linear;
}
section.footer .content__contact ul li:hover, section.footer .content__contact ul li.active {
  background-size: 100% 100%;
  background-position-x: left;
}
section.footer .content__contact ul li:hover a, section.footer .content__contact ul li.active a {
  color: #FF7C1E;
}
section.footer .content__contact .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
section.footer hr {
  width: 100%;
  height: 1px;
  margin-inline: auto;
  background-color: #5E5E5E;
  opacity: 75%;
}
@media (max-width: 61.9375em) {
  section.footer {
    text-align: center;
    margin-bottom: 1.75rem;
    row-gap: 1rem;
  }
  section.footer .content {
    margin-top: -1.5rem;
    row-gap: 1rem;
  }
  section.footer .content .logo {
    row-gap: 1.25rem;
  }
  section.footer .content .logo img {
    width: 100%;
    max-width: 276px;
  }
  section.footer .content .logo p {
    line-height: 120%;
  }
  section.footer .content__contact {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }
  section.footer .content__contact ul {
    display: none;
  }
  section.footer .content__contact .btns {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
}

section {
  position: relative;
}
section .menu-footer {
  width: 100%;
  max-width: 1472px;
  background-color: #FF7C1E;
  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;
  width: 90%;
  height: 3px;
  background: linear-gradient(90.03deg, #005331 10.5%, rgba(255, 255, 255, 0) 64.25%);
}
@media (max-width: 61.9375em) {
  section .menu-footer {
    text-align: center;
    display: none;
  }
}

section.footer-copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1760px;
}
section.footer-copyright .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
section.footer-copyright .copyright .copy {
  color: #2F2F2F;
  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;
  color: #005331;
}
section.footer-copyright .copyright .terms ul li a {
  color: #005331;
  transition: all 0.5s linear;
}
section.footer-copyright .copyright .terms ul li:hover a, section.footer-copyright .copyright .terms ul li.active a {
  color: #FF7C1E;
}
section.footer-copyright .copyright .icons {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (max-width: 61.9375em) {
  section.footer-copyright {
    text-align: center;
  }
  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;
  }
  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;
}
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;
  }
  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: #F29100;
}
section.breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 61.9375em) {
  section.breadcrumb {
    text-align: center;
    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: 14px; /* vertical scrollbar */
  height: 14px; /* horizontal scrollbar */
}

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

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

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

.error-404 {
  height: 764px;
  background-image: url("../image/backgrounds/404.jpg");
  background-repeat: no-repeat;
  display: grid;
  place-items: center;
}
.error-404 .box {
  max-width: 644px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-404 .box h2 {
  font-size: 45px;
  color: #005331;
  font-weight: 700;
}
.error-404 .box h1 {
  color: #F29100;
  font-size: 200px;
  font-weight: 700;
}
.error-404 .box h6 {
  max-width: 482px;
  font-size: 1.125rem;
  margin-top: 3rem;
}
.error-404 .box .btn-primary {
  margin-top: 2.5rem;
}
@media (max-width: 61.9375em) {
  .error-404 {
    text-align: center;
    height: auto;
    padding: 0.75rem 0;
  }
  .error-404 .box h2 {
    font-size: 35px;
  }
  .error-404 .box h1 {
    font-size: 100px;
    line-height: 100%;
  }
  .error-404 .box h6 {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
  .error-404 .box .btn-primary {
    margin-top: 1.25rem;
  }
}

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 {
    text-align: center;
    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;
  }
}

@media (min-width: 992px) {
  body.compensar {
    margin-top: 54px;
  }
}
body main section.home-banner {
  background-image: url("../image/backgrounds/banner.png");
  background-repeat: no-repeat;
  height: 700px;
  display: flex;
  justify-content: space-between;
  margin-top: -120px;
  overflow: hidden;
}
body main section.home-banner .banner-aside {
  max-width: 748px;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  flex-grow: 1;
  align-self: center;
  margin-left: 180px;
  isolation: isolate;
}
body main section.home-banner .banner-aside .aside-title {
  max-width: 625px;
}
body main section.home-banner .banner-aside .aside-title h1 {
  color: #005331;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 120%;
  position: relative;
}
body main section.home-banner .banner-aside .aside-title h1::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: none;
  left: -2.5rem;
  right: none;
  width: 0;
  height: 10px;
  background-color: #FF7C1E;
  transform: translateY(-50%);
  animation: move-right 3.5s ease-in forwards;
}
@keyframes move-right {
  100% {
    width: 542px;
  }
}
body main section.home-banner .banner-aside h2 {
  color: #005331;
  font-size: 35px;
}
body main section.home-banner .banner-content {
  max-width: 948px;
  background-color: #FF7C1E;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 1.25rem 0;
  position: relative;
}
body main section.home-banner .banner-content .content-above {
  width: 100%;
  padding: 1rem 0;
  height: 146px;
  position: relative;
  position: relative;
}
body main section.home-banner .banner-content .content-above h4 {
  max-width: 255px;
  color: #FFFFFF;
  font-weight: 700;
  position: absolute;
  top: -2.75rem;
  left: 49%;
}
body main section.home-banner .banner-content .content-above .image {
  width: 100%;
  height: 107px;
  opacity: 0;
  transition: all 0.5s linear;
  position: absolute;
  top: 1.25rem;
  left: 0;
  z-index: 3;
  pointer-events: none;
}
body main section.home-banner .banner-content .content-above .image .content {
  display: flex;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
  padding: 0.75rem 1.5rem;
  padding-left: 0;
  position: relative;
  position: relative;
}
body main section.home-banner .banner-content .content-above .image .content img {
  margin-top: -3.25rem;
  width: 405px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transform: translateY(400px);
  transition: 1s linear;
}
body main section.home-banner .banner-content .content-above .image .content h2 {
  max-width: 292px;
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 120%;
  text-decoration: underline;
  opacity: 0;
  transform: translateX(500px);
  transition: 1s linear;
  color: #2F2F2F;
}
body main section.home-banner .banner-content .content-above .image .content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  width: 100%;
  height: 107px;
  background: linear-gradient(90.84deg, #ffffff 77.19%, rgba(255, 255, 255, 0) 97.7%);
  z-index: -1;
  transition: 0.5s linear;
}
body main section.home-banner .banner-content .content-above .image .content::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  width: 0%;
  height: 107px;
  background: linear-gradient(90.84deg, #ffffff 77.19%, rgba(255, 255, 255, 0) 97.7%);
  z-index: -1;
  transition: width 0.5s ease-in-out 0.75s;
}
body main section.home-banner .banner-content .content-above .image.active {
  opacity: 1;
  pointer-events: all;
}
body main section.home-banner .banner-content .content-above .image.active .content img {
  transform: translateY(0);
  opacity: 1;
}
body main section.home-banner .banner-content .content-above .image.active .content h2 {
  opacity: 1;
  transform: translateX(0);
}
body main section.home-banner .banner-content .content-above .image.active .content::before {
  width: 0%;
}
body main section.home-banner .banner-content .content-above .image.active .content::after {
  width: 100%;
}
body main section.home-banner .banner-content .content-above::before {
  content: "";
  position: absolute;
  top: -31px;
  bottom: none;
  left: 0;
  right: none;
  width: 416px;
  height: 30px;
  background-color: #005331;
}
body main section.home-banner .banner-content .content-above::after {
  content: "";
  position: absolute;
  top: none;
  bottom: -31px;
  left: 0;
  right: none;
  width: 794px;
  height: 30px;
  background-color: #005331;
}
body main section.home-banner .banner-content .cards {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin: 106px 0 0 1.25rem;
  isolation: isolate;
  position: relative;
  z-index: 4;
}
body main section.home-banner .banner-content .cards .card-change {
  width: 136px;
  height: 136px;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.22);
  position: relative;
  transition: all 0.5s ease;
  position: relative;
  position: relative;
}
body main section.home-banner .banner-content .cards .card-change .content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0.75rem;
  border-radius: inherit;
  position: relative;
}
body main section.home-banner .banner-content .cards .card-change .content .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.1;
  pointer-events: none;
  border-radius: 5px;
}
body main section.home-banner .banner-content .cards .card-change .content p {
  color: #005331;
  line-height: 120%;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
body main section.home-banner .banner-content .cards .card-change .content::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  inset: 0;
  border-radius: inherit;
  z-index: 1;
  transition: 0.2s linear;
  opacity: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}
body main section.home-banner .banner-content .cards .card-change::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  inset: 0;
  opacity: 0;
  background: #FF7C1E;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 5% 100%, 5% 5%, 95% 5%, 95% 95%, 5% 95%, 5% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 5% 100%, 5% 5%, 95% 5%, 95% 95%, 5% 95%, 5% 100%, 100% 100%, 100% 0%);
  z-index: 2;
  border-radius: inherit;
  transition: 0.5s linear;
}
body main section.home-banner .banner-content .cards .card-change::after {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  inset: 0;
  opacity: 0;
  background: linear-gradient(360deg, #ff6b01 7.67%, rgba(255, 107, 1, 0) 12%);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 5% 100%, 5% 5%, 95% 5%, 95% 95%, 5% 95%, 5% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 5% 100%, 5% 5%, 95% 5%, 95% 95%, 5% 95%, 5% 100%, 100% 100%, 100% 0%);
  z-index: 1;
  border-radius: inherit;
  transition: 0.3s linear;
}
body main section.home-banner .banner-content .cards .card-change:hover, body main section.home-banner .banner-content .cards .card-change.active {
  box-shadow: 10px 10px 12px 6px rgba(0, 0, 0, 0.24), 0px 4px 4px rgba(0, 0, 0, 0.22);
}
body main section.home-banner .banner-content .cards .card-change:hover .content:before, body main section.home-banner .banner-content .cards .card-change.active .content:before {
  opacity: 1;
  background: linear-gradient(0deg, #005331, #005331);
}
body main section.home-banner .banner-content .cards .card-change:hover:after, body main section.home-banner .banner-content .cards .card-change:hover:before, body main section.home-banner .banner-content .cards .card-change.active:after, body main section.home-banner .banner-content .cards .card-change.active:before {
  opacity: 1;
}
body main section.home-banner .banner-content .cards .card-change:hover .back, body main section.home-banner .banner-content .cards .card-change.active .back {
  opacity: 1;
}
body main section.home-banner .banner-content .cards .card-change:hover p, body main section.home-banner .banner-content .cards .card-change.active p {
  color: #FFFFFF;
}
body main section.home-banner .banner-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  width: 260px;
  height: 100%;
  background: linear-gradient(90deg, #bd4400 -9.65%, rgba(119, 43, 0, 0) 89.58%);
  background-blend-mode: lighten;
  z-index: 1;
}
@media (max-width: 61.9375em) {
  body main section.home-banner {
    text-align: center;
    height: auto;
    flex-wrap: wrap;
    row-gap: 1.25rem;
    margin-top: 0;
    padding: 0.75rem 0 0;
  }
  body main section.home-banner .banner-aside {
    row-gap: 1rem;
    align-items: center;
    margin-inline: auto;
    padding: 0 15px;
  }
  body main section.home-banner .banner-aside .aside-title h1 {
    font-size: 25px;
  }
  body main section.home-banner .banner-aside .aside-title h1:before {
    display: none;
  }
  body main section.home-banner .banner-aside h2 {
    font-size: 20px;
    line-height: 120%;
  }
  body main section.home-banner .banner-content {
    max-width: 948px;
    background-color: #FF7C1E;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    row-gap: 2rem;
    padding: 3.75rem 0 1.25rem;
  }
  body main section.home-banner .banner-content .content-above {
    padding: 0.75rem 0;
    height: 200px;
  }
  body main section.home-banner .banner-content .content-above h4 {
    max-width: 250px;
    margin-inline: auto;
    font-size: 1.25rem;
    position: relative;
    top: -66px;
    left: 0;
    padding-inline: 0.75rem;
  }
  body main section.home-banner .banner-content .content-above .image {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  body main section.home-banner .banner-content .content-above .image .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0.25rem;
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
    padding: 0.75rem;
  }
  body main section.home-banner .banner-content .content-above .image .content img {
    margin-top: 0;
    width: 305px;
    height: 150px;
  }
  body main section.home-banner .banner-content .content-above .image .content h2 {
    font-size: 1.375rem;
  }
  body main section.home-banner .banner-content .content-above .image .content:before, body main section.home-banner .banner-content .content-above .image .content:after {
    height: 100%;
  }
  body main section.home-banner .banner-content .content-above .image.active {
    opacity: 1;
  }
  body main section.home-banner .banner-content .content-above .image.active .content img {
    transform: translateY(0);
    opacity: 1;
  }
  body main section.home-banner .banner-content .content-above .image.active .content h2 {
    opacity: 1;
    transform: translateX(0);
  }
  body main section.home-banner .banner-content .content-above .image.active .content::before {
    width: 0%;
  }
  body main section.home-banner .banner-content .content-above .image.active .content::after {
    width: 100%;
  }
  body main section.home-banner .banner-content .content-above:after, body main section.home-banner .banner-content .content-above:before {
    display: none;
  }
  body main section.home-banner .banner-content .cards {
    max-width: -moz-fit-content;
    max-width: fit-content;
    flex-wrap: wrap;
    row-gap: 1rem;
    margin: 0 auto 0;
    justify-content: center;
  }
  body main section.home-banner .banner-content .cards .card-change {
    height: auto;
    min-height: 104px;
  }
  body main section.home-banner .banner-content .cards .card-change .content .back {
    width: 100%;
    height: 100%;
  }
  body main section.home-banner .banner-content .cards .card-change .content p {
    font-size: 14px;
    text-align: start;
  }
  body main section.home-banner .banner-content:before {
    display: none;
  }
}
body main section.home-perfinasa {
  padding: 3.5rem 0;
  background-image: url("../image/backgrounds/perfinasa.png");
  background-repeat: no-repeat;
}
body main section.home-perfinasa .perfinasa {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 124px;
       column-gap: 124px;
}
body main section.home-perfinasa .perfinasa--logo {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.25rem;
       column-gap: 3.25rem;
}
body main section.home-perfinasa .perfinasa--logo img {
  width: 100%;
  max-width: 615px;
}
body main section.home-perfinasa .perfinasa--logo h2 {
  max-width: 482px;
  color: #FFFFFF;
  line-height: 120%;
  font-size: 35px;
}
body main section.home-perfinasa .perfinasa--contact {
  isolation: isolate;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.home-perfinasa .perfinasa--contact .btn-secondary {
  max-width: 100%;
}
@media (max-width: 61.9375em) {
  body main section.home-perfinasa {
    text-align: center;
    padding: 3.5rem 0;
    background-image: url("../image/backgrounds/perfinasa.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  body main section.home-perfinasa .perfinasa {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  body main section.home-perfinasa .perfinasa--logo {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.75rem;
  }
  body main section.home-perfinasa .perfinasa--logo img {
    width: 100%;
    max-width: 256px;
  }
  body main section.home-perfinasa .perfinasa--logo h2 {
    font-size: 25px;
  }
}
body main section.home-perfil {
  padding: 3.75rem 0 6.25rem;
}
body main section.home-perfil .perfil {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 135px;
       column-gap: 135px;
}
body main section.home-perfil .perfil--image {
  width: 100%;
  max-width: 632px;
  min-height: 444px;
  background-size: cover;
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 1.5rem;
}
body main section.home-perfil .perfil--image h2 {
  max-width: 302px;
  background-color: #005331;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  padding: 0.75rem 2rem;
  box-shadow: inset 0px 8px 12px 6px rgba(0, 0, 0, 0.15), inset 0px 4px 4px rgba(0, 0, 0, 0.3);
  margin-right: -3.75rem;
  font-size: 1.875rem;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}
body main section.home-perfil .perfil__aside {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
body main section.home-perfil .perfil__aside .icon {
  width: 78px;
  height: 78px;
  background-color: #FF7C1E;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 25px 25px rgba(255, 124, 30, 0.63);
}
body main section.home-perfil .perfil__aside h2 {
  color: #005331;
  position: relative;
}
body main section.home-perfil .perfil__aside h2::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: none;
  left: -2rem;
  right: none;
  width: 463px;
  height: 10px;
  background-color: #FF7C1E;
  transform: translateY(-50%);
}
body main section.home-perfil .perfil__aside h5 {
  max-width: 428px;
}
@media (max-width: 61.9375em) {
  body main section.home-perfil {
    text-align: center;
    padding: 1.25rem 0;
  }
  body main section.home-perfil .perfil {
    flex-wrap: wrap;
    row-gap: 1.25rem;
  }
  body main section.home-perfil .perfil--image {
    min-height: 215px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 1.5rem;
  }
  body main section.home-perfil .perfil--image h2 {
    padding: 0.75rem 2rem;
    margin-right: 0;
    font-size: 25px;
  }
  body main section.home-perfil .perfil__aside {
    row-gap: 0.75rem;
  }
  body main section.home-perfil .perfil__aside .icon {
    width: 68px;
    height: 68px;
    box-shadow: 0px 15px 15px rgba(255, 124, 30, 0.63);
    margin-inline: auto;
  }
  body main section.home-perfil .perfil__aside .icon img {
    width: 46px;
  }
  body main section.home-perfil .perfil__aside h2 {
    max-width: 476px;
    margin-inline: auto;
    position: relative;
    font-size: 1.25rem;
  }
  body main section.home-perfil .perfil__aside h2::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: none;
    left: -2rem;
    right: none;
    width: 186px;
    height: 5px;
    background-color: #FF7C1E;
    transform: translateY(-50%);
  }
  body main section.home-perfil .perfil__aside h5 {
    font-size: 1.125rem;
  }
  body main section.home-perfil .perfil__aside .btn-secondary {
    margin-inline: auto;
  }
}
body main section.home-products {
  background-color: #002315;
  padding: 2.5rem 0 5.5rem;
}
body main section.home-products .products {
  max-width: 1614px;
}
body main section.home-products .products--title {
  max-width: 556px;
  color: #FFFFFF;
  text-align: center;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  position: relative;
}
body main section.home-products .products--title h2 {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
body main section.home-products .products--title h5 {
  max-width: 366px;
  line-height: 120%;
  margin-inline: auto;
}
body main section.home-products .products--title h5 strong {
  color: #FF7C1E;
}
body main section.home-products .products--title::before {
  content: url("../image/pseudo/produtos.png");
  position: absolute;
  top: 1.25rem;
  bottom: none;
  left: 50%;
  right: none;
  transform: translateX(-50%);
}
body main section.home-products .products .products-slider {
  max-width: 1252px;
  margin-top: 2rem;
  margin-inline: auto;
}
body main section.home-products .products .products-slider .card-product {
  max-width: 254px;
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 1.25rem 1.25rem 2rem 1.25rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.home-products .products .products-slider .card-product .back {
  isolation: isolate;
  border-radius: 15px;
  height: 190px;
  position: relative;
  position: relative;
}
body main section.home-products .products .products-slider .card-product .back .image {
  display: grid;
  place-content: center;
  background-image: url("../image/several/card-product.png");
  border-radius: inherit;
  background-size: cover;
  height: 190px;
  position: relative;
  z-index: 1;
  transition: 0.5s linear;
  position: relative;
}
body main section.home-products .products .products-slider .card-product .back .image img {
  transition: 0.5s linear;
}
body main section.home-products .products .products-slider .card-product .back .image::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
}
body main section.home-products .products .products-slider .card-product .back::before {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: 0;
  right: none;
  inset: -5px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(0deg, #30F2A1 -3.7%, rgba(48, 242, 161, 0) 30.16%);
  transition: all 0.3s;
  opacity: 0;
}
body main section.home-products .products .products-slider .card-product .back::after {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: 0;
  right: none;
  inset: -5px;
  z-index: -1;
  border-radius: inherit;
  background: #30F2A1;
  transition: all 1s;
  opacity: 0;
}
body main section.home-products .products .products-slider .card-product .card-title {
  color: #005331;
  font-weight: 700;
  text-align: center;
}
body main section.home-products .products .products-slider .card-product .btns {
  max-width: 176px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  margin-inline: auto;
}
body main section.home-products .products .products-slider .card-product .btns .btn-primary {
  padding: 0.75rem 1rem;
  max-width: 100%;
  width: 100%;
}
body main section.home-products .products .products-slider .card-product .btns .btn-secondary {
  padding-left: 1rem;
  max-width: 100%;
  width: 100%;
}
body main section.home-products .products .products-slider .card-product .btns .btn-secondary .title {
  font-weight: 400;
}
body main section.home-products .products .products-slider .card-product .btns .btn-secondary:has(i, img) {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
body main section.home-products .products .products-slider .card-product:hover .back .image {
  background-image: url("../image/several/card-product-2.png");
}
body main section.home-products .products .products-slider .card-product:hover .back:before {
  opacity: 1;
}
body main section.home-products .products .products-slider .card-product:hover .back:after {
  opacity: 1;
}
body main section.home-products .products .products-slider .card-product:hover .back .image img {
  transform: scale(1.1);
}
body main section.home-products .products .products-slider .owl-nav {
  width: 120%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body main section.home-products.product-page {
  background-color: #f4f4f4;
}
body main section.home-products.product-page .owl-carousel .owl-nav .owl-prev, body main section.home-products.product-page .owl-carousel .owl-nav .owl-next {
  background-color: #005331;
}
body main section.home-products.product-page .card-product {
  margin-bottom: 7px;
}
body main section.home-products.product-page .products--title {
  color: #2F2F2F;
}
body main section.home-products.product-page .products__cards {
  flex-wrap: wrap;
  row-gap: 5rem;
  margin-top: 5rem;
}
@media (max-width: 61.9375em) {
  body main section.home-products.product-page {
    text-align: center;
  }
  body main section.home-products.product-page .products__cards {
    margin-top: 1.25rem;
    row-gap: 0.75rem;
  }
}
@media (max-width: 61.9375em) {
  body main section.home-products {
    text-align: center;
    padding: 1.25rem 0;
  }
  body main section.home-products .products--title h2 {
    font-size: 1.375rem;
  }
  body main section.home-products .products--title h5 {
    font-size: 1rem;
  }
  body main section.home-products .products--title:before {
    display: none;
  }
  body main section.home-products .products .products-slider {
    margin-top: 1.5rem;
  }
  body main section.home-products .products .products-slider .owl-nav {
    width: 105%;
  }
  body main section.home-products .products .products-slider .owl-nav .owl-prev img,
  body main section.home-products .products .products-slider .owl-nav .owl-next img {
    width: 50px;
  }
}
body main section.home-video {
  height: 505px;
  padding: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
body main section.home-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  inset: 0;
}
body main section.home-video .phrase {
  position: relative;
  z-index: 3;
}
body main section.home-video .phrase p {
  max-width: 986px;
  color: #FFFFFF;
  font-size: 25px;
  text-align: center;
  line-height: 120%;
  margin-inline: auto;
}
body main section.home-video::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
  z-index: 1;
}
@media (max-width: 61.9375em) {
  body main section.home-video {
    text-align: center;
    height: 305px;
    padding: 1rem 0;
  }
  body main section.home-video .phrase p {
    max-width: 340px;
    font-size: 1.125rem;
  }
}
body main section.home-choose {
  padding: 5.75rem 0 170px;
  background-image: url("../image/backgrounds/escolher.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.home-choose .choose h2 {
  text-align: center;
  color: #005331;
  font-weight: 700;
  position: relative;
}
body main section.home-choose .choose h2::before {
  content: url("../image/pseudo/escolher.png");
  position: absolute;
  top: -0.5rem;
  bottom: none;
  left: 50%;
  right: none;
  transform: translateX(-50%);
}
body main section.home-choose .choose__cards {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-top: 2.5rem;
}
body main section.home-choose .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.home-choose .choose__cards .card-choose span {
  width: 78px;
  height: 78px;
  background-color: #FF7C1E;
  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.home-choose .choose__cards .card-choose h5 {
  text-align: center;
  font-weight: 700;
  color: #06291D;
}
body main section.home-choose .choose__cards .card-choose::before {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: 0;
  right: none;
  width: 100%;
  height: 1px;
  background: #16BA77;
  transition: 0.5s linear;
}
body main section.home-choose .choose__cards .card-choose::after {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: none;
  right: 0;
  width: 0%;
  height: 1px;
  background: #16BA77;
  transition: 1s linear;
}
body main section.home-choose .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.home-choose .choose__cards .card-choose:hover:before {
  opacity: 0;
}
body main section.home-choose .choose__cards .card-choose:hover:after {
  width: 100%;
}
body main section.home-choose.product-page {
  padding: 5.75rem 0 5.75rem;
}
@media (max-width: 61.9375em) {
  body main section.home-choose {
    text-align: center;
    padding: 1.25rem 0 104px;
    background-size: cover;
  }
  body main section.home-choose .choose h2 {
    font-size: 20px;
  }
  body main section.home-choose .choose h2:before {
    display: none;
  }
  body main section.home-choose .choose__cards {
    flex-wrap: wrap;
    row-gap: 1rem;
    margin-top: 1.25rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  body main section.home-choose .choose__cards .card-choose {
    width: 100%;
    max-width: 168px;
    row-gap: 0.75rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  body main section.home-choose .choose__cards .card-choose span {
    width: 68px;
    height: 68px;
    box-shadow: 0px 15px 15px rgba(255, 124, 30, 0.63);
  }
  body main section.home-choose .choose__cards .card-choose span img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body main section.home-choose .choose__cards .card-choose h5 {
    font-size: 1rem;
  }
  body main section.home-choose .choose__cards .card-choose:hover span {
    transform: translateY(-5px);
  }
}
body main section.home-budget {
  margin-bottom: 6rem;
}
body main section.home-budget .budget {
  max-width: 1406px;
  background-image: url("../image/backgrounds/orcamento.png");
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 1.25rem 0;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 104px;
       column-gap: 104px;
}
body main section.home-budget .budget--aside {
  max-width: 380px;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.home-budget .budget--aside .logo img {
  width: 370px;
}
body main section.home-budget .budget--aside .texts {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  color: #FFFFFF;
}
body main section.home-budget .budget--aside .texts p {
  font-size: 1.125rem;
  background-color: #002315;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  line-height: 120%;
  font-weight: 700;
}
body main section.home-budget .budget__form {
  max-width: 450px;
  border-radius: 5px;
  background-color: #002315;
  padding: 2.5rem 1.25rem 1.75rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  align-items: center;
}
body main section.home-budget .budget__form h4 {
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  font-size: 1.25rem;
}
body main section.home-budget .budget__form .inputs {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.home-budget .budget__form .inputs--cols {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
body main section.home-budget .budget__form .inputs .btn-input {
  margin-top: -0.75rem;
}
body main section.home-budget.contact-page {
  margin-top: 0;
  margin-bottom: 0;
}
body main section.home-budget.contact-page .budget {
  background-image: none;
}
body main section.home-budget.contact-page .budget--aside .texts h5 {
  color: #2F2F2F;
}
body main section.home-budget.contact-page .budget--aside .texts p {
  font-size: 1.125rem;
  background-color: #002315;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  line-height: 120%;
  font-weight: 700;
}
@media (max-width: 61.9375em) {
  body main section.home-budget {
    text-align: center;
    padding-top: 1.25rem;
    padding-inline: 0.75rem;
    margin-bottom: 30px;
  }
  body main section.home-budget .budget {
    max-width: 1406px;
    background-image: url("../image/backgrounds/orcamento.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.25rem 0.75rem;
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  body main section.home-budget .budget--aside .logo img {
    width: 256px;
  }
  body main section.home-budget .budget--aside .texts h5 {
    font-size: 1.125rem;
  }
  body main section.home-budget .budget--aside .texts p {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
  body main section.home-budget .budget__form {
    padding: 1.25rem 0.75rem;
    row-gap: 1rem;
    justify-content: center;
  }
  body main section.home-budget .budget__form .inputs--cols {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
body main section.home-agribusiness {
  margin: 80px 0 100px 0;
}
body main section.home-agribusiness .agribusiness {
  background-image: url("../image/backgrounds/agronegocio.png");
  background-repeat: no-repeat;
  max-width: 1738px;
  background-size: cover;
  border-radius: 15px;
  padding-bottom: 2.25rem;
}
body main section.home-agribusiness .agribusiness--texts {
  max-width: 754px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main section.home-agribusiness .agribusiness--texts .icon {
  width: 138px;
  height: 138px;
  display: grid;
  place-content: center;
  border-radius: 15px;
  background-color: #F3F3F3;
  position: relative;
  margin-top: -1.75rem;
}
body main section.home-agribusiness .agribusiness--texts .icon picture {
  display: flex;
  background-color: #FF7C1E;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  box-shadow: 0px 25px 25px rgba(255, 124, 30, 0.63);
}
body main section.home-agribusiness .agribusiness--texts h2 {
  background: linear-gradient(0deg, #031B12 0%, #005939 130.77%);
  padding: 2.5rem 1.5rem 1rem;
  border-radius: 15px;
  margin-top: -1.5rem;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
}
body main section.home-agribusiness .agribusiness--texts h4 {
  color: #FFFFFF;
  font-size: 23.33px;
  margin: 0.5rem 0 1.5rem;
  text-align: center;
}
body main section.home-agribusiness .agribusiness--texts h4 strong {
  color: #FFD600;
}
@media (max-width: 61.9375em) {
  body main section.home-agribusiness {
    text-align: center;
    margin: 2rem 0 1.5rem;
  }
  body main section.home-agribusiness .agribusiness {
    background-image: url("../image/backgrounds/agronegocio.png");
    background-repeat: no-repeat;
    border-radius: 5px;
    padding-bottom: 1.25rem;
  }
  body main section.home-agribusiness .agribusiness--texts {
    max-width: 754px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body main section.home-agribusiness .agribusiness--texts .icon {
    width: 118px;
    height: 118px;
    margin-top: -1.75rem;
  }
  body main section.home-agribusiness .agribusiness--texts .icon picture {
    width: 68px;
    height: 68px;
    box-shadow: 0px 15px 15px rgba(255, 124, 30, 0.63);
  }
  body main section.home-agribusiness .agribusiness--texts .icon picture img {
    width: 46px;
  }
  body main section.home-agribusiness .agribusiness--texts h2 {
    padding: 2rem 1.5rem 1rem;
    border-radius: 10px;
    margin-top: -1.5rem;
    font-size: 1.375rem;
  }
  body main section.home-agribusiness .agribusiness--texts h4 {
    font-size: 1.125rem;
    margin: 0.5rem 0 0.75rem;
  }
}
body main section.home-about {
  padding: 0 0 4.75rem;
  background-image: url("../image/backgrounds/sobre.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.home-about .about {
  max-width: 1320px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 204px;
       column-gap: 204px;
}
body main section.home-about .about--aside {
  max-width: 485px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  padding-top: 3.25rem;
}
body main section.home-about .about--aside h4 {
  font-weight: 700;
}
body main section.home-about .about--aside h4 strong {
  color: #FF7C1E;
}
body main section.home-about .about--aside .texts {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
body main section.home-about .about--aside .texts p {
  font-size: 1.125rem;
  line-height: 120%;
}
body main section.home-about .about--video {
  outline: 1.875rem solid #F3F3F3;
  border-radius: 15px;
  margin-top: -2.75rem;
}
body main section.home-about.about-page {
  background-image: none;
}
body main section.home-about.about-page .about--aside {
  color: #2F2F2F;
}
body main section.home-about.about-page .about--video {
  outline: 1.875rem solid #A9A9A9;
  margin-top: 0;
}
@media (max-width: 61.9375em) {
  body main section.home-about.about-page {
    text-align: center;
    padding: 1.25rem 0;
  }
  body main section.home-about.about-page .about--aside {
    color: #2F2F2F;
  }
  body main section.home-about.about-page .about--video {
    outline: none;
  }
}
@media (max-width: 61.9375em) {
  body main section.home-about {
    text-align: center;
    padding: 1.25rem 0;
  }
  body main section.home-about .about {
    flex-wrap: wrap;
    row-gap: 1.25rem;
  }
  body main section.home-about .about--aside {
    row-gap: 0.75rem;
    padding-top: 0;
  }
  body main section.home-about .about--aside h4 {
    font-weight: 700;
  }
  body main section.home-about .about--aside .texts {
    row-gap: 0.75rem;
  }
  body main section.home-about .about--aside .texts p {
    font-size: 1rem;
  }
  body main section.home-about .about--video {
    width: 100%;
    outline: none;
    border-radius: none;
    margin-top: 0;
  }
}
body main section.terms,
body main section.policy,
body main section.changes {
  padding: 4rem 0;
}
body main section.terms .content--text,
body main section.policy .content--text,
body main section.changes .content--text {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
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%;
  margin-bottom: 20px;
}
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;
  margin-bottom: 20px;
}
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%;
  margin-bottom: 20px;
}
@media (max-width: 61.9375em) {
  body main section.terms,
  body main section.policy,
  body main section.changes {
    text-align: center;
    padding: 1.5rem 0;
  }
  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.politica-termos .texto p,
body main section.politica-termos .texto h3,
body main section.politica-termos .texto h1,
body main section.politica-termos .texto h2 {
  margin-bottom: 20px;
}
body main section.products-inner .inner {
  max-width: 1388px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 4.75rem;
       column-gap: 4.75rem;
}
body main section.products-inner .inner__aside {
  width: 100%;
  max-width: 465px;
  background: rgba(255, 255, 255, 0.5);
  padding: 3rem 2rem;
  position: relative;
}
body main section.products-inner .inner__aside .other-products {
  width: 100%;
  max-width: 400px;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: 1px solid #C6C6C6;
  position: sticky;
  top: 6.5rem;
}
body main section.products-inner .inner__aside .other-products h4 {
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 1.25rem;
  color: #06291D;
  font-weight: 700;
  border-bottom: 7px solid #FF7C1E;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
body main section.products-inner .inner__aside .other-products .cards {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.products-inner .inner__aside .other-products .cards .card-other {
  width: 100%;
  max-width: 354px;
  background-color: #E8E8E8;
  padding-right: 1.5rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  transition: 0.4s linear;
}
body main section.products-inner .inner__aside .other-products .cards .card-other .image-thumb {
  width: 132px;
  height: 78px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-color: #A9A9A9;
}
body main section.products-inner .inner__aside .other-products .cards .card-other .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main section.products-inner .inner__aside .other-products .cards .card-other .title h5 {
  color: #5E5E5E;
  font-weight: 700;
  max-width: 126px;
  font-size: 1.125rem;
}
body main section.products-inner .inner__aside .other-products .cards .card-other .title img {
  filter: invert(57%) sepia(57%) saturate(3203%) hue-rotate(346deg) brightness(104%) contrast(101%);
  transition: transform 0.3s ease;
}
body main section.products-inner .inner__aside .other-products .cards .card-other:hover, body main section.products-inner .inner__aside .other-products .cards .card-other.active {
  background-color: #FF7C1E;
}
body main section.products-inner .inner__aside .other-products .cards .card-other:hover .title h5, body main section.products-inner .inner__aside .other-products .cards .card-other.active .title h5 {
  color: #FFFFFF;
}
body main section.products-inner .inner__aside .other-products .cards .card-other:hover .title img, body main section.products-inner .inner__aside .other-products .cards .card-other.active .title img {
  filter: grayscale(1) brightness(100);
  transform: translateX(10px);
}
body main section.products-inner .inner__content {
  max-width: 822px;
  padding: 1.75rem;
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-top: -2.75rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.75rem;
  position: relative;
  position: relative;
}
body main section.products-inner .inner__content .introduction {
  position: relative;
  z-index: 2;
}
body main section.products-inner .inner__content .introduction .image-big {
  width: 769px;
  height: 383px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.products-inner .inner__content .introduction--extra {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-top: 1.25rem;
}
body main section.products-inner .inner__content .introduction--extra h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
body main section.products-inner .inner__content .introduction--extra ul {
  list-style: none;
  vertical-align: middle;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
body main section.products-inner .inner__content .introduction--extra ul li {
  background: url("../image/icons/ico_check.png") no-repeat left center;
  padding-left: 2.25rem;
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: 700;
}
body main section.products-inner .inner__content .introduction--extra .btns {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
body main section.products-inner .inner__content .introduction--extra .btns .btn-secondary.whatsapp {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
body main section.products-inner .inner__content .information {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 3.25rem;
}
body main section.products-inner .inner__content .information__top .gallery-slider .image-gallery {
  width: 255px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.products-inner .inner__content .information__top .gallery-slider .owl-nav {
  width: 110%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body main section.products-inner .inner__content .information__top .gallery-slider .owl-nav .owl-prev,
body main section.products-inner .inner__content .information__top .gallery-slider .owl-nav .owl-next {
  background-color: #005331;
}
body main section.products-inner .inner__content .information__top .gallery-slider .owl-nav .owl-prev img,
body main section.products-inner .inner__content .information__top .gallery-slider .owl-nav .owl-next img {
  transition: 0.3s linear;
  opacity: 1;
}
body main section.products-inner .inner__content .information__top .gallery-slider .owl-nav .owl-prev:hover img,
body main section.products-inner .inner__content .information__top .gallery-slider .owl-nav .owl-next:hover img {
  filter: invert(75%) sepia(77%) saturate(4795%) hue-rotate(8deg) brightness(101%) contrast(105%);
}
body main section.products-inner .inner__content .information__top--texts h5 {
  margin: 0;
  margin-bottom: 20px;
}
body main section.products-inner .inner__content .information__top--texts p {
  font-size: 1.125rem;
  line-height: 120%;
  color: #5E5E5E;
}
body main section.products-inner .inner__content .information__cards {
  display: flex;
  align-items: stretch;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-bottom: 2.5rem;
}
body main section.products-inner .inner__content .information__cards .card-information {
  width: 100%;
  max-width: 240px;
  background-color: #FFFFFF;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  transition: 0.4s ease;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
body main section.products-inner .inner__content .information__cards .card-information span {
  width: 100%;
  max-width: 85px;
  height: 78px;
  background-color: #FF7C1E;
  border-radius: 5px;
  box-shadow: 0px 25px 25px rgba(255, 124, 30, 0.63);
  transition: 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main section.products-inner .inner__content .information__cards .card-information h5 {
  max-width: 113px;
  font-size: 1.125rem;
  color: #06291D;
  font-weight: 700;
  line-height: 120%;
}
body main section.products-inner .inner__content .information__cards .card-information:hover {
  transform: translateY(-10px);
}
body main section.products-inner .inner__content .information__cards .card-information:hover span {
  background-color: #005331;
  box-shadow: 0px 25px 25px rgba(2, 79, 47, 0.63);
}
body main section.products-inner .inner__content .information--form {
  max-width: 770px;
  background-image: url("../image/backgrounds/several/form-inner.png");
  background-repeat: no-repeat;
  padding: 1.25rem;
  border-radius: 5px;
  background-size: cover;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
body main section.products-inner .inner__content .information--form .aside {
  max-width: 344px;
}
body main section.products-inner .inner__content .information--form .aside .logo {
  margin-bottom: 0.75rem;
}
body main section.products-inner .inner__content .information--form .aside .logo img {
  width: 100%;
  max-width: 330px;
}
body main section.products-inner .inner__content .information--form .aside .texts {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  color: #FFFFFF;
}
body main section.products-inner .inner__content .information--form .aside .texts p {
  font-size: 1.125rem;
  background-color: #002315;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  line-height: 120%;
  font-weight: 700;
}
body main section.products-inner .inner__content .information--form .inputs {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.products-inner .inner__content .information--form .inputs--cols {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
body main section.products-inner .inner__content .information__doubts {
  margin-top: 2rem;
}
body main section.products-inner .inner__content .information__doubts .title {
  margin-bottom: 1.25rem;
}
body main section.products-inner .inner__content .information__doubts .title h5 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
body main section.products-inner .inner__content .information__doubts .title h6 {
  font-size: 1.125rem;
  color: #5E5E5E;
  line-height: 120%;
}
body main section.products-inner .inner__content .information__doubts--cards {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
body main section.products-inner .inner__content .information__doubts--cards .card-doubt {
  transition: all 0.5s linear;
}
body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-button {
  height: 3rem;
  background-color: #FFFFFF;
  padding-left: 0.5rem;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.5s linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-button h5 {
  color: #2F2F2F;
  font-size: 1.125rem;
  text-transform: uppercase;
}
body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-button .arrow {
  width: 48px;
  height: 48px;
  background-color: #FF7C1E;
  transition: 0.5s linear;
  display: grid;
  place-content: center;
}
body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-button:hover, body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-button.active {
  background-color: #FF7C1E;
}
body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-button:hover h5, body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-button.active h5 {
  color: #FFFFFF;
}
body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-button:hover .arrow, body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-button.active .arrow {
  background-color: #FFFFFF;
}
body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-button:hover .arrow img, body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-button.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.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-button.active img {
  transform: rotate(-90deg);
}
body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-content {
  padding: 1rem 0.5rem 0;
}
body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-content p {
  max-width: 696px;
  font-size: 1.125rem;
  color: #5E5E5E;
  line-height: 120%;
}
body main section.products-inner .inner__content::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  inset: -3px;
  background: linear-gradient(180deg, #FF6B00 0%, rgba(0, 0, 0, 0) 12.44%);
  border-radius: inherit;
}
body main section.products-inner .inner__content::after {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  inset: 0;
  background-color: #F3F3F3;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 61.9375em) {
  body main section.products-inner {
    text-align: center;
    background-color: #FFFFFF;
  }
  body main section.products-inner .inner {
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  body main section.products-inner .inner__content {
    order: 1;
    width: 100%;
    max-width: 555px;
    padding: 0.75rem 0.75rem 2.25rem;
    border-radius: 2.5px;
    margin-top: -2.25rem;
    row-gap: 0.75rem;
    justify-content: center;
    position: relative;
    position: relative;
  }
  body main section.products-inner .inner__content .introduction .image-big {
    width: 326px;
    height: 162px;
  }
  body main section.products-inner .inner__content .introduction--extra {
    row-gap: 0.75rem;
    text-align: start;
  }
  body main section.products-inner .inner__content .introduction--extra h2 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  body main section.products-inner .inner__content .introduction--extra ul {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-bottom: 0;
  }
  body main section.products-inner .inner__content .introduction--extra ul li {
    font-size: 1rem;
  }
  body main section.products-inner .inner__content .introduction--extra .btns {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  body main section.products-inner .inner__content .introduction--extra .btns .btn-secondary.whatsapp {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  body main section.products-inner .inner__content .information {
    row-gap: 2rem;
    justify-content: center;
  }
  body main section.products-inner .inner__content .information__top {
    flex-wrap: wrap;
    row-gap: 1.25rem;
    justify-content: center;
  }
  body main section.products-inner .inner__content .information__top .gallery-slider .image-gallery {
    width: 355px;
    height: 200px;
    margin-inline: auto;
  }
  body main section.products-inner .inner__content .information__top .gallery-slider .owl-nav {
    width: 108%;
  }
  body main section.products-inner .inner__content .information__top .gallery-slider .owl-nav .owl-prev,
  body main section.products-inner .inner__content .information__top .gallery-slider .owl-nav .owl-next {
    background-color: #005331;
    transform: scale(0.8);
  }
  body main section.products-inner .inner__content .information__top--texts {
    text-align: start;
  }
  body main section.products-inner .inner__content .information__top--texts h2 {
    font-size: 16px;
    margin: 0.75rem 0 0.5rem;
  }
  body main section.products-inner .inner__content .information__top--texts p {
    font-size: 0.875rem;
  }
  body main section.products-inner .inner__content .information__cards {
    flex-wrap: wrap;
    row-gap: 1rem;
    justify-content: center;
  }
  body main section.products-inner .inner__content .information__cards .card-information {
    max-width: 318px;
    padding: 0.75rem 1rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    text-align: start;
  }
  body main section.products-inner .inner__content .information__cards .card-information span {
    width: 100%;
    max-width: 75px;
    height: 70px;
  }
  body main section.products-inner .inner__content .information__cards .card-information h5 {
    max-width: 165px;
    font-size: 1.375rem;
  }
  body main section.products-inner .inner__content .information--form {
    padding: 1.25rem 1.75rem;
    background-size: cover;
    flex-wrap: wrap;
    row-gap: 0.75rem;
    justify-content: center;
  }
  body main section.products-inner .inner__content .information--form .aside {
    text-align: start;
  }
  body main section.products-inner .inner__content .information--form .aside .logo {
    margin-bottom: 0.5rem;
  }
  body main section.products-inner .inner__content .information--form .aside h6 {
    font-size: 0.875rem;
    font-weight: 700;
  }
  body main section.products-inner .inner__content .information--form .aside .texts h5 {
    font-size: 1.125rem;
  }
  body main section.products-inner .inner__content .information--form .aside .texts p {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
  body main section.products-inner .inner__content .information--form .inputs {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
  body main section.products-inner .inner__content .information--form .inputs--cols {
    display: flex;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  body main section.products-inner .inner__content .information__doubts {
    margin-top: 0.75rem;
  }
  body main section.products-inner .inner__content .information__doubts .title {
    text-align: start;
  }
  body main section.products-inner .inner__content .information__doubts .title h5 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  body main section.products-inner .inner__content .information__doubts .title h6 {
    font-size: 0.875rem;
  }
  body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-button {
    height: 50px;
    text-align: start;
  }
  body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-button h5 {
    max-width: 215px;
    font-size: 1rem;
    text-transform: capitalize;
  }
  body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-button .arrow {
    width: 40px;
    height: 50px;
  }
  body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-button .arrow img {
    width: 25px;
  }
  body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-content {
    padding: 1rem 0.5rem 0;
  }
  body main section.products-inner .inner__content .information__doubts--cards .card-doubt .collapse-content p {
    max-width: 696px;
    font-size: 1.125rem;
    color: #5E5E5E;
    line-height: 120%;
  }
  body main section.products-inner .inner__content::before {
    content: "";
    position: absolute;
    top: none;
    bottom: none;
    left: none;
    right: none;
    inset: -3px;
    background: linear-gradient(180deg, #FF6B00 0%, rgba(0, 0, 0, 0) 12.44%);
    border-radius: inherit;
  }
  body main section.products-inner .inner__content::after {
    content: "";
    position: absolute;
    top: none;
    bottom: none;
    left: none;
    right: none;
    inset: 0;
    background-color: #F3F3F3;
    pointer-events: none;
    z-index: 1;
  }
  body main section.products-inner .inner__aside {
    order: 2;
    padding: 0;
    margin: 0.5rem 0 2rem;
  }
  body main section.products-inner .inner__aside .other-productsMobile h4 {
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 1.25rem;
    color: #06291D;
    font-weight: 700;
    border-bottom: 7px solid #FF7C1E;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
  }
  body main section.products-inner .inner__aside .other-productsMobile .other-slider .card-other {
    width: 100%;
    max-width: 354px;
    background-color: #E8E8E8;
    padding-right: 1.5rem;
    margin-inline: auto;
    text-align: start;
    display: flex;
    align-items: center;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    transition: 0.4s linear;
  }
  body main section.products-inner .inner__aside .other-productsMobile .other-slider .card-other .image-thumb {
    width: 100%;
    max-width: 132px;
    height: 78px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body main section.products-inner .inner__aside .other-productsMobile .other-slider .card-other .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body main section.products-inner .inner__aside .other-productsMobile .other-slider .card-other .title h5 {
    color: #5E5E5E;
    font-weight: 700;
    max-width: 126px;
    font-size: 1.125rem;
  }
  body main section.products-inner .inner__aside .other-productsMobile .other-slider .card-other .title img {
    filter: invert(57%) sepia(57%) saturate(3203%) hue-rotate(346deg) brightness(104%) contrast(101%);
    transition: transform 0.3s ease;
  }
  body main section.products-inner .inner__aside .other-productsMobile .other-slider .card-other:hover {
    background-color: #FF7C1E;
  }
  body main section.products-inner .inner__aside .other-productsMobile .other-slider .card-other:hover .title h5 {
    color: #FFFFFF;
  }
  body main section.products-inner .inner__aside .other-productsMobile .other-slider .card-other:hover .title img {
    filter: grayscale(1) brightness(100);
    transform: translateX(10px);
  }
  body main section.products-inner .inner__aside .other-productsMobile .other-slider .owl-dots {
    margin: 0.75rem 0 0 1.75rem;
  }
  body main section.products-inner .inner__aside .other-productsMobile .other-slider .owl-dots .owl-dot {
    width: 30px;
    height: 5px;
    background-color: #2F2F2F;
    border-radius: 0;
  }
  body main section.products-inner .inner__aside .other-productsMobile .other-slider .owl-dots .owl-dot.active {
    width: 64px;
    background-color: #FF7C1E;
  }
}