/* Add Google WebFonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

:root {
    --cc-bianco: #fff;
    --cc-rosso: #ba0404;
    --cc-beige: #c09f7c;
    --cc-beige2: rgb(192 159 124 / 25%); /* opacita 25% beige */
    --cc-nero: #353535;
    --cc-marrone: #452812;
    --cc-crema: #FFFEEC;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--cc-nero);
    background-color: white;
}

h1, h2, h3, h4 {
    font-weight: 700;
}

input[type="radio"] {
    -webkit-appearance: radio !important;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
}

input:not([type="radio"]) {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    width: auto;
}

table {
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

strong, b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

input, select, textarea, button, .img a {
    outline: none;
}

ul {
    list-style-type: none;
    list-style-position: inside;
}

p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: var(--cc-nero);
    font-family: 'Montserrat', sans-serif;
}

    p span {
        color: var(--cc-rosso);
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--cc-marrone);
    line-height: 50px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: var(--cc-marrone);
}

:-ms-input-placeholder { /* IE 10+ */
    color: var(--cc-marrone);
}

:-moz-placeholder { /* Firefox 18- */
    color: var(--cc-marrone);
}
/*.articolo .dx ul li::before, .riepilogo_sezione ul li::before {
	content: "- ";
}*/
.articolo .dx .cbp-vm-switcher ul li::before {
    content: "";
}

ul li {
    margin-bottom: 5px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

hr {
    width: 100%;
    clear: both;
}

a {
    color: var(--cc-rosso);
    text-decoration: none;
}

strong {
}

a:hover {
    color: var(--cc-nero);
    text-decoration: underline;
}
.error_invio {
    margin: 0px 2px;
    font-weight: bold;
    color: red;
    padding: 14px;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    background: #e9cecf;
    border: 2px solid red;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 261px;
    float: right;
    text-align:center;
}

.inviato {
    margin: 0px 2px;
    font-weight: bold;
    color: green;
    padding: 14px;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    background: rgba(0, 128, 0, 0.3);
    border: 2px solid green;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    float: right;
    text-align: center;
}

.prodotti_shop .img {
    position: relative;
    float: left;
    width: 40%;
}

.prodotti_shop .caption {
    position: relative;
    float: left;
    width: 60%;
    margin-right: 0px;
    padding-left: 40px;
}

::selection {
    background: var(--cc-marrone); /* Safari */
    color: white;
}

::-moz-selection {
    background: var(--cc-marrone); /* Firefox */
    color: white;
}

input:focus {
    outline: none;
}

.btn, input[type="button"].btn, input[type="submit"].btn {
    background-color: var(--cc-rosso);
    margin: 0px 0 0;
    display: inline-block;
    transition: background 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 25px;
    position: relative;
    font-size: 20px;
    color: #fff;
    white-space: normal;
    -moz-border-radius: 20px;
    border-radius: 27px;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
}

    .btn:hover, input[type="button"].btn:hover, input[type="button"].btn.ordina {
        text-decoration: none !important;
        background-color: var(--cc-marrone);
        color: white;
    }

.footer {
    text-align: center;
    width: 100%;
}

    .footer a, .footer a:hover {
        text-decoration: none;
        color: var(--cc-nero);
    }

.container {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    position: relative;
}

.clear {
    clear: both;
}

.wrapper {
    min-height: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

div.content {
    display: inline-block;
    width: 100%;
    clear: both;
    padding-top: 0px;
}

.home div.content {
    padding-top: 20px;
}

footer {
    width: 100%;
    height: 425px;
    position: absolute;
    bottom: 0px;
}

    footer h2 {
        font-size: 18px;
        color: var(--cc-crema);
    }

    footer p {
        font-size: 14px;
        color: #ccc;
        line-height: 21px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    footer hr {
        background: rgba(196, 196, 196, 0.3) !important;
    }

    footer h3 {
        margin: 0px 0px 20px 0px;
        font-size: 20px;
        font-weight: normal;
        color: #333;
    }

.slideshow.img img {
    width: 100%;
}

.label_module {
    float: left;
    position: relative;
    color: var(--cc-nero);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 15px;
    display: block;
    width: 100%;
    min-height: 20px;
    text-align: left;
}

.field_module {
    padding: 5px 10px;
    border-bottom: 1px solid rgba(192, 159, 124, 0.5);
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 17px;
    float: left;
    width: 100%;
    color: var(--cc-nero);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    height: 42px;
    line-height: 36px;
}

.campo_form {
    width: 100%;
    position: relative;
    float: left;
    padding-right: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    padding-bottom: 20px;
    /* background: red; */
}

    .campo_form .errore {
        font-weight: 600;
        font-size: 13px;
    }

.intro {
    text-align: center;
    padding: 40px 0px;
}

    .intro h1, .titolo {
        text-align: center;
        color: var(--cc-rosso);
        font-size: 30px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .intro h2 {
        text-align: center;
        color: var(--cc-nero);
        font-size: 30px;
    }

.form {
    max-width: 700px;
    border: 2px solid var(--cc-beige);
    padding: 40px;
    margin: auto;
    margin-bottom: 60px;
}
.w-100 {
    width:100% !important;
}
    .form h4 {
        text-align: center;
        color: var(--cc-nero);
        font-size: 20px;
        margin-bottom: 30px;
    }

    .form h5 {
        color: var(--cc-nero);
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .form .me-select li {
        margin-bottom: 20px;
    }

    .form .campo_form .me-select label span {
        color: var(--cc-nero);
        font-weight: 700;
        font-size: 13px;
    }

.intro ul {
    list-style-type: disc;
    list-style-position: inside;
}

.caption .titolo {
    text-align: left;
    margin-top: 30px;
}

.box {
    display: inline-block;
    width: 100%;
    padding: 40px 0px 30px 0px;
}

    .box.triple {
        display: inline-block;
        width: 33%;
        padding: 20px;
        margin: 20px 0px;
    }

        .box.triple img {
            margin-bottom: 20px;
        }

        .box.triple p {
            margin-bottom: 0px;
        }

    .box.rosso {
        background-color: var(--cc-rosso);
        
    }
    .p-0 {
        padding:0px !important;
    }
    .box.crema {
        background-color: var(--cc-crema);
    }

.box.rosso .titolo {
    font-size: 40px;
    margin-top: 60px;
}

    .box.rosso, .box.rosso p, .box.rosso h4, .box.rosso .titolo, .box.rosso a, .box.rosso span {
        color: white !important;
    }
       
        .prodotti_shop .box.rosso .caption {
            position: relative;
            float: left;
            width: 60%;
            padding-right: 40px;
            padding-left: 0px;
        }

ul.social {
    display: block;
    text-align: center;
    padding: 20px;
}

    ul.social li {
        display: inline-block;
        text-align: center;
        margin: 10px;
    }

.mb-50 {
    margin-bottom: 0px;
}

@media (max-width:1110px) {
    .container {
        width: 100%;
        padding: 0px 40px;
    }
}

@media (max-width:600px) {
    .intro h1, .titolo {
        font-size: 24px;
    }

    .intro h2 {
        font-size: 24px;
    }

    .form h4 {
        font-size: 16px;
    }

    .container {
        padding: 0px 20px;
    }

    .form {
        padding: 20px;
    }

    .prodotti_shop .img {
        margin: 0px 0px 20px 0px;
        width: 100%;
    }

    .mb-50 {
        margin-bottom: 50px;
    }

    .prodotti_shop .caption, .prodotti_shop .box.rosso .caption, .box.triple {
        margin: 0px 0px 20px 0px;
        width: 100%;
        padding: 0px 20px;
    }

    .caption .titolo {
        margin-top: 10px;
    }

        .caption .titolo br {
            display: none;
        }
}
