.fondo {

    height: 100vh;

    background-repeat: no-repeat;

    background-size: cover;


}


.gris {

    background: #03020133;

}



.top-nav-collapse {

    background: #030201ea !important;

}

/*

    DEMO STYLE

*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {

    font-family: sans-serif;

    background: #fff;

}



p {

    font-family: sans-serif;

    font-size: 1.1em;

    font-weight: 300;

    line-height: 1.7em;

}



a,

a:hover,

a:focus {

    color: inherit;

    text-decoration: none;

    transition: all 0.3s;

}



.navbar {

    padding: 15px 10px;

    background: #fff;

    border: none;

    border-radius: 0;

    margin-bottom: 40px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);

}



.navbar-btn {

    box-shadow: none;

    outline: none !important;

    border: none;

}



.line {

    width: 100%;

    height: 1px;

    border-bottom: 1px dashed #ddd;

    margin: 40px 0;

}



/* ---------------------------------------------------

    SIDEBAR STYLE

----------------------------------------------------- */



.wrapper {

    display: flex;

    width: 100%;

    align-items: stretch;

}



#sidebar {

    min-width: 250px;

    max-width: 250px;

    background: #007bff;

    color: #fff;

    transition: all 0.3s;

}



#sidebar.active {

    margin-left: -250px;

}



#sidebar .sidebar-header {

    padding: 20px;

    background: #007bff;

}



#sidebar ul.components {

    padding: 20px 0;

    border-bottom: 1px solid #47748b;

}



#sidebar ul p {

    color: #fff;

    padding: 10px;

}



#sidebar ul li a {

    padding: 0.5em;

    font-size: 11px;

    display: block;

}



#sidebar ul li a:hover {

    color: #fff;

    background: #33b5e5;

}


#sidebar ul li.active>a,

a[aria-expanded="true"] {

    color: #fff;

    background: #007bff;

}



a[data-toggle="collapse"] {
    position: relative;
}



.dropdown-toggle::after {

    display: block;

    position: absolute;

    top: 50%;

    right: 20px;

    transform: translateY(-50%);

}



ul ul a {

    font-size: 0.7em !important;

    padding-left: 30px !important;

    background: #007bff;

}



ul.CTAs {

    padding: 20px;

}



ul.CTAs a {

    text-align: center;

    font-size: 0.9em !important;

    display: block;

    border-radius: 5px;

    margin-bottom: 5px;

}



a.download {

    background: #fff;

    color: #007bff;

}



a.article,

a.article:hover {

    background: #007bff !important;

    color: #fff !important;

}



/* ---------------------------------------------------

    CONTENT STYLE

----------------------------------------------------- */



#content {

    width: 100%;

    padding: 20px;

    min-height: 100vh;

    transition: all 0.3s;

}



/* ---------------------------------------------------

    MEDIAQUERIES

----------------------------------------------------- */



@media (max-width: 768px) {

    #sidebar {

        margin-left: -250px;

    }



    #sidebar.active {

        margin-left: 0;

    }



    #sidebarCollapse span {

        display: none;

    }

}

.switchToggle input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
    position: relative;
}
.switchToggle label {
    cursor: pointer; 
    text-indent: -9999px; 
    width: 70px; 
    max-width: 70px; 
    height: 30px; 
    background: #d1d1d1; 
    display: block; 
    border-radius: 100px; 
    position: relative; 
}
.switchToggle label:after {content: ''; 
    position: absolute; 
    top: 2px; 
    left: 2px; 
    width: 26px;
    height: 26px; 
    background: #fff; 
    border-radius: 90px; transition: 0.3s;
}
.switchToggle input:checked + label, .switchToggle input:checked + input + label  {background: #3e98d3; }
.switchToggle input + label:before, .switchToggle input + input + label:before {
    content: 'No'; 
    position: absolute; 
    top: 5px; 
    left: 35px; 
    width: 26px; 
    height: 26px; 
    border-radius: 90px; 
    transition: 0.3s; 
    text-indent: 0; 
    color: #fff; 
}
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
    content: 'Si'; 
    position: absolute; 
    top: 5px; 
    left: 10px; 
    width: 26px; 
    height: 26px; 
    border-radius: 90px; 
    transition: 0.3s; 
    text-indent: 0; 
    color: #fff; 
}
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
    left: calc(100% - 2px); 
    transform: translateX(-100%); 
}
.switchToggle label:active:after {width: 60px; } 
.toggle-switchArea { margin: 10px 0 10px 0; }

.horizontal-scroll-wrapper{
    position: absolute;
    /*display: block;*/
    
    
    width: 900px;
    height: 800px;
    
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transform: rotate(-90deg) translateY(-80px);
    transform-origin: right top;
}
.horizontal-scroll-wrapper > div{
    display: block;
    padding: 5px;
    transform:rotate(90deg);
    transform-origin: right top;
}

input[type="file"]{
    margin: 0 0 15px;
    padding: 10px 1%;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.principal{
    width: 80%;
    margin: 0 auto;
    padding: 3% 0 6% 0;
    clear: both;
}

.barra{
    background-color: #f3f3f3;
    border-radius: 5px;
    width: 50%;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,.2); 
    height: 25px;
}
.cancel{
    background: #ed1f3c !important;
}

.barra_azul{
    background-color: #247cc0;
    border-radius: 10px;
    display: block;
    height: 25px;
    text-align: center;
    width: 0%; 
}

.barra_verde{
    background-color: #2ea265 !important; 
}

.barra_roja{
    background-color: #de3125 !important;
}

#subir_archivo{
    margin: 1.5% 0;
    padding: 2px;
}

#barra_estado span{
    color: #fff;
    font-weight: bold;
    line-height: 25px;
}

.acciones{
    margin-top: 10px;
}