.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#27ae60;position:fixed;z-index:200;top:46px;right:100%;width:100%;height:4px}




/*Copyright © 2021 Codrops

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
@font-face

{
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    src: url('../resources/fonts/icomoon.eot?4v3ev0');
    src: url('../resources/fonts/icomoon.eot?#iefix4v3ev0') format('embedded-opentype'), url('../resources/fonts/icomoon.woff?4v3ev0') format('woff'), url('../resources/fonts/icomoon.ttf?4v3ev0') format('truetype'), url('../resources/fonts/icomoon.svg?4v3ev0#icomoon') format('svg');
}
body 
{ 
    color: #2ecc71; 
    font-family: "Open Sans", sans-serif; 
} 
html,
body {
    height: 100%;
    background-color: #ecf0f1;
}
header {
    background-color: #fff;
    border-bottom: solid 6px #ccc;
    font-size: 24px;
    height: 40px;
    width: 100%;
    box-sizing: content-box;
    z-index: 250;
    position: relative;
}
header>nav>ul>li {
    display: table-cell;
    list-style-type: none;
    padding: 0 10px 0 5px;
    vertical-align: middle;
}
header nav {
    display: table;
    height: 100%;
    width: 100%;
}

header nav .back-arrow {
    font-family: "icomoon";
    padding-left: 5px;
        
}
header nav .index-arrow {
    font-family: "icomoon";
    padding-left: 5px; 
    position: absolute;
    right: 4px;
    top: 7px;
     z-index: 4;

}
header nav .back-arrow:before
{
  content:"\e635"
}
header nav .index-arrow:before {
    content: "\e605"
    
}
header nav .index-arrow.open:before {
    color: #2ecc71;
    content: "\e604";
}
header nav ul {
    display: table-row;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
header nav ul li#controls span {
    cursor: pointer;
    position:absolute;
    top:0;
}
header nav ul li#controls #play {
    font-family: "icomoon";
    font-size: 40px;
}
header nav ul li#controls #play:before {
     content: "\e603"
}
header nav ul li#controls #play.playing:before {
     content: "\e602"
}
header nav ul li.index .text {
    left: 28px;
    padding-left: 7px;
    position: absolute;
    top: 3px;
    z-index: 1;
}
header nav ul li#right-menu {
    cursor: pointer;
    padding-right: 46px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
header nav ul li#right-menu #profileSettings.open {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    height: 150px;
    position: absolute;
    right: 0;
    top: -3px;
    width: 80px;
    z-index: 3;

}
header nav ul li#right-menu #dots-icon:before {
    content: "\e608";
    font-family: "icomoon";
    font-size: 16px;
}
header nav ul li#right-menu #profileSettings {
    -moz-transition: height 100ms ease-in-out, box-shadow 100ms ease-in-out, opacity 100ms ease-in-out;
    -ms-transition: height 100ms ease-in-out, box-shadow 100ms ease-in-out, opacity 100ms ease-in-out;
    -o-transition: height 100ms ease-in-out, box-shadow 100ms ease-in-out, opacity 100ms ease-in-out;
    -webkit-transition: height 100ms ease-in-out, box-shadow 100ms ease-in-out, opacity 100ms ease-in-out;
    background-color: #fff;
    box-shadow: none;
    height: 0;
    position: absolute;
    right: 0;
    top: -3px;
    transition: height 100ms ease-in-out, box-shadow 100ms ease-in-out, opacity 100ms ease-in-out;
    width: 80px;
    z-index: 3;
}
header nav ul li#right-menu #profileTrigger {
    height: 41px;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
   z-index: 5;

}
header nav ul li#right-menu .back-arrow {
    position: absolute;
    right: 5px;
    top: 6px;
}
header nav ul li#right-menu #profile {
    position: absolute;
    right: 30px;
    top: 3px;
    z-index: 4;
    height: 38px;
}
header nav ul li#right-menu #profile #profile-pic {
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
}
header nav ul li#right-menu #store {
    left: 0;
    margin-right: 12px;
    position: absolute;
    top: 3px;
}
header nav ul li#right-menu #store:before {
    content: "\e600";
    font-family: "icomoon";
    font-size: 28px;
    margin-right: 2px;
}
header nav ul li#right-menu #dots {
    height: 35px;
    margin-right: 55px;
    padding-left: 35px;
    padding-top: 3px;
    box-sizing: content-box;
}
header nav ul li#index {
    padding: 0;
    position: relative;
    width: 130px;
}
header nav ul li#index #index-menu.open {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: block;
    height: 130px;
    left: 0;
    opacity: 1;
    padding-top: 47px;
    position: absolute;
    top: 0;
    z-index: 2;
}
header nav ul li#index #index-trigger {
    cursor: pointer;
    height: 41px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
header nav ul li#index #index-trigger .back-arrow {
    position: absolute;
    top: 4px;
    left: -2px;
}
header nav ul li#index #index-trigger #index-text {
    left: 1em;
    position: absolute;
    top: 3px;
}
header nav ul li#index #index-menu {
    -moz-transition: height 100ms ease-in-out, box-shadow 100ms ease-in-out, opacity 100ms ease-in-out;
    -ms-transition: height 100ms ease-in-out, box-shadow 100ms ease-in-out, opacity 100ms ease-in-out;
    -o-transition: height 100ms ease-in-out, box-shadow 100ms ease-in-out, opacity 100ms ease-in-out;
    -webkit-transition: height 100ms ease-in-out, box-shadow 100ms ease-in-out, opacity 100ms ease-in-out;
    background-color: #fff;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: height 100ms ease-in-out, box-shadow 100ms ease-in-out, opacity 100ms ease-in-out;
    width: 130px;
}
header nav ul li#index #index-menu ul li.open {
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 5px;
    width: 100%;
}
header nav ul li#index #index-menu ul li {
    color: #afafaf;
    display: none;
    list-style: none;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
header nav ul li#index #index-menu ul li a {
    color: #afafaf;
    text-decoration: none;
}
header nav ul li#index .text.open,
header nav ul li#index span:first-child.open {
    color: #2ecc71;
}
header.open .buscar::placeholder{
    color: #fff;
}
input, textarea {
    background-color: #fff;
    border: none;
    border-radius: 4px;
}
input:focus,textarea:focus {
    outline: 0;

}
.button {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}
#video {
    margin-top: 6px
}
#example_video_1 {
    width: 100%
}
#Store {
    background-color: #ecf0f1;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
#Store #actualStore {
    background-color: #ecf0f1;
    bottom: 7px;
    position: absolute;
    width: 100%;
}
#Store #actualStore #storeSection {
    background-color: #fff;
    display: inline-block;
    float: right;
    height: 100%;
    padding: 40px;
    width: 70%;
}
#Store #actualStore #storeList {
    background-color: #fff;
    display: inline-block;
    height: 100%;
    width: 20%;
}
#Store #actualStore #storeList ul li {
    color: #afafaf;
    cursor: pointer;
    display: block;
    font-size: 25px;
    list-style: none;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
#Store #storeHeader { 
    background-color: #2ecc71; 
    border-bottom: solid 7px #27ae60; 
    height: 47px; 
    width: 100%; 
    box-sizing: border-box; 
} 
#Store.open {
    display: block
}
.openedStore {
    color: #fff
}
/*sombra #ccc
normal #fff*/
#Store #actualStore #storeList ul li {
    color: #afafaf;
    cursor: pointer;
    display: block;
    font-size: 25px;
    list-style: none;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
header.open nav ul li input{
    background-color: #2ecc71;
    border-bottom: solid 1px #fff;
    color:#fff;
    z-index: 3;
    position: relative; 
}
.wrapper{
    display: none;
}
.wrapper.visible{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}
#profile div{ 
    display: inline-block !important; 
} 
  
.buscar
{ 
    border-bottom: 1px solid #2ecc71; 
    font-size: 16px; 
    width: 350px; 
    padding: 0; 
    margin: 0; 
    border-radius: 0; 
} 
  
header a 
{ 
    color: #2ecc71; 
} 
#buscar 
{ 
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 135px;
  height: 40px;
  padding-top: 4px;
  box-sizing: border-box;
  padding-right: 300px;
} 
.buscar 
{ 
    max-width: 100%; 
} 
header nav ul li#right-menu #store::before {
    /*background-image: url("https://cdn-icons-png.flaticon.com/512/3768/3768482.png");*/
    background-repeat: no-repeat;
    height: 16px;
    display: inline-block;
    width: 16px;
    background-size: contain;
    background-position-x: 5px;
}

.searchResults{
display: block;
width: 100%;
padding-top: 46px;
height: 100vh;
box-sizing: border-box;
position: fixed;
z-index: 200;
top: 0}
.searchResults.hidden{
display: none !important}
.searchResults > div{
width: 100%;
height: 100%;
background: #fff;
overflow-y: auto}
.searchResults .result{
position: relative;
padding: 13px;
border-bottom: 3px solid #ccc}
.searchResults .result .profilePic{
display: inline-block; 
padding-right: 23px}
.searchResults .result .profilePic img{
height: 96px;
border-radius: 50%;
position: absolute;
left: 18px;
top: 18px}
.searchResults .result .screenshot img{
height: 96px;
}
.searchResults .result .screenshot{
display: inline-block;
padding-right: 23px
}
.searchResults .result .username{
display: inline-block;
height: 111px;
position: absolute;
line-height: 111px;
padding-left: 23px;
border-left: 1px solid #ccc}
.searchResults .result .appName{
display: inline-block;
height: 111px;
position: absolute;
line-height: 111px;
padding-left: 23px;
border-left: 1px solid #ccc;
top: 8px;}
.searchResults .result .cursoName{
display: inline-block;
height: 111px;
position: absolute;
line-height: 111px;
padding-left: 23px;
border-left: 1px solid #ccc;
top: 8px;}
.searchResults .result .username .rol{
display: inline-block;
padding: 9px 9px;
color: #FFFFFF;
font-size: 20px;
background: #2ECC71;
height: 27px;
line-height: 27px;
margin-left: 11px}
.searchResults .result .username .rol b{
color: #fff}
.searchResults .result .resulttype{
height: 111px;
line-height: 111px;
font-size: 23px;
display: inline-block;
text-align: right;
float: right;
padding-left: 23px}
.searchResults .result .resulttype::before{
content: "| ";
color: #ccc;
font-size: 31px;
font-weight: normal}
.searchResults .result > a:first-child{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
outline: none !important}
.carr .video{ 
width: 100%;
height: 100%;
padding-bottom: unset !important} 
.carr .Playuse{ 
display: block} 
.searchResults .result .username .name{
display: inline-block;
color: #808080}
.searchResults .result#resaltado{
background-color: #ddd}
.vjs-text-track{
    background-color: #e5daec17 !important;
}
.vjs-tt-cue {
    color: #f9fbf8;
    text-shadow: -1px 0 1px #847f7f, 0 1px 1px #847f7f, 1px 0 1px #847f7f, 0 -1px 1px #847f7f;
}