﻿html, body {
    height: 100vh;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Yanone Kaffeesatz', sans-serif;*/
    font-size: 18px;
    line-height: 25px;
    color: #000;
    letter-spacing: 0.5px;
    font-style: normal;
}

form {
    position: relative;
    min-height: 100%;
}



.LP_SubHeader {
    position: relative;
    width: 100%;
    z-index: 1;
}

header {
    position: absolute;
    padding: 20px 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.headerHome {
    background-color: rgb(32 96 161 / 0.40);
}

.AlternativeHeader {
    background-color: #2060a1;
    padding: 20px 0;
    top: 0;
}

header .LogoHeader {
    height: 100%;
    float: left;
}

    header .LogoHeader img {
        width: 80px;
    }

.navbar ul {
    width: 100%;
}

header .nav .nav-item .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    padding: 20px 10px;
}

    header .nav .nav-item .nav-link:hover span,
    header .nav .nav-item a.selected span {
        color: #f8d246;
        border-bottom: 3px solid #F9D333;
    }

header .nav .nav-item img {
    width: 20px;
    display: inline-block;
}

header .nav .nav-item:nth-child(9) {
    position: relative;
}

.nav-item .SpanProdottiCarrello_Prodotti {
    position: absolute;
    background-color: #F9D333;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 14px;
    right: -5px;
    text-align: center;
    color: #2060a1;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}

header .nav .nav-item .nav-link i {
    font-size: 18px;
}

.Language {
    padding-left: 15px;
}

    .Language a {
        background-color: transparent;
        border: none;
        color: #fff;
        cursor: pointer;
    }

    .Language .dropdown-menu {
        background-color: rgba(255, 255, 255, 0.7) !important;
        right: 20px;
        min-width: inherit;
        width: 70px;
        left: -15px !important;
        text-align: center;
        padding: 0;
        border: none;
    }

    .Language .dropdown-item {
        padding: 8px 0;
        color: #234b8b;
        font-size: 14px;
    }

    .Language img {
        width: 20px;
        height: auto;
        margin: 5px 0 0 5px;
        float: left;
    }

#LP_Master {
    padding-bottom: 430px;
}

.Btncontatti_Whatsapp {
    background-color: #25D366 !important;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    font-size: 28px;
    display: inline-block;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 9;
}


    .Btncontatti_Whatsapp:hover {
        color: #fff;
        background-color: #128C7E !important;
    }

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #2060a1;
    color: #fff;
    padding: 30px 0 0 0;
    font-size: 13px;
}

    footer .LogoFooter {
        width: 100px;
    }

    footer a {
        color: #fff;
    }

    footer .col-lg-3:last-of-type a {
        display: inline-block;
        width: 35px;
    }

    footer .col-lg-3 p a i {
        color: #fff;
        font-size: 20px;
        padding-right: 8px;
    }

    footer p {
        padding-top: 20px;
    }

    footer small {
        font-size: 10px;
        display: block;
    }

    footer a:hover {
        color: #fff;
    }

.ComingSoon {
    background-image: url(media/logos/comingsoon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    position: relative;
}

.LoghiCertificazioni {
}

    .LoghiCertificazioni img {
        width: 150px;
        display: block;
    }

    .LoghiCertificazioni span {
        display: block;
        line-height: 14px;
    }

    .LoghiCertificazioni a {
        display: block;
        margin-top: 30px;
    }

@media (max-width:1330px) {
    .menuvoce {
        display: none;
    }

    .navbar ul {
        width: 90%;
    }

    .ResponsiveMenu,
    #mySidenavR {
        display: inherit;
        z-index: 9;
    }

        .ResponsiveMenu span {
            position: absolute;
            right: 50px;
            color: #fff;
            top: 44px;
            z-index: 2;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
        }

            .ResponsiveMenu span i {
                font-size: 20px;
                cursor: pointer;
                color: #fff;
            }
}

@media (max-width:991px) {
    #LP_Master {
        padding-bottom: 800px;
    }
}

@media (max-width:576px) {
    html, body {
        font-size: 16px;
    }

    header .nav .nav-item .nav-link {
        padding: 20px 15px;
    }

    .AlternativeHeader {
        padding: 20px 0 30px 0px;
    }

    .ResponsiveMenu span {
        right: 18px;
        top: 45px;
    }

    .navbar ul {
        width: 80%;
    }

    .NominativoR {
        position: absolute;
        bottom: -40px;
        width: 100%;
        right: 0;
        text-align: right;
    }

    .nav-item .SpanProdottiCarrello_Prodotti {
        right: 0px;
    }

    #LP_Master {
        padding-bottom: 965px;
    }

    footer {
        padding: 50px 0 100px 0;
    }

        footer .LogoFooter {
            margin-bottom: 20px;
        }
}

/* Modal Progress */
#ModalProgress {
    position: fixed;
    display: none;
    z-index: 99999;
    width: 200px;
    text-align: center;
    padding: 0;
    border-radius: 3px;
    background-color: rgb(0 0 0 / 46%);
    height: 100%;
    width: 100%;
}

    #ModalProgress img {
        width: 140px;
        margin: 30% 0;
    }

/*******************************************************+ModalCookie*/
.MenuSX {
    padding: 20px;
}

    .MenuSX img {
        width: 200px;
        display: block;
        margin-bottom: 30px;
    }

    .MenuSX input {
        text-transform: uppercase;
        color: #234b8b;
        background-color: #f3f3f3;
        margin-bottom: 5px;
        padding: 10px 20px;
        border: none;
        font-size: 12px;
        display: block;
        width: 100%;
        text-align: left;
    }

.ModalDX {
    background-color: #f3f3f3;
    padding: 20px;
    height: 100%;
    font-size: 12px;
}

    .ModalDX h2 {
        font-size: 18px;
    }

.ModalCookie .btn-close {
    position: absolute;
    right: -20px;
    top: -20px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
}


.ModalDX .form-check-input {
    text-transform: none;
    font-weight: 300;
    position: absolute;
    top: 0 !important;
    font-size: 12px;
    margin-left: 0;
    color: #6c6c6c;
}

.form-check-label small {
    margin-left: 20px;
}

@media (max-width:576px) {
    .modal.show .modal-dialog {
        transform: none;
        margin-top: 50px;
    }
}


/*cookie*/
.MP_Informativa_Cookie {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    padding: 2%;
    display: block;
    background-color: rgb(255 255 255 / 0.90);
    color: #000;
    font-size: 13px;
    -webkit-box-shadow: -3px -6px 15px 5px #C7C3C3;
    box-shadow: -3px -6px 15px 5px #C7C3C3;
}

    .MP_Informativa_Cookie a {
        color: #234b8b;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
    }

.Btn_Cookie {
    position: absolute;
    right: 6px;
    top: -15px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    background-color: #234b8b;
    color: #fff !important;
    text-transform: none !important;
    font-weight: bold;
    border: 1px solid #37404c !important;
    line-height: 26px;
    text-align: center;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

    .Btn_Cookie:hover {
        background-color: #37404c;
        color: #ffffff !important;
    }
