<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.video-background {
    height: 420px;
}

.ytp-chrome-top {
    display: none;
}

.vitrine {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.titulo {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.foto-cliente {
    margin: 0 15px;
    height: 80px;
    width: auto;
    object-fit: contain;
}

.membro-equipe-figure {
    width: 180px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.membro-equipe-img {
    height: 100%;
    width: 100%;
    border-radius: 4px;
    max-width: 100%;
    object-fit: cover;
}
.map {
    height: 420px;
}

.fotos.grid .grid-item {
    width: 32%;
    margin-bottom: 2em;
    cursor: pointer;
}

.fotos.grid .grid-item img {
    width: 100%;
}

.fotos.grid .gutter-sizer {
    width: 2%;
}</pre></body></html>