<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============ GERAL ============ */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 100%;
  font-weight: 400;
  outline: none;
  border: none;
  /*transition: all 0.2s;
	/*-moz-transition: all 0.2s; /* Firefox 4 */
  /*-webkit-transition: all 0.2s; /* Safari and Chrome */
  /*-o-transition: all 0.2s; /* Opera */
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#ajaxBusy {
  display: none !important;
}

img,
picture,
video,
embed {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 1em;
}

#ajaxBusy {
  height: 0;
  display: none;
}

body {
  font-family: "Noto Sans JP", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  color: #000;
  background: rgb(151, 169, 203);
  background: linear-gradient(
    135deg,
    rgba(151, 169, 203, 1) 0%,
    rgba(255, 255, 255, 1) 49%,
    rgba(241, 142, 129, 1) 100%
  );
}
.rodape {
  background: #fff;
}
.botao {
  display: inline-block;
  background-color: #ce260c;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  clear: both;
  font-size: 2em;
}
.programacao {
  padding: 60px 20px;
  color: #fff;
}
.programacao h2 {
  font: 3em;
  font-weight: 800;
  margin-bottom: 35px;
}
.programacao h3 {
  font-size: 3em;
  letter-spacing: 15px;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 5px;
}
.programacao h4 {
  font-size: 2.4em;
  font-weight: 800;
  margin-bottom: 10px;
}
.programacao .local {
  display: inline-block;
  border: solid 2px #fff;
  border-radius: 30px;
  padding: 5px 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.6em;
}
.programacao ul {
  font-size: 1.8em;
}
.programacao ul li {
  margin-bottom: 15px;
}
.programacao ul li b {
  font-size: 1.2em;
  font-weight: 800;
}
.recife {
  background-color: #ce260c;
}
.sp {
  background-color: #4a5579;
}
</pre></body></html>