<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.navbar {
    background: url(images/barra.jpg) repeat-x; height: 70px;
}

.container {
    padding: 0;
}

article {
    float: left;padding:10px 10.6px;;background-color: #ececec;height: 340px;
}

article:nth-child(odd) {
    background-color: #d9d9d9;
}

.title {
    font-family: 'Montserrat'; font-size: 16pt; width: 192px; text-align: center;
}

.endereco {
    font-family: 'georgia'; font-size: 14px; width: 192px; text-align: center;
}

.estrelas {
    height: 42px;
}

h4 {
    font-family: 'Montserrat';color: #FFF; padding-top: 16px;padding-left: 50px;
}

#searchbar {
    float: right; right: 30px; top: 18px;
}

button.btn.btn-default.dropdown-toggle {
    width: 180px;
}

.estrelas img{
    display: none;
}

#criterio{
    color: #FFF; font-family: 'Montserrat'; font-size: 22px; padding: 20px;
}</pre></body></html>