﻿a {
    text-decoration: none;
    color: #2060a1;
}

    a:hover {
        text-decoration: none;
    }

.ErrorSpan {
    position: absolute;
    right: 20px;
    color: #ff0000;
    top: 35px;
    top: 13px;
}

h1 {
    font-weight: bold;
    font-size: 60px;
    color: #1B5EA3;
    padding-top: 50px;
    font-family: 'Yanone Kaffeesatz', sans-serif
}

    h1 span {
        border-bottom: 3px solid #1B5EA3;
        padding: 0 0 0 0;
        display: inline-block;
    }

    h1.h1_white {
        font-weight: bold;
        font-size: 60px;
        color: #fff;
        padding: 0;
        font-family: 'Yanone Kaffeesatz', sans-serif
    }

        h1.h1_white span {
            border-bottom: 3px solid #fff;
            padding: 0 0 0 0;
            display: inline-block;
        }

    h1 small {
        font-size: 30px;
        display: block;
    }

h2 {
    font-weight: 900;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    color: #1B5EA3;
}

    h2 input {
        float: right;
        padding: 10px;
    }

h3 {
    font-weight: 700;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

    h3 span {
        font-weight: 300;
    }

h4 {
    font-weight: bold;
    font-size: 20px;
}

.Center {
    text-align: center;
    display: block;
}

.Right {
    text-align: right;
    display: block;
}

.TextSH_SX {
    color: #fff;
}

    .TextSH_SX span {
        font-size: 45px;
        font-weight: 900;
        line-height: 45px;
    }

    .TextSH_SX p {
        font-size: 20px;
        margin-top: 10px;
        line-height: 35px;
    }

    .TextSH_SX .btn-White {
        margin-top: 30px;
    }

    .TextSH_SX .line {
        margin: 10px 0;
        height: 2px;
        width: 200px;
        background-color: #fff;
        display: block;
    }

.TextSH_DX {
    background-image: url(media/Community/Community_LineeTitolo.svg);
    background-position: center;
    background-size: contain;
    height: 80%;
    width: 100%;
    background-repeat: no-repeat;
    display: table;
    padding: 0 100px;
}

    .TextSH_DX span {
        font-weight: 300;
        font-style: italic;
        color: #fff;
        font-size: 40px;
        line-height: 45px;
        display: table-cell;
        vertical-align: middle;
    }

.ImageSH_DX img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.Text_CX {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 45%;
    display: inline-block;
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    line-height: 100px;
}

    .Text_CX span {
        border-bottom: 3px solid #fff;
        padding: 0 30px;
        display: inline-block;
    }

.TextBlueDark {
    display: table;
    width: 50%;
    background-color: rgb(27 94 163 / 0.60);
    height: 100%;
    padding: 80px;
}

.Text_TextBlue {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

    .Text_TextBlue h2 {
        color: #fff;
    }

.Bg_Blue_Light {
    background-color: #36A9FF;
    padding: 80px 0;
}

.Doppiacolonna {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

    .Doppiacolonna img {
        width: 100%;
    }

    .Doppiacolonna .col-lg-6:first-of-type {
        display: table;
    }

.TextDoppiacolonna {
    display: table-cell;
    vertical-align: middle;
    padding: 0 80px 0 0;
}

    .TextDoppiacolonna h2 {
        padding-bottom: 20px;
    }

.TextBlue {
    background-color: rgb(54 169 255 / 0.60);
    padding: 80px;
    width: 70%;
    height: 100%;
    color: #fff;
}

/**********************************************************************responsive*/
@media (max-width:1316px) {
    h1,
    h1.h1_white {
        font-size: 45px;
    }

    .TextSH_SX span {
        font-size: 50px;
        font-weight: 900;
        line-height: 51px;
    }

    .TextSH_SX p {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 991px) {
    .Center, .Right {
        text-align: left;
        display: inline-block;
    }

    .TextSH_DX {
        margin-top: 30px;
    }
}

@media (max-width:768px) {
    .TextSH_SX span {
        font-size: 30px;
        line-height: 35px;
    }

    .TextSH_SX p {
        font-size: 16px;
        line-height: 25px;
    }

    .TextSH_SX .btn-White {
        margin-top: 10px;
    }

    .MiniText {
        padding: 0px;
    }
}

@media (max-width:576px) {
    h1, h1.h1_white {
        font-size: 55px;
        line-height: 50px;
        padding-top: 50px;
    }

    .TextSH_DX {
        display: none;
    }

    .Info_Community .col-6:first-of-type {
        padding-right: 0;
    }

    .Info_Community .col-6:last-of-type {
        padding-left: 0;
    }

    .TextDoppiacolonna {
        padding: 0;
    }

    .TextSH_SX {
        padding-top: 60px;
    }

    .TextBlueDark {
        width: 100%;
        padding: 20px;
    }

    .ImageSH_DX img {
        width: 150px;
    }
}

.BtnQuantita {
    display: inline-block;
}

    .BtnQuantita .BtnQnt {
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 900;
        font-display: block;
        src: url("media/fonts/@fortawesome/fa-solid-900.eot");
        src: url("media/fonts/@fortawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("media/fonts/@fortawesome/fa-solid-900.woff2") format("woff2"), url("media/fonts/@fortawesome/fa-solid-900.woff") format("woff"), url("media/fonts/@fortawesome/fa-solid-900.ttf") format("truetype"), url("media/fonts/@fortawesome/fa-solid-900.svg#fontawesome") format("svg");
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        border: none;
        transition: color 0.6s ease-out 0s;
        text-align: center;
        vertical-align: middle;
        text-shadow: 0 1px 0 #fff;
        background-color: #f1f1f1;
        color: #3370b0;
        padding: 0.25rem 0.5rem;
        font-size: 16px;
        border-radius: 0.2rem;
        text-align: center;
        margin: 0 auto;
    }

    .BtnQuantita input[type=text] {
        height: 30px;
        border: 1px solid #f1f1f1;
        border-radius: 0.2rem;
        background-color: transparent;
        width: 50px;
        text-align: center;
    }

.BoxListaPodotti .BtnQuantita {
    margin: 0 auto 20px auto;
    display: block;
    width: 130px;
}
