@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600;700;800;900&display=swap");

html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
}

a,
a:hover,
a:focus,
a:visited {
  color: unset;
  text-decoration: none;
}

/* INICIO */
.inicio {
  padding-top: clamp(24px, 5vw, 56px);
  padding-bottom: clamp(24px, 5vw, 56px);
}

.inicio h2 {
  color: #111;
  margin-bottom: 24px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
}
.inicio h6 {
  color: #111;
  margin-bottom: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  margin-bottom: 8px;
  margin-top: 16px;
}


.inicio p {
  color: #3a3a3a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}


/* FOOTER */
footer {
  background: #111;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer h6 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 122.222% */
  margin-bottom: 12px;
}
footer p {
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.borda {
  width: 100%;
  height: 1px;
  background: #252525;
  margin-top: 24px;
  margin-bottom: 24px;
}
.copy {
  margin-top: 40px;
}
.logo-beauty {
  margin-bottom: 40px;
}
.redes-sociais {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.icone-rede-social {
  display: flex;
  width: 42px;
  height: 42px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #252525;
}
.icone-rede-social i {
  color: #fff;
  font-size: 22px;
  line-height: 22px; /* 100% */
}
@media (max-width: 767px) {
  /* INICIO */
  .inicio .col-xxl-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .inicio h2 {
    font-size: 26px;
    line-height: 32px; /* 123.077% */
  }
  .inicio h6 {
    font-size: 16px;
    line-height: 22px; /* 137.5% */
  }
  .textos,
 
  .inicio h3 {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 32px; /* 123.077% */
  }
  .inicio p {
    font-size: 14px;
    line-height: 22px; /* 144.444% */
  }


  /* FOOTER */
  footer {
    padding: 40px 20px;
  }
  footer .col-xxl-12 {
    padding: 0;
  }
  footer h6 {
    font-size: 14px;
    line-height: 18px; /* 128.571% */
  }
  footer p {
    font-size: 12px;
    line-height: 14px; /* 116.667% */
  }
  .icone-rede-social i {
    font-size: 18px;
    line-height: 18px; /* 100% */
  }
  .icone-rede-social {
    display: flex;
    width: 34px;
    height: 34px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
