.custom-hr {
    margin: 0 !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.icon-control {
    font-size: 14px;
}
.ml-20{
    margin-left: 20px;
    white-space: pre-line;
    /* text-indent:  2em;
    text-align: left;
    text-align: justify; */
}

.titulo-pergunta {
    font-size: 16px
}

.cartdownload {
    border-radius: 35px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 22px;
    height: 20px;
    padding: 0px 20px 0px 45px;
    border: 0px;
    background: #0E7AC0 url(../imgs/download.svg) no-repeat 20px center;
    background-size: 25px 25px;
    cursor: pointer;	
    letter-spacing: 0px;
}

.cartdownload:hover {
    opacity: 0.5;
}