.pagina-sobre ul {
    padding: 0;
    margin: 0;
}

.servicos-cards .card p {
    color: #a08f7a;
    font-size: 13px;
    min-height: 80px;
    max-height: 80px;
}

.card-body h3 {
    min-height: 70px;
    max-height: 70px;
}

.conteudos .card-body h3{
    font-size: 22px !important;
    min-height: unset !important;
    max-height: unset !important;
}

#slider-noticias .card-body h3{
    font-size: 22px !important;
    min-height: unset !important;
    max-height: unset !important;
}

/* Novos estilos */

.fonte-simples{
    color: #fb5f80;
    color: linear-gradient(321deg, #fb5f80 0%, #f86f64 100%);
    font-weight: 600;
    font-size: 21px;
} /* .fonte-simples */

.texto-simples{
    color: #212529;
    font-size: 16px;
} /* .texto-simples */

.nav-link{
    color: #533c2c;
    font-weight: 800;
    font-size: 21px;
} /* .nav-link */

.btn-one-default,
.linktopo{
    color: #fff !important;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 500;
    background: #fb5f80;
    background: linear-gradient(321deg, #fb5f80 0%, #f86f64 100%);
    border-radius: 50px;
    font-size: 13px;
} /* .btn-one-default */

.paginacao a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px;
    font-size: 13px;
    width: 37px;
    height: 37px;
}

.paginacao .active a{
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    background: #fb5f80;
    background: linear-gradient(321deg, #fb5f80 0%, #f86f64 100%);
    border-radius: 5px;
}

.navbar{
    z-index: 9999;
    position: relative;
    background: url(../images/textura-slide.gif);
}

.element-random{
    display: none;
}

.marcadagua{
    display: none;
}

.bg-fundo-azul{
    background: #e7f7fb;
    background: linear-gradient(184deg, #e7f7fb 0%, white 94%);
    padding-top: 80px;
}