@import url("https://fonts.googleapis.com/css?family=Amatic+SC:400,700");
@import url("https://fonts.googleapis.com/css?family=Patua+One");
body {
  font-family: "Amatic SC", cursive;
  margin: 15vh auto 5vh;
  text-align: center;
  background-color: #ffe97b;
}

section {
  background: radial-gradient(grey 50%, transparent 50.5%);
  height: 350px;
  margin: 0 auto;
  width: 350px;
}
section div {
  background: linear-gradient(145deg, white 0%, white 20%, bisque 50%, white 51%, white 53%, sienna 53%, sienna 100%);
  border: solid white 5px;
  border-radius: 0em 0em 50em 50em;
  box-shadow: -5px -30px 60px #ffa73d inset;
  height: 200px;
  margin: 0 auto;
  position: relative;
  transform: rotate(10deg);
  width: 80px;
}
section div::before, section div::after {
  background-color: white;
  content: "";
  display: block;
  left: -1px;
  position: relative;
}
section div::before {
  border-bottom: none;
  border-top: none;
  height: 100px;
  margin: 0 38px;
  top: 203px;
  width: 5px;
  z-index: 11;
}
section div::after {
  height: 5px;
  top: 198px;
  width: 80px;
}
section div:first-of-type {
  left: -55px;
}
section div:last-of-type {
  background: linear-gradient(-145deg, white 0%, white 20%, bisque 50%, white 51%, white 53%, sienna 53%, sienna 100%);
  right: -55px;
  top: -210px;
  transform: rotate(-10deg);
}

.container {
  width: 100%;
  height: 100%;
}

#ribbon {
  padding: 0.34em 1em;
  margin: 0;
  position: relative;
  top: -200px;
  color: #ffffff;
  font-family: "Patua One", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(top, #1eb2df, #1eb2df);
  display: inline-block;
}

#ribbon:before,
#ribbon:after {
  content: "";
  width: 0.2em;
  bottom: -0.5em;
  position: absolute;
  display: block;
  border: 0.9em solid #1eb2df;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

#ribbon:before {
  left: -1.35em;
  border-right-width: 0.75em;
  border-left-color: transparent;
}

#ribbon:after {
  right: -1.35em;
  border-left-width: 0.75em;
  border-right-color: transparent;
}

#content:before,
#content:after {
  content: "";
  bottom: -0.5em;
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #0675b3 transparent transparent transparent;
  z-index: 1;
}

#content::before {
  left: 0;
  border-width: 0.5em 0 0 0.5em;
}

#content::after {
  right: 0;
  border-width: 0.5em 0.5em 0 0;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 0;
}
h1 span {
  display: block;
  font-size: 2rem;
}
h1 span::before {
  background: bisque;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  box-shadow: -100px -100px 0px lightgreen, -200px -10px 0px #ffa73d, -150px 10px 0px blueviolet, -40px -40px 0px violet, 150px -60px 0px #ffa73d, 200px 50px 0px lightpink, 150px 80px 0px lightgreen, -220px -220px 0px gold, -180px 50px 0px violet, -100px 110px 0px goldenrod, 60px 160px 0px #ffa73d, 150px -60px 0px lightpink, 190px 150px 0px plum, 150px 10px 0px #ffa73d, -100px -10px 0px lightgreen, -190px 130px 0px #ffa73d, -150px 210px 0px blueviolet, -140px 130px 0px violet, -120px 60px 0px greenyellow, 200px 110px 0px lightgreen, 150px 80px 0px lightgreen, 100px -80px 0px violet, 180px -10px 0px violet, -100px 110px 0px goldenrod, 60px 160px 0px #ffa73d, 0px -60px 0px lightpink, 80px -10px 0px plum, 230px 10px 0px #ffa73d;
}
h1 span::after {
  background: radial-gradient(lightgray 10%, transparent 80%);
  border-radius: 50%;
  content: "";
  display: block;
  height: 30px;
  margin: 0 auto;
  position: relative;
  top: 410px;
  width: 250px;
}

@keyframes ven_2023 {
  0% {
    right: 0%;
  }
  66.6666% {
    right: 50%;
    margin-right: -10rem;
  }
  90% {
    right: 50%;
    margin-right: -10rem;
  }
  100% {
    right: 50%;
  }
}
@keyframes ven_y_sal_globo {
  0% {
    right: 0%;
    top: 5%;
  }
  40% {
    right: 50%;
    top: 5%;
  }
  50% {
    right: 50%;
    top: 5%;
  }
  100% {
    top: -100%;
    right: 50%;
  }
}
@keyframes entrega_globo {
  0% {
    transform: rotate(-30deg);
    width: 40px;
  }
  100% {
    transform: rotate(-150deg);
    width: 70px;
  }
}
@keyframes sal_2022 {
  0% {
    top: 15%;
  }
  100% {
    top: -100%;
  }
}
.ano_novo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-left: -2rem;
}

.ano_novo > span {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #7a8fe8;
}

span.seis {
  position: absolute;
  right: 49.3%;
  margin-right: -5.7rem;
  animation: sal_2022 5s ease-in-out 5s forwards;
}

span.sete {
  position: absolute;
  right: 10%;
  margin-right: -5.7rem;
  animation: ven_2023 6s ease-in-out forwards;
}

span.sete:before {
  content: "";
  width: 0px;
  height: 6px;
  display: block;
  border-radius: 3px;
  background: #7a8fe8;
  transform: rotate(0deg);
  transform-origin: left top;
  position: absolute;
  z-index: -1;
  animation: entrega_globo 1s ease-in-out 4s;
}

.balao {
  width: 100px;
  height: 100px;
  display: block;
  background: #F2B707;
  border-radius: 50%;
  position: absolute;
  top: 5%;
  right: 0%;
  margin-right: -200px;
  animation: ven_y_sal_globo 10s ease-in-out forwards;
}

.balao:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #b19b32 transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  z-index: -1;
}

.balao:after {
  content: "";
  width: 4px;
  height: 100px;
  display: block;
  background: #fff;
  border-radius: 0px 0px 3px 3px;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: -110px;
}

a.author {
  font-size: 2.5rem;
  font-weight: 700;
  text-decoration: none;
  color: #7a8fe8;
  position: fixed;
  bottom: 10px;
  right: 40%;
}

/*# sourceMappingURL=style.css.map */
