.home{
    position: relative;
    /* height: 100vh; */
}
.home:after,
.home:before{
    /* background-image: url(../images/common-header/ornamento2.png); */
    content: "";
    width: 100%;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    padding: 33px 0 0;
    position: absolute;
}
.home:before{
    top: 0;
}
.home:after{
    bottom: 0;
}
.home .section1{
    padding: 30px 0;
}
.home .section1 .content-content{
    
}
.home .section1 .content-content .logo-content{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home .section1 .content-content .logo-content img{
    max-width: 100%;
}

/* md */
@media screen and (max-width: 1199px){
}

/* sm */
@media screen and (max-width: 991px){

}

/* xs */
@media screen and (max-width: 767px){
}

/* xxs */
@media screen and (max-width: 500px){
}