#sections-OV .descricao-OV {
    font-size:0.84em}
    @media (max-width: 480px) {
#sections-OV h2 {font-size:1.6em
} 

#sections-OV .descricao-OV {
    font-size:0.8em
} 

#sections-OV .btn-lg {
    font-size:0.94em}
} 
.cards-OV {
        border-radius: 10px;
        overflow: hidden;
        border: none;
}
.badges-cards-OV{
    background: rgba(198, 40, 40, 1);
    border: 1px solid rgba(198,40,40,.90);
    padding: 5px 18px;
    border-radius: 25px;
    display: inline-block;
    font-size: .75em;
    font-weight: 700;
    letter-spacing: .2px;
    box-shadow: 0 4px 12px rgba(0,0,0,.18);
}.imagem-bg-OV{
    background:
    linear-gradient(
        90deg,
        rgba(90,90,90,.78),
        rgba(178,34,34,.40)
    ),
    url('https://www.uniplandf.edu.br/img/destaque-ov.jpg')
    center center/cover no-repeat;
}
.destaque-texto-underline{
    color:#FFD54F;
    border-bottom:3px solid #FFD54F;

} .btn-uniplan{
    background:#C62828;
    color:#fff;
    font-weight:600;
}

.btn-uniplan:hover{
    background:#A81E1E;
    color:#fff;
    transform:translateY(-2px);
}

a.btn-uniplan,
a.btn-uniplan:link,
a.btn-uniplan:visited {
    background: #C62828;
    color: #fff;
    border: 1px solid #C62828;
    font-weight: 600;
}

a.btn-uniplan:hover,
a.btn-uniplan:focus,
a.btn-uniplan:active {
    background: #fff;
    color: #C62828;
    border-color: #C62828;
    transform: translateY(-2px);
}