<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1021px) {
	
.foto-left {
    width: 45% !important;
    height: auto !important;
    margin: 0 20px 0 0 !important;
    float: left;
}

.foto-right {
    width: 45% !important;
    height: auto !important;
    margin: 0 0 0 20px !important;
    float: right;
}

}

@media (max-width: 1020px) {
	
.foto-left {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 10px 0 !important;
    float: none;
}

.foto-right {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 10px 0 !important;
    float: none;
}
	
}

.logos {
	height: auto !important;
}

.panel-foto {
	width: 100% !important;
	height: auto !important;
	margin: 20px 0 !important;
}

figure img{
	width: 100% !important;
	margin: 0 !important;
}

figcaption {
    background-color: #eee;
    font-size: 0.87em !important;
    line-height: 1.4em !important;
    margin: 0 !important;
    padding: 5px !important;
}

/*#containerCab {
    line-height: 2em !important;
}*/

div.entry-content p {
    text-align: justify;
    padding: 0 !important;
    font-size: 1.1em !important;
    line-height: 1.86em !important;
    margin: 0 0 15px 0 !important;
}</pre></body></html>