/* ==========================================================================
   PÁGINA: LEGAL (privacidade.php)
   ========================================================================== */

.legal{background:var(--white); padding-top:80px;}
.legal-content{
  max-width:760px;
}
.legal-note{
  background:var(--blue-tint);
  border:1px solid var(--line);
  border-radius:16px;
  padding:20px 22px;
  font-size:14.5px;
  color:var(--ink-soft);
  line-height:1.6;
  margin-bottom:48px;
}
.legal-note strong{color:var(--ink);}
.legal-content h2{
  font-size:20px;
  font-weight:400;
  margin:40px 0 12px;
}
.legal-content > .reveal:first-of-type h2{margin-top:0;}
.legal-content p{
  color:var(--ink-soft);
  font-size:15.5px;
  line-height:1.65;
}
.legal-content a{color:var(--blue); font-weight:600;}
.legal-content a:hover{text-decoration:underline;}
