@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: "Inter Tight", sans-serif;
}

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

section {
  overflow-x: hidden;
}

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

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

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

.moreText {
  display: none;
}

.go-top-btn {
  background: #1e1e1e;
  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: #17a2b8 #ffffff;
}

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

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

*::-webkit-scrollbar-thumb {
  background-color: #17a2b8;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #17a2b8;
}

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: "Inter Tight", 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: #17a2b8;
  -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;
}

.title-area2 {
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px;
}
.title-area2.white h2,
.title-area2.white h3,
.title-area2.white .title {
  color: #fff;
}
.title-area2.white p {
  color: #fff;
}
.title-area2.white span,
.title-area2.white .subtitle {
  color: #fff;
}
.title-area2 span,
.title-area2 .subtitle {
  position: relative;
  display: block;
  max-width: fit-content;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.2em;
  padding: 8px 15px;
  padding-left: 65px;
  margin-bottom: 20px;
  border-radius: 2px;
}
.title-area2 span::before,
.title-area2 .subtitle::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 50px;
  height: 3px;
  background: #17a2b8;
  opacity: 0.8;
}
.title-area2 h2,
.title-area2 h3,
.title-area2 .title {
  color: #171717;
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: -0.25em;
}
.title-area2 h2 b,
.title-area2 h3 b,
.title-area2 .title b {
  font-weight: 300;
}
.title-area2 h2 b.tam2,
.title-area2 h3 b.tam2,
.title-area2 .title b.tam2 {
  font-size: 1.8rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .title-area2 h2,
  .title-area2 h3,
  .title-area2 .title {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .title-area2 h2,
  .title-area2 h3,
  .title-area2 .title {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.title-area2 p {
  margin-top: 20px;
  color: #171717;
}
.title-area2 .shape {
  height: 30px;
  width: 200px;
  position: relative;
  margin-top: 10px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .title-area2 .shape {
    width: 200px;
  }
}
.title-area2 .shape::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-image: url(../img/banners/divider-shape2.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.title-area2.text-center {
  text-align: center;
}
.title-area2.text-center span,
.title-area2.text-center .subtitle {
  left: 50%;
  transform: translateX(-50%);
}
.title-area2.text-center .shape {
  margin: 0 auto;
}
.title-area2.dark h2,
.title-area2.dark h3,
.title-area2.dark .title {
  color: #fff;
}

header .top_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(105deg, #0a1628 0%, #152a4a 42%, #0d1f38 78%, #132845 100%);
  padding: 5px 0;
  height: 45px;
  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 .container-fluid {
  padding-left: clamp(22px, 5vw, 88px);
  padding-right: clamp(22px, 5vw, 88px);
}
header .top_menu .row {
  justify-content: space-between;
}
header .top_menu .col-md-6 {
  width: auto;
  flex: 0 0 auto;
}
header .top_menu .glass-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e1e1e;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 5px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
header .top_menu .glass-item:hover {
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
header .top_menu .glass-item:hover a {
  color: #1e1e1e;
}
header .top_menu .glass-item:hover a i {
  color: #1e1e1e;
}
header .top_menu .glass-item a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}
header .top_menu .glass-item a i {
  font-size: 14px;
  color: #17a2b8;
}
header .top_menu .glass-item a span {
  white-space: nowrap;
}
header .top_menu .header-social {
  position: relative;
  z-index: 1;
}
header .top_menu .header-social .glass-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 8px;
  border-radius: 100%;
  background: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
header .top_menu .header-social .glass-item i {
  color: #17a2b8;
}
header .top_menu .header-social .glass-item:hover {
  background: #fff;
}
header .top_menu .header-social .glass-item:hover i {
  color: #1e1e1e;
}
header .top_menu .contact-menu {
  position: relative;
  z-index: 1;
}
header .header-area {
  background: linear-gradient(180deg, #e4e6ea 0%, #cfd3d9 45%, #bfc4cc 100%);
  box-shadow: rgba(40, 45, 55, 0.12) 0px 2px 10px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  overflow: visible;
}
header .header-area.sticky {
  background: linear-gradient(180deg, #e4e6ea 0%, #cfd3d9 45%, #bfc4cc 100%);
}
header .header-area.sticky .nav-branding {
  color: #000;
}
header .header-area.sticky .nav-menu .menu li a {
  color: #000;
}
header .header-area.sticky .top_menu {
  display: none;
}
header .header-area .header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px clamp(22px, 5vw, 88px);
  min-height: 112px;
  overflow: visible;
}
header .header-area .header-main .logo-link {
  text-decoration: none;
  flex-shrink: 0;
  position: relative;
  display: block;
}
header .header-area .header-main .logo-since {
  display: block;
  position: absolute;
  left: 0;
  width: 138px;
  bottom: 10px;
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #1e1e1e;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 991px) {
  header .header-area .header-main .logo-since {
    width: 116px;
    bottom: 8px;
  }
}
header .header-area .header-main .logo {
  padding: 0 12px 0 0;
}
header .header-area .header-main .logo--circular {
  position: relative;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-sizing: border-box;
  isolation: isolate;
  background: linear-gradient(180deg, rgb(26.3790849673%, 81.9948849105%, 90.7973856209%) 0%, #17a2b8 42%, rgb(5.6177777778%, 28.0139715016%, 31.5586928105%) 100%);
  box-shadow: 3px 6px 16px rgba(10, 60, 72, 0.32), 0 1px 0 rgba(255, 255, 255, 0.25) inset;
}
header .header-area .header-main .logo--circular::after {
  content: "";
  position: absolute;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 3px), calc(-50% - 6px));
  z-index: 0;
}
header .header-area .header-main .logo--circular .logo__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 3px), calc(-50% - 6px));
  z-index: 1;
  width: 64px;
  height: 64px;
  max-width: none;
  object-fit: contain;
  display: block;
}
@media (max-width: 991px) {
  header .header-area .header-main .logo--circular {
    width: 86px;
    height: 86px;
    box-shadow: 2px 5px 12px rgba(10, 60, 72, 0.28), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
  }
  header .header-area .header-main .logo--circular::after {
    width: 75px;
    height: 75px;
    transform: translate(calc(-50% + 2px), calc(-50% - 5px));
  }
  header .header-area .header-main .logo--circular .logo__img {
    width: 56px;
    height: 56px;
    transform: translate(calc(-50% + 2px), calc(-50% - 5px));
  }
}
header .header-area .header-main .logo--circular {
  background: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  width: 138px;
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
header .header-area .header-main .logo--circular::after {
  display: none;
}
header .header-area .header-main .logo--circular .logo__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: auto;
  max-width: none;
}
@media (max-width: 991px) {
  header .header-area .header-main .logo--circular {
    width: 116px;
    height: 116px;
  }
  header .header-area .header-main .logo--circular .logo__img {
    width: 88px;
  }
}
header .header-area .header-main .logo:not(.logo--circular) img {
  width: 90px;
  object-fit: contain;
}
header .header-area .header-main .nav-menu {
  padding: 0;
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu {
    margin-left: auto;
  }
}
@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 .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: clamp(12px, 2vw, 28px);
  }
}
header .header-area .header-main .nav-menu .menu .menu-item {
  display: inline-block;
  margin-left: 0;
  position: relative;
}
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;
}
@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: #17a2b8;
}
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: #17a2b8;
}
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: #17a2b8;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 250px;
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  background-color: #ffffff;
  padding: 10px 0;
  border-top: 3px solid #17a2b8;
  transform: translateY(10px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
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: 14px;
  font-weight: 600;
  color: #000;
  transition: all 0.4s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
  color: #17a2b8;
  padding-left: 4px;
}
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 .menu > .menu-item.has-children > .sub-menu {
    right: 2px;
  }
  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;
    top: 0;
    width: 280px;
    height: 100%;
    visibility: hidden;
    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;
    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: static;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: none;
    padding: 0;
    left: auto;
    top: auto;
    display: none;
    max-height: none;
    overflow: visible;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
    display: block;
    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 .menu-item .sub-menu.sub-menu-2 .menu-item a {
    padding: 12px 35px;
    font-size: 14px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item.has-children.active > .sub-menu {
    display: block;
  }
  header .header-area .header-main .nav-menu .menu .menu-item.has-children-2.active > .sub-menu.sub-menu-2 {
    display: block;
  }
  header .header-area .header-main .nav-menu .menu .has-children > a,
  header .header-area .header-main .nav-menu .menu .has-children-2 > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-area .header-main .nav-menu .menu .has-children.active > a .plus::after,
  header .header-area .header-main .nav-menu .menu .has-children-2.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: #17a2b8;
  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: #17a2b8;
  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: #17a2b8;
  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 {
  position: relative;
}
header .header-area .contact-btn a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #1c0b7c 0%, #1c0b7c 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(28, 11, 124, 0.3);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid transparent;
}
header .header-area .contact-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
header .header-area .contact-btn a::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(45deg, #1c0b7c, #1c0b7c, #1c0b7c);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s;
}
header .header-area .contact-btn a i {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: transform 0.4s ease;
}
header .header-area .contact-btn a span {
  position: relative;
  z-index: 1;
}
header .header-area .contact-btn a:hover {
  box-shadow: 0 6px 25px rgba(28, 11, 124, 0.5);
  background: linear-gradient(135deg, #1c0b7c 0%, #1c0b7c 100%);
}
header .header-area .contact-btn a:hover::before {
  width: 300px;
  height: 300px;
}
header .header-area .contact-btn a:hover::after {
  opacity: 1;
}
header .header-area .contact-btn a:hover i {
  transform: rotate(45deg);
}
header .header-area .contact-btn a:active {
  transform: scale(0.98);
}

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

@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 {
    top: 8px;
    left: auto;
    right: calc(100% + 21px);
    opacity: 0;
    visibility: hidden;
    width: 250px;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    padding: 6px 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item {
    margin: 0 12px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item > a {
    padding: 7px 0;
    font-size: 13px;
    line-height: 1.35;
  }
  header .header-area .header-main .nav-menu .menu .menu-item.has-children-2:hover .sub-menu-2 {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
.footer-area {
  background: linear-gradient(105deg, #0a1628 0%, #152a4a 42%, #0d1f38 78%, #132845 100%);
  padding: 40px 0 0;
}
.footer-area .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption {
    margin-bottom: 32px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-logo {
  position: relative;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}
.footer-area .footer-top .single-footer-caption .footer-logo .logo-link {
  text-decoration: none;
  display: inline-block;
}
.footer-area .footer-top .single-footer-caption .footer-logo .logo.logo--circular {
  background: #fff;
  border-radius: 50%;
  box-shadow: none;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer-area .footer-top .single-footer-caption .footer-logo .logo.logo--circular::after {
  display: none;
}
.footer-area .footer-top .single-footer-caption .footer-logo .logo.logo--circular .logo__img {
  position: relative;
  z-index: 1;
  transform: none;
  width: 118px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption .footer-logo .logo.logo--circular {
    width: 96px;
    height: 96px;
  }
  .footer-area .footer-top .single-footer-caption .footer-logo .logo.logo--circular::after {
    display: none;
  }
  .footer-area .footer-top .single-footer-caption .footer-logo .logo.logo--circular .logo__img {
    width: 78px;
    transform: none;
  }
}
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
  line-height: 1.55;
  margin-bottom: 12px;
  font-size: 14px;
  color: #fff;
}
@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: #17a2b8;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li {
  color: #fff;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
  color: #fff;
  font-weight: 300;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a:hover {
  color: #17a2b8;
  padding-left: 5px;
}
.footer-area .footer-top .single-footer-caption .footer-tittle .footer-certificates {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-top: 6px;
  margin-bottom: 4px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-area .footer-top .single-footer-caption .footer-tittle .footer-certificates {
    align-items: center;
  }
}
.footer-area .footer-top .single-footer-caption .footer-tittle .footer-seals {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-area .footer-top .single-footer-caption .footer-tittle .footer-seals {
    justify-content: center;
  }
}
.footer-area .footer-top .single-footer-caption .footer-tittle .footer-seal-link {
  display: inline-block;
  border-radius: 12px;
}
.footer-area .footer-top .single-footer-caption .footer-tittle .footer-seal {
  width: auto;
  height: 68px;
  object-fit: contain;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .footer-area .footer-top .single-footer-caption .footer-tittle .footer-seal {
    height: 56px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-tittle .footer-seal--round {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .footer-area .footer-top .single-footer-caption .footer-tittle .footer-seal--round {
    width: 56px;
    height: 56px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-tittle .footer-cert-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  transition: opacity 0.2s ease;
}
.footer-area .footer-top .single-footer-caption .footer-tittle .footer-cert-link i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15em;
  min-height: 1.35em;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  opacity: 0.9;
  flex-shrink: 0;
}
.footer-area .footer-top .single-footer-caption .footer-tittle .footer-cert-link .footer-cert-text {
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.footer-area .footer-top .single-footer-caption .footer-tittle .footer-cert-link:hover {
  opacity: 0.88;
}
.footer-area .footer-top .single-footer-caption .footer-tittle .footer-cert-link:hover .footer-cert-text {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}
.footer-area .footer-top .single-footer-caption .footer-cap {
  margin-bottom: 12px;
}
.footer-area .footer-top .single-footer-caption .footer-cap span {
  color: #17a2b8;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
.footer-area .footer-top .single-footer-caption .footer-cap p {
  color: #fff;
  font-size: 15px;
}
.footer-area .footer-top .single-footer-caption .footer-cap a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-cap a i {
  color: #17a2b8;
  margin-right: 10px;
}
.footer-area .footer-top .single-footer-caption .footer-cap a:hover {
  color: #17a2b8;
  padding-left: 5px;
}
.footer-area .footer-bottom {
  padding-bottom: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-area .footer-bottom .footer-copy-right p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
}
.footer-area .footer-bottom .footer-brand-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .footer-area .footer-bottom .footer-brand-col {
    justify-content: center;
    margin-top: 10px;
  }
}
.footer-area .footer-bottom .footer-brand {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.footer-area .footer-bottom .footer-brand img {
  width: 108px;
  height: auto;
}

.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: #17a2b8;
  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: #17a2b8;
}

@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: #1e1e1e;
  display: inline-block;
  font-size: 14px;
  font-family: "Inter Tight", 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: #1e1e1e;
  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: 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;
  }
}
.slider-area .slider-height {
  height: 230px;
  background-size: cover;
  align-items: flex-start;
  padding-top: 68px;
  box-sizing: border-box;
}
.slider-area .slider-height .hero-cap h1 {
  color: #1e1e1e;
  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: #1e1e1e;
  font-weight: 500;
}
.slider-area .slider-height .hero-cap .ajust-link:hover {
  color: #17a2b8;
}
.slider-area .slider-height .hero-cap .color-w {
  color: #17a2b8;
  margin: 18px 0 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: #1c0b7c;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 14px 28px;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  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;
  text-align: center;
  text-decoration: none;
}
.btn-main::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #1c0b7c;
  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-main.whats-form, .btn-main[title*="Solicitar orçamento"] {
  background: #22ba59;
}
.btn-main.whats-form::after, .btn-main[title*="Solicitar orçamento"]::after {
  background-color: #01a43d;
}

.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: #1c0b7c;
  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: #1c0b7c;
  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: #1c0b7c;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.btn-two .icon .i1, .btn-two .icon .i2 {
  color: #1c0b7c;
  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: #1e1e1e;
  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: #1c0b7c;
}
.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__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 1rem 1.25rem;
  background: #fff;
  overflow: hidden;
}
.card-product__media img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center center;
  border: none;
  border-radius: 0;
  border-bottom: none;
}
.card-product--compact {
  margin: 0;
}
.card-product--compact .card-product__media {
  aspect-ratio: 1/1;
  max-height: 200px;
  padding: 0.85rem;
  background: transparent;
  border-bottom: none;
}
.card-product--compact h2,
.card-product--compact h3 {
  font-size: 11px;
  margin: 12px 0 8px;
  padding: 5px 10px;
}
.card-product--compact p.small {
  font-size: 11px;
  padding: 0 6px;
}
.card-product--compact .btn-main {
  font-size: 10px;
  padding: 10px 4px;
}
.card-product h2,
.card-product h3 {
  background-color: #1e1e1e;
  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;
  line-height: 1.45;
  padding: 0 12px;
  hyphens: none;
  word-break: normal;
  overflow-wrap: break-word;
}
.card-product p.small, .card-product p.text-muted {
  font-size: 13px;
  line-height: 1.5;
  color: #555 !important;
}
.card-product p span {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #17a2b8;
  border: 1px solid #17a2b8;
  padding: 8px;
  border-radius: 8px;
  width: 80%;
  display: inline-block;
  transition: 0.4s ease;
  margin-bottom: 20px;
}
.card-product > img,
.card-product .d-flex > img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 8px 8px 0 0;
  border-bottom: 3px solid #17a2b8;
}
.card-product .whats-form {
  margin-left: 0;
}
.card-product:hover p span {
  color: #fff;
  border: 1px solid #17a2b8;
  background-color: #17a2b8;
  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: linear-gradient(105deg, #0a1628 0%, #152a4a 42%, #0d1f38 78%, #132845 100%);
  overflow: hidden;
  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: rgba(255, 255, 255, 0.92);
  font-size: 18px;
}
.cta-area .btn-main {
  width: 62px;
  height: 62px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.cta-area .btn-main i {
  font-size: 26px;
}
.cta-area .btn-main.btn-radius {
  background: #22ba59;
}
.cta-area .btn-main.btn-radius::after {
  background-color: #01a43d;
}

@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 #17a2b8;
}
.accordion .accordion-item button[aria-expanded=true] .icon {
  color: #17a2b8;
}
@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: #17a2b8;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #17a2b8;
  border: 1px solid #17a2b8;
}
.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: #1e1e1e;
}
.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: #17a2b8;
}
.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: #17a2b8;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .accordion .accordion-content p {
    font-weight: 600;
    color: #1e1e1e;
    padding-bottom: 5px;
  }
}

.btn-display {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.btn-display .btn-main {
  min-width: 200px;
  width: fit-content;
  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 .btn-main {
    width: 100%;
  }
}
@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-modern {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, rgba(255, 115, 35, 0.05) 0%, rgba(247, 150, 29, 0.05) 100%);
  overflow: hidden;
}
.home-form-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #17a2b8 0%, #17a2b8 100%);
  opacity: 0.03;
  z-index: 0;
}
.home-form-modern .container {
  position: relative;
  z-index: 1;
}
.home-form-modern .section-title-modern {
  margin-bottom: 40px;
}
.home-form-modern .section-title-modern .subtitle-modern {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #17a2b8;
  margin-bottom: 10px;
}
.home-form-modern .section-title-modern .title-modern {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.2;
}
@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-modern .section-title-modern .title-modern {
    font-size: 28px;
  }
}
.home-form-modern .contact-info-modern {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .home-form-modern .contact-info-modern {
    padding: 30px 20px;
  }
}
.home-form-modern .contact-items-grid {
  display: grid;
  gap: 25px;
}
.home-form-modern .contact-item-modern {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  border: 2px solid rgba(255, 115, 35, 0.1);
  transition: all 0.3s ease;
}
.home-form-modern .contact-item-modern:hover {
  background: rgba(255, 115, 35, 0.08);
  border-color: #17a2b8;
  box-shadow: 0 6px 20px rgba(255, 115, 35, 0.25);
}
.home-form-modern .contact-item-modern:hover .icon-wrapper-modern {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(255, 115, 35, 0.4);
}
.home-form-modern .contact-item-modern .icon-wrapper-modern {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #17a2b8 0%, #17a2b8 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(255, 115, 35, 0.3);
  transition: all 0.3s ease;
}
.home-form-modern .contact-item-modern .icon-wrapper-modern i {
  font-size: 24px;
  color: #fff;
}
.home-form-modern .contact-item-modern .content-modern {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.home-form-modern .contact-item-modern .content-modern .label-modern {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
}
.home-form-modern .contact-item-modern .content-modern .value-modern {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.home-form-modern .contact-item-modern .content-modern .value-modern:hover {
  color: #17a2b8;
}
.home-form-modern .form-wrapper-modern .section-title-modern {
  margin-bottom: 30px;
}
.home-form-modern .form-container-modern {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .home-form-modern .form-container-modern {
    padding: 30px 20px;
  }
}
.home-form-modern .form-container-modern .form-contact .form-control {
  border: 2px solid rgba(229, 230, 233, 0.5);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  padding: 14px 18px;
  font-size: 14px;
}
.home-form-modern .form-container-modern .form-contact .form-control:focus {
  border-color: #17a2b8;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 115, 35, 0.1);
  outline: none;
}
.home-form-modern .form-container-modern .form-contact textarea.form-control {
  border-radius: 12px;
  min-height: 150px;
}
.home-form-modern .form-container-modern .form-contact .btn-display {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
@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-modern .form-container-modern .form-contact .btn-display {
    flex-direction: column;
  }
}
.home-form-modern .form-container-modern .form-contact .btn-display .btn-main {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #1c0b7c 0%, #1c0b7c 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(28, 11, 124, 0.3);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  min-width: auto;
  width: auto;
  cursor: pointer;
}
.home-form-modern .form-container-modern .form-contact .btn-display .btn-main::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.home-form-modern .form-container-modern .form-contact .btn-display .btn-main span {
  position: relative;
  z-index: 1;
}
.home-form-modern .form-container-modern .form-contact .btn-display .btn-main:hover {
  box-shadow: 0 6px 25px rgba(28, 11, 124, 0.5);
  background: linear-gradient(135deg, #1c0b7c 0%, #1c0b7c 100%);
  color: #fff;
}
.home-form-modern .form-container-modern .form-contact .btn-display .btn-main:hover::before {
  width: 300px;
  height: 300px;
}
.home-form-modern .form-container-modern .form-contact .btn-display .btn-main:active {
  transform: scale(0.98);
}
.home-form-modern .form-container-modern .form-contact .btn-display .btn-main.whats-form {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
  margin-left: 0;
}
.home-form-modern .form-container-modern .form-contact .btn-display .btn-main.whats-form:hover {
  background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}
@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-modern .form-container-modern .form-contact .btn-display .btn-main {
    width: 100%;
    margin-left: 0;
  }
}

.home-form {
  border-top: 3px solid color-mix(in srgb, #17a2b8, #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, #17a2b8, #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: #17a2b8;
}
.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: #17a2b8;
}

.form-contact label {
  font-size: 14px;
}
.form-contact .form-group {
  margin-bottom: 30px;
}
.form-contact .form-group .btn-prod {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.form-contact .form-group .btn-prod button,
.form-contact .form-group .btn-prod a {
  width: auto;
  min-width: 80%;
  margin-left: 0;
  padding-left: 28px;
  padding-right: 28px;
}
.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: #1e1e1e;
}
.h3-form i {
  color: #17a2b8;
  font-size: 18px;
  position: relative;
  top: 5px;
}

.whats-form {
  background: #22ba59;
  margin-left: 0;
}
.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;
}

.section-certificado .certificado-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1rem;
  text-align: justify;
}
.section-certificado .certificado-details {
  max-width: 960px;
  margin: 0 auto;
}
.section-certificado .certificado-expand {
  max-width: 960px;
  margin: 0 auto 3rem;
}
.section-certificado .certificado-expand__content {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
}
.section-certificado .certificado-expand__content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0));
  pointer-events: none;
}
.section-certificado .certificado-expand__content.expanded::after {
  display: none;
}
.section-certificado .certificado-expand .btn-expand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 80px;
  border: 0;
  background: transparent;
  color: #333;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}
.section-certificado .certificado-expand .btn-expand i {
  color: #17a2b8;
  font-size: 36px;
  transition: transform 0.3s ease;
}
.section-certificado .certificado-topic {
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.section-certificado .certificado-topic h2 {
  margin-bottom: 1rem;
  color: #1a1a1a;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
}
.section-certificado .certificado-topic p,
.section-certificado .certificado-topic li {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}
.section-certificado .certificado-topic p {
  margin-bottom: 1rem;
}
.section-certificado .certificado-topic ul {
  display: grid;
  gap: 10px;
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}
.section-certificado .certificado-topic li::marker {
  color: #17a2b8;
}
.section-certificado .certificado-faq__item {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.section-certificado .certificado-faq__item:last-child {
  border-bottom: 0;
}
.section-certificado .certificado-faq__item h3 {
  margin-bottom: 0.5rem;
  color: #1a1a1a;
  font-size: 19px;
  font-weight: 650;
}
.section-certificado .certificado-faq__item p {
  margin-bottom: 0;
}
.section-certificado .certificado-contact {
  padding: 2rem;
  border: 0;
  border-radius: 16px;
  background: #f7f8fa;
}
.section-certificado .certificado-contact .btn-certificado {
  margin-top: 0.5rem;
}
@media (max-width: 575px) {
  .section-certificado .certificado-contact {
    padding: 1.5rem;
  }
}
.section-certificado .certificado-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.5rem;
}
.section-certificado .btn-certificado {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  background: #1c0b7c;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  border: 2px solid #1c0b7c;
  transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}
.section-certificado .btn-certificado i {
  font-size: 15px;
}
.section-certificado .btn-certificado:hover {
  color: #fff;
  opacity: 0.9;
}
.section-certificado .btn-certificado--outline {
  background: transparent;
  color: #1c0b7c;
}
.section-certificado .btn-certificado--outline:hover {
  background: #1c0b7c;
  color: #fff;
}
.section-certificado .certificado-seal img {
  max-width: 220px;
  height: auto;
  border-radius: 12px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.section-certificado .certificado-seal img:hover {
  transform: scale(1.03);
  opacity: 0.92;
}
.section-certificado .certificado-seal-caption {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}
.section-certificado .certificado-viewer {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  background: #f7f8fa;
}
.section-certificado .certificado-viewer__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 20px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.section-certificado .certificado-viewer__header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}
.section-certificado .certificado-viewer__header a {
  font-size: 14px;
  font-weight: 500;
  color: #17a2b8;
  text-decoration: none;
}
.section-certificado .certificado-viewer__header a:hover {
  text-decoration: underline;
}
.section-certificado .certificado-viewer__header a i {
  font-size: 12px;
  margin-left: 4px;
}
.section-certificado .certificado-viewer__frame {
  position: relative;
  width: 100%;
  height: min(80vh, 900px);
  background: #e9ecef;
}
.section-certificado .certificado-viewer__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
@media (max-width: 575px) {
  .section-certificado .certificado-viewer__frame {
    height: 60vh;
  }
}
.section-certificado .certificado-viewer__fallback {
  margin: 0;
  padding: 12px 20px;
  font-size: 13px;
  color: #666;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.section-certificado .certificado-viewer__fallback a {
  color: #17a2b8;
  font-weight: 500;
}

.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: #17a2b8;
}
.contact-section .info-container .contact-info p {
  color: #383838;
  margin-bottom: 0;
}
.contact-section .info-container .contact-info .icon {
  color: #17a2b8;
  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, #1e1e1e, #fff 40%);
  background: #1e1e1e;
}
.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%;
  }
}

.gallery-section {
  padding: 60px 0;
  background: #f8f9fa;
}
.gallery-section .section-title-gallery {
  margin-bottom: 0;
}
.gallery-section .section-title-gallery .subtitle-gallery {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #17a2b8;
  margin-bottom: 10px;
}
.gallery-section .section-title-gallery .title-gallery {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .gallery-section .section-title-gallery .title-gallery {
    font-size: 28px;
  }
}
.gallery-section .btn-view-gallery {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #1c0b7c 0%, #1c0b7c 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(28, 11, 124, 0.3);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
}
.gallery-section .btn-view-gallery::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.gallery-section .btn-view-gallery i {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: transform 0.4s ease;
}
.gallery-section .btn-view-gallery span {
  position: relative;
  z-index: 1;
}
.gallery-section .btn-view-gallery:hover {
  box-shadow: 0 6px 25px rgba(28, 11, 124, 0.5);
  background: linear-gradient(135deg, #1c0b7c 0%, #1c0b7c 100%);
}
.gallery-section .btn-view-gallery:hover::before {
  width: 300px;
  height: 300px;
}
.gallery-section .btn-view-gallery:hover i {
  transform: rotate(45deg);
}
.gallery-section .btn-view-gallery:active {
  transform: scale(0.98);
}
.gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery-section .gallery-grid {
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-section .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .gallery-section .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.gallery-section .gallery-grid .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 1;
  border: 2px solid #17a2b8;
  background: #fff;
}
.gallery-section .gallery-grid .gallery-item .gallery-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.gallery-section .gallery-grid .gallery-item .gallery-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery-section .gallery-grid .gallery-item .gallery-image-wrapper .gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-section .gallery-grid .gallery-item .gallery-image-wrapper .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 115, 35, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-section .gallery-grid .gallery-item .gallery-image-wrapper .gallery-overlay i {
  font-size: 32px;
  color: #fff;
}
.gallery-section .gallery-grid .gallery-item:hover .gallery-image {
  transform: scale(1.1);
}
.gallery-section .gallery-grid .gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.banner-area {
  position: relative;
  background: #1e1e1e;
}
.banner-area .swiper-slide img {
  position: relative;
  height: 600px;
  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 {
  transition: 2s ease;
}
.banner-area .swiper-pagination {
  bottom: 5px !important;
}
.banner-area .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  margin: 0 7px !important;
  transition: 1.2s;
  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: 35px;
  border-radius: 8px;
  background: #1e1e1e;
}
.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--30anos {
  justify-content: flex-end;
  padding-bottom: 140px;
}
@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--30anos {
    justify-content: flex-end;
    margin-top: 0;
    padding-bottom: 90px;
  }
}
.banner-area .content h1,
.banner-area .content span {
  color: #17a2b8;
  font-size: 2.8rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 20px;
  text-align: initial;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
}
@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 h1 .color2,
.banner-area .content h1 b,
.banner-area .content span .color2,
.banner-area .content span b {
  color: #17a2b8;
}
.banner-area .content p {
  margin-bottom: 12px;
  color: #1c0b7c;
  font-size: 17px;
  width: 70%;
  text-align: left;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
}
.banner-area .content p:last-of-type {
  margin-bottom: 20px;
}
@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: 12px;
    width: 100%;
    font-size: 16px;
  }
  .banner-area .content p:last-of-type {
    margin-bottom: 20px;
  }
}
.banner-area .content a {
  background: #1c0b7c;
  padding: 12px 30px;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1rem;
  border-radius: 5px;
  border: 2px solid #1c0b7c;
  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: #1c0b7c;
  color: #fff;
  border-color: #1c0b7c;
}
.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: #17a2b8;
}

.about-area {
  padding: 40px 0;
}
.about-area.about-area--sobre {
  padding-top: 24px;
  padding-bottom: 36px;
}
.about-area.about-area--sobre .inner-about {
  padding-right: 0;
  padding-bottom: 0;
}
.about-area.about-area--sobre .inner-about .image-1 {
  height: auto;
  padding-right: 0;
}
.about-area.about-area--sobre .inner-about .image-1 img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area.about-area--sobre .inner-about .image-1 img {
    max-height: 440px;
  }
}
@media (max-width: 575px) {
  .about-area.about-area--sobre .inner-about .image-1 img {
    max-height: 380px;
  }
}
.about-area.about-area--sobre .inner-about .image-1::before {
  display: none;
}
.about-area.about-area--sobre .service-wrapper {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.about-area.about-area--sobre .service-wrapper .icon {
  box-shadow: none;
  background: rgba(23, 162, 184, 0.08);
}
.about-area .about-content {
  padding: 0 10px;
}
.about-area .about-content p {
  text-align: justify;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #000;
  margin: 5px 0;
}
.about-area .about-content .text-content .desc {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
.about-area .about-content .text-content .desc p {
  text-align: justify;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #000;
  margin: 8px 0;
}
.about-area .about-content .about-list {
  margin: 10px 0;
}
.about-area .about-content .about-list .item-list {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.about-area .about-content .about-list .item-list .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(233, 233, 233, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-area .about-content .about-list .item-list .icon i {
  font-weight: 600;
  color: #17a2b8;
}
.about-area .about-content .about-list .item-list .text-p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #1a1a1a;
  margin-left: 10px;
  margin-bottom: 0;
}
.about-area .image-about {
  position: relative;
  margin-bottom: 35px;
  padding: 0 20px;
}
.about-area .image-about .inner-about {
  position: relative;
  padding-right: 100px;
  padding-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about {
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.about-area .image-about .inner-about .image-1 {
  width: 100%;
  height: 570px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-1 {
    padding-right: 60px;
    height: 460px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-1 {
    height: 420px;
  }
}
.about-area .image-about .inner-about .image-1 img {
  width: 90%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-1 img {
    width: 90%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .image-1 img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-1 img {
    width: 100%;
  }
}
.about-area .image-about .inner-about .image-1::before {
  position: absolute;
  left: -30px;
  bottom: -63px;
  width: 61%;
  height: 105px;
  background-image: radial-gradient(#17a2b8 18%, transparent 18%);
  background-position: 14px 14px;
  background-size: 16px 16px;
  background-color: rgba(255, 255, 255, 0);
  z-index: -1;
  content: "";
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-1::before {
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .image-1::before {
    bottom: -26px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-1::before {
    bottom: -26px;
  }
}
.about-area .image-about .inner-about .image-2 {
  width: 300px;
  height: 400px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-2 {
    width: 225px;
    height: 320px;
    bottom: -80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .image-2 {
    display: none;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-2 {
    display: none;
  }
}
.about-area .image-about .inner-about .image-2 img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}
.about-area .image-about .inner-about .experience {
  width: 290px;
  background-color: #1e1e1e;
  box-shadow: 3px 5px 18px 0 rgba(6, 22, 58, 0.18);
  position: absolute;
  top: 30px;
  left: -37px;
  height: 100px;
  padding: 15px;
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience {
    width: 60%;
    left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .image-about .inner-about .experience {
    width: 50%;
    left: -15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .experience {
    left: -18px;
    width: 80%;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience {
    left: -4px;
    bottom: 15px;
    width: 80%;
  }
}
@media (max-width: 320px) {
  .about-area .image-about .inner-about .experience {
    width: 98%;
  }
}
.about-area .image-about .inner-about .experience {
  animation: movedup 2s ease-in-out infinite alternate forwards;
}
@keyframes movedup {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(2px);
  }
}
.about-area .image-about .inner-about .experience .left-number {
  float: left;
  width: 30%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}
.about-area .image-about .inner-about .experience .left-number span {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.about-area .image-about .inner-about .experience .left-number .counter span {
  font-size: 50px;
  font-weight: 700;
  color: #FFF;
  margin: 0px;
  padding: 5px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .left-number .counter span {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .left-number .counter span {
    font-size: 40px;
  }
}
.about-area .image-about .inner-about .experience .right-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: right;
  width: 70%;
  height: 100%;
  padding: 10px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .right-text {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .right-text {
    padding: 12px;
  }
}
.about-area .image-about .inner-about .experience .right-text span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .right-text span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .right-text span {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .about-area .image-about .inner-about .experience .right-text span {
    font-size: 16px;
  }
}
.about-area .image-about .inner-about .experience .right-text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .right-text p {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .right-text p {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .about-area .image-about .inner-about .experience .right-text p {
    font-size: 11px;
  }
}
.about-area .service-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 280px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .service-wrapper {
    min-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .service-wrapper {
    min-height: 345px;
  }
}
.about-area .service-wrapper h3 {
  font-size: 20px;
}
.about-area .service-wrapper p {
  font-size: 15px;
}
.about-area .service-wrapper .icon {
  width: 60px;
  height: 60px;
  line-height: 45px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #17a2b8;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}
.about-area .service-wrapper .icon .uim-svg {
  display: inline-block;
  height: 1.2em;
  vertical-align: -0.4em;
  font-size: 34px;
}
.about-area .service-wrapper .icon .uim-svg img {
  width: 40px;
}
.about-area .service-wrapper .big-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-area .service-wrapper .big-icon .uim-svg {
  font-size: 34px;
  transition: all 0.5s ease;
}
.about-area .service-wrapper:hover {
  -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
  box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
  background: #ffffff;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  border-color: transparent !important;
}
.about-area .service-wrapper:hover .hover-img {
  width: 95px;
}
.about-area .service-wrapper:hover .big-icon {
  z-index: -1;
  opacity: 0.1;
  margin-bottom: -10px;
}
.about-area .service-wrapper:hover .big-icon .uim-svg {
  font-size: 160px;
}
.about-area .service-wrapper:hover .icon {
  background: #17a2b8 !important;
  color: #ffffff !important;
}
.about-area .service-wrapper .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
}

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

.section-about {
  overflow: hidden;
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}
.section-about .title-area2 {
  margin-top: 0;
  margin-bottom: 14px;
}
.section-about .title-area2 .subtitle {
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.section-about .title-area2 .title {
  font-size: 2.05rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-about .title-area2 .title {
    font-size: 1.85rem;
    line-height: 2.05rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-about .title-area2 .title {
    font-size: 1.65rem;
    line-height: 1.95rem;
  }
}
.section-about.bg-dark1 .text-content .desc p, .section-about.bg-dark2 .text-content .desc p {
  color: #fff !important;
}
.section-about.bg-dark1 .about-thumbnail .thumbnail::before, .section-about.bg-dark2 .about-thumbnail .thumbnail::before {
  border: 2px solid #001D68;
}
.section-about.bg-dark1 .about-thumbnail .thumbnail::after, .section-about.bg-dark2 .about-thumbnail .thumbnail::after {
  background: #001D68;
}
.section-about .about-content {
  padding: 0 10px;
  margin-bottom: 1rem !important;
}
.section-about .about-content p {
  text-align: justify;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #000;
  margin: 5px 0;
}
.section-about .about-content .text-content .desc {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-about .about-content .text-content .desc {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-about .about-content .text-content .desc {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .section-about .about-content .text-content .desc {
    width: 100%;
  }
}
.section-about .about-content .text-content .desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin: 0 0 10px;
}
.section-about .about-content .text-content .box-text-destaque p {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
  text-align: left;
  color: #000;
  margin: 0;
}
.section-about .about-content .text-content .box-text-destaque p b,
.section-about .about-content .text-content .box-text-destaque p .text-orange {
  color: #17a2b8;
  font-weight: 600;
}
.section-about .about-content .text-content .btn-about-futuristic {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #1c0b7c 0%, #1c0b7c 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(28, 11, 124, 0.3);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid transparent;
}
.section-about .about-content .text-content .btn-about-futuristic::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.section-about .about-content .text-content .btn-about-futuristic::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(45deg, #1c0b7c, #1c0b7c, #1c0b7c);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s;
}
.section-about .about-content .text-content .btn-about-futuristic i {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: transform 0.4s ease;
}
.section-about .about-content .text-content .btn-about-futuristic span {
  position: relative;
  z-index: 1;
}
.section-about .about-content .text-content .btn-about-futuristic:hover {
  box-shadow: 0 6px 25px rgba(28, 11, 124, 0.5);
  background: linear-gradient(135deg, #1c0b7c 0%, #1c0b7c 100%);
}
.section-about .about-content .text-content .btn-about-futuristic:hover::before {
  width: 300px;
  height: 300px;
}
.section-about .about-content .text-content .btn-about-futuristic:hover::after {
  opacity: 1;
}
.section-about .about-content .text-content .btn-about-futuristic:hover i {
  transform: rotate(45deg);
}
.section-about .about-content .text-content .btn-about-futuristic:active {
  transform: scale(0.98);
}
.section-about .about-img {
  padding-left: 20px;
  top: 0px;
  position: relative;
  width: 100%;
  float: right;
  height: fit-content;
  z-index: 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) {
  .section-about .about-img {
    height: auto;
    padding-left: 0px;
  }
}
.section-about .about-img .box-image-square {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  border: 3px solid #17a2b8;
  border-radius: 8px;
}
.section-about .about-img .box-image-square img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.section-about .about-img .box-image-square > img:not(.selo-sgs):not(.selo-30-anos) {
  max-height: 340px;
  object-position: center;
}
.section-about .about-img .box-image-square:hover img:not(.selo-sgs):not(.selo-30-anos) {
  transform: scale(1.05);
}
.section-about .about-img .box-image-square .selo-sgs,
.section-about .about-img .box-image-square .selo-30-anos {
  position: absolute;
  bottom: 12px;
  width: 78px;
  height: auto;
  z-index: 2;
  transform: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
@media (max-width: 575px) {
  .section-about .about-img .box-image-square .selo-sgs,
  .section-about .about-img .box-image-square .selo-30-anos {
    width: 64px;
    bottom: 8px;
  }
}
.section-about .about-img .box-image-square .selo-sgs {
  right: 12px;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .section-about .about-img .box-image-square .selo-sgs {
    right: 8px;
  }
}
.section-about .about-img .box-image-square .selo-30-anos {
  left: 12px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .section-about .about-img .box-image-square .selo-30-anos {
    left: 8px;
  }
}
.section-about .about-img .experience-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #17a2b8;
  border-radius: 50px;
  padding: 30px 25px;
  margin-bottom: 10px;
  gap: 10px;
  text-align: center;
}
.section-about .about-img .experience-box .year-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  background: #1e1e1e;
}
.section-about .about-img .experience-box .year-box .ano .number {
  display: flex;
  gap: 1px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  padding: 0 5px;
  color: white;
  overflow: hidden;
  justify-content: center;
  margin-bottom: 5px;
  transition: all 0.6s ease-in-out;
}
.section-about .about-img .experience-box .year-box .ano .plus {
  font-size: 30px;
  color: white;
  font-weight: 500;
}
.section-about .about-img .experience-box .year-box .ano .digit-wrapper {
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.6em;
}
.section-about .about-img .experience-box .year-box .ano .digit-roller {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 1s ease-out;
}
.section-about .about-img .experience-box .year-box .ano .digit-roller div {
  height: 1em;
}
.section-about .about-img .experience-box .year-box .ano span {
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}
.section-about .about-img .experience-box .desc {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-about .about-img .experience-box .desc {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-about .about-img .experience-box .desc {
    font-size: 16px;
    line-height: 20px;
  }
}

.section-especialista {
  background: linear-gradient(180deg, #e4e6ea 0%, #cfd3d9 45%, #bfc4cc 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.section-especialista::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/banners/texture.webp);
  background-repeat: repeat;
  opacity: 0.05;
  z-index: 1;
}
.section-especialista .container {
  position: relative;
  z-index: 2;
}
.section-especialista .especialista-title {
  color: #1a1a1a;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-especialista .especialista-title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-especialista .especialista-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-especialista .especialista-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.section-especialista .especialista-text {
  color: #3a3f4a;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-especialista .especialista-text {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-especialista .especialista-text {
    font-size: 16px;
  }
}
.section-especialista .btn-especialista {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background: #1c0b7c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(28, 11, 124, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-especialista .btn-especialista {
    padding: 12px 25px;
    font-size: 14px;
  }
}
.section-especialista .btn-especialista::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #1c0b7c;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.section-especialista .btn-especialista i {
  font-size: 20px;
  transition: transform 0.3s 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) {
  .section-especialista .btn-especialista i {
    font-size: 18px;
  }
}
.section-especialista .btn-especialista:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(28, 11, 124, 0.4);
  text-decoration: none;
}
.section-especialista .btn-especialista:hover::after {
  left: 0;
  width: 100%;
}
.section-especialista .btn-especialista:hover i {
  transform: scale(1.1);
}
.section-especialista .btn-especialista:active {
  transform: translateY(-1px);
}

.section-categorias {
  background: #f7f8fc;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.section-categorias::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 35%;
  background-image: linear-gradient(105deg, #0a1628 0%, #152a4a 42%, #0d1f38 78%, #132845 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  border-radius: 0;
  z-index: -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) {
  .section-categorias::before {
    width: 35%;
    height: 100%;
  }
}
.section-categorias .container {
  position: relative;
  z-index: 2;
}
.section-categorias .categoria-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 1px solid #e8eaf3;
  border-radius: 14px;
  padding: 22px 20px;
  min-height: 170px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.section-categorias .categoria-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-categorias .categoria-item {
    min-height: auto;
  }
}
.section-categorias .categoria-item:not(:last-child) {
  margin-bottom: 20px;
}
.section-categorias .categoria-item .icon {
  min-width: 46px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(28, 11, 124, 0.08);
}
.section-categorias .categoria-item .icon i {
  color: #1c0b7c;
  font-size: 22px;
  line-height: 1;
}
.section-categorias .categoria-item .content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  color: #1f1f1f;
}
.section-categorias .categoria-item .content p {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #4f4f5a;
  margin-bottom: 0;
}

.int-page-1 .ajust-float {
  max-width: 500px;
  margin: 0 auto 1.5rem;
}
@media (min-width: 768px) {
  .int-page-1 .ajust-float {
    width: 52%;
    max-width: 560px;
    float: left;
    margin: 0 1.75rem 1.25rem 0;
  }
}
.int-page-1 .ajust-float img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  padding: 0.85rem;
  background: linear-gradient(160deg, #f7f8fa 0%, #eef1f4 100%);
  border: 1px solid rgba(23, 162, 184, 0.28);
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 8px 24px rgba(0, 29, 104, 0.08), 0 0 0 4px rgba(23, 162, 184, 0.08);
}
@media (min-width: 768px) {
  .int-page-1 .ajust-float ~ p + p + h2 {
    clear: both;
    padding-top: 8px;
  }
}
@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 .card-product p {
  text-align: center;
  hyphens: none;
  word-break: normal;
  overflow-wrap: 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: #17a2b8;
  bottom: 0px;
  font-size: 40px;
  transition: 0.3s ease;
}

.section-segments {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.section-segments .bg-texture {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/banners/texture.webp");
  background-size: 700px;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.1;
  z-index: -2;
}
@media (max-width: 991px) {
  .section-segments {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-segments {
    padding-bottom: 50px;
  }
}
.section-segments::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 96%;
  width: 35%;
  background: linear-gradient(135deg, #17a2b8 0%, #17a2b8 100%);
  border-radius: 150px 0px 0px 0px;
  z-index: -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) {
  .section-segments::before {
    background: linear-gradient(135deg, #17a2b8 0%, #17a2b8 100%);
  }
}
.section-segments:not(.section-segments-dark)::before {
  top: 0;
  bottom: auto;
  border-radius: 0px 0px 0px 150px;
  height: 80%;
  background: linear-gradient(180deg, #17a2b8 0%, #17a2b8 100%);
}
.section-segments::after {
  display: none;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-segments::after {
    display: none;
  }
}
.section-segments.section-segments-dark {
  background: linear-gradient(180deg, #e4e6ea 0%, #cfd3d9 45%, #bfc4cc 100%);
}
.section-segments.section-segments-dark::before {
  background-image: linear-gradient(105deg, rgba(10, 22, 40, 0.88) 0%, rgba(21, 42, 74, 0.82) 42%, rgba(13, 31, 56, 0.86) 78%, rgba(19, 40, 69, 0.88) 100%), url("../img/gallery/torneira-produtos.webp");
  background-size: cover, 100% auto;
  background-position: center, center center;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}
.section-segments.section-segments-dark .title-area2 .subtitle {
  color: #000;
}
.section-segments.section-segments-dark .title-area2 .title {
  color: #000;
}
.section-segments.section-segments-dark .segmentSwiper .controls .swiper-buttons svg path {
  stroke: #fff;
}
.section-segments.section-segments-dark .segmentSwiper .controls .swiper-buttons:hover svg path {
  stroke: #17a2b8;
}
.section-segments.section-segments-dark .segmentSwiper .controls .swiper-pagination {
  background: rgba(255, 255, 255, 0.3);
}
.section-segments.section-segments-dark .segmentSwiper .controls .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #17a2b8;
}
.section-segments.section-segments-dark .box-btn .btn-view-all {
  background: #17a2b8;
  color: #fff;
  box-shadow: none;
}
.section-segments.section-segments-dark .box-btn .btn-view-all:hover {
  background: #17a2b8;
  box-shadow: none;
  color: #fff;
}
.section-segments .title-area2 {
  margin-bottom: 50px;
}
.section-segments .box-btn {
  text-align: right;
  float: right;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-segments .box-btn {
    text-align: left;
    float: left;
  }
}
.section-segments .box-btn .btn-view-all {
  background: #1c0b7c;
  color: #fff;
  padding: 15px 35px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  box-shadow: none;
  transition: all 0.3s ease;
  border: none;
  position: relative;
}
.section-segments .box-btn .btn-view-all:hover {
  background: #1c0b7c;
  box-shadow: none;
  color: #fff;
}
.section-segments .box-btn .btn-view-all:active {
  transform: none;
}
.section-segments .side-img {
  position: absolute;
  width: 300px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-segments .side-img {
    display: none;
  }
}
.section-segments .project-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
  margin: 15px 0;
  width: 100%;
  height: 480px;
}
.section-segments .project-card::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  content: "";
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(0, 29, 104, 0.8) 70%);
  z-index: 1;
}
.section-segments .project-card .number {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  border-radius: 13px;
  background: #1e1e1e;
  width: 43px;
  height: 27px;
  line-height: 27px;
}
.section-segments .project-card img {
  width: 100%;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
.section-segments .project-card:hover img {
  transform: scale(1.05);
}
.section-segments .project-card .content {
  position: absolute;
  width: 100%;
  left: 20px;
  bottom: 25px;
  z-index: 11;
  display: flex;
  flex-direction: column;
}
.section-segments .project-card .content h2,
.section-segments .project-card .content h3,
.section-segments .project-card .content .title {
  margin-bottom: 0;
  background: #17a2b8;
  color: #fff;
  width: fit-content;
  max-width: 70%;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
}
.section-segments .project-card .content .subtitle {
  background: #17a2b8;
  color: #eee;
  padding: 8px 16px;
  text-transform: capitalize;
  display: flex;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.section-segments .segmentSwiper {
  position: relative;
}
.section-segments .segmentSwiper .swiper-wrapper {
  padding-bottom: 10px;
}
.section-segments .segmentSwiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.section-segments .segmentSwiper .card-05 {
  width: 100%;
  max-width: none;
  margin: 12px 0;
}
.section-segments .segmentSwiper .swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 3px;
  background: #9a9a9a;
  z-index: 1;
}
.section-segments .segmentSwiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #17a2b8;
}
.section-segments .segmentSwiper .swiper-button-prev,
.section-segments .segmentSwiper .swiper-button-next {
  margin: 0;
}
.section-segments .segmentSwiper .swiper-button-prev::after,
.section-segments .segmentSwiper .swiper-button-next::after {
  content: "";
}
.section-segments .segmentSwiper .swiper-button-prev {
  left: 0;
}
.section-segments .segmentSwiper .swiper-button-next {
  right: 0;
}
.section-segments .segmentSwiper .swiper-buttons {
  position: absolute;
  width: 45px;
  height: 45px;
  background: none;
  margin: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  transition: 0.3s ease;
  box-shadow: none;
  background-color: #fff;
  border-radius: 50%;
}
.section-segments .segmentSwiper .swiper-buttons::after {
  display: none;
}
.section-segments .segmentSwiper .swiper-buttons svg {
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.section-segments .segmentSwiper .swiper-buttons svg path {
  stroke: #17a2b8;
}

.card-05 {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 20px 0;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 20px;
  border-radius: 20px;
}
.card-05 .box-image {
  width: 100%;
  height: 240px;
  background-color: #fff;
}
.card-05 .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.3s ease;
}
.card-05 .box-image img.obj-contain {
  object-fit: contain;
}
.card-05 .box-content {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 10px;
}
.card-05 .box-content .box-title {
  position: relative;
  width: 100%;
  height: 100%;
}
.card-05 .box-content .box-title .title {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 18px 10px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 55px;
  color: #1e1e1e;
  background: #17a2b8;
  border-radius: 15px 0 0 15px;
}
.card-05 .box-content .box-title .title::before {
  position: absolute;
  content: "";
  right: -11px;
  top: 0px;
  border-bottom: 18px solid #a48585;
  border-right: 12px solid transparent;
}
.card-05 .box-content .desc {
  width: 100%;
  background: #1e1e1e;
  padding: 10px;
  padding-top: 15px;
}
.card-05 .box-content .desc p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4rem;
  color: #fff;
}
.card-05 .box-content .link-btn {
  position: absolute;
  right: 0px;
  top: 15px;
  width: 55px;
  height: 80%;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 15px 0;
  background: #1e1e1e;
  transition: 0.3s ease;
}
.card-05 .box-content .link-btn i {
  font-size: 20px;
  color: #17a2b8;
  transform: rotate(-30deg);
}
.card-05 .hover-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-top: 4px solid #17a2b8;
  z-index: 1;
  transition: 0.3s ease;
  transform: translateY(100%);
}
.card-05 .hover-box p {
  color: #17a2b8;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.card-05 .hover-box .btn-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #17a2b8;
}
.card-05 .hover-box .btn-a i {
  font-size: 16px;
  color: #17a2b8;
}
.card-05:hover .box-image img {
  transform: scale(1.03);
}
.card-05:hover .box-content .link-btn {
  background: #17a2b8;
}
.card-05:hover .box-content .link-btn i {
  color: #000;
}
.card-05:hover .hover-box {
  transform: translateY(0);
}

.prod-faq-form {
  margin-top: 1rem;
  padding-top: 0.5rem;
}
.prod-faq-form > .col-lg-7 > h2:first-child {
  margin-top: 0.5rem !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .prod-faq-form .sticky-div {
    position: static !important;
    top: auto;
  }
}

.map-site ul li {
  margin-bottom: 10px;
}
.map-site ul li i {
  color: #17a2b8;
}
.map-site ul li a {
  color: #000;
  text-transform: uppercase;
  font-size: 0.9em;
}
.map-site ul li a:hover {
  color: #17a2b8;
  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;
}
