
.rena-container {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: 300px;
  margin: 40px auto 50px auto;
  position: relative;
  width: 450px;
}

.rena-reflection {
  transform: scaleY(-1);
}

.rena-inverter {
  transform: scaleX(-1);
}

.rena-inf_dir_rena {
  width: 210px;
  height: 270px;
  position: fixed;
  bottom: 0px;
  right: -20px;
  z-index: -100;
  transform: scaleX(-1);
}

.rena-inf_esq_rena {
  width: 210px;
  height: 270px;
  position: fixed;
  bottom: 0px;
  left: -20px;
  z-index: -100;
}

.rena-artboard {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.rena-deer {
  width: 50px;
  margin: 0 auto;
  position: relative;
}

.rena-rocking {
  animation: rena-rocking 0.4s ease-in-out infinite alternate-reverse;
  transform-origin: bottom left;
  position: relative;
  z-index: 1;
}

.rena-head {
  position: relative;
  width: 50px;
}

.rena-horns {
  animation: rena-rocking 0.4s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate-reverse;
  height: 55px;
  position: relative;
  top: 21px;
  width: 50px;
}

.rena-horn {
  position: relative;
}
.rena-horn:before {
  background-color: #91655d;
  border-radius: 7px 7px 0 0;
  content: "";
  display: block;
  height: 55px;
  position: absolute;
  width: 7px;
  z-index: 1;
}
.rena-horn .rena-line {
  background-color: #91655d;
  border-radius: 7px 0 0 7px;
  height: 7px;
  width: 20px;
  margin-bottom: 15px;
  position: relative;
  top: 10px;
}
.rena-horn .rena-line-one {
  width: 15px;
}
.rena-horn .rena-line-three {
  top: -22px;
  width: 17px;
}
.rena-horn-left {
  top: -7px;
  transform: rotate(-25deg);
}
.rena-horn-left:before {
  box-shadow: inset 2px 0 0 0 #9c7169;
}
.rena-horn-left .rena-line {
  box-shadow: inset 0 2px 0 0 #9c7169;
  right: 15px;
  transform: rotate(30deg);
}
.rena-horn-left .rena-line-one {
  right: 10px;
}
.rena-horn-left .rena-line-three {
  box-shadow: inset 0 -2px 0 0 #9c7169;
  right: -3px;
  transform: rotate(160deg);
}
.rena-horn-right {
  bottom: 55px;
  left: 40px;
  transform: rotate(25deg);
}
.rena-horn-right:before {
  box-shadow: inset -2px 0 0 0 #835f5a;
}
.rena-horn-right .rena-line {
  box-shadow: inset 0 2px 0 0 #835f5a;
  right: -2px;
  transform: rotate(150deg);
}
.rena-horn-right .rena-line-three {
  right: 13px;
  transform: rotate(20deg);
}

.rena-ears {
  position: absolute;
  top: 70px;
}

.rena-ear {
  background-color: #91655d;
  border-radius: 100% 50% 50% 50%;
  height: 18px;
  position: relative;
  right: 20px;
  top: 10px;
  transform: rotate(30deg);
  transform-origin: 100%;
  width: 30px;
}
.rena-ear:before {
  background-color: #e7beb2;
  border-radius: 100% 50% 50% 50%;
  height: 9px;
  content: "";
  display: block;
  left: 5px;
  position: relative;
  top: 5px;
  width: 15px;
}
.rena-ear-left {
  animation: rena-ear-left 2s cubic-bezier(0.6, -0.28, 0.74, 0.05) infinite alternate-reverse;
  transform: rotate(30deg);
}
.rena-ear-right {
  animation: rena-ear-right 2s cubic-bezier(0.6, -0.28, 0.74, 0.05) 2s infinite alternate-reverse;
  left: 10px;
  right: 0;
  top: -8px;
  transform: rotate(160deg);
}

.rena-eyes {
  position: absolute;
  top: 90px;
  right: -5px;
  width: 32px;
  z-index: 2;
}
.rena-eyes .rena-eye {
  background: linear-gradient(0deg, white 50%, #aa8275 50%);
  border-radius: 15px;
  height: 15px;
  width: 15px;
}
.rena-eyes .rena-eye:before {
  animation: rena-eaves 3s infinite alternate-reverse;
  background-color: #aa8275;
  border-radius: 9px 9px 0 0;
  height: 9px;
  content: "";
  display: block;
  position: relative;
  width: 15px;
  top: -1px;
  z-index: 1;
}
.rena-eyes .rena-eye:after {
  animation: rena-eyes 3s infinite alternate-reverse;
  background-color: #495169;
  border-radius: 5px;
  height: 5px;
  content: "";
  display: block;
  left: 5px;
  position: relative;
  top: -3px;
  transform: translate(3px, 2px);
  width: 5px;
}
.rena-eyes .rena-eye-left {
  float: left;
}
.rena-eyes .rena-eye-right {
  float: right;
}

.rena-nose {
  background-color: #91655d;
  border-radius: 0 7px 15px;
  top: 47px;
  height: 18px;
  left: 40px;
  position: relative;
  width: 20px;
  z-index: 2;
}
.rena-nose:before {
  background-color: #fb5d5d;
  border-radius: 15px;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: -0.5px;
  top: -0.5px;
  width: 16px;
}
.rena-nose:after {
  background-color: white;
  border-radius: 5px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 4px;
  top: 2px;
  width: 5px;
}

.rena-body {
  background-color: #91655d;
  border-radius: 50px 50px 0;
  box-shadow: inset 7px 0 0 0 #9c7169;
  height: 140px;
  position: relative;
  width: 50px;
  z-index: 1;
}
.rena-body:before {
  background-color: #e7beb2;
  border-radius: 20px 0 0 20px;
  bottom: 20px;
  box-shadow: inset -7px 0 0 0 #c39e9a;
  content: "";
  display: block;
  height: 65px;
  position: absolute;
  right: 0;
  width: 20px;
}

.rena-hooves {
  position: relative;
  bottom: 40px;
  right: 34px;
}

.rena-hoof-one {
  animation: rena-jump 0.3s ease-in-out infinite alternate-reverse;
  left: 10px;
  position: relative;
  top: 70px;
  transform: rotate(25deg);
  transform-origin: 100% 50%;
}
.rena-hoof-one .rena-line {
  height: 30px;
  border: 20px solid;
  border-radius: 40px;
  border-color: transparent transparent #91655d transparent;
  left: 25px;
  width: 30px;
  position: relative;
  top: 5px;
  transform: rotate(-30deg);
}
.rena-hoof-one .rena-anim-part {
  position: relative;
  bottom: 23px;
  left: 81px;
  transform: rotate(-75deg);
  transform-origin: left;
}
.rena-hoof-one .rena-circle {
  animation: rena-hoof-one 0.3s ease-in-out infinite alternate-reverse;
  background-color: #91655d;
  height: 20px;
  width: 20px;
  border-radius: 30px;
  transform: translateX(3px) rotate(0deg);
}
.rena-hoof-one .rena-circle-last {
  border-radius: 20px 0 0 20px;
  transform: translateX(2px) rotate(0deg);
}
.rena-hoof-one .rena-circle-last:before {
  content: "";
  display: block;
  border-top: 20px solid #674a4a;
  border-left: 7px solid transparent;
  height: 0;
  left: 10px;
  width: 7px;
  position: relative;
  z-index: 1;
}
.rena-hoof-one .rena-circle-last:after {
  background-color: #ffb63c;
  border-radius: 10px;
  bottom: 30px;
  content: "";
  display: block;
  height: 40px;
  left: 19px;
  position: relative;
  width: 9px;
}

.rena-hoof-two {
  animation: rena-jump-two 0.3s ease-in-out infinite alternate-reverse;
  left: 55px;
  position: relative;
  top: 10px;
  z-index: -1;
}
.rena-hoof-two .rena-line-one,
.rena-hoof-two .rena-line-two {
  height: 10px;
  border: 20px solid;
  border-radius: 40px;
  border-color: transparent transparent #91655d transparent;
  width: 10px;
  position: absolute;
}
.rena-hoof-two .rena-line-one {
  transform: rotate(-45deg);
}
.rena-hoof-two .rena-line-two {
  left: 30px;
  transform: rotate(135deg);
}

.rena-tail {
  background-color: #9c7169;
  bottom: 0;
  left: 4px;
  position: absolute;
  width: 20px;
  z-index: 0;
}
.rena-tail .rena-circle {
  animation: rena-tail 2s cubic-bezier(0, 0.02, 0.9, 2) infinite;
  background-color: #9c7169;
  border-radius: 11px;
  height: 12px;
  position: relative;
  right: 2px;
  transform: rotate(-5deg);
  width: 12px;
}

.rena-legs {
  position: relative;
}
.rena-legs:before {
  background: linear-gradient(to left, #91655d 50%, #9c7169 50%);
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  left: 7px;
  position: absolute;
  width: 30px;
  z-index: 0;
}

.rena-leg-left:before,
.rena-leg-left:after,
.rena-leg-right:before,
.rena-leg-right:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

.rena-leg-left .rena-anim-part {
  animation: rena-leg-left 0.4s ease-out infinite alternate-reverse;
  position: relative;
  top: 1px;
  transform: rotate(5deg) translateX(3px);
  transform-origin: right;
  z-index: 2;
}
.rena-leg-left .rena-anim-part:before,
.rena-leg-left .rena-anim-part:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.rena-leg-left .rena-anim-part:before {
  height: 16px;
  width: 16px;
  border: 20px solid;
  border-radius: 30px;
  border-color: transparent #835f5b transparent transparent;
  transform: rotate(-45deg);
  top: -17px;
  left: 17px;
}
.rena-leg-left .rena-anim-part .rena-line {
  background-color: #835f5b;
  height: 25px;
  position: absolute;
  width: 20px;
  left: 51px;
  top: 7px;
  z-index: 2;
  transform: skew(-9deg);
}
.rena-leg-left .rena-anim-part:after {
  background-color: #835f5b;
  height: 20px;
  left: 33px;
  top: -20px;
  width: 24px;
}
.rena-leg-left:after {
  background-color: #674a4a;
  height: 13px;
  left: 48px;
  top: 32px;
  transform: skew(-8deg);
  width: 20px;
  z-index: 2;
}

.rena-leg-right {
  position: relative;
  right: 10px;
}
.rena-leg-right:before {
  height: 30px;
  width: 38px;
  border: 20px solid;
  border-radius: 40px;
  border-color: #91655d transparent transparent transparent;
  transform: rotate(-15deg);
  z-index: 3;
  top: -29px;
  left: 21px;
}
.rena-leg-right .rena-anim-part {
  position: absolute;
  left: 64px;
  bottom: 9px;
  transform: rotate(43deg);
  z-index: 2;
}
.rena-leg-right .rena-anim-part .rena-circle {
  animation: rena-leg-right 0.4s ease-out infinite alternate-reverse;
  width: 20px;
  height: 20px;
  background-color: #91655d;
  border-radius: 20px;
  transform: translateX(4px) rotate(4deg);
}
.rena-leg-right .rena-anim-part .rena-circle-last {
  border-radius: 20px 0 0 20px;
}
.rena-leg-right .rena-anim-part .rena-circle-last:before {
  content: "";
  display: block;
  border-bottom: 20px solid #674a4a;
  border-right: 2px solid transparent;
  height: 0;
  left: 15px;
  width: 11px;
  position: relative;
  z-index: 1;
}

.rena-presents {
  top: 3px;
  height: 45px;
  margin: 0 auto;
  position: relative;
  width: 110px;
}
.rena-presents:after {
  animation: rena-shadow 0.4s ease-out infinite alternate-reverse;
  background-color: #e7eff7;
  bottom: 0;
  border-radius: 7px;
  content: "";
  display: block;
  height: 7px;
  left: -22px;
  position: absolute;
  width: 170px;
}

.rena-present {
  border-radius: 4px;
  bottom: 3px;
  position: absolute;
  z-index: 1;
}
.rena-present:before,
.rena-present:after {
  content: "";
  display: block;
  position: relative;
}
.rena-present:before {
  border-radius: 4px 4px 2px 2px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.04);
  right: 1px;
}
.rena-present-one {
  background-color: #fb5d5d;
  height: 45px;
  right: 32px;
  width: 45px;
  z-index: 2;
}
.rena-present-one:before {
  background-color: #fc7676;
  height: 12px;
  width: 47px;
}
.rena-present-two {
  background-color: #82dfe3;
  height: 30px;
  width: 30px;
}
.rena-present-two:before {
  background-color: #97e4e8;
  height: 10px;
  width: 32px;
}
.rena-present-two:after {
  background-color: #69b2cb;
  bottom: 10px;
  height: 100%;
  left: 7px;
  width: 5px;
}
.rena-present-two-right {
  right: 5px;
}
.rena-present-three {
  background-color: #ffb63c;
  height: 25px;
  left: 25px;
  margin: auto;
  width: 25px;
  z-index: 2;
}
.rena-present-three:before {
  background-color: #ffc056;
  height: 8px;
  width: 27px;
}
.rena-present-three:after {
  background-color: #fb5353;
  bottom: 8px;
  height: 100%;
  left: 13px;
  width: 5px;
}

.rena-snowflake {
  background-color: #e4e4e4;
  border-radius: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 3;
}

.rena-snowflake:nth-child(0) {
  animation: rena-snow-0 14s infinite;
}
@keyframes rena-snow-0 {
  from { transform: translate(89px, -120px); }
  to { transform: translate(89px, 646px); }
}

.rena-snowflake:nth-child(1) {
  animation: rena-snow-1 6s infinite;
}
@keyframes rena-snow-1 {
  from { transform: translate(376px, -185px); }
  to { transform: translate(376px, 506px); }
}

/* Continue esse padrão até o nth-child(44) */

@keyframes rena-rocking {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(5deg); }
}
@keyframes rena-ear-left {
  0% { transform: rotate(30deg); }
  100% { transform: rotate(45deg); }
}
@keyframes rena-ear-right {
  0% { transform: rotate(160deg); }
  100% { transform: rotate(175deg); }
}
@keyframes rena-eaves {
  0% { transform: translateY(0); }
  100% { transform: translateY(2px); }
}
@keyframes rena-eyes {
  0% { transform: translate(3px, 2px); }
  100% { transform: translate(5px, 3px); }
}
@keyframes rena-jump {
  0% { transform: translateY(0); }
  100% { transform: translateY(-5px); }
}
@keyframes rena-jump-two {
  0% { transform: translateY(0); }
  100% { transform: translateY(-3px); }
}
@keyframes rena-hoof-one {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(10deg); }
}
@keyframes rena-tail {
  0% { transform: rotate(-5deg); }
  100% { transform: rotate(5deg); }
}
@keyframes rena-leg-left {
  0% { transform: rotate(5deg); }
  100% { transform: rotate(15deg); }
}
@keyframes rena-leg-right {
  0% { transform: rotate(4deg); }
  100% { transform: rotate(14deg); }
}
@keyframes rena-shadow {
  0% { transform: scaleX(1); }
  100% { transform: scaleX(1.05); }
}
