.theme-video-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    transform: translateZ(0px); 
}
.theme-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
}
.theme-video-container-mini {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 50%;
    overflow: hidden;
    transform: translateZ(0px); 
}
.theme-video-mini {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
}


.contenedor {
    margin: 2rem auto;
    border: 1px solid #aaa;
    height: 70%;
    width:90%;
    max-width: 400px;
    /*background: #f1f2f3;*/
    overflow:auto;
    box-sizing: border-box;
    padding:0 1rem;
}
/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor::-webkit-scrollbar {
    -webkit-appearance: none;
}

.contenedor::-webkit-scrollbar:vertical {
    width:10px;
}

.contenedor::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

.contenedor::-webkit-scrollbar:horizontal {
    height: 10px;
}

.contenedor::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.contenedor::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.contenedorPrincipal {
    margin: 2rem auto;
    height: 70%;
    width:90%;
    max-width: 400px;
    /*background: #f1f2f3;*/
    overflow:auto;
    box-sizing: border-box;
    padding:0 1rem;
    margin-top:0px;
}
/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedorPrincipal::-webkit-scrollbar {
    -webkit-appearance: none;
}

.contenedorPrincipal::-webkit-scrollbar:vertical {
    width:10px;
}

.contenedorPrincipal::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

.contenedorPrincipal::-webkit-scrollbar:horizontal {
    height: 10px;
}

.contenedorPrincipal::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid grey;
}

.contenedorPrincipal::-webkit-scrollbar-track {
    border-radius: 10px;  
}



.contenedorPrincipal2 {
    margin: 2rem auto;
    width:100%;
    background: #f1f2f3;
    overflow:auto;
    box-sizing: border-box;
    padding:0 1rem;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedorPrincipal2::-webkit-scrollbar {
    -webkit-appearance: none;
}

.contenedorPrincipal2::-webkit-scrollbar:vertical {
    width:16px;
}

.contenedorPrincipal2::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
    display: none;
} 

.contenedorPrincipal2::-webkit-scrollbar:horizontal {
    height: 16px;
}

.contenedorPrincipal2::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 3px solid #f1f2f3;
}

.contenedorPrincipal2::-webkit-scrollbar-track {
    border-radius: 10px;  
}


.loader{
    left:0px;
    margin-top:-90px;
    text-align:center;
    /*background-color: #FFF;*/
    height:103px;
}

.loader_anterior{
    left:0px;
    text-align:center;
    background-color: #FFF;
    height:800px;
}
.redondear{
    border-radius: 8px;    
}
.sombra-form-info{
    box-shadow: 0 0 20px #6495ED;
}
.sombra-form-success{
    box-shadow: 0 0 20px #E6E6FA;
}
.sombra-form-warning{
    box-shadow: 0 0 20px #FFD700;
}
.sombra-form-danger{
    box-shadow: 0 0 20px #FF0000;
}
.sombra-form-primary{
    box-shadow: 0 0 20px #9370D8;
}
.sombra-form-secondary{
    box-shadow: 0 0 20px #778899;
}
.sombra-form-light{
    box-shadow: 0 0 20px #F8F8FF;
}