@charset "utf-8";

.h-10 {
    height: 10px;
}

.h-15 {
    height: 15px;
}

.h-30 {
    height: 30px;
}

.h-25 {
    height: 25px;
}

.h-20 {
    height: 20px;
}

.h-50 {
    height: 50px;
}

.h-60 {
    height: 60px;
}

.h-75 {
    height: 75px;
}

.h-100 {
    height: 100px;
}

.h-120 {
    height: 120px;
}

.h-140 {
    height: 140px;
}

.h-280 {
    min-height: 280px; /* Flexível para conteúdo longo */
    height: auto;
}

.flex-center-v {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    flex: 1 1 200px; /* Distribuição balanceada */
}

.title2 {
    color: var(--primary-blue);
}

.desc {
    padding-left: 20px;
    padding-right: 20px;
}

.par1 {
    width: 75%;
    line-height: 1.7;
    margin: 0 auto;
}

.p1 {
    width: 95%;
}

.img-round {
    max-height: 99%;
    max-width: 99%;
}

article ul {
    list-style: none;
    padding: 0 !important;
    /* Força a remoção do recuo padrão */
    margin: 0 auto !important;
    text-align: center;
    width: 100%;
}

article li {
    padding: 3px 0;
    text-align: center;
    margin: 0 !important;
    /* Remove margens herdadas do index.css */
}