* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 0.7vw;
}

p {
  margin: 0 !important;
  font-size: 2.84vw;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
  line-height: 1.2;
}

.content-body {
  margin-top: 4.17vw;
  padding: 0 6.15vw;
  display: flex;
  flex-direction: column;
  gap: 12vw;
}

/* INICIO HEADER */

.logo {
  max-width: 25vw;
}

.header-area {
  border-bottom: 2px solid #F3F5F9;
}

.header-area,
.header-area .main-header-area.sticky {
  position: relative;
}

.classy-nav-container {
  background-color: #FFFFFF;
  padding: 0;
}

.classy-navbar-toggler {
    display: block;
}

.navbarToggler {
    width: 6vw;
    height: 3.5vw;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.navbarToggler span {
    height: 0.8vw !important;
    margin: 0 !important;
    width: auto !important;
}

.classy-menu {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: -16.15vw;
    z-index: 1000;
    width: 15.63vw;
    height: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
}

.breakpoint-off .classynav {
    padding-top: 70px !important;
    padding-bottom: 80px !important;
}

.breakpoint-on .classy-navbar .classy-menu {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: -19.375rem;
  z-index: 1000;
  width: 18.75rem;
  height: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
}

.classy-nav-container .classy-navbar .classynav ul li a {
  position: relative;
  z-index: 1;
  font-weight: normal;
  font-size: 1rem;
  text-transform: initial;
  color: #032a74;
}

.classy-nav-container .classy-navbar .classynav ul li a:focus,
.classy-nav-container .classy-navbar .classynav ul li a:hover {
  color: #001949;
}

.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
  font-size: 1rem;
  text-transform: initial;
  height: 2.625rem;
  /* line-height: 11.19vw; */
  padding: 0px 1.875rem;
}

.classynav ul li ul li.has-down>a::after {
  top: 35px;
  right: 0;
}

#nav li a {
  position: relative;
  text-decoration: none;
  padding-bottom: 0.3125rem;
  transition: all 0.3s ease-in-out;
}

#nav li a img {
  width: 13px;
  margin-left: 5px;
}

#nav li a:focus-visible {
  outline: 2px solid #001949;
  outline-offset: 2px;
  border-radius: 1.15vw;
}

#nav li a.active {
  font-weight: 500;
}

#nav li a::after {
  content: "";
  display: block;
  width: 80%;
  height: 0.05vw;
  background-color: #001949;
  position: absolute;
  bottom: 0.10vw;
  left: 50%;
  transform: translateX(-50%);

  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#nav li a:hover::after,
#nav li a.active::after {
  opacity: 1;
}

ul#nav li {
  padding: 0 0 0 0.52vw;
}

.breakpoint-off .classynav ul li {
    display: block;
    position: relative;
    clear: both;
    z-index: 10;
}

a.testing-btn.btn-2 {
  border-radius: 2.3rem;
  color: #FFFFFF;
  box-shadow: 0px 0.24vw 2.50vw 0px rgba(131, 143, 158, 0.92);
  border: none;
  cursor: pointer;
  text-align: center;
  background: #C40109;
  height: 35px;
  /* width: 57vw; */
}

.testing-btn.btn-2 {
  background-color: #001949;
  color: #ffffff !important;
  border-radius: 20px;
  font-size: 0.9rem;
  cursor: pointer;
}

.testing-btn.btn-2:focus,
.testing-btn.btn-2:hover {
  background-color: #ffffff;
  color: #C40109 !important;
}

.dropdown ul.submenu {
  list-style-type: disc !important;
}

.dropdown .submenu li::before {
  color: #001949;
  font-size: 16px;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #001949;
  border-radius: 50%;
}

/* FIM HEADER */

/* INICIO SECTION BANNER */
.welcome-background {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}

.welcome-text {
  display: flex;
  flex-direction: column;
  gap: 6vw;
}

.text-area {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 5vw;
  align-items: center;
}

.welcome-background h1 {
  background: linear-gradient(300.42deg, #004BAB 50.16%, #001F49 70.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 3.6vw;
  margin: 0 auto;
  margin-bottom: 5.5vw;
  position: relative;
  text-align: center;
  width: 100%;
}

.welcome-text p {
  color: #1E1E1E !important;
  font-weight: 400;
  /* font-size: 3.5vw; */
  /* line-height: normal; */
}

.welcome-text p br {
  display: none;
}

.btn-automacao {
  width: 50vw;
  height: 8vw;
  display: flex;
  border-radius: 50vw;
  color: #FFFFFF!important;
  box-shadow: 0px 3.45px 33.13px 0px #0479EEA8;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700 !important;
  font-size: 3vw;
  line-height: 107%;
  border: none;
  cursor: pointer;
  background: #054697;
  transition-duration: 500ms !important;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

.btn-automacao:hover,
.btn-automacao:active,
.btn-automacao:focus {
  background: #002E6C !important;
  color: #FFFFFF !important;
  outline: none;
  text-decoration: none;
}

.container-video {
  margin: 0 auto;
  width: 100%;
}

.video-iframe {
  position: relative;
  display: flex;
  width: 78.1vw;
  /* height: 53vw; */
  aspect-ratio: 16/9;
  margin: 0 auto;
}

.video-iframe iframe {
  border-radius: 18px;
  /* height: 38vw; */
  /* width: 70vw; */
  height: 100%;
  width: 100%;
}

/* FIM SECTION BANNER */

/* INICIO SECTION INSCRIÇÃO */
.inscription-section {
  display: flex;
  align-items: center;
  width: 81.3vw;
  height: 24vw;
  margin: 0 auto;
}

.inscription-button {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-decoration: none;
  flex-direction: column;
  width: 100%;
  border: 1px solid #8598B4;
  border-radius: 2.5vw;
  padding: 3vw 5vw;
  gap: 3.5vw;
  height: 100%;
}

.inscription-button .img-assinatura-mobile {
  display: block;
  width: 4vw;
  height: auto;
  margin-right: 2vw;
}

.inscription-button .inverse-img {
  display: none;
}

.inscription-text {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-direction: row-reverse;
}

.inscription-text p {
  text-align: left;
  line-height: normal;
  word-wrap: break-word;
  font-size: 2.4vw;
  font-weight: 600;
  color: #8598B4;
}

.inscription-text p br:nth-child(2) {
  display: none;
}

.inscription-text img {
  width: 12vw;
}

.btn-assinatura {
  display: flex;
  border-radius: 1.1vw;
  font-size: 2.7vw;
  font-weight: 600;
  color: #ffffff;
  background-color: #8598B4;
  padding: 3.5vw 1.6vw;
  text-wrap: nowrap;
  width: 44vw;
  height: 5vw;
  justify-content: center;
  align-items: center;
}

.btn-assinatura .img-assinatura-desktop,
.btn-assinatura .img-assinatura-desktop-hover {
  display: none;
}

/* FIM SECTION INSCRIÇÃO */

/* INICIO SECTION BENEFICIOS */

.beneficios-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  gap: 20px;
}

.beneficios-container {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.beneficios-container img:first-of-type {
  display: none !important;
}

.metologia-container {
  display: flex;
  flex-direction: column;
  padding-top: 5vw;
}

.metologia-card {
  padding: 3vw 3vw 2vw;
  border-radius: 10px;
  margin-bottom: 5vw;
}

.metologia-card h4{
  font-size: 3.2vw;
  font-weight: 700;
}

.metologia-card p {
  font-size: 2.73vw;
  font-weight: 400;
  text-align: justify;
  word-break: keep-all;
}

.metologia-card:nth-of-type(1) h4{
  color: #5994BD;
  box-shadow: 0px 3.01px 3.01px 0px #3393C90F;
}

.metologia-card:nth-of-type(1) {
  border: 1px solid #91BEDD;
}

.metologia-card:nth-of-type(2) h4{
  color: #0F7AC4;
  box-shadow: 0px 3.01px 3.01px 0px #3393C90F;
}

.metologia-card:nth-of-type(2) {
  border: 1px solid #0F7AC4;
}

.metologia-card:nth-of-type(3) h4{
  color: #1C5380;
  box-shadow: 0px 3.01px 3.01px 0px #3393C90F;
}

.metologia-card:nth-of-type(3) {
  border: 1px solid #1C5380;
}

.metologia-card:nth-of-type(4) h4{
  color: #08204D;
  box-shadow: 0px 3.01px 3.01px 0px #3393C90F;
}

.metologia-card:nth-of-type(4) {
  border: 1px solid #08204D;
  margin-bottom: 0 !important;
}

.beneficios-section h1 {
  background: linear-gradient(300.42deg, #004BAB 45.16%, #001F49 70.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 4.1vw;
  text-align: center;
  margin-bottom: 3.5vw;
}

.beneficios-section h1 br:nth-child(2) {
  display: none;
}

.beneficios-section h1:last-of-type {
    background: linear-gradient(300.42deg, #000000 45.16%, #1a1a1a 70.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 3vw;
    font-size: 3.7vw;
}

.beneficios-section p {
  color: #1E1E1E;
  /* font-size: 0.95vw; */
  /* text-align: center; */
  font-weight: 400;
  /* line-height: normal; */
  margin-bottom: 3vw !important;
}

.beneficios-section p br {
  display: none;
}

.container-solicitar-poc {
  width: 90%;
  border: 0.26px solid #8598B4;
  border-radius: 1.81vw;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 2vw 1.6vw;
  margin: 0 auto 7vw;
  gap: 0.8vw;
}

.container-solicitar-poc h3 {
  text-align: center;
  font-size: 3vw;
  text-transform: uppercase;
  background: #8598B4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container-solicitar-poc p {
  width: 100%;
  text-align: center !important;
  color: #1E1E1E;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 3vw !important;
}

.btn-beneficios {
  border-radius: 50px;
  color: #FFFFFF !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700 !important;
  font-size: 3vw;
  line-height: 107%;
  border: none;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(300.42deg, #004BAB 5.16%, #001F49 65.7%);
  box-shadow: 2px 3px 10px 3px rgb(4 98 193 / 35%);
  transition-duration: 500ms !important;
  padding: 2.5vw 3.5vw;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.btn-beneficios:hover,
.btn-beneficios:active,
.btn-beneficios:focus {
  background: #ffffff !important;
  color: #001949 !important;
  outline: none;
  text-decoration: none;
  border: 3px solid #001949;
}

/* FIM SECTION BENEFICIOS */

/* INICIO SECTION SLIDE */
.slide-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 1.6vw;
  width: 100vw; /* ocupa 100% da viewport */
  margin-left: calc(50% - 50vw); /* “escapa” do padding do pai */
}

.slide-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slide-container img {
  width: 100%;
}

.slide-container img:first-of-type {
  display: none;
}

.slide-container img:first-of-type {
  display: none;
}

.slide-container img:last-of-type {
  margin-top: 4vw;
}

.slide-container-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5vw;
  width: 100%;
}

.slide-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 5vw 3vw 5vw;
  border-radius: 10px;
  margin-bottom: 2vw;
}

.card-conteudo {
  display: flex;
  flex-direction: column;
}

.slide-card h4{
  font-size: 9vw;
  font-weight: 700;
  margin-right: 2.5vw;
}

.slide-card p {
  font-size: 2.155vw;
  font-weight: 500;
  text-align: left;
  word-break: keep-all;
  margin-bottom: 1.5vw !important;
}

.slide-card:nth-of-type(1) h4{
  color: #0479EE;
  box-shadow: 0px 3.01px 3.01px 0px #3393C90F;
}

.slide-card:nth-of-type(1) {
  border: 0.5px solid #0479EE;
}

.slide-card:nth-of-type(2) h4{
  color: #0462C1;
  box-shadow: 0px 3.01px 3.01px 0px #3393C90F;
}

.slide-card:nth-of-type(2) {
  border: 1px solid #0462C1;
}

.slide-card:nth-of-type(3) h4{
  color: #034D9B;
  box-shadow: 0px 3.01px 3.01px 0px #3393C90F;
}

.slide-card:nth-of-type(3) {
  border: 1px solid #034D9B;
}

.slide-card:nth-of-type(4) h4{
  color: #002E6C;
  box-shadow: 0px 3.01px 3.01px 0px #3393C90F;
}

.slide-card:nth-of-type(4) {
  border: 1px solid #002E6C;
}

.slide-card:nth-of-type(5) h4{
  color: #001532;
  box-shadow: 0px 3.01px 3.01px 0px #3393C90F;
}

.slide-card:nth-of-type(5) {
  border: 1px solid #001532;
  margin-bottom: 0 !important;
}

.slide-section h1 {
  background: linear-gradient(300.42deg, #004BAB 50.16%, #001F49 70.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 3.7vw;
  margin-bottom: 2.831.6vw;
  text-align: center;
}

/* FIM SECTION SLIDE */

/* INICIO SECTION TECNOLOGIAS */
.tecnologias-section {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.tecnologias-container {
  /* background: linear-gradient(300.42deg, #EFF0F9 25.16%, #F9F9FB 85.7%); */
  width: 100%;
  padding: 1.6vw;
  border-radius: 1.81vw;
  text-align: center;
}

.tecnologias-container img:first-of-type {
  display: none; 
}

.tecnologias-container h1 {
  font-weight: 700;
  font-size: 3.8vw;
  color: #001F49;
  margin-bottom: 3vw !important;
}

.img-outsourcing-desktop {
  display: none;
}

.tecnologias-container p {
  font-size: 2.84vw !important;
  color: #1E1E1E;
  margin-bottom: 4vw !important;
}

.tecnologias-container p br {
  display: none;
}

/* FIM SECTION TECNOLOGIAS */

/* INICIO SECTION VANTAGENS */
.vantagens-section {
  width: 100%;
  background: transparent;
}

.vantagens-section .vantagens-area .vector-vantagens {
  margin-right: -3vw;
  /* background-color: black; */
}

.vector-vantagens {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  /* gap: 60px; */
  margin-bottom: 4.17vw;
  overflow: hidden;
}

.vector-vantagens .vector-img {
  display: none;
}

.vector-vantagens .vector-text {
  font-size: 3.6vw;
  padding-left: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #001F49;
  white-space: nowrap;
}

.vantagens-container {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  column-gap: 18vw;
  row-gap: 10vw;
}

.vantagens-projeto {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 2vw;
}

.vantagens-projeto div {
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px 0px #00000040;
  width: 8.8vw;
  height: 8.8vw;
  padding: 1.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.50vw;
}

.vantagens-projeto img {
  /* display: block; */
  width: 80%;
  /* height: 1.6vw; */
  object-fit: contain;
}

.vantagens-text {
  /* font-size: 3.04vw; */
  font-weight: 600;
  border-bottom: 1px solid #141414;
  color: black;
  display: inline-block;
  padding-bottom: 0.38vw;
  margin-bottom: 12px;
}

.text-infos {
  color: #141414;
  font-weight: 400;
  /* font-size: 1.18vw; */
  text-align: justify;
}

/* FIM SECTION VANTANGENS */

/* INICIO SECTION FORMULÁRIO */
.formulario-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* width: 80%; */
  /* margin: 2vw auto; */
  /* padding: 1.6vw; */
  gap: 3.33vw;
}

.formulario-text {
  font-size: 3.3vw;
  font-weight: 400;
  color: rgba(0, 75, 171, 1);
  text-align: center;
  width: 80%;
}

.formulario-text br {
  display: none;
}

.cta {
  background: linear-gradient(300.42deg, #004BAB 32.16%, #001F49 65.7%);
  box-shadow: 2px 3px 10px 3px rgb(4 98 193 / 35%);
  color: #fff;
  font-size: 3.07vw;
  font-weight: 800 !important;
  border-radius: 50vw;
  cursor: pointer;
  width: 52.3vw;
  height: 9.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta:hover,
.cta:active,
.cta:focus {
  background: #002E6C !important;
  color: #FFFFFF !important;
  box-shadow: 0px 0px 65.18px 5.23px #01478EBF;
}

/* FIM SECTION FORMULÁRIO */

.uza-portfolio-area .container {
  width: 100% !important;
  max-width: 100% !important;
}

.uza-portfolio-area {
  margin-bottom: 10vw;
}

.container-slides {
  max-width: 100% !important;
}

.carrossel-title {
  font-size: 2.84vw;
  font-weight: 700;
  color: #001F49;
  margin-left: auto;
  margin-right: auto;
}

.p-4 {
  padding: 0 !important;
}

.single-portfolio-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 3vw;
  overflow: hidden;
  margin: 1.6vw auto !important;
}

.single-portfolio-slide:focus,
.single-portfolio-slide:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-portfolio-slide img {
  max-height: 100%;
  max-width: 80%;
  object-fit: contain;
}

.portfolio-sildes {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}

.owl-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.owl-stage-outer {
  margin: 0 0 1.6vw 0;
}

.owl-dots {
  position: absolute;
  bottom: 1.45vw;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.portfolio-sildes .owl-dots .owl-dot {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  max-width: 0.4vw;
  margin: 0 0.25vw;
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #C40109;
  transition: background-color 0.5s ease;
}

.portfolio-sildes .owl-dots .owl-dot.active {
  background: #C40109;
  width: 0.7vw;
  height: 0.7vw;
}

.footer-area {
  background: #C40109;
  padding: 6.5vw 6.5vw 2vw 6.5vw !important;
}

footer p {
  text-decoration: underline;
}

.footer-content a {
  font-size: 2.2vw !important;
}

.single-footer-widget .footer-social-info a {
  width: 25px;
  height: 25px;
  color: #C40109 !important;
  line-height: 26px !important;
  margin-left: 10px;
}

.single-footer-widget .footer-social-info a:nth-child(1) {
  margin-left: 0 !important;
}

.single-footer-widget .footer-social-info a:hover,
.single-footer-widget .footer-social-info a:active {
  background: #C40109 !important;
  color: #fff !important;
}

.logo-footer {
  max-width: 5.2vw;
  margin-right: 2.86vw;
}

.text-center-footer {
  font-size: 3vw;
  color: #FFFFFF;
  font-weight: 400;
  margin: 0.78vw 0 0 0;
}

.text-center a:hover,
.text-center a:focus {
  font-family: "Montserrat";
  background-color: #ffffff !important;
  color: #001949 !important;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 600;
}

.footer-content a:hover,
.footer-content a:focus {
  font-family: "Montserrat";
  background-color: #ffffff !important;
  color: #001949 !important;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  text-decoration: none;
}

.text-center a {
  font-weight: 700 !important;
  /* text-decoration: underline; */
}

.btn-whatsapp {
  position: fixed;
  bottom: 15px;
  right: 20px;
  width: 12vw;
  height: 12vw;
  z-index: 1000;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0.4vw 0.8vw rgb(115 113 113 / 30%);
  transition: transform 0.2s ease-in-out;
  display: none;
}

.whatsapp-float:hover,
.whatsapp-float:active {
  transform: scale(1.1);
}

.testing-btn {
  display: flex;
}

@media screen and (orientation: landscape) and (max-width: 1000px) {
  .btn-whatsapp {
    width: 8vw;
    height: 8vw;
    box-shadow: 0 0.8vw 1.6vw rgb(115 113 113 / 30%);
  }
}

.container-mobile {
  flex-direction: row !important;
  flex-wrap: nowrap;
  justify-content: left !important;
}

.container-logo {
  display: none !important;
}

.container-contato {
  padding-left: 0;
  justify-content: left !important;
  flex: 0 0 0 !important;
}

.container-redes-sociais {
  justify-content: right !important;
  flex: 0 0 50% !important;
  flex-direction: column;
}

.single-footer-widget .widget-title {
  text-align: left;
  font-size: 4vw;
}

.footer-social-info {
  margin-bottom: 5vw;
}

.img-logo {
  max-width: 20vw;
}

.widget-logo {
  position: absolute;
  bottom: 0;
  right: 15px;
}

.carousel {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 1100px;
  background: #ffffff;
  /* box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08); */
  overflow: hidden;
}

.row {
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
  border-radius: 8px;
  background: transparent;
}

.row-scroller {
  display: flex;
  gap: 12px;
  align-items: center;
  animation: scrollLR 35s linear infinite;
  transform: translateX(0);
  will-change: transform;
  padding: 8px 4px;
}

.row-scroller img {
  display: block;
  width: 240px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  /* box-shadow: 0 4px 14px rgba(2,6,23,0.06); */
  flex-shrink: 0;
}

@keyframes scrollLR {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}