﻿.box-texto {
    text-align: center;
    margin: 0;
    margin-bottom: 16px;
}
 

    .title {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        color: #263238;
        align-items: center;
        padding: 0;
        margin-bottom: 16px;
    }

.title-32 {
    font-size: 32px;
    line-height: 28px;
    color: #1a051d;
}

.description {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    color: #A1B0B8;
    margin-bottom: 32px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.mb-24 {
    margin-bottom: 24px;
}

.pd-top16 {
    padding-top: 16px;
}

.pd-top40 {
    padding-top: 40px;
}

.pd-top56 {
    padding-top: 56px;
}
.ident15 {
    text-indent: 1.5em;
}

@media (min-width: 640px) {
    .texto.show-mb {
        display: block;
    }
} 

@media (min-width: 768px) {
    .texto.hidden-lg {
        display: none;
    }
}