<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.palestrantes{
    display: none;
}

.palestrantes-grid:nth-child(even){
    display: grid;
    grid-template-areas: 'a1 a2';
    position: relative;
}

.palestrantes-grid:nth-child(odd){
    display: grid;
    grid-template-areas: 'x1 x2';
    position: relative;
}

.palestrantes-grid:nth-child(even) .img-palestrante{
grid-area: a2;
}
.palestrantes-grid:nth-child(even) .txt-palestrante{
grid-area: a1;
}

.palestrantes-grid:nth-child(odd) .img-palestrante{
grid-area: x1;
}
.palestrantes-grid:nth-child(odd) .txt-palestrante{
grid-area: x2;
}
    

h2.cor-palestrante0,h2.cor-palestrante4 ,h2.cor-palestrante8,h2.cor-palestrante11,h2.cor-palestrante14{
    background-color: #9daaf1;
    text-align: center;
    font-weight: bold;
    padding: 0.8rem;
}

h2.cor-palestrante1,h2.cor-palestrante5 ,h2.cor-palestrante9,h2.cor-palestrante12,h2.cor-palestrante15{
    background-color: #ff6a3c;
    text-align: center;
    font-weight: bold;
    padding: 0.8rem;
}

.cor-palestrante2,h2.cor-palestrante3 ,h2.cor-palestrante6,h2.cor-palestrante10,h2.cor-palestrante13,h2.cor-palestrante16, .cor-palestrante17{
    background-color: #f4db7c;
    text-align: center;
    font-weight: bold;
    padding: 0.8rem;
}

.txt-palestrante {
    padding: 0rem 1rem 7rem 1rem;
}

.dia-palestrante{
    position: absolute;
    width: 100%;
    left: 0;
    top: -5rem;
}

.palestrantes-wrapper{
    margin-top: 5rem;


}
#interna &gt; div.container.containerBody &gt; div:nth-child(3) {
    display: none;
}
body &gt; div:nth-child(3), body &gt; div:nth-child(4) {
    display: none;
}

#headerPrincipal.interna{
    margin-bottom: 10px!important;
}
.col-md-12.breadcrumbs {
    padding-bottom: 1.5rem;
}</pre></body></html>