body {
    background: #FBF9F6;
}

#s9-i2 {
    padding-left: 10px;
    padding-right: 10px;
}

#aprile-logo-img {
    margin: 0;
}

.cell-logo-policy {
    margin: 50px 0;
    padding-left: 20px;
    
}

.titolloPagina {
    margin-bottom: 100px;
    
}

.cell-policy {
    background:#fff;
    opacity: 0;
    border-radius: 4px;
    padding: 50px 20px;
}

p {
    margin-left: 0;
    margin-bottom: 100px;
}

h2.gold {
    text-align: left;
    margin-bottom: 30px;
}

.cell-policy a {
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    position: relative;
    color: #807B7A;
    border-bottom: 1px solid #E3D9D8;
}
        
.cell-policy a:hover {
    color:rgb(26,25,24);
    transition: .3s ease all;
    -webkit-transition: .3s ease all;
    border-bottom: 1px solid #BB9704;
}

#wrap {
    overflow: hidden;
}

#s9-i2,#s10 {
    z-index: 1;
}

.petal-policy {
    
    position: absolute;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat!important;
    z-index: 0;
    opacity: 0;
}

#petal-policy1{
    
    width: 0;
    height: 0;
    background-image: url("../images/petal-policy2.png");
    
    top: -100px;
    left: -40px;
    width: 300px;
    height: 300px;
    transform: rotate(90deg);    
    
}
#petal-policy2{
    width: 0;
    height: 0;
    background-image: url("../images/petal-policy1.png");
    
    top: 400px;
    right: -380px;
    width: 600px;
    height: 600px;
    transform: rotate(347deg);    
    
}
#petal-policy3{
    width: 0;
    height: 0;
    background-image: url("../images/petal-policy1.png");
    
    top: 20%;
    left: -240px;
    width: 400px;
    height: 400px;
    transform: rotate(98deg);
    
}
#petal-policy4{
    width: 0;
    height: 0;
    background-image: url("../images/petal-policy1.png");
    
    top: 30%;
    right: -30%;
    width: 700px;
    height: 700px;
    transform: rotate(235deg);
    opacity: .3;
    
    
}

#petal-policy5{
    width: 0;
    height: 0;
    background-image: url("../images/petal-policy1.png");
    
    top: 50%;
    left: -30%;
    width: 900px;
    height: 900px;
    transform: rotate(235deg);
    opacity: .3;
    
}

#petal-policy6{
    width: 0;
    height: 0;
    background-image: url("../images/petal-policy1.png");
    
    top:70%;
    right: -20%;
    width: 500px;
    height: 500px;
    transform: rotate(235deg);
    opacity: .3;   
}

#petal-policy7{
    width: 0;
    height: 0;
    background-image: url("../images/petal-policy1.png");
    
    bottom: -10%;
    left: -50%;
    width: 1800px;
    height: 1800px;
    transform: rotate(69deg);
    opacity: .3;
    
}

#s10-i {
    padding: 0;    
}

/*MEDIO*/
@media only screen and (min-width: 40.063em){
    
    #s10-i {
        padding: 0 20px;    
    }    
    
    .cell-logo-policy {
        margin: 150px 0;
    }    
    
    .cell-policy {
        padding: 90px 120px;
    }    
    
    #petal-policy7{
        bottom: -4%;
    }    
    
    .cell-logo-policy {
        padding-left: 120px;
    }    
    
}

/*NA VIA DI MEZZE*/
@media only screen and (min-width: 1300px){

    .cell-logo-policy {
        margin: 150px 0;
    }    
    

    
}

/*LARGE*/
@media only screen and (min-width: 1400px){

}

/*XLARGE*/
@media only screen and (min-width: 2000px){
    
    .cell-logo-policy {
        margin: 250px 0;
    }    
    
    
    #petal-policy1{
        transform: rotate(90deg) scale(2);    

    }
    #petal-policy2{
        transform: rotate(347deg) scale(2);

    }
    #petal-policy3{
        transform: rotate(98deg) scale(2);
    }
    #petal-policy4{
        transform: rotate(235deg) scale(2);
        right: -20%;
    }

    #petal-policy5{
        transform: rotate(235deg) scale(1.4);
        left:-20%;
    }

    #petal-policy6{
        transform: rotate(235deg) scale(2);  
    }

    #petal-policy7{
        transform: rotate(69deg) scale(1.8);
        bottom: -6%;
        left: -31%;        
    }    
    
   
}