/* Add to docs */
#seriesFull #scrolling, #plataformaeducativafull #scrolling{ 
  /*  position:fixed;
    top:58%;
    height:38%;
    width:100%;*/ 
    overflow: hidden;
}

#seriesFull ul, #plataformaeducativafull ul {
    /*Add if you want to disable the option of selecting the text while sliding*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    margin: 0;
    padding: 0;
    position: absolute;
    /*top:10%;*/
   /* margin-top:4vh;
    height:80%;*/

    list-style-type: none;

    -webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#seriesFull li, #plataformaeducativafull li {
 
    float: left;
    width:80vw; 
    height: 100%;  
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    cursor: pointer; 
    -webkit-transform:  scale(0.95);
    -ms-transform:  scale(0.95);
    -moz-transform:  scale(0.95);
    transform: scale(0.95);
    opacity: .3;
}

 #plataformaeducativafull li .buttonRight,  #plataformaeducativafull li .buttonLeft {  opacity: 0 }

#seriesFull .itemslide-active, #plataformaeducativafull .itemslide-active
{/*applied to current active item*/
    -webkit-transform:  scale(1);
    -ms-transform:  scale(1);
    -moz-transform:  scale(1);
    transform: scale(1);
    opacity: 1;
}

 #plataformaeducativafull li.itemslide-active .buttonRight,  #plataformaeducativafull li.itemslide-active .buttonLeft {  opacity: 1 }

.slider_mobile .boxVideoBookSel { height: 25vh;  max-width: 100%;   background: #00b1eb9c;  background-size: cover !important; }
.slider_mobile .boxVideoBookSel .icon_video { position: absolute; width: 3.5rem;   height: 3.5rem;  background-color: white; border-radius: 50%; }
.slider_mobile .boxVideoBookSel .icon_video .playicon {  position: absolute;  margin-top: 16px;   margin-left: 21px;    border-left: 20px solid #00b1eb;    border-right: 12px dashed transparent;    border-top: 12px dashed transparent; border-bottom: 12px dashed transparent; }
.slider_mobile .boxVideoBookSel .overBlue { width: 100%; height: 100%; position: absolute; }

.slider_mobile .viewBooks, .slider_mobile .buttonRight  { -webkit-animation: slideRight 2s infinite linear; -moz-animation: slideRight 2s infinite linear; -o-animation: slideRight 2s infinite linear; animation: slideRight 2s infinite linear; }   
.slider_mobile .buttonLeft  { -webkit-animation: slideLeft 2s infinite linear; -moz-animation: slideLeft 2s infinite linear; -o-animation: slideLeft 2s infinite linear; animation: slideLeft 2s infinite linear; }   
@-webkit-keyframes slideRight { 
0% { -webkit-transform: translateX(0); }  10% { -webkit-transform: translateX(-2px);  } 30% { -webkit-transform: translateX(-4px);  } 45% { -webkit-transform: translateX(-6px);  }
 60% { -webkit-transform: translateX(-8px);  } 75% { -webkit-transform: translateX(-4px); } 90% { -webkit-transform: translateX(-2px); } }
@-moz-keyframes slideRight {
0% { -moz-transform: translateX(0); }  10% { -moz-transform: translateX(-2px);  } 30% { -moz-transform: translateX(-4px);  } 45% { -moz-transform: translateX(-6px);  }
 60% { -moz-transform: translateX(-8px);  } 75% { -moz-transform: translateX(-4px); } 90% { -moz-transform: translateX(-2px); } }
@-o-keyframes slideRight {
0% { -o-transform: translateX(0); }  10% { -o-transform: translateX(-2px);  } 30% { -o-transform: translateX(-4px);  } 45% { -o-transform: translateX(-6px);  }
 60% { -o-transform: translateX(-8px);  } 75% { -o-transform: translateX(-4px); } 90% { -o-transform: translateX(-2px); } }
@keyframes slideRight {
 0% { transform: translateX(0); }  10% { transform: translateX(-2px);  } 30% { transform: translateX(-4px);  } 45% { transform: translateX(-6px);  }
 60% { transform: translateX(-8px);  } 75% { transform: translateX(-4px); } 90% { transform: translateX(-2px); } }

 @-webkit-keyframes slideLeft { 
0% { -webkit-transform: translateX(0); }  10% { -webkit-transform: translateX(2px);  } 30% { -webkit-transform: translateX(4px);  } 45% { -webkit-transform: translateX(-6px);  }
 60% { -webkit-transform: translateX(8px);  } 75% { -webkit-transform: translateX(4px); } 90% { -webkit-transform: translateX(2px); } }
@-moz-keyframes slideLeft {
0% { -moz-transform: translateX(0); }  10% { -moz-transform: translateX(2px);  } 30% { -moz-transform: translateX(4px);  } 45% { -moz-transform: translateX(-6px);  }
 60% { -moz-transform: translateX(8px);  } 75% { -moz-transform: translateX(4px); } 90% { -moz-transform: translateX(2px); } }
@-o-keyframes slideLeft {
0% { -o-transform: translateX(0); }  10% { -o-transform: translateX(2px);  } 30% { -o-transform: translateX(4px);  } 45% { -o-transform: translateX(-6px);  }
 60% { -o-transform: translateX(8px);  } 75% { -o-transform: translateX(4px); } 90% { -o-transform: translateX(2px); } }
@keyframes slideLeft {
 0% { transform: translateX(0); }  10% { transform: translateX(2px);  } 30% { transform: translateX(4px);  } 45% { transform: translateX(6px);  }
 60% { transform: translateX(8px);  } 75% { transform: translateX(4px); } 90% { transform: translateX(2px); } }
