/* inline CSS */

.footer-nostri-partner {
    min-height:243px;
    background: #EFEFEF;
}
.main-content h1 {
    text-transform:uppercase;
}
.main-content blockquote {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.main-content blockquote div {
    padding:33px;
    max-width:100%;
    width:1150px;
    border-radius: 9px;
    border: 4px solid #F6F6F6;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.23);
}
.main-content p,
.main-content ul li,
.main-content ol li {
    font-size:20px;
    line-height: 1.9rem;
}

#title {
    background-size: cover;
}

.img_sx,
.img_dx {
    display:block;
    width:100%;
    margin-bottom:15px;
}

.special_flex_testo {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.special_flex_immagine {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.immagine-con-testo-immagine_a_destra,
.immagine-con-testo-immagine_a_sinistra {
    flex-direction: initial;
}
.box_collassabile {
    width:896px;
    max-width:100%;
    border-radius: 14px;
    border: 2px solid #FFFFFF;
    background: #fff;
    box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.06);
    padding:30px 38px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.box_collassabile .box_coll_titolo {
    cursor:pointer;
}
.box_collassabile .box_coll_titolo .box_coll_btn {
    background-image:url(/assets/images/faq_closed.png);
    width: 70px;
    height: 70px;
    display: block;
    background-size: contain;
    background-position: center;
    float: right;
    margin-top: -13px;
}
.box_collassabile .box_coll_titolo {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding:17px 0px;
}
.box_collassabile .box_coll_testo {
    display:none;
}
.box_collassabile.open {
    border: 2px solid #434343;
    box-shadow: 0 6px 16px 0 rgba(74, 58, 255, 0.19);
}
.box_collassabile.open .box_coll_testo {
    display:block;
}
.box_collassabile.open .box_coll_titolo .box_coll_btn {
    background-image:url(/assets/images/faq_open.png);
}

#box_inlinea_quotazioni {
    width: calc(100vw - 60px);
    margin: 10px 30px;
    background-color: #000;
    color: #fff;
    height: 68px;
    border-radius: 6px;
    position: fixed;
    left: 0px;
    bottom: 55px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
#box_inlinea_quotazioni .inner {
    width:995px;
    max-width:100%;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    padding:0px 30px;
}
.form-label {
    color: #575757;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.zen-dinamic-form input[type=email], 
.zen-dinamic-form input[type=number], 
.zen-dinamic-form input[type=password], 
.zen-dinamic-form input[type=tel], 
.zen-dinamic-form input[type=text], 
.zen-dinamic-form select, 
.zen-dinamic-form textarea {
    border:1px solid #000;
    background-color:#fff;
    padding: 7px 15px;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    min-height:42px;
}

.item-content .item-info {
    width:800px;
    max-width:100%;
    margin-left:20px;
    text-transform:uppercase;
}
.subtitle-slider {
    width:800px;
    max-width:100%;
}
.home_nostri_prodotti {
    
}
.home_nostri_prodotti .box1,
.home_nostri_prodotti .box2,
.home_nostri_prodotti .box3 {
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    padding:47px;
    display: flex;
    align-items: flex-end;
}
.home_nostri_prodotti .box1 .inner h2,
.home_nostri_prodotti .box2 .inner h2,
.home_nostri_prodotti .box3 .inner h2 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.home_nostri_prodotti .box1 .inner a,
.home_nostri_prodotti .box2 .inner a,
.home_nostri_prodotti .box3 .inner a {
    text-decoration:underline;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.95px;
    text-transform: uppercase;
}
.home_nostri_prodotti .box1 {
    border:7px solid #FFF;
    height:440px;
    background-color:#f2f2f2;
    width:calc(100% + 20px);
    margin-left:-10px;
}
.home_nostri_prodotti .box2 {
    border:7px solid #FFF;
    height:440px;
    background-color:#f2f2f2;
    width:calc(100% + 20px);
    width:calc(100% + 20px);
    margin-left:-10px;
}
.home_nostri_prodotti .box3 {
    border:7px solid #FFF;
    height:440px;
    background-color:#f2f2f2;
    width:calc(100% + 20px);
    margin-left:-10px;
}
.box_quotazioni {
    background-color:#000;
    background-image:url(/assets/images/sfondo-box-quotazioni.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box_quotazioni .quotazione {
    border-radius: 13px;
    background: #FFF;
}
.box_quotazioni .quotazione h1 {
    margin-top:60px;
    color: #000;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.box_quotazioni .quotazione p {
    margin-top:18px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom:39px;
}
.box_quotazioni .quotazione p span {
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}
.box_quotazioni .quotazione p a {
    color: #868686;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.inner_quotazioni {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.inner_quotazioni .oro {
    display:inline-block;
    min-width: 330px;
    height: 58px;
    border: 2px solid #EFC654;
    background: #EFC654;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 3.75px;
    text-transform: uppercase;
    padding:14px 38px;
    margin-bottom:31px;
}
.inner_quotazioni .argento {
    display:inline-block;
    min-width: 330px;
    height: 58px;
    border: 2px solid #BCBCBB;
    background: #BCBCBB;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 3.75px;
    text-transform: uppercase;
    padding:14px 38px;
}

.loghi-partner {
    margin-top:30px;flex-direction: row;justify-content: center;align-items: center;
}


@media only screen and (min-width: 321px) {    
}

@media only screen and (min-width: 376px)  {
    
}

@media only screen and (min-width: 769px)  {
    #title {
        background-size: contain;
    }
    .img_sx {
        display:block;
        float:left;
        width:33%;
        margin-right:15px;
        margin-bottom:15px;
    }
    .img_dx {
        display:block;
        float:right;
        width:33%;
        margin-left:15px;
        margin-bottom:15px;
    }
    .main-content blockquote div {
        padding-left:120px;
    }
    .main-content blockquote::before {
        content:url('/assets/images/info.svg');
        float: left;
        margin-right: -94px;
        z-index: 9;
        margin-top: 33px;
    }
    .immagine-con-testo-immagine_a_destra {
        flex-direction: row-reverse;
    }
    .loghi-partner {
        display: flex;
    }
}
@media only screen and (min-width: 1025px)  {
    .item-content .item-info {
        margin-left:200px;
    }
    .home_nostri_prodotti {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .home_nostri_prodotti .box1 {
        border:7px solid #FFF;
        height:440px;
        background-color:#f2f2f2;
        width:36.5%;
        margin-left:0px;
    }
    .home_nostri_prodotti .box2 {
        border:7px solid #FFF;
        height:440px;
        background-color:#f2f2f2;
        width:26%;
        margin-left:0px;
    }
    .home_nostri_prodotti .box3 {
        border:7px solid #FFF;
        height:440px;
        background-color:#f2f2f2;
        width:36.5%;
        margin-left:0px;
    }
    .home_nostri_prodotti .box2 .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .home_nostri_prodotti .box3 .inner {
        display: flex;
        flex-direction: column;
        align-items: end;
        width: 100%;
    }

}
@media only screen and (min-width: 1441px)  {
}
