/*****************************************************************/
/************ MODERN.CSS *****************************************/
/*****************************************************************/

.cs-responsive {
    width: 100%;
    display: block;
}

.cs-no-margin {
    margin: 0;
}

.cs-text {
    font-family: 'bnpp_sansregular';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(16px, 1vw, 22px);
    line-height: clamp(22px, 1.5vw, 32px);
    color: #333333;
}

.cs-green {
    color: #00965E;
}
/* VERSIONE BUTTON-OLD */
/* .cs-button {
    display: block;
    position: relative;
    width: 65%;
    margin-top: 50px;
    padding: 20px;
    font-family: 'bnpp_sansregular';
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    background-color: #88B332;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
} */
/* agg. 23 Marzo Dennis */
.cs-button {
    display: block;
    position: relative;
    width: 65%;
    margin-top: 50px;
    padding: 20px;
    font-family: 'bnpp_sansregular';
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    background-color: #88B332;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    padding: 12px 12px 12px 15px;
}

.cs-button.cs-dark {
    background-color: #179b90;
}

.cs-button:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #00594e;
}

.cs-button .svg {
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
}

#cs-dubbio {
    margin: 0;
    padding: 65px 50px;
    background: #eff0e0;
}

#cs-dubbio h2 {
    margin: 0;
    padding: 0;
    font-family: 'bnpp_sans_condensedregular';
    font-style: normal;
    font-weight: normal;
    font-size: clamp(32px, 4.25vw, 96px);
    line-height: clamp(32px, 4.25vw, 96px);
    text-align: center;
    text-transform: uppercase;
    color: #00594e;
}

.cs-domande {
    display: block;
    width: 280px;
    margin: 20px auto 0 auto;
    padding: 12px 12px 12px 15px;
    font-family: 'bnpp_sansregular';
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    background-color: #00965e;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.cs-domande:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #00594e;
}

/*******************************/
/* Responsive ******************/
/*******************************/

/* Extra small */
@media (max-width: 575px) {

    .cs-button {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    #cs-dubbio {
        padding: 28px 28px;
    }

    .cs-domande {
        margin: 30px auto 0 auto;
        padding: 15px;
    }

}

/* Small */
@media (min-width: 376px) and (max-width: 575px) {

    .cs-button {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .cs-button .svg{
        width: 18px;
        height: 22px;
    }
    #cs-dubbio {
        padding: 28px 28px;
    }

    .cs-domande {
        margin: 30px auto 0 auto;
        padding: 15px;
    }

}

/* Medium */
@media (min-width: 768px) and (max-width: 991px) {

    .cs-button {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    #cs-dubbio {
        padding: 38px 38px;
    }

}

/* Large */
@media (min-width: 992px) and (max-width: 1199px) {

    .cs-button {
        width: 100%;
    }

}

/* Extra large */
@media (min-width: 1200px) and (max-width: 1440px) {

}
