@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Museo700-Regular';
    src: url('../fonts/Museo700-Regular.eot');
    src: url('../fonts/Museo700-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Museo700-Regular.woff2') format('woff2'),
        url('../fonts/Museo700-Regular.woff') format('woff'),
        url('../fonts/Museo700-Regular.ttf') format('truetype'),
        url('../fonts/Museo700-Regular.svg#Museo700-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans-300';
    src: url('../fonts/MuseoSans-300.eot');
    src: url('../fonts/MuseoSans-300.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSans-300.woff2') format('woff2'),
        url('../fonts/MuseoSans-300.woff') format('woff'),
        url('../fonts/MuseoSans-300.ttf') format('truetype'),
        url('../fonts/MuseoSans-300.svg#MuseoSans-300') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans-700';
    src: url('../fonts/MuseoSans-700.eot');
    src: url('../fonts/MuseoSans-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MuseoSans-700.woff2') format('woff2'),
        url('../fonts/MuseoSans-700.woff') format('woff'),
        url('../fonts/MuseoSans-700.ttf') format('truetype'),
        url('../fonts/MuseoSans-700.svg#MuseoSans-700') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: arial;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000;
}


.container{
    margin-top:0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    max-width:1440px;
    background:#fff;
}

@media (max-width: 750px) {
    .container{
        background:none;
    }
}

.row {
    margin: auto;
    max-width:1440px;
}

@media (max-width: 750px) {
    .row {
        margin: auto;
        max-width:100%;
    }
}

hr {
    border:4px solid #E4E4E4;
    margin:0;
}

.elementi {
    font-family: 'MuseoSans-300';
    font-size:14px;
    color:#828282;
}

.bg_grigio {
    background:#E3E6E5;
}

.bg_grigio2 {
    background:#b8c0cc;
}

input {
    font-family: arial;
    border-width:0;
    border-bottom:1px solid #2A5573;
    border-radius:0;
}

select {
    font-family: arial;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0 !important;
    border-width:0;
    border-bottom:1px solid #2A5573;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control2 {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.msg_errore {
    color:red;
    text-align:left;
    font-size:25px;
    font-family: 'MuseoSans-700';
}


.hidemobile {
    display:block;
}

.showmobile {
    display:none;
}

@media (max-width: 767px) {
    .hidemobile {
        display:none;
    }


    .showmobile {
        display:block;
    }

}

@media (max-width: 767px) {
    .mobile {
        margin-top:30px;
    }
}

a {
    font-family: 'MuseoSans-300';
    text-decoration:none;
    color:#2B5574;
}

a:hover {
    font-family: 'MuseoSans-700';
    text-decoration:none;
    color:#2B5574;
}

a:focus {
    font-family: 'MuseoSans-700';
    text-decoration:none;
    color:#2B5574;
}

.menu {
    font-family: 'MuseoSans-300';
    font-size:15px;
    text-align:center;
    color:#fff;
    background:#2b5574;
    width:1440px;
}

@media (max-width: 750px) {
    .menu {
        font-size: 15px;
    }
}

.active {
    font-family: 'MuseoSans-700';
    color:#2B5574;
    text-decoration:none;
}

li {
	text-align:right;
}

.premi {
    color:#2B5574;
    font-family: 'MuseoSans-700';
    font-size:35px;
    text-align:center;
    width:100%;
    background:#E3E6E5;
}

.footer {
    color:#fff;
    font-family: 'MuseoSans-300';
    font-size:13px;
    text-align:center;
    width:1440px;
    height:130px;
    background:#2B5574;
}

@media (max-width: 750px) {
    .footer {
        height:auto;
    }
}

.note {
    font-family: 'MuseoSans-300';
    font-size:20px;
    color:#4C4C4C;
    text-align:left;
    margin:0px;
}

@media (max-width: 750px) {
    .note {
        font-size:20px;
    }
}

.subs {
    font-family: 'MuseoSans-300';
    font-size:12px;
    color:#4C4C4C;
    text-align:left;
    margin:0px;
}

h1 {
    font-family: 'MuseoSans-700';
    font-size:33px;
    color:#4C4C4C;
    text-align:left;
    margin:0px;
}

@media (max-width: 375px) {
    h1 {
        font-size:25px;
    }
}

h2 {
    font-family: 'MuseoSans-700';
    font-size:35px;
    color:#4C4C4C;
    text-align:left;
    margin:0px;
}

@media (max-width: 375px) {
    h2 {
        font-size:18px;
    }
}

h3 {
    font-family: 'AvenirNextLTPro-Medium';
    font-size:25px;
    color:#000;
    text-align:center;
    margin:0px;
}


.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 130%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    margin-left: -20%;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: .25rem;
}

.campi {
    border-width:0;
    border-bottom:1px solid #2A5573;
    border-radius:0;
}

label {
    display: inline-block;
    margin-bottom: .2rem;
}

#form label.error {
    color: red;
    font-weight: bold;
}

/* Stili per il carousel */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #2B5574;
    padding: 15px;
    border-radius: 50%;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li {
    background-color: #2B5574;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}

/* Personalizzazioni per mantenere la proporzione e l'estetica */
#buoniCarousel .carousel-item {
    padding: 0 30px;
}

#buoniCarousel .col-lg-3 {
    transition: transform 0.2s;
}

#buoniCarousel .col-lg-3:hover {
    transform: scale(1.05);
}

/* Media query per dispositivi mobili */
@media (max-width: 767px) {
    .carousel-indicators {
        bottom: -30px;
    }
    
    #buoniCarousel .carousel-item {
        padding: 0 15px;
    }
}

.spazio_bianco_hp{
    height:300px;
}

.nota-informativa {
    font-size: 0.85em;
    color: #6c757d;
    font-style: italic;
    font-weight: bold;
}