body {
    font-family: 'Raleway', sans-serif;
}

.container-fluid {
    overflow: hidden;
    width: 100%;
}

.ce {
    margin: 0 5px;
}

header {
    padding: 0 250px;
    background: #6d81a3;
    overflow: hidden;
}

header .logo-cnt {
    padding-top: 14px;
    padding-bottom: 14px;
}

header .menu-cnt ul li {
    padding: 30px 40px;
}

header .menu-cnt ul li:last-child {
    background: #002f6c;
}

header .menu-cnt ul li a {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

header .menu {
    margin: 0;
}

#hero {
    background: url('../img/hero.jpg') no-repeat center center;
    background-size: cover;
    height: 734px;
    padding: 49px 0 34px 0;
}

#hero .logo-kit {
    width: 219px;
}

#hero h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #575756;
    margin: 15px 0 16px 0;
}

#hero a.btn {
    margin: 17px 0;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background: #5f0653;
    padding: 14px 28px;
}

#hero .down-arrow {
    margin-top: 180px;
}

#hero .down-arrow a {
    text-decoration: none;
}

#hero .down-arrow p {
    margin: 8px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5f0653;
}

header .logo {
    width: 98px;
}

#intro {
    padding-bottom: 88px;
    overflow: hidden;
}

#intro .fascia {
    position: absolute;
}

#intro .fasce {
    position: absolute;
    left: -15px;
    top: 0;
    width: 710px;
}

#intro h3 {
    margin: 94px 0 33px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #5f0653;
}

#intro a.btn {
    margin: 50px 0 17px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background: #5f0653;
    padding: 14px 28px;
}

#contenuto {
    background: #fff4fe;
    padding: 72px 0 79px;
}

#contenuto .cnt-sx>div {
    background: #c2a5cf;
    height: 100%;
    width: 100%;
}

#contenuto .cnt-sx h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
    color: #5f0653;
}

#contenuto .cnt-sx {
    display: flex;
    align-items: center;
    justify-self: start;
    margin-left: -15px;
    margin-right: 15px;
}


#contenuto .cnt-dx {
    display: flex;
    align-items: center;
    justify-self: flex-end;
    margin-right: -15px;
    margin-left: 15px;
}

#contenuto .cnt-dx>div {
    background: #5f0653;
    height: 100%;
    width: 100%;
}

#contenuto img.talloncino {
    height: 71px;
}


#contenuto .cnt-dx h3 {
    font-size: 34px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

#contenuto ul {
    padding: 0;
}

#contenuto ul li {
	width: 90%;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #575756;
    list-style: none;
    margin-bottom: 35px;
}

#contenuto ul li .bullet {
    margin-right: 50px;
    width: 25px;
}


#contenuto .cta-pieghevole a.btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background: #5f0653;
    padding: 20px 34px;
}

.attenzione {
    margin: 21px 0 47px 0;
}

.attenzione p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #575756;
}

footer {
    background: #8696b0;
    padding: 30px 20px 0 20px !important
}

footer .sub-footer {
    background: #6d81a3;
    padding-bottom: 10px;
    padding-top: 16px;
    padding-left: 25px;
    padding-right: 25px;
}

footer .sub-footer a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
}

footer .social-footer img {
    margin-top: 0 !important;
}

a.btn {
    border-radius: 0;
}

a.btn:hover {
    opacity: 0.6;
}

footer p,
footer a {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 8px;
}

footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
}




@media screen and (max-width: 767px) {
footer .sub-footer {
    margin-bottom: 40px;
}
.icon-wrapper {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99999999999999999999;
}

.icon-wrapper .icon {
    background: #002d70;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-wrapper {
        top: initial;
        bottom: 0;
        width: 100%;
    }

    .icon-wrapper .icon {
        width: 100%;

    }

    .icon-wrapper .icon a {
        color: white;
        font-size: 16px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 22px;
    }

    .icon-wrapper .icon a img {
        margin-right: 15px;
    }

    iframe {
        width: 100%;
    }

    #contenuto img.talloncino {
        display: none;
    }

    #contenuto .cnt-sx h3,
    #contenuto .cnt-dx h3 {
        justify-content: center;
        text-align: center;
        font-size: 26px;
    }

    #contenuto ul li {
        font-size: 18px;
    }

    #contenuto .cnt-sx,
    #contenuto .cnt-dx {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    a.btn {
        white-space: normal;
    }

    #hero .down-arrow {
        margin-bottom: 20px;
    }

    #hero {
        height: auto;
    }

    header .menu-cnt ul li {
        width: 100%;
        padding: 10px 0;
        display: block !important;
    }

    header .logo-cnt {
        padding: 10px 0;
    }

    #intro h3 {
        font-size: 30px;
    }
}

.icon-wrapper {
    z-index: 99999999999999999999;
    top: 25%;
}


.logo-cnt h6 {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-left: 70px;
}

@media screen and (max-width: 767px) {
    .icon-wrapper {
        top: initial;
        bottom: 0;
        width: 100%;
    }

    .icon-wrapper .icon {
        width: 100%;

    }

    .icon-wrapper .icon a {
        color: white;
        font-size: 16px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 22px;
    }

    .icon-wrapper .icon a img {
        margin-right: 15px;
    } 
}

#sponsor img {
    width: 100%;
}

#extUrl h5.modal-title {
    color: #002f6c;
    font-family: Montserrat,sans-serif;
    font-size: 30px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 900;
    letter-spacing: normal;
    line-height: 1.23;
    text-align: center;
}

#extUrl .modal-body p {
    color: #393939;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    text-align: center;
    margin-bottom: 0;
}

#extUrl .modal-header {
    border-bottom: 0;
}

#extUrl .modal-footer {
    justify-content: center;
    border-top: 0;
}

#extUrl .modal-footer .btn-procedi {
    background-color: #6d81a3;
    border: 2px solid #6d81a3;
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 10px 40px;
    text-transform: uppercase;
}

#extUrl .modal-footer .btn-annulla {
    background-color: #fff;
    color: #6d81a3;
    border: 2px solid #6d81a3;
    cursor: pointer;
    display: block;
    padding: 10px 40px;
    text-transform: uppercase;
}

#extUrl .modal-dialog {
    max-width: 800px;
    width: 100%;
}

ul#menu-header-menu li  {
    margin-bottom: 11.5px;
    margin-left: 0!important;
    min-height: unset!important;
    width: 100%!important;
    text-align: center;
}

ul#menu-header-menu li a {
    color: #fff;
}

.hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: -38px;
    background: none !important;
    border: 0 !important;
    outline: none;
}

@media screen and (max-width: 1200px) {
    .logo-cnt h6 {
        font-size: 15px; 
        margin-left: 10px
    }
    #intro video {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 1120px) {

    #sponsor .mobile,
    #sponsor .ipad {
        display: none !important;
    }

    #sponsor img {
        height: 300px;
        object-fit: cover;
    }
}

@media (min-width:768px) and (max-width:1120px) {

    #sponsor .mobile,
    #sponsor .desktop {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .sub-footer p {
        text-align: center;
        display: block;
        width: 100%;
    }
    .hamburger {
        position: absolute;
        right: 0;
        top: -45px;
    }
    .navbar {
        padding: 0 !important;
    }
    #extUrl h5.modal-title {
        font-size: 24px !important;
    }
    #extUrl .modal-dialog {
        width: auto;
    }
}

@media screen and (min-width: 991px) {
    .sub-footer .first-element {
        margin-left: 25px;
    }
    .sub-footer p {
        margin-left: 15px;
    }
    footer > .row {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
}

@media screen and (max-width: 768px) {

    #sponsor .ipad,
    #sponsor .desktop {
        display: none !important;
    }
    #contenuto .cta-pieghevole a.btn {
        font-size: 20px;
    }
    header .logo {
        width: 70px !important;
    }
}

@media screen and (min-width: 769px) {
    header .menu-cnt ul li:first-child {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 440px) {
    .logo-cnt h6 {
        font-size: 15px !important;
    }
}
