﻿
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: "Open Sans", sans-serif; 
}

.box-texto {
    text-align: center;
    margin-bottom: 16px;
}

.modal-body .texto {
    margin-bottom: 43px;
} 

.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; 
    text-align: center;
    margin: 0;
    padding: 0;
}

.pd-top16 {
    padding-top: 16px;
}

.pd-top40 {
    padding-top: 40px;
}

.pd-top56 {
    padding-top: 56px;
}

.ident15{
    text-indent: 1.5em;
}
