<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@charset "utf-8";
/* CSS Document */

/* ---------- FONTAWESOME ---------- */
/* ---------- http://fortawesome.github.com/Font-Awesome/ ---------- */
/* ---------- http://weloveiconfonts.com/ ---------- */

@import url(http://weloveiconfonts.com/api/?family=fontawesome);

 
/* ---------- GENERAL ---------- */

body {
  background: #ffffff;
  color: #0e171c;
  font: 300 100%/1.5em 'Lato', sans-serif;
  margin: 0;
  font: 300 100%/1.5em "Lato",sans-serif;
}


a {outline: none;}

h1 {
    font-size: 20px;
    margin: 20px 0px 20px 0px;
    font-weight: normal;
    color: inherit;
    clear: none;
    line-height: 100%;

    text-transform: uppercase;
    color: #00ADDF;
}



.time{
  background: #00ADDF  none repeat scroll 0% 0%;
 
  border: 2px solid #086681;
  color: #F6F6F6;
  font-size: 20px;
  padding: 10px;
 
  font-weight: bold;
  line-height: 100%;
  margin-top: -8px;

-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

}

p {
        
    font-size: 14px;
   
}

.oi {color: #00ADDF;}

h2.dia {text-align: left}


.data_evento {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    padding-top: 7px;
}


.evento {
  height: 40px;
}


b {font-weight: bold;}

.oia {color: #00ADDF;}</pre></body></html>