@charset "UTF-8";
.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: "Source Sans 3", sans-serif;
}

body {
  background-color: #ffffff;
}

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: "Nunito", sans-serif;
}
.section-title span {
  text-transform: uppercase;
  font-size: 0.9em;
  display: 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 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1070C9;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  height: 40px;
  overflow: hidden;
}
@media (min-width:1400px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  header .top_menu {
    padding: 5px 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .top_menu {
    display: none;
  }
}
header .top_menu .container-fluid {
  position: relative;
  z-index: 2;
}
header .top_menu .container-fluid .row {
  align-items: center;
}
header .top_menu .header-social {
  display: flex;
  gap: 6px;
  align-items: center;
  font-family: "Nunito", sans-serif;
}
header .top_menu .header-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
header .top_menu .header-social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
header .top_menu .header-social a:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}
header .top_menu .header-social a:hover::before {
  left: 100%;
}
header .top_menu .header-social a i {
  font-size: 11px;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
header .top_menu .contact-menu {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  font-family: "Nunito", sans-serif;
}
header .top_menu .contact-menu .dn_btn {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}
header .top_menu .contact-menu .dn_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  transition: width 0.3s ease;
}
header .top_menu .contact-menu .dn_btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
header .top_menu .contact-menu .dn_btn:hover::before {
  width: 100%;
}
header .top_menu .contact-menu .dn_btn i {
  font-size: 11px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .contact-menu .dn_btn {
    font-size: 9px;
    gap: 4px;
    padding: 3px 8px;
  }
}
header .header-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .header-area.sticky {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06);
  animation: remove-top 0.8s ease-in-out;
}
@keyframes remove-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
header .header-area.sticky .nav-branding {
  color: #000;
}
header .header-area.sticky .nav-menu .menu li a,
header .header-area.sticky .nav-menu .menu .sub-menu .menu-item a {
  color: #000 !important;
}
header .header-area.sticky .top_menu {
  display: none;
}
header .header-area.sticky .cpr-orcamento-btn {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
header .header-area.sticky .cpr-orcamento-btn:hover {
  background-color: #1a1a1a;
  color: #fff;
}
header .header-area.sticky .cpr-manutencao-badge {
  background: rgba(16, 112, 201, 0.1);
  border-color: #1070C9;
  color: #1070C9;
}
header .header-area .header-main {
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  height: 130px;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 255, 255, 0.1), 0 0 40px rgba(255, 255, 255, 0.05);
}
@media (min-width:1400px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  header .header-area .header-main {
    padding: 0px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-area .header-main {
    padding: 0px 20px;
    height: 110px;
    background: rgba(255, 255, 255, 0.98);
  }
}
header .header-area .header-main .logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
header .header-area .header-main .cpr-manutencao-badge {
  background: rgba(16, 112, 201, 0.1);
  border: 1px solid #1070C9;
  color: #1070C9;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-area .header-main .cpr-manutencao-badge {
    display: none;
  }
}
header .header-area .header-main .logo {
  padding: 0 15px;
  width: 220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .logo {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header-area .header-main .logo {
    width: 210px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-area .header-main .logo {
    width: 180px;
  }
}
header .header-area .header-main .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .header-area .header-main .nav-menu {
  padding: 0 15px;
  font-family: "Nunito", sans-serif;
}
@media (min-width:1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu {
    display: flex;
    align-items: center;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item {
    margin-left: 10px;
  }
}
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: 10px 0;
  font-size: 16px;
  letter-spacing: 0.1rem;
  color: #fff;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  transition: all 0.3s 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: 14px;
  }
}
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: #ffffff;
  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: #fff;
}
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: #ffffff;
}
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: #ffffff;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  width: 350px;
  max-height: 400px;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 100%;
  background: #ffffff;
  padding: 10px 0;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  transform: translateY(10px);
  transition: all 0.3s ease;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  font-family: "Nunito", sans-serif;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
  display: block;
  margin: 0 20px;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a {
  display: block;
  font-size: 11px;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  color: #000;
  transition: all 0.4s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
  color: #1070C9;
  padding-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
    color: #1070C9;
  }
}
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);
  }
}
header .header-area .header-main .nav-menu .contact-btn {
  display: flex;
  align-items: center;
  font-family: "Nunito", sans-serif;
}
header .header-area .header-main .nav-menu .contact-btn .btn-one {
  padding: 14px 16px;
  margin: 0 5px;
  font-size: 11px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}
header .header-area .header-main .nav-menu .contact-btn .btn-one spam {
  font-size: 11px;
  font-weight: 400;
}
@media (min-width:1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .contact-btn {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu {
    position: fixed;
    right: -280px;
    visibility: hidden;
    width: 280px;
    height: 100vh;
    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 .menu .menu-item {
    display: block;
    margin: 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a {
    color: #ffffff !important;
    padding: 10px 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 > a:hover {
    color: #ffffff;
  }
  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 !important;
    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 .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: #ffffff;
  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: #ffffff;
  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 .open-nav-menu span {
    background-color: #000000;
  }
  header .header-area .header-main .open-nav-menu span::before, header .header-area .header-main .open-nav-menu span::after {
    background-color: #000000;
  }
}
header .header-area .header-main .close-nav-menu {
  font-size: 30px;
  background-color: transparent;
  color: #ffffff;
  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;
}

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

@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;
  }
}
.cpr-orcamento-btn {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 14px 36px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.cpr-orcamento-btn:hover {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 20px rgba(255, 255, 255, 0.4), 0 0 40px rgba(255, 255, 255, 0.2);
}
.cpr-orcamento-btn:active {
  transform: scale(0.97);
}
.cpr-orcamento-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cpr-orcamento-btn:hover::after {
  opacity: 1;
}

body:has(.slider-area) {
  background: #ffffff;
}
body:has(.slider-area) .header-area {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid 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) {
  body:has(.slider-area) .header-area .header-main {
    background: rgba(255, 255, 255, 0.98);
  }
}
body:has(.slider-area) .header-area .nav-menu .menu li a,
body:has(.slider-area) .header-area .nav-menu .menu .sub-menu .menu-item a {
  color: #000 !important;
}
body:has(.slider-area) .header-area .cpr-orcamento-btn {
  color: #000;
  border-color: #000;
}
body:has(.slider-area) .header-area .cpr-orcamento-btn:hover {
  background-color: #000;
  color: #fff;
}

.footer-area {
  background: #f0f1f3;
  padding: 65px 0 0;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.footer-area .footer-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption {
    margin-bottom: 70px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.footer-area .footer-top .single-footer-caption .footer-logo {
  position: relative;
  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 .cpr-manutencao-badge {
  background: rgba(16, 112, 201, 0.1);
  border: 1px solid #1070C9;
  color: #1070C9;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 6px;
}
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
  line-height: 1.8;
  margin-bottom: 30px;
  color: #333;
}
@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: #1a1a1a;
  font-family: "Nunito", 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: #333;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
  color: #333;
  font-weight: 300;
  transition: 0.4s ease;
  opacity: 0.8;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a:hover {
  color: #1070C9;
  opacity: 1;
  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: #333;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
.footer-area .footer-top .single-footer-caption .footer-cap p {
  color: #333;
  font-size: 16px;
}
.footer-area .footer-top .single-footer-caption .footer-cap a {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
  transition: 0.4s ease;
  opacity: 0.8;
}
.footer-area .footer-top .single-footer-caption .footer-cap a:hover {
  color: #1070C9;
  opacity: 1;
  padding-left: 5px;
}
.footer-area .footer-top .single-footer-caption .footer-cap a i {
  color: #1070C9;
}
.footer-area .footer-top .single-footer-caption .footer-cap .dn_btn {
  color: #333;
}
.footer-area .footer-top .single-footer-caption .footer-cap .dn_btn i {
  color: #1070C9;
}
.footer-area .footer-top .single-footer-caption .footer-cap .dn_btn:hover {
  color: #1070C9;
  opacity: 1;
}
.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: #333;
  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: "Source Sans 3", 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;
  margin-top: 162px;
}
@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;
  }
}
.slider-area .slider-height {
  height: 200px;
  background-size: cover;
}
.slider-area .slider-height .hero-cap {
  font-family: "Orbitron", sans-serif;
}
.slider-area .slider-height .hero-cap h1 {
  color: #fff;
  font-family: "Orbitron", sans-serif;
  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-family: "Orbitron", sans-serif;
  font-weight: 500;
}
.slider-area .slider-height .hero-cap .ajust-link:hover {
  color: rgba(255, 255, 255, 0.85);
}
.slider-area .slider-height .hero-cap .color-w {
  color: #fff;
  font-family: "Orbitron", sans-serif;
  margin: 0;
}
.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-repeat: no-repeat;
}

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: "Source Sans 3", 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;
  font-family: "Orbitron", sans-serif;
}
.cta-area .cta-caption h2 {
  color: #fff;
  font-family: "Orbitron", sans-serif;
  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-family: "Orbitron", sans-serif;
  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;
}
.home-form form,
.home-form input,
.home-form label,
.home-form p,
.home-form textarea {
  color: #000 !important;
}
.home-form .contact-card .fa-contact {
  background: color-mix(in srgb, #1070C9, #fff 80%);
  padding: 10px;
  width: 50px;
  height: 45px;
  text-align: center;
  float: left;
  margin-right: 20px;
  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;
  height: 45px;
  display: flex;
  align-items: center;
}
.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;
}

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

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

.cpr-contato-section .container {
  max-width: 1140px;
}
.cpr-contato-section .cpr-form-header {
  margin-bottom: 50px;
}

.cpr-contato-info-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 2rem;
  font-family: "Nunito", sans-serif;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.cpr-contato-info-title {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.cpr-contato-info-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.cpr-contato-info-item:last-child {
  margin-bottom: 0;
}

.cpr-contato-info-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  color: #000;
  font-size: 1.1rem;
}

.cpr-contato-info-body {
  flex: 1;
  min-width: 0;
}
.cpr-contato-info-body a {
  color: #000;
  text-decoration: none;
  transition: color 0.25s ease;
}
.cpr-contato-info-body a:hover {
  color: #1070C9;
}

.cpr-contato-info-label {
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 0.35rem;
}

.cpr-contato-info-detail {
  font-size: 0.85rem;
  color: #333;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.cpr-contato-info-sep {
  color: #666;
  margin: 0 0.35rem;
}

.cpr-contato-map-wrapper {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.banner-area {
  position: relative;
}
.banner-area .swiper-slide img {
  clip-path: circle(0% at 0 50%);
  position: relative;
  height: 100vh;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
}
@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 {
  clip-path: circle(150% at 0 50%);
  transition: 2s ease;
  transition-property: clip-path !important;
}
.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;
  padding-top: 20vh;
  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: 2.2em;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 18px;
  text-align: initial;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .content h1,
  .banner-area .content span {
    font-size: 2em;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .content h1,
  .banner-area .content span {
    font-size: 1.8em;
  }
}
@media (max-width: 575px) {
  .banner-area .content h1,
  .banner-area .content span {
    font-size: 1.5em;
    margin-bottom: 15px;
    line-height: 1.3;
  }
}
.banner-area .content h1 b,
.banner-area .content span b {
  font-size: 0.85em;
  font-weight: 400;
  display: block;
  margin-top: 8px;
  opacity: 0.9;
}
@media (max-width: 575px) {
  .banner-area .content h1 b,
  .banner-area .content span b {
    font-size: 0.8em;
    margin-top: 6px;
  }
}
.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: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 14px 36px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  border-radius: 4px;
  min-width: 200px;
  width: fit-content;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.banner-area .content a:hover {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6), 0 0 20px rgba(255, 255, 255, 0.4), 0 0 40px rgba(255, 255, 255, 0.2);
}
.banner-area .content a:active {
  transform: scale(0.97);
}
.banner-area .content a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.banner-area .content a:hover::after {
  opacity: 1;
}
.banner-area .media-icons {
  z-index: 4;
  position: absolute;
  top: 40%;
  right: 15px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
}
@media (max-width: 575px) {
  .banner-area .media-icons {
    display: none;
  }
}
.banner-area .media-icons a {
  color: #001D68;
  font-size: 1.6em;
  transition: 0.3s ease;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-area .media-icons a:not(:last-child) {
  margin-bottom: 20px;
}
.banner-area .media-icons a:hover {
  transform: scale(1.3);
  color: #1070C9;
}

.cpr-section-divider {
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cpr-section-divider::before {
  content: "";
  width: 180px;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  position: relative;
  animation: divider-glow 3s ease-in-out infinite;
}
.cpr-section-divider::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  filter: blur(0.5px);
  animation: divider-scan 4s ease-in-out infinite;
}
@keyframes divider-glow {
  0%, 100% {
    opacity: 0.5;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.2);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.4), 0 0 8px rgba(255, 255, 255, 0.2);
  }
}
@keyframes divider-scan {
  0% {
    transform: translateX(-150%);
    opacity: 0;
  }
  50% {
    transform: translateX(0%);
    opacity: 0.6;
  }
  100% {
    transform: translateX(150%);
    opacity: 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) {
  .cpr-section-divider {
    height: 50px;
  }
  .cpr-section-divider::before {
    width: 140px;
  }
  .cpr-section-divider::after {
    width: 100px;
  }
}

.cpr-sobre-section,
.cpr-tech-section,
.cpr-manutencao-section,
.cpr-form-section {
  position: relative;
}
.cpr-sobre-section::after,
.cpr-tech-section::after,
.cpr-manutencao-section::after,
.cpr-form-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  animation: section-border-glow 3s ease-in-out infinite;
  z-index: 10;
}

@keyframes section-border-glow {
  0%, 100% {
    opacity: 0.4;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.4), 0 0 8px rgba(255, 255, 255, 0.2);
  }
}
.cpr-sobre-section {
  background: #ffffff;
  padding: 120px 80px;
  color: #1a1a1a;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-sobre-section {
    padding: 80px 30px;
  }
}

.cpr-sobre-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-sobre-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.cpr-sobre-title {
  font-family: "Nunito", sans-serif;
  font-size: 42px;
  letter-spacing: 4px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-sobre-title {
    font-size: 32px;
    letter-spacing: 2px;
  }
}

.cpr-sobre-paragraph {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
  max-width: 520px;
  font-family: "Nunito", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-sobre-paragraph {
    font-size: 14px;
    max-width: 100%;
  }
}

/* Cards */
.cpr-sobre-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cpr-info-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 28px;
  display: grid;
  grid-template-columns: 50px auto 1fr;
  gap: 16px;
  align-items: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  position: relative;
  border-radius: 8px;
}

.cpr-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #1070C9;
  width: 50px;
  height: 50px;
}
.cpr-card-icon i {
  position: relative;
  z-index: 2;
}

.cpr-info-card h3 {
  font-family: "Nunito", sans-serif;
  font-size: 28px;
  margin: 0;
  white-space: nowrap;
}

.cpr-info-card p {
  margin: 0;
  font-size: 13px;
  color: #666;
  font-family: "Nunito", sans-serif;
}

.cpr-info-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 0 30px rgba(0, 0, 0, 0.05);
  transform: translateX(6px);
}

/* ===== ANIMAÇÕES ===== */
/* Texto - Animação letra por letra */
.cpr-animate-text {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(6px);
  transition: opacity 0.4s ease, transform 0.4s ease, filter 0.4s ease;
}

.cpr-animate-text.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.cpr-text-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px) rotateX(90deg);
  transition: all 0.15s ease;
}

.cpr-text-char.is-visible {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}

/* Cards - Animação sequencial */
.cpr-animate-card {
  opacity: 0;
  transform: translateX(60px) scale(0.95);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.cpr-animate-card.is-visible {
  opacity: 1;
  transform: translateX(0) scale(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;
}

.cpr-tech-section {
  background: #f8f9fa;
  padding: 120px 80px;
  color: #1a1a1a;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-tech-section {
    padding: 80px 30px;
  }
}

.cpr-tech-container {
  max-width: 1200px;
  margin: 0 auto;
}

.cpr-tech-header {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-tech-header {
    margin-bottom: 50px;
  }
}

.cpr-tech-title {
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  letter-spacing: 4px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-tech-title {
    font-size: 28px;
    letter-spacing: 2px;
  }
}

.cpr-tech-subtitle {
  max-width: 640px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  font-family: "Nunito", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-tech-subtitle {
    font-size: 14px;
    padding: 0 20px;
  }
}

/* GRID */
.cpr-tech-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-tech-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* CARD */
.cpr-tech-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  padding: 36px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-tech-card {
    padding: 28px;
  }
}
.cpr-tech-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transition: left 0.6s ease;
}
.cpr-tech-card:hover {
  border-color: #1070C9;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 0 20px rgba(16, 112, 201, 0.15);
}
.cpr-tech-card:hover::before {
  left: 100%;
}
.cpr-tech-card:hover .cpr-tech-icon {
  border-color: #1070C9;
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.cpr-tech-icon {
  width: 48px;
  height: 48px;
  border: 1px solid #1070C9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.cpr-tech-icon i {
  font-size: 18px;
  color: #1070C9;
  transition: all 0.4s ease;
}

.cpr-tech-card:hover .cpr-tech-icon i {
  transform: scale(1.2);
}

.cpr-tech-card h3 {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.cpr-tech-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  font-family: "Nunito", sans-serif;
  position: relative;
  z-index: 1;
}

.cpr-tech-animate {
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  filter: blur(8px);
  transition: opacity 0.6s ease, transform 0.6s ease, filter 0.6s ease;
}

.cpr-tech-animate.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.cpr-tech-card-animate {
  opacity: 0;
  transform: translateY(50px) rotateX(15deg);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.cpr-tech-card-animate.is-visible {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}

.cpr-manutencao-section {
  background: #ffffff;
  padding: 120px 80px;
  color: #1a1a1a;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-manutencao-section {
    padding: 80px 30px;
  }
}

.cpr-manutencao-container {
  max-width: 1400px;
  margin: 0 auto;
}

.cpr-manutencao-header {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-manutencao-header {
    margin-bottom: 50px;
  }
}

.cpr-manutencao-title {
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  letter-spacing: 4px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-manutencao-title {
    font-size: 28px;
    letter-spacing: 2px;
  }
}

.cpr-manutencao-subtitle {
  max-width: 640px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  font-family: "Nunito", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-manutencao-subtitle {
    font-size: 14px;
    padding: 0 20px;
  }
}

.manutencaoSwiper {
  padding: 20px 0 40px;
  overflow: visible;
}
.manutencaoSwiper .swiper-slide {
  height: auto;
}
.manutencaoSwiper .swiper-button-next,
.manutencaoSwiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #ffffff;
  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;
}
.manutencaoSwiper .swiper-button-next::after,
.manutencaoSwiper .swiper-button-prev::after {
  font-size: 20px;
  color: #1070C9;
  font-weight: 600;
}
.manutencaoSwiper .swiper-button-next,
.manutencaoSwiper .swiper-button-prev {
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
.manutencaoSwiper .swiper-button-next::after,
.manutencaoSwiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 700;
}
.manutencaoSwiper .swiper-button-next:hover,
.manutencaoSwiper .swiper-button-prev:hover {
  background: #1070C9;
  border-color: #1070C9;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 0 15px rgba(255, 255, 255, 0.2);
}

.cpr-manutencao-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.cpr-manutencao-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transition: left 0.6s ease;
  z-index: 1;
}
.cpr-manutencao-card:hover {
  border-color: #1070C9;
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12), 0 0 30px rgba(16, 112, 201, 0.1);
}
.cpr-manutencao-card:hover::before {
  left: 100%;
}
.cpr-manutencao-card:hover .cpr-manutencao-image img {
  transform: scale(1.1);
}

.cpr-manutencao-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.cpr-manutencao-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.cpr-manutencao-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.cpr-manutencao-content h3 {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  letter-spacing: 1.5px;
  margin: 0;
  text-align: center;
  width: 100%;
  line-height: 1.4;
}

.cpr-manutencao-btn {
  background: transparent;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  padding: 10px 28px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  border-radius: 4px;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.cpr-manutencao-btn:hover {
  background-color: #1a1a1a;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 255, 255, 0.4), 0 0 40px rgba(255, 255, 255, 0.2);
}
.cpr-manutencao-btn:active {
  transform: scale(0.97);
}
.cpr-manutencao-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cpr-manutencao-btn:hover::after {
  opacity: 1;
}

.cpr-manutencao-animate {
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  filter: blur(8px);
  transition: opacity 0.6s ease, transform 0.6s ease, filter 0.6s ease;
}

.cpr-manutencao-animate.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.cpr-manutencao-card-animate {
  opacity: 0;
  transform: translateY(50px) scale(0.9);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.cpr-manutencao-card-animate.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.cpr-form-section {
  background: #f8f9fa;
  padding: 120px 80px;
  color: #1a1a1a;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-form-section {
    padding: 80px 30px;
  }
}
.cpr-form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.02) 0%, transparent 50%);
  pointer-events: none;
}

.cpr-form-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cpr-form-header {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-form-header {
    margin-bottom: 40px;
  }
}

.cpr-form-title {
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  letter-spacing: 4px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-form-title {
    font-size: 28px;
    letter-spacing: 2px;
  }
}

.cpr-form-subtitle {
  max-width: 640px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  font-family: "Nunito", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-form-subtitle {
    font-size: 14px;
    padding: 0 20px;
  }
}

.cpr-form-wrapper {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0 8px 32px 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) {
  .cpr-form-wrapper {
    padding: 30px 20px;
  }
}

.cpr-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-form-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }
}

.cpr-form-field {
  position: relative;
}
.cpr-form-field.cpr-form-field-full {
  grid-column: 1/-1;
}

.cpr-input-wrapper {
  position: relative;
  width: 100%;
}

.cpr-form-input,
.cpr-form-textarea {
  width: 100%;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 18px 20px 18px 50px;
  color: #1a1a1a;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  transition: all 0.4s ease;
  outline: none;
}
.cpr-form-input:focus,
.cpr-form-textarea:focus {
  background: #ffffff;
  border-color: #1070C9;
  box-shadow: 0 0 0 3px rgba(16, 112, 201, 0.2), 0 0 20px rgba(16, 112, 201, 0.1);
}
.cpr-form-input:focus + .cpr-form-label,
.cpr-form-textarea:focus + .cpr-form-label {
  transform: translateY(-28px) translateX(-10px) scale(0.85);
  color: #1070C9;
  opacity: 1;
}
.cpr-form-input:focus + .cpr-form-label i,
.cpr-form-textarea:focus + .cpr-form-label i {
  opacity: 1;
  transform: scale(1.1);
}
.cpr-form-input:focus ~ .cpr-input-line,
.cpr-form-textarea:focus ~ .cpr-input-line {
  width: 100%;
  opacity: 1;
}
.cpr-form-input.has-value + .cpr-form-label,
.cpr-form-textarea.has-value + .cpr-form-label {
  transform: translateY(-28px) translateX(-10px) scale(0.85);
  opacity: 1;
}
.cpr-form-input.has-value ~ .cpr-input-line,
.cpr-form-textarea.has-value ~ .cpr-input-line {
  width: 100%;
  opacity: 1;
}

.cpr-form-textarea {
  min-height: 140px;
  resize: vertical;
  padding-top: 24px;
}

.cpr-form-label {
  position: absolute;
  left: 50px;
  top: 18px;
  color: #666;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 8px;
  transform-origin: left center;
  z-index: 1;
}
.cpr-form-label i {
  font-size: 14px;
  opacity: 0.7;
  transition: all 0.4s ease;
}

.cpr-input-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #1070C9, rgba(16, 112, 201, 0.5));
  transition: width 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  border-radius: 2px;
}

.cpr-form-recaptcha {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.cpr-form-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cpr-form-actions {
    flex-direction: column;
    gap: 16px;
  }
}

.cpr-form-submit-btn,
.cpr-form-whatsapp-btn {
  background: transparent;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  padding: 16px 40px;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  justify-content: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
.cpr-form-submit-btn i,
.cpr-form-whatsapp-btn i {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.cpr-form-submit-btn:hover,
.cpr-form-whatsapp-btn:hover {
  background-color: #1a1a1a;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.1), 0 0 50px rgba(0, 0, 0, 0.05);
}
.cpr-form-submit-btn:hover i,
.cpr-form-whatsapp-btn:hover i {
  transform: translateX(4px);
}
.cpr-form-submit-btn:active,
.cpr-form-whatsapp-btn:active {
  transform: translateY(0) scale(0.98);
}
.cpr-form-submit-btn::after,
.cpr-form-whatsapp-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cpr-form-submit-btn:hover::after,
.cpr-form-whatsapp-btn:hover::after {
  opacity: 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) {
  .cpr-form-submit-btn,
  .cpr-form-whatsapp-btn {
    width: 100%;
    min-width: auto;
  }
}

.cpr-form-whatsapp-btn {
  background: rgba(34, 186, 89, 0.1);
  border-color: #22ba59;
  color: #22ba59;
}
.cpr-form-whatsapp-btn:hover {
  background-color: #22ba59;
  color: #ffffff;
  box-shadow: 0 0 15px rgba(34, 186, 89, 0.6), 0 0 30px rgba(34, 186, 89, 0.4), 0 0 50px rgba(34, 186, 89, 0.2);
}

.cpr-form-animate {
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  filter: blur(8px);
  transition: opacity 0.6s ease, transform 0.6s ease, filter 0.6s ease;
}

.cpr-form-animate.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

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

.produto-int {
  background: #ffffff;
  color: #1a1a1a;
  position: relative;
}
.produto-int::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.produto-int .container {
  max-width: 1140px;
}

.produto-int-gallery {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.produto-int-gallery.produto-int-gallery-single {
  height: 400px;
}
@media (max-width: 991px) {
  .produto-int-gallery.produto-int-gallery-single {
    height: 320px;
  }
}
@media (max-width: 575px) {
  .produto-int-gallery.produto-int-gallery-single {
    height: 280px;
  }
}
.produto-int-gallery.produto-int-gallery-single img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.produto-int-gallery .prodintSwiper {
  height: 400px;
}
@media (max-width: 991px) {
  .produto-int-gallery .prodintSwiper {
    height: 320px;
  }
}
@media (max-width: 575px) {
  .produto-int-gallery .prodintSwiper {
    height: 280px;
  }
}
.produto-int-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.produto-int-gallery .swiper-button-prev,
.produto-int-gallery .swiper-button-next {
  position: absolute;
  top: 50%;
  height: 44px;
  width: 44px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 44px;
  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;
}
.produto-int-gallery .swiper-button-prev::after,
.produto-int-gallery .swiper-button-next::after {
  font-size: 20px;
  color: #1070C9;
  font-weight: 600;
}
.produto-int-gallery .swiper-button-prev,
.produto-int-gallery .swiper-button-next {
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}
.produto-int-gallery .swiper-button-prev:hover,
.produto-int-gallery .swiper-button-next:hover {
  background: #1070C9;
  border-color: #1070C9;
  transform: translateY(-50%) scale(1.05);
}
.produto-int-gallery .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3);
}
.produto-int-gallery .swiper-pagination-bullet-active {
  background: #1070C9;
}

.produto-int-intro {
  padding: 0 0 0 1.5rem;
}
@media (max-width: 991px) {
  .produto-int-intro {
    padding: 1.5rem 0 0;
  }
}

.produto-int-title {
  font-family: "Nunito", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.25rem;
  line-height: 1.3;
  letter-spacing: 1px;
}

.produto-int-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 1rem;
  font-family: "Orbitron", sans-serif;
}

.produto-int-intro .cpr-orcamento-btn {
  margin-top: 0.75rem;
}

.produto-int-gallery-contain .swiper-slide img {
  object-fit: contain;
}

.produto-int-leiamais {
  margin-top: 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.produto-int-leiamais #contentExpand {
  width: 100%;
  text-align: left;
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.produto-int-leiamais #contentExpand ul {
  margin: 1.25rem 0;
  padding: 0;
  list-style: none;
}
.produto-int-leiamais #contentExpand ul li {
  position: relative;
  margin-bottom: 0;
  padding: 0.75rem 0 0.75rem 1.5rem;
  padding-left: 1.75rem;
  line-height: 1.6;
  color: #555;
  font-family: "Nunito", sans-serif;
  font-size: 0.95rem;
  border-left: 3px solid #1070C9;
  margin-left: 0;
  margin-bottom: 0.5rem;
  background: #f8f9fa;
  border-radius: 0 6px 6px 0;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.produto-int-leiamais #contentExpand ul li:hover {
  border-left-color: #1070C9;
  background: #f0f4f9;
}
.produto-int-leiamais #contentExpand p {
  margin-bottom: 1rem;
  color: #555;
  line-height: 1.8;
}
.produto-int-leiamais #contentExpand.expanded {
  max-height: 5000px;
}
.produto-int-leiamais #contentExpand.expanded::before {
  opacity: 0;
  pointer-events: none;
}
.produto-int-leiamais #contentExpand::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  z-index: 2;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, transparent 100%);
  transition: opacity 0.4s ease;
}

.produto-int-expand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 0.65rem 1.25rem;
  background: #1a1a1a;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, gap 0.25s ease;
  font-family: "Nunito", sans-serif;
}
.produto-int-expand-btn .produto-int-expand-label {
  line-height: 1;
}
.produto-int-expand-btn .produto-int-expand-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.produto-int-expand-btn .produto-int-expand-arrow i {
  font-size: 0.65rem;
  color: #fff;
}
.produto-int-expand-btn:hover {
  background: #333;
  color: #fff;
  gap: 0.65rem;
}

.produto-int-leiamais #contentExpand.expanded + .produto-int-expand-btn .produto-int-expand-arrow {
  transform: rotate(180deg);
}

.produto-int-faq {
  margin-top: 2rem;
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid #e9ecef;
}

.produto-int-faq-title {
  font-family: "Nunito", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.faq-details:last-child {
  border-bottom: none;
}

.faq-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.25rem 0;
  color: #1a1a1a;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease;
  user-select: none;
}
.faq-summary::-webkit-details-marker {
  display: none;
}
.faq-summary::marker {
  display: none;
}
.faq-summary::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.7rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: #1070C9;
}
.faq-summary:hover {
  color: #1070C9;
}

.faq-details[open] .faq-summary::after {
  transform: rotate(180deg);
}

.faq-content {
  padding: 0 0 1.25rem 0;
}
.faq-content p {
  margin: 0;
  padding: 0;
  color: #555;
  font-family: "Nunito", sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  opacity: 0.9;
}

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

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