@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* todo corpo */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  min-height: 100vh;
  background-color: #ffffff;
}

/* Contatos */
.genesis {
  margin-top: 0px;
  width: 100%;
  height: 140px;
  background-image: url(../img/ChatGPT\ Image\ May\ 5\,\ 2026\,\ 12_56_21\ PM.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.769);
}

.genesis h2 {
  margin-top: 40px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.genesis .sub {
  color: #ffbb0f;
  margin-top: -5px;
  font-size: 1em;
}

.servicos h2 {
  margin-top: 50px;
  text-align: center;
  font-weight: 700;
}

.servicos p {
  text-align: center;
}

.card_servicos {
  margin-top: 20px;
  height: 110px;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #fcfcfc;
}

.tudo {
  text-align: left;
  margin-top: 25px;
}

.tudo .textus {
  text-align: center;
  margin-top: 40px;
}

.tudo .textus h5 {
  font-weight: bold;
}

/* Nosso Parceiro */
.parceiro {
  margin-top: 60px;
  background-color: #000000;
  padding-bottom: 30px;
}

.parceiros h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding-top: 40px;
}

.parca {
  margin-top: 15px;
  background-color: #bc6111;
  border-radius: 5px;
}

.parca p {
  font-size: 1em;
  padding: 10px;
  color: #efefef;
}

.parceiro_img img {
  margin-top: 90px;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 5px;
}

/* A nossa metodologia */
.metodologia {
  text-align: center;
}

.metodologia h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 60px;
}

.section-heading {
  margin: 3rem 0;
  padding-bottom: 0.7rem;
  position: relative;
  display: inline-block;
}

.section-heading::before,
.section-heading::after {
  content: '';
  position: absolute;
}

.section-heading::before {
  width: 100%;
  height: 0.2rem;
  bottom: 0;
  left: 0;
  background: #000;
  border-radius: 0.2rem;
}

.section-heading::after {
  bottom: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid #000;
  background: #ffbb0f;
}

.meto {
  margin-top: 20px;
}

.meto p {
  font-weight: 600;
  text-align: justify;
  margin-right: 50px;
}

.meto b {
  background-color: #f38425;
  color: #fff;
  padding: 1px 10px 1px 10px;
  font-weight: 600;
}

/* Fale com um especialista */
.fale {
  text-align: center;
  margin-top: 30px;
}

.fale a {
  text-decoration: none;
  border: 2px solid #000;
  color: #000;
  padding: 10px 20px 10px 20px;
  border-radius: 20px;
  font-weight: 600;
  font-size: .8em;
}

.fale a:hover {
  color: #535353;
  border: 2px solid #535353;
}

/* Para Telemóvel e Tablet */
@media(max-width: 768px) {


  /* Genesis */
  .genesis {
    margin-top: 0px;
    width: 100%;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.877);
  }

  .genesis h2 {
    margin-top: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
  }

  .genesis .sub {
    margin-top: -5px;
  }

  .servicos h2 {
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
  }

  .servicos p {
    text-align: center;
  }

  .card_servicos {
    margin-top: 20px;
    height: 100px;
    border: 2px solid #000;
    border-radius: 10px;
    background-color: #fcfcfc;
  }

  .tudo .foto {
    margin-left: 15px;
    margin-right: 20px;
  }

  .tudo .foto img {
    width: 100%;
  }

  .tudo .textus {
    text-align: center;
    margin-top: 35px;
  }

  .tudo .textus h5 {
    font-weight: bold;
  }

  /* Nosso Parceiro */
  .parceiro {
    margin-top: 50px;
    background-color: #000000;
    padding-bottom: 30px;
  }

  .parceiros h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-top: 40px;
  }

  .parca {
    margin-top: 15px;
    background-color: #bc6111;
    border-radius: 5px;
  }

  .parca p {
    font-size: 1em;
    padding: 10px;
    color: #efefef;
  }

  .parceiro_img img {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 5px;
  }

}