@charset "UTF-8";
/* Animações de Fade-In */
@keyframes fadeInLeft {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInTop {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.5);
    /* Começa menor */
    opacity: 0;
  }
  to {
    transform: scale(1);
    /* Termina no tamanho normal */
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes flipIn {
  0% {
    transform: rotate3d(-1, 1, 0, -80deg);
    opacity: 0;
  }
  100% {
    transform: rotate3d(1, 1, 0, 0deg);
    opacity: 1;
  }
}
@keyframes loopScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
/* Aplicando as animações nas classes de animação */
.fadeInLeft.show-animate {
  animation: fadeInLeft 1s ease-out forwards;
}

.fadeInRight.show-animate {
  animation: fadeInRight 1s ease-out forwards;
}

.fadeInTop.show-animate {
  animation: fadeInTop 1s ease-out forwards;
}

.fadeInBottom.show-animate {
  animation: fadeInBottom 1s ease-out forwards;
}

.zoomIn.show-animate {
  animation: zoomIn 1s ease-out forwards;
}

/* Ajustes gerais para tornar os elementos invisíveis até a animação */
.fade-left,
.fade-right,
.fade-top,
.fade-bottom,
.zoomIn {
  opacity: 0;
}

/* Classe que ativa a animação */
.show-animate {
  opacity: 1;
}

.bg-gradient1 {
  background: linear-gradient(20deg, #3050d1, #1d38a2) !important;
}

.bg-gradient2 {
  background: linear-gradient(30deg, #061036, #1d38a2) !important;
}

.bg-cinza {
  background: #f5f5f5;
}

.bg-dark1 {
  background: #c2c2c2;
}

.bg-dark2 {
  background: #1b1b1b;
}

.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: "Poppins", sans-serif;
}

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

body {
  overflow-x: hidden !important;
}

section {
  overflow-x: hidden;
}

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

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

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

.moreText {
  display: none;
}

.go-top-btn {
  background: #061036;
  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: 100px;
  z-index: 4;
}

.object-fit-contain {
  object-fit: contain !important;
}

.obj-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: contain !important;
}

.obj-cover {
  object-fit: cover !important;
}

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

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

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

*::-webkit-scrollbar-thumb {
  background-color: #3050d1;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #1d38a2;
}

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: "Cormorant Garamond", 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: #3050d1;
  -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: 15px;
}
.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.white span::before,
.title-area2.white .subtitle::before {
  filter: brightness(100) saturate(0);
}
.title-area2 span,
.title-area2 .subtitle {
  position: relative;
  display: block;
  max-width: fit-content;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.2em;
  padding: 8px 15px;
  padding-left: 20px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-family: "Cormorant Garamond", sans-serif;
}
.title-area2 span.color2,
.title-area2 .subtitle.color2 {
  color: #c2c2c2;
}
.title-area2 span::before,
.title-area2 .subtitle::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #3050d1;
  animation: pulse-shadow 2s infinite;
  opacity: 1;
}
@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(48, 80, 209, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(48, 80, 209, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(48, 80, 209, 0);
  }
}
.title-area2 h2,
.title-area2 h3,
.title-area2 .title {
  color: #171717;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: -0.25em;
  font-family: "Cormorant Garamond", sans-serif;
}
.title-area2 h2 b,
.title-area2 h3 b,
.title-area2 .title b {
  color: #061036;
  font-weight: 600;
}
.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.2rem;
    line-height: 2.4rem;
  }
}
@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.png);
  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;
}

.prod-ref {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1d38a2;
  background-color: rgba(29, 56, 162, 0.08);
  padding: 4px 12px;
  border-radius: 4px;
  margin-top: -5px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.main-header {
  max-width: 100%;
  box-sizing: border-box;
}
.main-header a {
  color: inherit;
}
.main-header li {
  color: inherit;
}
.main-header .header-lower,
.main-header .main-box {
  max-width: 100%;
  box-sizing: border-box;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.large-container {
  position: static;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}

.btn-style-one {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-radius: 30px;
  padding: 7px 7px 7px 25px;
  color: #061036;
  background-color: #f5f5f5;
  text-transform: capitalize;
  overflow: hidden;
  transition: all 300ms ease;
  text-decoration: none;
}
.btn-style-one::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 50%;
  z-index: -1;
  transition: all 300ms ease;
  background-color: #fff;
}
.btn-style-one::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 50%;
  z-index: -1;
  transition: all 300ms ease;
  background-color: #fff;
}
.btn-style-one .dot-box {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  position: relative;
  transition: all 300ms ease;
}
.btn-style-one .dot-box .dot-item {
  background-color: #fff;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  position: absolute;
  left: calc(50% + 2px);
  top: calc(50% - 2px);
  transition: all 300ms ease;
}
.btn-style-one .dot-box .dot-item::before, .btn-style-one .dot-box .dot-item::after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  transition: all 300ms ease;
}
.btn-style-one .dot-box .dot-item::before {
  left: -5px;
  top: -5px;
}
.btn-style-one .dot-box .dot-item::after {
  left: -5px;
  bottom: -5px;
}
.btn-style-one:focus, .btn-style-one:hover {
  color: #061036;
}
.btn-style-one:focus::before, .btn-style-one:hover::before {
  width: 100%;
  left: unset;
  right: 0;
}
.btn-style-one:focus::after, .btn-style-one:hover::after {
  width: 100%;
  right: unset;
  left: 0;
}
.btn-style-one:focus .dot-box .dot-item, .btn-style-one:hover .dot-box .dot-item {
  left: calc(50% - 5px);
  top: calc(50% - 2px);
}
.btn-style-one:focus .dot-box .dot-item::before, .btn-style-one:hover .dot-box .dot-item::before {
  left: 5px;
  top: 5px;
}
.btn-style-one:focus .dot-box .dot-item::after, .btn-style-one:hover .dot-box .dot-item::after {
  left: 5px;
  bottom: 5px;
}
@media (max-width: 575.98px) {
  .btn-style-one {
    padding: 5px 5px 5px 15px;
    font-size: 14px;
    gap: 10px;
  }
  .btn-style-one .dot-box {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 10px;
  }
}

.main-header-style .main-box {
  padding: 2px 24px;
  background: #061036;
  backdrop-filter: blur(10px);
  border-bottom: none;
}
@media (max-width: 1439.98px) {
  .main-header-style .main-box {
    padding: 5px 20px;
  }
}
@media (max-width: 991.98px) {
  .main-header-style .main-box {
    padding: 0 15px;
  }
}
.main-header-style .main-box .nav-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .main-header-style .main-box .nav-main {
    justify-content: space-between;
  }
}
.main-header-style .main-box .logo {
  flex: 0 0 auto;
}
.main-header-style .main-box .header-left {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header-style .main-box .outer-box {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-header-style .main-box .outer-box .social-link {
  padding: 4px 8px;
}
.main-header-style .main-box .outer-box .social-link:empty {
  display: none;
  margin: 0;
}
.main-header-style .main-box .outer-box .social-link a {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  margin: 0 5px;
  text-decoration: none;
}
.main-header-style .main-box .outer-box .social-link a:hover {
  color: #f5f5f5;
}
@media (max-width: 1439.98px) {
  .main-header-style .main-box .outer-box .social-link {
    display: none;
  }
}
.main-header-style .main-box .outer-box .ui-btn-outer .header-contact {
  display: flex;
  align-items: center;
  gap: 30px;
  line-height: 1;
}
@media (max-width: 1439.98px) {
  .main-header-style .main-box .outer-box .ui-btn-outer .header-contact {
    display: none;
  }
}
.main-header-style .main-box .outer-box .ui-btn-outer .header-contact .social-icon {
  gap: 20px;
  display: flex;
  align-items: center;
  border-right: 1px solid #c0c0c0;
  padding-right: 30px;
}
.main-header-style .main-box .outer-box .ui-btn-outer .header-contact .social-icon a {
  color: #cfcfcf;
  font-size: 18px;
}
.main-header-style .main-box .outer-box .ui-btn-outer .header-contact .social-icon a:hover {
  color: #cfcfcf;
}
.main-header-style .main-box .outer-box .ui-btn-outer .header-contact .info-btn {
  font-weight: 600;
  color: #fff;
}
.main-header-style .main-box .outer-box .ui-btn-outer .header-contact .info-btn:hover {
  color: #f5f5f5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header-style .main-box .outer-box .ui-btn-outer .box-btns {
    display: none;
  }
}
.main-header-style .main-box .outer-box .ui-btn-outer .box-btns .btn-one {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.main-header-style .main-box .outer-box .ui-btn-outer .box-btns .btn-one:hover {
  transform: scale(1.01);
}
.main-header-style .main-box .outer-box .ui-btn-outer .box-btns .btn-one::after, .main-header-style .main-box .outer-box .ui-btn-outer .box-btns .btn-one::before {
  display: none;
}
.main-header-style .main-box .outer-box .ui-btn-outer .box-btns .btn-one i {
  color: #fff;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .main-header-style .main-box .outer-box .ui-btn-outer .box-btns .btn-one {
    font-size: 13px;
    padding: 8px 12px;
  }
}
@media (max-width: 1199.98px) {
  .main-header-style .main-box .outer-box .btn-style-one {
    display: none;
  }
}

.main-menu {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
@media only screen and (min-width: 1441px), only screen and (min-width: 1200px) and (max-width: 1440px) {
  .main-menu {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu {
    padding: 0 4px;
  }
}
.main-menu .navbar-header {
  display: none;
}
.main-menu .navbar-collapse {
  padding: 0;
}
.main-menu .navigation {
  margin: 0;
  position: relative;
  list-style: none;
  padding: 0;
}
.main-menu .navigation::after {
  content: "";
  display: block;
  clear: both;
}
.main-menu .navigation > li {
  float: left;
  margin-left: 20px;
  padding: 20px 0;
  position: relative;
  transition: all 300ms ease;
}
@media (max-width: 1799.98px) {
  .main-menu .navigation > li {
    margin-left: 28px;
  }
}
@media (max-width: 1439.98px) {
  .main-menu .navigation > li {
    margin-left: 20px;
    padding: 26px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu .navigation > li {
    margin-left: 15px;
    padding: 24px 0;
  }
}
.main-menu .navigation > li:first-child {
  margin-left: 0;
}
.main-menu .navigation > li > a {
  color: #fff;
  display: flex;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-transform: capitalize;
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  transition: all 300ms ease;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
@media (max-width: 1799.98px) {
  .main-menu .navigation > li > a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu .navigation > li > a {
    font-size: 14px;
  }
}
.main-menu .navigation > li > a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}
.main-menu .navigation > li > a:hover {
  color: #f5f5f5;
}
.main-menu .navigation > li.current > a {
  color: #f5f5f5;
  font-weight: 600;
}
.main-menu .navigation > li.dropdown > a {
  align-items: center;
  gap: 6px;
}
.main-menu .navigation > li.dropdown > a .menu-dropdown-icon {
  font-size: 11px;
  line-height: 1;
  transition: transform 0.3s ease, color 0.3s ease;
}
.main-menu .navigation > li.dropdown > a:hover .menu-dropdown-icon {
  color: #f5f5f5;
}
.main-menu .navigation > li.dropdown:hover > a .menu-dropdown-icon {
  transform: rotate(180deg);
}
.main-menu .navigation > li.dropdown:hover > ul {
  margin-top: 0;
  opacity: 1;
  top: 80%;
  transition: all 300ms ease;
  visibility: visible;
}
.main-menu .navigation > li > ul {
  background-color: #fff;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  border-top: 2px solid #3050d1;
  display: none;
  left: 0;
  margin-top: 30px;
  opacity: 0;
  border-radius: 10px;
  padding: 10px 5px;
  position: absolute;
  top: 100%;
  width: 300px;
  max-height: 480px;
  z-index: 100;
  list-style: none;
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0;
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 0;
  line-height: 16px;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  text-align: left;
  font-family: "Poppins", sans-serif;
  margin: 0 20px;
  text-transform: capitalize !important;
  transition: all 200ms ease;
  text-decoration: none;
}
.main-menu .navigation > li > ul > li > a:hover {
  color: #000;
  padding-left: 5px;
}
.main-menu .navigation > li > ul > li.dropdown > a {
  padding-right: 28px;
}
.main-menu .navigation > li > ul > li.dropdown > a .menu-dropdown-icon--sub {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  line-height: 1;
}
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  margin-top: 20px;
  transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul {
  background-color: #fff;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  display: none;
  left: 100%;
  margin-top: 10px;
  opacity: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 0;
  transform: translateY(-30px);
  width: 260px;
  z-index: 100;
  list-style: none;
}
@media (max-width: 1439.98px) {
  .main-menu .navigation > li > ul > li > ul {
    left: auto;
    right: 100%;
  }
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid #353535;
  width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 0;
  line-height: 20px;
  font-weight: 300;
  font-size: 14px;
  color: #000;
  font-family: "Poppins", sans-serif;
  text-align: left;
  margin: 0 20px;
  text-transform: capitalize;
  transition: all 300ms ease;
  text-decoration: none;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: #000;
}
.main-menu .navigation li.dropdown .dropdown-btn {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 8px;
  width: 34px;
  z-index: 5;
}

.sticky-header {
  background-color: #061036;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  left: 0;
  right: auto;
  opacity: 0;
  border-bottom: 1px solid #1d38a2;
  padding: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 99999;
}
.sticky-header.fixed-header {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
@media only screen and (min-width: 1441px), only screen and (min-width: 1200px) and (max-width: 1440px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sticky-header .large-container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sticky-header .large-container {
    padding: 0 10px;
  }
}
.sticky-header .nav-main {
  background: none;
  position: relative;
}
@media only screen and (min-width: 1441px), only screen and (min-width: 1200px) and (max-width: 1440px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .sticky-header .nav-main {
    display: flex;
    justify-content: center;
  }
}
.sticky-header .inner-container {
  align-items: center;
  display: flex;
  justify-content: space-around;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sticky-header .inner-container {
    justify-content: space-between;
  }
}
.sticky-header .main-menu .navigation > li {
  margin: 0;
  margin-left: 20px;
  padding: 0 3px;
}
.sticky-header .main-menu .navigation > li:first-child {
  margin-left: 0;
}
.sticky-header .main-menu .navigation > li > a {
  color: #fff;
  padding: 20px 0;
}
.sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li:hover > a {
  color: #f5f5f5;
}
.sticky-header .main-menu .navigation > li:before {
  display: none;
}
.sticky-header .outer-box,
.sticky-header .navbar-header {
  display: none;
}
.sticky-header .mobile-nav-toggler {
  color: #cfcfcf !important;
}

.header-style-one {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9999;
}
.header-style-one .logo {
  padding: 5px 0;
  max-width: 190px;
  height: 100%;
}
.header-style-one .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-style-one .header-left {
  display: flex;
  align-items: center;
  gap: 40px;
  min-width: 0;
}
@media (min-width: 1600px) {
  .header-style-one .header-left {
    gap: 60px;
  }
}
.header-style-one .box-btns {
  align-items: center;
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-style-one .box-btns {
    display: none;
  }
}
.header-style-one .box-btns .btn-one {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.header-style-one .box-btns .btn-one:hover {
  transform: scale(1.01);
}
.header-style-one .box-btns .btn-one::after, .header-style-one .box-btns .btn-one::before {
  display: none;
}
.header-style-one .box-btns .btn-one i {
  color: #fff;
}
.header-style-one .mobile-nav-toggler {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 1px;
  transition: all 300ms ease;
  cursor: pointer;
}
.header-style-one .mobile-nav-toggler.radius {
  border-radius: 50%;
}
.header-style-one .mobile-nav-toggler svg {
  display: block;
  margin: 0 auto;
  width: 28px;
  height: 28px;
  color: #fff !important;
  transition: all 300ms ease;
}
.header-style-one .mobile-nav-toggler svg path {
  fill: #fff !important;
}
.header-style-one .mobile-nav-toggler svg path {
  transition: all 300ms ease;
}
.header-style-one .mobile-nav-toggler:hover {
  color: #fff;
  border-color: #fff;
  transform: rotate(90deg);
}
.header-style-one .mobile-nav-toggler:hover svg path {
  fill: #fff !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-style-one .mobile-nav-toggler {
    width: 45px;
    height: 45px;
  }
  .header-style-one .mobile-nav-toggler svg {
    width: 24px;
    height: 24px;
  }
}
.header-style-one.innerpage-style {
  background-color: #030303;
}

@media only screen and (max-width: 1700px) {
  .main-header .header-lower .outer-box .ui-btn-outer {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1439px) {
  .main-header .main-menu .navigation > li {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .main-header .main-menu .navigation > li > ul,
  .main-header .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .main-header .main-box {
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .main-header .main-menu {
    display: none;
  }
  .main-header .logo {
    width: 200px;
  }
  .main-header .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: none;
  }
  .main-header .header-lower {
    padding: 0;
  }
  .main-header .main-box .nav-main {
    width: auto;
  }
  .main-header .main-box {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 599px) {
  .main-header .header-lower .logo-box {
    padding-left: 0;
    min-width: auto;
    margin-right: 0;
    max-width: 140px;
  }
  .main-header .header-lower .logo-box .logo img {
    max-width: 140px;
  }
}

.mobile-nav-toggler {
  position: relative;
  font-size: 28px;
  line-height: 20px;
  cursor: pointer;
  color: #fff;
  display: none;
  top: 0;
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .mobile-nav-toggler {
    display: block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .main-header-style .main-box {
    padding: 5px 12px;
  }
  .main-header-style .main-box .logo {
    max-width: 120px;
  }
  .main-header .main-menu .navigation > li {
    margin-right: 12px;
    padding: 22px 0;
  }
  .main-header .main-menu .navigation > li > a {
    font-size: 13px;
  }
  .main-header-style .outer-box .btn-style-one {
    display: none;
  }
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 320px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu .upper-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 10px;
  flex-shrink: 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) {
  .mobile-menu .upper-box {
    padding: 0 10px;
  }
}
.mobile-menu .close-btn {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
  text-align: center;
  font-size: 24px;
  padding: 5px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 200px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.5s ease;
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 55%;
  height: 60px;
  border-radius: 10px;
}
.mobile-menu .nav-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mobile-menu .menu-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  background: #061036;
  padding: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateX(101%);
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
  margin: 0;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
}
.mobile-menu .navigation::-webkit-scrollbar {
  width: 4px;
}
.mobile-menu .navigation::-webkit-scrollbar-track {
  background: transparent;
}
.mobile-menu .navigation::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 100px;
}
.mobile-menu .navigation::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.45);
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize !important;
  text-decoration: none;
  overflow-wrap: break-word;
  word-break: break-word;
}
.mobile-menu .navigation li > a .menu-dropdown-icon {
  display: none;
}
.mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
  color: #e3e3e3;
  font-weight: 600;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  display: block;
  border: none;
}
.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-width: 100%;
}
.mobile-menu .navigation li > ul > li {
  padding-left: 20px;
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .navigation li > ul > li > ul > li {
  padding-left: 20px;
}
.mobile-menu .navigation li > ul > li > ul > li > a {
  padding-left: 28px;
  font-size: 15px;
  opacity: 0.92;
}
.mobile-menu .navigation li > ul > li > ul > li > ul > li {
  padding-left: 10px;
}
.mobile-menu .navigation li > ul > li > ul > li > ul > li > a {
  padding-left: 36px;
  font-size: 14px;
  opacity: 0.85;
}
.mobile-menu .contact-list-one {
  flex-shrink: 0;
}
.mobile-menu .social-links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #061036;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0;
  flex-shrink: 0;
  list-style: none;
  margin-bottom: 0;
  padding: 0 8px;
}
.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  transition: all 300ms ease;
  text-decoration: none;
}
.mobile-menu .social-links li a:hover {
  color: #f5f5f5;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease 200ms;
  transform: translateX(0%);
}

.contact-list-one {
  position: relative;
  padding: 20px 10px;
  list-style: none;
  margin: 0;
}
.contact-list-one li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.contact-list-one li:last-child {
  margin-bottom: 0;
}
.contact-list-one li .contact-info-box {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  color: #fff;
}
.contact-list-one li .info-text {
  width: 80%;
}
.contact-list-one li .info-text.email a {
  font-size: 13px;
  word-break: break-word;
}
.contact-list-one li a {
  color: #fff;
  transition: all 300ms ease;
  text-decoration: none;
}
.contact-list-one li a:hover {
  color: #f5f5f5;
}
.contact-list-one li .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  line-height: normal;
  background: #c2c2c2;
  color: #000;
}
.contact-list-one li .title {
  display: block;
  font-size: 11px;
  color: #b2c1c0;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-area {
  background: #061036;
  padding: 65px 0 0;
}
.footer-area .footer-top {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption {
    margin-bottom: 70px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-logo {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  border-radius: 10px;
}
@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-logo {
    justify-content: center;
  }
}
.footer-area .footer-top .single-footer-caption .footer-logo img {
  object-fit: contain;
  width: 280px;
  height: auto;
  padding: 10px 0;
  border-radius: 10px;
  padding: 10px;
}
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
  font-size: 1rem;
  line-height: 1.6rem;
  margin-bottom: 30px;
  font-weight: 300;
  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: #f5f5f5;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li {
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
  color: #868c98;
  font-weight: 300;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a:hover {
  color: #1d38a2;
  padding-left: 5px;
}
.footer-area .footer-top .single-footer-caption .footer-cap {
  margin-bottom: 30px;
}
.footer-area .footer-top .single-footer-caption .footer-cap span {
  color: #1d38a2;
  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: 16px;
}
.footer-area .footer-top .single-footer-caption .footer-cap a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-cap a:hover {
  color: #ddd;
  padding-left: 5px;
}
.footer-area .footer-top .single-footer-caption .footer-cap a i {
  margin-right: 2px;
}
.footer-area .footer-bottom {
  padding-bottom: 20px;
  padding-top: 30px;
}
.footer-area .footer-bottom img {
  filter: brightness(10);
  width: 125px;
  height: 52px;
}
.footer-area .footer-bottom .footer-copy-right p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}

.social_links {
  margin: 25px 0;
}
@media (max-width: 991px) {
  .social_links {
    margin: 30px 0 40px;
  }
}
.social_links ul li {
  display: inline-block;
}
.social_links ul li a {
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #3050d1;
  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: #fff;
  color: #3050d1;
}

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

.slider-area {
  background-image: url(../img/banners/hero-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area {
    margin-top: 90px;
  }
}
.slider-area .slider-height {
  height: 380px;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area .slider-height {
    height: 280px;
  }
}
.slider-area .slider-height .hero-cap {
  padding-top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .slider-height .hero-cap {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area .slider-height .hero-cap {
    padding-top: 10px;
  }
}
.slider-area .slider-height .hero-cap h1 {
  color: #fff;
  font-size: 45px;
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .slider-height .hero-cap h1 {
    font-size: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .slider-height .hero-cap h1 {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .slider-area .slider-height .hero-cap h1 {
    font-size: 30px;
    text-align: center;
  }
}
.slider-area .slider-height .hero-cap .ajust-link {
  color: #fff;
  font-weight: 400;
}
.slider-area .slider-height .hero-cap .ajust-link:hover {
  color: #c2c2c2;
}
.slider-area .slider-height .hero-cap .divider {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area .slider-height .hero-cap .divider {
    margin: 0 auto;
  }
}
.slider-area .slider-height .hero-cap .color-w {
  color: #fff;
  text-align: center;
  margin: 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) {
  .slider-area .slider-height .hero-cap .color-w {
    text-align: center;
  }
}
.slider-area .hero-overly {
  position: relative;
  z-index: 1;
}
.slider-area .hero-overly::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #061036 30%, #1d38a2 100%);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.brands-area {
  background: #c2c2c2;
  padding: 40px 0 !important;
}
.brands-area .brandSwiper {
  padding: 6px 0;
}
.brands-area .brandSwiper .swiper-slide {
  padding: 8px;
}
.brands-area .desc {
  margin-top: 15px;
  font-size: 1rem;
  color: #fff;
}
.brands-area .item-brand {
  width: 100%;
  height: 150px;
  border-radius: 12px;
  padding: 12px;
  margin: 4px 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-area .item-brand img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

button.btn-main {
  border: none;
}

.btn-main {
  background: #1d38a2;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 13px 20px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  -moz-user-select: none;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-main::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #3050d1;
  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-one {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border: 0;
  text-transform: capitalize;
  z-index: 1;
  width: fit-content;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  text-transform: capitalize;
  background: #3050d1;
  color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-one {
    font-size: 14px;
    padding: 18px 45px;
  }
}
.btn-one.radius {
  border-radius: 999px;
}
.btn-one i {
  font-size: 24px;
  margin-right: 10px;
}
.btn-one::before, .btn-one::after {
  background-color: #1d38a2;
}
.btn-one::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 0;
  content: "";
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: -1;
}
.btn-one:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 51%;
  height: 0;
  content: "";
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  z-index: -1;
}
.btn-one:hover {
  transform: scale(1.02);
}
.btn-one:hover::before, .btn-one:hover::after {
  height: 100%;
}
.btn-one.color2 {
  background: #3050d1 !important;
  color: #fff !important;
}
.btn-one.color2::before, .btn-one.color2::after {
  background: rgba(6, 16, 54, 0.8) !important;
}
.btn-one.color3 {
  background: #061036 !important;
  color: #fff !important;
}
.btn-one.color3::before, .btn-one.color3::after {
  background-color: #1d38a2 !important;
}
.btn-one.color4 {
  background: #c2c2c2 !important;
  color: #fff !important;
}
.btn-one.color4::before, .btn-one.color4::after {
  background-color: #3050d1 !important;
}
.btn-one.color5 {
  background: #f5f5f5 !important;
  color: #000 !important;
}
.btn-one.color5:hover {
  color: #fff !important;
}
.btn-one.color5::before, .btn-one.color5::after {
  background-color: #1d38a2 !important;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.btn-cta-primary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  min-width: 200px;
  gap: 20px;
  background-color: #3050d1;
  color: #fff;
  border: 1px solid #3050d1;
  padding: 5px;
  padding-left: 20px;
  line-height: 1.5;
  border-radius: 5px;
  font-weight: 400;
  transition: 0.3s;
}
.btn-cta-primary span {
  padding: 10px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
}
.btn-cta-primary i {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  transform: rotate(320deg);
  transition: 0.3s;
}
.btn-cta-primary:hover {
  color: #fff;
  transform: scale(0.95);
}
.btn-cta-primary:hover i {
  color: #fff;
  transform: rotate(360deg);
}
.btn-cta-primary.color2 {
  background-color: #c2c2c2;
  color: #fff;
  border: 1px solid #c2c2c2;
}
.btn-cta-primary.color2 span {
  color: #fff !important;
}
.btn-cta-primary.color2 i {
  background: #3050d1;
  color: #000 !important;
}
.btn-cta-primary.outline1 {
  background-color: transparent;
  color: #3050d1;
  border: 2px solid #3050d1;
}
.btn-cta-primary.outline1 span {
  color: #000 !important;
}
.btn-cta-primary.outline1 i {
  background: rgba(48, 80, 209, 0.8);
  color: #c2c2c2 !important;
}
.btn-cta-primary.outline2 {
  background-color: transparent;
  color: #c2c2c2;
  border: 2px solid #c2c2c2;
}
.btn-cta-primary.outline2 span {
  color: #c2c2c2 !important;
}
.btn-cta-primary.outline2 i {
  background: rgba(194, 194, 194, 0.9);
  color: #3050d1 !important;
}
.btn-cta-primary.outline3 {
  background-color: transparent;
  color: #f5f5f5 !important;
  border: 2px solid #f5f5f5 !important;
}
.btn-cta-primary.outline3 span {
  color: #f5f5f5 !important;
}
.btn-cta-primary.outline3 i {
  background: rgba(27, 27, 27, 0.9) !important;
  color: #f5f5f5 !important;
}

.card-two {
  overflow: hidden;
  margin: 10px 0;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease;
}
.card-two.has-desc .card-prod-content {
  min-height: 200px;
}
.card-two.has-desc .card-prod-content h2,
.card-two.has-desc .card-prod-content h3 {
  margin-bottom: 10px;
  min-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .card-two.has-desc .card-prod-content h2,
  .card-two.has-desc .card-prod-content h3 {
    min-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-two.has-desc .card-prod-content h2,
  .card-two.has-desc .card-prod-content h3 {
    min-height: 45px;
  }
}
.card-two:hover {
  transform: translateY(-5px);
}
.card-two:hover .card-prod-content {
  background-image: linear-gradient(60deg, #061036 0%, #061036 99%);
}
.card-two:hover .card-prod-content h2,
.card-two:hover .card-prod-content h3 {
  color: #fff;
}
.card-two:hover .card-prod-content p {
  color: #fff;
}
.card-two:hover .card-prod-content::before {
  background-color: #fff;
  height: 70%;
}
.card-two:hover .cart-img img {
  transform: scale(1.02);
}
.card-two:hover .btn-a {
  background-color: #fff;
}
.card-two:hover .btn-a i {
  color: #1d38a2;
}
.card-two .cart-img {
  overflow: hidden;
  width: 100%;
  height: 290px;
  background-color: #f6f6f6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .card-two .cart-img {
    height: 220px;
  }
}
@media (max-width: 575px) {
  .card-two .cart-img {
    height: 250px;
  }
}
@media (max-width: 320px) {
  .card-two .cart-img {
    height: 250px;
  }
}
.card-two .cart-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
  background-color: #fff;
}
.card-two .cart-img img.obj-contain {
  object-fit: contain;
}
.card-two .card-prod-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(90deg, #fff 0%, #f5f5f5 99%);
  border: 1px solid #e0e0e0;
  position: relative;
  padding: 30px 25px 30px;
  transition: 0.5s ease;
  min-height: 140px;
}
.card-two .card-prod-content::before {
  position: absolute;
  height: 60%;
  width: 6px;
  background: #1d38a2;
  content: "";
  left: 0;
  transition: 0.3s;
}
.card-two .card-prod-content h2,
.card-two .card-prod-content h3 {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  margin-right: 10px;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s ease;
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .card-two .card-prod-content h2,
  .card-two .card-prod-content h3 {
    font-size: 16px;
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .card-two .card-prod-content h2,
  .card-two .card-prod-content h3 {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .card-two .card-prod-content h2,
  .card-two .card-prod-content h3 {
    font-size: 16px;
  }
}
.card-two .card-prod-content p {
  font-size: 14px;
  color: #000;
  width: 95%;
  overflow: hidden;
  text-align: left;
  hyphens: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-two .card-prod-content .btn-a {
  height: 50px;
  width: 50px;
  border: 2px solid #000;
  font-size: 18px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 575px) {
  .card-two .card-prod-content .btn-a {
    height: 45px;
    width: 45px;
  }
}

.card-blur-effect {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 10px;
  width: 100%;
  height: 480px;
  text-decoration: none !important;
}
.card-blur-effect .tag {
  position: absolute;
  top: 30px;
  left: 20px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  border-radius: 18px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  z-index: 9;
}
.card-blur-effect .tag:hover {
  background-color: #1d38a2;
}
.card-blur-effect::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 72px;
  height: 72px;
  border-radius: 20px 0 0 0;
  background: #feffe1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 9;
}
.card-blur-effect::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 60%;
  opacity: 1;
  border-radius: 15px;
  background: linear-gradient(180deg, transparent 0%, #c2c2c2 100%);
  transition: 0.4s ease;
  z-index: 1;
}
.card-blur-effect img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.card-blur-effect img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.card-blur-effect .project-title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 20px;
  z-index: 5;
  transition: 0.3s ease;
  margin-bottom: 5px;
}
.card-blur-effect .project-title h2,
.card-blur-effect .project-title h3 {
  max-width: 80%;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  display: flex;
  text-decoration: none !important;
}
.card-blur-effect .arrow-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  text-align: center;
  background-color: #3050d1;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.card-blur-effect .arrow-icon i {
  color: #fff;
  font-size: 26px;
  transform: rotate(-30deg);
  transition: 0.3s ease;
}
.card-blur-effect .arrow-icon:hover {
  background-color: #1d38a2;
  color: #fff;
}
.card-blur-effect:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.card-blur-effect:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.card-blur-effect:hover .arrow-icon {
  background: #c2c2c2;
}
.card-blur-effect:hover .arrow-icon i {
  color: #fff;
}
.card-blur-effect:hover .project-title {
  transform: translateY(-10px);
}
.card-blur-effect:hover .project-title h2,
.card-blur-effect:hover .project-title h3 {
  color: #fff;
}
.card-blur-effect:hover:after {
  height: 50%;
  opacity: 1;
}

.testimonial-block-one {
  margin: 15px 10px;
}
.testimonial-block-one .inner-box {
  position: relative;
  display: block;
}
.testimonial-block-one .inner-box .text-box {
  position: relative;
  display: block;
  background: #c2c2c2;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 20px;
  padding: 40px 40px 33px 40px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.testimonial-block-one .inner-box .text-box::before {
  position: absolute;
  content: "";
  background: #c2c2c2;
  width: 24px;
  height: 16px;
  left: 30px;
  bottom: -15px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}
.testimonial-block-one .inner-box .rating {
  margin-bottom: 10px;
}
.testimonial-block-one .inner-box .rating i {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #FF8A00;
}
.testimonial-block-one .inner-box p {
  color: #fff;
}
.testimonial-block-one .inner-box .author-box {
  position: relative;
  display: block;
  padding: 14px 0px 14px 100px;
}
.testimonial-block-one .inner-box .author-box .author-thumb {
  position: absolute;
  background: #000;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 1;
}
.testimonial-block-one .inner-box .author-box .author-thumb::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -3px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #1d38a2;
  z-index: -1;
}
.testimonial-block-one .inner-box .author-box .author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-block-one .inner-box .author-box span {
  color: #000;
}
.testimonial-block-one .inner-box .author-box p {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}
.testimonial-block-one .inner-box .author-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.box-prod__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(6, 16, 54, 0.1);
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.box-prod__card:hover {
  border-color: rgba(48, 80, 209, 0.35);
  box-shadow: 0 8px 24px rgba(6, 16, 54, 0.06);
}
.box-prod__card:hover .box-prod__image img {
  transform: scale(1.03);
}
.box-prod__card:hover .box-prod__btn i {
  transform: translateX(3px);
}
.box-prod__image {
  height: 220px;
  background: #fafafa;
  overflow: hidden;
}
.box-prod__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
  transition: transform 0.4s ease;
}
.box-prod__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  padding: 20px;
}
.box-prod__name {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  color: #061036;
  letter-spacing: 0.03em;
}
.box-prod__ref {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(23, 23, 23, 0.45);
  margin-top: -2px;
  margin-bottom: 2px;
}
.box-prod__text {
  margin: 0;
  flex: 1;
  font-size: 0.84rem;
  line-height: 1.65;
  color: rgba(23, 23, 23, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-prod__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 4px;
  color: #061036;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.box-prod__btn i {
  font-size: 0.68rem;
  transition: transform 0.3s ease;
}
.box-prod__btn:hover {
  color: #3050d1;
}

.cta-area {
  background-image: url(../img/banners/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1000px rgba(29, 56, 162, 0.6);
  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 only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-area .cta-caption h2 {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.cta-area .cta-caption p {
  color: #fff;
  font-size: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-area .cta-caption p {
    text-align: center;
  }
}
.cta-area .btn-main {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3050d1;
}
.cta-area .btn-main::after {
  background: #3050d1;
  border-radius: 5px;
}
.cta-area .btn-main i {
  font-size: 2.6rem;
}

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

.faq-accordion {
  width: 99%;
  padding: 0.5rem;
  margin: 20px 0;
  border-radius: 5px;
  background: white;
}
.faq-accordion .accordion-heading {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-accordion .accordion-heading {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-accordion .accordion-heading {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}
.faq-accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid lightgrey;
  border-radius: 3px;
}
.faq-accordion .accordion-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.8rem 1rem;
  background: #ffffff;
  border: none;
  outline: none;
  color: #333333;
  font-size: 1.2rem;
  text-align: left;
  cursor: pointer;
  transition: 0.1s;
  border-radius: 3px;
}
.faq-accordion .accordion-btn:hover {
  color: #1d38a2 !important;
  background: #3050d1;
}
.faq-accordion .accordion-btn:hover .accordion-caption {
  color: #fff !important;
}
.faq-accordion .accordion-btn:hover .accordion-icon {
  color: #fff !important;
}
.faq-accordion .accordion-item--active .accordion-btn {
  color: #061036;
  border-radius: 5px;
  border-top: 2px solid #3050d1;
  background: rgba(29, 56, 162, 0.9);
  border-radius: 3px;
}
.faq-accordion .fa-lightbulb {
  padding-right: 1rem;
}
.faq-accordion .accordion-icon {
  border-radius: 50%;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  opacity: 0.9;
  color: #1d38a2 !important;
}
.faq-accordion .accordion-item--active .accordion-icon {
  transform: rotate(135deg);
  color: #fff !important;
}
.faq-accordion .accordion-caption {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 !important;
  color: #000 !important;
  max-width: calc(100% - 30px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-accordion .accordion-caption {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-accordion .accordion-caption {
    font-size: 1rem;
  }
}
.faq-accordion .accordion-item--active .accordion-caption {
  color: #fff !important;
}
.faq-accordion .accordion-content {
  font-weight: 300;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  color: #777777;
  transform: translateX(16px);
  transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
}
.faq-accordion .accordion-content p {
  padding: 1rem 1.4rem;
}
.faq-accordion .accordion-item--active .accordion-content {
  opacity: 1;
  transform: translateX(0px);
  max-height: 100vh;
}

.home-form {
  border-top: 3px solid color-mix(in srgb, #c2c2c2, #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 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #061036;
  padding: 10px;
  width: 55px;
  height: 55px;
  text-align: center;
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}
.home-form .contact-card .fa-contact i {
  font-size: 25px;
  color: #fff;
}
.home-form .contact-card .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-form .contact-card .content p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5px 0;
}
.home-form .contact-card .content p a {
  color: #000;
}
.home-form .contact-card .content p a:hover {
  color: #061036;
}

.form-contact label {
  font-size: 14px;
}
.form-contact .form-group {
  margin-bottom: 15px;
}
.form-contact .form-group .btn-prod button,
.form-contact .form-group .btn-prod a {
  width: 90%;
  margin-left: 0;
}
.form-contact .form-group .btn-prod .btn-one.whats-form:after, .form-contact .form-group .btn-prod .btn-one.whats-form::before {
  background: #22ba59;
}
.form-contact .form-control {
  border: 1px solid rgba(6, 16, 54, 0.6);
  border-radius: 8px;
  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: #061036;
}
.h3-form i {
  color: #3050d1;
  font-size: 18px;
  position: relative;
  top: 5px;
}

.whats-form {
  background: #22ba59;
  margin-left: 20px;
}
.whats-form::after, .whats-form::before {
  background-color: #0c8538;
}

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

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

.contact-section {
  padding: 65px 0 0;
}
.contact-section .info-container {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  position: relative;
  padding: 20px;
  border-radius: 8px;
}
.contact-section .info-container .contact-info {
  display: flex;
}
.contact-section .info-container .contact-info:not(:last-child) {
  margin-bottom: 35px;
}
.contact-section .info-container .contact-info h3 {
  font-size: 1.1em;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.contact-section .info-container .contact-info h3 a:hover {
  color: #3050d1;
}
.contact-section .info-container .contact-info p {
  color: #383838;
  margin-bottom: 0;
}
.contact-section .info-container .contact-info .icon {
  color: #1d38a2;
  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, #061036, #fff 40%);
  background: #061036;
}
.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%;
  }
}

.card-blog {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(6, 16, 54, 0.12);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.card-blog:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(6, 16, 54, 0.12);
  border-color: rgba(48, 80, 209, 0.35);
}
.card-blog:hover .card-blog__img {
  transform: scale(1.05);
}
.card-blog:hover .card-blog__content::before {
  height: calc(100% - 30px);
  background: #3050d1;
}
.card-blog:hover .card-blog__title a {
  color: #3050d1;
}
.card-blog:hover .card-blog__btn i {
  transform: translateX(4px);
}
.card-blog .card-blog__img-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f5f5f5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .card-blog .card-blog__img-wrap {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-blog .card-blog__img-wrap {
    height: 210px;
  }
}
@media (max-width: 575px) {
  .card-blog .card-blog__img-wrap {
    height: 230px;
  }
}
.card-blog .card-blog__img-wrap--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #c2c2c2;
}
.card-blog .card-blog__img-wrap .card-blog__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.card-blog .card-blog__content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px 22px;
  background: #ffffff;
}
.card-blog .card-blog__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 4px;
  height: 35px;
  background: #1d38a2;
  border-radius: 0 3px 3px 0;
  transition: height 0.35s ease, background 0.35s ease;
}
.card-blog .card-blog__meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #777;
  margin-bottom: 12px;
}
.card-blog .card-blog__meta-row .card-blog__date {
  font-weight: 500;
  color: #666;
}
.card-blog .card-blog__meta-row .card-blog__meta-sep {
  color: #c2c2c2;
}
.card-blog .card-blog__meta-row .card-blog__reading {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  color: #1d38a2;
}
.card-blog .card-blog__meta-row .card-blog__reading i {
  font-size: 0.85rem;
}
.card-blog .card-blog__title {
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
}
.card-blog .card-blog__title a {
  color: #061036;
  text-decoration: none;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-blog .card-blog__desc {
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(23, 23, 23, 0.7);
  margin-bottom: 20px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-blog .card-blog__footer {
  margin-top: auto;
  padding-top: 5px;
}
.card-blog .card-blog__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 5px;
  background: #1d38a2;
  color: #ffffff;
  text-decoration: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: background 0.3s ease, transform 0.3s ease;
}
.card-blog .card-blog__btn i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}
.card-blog .card-blog__btn:hover {
  background: #3050d1;
  color: #ffffff;
}
.card-blog .card-blog__btn:hover i {
  transform: translateX(4px);
}

.blog-wp-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.blog-wp-pagination__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.2rem;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(6, 16, 54, 0.15);
  color: #061036;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.blog-wp-pagination__btn:hover {
  background: #1d38a2;
  border-color: #1d38a2;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(29, 56, 162, 0.25);
}
.blog-wp-pagination__btn.is-disabled {
  opacity: 0.45;
  pointer-events: none;
  background: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.08);
}

.blog-wp-pagination__info {
  font-weight: 600;
  color: #555;
}

.blog-wp-empty {
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 3rem 2rem;
  text-align: center;
}
.blog-wp-empty h1,
.blog-wp-empty h2 {
  margin-bottom: 0.75rem;
  color: #061036;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.blog-wp-empty p {
  margin-bottom: 1.25rem;
  color: #555;
}

.blog-wp-accordion {
  margin-bottom: 1.25rem;
  border: 1px solid rgba(6, 16, 54, 0.12);
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}
.blog-wp-accordion--toc {
  margin-bottom: 2rem;
}

.blog-wp-accordion__trigger {
  display: block;
  width: 100%;
  position: relative;
  padding: 1rem 3rem 1rem 1.25rem;
  border: 0;
  background: transparent;
  color: #061036;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}
.blog-wp-accordion__trigger:hover, .blog-wp-accordion__trigger:focus-visible {
  color: #1d38a2;
  background: rgba(48, 80, 209, 0.06);
  outline: none;
}

.blog-wp-accordion__icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transform: translateY(-50%);
}
.blog-wp-accordion__icon::before, .blog-wp-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  border-radius: 1px;
}
.blog-wp-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s ease;
}

.blog-wp-accordion__trigger[aria-expanded=true] .blog-wp-accordion__icon::after {
  opacity: 0;
}

.blog-wp-accordion__panel {
  padding: 0 1.25rem 1.15rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.blog-wp-accordion__panel[hidden] {
  display: none;
}

.blog-wp-accordion__list {
  margin: 0.85rem 0 0;
  padding-left: 1.15rem;
}
.blog-wp-accordion__list li {
  color: #333;
  line-height: 1.6;
  font-size: 0.95rem;
}
.blog-wp-accordion__list li + li {
  margin-top: 0.5rem;
}

.blog-wp-accordion__toc {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}
.blog-wp-accordion__toc--root > .blog-wp-accordion__toc-item--h2 {
  position: relative;
  padding-left: 1.1rem;
}
.blog-wp-accordion__toc--root > .blog-wp-accordion__toc-item--h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #061036;
}
.blog-wp-accordion__toc--root > .blog-wp-accordion__toc-item--h2 + .blog-wp-accordion__toc-item--h2 {
  margin-top: 0.75rem;
}

.blog-wp-accordion__toc-sub {
  margin: 0.45rem 0 0;
  padding: 0.35rem 0 0 0.85rem;
  list-style: none;
  border-left: 2px solid rgba(6, 16, 54, 0.3);
}
.blog-wp-accordion__toc-sub .blog-wp-accordion__toc-item--h3 {
  position: relative;
  padding-left: 0.9rem;
}
.blog-wp-accordion__toc-sub .blog-wp-accordion__toc-item--h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: #999;
  transform: rotate(45deg);
}
.blog-wp-accordion__toc-sub .blog-wp-accordion__toc-item--h3 + .blog-wp-accordion__toc-item--h3 {
  margin-top: 0.4rem;
}

.blog-wp-accordion__toc-link {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.5;
  transition: color 0.2s ease;
}
.blog-wp-accordion__toc-link:hover {
  color: #1d38a2;
  text-decoration: underline;
}

.blog-wp-accordion__toc-item--h2 > .blog-wp-accordion__toc-link {
  font-weight: 600;
}

.blog-wp-accordion__toc-item--h3 > .blog-wp-accordion__toc-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: #555;
}

.blog-wp-accordion--tags {
  margin-top: 2rem;
}

.blog-wp-accordion__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
}
.blog-wp-accordion__tags li {
  list-style: none;
  list-style-type: none;
  margin: 0;
}
.blog-wp-accordion__tags li::marker {
  content: none;
}

.blog-wp-accordion__tag-link {
  display: inline-block;
  background: #f3f5fd;
  color: #1d38a2;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  border: 1px solid rgba(29, 56, 162, 0.15);
}
.blog-wp-accordion__tag-link:hover {
  color: #ffffff;
  background: #1d38a2;
  border-color: #1d38a2;
  text-decoration: none;
}

.int-page-4.blog-page .blog-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-4.blog-page .blog-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .int-page-4.blog-page .blog-page__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.int-page-4.blog-page .blog-page__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.int-page-4.blog-page .blog-page__sidebar-block {
  padding: 22px 20px;
  border: 1px solid rgba(6, 16, 54, 0.1);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.int-page-4.blog-page .blog-page__sidebar-cta {
  background: linear-gradient(135deg, #061036 0%, #1d38a2 100%);
  border: none;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(6, 16, 54, 0.2);
}
.int-page-4.blog-page .blog-page__sidebar-cta .blog-page__sidebar-title {
  color: #ffffff;
}
.int-page-4.blog-page .blog-page__sidebar-cta .blog-page__sidebar-title::after {
  background: #ffffff;
}
.int-page-4.blog-page .blog-page__sidebar-cta p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
  text-align: left;
}
.int-page-4.blog-page .blog-page__sidebar-cta .blog-page__sidebar-btn.btn-main {
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 11px 18px;
  font-size: 0.88rem;
  background: #ffffff;
  color: #061036;
  font-weight: 700;
}
.int-page-4.blog-page .blog-page__sidebar-cta .blog-page__sidebar-btn.btn-main::after {
  background-color: #3050d1;
}
.int-page-4.blog-page .blog-page__sidebar-cta .blog-page__sidebar-btn.btn-main:hover {
  color: #ffffff;
}
.int-page-4.blog-page .blog-page__sidebar-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #061036;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 10px;
}
.int-page-4.blog-page .blog-page__sidebar-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 3px;
  background: #1d38a2;
  border-radius: 2px;
}
.int-page-4.blog-page .blog-page__sidebar-block--list .blog-page__sidebar-list li + li,
.int-page-4.blog-page .blog-page__sidebar-block--list .blog-page__sidebar-categories li + li {
  margin-top: 0.75rem;
}
.int-page-4.blog-page .blog-page__sidebar-list,
.int-page-4.blog-page .blog-page__sidebar-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.int-page-4.blog-page .blog-page__sidebar-list li,
.int-page-4.blog-page .blog-page__sidebar-categories li {
  list-style: none;
  list-style-type: none;
  margin-bottom: 0;
}
.int-page-4.blog-page .blog-page__sidebar-list li::marker,
.int-page-4.blog-page .blog-page__sidebar-categories li::marker {
  content: none;
}
.int-page-4.blog-page .blog-page__sidebar-list li + li,
.int-page-4.blog-page .blog-page__sidebar-categories li + li {
  margin-top: 0.75rem;
}
.int-page-4.blog-page .blog-page__sidebar-list a,
.int-page-4.blog-page .blog-page__sidebar-categories a {
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 0.93rem;
  line-height: 1.5;
  transition: color 0.25s ease, transform 0.25s ease;
}
.int-page-4.blog-page .blog-page__sidebar-list a:hover,
.int-page-4.blog-page .blog-page__sidebar-categories a:hover {
  color: #3050d1;
  transform: translateX(3px);
}
.int-page-4.blog-page .blog-page__sidebar-list time,
.int-page-4.blog-page .blog-page__sidebar-categories time {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: #888;
}
.int-page-4.blog-page .blog-page__sidebar-categories li.is-active a {
  color: #1d38a2;
  font-weight: 700;
  padding-left: 8px;
  border-left: 3px solid #1d38a2;
}
.int-page-4.blog-page .blog-page__sidebar-empty {
  margin: 0;
  font-size: 0.9rem;
  color: #777;
}

.blog-wp-article__back {
  margin-bottom: 1rem;
}
.blog-wp-article__back a {
  color: #061036;
  text-decoration: none;
  font-weight: 600;
}
.blog-wp-article__back a:hover {
  text-decoration: underline;
}
.blog-wp-article__featured {
  margin: 0 0 1.5rem;
  border-radius: 10px;
  overflow: hidden;
}
.blog-wp-article__featured img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.blog-wp-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  align-items: center;
  margin-bottom: 1.25rem;
  color: #666;
  font-size: 0.92rem;
}
.blog-wp-article__meta-sep {
  color: #bbb;
}
.blog-wp-article__reading {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  color: #061036;
}
.blog-wp-article__lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.blog-wp-article__content {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 1.5rem;
  color: #333;
}
.blog-wp-article__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.blog-wp-article__content h2,
.blog-wp-article__content h3,
.blog-wp-article__content h4 {
  scroll-margin-top: 110px;
  font-family: inherit;
  text-transform: none;
  letter-spacing: normal;
}
.blog-wp-article__content h2 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.35;
  font-weight: 700;
  color: #061036;
  margin: 2.25rem 0 0.85rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(6, 16, 54, 0.25);
}
.blog-wp-article__content h2:first-child {
  margin-top: 0;
}
.blog-wp-article__content h3 {
  font-size: clamp(1.05rem, 1.6vw, 1.18rem);
  line-height: 1.4;
  font-weight: 600;
  color: #1d38a2;
  margin: 1.5rem 0 0.65rem;
}
.blog-wp-article__content h4 {
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 600;
  color: #333;
  margin: 1.15rem 0 0.5rem;
}
.blog-wp-article__content p,
.blog-wp-article__content li {
  color: #444;
  font-size: 1rem;
  line-height: 1.75;
}
.blog-wp-article__content a {
  color: #061036;
}
.blog-wp-article__content .blog-wp-accordion--toc {
  margin: 1.25rem 0;
}

.blog2-page .blog-page__grid {
  margin-top: 0.5rem;
}

.blog2-article__back {
  margin-bottom: 1rem;
}
.blog2-article__back a {
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
}
.blog2-article__back a:hover {
  color: #061036;
}
.blog2-article__meta-bar {
  display: flex;
  gap: 1rem;
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.blog2-article__cover {
  margin: 0 0 1.5rem;
  border-radius: 16px;
  overflow: hidden;
}
.blog2-article__cover img {
  width: 100%;
  height: auto;
  display: block;
}
.blog2-article__lead {
  font-size: 1.2rem;
  line-height: 1.65;
  color: #222;
  font-weight: 500;
  margin-bottom: 1.5rem;
  text-align: center;
}
.blog2-article__content {
  padding: 0 0.5rem;
}
.blog2-article__content h2,
.blog2-article__content h3 {
  scroll-margin-top: 110px;
}
.blog2-article__content h2 {
  color: #061036;
}
.blog2-article__content p,
.blog2-article__content li {
  color: #444;
  line-height: 1.8;
}
.blog2-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.blog2-article__tag {
  font-size: 0.88rem;
  color: #1d38a2;
  text-decoration: none;
  font-weight: 600;
}
.blog2-article__tag:hover {
  color: #061036;
}
.blog2-article__related {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.blog2-article__related h2 {
  font-size: 1.25rem;
  color: #061036;
  margin-bottom: 1.25rem;
  text-align: center;
}
.blog2-article__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 575px) {
  .blog2-article__related-grid {
    grid-template-columns: 1fr;
  }
}
.blog2-article__related-card {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
  text-decoration: none;
  transition: transform 0.25s ease;
}
.blog2-article__related-card:hover {
  transform: translateY(-4px);
}
.blog2-article__related-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}
.blog2-article__related-card span {
  display: block;
  padding: 0.85rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #061036;
  line-height: 1.35;
}

.text-info {
  color: #000 !important;
  font-size: 13px;
  margin: 10px 0;
  font-weight: 500;
}

.banner-full {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #061036;
  margin-top: 80px;
  overflow: hidden;
  z-index: 2;
  line-height: 0;
}
@media (max-width: 1439.98px) {
  .banner-full {
    margin-top: 92px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .banner-full {
    margin-top: 70px;
  }
}
.banner-full .shape-shadow {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, #c2c2c2 0%, rgba(194, 194, 194, 0) 100%);
  opacity: 1;
  z-index: 1;
}
.banner-full .swiper-slide.swiper-slide-active .fadeUp {
  opacity: 0;
  animation: fadeup 3.5s cubic-bezier(0.25, 0.26, 0.25, 0.94) 0.5s 1 normal forwards;
}
.banner-full .swiper-slide.swiper-slide-active .text1 {
  opacity: 0;
  animation: fadeup 3.8s cubic-bezier(0.25, 0.26, 0.25, 0.94) 0.5s 1 normal forwards;
}
.banner-full .swiper-slide.swiper-slide-active .flipIn {
  opacity: 0;
  animation: flipIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}
.banner-full .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 50px;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full .controls {
    bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-full .controls {
    width: 80%;
    bottom: 10px;
  }
}
.banner-full .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  top: 50% !important;
  transform: translateY(-50%);
}
.banner-full .swiper-pagination .swiper-pagination-bullet-custom {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.banner-full .swiper-pagination .swiper-pagination-bullet-custom::before {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-full .swiper-pagination .swiper-pagination-bullet-custom:not(:last-child) {
  margin-right: 5px;
}
.banner-full .swiper-pagination .swiper-pagination-bullet-custom svg {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.banner-full .swiper-pagination .swiper-pagination-bullet-custom--active svg {
  display: block;
}
.banner-full .swiper-pagination .swiper-pagination-bullet-custom--active svg circle {
  stroke-dasharray: 56.5563;
  stroke-dashoffset: 56.5563;
  stroke-width: 1px;
  animation: BulletProgress calc(var(--delay) * 1ms) linear forwards;
}
.banner-full .swiper-pagination .swiper-pagination-bullet-custom--active::before {
  background-color: #fff;
}
@keyframes BulletProgress {
  to {
    stroke-dashoffset: 0;
  }
}
.banner-full .swiper-pagination .swiper--pause .swiper-pagination-bullet-custom--active svg circle {
  animation: none;
}
.banner-full .swiper-buttons {
  color: #061036;
  height: 45px;
  width: 45px;
  transition: 0.3s ease;
  display: flex;
  border-radius: 50%;
  margin-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-full .swiper-buttons {
    display: flex;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .swiper-buttons {
    display: flex;
    height: 45px;
    width: 45px;
  }
}
@media (max-width: 575px) {
  .banner-full .swiper-buttons {
    display: flex;
    height: 45px;
    width: 45px;
  }
}
.banner-full .swiper-buttons.swiper-button-prev, .banner-full .swiper-buttons.swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}
.banner-full .swiper-buttons.swiper-button-prev {
  left: 15px;
}
.banner-full .swiper-buttons.swiper-button-next {
  right: 15px;
}
.banner-full .swiper-buttons i {
  font-size: 1.5rem;
  color: #1d38a2;
  transition: 0.3s ease;
}
.banner-full .swiper-buttons svg {
  width: 50px;
  height: 50px;
}
.banner-full .swiper-buttons svg path {
  stroke: #fff;
}
.banner-full .swiper-buttons::before, .banner-full .swiper-buttons::after {
  content: "";
  color: #3050d1;
  font-size: 25px;
  font-weight: 600;
  display: none;
}
.banner-full .swiper-buttons:hover {
  transform: scale(1.1) translateY(-50%);
}
.banner-full .swiper-buttons:hover i {
  transform: scale(1.05);
}
.banner-full .swiper-buttons:hover::before, .banner-full .swiper-buttons:hover::after {
  color: #3050d1;
}
.banner-full .banner-main {
  position: relative !important;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.banner-full .banner-main .swiper-slide-shadow,
.banner-full .banner-main .swiper-slide-shadow-creative,
.banner-full .banner-main .swiper-slide-shadow-left,
.banner-full .banner-main .swiper-slide-shadow-right {
  display: none !important;
  opacity: 0 !important;
}
@media only screen and (min-width: 1441px) {
  .banner-full .banner-main {
    height: 700px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .banner-full .banner-main {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-full .banner-main {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full .banner-main {
    height: 940px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .banner-main {
    height: 720px;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-main {
    height: 540px;
  }
}
.banner-full .banner-main .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0;
}
.banner-full .banner-main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.banner-full .banner-main .content-area {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}
.banner-full .banner-main .content-area .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.banner-full .banner-main .content-area .bg .image-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.5);
  animation: loopScale 8s ease-in 0s infinite alternate forwards;
}
.banner-full .banner-main .content-area .bg .shape {
  position: absolute;
  width: 100%;
  height: 90%;
  left: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.banner-full .banner-main .content-area .bg .shape img {
  width: 115%;
  height: 100%;
  object-position: left bottom;
  margin-left: -30px;
  opacity: 1;
}
.banner-full .banner-main .content-area .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-full .banner-main .content-area .content {
    width: 100%;
    height: 90%;
    padding: 0px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full .banner-main .content-area .content {
    width: 100%;
    height: 100%;
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .banner-main .content-area .content {
    width: 100%;
    height: 100%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-main .content-area .content {
    width: 100%;
    height: 90100%;
    padding: 10px;
  }
}
.banner-full .banner-main .content-area .content .text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-align: left;
  margin: 5px 0;
  width: 48vw;
  margin-left: 5vw;
}
.banner-full .banner-main .content-area .content .text.margin-none {
  margin-left: 0 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-full .banner-main .content-area .content .text {
    width: 45vw;
    margin-left: 2vw;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full .banner-main .content-area .content .text {
    width: 90vw;
    top: -240px;
    margin-left: 5vw;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .banner-main .content-area .content .text {
    width: 80vw;
    top: -190px;
    margin-left: 8vw;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-main .content-area .content .text {
    width: 98vw;
    top: -100px;
    margin-left: 2vw;
    padding: 0px;
  }
}
.banner-full .banner-main .content-area .content .text h1,
.banner-full .banner-main .content-area .content .text h2,
.banner-full .banner-main .content-area .content .text span {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  color: #fff;
  font-size: 2.8rem;
  line-height: 3rem;
  font-family: "Cormorant Garamond", sans-serif;
  text-shadow: 2px 2px 50px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-full .banner-main .content-area .content .text h1,
  .banner-full .banner-main .content-area .content .text h2,
  .banner-full .banner-main .content-area .content .text span {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full .banner-main .content-area .content .text h1,
  .banner-full .banner-main .content-area .content .text h2,
  .banner-full .banner-main .content-area .content .text span {
    font-size: 2.4rem;
    line-height: 2.5rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .banner-main .content-area .content .text h1,
  .banner-full .banner-main .content-area .content .text h2,
  .banner-full .banner-main .content-area .content .text span {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-main .content-area .content .text h1,
  .banner-full .banner-main .content-area .content .text h2,
  .banner-full .banner-main .content-area .content .text span {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 10px;
  }
}
.banner-full .banner-main .content-area .content .text h1 b,
.banner-full .banner-main .content-area .content .text h2 b,
.banner-full .banner-main .content-area .content .text span b {
  font-weight: 700;
  color: #061036;
}
.banner-full .banner-main .content-area .content .text p {
  font-size: 1rem;
  font-weight: 1rem;
  font-weight: 300;
  color: #fff;
  margin: 15px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-full .banner-main .content-area .content .text p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full .banner-main .content-area .content .text p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .banner-main .content-area .content .text p {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-main .content-area .content .text p {
    font-size: 0.8rem;
    line-height: 1.1rem;
    margin-top: 5px;
  }
}
.banner-full .banner-main .content-area .content .text .text2 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-full .banner-main .content-area .content .text .text2 {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-full .banner-main .content-area .content .text .text2 {
    font-size: 0.8rem;
    line-height: 1.1rem;
    margin-bottom: 10px;
  }
}
.banner-full .banner-main .content-area .content .text .btn-one,
.banner-full .banner-main .content-area .content .text .btn-cta-primary {
  margin-top: 0px;
  padding: 10px 30px;
  font-size: 0.9rem;
  line-height: normal;
  font-weight: 500;
  margin-bottom: -3px;
  color: #fff !important;
}
.banner-full .banner-main .content-area .content .text .btn-one span,
.banner-full .banner-main .content-area .content .text .btn-cta-primary span {
  font-size: 1.2rem;
  line-height: normal;
  font-weight: 600;
  margin-bottom: -3px;
  color: #fff !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-full .banner-main .content-area .content .text .btn-one span,
  .banner-full .banner-main .content-area .content .text .btn-cta-primary span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-full .banner-main .content-area .content .text .btn-one,
  .banner-full .banner-main .content-area .content .text .btn-cta-primary {
    width: fit-content;
    min-width: auto !important;
    padding: 8px 24px;
    font-size: 11px;
  }
}
.banner-full .banner-main .content-area .content .text .btn-one i,
.banner-full .banner-main .content-area .content .text .btn-cta-primary i {
  width: 45px;
  height: 45px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-full .banner-main .content-area .content .text .btn-one i,
  .banner-full .banner-main .content-area .content .text .btn-cta-primary i {
    width: 35px;
    height: 35px;
  }
}
.banner-full .banner-main .content-area .content .text .btn-one:hover,
.banner-full .banner-main .content-area .content .text .btn-cta-primary:hover {
  color: #fff !important;
}
.banner-full .banner-main .content-area .content .image-banner {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  border: 4px solid rgba(249, 249, 249, 0.6);
  box-shadow: 8px 8px 45px -5px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-full .banner-main .content-area .content .image-banner {
    width: 100%;
    height: 360px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full .banner-main .content-area .content .image-banner {
    width: 100%;
    height: 330px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .banner-main .content-area .content .image-banner {
    width: 95%;
    height: 260px;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-main .content-area .content .image-banner {
    margin: 30px 10px;
    width: 90%;
    height: 240px;
  }
}
.banner-full .banner-main .content-area .content .image-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fff;
}
.banner-full .banner-main .content-area .content .image-banner img.obj-contain {
  object-fit: contain;
}
.banner-full .banner-thumb {
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-full .banner-thumb {
    display: none;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-thumb {
    display: none;
  }
}
.banner-full .banner-thumb .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.banner-full .banner-thumb .img-thumb {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s ease;
  box-shadow: 0 3px 20px -5px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-full .banner-thumb .img-thumb {
    width: 50px !important;
    height: 50px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-full .banner-thumb .img-thumb {
    width: 50px !important;
    height: 50px !important;
  }
}
@media (max-width: 575px) {
  .banner-full .banner-thumb .img-thumb {
    width: 50px !important;
    height: 50px !important;
  }
}
.banner-full .banner-thumb .img-thumb.swiper-slide-thumb-active {
  transform: scale(1.4);
  opacity: 1;
  border: 2px solid #1d38a2;
  box-shadow: 0 3px 25px -5px rgba(0, 0, 0, 0.6);
}
.banner-full .banner-thumb .img-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-strip {
  position: relative;
  width: 100%;
  background: #061036;
  padding: 18px 0;
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-strip {
    padding: 16px 0;
  }
}
.banner-strip__text {
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-strip__text {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-strip__text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.section-about {
  overflow: hidden;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.section-about .bg-element {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-about .bg-element video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.8);
}
.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 #c2c2c2;
}
.section-about.bg-dark1 .about-thumbnail .thumbnail::after, .section-about.bg-dark2 .about-thumbnail .thumbnail::after {
  background: #c2c2c2;
}
.section-about.bg-dark1 .box-text-destaque p, .section-about.bg-dark2 .box-text-destaque p {
  color: #fff !important;
}
.section-about.bg-dark1 .box-text-destaque p b, .section-about.bg-dark2 .box-text-destaque p b {
  color: #dc1a1a !important;
}
.section-about .about-content {
  padding: 0 10px;
}
.section-about .about-content.white p {
  color: #fff !important;
}
.section-about .about-content p {
  text-align: justify;
  font-weight: 300;
  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: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 8px 0;
}
.section-about .about-content .text-content .box-text-destaque p {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  color: #000;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-about .about-content .text-content .box-text-destaque p {
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-about .about-content .text-content .box-text-destaque p {
    font-size: 20px;
    line-height: 24px;
  }
}
.section-about .about-content .text-content .box-text-destaque p b {
  color: #061036;
  font-weight: 600;
}
.section-about .section-about__visual {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 500px;
}
@media only screen and (min-width: 1441px), only screen and (min-width: 1200px) and (max-width: 1440px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-about .section-about__visual {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-about .section-about__visual {
    margin-top: 30px;
  }
}
.section-about .section-about__frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
  background: #f5f5f5;
  box-shadow: 14px 14px 0 rgba(194, 194, 194, 0.8);
}
.section-about .section-about__frame::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  z-index: 1;
  border-radius: 1px;
  pointer-events: none;
}
.section-about .section-about__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-mvv {
  margin-top: 72px;
  padding: 64px 0 8px;
  border-top: 1px solid rgba(6, 16, 54, 0.08);
}
.section-mvv__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-mvv__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.section-mvv__card {
  padding: 36px 32px 40px;
  background: #fff;
  border: 1px solid rgba(6, 16, 54, 0.2);
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.section-mvv__card:hover {
  border-color: rgba(48, 80, 209, 0.25);
  box-shadow: 0 12px 32px rgba(6, 16, 54, 0.06);
}
.section-mvv__index {
  display: block;
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: #3050d1;
}
.section-mvv__title {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  color: #061036;
}
.section-mvv__accent {
  display: block;
  width: 36px;
  height: 2px;
  margin-bottom: 20px;
  background: #3050d1;
}
.section-mvv__text {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(6, 16, 54, 0.72);
}
.section-mvv__values {
  margin-top: 24px;
  padding: 40px 32px 12px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-mvv__values {
    padding: 32px 24px 8px;
  }
}
.section-mvv__values-head {
  margin-bottom: 32px;
}
.section-mvv__values-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-mvv__values-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-mvv__values-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.section-mvv__value-item {
  position: relative;
  padding-left: 18px;
}
.section-mvv__value-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 2px;
  height: calc(100% - 8px);
  min-height: 32px;
  background: linear-gradient(180deg, #3050d1 0%, rgba(48, 80, 209, 0.2) 100%);
}
.section-mvv__value-item p {
  margin: 8px 0 0;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(6, 16, 54, 0.68);
}
.section-mvv__value-name {
  display: block;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: #061036;
}

.section-cta {
  position: relative;
  padding: 70px 0;
  background-image: url("../img/gallery/about1.webp");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.section-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(164, 164, 164, 0.5);
  mix-blend-mode: normal;
  z-index: -1;
}
.section-cta__inner {
  padding: 2.5rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, #061036 0%, rgb(1.92, 5.12, 17.28) 55%, #061036 100%);
  z-index: 5;
}
.section-cta__label {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f5f5f5;
  font-family: "Cormorant Garamond", sans-serif;
}
.section-cta__title {
  margin: 0 0 1rem;
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
  font-family: "Cormorant Garamond", sans-serif;
}
.section-cta__title b {
  font-weight: 600;
  color: #061036;
}
.section-cta__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  max-width: 540px;
}
.section-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.section-cta__btn {
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
  padding: 14px 24px;
  font-size: 1rem;
}
.section-cta__btn i {
  margin-right: 0;
  font-size: 1.15rem;
}
.section-cta__btn--primary {
  background: #c2c2c2;
  color: #000;
}
.section-cta__btn--primary::after, .section-cta__btn--primary::before {
  background: none;
}
.section-cta__btn--primary:hover {
  background: #fff;
  color: #000;
}
.section-cta__btn--secondary {
  border-color: rgba(255, 255, 255, 0.55) !important;
  color: #fff !important;
  background: transparent !important;
}
.section-cta__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: #fff !important;
  color: #fff !important;
}
.section-cta__contact {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.section-cta__contact li {
  font-size: 0.9rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
}
.section-cta__contact li a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s ease;
}
.section-cta__contact li a:hover {
  color: #f5f5f5;
}
.section-cta__contact li span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.section-cta__contact li i {
  width: 18px;
  text-align: center;
  color: #c2c2c2;
}
@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-cta {
    padding: 55px 0;
  }
  .section-cta__inner {
    padding: 1.75rem 1.25rem;
  }
  .section-cta__text {
    max-width: 100%;
  }
}

.section-vantagens {
  background: rgba(255, 255, 255, 0.1);
}
.section-vantagens #image-center {
  display: flex;
  align-items: end;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.section-vantagens #image-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.section-vantagens .box-epec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.section-vantagens .box-epec .espec-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 25px 10px;
  width: 100%;
  min-height: 110px;
  margin: 10px 0;
  cursor: pointer;
  border-bottom: 2px solid rgba(29, 56, 162, 0.1);
}
.section-vantagens .box-epec .espec-card.reverse {
  flex-direction: row-reverse;
}
.section-vantagens .box-epec .espec-card .icon {
  position: relative;
  background: rgba(6, 16, 54, 0.9);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
}
.section-vantagens .box-epec .espec-card .icon i {
  font-size: 40px;
  color: #c2c2c2;
}
.section-vantagens .box-epec .espec-card .icon::after {
  position: absolute;
  content: "";
  background: #1d38a2;
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 25px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}
.section-vantagens .box-epec .espec-card .text {
  width: calc(100% - 75px);
}
.section-vantagens .box-epec .espec-card .text h2,
.section-vantagens .box-epec .espec-card .text h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1d38a2;
}
.section-vantagens .box-epec .espec-card .text p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.section-vantagens .box-epec .espec-card:hover .icon {
  background: #1d38a2;
}
.section-vantagens .box-epec .espec-card:hover .icon i {
  color: #fff;
}
.section-vantagens .box-epec .espec-card:hover .icon::after {
  height: 100%;
}

.section-atuacao {
  position: relative;
  z-index: 1;
}
.section-atuacao .service-card2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  margin: 10px 0;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s ease-in-out;
  border: 1px solid #eee;
  min-height: 190px;
}
.section-atuacao .service-card2:hover {
  transform: scale(1.02);
}
.section-atuacao .service-card2:hover.bg1 {
  box-shadow: 0 0 20px 0 rgba(48, 80, 209, 0.6);
}
.section-atuacao .service-card2:hover.bg2 {
  box-shadow: 0 0 20px 0 rgba(48, 80, 209, 0.6);
}
.section-atuacao .service-card2.bg1 {
  background: rgba(29, 56, 162, 0.6);
  transition: 0.3s ease-in-out;
}
.section-atuacao .service-card2.bg2 {
  background: #1d38a2;
  transition: 0.3s ease-in-out;
}
.section-atuacao .service-card2 .box-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 5px 10px;
}
.section-atuacao .service-card2 .box-title .icon {
  width: 60px;
  height: 60px;
}
.section-atuacao .service-card2 .box-title .icon img {
  width: 60px;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}
.section-atuacao .service-card2 .box-title h2,
.section-atuacao .service-card2 .box-title h3,
.section-atuacao .service-card2 .box-title .title {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.section-atuacao .service-card2 .text p {
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 20px 0;
  color: #eee;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.section-atuacao .service-card2 a,
.section-atuacao .service-card2 .link {
  font-size: 0.9rem;
  width: fit-content;
  margin: 10px 0;
  padding: 8px 20px;
  border-radius: 100px;
  color: #000;
  background: rgba(248, 248, 248, 0.8);
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}
.section-atuacao .service-card2 a i,
.section-atuacao .service-card2 .link i {
  font-size: 0.9rem;
  color: #061036;
  transition: 0.3s ease;
}
.section-atuacao .service-card2 a:hover,
.section-atuacao .service-card2 .link:hover {
  transform: scale(1.03);
}
.section-atuacao .service-card2 a:hover i,
.section-atuacao .service-card2 .link:hover i {
  margin-left: 5px;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 55px;
  width: 55px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 55px;
  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;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  font-size: 20px;
  color: #a81818;
  font-weight: 600;
}

.section-highlights {
  position: relative;
  padding: 55px 0;
  background: #f5f5f5;
  z-index: 1;
}
.section-highlights__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-highlights__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-highlights__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-highlights__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-highlights__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 28px 24px;
  border: 1px solid rgba(212, 212, 212, 0.5);
  border-radius: 1px;
  background: white;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.section-highlights__card:hover {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(48, 80, 209, 0.4);
  transform: translateY(-3px);
}
.section-highlights__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  background: rgba(48, 80, 209, 0.15);
  color: #061036;
  font-size: 1.15rem;
  flex-shrink: 0;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.section-highlights__card:hover .section-highlights__icon {
  background: #061036;
  color: #fff;
}
.section-highlights__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Cormorant Garamond", sans-serif;
  line-height: 1.35;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.section-highlights__text {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.72);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-highlights__grid {
    gap: 16px;
  }
  .section-highlights__card {
    grid-column: span 2;
    padding: 24px 20px;
  }
  .section-highlights__card:nth-child(4) {
    grid-column: 2/4;
  }
  .section-highlights__card:nth-child(5) {
    grid-column: 4/6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-highlights__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-highlights {
    padding: 45px 0;
  }
  .section-highlights__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .section-highlights__card {
    padding: 22px 20px;
  }
}

.section-products {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 70px 0;
  z-index: 1;
}
.section-products::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(6, 16, 54, 0.08);
}
.section-products__header {
  position: relative;
  z-index: 2;
}
.section-products__title-area {
  margin-bottom: 14px;
}
.section-products__title-area .subtitle {
  margin-left: 0;
}
.section-products__desc {
  margin: 0;
  max-width: 620px;
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(23, 23, 23, 0.72);
}
.section-products__action {
  margin-top: 24px;
}
.section-products__featured {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-products__featured {
    justify-content: flex-end;
  }
}
.section-products__featured-frame {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid rgba(6, 16, 54, 0.05);
  border-radius: 2px;
  overflow: hidden;
}
.section-products__featured-frame img {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.section-products__slider {
  position: relative;
  z-index: 2;
  margin-top: 42px;
}
.section-products__swiper {
  overflow: hidden;
  padding: 8px 4px 12px;
}
.section-products__swiper .swiper-slide {
  height: auto;
}
.section-products__controls {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
.section-products__controls-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(6, 16, 54, 0.08);
  box-shadow: 0 6px 20px rgba(6, 16, 54, 0.06);
}
.section-products__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #061036;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.section-products__nav:hover {
  background: #3050d1;
  transform: scale(1.05);
}
.section-products__nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.section-products__nav i {
  font-size: 0.8rem;
}
.section-products__pagination {
  position: static !important;
  inset: auto !important;
  bottom: auto !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  width: auto !important;
  height: auto !important;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  color: rgba(6, 16, 54, 0.45);
  white-space: nowrap;
}
.section-products__pagination.swiper-pagination-fraction {
  width: auto !important;
  bottom: auto !important;
  left: auto !important;
}
.section-products__pagination .swiper-pagination-current {
  color: #061036;
  font-weight: 600;
}
.section-products__pagination .swiper-pagination-total {
  color: rgba(6, 16, 54, 0.45);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-products {
    padding: 50px 0;
  }
  .section-products__action {
    margin-top: 20px;
  }
  .section-products__featured-frame {
    max-width: 100%;
    aspect-ratio: 16/11;
  }
  .section-products__slider {
    margin-top: 32px;
  }
  .section-products__image {
    height: 195px;
  }
  .section-products__body {
    padding: 18px 18px 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) {
  .sections-diferenciais {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sections-diferenciais .box-cards-grid {
  margin-top: 1.5rem;
}
.sections-diferenciais .diferencial-card,
.sections-diferenciais .diferencial-cta {
  height: 100%;
  min-height: 170px;
  border-radius: 2px;
}
.sections-diferenciais .diferencial-card {
  background: #fff;
  border: 1px solid rgba(29, 56, 162, 0.12);
  padding: 1.25rem 1.25rem 1.15rem;
  box-shadow: 0 12px 30px rgba(27, 27, 27, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.sections-diferenciais .diferencial-card:hover {
  transform: translateY(-2px);
  border-color: rgba(48, 80, 209, 0.25);
  box-shadow: 0 18px 40px rgba(27, 27, 27, 0.12);
}
.sections-diferenciais .diferencial-card__icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #3050d1;
  font-size: 24px;
}
.sections-diferenciais .diferencial-card__title {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Cormorant Garamond", sans-serif;
  line-height: 1.25;
  color: #000;
}
.sections-diferenciais .diferencial-card__desc {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.85);
}
.sections-diferenciais .diferencial-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  text-align: center;
  text-decoration: none;
  color: #3050d1;
  background: #1d38a2;
  box-shadow: 0 18px 45px rgba(29, 56, 162, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.sections-diferenciais .diferencial-cta:hover {
  transform: translateY(-2px);
  filter: saturate(1.05) brightness(1.02);
  box-shadow: 0 22px 55px rgba(29, 56, 162, 0.35);
}
.sections-diferenciais .diferencial-cta__text {
  font-size: 2.2rem;
  line-height: 1;
  text-align: left;
  font-weight: 700;
  font-family: "Cormorant Garamond", sans-serif;
  color: #fff;
  letter-spacing: 0.2px;
}
.sections-diferenciais .box-image {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  object-position: center;
  border-radius: 2px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sections-diferenciais .box-image {
    margin-top: 30px;
  }
}
.sections-diferenciais .box-image img {
  width: 105%;
  height: 105%;
  object-fit: cover;
  object-position: center;
}

.section-services {
  position: relative;
  padding: 80px 0;
  z-index: 1;
  overflow: hidden;
}
.section-services__visual {
  position: relative;
  width: 100%;
  height: 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) {
  .section-services__visual {
    max-height: 380px;
    margin-bottom: 10px;
  }
}
.section-services__frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 360px;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: -14px 14px 0 rgba(6, 16, 54, 0.85);
}
@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-services__frame {
    min-height: 280px;
    box-shadow: 10px 10px 0 rgba(6, 16, 54, 0.85);
  }
}
.section-services__frame::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(48, 80, 209, 0.15);
  z-index: 1;
  pointer-events: none;
}
.section-services__frame img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-services__frame img {
    min-height: 280px;
  }
}
.section-services__content {
  padding: 0 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-services__content {
    padding-left: 20px;
  }
}
.section-services__text {
  margin-bottom: 28px;
}
.section-services__text p {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(194, 194, 194, 0.9);
  margin-bottom: 16px;
}
.section-services__text p:last-child {
  margin-bottom: 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) {
  .section-services {
    padding: 60px 0;
  }
  .section-services__content {
    padding: 0;
  }
}

.section-cta02 {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
  z-index: 1;
}
.section-cta02 .title-area2 span,
.section-cta02 .title-area2 .subtitle {
  color: #000;
}
.section-cta02 .title-area2 span::before,
.section-cta02 .title-area2 .subtitle::before {
  background: #061036;
  filter: none;
}
.section-cta02 .title-area2 h2,
.section-cta02 .title-area2 h3,
.section-cta02 .title-area2 .title {
  font-size: 2rem;
  line-height: 2.2rem;
}
.section-cta02 .title-area2 h2 b,
.section-cta02 .title-area2 h3 b,
.section-cta02 .title-area2 .title b {
  color: #061036;
}
.section-cta02 .title-area2.white span,
.section-cta02 .title-area2.white .subtitle {
  color: #fff;
}
.section-cta02 .title-area2.white span::before,
.section-cta02 .title-area2.white .subtitle::before {
  background: #f5f5f5;
  filter: none;
}
.section-cta02__form-head {
  margin-bottom: 28px;
}
.section-cta02__label {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #061036;
}
.section-cta02__title {
  margin: 0 0 1rem;
  font-size: clamp(1.65rem, 3.2vw, 2.15rem);
  font-weight: 400;
  line-height: 1.25;
  color: #1d38a2;
}
.section-cta02__title b {
  font-weight: 600;
  color: #3050d1;
}
.section-cta02__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(194, 194, 194, 0.85);
  max-width: 620px;
}
.section-cta02__form-box {
  padding: 28px;
  border: 1px solid rgba(48, 80, 209, 0.1);
  border-radius: 8px;
  background: #f5f5f5;
}
.section-cta02__form-box .form-contact {
  box-shadow: none !important;
}
.section-cta02__form-box .form-contact .form-control {
  background: #fff;
  border-color: rgba(48, 80, 209, 0.15);
}
.section-cta02__form-box .form-contact .form-control:focus {
  border-color: #061036;
}
.section-cta02__form-box .form-contact textarea.form-control {
  border-radius: 8px;
}
.section-cta02__form-box .form-contact .form-group.text-center .d-flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}
.section-cta02__form-box .form-contact .btn-main {
  min-width: 180px;
}
.section-cta02__panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
  padding: clamp(24px, 3vw, 32px);
  border-radius: 2px;
  background: #061036;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.section-cta02__panel-inner {
  flex: 1;
}
.section-cta02__panel-head {
  margin-bottom: 24px;
}
.section-cta02__panel-head .title {
  font-size: 1.5rem;
  line-height: 1.35;
}
.section-cta02__panel-head p {
  margin-top: 12px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}
.section-cta02__contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-cta02__contact-item a,
.section-cta02__contact-item .section-cta02__contact-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.section-cta02__contact-item a {
  color: #fff;
}
.section-cta02__contact-item a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(48, 80, 209, 0.35);
}
.section-cta02__contact-item a:hover .section-cta02__contact-icon {
  background: rgba(48, 80, 209, 0.2);
  color: #3050d1;
}
.section-cta02__contact-item--static .section-cta02__contact-row {
  color: rgba(255, 255, 255, 0.9);
}
.section-cta02__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #3050d1;
  font-size: 0.95rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.section-cta02__contact-body {
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  word-break: break-word;
}
.section-cta02__contact-body small {
  display: block;
  margin-bottom: 4px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.section-cta02__whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  border-radius: 8px;
  background: #3050d1;
  color: #c2c2c2;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.section-cta02__whatsapp i {
  font-size: 1.15rem;
}
.section-cta02__whatsapp:hover {
  background: #1d38a2;
  color: #c2c2c2;
}
@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-cta02 {
    padding: 60px 0;
  }
  .section-cta02__form-box {
    padding: 22px 18px;
  }
  .section-cta02__panel {
    padding: 24px 20px;
  }
  .section-cta02__text {
    max-width: 100%;
  }
}

.testimonial1-section-area {
  position: relative;
  z-index: 1;
  background-color: #f6f7f9;
  padding: 100px 0;
}
.testimonial1-section-area::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/banners/bg-feedbacks.webp);
  background-position: center;
  background-size: 1500px;
  background-repeat: repeat-x;
  filter: invert(0);
  opacity: 0.9;
}
.testimonial1-section-area .testimonial-vertical-slider {
  padding: 0 0 0 50px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial1-section-area .testimonial-vertical-slider {
    padding: 0;
    margin-top: 30px;
  }
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials .testimonial-item .testimonial3-slider-content-area .testimonial3-author-area {
  position: relative;
  z-index: 1;
  padding: 40px;
  border-radius: 8px;
  background: #1d38a2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials .testimonial-item .testimonial3-slider-content-area .testimonial3-author-area .quito1 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 50px;
  color: #f8f8f8;
  opacity: 0.1;
  pointer-events: none;
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials .testimonial-item .testimonial3-slider-content-area .testimonial3-author-area ul {
  margin-bottom: 24px;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 5px;
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials .testimonial-item .testimonial3-slider-content-area .testimonial3-author-area ul li i {
  font-size: 14px;
  color: #ff5e14;
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials .testimonial-item .testimonial3-slider-content-area .testimonial3-author-area p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #f8f8f8;
  opacity: 0.9;
  font-style: italic;
}
@media (max-width: 575px) {
  .testimonial1-section-area .testimonial-vertical-slider .slider-testimonials .testimonial-item .testimonial3-slider-content-area .testimonial3-author-area p {
    font-size: 18px;
  }
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials .testimonial-item .testimonial1-man-info-area {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials .testimonial-item .testimonial1-man-info-area .mans-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #3050d1;
  flex-shrink: 0;
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials .testimonial-item .testimonial1-man-info-area .mans-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials .testimonial-item .testimonial1-man-info-area .man-text {
  padding-left: 20px;
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials .testimonial-item .testimonial1-man-info-area .man-text span {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #000;
  display: inline-block;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 5px;
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials .testimonial-item .testimonial1-man-info-area .man-text p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000;
  opacity: 0.6;
  line-height: 1.2;
  margin: 0;
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials-thumbs {
  height: 450px;
  padding: 15px 0;
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.4s;
  display: flex;
  justify-content: center;
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  position: relative;
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials-thumbs .testimonial1-sliders-img {
  position: relative;
  z-index: 1;
  height: 60px;
  width: 60px;
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials-thumbs .testimonial1-sliders-img::after {
  position: absolute;
  content: "";
  height: 70px;
  width: 70px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #3050d1;
  z-index: -1;
}
.testimonial1-section-area .testimonial-vertical-slider .slider-testimonials-thumbs .testimonial1-sliders-img img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}

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

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

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

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

.boxExpand {
  margin: 10px 0;
  padding: 10px 0;
}
.boxExpand #contentExpand {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
}
.boxExpand #contentExpand.expanded {
  max-height: 8000px;
}
.boxExpand #contentExpand.expanded::before {
  display: none;
}
.boxExpand #contentExpand::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 2;
  background: linear-gradient(to top, #fff 30%, rgba(0, 0, 0, 0) 100%);
}
.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;
}
.boxExpand .btn-expand i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3050d1;
  bottom: 0px;
  font-size: 40px;
  transition: 0.3s ease;
}

.int-page-5 h2,
.int-page-5 .titles1 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin: 15px 0;
  color: #000 !important;
  font-family: "Cormorant Garamond", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-5 h2,
  .int-page-5 .titles1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .int-page-5 h2,
  .int-page-5 .titles1 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.int-page-5 h3,
.int-page-5 h4,
.int-page-5 .titles2 {
  color: #000 !important;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 800;
  font-family: "Cormorant Garamond", sans-serif;
  margin: 15px 0;
}
.int-page-5 p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  text-align: left;
  color: #000;
}
.int-page-5 ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.int-page-5 ul li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  color: #1d38a2;
  font-size: 1.2rem;
  font-weight: bold;
}
.int-page-5 .box-img {
  margin: 20px 0;
  height: 400px;
}
.int-page-5 .box-img .prodintSwiper {
  width: 100%;
  height: 100%;
}
.int-page-5 .box-img .prodintSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.int-page-5 .box-img .prodintSwiper .swiper-pagination {
  bottom: 15px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.int-page-5 .box-img .prodintSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  margin: 0 4px;
  border: 2px solid transparent;
  position: relative;
}
.int-page-5 .box-img .prodintSwiper .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.int-page-5 .box-img .prodintSwiper .swiper-pagination .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.1);
}
.int-page-5 .box-img .prodintSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  border-color: #fff;
  transform: scale(1.2);
}
.int-page-5 .box-img .prodintSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #3050d1;
  width: 8px;
  height: 8px;
}
.int-page-5 .service-details-card {
  padding: 20px;
  box-shadow: 0px 8px 30px rgba(106, 106, 106, 0.1019607843);
  display: flex;
  align-items: start;
  border-left: 5px solid #3050d1;
  margin: 20px 0;
}
.int-page-5 .service-details-card .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #f2f2f2;
  font-size: 35px;
  color: #3050d1;
}
.int-page-5 .service-details-card .details {
  margin-left: 20px;
}
.int-page-5 .service-details-card .details h2,
.int-page-5 .service-details-card .details h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
}
.int-page-5 .service-details-card .details p {
  font-size: 16px;
  color: #000;
}
.int-page-5 .img-text {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  border-radius: 3px;
}
.int-page-5 .img-text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #0f0f0f 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
.int-page-5 .img-text .content-padding {
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 30px;
  z-index: 1;
}
.int-page-5 .img-text .content-padding h2,
.int-page-5 .img-text .content-padding h3 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #f5f5f5 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-5 .img-text .content-padding h2,
  .int-page-5 .img-text .content-padding h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .int-page-5 .img-text .content-padding h2,
  .int-page-5 .img-text .content-padding h3 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.int-page-5 .img-text .content-padding p {
  font-weight: 300;
  line-height: 1.6;
  color: #eee !important;
}
.int-page-5 .swiper-button-prev,
.int-page-5 .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-5 .swiper-button-prev::after,
.int-page-5 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}
.int-page-5 .sidebar02 .box-categoria {
  padding: 15px 20px;
  margin-bottom: 8px;
  border-radius: 5px;
  background: #061036;
}
.int-page-5 .sidebar02 .box-categoria .cat-title {
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0;
  margin-bottom: 25px;
  color: #fff !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-5 .sidebar02 .box-categoria .cat-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .int-page-5 .sidebar02 .box-categoria .cat-title {
    font-size: 24px;
  }
}
.int-page-5 .sidebar02 .box-categoria ul {
  margin-bottom: 10px;
}
.int-page-5 .sidebar02 .box-categoria ul li {
  padding-left: 0 !important;
  list-style: none !important;
  background: #f5f5f5;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  border-radius: 3px;
  overflow: hidden;
  transition: 0.3s ease;
}
.int-page-5 .sidebar02 .box-categoria ul li::before, .int-page-5 .sidebar02 .box-categoria ul li::after, .int-page-5 .sidebar02 .box-categoria ul li::marker {
  display: none !important;
}
.int-page-5 .sidebar02 .box-categoria ul li a {
  padding: 10px 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: #000;
}
.int-page-5 .sidebar02 .box-categoria ul li:hover, .int-page-5 .sidebar02 .box-categoria ul li.active {
  transform: scale(1.03);
  background: #3050d1;
}
.int-page-5 .sidebar02 .box-categoria ul li:hover a, .int-page-5 .sidebar02 .box-categoria ul li.active a {
  color: #fff;
}
.int-page-5 .sidebar02 .sidebar-cta {
  position: relative;
  padding: 20px 30px;
  margin: 20px 0;
  margin-top: 0;
  height: 350px;
  border-radius: 5px;
  overflow: hidden;
}
.int-page-5 .sidebar02 .sidebar-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #061036;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 1;
}
.int-page-5 .sidebar02 .sidebar-cta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.int-page-5 .sidebar02 .sidebar-cta .content-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  z-index: 2;
}
.int-page-5 .sidebar02 .sidebar-cta .content-inner i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #3050d1;
  border-radius: 50%;
  color: #f5f5f5;
  font-size: 25px;
}
.int-page-5 .sidebar02 .sidebar-cta .content-inner h2 {
  color: #fff !important;
  font-size: 24px !important;
  margin: 15px 0 10px;
  text-align: center;
}
.int-page-5 .sidebar02 .sidebar-cta .content-inner h3 {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 20px;
  text-align: center;
}
.int-page-5 .sidebar02 .sidebar-cta .content-inner a {
  padding: 12px 30px;
  background: #f5f5f5 !important;
  color: #3050d1 !important;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s ease;
  border-radius: 3px;
}
.int-page-5 .sidebar02 .sidebar-cta .content-inner a:hover {
  transform: scale(1.02);
  background: #f5f5f5 !important;
  color: #061036 !important;
}
.int-page-5 .style-img01 {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border: 1px solid #3050d1;
  text-align: center;
  padding: 10px 10px;
  border-radius: 5px;
  height: 420px;
  width: 95%;
}
.int-page-5 .style-img01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  width: 60px;
  height: 70%;
  background: #3050d1;
  background: linear-gradient(180deg, #3050d1 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.int-page-5 .style-img01 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2%;
  width: 110%;
  height: 95%;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}
.int-page-5 .bg-sec {
  background: #dce0e9;
  position: relative;
  z-index: 1;
}
.int-page-5 .bg-sec::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/banners/texture.png");
  background-size: 700px;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.1;
  z-index: -1;
}
.int-page-5 .bg-sec #contentExpand::before {
  background: linear-gradient(to top, #dce0e9 20%, rgba(0, 0, 0, 0) 100%) !important;
}
.int-page-5 .form-contact {
  background: #fff;
  padding: 30px 20px !important;
  border-radius: 25px !important;
  box-shadow: 0 8px 30px rgba(106, 106, 106, 0.1019607843);
  margin: 20px 0;
}

.int-page-5 .faq-accordion {
  margin: 20px 0;
  height: 100% !important;
}
.int-page-5 .faq-accordion .faq-item {
  margin-bottom: 10px;
}
.int-page-5 .faq-accordion .faq-item.active .faq-question span,
.int-page-5 .faq-accordion .faq-item.active .faq-question .faq-question-title {
  color: #fff !important;
}
.int-page-5 .faq-accordion .faq-item .faq-question {
  padding: 15px 20px;
}

.int-page-6 h2,
.int-page-6 .titles1 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin: 15px 0;
  color: #000 !important;
  font-family: "Cormorant Garamond", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .int-page-6 h2,
  .int-page-6 .titles1 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .int-page-6 h2,
  .int-page-6 .titles1 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.int-page-6 h3,
.int-page-6 h4,
.int-page-6 .titles2 {
  color: #000 !important;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 800;
  font-family: "Cormorant Garamond", sans-serif;
  margin: 15px 0;
}
.int-page-6 p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  text-align: left;
  color: #000;
}
.int-page-6 .prod-tabs {
  margin-top: 2rem;
  border-radius: 5px;
}
.int-page-6 .prod-tabs__nav {
  border-bottom: 1px solid rgba(29, 56, 162, 0.8);
  gap: 0;
}
.int-page-6 .prod-tabs .nav-item {
  list-style: none !important;
  margin-bottom: 0;
}
.int-page-6 .prod-tabs__link {
  border: none;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  font-size: 18px;
  color: #1a1a1a;
  font-family: "Cormorant Garamond", sans-serif;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.int-page-6 .prod-tabs__link:hover {
  color: #fff;
  background-color: #3050d1;
}
.int-page-6 .prod-tabs__link.active {
  color: #fff !important;
  border-bottom-color: #1d38a2 !important;
  background-color: rgba(29, 56, 162, 0.9) !important;
}
.int-page-6 .prod-tabs__content {
  padding: 15px;
  background: rgba(23, 23, 23, 0.02);
  border-radius: 0;
  box-shadow: none;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(48, 80, 209, 0.08);
}
.int-page-6 .prod-tabs__pane p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  color: #000;
}
.int-page-6 .prod-tabs__pane p:last-child {
  margin-bottom: 0;
}
.int-page-6 .prod-tabs__pane ul li {
  font-size: 16px;
  font-weight: 300;
}
.int-page-6 .dados-tecnicos {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  columns: 2;
  column-gap: 2rem;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .int-page-6 .dados-tecnicos {
    columns: 1;
  }
}
.int-page-6 .dados-tecnicos li {
  list-style: none !important;
  position: relative;
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-size: 15px;
  line-height: 1.6;
  color: #1a1a1a;
  break-inside: avoid;
}
.int-page-6 .dados-tecnicos li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.65rem;
  font-size: 12px;
  color: #1d38a2;
}
.int-page-6 .box-slide-thumbs {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  padding: 2px;
  border-radius: 5px;
  margin-bottom: 10px;
  background: rgba(177, 177, 177, 0.2);
}
.int-page-6 .box-slide-thumbs.is-float .gallery-top .swiper-slide {
  height: 400px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-6 .box-slide-thumbs.is-float .gallery-top .swiper-slide {
    height: 300px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .int-page-6 .box-slide-thumbs.is-float .gallery-top .swiper-slide {
    height: 250px !important;
  }
}
.int-page-6 .box-slide-thumbs.ajust-tam2 .gallery-top .swiper-slide {
  height: 450px !important;
}
.int-page-6 .box-slide-thumbs .gallery-top {
  border-radius: 5px;
  overflow: hidden;
}
.int-page-6 .box-slide-thumbs .gallery-top.h-300 .swiper-slide {
  height: 320px !important;
}
.int-page-6 .box-slide-thumbs .gallery-top.h-350 .swiper-slide {
  height: 350px !important;
}
.int-page-6 .box-slide-thumbs .gallery-top.h-400 .swiper-slide {
  height: 400px !important;
}
.int-page-6 .box-slide-thumbs .gallery-top .swiper-slide {
  width: 100%;
  height: 500px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-6 .box-slide-thumbs .gallery-top .swiper-slide {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .int-page-6 .box-slide-thumbs .gallery-top .swiper-slide {
    height: 350px;
  }
}
.int-page-6 .box-slide-thumbs .gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #fff;
}
.int-page-6 .box-slide-thumbs .gallery-top .swiper-slide img.obj-contain {
  object-fit: contain;
}
.int-page-6 .box-slide-thumbs .gallery-thumbs {
  padding: 5px 5px;
}
.int-page-6 .box-slide-thumbs .gallery-thumbs .swiper-slide {
  height: 80px;
  min-width: 100px;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  background-color: #ccc;
  border: 1px solid rgba(6, 16, 54, 0.5);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .int-page-6 .box-slide-thumbs .gallery-thumbs .swiper-slide {
    height: 60px;
  }
}
.int-page-6 .box-slide-thumbs .gallery-thumbs .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 5px;
  background: #fff;
}
.int-page-6 .box-slide-thumbs .gallery-thumbs .swiper-slide img.obj-contain {
  object-fit: contain;
}
.int-page-6 .box-slide-thumbs .gallery-thumbs .swiper-slide:hover {
  opacity: 0.8;
  transform: scale(1.02);
}
.int-page-6 .box-slide-thumbs .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1 !important;
  transform: scale(1.03);
  border: 1px solid #171717;
}
.int-page-6 .box-slide-thumbs .swiper-button-prev,
.int-page-6 .box-slide-thumbs .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 55px;
  width: 55px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 55px;
  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-6 .box-slide-thumbs .swiper-button-prev::after,
.int-page-6 .box-slide-thumbs .swiper-button-next::after {
  font-size: 20px;
  color: #a81818;
  font-weight: 600;
}
.int-page-6 .box-slide-thumbs .swiper-button-prev,
.int-page-6 .box-slide-thumbs .swiper-button-next {
  top: 50%;
  width: 45px;
  height: 45px;
  background: rgba(245, 245, 245, 0.4);
  border: 1px solid rgba(23, 23, 23, 0.5);
  transform: translateY(-50%);
}
.int-page-6 .box-slide-thumbs .swiper-button-prev::after,
.int-page-6 .box-slide-thumbs .swiper-button-next::after {
  color: #171717;
}
.int-page-6 .box-content-text .title-text01 {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  padding: 10px;
}
.int-page-6 .box-content-text .title-text01 .title {
  position: relative;
}
.int-page-6 .box-content-text .title-text01 .title .sub-bg {
  position: absolute;
  top: -40px;
  left: -40px;
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3050d1;
  opacity: 0.2;
}
.int-page-6 .box-content-text .title-text01 .title h1,
.int-page-6 .box-content-text .title-text01 .title h2,
.int-page-6 .box-content-text .title-text01 .title h3 {
  position: relative;
  font-size: 2.2rem;
  margin: 10px 0;
  background: -webkit-linear-gradient(#3050d1, #1d38a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.int-page-6 .box-content-text .style-img02 {
  position: relative;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border: 1px solid #3050d1;
  text-align: center;
  padding: 10px 10px;
  border-radius: 10px;
  height: 415px;
  width: 99%;
}
.int-page-6 .box-content-text .style-img02 img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}

.box-slide-thumbs {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  background: rgba(177, 177, 177, 0.5);
}
.box-slide-thumbs.is-float .gallery-top .swiper-slide {
  height: 400px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .box-slide-thumbs.is-float .gallery-top .swiper-slide {
    height: 300px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .box-slide-thumbs.is-float .gallery-top .swiper-slide {
    height: 250px !important;
  }
}
.box-slide-thumbs.ajust-tam2 .gallery-top .swiper-slide {
  height: 450px !important;
}
.box-slide-thumbs .gallery-top {
  border-radius: 5px;
  overflow: hidden;
}
.box-slide-thumbs .gallery-top.h-300 .swiper-slide {
  height: 320px !important;
}
.box-slide-thumbs .gallery-top .swiper-slide {
  width: 100%;
  height: 500px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .box-slide-thumbs .gallery-top .swiper-slide {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .box-slide-thumbs .gallery-top .swiper-slide {
    height: 350px;
  }
}
.box-slide-thumbs .gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #fff;
}
.box-slide-thumbs .gallery-top .swiper-slide img.obj-contain {
  object-fit: contain;
}
.box-slide-thumbs .gallery-thumbs {
  padding: 5px 5px;
}
.box-slide-thumbs .gallery-thumbs .swiper-slide {
  height: 80px;
  min-width: 100px;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  background-color: #ccc;
  border: 1px solid rgba(6, 16, 54, 0.5);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .box-slide-thumbs .gallery-thumbs .swiper-slide {
    height: 60px;
  }
}
.box-slide-thumbs .gallery-thumbs .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 5px;
  background: #fff;
}
.box-slide-thumbs .gallery-thumbs .swiper-slide img.obj-contain {
  object-fit: contain;
}
.box-slide-thumbs .gallery-thumbs .swiper-slide:hover {
  opacity: 0.8;
  transform: scale(1.02);
}
.box-slide-thumbs .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1 !important;
  transform: scale(1.03);
  border: 3px solid #3050d1;
}
.box-slide-thumbs .swiper-button-prev,
.box-slide-thumbs .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 55px;
  width: 55px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 55px;
  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;
}
.box-slide-thumbs .swiper-button-prev::after,
.box-slide-thumbs .swiper-button-next::after {
  font-size: 20px;
  color: #a81818;
  font-weight: 600;
}
.box-slide-thumbs .swiper-button-prev,
.box-slide-thumbs .swiper-button-next {
  top: 50%;
  width: 45px;
  height: 45px;
  background: rgba(245, 245, 245, 0.4);
  border: 1px solid rgba(48, 80, 209, 0.5);
  transform: translateY(-50%);
}
.box-slide-thumbs .swiper-button-prev::after,
.box-slide-thumbs .swiper-button-next::after {
  color: #3050d1;
}

.section-portfolio {
  background: #fff;
}
.section-portfolio__header {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}
.section-portfolio__desc {
  margin: 16px auto 0;
  max-width: 640px;
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(23, 23, 23, 0.72);
}
.section-portfolio__item {
  display: block;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid rgba(6, 16, 54, 0.08);
  background: #fafafa;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.section-portfolio__item:hover {
  border-color: rgba(48, 80, 209, 0.35);
  box-shadow: 0 10px 28px rgba(6, 16, 54, 0.08);
  transform: translateY(-2px);
}
.section-portfolio__item:hover .section-portfolio__overlay {
  opacity: 1;
}
.section-portfolio__item:hover img {
  transform: scale(1.05);
}
.section-portfolio__thumb {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.section-portfolio__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.section-portfolio__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 16, 54, 0.45);
  color: #fff;
  font-size: 1.35rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.section-portfolio__empty {
  margin: 0;
  padding: 48px 24px;
  text-align: center;
  font-size: 0.95rem;
  color: rgba(23, 23, 23, 0.6);
  border: 1px dashed rgba(6, 16, 54, 0.15);
  border-radius: 2px;
  background: rgba(245, 245, 245, 0.5);
}

.map-site ul li {
  margin-bottom: 10px;
}
.map-site ul li i {
  color: #1d38a2;
}
.map-site ul li a {
  color: #000;
  text-transform: uppercase;
  font-size: 0.9em;
}
.map-site ul li a:hover {
  color: #3050d1;
  padding-left: 5px;
}

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

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

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