body {
  font-family: 'Alexandria', sans-serif;
}
.decorativo1 {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.inv1 {
    top: 150%;
    left: -0%;
    max-width: 120px;
}

.inv2 {
    top: 145%;
    right: 50%;
    max-width: 110px;
}

.inv3 {
    top: 235%;
    left: -12%;
    max-width: 270px;
}

.inv4 {
    top: 212%;
    right: 3%;
    max-width: 70px;
}

.inv5 {
    top: 350%;
    right: 6%;
    max-width: 500px;
}

.inv6 {
    top: 400%;
    left: -7%;
    max-width: 280px;
}

.inv7 {
    top: 600%;
    left: 90%;
    max-width: 250px;
}

.inv8 {
    top: 570%;
    left: -8%;
    max-width: 280px;
}

.inv9 {
    top: 700%;
    right: -10%;
    max-width: 250px;
}

.inv10 {
    top: 690%;
    left: -7%;
    max-width: 160px;
}





@media screen and (max-width: 4000px) and (orientation: portrait) {
  .decorativo1 {
    display: none;
    ;
  }
}


@media screen and (min-width: 1024px) and (min-height: 800px) and (orientation: landscape) {
 .decorativo1 {
    display: none;
    ;
  }

}

@media screen and (max-width: 950px){
 .decorativo1 {
    display: none;
    ;
  }
}

