.DIVLista {
    width: 100%;
    padding: 0px 50px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.DIVLista h1 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.DIVLista .DIVListaLegenda {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.DIVLista .DIVListaLegenda h3 {
    margin-right: 46px;
    margin-top: 5px;
}

.DIVLista .DIVListaLegenda .DIVListaLegendaStatus {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
}

.DIVLista .DIVListaLegenda .DIVListaLegendaStatus p {
    margin: 0;
    display: flex;
    align-items: center;
}

.DIVLista .DIVListaLegenda .DIVListaLegendaStatus span {
   font-size: 80px;
   margin-left: 15px;
   margin-right: 15px;
}

.DIVLista table * {
    border: 1px solid;
    border-left: 2px dashed;
}

.DIVLista .table * {
    border: 1px solid;
}

.DIVLista table {
    width: 100%;
    border: 0;
}

.DIVLista table th {
    border: 0;
    background: var(--pallet-blue);
    color: var(--pallet-white);
    padding: 15px 0px;
    text-align: center;
}

.DIVLista table td {
    text-align: center;
    border: 2px solid var(--pallet-blue);
    padding: 15px 0px;
}

.DIVLista table .th-checkbox {
    background: none;
    width: 60px;
}

.b-contain *,
.b-contain *::before,
.b-contain *::after {
    box-sizing: content-box !important;
}

.b-contain input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.b-contain span {
    line-height: 1.27;
    font-size: 1.22rem;
    font-family: inherit;
}

.b-contain {
    display: table;
    position: relative;
    padding-left: 0rem;
    cursor: pointer;
    margin-bottom: 2.25rem;
}

.b-contain input[type="checkbox"]~.b-input {
    position: absolute;
    top: 10px;
    left: 15px;
    height: 1.25rem;
    width: 1.25rem;
    background: #f1f5f9;
    transition: background 250ms;
    border: 1px solid #94a3b8;
    border-radius: 0.2rem;
}

.b-contain input[type="radio"]~.b-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.25rem;
    width: 1.25rem;
    background: #f1f5f9;
    transition: background 250ms;
    border: 1px solid #94a3b8;
    border-radius: 3rem;
}

.b-contain input[type="checkbox"]~.b-input::after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 0.3rem;
    height: 0.6rem;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transition: background 250ms;
    transform: rotate(45deg);
}

.b-contain input[type="radio"]~.b-input::after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 4px;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 3rem;
    background: #ffffff;
    transition: background 250ms;
}

.b-contain input[type="checkbox"]:disabled~.b-input::after {
    border-color: #ffffff;
}

.b-contain input:checked~.b-input::after {
    display: block;
}

.b-contain:hover input[type="checkbox"]:not([disabled])~.b-input,
.b-contain input[type="checkbox"]:focus~.b-input {
    background: #e2e8f0;
    border-color: #64748b;
}

.b-contain:hover input[type="radio"]:not([disabled])~.b-input,
.b-contain input[type="radio"]:focus~.b-input {
    background: #e2e8f0;
    border-color: #64748b;
}

.b-contain input:focus~.b-input {
    box-shadow: 0 0 0 2px #60a5fa;
}

.b-contain input[type="checkbox"]:checked~.b-input {
    background: #3b82f6;
    border-color: #1d4ed8;
}

.b-contain input[type="radio"]:checked~.b-input {
    background: #3b82f6;
    border-color: #1d4ed8;
}

.b-contain input[type="checkbox"]:disabled~.b-input,
.b-contain input[type="radio"]:disabled~.b-input {
    opacity: 0.5;
    cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled~.b-input::after {
    background: #ffffff;
}

.b-contain:hover input[type="checkbox"]:not([disabled]):checked~.b-input,
.b-contain input[type="checkbox"]:checked:focus~.b-input {
    background: #2563eb;
    border-color: #1e40af;
}

.b-contain:hover input[type="radio"]:not([disabled]):checked~.b-input,
.b-contain input[type="radio"]:checked:focus~.b-input {
    background: #2563eb;
    border-color: #1e40af;
}

.DIVLista table .th-cta {
    background: none;
    width: 200px;
}

.DIVLista table th svg{
    border: 0;
    font-size: 20px;
    cursor: pointer;
    margin-left: 10px;
}

.DIVLista table .th-cta button {
    font: var(--font-button);
    background: none;
    width: 170px;
    height: 3rem;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px 20px;
    border-radius: 5px;
    border: 1px solid var(--pallet-blue);
    cursor: pointer;
    color: var(--pallet-blue);
    transition: all .3s ease-in-out;
}

.DIVLista table .th-cta button:hover {
    background: var(--pallet-blue);
    color: var(--pallet-white);
}

.mouse{
    width: 30px;
	height: 60px;
	border: 3px solid #333;
	border-radius: 60px;
	position: fixed;
    top: 90%;
    left: 98%;
    z-index: 10000000;
    cursor: pointer;
}

.mouse::before{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 40px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 40px;
	}
}