
.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3em;
}

.roboto-regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
}

.roboto-bold {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1em;
}

div.texto-conteudo a:link {
    color: #4f46e5;
    font-weight: bold;
}

div.texto-conteudo a:visited {
    color: #4f46e5;    
    font-weight: bold;
}

div.texto-conteudo table, th, td {
    border: 1px solid #dddddd;
    padding: 15px;
    vertical-align: middle;
}

div.texto-conteudo ul {
  list-style-position: inside;
  list-style-type: disc;
}

div.texto-conteudo ul li {
    margin-bottom: 10px;
}

.bg-color-evento {
    background-color: #0000ff;
}

.text-color-evento {
    color: #0000ff;
}

.border-color-evento {
    border-color: #0000ff;
}

.montserrat-text {
  font-family: "Montserrat", sans-serif;
}

.poppins-text {
  font-family: "Poppins", sans-serif;
}

span.error {
    font-size: 75%;
}