﻿.divTexts p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    margin: 0px 0px 16px 0px;
}

.divTexts ol {
    line-height: 1.5;
    font-weight: 400;
    list-style: decimal;
    padding: 0px 0px 20px 40px;
}

.divTexts ul {
    line-height: 1.5;
    font-weight: 400;
    list-style: circle;
    padding: 0px 0px 20px 40px;
}

.divTexts strong {
    font-weight: 600;
}

.divPageInfoTop {
    height: 50px;
}

.divPageInfoErrors {
    color: #c74749;
    text-align: center;
}
