.tittle {
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: center;
}

.tittle .tittle-ajustes {
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin: 0 20px;
}

.tittle h1 {
  color: #061940;
  font-weight: 500;
  font-size: 30px;
  padding-bottom: 5px;
  margin-left: 10px;
}

.img-consultoria {
  background-image: linear-gradient(to right, white 5%, transparent 40%),
    linear-gradient(to left, white 5%, transparent 40%),
    linear-gradient(to top, rgb(255, 255, 255) 3%, transparent 90%),
    url("../img/consultoria.jpg");
}

.img-solucao-racao {
  background-image: linear-gradient(to right, white 5%, transparent 40%),
    linear-gradient(to left, white 5%, transparent 40%),
    linear-gradient(to top, rgb(255, 255, 255) 3%, transparent 90%),
    url("../img/solucoes-racao-animal.jpg");
}

.img-engenharia {
  background-image: linear-gradient(to right, white 3%, transparent 40%),
    linear-gradient(to left, white 3%, transparent 40%),
    linear-gradient(to top, rgb(255, 255, 255) 3%, transparent 90%),
    url("../img/engenharia.jpg");
}

.img-tratamentoagua {
  background-image: linear-gradient(to right, white 3%, transparent 40%),
    linear-gradient(to left, white 3%, transparent 40%),
    linear-gradient(to top, rgb(255, 255, 255) 3%, transparent 90%),
    url("img/tratamento-agua-efluentes2.jpg");
}

.img-servicos {
  background-size: 100% 100%;
  width: 600px;
  height: 250px;
}

.img-tittle {
  background-size: 100% 100%;
  width: 450px;
  height: 150px;
}

/*informações*/

.info {
  background-color: #0f214526;
  margin: 0 auto 15px;
  width: 90%;
  max-width: 900px;
  border-radius: 1px;
  padding: 30px;
  box-shadow: 5px 5px 10px #4a4a4a46;
}

.info p {
  text-align: justify;
  color: #061940;
  font-weight: 400;
  font-size: 14px;
  width: 90%;
  margin: 10px auto;
}

.info video {
  width: 100px;
  float: left;
  margin-right: 30px;
  border-radius: 10px;
}

/*Botão de*/

.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;
}

/*Conheça nossos servicos*/

.mais-servicos {
  margin: 10px auto;
  width: 70%;
  max-width: 900px;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  color: #4a4a4aa9;
}

.mais-servicos p {
  margin-bottom: 15px;
}

.mais-servicos span {
  font-weight: 600;
  font-size: 18px;
}

.mais-servicos a {
  font-size: 11px;
  color: #2759bd;
}

.mais-servicos a:hover {
  font-size: 11px;
  color: #4719a2;
}

@media screen and (max-width: 600px) {
  .tittle {
    height: 120px;
    text-align: center;
    width: 100%;
    min-width: 270px;
  }

  .tittle h1 {
    z-index: 2;
    margin: auto;
    display: flex;
    font-weight: 600;
    justify-content: center;
    padding: 0;
    min-width: 150px;
    max-width: 310px;
  }

  .img-tittle {
    margin-left: -100%;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .info {
    padding: 5px;
  }

  .info p {
    font-size: 12px;
    width: auto;
    height: auto;
    margin: 0;
  }
}

@media screen and (max-width: 400px) {
  .entrar-em-contato a {
    padding: 8px 30px;
    margin-top: 30px;
    font-size: 13px;
  }

  .entrar-em-contato img {
    width: 25px;
    margin-right: 15px;
  }
  .tittle h1 {
    margin: auto;
    font-size: 20px;
    width: 100%;
  }
  .info p {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .info video {
    width: 60%;
    float: none;
    margin: 0 auto 10px auto;
  }
}
