
body {
    overflow-x: hidden;
    font: 400 15px/1.8em "Open Sans", sans-serif;
}

p {
    font: 400 15px/1.7em "Open Sans", sans-serif;
}

h1 {
    margin-bottom: 20px;
}

h3 {
    margin-top: 62px;
}

a {
    color: #2658d5;
    font-weight: 600;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

hr {
    margin-top: 60px;
    margin-bottom: 40px;
}

pre.code-format {
    max-width: 1000px;
    line-height: 1.7em;
    white-space: pre-wrap;
    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    margin-top: 20px;
    margin-bottom: -5px;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper p {
    display: block;
    color: #fff;
    font-size: 22px;
    margin-left: 20px;
    margin-top: 40px;
}

#sidebar-wrapper ul li a {
    width: 100%;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#page-content-wrapper .code {
    font: 400 14px/1.6em "Source Code Pro", sans-serif;
    color: #c22525;
}

#page-content-wrapper hr {
    border-top: 1px solid #dfdfdf;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.separator {
    margin-bottom: 15px;
}

.footer {
    margin-top: 60px;
    color: grey;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.sidebar-nav li a {
    padding-left: 20px;
    line-height: 20px;
}

.sidebar-nav li a {
    display: inline-block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li:hover a {
    color: #fff;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    color: #fff;
}

.sidebar-nav>.sidebar-brand {
    font-size: 18px;
    line-height: 22px;
    margin-top: 140px;
    color: #fff;
    text-align: left;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}


.horario {
    width: 70%;
}


.wrapper-2 {
    width: 200px;
    height: 60px;
    position: fixed;
    z-index: 1;
    bottom: 0;
    margin-bottom: 20px;
}

.circle {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    left: 15%;
    transform-origin: 50%;
    animation: circle7124 .5s alternate infinite ease;
}



@keyframes circle7124 {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}

.circle:nth-child(2) {
    left: 45%;
    animation-delay: .2s;
}

.circle:nth-child(3) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.shadow {
    width: 20px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 62px;
    transform-origin: 50%;
    z-index: -1;
    left: 15%;
    filter: blur(1px);
    animation: shadow046 .5s alternate infinite ease;
}

@keyframes shadow046 {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}

.shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.forms_practice>form {
    margin-left: 30px;
}

.forms_practice:first-child {
    padding-bottom: 15px;
    background-color: #2658d5;
}



@media(min-width: 768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }


}

@media(min-width: 319px) and (max-width: 435px) {


    .horario {
        width: 100%;
    }

    .wrapper-2 {
        display: none;
    }
}