@import url('https://fonts.googleapis.com/css?family=Oswald');

@font-face {
  font-family: 'Corisande';
  src: url(../font/CorisandeBold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: 'Trebuchet';
  src: url(../font/Trebuchet.ttf);
  font-weight: normal;
}

@font-face {
  font-family: 'Takota';
  src: url(../font/Takota.ttf);
  src: url(../font/Takota.otf);
  font-weight: normal;
}

@font-face {
  font-family: 'Espoir Serif';
  src: url(../font/Espoir Serif.ttf);
  src: url(../font/Espoir Serif.otf);
  font-weight: normal;
}

@font-face {
  font-family: 'Espoir Serif Italic';
  src: url(../font/Espoir Serif Italic.ttf);
  src: url(../font/Espoir Serif Italic.otf);
  font-weight: normal;
}

@font-face {
  font-family: 'oswald';
  src: url(../font/oswald-bold.ttf);
  src: url(../font/Oswald-ExtraLight.ttf.ttf);
  src: url(../font/Oswald-Medium.ttf.ttf);
  src: url(../font/Oswald-Regular.ttf.ttf);
  font-weight: normal;
}

@font-face {
  font-family: 'Caveat';
  src: url(../font/Caveat-Bold.woff2) format('woff2'),
    url(../font/Caveat-Bold.woff)format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Caveat';
  src: url(../font/Caveat-Regular.woff2) format('woff2'),
    url(../font/Caveat-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Caveat Brush';
  src: url(../font/CaveatBrush-Regular.woff2) format('woff2'),
    url(../font/CaveatBrush-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Generales */

* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: 'oswald';
  font-size: 16px;
  float: right;

}

/*CLASES NETFLIX
*/

.cabecera {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+60,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */

  padding: 5px 10px 20px 55px;
  width: 100%;
  height: 14%;
  background-color: transparent;
  position: absolute;
  padding-left: 2%;
  z-index: 2;
}

.fondo1 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  /* background-color: #00001338; */
  background-image: url(../img/banner1.jpg);
  background-size: cover
}

.contenido1 {
  position: absolute;
  left: 10%;
  top: 20%;
  height: 60%;
  width: 40%;
  /*  background-color: #00000066; */
  text-shadow: 0 0 5px #242424;

}

.titulo1 {
  position: relative;
  width: 100%;
  height: 30%;
  text-align: left;
  font-size: 8vw;
  color: white;
  /*  font-family: Espoir Serif;*/
  text-shadow: 0 0 5px #242424;

}

.subtitulo {
  text-align: left;
  font-size: 2.2vw;
  color: white;
  /*  font-family: Espoir Serif;*/

}

.sinopsis {
  text-align: left;
  font-size: 1.5vw;
  color: white;
  font-family: arial;
}

.cartelera {
  float: left;
  width: 20%;
  height: 180px;
  background-color: black;
  position: relative;
  z-index: 2;
  top: 85%;
  margin-left: 4%;
  margin-top: 4%;
  color: white;
  font-family: arial;

}

.zoom {
  position: absolute;
  background-color: transparent;
  transition: transform .4s;
  width: 100%;
  top: 10%;
  height: 80%;
  font-size: 2vw;
  padding: 5px;
  text-align: left;
  font-size: 1.2vw;
  color: #ffffff80;
  overflow: hidden;
  color: white;
  font-size: medium;


}


.zoom:hover {

  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition-duration: 1s;
  font-size: scale(1.1);
  color: #dafbfb;



}

.buttonb {
  display: inline-block;
  padding: 15px 25px;
  font-size: 1.4vw;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: black;
  border: none;
  border-radius: 45px;
  border-style: solid;
  border-color: #860404;

}

.buttonb:hover {
  background-color: #860404
}

.buttonb:active {
  background-color: black;
  transform: translateY(4px);
}

.clic {
  background-image: url(../img/clic.png);
  position: absolute;
  top: -83px;
  height: 102px;
  width: 100px;
  background-size: cover;
  left: -40px;

}

.preg1 {
  position: absolute;
  left: 10%;
  width: 35%;
  background-color: black;
  height: auto;
  padding: 2%;
  bottom: 5%;
  font-size: 1.5vw;
  text-align: center;
  border-radius: 50px;
  border-style: solid;
  border-color: green;
}

.preg1:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1);
  font-size: scale(1.1);
  transition-duration: 1s;
  color: #dafbfb;
  bottom: 7%;
  /* font-size: 1.8vw; */
  /* opacity: 0.5; */


}

.preg2 {
  position: absolute;
  left: 60%;
  width: 35%;
  background-color: black;
  height: auto;
  padding: 2%;
  bottom: 5%;
  font-size: 1.5vw;
  text-align: center;
  border-radius: 50px;
  border-style: solid;
  border-color: green;
  transition-duration: 1s;
}

.preg2:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1);
  font-size: scale(1.1);
  color: #dafbfb;
  bottom: 7%;
  /* font-size: 1.8vw; */
  /* opacity: 0.8; */


}

.disotrosion img {
  -webkit-filter: blur(5px);
  /* Safari 6.0 - 9.0 */
  filter: blur(5px);
}

.fondopregunta {
  padding-left: 10%;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: block;
  color: white;
  padding-top: 10%;
  font-family: monospace;
  background-image: url(img/fondo_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 2vw;
  display: none;
}

.head {
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.opc {
  font-family: "Corisande";
  background-color: #c6c4c4;
  border: 0.4vw solid #a3a3a3;
  border-radius: 1vw;
  cursor: pointer;
  float: left;
  font-size: 1.3vw;
  height: 10vw;
  margin: 0.6%;
  padding: 1%;
  width: 45%;
}

.tab {
  overflow: hidden;
  color: #999999;
  background-color: #5D5D5D;
  position: absolute;
  top: 15%;
  width: 25%;
  left: 0px;
  display: none;
  font-family: Trebuchet;
  z-index: 300;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #636363;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4.5% 4%;
  transition: 0.3s;
  font-size: 1vw;
  width: 100%;
  text-align: left;
  color: #999999;
}

/* Change background color of buttons on hover */

/* Create an active/current tablink class */
.tab button.active {
  background-color: #C6C4C4;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  display: block;
  width: 100%;
  height: 82%;
  text-align: center;
}

.tab {
  overflow: hidden;
  background-color: #f1f1f1;

}

/* Style the buttons inside the tab */
.tab button {
  background-color: #636363;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4.5% 4%;
  transition: 0.3s;
  font-size: 1vw;
  width: 100%;
  text-align: left;
  color: white;
}

/* Change background color of buttons on hover */

/* Create an active/current tablink class */
.tab button.active {
  background-color: #C6C4C4;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  display: block;
  width: 100%;
  height: 82%;
  text-align: center;
}

.btn-next {
  position: fixed;
  width: 10%;
  height: 10%;
  top: 50%;
  right: 0%;

}

.btn-prev {
  position: fixed;
  width: 10%;
  height: 10%;
  top: 50%;
  left: 1%;

}

.textos {
  font-family: 'oswald';
  font-size: 16px;
  overflow: auto;
  text-align: justify;
  padding: 8px;



}

.textos p {
  font-family: 'oswald';
  font-size: 18px;
  padding: 8px;
}

.boton {
  border-radius: 100%;
}

.boton:hover {
  -webkit-box-shadow: 0.7vw 0.7vw 0.9vw#8b1026;
  -o-box-shadow: 0.7vw 0.7vw 0.9vw#8b1026;
  -moz-box-shadow: 0.7vw 0.7vw 0.9vw#8b1026;
  box-shadow: 0.7vw 0.7vw 0.9vw#8b1026;

  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.boton2 {
  border-radius: 100%;
}

.boton2:hover {
  -webkit-box-shadow: 0.4vw 0.4vw 0.8vw #A3A3A3;
  -o-box-shadow: 0.4vw 0.4vw 0.8vw #A3A3A3;
  -moz-box-shadow: 0.4vw 0.4vw 0.8vw #A3A3A3;
  box-shadow: 0.4vw 0.4vw 0.8vw #A3A3A3;

  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.divscroll {
  position: relative;
  left: 2%;
  overflow: auto;
  background-color: transparent;
  width: 100%;
  height: 210px;
  overflow: auto;
  font-family: 'Corisande';
  font-size: 16px;
  top: 1%;
  padding: 6px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 2s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}



svg {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

/* Color de textos */

.text-primary {
  color: white !important;
}

/* Color de fondos */

.bg-primary {
  background-color: #49813F !important;
}

.bg-secondary {
  background-color: #2A3D4E !important;
}

/* Contenedor */

.container-primary {
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

/* Menu lateral */
.container-menu-lateral {
  width: 299px;
  min-height: 100vh;
  padding: 0;
}

.container-menu-lateral .titulo {
  background: #49813F;
  color: white;
}

.container-menu-lateral .titulo h2 {
  font-size: 20px;
  padding: 20px;
  margin-bottom: 2px;
}

.container-menu-lateral .menu a {
  display: block;
  padding: 6px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: white;
  text-decoration: none;
}

.container-menu-lateral .menu a i {
  margin-right: 20px;
}

.container-menu-lateral .menu a:hover {
  background: #0071BC;
}

.container-menu-lateral .menu a.active {
  background: #49813F;
}

/* Main lateral */
.container-main-lateral {
  padding-right: 0;
  padding-left: 0;
}


.container-page {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 999;
}

.container-page li {
  list-style: none;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #2A3D4E;
  text-align: center;
  line-height: 40px;
  margin: 0 10px;
}

.container-page li#navbar-next {}

.container-page li#navbar-back {}

.container-page li:hover {
  background: #0071BC;
}

.container-page li a i {
  color: white;
  font-size: 20px;
}

#container-content {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #221f1f;
}

/*Modal*/
.modal-template__frame {
  max-width: 1024px;
  margin-top: 90px;
}

.modal-template__content {
  max-width: 1000px;
  height: 570px;
  align-self: center;
  padding: 120px 30px;
  background-color: white;
  border-radius: 10px;
}

.modal-template__close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: black;
  cursor: pointer;
}

.modal-template__main {
  border-radius: 10px;
  text-align: center;
  min-height: 200px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

.modal-template__text {
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.modal-template__back,
.modal-template__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2A3D4E;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
  z-index: 1;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.modal-template__back:hover,
.modal-template__next:hover {
  background-color: #0071BC;
}

.modal-template__back {
  left: -45px;
}

.modal-template__next {
  right: -45px;
}

.modal-template__head-img {
  max-height: 120px;
  max-width: 120px;
  top: -76px;
  position: absolute;
  left: 46%;
  /*transform: translateX(-50%);*/
  z-index: 1;
}

.articulo {
  max-height: 120px;
  top: -76px;
  position: absolute;
  left: 20%;
  transform: translateX(-50%);
  z-index: 1;
  background-image: url("img/articulo.svg");
}

.modalimg {
  max-height: 300px;
  top: -70px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.modal-template__content-slide,
.modal-template__slide {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-template__slide:not(:first-child) {
  visibility: hidden;
}

/* POPOVER */

.popover-body {
  background-color: #49813F;
  color: white;
  font-style: 'Corisande';


}

.popover {
  position: relative;
  border: none;
}

.popover.bs-popover-auto[x-placement^="left"] .arrow::after,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::before {
  border-left-color: #0071BC !important;
  top: 20px;
}

.popover.bs-popover-auto[x-placement^="right"] .arrow::after,
.popover.bs-popover-right .arrow::after {
  border-left-color: #0071BC !important;
}

.popover.bs-popover-auto[x-placement^="top"] .arrow::after,
.popover.bs-popover-top .arrow::after {
  border-left-color: #0071BC !important;
}

.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.popover.bs-popover-bottom .arrow::after {
  border-left-color: #0071BC !important;
}

/*Audio*/

.audio {

  width: 50px;
  height: 50px;
  background-image: url("../img/audio.svg");
  border-radius: 40px;
  /*border: 1px solid black;*/
  position: relative;

  text-align: center;
  line-height: 40px;
  cursor: pointer;



}

.pie {
  top: 0;
  width: 100%;
  height: auto;
  background-color: #2ba42c;
  position: fixed;
  padding: 20px;
  padding-left: 20%;
  background-image: url('../img/header-arte.svg');
  text-align: left;
  z-index: 1;
  font-size: 22px;
  color: #32592E;
  -webkit-animation: myfirst 5s;
  /* Safari 4.0 - 8.0 */
  animation: myfirst 5s;
  animation-iteration-count: 2;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes myfirst {
  0% {
    background-color: black;
  }

  100% {
    background-color: #2ba42c;
  }
}

/* Standard syntax */
@keyframes myfirst {
  0% {
    background-color: black;
  }

  100% {
    background-color: #2ba42c;
  }
}





* {
  box-sizing: border-box;
}

.uno {
  background-color: transparent;
  padding: 20px;
  float: left;
  text-align: center;
  width: 10%;
  /*The width is 20%, by default*/
}

.dos {
  background-color: transparent;
  padding: 20px;
  float: left;
  text-align: center;
  width: 28%;
  /*The width is 60%, by default*/
}

.tres {
  background-color: transparent;
  padding: 20px;
  float: left;
  text-align: center;
  width: 28%;
  /*The width is 20%, by default*/
}

.cuatro {
  background-color: transparent;
  padding: 20px;
  float: left;
  text-align: center;
  width: 28%;
  /*The width is 20%, by default*/
}

.cinco {
  background-color: transparent;
  padding: 20px;
  float: left;
  text-align: center;
  width: 6%;
  /*The width is 20%, by default*/
}

/*Use a media query to add a break point at 800px:*/
@media (max-width:800px) {

  .uno,
  .dos,
  .tres,
  .cuatro,
  .cinco {
    width: 100%;
    /*The width is 100%, when the viewport is 800px or smaller*/
  }
}

/* Media Querys */

@media screen and (max-width: 1280px) {


  .container-menu-lateral {
    min-width: auto;
  }

  .container-menu-lateral .titulo {
    display: none;
  }

  .container-menu-lateral .menu a span {
    display: none;
  }

  .container-menu-lateral .menu a i {
    margin-right: 0;
  }

}

@media screen and (max-width: 575px) {

  .container-menu-lateral {
    min-height: 0;
  }

}

.emer-close {
  background-image: url('../img/close.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 44px;
  height: 44px;
}


.modal-final-body {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  font-family: 'Corisande';
}

.modal-final {
  width: 75%;
  height: 75%;
  text-align: center;
  margin: auto;
  background-color: #fff;
  position: relative;
  background-image: url(../img/ejemplo-fondo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #32592E;
  font-family: 'Corisande';

}

.modal-final-header {
  color: #fff !important;
  background-color: #32592E;
  padding: 0.01em 16px;
  font-family: 'Corisande';
}

.modal-final-close {

  position: absolute;
  right: 0;
  top: 0;
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Corisande';
}

.modal-respuesta {
  left: 50%;
  position: relative;
  width: 40%;
  height: auto;
  font-family: 'Corisande';
}

.cuerpo {
  width: 85%;
  height: 80%;
  background-color: #32592E;
  position: absolute;
  margin: 7%;
  align-content: center;
  text-align: center;
  padding: 100px;
  border-radius: 26px;
  color: #F5DA66;
  font-family: 'Corisande';
}

.cuerpo h2 {
  color: #F5DA66;
  font-family: 'Corisande';
}


.left {
  padding: 1.8%;
  float: left;
  width: 77%;
  color: white;
  /* The width is 20%, by default */
}

.main {
  background-color: transparent;
  padding: 20px;
  float: left;
  width: 1%;
  /* The width is 60%, by default */
}

.right {
  background-color: white;
  padding: 20px;
  float: left;
  width: 20%;
  /* The width is 20%, by default */
}

/* Use a media query to add a break point at 800px: */
@media screen and (max-width:800px) {

  .left,
  .main,
  .right {
    width: 100%;
    /* The width is 100%, when the viewport is 800px or smaller */
  }
}

.accordion {
  background-color: #eee;
  color: white;
  cursor: pointer;
  padding: 0.8%;
  width: 80%;
  border: none;
  text-align: left;
  outline: none;
  font-family: 'Trebuchet';
  font-size: 1.6vw;
  transition: 0.4s;
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  text-align: center;
  color: white;
}

.izquierda {
  float: left;
  width: 8%;
  /* The width is 20%, by default */
}

.centro {
  float: left;
  width: 84%;
  /* The width is 60%, by default */
}

.derecha {
  float: left;
  width: 8%;
  /* The width is 20%, by default */
}

.item {
  padding: 1%;
  color: white;
  font-family: 'Trebuchet';
  text-align: left;
  padding-left: 5%;
}

.shake-horizontal {
  -webkit-animation: shake-horizontal 3s cubic-bezier(.455, .03, .515, .955) infinite both;
  animation: shake-horizontal 3s cubic-bezier(.455, .03, .515, .955) infinite both
}

/* ----------------------------------------------
 * Generated by Animista on 2019-4-9 23:25:22
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes shake-horizontal {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }

  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }

  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
  }

  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
  }
}

@keyframes shake-horizontal {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
  }

  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }

  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
  }

  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
  }
}