﻿.RetPres {
    width: 100%;
}

.RetPres .Titulo {
    text-align: left; 
    float: left;
}

/* .RetPres .Titulo h1 {
    color: #333330;
    font-family: 'GHTF Bold';
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
} */

.RetPres .Titulo h1 {
    color: var(--primary-color);
    font-family: 'Space Grotesk Bold';
    font-size: 24px;
    line-height: 36px;
    text-align: left;
}

.RetPres .DisplayDesktop {
    display: block;
}

.RetPres .DisplayMobile {
    display: none;
}

@media (max-width: 1024px) {

    .CenterStage_Wrapper {
        margin-top: 0;
    }

    .Inside_Wrapper {
        margin: 0;
    }

    .RetPres {
        border: 0;
        padding: 0;
    }

    .RetPres .Titulo {
        text-align: center; 
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .RetPres .DisplayDesktop {
        display: none;
    }

    .RetPres .DisplayMobile {
        display: block;
    }

}



