

/* Titulos */

.titles {
    margin-top: 2rem;
    text-align: center;
}

.title-page {
    color: #f2f2f2 !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
}

.title-page-lg {
    color: #353535 !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
}

.title-page-h3 {
    color: #f2f2f2 !important;
    font-size: 1.3rem !important;
    font-weight: bold !important;
}
.titles-text-long {
    margin-top: 2rem;
    text-align: left;

}

.subtitle-page {
    color: #f2f2f2 !important;
    font-size: 1.3rem !important;
    font-weight: bold !important;
}

.text-container {
    padding: 0;
    min-width: 320px;
}

.simple-text {
    color: #f2f2f2;
    font-size: 1.2rem;
    text-align: justify;
    line-height: 2rem;
    
}

.simple-text-lg {
    color: #353535;
    font-size: 1.2rem;
    text-align: justify;
    line-height: 2rem;
    
}

.card-text{
    color: #f2f2f2 !important;
}

.card-text-h4-escudo {
    color: #f2f2f2 !important;
    size: .5rem;
}

.card-text-lg{
    color: #353535 !important;
}