.pre-footer,
.pre-footer *,
footer,
footer * {
  box-sizing: border-box;
}

body.d-flex.flex-column.min-vh-100 {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
}

body.d-flex.flex-column.min-vh-100
  > header
  ~ *:not(.pre-footer):not(footer):not(script):not(style):not(noscript) {
  flex: 1 0 auto;
}

body.d-flex.flex-column.min-vh-100
  > header
  ~ .container:not(.pre-footer-container):not(footer .container) {
  flex: 1 0 auto !important;
  min-height: 0;
}

body.d-flex.flex-column.min-vh-100
  > header
  ~ div:not(.pre-footer):not(footer):not(script):not(style):not(noscript):not(
    [id*="banner-login"]
  ) {
  flex: 1 0 auto !important;
  min-height: 0;
}

body.d-flex.flex-column.min-vh-100:not(:has(header))
  > *:not(.pre-footer):not(footer):not(script):not(style):not(
    noscript
  ):first-child {
  flex: 1 0 auto;
}

body.d-flex.flex-column.min-vh-100 > header,
body.d-flex.flex-column.min-vh-100 > nav {
  flex-shrink: 0;
}

body.d-flex.flex-column.min-vh-100
  > .container:not(.pre-footer-container):not(footer .container) {
  flex: 1 0 auto;
  min-height: 400px;
}

.pre-footer,
footer {
  flex-shrink: 0;
  margin-top: auto;
}

footer,
.pre-footer {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

body.show-footer footer,
body.show-footer .pre-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@keyframes fadeInFooter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body.d-flex.flex-column.min-vh-100
  .container:not(.pre-footer-container):not(footer .container):not(
    #banner-login-container
  ),
body.d-flex.flex-column.min-vh-100 .produto-container {
  min-height: 500px;
  padding-bottom: 40px;
}

body.d-flex.flex-column.min-vh-100 #banner-login-container,
#banner-login-container,
#banner-login-container.container {
  min-height: auto !important;
  padding-bottom: 0 !important;
  height: auto !important;
  margin-bottom: 0 !important;
}

body.d-flex.flex-column.min-vh-100
  > div:not(.pre-footer):not(footer):not(header):not(nav) {
  min-height: 400px;
}

.btnEmailSucesso {
  background-color: green !important;
}

.pre-footer {
  width: 100% !important;
  max-width: none !important;
  padding: 25px 100px;
  border-radius: 0 !important;
  margin: auto;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.pre-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
@media (max-width: 1024px) {
  .pre-footer {
    padding: 35px 30px;
  }
}
@media (max-width: 640px) {
  .pre-footer {
    padding: 30px 20px;
  }
}
.pre-footer .pre-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .pre-footer .pre-footer-container {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .pre-footer .pre-footer-container {
    align-items: flex-start;
  }
}
.pre-footer .pre-footer-container .pre-footer-title {
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .pre-footer .pre-footer-container .pre-footer-title {
    margin-bottom: 35px;
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .pre-footer .pre-footer-container .pre-footer-title {
    font-size: 24px;
  }
}
.pre-footer .pre-footer-container .pre-footer-title .pre-footer-subtitle {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  margin-top: 5px;
  opacity: 0.9;
}
.pre-footer .pre-footer-container .pre-footer-infos {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .pre-footer .pre-footer-container .pre-footer-infos {
    width: 100%;
  }
}
.pre-footer .pre-footer-container .pre-footer-infos .pre-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 75px;
  flex: 1;
  width: 400px;
  overflow: hidden;
}
@media (max-width: 1350px) {
  .pre-footer .pre-footer-container .pre-footer-infos .pre-footer-nav {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .pre-footer .pre-footer-container .pre-footer-infos .pre-footer-nav {
    width: auto;
    flex: 1;
  }
}
@media (max-width: 640px) {
  .pre-footer .pre-footer-container .pre-footer-infos .pre-footer-nav {
    display: none;
  }
}
.pre-footer .pre-footer-container .pre-footer-infos .pre-footer-nav a {
  font-weight: 500 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 15px !important;
  color: #fff !important;
  transition: all 0.3s ease !important;
  padding: 5px 0 !important;
}
.pre-footer .pre-footer-container .pre-footer-infos .pre-footer-nav a:hover {
  color: #00675d !important;
  transform: translateX(5px) !important;
}
.pre-footer
  .pre-footer-container
  .pre-footer-infos
  .pre-footer-nav
  a:hover
  svg
  path {
  fill: #00675d !important;
}
.pre-footer .pre-footer-container .pre-footer-infos .pre-footer-nav a svg {
  flex-shrink: 0;
}
.pre-footer .pre-footer-container .pre-footer-infos .pre-footer-nav a svg path {
  transition: fill 0.3s ease;
}
.pre-footer
  .pre-footer-container
  .pre-footer-infos
  .pre-footer-nav
  a.line-through {
  position: relative;
}
.pre-footer
  .pre-footer-container
  .pre-footer-infos
  .pre-footer-nav
  a.line-through::after {
  content: "";
  position: absolute;
  left: calc(100% + 20px);
  width: 1000px;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #9d9d9d;
}
.pre-footer .pre-footer-container .pre-footer-infos .pre-footer-form {
  width: 490px;
  padding-left: 30px;
  border-left: 1px solid #9d9d9d;
}
@media (max-width: 1350px) {
  .pre-footer .pre-footer-container .pre-footer-infos .pre-footer-form {
    width: 350px;
  }
}
@media (max-width: 640px) {
  .pre-footer .pre-footer-container .pre-footer-infos .pre-footer-form {
    width: 100%;
    padding-left: 20px;
  }
}
.pre-footer .pre-footer-container .pre-footer-infos .pre-footer-form form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.pre-footer
  .pre-footer-container
  .pre-footer-infos
  .pre-footer-form
  form
  label {
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
  margin-left: 20px;
}
.pre-footer
  .pre-footer-container
  .pre-footer-infos
  .pre-footer-form
  form
  input {
  background: #404040;
  padding: 0 20px;
  height: 40px;
  outline: 1px solid #fff;
  border-radius: 5px;
  border: none;
  width: 100%;
  font-size: 12px;
  color: #fff;
}
.pre-footer
  .pre-footer-container
  .pre-footer-infos
  .pre-footer-form
  form
  textarea {
  background: #404040;
  padding: 10px 20px;
  height: 80px;
  outline: 1px solid #fff;
  border-radius: 5px;
  border: none;
  resize: none;
  width: 100%;
  font-size: 12px;
  color: #fff;
  display: block;
}
.pre-footer
  .pre-footer-container
  .pre-footer-infos
  .pre-footer-form
  form
  button {
  width: 70px !important;
  height: 80px !important;
  background: #00675d !important;
  border-radius: 5px !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}
.pre-footer
  .pre-footer-container
  .pre-footer-infos
  .pre-footer-form
  form
  button:hover {
  background: #7a9b2e !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(143, 180, 53, 0.3) !important;
}
.pre-footer
  .pre-footer-container
  .pre-footer-infos
  .pre-footer-form
  form
  button:active {
  transform: translateY(0) !important;
}
.pre-footer
  .pre-footer-container
  .pre-footer-infos
  .pre-footer-form
  form
  .pre-footer-form-textarea {
  display: flex;
  align-items: end;
  gap: 10px;
  width: 100%;
}
.pre-footer
  .pre-footer-container
  .pre-footer-infos
  .pre-footer-form
  form
  .pre-footer-form-textarea
  .pre-footer-form-textarea-holder {
  flex: 1;
}

[id*="rdstation"]:not([id*="whatsapp-floater"]):not(
    [id*="formulario-fale-conosco"]
  ),
[class*="rdstation"]:not(.whatsapp-floater):not(.whatsapp_floater):not(
    [id*="formulario-fale-conosco"]
  ),
[class*="rd-floating_button"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#formulario-fale-conosco-8607622b88160647449b,
[id*="formulario-fale-conosco"],
#formulario-fale-conosco-8607622b88160647449b *,
[id*="formulario-fale-conosco"] * {
  background: none !important;
  background-color: transparent !important;
}

#formulario-fale-conosco-8607622b88160647449b,
#formulario-fale-conosco-8607622b88160647449b *,
[id*="formulario-fale-conosco"],
[id*="formulario-fale-conosco"] * {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

#formulario-fale-conosco-8607622b88160647449b style,
[id*="formulario-fale-conosco"] style,
#formulario-fale-conosco-8607622b88160647449b script,
[id*="formulario-fale-conosco"] script {
  display: none !important;
}

#formulario-fale-conosco-8607622b88160647449b label,
[id*="formulario-fale-conosco"] label {
  font-weight: 600 !important;
  color: #fff !important;
  font-size: 12px !important;
  margin-bottom: 8px !important;
}

#formulario-fale-conosco-8607622b88160647449b input,
#formulario-fale-conosco-8607622b88160647449b textarea,
[id*="formulario-fale-conosco"] input,
[id*="formulario-fale-conosco"] textarea {
  background: #2a2a2a !important;
  padding: 0 20px !important;
  height: 45px !important;
  outline: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 8px !important;
  border: none !important;
  width: 100% !important;
  font-size: 12px !important;
  color: #fff !important;
  transition: outline 0.3s ease !important;
}

#formulario-fale-conosco-8607622b88160647449b input::placeholder,
#formulario-fale-conosco-8607622b88160647449b textarea::placeholder,
[id*="formulario-fale-conosco"] input::placeholder,
[id*="formulario-fale-conosco"] textarea::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

#formulario-fale-conosco-8607622b88160647449b input:hover,
#formulario-fale-conosco-8607622b88160647449b textarea:hover,
[id*="formulario-fale-conosco"] input:hover,
[id*="formulario-fale-conosco"] textarea:hover {
  outline-color: rgba(255, 255, 255, 0.5) !important;
}

#formulario-fale-conosco-8607622b88160647449b input:focus,
#formulario-fale-conosco-8607622b88160647449b textarea:focus,
[id*="formulario-fale-conosco"] input:focus,
[id*="formulario-fale-conosco"] textarea:focus {
  outline: 2px solid #00675d !important;
  background: #333333 !important;
}

#formulario-fale-conosco-8607622b88160647449b textarea,
[id*="formulario-fale-conosco"] textarea {
  padding: 12px 20px !important;
  min-height: 100px !important;
  resize: vertical !important;
}

#formulario-fale-conosco-8607622b88160647449b button,
#formulario-fale-conosco-8607622b88160647449b input[type="submit"],
[id*="formulario-fale-conosco"] button,
[id*="formulario-fale-conosco"] input[type="submit"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 50px !important;
  background: #00675d !important;
  border-radius: 8px !important;
  color: #fff !important;
  border: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin-top: 10px !important;
}

#formulario-fale-conosco-8607622b88160647449b button:hover,
#formulario-fale-conosco-8607622b88160647449b input[type="submit"]:hover,
[id*="formulario-fale-conosco"] button:hover,
[id*="formulario-fale-conosco"] input[type="submit"]:hover {
  background: #7a9b2e !important;
  transform: translateY(-2px) !important;
}

#formulario-fale-conosco-8607622b88160647449b p:last-child,
[id*="formulario-fale-conosco"] p:last-child {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 9px !important;
  margin-top: 10px !important;
  text-align: center !important;
}

@media (max-width: 768px) {
  #formulario-fale-conosco-8607622b88160647449b .rd-form-row,
  [id*="formulario-fale-conosco"] .rd-form-row {
    flex-direction: column !important;
  }
}

#formulario-fale-conosco-8607622b88160647449b .phone-input-group,
[id*="formulario-fale-conosco"] .phone-input-group {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  gap: 0 !important;
  position: relative !important;
  margin-bottom: 10px !important;
}

#formulario-fale-conosco-8607622b88160647449b .select2-container.phone-country,
[id*="formulario-fale-conosco"] .select2-container.phone-country {
  display: flex !important;
  width: auto !important;
  max-width: 110px !important;
  flex-shrink: 0 !important;
  margin-bottom: 0 !important;
  position: relative !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-container.phone-country
  .select2-choice,
[id*="formulario-fale-conosco"]
  .select2-container.phone-country
  .select2-choice {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #1f1f1f !important;
  border: none !important;
  border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 8px 0 0 8px !important;
  height: 45px !important;
  width: 100% !important;
  padding: 0 10px !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  outline: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-sizing: border-box !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-container.phone-country
  .select2-choice:hover,
[id*="formulario-fale-conosco"]
  .select2-container.phone-country
  .select2-choice:hover {
  background: #2a2a2a !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-container.phone-country
  .select2-choice:focus,
#formulario-fale-conosco-8607622b88160647449b
  .select2-container.phone-country
  .select2-choice:active,
[id*="formulario-fale-conosco"]
  .select2-container.phone-country
  .select2-choice:focus,
[id*="formulario-fale-conosco"]
  .select2-container.phone-country
  .select2-choice:active {
  outline: 2px solid #00675d !important;
  background: #333333 !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-container.phone-country
  .select2-choice
  *,
[id*="formulario-fale-conosco"]
  .select2-container.phone-country
  .select2-choice
  * {
  pointer-events: none !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-container.phone-country
  .select2-chosen,
[id*="formulario-fale-conosco"]
  .select2-container.phone-country
  .select2-chosen {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex: 1 !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-container.phone-country
  .select2-chosen
  img.flag,
[id*="formulario-fale-conosco"]
  .select2-container.phone-country
  .select2-chosen
  img.flag {
  width: 30px !important;
  height: auto !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
  border-radius: 2px !important;
  display: block !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-container.phone-country
  .select2-arrow,
[id*="formulario-fale-conosco"]
  .select2-container.phone-country
  .select2-arrow {
  display: none !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-container.phone-country.select2-dropdown-open
  .select2-choice,
[id*="formulario-fale-conosco"]
  .select2-container.phone-country.select2-dropdown-open
  .select2-choice {
  outline: 2px solid #00675d !important;
  background: #333333 !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .form-control.phone-country[data-type="countries"],
#formulario-fale-conosco-8607622b88160647449b .country-field,
#formulario-fale-conosco-8607622b88160647449b .select2-focusser,
#formulario-fale-conosco-8607622b88160647449b .select2-offscreen,
#formulario-fale-conosco-8607622b88160647449b label.select2-offscreen,
#formulario-fale-conosco-8607622b88160647449b .select2-search-choice-close,
#formulario-fale-conosco-8607622b88160647449b
  .select2-drop:not(.select2-drop-active),
#formulario-fale-conosco-8607622b88160647449b
  .select2-drop.select2-display-none,
#formulario-fale-conosco-8607622b88160647449b
  .phone-input-group
  ~ .select2-drop:not(.select2-drop-active),
#formulario-fale-conosco-8607622b88160647449b .select2-drop-mask,
#formulario-fale-conosco-8607622b88160647449b
  body
  > .select2-drop:not(.select2-drop-active),
[id*="formulario-fale-conosco"]
  .form-control.phone-country[data-type="countries"],
[id*="formulario-fale-conosco"] .country-field,
[id*="formulario-fale-conosco"] .select2-focusser,
[id*="formulario-fale-conosco"] .select2-offscreen,
[id*="formulario-fale-conosco"] label.select2-offscreen,
[id*="formulario-fale-conosco"] .select2-search-choice-close,
[id*="formulario-fale-conosco"] .select2-drop:not(.select2-drop-active),
[id*="formulario-fale-conosco"] .select2-drop.select2-display-none,
[id*="formulario-fale-conosco"]
  .phone-input-group
  ~ .select2-drop:not(.select2-drop-active),
[id*="formulario-fale-conosco"] .select2-drop-mask,
[id*="formulario-fale-conosco"] body > .select2-drop:not(.select2-drop-active) {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#formulario-fale-conosco-8607622b88160647449b .select2-container .select2-drop,
[id*="formulario-fale-conosco"] .select2-container .select2-drop {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 10000 !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .phone-input-group
  input[type="tel"].js-phone,
[id*="formulario-fale-conosco"] .phone-input-group input[type="tel"].js-phone {
  flex: 1 !important;
  border-radius: 0 8px 8px 0 !important;
  margin-bottom: 0 !important;
  padding-left: 20px !important;
  border-left: none !important;
  outline-width: 1px !important;
  outline-offset: 0 !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .phone-input-group
  input[type="tel"].js-phone:focus,
[id*="formulario-fale-conosco"]
  .phone-input-group
  input[type="tel"].js-phone:focus {
  outline: 2px solid #00675d !important;
  border-left: none !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .phone-input-group
  input[type="tel"].js-phone:hover,
[id*="formulario-fale-conosco"]
  .phone-input-group
  input[type="tel"].js-phone:hover {
  outline-color: rgba(255, 255, 255, 0.5) !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-drop.phone-select2-dropdown,
[id*="formulario-fale-conosco"] .select2-drop.phone-select2-dropdown {
  background: #1f1f1f !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;
  margin-top: 5px !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-drop.phone-select2-dropdown
  .select2-search,
[id*="formulario-fale-conosco"]
  .select2-drop.phone-select2-dropdown
  .select2-search {
  padding: 8px !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-drop.phone-select2-dropdown
  .select2-search
  input,
[id*="formulario-fale-conosco"]
  .select2-drop.phone-select2-dropdown
  .select2-search
  input {
  background: #2a2a2a !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 5px !important;
  color: #fff !important;
  padding: 8px 12px !important;
  font-size: 12px !important;
  width: 100% !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-drop.phone-select2-dropdown
  .select2-search
  input::placeholder,
[id*="formulario-fale-conosco"]
  .select2-drop.phone-select2-dropdown
  .select2-search
  input::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-drop.phone-select2-dropdown
  .select2-search
  input:focus,
[id*="formulario-fale-conosco"]
  .select2-drop.phone-select2-dropdown
  .select2-search
  input:focus {
  outline: 2px solid #00675d !important;
  background: #333333 !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-drop.phone-select2-dropdown
  .select2-results,
[id*="formulario-fale-conosco"]
  .select2-drop.phone-select2-dropdown
  .select2-results {
  max-height: 200px !important;
  overflow-y: auto !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-drop.phone-select2-dropdown
  .select2-results
  li,
[id*="formulario-fale-conosco"]
  .select2-drop.phone-select2-dropdown
  .select2-results
  li {
  padding: 8px 12px !important;
  color: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-drop.phone-select2-dropdown
  .select2-results
  li:hover,
#formulario-fale-conosco-8607622b88160647449b
  .select2-drop.phone-select2-dropdown
  .select2-results
  li.select2-highlighted,
[id*="formulario-fale-conosco"]
  .select2-drop.phone-select2-dropdown
  .select2-results
  li:hover,
[id*="formulario-fale-conosco"]
  .select2-drop.phone-select2-dropdown
  .select2-results
  li.select2-highlighted {
  background: #333333 !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-drop.phone-select2-dropdown
  .select2-results
  li.select2-selected,
[id*="formulario-fale-conosco"]
  .select2-drop.phone-select2-dropdown
  .select2-results
  li.select2-selected {
  background: rgba(143, 180, 53, 0.2) !important;
}

#formulario-fale-conosco-8607622b88160647449b
  .select2-drop.phone-select2-dropdown
  .select2-results
  li
  img.flag,
[id*="formulario-fale-conosco"]
  .select2-drop.phone-select2-dropdown
  .select2-results
  li
  img.flag {
  width: 24px !important;
  height: auto !important;
  border-radius: 2px !important;
}

footer {
  width: 100% !important;
  padding: 20px 100px 12px !important;
  background: linear-gradient(180deg, #3a3a3a 0%, #2a2a2a 100%) !important;
  max-width: none !important;
  margin: auto !important;
  border-radius: 0 !important;
  border-top: 3px solid #00675d !important;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.3);
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(143, 180, 53, 0.6),
    transparent
  );
  animation: shimmer 3s ease-in-out infinite;
}
@keyframes shimmer {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  footer {
    padding: 18px 30px 10px !important;
  }
}
@media (max-width: 640px) {
  footer {
    padding: 15px 20px 8px !important;
  }
}
footer .footer-container {
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  flex-direction: column;
  gap: 35px !important;
}
@media (max-width: 1024px) {
  footer .footer-container {
    gap: 15px !important;
  }
}
@media (max-width: 640px) {
  footer .footer-container {
    gap: 12px !important;
  }
}
footer .footer-container .footer-sitemap .footer-sitemap-eyebrow {
  text-transform: uppercase !important;
  font-size: 14px !important;
  color: #00675d !important;
  font-weight: 700 !important;
  margin-bottom: 13px !important;
  display: block !important;
  letter-spacing: 1px !important;
  position: relative;
  padding-bottom: 5px;
}
footer .footer-container .footer-sitemap .footer-sitemap-eyebrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #00675d;
  border-radius: 2px;
}
footer .footer-container .footer-sitemap nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 25px 40px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  footer .footer-container .footer-sitemap nav {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px 30px;
  }
}
@media (max-width: 640px) {
  footer .footer-container .footer-sitemap nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
}
footer .footer-container .footer-sitemap nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
footer .footer-container .footer-sitemap nav ul li {
  list-style: none;
}
footer .footer-container .footer-sitemap nav ul li span {
  text-transform: uppercase;
  font-size: 13.5px;
  color: #fff;
  display: block;
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}
footer .footer-container .footer-sitemap nav ul li a {
  font-size: 13px !important;
  color: #d0d0d0 !important;
  display: block !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  padding: 3.5px 6px !important;
  margin-left: -6px;
  position: relative;
  line-height: 1.5;
  border-radius: 3px;
}
footer .footer-container .footer-sitemap nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #00675d;
  transition: width 0.3s ease;
  border-radius: 2px;
}
footer .footer-container .footer-sitemap nav ul li a:hover {
  color: #00675d !important;
  background: rgba(143, 180, 53, 0.1) !important;
  padding-left: 10px !important;
  transform: translateX(3px);
}
footer .footer-container .footer-sitemap nav ul li a:hover::before {
  width: 5px;
}
footer .footer-container .footer-sitemap nav ul li a:active {
  transform: translateX(1px);
}
footer .footer-container .footer-sitemap nav ul li svg {
  display: none;
}
footer .footer-container .footer-copyright {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  padding-top: 15px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
  margin-top: 5px;
  position: relative;
}
footer .footer-container .footer-copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(143, 180, 53, 0.4),
    transparent
  );
}
@media (max-width: 1024px) {
  footer .footer-container .footer-copyright {
    gap: 15px;
  }
}
@media (max-width: 640px) {
  footer .footer-container .footer-copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 12px;
  }
}
footer .footer-container .footer-copyright .footer-copyright-text p {
  margin: 0 !important;
  font-size: 11.5px !important;
  line-height: 16px !important;
  color: #b0b0b0 !important;
  transition: all 0.3s ease;
}
footer
  .footer-container
  .footer-copyright
  .footer-copyright-text
  p:first-child {
  margin-bottom: 3px !important;
  color: #d0d0d0 !important;
  font-weight: 600;
  font-size: 12px !important;
}
footer .footer-container .footer-copyright .footer-copyright-text p:hover {
  color: #fff !important;
  transform: translateX(2px);
}
footer .footer-container .footer-copyright .footer-copyright-infos {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  footer .footer-container .footer-copyright .footer-copyright-infos {
    gap: 20px;
  }
}
@media (max-width: 640px) {
  footer .footer-container .footer-copyright .footer-copyright-infos {
    width: 100%;
    justify-content: space-between;
    gap: 15px;
  }
  footer .footer-container .footer-copyright .footer-copyright-infos svg {
    max-width: 110px;
  }
}
footer .footer-container .footer-copyright .footer-copyright-infos nav ul {
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
}
@media (max-width: 640px) {
  footer .footer-container .footer-copyright .footer-copyright-infos nav ul {
    gap: 8px;
  }
}
footer .footer-container .footer-copyright .footer-copyright-infos nav ul li {
  list-style: none;
}
footer .footer-container .footer-copyright .footer-copyright-infos nav ul li a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.08) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 640px) {
  footer
    .footer-container
    .footer-copyright
    .footer-copyright-infos
    nav
    ul
    li
    a {
    width: 32px !important;
    height: 32px !important;
  }
}
footer
  .footer-container
  .footer-copyright
  .footer-copyright-infos
  nav
  ul
  li
  a:hover {
  background: #00675d !important;
  transform: translateY(-3px) scale(1.05) !important;
  box-shadow: 0 4px 16px rgba(143, 180, 53, 0.4) !important;
  border-color: #00675d !important;
}
footer
  .footer-container
  .footer-copyright
  .footer-copyright-infos
  nav
  ul
  li
  a:hover
  svg
  path {
  fill: #fff !important;
}
footer
  .footer-container
  .footer-copyright
  .footer-copyright-infos
  nav
  ul
  li
  a:active {
  transform: translateY(-1px) scale(1.02) !important;
}
footer
  .footer-container
  .footer-copyright
  .footer-copyright-infos
  nav
  ul
  li
  a
  svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 640px) {
  footer
    .footer-container
    .footer-copyright
    .footer-copyright-infos
    nav
    ul
    li
    a
    svg {
    width: 16px;
    height: 16px;
  }
}
footer
  .footer-container
  .footer-copyright
  .footer-copyright-infos
  nav
  ul
  li
  a
  svg
  path {
  transition: fill 0.3s ease;
}
footer .footer-container .footer-copyright .footer-copyright-infos > div a {
  display: block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  filter: brightness(0.9);
}
footer
  .footer-container
  .footer-copyright
  .footer-copyright-infos
  > div
  a:hover {
  opacity: 1;
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.pre-footer {
  max-width: none !important;
  width: 100% !important;
  border-radius: 0 !important;
}

.btn-voltar-topo {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #00675d;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.btn-voltar-topo.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn-voltar-topo:hover {
  background: #79dd2f;
}

.btn-voltar-topo:active {
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .btn-voltar-topo {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
