.title-equipamentos {
  background-color: #061940;
  width: 100%;
  text-align: center;
  padding-bottom: 150px;
}

.title-equipamentos h1 {
  color: white;
  font-size: 35px;
  font-weight: 700;
  padding: 50px 0 20px 0;
}

.usado-para {
  color: rgba(255, 255, 255, 0.533);
  font-weight: 300;
  font-size: 12px;
}

.usado-para span {
  font-size: 15px;
  font-weight: 800;
  color: white;
}

.title-equipamentos a {
  color: rgb(1, 149, 255);
  font-size: 14px;
  font-weight: 300;
  margin: 0 10px;
}

.title-equipamentos a:hover {
  color: rgb(255, 255, 255);
  transition: 1.5s;
}

.informacoes-equipamentos {
  width: 90%;
  max-width: 1200px;
  background-color: white;
  margin-top: -100px;
  padding: 20px 30px;
  margin: -100px auto 10px auto;
  border-radius: 5px;
  box-shadow: -5px -5px 10px #0619407e;
  margin-bottom: 100px;
}

.informacoes-equipamentos .descricao {
  text-align: justify;
  width: 100%;
  color: #061940;
  font-weight: 400;
  font-size: 13px;
  margin-right: 15px;
}

.row > .column {
  padding: 3px 2px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.imagens .column1 img {
  width: 200px;
  height: 150px;
}

.imagens .column2 img {
  width: 120px;
  height: 150px;
}

.imagens .column3 img {
  width: 145px;
  height: 150px;
}

.imagens .column4 img {
  width: 150px;
  height: 200px;
}

.ajustar-row {
  display: flex;
}

.ajustar-row img {
  width: 100px;
  background-color: #000000;
}

.imagens {
  margin-top: 30px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.centralizar-galerry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.modal-content {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  border-radius: 10px;
  max-height: 100vh;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 5;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  width: 95%;
  height: 100vh;
  margin: auto;
}

.mySlides .mySlides1,
.mySlides .mySlides2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.mySlides .mySlides1 img {
  height: 100%;
}

.mySlides .mySlides2 img {
  width: 100%;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  width: auto;
  padding: 16px;
  margin-top: 45vh;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: white;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-weight: 500;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.modal img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.entrar-em-contato {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #061940;
  margin-top: 3rem;
}

.entrar-em-contato a {
  background-color: #061940;
  padding: 12px 50px;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px; /* espaço entre ícone e texto */
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.4s ease; /* transição suave */
}

.entrar-em-contato a:hover,
.entrar-em-contato a:focus {
  box-shadow: 0 4px 12px #0619407e;
  background-color: #000714;
  border-radius: 10px;
}

.entrar-em-contato img {
  width: 28px;
}

@media screen and (max-width: 770px) {
  .informacoes-equipamentos .descricao {
    margin-right: 0;
  }

  .mySlides .mySlides1 img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 400px) {
  .title-equipamentos h1 {
    font-size: 25px;
    padding: 15px 10px;
  }

  .usado-para {
    margin: 0 10px;
    font-size: 11px;
  }

  .title-equipamentos a {
    font-size: 12px;
  }

  .informacoes-equipamentos {
    width: 95%;
    margin-top: -125px;
    padding: 10px 10px 15px;
  }

  .entrar-em-contato a {
    padding: 8px 30px;
    margin-top: 30px;
    font-size: 13px;
  }

  .entrar-em-contato img {
    width: 25px;
    margin-right: 15px;
  }
}

.equipamento-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
}

.equipamento-info {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  align-items: center;
  column-gap: 5rem;
}

.equipamento-descricao p {
  font-size: 1rem;
  line-height: 1.6;
  color: #222;
  text-align: justify;
}

.equipamento-imagem {
  display: flex;
  justify-content: center;
}

.equipamento-imagem img {
  width: 100%;
  max-width: 450px;
  border-radius: 12px;
}

.equipamento-destaques ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.equipamento-destaques li {
  position: relative;
  line-height: 1.6;
  padding-left: 1rem;
  font-size: 1rem;
  color: #333;
}

.equipamento-destaques p {
  font-size: 1rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 1rem;
}

.equipamento-destaques li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/* Responsividade */
@media (max-width: 900px) {
  .equipamento-info {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .equipamento-destaques ul {
    align-items: center;
  }

  .equipamento-destaques li {
    text-align: left;
  }
}

.descricao {
  text-align: justify;
  width: 100%;
  color: #29460f;
  font-weight: 400;
  font-size: 13px;
  margin-right: 15px;
}
