@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

section {
  overflow-x: hidden;
}

.section-padding {
  padding: 65px 0;
}

.sticky-div {
  position: sticky;
  top: 130px;
  z-index: 4;
}

.overflow-unset {
  overflow: unset !important;
}

.moreText {
  display: none;
}

.go-top-btn {
  background: #032F9F;
  height: 55px;
  width: 55px;
  right: 15px;
  bottom: 10px;
  position: fixed;
  z-index: 10;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  color: #1f1f1f;
  text-decoration: none;
  transition: all 0.4s;
  display: none;
  cursor: pointer;
}
.go-top-btn i {
  display: block;
  line-height: 52px;
  color: #fff;
}

.sticky-div {
  position: sticky !important;
  top: 130px;
  z-index: 4;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #44A5FF #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 11px;
}

*::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #44A5FF;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #1070C9;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 1rem;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  color: #171717;
}

a {
  color: #171717;
  text-decoration: none;
  transition: 0.4s ease;
}

p {
  color: #171717;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 22px;
}

.section-title h1,
.section-title h2 {
  font-size: 3em;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.section-title span {
  text-transform: uppercase;
  font-size: 0.9em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  color: #1070C9;
}
.section-title span::before {
  content: "";
  width: 36px;
  height: 2px;
  background: #1070C9;
  display: inline-block;
}

.int-typography h2, .int-typography h3, .int-typography h4 {
  margin-bottom: 10px;
}
.int-typography ul {
  margin-bottom: 10px;
}
.int-typography ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 5px;
  font-size: 1em;
}

.divider {
  background: #44A5FF;
  -webkit-mask-image: url(../img/logo/divider.svg);
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../img/logo/divider.svg);
  mask-position: center center;
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 55px;
  height: 25px;
}

header .top_menu {
  border-bottom: 1px solid #e8edf1;
  background-color: #c4c4c4;
  padding: 5px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .top_menu {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  header .top_menu {
    display: none;
  }
}
@media (max-width: 575px) {
  header .top_menu {
    display: none;
  }
}
header .top_menu .dn_btn {
  display: inline-block;
  font-size: 13px;
  margin-right: 40px;
  font-weight: 400;
  color: #000;
  transition: all 300ms linear 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .dn_btn {
    margin-right: 20px;
  }
}
header .top_menu .dn_btn:hover {
  color: #1070C9;
}
header .top_menu .contact-menu {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
header .top_menu .contact-menu a {
  display: inline-block !important;
  font-size: 13px;
}
header .top_menu .contact-menu .dn_btn {
  margin-right: 0;
}
header .header-area {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
header .header-area.sticky {
  background: #fff;
}
header .header-area.sticky .nav-branding {
  color: #000;
}
header .header-area.sticky .nav-menu .menu li a {
  color: #000;
}
header .header-area.sticky {
  /* desktop pill mantém contraste no sticky */
}
@media (min-width: 992px) {
  header .header-area.sticky .nav-menu .menu {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.06);
  }
}
header .header-area.sticky .top_menu {
  display: none;
}
header .header-area .header-main {
  display: flex;
  justify-content: space-between;
  padding: 0px 50px;
  height: 106px;
  align-items: center;
}
header .header-area .header-main .logo {
  padding: 0 15px;
}
header .header-area .header-main .logo img {
  height: 90px;
  object-fit: contain;
}
header .header-area .header-main .nav-menu {
  padding: 0 15px;
}
header .header-area .header-main .nav-menu .sidebar-logo,
header .header-area .header-main .nav-menu .sidebar-social {
  display: none;
}
header .header-area .header-main .nav-menu .menu {
  /* ===== Desktop: navbar estilo "pill" (moderna) ===== */
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.06);
  }
}
header .header-area .header-main .nav-menu .menu .menu-item {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item {
    margin-left: 15px;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item:first-child {
  margin-left: 0;
}
header .header-area .header-main .nav-menu .menu .menu-item > a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  transition: all 0.3s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item > a.nav-link--trigger {
  cursor: default;
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item > a {
    padding: 10px 16px;
    border-radius: 999px;
    line-height: 1;
    background: transparent;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item > a {
    font-size: 15px;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus {
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  margin-left: 3px;
  pointer-events: none;
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a .plus::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  background: #000;
  height: 2px;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
header .header-area .header-main .nav-menu .menu .menu-item > a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  position: relative;
  top: 1px;
  background: transparent;
  transition: all 0.3s;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover {
  color: #44A5FF;
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item > a:hover {
    color: #1070C9;
    background: rgba(68, 165, 255, 0.12);
  }
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a:hover .plus:after {
  background-color: #44A5FF;
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item > a:hover .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a:hover .plus:after {
    background-color: #1070C9;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover::after, header .header-area .header-main .nav-menu .menu .menu-item > a.active-nav::after {
  width: 100%;
  background: #44A5FF;
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item > a::after {
    display: none;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a.active-nav {
    color: #fff;
    background: #1070C9;
    box-shadow: 0 10px 25px rgba(16, 112, 201, 0.25);
  }
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  width: 260px;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 50;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 22px;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.96);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  transform: rotate(45deg);
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
  display: block;
  margin: 0;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 10px 12px;
  border-radius: 10px;
  transition: 0.25s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
  color: #1070C9;
  background: rgba(68, 165, 255, 0.12);
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a::after {
  display: none;
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .has-children:hover .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  header .header-area .header-main .nav-menu .menu .has-children:hover > a .plus::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu {
    position: fixed;
    right: -280px;
    visibility: hidden;
    width: 280px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    background-color: #222222;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.5s ease;
  }
  header .header-area .header-main .nav-menu .sidebar-logo {
    display: flex;
    justify-content: center;
    padding: 10px 20px 15px;
  }
  header .header-area .header-main .nav-menu .sidebar-logo .sidebar-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  header .header-area .header-main .nav-menu .sidebar-logo img {
    height: 64px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }
  header .header-area .header-main .nav-menu .menu .menu-item {
    display: block;
    margin: 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a {
    color: #ffffff;
    padding: 12px 15px;
    border-bottom: 1px solid #333333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a .plus::after {
    background-color: #ffffff;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a::after {
    display: none;
  }
  header .header-area .header-main .nav-menu .menu .menu-item:first-child a {
    border-top: 1px solid #333333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top: auto;
    max-height: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
    height: auto;
  }
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
    margin-left: 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a {
    padding: 12px 25px;
    color: #ffffff;
    border-bottom: 1px solid #333333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
    padding-left: 25px;
  }
  header .header-area .header-main .nav-menu .menu .has-children a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-area .header-main .nav-menu .menu .has-children.active > a .plus::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  header .header-area .header-main .nav-menu .sidebar-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 18px 0 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 10px;
  }
  header .header-area .header-main .nav-menu .sidebar-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    transition: 0.3s ease;
  }
  header .header-area .header-main .nav-menu .sidebar-social a:hover {
    background: #44A5FF;
    border-color: #44A5FF;
    transform: translateY(-2px);
  }
}
header .header-area .header-main .open-nav-menu {
  height: 34px;
  width: 40px;
  margin-right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .header-area .header-main .open-nav-menu span {
  display: block;
  height: 4px;
  width: 40px;
  background-color: #44A5FF;
  position: relative;
}
header .header-area .header-main .open-nav-menu span::after, header .header-area .header-main .open-nav-menu span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #44A5FF;
  box-sizing: border-box;
}
header .header-area .header-main .open-nav-menu span::before {
  top: -9px;
}
header .header-area .header-main .open-nav-menu span::after {
  top: 9px;
}
@media (max-width: 991px) {
  header .header-area .header-main .open-nav-menu {
    display: flex;
  }
}
header .header-area .header-main .close-nav-menu {
  font-size: 27px;
  background-color: transparent;
  color: #44A5FF;
  margin: 0 0 15px 15px;
  cursor: pointer;
  display: none;
  align-items: center;
}
header .header-area .header-main .close-nav-menu img {
  width: 16px;
}
@media (max-width: 991px) {
  header .header-area .header-main .close-nav-menu {
    display: flex;
  }
}
header .header-area .header-main .menu-overlay {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  header .header-area .header-main .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  header .header-area .header-main .nav-menu.open {
    visibility: visible;
    right: 0px;
  }
}
header .header-area .contact-btn .btn-main {
  padding: 18px 30px;
}
header .header-area {
  /* ===== Botão contato (desktop) - flicker (azul) ===== */
}
@keyframes flicker {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0);
  }
  26% {
    transform: scale(0) translateX(100%);
  }
  50% {
    transform: scale(1) translateX(100%);
  }
  75% {
    transform: scale(0) translateX(100%);
  }
  76% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
header .header-area .contact-btn .flicker-btn {
  --transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.3);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: 180px;
  min-height: 46px;
  padding: 12px 18px;
  background: #1070C9;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 14px 30px rgba(16, 112, 201, 0.22);
}
header .header-area .contact-btn .flicker-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(68, 165, 255, 0.35), 0 14px 30px rgba(16, 112, 201, 0.22);
  outline: none;
}
header .header-area .contact-btn .flicker-btn__text {
  padding-right: 36px;
  position: relative;
  z-index: 2;
  line-height: 1;
}
header .header-area .contact-btn .flicker-btn__icon {
  flex-shrink: 0;
  aspect-ratio: 1;
  width: 40px;
  border-radius: 100%;
  background: color-mix(in srgb, #1070C9, #000 18%);
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 2;
  translate: 0 -50%;
  scale: 0;
  overflow: hidden;
  transition: 0.3s ease-in;
}
header .header-area .contact-btn .flicker-btn__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateX(-2px) rotate(45deg);
}
header .header-area .contact-btn .flicker-btn__filler {
  aspect-ratio: 1;
  width: 14px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  right: 22px;
  top: 50%;
  translate: 0 -50%;
  transition: 0.3s;
  animation: flicker 0.4s ease 0.3s forwards;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  header .header-area .contact-btn .flicker-btn:hover {
    color: #1070C9;
  }
  header .header-area .contact-btn .flicker-btn:hover .flicker-btn__icon {
    scale: 1;
    transition: var(--transition);
  }
  header .header-area .contact-btn .flicker-btn:hover .flicker-btn__filler {
    scale: 100;
    animation: none;
  }
}

.padding-banner {
  padding-top: 136px;
}
@media (max-width: 991px) {
  .padding-banner {
    padding-top: 106px;
  }
}

@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 {
    top: 8px;
    left: calc(100% + 21px);
    opacity: 0;
    visibility: hidden;
    width: 250px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item.has-children-2:hover .sub-menu-2 {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a {
    padding: 12px 45px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a:hover {
    padding-left: 45px;
  }
}
.footer-area {
  background: #f3f3f3;
  padding: 65px 0 0;
}
.footer-area .footer-top {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption {
    margin-bottom: 70px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-logo {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.footer-area .footer-top .single-footer-caption .footer-logo img {
  height: 90px;
  object-fit: contain;
}
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
  line-height: 1.8;
  margin-bottom: 30px;
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-tittle span {
  color: #032F9F;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  margin-bottom: 38px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li {
  color: #000;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
  color: #868c98;
  font-weight: 300;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a:hover {
  color: #44A5FF;
  padding-left: 5px;
}
.footer-area .footer-top .single-footer-caption .footer-cap {
  margin-bottom: 30px;
}
.footer-area .footer-top .single-footer-caption .footer-cap span {
  color: #44A5FF;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
.footer-area .footer-top .single-footer-caption .footer-cap p {
  color: #000;
  font-size: 16px;
}
.footer-area .footer-top .single-footer-caption .footer-cap a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-cap a:hover {
  color: #44A5FF;
  padding-left: 5px;
}
.footer-area .footer-bottom {
  padding-bottom: 20px;
  padding-top: 30px;
}
.footer-area .footer-bottom img {
  filter: brightness(0);
  width: 125px;
  height: 52px;
}
.footer-area .footer-bottom .footer-copy-right p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}

.social_links {
  margin: 25px 0;
}
@media (max-width: 991px) {
  .social_links {
    margin: 30px 0 40px;
  }
}
.social_links ul li {
  display: inline-block;
}
.social_links ul li a {
  font-size: 18px;
  color: #C3B2F0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #1070C9;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
  color: #fff;
  line-height: 41px !important;
  transition: 0.4s ease;
}
.social_links ul li a:hover {
  background: #44A5FF;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mob-center {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mob-center {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .mob-center {
    text-align: center;
  }
}

.blog-area {
  padding: 65px 0;
  overflow-y: hidden;
}
.blog-area .home-blog-single {
  transition: 0.4s ease;
}
.blog-area .home-blog-single .blog-img-cap .blog-img {
  overflow: hidden;
  position: relative;
  height: 190px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.blog-area .home-blog-single .blog-img-cap .blog-img img {
  width: 100%;
  max-width: 100%;
  height: 344px;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease-out 0s;
  border-radius: 8px 8px 0 0;
}
.blog-area .home-blog-single .blog-img-cap ul {
  background: #f3f3f3;
}
.blog-area .home-blog-single .blog-img-cap ul li {
  background: #032F9F;
  display: inline-block;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #787878;
  padding: 20px 30px 20px 120px;
  margin-right: 50px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area .home-blog-single .blog-img-cap ul li {
    padding: 20px 30px 20px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .home-blog-single .blog-img-cap ul li {
    padding-top: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .blog-area .home-blog-single .blog-img-cap ul li {
    padding-top: 20px;
    padding-left: 20px;
  }
}
.blog-area .home-blog-single .blog-img-cap .blog-cap {
  background: #f3f3f3;
  padding: 20px 20px 20px 30px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap {
    min-height: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap {
    min-height: 0px;
  }
}
@media (max-width: 575px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap {
    min-height: 0px;
  }
}
.blog-area .home-blog-single .blog-img-cap .blog-cap h3 {
  color: #191d34;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap h3 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .blog-area .home-blog-single .blog-img-cap .blog-cap h3 {
    font-size: 19px;
  }
}
.blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn {
  position: relative;
  padding-left: 50px;
}
.blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #000000;
}
.blog-area .home-blog-single:hover {
  box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
}
.blog-area .home-blog-single:hover .blog-img img {
  transform: scale(1.1);
}

.brands-area {
  background: #032F9F;
  padding: 20px 0;
}
.brands-area img {
  filter: brightness(0) invert(1);
  height: 61px !important;
  object-fit: contain !important;
}

.slider-area {
  background-image: url(../img/banners/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -100px;
  margin-top: 142px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area {
    margin-top: 107px;
    background-position: center center;
  }
}
.slider-area .slider-height {
  height: 200px;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area .slider-height {
    min-height: 200px;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area .slider-height .hero-cap {
    padding-bottom: 2rem;
  }
}
.slider-area .slider-height .hero-cap h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .slider-height .hero-cap h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .slider-area .slider-height .hero-cap h1 {
    font-size: 35px;
  }
}
.slider-area .slider-height .hero-cap .ajust-link {
  color: #fff;
  font-weight: 500;
}
.slider-area .slider-height .hero-cap .ajust-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.slider-area .slider-height .hero-cap .color-w {
  color: #fff;
  margin: 0;
}
.slider-area .slider-height .hero-cap .divider {
  background: #fff;
}
.slider-area .hero-overly {
  position: relative;
  z-index: 1;
}
.slider-area .hero-overly::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
}

button.btn-main {
  border: none;
}

.btn-main {
  background: #1070C9;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 13px 18px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  -moz-user-select: none;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-main::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #44A5FF;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn-main:hover {
  color: #fff;
}
.btn-main:hover:after {
  left: 0;
  width: 100%;
}
.btn-main:active {
  top: 2px;
}

.btn-two {
  position: relative;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: fit-content;
  background-color: #44A5FF;
  color: #fff;
  border-radius: 10rem;
  padding: 5px 10px;
  margin: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  box-shadow: 3px 3px 25px -5px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in;
}
.btn-two:hover {
  background-color: #1070C9;
  transform: scale(1.03);
}
.btn-two:hover .icon .i1 {
  transition: transform 0.3s ease-in-out;
  transform: translate(180%, -200%);
}
.btn-two:hover .icon .i2 {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0px, 0px) rotate(-30deg);
}
.btn-two span, .btn-two .txt {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
}
.btn-two .icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  color: #44A5FF;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.btn-two .icon .i1, .btn-two .icon .i2 {
  color: #44A5FF;
  font-size: 14px;
  margin: 0;
  position: absolute;
  transform: translate(0%, 0%) rotate(-30deg);
}
.btn-two .icon .i2 {
  transform: translate(-200%, 180%) rotate(-30deg);
}

.btn-arrow {
  position: relative;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: 800;
  transition: 0.3s all ease;
  color: #032F9F;
  display: inline-block;
}
.btn-arrow:after {
  transition: 0.3s all ease;
  position: absolute;
  content: "➜";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.btn-arrow:hover {
  padding-right: 30px;
  color: #1070C9;
}
.btn-arrow:hover:after {
  opacity: 1;
  visibility: visible;
}

.card-product {
  background: #fff;
  border-radius: 8px;
  transition: 0.3s all ease-in-out;
  position: relative;
  top: 0;
  z-index: 1;
  margin: 0 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.card-product h2,
.card-product h3 {
  background-color: #032F9F;
  border-radius: 15px 15px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  padding: 6px 15px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
.card-product p {
  color: #000;
  text-align: center;
  font-size: 14px;
  padding: 0 15px;
}
.card-product p span {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #1070C9;
  border: 1px solid #1070C9;
  padding: 8px;
  border-radius: 8px;
  width: 80%;
  display: inline-block;
  transition: 0.4s ease;
  margin-bottom: 20px;
}
.card-product img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  border-bottom: 3px solid #1070C9;
}
.card-product:hover p span {
  color: #fff;
  border: 1px solid #1070C9;
  background-color: #1070C9;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.cta-area {
  background-image: url(../img/banners/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1000px rgba(21, 22, 22, 0.35);
  padding: 100px 0;
}
.cta-area .cta-caption h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-caption h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-caption h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .cta-area .cta-caption h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.cta-area .cta-caption p {
  color: #fff;
  font-size: 18px;
}
.cta-area .btn-main i {
  font-size: 3em;
}

@media (min-width: 992px) {
  .menu-sidebar {
    display: flex;
    justify-content: end;
  }
}

.accordion {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .accordion {
    width: 95%;
  }
}
.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #44A5FF;
}
.accordion .accordion-item button[aria-expanded=true] .icon {
  color: #44A5FF;
}
@media (max-width: 991px) {
  .accordion {
    padding: 0 20px;
  }
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #161616;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  transition: 0.4s ease;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #44A5FF;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #44A5FF;
  border: 1px solid #44A5FF;
}
.accordion button .accordion-title {
  font-weight: 600;
  font-size: 1em;
  display: flex;
  width: 90%;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  color: #032F9F;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #1070C9;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
@media (max-width: 991px) {
  .accordion button[aria-expanded=true] + .accordion-content {
    overflow-y: scroll;
  }
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p,
.accordion .accordion-content li {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 2em 0;
}
.accordion .accordion-content p a:hover,
.accordion .accordion-content li a:hover {
  color: #44A5FF;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .accordion .accordion-content p {
    font-weight: 600;
    color: #032F9F;
    padding-bottom: 5px;
  }
}

.btn-display .btn-main {
  min-width: 200px;
  width: fit-content;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .btn-display .btn-main {
    width: 100%;
  }
  .btn-display .btn-main.whats-form {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .btn-display {
    flex-direction: column;
  }
}

.home-form {
  border-top: 3px solid color-mix(in srgb, #1070C9, #fff 65%);
  padding: 65px 0;
  background: #f4f3f3;
  /* ===== Layout "Contato" (grid) ===== */
}
.home-form .contact-form-container {
  font-family: "Lato", sans-serif;
  background: #f4f3f3;
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px repeat(3, 1fr);
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "contact-us header header header" "contact-us address phone email" "contact-us contact-form contact-form contact-form";
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home-form .contact-form-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "contact-us" "header" "address" "phone" "email" "contact-form";
  }
}
.home-form .contact-us {
  grid-area: contact-us;
  position: relative;
  background: #c3e0ec;
  overflow: hidden;
  min-height: 260px;
}
.home-form .contact-us::before {
  position: absolute;
  content: "";
  bottom: -50px;
  left: -100px;
  height: 250px;
  width: 400px;
  background: #1070C9;
  transform: rotate(25deg);
}
.home-form .contact-us::after {
  position: absolute;
  content: "";
  bottom: -80px;
  right: -100px;
  height: 270px;
  width: 400px;
  background: #9ed8eb;
  transform: rotate(-25deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home-form .contact-us {
    min-height: 170px;
  }
}
.home-form .contact-header {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  text-align: center;
  z-index: 1;
}
.home-form .contact-header h1 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
  opacity: 0.6;
  text-shadow: 0 10px 28px rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home-form .contact-header {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .home-form .contact-header h1 {
    font-size: clamp(2rem, 7vw, 2.8rem);
  }
}
.home-form .social-bar {
  position: absolute;
  bottom: 20px;
  left: 75px;
  z-index: 1;
  width: 120px;
}
.home-form .social-bar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px; /* espaço entre linhas e colunas */
}
.home-form .social-bar li {
  display: inline-block;
  color: #fff;
  margin-right: 0;
}
.home-form .social-bar a {
  color: inherit;
  text-decoration: none;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: 0.25s ease;
}
.home-form .social-bar a i {
  font-size: 16px;
  line-height: 1;
}
.home-form .social-bar a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.9);
  color: #2a2a2a;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home-form .social-bar {
    left: auto;
    right: 18px;
    bottom: 18px;
    width: auto;
  }
}
.home-form .header {
  grid-area: header;
  text-align: center;
  padding: 20px 0;
  color: #444;
}
.home-form .header h1 {
  font-weight: 400;
  margin: 0;
}
.home-form .header h2 {
  margin-top: 10px;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 1.15rem;
}
.home-form .address,
.home-form .email,
.home-form .phone {
  text-align: center;
  padding: 20px 18px;
  color: #444;
}
.home-form .address h3,
.home-form .email h3,
.home-form .phone h3 {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
.home-form .address p,
.home-form .email p,
.home-form .phone p {
  margin: 10px 0 0;
  font-size: 0.95rem;
}
.home-form .address a,
.home-form .email a,
.home-form .phone a {
  color: #444;
  text-decoration: none;
}
.home-form .address a:hover,
.home-form .email a:hover,
.home-form .phone a:hover {
  color: #1070C9;
}
.home-form .address i,
.home-form .email i,
.home-form .phone i {
  color: #1070C9;
  font-size: 1.7rem;
  margin-bottom: 14px;
  display: inline-block;
}
.home-form .address {
  grid-area: address;
}
.home-form .phone {
  grid-area: phone;
}
.home-form .email {
  grid-area: email;
}
.home-form .contact-form {
  grid-area: contact-form;
  padding: 0 18px 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .home-form .contact-form {
    padding: 0 18px 28px;
  }
}
.home-form {
  /* Form no estilo do layout (sem quebrar o include atual) */
}
.home-form .contact-form .form-contact {
  position: relative;
  width: min(640px, 100%);
  margin: 0 auto;
  padding: 22px 22px 32px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 12px;
}
.home-form .contact-form .form-control {
  background: #fff !important;
  border: 0;
  border-bottom: 1px solid rgba(68, 68, 68, 0.3);
  border-radius: 0;
  color: rgba(68, 68, 68, 0.85) !important;
}
.home-form .contact-form textarea.form-control {
  resize: none;
}
.home-form .contact-form .btn-display {
  justify-content: center;
  gap: 12px;
}
.home-form .contact-card {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 24px 18px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  max-width: 520px;
  margin: 0 auto;
}
.home-form .contact-card .row > [class*=col-] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.home-form .contact-card .fa-contact {
  background: color-mix(in srgb, #1070C9, #fff 80%);
  padding: 10px;
  width: 50px;
  height: 45px;
  text-align: center;
  margin: 0 0 10px 0;
  border-radius: 50%;
}
.home-form .contact-card .fa-contact i {
  font-size: 25px;
  color: #1070C9;
}
.home-form .contact-card .content p {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  margin-bottom: 0;
}
.home-form .contact-card .content p a {
  color: #000;
}
.home-form .contact-card .content p a:hover {
  color: #44A5FF;
}

.form-contact label {
  font-size: 14px;
}
.form-contact .form-group {
  margin-bottom: 30px;
}
.form-contact .form-group .btn-prod button,
.form-contact .form-group .btn-prod a {
  width: 80%;
  margin-left: 0;
}
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
  width: 100%;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
  padding-top: 20px;
}
.form-contact button {
  border: none;
}

/* ===== Botão "Enviar por E-mail" com animação ===== */
.send-email-btn {
  font-family: "Pacifico", cursive;
  font-size: 16px;
  overflow: visible;
  border-radius: 6px;
  position: relative;
  padding-right: 54px;
  padding-left: 22px;
  background-color: #ECFBFF;
  border: 2px solid #A6E0EE;
  color: #2D7586;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  width: 240px;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  /* neutraliza o estilo padrão do .btn-main */
}
.send-email-btn::after {
  display: none !important;
}
.send-email-btn .send-email-btn__text {
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}
.send-email-btn .send-email-btn__icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  height: 30px;
  width: auto;
  transition: transform 0.15s;
}
.send-email-btn .send-email-btn__icon path {
  fill: #2D7586;
}
.send-email-btn:hover {
  background-color: #DDF7FF;
}
.send-email-btn:hover .send-email-btn__icon {
  transform: translateY(-50%) rotate(10deg);
}
.send-email-btn.clicked {
  background-color: #cff5b3;
  border-color: #cff5b3;
  color: #6AAA3B;
  padding-right: 22px;
  animation: sendBtn-bounce-in 0.3s;
  cursor: default;
  pointer-events: none;
}
.send-email-btn.clicked .send-email-btn__icon {
  animation: sendBtn-flyaway 1.3s linear;
  top: -80px;
  right: -1000px;
}
.send-email-btn.clicked .send-email-btn__icon path {
  fill: #6AAA3B;
}

/* ===== Botão "Enviar por Whatsapp" (mesmo estilo, verde) ===== */
.send-whats-btn {
  font-family: "Pacifico", cursive;
  font-size: 16px;
  overflow: visible;
  border-radius: 6px;
  position: relative;
  padding-right: 54px;
  padding-left: 22px;
  background-color: #eafff0;
  border: 2px solid rgba(34, 186, 89, 0.35);
  color: #0f6a33;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  width: 240px;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.send-whats-btn::after {
  display: none !important;
}
.send-whats-btn .send-whats-btn__text {
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}
.send-whats-btn .send-whats-btn__icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  height: 30px;
  width: auto;
  transition: transform 0.15s;
}
.send-whats-btn .send-whats-btn__icon path {
  fill: #0f6a33;
}
.send-whats-btn:hover {
  background-color: #dcffe8;
  border-color: rgba(34, 186, 89, 0.55);
}
.send-whats-btn:hover .send-whats-btn__icon {
  transform: translateY(-50%) rotate(10deg);
}

@keyframes sendBtn-flyaway {
  0% {
    transform: rotate(10deg);
    top: 50%;
    right: 18px;
    height: 30px;
  }
  5% {
    transform: rotate(10deg);
    top: 50%;
    right: 0px;
    height: 30px;
  }
  20% {
    transform: rotate(-20deg);
    top: 50%;
    right: -130px;
    height: 45px;
  }
  40% {
    transform: rotate(10deg);
    top: -40px;
    right: -280px;
    opacity: 1;
  }
  100% {
    transform: rotate(60deg);
    top: -200px;
    right: -1000px;
    height: 0;
    opacity: 0;
  }
}
@keyframes sendBtn-bounce-in {
  0% {
    padding-right: 54px;
  }
  40% {
    padding-right: 22px;
  }
  50% {
    padding-left: 54px;
  }
  100% {
    padding-left: 22px;
  }
}
#form-prod-int {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}

.h3-form {
  font-size: 20px;
  color: #032F9F;
}
.h3-form i {
  color: #44A5FF;
  font-size: 18px;
  position: relative;
  top: 5px;
}

.whats-form {
  background: #22ba59;
  margin-left: 20px;
}
.whats-form::after {
  background-color: #01a43d;
}

/* Remove bordas/box-shadow vermelhos do Bootstrap (validação) */
.was-validated .form-control:invalid,
.was-validated textarea.form-control:invalid,
.was-validated .form-select:invalid,
.form-control.is-invalid,
textarea.form-control.is-invalid,
.form-select.is-invalid,
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #e5e6e9 !important;
  box-shadow: none !important;
  background-image: none !important;
}

@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*=============*/
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 75px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  animation: sweep 1.5s ease-in-out;
  display: flex;
  justify-content: center;
}

.whatsapp-icon {
  margin-top: 13px;
}

.contact-section {
  padding: 65px 0 0;
}
.contact-section .info-container {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  position: relative;
  padding: 20px;
  border-radius: 8px;
}
.contact-section .info-container .contact-info {
  display: flex;
}
.contact-section .info-container .contact-info:not(:last-child) {
  margin-bottom: 35px;
}
.contact-section .info-container .contact-info h3 {
  font-size: 1.1em;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.contact-section .info-container .contact-info h3 a:hover {
  color: #44A5FF;
}
.contact-section .info-container .contact-info p {
  color: #383838;
  margin-bottom: 0;
}
.contact-section .info-container .contact-info .icon {
  color: #1070C9;
  margin-right: 10px;
  font-size: 1.6em;
  min-width: 35px;
}
.contact-section .info-container::after {
  content: "";
  position: absolute;
  display: block;
  height: 115%;
  width: 85%;
  border-radius: 0%;
  left: -30px;
  top: -20px;
  z-index: -2;
  border-radius: 8px;
  opacity: 0.8;
  border: 3px solid color-mix(in srgb, #032F9F, #fff 40%);
  background: #032F9F;
}
.contact-section .btn-contact {
  display: flex;
}
@media (max-width: 576px) {
  .contact-section .btn-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .contact-section .btn-contact .btn-main {
    margin-left: 0;
    width: 80%;
  }
}

.banner-area {
  position: relative;
}
.banner-area .swiper-slide.banner-usinagem img {
  transform: scale(1) translateY(-30px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .swiper-slide.banner-usinagem img {
    transform: scale(1) translateY(-310px) !important;
  }
}
.banner-area .swiper-slide img {
  position: relative;
  height: 600px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  transition: transform 1500ms ease;
  will-change: transform;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .swiper-slide img {
    object-position: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .swiper-slide::before {
    content: "";
    box-shadow: inset 0 0 0 1000px rgba(21, 22, 22, 0.55);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    z-index: 2;
  }
}
.banner-area .swiper-slide-active img {
  transform: scale(1);
}
.banner-area .swiper-pagination-bullet {
  height: 11px;
  width: 11px;
  margin: 0 7px !important;
  transition: 0.5s;
  background: #fff;
}
.banner-area .swiper-pagination-bullet:hover {
  transform: scale(1.2);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}
.banner-area .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 8px;
  background: #44A5FF;
}
.banner-area .swiper-pagination-bullet-active:hover {
  transform: scale(1);
  box-shadow: none;
}
.banner-area .content {
  position: absolute;
  z-index: 5 !important;
  top: 0;
  padding-left: 4vw;
  width: 50vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area .content {
    padding-left: 3vw;
    width: 55vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-area .content {
    width: 90vw;
    justify-content: initial;
    margin-top: 20px;
  }
}
.banner-area .content h1,
.banner-area .content > span {
  color: #fff;
  font-size: 3em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 60px;
  margin-bottom: 20px;
  text-align: initial;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .content h1,
  .banner-area .content > span {
    font-size: 2.7em;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .content h1,
  .banner-area .content > span {
    font-size: 2.5em;
  }
}
@media (max-width: 575px) {
  .banner-area .content h1,
  .banner-area .content > span {
    font-size: 2.1em;
    margin-bottom: 15px;
    line-height: 40px;
  }
}
.banner-area .content p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  width: 70%;
  text-align: justify;
  hyphens: auto;
  word-break: break-word;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .content p {
    width: 95%;
  }
}
@media (max-width: 575px) {
  .banner-area .content p {
    margin-bottom: 35px;
    width: 100%;
    font-size: 16px;
  }
}
.banner-area .content a {
  background: #fff;
  padding: 15px 35px;
  color: #1070C9;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1rem;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: 0.4s ease;
  min-width: 200px;
  width: fit-content;
}
.banner-area .content a:hover {
  background: #1070C9;
  color: #fff;
}
.banner-area .media-icons {
  z-index: 4;
  position: absolute;
  top: 56%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 58px;
  padding: 16px 0;
  transition: 0.4s ease;
}
@media (max-width: 575px) {
  .banner-area .media-icons {
    display: none;
  }
}
.banner-area .media-icons::before, .banner-area .media-icons::after {
  content: "";
  display: block;
  width: 2px;
  height: 28px;
  background: rgba(255, 255, 255, 0.95);
}
.banner-area .media-icons a {
  color: #fff;
  font-size: 16px;
  transition: 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-area .media-icons a:not(:last-child) {
  margin-bottom: 0;
}
.banner-area .media-icons a:hover {
  transform: translateY(-2px);
  color: #44A5FF;
}
.banner-area {
  /* ===== Waves (bottom do banner) ===== */
}
.banner-area .banner-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 140px;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
@media (max-width: 575px) {
  .banner-area .banner-wave {
    height: 110px;
  }
}
.banner-area .wave-content-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.banner-area .first-wave {
  z-index: 3;
  opacity: 0.5;
}
.banner-area .second-wave {
  z-index: 2;
  opacity: 0.75;
}
.banner-area .third-wave {
  z-index: 1;
  opacity: 1;
}
.banner-area .wave-image {
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
  will-change: transform;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.banner-area .first-image {
  background-image: url("https://www.yudiz.com/codepen/wave-animation/first-wave.png");
  background-size: 50% 70px;
}
.banner-area .animation-wave .first-image {
  animation: move-wave 3s ease-in-out 1;
  animation-delay: 1.2s;
  animation-fill-mode: both;
}
.banner-area .second-image {
  background-image: url("https://www.yudiz.com/codepen/wave-animation/second-wave.png");
  background-size: 50% 90px;
}
.banner-area .animation-wave .second-image {
  animation: waves 10s linear infinite;
}
.banner-area .third-image {
  background-image: url("https://www.yudiz.com/codepen/wave-animation/third-wave.png");
  background-size: 50% 110px;
}
.banner-area .animation-wave .third-image {
  animation: waves 15s linear infinite;
}
@keyframes waves {
  0% {
    transform: translateX(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) scaleY(1);
  }
}
@keyframes move-wave {
  0% {
    transform: translateX(0) scaleY(1);
  }
  100% {
    transform: translateX(-50%) scaleY(1);
  }
}

/* ===== Botão "Learn More" (Banner + Sobre nós) ===== */
.learn-more {
  --lm-bg: #1070C9;
  --lm-text: #1070C9;
  --lm-hover-text: #fff;
  position: relative;
  display: inline-block;
  width: 12rem;
  height: 3rem;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  font: inherit;
  cursor: pointer;
  user-select: none;
}
.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: var(--lm-bg);
  border-radius: 1.625rem;
}
.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.learn-more .circle .icon.arrow {
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: var(--lm-text);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.learn-more:hover .circle {
  width: 100%;
}
.learn-more:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.learn-more:hover .button-text {
  color: var(--lm-hover-text);
}

.learn-more--banner {
  --lm-text: #fff;
  --lm-hover-text: #fff;
  width: 10.5rem;
}
.learn-more--banner .button-text {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.learn-more--about {
  --lm-text: #1070C9;
}

.learn-more--product {
  --lm-text: #fff;
  --lm-hover-text: #fff;
  width: 12.5rem;
}
.learn-more--product .button-text {
  margin: 0;
  padding: 0.75rem 0;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.learn-more--products-all {
  --lm-text: #1070C9;
  --lm-hover-text: #fff;
  width: 18.5rem;
}
.learn-more--products-all .button-text {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

/* Override dos estilos globais de links do banner */
.banner-area .content a.learn-more {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-width: 0 !important;
  width: 12rem;
  letter-spacing: 0 !important;
  font-size: 1rem !important;
  text-transform: none !important;
}
.banner-area .content a.learn-more:hover {
  background: transparent !important;
  color: inherit !important;
}

/* Override para não herdar estilos de botão do tema */
.about-home a.learn-more {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  min-width: 0;
  width: 12rem;
  letter-spacing: 0;
}

/* ===== Sobre nós (home) ===== */
.about-home {
  background: #fff;
  padding: 65px 0;
  position: relative;
  z-index: 1;
}
.about-home .section-title span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #1070C9 !important;
}
.about-home .section-title span::before {
  content: "";
  width: 36px;
  height: 2px;
  background: #1070C9 !important;
  display: inline-block;
}
.about-home .section-title h2 {
  margin-top: 8px;
}

.about-home__image {
  position: relative;
  width: 100%;
  overflow: visible;
  border-top-left-radius: 0;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 10px 30px;
}
.about-home__image img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 0;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-home__image img {
    height: 320px;
  }
}

.about-home__badge {
  position: absolute;
  right: 18px;
  bottom: -22px;
  width: 168px;
  height: 168px;
  border-radius: 14px;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 10px 25px;
  overflow: hidden;
}
.about-home__badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-home__badge {
    width: 140px;
    height: 140px;
    right: 14px;
    bottom: -18px;
  }
}

.about-home__list {
  margin: 20px 0 0;
  padding: 0;
}
.about-home__list li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 0;
  font-weight: 500;
  color: #171717;
}
.about-home__list li i {
  color: #44A5FF;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.service-wrapper {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border: 1px solid rgba(68, 165, 255, 0.1);
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-wrapper {
    min-height: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-wrapper {
    min-height: 300px;
  }
}
.service-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #44A5FF, #1070C9);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.service-wrapper .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(68, 165, 255, 0.1), rgba(16, 112, 201, 0.1));
  border-radius: 16px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}
.service-wrapper .icon .uim-svg {
  font-size: 32px;
  color: #1070C9;
  transition: all 0.4s ease;
}
.service-wrapper .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service-wrapper .content .title {
  font-size: 22px;
  font-weight: 700;
  color: #1070C9;
  margin-bottom: 16px;
  transition: all 0.4s ease;
  text-align: center;
}
.service-wrapper .content p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  text-align: center;
  margin: 0;
  flex: 1;
}
.service-wrapper .big-icon {
  position: absolute;
  right: -20px;
  bottom: -20px;
  opacity: 0.03;
  transition: all 0.4s ease;
  z-index: 0;
}
.service-wrapper .big-icon .uim-svg {
  font-size: 120px;
  color: #1070C9;
}
.service-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: rgba(68, 165, 255, 0.2) 0px 12px 30px;
  border-color: rgba(68, 165, 255, 0.3);
}
.service-wrapper:hover::before {
  transform: scaleX(1);
}
.service-wrapper:hover .icon {
  background: linear-gradient(135deg, #44A5FF, #1070C9);
  transform: scale(1.1);
}
.service-wrapper:hover .icon .uim-svg {
  color: #fff;
}
.service-wrapper:hover .content .title {
  color: #44A5FF;
}
.service-wrapper:hover .big-icon {
  opacity: 0.08;
  transform: scale(1.1);
}

.product-area {
  padding: 65px 0;
  background: #f8f8f8;
}
.product-area .padding-content {
  padding: 0 7vw;
}
@media (min-width: 992px) {
  .product-area .padding-content {
    padding: 0;
    padding-left: 3rem;
    padding-right: 15px;
  }
}
.product-area .swiper-button-prev,
.product-area .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.product-area .swiper-button-prev::after,
.product-area .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}

/* ===== Produtos (Cards + Carrossel) ===== */
.products-cards {
  background: #fff;
  padding: 65px 0;
}
.products-cards .section-title span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #1070C9 !important;
}
.products-cards .section-title span::before {
  content: "";
  width: 36px;
  height: 2px;
  background: #1070C9 !important;
  display: inline-block;
}
.products-cards .products-cards__intro {
  max-width: 42rem;
  margin: 1rem auto 0;
  font-size: 1.05em;
  line-height: 1.55;
  color: #3d3d3d;
}
.products-cards .productCardsSwiper {
  padding: 10px 0 0;
}
.products-cards .pc-all-products {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
.products-cards .pc-card {
  --pc-accent: #9BDC28;
  position: relative;
  width: 320px;
  height: 445px;
  background: #232323;
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 575px) {
  .products-cards .pc-card {
    width: 280px;
    height: 415px;
  }
}
.products-cards .pc-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--pc-accent);
  clip-path: circle(135px at 80% 18%);
  transition: 0.5s ease-in-out;
  z-index: 0;
}
.products-cards .pc-card {
  /* Efeito de hover apenas no desktop */
}
@media (hover: hover) {
  .products-cards .pc-card:hover::before {
    clip-path: circle(265px at 80% -20%);
  }
}
.products-cards .pc-card::after {
  content: none;
}
.products-cards .pc-card .pc-imgBx {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  height: 205px;
  transition: 0.5s;
}
@media (max-width: 575px) {
  .products-cards .pc-card .pc-imgBx {
    top: 0;
    transform: translateY(0%);
    height: 195px;
  }
}
.products-cards .pc-card {
  /* Sem movimento vertical no hover */
}
.products-cards .pc-card .pc-imgBx img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 195px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.5s ease, width 0.5s ease, height 0.5s ease, object-fit 0.5s ease;
}
@media (max-width: 575px) {
  .products-cards .pc-card .pc-imgBx img {
    transform: translate(-50%, -50%) rotate(0deg);
    width: 168px;
  }
}
.products-cards .pc-card {
  /* Sem animação de rotação/tamanho no hover */
}
.products-cards .pc-card .pc-contentBx {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 128px;
  text-align: center;
  transition: height 0.5s ease;
  z-index: 1;
  padding: 0 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (hover: none), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .products-cards .pc-card .pc-contentBx {
    height: 200px;
  }
}
.products-cards .pc-card {
  /* Efeito de hover apenas no desktop */
}
@media (hover: hover) {
  .products-cards .pc-card:hover .pc-contentBx {
    height: 200px;
  }
}
.products-cards .pc-card .pc-contentBx h2 {
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
  padding-top: 8px;
}
.products-cards .pc-card .pc-desc {
  margin: 8px auto 0;
  max-width: 260px;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: 0.5s ease;
}
@media (hover: none), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .products-cards .pc-card .pc-desc {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.products-cards .pc-card .pc-desc:empty {
  display: none;
}
.products-cards .pc-card {
  /* Efeito de hover apenas no desktop */
}
@media (hover: hover) {
  .products-cards .pc-card:hover .pc-desc {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.25s;
  }
}
.products-cards .pc-card .pc-contentBx a.learn-more {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
  margin-top: 8px;
  width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (hover: none), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .products-cards .pc-card .pc-contentBx a.learn-more {
    opacity: 1;
    transform: translateY(0px);
  }
}
.products-cards .pc-card .pc-contentBx a.learn-more--product {
  background: #1070C9;
  color: #fff;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.2rem;
  text-align: center;
}
.products-cards .pc-card {
  /* Efeito de hover apenas no desktop */
}
@media (hover: hover) {
  .products-cards .pc-card:hover .pc-contentBx a.learn-more {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.55s;
  }
}
.products-cards .pc-card--green {
  --pc-accent: #44a5ff;
}
.products-cards .pc-card--blue {
  --pc-accent: #44a5ff;
}
.products-cards .pc-card--pink {
  --pc-accent: #44a5ff;
}
.products-cards .pc-card--theme {
  --pc-accent: #44a5ff;
}

/* ===== Diferenciais (Cards em Grid) ===== */
.home-differentials {
  --diff-bg: #1070C9;
  --diff-gray: #3f3f3f;
  --diff-white: #fff;
  --diff-gap: 22px;
  background: linear-gradient(to right, #001D68, #032F9F, #1070C9, #44A5FF);
  padding: 70px 0;
  color: var(--diff-white);
}
.home-differentials .section-title span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #fff;
}
.home-differentials .section-title span::before {
  content: "";
  width: 36px;
  height: 2px;
  background: #fff;
  display: inline-block;
}
.home-differentials .section-title h2 {
  color: #fff;
}
.home-differentials .section-title .divider {
  background: rgba(255, 255, 255, 0.22);
}
.home-differentials .diff-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--diff-gap);
  width: 100%;
}
@media (min-width: 540px) {
  .home-differentials .diff-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .home-differentials .diff-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.home-differentials .diff-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 2/3;
  isolation: isolate;
  cursor: default; /* tira o cursor pointer */
  /* garante que nada dentro vire "mãozinha" */
}
.home-differentials .diff-card * {
  cursor: default;
}
.home-differentials .diff-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.82));
  opacity: 0.92;
  transition: opacity 200ms linear;
  z-index: 1;
  pointer-events: none;
}
.home-differentials .diff-card__background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.78) saturate(1.2) contrast(0.9);
  transform: scale(1) translateZ(0);
  transition: filter 200ms linear, transform 200ms linear;
  z-index: 0;
}
.home-differentials .diff-card__content {
  position: absolute;
  inset: 0;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  z-index: 2;
}
.home-differentials .diff-card__category {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
}
.home-differentials .diff-card__heading {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
}
.home-differentials {
  /* descrição “sobe de baixo” no hover */
}
.home-differentials .diff-card__desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  max-width: 92%;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 220ms ease, transform 220ms ease;
}
.home-differentials {
  /* no mobile (touch devices), conteúdo sempre visível */
}
@media (hover: none) {
  .home-differentials .diff-card__desc {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-differentials {
  /* efeitos de hover apenas em dispositivos que suportam hover (não mobile/touch) */
}
@media (hover: hover) {
  .home-differentials .diff-card:hover .diff-card__background {
    transform: scale(1.05) translateZ(0);
  }
  .home-differentials .diff-card:hover .diff-card__desc {
    opacity: 1;
    transform: translateY(0);
  }
  .home-differentials {
    /* efeito do grid: cards não-hover ficam desfocados */
  }
  .home-differentials .diff-grid:hover > .diff-card:not(:hover) .diff-card__background {
    filter: brightness(0.55) saturate(0.6) contrast(1.15) blur(14px);
  }
}

@media (min-width: 768px) {
  .int-page-1 .ajust-float {
    width: 55%;
    float: left;
    margin-right: 20px;
  }
}
.int-page-1 .ajust-float img {
  border-radius: 5px;
  min-height: 400px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .int-page-1 .padding-lg-right {
    padding-right: 5%;
  }
}
.int-page-1 .swiper-button-prev,
.int-page-1 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-1 .swiper-button-prev::after,
.int-page-1 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}
.int-page-1 p {
  text-align: justify;
  hyphens: auto;
  word-break: break-word;
}
.int-page-1 .boxExpand {
  margin: 10px 0;
  padding: 10px 0;
}
.int-page-1 .boxExpand #contentExpand {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
}
.int-page-1 .boxExpand #contentExpand ul li {
  list-style-position: inside;
}
.int-page-1 .boxExpand #contentExpand.expanded {
  max-height: 5000px;
}
.int-page-1 .boxExpand #contentExpand.expanded::before {
  display: none;
}
.int-page-1 .boxExpand #contentExpand::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 2;
  background: linear-gradient(to top, #ffffff 20%, rgba(0, 0, 0, 0) 100%);
}
.int-page-1 .boxExpand .btn-expand {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  top: 0px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  border: none;
  outline: none;
  transition: 0.3s ease;
  background: transparent;
}
.int-page-1 .boxExpand .btn-expand i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #44A5FF;
  bottom: 0px;
  font-size: 40px;
  transition: 0.3s ease;
}

.int-page-2 .prodintSwiper {
  height: 400px;
}
.int-page-2 .swiper-button-prev,
.int-page-2 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-2 .swiper-button-prev::after,
.int-page-2 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}
.int-page-2 .img-text {
  position: relative;
  background-image: url(../img/gallery/about.jpg);
}
.int-page-2 .img-text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #454545, rgba(255, 255, 255, 0));
  z-index: 0;
}
.int-page-2 .img-text .content-padding {
  padding: 32px;
  z-index: 1;
}
.int-page-2 .img-text .content-padding h2,
.int-page-2 .img-text .content-padding p {
  color: #FFF;
}
.int-page-2 .buttons .btn-main {
  width: 100%;
  text-align: center;
  margin-left: 0;
}

.int-page-3 .title-text01 {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  padding: 10px;
}
.int-page-3 .title-text01 .title {
  position: relative;
}
.int-page-3 .title-text01 .title .sub-bg {
  position: absolute;
  top: -40px;
  left: -40px;
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #44A5FF;
  opacity: 0.2;
}
.int-page-3 .title-text01 .title h1,
.int-page-3 .title-text01 .title h2,
.int-page-3 .title-text01 .title h3 {
  position: relative;
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin: 10px 0;
  background: -webkit-linear-gradient(#44A5FF, #1070C9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.int-page-3 .box-navfeatures .custom-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .custom-nav {
    margin-bottom: 15px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style {
    width: 48%;
    margin: 5px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: 0 0;
  border: none;
  border-radius: 10px;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  padding: 10px 30px;
  width: 100%;
  color: #000000;
  cursor: pointer;
  border: 1px solid #d8d8d8;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    margin: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 20px;
  }
}
@media (max-width: 575px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link {
    padding: 10px 20px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon i {
  font-size: 30px;
  color: #44A5FF;
  background: linear-gradient(120deg, #1070C9 45%, #44A5FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon i {
    font-size: 25px;
  }
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link.active {
  color: #ffffff;
  background: linear-gradient(130deg, #1070C9 60%, #44A5FF 100%);
  border-color: #dee2e6;
  border: 0;
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link.active img {
  filter: brightness(600%) saturate(0);
}
.int-page-3 .box-navfeatures .custom-nav .tab-style .nav-link.active i {
  color: #fff;
  background: linear-gradient(120deg, #fff 45%, #eee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.int-page-3 .box-navfeatures .tab-content .tab-pane {
  display: none;
  padding: 5px;
}
.int-page-3 .box-navfeatures .tab-content .tab-pane.active {
  display: flex;
  animation: zoomIn 1s ease 0s 1 normal forwards;
}
.int-page-3 .box-navfeatures .tab-content .box-img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #e8e8e8;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .tab-content .box-img {
    height: 400px;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-3 .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .int-page-3 .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
@media (max-width: 320px) {
  .int-page-3 .box-navfeatures .tab-content .box-text {
    padding: 20px 0;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-left: 18px;
  color: #1a1a1a;
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  width: 2px;
  height: 15px;
  background: #032F9F;
  transform: translateY(-50%) skew(-10deg);
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 2px;
  height: 15px;
  background: #032F9F;
  transform: translateY(-50%) skew(-10deg);
}
.int-page-3 .box-navfeatures .tab-content .box-text .subtitle span {
  font-weight: 500;
  color: #44A5FF;
}
.int-page-3 .box-navfeatures .tab-content .box-text .title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1070C9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .tab-content .box-text .subtitle {
    font-size: 16px;
  }
  .int-page-3 .box-navfeatures .tab-content .box-text .title {
    font-size: 25px;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-text .desc p {
  text-align: justify;
  font-size: 16px;
  margin: 5px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-3 .box-navfeatures .tab-content .box-text .desc p {
    font-size: 14px;
    line-height: 25px;
  }
}
.int-page-3 .box-navfeatures .tab-content .box-text .list {
  margin: 10px 0;
}
.int-page-3 .box-navfeatures .tab-content .box-text .list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 5px 0;
}
.int-page-3 .box-navfeatures .tab-content .box-text .list li i {
  margin-right: 5px;
  font-size: 20px;
  background-color: #fff;
  color: #44A5FF;
}
.int-page-3 .box-navfeatures .tab-content .box-text .btn-four {
  margin-top: 10px;
  padding: 8px 20px;
}
.int-page-3 .section-title02 {
  position: relative;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  z-index: 1;
}
.int-page-3 .section-title02 .icon {
  width: 120px;
  opacity: 1;
  z-index: -1;
}
.int-page-3 .section-title02 .subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #1070C9;
  background: linear-gradient(90deg, #44A5FF 45%, #1070C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (max-width: 575px) {
  .int-page-3 .section-title02 .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .int-page-3 .section-title02 .subtitle {
    font-size: 16px;
  }
}
.int-page-3 .section-title02 .title {
  font-size: 45px;
  font-weight: 800;
  color: #2c2b2b;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .int-page-3 .section-title02 .title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .int-page-3 .section-title02 .title {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .int-page-3 .section-title02 .title {
    font-size: 22px;
  }
}
.int-page-3 .section-title02 .title.color-gradint {
  background: linear-gradient(90deg, #44A5FF 45%, #1070C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.int-page-3 .section-title02 .desc {
  margin: 5px 0;
}
.int-page-3 .section-title02 .desc p {
  text-align: center;
  font-size: 16px;
  color: #1a1a1a;
  margin: 0;
}
.int-page-3 .style-img01 {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border: 1px solid #44A5FF;
  text-align: center;
  padding: 20px 20px;
  border-radius: 10px;
  height: 415px;
  width: 90%;
}
.int-page-3 .style-img01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  width: 60px;
  height: 70%;
  background: #44A5FF;
  background: linear-gradient(180deg, #44A5FF 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.int-page-3 .style-img01::after {
  content: "";
  position: absolute;
  bottom: -3%;
  left: -3%;
  width: 250px;
  height: 80%;
  border-radius: 5%;
  transform: rotate(0deg);
  background: radial-gradient(farthest-side at -33.33% 50%, rgba(0, 0, 0, 0) 52%, #1070C9 54% 57%, rgba(0, 0, 0, 0) 59%) 0 40px, radial-gradient(farthest-side at 50% 133.33%, rgba(0, 0, 0, 0) 52%, #1070C9 54% 57%, rgba(0, 0, 0, 0) 59%) 40px 0, radial-gradient(farthest-side at 133.33% 50%, rgba(0, 0, 0, 0) 52%, #1070C9 54% 57%, rgba(0, 0, 0, 0) 59%), radial-gradient(farthest-side at 50% -33.33%, rgba(0, 0, 0, 0) 52%, #1070C9 54% 57%, rgba(0, 0, 0, 0) 59%), #fefeff;
  background-size: 17.1416327405px 80px, 80px 17.1416327405px;
  opacity: 0.5;
  z-index: -1;
}
.int-page-3 .style-img01 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5%;
  width: 110%;
  height: 90%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.int-page-4 .box-img {
  margin-bottom: 20px;
  height: 450px;
}
.int-page-4 .box-img .prodintSwiper {
  width: 100%;
  height: 100%;
}
.int-page-4 .service-content .titles1 {
  font-size: 26px;
  margin: 15px 0;
  color: #1070C9;
}
.int-page-4 .service-content .titles2 {
  color: #1070C9;
  font-size: 24px;
  margin: 15px 0;
}
.int-page-4 .service-content p {
  font-size: 16px;
  text-align: justify;
  color: #000;
}
.int-page-4 .service-details-card {
  padding: 20px;
  box-shadow: 0px 8px 30px rgba(106, 106, 106, 0.1019607843);
  display: flex;
  align-items: start;
  border-left: 5px solid #44A5FF;
  margin: 20px 0;
}
.int-page-4 .service-details-card .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-size: 35px;
  color: #44A5FF;
}
.int-page-4 .service-details-card .details {
  margin-left: 20px;
}
.int-page-4 .service-details-card .details h2,
.int-page-4 .service-details-card .details h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
}
.int-page-4 .service-details-card .details p {
  font-size: 16px;
  color: #000;
}
.int-page-4 .sidebar02 .box-categoria {
  padding: 20px 30px;
  margin-bottom: 10px;
  background-color: rgba(238, 238, 238, 0.9333333333);
}
.int-page-4 .sidebar02 .box-categoria .cat-title {
  font-size: 30px;
  font-weight: 600;
  margin: 15px 0;
}
.int-page-4 .sidebar02 .box-categoria ul {
  margin-bottom: 10px;
}
.int-page-4 .sidebar02 .box-categoria ul li {
  padding: 18px 25px;
  list-style: none;
  background: #fff;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  transition: 0.3s ease;
}
.int-page-4 .sidebar02 .box-categoria ul li a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #000;
}
.int-page-4 .sidebar02 .box-categoria ul li:hover {
  transform: scale(1.03);
  background: #44A5FF;
}
.int-page-4 .sidebar02 .box-categoria ul li:hover a {
  color: #fff;
}
.int-page-4 .sidebar02 .sidebar-cta {
  position: relative;
  padding: 20px 30px;
  margin: 20px 0;
  height: 450px;
}
.int-page-4 .sidebar02 .sidebar-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 1;
}
.int-page-4 .sidebar02 .sidebar-cta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  z-index: 2;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #44A5FF;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner h2,
.int-page-4 .sidebar02 .sidebar-cta .content-inner h3 {
  color: #fff;
  font-size: 26px;
  margin: 15px 0;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner a {
  padding: 15px 30px;
  background-color: #44A5FF;
  color: #fff;
  font-size: 18px;
  transition: 0.3s ease;
}
.int-page-4 .sidebar02 .sidebar-cta .content-inner a:hover {
  background-color: #fff;
  color: #44A5FF;
}
.int-page-4 .swiper-button-prev,
.int-page-4 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-4 .swiper-button-prev::after,
.int-page-4 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}

.map-site ul li {
  margin-bottom: 10px;
}
.map-site ul li i {
  color: #1070C9;
}
.map-site ul li a {
  color: #000;
  text-transform: uppercase;
  font-size: 0.9em;
}
.map-site ul li a:hover {
  color: #44A5FF;
  padding-left: 5px;
}

.politica-de-privacidade h2 {
  margin-top: 15px;
}

.lgpd {
  position: fixed;
  bottom: 4%;
  left: 2%;
  max-width: 360px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 9999;
}
.lgpd .title {
  font-weight: 600;
  color: rgb(31, 41, 55);
}
.lgpd .description {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75, 85, 99);
}
.lgpd .description a {
  color: rgb(59, 130, 246);
}
.lgpd .description a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.lgpd .actions {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-shrink: 0;
}
.lgpd .actions .pref {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(31, 41, 55);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  background-color: transparent;
}
.lgpd .actions .pref:hover {
  color: rgb(156, 163, 175);
}
.lgpd .actions .pref:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.lgpd .actions .accept {
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: rgb(17, 24, 39);
  font-weight: 500;
  border-radius: 0.5rem;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  cursor: pointer;
  border: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.lgpd .actions .accept:hover {
  background-color: rgb(55, 65, 81);
}
.lgpd .actions .accept:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.service-wrapper--img .icon--img {
  width: 100%;
  height: 220px;
  margin: 0 auto 20px;
  border-radius: 12px;
  overflow: hidden;
  background: #f0f0f0;
}
.service-wrapper--img .icon--img img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.service-wrapper--img .big-icon {
  display: none;
}
.service-wrapper--img .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service-wrapper--img .btn-saiba-mais {
  display: inline-block;
  margin-top: auto;
  padding: 10px 24px;
  background: #1070C9;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  text-align: center;
  transition: background 0.3s, transform 0.2s;
}
.service-wrapper--img .btn-saiba-mais:hover {
  background: rgb(12.9917050691, 90.9419354839, 163.2082949309);
  color: #fff;
  transform: translateY(-2px);
}

.service-wrapper--img.service-wrapper--compact {
  text-align: center;
}
.service-wrapper--img.service-wrapper--compact .icon--img {
  height: 140px;
  margin: 0 auto 10px;
  border-radius: 10px;
}
.service-wrapper--img.service-wrapper--compact .title {
  font-size: 1.05rem;
  margin-bottom: 0.15rem;
}
.service-wrapper--img.service-wrapper--compact .content {
  text-align: center;
}
.service-wrapper--img.service-wrapper--compact .content p {
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}

.maquinas-usinagem-grid,
.maquinas-caldeiraria-grid {
  --bs-gutter-x: 0.45rem;
  --bs-gutter-y: 0.45rem;
}

.page-usinagem .page-usinagem__nav {
  z-index: 0;
  padding: 1rem 0;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.page-usinagem .page-usinagem__nav .nav {
  gap: 0.25rem;
}
.page-usinagem .page-usinagem__nav-link {
  color: #555;
  font-weight: 500;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.page-usinagem .page-usinagem__nav-link:hover {
  color: #1070C9;
  background: rgba(16, 112, 201, 0.08);
}
.page-usinagem .page-usinagem__nav-link.active {
  color: #fff;
  background: #1070C9;
}
.page-usinagem .page-usinagem__panel {
  display: none;
}
.page-usinagem .page-usinagem__panel.active {
  display: block;
}
.page-usinagem .page-usinagem__float-img {
  float: right;
  max-width: 420px;
  margin: 0 0 1rem 1.5rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.page-usinagem .page-usinagem__float-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .page-usinagem .page-usinagem__float-img {
    float: none;
    max-width: 100%;
    margin: 0 0 1.5rem;
  }
}
.page-usinagem .page-usinagem__float-img--large {
  max-width: 580px;
  width: 50%;
}
@media (max-width: 991px) {
  .page-usinagem .page-usinagem__float-img--large {
    width: 45%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page-usinagem .page-usinagem__float-img--large {
    width: 100%;
    max-width: 100%;
  }
}
.page-usinagem .page-usinagem__content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1070C9;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  clear: right;
}
.page-usinagem .page-usinagem__content h2:first-of-type {
  margin-top: 0;
  clear: none;
}
.page-usinagem .page-usinagem__content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.page-usinagem .page-usinagem__content p {
  text-align: justify;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6;
}
.page-usinagem .page-usinagem__content ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.page-usinagem .page-usinagem__content .lead {
  font-size: 1rem;
  font-weight: 400;
}
.page-usinagem .page-usinagem__content .accordion-header button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-weight: 600;
  width: 100%;
  text-align: left;
}
.page-usinagem .page-usinagem__content .accordion-header button .faq-btn-text {
  flex: 1;
}
.page-usinagem .page-usinagem__content .accordion-header button .faq-toggle-icon {
  flex-shrink: 0;
  transition: transform 0.25s ease;
  color: #1070C9;
}
.page-usinagem .page-usinagem__content .accordion-header button:not(.collapsed) .faq-toggle-icon {
  transform: rotate(180deg);
}
.page-usinagem .page-usinagem__content .accordion-header button:not(.collapsed) {
  background: rgba(16, 112, 201, 0.08);
  color: #1070C9;
}
.page-usinagem .page-usinagem__more-wrap {
  margin: 1rem 0;
}
.page-usinagem .page-usinagem__more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.page-usinagem .page-usinagem__more-content.is-expanded {
  max-height: 2000px;
  overflow: visible; /* permite o texto contornar a imagem flutuante */
}
.page-usinagem .page-usinagem__btn-more {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.5rem 1.25rem;
  background: transparent;
  border: 2px solid #1070C9;
  color: #1070C9;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.page-usinagem .page-usinagem__btn-more:hover {
  background: #1070C9;
  color: #fff;
}

.internal-gallery {
  margin-top: 0.5rem;
}
.internal-gallery-grid {
  display: grid;
  gap: 1rem;
  width: 100%;
}
.internal-gallery-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .internal-gallery-grid--4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .internal-gallery-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.internal-gallery-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .internal-gallery-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.internal-gallery__link {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.internal-gallery__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}
.internal-gallery__link:focus-visible {
  outline: 3px solid #1070C9;
  outline-offset: 2px;
}
.internal-gallery__img-wrap {
  display: block;
  width: 100%;
  height: 200px;
  background: #f0f0f0;
}
.internal-gallery__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .internal-gallery__img-wrap {
    height: 220px;
  }
}

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