/* ===================================
    Cover
====================================== */

.body-legal{
  position: relative;
  min-height: 100vh;
  background:url("../../assets/img/blog/fondo-blog.png");
  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 h5{
  font-weight: 600;
}

#legal-content b, strong {
  font-weight: 600;
}

#legal-content a{
  transition: all 0.7s ease;
  color:#6D6D6D;
}

#legal-content a:hover{
  color: #0095DE;
transition: all 0.7s ease;
text-decoration: underline;
}
