<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.static .hero {
    padding-top: 87px;
}

.static .title {
    display: flex;
    align-items: center;
    background-color: #313131;
    color: white;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 90px;
    min-height: 104px;
    text-transform: uppercase;
}

h1 {
    font-size: 43px;
}

.static .content {
    margin: 43px;
    display: flex;
    gap: 40px;
}

.content img {
    width: 40VW;
    object-fit: cover;
}

.textDescription {
    width: 30%;
}

.textContent,
.gallery {
    margin: 43px;
}

a {
    text-decoration: none;
    color: #313131;
}

.notes {
    font-size: 12px;
    margin: 30px 0;
}

.notes p {
    color: #A19080;
    margin-bottom: 0;
}

.notes a {
    color: #246496;
    font-weight: 700;
    margin-bottom: 0;
}


/* GALERÃA DE FOTOS */

.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery img {
    width: 50%;
    min-width: 400px;
    object-fit: cover;
}

@media (max-width: 900px) {
  .static .content {
    margin: 43px;
    display: flex;
    gap: 40px;
    flex-direction: column;
	}
  .content img {
    width: 100%;
    object-fit: cover;
	}
  
}
</pre></body></html>