/* ===================================
    Cover
====================================== */

.cover{
  position: relative;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:  url("../../assets/img/cover-ondas.png"),linear-gradient(270deg, #1F2547 0%, #012B38 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ===================================
    General
====================================== */

#legal-content ul li {
    list-style: disc !important;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

#legal-content p{
  margin-top: 10px;
  margin-bottom: 10px;
}

#legal-content h4{
  font-weight: 700;
}

#legal-content b, strong {
  font-weight: 600;
}

#legal-content a{
  transition: all 0.7s ease;
}

#legal-content a:hover{
  color: #4657A3;
transition: all 0.7s ease;
text-decoration: underline;
}
