@font-face {
  font-family: 'myFont';
  src: url("/fonts/Roboto-Regular.ttf");
}
@keyframes overlayanimation1 {
  0% {
    transform: perspective(1500px) rotateY(90deg);
  }
  10% {
    transform: perspective(1500px) rotateY(0deg);
  }
  90% {
    transform: perspective(1500px) rotateY(0deg);
  }
  100% {
    transform: perspective(1500px) rotateY(-90deg);
  }
}
.animation1 {
  animation-name: overlayanimation1;
  animation-duration: 10s;
  animation-repeat: infinite;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-fill-mode: none;
}
.box-bottom {
  padding: 5px 20px 5px 75px;
  font-weight: bold;
  background-color: #2e3e4e;
  height: 70px;
}
.slide {
  overflow: hidden;
  border-radius: 20px;
  border: 6px solid #FFF;
  color: #000;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, .8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.slide.WhatsApp {
  box-shadow: 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 2rem #37bb23, 0 0 0.8rem #37bb23, 0 0 2.8rem #37bb23;
  _box-shadow: 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 2rem #37bb23, 0 0 0.8rem #37bb23, 0 0 2.8rem #37bb23, inset 0 0 .3rem #37bb23;
}
.slide.WhatsApp .author::before {
  content: "\e900";
  font: normal normal normal 12px/1 medias;
  font-size: 12px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: left;
  padding-top: 4px;
  padding-right: 15px;
  color: #37bb23;
}

.slide.Messenger {
  box-shadow: 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 2rem #006AFF, 0 0 0.8rem #006AFF, 0 0 2.8rem #006AFF;
}
.slide.Messenger .author::before {
  content: "\e90b";
  font: normal normal normal 12px/1 medias;
  font-size: 12px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: left;
  padding-top: 4px;
  padding-right: 15px;
  color: #006AFF;
}

.slide.Messenger .box-bottom {
  background-color: #006AFF;
}
.slide.Messenger .box-bottom::after {
  content: "\e90b";
  font: normal normal normal 12px/1 medias;
  font-size: 12px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: right;
  padding-top: 12px;
}
.slide.Facebook .box-bottom {
  background-color: #4267B2;
}
.slide.Facebook .box-bottom::after {
  content: "\e904";
  font: normal normal normal 12px/1 medias;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: right;
  padding-top: 12px;
}
.slide.SMS .box-bottom {
  background-color: #5BC236;
}
.slide.SMS .box-bottom::after {
  content: "\e90c";
  font: normal normal normal 12px/1 medias;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: right;
  padding-top: 12px;
}
.slide.Form .box-bottom {
  background-color: #21AABD;
}
.slide.Form .box-bottom::after {
  content: "\f15c";
  font: normal normal normal 12px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: right;
  padding-top: 12px;
}
#allslides {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}