<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.obras {
   /* width: 100%;
    float: left; */
}
.obras .bloco {
    width: 100%;
    float: left;
    margin: 0 0 35px 0;
    box-shadow: 3px 3px 11px -4px #CCC;
}
.obras .bloco .imagem {
    width: 100%;
    height: 170px;
    float: left;
    border-radius: 4px 4px 0 0;
}
.obras .bloco .texto {
    width: 100%;
    height: auto;
    min-height: 200px;
    float: left;
    padding: 20px;
    border-radius: 0 0 4px 4px;
    background: #F8F8F8;
}
.obras .bloco .texto h4 {
    font-size: 17px;
    color: #373737;
    font-weight: 400;
    line-height: 1.2em;
}
.obras .bloco .texto p {
    margin: 6px 0 0 0;
    font-size: 12px;
    color: #949494;
    font-weight: 400;
}

.box-obras-view{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.box-obras-view .box-conteudo{
    min-height: 180px;
    display: block;
    padding: 20px;
    border-radius: 0 0 4px 4px;
    background: #1f1f1f;
    background:transparent url('/imagens/barra-interna-obras.jpg') no-repeat center fixed;
}
.box-obras-view .box-conteudo .box-texto{
    color: #FFF;
    position: relative;
    bottom: 0px;
}
.box-obras-view .box-conteudo .box-texto .box-titulo{
    font-size: 25px;
    font-weight: 400;
    padding: 0 0 20px 0;
    color: #FFF;
}
.box-obras-view .box-conteudo img{
    width: 190px;
    height: 200px;
    position: relative;
    bottom: 0px;
    float: left;
    margin-right: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    border: 4px solid #FFF;
}
.titulo-obras-view{
    margin: 32px 0;
}
.numeroMedicao{
    width: 52px !important;
    position: relative;
    top: -7px;
    left: -7px;
    padding: 11px 15px;
    background-color: #017CBF;
    color: #FFF;
    font-weight: bold;
    border-radius: 4px 0 0 0;
    border: 3px solid #FFF;
    display: block;
    text-align: center;
}

.infoNumeroMedicao{
    float: right;
    color: #017CBF;
    font-size: 11px;
    margin-top: 12px;
    display: block;
}
.infoNumeroMedicao .infoNumeroMedicaoQuadrado{
    width: 12px;
    height: 12px;
    background-color: #017CBF;
    float: left;
    margin-right: 5px;
}</pre></body></html>