@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
    --azul: #34459b;
    --azul-2: #385a9b;
    --azul-3: #3c61b0;
    --azul-4: #4b82c2;
    --azul-5: #4b82c2;

    --preto: #000;
    --preto-2: #020202;
    --preto-3: #1d1d1d;
    --preto-4: #0f172a;

    --branco: #ffffff;

}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
html {
    scroll-behavior: smooth;
}

h2 {
  background: linear-gradient(to right, #0f172a, rgb(81, 87, 207));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-button {
    background-color: ;
    color: var(--branco);
    padding: 10px 4%;
    width: fit-content;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 1px 3px 1px var(--azul-5);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;  
    background: linear-gradient(to left, #34459b, rgb(71, 240, 71));
    transition: 0.5s;
}


main {
    background: var(--branco);
}
.hero-service {
  position: relative;
  padding: 10px 4%;
  display: flex;
  flex-direction: column;
  background-size: cover;
  height: 100vh;
  gap: 2rem;
  color: var(--branco);
  text-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  z-index: 1;
  overflow: hidden;
}

.hero-service::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2); /* sombra escura com opacidade */
  z-index: 0;
}

.hero-service > * {
  position: relative;
  z-index: 1;
}

.hero-service h1 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(to right, #fff, rgb(138, 232, 138));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}
.hero-service p {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 3px 1px #1d1d1d;
    line-height: 1;
}


.hero-box {
    line-height: 1;
   
}
.hero .cta-button {
    margin: 0 auto;
    background: #34459b;
}


.service-main {
  /*background-image: url(./assets/images/rede-cabeada.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;*/
  background-color: var(--branco);
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.hero-service {
  max-width: 100%;
}
section {
  padding: 10px;
  max-width: 1000px;
  margin: 0 auto;
}
/*
.service-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
*/
.service-main > * {
  position: relative;
  z-index: 1;
}
.services-container  {
  padding: 10px;
  
}
.services-text {
  flex: 1;
}
.services img {
  max-width: 400px;
  box-shadow: 3px 5px 3px #3c61b0;
  border-radius: 15px;
}

.services {
  color: var(--preto-4);
  display: flex;
}
.services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.services-container  p {
  color: var(--preto-4);
}
.service-item {
  background:linear-gradient(to top, #255fe7, rgb(81, 87, 207));
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.service-item img {
  width: 60px;
  height: 60px;
}

.service-item-text h3 {
  font-size: 1.3rem;
  line-height: 1.1;
  margin-bottom: 4px;
  color: var(--branco);
}

.service-item-text p {
  font-size: 0.95rem;
  color: #ede8e8;
}
.services-text {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.services-text h2 {
  text-align: center;
  line-height: 1;
  color: #ceff2e;
  font-size: 1.6rem;
}
.diferenciais {
  padding: 60px 20px;
  background-color: var(--branco);
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 40px;
}

.diferenciais-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.diferencial-item {
  background:linear-gradient(to top, #255fe7, rgb(81, 87, 207));
  box-shadow: 5px 10px 5px #0f172a;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  text-align: center;
  transition: all 0.3s ease;
}

.diferencial-item:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  
  
}

.diferencial-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.diferencial-item h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #1f3c88;
}
.diferencial-item h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #fff;
}

.diferencial-item p {
  font-size: 0.95rem;
  color: #f3ecec;
}
.galeria-fotos {
  padding: 60px 20px;
  background-color: var(--preto-2);
  font-family: 'Segoe UI', sans-serif;
}

.container {
  max-width: 1020px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 2.2rem;
  color: #ceff2e;
  margin-bottom: 10px;
  line-height: 1;
}

.section-subtitle {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 40px;
}

.galeria-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.galeria-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
}

.galeria-slider::-webkit-scrollbar {
  display: none;
}

.foto-item {
  flex: 0 0 auto;
  width: 240px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.foto-item img {
  width: 100%;
  height: auto;
  display: block;
}

.foto-item:hover {
  transform: scale(1.05);
}

.galeria-slider-container {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
}

.galeria-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
}

.galeria-slider::-webkit-scrollbar {
  display: none;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1a1a1a;
  color: #ceff2e;
  border: none;
  font-size: 24px;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 6px;
  opacity: 0.8;
  z-index: 1000; /* mais alto que tudo */
  pointer-events: all;
}

.slider-btn:hover {
  opacity: 1;
}

.slider-btn.prev {
  left: -10px;
}

.slider-btn.next {
  right: -10px;
}

/* Lightbox */
.lightbox {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: zoom-out;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.clientes-parceiros {
  padding: 60px 20px;
  background-color: var(--preto-4);
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.clientes-parceiros .container {
  max-width: 1200px;
  margin: auto;
}

.clientes-parceiros .section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ceff2e;
  width: 100%;
}

.clientes-parceiros .section-subtitle {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.clientes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  align-items: start;
}

.cliente-item {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.cliente-item:hover {
  transform: translateY(-5px);
}

.cliente-item img {
  max-height: 60px;
  margin-bottom: 15px;
  object-fit: contain;
}

.cliente-item p {
  font-size: 0.95rem;
  color: #444;
}
.cta-contato {
 
  padding: 10px;
  color: #fff;
  text-decoration: none;
  background-color: var(--azul);
  border-radius: 12px;
  box-shadow: 3px 5px 3px #ceff2e;
  font-size: 17px;
  text-transform: uppercase;
  transition: 0.5s;
}
.cta-contato:hover {
  background-color: #ceff2e;
  box-shadow: 3px 5px 3px var(--azul-2);
  color: #34459b;
  font-weight: 500;
}
.directioner {
  display: flex;
  justify-content: center;
}


@media screen and (max-width: 1020px) {
  header nav a {
    line-height: 1;
    text-align: center;
  }
  .service-main .hero {
    width: 100%;
    padding: 10px;
    gap: 1rem;
    background-position: 50% 50%;
  }
  .service-main .hero-service h1 {
    font-size: 1.8rem;
    text-transform: uppercase;

  }
  .service-main .hero p {
    font-size: 1rem;
  }
  .slider-btn {
    display: none;
  }
  .services {
    flex-direction: column;
  }
  .services img {
    box-shadow: 3px 5px 3px #3c61b0;
    border-radius: 15px;
  }
}