
.TituloAR{
    font-size: 42px;
    font-weight: 800;
    color:#49176D;
    text-align: center;
    font-size: clamp(1.5rem, 4vw + 1rem, 3rem);
}

.TMI{
    padding-top: 30px;
    padding-bottom: 25px;
    width: 220PX;
    text-align: center;
}

.UPP{
    width: 100PX;
    text-align: center;
}

.bgColorBody {
    background: #49176D;
    background: linear-gradient(0deg,rgba(73, 23, 109, 0.42) 0%, rgba(0, 0, 0, 0) 33%);
    min-height: 100vh;
}

.UnderL{
   text-decoration: none !important; 
   color: inherit;
}

.UnderL:hover {
    color: inherit;
}