.topo-servicos {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: var(--primary-color-gradient);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  color: white;
  position: relative;
  z-index: 1;
  padding-bottom: 7rem;
  min-height: 800px;
}

.topo-servicos h1 {
  font-size: 6rem;
  margin-bottom: 20px;
  line-height: 6rem;
  z-index: 10;
  margin-top: 10rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.2),
    0 6px 12px rgba(0, 0, 0, 0.1);
  padding-left: 5rem;
  padding-right: 5rem;
  text-align: center;
}

.topo-servicos p {
  font-size: 3rem;
  max-width: 1600px;
  line-height: 2.5rem;
  z-index: 10;
  margin-top: 1rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

#unico2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.22;
  z-index: 1;
  object-position: center top;
}

@media (max-width: 950px) {
  .topo-servicos h1 {
    font-size: 5rem;
    line-height: 4.5rem;
    margin-top: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .topo-servicos p {
    font-size: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 620px) {
  .topo-servicos p {
    text-align: center;
  }
}

/* Seção 2 */

.div-servicos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 50px;
  box-sizing: border-box;
}

.section1-servicos h1 {
  font-size: 5rem;
  color: #04063b;
  color: #04063b;
  text-align: center;
  margin-top: 80px;
}

.card-wrapper {
  max-width: 1100px;
  margin: 0 60px 35px;
  padding: 20px 10px;
  overflow: hidden;
}

.card-list .card-item {
  list-style: none;
}

.card-list .card-item .card-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 18px;
  user-select: none;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
  min-height: 250px;
  position: relative;
  overflow: hidden;
  background-color: #04063b;
}

.card-link.card-bg .card-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 12px;
  opacity: 0.19;
}

.card-link.card-bg.card-link.card-bg {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.486);
}

.card-link.card-bg:hover {
  transform: translateY(-10px);
}

.card-list .card-link .card-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0 10px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  position: relative;
}

.card-list .card-link .badge,
.card-list .card-link .card-button {
  display: none !important;
}

.card-wrapper .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  opacity: 0.5;
  background: #04063b;
}

.card-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-custom-prev,
.swiper-custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  z-index: 1000;
  font-size: 6rem;
  color: #04063b;
  cursor: pointer;
  padding: 0 10px;
}

.swiper-custom-prev {
  left: -15px;
}

.swiper-custom-next {
  right: -15px;
}

@media (max-width: 1250px) {
  .swiper-custom-prev {
    left: 0px;
  }

  .swiper-custom-next {
    right: 0px;
  }
}


@media (max-width: 950px) {
  .card-wrapper {
    margin: 0 10px 25px;
  }

  .section1-servicos h1 {
    font-size: 4rem;
  }

  .card-wrapper .swiper-custom-prev,
  .card-wrapper .swiper-custom-next {
    display: none;
  }
}

@media (max-width: 420px) {
  .section1-servicos h1 {
    font-size: 3.5rem;
  }
}

/* section contato */
.contato {
  width: 100%;
  height: 250px;
  background: linear-gradient(135deg, #04063b, #8f2528);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  gap: 20px;
  box-sizing: border-box;
  font-size: 1.5rem;
}

.left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.left p {
  font-size: 2rem;
}

.contato button {
  background: #04063b;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 2rem;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

@media (max-width: 950px) {
  .contato {
    flex-direction: column;
    text-align: center;
    height: auto;
    padding: 30px 20px;
  }

  .contato button {
    margin-top: 10px;
  }
}

@media (max-width: 430px) {
  .contato h1 {
    font-size: 2.5rem;
  }

  .contato p {
    font-size: 1.5rem;
  }
}

/* Section 2 */

.section2-servicos {
  width: 100%;
  height: auto;
  position: relative;
  background: #8f2528;
  box-sizing: border-box;
  overflow: hidden;
}

.section2-servicos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.33;
  display: block;
  position: absolute;
}

.conteudo-tecnologias {
  position: relative;
  z-index: 1;
  left: 0%;
  top: 0%;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px;
  padding: 120px;
  color: white;
}

.conteudo-tecnologias {
  font-size: 2rem;
  text-align: center;
}

.div-tecnologias {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 20px;
  text-align: center;
}

.div-tecnologias .card-tecnologia {
  padding: 20px;
  border-radius: 10px;
  transition: background 0.3s ease;
  width: 350px;
  height: 250px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  flex-direction: column;
  font-size: 1.5rem;
}

@media (max-width: 950px) {
  .conteudo-tecnologias h1{
  font-size: 3rem;
  text-align: center;
}
}

/* Section 3 */

.section3-servicos {
  width: 100%;
  height: auto;
  position: relative;
  background: white;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 0;
}

.section3-servicos h1 {
  font-size: 5rem;
  color: #04063b;
  text-align: center;
  margin-bottom: 3rem;
  padding: 10px;
}

.section3-servicos .servicos {
  max-width: 1200px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.card-servico {
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.card-servico i {
  font-size: 5rem;
  color: white;
  background: linear-gradient(135deg, #04063b, #8f2528);
  padding: 50px;
  border-radius: 50%;
}

.card-servico p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #04063b;
}

.caixa-servico {
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #04063b, #8f2528);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-servico .caixa img {
  width: 80px;
  height: 80px;
}

@media (max-width: 700px) {
  .section3-servicos h1 {
    font-size: 4rem;
    color: #04063b;
    text-align: center;
    margin-bottom: 3rem;
  }
}

@media (max-width: 520px) {
  .section3-servicos h1 {
    font-size: 3rem;
    color: #04063b;
    text-align: center;
    margin-bottom: 3rem;
  }
}

@media (max-width: 420px) {
  .section3-servicos h1 {
    font-size: 2.5rem;
    color: #04063b;
    text-align: center;
    margin-bottom: 3rem;
  }
}

/* Pagina Recrutamento e Seleção */

.section-nova {
  display: flex;
  justify-content: center;
  padding: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 50px;
  box-sizing: border-box;
}

.imagem-section-nova img {
  width: 100%;
  max-width: 500px;

  height: auto;
  box-shadow: -11px 11px 10px 0px rgba(0, 0, 0, 0.473);
}

.texto-section-nova {
  max-width: 1000px;
}

.texto-section-nova h1 {
  font-size: 5rem;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #04063b;
}

.texto-section-nova p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #333;
}

#titulo {
  text-align: left;
  margin-top: 80px;
  font-size: 4.5rem;
  color: #04063b;
  padding-left: 50px;
}

@media (max-width: 1450px) {
  .texto-section-nova {
    width: 1000px;
  }

  .texto-section-nova p {
    font-size: 32px;
    line-height: 2.5rem;
  }
}

@media (max-width: 1024px) {
  .section-nova {
    flex-direction: column;
    align-items: center;
  }

  .imagem-section-nova img {
    max-width: 300px;
  }
  .texto-section-nova {
    max-width: 100%;
  }

  .texto-section-nova h1 {
    font-size: 3rem;
  }

}

@media (max-width: 950px) {
  #titulo {
    font-size: 4rem;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}

@media (max-width: 780px) {
  #titulo {
    font-size: 3.5rem;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}