.supercontainer {margin-top: 120px;}
.breadcrubs {text-transform: uppercase; }

a {text-decoration: none;color: #003b95;}
a:hover {text-decoration: underline;color: #003b95;}
.central-container {
    position: relative;
    width: 100%;
    height: 80vh;
	max-width: 2560px;
    display: flex;
    align-items: center;
    justify-content: center; 
	margin: 0 auto;
}
.central {
    position: relative;
    width: 100%;
    height: 10vh;
	max-width: 2560px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto;
}
.overlay {
    background: rgba(255, 255, 255, 0.5); /* Sfondo semi-trasparente */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: white;
    width: 90%;
    max-width: 400px;
}

.date-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.date-form label {
    font-size: 18px;
    font-weight: bold;
}

.date-form input {
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}

.date-form button {
    padding: 10px;
    background: #003b95;
    color: white;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.date-form button:hover {
    background: #00664f;
}
.mb50 {margin-bottom:50px; }

.main-content-1100 {
    max-width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .main-content-1100 {
        margin-top: 170px;
    }

    .central {
        position: relative;
        width: 100%;
        height: 10vh;
        max-width: 2560px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0px 20px;
    }
}