<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("common.css");
@import url("top.css");
@import url("menu.css");
@import url("intro.css");
@import url("video.css");
@import url("scopri.css");
@import url("bottone.css");
@import url("footer.css");

.headerLine{
    background: url('../images/background/sfondo_nostri_prodotti.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.headerLine.decongelato{
    background: url('../images/background/sfondo_decongelato.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.headerLine.congelato{
    background: url('../images/background/sfondo_congelato.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.headerLine.confezionato{
    background: url('../images/background/banner_confezionato.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.headerLine.fresco{
    background: url('../images/background/sfondo_fresco.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.intro h3{
    font-size:35px;
    margin-bottom: 25px;
}

.latino{
    font-size:25px;
    text-align: center;
    font-style: italic;
    color: #00819f;
}
@media(min-width:768px){
    .intro h3{
        font-size:45px;
    }
    .latino{
	font-size:30px;
    }
}

.info_about{
    text-align: center;
    margin-top: 30px;
}
.info_about, .info_about:hover, .info_about:visited, .info_about:active{ text-decoration: none; color:#5d5d5d; }
.info_about .titolo{
    text-transform: uppercase;
    color:#4f7ba0;
    font-weight: bold;
    font-size:18px;
    text-align: left;
    min-height: 50px;
}
.info_about.sede .titolo, 
.info_about.rete_vendita .titolo, 
.info_about.certificazioni .titolo { 
    vertical-align: middle;
    display: table-cell;
    height: 50px;
}

.info_about .testo{
    text-align: left;
    margin-bottom: 15px;
}


@media(max-width:767px){
    .lineBlack:before{
	border-top:75px solid white;
	border-right:0;
    }
}

.copertina{
    padding:0;
    border-radius:5px;
    margin-bottom: 15px;
}

.intro p{
    line-height: 24px; 
    margin-top: 30px; 
    margin-bottom:30px;     
    overflow: hidden;
    font-size: 16px;
}

.box{
    margin-top:25px;
    margin-bottom:25px;
}
.box .provenienza{
    padding-top: 120px;
    padding-bottom: 35px;
    background: url('../images/provenienza.png') no-repeat top center;
}
.box .ricette{
    padding-top: 120px;
    padding-bottom: 35px;
    background: url('../images/ricette.png') no-repeat top center;
}
.box .scheda{
    padding-top: 120px;
    padding-bottom: 35px;
    background: url('../images/scheda_tecnica.png') no-repeat top center;
}

.box .provenienza .titolo,
.box .ricette .titolo,
.box .scheda .titolo{
    text-align: center;
    text-transform: uppercase;
    color:#4f7ba0;
    font-weight: bold;
    font-size: 25px;
}

.box .provenienza .testo,
.box .ricette .testo,
.box .scheda .testo{
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}
.box .ricette .testo a,
.box .scheda .testo a{
    color: #5d5d5d;
    text-decoration: none;
}

@media(max-width:767px){
    .lineBlack:before{
	border-top:75px solid white;
	border-right:0;
    }
    .lineBlack.box_footer .downLine{
	margin-top: 80px;
    }
    #mainwrapper{
	margin-bottom: 20px;
    }
}</pre></body></html>