@charset "UTF-8";
@font-face {
  font-family: "Roboto Bold";
  src: url("fonts/Roboto-Bold.woff2") format("woff2"), url("fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Regular";
  src: url("fonts/Roboto-Regular.woff2") format("woff2"), url("fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Medium";
  src: url("fonts/Roboto-Medium.woff2") format("woff2"), url("fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto SemiBold";
  src: url("fonts/Roboto-SemiBold.woff2") format("woff2"), url("fonts/Roboto-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Italic";
  src: url("fonts/Roboto-Italic.woff2") format("woff2"), url("fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Light";
  src: url("fonts/Roboto-Light.woff2") format("woff2"), url("fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Red Hat Text";
  src: url("fonts/RedHatText-Bold.woff2") format("woff2"), url("fonts/RedHatText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: border-box !important;
}

html {
  max-width: 100%;
  font-family: "Roboto Regular", "Arial", "sans-serif";
  overflow-x: hidden !important;
  scroll-behavior: auto !important;
}

body {
  height: 100%;
  overflow-x: hidden;
}

.vcp-primary {
  color: #002D79 !important;
}

.bg-vcp-primary {
  background-color: #002D79;
}

button.bg-vcp-primary:hover,
a.bg-vcp-primary:hover {
  color: #fff !important;
  background-color: #002D79 !important;
}

button.bg-vcp-primary:disabled {
  background-color: #002D79;
  border: #002D79;
  color: #fff;
}

.border-vcp-primary {
  border-color: #002D79;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-family: "Roboto Bold", "Arial", "sans-serif";
}

@media (min-width: 1024px) {
  .text-lg-right {
    text-align: right;
  }
}

@media screen and (min-width: 1536px) {
  #eficiencia .btn-company,
  #chicotes .btn-company {
    margin-top: -25px !important;
  }
}

.pt-solutions {
  padding: 70px 0;
}
@media (min-width: 1024px) {
  .pt-solutions {
    padding: 70px 0 35px;
  }
}
@media (min-width: 1280px) {
  .pt-solutions {
    padding: 5px 0 0;
    margin-bottom: -10px;
  }
}

@media screen and (min-width: 1536px) {
  .mg-selection {
    margin-bottom: -30px;
  }
}

.mt-spaced {
  margin-top: 30px;
}

@media screen and (min-width: 1280px) {
  .un-margin {
    margin-bottom: -100px;
  }
}
.main-banner {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.service-list {
  max-width: 585px;
  margin: 0 auto;
  row-gap: 20px;
  column-gap: 13px;
}
@media screen and (min-width: 1024px) {
  .service-list {
    grid-template-columns: 1fr auto;
  }
}
@media (min-width: 1280px) {
  .service-list {
    margin-right: 0;
    row-gap: 42px;
  }
}

.main-banner-aligned {
  position: relative;
  overflow: hidden !important;
  align-items: center;
}
.main-banner-aligned .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
}
@media (min-width: 1280px) {
  .main-banner-aligned {
    align-items: flex-start;
    padding-top: 280px;
  }
}
@media (min-width: 1920px) {
  .main-banner-aligned {
    padding-top: 0;
    align-items: center;
  }
}

.prd-viewer {
  margin-top: 60px;
}
@media (min-width: 1280px) {
  .prd-viewer {
    margin-top: 120px;
  }
}

.oversized-a {
  margin-top: -1px;
  padding-bottom: 170px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
}
@media screen and (min-width: 1024px) {
  .oversized-a {
    padding-bottom: 165px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 160px));
  }
}
@media screen and (min-width: 1280px) {
  .oversized-a {
    padding-bottom: 210px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 200px));
  }
}

.p-header {
  padding: 8px 20px;
}
@media (min-width: 1280px) {
  .p-header {
    padding: 12px 70px;
  }
}

.mb-70 {
  margin-bottom: 70px !important;
}
@media (min-width: 1024px) {
  .mb-70 {
    margin-bottom: 0 !important;
  }
}

.btn-centralize {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .btn-centralize {
    margin-left: auto;
    margin-right: 0;
  }
}

.cart-dropdown {
  position: relative;
}
.cart-dropdown span {
  position: absolute;
  min-width: 16px;
  height: auto;
  background-color: #27A8FD;
  color: #000;
  line-height: 16px;
  font-size: 10px;
  display: block;
  text-align: center;
  font-family: "Roboto Bold", "Arial", "sans-serif";
  top: 5px;
  right: -12px;
  border-radius: 50%;
}

#output-cart .prd-photo {
  display: block;
  min-width: 100px;
}

#output-cart .prd-ident {
  display: block;
  min-width: 170px;
}

#output-cart .input-group {
  justify-content: center;
}

#output-cart .input-group input {
  flex: 0 0 auto;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  #output-cart .input-group input {
    flex: 1 1 auto;
    width: 1%;
    border-radius: 4px 0 0 4px;
    margin-bottom: 0;
  }
}

#output-cart .input-group .btn-grey {
  border-radius: 4px 0 0 4px;
}
@media screen and (min-width: 992px) {
  #output-cart .input-group .btn-grey {
    border-radius: 0;
  }
}

#output-cart .input-group .btn-blue {
  display: flex;
  align-items: center;
}

.title-vcp-style {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  font-family: "Roboto Bold", "Arial", "sans-serif";
  width: fit-content;
  padding: 0 20px;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .title-vcp-style {
    padding: 0 36px;
  }
}
.title-vcp-style:before {
  position: absolute;
  content: "";
  bottom: -23px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000C38;
}

.btn {
  font-family: "Roboto Regular", "Arial", "sans-serif";
  font-weight: 500;
  font-size: 14px;
}

.p-content {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-content {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1024px) {
  .p-content {
    padding: 0 64px;
  }
}

.carousel {
  box-shadow: none;
}

.hash-eff {
  clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
}
@media (min-width: 1024px) {
  .hash-eff {
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
  }
}

.h1 {
  font-weight: bold;
  font-size: 44px;
  color: black;
}

.text-h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .text-h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .text-h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}

.partners-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
.partners-box div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 0 0 100%;
  padding: 0 0.725rem;
}
.partners-box div img {
  height: auto;
}
.partners-box div:nth-child(1) img {
  width: 116px;
}
.partners-box div:nth-child(2) img {
  width: 110px;
}
.partners-box div:nth-child(3) img {
  width: 110px;
}
.partners-box div:nth-child(4) img {
  width: 110px;
}
.partners-box div:nth-child(5) img {
  width: 82px;
}
.partners-box div:nth-child(6) img {
  width: 120px;
}
@media screen and (min-width: 1600px) {
  .partners-box div:nth-child(1) img {
    width: 136px;
  }
}
@media screen and (min-width: 1600px) {
  .partners-box div:nth-child(2) img {
    width: 130px;
  }
}
@media screen and (min-width: 1600px) {
  .partners-box div:nth-child(3) img {
    width: 130px;
  }
}
@media screen and (min-width: 1600px) {
  .partners-box div:nth-child(4) img {
    width: 130px;
  }
}
@media screen and (min-width: 1600px) {
  .partners-box div:nth-child(5) img {
    width: 102px;
  }
}
@media screen and (min-width: 1600px) {
  .partners-box div:nth-child(6) img {
    width: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .partners-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .partners-box {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.iframe-cl {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.iframe-box {
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 30px;
}

.p-md {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  font-family: "Roboto Regular", "Arial", "sans-serif";
}
@media screen and (min-width: 640px) {
  .p-md {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-md {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1360px) {
  .p-md {
    font-size: 21px;
    line-height: 36px;
  }
}

.p-marker {
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto Regular", "Arial", "sans-serif";
}
@media screen and (min-width: 1024px) {
  .p-marker {
    font-size: 20px;
    line-height: 20px;
  }
}

.text-justify-r {
  direction: rtl;
}

.py-mg {
  padding: 150px 0;
}

.py-md {
  padding: 60px 0;
}
@media screen and (min-width: 1024px) {
  .py-md {
    padding: 100px 0;
  }
}

.py-sm {
  padding: 20px 0;
}
@media screen and (min-width: 1280px) {
  .py-sm {
    padding: 70px 0 55px;
  }
}

.w-full {
  width: 100%;
}

.mw-full {
  max-width: 100%;
}

.box-vcp {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: fit-content;
}
.box-vcp .swiper-button-prev,
.box-vcp .swiper-button-next {
  color: #fff;
  width: 40px;
  height: 40px;
  top: 55%;
  z-index: 20;
  transform: translateY(-50%);
  z-index: 100;
}
.box-vcp .swiper-button-prev.black-btn,
.box-vcp .swiper-button-next.black-btn {
  color: #000;
}

.font-roboto-b {
  font-family: "Roboto Bold", "Arial", "sans-serif";
}
.font-roboto-r {
  font-family: "Roboto Regular", "Arial", "sans-serif";
}

.size-h1 {
  font-size: 24px;
  line-height: 30px;
}
@media screen and (min-width: 640px) {
  .size-h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .size-h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .size-h1 {
    font-size: 44px;
    line-height: 48px;
  }
}

.bg-vcp-blue {
  background-color: #002D79;
}
.bg-vcp-blue.shaped {
  padding-bottom: 170px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
}
@media screen and (min-width: 1024px) {
  .bg-vcp-blue.shaped {
    padding-bottom: 165px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 160px));
  }
}
@media screen and (min-width: 1280px) {
  .bg-vcp-blue.shaped {
    padding-bottom: 210px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 200px));
  }
}

.bg-vcp-grey {
  background-color: #EBEBEB;
}

.bg-vcp-grey-300 {
  background-color: #D9D9D9;
}

.bg-vcp-white {
  background-color: #fff;
}

.grid-box {
  box-sizing: border-box;
  display: grid;
}

.ls-grid-view {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .ls-grid-view {
    grid-template-columns: 57% 43%;
  }
}

.grid-xl {
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1280px) {
  .grid-xl {
    grid-template-columns: 1fr 1fr;
  }
}

.grid-auto-content {
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .grid-auto-content {
    grid-template-columns: 1fr auto;
  }
}

.mb-section {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .mb-section {
    margin-bottom: 100px;
  }
}

.pb-md {
  padding-bottom: 60px;
}

.pb-card {
  padding-bottom: 34px;
}

.pb-space {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media screen and (min-width: 1280px) {
  .pb-space {
    padding-bottom: 220px;
  }
}

.line-err {
  position: relative;
  z-index: 10;
  margin-top: -2px;
}

.section-divisor {
  padding-top: 120px;
  padding-bottom: 170px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
}
@media screen and (min-width: 1024px) {
  .section-divisor {
    padding-bottom: 160px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 160px));
  }
}
@media screen and (min-width: 1280px) {
  .section-divisor {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 200px));
  }
}

.sm-gap {
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .sm-gap {
    gap: 1.875rem;
  }
}

.list-gap {
  gap: 13px;
}

.default-gap {
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .default-gap {
    gap: 4rem;
  }
}

.size-summary {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .size-summary {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .size-summary {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .size-summary {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

.device-none {
  display: none;
}
@media screen and (min-width: 1042px) {
  .device-none {
    display: block;
  }
}

.desktop-none {
  display: block;
}
@media screen and (min-width: 1042px) {
  .desktop-none {
    display: none;
  }
}

.pd-default {
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .pd-default {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .pd-default {
    padding: 0 1.75rem;
  }
}

.centered-content {
  display: flex;
  align-items: center;
}

.p-box {
  padding: 0 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-box {
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-box {
    text-align: right;
  }
}
@media screen and (min-width: 1360px) {
  .p-box {
    padding: 0 4rem;
  }
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 12px;
  font-weight: normal;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

/* container */
#container {
  width: 100%;
  height: auto;
  padding: 0 10px;
}

/* content */
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}

@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}

#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}

#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}

#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}

#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}

#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}

#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}

#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}

#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}

/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  position: relative;
  padding-bottom: 5px;
}

#top ul.list-inline {
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  #top ul.list-inline {
    margin-right: 15px;
  }
}

#top ul.list-inline .list-inline-item {
  display: flex;
  align-items: center;
}

#top ul.list-inline .list-inline-item.link-bar {
  position: relative;
}
#top ul.list-inline .list-inline-item.link-bar::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 1px;
  right: -15px;
  top: 50%;
  background-color: #2c2c2c;
  transform: translateY(-50%);
}

#top .list-inline-item > a,
#top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
  font-family: "Roboto SemiBold", "Arial", "sans-serif";
  color: rgba(0, 0, 0, 0.65);
}

#top ul.list-inline .list-inline-item.link-bar > a.link-flexible {
  display: flex;
  align-items: center;
  column-gap: 4px;
}

#top ul.list-inline .list-inline-item.link-bar > a > i.fa-phone {
  font-size: 14px;
}
@media (min-width: 1534px) {
  #top ul.list-inline .list-inline-item.link-bar > a > i.fa-phone {
    font-size: 18px;
  }
}

#top ul.list-inline .list-inline-item.link-bar > a > i.fa-whatsapp {
  font-size: 15px;
}
@media (min-width: 1534px) {
  #top ul.list-inline .list-inline-item.link-bar > a > i.fa-whatsapp {
    font-size: 20px;
  }
}

.tel-span {
  font-size: 13px;
}
@media (min-width: 1534px) {
  .tel-span {
    font-size: 1.1rem;
  }
}

/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}

#logo img {
  max-width: 200px;
}

@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}

#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart .img-thumbnail {
  min-width: 100px;
}

#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}

#cart .dropdown-menu {
  background: #eee;
}

#cart .dropdown-menu li {
  min-width: 300px;
}

@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* top */
#top.navbar .navbar-brand {
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  #top.navbar .navbar-brand {
    margin: 0;
  }
}

#top.navbar .navbar-brand img {
  width: 100%;
  max-width: 125px;
}
@media screen and (min-width: 1024px) {
  #top.navbar .navbar-brand img {
    max-width: 190px;
  }
}
@media screen and (min-width: 1280px) {
  #top.navbar .navbar-brand img {
    max-width: 220px;
  }
}
@media screen and (min-width: 1440px) {
  #top.navbar .navbar-brand img {
    max-width: 240px;
  }
}

#top.navbar .container-fluid {
  display: block;
}
#top.navbar .container-fluid .navbar-brand img {
  display: block;
  margin: 0 auto;
}
#top.navbar .container-fluid .navbar-nav {
  color: #2c2c2c;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  padding-top: 4px;
  font-family: "Roboto SemiBold", "Arial", "sans-serif";
}
@media screen and (min-width: 1600px) {
  #top.navbar .container-fluid .navbar-nav {
    font-size: 17px !important;
    margin-left: auto;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1920px) {
  #top.navbar .container-fluid .navbar-nav {
    margin-right: 120px;
  }
}
#top.navbar .container-fluid .navbar-toggler {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #top.navbar .container-fluid .navbar-toggler {
    display: none;
  }
}
#top.navbar .container-fluid .list-inline {
  display: flex;
  justify-content: center;
  column-gap: 23px;
}
@media screen and (min-width: 768px) {
  #top.navbar .container-fluid {
    display: flex;
  }
}

/* menu */
#menu {
  background-color: #002D79;
  min-height: 40px;
  padding: 0;
}

#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}

#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}

#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}

@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
}
#category {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  padding: 5px 15px;
  display: inline-block;
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 1em;
}

/* required */
label:has(+ div *[required]):before,
label.required:before,
label:has(+ input:required):before,
label:has(+ select:required):before,
label:has(+ textarea:required):before {
  content: "* ";
  color: red;
  font-weight: bold;
}

/* Switch */
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

.nav-tabs {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* Footer */
.site-footer {
  background-color: #D9D9D9;
  font-family: "Roboto", sans-serif;
  padding: 40px 0 0;
}

.footer-container {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 2fr;
  padding: 40px 20px;
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
  border-bottom: 1px solid #333;
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }
}
.navbar-top {
  position: relative;
  background-color: #F4F4F4;
  transition: all ease-in-out 0.4s;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .navbar-top {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
  }
  .navbar-top:hover {
    opacity: 1;
  }
}

.fixed-logo {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 60;
  display: none;
}
.fixed-logo div {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}
.fixed-logo div img {
  width: 100%;
  max-width: 125px;
}
@media screen and (min-width: 1024px) {
  .fixed-logo div img {
    max-width: 190px;
  }
}
@media screen and (min-width: 1280px) {
  .fixed-logo div img {
    max-width: 220px;
  }
}
@media screen and (min-width: 1440px) {
  .fixed-logo div img {
    max-width: 240px;
  }
}
@media screen and (min-width: 992px) {
  .fixed-logo {
    display: block;
  }
}

/* Column */
.footer-col {
  flex: 1;
  margin-bottom: 20px;
}

.footer-col h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.footer-col p {
  color: black;
}
@media (min-width: 1280px) {
  .footer-col p {
    font-size: 16px;
  }
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li a {
  text-decoration: none;
  color: black;
  font-family: "Roboto Medium", "Arial", "sans-serif";
  transition: color 0.3s ease;
}
@media (min-width: 1280px) {
  .footer-col ul li a {
    font-size: 16px;
  }
}

.footer-col ul li a:hover {
  color: #002D79;
}

.footer-col span {
  color: #002D79;
  font-size: 15px;
  font-weight: bold;
}

/* Footer Column 2 */
.footer-col-2 {
  flex: 2;
  color: black;
  margin-bottom: 20px;
}

.footer-col-2 h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.footer-col-2 p {
  font-family: "Roboto Italic", "Arial", "sans-serif";
  padding-right: 25%;
  line-height: 18px;
}

.footer-col-2 ul {
  list-style: none;
  padding: 0;
}

.footer-col-2 ul li {
  display: grid;
  grid-template-columns: 25px auto;
  gap: 8px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.footer-col-2 ul li.flex-item {
  display: flex;
}
.footer-col-2 ul li.flex-item div {
  flex: 0 0 auto;
  width: auto;
  display: grid;
  grid-template-columns: 25px auto;
  gap: 8px;
}

.footer-col-2 ul li a {
  color: black;
  transition: color 0.3s ease;
}
@media (min-width: 1280px) {
  .footer-col-2 ul li a {
    font-size: 16px;
  }
}

.footer-col-2 ul li a:hover {
  color: #002D79;
}

.footer-logo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .footer-logo {
    max-width: 220px;
  }
}
@media screen and (min-width: 1440px) {
  .footer-logo {
    max-width: 240px;
  }
}

.footer-anos {
  max-width: 50px;
}

.footer-col-text {
  padding-right: 80px;
  color: black;
}

.footer-col-2 i {
  color: #002D79;
  width: 20px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-col-2-icons {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social i {
  color: white;
  font-size: 18px;
}

.social-circle {
  background-color: #002D79;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-circle:hover {
  background-color: #000;
}

@media screen and (min-width: 1280px) {
  .img-fluid.img-position-a {
    margin-top: -44px;
  }
}
@media screen and (min-width: 1536px) {
  .img-fluid.img-position-a {
    margin-top: -125px;
  }
}
@media screen and (min-width: 1900px) {
  .img-fluid.img-position-a {
    margin-top: -165px;
  }
}

/* Footer Payment */
.footer-payment {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 40px 20px;
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
}

.footer-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.footer-methods-options {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  align-items: center;
}

.footer-methods-logos {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.footer-methods-logos img {
  max-width: 40px;
}

.footer-seal {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .footer-payment {
    grid-template-columns: 1fr;
  }
  .footer-methods {
    grid-template-columns: 1fr 1fr;
  }
  .footer-methods-options {
    font-size: 15px;
  }
  .footer-seal {
    justify-content: center;
  }
}
/* Copyright */
.footer-copy {
  background-color: #161616;
  color: #FFFFFF;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}

/* Breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}

.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}

.breadcrumb + li:before {
  content: "";
  padding: 0;
}

#menu #navbar-menu .navbar-nav .nav-item a.align-items-center,
#menu #navbar-menu .navbar-nav .nav-item a.dropdown-toggle {
  font-family: "Roboto Bold", "Arial", "sans-serif";
  color: #fff;
  font-size: 16px;
}

#menu #navbar-menu .navbar-nav .nav-item a.dropdown-item {
  font-family: "Roboto Regular", "Arial", "sans-serif";
  color: #000;
  font-size: 16px;
}

.product-thumb {
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-bottom: -34px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.45);
}

.product-thumb .img-fluid {
  display: block;
  text-align: center;
  aspect-ratio: 6/6;
  margin: 0 auto;
  margin-bottom: 12px;
  object-fit: cover;
  object-position: center;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
  text-align: center;
}

.product-thumb .description .cat-name {
  font-family: "Roboto SemiBold", "Arial", "sans-serif";
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}

.product-thumb .description h4 {
  font-weight: bold;
}
@media (min-width: 1600px) {
  .product-thumb .description h4 {
    font-size: 22px;
  }
}

.product-thumb .description h4 a {
  color: #000;
}

.product-thumb .button {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  padding-bottom: 5px;
  bottom: 34px;
}

.product-thumb .button button {
  width: auto;
  padding: 0 20px;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: #fff;
  color: var(--bs-gray-600);
  line-height: 32px;
  text-align: center;
  color: #000;
  border-radius: 20px;
  font-weight: 500;
}

.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}

.product-card {
  width: 100%;
  height: auto;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  .product-card {
    padding: 24px;
  }
}

.product-card h4 {
  height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.product-card h4 a {
  font-size: 14px;
  color: #224261;
  line-height: 21px;
}

.product-card p {
  height: 42px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 42px;
}

.product-card .price {
  font-family: "Roboto Light", "Arial", "sans-serif";
}
.product-card .price span {
  font-size: 21px;
  line-height: 21px;
  font-family: "Red Hat Text", "Arial", "sans-serif";
  font-weight: 700;
}
.product-card .price span small {
  font-family: "Roboto Light", "Arial", "sans-serif";
  font-weight: 300;
  font-size: 16px;
}
.product-card .price .price-old {
  display: none;
}

.product-card {
  position: relative;
}
.product-card a {
  display: block;
  width: 100%;
}
.product-card a img {
  display: block;
  margin: 0 auto 45px;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.product-card .discount-label {
  position: absolute;
  background-color: #008000;
  display: none;
  border-radius: 6px;
  padding: 3px 6px;
  color: #fff;
  font-family: "Roboto Regular", "Arial", "sans-serif" !important;
  top: 20px;
  right: 20px;
  font-size: 15px !important;
  font-weight: 300 !important;
}

.product-card .description {
  margin-bottom: 45px;
}

.product-card-button {
  color: #fff;
  background-color: #002D79;
  border-radius: 7px;
  width: 100%;
  text-align: center;
  padding: 7px 16px;
  border: none;
  font-family: "Roboto Bold", "Arial", "sans-serif";
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
@media screen and (min-width: 1024px) {
  .product-card-button {
    padding: 12px 20px;
  }
}

.btn-holder {
  padding: 40px 0 0;
}

.rating .fa-stack {
  width: 20px;
}

.rating .fa-star {
  color: #F3C200;
  font-size: 15px;
}

.rating .fa-star + .fa-star {
  color: #F3C200;
}

.rating-review {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  width: fit-content;
}

.rating-review input {
  display: none;
}

.rating-review label {
  font-size: 2rem;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

.rating-review input:checked ~ label i,
.rating-review label:hover i,
.rating-review label:hover ~ label i {
  color: #f5b301;
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% - 15px);
    margin-left: 15px;
  }
  /* Product price */
  .price {
    color: #444;
  }
  .price-new {
    font-weight: 600;
  }
  .price-old {
    color: #dc512c;
    text-decoration: line-through;
  }
  .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
  }
  /* Blog styling */
  .blog-thumb {
    border: 1px solid #ddd;
    margin-bottom: 15px;
  }
  .blog-thumb h4 {
    font-weight: bold;
  }
  .blog-thumb .image {
    text-align: center;
    margin-bottom: 15px;
  }
  .blog-thumb .image a:hover {
    opacity: 0.8;
  }
  .blog-thumb .description {
    padding: 15px;
  }
}
.body-list {
  font-size: 14px;
  font-family: "Roboto Medium", "Arial", "sans-serif";
  color: #000;
  line-height: 52px;
}

/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* =========================
   FORM
========================= */
.site-form {
  background-image: url("../../../image/form/background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contact-form {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 550px;
  max-width: 1450px;
  margin: 0 auto;
}
.contact-form .form-container {
  max-width: 450px;
}
@media (min-width: 1280px) {
  .contact-form {
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  .contact-form {
    grid-template-columns: 1fr;
    /* só uma coluna */
  }
}

/* Div Esquerda */
.form-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  padding: 0rem;
  gap: 10px;
  max-width: 750px;
  font-family: "Roboto", sans-serif;
}
.form-header h1 {
  color: white;
  font-size: 36px;
}
.form-header h1 i {
  height: 36px;
  width: auto;
}
@media screen and (min-width: 1360px) {
  .form-header h1 {
    font-size: 40px;
  }
  .form-header h1 i {
    height: 44px;
  }
}
@media (max-width: 1200px) {
  .form-header h1 {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .form-header h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .form-header {
    display: none;
    /* oculta no mobile */
  }
}
@media screen and (min-width: 1440px) {
  .form-header {
    padding: 0 2rem;
  }
}

.form-logo {
  width: 190px;
  height: auto;
}

.btn-contact {
  padding: 2px 4px;
  color: white;
  margin-top: 20px;
  border: 1px solid white;
  border-radius: 8px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  text-decoration: none;
  text-align: center;
  font-size: 36px;
  transition: background-color 0.3s, color 0.3s, transform 0.2s;
  max-width: 500px;
}
.btn-contact:hover {
  transform: translateY(-2px);
}
@media (max-width: 1360px) {
  .btn-contact {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .btn-contact {
    font-size: 28px;
  }
}

/* Container geral do formulário */
.form-container {
  max-width: 500px;
  margin: 1.5rem 0;
  margin-left: auto;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1440px) {
  .form-container {
    margin: 1.5rem auto;
  }
}

/* Grupos de campo (label + input/textarea/select) */
.form-group {
  margin-bottom: 15px;
}

/* Inputs e selects */
.form-control,
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  color: #555;
  /* cinza escuro */
  border: 1.8px solid #ccc;
  border-radius: 0;
  transition: border-color 0.3s ease;
  font-family: "Roboto", sans-serif;
}

/* Textarea ajuste */
.form-textarea {
  resize: vertical;
  min-height: 100px;
}

/* Placeholder cinza escuro para todos os campos */
.form-input::placeholder,
.form-textarea::placeholder,
.form-select::placeholder {
  color: #555;
  opacity: 1;
}

/* Foco nos campos */
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: #3b82f6;
  outline: none;
}

/* Estado de erro: borda vermelha */
.form-error {
  border-color: #e11d48 !important;
}

/* Mensagens de erro */
.form-error-msg {
  color: #e11d48;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

/* Mensagem de sucesso */
.form-success {
  background-color: #e0e7ff;
  color: #002D79;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  font-weight: 600;
  border: 1.5px solid #002D79;
}

/* Botão enviar */
.form-button {
  position: relative;
  width: 100%;
  background: linear-gradient(135deg, #878787 0%, #878787 75%, transparent 75%, transparent 77%, #BDBDBD 76%, #BDBDBD 100%);
  color: white;
  border: none;
  text-align: center;
  font-weight: 500;
  padding: 5px 0;
  font-size: 24px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.form-button span {
  display: inline-block;
  padding-right: 50px;
}

.form-button:hover {
  transform: scale(1.03);
}

/* Responsividade simples */
@media (max-width: 480px) {
  .form-container {
    padding: 1rem;
    margin: 1rem;
  }
}
/* =========================
   HOMEPAGE - OVERVIEW
========================= */
.overview-emp {
  display: block;
  padding: 170px 0;
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 calc(100% - 100px));
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1024px) {
  .overview-emp {
    padding: 260px 0 165px;
    clip-path: polygon(0 0, 100% 160px, 100% 100%, 0 calc(100% - 160px));
  }
}
@media screen and (min-width: 1280px) {
  .overview-emp {
    padding: 265px 0 190px;
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 calc(100% - 200px));
  }
}
@media (max-width: 768px) {
  .overview-emp {
    display: grid;
  }
}

.company {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .company {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media screen and (min-width: 1360px) {
  .company {
    padding: 0 4rem;
  }
}

.company-content {
  display: grid;
  grid-template-columns: 1fr;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .company-content h1 {
    font-size: 30px;
    text-align: center;
  }
}

.company-content-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 30px;
}
.company-content-title h2 {
  margin-bottom: 0;
}
@media screen and (min-width: 1536px) {
  .company-content-title .company-anos {
    position: absolute;
    left: 0;
    top: -128px;
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 768px) {
  .company-content-title {
    padding-right: 0px;
  }
}

.company-anos {
  height: 80px;
  width: 80px;
}
@media (max-width: 768px) {
  .company-anos {
    height: 40px;
    width: 40px;
  }
}

.company-icons .icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 35px;
  column-gap: 7px;
}
@media (max-width: 768px) {
  .company-icons .icons {
    grid-template-columns: 1fr;
  }
}
.company-icons .icon {
  display: flex;
  gap: 5px;
  align-items: center;
}
.company-icons .icon .text-span {
  display: flex;
  justify-content: center;
}
.company-icons .icon span {
  font-size: 14px;
  color: black;
  line-height: 1;
  font-weight: bold;
  font-family: "Roboto Bold", "Arial", "sans-serif";
}
@media screen and (min-width: 1280px) {
  .company-icons .icon span {
    line-height: 1.3rem;
    font-size: 17px;
  }
}
.company-icons .icon img {
  display: block;
  width: auto;
  height: 75px;
  margin-right: auto;
}
.company-icons .icon:first-child img {
  height: 95px;
}
.company-icons .icon div:nth-child(odd) {
  flex: 0 0 90px;
  width: 90px;
}
.company-icons .icons .icon:nth-child(4n+2) div img {
  height: 82px;
  margin: 0 auto;
}
.company-icons .icons .icon:nth-child(4n+2) div .text-span span {
  display: block;
  margin-bottom: 12px;
}
.company-icons .icons .icon:nth-child(4n+3) div .text-span span {
  display: block;
  margin-top: 7px;
}
.company-icons .icons .icon:nth-child(4n+2) div img {
  margin: 0 auto;
}

.btn-company {
  position: relative;
  display: block;
  width: fit-content;
  margin-top: 35px;
  color: white;
  padding: 0px 40px 0 20px;
  font-weight: bold;
  font-family: "Roboto SemiBold", "Arial", "sans-serif";
  font-size: 18px;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.2s ease;
}
@media (min-width: 1024px) {
  .btn-company {
    margin-right: 19px;
  }
  .btn-company.btn-company-left {
    margin-right: unset;
    margin-left: 0;
  }
}
.btn-company.gshadow:after {
  background-color: #B4B4B4;
}
.btn-company.wshadow:after {
  background-color: #ffffff;
}
.btn-company span {
  position: relative;
  z-index: 10;
}
.btn-company:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #002D79;
  clip-path: polygon(0 0, 0 100%, calc(100% - 40px) 100%, 100% 0);
  z-index: 0;
}
.btn-company:after {
  position: absolute;
  content: "";
  width: 55px;
  height: 100%;
  top: 0;
  right: -19px;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
}
.btn-company.btn-company-white {
  color: #002D79;
}
.btn-company.btn-company-white:before {
  background-color: #fff;
}

.btn-company:hover {
  transform: scale(1.03);
}

.company-video {
  padding: 25px;
  display: flex;
}
.company-video .video-content {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .company-video {
    padding: 20px;
  }
  .company-video .video-content {
    border-radius: 20px;
    height: 350px;
  }
}
@media (max-width: 425px) {
  .company-video {
    padding: 20px;
  }
  .company-video .video-content {
    border-radius: 20px;
    height: 250px;
  }
}
@media screen and (min-width: 1280px) {
  .company-video {
    padding: 50px 0 50px 90px;
  }
}

.overview-cards {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  padding: 60px 3rem 96px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .overview-cards {
    grid-template-columns: 1fr;
    padding: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .overview-cards {
    padding-right: 1.25rem;
    padding: 100px 4rem 10rem;
  }
  .overview-cards .btn-company {
    margin-top: 55px;
  }
}
.overview-cards .cards-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 1024px) {
  .overview-cards .cards-content {
    order: 2;
  }
}
@media (max-width: 640px) {
  .overview-cards .cards-content {
    grid-template-columns: 1fr;
  }
}
.overview-cards .cards-content .card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  color: white;
  font-family: "Roboto", sans-serif;
  border: none;
  transition: transform 0.2s ease;
  cursor: pointer;
  width: 100%;
  height: auto;
  aspect-ratio: 247/412;
}
@media (max-width: 1024px) {
  .overview-cards .cards-content .card {
    height: 400px;
    margin-top: 20px;
  }
}
.overview-cards .cards-content .card:hover {
  transform: scale(1.03);
}
.overview-cards .cards-content .card .card-dica {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #002D79;
  padding: 2px 15px;
  border-radius: 20px;
  z-index: 2;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.overview-cards .cards-content .card .card-dica span {
  color: white;
  font-size: 12px;
  text-decoration: none;
}
.overview-cards .cards-content .card .card-dica:hover {
  transform: scale(1.03);
}
.overview-cards .cards-content .card .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overview-cards .cards-content .card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overview-cards .cards-content .card .card-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
}
.overview-cards .cards-content .card .card-text .card-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.overview-cards .cards-content .card .card-text .card-title {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 5px 0;
}
.overview-cards .cards-content .card .card-text .card-description {
  font-size: 16px;
  color: #B5B3B3;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.overview-cards .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.overview-cards .content .texts {
  display: block;
  width: 100%;
}
.overview-cards .content .texts h1 {
  color: black;
  font-size: 44px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .overview-cards .content .texts h1 {
    font-size: 28px;
    text-align: center;
  }
}
.overview-cards .content .btn-blog {
  margin-top: 25px;
  background: linear-gradient(135deg, #002D79 0%, #002D79 75%, transparent 75%, transparent 77%, #FFFFFF 77%, #FFFFFF 100%);
  color: white;
  padding: 0px 20px;
  font-weight: bold;
  font-size: 18px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.overview-cards .content .btn-blog span {
  display: inline-block;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .overview-cards .content .btn-blog {
    width: 100%;
  }
}
@media (max-width: 426px) {
  .overview-cards .content .btn-blog {
    width: 100%;
    background: linear-gradient(40deg, #D9D9D9 0%, #D9D9D9 23%, transparent 24%, transparent 26%, #002D79 27%, #002D79 100%);
  }
  .overview-cards .content .btn-blog span {
    padding-right: 0px;
    padding-left: 30px;
  }
}
.overview-cards .content .btn-blog:hover {
  transform: scale(1.03);
}
.overview-cards .content .overview-social {
  margin-top: 8px;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.overview-cards .content .overview-social i {
  color: #002D79;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .overview-cards .content .overview-social i {
    color: white;
  }
}
@media (min-width: 1280px) {
  .overview-cards .content .overview-social i {
    font-size: 29px;
  }
}
.overview-cards .content .overview-circle {
  background-color: #d9d9d9;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
@media (max-width: 1024px) {
  .overview-cards .content .overview-circle {
    background-color: #002D79;
  }
}
@media (min-width: 1280px) {
  .overview-cards .content .overview-circle {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .overview-cards .content {
    padding-left: 40px;
    justify-content: end;
    align-items: end;
  }
}
@media (min-width: 1280px) {
  .overview-cards .content {
    padding-left: 90px;
  }
}

/* =========================
   INSTITUTIONAL - TEAM
========================= */
.team .team-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  font-family: "Roboto", sans-serif;
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 40px;
}
@media (max-width: 1280px) {
  .team .team-content {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .team .team-content {
    grid-template-columns: 1fr;
  }
}
.team .team-content .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .team .team-content .content {
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
.team .team-content .differential {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .team-content .differential .box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  max-width: 665px;
}
@media screen and (min-width: 640px) {
  .team .team-content .differential .box {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .team .team-content .differential .box {
    gap: 20px;
    padding-bottom: 40px;
  }
}
.team .team-content .differential .box div {
  position: relative;
  max-width: 190px;
}
.team .team-content .differential .box div img {
  display: block;
  margin: 0 auto 12px;
  width: 100%;
  max-width: 82px;
  height: auto;
}
.team .team-content .differential .box div div h5 {
  font-family: "Roboto Bold", "Arial", "sans-serif";
  text-align: center;
  font-size: 17px;
  line-height: 1.3rem;
}

/* =========================
   INSTITUTIONAL - PORTIFOLIO
========================= */
.portfolio {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  background-color: #002D79;
  margin-top: -1px;
}
.portfolio .portfolio-content {
  font-family: "Roboto", sans-serif;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 150px 60px 235px 0px;
}
@media (max-width: 1200px) {
  .portfolio .portfolio-content {
    grid-template-columns: 1fr;
    padding: 80px 20px 200px 20px;
    gap: 30px;
  }
}
.portfolio .portfolio-content .portfolio-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media (max-width: 1200px) {
  .portfolio .portfolio-content .portfolio-carousel {
    order: 2;
  }
}
.portfolio .portfolio-content .portfolio-carousel .gradient-mask-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background: linear-gradient(to right, #002D79, transparent);
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 1024px) {
  .portfolio .portfolio-content .portfolio-carousel .gradient-mask-left {
    width: 100px;
  }
}
.portfolio .portfolio-content .portfolio-carousel .gradient-mask-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  background: linear-gradient(to left, #002D79, transparent);
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 1024px) {
  .portfolio .portfolio-content .portfolio-carousel .gradient-mask-right {
    width: 100px;
  }
}
.portfolio .portfolio-content .portfolio-carousel .swiper {
  width: 100%;
  height: 100%;
  padding: 0px 53px;
}
.portfolio .portfolio-content .portfolio-carousel .swiper-button-next,
.portfolio .portfolio-content .portfolio-carousel .swiper-button-prev {
  color: white;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 20;
  top: 55%;
  transform: translateY(-50%);
  cursor: pointer;
}
.portfolio .portfolio-content .portfolio-carousel .swiper-button-prev {
  left: 10px;
}
.portfolio .portfolio-content .portfolio-carousel .swiper-button-next {
  right: 10px;
}
.portfolio .portfolio-content .portfolio-carousel .swiper-wrapper {
  display: flex;
  height: 100% !important;
}
.portfolio .portfolio-content .portfolio-carousel .card {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #fff;
  text-align: center;
  transform: skew(-15deg);
  transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
  .portfolio .portfolio-content .portfolio-carousel .card {
    padding: 40px 20px;
  }
}
.portfolio .portfolio-content .portfolio-carousel .card:hover {
  transform: scale(0.95) skew(-15deg);
}
.portfolio .portfolio-content .portfolio-carousel .card .card-content {
  width: 100%;
  transform: skew(15deg);
}
.portfolio .portfolio-content .portfolio-carousel .card h2 {
  font-size: 30px;
  font-weight: bold;
  color: white;
}
@media (max-width: 1024px) {
  .portfolio .portfolio-content .portfolio-carousel .card h2 {
    font-size: 25px;
    font-weight: 600;
  }
}
.portfolio .portfolio-content .portfolio-content-texts {
  color: white;
}
@media (max-width: 1200px) {
  .portfolio .portfolio-content .portfolio-content-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.portfolio .portfolio-content .portfolio-content-texts .pl-30 {
  padding-left: 30px;
}
.portfolio .portfolio-content .portfolio-content-texts .pl-30 .button-vcp-style p {
  padding: 0;
  font-size: 14px !important;
}
@media (min-width: 1024px) {
  .portfolio .portfolio-content .portfolio-content-texts .pl-30 .button-vcp-style p {
    font-size: 20px !important;
  }
}
.portfolio .portfolio-content .portfolio-content-texts h1 {
  color: white;
  text-align: end;
  font-weight: bold;
  font-size: 44px;
}
@media (max-width: 1200px) {
  .portfolio .portfolio-content .portfolio-content-texts h1 {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .portfolio .portfolio-content .portfolio-content-texts h1 {
    font-size: 32px;
  }
}
.portfolio .portfolio-content .portfolio-content-texts p {
  text-align: end;
}
@media (max-width: 1200px) {
  .portfolio .portfolio-content .portfolio-content-texts p {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .portfolio .portfolio-content .portfolio-content-texts p {
    padding-left: 0px;
  }
}

/* =========================
   INSTITUTIONAL - STOCK
========================= */
.stock {
  background: #002D79;
  clip-path: polygon(0 0, 100% 145px, 100% 100%, 0 100%);
  padding-top: 200px;
  margin-top: -200px;
  z-index: 3;
  position: relative;
}
.stock .stock-content {
  background-image: url("../../../image/stock/vcp-estoque.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 426px) {
  .stock .stock-content {
    background-image: none;
  }
}
.stock .stock-content .gradient-left,
.stock .stock-content .gradient-right {
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.stock .stock-content .gradient-left {
  left: 0;
  background: linear-gradient(to right, #002D79, transparent);
}
.stock .stock-content .gradient-right {
  right: 0;
  background: linear-gradient(to left, #002D79, transparent);
}
.stock .stock-content .gradient-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  z-index: 1;
  pointer-events: none;
  background: #002D79;
  background: linear-gradient(182deg, rgb(0, 45, 121) 25%, transparent 60%, transparent 100%);
}
.stock .stock-content .image {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: left;
}
@media (max-width: 1024px) {
  .stock .stock-content .image {
    justify-content: center;
  }
}
.stock .stock-content .image img {
  padding: 0px 0px 40px 40px;
}
@media (max-width: 1024px) {
  .stock .stock-content .image img {
    height: 400px;
  }
}

/* =========================
   INSTITUTIONAL - START
========================= */
.start {
  background: linear-gradient(90deg, #002D79 0%, #002D79 50%, #DADADA 50%, #DADADA 100%);
  /* =========================
   INSTITUTIONAL - START-PERSON
  ========================= */
}
.start .start-content {
  background-image: url("../../../image/institutional-start/start-background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  /* =========================
   INSTITUTIONAL - START-BANNER
  ========================= */
}
.start .start-content .gradient-left,
.start .start-content .gradient-right {
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.start .start-content .gradient-left {
  left: 0;
  background: linear-gradient(to right, #002D79, transparent);
}
.start .start-content .gradient-right {
  right: 0;
  background: linear-gradient(to left, #DADADA, transparent);
}
@media (max-width: 1024px) {
  .start .start-content .gradient-right {
    display: none;
  }
}
.start .start-content .diagonal-overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  height: 100%;
  width: 62%;
  padding: 500px 60px 500px 300px;
  font-family: "Roboto", sans-serif;
  background-color: #DADADA;
  z-index: 1;
  clip-path: polygon(100% 0%, 100% 10%, 0% 68%, 0 100%, 100% 100%);
}
.start .start-content .diagonal-overlay .btn_top {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-top: 3rem;
}
@media (max-width: 1260px) {
  .start .start-content .diagonal-overlay {
    display: none;
  }
}
@media (min-width: 1360px) {
  .start .start-content .diagonal-overlay {
    padding: 500px 60px 360px 300px;
    clip-path: polygon(100% 0%, 100% 10%, 0% 68%, 80% 100%, 100% 100%);
  }
}
.start .start-content .diagonal-overlay .content {
  margin-top: 450px;
}
.start .start-content .diagonal-overlay .content h1 {
  font-size: 26px;
  color: black;
  text-align: end;
}
@media (min-width: 1600px) {
  .start .start-content .diagonal-overlay .content h1 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1360px) {
  .start .start-content .diagonal-overlay .content {
    margin-top: 315px;
  }
}
@media screen and (min-width: 1600px) {
  .start .start-content .diagonal-overlay .content {
    margin-top: 450px;
  }
}
.start .start-content .start-banner {
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  padding: 100px 50px 50px 60px;
}
@media (max-width: 1024px) {
  .start .start-content .start-banner {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.start .start-content .start-banner .start-banner-text {
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1024px) {
  .start .start-content .start-banner .start-banner-text {
    display: flex;
    flex-direction: column;
  }
}
.start .start-content .start-banner p {
  color: white;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .start .start-content .start-banner p {
    padding-right: 110px;
  }
}
@media (max-width: 1024px) {
  .start .start-content .start-banner-image {
    display: flex;
    justify-content: center;
  }
}
.start .start-content .start-banner-image img {
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .start .start-content .start-banner-image img {
    height: 400px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .start .start-content .start-banner-image img {
    height: 200px;
  }
}
.start .start-person {
  pointer-events: none;
}
.start .start-person .gradient-right {
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.start .start-person .image {
  display: flex;
  justify-content: start;
  position: relative;
}
.start .start-person .image img {
  transform: translateY(-40px);
  max-width: 100%;
  z-index: 2;
  height: auto;
  position: relative;
}

.dark-mask:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-rainbow-blue {
  pointer-events: none;
  background: linear-gradient(180deg, transparent 76%, rgb(0, 45, 121) 97%);
}

.bg-center {
  background-position: center;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-norepeat {
  background-repeat: no-repeat;
}

.bg-start {
  background-position: left;
}

.aspect-935x895 {
  aspect-ratio: 935/895;
}

.grid-banner-home {
  position: absolute;
  grid-template-columns: 1;
  height: 100%;
}
.grid-banner-home .img-time {
  display: none;
}
@media screen and (min-width: 768px) {
  .grid-banner-home .img-time {
    position: absolute;
    display: block;
    top: 100px;
    right: 25px;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .grid-banner-home .img-time {
    top: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .grid-banner-home {
    grid-template-columns: 935px auto;
  }
}

.providers {
  position: relative;
  display: none;
  background-color: #fff;
}
.providers-box {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
}
.providers-box img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .providers-box {
    flex: 0 0 auto;
    height: auto;
    width: 125px;
    margin-right: 35px;
    background-color: #fff;
    aspect-ratio: 1;
    border-radius: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  }
  .providers-box:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .providers-box {
    width: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .providers {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    right: 30px;
    bottom: 35px;
    background-color: transparent;
    z-index: 20;
  }
}
@media screen and (min-width: 1360px) {
  .providers {
    bottom: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .providers {
    bottom: 160px;
  }
}

.providers-internal {
  position: relative;
  display: flex;
  padding: 25px 20px;
  max-width: 100%;
  overflow-x: scroll;
  margin-top: -1px;
  column-gap: 40px;
}
.providers-internal-box {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  width: 125px;
  height: auto;
  aspect-ratio: 1;
  z-index: 10;
  border-radius: 100%;
  transition: all ease-in-out 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.providers-internal-box:hover {
  transform: scale(1.2);
}
.providers-internal-box img {
  max-width: 96px;
  height: auto;
}
@media screen and (min-width: 1400px) {
  .providers-internal-box img {
    max-width: 125px;
  }
}
@media screen and (min-width: 1024px) {
  .providers-internal-box {
    height: auto;
    margin-right: 35px;
    background-color: #fff;
    aspect-ratio: 1;
  }
  .providers-internal-box:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .providers-internal-box:nth-child(3) img {
    max-width: 102px;
  }
  .providers-internal-box:nth-child(5) img {
    max-width: 90px;
    margin-left: -1px;
    margin-bottom: -4px;
  }
  .providers-internal-box:nth-child(6) img {
    max-width: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .providers-internal-box {
    width: 160px;
  }
  .providers-internal-box:nth-child(3) img {
    max-width: 122px;
  }
  .providers-internal-box:nth-child(5) img {
    max-width: 110px;
  }
  .providers-internal-box:nth-child(6) img {
    max-width: 130px;
  }
}
.providers-internal-box.active {
  transform: scale(1.2);
}
@media screen and (min-width: 1024px) {
  .providers-internal {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 20;
    column-gap: 0;
    overflow-x: visible;
  }
  .providers-internal:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #002D79;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 15%);
  }
}

.provider-main-content-text {
  color: #000;
}
@media screen and (min-width: 1024px) {
  .provider-main-content-text {
    text-align: end;
  }
}

.selo-img {
  margin-top: 32px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.selo-img img {
  width: fit-content;
  max-width: 366px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .selo-img img {
    margin: 0 0 0 auto;
  }
}

#cards-container .values-title {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  margin-bottom: 25px;
}

#cards-container .values-title h5 {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-family: "Roboto Bold", "Arial", "sans-serif";
  margin-bottom: 0;
}
#cards-container .values-title h5 span {
  font-size: 15px;
  line-height: 18px;
}

@media screen and (min-width: 640px) {
  #cards-container .values-title h5 {
    font-size: 30px;
    line-height: 36px;
  }
  #cards-container .values-title h5 span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  #cards-container .values-title h5 {
    font-size: 36px;
    line-height: 40px;
  }
  #cards-container .values-title h5 span {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  #cards-container .values-title h5 {
    font-size: 44px;
    line-height: 52px;
  }
  #cards-container .values-title h5 span {
    font-size: 28px;
    line-height: 33px;
  }
}
#cards-container .card-col {
  margin-bottom: 60px;
}
@media (min-width: 1280px) {
  #cards-container .card-col {
    margin-bottom: 0;
  }
}

.prd-divisor {
  padding: 170px 0;
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 calc(100% - 100px));
}
@media screen and (min-width: 1024px) {
  .prd-divisor {
    padding: 260px 0 165px;
    clip-path: polygon(0 0, 100% 160px, 100% 100%, 0 calc(100% - 160px));
  }
}
@media screen and (min-width: 1280px) {
  .prd-divisor {
    padding: 160px 0;
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 calc(100% - 200px));
  }
}
.prd-divisor.no_c-divisor {
  padding: 240px 0;
}

.prd-product-video {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1280px) {
  .prd-product-video {
    padding-top: 10px;
    padding-bottom: 160px;
  }
}

#solutions-section {
  position: relative;
  background-color: #EBEBEB;
}
#solutions-section div {
  z-index: 10;
}
#solutions-section div .solutions-info {
  padding-right: 20px;
}
@media (min-width: 768px) {
  #solutions-section div .solutions-info {
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  #solutions-section div .solutions-info {
    padding-right: 20px;
  }
}
@media (min-width: 1360px) {
  #solutions-section div .solutions-info {
    padding-right: 64px;
  }
}
#solutions-section #values-carousel {
  position: relative;
  width: 250px;
}
#solutions-section #values-carousel .swiper-slide {
  height: -webkit-fill-available;
}
#solutions-section #values-carousel .swiper-slide img {
  max-width: 100%;
}
#solutions-section #values-carousel .swiper-button-prev,
#solutions-section #values-carousel .swiper-button-next {
  z-index: 51;
}
#solutions-section #values-carousel .swiper-button-prev:after,
#solutions-section #values-carousel .swiper-button-next:after {
  color: #fff;
}
@media (min-width: 640px) {
  #solutions-section #values-carousel {
    width: 520px;
  }
}
@media (min-width: 1280px) {
  #solutions-section #values-carousel {
    margin: 0;
    width: 635px;
    max-width: 100%;
    margin: 0 auto;
  }
}
#solutions-section #values-carousel:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #FFFFFF;
  background: linear-gradient(90deg, #002D79 5%, transparent 12%, transparent 88%, #002D79 95%);
  z-index: 50;
}

@media (min-width: 1200px) {
  .button-vcp-wrapper {
    justify-content: end;
  }
}

.button-vcp-style {
  position: relative;
  color: #002D79;
  padding: 5px 13px;
  margin-right: 32px;
  text-align: center;
}
.button-vcp-style p {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Roboto SemiBold", "Arial", "sans-serif";
  font-size: 14px !important;
}
@media screen and (min-width: 1024px) {
  .button-vcp-style p {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }
}
.button-vcp-style:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: calc(100% + 40px);
  height: 100%;
  background: linear-gradient(135deg, rgb(255, 255, 255) calc(100% - 32px), transparent 0);
}
.button-vcp-style.rgt:before {
  left: unset;
  right: 0;
  background: linear-gradient(315deg, rgb(255, 255, 255) calc(100% - 32px), transparent 0);
}
@media (max-width: 1300px) {
  .button-vcp-style.long-text {
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .button-vcp-style.long-text:before {
    display: none;
  }
}
.button-vcp-style:last-of-type {
  margin-right: 0;
}

.banner-info {
  width: 100%;
  height: auto;
  max-width: 35.313rem;
}
.banner-info.info-left {
  margin-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 640px) {
  .banner-info.info-left {
    margin-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .banner-info.info-left {
    margin-left: 80px;
    padding-right: 80px;
  }
}

.swiper {
  width: 100%;
  max-width: 100%;
}
.swiper-wrapper {
  width: 100%;
  display: flex;
  height: auto !important;
}
.swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.swiper-wrapper .swiper-slide img {
  object-fit: cover;
  object-position: center;
  height: auto;
  border-radius: 9px;
}
.swiper-wrapper .swiper-slide.swiper-slide {
  backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
}

.home-brand-slider .swiper-wrapper .swiper-slide img {
  border-radius: 0;
}
.home-brand-slider .swiper-wrapper .swiper-slide:nth-child(1) img {
  width: 125px;
}
.home-brand-slider .swiper-wrapper .swiper-slide:nth-child(2) img {
  width: 125px;
}
.home-brand-slider .swiper-wrapper .swiper-slide:nth-child(3) img {
  width: 122px;
}
.home-brand-slider .swiper-wrapper .swiper-slide:nth-child(4) img {
  width: 125px;
}
.home-brand-slider .swiper-wrapper .swiper-slide:nth-child(5) img {
  width: 110px;
}
.home-brand-slider .swiper-wrapper .swiper-slide:nth-child(6) img {
  width: 130px;
}

.sized-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  column-gap: 6px;
}
.sized-card div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: start;
}
.sized-card div img {
  width: 100%;
  max-width: 62px;
  height: auto;
}
.sized-card div .sized-card-info {
  font-family: "Roboto Bold", "Arial", "sans-serif";
  font-size: 17px;
  margin-bottom: 0;
}

.service-list div:nth-child(4n+3) .sized-card div .sized-card-info {
  width: 200px;
}

.bg-shape {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .bg-shape:before {
    top: -200px;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
  }
}

.heading {
  position: relative;
  background: url("../../../image/institutional/solutions/main-banner.webp") no-repeat center center/cover;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 50vh;
  align-items: center;
  justify-content: center;
  margin-bottom: -1px;
}
@media (min-width: 1280px) {
  .heading {
    min-height: 100vh;
  }
}
.heading .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003D91;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .heading .overlay {
    height: 100vh;
    width: 80%;
    clip-path: polygon(0 0, calc(100% - 400px) 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1280px) {
  .heading .overlay {
    width: 65%;
  }
}
@media screen and (min-width: 1600px) {
  .heading .overlay {
    width: 55%;
  }
}
.heading .content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 75px;
}
.heading .content .left {
  width: 100%;
}
.heading .content .left .left-box {
  width: 100%;
}
.heading .content .right {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.heading .content .right .diamond-grid {
  display: grid;
  grid-template-columns: 120px 120px;
  grid-template-rows: 120px 120px;
  gap: 10px;
  transform: rotate(45deg);
}
.heading .content .right .diamond-grid .diamond {
  background: rgba(255, 255, 255, 0.85);
  width: 120px;
  height: 120px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.heading .content .right .diamond-grid .diamond:hover {
  background: rgba(0, 45, 121, 0.85);
}
.heading .content .right .diamond-grid .diamond:hover a span {
  color: #fff;
}
.heading .content .right .diamond-grid .diamond a span {
  color: #002D79;
}
.heading .content .right .diamond-grid .diamond.blue {
  background: rgba(0, 45, 121, 0.85);
}
.heading .content .right .diamond-grid .diamond.blue a span {
  color: #fff;
}
.heading .content .right .diamond-grid .diamond .wth-image {
  display: none;
}
.heading .content .right .diamond-grid .diamond a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading .content .right .diamond-grid .diamond a .inner {
  transform: rotate(-45deg);
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.heading .content .right .diamond-grid .diamond a .inner img {
  height: 50px;
  margin-bottom: 8px;
  object-position: center;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .heading .content {
    padding: 60px 40px;
  }
  .heading .content .right .diamond-grid {
    grid-template-columns: 160px 160px;
    grid-template-rows: 160px 160px;
  }
  .heading .content .right .diamond-grid .diamond {
    width: 160px;
    height: 160px;
  }
  .heading .content .right .diamond-grid .diamond a .inner {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .heading .content .right .diamond-grid .diamond a .inner img {
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .heading .content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 60px 80px;
  }
  .heading .content .left {
    width: 45%;
  }
  .heading .content .left .left-box {
    max-width: 520px;
  }
  .heading .content .right {
    width: 50%;
    padding-bottom: unset;
  }
}
@media screen and (min-width: 1280px) {
  .heading .content .right .diamond-grid {
    grid-template-columns: 220px 220px;
    grid-template-rows: 220px 220px;
  }
  .heading .content .right .diamond-grid .diamond {
    width: 220px;
    height: 220px;
  }
  .heading .content .right .diamond-grid .diamond a .inner {
    font-size: 1.25rem;
    line-height: 1.55rem;
  }
  .heading .content .right .diamond-grid .diamond a .inner img {
    height: 75px;
  }
}

.img-symbol {
  width: 100%;
  max-width: fit-content;
  height: auto;
  display: block;
  margin: 35px 20px 0 auto;
}

.vcp-swiper,
.prd-carousel {
  position: relative;
  max-width: 295px;
  width: 100%;
  margin: 0 auto;
}
.vcp-swiper .swiper-slide,
.prd-carousel .swiper-slide {
  flex: 0 0 auto;
  width: 100%;
}
.vcp-swiper .swiper-slide img,
.prd-carousel .swiper-slide img {
  height: 412px;
  width: 206px;
  object-fit: cover;
  object-position: center;
}
.vcp-swiper .swiper-slide:hover,
.prd-carousel .swiper-slide:hover {
  transform: scale(0.95);
}
@media (min-width: 768px) {
  .vcp-swiper,
  .prd-carousel {
    max-width: 590px;
  }
  .vcp-swiper .swiper-slide,
  .prd-carousel .swiper-slide {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .vcp-swiper,
  .prd-carousel {
    max-width: 635px;
  }
  .vcp-swiper .swiper-slide,
  .prd-carousel .swiper-slide {
    width: 33.3333333333%;
  }
}

.vcp-swiper:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(90deg, #002D79 5%, transparent 12%, transparent 88%, #002D79 95%);
}

.prd-carousel:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background: linear-gradient(90deg, #ffffff 5%, transparent 12%, transparent 88%, #ffffff 95%);
}

.generic-banner {
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .generic-banner {
    padding: 95px 0 160px;
  }
}
@media screen and (min-width: 1536px) {
  .generic-banner {
    padding: 15px 0 160px;
  }
}
.generic-banner .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
@media (max-width: 1024px) {
  .generic-banner .content {
    grid-template-columns: 1fr;
  }
}
.generic-banner .content .content-texts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.generic-banner .content .content-texts .btn-img {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .generic-banner .content .content-texts .btn-img {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}
.generic-banner .content .content-texts .btn-img button {
  position: relative;
  background: linear-gradient(135deg, #002D79 0%, #002D79 80%, transparent 80%, transparent 82%, #BDBDBD 82%, #BDBDBD 100%);
  color: white;
  border: none;
  text-align: center;
  padding: 0px 10px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.generic-banner .content .content-texts .btn-img button span {
  display: inline-block;
  padding-right: 50px;
  font-size: 21px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .generic-banner .content .content-texts .btn-img button span {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .generic-banner .content .content-texts .btn-img img {
    width: 100px;
  }
}
.generic-banner .content .content-texts .row-marca {
  margin-bottom: 37px;
}
@media (min-width: 1024px) {
  .generic-banner .content .content-texts .row-marca {
    margin-bottom: unset;
  }
}
.generic-banner .content .content-texts .row-marca .img-holder {
  display: flex;
  align-items: center;
}
.generic-banner .content .content-texts .row-marca .img-holder img {
  width: 100%;
  height: auto;
  max-height: fit-content;
  object-position: center;
  object-fit: cover;
}
.generic-banner .content .content-banner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 1200px) {
  .generic-banner .content .content-banner {
    justify-content: flex-end;
  }
}
.generic-banner .content .content-banner .image img {
  display: block;
  width: 100%;
  max-width: calc(100% - 55px);
  margin-left: auto;
}
@media (min-width: 1536px) {
  .generic-banner .content .content-banner .image img {
    margin-top: 90px;
  }
}
@media (max-width: 1024px) {
  .generic-banner .content .content-banner .image img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .generic-banner .content .content-banner .image img {
    height: 200px;
  }
}

.solutions-content {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .solutions-content {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1024px) {
  .solutions-content {
    padding: 0 64px;
  }
}

/* =========================
   SOLUTIONS - ENERGY
========================= */
.energy-section {
  background-color: #d9d9d9;
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 calc(100% - 100px));
  padding: 170px 0px;
}
@media (min-width: 1024px) {
  .energy-section {
    padding: 260px 0px 165px;
    clip-path: polygon(0 0, 100% 160px, 100% 100%, 0 calc(100% - 160px));
  }
}
@media (min-width: 1280px) {
  .energy-section {
    padding: 305px 0 160px;
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 calc(100% - 200px));
  }
}
@media (min-width: 1536px) {
  .energy-section {
    padding: 305px 0 195px;
    clip-path: polygon(0 0, 100% 200px, 100% 100%, 0 calc(100% - 200px));
  }
}
.energy-section .energy {
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
}
.energy-section .energy .energy-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 1280px) {
  .energy-section .energy .energy-top {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (max-width: 1024px) {
  .energy-section .energy .energy-top {
    grid-template-columns: 1fr;
  }
}
.energy-section .energy .energy-middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 1280px) {
  .energy-section .energy .energy-middle {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (max-width: 1024px) {
  .energy-section .energy .energy-middle {
    grid-template-columns: 1fr;
  }
}
.energy-section .energy .energy-middle .energy-cards-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  align-items: center;
  height: fit-content;
}
.energy-section .energy .energy-middle .energy-cards-carousel .swiper-wrapper .swiper-slide img {
  height: 412px;
  width: 206px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1024px) {
  .energy-section .energy .energy-middle .energy-cards-carousel {
    order: 2;
  }
}
.energy-section .energy .energy-middle .energy-cards-carousel .gradient-mask-left,
.energy-section .energy .energy-middle .energy-cards-carousel .gradient-mask-right {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  background: linear-gradient(to right, #DADADA, transparent);
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 1024px) {
  .energy-section .energy .energy-middle .energy-cards-carousel .gradient-mask-left,
  .energy-section .energy .energy-middle .energy-cards-carousel .gradient-mask-right {
    width: 100px;
  }
}
.energy-section .energy .energy-middle .energy-cards-carousel .cards-swiper {
  width: 100%;
  height: 100%;
  max-height: 412px;
  max-width: 635px;
}
.energy-section .energy .energy-middle .energy-cards-carousel .cards-swiper .swiper-slide:hover {
  transform: scale(0.95);
}
.energy-section .energy .energy-middle .energy-cards-carousel .swiper-button-prev,
.energy-section .energy .energy-middle .energy-cards-carousel .swiper-button-next {
  color: black;
  width: 40px;
  height: 40px;
  z-index: 60;
}
.energy-section .energy .energy-middle .energy-cards-carousel .swiper-button-prev:hover,
.energy-section .energy .energy-middle .energy-cards-carousel .swiper-button-next:hover {
  color: gray;
}
.energy-section .energy .energy-middle .energy-cards-carousel:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #FFFFFF;
  background: linear-gradient(90deg, rgb(217, 217, 217) 5%, transparent 12%, transparent 88%, rgb(217, 217, 217) 95%);
  z-index: 50;
}
.energy-section .energy .energy-middle .energy-texts {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 1024px) {
  .energy-section .energy .energy-middle .energy-texts {
    padding: 20px;
    align-items: center;
  }
}
.energy-section .energy .energy-middle .energy-texts button {
  position: relative;
  background: linear-gradient(135deg, #002D79 0%, #002D79 80%, transparent 80%, transparent 82%, white 82%, white 100%);
  color: white;
  border: none;
  text-align: center;
  padding: 0px 10px;
  cursor: pointer;
  transition: transform 0.2s ease;
  margin-bottom: 15px;
}
.energy-section .energy .energy-middle .energy-texts button span {
  display: inline-block;
  padding-right: 50px;
  font-size: 21px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .energy-section .energy .energy-middle .energy-texts button span {
    font-size: 18px;
  }
}
.energy-section .energy .energy-bottom {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .energy-section .energy .energy-bottom {
    padding: 20px;
  }
}
.energy-section .energy .energy-bottom .energy-bottom-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.energy-section .energy .energy-bottom .energy-bottom-text h2 {
  font-size: 24px;
  color: black;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .energy-section .energy .energy-bottom .energy-bottom-text h2 {
    font-size: 20px;
  }
}
.energy-section .energy .energy-bottom .energy-bottom-text h2 .icon-triangle {
  color: #002D79;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .energy-section .energy .energy-bottom .energy-bottom-text h2 .icon-triangle {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .energy-section .energy .energy-bottom .energy-bottom-text {
    justify-content: flex-end;
  }
}
.energy-section .energy .energy-bottom .energy-images {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 28px;
  margin-bottom: 52px;
}
@media (min-width: 1280px) {
  .energy-section .energy .energy-bottom .energy-images {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .energy-section .energy .energy-bottom .energy-images {
    flex-direction: column;
  }
}
.energy-section .energy .energy-bottom .energy-images .images {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  width: auto;
  column-gap: 15px;
  padding-left: 5px;
  max-width: 200px;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  .energy-section .energy .energy-bottom .energy-images .images {
    margin-right: 20px;
  }
  .energy-section .energy .energy-bottom .energy-images .images:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1536px) {
  .energy-section .energy .energy-bottom .energy-images .images {
    max-width: 250px;
  }
}
.energy-section .energy .energy-bottom .energy-images .images div {
  display: flex;
  align-items: center;
}
.energy-section .energy .energy-bottom .energy-images .images div img {
  max-width: 58px;
  height: auto;
}
.energy-section .energy .energy-bottom .energy-images .images span {
  font-weight: bold;
  font-size: 19px;
  color: black;
  line-height: 24px;
  font-family: "Roboto Bold", "Arial", "sans-serif";
}
@media (max-width: 1440px) {
  .energy-section .energy .energy-bottom .energy-images .images span {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
}

.advantage-bottom {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .advantage-bottom {
    padding: 20px;
  }
}
.advantage-bottom .advantage-bottom-text {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.advantage-bottom .advantage-bottom-text h2 {
  font-size: 24px;
  color: black;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .advantage-bottom .advantage-bottom-text h2 {
    font-size: 20px;
  }
}
.advantage-bottom .advantage-bottom-text h2 .icon-triangle {
  color: #002D79;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .advantage-bottom .advantage-bottom-text h2 .icon-triangle {
    font-size: 20px;
  }
}
.advantage-bottom .advantage-images {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 52px;
}
@media (min-width: 1280px) {
  .advantage-bottom .advantage-images {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .advantage-bottom .advantage-images {
    flex-direction: column;
  }
}
.advantage-bottom .advantage-images .images {
  display: flex;
  flex-direction: row;
  object-fit: cover;
  object-position: center;
  flex: 0 0 auto;
  width: auto;
  max-width: 200px;
  column-gap: 15px;
  padding-left: 5px;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  .advantage-bottom .advantage-images .images {
    margin-right: 20px;
  }
  .advantage-bottom .advantage-images .images:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1536px) {
  .advantage-bottom .advantage-images .images {
    max-width: 250px;
  }
}
.advantage-bottom .advantage-images .images div {
  display: flex;
  align-items: center;
}
.advantage-bottom .advantage-images .images div img {
  max-width: 40px;
  height: auto;
}
@media (min-width: 1360px) {
  .advantage-bottom .advantage-images .images div img {
    max-width: 58px;
  }
}
.advantage-bottom .advantage-images .images span {
  font-weight: bold;
  font-size: 19px;
  color: black;
  line-height: 24px;
  font-family: "Roboto Bold", "Arial", "sans-serif";
}
@media (max-width: 1440px) {
  .advantage-bottom .advantage-images .images span {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.advantage-bottom.blue-bg .advantage-bottom-text h2 {
  color: #fff;
}
.advantage-bottom.blue-bg .advantage-images {
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.advantage-bottom.blue-bg .advantage-images .images span {
  color: white;
}

.brand-pointer {
  margin-top: -12px;
  max-width: 108px;
}

.novus-brand {
  width: 280px;
}
@media (min-width: 1280px) {
  .novus-brand {
    margin-top: 19px !important;
  }
}

.harting-brand {
  max-width: 111px;
}
@media (min-width: 1280px) {
  .harting-brand {
    margin-top: 15px;
  }
}

/* =========================
   BLOG
========================= */
/* =========================
   BLOG - ARTIGO
========================= */
.blog-article {
  font-family: "Roboto", sans-serif;
  max-width: 1450px;
  margin: 0 auto;
  padding: 50px 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: relative;
  gap: 50px;
}
@media (max-width: 1280px) {
  .blog-article {
    padding: 50px 100px;
  }
}
@media (max-width: 1024px) {
  .blog-article {
    padding: 50px 20px;
  }
}
.blog-article .blog-article-top {
  height: 500px;
  width: 1000px;
  border-radius: 35px;
}
@media (max-width: 1024px) {
  .blog-article .blog-article-top {
    height: 300px;
    width: 300px;
  }
}
.blog-article .blog-article-top img {
  height: 100%;
  width: 100%;
  border-radius: 35px;
  object-fit: cover;
  object-position: center;
}
.blog-article .blog-article-middle {
  height: 450px;
  width: 800px;
  border-radius: 35px;
}
@media (max-width: 1024px) {
  .blog-article .blog-article-middle {
    height: 300px;
    width: 500px;
  }
}
@media (max-width: 426px) {
  .blog-article .blog-article-middle {
    height: 300px;
    width: 300px;
  }
}
.blog-article .blog-article-middle img {
  height: 100%;
  width: 100%;
  border-radius: 35px;
  object-fit: cover;
  object-position: center;
}
.blog-article .blog-article-content h2 {
  font-size: 44px;
  font-weight: bold;
  color: black;
}
@media (max-width: 768px) {
  .blog-article .blog-article-content h2 {
    font-size: 28px;
    text-align: center;
  }
}
.blog-article .blog-article-content p {
  font-size: 22px;
  line-height: 1.5;
  color: black;
}
@media (max-width: 768px) {
  .blog-article .blog-article-content p {
    font-size: 18px;
    text-align: center;
  }
}

/* =========================
   BLOG - BANNER
========================= */
.blog-banner {
  background-color: #002D79;
  margin-bottom: -150px;
}
.blog-banner .banner-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .blog-banner .banner-content {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}
.blog-banner .banner-content h1 {
  font-size: 60px;
  font-weight: bold;
  color: white;
}
@media (max-width: 1024px) {
  .blog-banner .banner-content h1 {
    font-size: 40px;
    text-align: center;
  }
}
.blog-banner .banner-content p {
  font-size: 22px;
  color: white;
}
@media (max-width: 1024px) {
  .blog-banner .banner-content p {
    font-size: 18px;
    text-align: center;
  }
}
.blog-banner .banner-content button {
  background-color: #FF7A00;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.blog-banner .banner-content button:hover {
  background-color: #FF5A00;
}
@media (max-width: 1024px) {
  .blog-banner .banner-content button {
    margin-top: 20px;
  }
}

/* =========================
   CONTACTVIEW-FORM
========================= */
.contactview-form {
  z-index: 20;
  position: relative;
  font-family: "Roboto", sans-serif;
  background-color: #d9d9d9;
  padding-top: 70px;
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
  margin-top: -50px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .contactview-form {
    padding-top: 120px;
    clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
    margin-top: -100px;
    padding-bottom: 200px;
  }
}
@media (min-width: 1280px) {
  .contactview-form {
    padding-top: 170px;
    clip-path: polygon(0 0, 100% 115px, 100% 100%, 0 100%);
    margin-top: -115px;
    padding-bottom: 225px;
  }
}
.contactview-form .contact-content {
  max-width: 1450px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .contactview-form .contact-content {
    grid-template-columns: 1fr;
    padding-left: 0px;
  }
}
.contactview-form .contact-content .content-form {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactview-form .contact-content .content-form .form-content {
  width: 100%;
}
.contactview-form .contact-content .content-text h2 {
  color: #002D79;
  font-size: 44px;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  .contactview-form .contact-content .content-text h2 {
    font-size: 28px;
    text-align: center;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .contactview-form .contact-content .content-text h2 {
    font-size: 28px;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.contactview-form .contact-content .content-text .content-middle {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .contactview-form .contact-content .content-text .content-middle {
    margin-top: 25px;
  }
}
.contactview-form .contact-content .content-text .content-middle .content-images {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .contactview-form .contact-content .content-text .content-middle .content-images {
    flex-direction: column;
  }
}
.contactview-form .contact-content .content-text .content-middle .content-images a {
  color: black;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 7px;
}
.contactview-form .contact-content .content-text .content-middle .content-images a:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .contactview-form .contact-content .content-text .content-middle .content-images a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .contactview-form .contact-content .content-text .content-middle .content-images a.address-view {
    display: block;
    max-width: 400px;
  }
}
.contactview-form .contact-content .content-text .content-middle .content-images img {
  height: 70px;
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .contactview-form .contact-content .content-text .content-middle .content-images img {
    font-size: 50px;
    margin-top: 5px;
  }
}
.contactview-form .contact-content .content-text .content-middle .content-images .mails {
  display: block;
  line-height: 22px;
  margin-bottom: 7px;
}
.contactview-form .contact-content .content-text .content-middle .content-images .mails:last-of-type {
  margin-bottom: 0;
}
.contactview-form .contact-content .content-text .medias {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .contactview-form .contact-content .content-text .medias {
    margin-top: 25px;
  }
}
.contactview-form .contact-content .content-text .medias h3 {
  color: black;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .contactview-form .contact-content .content-text .medias h3 {
    font-size: 20px;
    text-align: center;
  }
}
.contactview-form .contact-content .content-text .medias .p-md {
  text-align: center;
  margin-bottom: 7px;
}
.contactview-form .contact-content .content-text .medias .p-md:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .contactview-form .contact-content .content-text .medias .p-md {
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .contactview-form .contact-content .content-text .medias .p-md {
    text-align: start;
  }
}
.contactview-form .contact-content .content-text .medias .icons {
  display: flex;
  gap: 10px;
}
@media (max-width: 1024px) {
  .contactview-form .contact-content .content-text .medias .icons {
    justify-content: center;
  }
}
.contactview-form .contact-content .content-text .medias .icons .icons-circle {
  width: 55px;
  height: 55px;
  border: 2px solid #002D79;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002D79;
  transition: all 0.3s ease;
  text-decoration: none;
}
.contactview-form .contact-content .content-text .medias .icons .icons-circle i {
  font-size: 24px;
}
.contactview-form .contact-content .content-text .medias .icons .icons-circle:hover {
  background-color: #002D79;
  color: white;
}

/* =========================
   CONTACTVIEW - MAP
========================= */
.map-section {
  background-color: #DADADA;
  position: relative;
  z-index: 30;
  margin-top: -50px;
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
}
@media (min-width: 1024px) {
  .map-section {
    margin-top: -170px;
    clip-path: polygon(0 0, 100% 115px, 100% 100%, 0 100%);
  }
}
.map-section .map-container {
  height: 300px;
  margin: 0 auto;
  z-index: 0;
}
@media (min-width: 992px) {
  .map-section .map-container {
    height: 700px;
  }
}
.map-section .icons {
  display: flex;
  gap: 15px;
  position: absolute;
  z-index: 20;
  bottom: 15px;
  right: 15px;
}
@media (max-width: 768px) {
  .map-section .icons {
    position: relative;
    bottom: 0px;
    right: 0px;
    justify-content: center;
  }
}
.map-section .icons .icon {
  background-color: #001e50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 60px;
  border-radius: 15px;
}
.map-section .icons .icon img {
  max-width: 100%;
  height: auto;
}

.mb-high {
  margin-bottom: 50px;
}
@media screen and (min-width: 1280px) {
  .mb-high {
    margin-bottom: 140px;
  }
}

.line-title {
  position: relative;
  width: fit-content;
  margin: 20px auto 50px;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .line-title {
    font-size: 26px;
    line-height: 32px;
    margin: 30px auto 65px;
  }
}
.line-title:before {
  position: absolute;
  content: "";
  width: 75%;
  height: 2px;
  background-color: #000;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.home-store-title {
  font-family: "Roboto Bold", "Arial", "sans-serif";
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .home-store-title {
    font-size: 30px;
    line-height: 34px;
  }
}

.flex-info-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
  column-gap: 25px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .flex-info-holder {
    margin-bottom: 75px;
  }
}
.flex-info-holder .flex-info {
  padding: 0 5px;
  display: grid;
  grid-template-columns: auto 1fr;
  flex: 0 0 100%;
  width: 100%;
  column-gap: 25px;
}
@media screen and (min-width: 640px) {
  .flex-info-holder .flex-info {
    flex: 1 0 50%;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .flex-info-holder .flex-info {
    flex: 1 0 25%;
  }
}
@media screen and (min-width: 1280px) {
  .flex-info-holder .flex-info {
    flex: 0 0 auto;
  }
}
.flex-info-holder .flex-info .img-icon {
  width: 42px;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.flex-info-holder .flex-info .sp-information {
  line-height: 42px;
  font-family: "Roboto Regular", "Arial", "sans-serif";
  font-size: 16px;
  color: #002D79;
}

.swiper-product-card .swiper-button-next,
.swiper-product-card .swiper-button-prev {
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #ccc;
}
.swiper-product-card .swiper-button-next::after,
.swiper-product-card .swiper-button-prev::after {
  font-size: 13px;
  color: #252525;
}
.swiper-product-card .swiper-button-next {
  right: -15px;
}
@media screen and (min-width: 1024px) {
  .swiper-product-card .swiper-button-next {
    right: -35px;
  }
}
@media screen and (min-width: 1280px) {
  .swiper-product-card .swiper-button-next {
    right: -65px;
  }
}
.swiper-product-card .swiper-button-prev {
  left: -15px;
}
@media screen and (min-width: 1024px) {
  .swiper-product-card .swiper-button-prev {
    left: -35px;
  }
}
@media screen and (min-width: 1280px) {
  .swiper-product-card .swiper-button-prev {
    left: -65px;
  }
}

.img-area {
  background-image: url("../../../image/home-store/img-store.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 41.33%;
  margin: 40px 0;
}
@media screen and (min-width: 1024px) {
  .img-area {
    margin: 60px 0px;
  }
}
@media screen and (min-width: 1280px) {
  .img-area {
    margin: 80px 0;
  }
}

.pills-holder {
  padding: 80px 20px 120px;
}
.pills-holder .advantage-pills {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  row-gap: 27px;
}
.pills-holder .advantage-pills .insider-pill {
  flex: 0 0 auto;
  width: 100%;
  border-radius: 8px;
  background-color: #d9d9d9;
  padding: 36px 15px;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .pills-holder .advantage-pills .insider-pill {
    width: 42%;
  }
}
@media screen and (min-width: 1280px) {
  .pills-holder .advantage-pills .insider-pill {
    width: 30%;
  }
}
.pills-holder .advantage-pills .insider-pill.pill-divided {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
}
.pills-holder .advantage-pills .insider-pill div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2b2b2b;
}
.pills-holder .advantage-pills .insider-pill div .pill-img {
  width: 100%;
  max-width: 52px;
  height: auto;
}
.pills-holder .advantage-pills .insider-pill div h4 {
  font-size: 18px;
  font-family: "Roboto Bold", "Arial", "sans-serif";
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  .pills-holder .advantage-pills .insider-pill div h4 {
    font-size: 24px;
    line-height: 26px;
  }
}
.pills-holder .advantage-pills .insider-pill div p {
  font-size: 18px;
  line-height: 20px;
  font-family: "Roboto Regular", "Arial", "sans-serif";
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .pills-holder .advantage-pills .insider-pill div p {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (min-width: 1280px) {
  .pills-holder .advantage-pills {
    row-gap: 0;
  }
}

/* =========================
   BLOG
========================= */
/* =========================
   BLOG - ARTIGO
========================= */
.blog-article {
  font-family: "Roboto", sans-serif;
  max-width: 1450px;
  margin: 0 auto;
  padding: 50px 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: relative;
  gap: 50px;
}
@media (max-width: 768px) {
  .blog-article {
    padding: 50px 20px;
  }
}
.blog-article .blog-article-top {
  height: 500px;
  width: 1000px;
  border-radius: 35px;
}
@media (max-width: 768px) {
  .blog-article .blog-article-top {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 426px) {
  .blog-article .blog-article-top {
    height: 300px;
    width: 300px;
  }
}
.blog-article .blog-article-top img {
  height: 100%;
  width: 100%;
  border-radius: 35px;
  object-fit: cover;
  object-position: center;
}
.blog-article .blog-article-middle {
  height: 450px;
  width: 800px;
  border-radius: 35px;
}
@media (max-width: 768px) {
  .blog-article .blog-article-middle {
    height: 300px;
    width: 500px;
  }
}
@media (max-width: 426px) {
  .blog-article .blog-article-middle {
    height: 300px;
    width: 300px;
  }
}
.blog-article .blog-article-middle img {
  height: 100%;
  width: 100%;
  border-radius: 35px;
  object-fit: cover;
  object-position: center;
}
.blog-article .blog-article-content h2 {
  font-size: 44px;
  font-weight: bold;
  color: black;
}
@media (max-width: 768px) {
  .blog-article .blog-article-content h2 {
    font-size: 28px;
    text-align: center;
  }
}
.blog-article .blog-article-content p {
  font-size: 22px;
  line-height: 1.5;
  color: black;
}
@media (max-width: 768px) {
  .blog-article .blog-article-content p {
    font-size: 18px;
    text-align: center;
  }
}

/* =========================
   BLOG - BANNER
========================= */
.blog-banner {
  background-color: #002D79;
  margin-bottom: -150px;
}
.blog-banner .blog-banner-content {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px 0px 250px 0px;
  position: relative;
}
.blog-banner .blog-banner-content h1 {
  margin-top: 60px;
}
.blog-banner .blog-banner-content .author {
  color: #E3E3E3;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .blog-banner .blog-banner-content .author {
    font-size: 16px;
    text-align: center;
  }
}
.blog-banner .blog-banner-content .gradient-left,
.blog-banner .blog-banner-content .gradient-right {
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.blog-banner .blog-banner-content .gradient-left {
  left: 0;
  background: linear-gradient(to right, #002D79, transparent);
}
@media (max-width: 1024px) {
  .blog-banner .blog-banner-content .gradient-left {
    display: none;
  }
}
.blog-banner .blog-banner-content .gradient-right {
  right: 0;
  background: linear-gradient(to left, #002D79, transparent);
}
@media (max-width: 1024px) {
  .blog-banner .blog-banner-content .gradient-right {
    display: none;
  }
}
.blog-banner .blog-banner-content .middle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 0 150px;
  max-width: 1450px;
}
@media (max-width: 768px) {
  .blog-banner .blog-banner-content .middle {
    padding: 50px 100px;
  }
}
@media (max-width: 426px) {
  .blog-banner .blog-banner-content .middle {
    padding: 20px 20px;
  }
}
@media (max-width: 1024px) {
  .blog-banner .blog-banner-content .middle img {
    height: 100px;
  }
}
.blog-banner .blog-banner-content .middle .buttons-article {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
@media (max-width: 1024px) {
  .blog-banner .blog-banner-content .middle .buttons-article {
    background: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    margin-left: 0px;
  }
}
.blog-banner .blog-banner-content .middle .buttons-article span {
  color: #002D79;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 992px) {
  .blog-banner .blog-banner-content .middle .buttons-article span {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .blog-banner .blog-banner-content .middle .buttons-article span {
    font-size: 20px;
  }
}
.blog-banner .blog-banner-content .middle .buttons-article .btn-tag {
  background-color: #fff;
  border: none;
  padding: 0px 30px;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
}
.blog-banner .blog-banner-content .middle .buttons-article .btn-tag:hover span {
  color: #001e50;
}
@media screen and (min-width: 1025px) {
  .blog-banner .blog-banner-content .middle .buttons-article .btn-tag {
    margin-right: -28px;
    clip-path: polygon(30px 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
  }
  .blog-banner .blog-banner-content .middle .buttons-article .btn-tag:last-of-type {
    padding: 0 15px 0 30px;
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
    margin-right: 0;
  }
  .blog-banner .blog-banner-content .middle .buttons-article .btn-tag:first-of-type {
    padding: 0 30px 0 15px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
  }
}

/* =========================
   BLOG - CARD
========================= */
.blog-cards {
  font-family: "Roboto", sans-serif;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 50px 150px;
  gap: 80px;
  max-width: 1450px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .blog-cards {
    grid-template-columns: 1fr;
    padding: 50px 100px;
  }
}
@media (max-width: 426px) {
  .blog-cards {
    padding: 20px 20px;
  }
}
.blog-cards .blog-card {
  height: 400px;
  display: flex;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 11px;
  cursor: pointer;
}
.blog-cards .blog-card:hover {
  transform: scale(0.95);
}
.blog-cards .blog-card .blog-card-content {
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  padding: 20px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 11px;
  width: 100%;
}
.blog-cards .blog-card .blog-card-content span {
  color: white;
  font-size: 17px;
}
@media (max-width: 1024px) {
  .blog-cards .blog-card .blog-card-content span {
    font-size: 12px;
  }
}
.blog-cards .blog-card .blog-card-content h2 {
  color: white;
  font-size: 22px;
}
@media (max-width: 1024px) {
  .blog-cards .blog-card .blog-card-content h2 {
    font-size: 16px;
  }
}
.blog-cards .blog-card .blog-card-content p {
  font-size: 16px;
  color: #B5B3B3;
}
@media (max-width: 1024px) {
  .blog-cards .blog-card .blog-card-content p {
    font-size: 13px;
  }
}
.blog-cards .blog-card img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 11px;
  object-fit: cover;
  object-position: center;
}
.blog-cards .blog-card .blog-card-dica {
  position: absolute;
  z-index: 10;
  background-color: #002D79;
  color: white;
  padding: 2px 15px;
  border-radius: 25px;
  font-size: 12px;
  right: 15px;
  top: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.blog-cards .blog-card .blog-card-dica:hover {
  transform: scale(1.05);
}

#carousel-banner-0 {
  border: none;
  margin-left: 0;
  margin-right: 0;
}

/* =========================
   CONTACTVIEW
========================= */
/* =========================
   CONTACTVIEW-BANNER
========================= */
.contact-banner {
  background: linear-gradient(90deg, #002D79 0%, #002D79 50%, #DADADA 50%, #DADADA 100%);
  font-family: "Roboto", sans-serif;
}
.contact-banner .content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  position: relative;
}
@media (max-width: 768px) {
  .contact-banner .content {
    grid-template-columns: 1fr;
  }
}
.contact-banner .content .gradient-left,
.contact-banner .content .gradient-right {
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.contact-banner .content .gradient-left {
  left: 0;
  background: linear-gradient(to right, #002D79, transparent);
}
.contact-banner .content .gradient-right {
  right: 0;
  background: linear-gradient(to left, #DADADA, transparent);
}
@media (max-width: 1024px) {
  .contact-banner .content .gradient-right {
    display: none;
  }
}
.contact-banner .content .texts {
  background: linear-gradient(65deg, rgba(0, 45, 121, 0.8509803922) 0%, rgba(0, 45, 121, 0.8509803922) 70%, transparent 70%, transparent 100%);
  padding: 250px 50px 300px 50px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .contact-banner .content .texts {
    padding: 50px 50px 50px 60px;
  }
}
@media (max-width: 768px) {
  .contact-banner .content .texts {
    background: rgba(0, 45, 121, 0.8509803922);
    padding: 50px 50px 50px 50px;
  }
}
.contact-banner .content .texts .content-texts {
  padding-right: 230px;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .contact-banner .content .texts .content-texts {
    padding-right: 0px;
    order: 2;
    align-items: center;
  }
}
.contact-banner .content .texts .content-texts .button-vcp-style p {
  font-size: 14px !important;
}
@media (min-width: 1024px) {
  .contact-banner .content .texts .content-texts .button-vcp-style p {
    font-size: 20px !important;
  }
}

.range-slider {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 30px auto;
}

.range-slider-holder {
  position: relative;
}

.range-holder {
  position: relative;
  margin-top: 25px;
  height: 50px;
}
.range-holder:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #ddd;
  top: 50%;
  transform: translateY(-50%);
}

.range-slider input[type=range] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  top: 50%;
  -webkit-appearance: none;
  background: none;
  z-index: 2;
  transform: translateY(-50%);
}

.range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #002D79;
  cursor: pointer;
  -webkit-appearance: none;
}

.range-slider .slider-track {
  position: absolute;
  height: 4px;
  background: #002D79;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.price-inputs {
  display: flex;
  justify-content: space-between;
}

.price-inputs input {
  width: 45%;
  padding: 5px;
  font-size: 16px;
}

.swiper-category {
  margin-bottom: 45px;
}

.swiper-category .swiper-slide img {
  width: 100% !important;
  max-width: 490px;
  aspect-ratio: 1024/355;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 992px) {
  .swiper-category .swiper-slide img {
    max-width: 670px;
  }
}
@media screen and (min-width: 1280px) {
  .swiper-category .swiper-slide img {
    max-width: 815px;
  }
}

.prd-show-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .prd-show-grid {
    grid-template-columns: auto 1fr;
  }
}
.prd-show-grid .img-select {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .prd-show-grid .img-select {
    flex-direction: column;
  }
}

.price-block-list {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.price-block-list .img-square {
  padding-top: 4px;
}
.price-block-list .img-square img {
  width: 17px;
  height: auto;
  aspect-ratio: auto;
  object-position: center;
  object-fit: cover;
}
.price-block-list h2 {
  font-family: "Roboto Regular", "Arial", "sans-serif";
  line-height: 18px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .price-block-list h2 {
    line-height: 24px;
    font-size: 20px;
  }
}

.price-block-list .price-block-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
}
.price-block-list .price-block-item small {
  font-family: "Roboto Regular", "Arial", "sans-serif";
  font-size: 12px;
}
.price-block-list .price-block-item.price-block-pix h2 {
  color: #32BCAD;
}

.prd-desc,
.prd-specs,
.prd-related {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .prd-desc,
  .prd-specs,
  .prd-related {
    margin-bottom: 60px;
  }
}

.rating-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 25px;
}

.text-holder {
  margin-bottom: 40px;
}

.form-box {
  border: 1px solid #000C38;
  border-radius: 14px;
  padding: 26px;
}

.review-sender {
  display: grid;
  gap: 20px;
  grid-template-columns: 1;
}
@media screen and (min-width: 1024px) {
  .review-sender {
    grid-template-columns: auto 1fr auto auto;
  }
}

.btn-vcp {
  display: block;
  background-color: #002D79;
  border-radius: 9px;
  padding: 6px 32px;
  color: #fff;
  font-family: "Roboto Regular", "Arial", "sans-serif";
  font-size: 15px;
  margin-top: 20px;
  transition: all;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .btn-vcp {
    margin-left: unset;
  }
}
.btn-vcp:hover {
  background-color: #002D79;
  color: #fff;
}

.btn-blue {
  background-color: #002D79;
  color: #fff;
}
.btn-blue:hover {
  background-color: #002D79;
  color: #fff;
}

.btn-checkout-shop {
  background-color: transparent;
  border-color: #002D79;
  color: #002D79;
}
.btn-checkout-shop:hover {
  background-color: transparent;
  border: #002D79;
  color: #002D79;
}

.btn-grey {
  background-color: #9FA6A9;
  color: #fff;
}
.btn-grey:hover {
  background-color: #9FA6A9;
  color: #fff;
}

.btn-red {
  background-color: #f3281f;
  color: #fff;
}
.btn-red:hover {
  background-color: #f3281f;
  color: #fff;
}

.border-t {
  padding-top: 50px;
  border-top: 1px solid #000;
}

.btn-payment-method {
  font-family: "Roboto Regular", "Arial", "sans-serif";
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 2px 28px;
  border: 1px solid #E1E1E1;
  background: transparent;
  border-radius: 5px;
  margin-bottom: 25px;
}

#modalPaymentMethod .modal-content {
  background-color: #fff;
}
#modalPaymentMethod .modal-content .modal-header {
  border-bottom: none;
}
#modalPaymentMethod .modal-content .modal-footer {
  border-top: none;
}

.list-methods {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-inline-start: 0;
  list-style: none;
}
.list-methods img {
  width: 100%;
  max-width: 138px;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.row-cart_add {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
}
.row-cart_add .btn-product_buy {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #5E9941;
}

.btn-favorite {
  border: 1px solid #E1E1E1;
}

.btn-favorite i {
  color: #F15A24;
}

.btn-favorite:hover {
  border-color: #6d6d6d;
}

.btn-favorite:hover i {
  color: #F15A24;
  font-size: 18px;
}

.input-holder {
  width: fit-content;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.input-holder .input-val {
  padding: 8px 12px;
  border: 1px solid #dedede;
  background-color: transparent;
  font-family: "Roboto Regular", "Arial", "sans-serif";
  width: 70px;
  height: 42px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .input-holder .input-val {
    height: 48px;
  }
}
.input-holder .val-less,
.input-holder .val-more {
  padding: 8px 12px;
  height: 42px;
  border: 1px solid #dedede;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .input-holder .val-less,
  .input-holder .val-more {
    height: 48px;
  }
}
.input-holder .val-less {
  border-radius: 4px 0 0 4px;
}
.input-holder .val-more {
  border-radius: 0 4px 4px 0;
}

.below-content {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .below-content {
    justify-content: end;
  }
}

.below-text {
  margin-top: 70px;
}
.below-text .text-content {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 768px) {
  .below-text .text-content {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .below-text .text-content {
    column-gap: 12px;
  }
}
.below-text .text-content p {
  margin-bottom: 0;
}
.below-text .text-content .company-yt {
  margin-bottom: 32px;
  width: 80px;
}
@media (min-width: 768px) {
  .below-text .text-content .company-yt {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .below-text {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .below-text {
    padding: 0 4rem;
  }
}

.panel-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.panel-table .solutions-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  align-items: center;
  list-style-image: url("../../../image/icons/polygon.webp");
  list-style-position: inside;
  flex-wrap: wrap;
}
.panel-table .solutions-list li {
  max-width: fit-content;
}
@media screen and (min-width: 1280px) {
  .panel-table .solutions-list {
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 20px;
  }
}
@media (min-width: 768px) {
  .panel-table {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1280px) {
  .panel-table div {
    flex: 0 0 31%;
    width: 31%;
  }
}
@media (min-width: 1920px) {
  .panel-table div {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
}

@media screen and (min-width: 1536px) {
  #chicotes-carr {
    margin-bottom: -65px;
  }
}
.btn_top {
  padding: 0px 20px;
  border: none;
  display: inline-block;
  background: linear-gradient(135deg, white 0%, white 75%, transparent 75%, transparent 77%, #B4B4B4 76%, #B4B4B4 100%);
  transition: all 0.3s ease;
  font-size: 21px;
  font-weight: bold;
  color: #002D79;
  padding-right: 70px;
}
.btn_top:hover {
  transform: scale(1.03);
  color: #001e50;
}
@media (max-width: 768px) {
  .btn_top {
    margin-top: 20px;
    width: 100%;
  }
}

.list-group .list-group-item {
  transition: all 0.4s ease-in-out;
}
.list-group .list-group-item:hover {
  background-color: rgba(0, 30, 80, 0.5);
  color: #fff;
}

.list-group .list-group-item.active {
  background-color: #001e50;
  font-family: "Roboto Bold", "Arial", "sans-serif";
  border-color: #001e50;
}

/* new filter */
.filtro-box {
  width: 100%;
  background: #fff;
  padding: 10px;
  font-family: Arial, sans-serif;
}

.filtro-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.filtro-count {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: bold;
}

.btn-remover {
  width: 100%;
  background: none;
  border: 1px solid #ccc;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 14px;
}

.btn-remover i {
  font-size: 16px;
}

.filtro-grupo {
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
}

.dropdown-icon {
  float: right;
  margin-top: 3px;
}

.preco-grid {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 15px;
}

.preco-item {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 8px;
  flex: 1;
}

.preco-item .prefixo {
  color: #777;
  margin-right: 5px;
}

.preco-item input {
  border: none;
  width: 100%;
  outline: none;
}

.btn-filtrar {
  background: #002D79;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 3px;
  white-space: nowrap;
}

.range-slider {
  width: 100%;
  appearance: none;
  height: 6px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
}

.range-slider::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

.btn-ofb {
  border: 1px #002D79;
  background-color: #002D79;
  color: #fff;
}
.btn-ofb:hover {
  color: #fff;
  background-color: #001f55;
  border: 1px #001f55;
}

.range-container {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 20px 0 10px;
}

.range-container input[type=range] {
  position: absolute;
  width: 100%;
  top: 10px;
  left: 0;
  height: 6px;
  background: transparent;
  z-index: 3;
  pointer-events: none;
  -webkit-appearance: none;
}

.range-container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 18px;
  height: 18px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 4;
  position: relative;
}

.range-bg {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 6px;
  background: #ddd;
  border-radius: 5px;
  z-index: 1;
}

.range-bg {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 6px;
  background: #ddd;
  border-radius: 5px;
  z-index: 1;
}

.range-fill {
  position: absolute;
  top: 10px;
  height: 6px;
  background: #002D79;
  border-radius: 5px;
  z-index: 2;
}

/* pagination */
.pagination .page-item.active .page-link {
  background-color: #002D79;
}

.btn-favorite {
  margin-top: 50px;
  margin-bottom: 50px;
}

#calc-frete {
  margin-bottom: 40px;
}
#calc-frete label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  font-family: "Roboto Bold", "Arial", "sans-serif";
  font-size: 16px;
  line-height: 16px;
  color: #000;
  text-align: left;
  padding-top: 6px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  #calc-frete label {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }
}
#calc-frete label img {
  width: 32px;
  height: auto;
}
@media screen and (min-width: 1200px) {
  #calc-frete label img {
    width: unset;
  }
}
#calc-frete label a {
  font-family: "Roboto Regular", "Arial", "sans-serif";
  font-size: 15px;
  line-height: 16px;
  color: #000;
}
@media screen and (min-width: 1200px) {
  #calc-frete label a {
    font-size: 12px;
    line-height: 15px;
  }
}
#calc-frete label a:hover {
  text-decoration: underline;
}
#calc-frete label .shipping-img {
  margin-right: 10px;
}
#calc-frete .input-group {
  border: 1px #9CA3AF solid;
  border-radius: 2px;
}
#calc-frete .input-group input {
  border: none;
}
#calc-frete .input-group button {
  position: relative;
  background-color: transparent;
  text-align: center;
  line-height: 43px;
  font-size: 14px;
  font-family: "Roboto Bold", "Arial", "sans-serif";
  color: #252525;
  border: none;
}
#calc-frete .input-group button:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 70%;
  background-color: #9CA3AF;
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  #pane-orders .col-lg-7,
  #pane-orders .col-lg-4 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  #pane-orders #checkout-confirm {
    position: static !important;
  }
}

.sticky-top {
  top: 100px;
}

.btn-form-checkout {
  background-color: #002D79;
  border-radius: 0;
  font-family: "Roboto Regular", "Arial", "sans-serif";
  color: #fff;
  transition: all 0.2s ease;
}
.btn-form-checkout:hover {
  transform: scale(1.03);
  background-color: #002D79;
  color: #fff;
}

.btn-form-inputgroup {
  background-color: #002D79;
  color: #fff;
  font-family: "Roboto Regular", "Arial", "sans-serif";
}
.btn-form-inputgroup:hover {
  background-color: #002D79;
  color: #fff;
}

#carousel-banner-0 .img-fluid {
  max-width: unset;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

.list-customer-styled {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  list-style: none;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .list-customer-styled {
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .list-customer-styled {
    gap: 25px;
  }
}
.list-customer-styled li {
  flex: 0 0 100%;
  width: 100%;
  border: 3px solid #002D79;
  background-color: rgba(0, 45, 121, 0.7);
  border-radius: 8px;
  padding: 1.25rem 2px;
  height: auto;
  transition: all 0.4s ease-in-out;
}
.list-customer-styled li:hover {
  background-color: #002D79;
}
@media screen and (min-width: 400px) {
  .list-customer-styled li {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  .list-customer-styled li {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
}
@media screen and (min-width: 1024px) {
  .list-customer-styled li {
    flex: 0 0 25%;
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .list-customer-styled li {
    flex: 0 0 16.66666%;
    width: 16.66666%;
  }
}
.list-customer-styled li a {
  font-family: "Roboto Medium", "Arial", "sans-serif";
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  color: #fff;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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