﻿/* inserire qui le classi necessarie ad adattare gli stili */
@font-face {
	font-family: 'Biko Regular';
	src: url('/css/custom-font/biko_regular.woff') format('woff');
}

@font-face {
	font-family: 'Biko Bold';
	src: url('/css/custom-font/biko_bold.woff') format('woff');
}

@font-face {
	font-family: 'Biko Black';
	src: url('/css/custom-font/biko_black.woff') format('woff');
}

body {
    line-height: 1.2em;
}

.text-white-shadow {
    text-shadow: 1px 1px  #fff, -1px -1px #fff, -1px 1px #fff, 1px -1px #fff, 0px 0px 3px #fff;
    color: #005276;
}

.foceSpacing {
    letter-spacing: 0.2em;
}

@media (max-width: 1200px) {
    .foceSmaller {
        font-size: 0.8em;
    }   
}


.placeholderPieno {
	background: red;
}

.placeholderPieno input::placeholder {
	color: blue;
}

.border-bottom-bianco-1 {
	border-bottom: 1px solid white;
}

.backgroundLanterna {
    background-image: url(/media/rhfny40i/cenanellevigne_dscf1855_-claudiabaldino.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 400px;

}


.backgroundAlphatoBianco {
    background-color: rgba(255,255,255, .6);
}

.formComponibile {
    padding: 3em;
    /*background: #061d3e;*/
}
.inputFooterMail {
	border: 1px solid #F7B82E;
	font-size: 80%;
	width: 350px;
	height: 50px;
	padding-right: 100px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
}

input.newsletterForm[type=email] {
	border: 1px solid white;
	width: 350px;
	padding-right: 100px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	height: 42px;
}

	input.newsletterForm[type=email]:focus {
		background-color: #0a1e32;
		box-shadow: none;
	}

button.newsletterForm[type=submit] {
	border: 0;
	-webkit-appearance: none;
	font-size: 0.6em;
	height: 34px;
	width: 80px;
	margin-left: -92px;
	margin-top: 10px;
}

@media only screen and (max-width: 770px) {
	.inputFooterMail {
		width: calc(100% - 1em);
	}
	.sizeMobile {
	    font-size: 0.8em;
	}
	.sizeMobilePiccolo {
	    font-size: 0.65em;
	}
}

/* filtro articoli blog */

.filtroblog {
	border: 0;
	background: transparent;
	border-bottom: 1px solid #061D3E;
	border-radius: 0;
	color: #061D3E;
}

	.filtroblog:focus {
		outline: none;
	}

	.filtroblog::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #061D3E;
		opacity: 1; /* Firefox */
	}

	.filtroblog:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #061D3E;
	}

	.filtroblog::-ms-input-placeholder { /* Microsoft Edge */
		color: #061D3E;
	}
	
.z-100 {
    z-index: 100;
}

.p-0important {
    padding: 0!important;
}

@media only screen and (max-width: 1480px) {
	.lineUpH1 {
		line-height: 0.9;
	}
}

.background-blu-alphato { 
    background-color: rgba(0, 82, 118, 0.7);
}

.photogallery-angoli-arrotondati img
{
    border-radius: 2em;
}

.sfondo-bianco-box-immagine {
    background-color: white;
    padding: 2em;
    -webkit-box-shadow: 0 0 20px #eaeaea;
    -moz-box-shadow: 0 0 20px #eaeaea;
    box-shadow: 0 0 20px #eaeaea;
}

h2 p {
   display: inline-table;
}

h2 p:before {
    content: "";
    background: url(/css/sottolineatura.svg) bottom no-repeat;
    display: inline-table;
    margin: 0 0.5em;
    width: 100px;
    height: 18px;
    vertical-align: text-top;
}


h2 p:after {
    content: "";
    background: url(/css/sottolineatura.svg) bottom no-repeat;
    display: inline-table;
    margin: 0 0.5em;
    width: 100px;
    height: 18px;
    vertical-align: text-top;
}
.breadcrumb-item.active {
    color: #009fe3;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
}

.rigaHeader:has(.menu-azzurro) {
    background-color: #009fe3;
    background-image: url(/css/linea-tratteggiata.svg);
    background-repeat: repeat-x;
    background-position: center 75%;
    background-size: 100% 10px;
    -webkit-box-shadow: 0 2px 4px -2px #005292;
    -moz-box-shadow: 0 2px 4px -2px #005292;
    box-shadow: 0 2px 4px -2px #005292;
    padding-bottom: 0.9em;
}

.LogoAlberti {
    position: absolute;
    top: -1.5em;
    left: 0;
    z-index: 10;
    width: 225px;
}

.box-ricette {
    width: calc(33% - 2em);
    margin-left: 1em;
    margin-right: 1em;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 0 3px #eaeaea;
    -moz-box-shadow: 0 0 3px #eaeaea;
    box-shadow: 0 0 3px #eaeaea;
    margin-bottom: 2em;
}

.tempo-preparazione {
    margin-top: .5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 3em;
}

.puntoElencoAlberti {
    line-height: 1.75em;
}

    .puntoElencoAlberti li {
        list-style-type: none;
    }

        .puntoElencoAlberti li:before {
            content: "●";
            position: absolute;
            margin-left: -1em;
            color: #009FE3;
            font-weight: 700;
            font-size: 1.5em;
        }

.alby {
    max-width: 250px;
    margin: auto;
}

.fumetto p {
    position: relative;
    background-color: #fff;
    padding: 1.125em 1.5em;
    border-radius: 1rem;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(168,168,168,0.7);
    -moz-box-shadow: 0px 0px 5px 2px rgba(168,168,168,0.7);
    box-shadow: 0px 0px 5px 2px rgba(168,168,168,0.7);
}

.fumetto p::before {
    content: url('/css/fumetto.jpg');
    position: absolute;
    left: -41px;
    top: 50%;
}

@media only screen and (max-width: 1280px) {
    .fumetto p {

    }
}

@media only screen and (max-width: 1024px) {
    .fumetto p {

    }
}

@media only screen and (max-width: 770px) {
    .fumetto p::before {
        content: '';
        left:0;
        top: 0;

    }
}



    .sottolineato {
        background: url(/css/sottolineatura.svg) bottom no-repeat;
        width: 90%;
        height: 5px;
        position: absolute;
        left: 5%;
    }

    .nutrizionali {
        background: url(/css/background-prodotto.png) center no-repeat;
        background-size: contain;
        padding: 2em !important;
    }

    .sottocategoria-sottolineato {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: -20%;
        display: block;
        z-index: -1;
    }

    @media only screen and (max-width: 1280px) {

        .nutrizionali {
            font-size: 0.9em;
            padding-top: 3em !important;
        }
    }

    .btn-boxato {
        background-repeat: no-repeat;
        background-image: url(/css/button-invia.svg);
        border: 0;
        border-bottom: 1px solid transparent;
        padding: 0.1em 0.25em;
        font-weight: 400;
        background-color: transparent;
        margin: 0.5em;
        background-size: cover;
        background-position: center;
        padding: 0.25em 0.5em;
    }

    .btn-boxato-bianco {
        background-repeat: no-repeat;
        background-image: url(/css/button-invia-bianco.svg);
        border: 0;
        border-bottom: 1px solid transparent;
        padding: 0.1em 0.25em;
        font-weight: 400;
        background-color: transparent;
        margin: 0.5em;
        background-size: cover;
        background-position: center;
        padding: 0.25em 0.5em;
    }

    .sfondo-box-form {
        background-color: #f7f6f6;
        padding: 1.5em;
        border-radius: 1em;
    }

    .creativity-testo h3 p {
        position: relative;
    }

        .creativity-testo h3 p span:after {
            content: "";
            background: url(/css/lampadina.svg) center no-repeat;
            display: inline-block;
            margin: 0 auto;
            width: 30px;
            height: 40px;
            position: absolute;
            left: calc(50% - 130px);
        }

    .dropdown-toggle::after {
        display: none;
    }

    .dropdownmenuvoice {
        background-color: white;
        border: none;
        border-radius: 0;
        text-align: center;
        font-family: 'Yanone Kaffeesatz';
        font-size: 1.4em;
        text-transform: uppercase;
        left: -50% !important;
        top: -0.5em !important;
    }

        .dropdownmenuvoice .dropdown-item {
            font-weight: 700 !important;
            color: #005292;
        }

    .icona-social-footer {
        width: 50px;
        height: 50px;
    }

    @media only screen and (min-width: 770px) {
        .sfondo-footer {
            background-color: #005292;
            background-image: -webkit-linear-gradient( 90deg, #005292 0%, #005292 60%, #009fe3 60%, #009fe3 60%);
            background-image: linear-gradient( 90deg, #005292 0%, #005292 60%, #009fe3 60%, #009fe3 60%);
        }
    }

    @media only screen and (min-width: 770px) {

        .creativity-cont-immagine {
            padding-left: 0 !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }

        .creativity-testo {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            -webkit-border-bottom-left-radius: 1em !important;
            border-bottom-left-radius: 1em !important;
            -webkit-border-top-left-radius: 1em !important;
            border-top-left-radius: 1em !important;
        }


        .creativity-immagine {
            -webkit-border-bottom-right-radius: 1em !important;
            border-bottom-right-radius: 1em !important;
            -webkit-border-top-right-radius: 1em !important;
            border-top-right-radius: 1em !important;
            padding-left: 0 !important;
        }
    }

    @media only screen and (max-width: 1280px) {
        .icona-social-footer {
            width: 30px;
            height: 30px;
        }
    }

    @media only screen and (max-width: 1024px) {


        .nutrizionali {
            background: url();
            font-size: 0.9em;
            padding-top: 3em !important;
        }

        .icona-social-footer {
            width: 30px;
            height: 30px;
        }
    }

    @media only screen and (max-width: 770px) {

        .LogoAlberti {
            position: relative;
            top: auto;
            left: auto;
            z-index: 10;
            width: 120px;
            max-height: 120px !important;
        }

        .azzurro-mobile {
            color: white;
        }

        h2 p {
            margin-bottom: 0.75em;
        }

        .icona-social-footer {
            width: 50px;
            height: 50px;
        }

        h2 p:before {
            content: "";
            background: url(/css/sottolineatura.svg) bottom no-repeat;
            display: none;
            margin: 0 0.5em;
            width: 100%;
            height: 18px;
            vertical-align: text-top;
        }


        h2 p:after {
            content: "";
            background: url(/css/sottolineatura.svg) center no-repeat;
            display: block;
            margin: 0 auto;
            width: 100px;
            height: 18px;
            vertical-align: text-top;
        }

        .sfondo-bianco-box-immagine {
            padding: 1em;
        }

        .alby-con-fumetto > div {
            display: none;
        }
    }

    .gallery-caseificio {
        margin-top: 2em;
    }

    .gallery-caseificio .owl-dots {
        position: absolute;
        top: -2em;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
        position: absolute;
        inset: 0px auto auto 0px;
        margin: 0px;
        transform: translate3d(0px, 55px, 0px);
    }

    .dropdown > .dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }

    .altrisiti:hover {
        filter: brightness(110%);
    }















/* stili della home */

.link-ricette-home {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    height: 100%;
}

@media only screen and (min-width: 990px) {
    .link-ricette-home {
        width: 960px;
        left: calc(50% - 480px);
        clip-path: polygon(63% 100%,100% 78%,100% 0%,0% 0%,0% 61%);
    }
}

@media only screen and (min-width: 1200px) {
    .link-ricette-home {
        width: 1140px;
        left: calc(50% - 570px);
    }
}

@media only screen and (min-width: 1400px) {
    .link-ricette-home {
        width: 1320px;
        left: calc(50% - 660px);
    }
}

@media only screen and (min-width: 990px) {
    .container-home-first::before {
        /*-webkit-box-shadow: -8px 0px 7px -3px rgba(0,82,146,0.65), 8px 0px 7px -3px rgba(0,82,146,0.65);
    box-shadow: -8px 0px 7px -3px rgba(0,82,146,0.65), 8px 0px 7px -3px rgba(0,82,146,0.65);*/
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 550px;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(0,82,146,0) 10%, rgba(0,82,146,.3) 100%);
        top: 0;
        left: -10px;
    }

    .container-home-first:after {
        /*-webkit-box-shadow: -8px 0px 7px -3px rgba(0,82,146,0.65), 8px 0px 7px -3px rgba(0,82,146,0.65);
    box-shadow: -8px 0px 7px -3px rgba(0,82,146,0.65), 8px 0px 7px -3px rgba(0,82,146,0.65);*/
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 550px;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(0,82,146,.3) 0%, rgba(0,82,146,0) 90%);
        top: 0;
        right: -10px;
    }

    .container-home::before {
        /*-webkit-box-shadow: -8px 0px 7px -3px rgba(0,82,146,0.65), 8px 0px 7px -3px rgba(0,82,146,0.65);
    box-shadow: -8px 0px 7px -3px rgba(0,82,146,0.65), 8px 0px 7px -3px rgba(0,82,146,0.65);*/
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 100%;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(0,82,146,0) 10%, rgba(0,82,146,.3) 100%);
        top: 0;
        left: -10px;
    }

    .container-home:after {
        /*-webkit-box-shadow: -8px 0px 7px -3px rgba(0,82,146,0.65), 8px 0px 7px -3px rgba(0,82,146,0.65);
    box-shadow: -8px 0px 7px -3px rgba(0,82,146,0.65), 8px 0px 7px -3px rgba(0,82,146,0.65);*/
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 100%;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(0,82,146,.3) 0%, rgba(0,82,146,0) 90%);
        top: 0;
        right: -10px;
    }
}

.prima-riga-home {
    min-height: 900px;
}

@media only screen and (max-width: 990px) {
    .prima-riga-home {
        min-height: 500px;
    }
}

.seconda-riga-home {
    min-height: 900px;
    margin-top: -350px;
    background-image: -webkit-linear-gradient(180deg, transparent 0%, transparent 41vh, #009fe3 41vh, #009fe3 41vh);
    background-image: linear-gradient(180deg, transparent 0%, transparent 41vh, #009fe3 41vh, #009fe3 41vh);
}

@media only screen and (max-width: 990px) {
    .seconda-riga-home {
        margin-top: 0;
    }

    .seconda-riga-home {
        min-height: initial;
    }
}

.terza-riga-home {
    min-height: 900px;
}

@media only screen and (max-width: 990px) {
    .terza-riga-home {
        min-height: 500px;
    }

    .terza-riga-home:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: -1;
    }

    .terza-riga-home:after {
        background: white;
        background: transparent linear-gradient(90deg, white 0%, transparent 50%, #005292 100%) repeat scroll 0 0;
        background: transparent -o-linear-gradient(90deg, white 0%, transparent 50%, #005292 100%) repeat scroll 0 0;
        background: transparent -moz-linear-gradient(90deg, white 0%, transparent 50%, #005292 100%) repeat scroll 0 0;
        background: transparent -webkit-linear-gradient(90deg, white 0%, transparent 50%, #005292 100%) repeat scroll 0 0;
    }
}

@media only screen and (min-width: 990px) {
    .terza-riga-home:before {
        display: block;
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 370px 410px 0 550px;
        border-color: #009fe3 transparent transparent transparent;
    }

    .terza-riga-home:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: -1;
    }

    .terza-riga-home:after {
        background: white;
        background: transparent linear-gradient(90deg, #005292 0%, transparent 75%, white 100%) repeat scroll 0 0;
        background: transparent -o-linear-gradient(90deg, #005292 0%, transparent 75%, white 100%) repeat scroll 0 0;
        background: transparent -moz-linear-gradient(90deg, #005292 0%, transparent 75%, white 100%) repeat scroll 0 0;
        background: transparent -webkit-linear-gradient(90deg, #005292 0%, transparent 75%, white 100%) repeat scroll 0 0;
    }
}

@media only screen and (min-width: 1199px) {
    .terza-riga-home:before {
        border-width: 360px 520px 0 620px;
    }
}

@media only screen and (min-width: 1399px) {
    .terza-riga-home:before {
        border-width: 350px 630px 0 690px;
    }
}

/* elementi contenuto home */

.titolo-sito {
    color: #fff;
    text-shadow: 0 0 10px gray;
    font-size: 4em;
    position: absolute;
    left: 30%;
    top: 55%;
}

@media only screen and (max-width: 990px) {
    .titolo-sito {
        color: white;
        text-shadow: 0 0 10px gray;
        font-size: 1.8em;
    }
}

.triangolo-sinistro {
    display: none;
    position: relative;
}

.triangolo-destro {
    display: none;
    position: relative;
}

@media only screen and (min-width: 990px) {
    .triangolo-sinistro {
        clip-path: url(#triangle-left-clip);
        width: 63%;
        height: 700px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .triangolo-destro {
        clip-path: url(#triangle-right-clip);
        width: 70%;
        height: 750px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .triangolo-sinistro:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;
        content: '';
        z-index: -1;
    }

    .triangolo-sinistro:after {
        background: #005292;
        background: transparent linear-gradient(-55deg, #005292 30%, transparent 50%) repeat scroll 0 0;
        background: transparent -o-linear-gradient(-55deg, #005292 30%, transparent 50%) repeat scroll 0 0;
        background: transparent -moz-linear-gradient(-55deg, #005292 30%, transparent 50%) repeat scroll 0 0;
        background: transparent -webkit-linear-gradient(-55deg, #005292 30%, transparent 50%) repeat scroll 0 0;
    }

    .triangolo-destro:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;
        content: '';
        z-index: -1;
    }

    .triangolo-destro:after {
        background: #005292;
        background: transparent linear-gradient(-115deg, #005292 30%, transparent 50%) repeat scroll 0 0;
        background: transparent -o-linear-gradient(-115deg, #005292 30%, transparent 50%) repeat scroll 0 0;
        background: transparent -moz-linear-gradient(-115deg, #005292 30%, transparent 50%) repeat scroll 0 0;
        background: transparent -webkit-linear-gradient(-115deg, #005292 30%, transparent 50%) repeat scroll 0 0;
    }
}

.box-bianco-promo-home-sx {
    padding-left: 0 !important;
    z-index: 2;
}

.box-bianco-promo-home-dx {
    padding-right: 0 !important;
    align-items: flex-end;
}

@media only screen and (max-width: 990px) {
    .box-bianco-promo-home-sx {
        min-height: initial;
        padding-left: 1em !important;
        padding-top: 3em !important;
        padding-bottom: 3em !important;
    }

    .box-bianco-promo-home-dx {
        min-height: initial;
        padding-right: 1em !important;
        padding-top: 3em !important;
        padding-bottom: 3em !important;
    }
}

.box-bianco-promo-home-sx div {
    width: 50%;
    padding: 1em;
    background-color: rgba(255,255,255,.9);
}

.box-bianco-promo-home-dx div {
    width: 50%;
    padding: 1em;
    background-color: rgba(255,255,255,.9);
}

@media only screen and (max-width: 990px) {
    .box-bianco-promo-home-sx div {
        width: 100%;
    }

    .box-bianco-promo-home-dx div {
        width: 100%;
    }

    .box-bianco-promo-home-sx div:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: -1;
    }

    .box-bianco-promo-home-sx div:after {
        background: white;
        background: transparent linear-gradient(270deg, white 0%, transparent 90%) repeat scroll 0 0;
        background: transparent -o-linear-gradient(270deg, white 0%, transparent 90%) repeat scroll 0 0;
        background: transparent -moz-linear-gradient(270deg, white 0%, transparent 90%) repeat scroll 0 0;
        background: transparent -webkit-linear-gradient(270deg, white 0%, transparent 90%) repeat scroll 0 0;
    }

    .box-bianco-promo-home-dx div:after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 0;
    }

    .box-bianco-promo-home-dx div:after {
        background: white;
        background: transparent linear-gradient(270deg, white 0%, transparent 90%) repeat scroll 0 0;
        background: transparent -o-linear-gradient(270deg, white 0%, transparent 90%) repeat scroll 0 0;
        background: transparent -moz-linear-gradient(270deg, white 0%, transparent 90%) repeat scroll 0 0;
        background: transparent -webkit-linear-gradient(270deg, white 0%, transparent 90%) repeat scroll 0 0;
    }

}

.plus-link-home-sx {
    content: '';
    width: 3em;
    height: 3em;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/css/plus-azzurro.svg);
    background-size: contain;
    color: transparent !important;
}

.text-link-home-sx {
    display: inline-block;
    width: calc(100% - 4em);
    padding-left: 1em;
    vertical-align: middle;
}

.plus-link-home-dx {
    content: '';
    width: 3em;
    height: 3em;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/css/plus-azzurro.svg);
    background-size: contain;
    color: transparent !important;
}

.text-link-home-dx {
    display: inline-block;
    width: calc(100% - 4em);
    padding-right: 1em;
    vertical-align: middle;
}

.sfondo-cartoncino {
    position: absolute;
    top: 8%;
    height: 280px;
    width: 420px;
    left: 6em;
    z-index: -1;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.img-cartoncino {
    position: absolute;
    z-index: -1;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-right: 2em;
    padding-left: 12em;
    width: 470px;
    height: 280px;
    left: 7em;
    top: 8%;
}

.info-cartoncino {
    background-image: url(/css/box-valori-nutrizionali.png);
    background-size: 100% 100%;
    width: 400px;
    height: 300px;
    right: 10px;
    top: 70px;
    z-index: -2;
    position: absolute;
}

.img-cartoncino, .val-nut-cartoncino, .sfondo-cartoncino {
    background-image: url(/css/cartoncino.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.carosello-home-position {
    position: absolute;
    width: 50%;
    top: -260px;
    left: 250px;
}

.margine-carosello {
    margin-left: -5em;
}

@media only screen and (max-width: 1399px) {
    .carosello-home-position {
        top: -220px;
        left: 210px;
        width: 55%;
    }
}

@media only screen and (max-width: 1199px) {
    .carosello-home-position {
        top: -200px;
        left: 120px;
        width: 55%;
    }

    .sfondo-cartoncino {
        height: 220px;
        width: 360px;
    }

    .img-cartoncino {
        width: 330px;
        height: 220px;
    }

    .info-cartoncino {
        width: 380px;
        height: 300px;
        right: 10px;
        top: 20px;
    }
}
@media only screen and (max-width: 999px) {

    .sfondo-cartoncino {
        display: none;
    }

    .img-cartoncino {
        display: none;
    }

    .info-cartoncino {
        width: 420px;
        height: 320px;
        right: 130px;
        top: 180px;
    }

    .carosello-home-position {
        position: relative;
        width: 100%;
        top: initial;
        left: initial;
        padding-bottom: 2em;
    }

    .margine-carosello {
        margin-left: 8.33333333%;
    }
}

@media only screen and (max-width: 770px) {
    .info-cartoncino {
        width: 380px;
        height: 300px;
        right: 90px;
        top: 80px;
    }
}


    .carosello-home-intro {
        display: none;
    }

    @media only screen and (max-width: 1199px) {
        .carosello-prodotti-home {
            font-size: 2em;
        }
    }

    .box-bianco-promo-home-dx h3 p {
        font-size: 1.6em;
        padding-right: 1em;
        width: 50%;
        text-align: end;
        float: right;
        font-family: Yanone Kaffeesatz;
    }

    .box-bianco-promo-home-sx h3 p {
        font-size: 1.6em;
        padding-left: 1em;
        width: 50%;
        text-align: start;
        font-family: Yanone Kaffeesatz;
    }

    @media only screen and (max-width: 990px) {
        .box-bianco-promo-home-dx h3 {
            width: 100%;
            z-index: 3;
        }

        .box-bianco-promo-home-sx h3 p {
            padding-left: 0;
            width: 100%;
            text-align: center;
            padding-bottom: 1em;
            color: #005292;
        }

        .box-bianco-promo-home-dx h3 p {
            padding-right: 0;
            width: 100%;
            text-align: center;
            float: initial;
            padding-bottom: 1em;
            color: #005292;
        }
    }

    .carosello-voci-nome-prodotto {
        line-height: 1em;
        margin-left: -2rem;
    }

    @media only screen and (max-width: 1199px) {
        .carosello-voci-nome-prodotto {
            margin-left: 0;
        }
    }