<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.terminosYAviso {
  width: 80%;
  margin: 0 auto
}

/*.terminosYAviso * {
  color: black !important;
  font-size: 15px;
  text-align: justify;
  font-family: 'Lato'
}

.terminosYAviso h1 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px
}
*/
.terminosYAviso .irAlInicio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-wrap: nowrap;
  -webkit-box-lines: nowrap;
  -moz-box-lines: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  align-content: stretch;
  margin-top: 20px
}
/*
.terminosYAviso .irAlInicio a {
  background: black;
  color: white !important;
  font-weight: 300;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 2.5px
}
*/
</pre></body></html>