.formulario {

    padding: 20px;
    margin: 30px auto 0 auto; 
    width: 40%;
    box-shadow: 0px 0px 6px 0px;
    border-radius: 10px;
}

.buttons {

    padding-top: 20px;
    padding-bottom: 2px;
    display: flex;
    justify-content: space-around;
}

.table-index {

    width: 80%;
    margin: 0 auto;
}

.texto {

    width: 90% !important;    
}

.card-list {

    box-shadow: 0px 0px 8px 2px;
    border-radius: 10px;
    padding: 10px;   
    margin-top: 8px;
    transition: 0.5s;
}

.card-list:hover {

    background-color: aliceblue;
}

.card-title{

    display: flex;
    justify-content: center;
}

.editor-html {

    width: 80%;
    margin: 170px auto 0 auto;
    background-color: ghostwhite;
}

.alert {

    margin-bottom: 3px;
}

#documentos {
    background-color: #fff;
    text-align: center;
    margin-top: 20px;
}

#documentos .title {
    font-size: 1.5rem;
}


