* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.flex-servicos {
  display: flex;
  flex-wrap: wrap;
}

.space-servico {
  display: flex;
  padding: 30px;
  width: 33.3%;
}

.box-servico-wraper .button {
  line-height: 0;
}

.box-servico {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 8px 20px 0 rgba(224, 224, 224, 0.5);
  background: white;
  height: 100%;
}

.box-servico img {
  width: 100%;
}

section.servicos {
  padding: 25px 0;
}

section.servicos > .container {
  max-width: 1100px;
}

.title-servicos {
  text-align: center;
}

img {
  height: 268px;
}

.title-servicos h3 {
  color: #31475e;
  font-size: 22px;
  font-weight: normal;
}

.flex-servicos {
  display: flex;
  flex-wrap: wrap;
}

.space-servico {
  display: flex;
  padding: 30px;
  width: 33.3%;
}

.box-servico {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 8px 20px 0 rgba(224, 224, 224, 0.5);
  background: white;
  height: 100%;
}

.box-servico img {
  width: 100%;
}

.box-servico-wraper {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; /* Para centralizar o texto */
}

.box-servico-wraper h2 {
  color: #31475e;
  font-size: 20px;
  font-weight: normal;
}

.box-servico-wraper p {
  margin: 8px 0;
  line-height: 1.6;
  font-weight: lighter;
  color: #6a7c92;
  font-size: 15px;
  text-align: left;
}

.box-servico-wraper a {
  display: inline-block;
  border: 1px solid #6a7c92;
  color: #6a7c92;
  font-size: 14px;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 20px;
}

.box-servico-wraper span {
  display: inline-block;
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #31475e; /* Cor semelhante solicitada */
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 2px 2px 8px rgba(49, 71, 94, 0.5); /* Sombra suave */
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.box-servico-wraper span:hover {
  transform: scale(1.1); /* Leve aumento de tamanho ao passar o mouse */
  text-shadow: 4px 4px 12px rgba(49, 71, 94, 0.8); /* Sombra mais intensa no hover */
}

@media screen and (max-width: 1024px) {
  .box-depoimento {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    padding: 30px;
    transform: translate(-50%, -50%);
    width: 80%;
  }
  nav.desktop {
    display: none;
  }
  nav.mobile {
    display: block;
  }
  div.chamada-header {
    text-align: center;
  }
  div.chamada-header p {
    display: inline-block;
  }
  div.chamada-header input[type="email"] {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .box-footer {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  section.Welcome img {
    display: none;
  }

  .post-classic-2 {
    width: 300px;
    height: 600px;
  }

  #sobre {
    width: 100%;
    margin-left: -50px;
  }

  .empresa-single {
    width: 100%;
    margin: 15px auto;
    max-width: 640px;
    border: 1px solid #ececec;
  }

  .space-servico {
    padding: 10px;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
  .texto-descricao {
    width: 100%;
    display: block;
    float: none;
  }
  section.descricao-danki2 img {
    width: 100%;
    display: block;
    margin: 0 auto;
    float: none;
    margin-top: 10px;
    max-width: 500px;
  }

  .box-01 {
    max-width: 100%;
  }

  .box-01 .conteudo .titulo {
    font: 35px "calibri";
    text-align: center;
  }

  .box-01 .conteudo .entrar {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 580px) {
  .box-depoimento {
    padding: 20px;
  }

  section.descricao-danki p {
    text-align: center;
    padding: 50px 0;
  }
}

@media screen and (max-width: 640px) {
  .box-depoimento {
    padding: 20px;
  }

  section.descricao-danki p {
    text-align: center;
    padding: 190px 0;
  }
}
