.filho {
    border: 2px solid #3498db;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 auto 20px;
    width: 1300px;
}

.filho:hover {
	transform: scale(1.01); 
}

.td-table {
	width: 100%;
	vertical-align: middle;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.form-title{
	background-color: #051791;
    text-align: center;
	border-radius: 10px;
	padding: 5px;
}

.form-title h3 {
	color: #fff;
}

.container-flex {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}