section#text-aviso-legal {
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
}
section#text-aviso-legal .container {
}
section#text-aviso-legal .title{
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 900;
}
section#text-aviso-legal .title::after{
  content: "";
  display: block;
  height: 12px;
  background-color: var(--c-secondary);
  width: 81px;
  margin-top: 7px;
}
section#text-aviso-legal .text {
  /* max-width: 600px;
  margin: 0 auto; */
  text-align: left;
  padding-bottom: 40px;
  font-size: 15px;
  line-height: 1.70;
  color: #53565a;
}
section#text-aviso-legal .text p.titulo{
    color: var(--c-primary);
    font-weight: bold;
    /* margin-bottom: 30px; */
    margin-top: 40px;
}
section#text-aviso-legal .text a{
  color: var(--c-secondary);
}
section#text-aviso-legal .text a:hover{
  opacity: 0.8;
  color: black;
}
@media screen and (max-width: 900px) {
  section#text-aviso-legal {
  }
  section#text-aviso-legal .container {
  }
  section#text-aviso-legal .text {
  }
}
