﻿.divVazia {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.actived {
    /*text-decoration: underline;*/
    background-color: #f7eade;
}

.fieldSet {
    border: 1px solid #b3b3b3;
    padding: 1rem;
    width: 100%;
    border-radius: 5px;
}

.titulo-fieldSet {
    font-size: 1.1rem;
    font-weight: 500;
    font-style: italic;
    color: var(--text-color);
    width: auto;
    float: none;
}
