@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-family: "Roboto", sans-serif;
  color: #333333;
  background-color: #FFFFFF;
  background-image: url("../img/bannerHeader.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 88% auto;
}

h1, h2, h3 {
  margin-bottom: 1rem;
}

p {
  color: #555555;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #0D6EFD;
}

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

.container {
  max-width: 1117px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.header {
  padding-top: 3.5rem;
}

.header .container {
  background: linear-gradient(to right, #4E4E81 35%, #4DB59E 55%);
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 2rem 0.5rem 2rem;
}

.header .logo {
  max-height: 40px;
}

.header .header-nav {
  background-color: transparent;
  border-radius: 0;
  display: flex;
}

.header .header-nav a {
  color: #FFFFFF;
  font-weight: 500;
  padding: 0.75rem 1.75rem;
  transition: opacity 0.3s ease;
}
.header .header-nav a:hover {
  opacity: 0.8;
}

.banner {
  background-color: transparent;
  padding: 12rem 0 3rem 0;
}
.banner .container {
  display: block;
  padding-top: 2rem;
}
.banner .banner-text {
  max-width: 45%;
}
.banner .banner-text h1 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  background: linear-gradient(to right, #0D6EFD, #6EFFB2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .banner-text p {
  font-size: 1.1rem;
  color: #555555;
  margin-bottom: 2.5rem;
}

.btn-primary {
  background-color: #0D6EFD;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  margin-right: 1rem;
  transition: background-color 0.3s ease;
  display: inline-block;
}
.btn-primary:hover {
  background-color: rgb(1.762295082, 87.2336065574, 213.237704918);
}

.btn-secondary {
  background-color: #FFFFFF;
  color: #0D6EFD;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  border: 1px solid #0D6EFD;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn-secondary:hover {
  background-color: #0D6EFD;
  color: #FFFFFF;
}

.importancia {
  background-color: #FAFAFA;
}
.importancia .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.importancia h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  background: linear-gradient(to right, #0D6EFD, #6EFFB2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.importancia .secao-descricao {
  text-align: center;
  font-size: 1.1rem;
  color: #555555;
  max-width: 800px;
  margin: 0 auto 3rem auto;
}
.importancia .importancia-cards {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 1.5rem;
}
.importancia .card-importancia {
  flex-basis: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #FFFFFF;
  padding: 2.5rem 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.importancia .card-importancia img {
  max-height: 60px;
  margin-bottom: 1rem;
}
.importancia .card-importancia h3 {
  font-size: 1.25rem;
  color: #333333;
  margin-bottom: 0.5rem;
}
.importancia .card-importancia p {
  font-size: 1rem;
  color: #555555;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.card-prevencao {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin: 0;
  padding: 1.5rem;
  flex-basis: 300px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.card-prevencao img {
  max-height: 100px;
  margin-bottom: 1rem;
  border-radius: 50%;
}
.card-prevencao h3 {
  font-size: 1.1rem;
  color: #333333;
  margin-bottom: 0.5rem;
}

.prevencao-feminina {
  background-color: #FFF0F0;
  padding: 3rem 0;
}
.prevencao-feminina h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  background: linear-gradient(to right, #F9016F, #930885, #D038AA, #851C87);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-prevencao {
  background: #FFFFFF;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.card-prevencao img {
  max-height: 100px;
  margin-bottom: 1rem;
  border-radius: 50%;
  align-self: center;
}
.card-prevencao h3 {
  font-size: 1.1rem;
  color: #333333;
  margin-bottom: 0.5rem;
  width: 100%;
}
.card-prevencao ul {
  width: 100%;
  margin-top: 0.5rem;
  padding-left: 1.5rem;
}
.card-prevencao ul li {
  color: #555555;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.prevencao-masculina {
  background-color: #F0F8FF;
  padding: 3rem 0;
}
.prevencao-masculina h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  background: linear-gradient(to right, #0D6EFD, #6EFFB2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.card-prevencao {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin: 0;
  padding: 1.5rem;
  flex-basis: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.card-prevencao img {
  max-height: 100px;
  margin-bottom: 1rem;
  border-radius: 50%;
  align-self: center;
}
.card-prevencao h3 {
  font-size: 1.1rem;
  color: #333333;
  margin-bottom: 1rem;
  align-self: center;
}
.card-prevencao ul {
  list-style: none;
  padding-left: 0;
}
.card-prevencao ul li {
  font-size: 0.9rem;
  color: #555555;
  margin-bottom: 0.5rem;
  padding-left: 1.2rem;
  position: relative;
}
.card-prevencao ul li::before {
  content: "•";
  color: #4DB59E;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.alertas {
  padding: 3rem 0;
}
.alertas h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  background: linear-gradient(to right, #0D6EFD, #6EFFB2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.alertas .alertas-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.alertas .alerta-card {
  flex-basis: 450px;
  flex-grow: 1;
  padding: 1.5rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.alertas .alerta-card img {
  max-height: 40px;
  flex-shrink: 0;
}
.alertas .alerta-card .alerta-texto {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.alertas .alerta-card p {
  font-weight: 500;
  font-size: 1.1rem;
}
.alertas .alerta-card .alerta-descricao {
  font-size: 0.9rem;
  font-weight: normal;
  color: #555555;
  line-height: 1.5;
}
.alertas .alerta-card.rosa {
  background-color: #F9D5E5;
}
.alertas .alerta-card.rosa p {
  color: #D9534F;
}
.alertas .alerta-card.azul {
  background-color: #CFE2F3;
}
.alertas .alerta-card.azul p {
  color: #0275D8;
}
.alertas .alerta-card.verde {
  background-color: #D4EDDA;
}
.alertas .alerta-card.verde p {
  color: #5CB85C;
}
.alertas .alerta-card.amarelo {
  background-color: #FFE9C2;
}
.alertas .alerta-card.amarelo p {
  color: #F0AD4E;
}

.footer {
  background-color: #1a1a49;
  color: #FFFFFF;
  padding: 3rem 0 1.5rem 0;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer .footer-col {
  flex: 1;
}
.footer .footer-col:first-child {
  flex-basis: 35%;
}
.footer .logo-footer {
  max-height: 40px;
  margin-bottom: 1rem;
  filter: none;
}
.footer .slogan {
  font-style: italic;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.footer h3 {
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer ul li {
  margin-bottom: 0.75rem;
}
.footer ul li a {
  color: #ddd;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #FFFFFF;
}
.footer p {
  color: #ddd;
  line-height: 1.6;
  font-size: 0.9rem;
}
.footer .footer-bottom {
  max-width: 1117px;
  margin: 0 auto;
  text-align: center;
  padding: 0 1rem;
}
.footer .footer-bottom hr {
  border: 0;
  height: 1px;
  background-color: #555;
  margin-bottom: 1.5rem;
}
.footer .footer-bottom p {
  font-size: 0.8rem;
  color: #aaa;
}

@media (max-width: 768px) {
  body {
    background-image: none;
  }
  .header {
    top: 1.5rem;
  }
  .header .container {
    padding: 0.5rem 1rem;
    flex-direction: column;
    gap: 0.5rem;
  }
  .header .logo {
    max-height: 30px;
  }
  .header .header-nav a {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
  .banner {
    padding-top: 10rem;
  }
  .banner .banner-text {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .importancia-cards {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .cards-container {
    flex-direction: column;
    align-items: center;
  }
  .card-prevencao {
    width: 90%;
    flex-basis: auto;
  }
  .alertas-container {
    flex-direction: column;
    align-items: center;
  }
  .alerta-card {
    width: 90%;
    flex-basis: auto;
  }
  .footer .container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}/*# sourceMappingURL=style.css.map */