/* index */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1e1e1e;
  padding: 1rem 2rem;
  color: white;
  background-color: #f0f0f0;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-links {
  display: flex;
  gap: 1rem;
}

.nav-links a {
  font-family: 'Work Sans', sans-serif;
  /* Aplica a fonte Work Sans */
  font-weight: bold;
  font-size: 16px;
  color: black;
  text-decoration: none;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #00aaff;
}

.menu-toggle {
  display: none;
  font-size: 1.5rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.top-img-background{
  width: 100%;
  height: 100%;
  background-color: #141414;
}

.top-img-background img{
  width: 100%;
  height: 100%;
/*   transition: all 0.3s ease; */
}

/*slider home*/
/* Contêiner que envolve o carrossel e o texto */
.carrossel-container {
  position: relative;
  width: 100%;
  height: 947px;
  overflow: hidden;
}

/* Estilo do carrossel */
.carrossel {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: calc(100% * 3);
  height: 100%;
  animation: slide 15s linear infinite;
}

.carrossel img {
  width: calc(100% / 3);
  height: 100%;
  object-fit: cover;
}
 
.container-texto-sobreposto {
  position: absolute;
  top: 20%; 
  left: 0;
  width: 100%; 
  height: 100%;
  z-index: 101;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.top-mobile-text{
  display: none;
  transition: all 0.5s linear;
  font-family: "Jost";
  font-size: 1.5rem;
  font-weight: 600;
  color: #f1f1f1;
  line-height: 1.15rem;
  margin: 0 auto;
  padding-top: 20%;
}

.mobile-lines{
  display: none;
}

/* animation */
svg {
    width: 100%;
    height: 50px;
}

line {
    stroke: #e45e2b;
    /* cor das linhas */
    stroke-width: 4;
    stroke-linecap: round;

    /* Animação */
    stroke-dasharray: 300;
    /* comprimento virtual */
    stroke-dashoffset: 300;
    /* começa fora da tela */
    animation: draw 1s ease forwards;
}

/* Pequeno delay em cada linha */
line:nth-child(1) {
    animation-delay: 0s;
}

line:nth-child(2) {
    animation-delay: 0.2s;
}

line:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
        /* linha aparece da direita p/ esquerda */
    }
}

.title-cases{ 
  display: none;
  font-family: 'Jost';
  color: #f0f0f0;
}

.text-section {
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.scroll-text {
  font-size: 2.92rem;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s ease-out;
  color: white;
}

.container-sobre {
  width: 100%;
  min-height: 100vh;
}

.background-gradient{
  height: auto;
  width: auto;
  background: linear-gradient(180deg, rgba(14, 14, 14, 1) 0%, rgba(10, 25, 29, 1) 45%, rgba(0, 58, 75, 1) 95%);
}

.svg-corner{
  position: absolute; 
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  z-index: 2;
}

.wrap-content{
  position: relative;
  z-index: 5;
}

.container-sobre img:first-child {
  left: 0;
  top: 0;
}

.container-sobre img:nth-child(2) {
  right: 0;
  top: 0;
}

.container-sobre-1 {
  display: flex;
  justify-content: start;
  align-items: start ;
  /* background: #0E0E0E;
  background: linear-gradient(180deg, rgba(14, 14, 14, 1) 0%, rgba(10, 25, 29, 1) 45%, rgba(0, 58, 75, 1) 95%); */
  width: 100%;
  /* min-height: 1449px; */
  padding-top: 2.5%;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  gap: 60px;
  width: 100%;
  /* max-width: 1353px; */
  padding: 2rem;
/*   margin-top: 220px; */
/*   margin: 8% 12% 0% 12%; */
  z-index: 3;
}

.container-sobre-1-text {
  display: flex;
  text-align: center;
  justify-content: center;
  color: white;
  font-family: 'Jost','Montserrat', sans-serif;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
}

.container-sobre-1-text h1 {
  font-weight: 700;
/*   font-size: clamp(2.5rem, 5vw, 3.5rem); */
  font-size: 2.75rem;
  line-height: 3.34rem;
  letter-spacing: 1px;
  width: 100%;
  white-space: wrap;  
}

.container-sobre-1-text h2 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 19.5px;
  color: #A3a3a3;
  letter-spacing: 2px;

}

.container-sobre-1-text-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: white;
  font-family: 'Poppins', sans-serif;
  align-self: center;
}

.container-sobre-1-text-3 h1 {
  font-size: 40px;
  font-family: 'DM Sans', 'Poppins', sans-serif;
  line-height: 1.6;
  margin-bottom: 0.3rem;
  font-weight: 700;
}

.container-sobre-1-text-3 h3 {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
}

.container-sobre-1-text-3 p {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
}

.container-sobre-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 761px;
  z-index: 2;
  background: #0E0E0E;
  background: linear-gradient(1deg, rgba(14, 14, 14, 1) 0%, rgba(10, 25, 29, 1) 45%, rgba(0, 58, 75, 1) 95%);
}

.mapa-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  z-index: 3;
}


/* Animação para o carrossel */
@keyframes slide {
  0% {
    transform: translateX(0);
  }

  33.33% {
    transform: translateX(-33.33%);
  }

  66.66% {
    transform: translateX(-66.66%);
  }

  100% {
    transform: translateX(0);
  }
}

.wrapper-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;

}

/* grid */
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  z-index: 3;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.flex-grid {
  display: flex;
  justify-content: center;
  align-items: center;
/*   flex-direction: row; */
  gap:3.12rem;
  width: 100%;
  height: 100%;
}

.item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1%;
}

.item h2{
  color: #f1f1f1;
  font-weight: bold;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.845rem;
} 

.item-extra {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: white;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
}

.item-extra-2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: white;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
}

.grid-container-icon {
  width: 2.2rem;
  height: 2.2rem;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAlCAYAAAA0lXuOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG9SURBVHgB7Zg/TsMwFMa/Z4U9EmVgKzcoC0q33qDlBKhbs3EDegPUBTr2BogT0I2M5QZZgUoNE0WBPp5DKwWG/HGMlEr5LU1U2/1qx+/LZ4IhS/9sQFDXu3sG2nl9CAgPb4MTGODAFFYuU744W5gLTREzMmfpgEhmngeogBWhx9MgzPr+ZeS9KUIlFPaERqhtGqG2aYTaZm+E/ir4q8ueu16vXaeAb29AHaUdviSvI68HAxKhq5HXjoHx18d7X+zOLdKRDETqFxciPMAAR4v8lM4qmUUCMUJYRgSG8jFHSZI/tl1dEh+eiQ9fJIMxhkfTYI6aII/JWFbgSl8rRdzXFwye1EnkX2TFf55JxRShxjR11Da1FprOYbUV+ux3B7oa6Wtm3NPS97aVmxeyscpvKKKodfN4ntVk6XfvxCA6KIhUIHe3yeUuiplOUxZKhQdKQ8xhfit2i8Tp1KjbbpjHoKHOZI4u8jAhqb9UMlnSQtZxkt9sI7OoFunQ6LSmwQwGiGto3y4nlDky/b2mPNmmEWqbRqhtGqG2qXzsqH1ZR4bsNkn2qYSF81Fyd7nmPzEWqsMglUyWchbwBEO+Af/pgqS9TSqhAAAAAElFTkSuQmCC');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.linha {
  width: 203px;
  height: 2px;
  background-color: #EC6938;
  margin: 10px auto;
}

.carousel-cases{
  position: relative;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding: 20px;
  -ms-overflow-style: none;  /* IE e Edge antigos */
  scrollbar-width: none;     /* Firefox */
  z-index: 3;
}

.carousel-cases:active {
  cursor: grabbing;
}

.carousel-item {
  flex: 0 0 auto;
  min-width:  637px;
  max-width: 637px;
  min-height: 357px;
  width: auto;
  height: auto;
  margin: 15px;
  color: white;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  user-select: none; /* impede selecionar texto ao arrastar */
  /* border-style: solid; */
  /* border-color: #e5e7e9; */
  box-shadow: 10px 5px 10px 5px rgba(14,14,14,14.10);
  transition: all 0.2s linear;
}

.carousel-item:hover{
  transform: scale(1.08);
}

.carousel-item h2:hover{
  text-shadow: #ffffff 1px 0 10px;
}

.carousel-item h2{
  font-family: 'Jost';
  font-weight: bold;
  font-size: 2.278rem;
  margin: 22px;
  text-align: center;
}

.carousel-item img{
  width: 100%;
  height: 100%;
  max-width: 360px;
  min-width: 100px;
  pointer-events: none;
}

.carousel-item.one {
  background: 
    url("/assets/img/bg_img_carousel_cases.svg"),
    linear-gradient(
      180deg,
      rgba(7, 27, 33, 1) 0%,
      rgba(7, 27, 33, 1) 22%,
      rgba(0, 58, 72, 1) 72%
    );
    
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-item.two{
  background: 
    url("/assets/img/bg_img_carousel_cases.svg"),
    linear-gradient(180deg,
    rgba(27, 27, 27, 1) 61%,
    rgba(66, 65, 65, 1) 100%
    );
  background-size: cover;
}

.carousel-item.three{
  background: 
  url("/assets/img/bg_img_carousel_cases.svg"),
  linear-gradient(
    180deg,
    rgba(27, 32, 33, 1) 0%,
    rgba(35, 34, 34, 1) 41%,
    rgba(53, 53, 53, 1) 100%
   );
    
  background-size: cover;
}

.carousel-item.four{
  background: 
  url("/assets/img/bg_img_carousel_cases.svg"),
  linear-gradient(
    180deg,
    rgba(27, 32, 33, 1) 0%,
    rgba(35, 34, 34, 1) 41%,
    rgba(53, 53, 53, 1) 100%
   );
    
  background-size: cover;
}

.carousel-item.five{
  background: 
  url("/assets/img/bg_img_carousel_cases.svg"),
  linear-gradient(
    180deg,
    rgba(27, 32, 33, 1) 0%,
    rgba(35, 34, 34, 1) 41%,
    rgba(53, 53, 53, 1) 100%
   );
    
  background-size: cover;
}

  /* Esconde scrollbar no Chrome */
.carousel-cases::-webkit-scrollbar {
  display: none;
}


.move{
  cursor: grabbing;
}

.container-cases h1{
  font-family: 'Jost';
  font-size: 44px;
  color: #f1f1f1;
}

.linha-esquerda,
.linha-direita {
  position: absolute;
  width: 45%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.linha-esquerda {
  left: 0;
}

.linha-direita {
  right: 0;
}

.container-sobre-2,
.mapa-wrapper {
  align-self: center;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  /* opcional: centraliza verticalmente */
  z-index: 2;
}

.img-centralizada {
  width: 708px;
  height: 634px;
  object-fit: cover;
}

.enderecos-info {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 16%;
  margin-bottom: 40px;
  z-index: 5;
  text-align: left;
}

.enderecos-info h1 {
  color: #EC6938;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.enderecos-info p {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.info-container {
  position: relative;
  background-color: #0D1416;
  min-height: 600px;
  z-index: 1;
  overflow: hidden;
}

.linhas-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  display: block;
}

.info-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
}

.info-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4vw 2vw 4vw 6vw;
  color: #fff;
}


.text_logo img {
  width: 100%;
  max-width: 410px;
  height: auto;
  display: block;
}

.text_logo .subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #fff;
  margin-left: 1rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.info-main-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.info-main-text .underline {
  border-bottom: 4px solid #4FC3F7;
  display: inline;
  padding-bottom: 2px;
}

.info-secondary-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin-top: 1.5rem;
  letter-spacing: 1px;
}

.info-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0vw 0vw 0vw 0vw;
}

.info-right img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  margin: 0vw 0vw 2vw 0vw;
}


.carrossel-clients {
  background: #fff;
  padding: 32px 0 24px 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.carrossel-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 16px;
  color: #222;
}

.swiper {
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  background-color: transparent;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  position: relative;
}

.swiper-clients{
  max-height: 309px;
}

.swiper-wrapper {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: transparent ;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.swiper-pagination {
  bottom: 10px !important;
  display: none !important;
}

.link-portifolio {
  position: relative;
  background-color: #0D1416;
  min-height: 200px;
  z-index: 1;
  overflow: hidden;
}

.link-portifolio-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  display: block;
}

.btn-portifolio,
.btn-portifolio:hover,
.btn-portifolio:focus {
  text-decoration: none;
}

.container-links{
  text-decoration: none;
  color: #ffffff;
}

.btn-portifolio {
  position: relative;
  z-index: 2;
  background: #e5e7e9;
  color: #222;
  font-family: 'Poppins', 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  border: none;
  border-radius: 999px;
  padding: 12px 40px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  box-shadow: none;
  outline: none;
  margin: 0 auto;
  display: block;
}

.btn-portifolio:hover {
  background: #d1d5d8;
  color: #EC6938;
}

.link-portifolio {
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (max-width: 1200px) {
  .content-wrapper{
    padding:  2rem 2rem 0rem 2rem;
  }

  .carousel-cases{
    margin: 0;
    padding: 0px 20px 20px 20px;
  }

 .text-section h1{
    display: none;
  }

  .top-mobile-text{
    display: block;
  }

  .top-mobile-text{
    font-size: clamp(1.5rem, 3.2vw, 2.5rem);
  }

  .wrapper-grid h2{
    font-size: clamp(0.674rem, 2.8vw, 2.2rem);
  }

  .grid-container-icon{
    width:  clamp(0.674rem, 2.8vw, 2.2rem);
    height:  clamp(0.674rem, 2.8vw, 2.2rem);
  }

  .flex-grid{
    gap: clamp(0.674rem, 2.8vw, 2.2rem);
  }

  .item{
    margin: 2%;
    gap: 0.5rem;
  }

  .carousel-item{
    min-width: inherit;
    min-height: inherit;
    height: clamp(200px, 25vh, 300px);
    width: clamp(300px, 50vw, 400px);
  }

  .carousel-item img{
    height: 80%;
  }

  
  .carousel-item h2{
    font-size: clamp(1.28rem, 2.8vw, 2.5rem);
  }


}

@media (max-width: 900px) {

  .top-mobile-text{
    font-size: clamp(1.5rem, 3.2vw, 2.5rem);
    line-height: 1.5rem;
    padding: inherit;
    margin: 10%;
  }

  .swiper-clients{
    display: none;
  }

  .content-wrapper{
    gap: 0px;
  }

  .mobile-lines{
    display: block;
  }

  .container-sobre-1-text h1{
    font-size: clamp(1.28rem, 2.8vw, 2.5rem);
    line-height: 1.8rem;
    text-align: start;
  }

  .container-sobre-1-text h2{
    font-size: clamp(0.75rem, 2.5vw, 2.5rem);
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: justify;
  }

  .wrapper-grid{
    background: #053241;
    background: linear-gradient(0deg,rgba(5, 50, 65, 1) 11%, rgba(27, 71, 84, 1) 100%);
    border-radius: 16px;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 5%;
    -webkit-box-shadow: 14px 10px 31px -2px #000000; 
    box-shadow: 14px 10px 31px -2px #000000;
  }

  .title-cases{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 5%;
  }

  .title-cases h1{
    font-size: clamp(1.28rem, 2.8vw, 2.5rem);
  }

  .info-main-text {
    font-size: 2rem;
  }

  .info-right img {
    max-width: 100%;
  }

  .text_logo img {
    max-width: 250px;
  }
}

.swiper-home{
  z-index: 1;
}


/* Swiper de texto sobreposto deve ficar acima do carrossel de imagens */
.swiper-texto-sobreposto {
  position: absolute;
  bottom: 30%;
  left: 30%;
  width: 55%;
  height: 100%;
  z-index: 101;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}