#termoConteudo, #resultadoConteudo, #msgConteudo, #btnConsultar, .loading {
    visibility: hidden;
    display: none;
}

#termoConteudo, #resultadoConteudo, #msgConteudo{
    margin: 50px 0;
    border-top: 1px solid #ccc;    
}

.loading {
    width: 100%;    
    margin: 50px 0;
    text-align: center;
}

.loading img {
    max-width: 20%;
}

#resultadoConteudo table {
    width: 100%;
    margin-top: 20px;
}

#resultadoConteudo table tr {
    background: #efefef;
}

#resultadoConteudo table td {
    border: none;
    font-weight: 600;
    padding: 5px;
}

.btn {
    width:100%;
    padding:10px;
    border:none;
    border-radius:5px;
    cursor:pointer;
    margin-top:30px;
    font-weight: bold;
}

.btnSuccess {
    color:white;
    background:green;
}

.btnWarning {
    color:white;
    background:rgb(252, 134, 1);
}

.btnDefault {
    color:white;
    background:rgb(5, 29, 245);
}

.btnDanger {
    color:white;
    background:rgb(226, 10, 10);
}

#msgConteudo {
    padding: 50px 25px;
    text-align: center;
    font-size: 1.5rem;
}

.errorValues {
    color: #fd581c;
}

.errorServer {
    color: #c00404;
}

#termoConteudo {
    width: 100%;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 10px 50px;
}

#termoConteudo div {
    width: 100%;
    text-align: center;
}

#termoConteudo p {
    padding: 10px;
}