* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #f2f2f2;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

#hero {
  background-image: url("https://www.diagnosticosdobrasil.com.br/dbalta/assets/hero-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .hero-data {
  padding: 120px 0;
  width: 50%;
}
#hero .hero-data .logo img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 60px;
}
#hero .hero-data .hero-title {
  position: relative;
  margin-bottom: 40px;
}
#hero .hero-data .hero-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
#hero .hero-data .hero-title h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}
#hero .hero-data .hero-description {
  margin-bottom: 40px;
}
#hero .hero-data .hero-description p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  text-wrap: balance;
}
#hero .hero-data .hero-button a {
  display: table;
  padding: 15px 60px;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 50px;
  background: #2f074f;
  transition: all 0.3s ease;
  text-decoration: none;
}
#hero .hero-data .hero-button a:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  #hero .hero-data {
    padding: 60px 0;
    width: 100%;
  }
  #hero .hero-data .hero-title h1 {
    font-size: 32px;
  }
  #hero .hero-data .hero-title::after {
    width: 20px;
    bottom: -10px;
  }
  #hero .hero-data .hero-description p {
    font-size: 18px;
  }
  #hero .hero-data .hero-button a {
    font-size: 18px;
    padding: 10px 40px;
  }
  #hero .hero-data .hero-button:hover {
    transform: scale(1.02);
  }
}

#about {
  padding: 60px 0;
}
#about .about-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 120px;
}
#about .about-content .about-text-content {
  flex: 1;
}
#about .about-content .about-text-content .about-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  background-image: linear-gradient(to right bottom, #dc425f, #9a4de0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
#about .about-content .about-text-content .about-title h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
}
#about .about-content .about-text-content .about-description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-wrap: balance;
  margin-bottom: 20px;
  color: #2f074f;
}
#about .about-content .about-text-content .about-description p:last-child {
  margin-bottom: 0;
}
#about .about-content .about-image {
  flex-basis: 30%;
}
@media (max-width: 768px) {
  #about .about-content {
    flex-direction: column;
    gap: 40px;
  }
  #about .about-content .about-text-content .about-title h2 {
    font-size: 28px;
    text-align: center;
  }
  #about .about-content .about-text-content .about-description p {
    font-size: 16px;
    text-align: center;
  }
  #about .about-content .about-image {
    flex-basis: 100%;
  }
  #about .about-content .about-image img {
    max-width: 300px;
    margin: 0 auto;
  }
}

#universo {
  background: #ffffff;
  padding: 0 0 100px 0;
}
#universo .units-content .units-title h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
  display: table;
  background-image: linear-gradient(to right bottom, #dc425f, #9a4de0);
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 50px;
  margin: auto;
  position: relative;
  top: -24px;
}
#universo .units-content .logos {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
#universo .units-content .logos a {
  transition: all 0.3s ease;
}
#universo .units-content .logos a:hover img {
  transform: scale(1.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
#universo .units-content .logos a img {
  transition: all 0.3s ease;
  height: 160px;
  width: 160px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  #universo {
    padding-bottom: 60px;
  }
  #universo .units-content .units-title h2 {
    font-size: 24px;
    text-align: center;
    padding: 10px 20px;
    top: -40px;
  }
  #universo .units-content .logos {
    margin-top: 0px;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
}

.services-background {
  background: #fff;
}

#services {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to right bottom, #d86f99 10%, #ae70e3 50%);
  padding: 0 0 80px 0;
  border-radius: 60px;
}
#services .services-content .services-title h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
  display: table;
  background-color: #2f074f;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 50px;
  margin: auto;
  position: relative;
  top: -24px;
}
#services .services-content h3 {
  color: #ffffff;
  font-size: 28px;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
}
#services .services-content p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-wrap: balance;
  text-align: center;
  margin-bottom: 20px;
}
#services .services-content .services-list .service-item {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
#services .services-content .services-list .service-item .image img {
  width: 120px;
  height: 120px;
}
#services .services-content .services-list .service-item .service-content {
  flex: 1;
}
#services .services-content .services-list .service-item .service-content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}
#services .services-content .services-list .service-item .service-content h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 1px;
  background-color: #ffffff;
}
#services .services-content .services-list .service-item .service-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-wrap: balance;
  text-align: left;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  #services {
    border-radius: 20px;
    padding-bottom: 40px;
  }
  #services .services-content .services-title h2 {
    font-size: 24px;
  }
  #services .services-content h3 {
    margin-top: 20px;
    font-size: 24px;
  }
  #services .services-content p {
    font-size: 16px;
  }
  #services .services-content .services-list .service-item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  #services .services-content .services-list .image img {
    width: 80px;
    height: 80px;
  }
  #services .services-content .services-list .service-content h4 {
    font-size: 20px;
  }
  #services .services-content .services-list .service-content h4::after {
    display: none;
  }
  #services .services-content .services-list .service-content p {
    font-size: 14px !important;
    text-align: center !important;
  }
}

#why-choose {
  padding: 120px 0 80px 0;
  background-color: #f2f2f2;
  margin-top: -60px;
  margin-bottom: 0;
}
#why-choose .why-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#why-choose .why-content .why-title {
  margin-top: 30px;
}
#why-choose .why-content .why-title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-wrap: balance;
  text-align: center;
  color: #2f074f;
  background-image: linear-gradient(to right bottom, #dc425f, #9a4de0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  border: 2px solid #857294;
  border-radius: 50px;
  padding: 15px 40px;
}
#why-choose .why-content .why-subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
}
#why-choose .why-content .why-subtitle h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-wrap: balance;
  text-align: center;
  color: #9a4de0;
}
#why-choose .why-content .why-image {
  margin-bottom: 40px;
}
#why-choose .why-content .why-image img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#why-choose .why-content .why-description {
  max-width: 900px;
  margin: 0 auto;
}
#why-choose .why-content .why-description p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-wrap: balance;
  text-align: center;
  color: #2f074f;
  margin-bottom: 20px;
}
#why-choose .why-content .why-description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #why-choose {
    padding: 60px 0;
  }
  #why-choose .why-content .why-title {
    margin-top: 30px;
  }
  #why-choose .why-content .why-title h2 {
    font-size: 24px;
    padding: 12px 25px;
  }
  #why-choose .why-content .why-subtitle {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  #why-choose .why-content .why-subtitle h3 {
    font-size: 22px;
  }
  #why-choose .why-content .why-image {
    margin-bottom: 30px;
  }
  #why-choose .why-content .why-description p {
    font-size: 16px;
  }
}

#diferenciais {
  padding: 0 0 80px 0;
  background-color: #ffffff;
  border-radius: 60px;
}
#diferenciais .diferenciais-content .diferenciais-title {
  margin-bottom: 30px;
  text-align: center;
}
#diferenciais .diferenciais-content .diferenciais-title h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-wrap: balance;
  display: table;
  background-image: linear-gradient(to right bottom, #dc425f, #9a4de0);
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 50px;
  margin: auto;
  position: relative;
  top: -24px;
}
#diferenciais .diferenciais-content .diferenciais-items {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#diferenciais .diferenciais-content .diferenciais-items .diferenciais-row {
  display: flex;
  justify-content: center;
  gap: 80px;
}
#diferenciais .diferenciais-content .diferenciais-items .diferenciais-row .diferencial-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 240px;
}
#diferenciais .diferenciais-content .diferenciais-items .diferenciais-row .diferencial-item .diferencial-image img {
  width: 150px;
  height: 150px;
  transition: all 0.3s ease;
  border-radius: 50%;
}
#diferenciais .diferenciais-content .diferenciais-items .diferenciais-row .diferencial-item .diferencial-image:hover img {
  transform: scale(1.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
#diferenciais .diferenciais-content .diferenciais-items .diferenciais-row .diferencial-item .diferencial-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-wrap: balance;
  text-align: center;
  color: #2f074f;
}
@media (max-width: 768px) {
  #diferenciais {
    padding: 0 0 60px 0;
  }
  #diferenciais .diferenciais-content .diferenciais-title {
    margin-bottom: 40px;
  }
  #diferenciais .diferenciais-content .diferenciais-title h2 {
    font-size: 24px;
    padding: 12px 25px;
  }
  #diferenciais .diferenciais-content .diferenciais-items {
    gap: 30px;
  }
  #diferenciais .diferenciais-content .diferenciais-items .diferenciais-row {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  #diferenciais .diferenciais-content .diferenciais-items .diferenciais-row .diferencial-item {
    gap: 15px;
  }
  #diferenciais .diferenciais-content .diferenciais-items .diferenciais-row .diferencial-item .diferencial-image img {
    width: 100px;
    height: 100px;
  }
  #diferenciais .diferenciais-content .diferenciais-items .diferenciais-row .diferencial-item .diferencial-text p {
    font-size: 16px;
  }
}

#contato {
  padding: 80px 0;
  background-color: transparent;
}
#contato .contato-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#contato .contato-content .contato-title {
  margin-bottom: 30px;
}
#contato .contato-content .contato-title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #2f074f;
  border: 2px solid #857294;
  border-radius: 50px;
  padding: 15px 40px;
}
#contato .contato-content .contato-description {
  margin-bottom: 40px;
}
#contato .contato-content .contato-description p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #2f074f;
}
#contato .contato-content .contato-button a {
  display: inline-block;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background-image: linear-gradient(to right bottom, #dc425f, #9a4de0);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
#contato .contato-content .contato-button a:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  #contato {
    padding: 60px 0;
  }
  #contato .contato-content .contato-title {
    margin-bottom: 20px;
  }
  #contato .contato-content .contato-title h2 {
    font-size: 24px;
    padding: 12px 25px;
  }
  #contato .contato-content .contato-description {
    margin-bottom: 30px;
  }
  #contato .contato-content .contato-description p {
    font-size: 18px;
  }
  #contato .contato-content .contato-description p br {
    display: none;
  }
  #contato .contato-content .contato-button a {
    font-size: 18px;
    padding: 12px 30px;
  }
}/*# sourceMappingURL=styles.css.map */