.banner-container {
  display: flex;
  justify-content: center;
  margin: 5% 0;
}

.banner-principal {
  width: 87%;
}

.banner-principal img {
  width: 100%;
  height: 80%; /* ou a altura desejada */
  object-fit: cover;
  display: block;
}

.container {
  display: flex;
  justify-content: space-between;
  width: 87vw;
  flex-wrap: wrap;
  margin: 0px auto;
  align-items: flex-start;
}

.banner-container {
display: flex;
justify-content: center;
position: relative;
}

.texto-esquerda {
  flex: 1 1 45%;
  white-space: pre-line;
  font-size: 27px;
  display: flex;
  flex-direction: column;
}

.texto-esquerda strong {
  display: block;
  font-size: 42px;
  margin-bottom: 0.8rem;
  font-family: "Neufile Grotesk Extra Bold", sans-serif;
  text-decoration: underline;
  line-height: 1;
}

.servicos-direita {
  flex: 1 1 45%;
  line-height: 1;
  margin-left: 10%;
  margin-top: -20px;
  font-size: 23px;
  font-family: "Neufile Grotesk Semi Bold", sans-serif;
}

.servicos-direita ul {
  list-style-type: disc;
}

.marcas-grid-wrapper {
width: 100%;
overflow: hidden;
}

.marcas-container {
max-width: 95%;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 15%;
}

.marcas-row img {
filter: grayscale(100%);
background: transparent;
transition: transform 0.3s ease;
}


.marcas-row img:hover {
filter: grayscale(0%);
background: transparent;
transform: scale(1.1);
}

.servicos-direita ul {
list-style: none;
padding-left: 0;
}

.logo-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 130px 0 180px 0;
  overflow: hidden;
}

.bottom-logo {
width: 110vw;
max-width: none;
display: block;
}

#blur-ball {
position: absolute;
width: 700px;       
height: 1000px;
border-radius: 50%;
background: rgba(243, 228, 221, 0.404);
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
pointer-events: none;
box-shadow: 0 0 40px rgba(243, 228, 221, 0.411);
z-index: 2;
transform: translate(-50%, -50%);
will-change: transform;
margin-top: -10%;
}

.slide-track {
display: grid;
grid-template-columns: repeat(6, 1fr); /* valor por defeito: ecrÃƒÆ’Ã‚Â£ grande */
gap: 2rem;
align-items: center;
margin-bottom: 5%;
}

.slide-track img {
max-width: 60px;
max-height: 60px;
object-fit: contain;
justify-self: center;
}

.servicos-direita li {
  margin: 0 0 20px 0;
}

.pc-logo {
display: block;
}

.mobile-logo {
display: none;
}

.idioma-banner{
display: none;
}

.slick-dots{
display: none !important;
}

@media (max-width: 768px) {
.banner-container {
  display: flex;
  justify-content: center;
  margin: 5% 0 8% 0;
}

.servicos-direita ul {
list-style: none;
padding-left: 0;
}

.banner-principal {
  width: 87%;
}

.container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 87vw;
  flex-wrap: wrap;
  margin: 0px auto;
  align-items: flex-start;
}

.banner-container {
display: flex;
justify-content: center;
position: relative;
}


.texto-esquerda {
  flex: 1 1 45%;
  white-space: pre-line;
  font-size: 20px;
}

.texto-esquerda strong {
  display: block;
  font-size: 30px;
  margin-bottom: 0.8rem;
  font-family: "Neufile Grotesk Extra Bold", sans-serif;
  text-decoration: underline;
  line-height: 1;
}
}

@media (min-width: 769px) and (max-width: 1024px) {
.banner-container {
  display: flex;
  justify-content: center;
  margin-top: 3%;
}

.bottom-logo {
width: 105vw;
max-width: none;
display: block;
}

.servicos-direita ul {
list-style: none;
padding-left: 0;
}

.container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 87vw;
  flex-wrap: wrap;
  margin: 0px auto;
  align-items: flex-start;
}

.banner-container {
display: flex;
justify-content: center;
position: relative;
}

.banner-principal img
{
  width: 100%;
  height: 80%;
  object-fit: cover;
  display: block;
}

.texto-esquerda {
  flex: 1 1 45%;
  white-space: pre-line;
  font-size: 35px;
}

.texto-esquerda strong {
  display: block;
  font-size: 52px;
  margin-bottom: 0.8rem;
  font-family: "Neufile Grotesk Extra Bold", sans-serif;
  text-decoration: underline
;
  line-height: 1;
}

.servicos-direita {
  flex: 1 1 45%;
  margin-top: 2%;
  font-size: 22px;
  font-family: "Neufile Grotesk Extra Bold", sans-serif;
  text-decoration: underline;
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}
}

@media (max-width: 576px) {
.servicos-direita {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 20px;
}

.servicos-direita ul {
  list-style: none;
  padding-left: 0;
  list-style-type: disc;
  padding-left: 16px;
  margin-left: 0;
}
}

@media (max-width: 1300px) {
.container {
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding-left: 0;
}

.texto-esquerda,
.servicos-direita {
  width: 100%;
  padding-left: 0;
  margin-left: 0;
}

  .servicos-direita ul {
  list-style: none;
  padding-left: 0;
  line-height: 25px;
  }

  #blur-ball {
    position: absolute;
    width: 150px;
    height: 1000px;
    border-radius: 50%;
    background: rgba(243, 228, 221, 0.404);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    pointer-events: none;
    box-shadow: 0 0 40px rgba(243, 228, 221, 0.411);
    z-index: 2;
    transform: translate(-50%, -50%);
    will-change: transform;
    margin-top: -40%;
  }

}

@media screen and (max-width: 1023px) {
.slide-track {
  grid-template-columns: repeat(4, 1fr);
}
}

@media screen and (max-width: 767px) {
.slide-track {
  grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 479px) {
.slide-track {
  grid-template-columns: repeat(3, 1fr);
}
}

@media (max-width: 768px) {
.pc-logo {
  display: none;
}
.mobile-logo {
  display: block;
  width: 105vw;
}
}

@media screen and (min-width: 2500px) {
.slide-track img {
    max-width: 100px;
    max-height: 120px;
    object-fit: contain;
    justify-self: center;
}
}

@media screen and (min-width: 1080px) {
.slide-track img {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    justify-self: center;
}
}

@keyframes slide {
from { transform: translateX(0); }
to { transform: translateX(100%); }
}

