/*general style*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1 {
    font-family: MafraDisplay, serif;
}

h2,
h3,
h4 {
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
}

h2.intestazione {
    text-align: center;
    font-size: 21px;
}

h3.block {
    font-size: 24px;
}

h3.button {
    text-align: center;
    font-size: 18px;
    padding: 12px !important;
    margin: 40px auto 18px !important;
    display: inline-block;
    border-radius: 4px;
}

p {
    font-family: 'Barlow', sans-serif;
}

p.medium {
    font-weight: 500;
}

span.price {
    font-size: 80px;
}

sup {
    font-size: 50% !important;
}

h3.block small {
    font-size: 70% !important;
    line-height: 60% !important;
}

/*colors*/
.red,
a.red {
    color: #e51f3d !important;
}

.black,
a.black {
    color: #000 !important;
}

.white,
a.white {
    color: #FFF !important;
}

/*id and class*/

#topContainer {
    background: #e5e1d6;
    padding: 72px 72px 0;
    text-align: center;
}

#cont {
    padding: 60px 120px;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.col-container {
    width: 94%;
    margin: 0 auto 30px;
    display: table;
}

.colSup {
    display: table-cell;
    width: 33.3333%;
    padding: 0;
}

.padCel {
    padding: 3% 16%;
}

.row {
    width: 100%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    *zoom: 1;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.blockRed {
    background: #e51f3d;
}

.blockGray {
    background: #e5e1d6;
}

.blockWhite {
    background: #FFF;
}

.clear {
    clear: both;
}

.line {
    border-top: 1px solid #000;
    margin: 15px auto;
}

p.note {
    font-weight: 600;
    text-align: left;
    font-size: 18px;
    line-height: 180%;
}

/*responsive */
@media screen and (max-width:902px) {
    #topContainer {
        padding: 20px !important;
    }

    .rowSmall {
        padding: 0 20px !important;
    }
}

@media screen and (max-width:640px) {
    h2.intestazione {
        font-size: 18px;
    }

    #cont {
        padding: 30px;
    }

    p.note {
        font-size: 16px;
        line-height: 150%;
        text-align: justify;
    }
}

/*mailchimp*/
#mc_embed_signup {
    clear: both;
    font-family: 'Barlow', sans-serif;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px
}

#mc-embedded-subscribe-form input[type=checkbox] {
    display: inline;
    width: auto;
    margin-right: 10px;
}

#mergeRow-gdpr {
    margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
    font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
    border: none;
    min-height: 0px;
    padding: 0 !important;
}

#mc_embed_signup div#mce-responses {
    width: 100% !important;
    margin: 0 !important;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: center !important;
    /* margin: 0 auto 60px !important; */
    font-family: 'Barlow', sans-serif;
    /* padding: 5px 50px 8px; */
}

#mc_embed_signup .helper_text {
    background: #FFF !important;
}

#mc_embed_signup .mc-field-group {
    clear: both;
    position: relative;
    width: 100%;
    padding-bottom: 1%;
    min-height: 10px;
    display: flex;
}

label {
    display: block;
    text-align: center;
    padding: 10px 0;
}

.content__gdpr {
    width: fit-content;
}

#mc_embed_signup .mc-field-group input {

    display: inline;
    width: auto;
    padding: 8px 0;
    text-indent: 2%;

}

input[type="email"] {
    display: inline-block;
    padding: 8px;
    border-radius: 0;
    border: 1px solid rgba(36, 28, 21, .3);
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    width: 100% !important;
    /* margin: auto !important; */
    max-width: 400px;
    background-color: transparent;
}

input[type="submit"] {
    background: #e51f3d !important;
    color: #FFF;
    border: 1px solid #e51f3d !important;
    text-transform: uppercase;
    width: auto !important;
    padding: 10px 25px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    margin: auto;
    border: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

input[type="submit"]:hover {
    transition: all 0.2s ease-in-out;
    background: white !important;
    color: #e51f3d;
}

input[type="submit"]:active {
    transform: scale(0.95);
}

#mc_embed_signup div.response {
    float: none !important;
    width: 100% !important;
    font-weight: 500 !important;
}

#mc_embed_signup #mce-success-response {
    color: #1a1a1a !important;
    display: none;
}


@media screen and (max-width:640px) {
    #mc_embed_signup form {
        padding: 1px !important;
    }

    input[type="email"] {
        width: 100% !important;
    }
}


@media screen and (max-width:768px) {
    .newsletter-card.principal #mc_embed_signup {
        margin-bottom: 50px;
        text-align: start;
    }

    .newsletter-card.principal #mc_embed_signup form {
        text-align: start !important;
        padding: 0px;
    }

    .newsletter-card.principal #mc_embed_signup form label {
        text-align: start !important;
    }

    .newsletter-card.principal #mergeRow-gdpr {
        width: fit-content !important;
    }
}


    .newsletter-card.tematica #mc_embed_signup {
        margin-bottom: 50px;
        text-align: start;
    }

    .newsletter-card.tematica #mc_embed_signup form {
        text-align: start !important;
        padding: 0px;
    }

    .newsletter-card.tematica #mc_embed_signup form label {
        text-align: start !important;
    }

    .newsletter-card.tematica #mergeRow-gdpr {
        width: fit-content !important;
    }