@font-face {
  font-family: 'myFont';
  src: url("/fonts/FranceTVBrown/FranceTVBrownTT-Regular.ttf");
}
.box-bottom {
  padding: 5px 20px 5px 75px;
  font-weight: bold;
  background-color: #2e3e4e;
  height: 70px;
}
.slide {
  overflow: hidden;
  border-radius: 50px 50px 0 0;
  color: #303030;
  background-color: #FFF;
  width: 1430px !important;
}
.slide .box-bottom {
	color: #FFF;
	height: 60px;
	background-color: #2e3e4e;
}
.slide .box-bottom::after {
	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: 2px;
}
.box-bottom .network-limited {
  position: absolute;
}
.slide.WhatsApp .box-bottom {
  background-color: #37bb23;
}
.slide.WhatsApp .box-bottom::after {
  content: "\e900";
}
.slide.Messenger .box-bottom::after {
  content: "\e90b";
}
.slide.Messenger .box-bottom {
  background-color: #006AFF;
}
.slide.Facebook .box-bottom {
  background-color: #4267B2;
}
.slide.Facebook .box-bottom::after {
  content: "\e904";
}
.slide.SMS .box-bottom {
  background-color: #5BC236;
}
.slide.SMS .box-bottom::after {
  content: "\e90c";
}
.slide.Form .box-bottom {
  background-color: #21AABD;
}
.slide.Form .box-bottom::after {
  content: "\f15c";
}
#allslides {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}