/* Reset básico */
* {
  font-family: "Funnel Display", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1b1b1b;
}

a:hover {
  text-decoration: none !important;
}

/* Header */
.header {
  background: #1b1b2f;
  color: #ffffff;
  padding: 20px 40px;
}

header .logo {
  font-size: 24px;
  font-weight: bold;
  float: left;
}
.social-icons {
  float: right;
}
.social-icons a {
  margin-left: 15px;
}

/* Hero */
.hero {
  background: #e1ff40;
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  align-items: center;
  justify-content: space-between;
}

.hero-text {
  text-align: center;
}

.hero-text h1 {
  font-size: 50px;
  margin-bottom: 15px;
}

.hero-text p {
  font-size: 20px;
  margin-bottom: 50px;
}

.form {
  background: #F2F2F2;
  padding: 40px 40px 0px 40px;
  border-radius: 8px;
}

.form h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.form input,
.form select {
  background: #ffffff;
  width: 100%;
  margin: 10px 0;
  padding: 20px 10px;
  border: none;
  border-radius: 10px;
}

.form select {
  background: #ffffff;
  background-image: url("../images/flecha.png");
  background-repeat: no-repeat;
  background-position: right;  
  -moz-appearance: none; 
  -webkit-appearance: none; 
  appearance: none;
}

.form input[type=submit] {
  background: #d0ff00;
  color: #000;
  font-size: 20px;
  border: none;
  margin-top: 20px;
  padding: 24px 32px;
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  border-radius: 10px;
}

/* Imagem do Hero */
.hero-img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Especialistas */
.especialistas {
  background: #f5f5f5;
  text-align: center;
  padding: 50px 0px;
}

.especialistas .text {
  margin-top: 80px;
}

.especialistas h2 {
  color: #2A2A3F;
  font-size: 40px;
  text-align: center;
  margin-bottom: 15px;
}
.especialistas p {
  color: #545454;
  font-size: 16px;
  text-align: center;
}

.especialistas ul {
  margin: 15px 0;
  padding: 0px !important;
  list-style: none;
  padding-left: 20px;
}
.especialistas li {
  color: #2A2A3F;
  font-size: 18px;
  display: inline-block;
  width: 24%;
  padding: 0px 10px;
}

.btn-saiba {
  background: #d0ff00;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  padding: 24px 32px;
  font-weight: bold;
  border-radius: 10px;
  display: inline-block;
  margin-top: 10px;
}
.btn-saiba:hover {
  color: #000;
}

.img-especialistas img {
  max-width: 100%;
  border-radius: 8px;
}

/* Locação */
.locacao {
  background: #e1ff40;
  padding: 60px 40px;
}

.locacao-content {
  margin: 0 auto;
}

.locacao-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.highlight {
  color: #2A2A3F;
  font-size: 32px;
  margin-bottom: 20px;
}

.diagnostico {
  background: transparent;
  padding: 30px 20px;
  border: 1px solid #2A2A3F;
  border-radius: 30px;
  width: 100%;
}

.diagnostico h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  display: flex;
}

.diagnostico h3 img {
  align-self: center;
  margin-right: 10px;
}

.diagnostico ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
}

.diagnostico ul li {
  color: #2A2A3F;
  font-size: 16px;
}

.cta {
  text-align: center;
  margin-top: 30px;
}

.cta p {
  color: #2A2A3F;
  font-size: 24px;
}

.btn-diagnostico {
  background: #1b1b2f;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  padding: 24px 32px;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px;
  margin-top: 10px;
}
.btn-diagnostico:hover {
  color: #ffffff;
}

/* Footer */
footer {
  background: #1b1b2f;
  color: #ffffff;
  text-align: center;
  padding: 50px 20px;
}

footer .logo-footer {
  text-align: center;
  margin-bottom: 20px;
}

footer .logo-footer img {
  width: 120px;
}

footer p {
  font-size: 20px;
}

.agradecimento {
  background: #0D0D20;
  height: 800px;
}
.agradecimento .logo-topo {
  text-align: center;
  padding: 50px 0px 100px 0px;
}
.agradecimento .infos {
  text-align: center;
}
.agradecimento .infos h1 {
  color: #DFFF5C;
  font-size: 60px;
}
.agradecimento .infos p {
  color: #ffffff;
  font-size: 16px;
}
.rodape {
  background: #2A2A3F;
  text-align: center;
  padding: 50px 0px;
}

@media(max-width:991px){
  br {
    display: none;
  }
  .header {
    text-align: center;
    padding: 20px 0px;
  }
  header .logo {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .social-icons {
    float: none;
  }
  .hero-text h1 {
    font-size: 40px;
  }
  .hero-text p {
    font-size: 18px;
  }
  .especialistas .text {
    margin-top: 0;
  }
  .especialistas h2 {
    margin-bottom: 30px;
  }
  .especialistas li {
    width: 100%;
    margin-bottom: 30px;
  }
  .especialistas li img {
    margin: auto;
    display: block;
  }
  .especialistas .img-especialistas {
    margin-top: 30px;
  }
  .highlight {
    font-size: 24px;
    text-align: center;
  }
  .cta p {
    font-size: 22px;
  }
  footer p {
    font-size: 16px;
  }
}
