@view-transition {
  navigation: auto;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: var(--cor-neutra-3) var(--cor-neutra-1);
}
.trans {
  transition: all ease 0.3s;
}
:root {
  --header-height: 0;
  --cor-prim: #edc263;
  --cor-prim-rgb: 237, 194, 99;
  --cor-prim-hgl: #f6c55a;
  --cor-neutra-1: #f8f9fa;
  --cor-neutra-2: #d8e0e7;
  --cor-neutra-3: #717988;
  --cor-neutra-4: #4f5663;
  --cor-neutra-4-rgb: 79, 86, 99;
  --cor-neutra-8: #393e47;
  --cor-neutra-8-rgb: 57, 62, 71;
  --cor-azul: #0077ff;
  --cor-azul-rgb: 0, 119, 255;
  --cor-azul-drk: #131f2c;
  --font-title: "Stainless", Inter, Arial, Helvetica, sans-serif;
  --bs-primary: #edc263;
  --bs-primary-rgb: 237, 194, 99;
  --bs-light-bg-subtle: var(--cor-neutra-1);
  --bs-light-bg-subtle-rgb: 248, 249, 250;
  --bs-light-bg: var(--cor-neutra-2);
  --bs-light-bg-rgb: 216, 224, 231;
  --bs-dark: var(--cor-neutra-8);
  --bs-dark-rgb: var(--cor-neutra-8-rgb);
  --swiper-theme-color: var(--cor-prim);
  --swiper-pagination-bullet-inactive-color: #888;
  --swiper-navigation-size: 30px;
}
html,
body {
  height: 100%;
  max-width: 100vw;
}
html {
  overflow-x: hidden;
  cursor: default;
}
body {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: var(--cor-neutra-4);
  overflow: visible !important;
}
main {
  padding-top: var(--header-height);
}
.fixed-header main {
  padding-top: 0 !important;
}
strong,
b {
  font-weight: 700;
}
p:last-child {
  margin-bottom: 0;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 0.5em;
}
html:focus-within {
  scroll-behavior: smooth;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img,
picture,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}
input,
button,
textarea,
select {
  accent-color: var(--cor-prim);
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border-width: 2px;
  font-weight: 700;
  line-height: 1.1em;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: calc(var(--bs-btn-padding-y) * 2);
  transition: all ease 0.3s;
}
.btn:active {
  transform: scale(0.95);
}
.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--cor-prim-hgl);
  --bs-btn-hover-border-color: var(--cor-prim-hgl);
  --bs-btn-color: var(--cor-neutra-8);
  --bs-btn-hover-color: var(--cor-neutra-8);
  --bs-btn-active-bg: var(--cor-prim-hgl);
  --bs-btn-active-border-color: var(--cor-prim-hgl);
  --bs-btn-active-color: var(--cor-neutra-8);
  --bs-btn-disabled-bg: var(--cor-neutra-2);
  --bs-btn-disabled-border-color: var(--cor-neutra-2);
  --bs-btn-disabled-color: var(--cor-neutra-3);
  --bs-btn-disabled-opacity: 0.25;
}
.btn-primary[disabled] {
  cursor: not-allowed;
}
.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--cor-neutra-8);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-color: var(--cor-neutra-8);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}
.text-hyphens {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: normal;
  white-space: normal;
}
.text-balanced {
  text-wrap: balance;
}
.line-height-1 {
  line-height: 1;
}
.bg-primary-hgl {
  background-color: var(--cor-prim-hgl);
}
.bg-covered {
  background-size: cover;
  background-position: center;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background-color: rgba(var(--cor-neutra-8-rgb), 0.8);
  z-index: 0;
}
.bg-overlay * {
  position: relative;
  z-index: 1;
}
.bg-fade-left:before {
  content: "";
  background-image: linear-gradient(45deg, var(--cor-neutra-8), transparent);
}
.bg-blurred {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.grayscale {
  filter: grayscale(1);
}
.form-control {
  padding: 0.75rem 1rem;
}
select.form-control {
  background: #FFF url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat calc(100% - 5px) 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline-width: 0;
  display: block;
  font-size: 1rem;
  cursor: pointer;
  transition: all ease 150ms;
  width: 100%;
}
select.form-control:focus,
select.form-control:hover {
  filter: brightness(0.95);
  border-color: #222;
}
form .col-md-6 {
  flex: 1 0 auto;
}
@media (max-width: 768px) {
  form .btn {
    width: 100%;
  }
}
.separator.horz-lines {
  background: linear-gradient(to bottom, currentColor 1px, transparent 1px);
  background-size: 100% 10px;
}
.separator.horz {
  height: 20px;
  width: 100%;
}
.separator.vert {
  width: 20px;
  height: 100%;
}
.material-symbols-rounded.md-18 {
  font-size: 18px;
}
.material-symbols-rounded.md-24 {
  font-size: 24px;
}
.material-symbols-rounded.md-36 {
  font-size: 36px;
}
.material-symbols-rounded.md-48 {
  font-size: 48px;
}
.material-symbols-rounded.md-64 {
  font-size: 64px;
}
.material-symbols-rounded.md-72 {
  font-size: 72px;
}
.material-symbols-rounded.md-96 {
  font-size: 96px;
}
.material-symbols-rounded.md-128 {
  font-size: 128px;
}
.material-symbols-rounded.md-256 {
  font-size: 256px;
}
@media (min-width: 992px) {
  .material-symbols-rounded.md-lg-18 {
    font-size: 18px;
  }
  .material-symbols-rounded.md-lg-24 {
    font-size: 24px;
  }
  .material-symbols-rounded.md-lg-36 {
    font-size: 36px;
  }
  .material-symbols-rounded.md-lg-48 {
    font-size: 48px;
  }
  .material-symbols-rounded.md-lg-64 {
    font-size: 64px;
  }
  .material-symbols-rounded.md-lg-72 {
    font-size: 72px;
  }
  .material-symbols-rounded.md-lg-96 {
    font-size: 96px;
  }
  .material-symbols-rounded.md-lg-128 {
    font-size: 128px;
  }
  .material-symbols-rounded.md-lg-256 {
    font-size: 256px;
  }
}
:root {
  --glow-x: 0px;
  --glow-y: 0px;
  --glow-size: 500px;
}
.mouse-glow {
  position: relative;
  overflow: hidden;
}
.mouse-glow .glow-effect {
  pointer-events: none;
  position: absolute;
  background-color: var(--glow-color, rgba(255, 255, 255, 0.7));
  /* Cor padrão do brilho */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity ease 0.3s, width linear 0.1s, height linear 0.1s;
  filter: blur(100px);
  left: 0;
  top: 0;
  z-index: 0;
  transform: translate(calc(var(--glow-x) - 50%), calc(var(--glow-y) - 50%));
}
.mouse-glow:hover .glow-effect {
  width: var(--glow-size);
  height: var(--glow-size);
  opacity: 0.3;
}
#header-logo {
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  max-width: 120px;
}
#header-logo img {
  display: block;
  margin: 0;
  width: 100%;
}
#header a {
  transition: all ease 0.3s;
}
#header .nav-link {
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 10px;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  position: relative;
}
#header .nav-link ul a:hover,
#header .nav-link ul a:focus {
  background-color: var(--cor-neutra-4);
  color: white;
}
@media (max-width: 991px) {
  #header .nav-link {
    padding: 1rem 1.5rem;
  }
}
#header .nav-item:hover .nav-link::before {
  width: calc(100% - (2 * var(--bs-navbar-nav-link-padding-x)));
}
#header .nav-item.current > a.nav-link {
  color: var(--cor-neutra-8);
}
#header .nav-item.current > a.nav-link::before {
  width: calc(100% - (2 * var(--bs-navbar-nav-link-padding-x)));
}
#header .nav-item.current-parent .dropdown > a,
#header .nav-item.current-parent > a {
  color: var(--cor-neutra-8);
}
#header .nav-item.current-parent .dropdown > a::before,
#header .nav-item.current-parent > a::before {
  width: calc(100% - (2 * var(--bs-navbar-nav-link-padding-x)));
}
#header .nav-item.current-parent .dropdown .current a:not(:hover) {
  background-color: var(--cor-neutra-2);
}
#header .dropdown-item {
  --bs-dropdown-item-padding-x: 1.5rem;
  --bs-dropdown-item-padding-y: 0.75rem;
  font-weight: 600;
}
#header .dropdown-menu a {
  --bs-dropdown-link-hover-bg: var(--cor-neutra-4);
  --bs-dropdown-link-hover-color: white;
  --bs-nav-link-hover-bg: var(--cor-neutra-4);
  --bs-nav-link-hover-color: white;
}
#header .dropdown-menu .dropdown-item-desc {
  opacity: 0.6;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
  font-size: 0.825em;
}
#header .dropdown-menu a.dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-wrap: balance;
}
#header .dropdown-menu a.dropdown-item.has-desc {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  text-align: left;
  gap: 3px;
  min-width: 280px;
  max-width: 600px;
}
@media (max-width: 991px) {
  #header .dropdown-menu a.dropdown-item.has-desc {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 991px) {
  #header .dropdown-menu a.dropdown-item {
    justify-content: center;
  }
}
#header .navbar-nav a {
  position: relative;
}
#header .navbar-nav a:before {
  content: "";
  background-color: var(--cor-prim);
  transition: width ease 0.3s;
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: var(--bs-navbar-nav-link-padding-x);
}
@media (min-width: 640px) {
  #header .navbar-nav {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #header {
    max-height: 88px;
  }
  #header .nav-item {
    display: flex;
  }
  #header .dropdown {
    position: relative;
  }
  #header .dropdown:hover .dropdown-menu,
  #header .dropdown:focus-within .dropdown-menu {
    display: block;
  }
  #header .dropdown .dropdown-menu:hover {
    display: block;
  }
}
.dropdown-menu.show {
  animation: ddFadeIn 0.3s ease;
}
@keyframes ddFadeIn {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* Desktop View */
@media all and (min-width: 992px) {
  .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 0;
    min-width: 200px;
    padding-top: 0.5rem;
  }
  .dropdown-menu-end {
    left: auto;
    right: 0;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
}
/* Small Devices */
@media (max-width: 991px) {
  .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
#areaClienteOffcanvas {
  --bs-offcanvas-padding-x: 1.5rem;
  --bs-offcanvas-padding-y: 1.5rem;
}
#areaClienteOffcanvas .btn-close {
  --bs-btn-close-color: #fff;
  background: none;
  padding: 5px;
  width: auto;
  height: auto;
  line-height: 0;
}
#areaClienteOffcanvas .offcanvas-header {
  max-height: var(--header-height, 88px);
}
#areaClienteOffcanvas .offcanvas-title i {
  font-size: 2em;
}
#areaClienteOffcanvasImg {
  max-height: 200px;
  object-fit: cover;
  border-bottom: 6px solid var(--cor-prim);
}
#areaClienteOffcanvas .accordion button,
#areaClienteOffcanvas .nav-link {
  --bs-nav-link-padding-y: 1rem;
  --bs-nav-link-color: var(--cor-neutra-8);
  --bs-nav-link-hover-color: #fff;
  --bs-nav-link-bg: transparent;
  --bs-nav-link-hover-bg: var(--cor-neutra-4);
  background-color: var(--bs-nav-link-bg);
}
#areaClienteOffcanvas .accordion button:focus,
#areaClienteOffcanvas .nav-link:focus,
#areaClienteOffcanvas .accordion button:hover,
#areaClienteOffcanvas .nav-link:hover {
  --bs-nav-link-bg: var(--bs-nav-link-hover-bg);
  color: #FFF;
  outline: none;
  box-shadow: none;
}
#areaClienteOffcanvas .accordion button:focus:after,
#areaClienteOffcanvas .nav-link:focus:after,
#areaClienteOffcanvas .accordion button:hover:after,
#areaClienteOffcanvas .nav-link:hover:after {
  filter: invert();
}
#areaClienteOffcanvas .accordion button ul a:hover,
#areaClienteOffcanvas .nav-link ul a:hover,
#areaClienteOffcanvas .accordion button ul a:focus,
#areaClienteOffcanvas .nav-link ul a:focus {
  background-color: var(--cor-neutra-4);
  color: white;
}
#areaClienteOffcanvas .nav > .nav-link {
  border-radius: 5px;
}
.offcanvas-backdrop.show {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.offcanvas-nav-item {
  margin-bottom: 5px;
}
.font-title {
  font-family: var(--font-title);
}
h1,
h2,
h3 {
  font-family: var(--font-title);
  text-transform: uppercase;
  font-weight: 300;
}
h1 strong,
h2 strong,
h3 strong,
h1 b,
h2 b,
h3 b {
  font-weight: 900;
}
.lined {
  display: flex;
  align-items: center;
  gap: 1em;
  white-space: nowrap;
}
.lined::after {
  content: "";
  display: block;
  flex-grow: 1;
  border-top: 1.5px solid currentColor;
  margin-bottom: 2px;
  width: 100%;
  height: 0px;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-help {
  cursor: help;
}
.column-count {
  column-count: 2;
  column-gap: 1em;
}
@media (max-width: 767px) {
  .column-count {
    column-count: 1;
  }
}
.column-count-3 {
  column-count: 3;
}
.column-count-4 {
  column-count: 4;
}
#home-banner {
  background-color: var(--cor-neutra-8);
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - var(--header-height, 88px));
  z-index: 0;
}
#home-banner:before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background-color: #131f2c;
  background-image: linear-gradient(45deg, #000 0%, transparent 100%);
  opacity: 0.85;
  width: 100%;
  height: 100%;
}
#home-banner #canvas {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
}
#home-banner .swiper-slide {
  background-size: cover;
  border: 0;
  color: #fff;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 160px;
  transition: all ease 0.3s;
}
#home-banner .swiper-slide .slide-bg {
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all ease 0.3s;
  transition-duration: 2s;
  transition-delay: 1s;
}
@media (max-width: 991px) {
  #home-banner .swiper-slide .slide-bg {
    transition-duration: 0.5s !important;
    transition-delay: 0.5s !important;
  }
}
#home-banner .swiper-slide.swiper-slide-active .slide-bg {
  animation: kenburns 10s ease-in-out forwards;
  opacity: 0.8;
}
@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
#home-banner .swiper-slide > div {
  margin-top: auto;
  margin-bottom: auto;
}
#home-banner .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}
#home-banner .swiper-pagination {
  bottom: 100px;
  width: 100%;
}
#home-banner .slide-box {
  max-width: 700px;
}
@media (max-width: 991px) {
  #home-banner .swiper-slide {
    padding-top: 0 !important;
  }
  #home-banner .swiper-slide .container {
    margin-top: 0;
  }
  #home-banner .slide-bg {
    margin: 0 0 30px !important;
    position: relative !important;
    height: auto;
    min-height: 45vw;
    animation: none !important;
  }
  #home-banner .swiper-button-next,
  #home-banner .swiper-button-prev {
    top: 18vw;
  }
}
.slide-box {
  background-color: rgba(30, 30, 37, 0.4);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  height: 100%;
  padding: 40px 80px 40px 60px;
  text-align: left;
  text-wrap: balance;
  border-left: 10px solid var(--cor-prim);
  --corner-size: 40px;
}
.slide-box h1,
.slide-box h2,
.slide-box h3 {
  width: 100%;
}
.slide-box small {
  font-size: 0.5em;
  font-weight: 400;
  text-transform: initial;
  letter-spacing: 1px;
  display: flex;
  gap: 1em;
  margin-bottom: 0.15em;
}
.slide-box p {
  font-weight: 300;
  margin-bottom: 20px;
}
.slide-box .btn {
  padding: 15px 30px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .slide-box {
    border-left-width: 5px;
    padding: 25px;
  }
  .slide-box .btn {
    width: 100%;
    margin-top: 10px;
  }
}
.swiper-pagination-bullet {
  border-radius: 5px;
  transition: all ease 0.3s;
}
.swiper-pagination-bullet-active {
  width: 40px;
}
.swiper-button-prev,
.swiper-button-next {
  transition: all ease 0.3s;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 30px 20px;
  border-radius: 5px;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.swiper:not(:hover) .swiper-button-prev,
.swiper:not(:hover) .swiper-button-next {
  opacity: 0;
}
.swiper:not(:hover) .swiper-button-prev {
  transform: translateX(-50%);
}
.swiper:not(:hover) .swiper-button-next {
  transform: translateX(50%);
}
@media (max-width: 991px) {
  .swiper {
    --swiper-navigation-sides-offset: 0;
  }
}
.angled-corner-box {
  --corner-size: 40px;
}
@media (max-width: 991px) {
  .angled-corner-box {
    --corner-size: 20px;
  }
}
/* superior direito */
.angled-corner-box.top-right {
  clip-path: polygon(0 0, calc(100% - var(--corner-size)) 0, 100% var(--corner-size), 100% 100%, 0 100%);
}
/* inferior direito */
.angled-corner-box.bottom-right {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--corner-size)), calc(100% - var(--corner-size)) 100%, 0 100%);
}
/* inferior esquerdo */
.angled-corner-box.bottom-left {
  clip-path: polygon(0 0, 100% 0, 100% 100%, var(--corner-size) 100%, 0 calc(100% - var(--corner-size)));
}
/* superior esquerdo */
.angled-corner-box.top-left {
  clip-path: polygon(var(--corner-size) 0, 100% 0, 100% 100%, 0 100%, 0 var(--corner-size));
}
#home-intro {
  background-color: var(--cor-neutra-8);
  color: white;
  padding-bottom: 80px;
}
#home-intro p {
  font-weight: 300;
  font-size: 0.95em;
}
#home-intro .swiper-slide {
  transition: all ease 0.3s;
  padding: 60px;
}
#home-intro .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}
#home-intro .swiper-slide a {
  color: var(--bs-primary);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9em;
}
@media (max-width: 767px) {
  #home-intro {
    padding-bottom: 0px;
  }
  #home-intro .swiper-slide {
    padding: 30px 30px 60px;
  }
}
#home-intro-slider {
  padding-bottom: 60px;
}
#home-intro-slider .svg-icon {
  font-size: 180px;
  color: var(--cor-prim);
}
@media (max-width: 767px) {
  #home-intro-slider .svg-icon {
    font-size: 120px;
  }
}
#home-intro-box {
  background: radial-gradient(99.95% 102.34% at 50.03% 0%, rgba(0, 119, 255, 0.2) 0%, rgba(63, 71, 89, 0) 100%), #3f4759;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
  transform: translateY(-50px);
  padding: 0px;
  z-index: 2;
}
.home-intro-swiper-nav {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 40px 45px;
  z-index: 2;
}
.home-intro-swiper-nav button {
  display: flex;
  align-items: center;
  border: 0;
  background: none;
  color: inherit;
  padding: 5px;
  font-weight: 300;
  font-size: 40px;
}
.home-intro-swiper-nav button span {
  font-size: inherit;
}
@media (max-width: 767px) {
  .home-intro-swiper-nav {
    margin: 0;
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  #home-intro-cta img {
    margin-top: -15%;
  }
}
.section {
  --py: 120px;
  padding: var(--py) 0;
  padding-top: calc(var(--header-height) + (var(--py) / 2)) !important;
}
@media (max-width: 991px) {
  .section {
    --py: 90px;
  }
}
.section .section-heading {
  padding-left: 2em;
  border-left: 10px solid var(--cor-prim);
}
.section .section-title {
  font-size: 3rem;
  display: flex;
  flex-direction: column;
}
.section .section-title small {
  display: block;
  font-size: 0.5em;
  font-weight: 500;
  text-transform: none;
}
@media (max-width: 991px) {
  .section .section-heading {
    padding-left: 1em;
    border-left-width: 5px;
  }
  .section .section-title {
    font-size: 2.3rem;
  }
}
.section-img-parallax {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.card {
  border-radius: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  --glow-color: rgb(var(--cor-azul-rgb), 0.3);
}
.card img + .card-title {
  margin-top: 1rem;
}
.card .glow-effect {
  z-index: 1;
}
.card.card-solucao {
  min-height: 60vh;
}
.card .card-title {
  font-family: var(--font-title);
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.card .card-title a {
  color: inherit;
  text-decoration: none;
}
.card.bg-dark {
  background-color: rgba(var(--cor-neutra-8-rgb), var(--bs-bg-opacity)) !important;
}
.card.card-cover .card-img {
  border: 0;
  border-radius: 0;
  position: absolute;
  object-fit: cover;
  object-position: 30% 50%;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all ease 0.3s;
  transition-duration: 1s;
}
@media (max-width: 991px) {
  .card.card-cover .card-img {
    object-position: 40% 50%;
  }
}
.card.card-cover::before {
  content: "";
  background-image: linear-gradient(40deg, var(--cor-neutra-8) 30%, transparent 70%);
  position: absolute;
  inset: 0 0 0 0;
  z-index: 1;
  opacity: 1;
}
.card.card-cover .card-solucao-logo {
  max-width: 100px;
  filter: drop-shadow(0 0 12px #00000044) brightness(1.1);
}
.card.card-cover .card-body {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 8rem 4rem 4rem;
}
@media (max-width: 991px) {
  .card.card-cover .card-body {
    padding: 4rem 2rem 2rem;
  }
  .card.card-cover .card-body .card-title {
    font-size: 2rem;
  }
}
.card:hover .card-img {
  transition-duration: 3s;
  transform: scale(1.075);
}
#solucoes {
  background: linear-gradient(180deg, var(--cor-neutra-1) 0%, var(--cor-neutra-2) 100%);
}
#sobre .bg {
  position: absolute;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35vw;
  height: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
#sobre .bg:after {
  content: "";
  background-color: rgba(var(--cor-neutra-4-rgb), 0.9);
  position: absolute;
  inset: 0 0 0 0;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px) grayscale(1);
  backdrop-filter: blur(5px) grayscale(1);
  z-index: 1;
}
@media (max-width: 991px) {
  #sobre .bg {
    height: 45vw;
    bottom: 0;
    top: initial;
    left: 0;
    width: 100vw;
    max-height: 500px;
  }
}
#cta-apresentacao-fone-btn {
  --glow-color: var(--cor-prim);
}
#cta-apresentacao-fone-btn a {
  color: inherit;
  display: inline-flex;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all ease 0.3s;
}
#cta-apresentacao-fone-btn a:hover {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: var(--cor-neutra-8);
}
#cta-apresentacao-fone-btn a.btn {
  padding: 20px 40px;
}
#cta-apresentacao-fone-btn a.btn:hover {
  background-color: var(--cor-neutra-8);
  color: #fff;
}
#footer {
  background-color: red;
  background: radial-gradient(40% 100.03% at 50% 0%, rgba(63, 71, 89, 0.5) 0%, rgba(28, 52, 77, 0.5) 100%), #131f2c;
}
#footer .icon-list li {
  line-height: 1.1em;
}
#footer a {
  color: inherit;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer-copyright {
  color: var(--cor-neutra-3);
}
#footer-copyright a {
  font-weight: bold;
  white-space: nowrap;
}
#footer-copyright a:hover {
  color: #fff;
}
.footer-selo {
  height: 120px;
}
@media (max-width: 767px) {
  .footer-selo {
    height: 80px;
  }
}
.icon-list {
  margin: 0;
  padding: 0;
}
.icon-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.icon-list .icon,
.icon-list .material-symbols-rounded {
  color: var(--cor-prim);
}
#banner {
  --glow-size: 700px;
}
#banner.mouse-glow .glow-effect {
  opacity: 0.5 !important;
  mix-blend-mode: overlay !important;
}
#banner #banner-title {
  line-height: 1em !important;
}
#banner-breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1em;
}
#banner-breadcrumb.lined:after {
  flex-grow: 1;
  width: 100%;
}
#banner-breadcrumb ol.breadcrumb {
  --bs-breadcrumb-divider-color: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  flex-grow: 0;
  width: 100%;
}
#banner-breadcrumb .breadcrumb-item {
  color: inherit;
  margin: 0;
  padding: 0 0 0.25rem 0;
  display: inline-flex;
  float: none;
}
#banner-breadcrumb .breadcrumb-item a {
  opacity: 0.5;
}
#banner-breadcrumb .breadcrumb-item a:hover {
  opacity: 1;
}
#banner-breadcrumb .breadcrumb-item.active {
  display: none;
  font-weight: bold;
}
#banner-breadcrumb .breadcrumb-item:not(:first-child):before {
  display: inline-flex;
  justify-content: center;
  float: none;
  content: "›";
  margin: 0 0 0 0.5em;
  text-align: center;
}
#banner-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
#banner-bg {
  position: absolute;
  inset: 0 0 0 0;
}
@media (max-width: 767px) {
  #banner-actions {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #banner {
    padding: 0 !important;
  }
  #banner .container {
    max-width: 100%;
    padding: 0 !important;
  }
  #banner #banner-content {
    background-color: rgba(30, 30, 37, 0.4);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    height: 100%;
    padding: 40px 80px 40px 60px;
    text-align: left;
    text-wrap: balance;
    border-left: 10px solid var(--cor-prim);
    --corner-size: 40px;
  }
  #banner #banner-content h1,
  #banner #banner-content h2,
  #banner #banner-content h3 {
    width: 100%;
  }
  #banner #banner-content small {
    font-size: 0.5em;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: 1px;
    display: flex;
    gap: 1em;
    margin-bottom: 0.15em;
  }
  #banner #banner-content p {
    font-weight: 300;
    margin-bottom: 20px;
  }
  #banner #banner-content .btn {
    padding: 15px 30px;
    flex-grow: 1;
  }
  #banner-bg {
    position: relative;
    height: auto;
    min-height: 45vw;
    width: 100%;
  }
  #banner-bg:before {
    display: none;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #banner #banner-content {
    border-left-width: 5px;
    padding: 25px;
  }
  #banner #banner-content .btn {
    width: 100%;
    margin-top: 10px;
  }
}
.modal {
  --bs-modal-padding: 2rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
