.widgetBoxInfo {
    display: flex;
    height: 100%;
}

.boxInfoWeb {
    padding: 25px;
    border-radius: 30px;
    border: 1px solid #0084FF99;
    background: radial-gradient(84.92% 84.92% at 50% 15.08%, rgba(8, 25, 83, 0.8) 0%, rgba(7, 6, 38, 0.5) 100%);
    width: 480px;
    max-width: 100%;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.boxInnerTop 
{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.boxInnerTop .boxIcon {
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 120px;
    flex-shrink: 0;
}
.boxInnerTop .boxIcon svg {
    width: 30px;
    height: 30px;
}

.boxInnerTop .boxTitle .titolo  {
    color: #FFFFFF;
}
.boxInnerTop .boxTitle .testo  {
    color: #C2C1E3;
    font-weight: 500;
}
.boxInnerCentral .titoloLista,
.boxInnerCentral .boxList .singleListItem .testoSingleItem .listTesto
{
    font-weight: 500;
    color: #FFFFFF;
}
.boxInnerCentral .boxList .singleListItem .testoSingleItem .listNota
{
    color: #FFFFFF;
}
.boxInnerCentral .boxList .singleListItem .listIcon i
{
    font-size: 1.3rem;
    color: #0084FF;
}

.boxInnerBottom .mainButtonWebsite
{
    width: 100%;
    max-width: 100%;
    text-align: center;
    background-color: #1A1E54;
    color: var(--violet-color);
}


/* PRICE BOX */
.priceBox {
	display: flex;
	align-items: first baseline;
	gap: 15px;
    margin-bottom: 5px;
}