/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    footer {
        text-align: center;
        display: block;
        width: 100%;
        padding: 10px 0px;
        background-color: #428aca;
        font-size: 12px;
    }

    #copyright p,
    #copyright ul {
        margin: 0px;
        padding: 0px;
    }

    #copyright p,
    #copyright ul {
        margin: 0px;
        padding: 0px;
    }

    #copyright ul li {
        display: inline-block;
        margin: 0px 10px;
        font-weight: bold;
    }

    .icon-modulo {
        font-size: 35px;
    }

    .modulo {
        margin: 30px 0px;
    }

    #logo {
        background-color: #092e6e;
        height: 110px;
        max-height: 110px;
    }

    .navbar-fixed-top {
        position: inherit;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        line-height: inherit;
        padding-top: 18px;
    }

    .navbar-brand {
        height: auto;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .15);
    }

    /*.navbar-nav {
        margin: 12.5px -15px;
    }*/
    #icon-plus {
        font-size: 30px;
        color: #e11212;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    form.navbar-form.navbar-left {
        display: flex;
    }

    .icon-plus {
        margin-right: 20px;
    }

    .nav-sidebar>.active>a,
    .nav-sidebar>.active>a:hover,
    .nav-sidebar>.active>a:focus {
        color: #fff;
        background-color: #428bca;
    }

    .nav-sidebar {
        margin-right: -21px;
        margin-bottom: 20px;
        margin-left: -20px;
    }

    #menu-ver {
        font-size: 16px;
    }

    .icon2 {
        margin-right: 15px;
        font-size: 25px;
        vertical-align: middle;
    }

    .active>a>.icon2:before {
        color: white;
    }

    #menu-ver {
        font-size: 16px;
        background: #f8f8f8;
    }

    #menu-ver .navbar {
        margin: 0px;
    }

    #menu-ver .navbar-default {
        border: none;
    }

    .modulo2 {
        padding: 10px;
        border: 2px solid #dedcde;
        border-radius: 15px;
        margin: 20px 0px;
    }

    #modulos {
        margin: 20px 0px;
    }

    .titulo-movil {
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        padding: 10px 0px;
    }

    .mat {
        font-weight: 400;
    }

    .descripcion-izq h5 {
        font-weight: bold;
        text-transform: uppercase;
        display: flex;
        align-items: flex-start;
    }

    #elementos-hori li {
        display: inline-block;
        text-align: center;
        font-size: 12px;
        margin: 0px 10px;
    }

    #elementos-hori {
        list-style: none;
        margin: 0px;
        padding: 0px;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .active2 {
        color: #428bca;
    }

    .icon3 {
        font-size: 30px;
    }

    #submenu-hori p {
        margin: 0px;
        padding: 0px;
    }
}







/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    footer {
        text-align: center;
        display: block;
        width: 100%;
        padding: 10px 0px;
        background-color: #428aca;
        font-size: 12px;
    }

    footer#footer:before {
    background-image: url(../images/franja.png);
    background-size: auto;
    display: inline-block;
    width: 100%;
    height: 78px;
    content: "";
    z-index: 100000;
}

    #copyright p,
    #copyright ul {
        margin: 0px;
        padding: 0px;
    }

    #copyright p,
    #copyright ul {
        margin: 0px;
        padding: 0px;
    }

    #copyright ul li {
        display: inline-block;
        margin: 0px 10px;
        font-weight: bold;
    }

    .icon-modulo {
        font-size: 35px;
    }

    .modulo {
        margin: 30px 0px;
    }

    #logo {
        background-color: #092e6e;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-nav>li {
        float: left;
    }

    #icon-plus {
        font-size: 30px;
        color: #e11212;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    form.navbar-form.navbar-left {
        display: flex;
    }

    .icon-plus {
        margin-right: 20px;
    }

    .nav-sidebar>.active>a,
    .nav-sidebar>.active>a:hover,
    .nav-sidebar>.active>a:focus {
        color: #fff;
        background-color: #428bca;
    }

    .nav-sidebar {
        margin-right: -21px;
        margin-bottom: 20px;
        margin-left: -20px;
    }

    #menu-ver {
        font-size: 16px;
    }

    .icon2 {
        margin-right: 15px;
        font-size: 25px;
        vertical-align: middle;
    }

    .active>a>.icon2:before {
        color: white;
    }

    #menu-ver {
        font-size: 16px;
        background: #f8f8f8;
    }

    #menu-ver .navbar {
        margin: 0px;
    }

    #menu-ver .navbar-default {
        border: none;
    }

    .modulo2 {
        padding: 10px;
        border: 2px solid #dedcde;
        border-radius: 15px;
        margin: 20px 0px;
    }

    #modulos {
        margin: 20px 0px;
    }
}







/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    a {
        color: gray;
    }

    .sidebar {
        display: none;
    }

    .nav-sidebar {
        margin-right: -21px;
        margin-bottom: 20px;
        margin-left: -20px;
    }

    .navbar-fixed-top {
        position: fixed;
    }

    .nav-sidebar>li>a {
        padding-right: 20px;
        padding-left: 35px;
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 2px solid white;
        color: white;
    }

    .nav-sidebar>.active>a,
    .nav-sidebar>.active>a:hover,
    .nav-sidebar>.active>a:focus {
        color: #fff;
        background-color: #428bca;
    }

    .main {
        padding: 80px 41px 180px;
    }

    .main .page-header {
        margin-top: 0;
    }

    .placeholders {
        margin-bottom: 30px;
        text-align: center;
    }

    .placeholders h4 {
        margin-bottom: 0;
    }

    .placeholder {
        margin-bottom: 20px;
    }

    .placeholder img {
        display: inline-block;
        border-radius: 50%;
    }

    footer {
        position: fixed;
        bottom: 0;
        text-align: center;
        display: block;
        width: 100%;
        padding: 10px 0px;
        background-color: #428aca;
        font-size: 12px;
        z-index: 2
    }

    /*********************
Generales
**********************/

    .desc-peq2 {
        font-size: 12px;
    }

    .desc-peq2 p {
        margin: 0px;
    }

    .font-13 {
        font-size: 13px;
    }

    .font-11 {
        font-size: 11px;
    }

    .title2 {
        border-bottom: 1px solid #eee;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .weightb p {
        font-weight: normal;
    }

    .back-gray {
        background-color: #f1f1f1;
        border: 1px solid #a5a5a5;
    }

    .flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .flex2 {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .item {
        flex-grow: 1;
        flex-basis: 100px;
    }

    .item2 {
        flex-grow: 2;
        flex-basis: 300px;
    }

    .item3 {
        flex-basis: 200px;
    }

    /******************************/
    #copyright ul {
        list-style: none;
    }

    #copyright ul li {
        display: inline-block;
        margin: 0px 10px;
        font-weight: bold;
    }

    #copyright p,
    #copyright ul {
        margin: 0px;
        padding: 0px;
    }

    #logo {
        background-color: #092e6e;
        height: auto;
    }

    .icon {
        margin-right: 15px;
    }

    .icon-plus {
        margin-right: 20px;
    }

    #icon-plus {
        font-size: 30px;
        color: #e11212;
    }

    .icon-modulo {
        font-size: 40px;
    }

    .icon-modulo2 {
        font-size: 20px
    }

    .navbar-header {
        min-height: 55px;
        margin: 0 auto;
        text-align: center;
        float: initial;
    }

    .navbar-brand {
        float: none;
    }

    .navbar-brand>img {
        display: inherit;
    }

    .navbar-nav>li>a {
        line-height: inherit;
        padding-top: 18px;
    }

    #menu-ver {
        font-size: 14px;
    }

    #menu-ver-right {
        font-size: 16px;
    }

    .sub-header {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    #submenu-hori {
        background-color: white;
        border-bottom: 1px solid black;
        padding: 10px 0px;
    }

    #submenu-hori p {
        margin: 0px;
        padding: 0px;
    }

    #collapse {
        background-color: #bbbbbb;
        position: inherit;
        bottom: 0;
        left: 0;
        width: 25%;
        max-height: 55px;
        height: 55px;
    }

    #noticia {
        margin: 20px 0px;
        /*border: 2px solid #d9d8d9;*/
        padding: 10px;
        border-radius: 15px;
    }

    #modulos {
        margin: 20px 0px;
    }

    .modulo {
        padding: 10px;
        /*border: 2px solid #dedcde;*/
        border-radius: 15px;
    }

    .modulo2 {
        padding: 10px;
        border: 2px solid #dedcde;
        border-radius: 15px;
        margin: 0;
    }

    #icon-collapse {
        padding: 18px;
        float: right;
        ;
    }

    .nav-gray {
        background-color: transparent;
    }

    .navbar-fixed-top {
        border: 0;
    }

    .num-modulo {
        font-size: 16px;
        font-weight: bold;
    }

    /*******************
Elementos Menú horizontal secundario
*********************/
    #menu-ver2 {
        position: fixed;
        border-right: 1px solid black;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        bottom: 0;
        top: 122px;
        width: 14%;
    }

    #elementos-hori {
        list-style: none;
        margin: 0px;
        padding: 0px;
        overflow-x: inherit;
        overflow-y: inherit;
        white-space: nowrap;
    }

    #elementos-hori li {
        display: inline-block;
        text-align: center;
        font-size: 11px;
        margin: 0px 10px;
    }

    .elementos-hori {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .elementos-hori li {
        display: inline-block;
        text-align: center;
        font-size: 12px;
        margin: 0px 10px;
    }

    .active2 {
        color: #428bca;
    }

    .active2 a {
        color: #428bca;
    }

    .active2 a>.icon3:before {
        color: #428bca;
    }

    .btn-primary>.icon3:before {
        color: white;
    }

    .btn-primary>.icon2:before {
        color: white;
    }

    #elementos-hori li a:hover>.icon3:before {
        text-decoration: none;
        color: #428bca;
    }

    #elementos-hori li a:hover {
        text-decoration: none;
        color: #428bca;
    }

    .descripcion-izq h5 {
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        display: flex;
        align-items: flex-start;
    }

    .descripcion-izq .desc-peq {
        font-size: 10px;
    }

    .descripcion-izq .desc-peq p {
        margin: 0px;
    }

    .mat {
        font-weight: 400;
    }

    .main {
        padding-right: 20px;
        padding-left: 20px;
    }

    .sidebar {
        position: fixed;
        top: 105px;
        bottom: 0;
        left: 0;
        z-index: 1040;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
    }

    .titulo-movil {
        border: 0;
        padding: 0;
    }

    .icon3 {
        font-size: 30px;
    }

    #icon-plus2 {
        font-size: 18px;
        color: #e11212;
        vertical-align: middle;
    }
}







/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .navbar-header {
        min-height: 55px;
    }

    #collapse {
        background-color: #bbbbbb;
        position: inherit;
        bottom: 0;
        left: 0;
        width: 16.8%;
        max-height: 55px;
        height: 55px;
    }

    .titulo-movil {
        border: 0;
        padding: 0;
    }

    .btn {
        font-size: 12px;
    }

    .form-control {
        font-size: 12px;
    }

    .form-horizontal .control-label {
        text-align: left;
    }

    #menu-ver3 {
        position: fixed;
        border-right: 1px solid black;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        bottom: 0;
        top: 122px;
        width: 14%;
        margin-left: 14%;
    }

    #elementos-hori {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .icon3 {
        font-size: 30px;
    }

    #icon-plus2 {
        font-size: 18px;
        color: #e11212;
        vertical-align: middle;
    }

    .tamano2 {
        font-size: 15px !important;
    }
}







/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    a {
        color: gray;
    }

    a:hover {
        text-decoration: none;
    }

    .navbar-fixed-top {
        position: fixed;
    }

    .nav-sidebar {
        margin-right: -21px;
        margin-bottom: 20px;
        margin-left: -20px;
    }

    .nav-sidebar>li>a {
        padding-right: 20px;
        padding-left: 35px;
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 2px solid white;
        color: white;
    }

    .nav-sidebar>.active>a,
    .nav-sidebar>.active>a:hover,
    .nav-sidebar>.active>a:focus {
        color: #fff;
        background-color: #428bca;
    }

    .main {
        padding: 80px 16px 180px;
    }

    .main .page-header {
        margin-top: 0;
    }

    .placeholders {
        margin-bottom: 30px;
        text-align: center;
    }

    .placeholders h4 {
        margin-bottom: 0;
    }

    .placeholder {
        margin-bottom: 20px;
    }

    .placeholder img {
        display: inline-block;
        border-radius: 50%;
    }



    footer {
        position: fixed;
        bottom: 0;
        text-align: center;
        display: block;
        width: 100%;
        padding: 15px 0px;
        background-color: #428aca;
        font-size: 12px;
        color: white;
    }

    .titulo-movil {
        border: 0;
        padding: 0;
    }

    .btn {
        font-size: 14px;
    }

    .form-horizontal .control-label {
        text-align: right;
    }

    /*********************
Generales
**********************/
    .espacio {
        padding: 10px 10px;
    }

    .espacio-margin {
        margin: 0px 0px 10px 0px;
    }

    .desc-peq2 {
        font-size: 12px;
    }

    .desc-peq2 p {
        margin: 0px;
    }

    .font-14 {
        font-size: 14px;
    }

    .font-13 {
        font-size: 13px;
    }

    .font-11 {
        font-size: 11px;
    }

    .title2 {
        border-bottom: 1px solid #eee;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .weightb p {
        font-weight: normal;
    }

    .back-gray {
        background-color: #f1f1f1;
        border: 1px solid #a5a5a5;
    }

    .flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .item {
        flex-grow: 1;
        flex-basis: 100px;
    }

    .item2 {
        flex-grow: 2;
        flex-basis: 300px;
    }

    /******************************/
    #copyright ul {
        list-style: none;
    }

    #copyright ul li {
        display: inline-block;
        margin: 0px 10px;
        font-weight: bold;
    }

    #copyright p,
    #copyright ul {
        margin: 0px;
        padding: 0px;
    }

    #logo {
        background-color: #1c365b;
        height: auto;
    }

    .icon {
        margin-right: 15px;
    }

    .icon-plus {
        margin-right: 20px;
    }

    .icon-plus-font {
        font-size: 18px;
    }

    .icon-plus-font span {
        vertical-align: middle;
    }

    .icon2 {
        margin-right: 15px;
        font-size: 25px;
        vertical-align: middle;
    }

    .active>a>.icon2:before {
        color: white;
    }

    .icon3 {
        font-size: 30px;
    }

    .icon5 {
        font-size: 50px;
    }

    .icon6 {
        font-size: 60px;
    }

    #icon-plus {
        font-size: 30px;
        color: #e11212;
    }

    #icon-plus2 {
        font-size: 18px;
        color: #e11212;
        vertical-align: middle;
    }

    .icon-modulo {
        font-size: 40px;
    }

    .icon-modulo2 {
        font-size: 20px
    }

    .icon-yellow {
        color: #FFC107;
    }

    .navbar-header {
        min-height: 55px;
        margin: 0 auto;
        text-align: center;
        float: initial;
    }

    .navbar-brand {
        float: none;
    }

    .navbar-brand>img {
        display: inherit;
    }

    .navbar-nav>li>a {
        line-height: inherit;
        padding-top: 18px;
    }

    #menu-ver {
        font-size: 16px;
    }

    #menu-ver-right {
        font-size: 16px;
    }

    .sub-header {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    #submenu-hori {
        background-color: white;
        border-bottom: 1px solid black;
        padding: 10px 0px;
        max-height: 70px;
        overflow: inherit;
        height: 70px;
    }

    #submenu-hori p {
        margin: 0px;
        padding: 0px;
    }

    #collapse {
        background-color: #bbbbbb;
        position: inherit;
        bottom: 0;
        left: 0;
        width: 16.66666667%;
        max-height: 55px;
        height: 55px;
    }

    #noticia {
        margin: 20px 0px;
        /*border: 2px solid #d9d8d9;*/
        padding: 10px;
        border-radius: 15px;
    }

    #modulos {
        margin: 20px 0px;
    }

    .modulo {
        padding: 10px;
        /*border: 2px solid #dedcde;*/
        border-radius: 15px;
    }

    #icon-collapse {
        padding: 18px;
        float: right;
        ;
    }

    .nav-gray {
        background-color: transparent;
    }

    .navbar-fixed-top {
        border: 0;
    }

    .num-modulo {
        font-size: 15px;
        font-weight: bold;
    }

    /*******************
Elementos Menú horizontal secundario
*********************/
    #menu-ver2 {
        position: fixed;
        border-right: 1px solid black;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        bottom: 0;
        top: 122px;
        width: 14%;
    }

    #menu-ver3 {
        position: fixed;
        border-right: 1px solid black;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        bottom: 0;
        top: 122px;
        width: 14%;
        margin-left: 14%;
    }

    #elementos-hori {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    #elementos-hori li {
        display: inline-block;
        text-align: center;
        font-size: 12px;
        margin: 0px 10px;
    }

    .active2 {
        color: #428bca;
    }

    .active2 a {
        color: #428bca;
    }

    #elementos-hori li a:hover {
        text-decoration: none;
        color: #428bca;
    }

    .descripcion-izq h5 {
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        display: flex;
        align-items: flex-start;
    }

    .descripcion-izq .desc-peq {
        font-size: 11px;
    }

    .descripcion-izq .desc-peq2 {
        font-size: 13px;
    }

    .descripcion-izq .desc-peq p {
        margin: 0px;
    }

    .mat {
        font-weight: 400;
    }

    .desc-peq-1 {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 11px;
    }

    .desc-peq-1 p {
        margin: 0px;
    }

    .desc-peq-2 {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 11px;
    }

    .desc-peq-2 p {
        margin: 0px;
    }

    .fila-final {
        background-color: gray !important;
        color: white;
        font-weight: bold;
    }

    .tamano2 {
        font-size: 18px !important;
    }
}


/* Aqui termina 1200px */

/*@media only screen and (min-width: 1400px) {
    .sidebar {
        top: 180px;
    }
}*/


.calendar {
    margin: 0px 40px;
}

.popover.calendar-event-popover {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: rgb(120, 120, 120);
    border-radius: 2px;
    max-width: 300px;
}

.popover.calendar-event-popover h4 {
    font-size: 14px;
    font-weight: 900;
}

.popover.calendar-event-popover .location,
.popover.calendar-event-popover .datetime {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.popover.calendar-event-popover .location>span,
.popover.calendar-event-popover .datetime>span {
    margin-right: 10px;
}

.popover.calendar-event-popover .space,
.popover.calendar-event-popover .attending {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(160, 160, 160);
    font-weight: 700;
}

.popover.calendar-event-popover .space>.pull-right,
.popover.calendar-event-popover .attending>.pull-right {
    font-weight: 400;
}

.popover.calendar-event-popover .attending {
    margin-top: 5px;
    font-size: 18px;
    padding: 0px 10px 5px;
}

.popover.calendar-event-popover .attending img {
    border-radius: 50%;
    width: 40px;
}

.popover.calendar-event-popover .attending span.attending-overflow {
    display: inline-block;
    width: 40px;
    background-color: rgb(200, 200, 200);
    border-radius: 50%;
    padding: 8px 0px 7px;
    text-align: center;
}

.popover.calendar-event-popover .attending>.pull-right {
    font-size: 28px;
}

.popover.calendar-event-popover a.btn {
    margin-top: 10px;
    width: 100%;
    border-radius: 3px;
}

[data-toggle="calendar"]>.row>.calendar-day {
    font-family: 'Roboto', sans-serif;
    width: 14.28571428571429%;
    border: 1px solid rgb(235, 235, 235);
    border-right-width: 0px;
    border-bottom-width: 0px;
    min-height: 100px;
}

[data-toggle="calendar"]>.row>.calendar-day.calendar-no-current-month {
    color: rgb(200, 200, 200);
}

[data-toggle="calendar"]>.row>.calendar-day:last-child {
    border-right-width: 1px;
}

[data-toggle="calendar"]>.row:last-child>.calendar-day {
    border-bottom-width: 1px;
}

.calendar-day>time {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    padding: 10px 10px 3px 0px;
    text-align: right;
}

.calendar-day>p {
    padding: 10px 10px 3px 0px;
    font-weight: bold;
    font-size: 13px;
}

.calendar-day>.events {
    cursor: pointer;
}

.calendar-day>.events>.event h4 {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}

.calendar-day>.events>.event>.desc,
.calendar-day>.events>.event>.location,
.calendar-day>.events>.event>.datetime,
.calendar-day>.events>.event>.attending {
    display: none;
}

.calendar-day>.events>.event>.progress {
    height: 10px;
}

.circulo-verde {
    background: #428bca;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
}

.panel .share-buttons button {
    margin: 0px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    top: -1px;
    right: -1px;
    height: 32px;
    line-height: 32px;
    padding: 0px 10px;
}

.panel {
    box-shadow: none;
}

.panel-default {
    border-color: #e2e9e6;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.timeline-block .panel-heading.title {
    font-size: 18px;
    padding: 10px;
}

.timeline-block .panel-heading {
    padding: 0;
    background: #428bca;
    color: #fff;
    border-bottom: 0;
}

.panel-body {
    padding: 15px;
}

.panel.share .panel-body textarea.form-control {
    padding: 0px;
}

.panel .share-text {
    box-shadow: none;
    border: none;
    background: #fff;
}

.panel .share-buttons {
    border-top-color: #e2e9e6;
    padding: 0px;
}

.panel .share-buttons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.panel .share-buttons a i {
    color: #7d7d7d;
    font-size: 16px;
    vertical-align: middle;
}

.timeline-block {
    margin-top: 20px;
}

.panel-heading>*:last-child {
    margin-bottom: 0;
}

.panel-heading>*:first-child {
    margin-top: 0;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.timeline-block .panel-heading img {
    border-top-left-radius: 0;
}

.timeline-block .panel-heading .media-body {
    padding: 5px;
}

.timeline-block .panel-heading .media-body a {
    display: block;
    font-weight: bold;
    color: #fff;
}

.timeline-block .panel-heading .media-body a {
    display: block;
    font-weight: bold;
    color: #fff;
}

.media-body>*:last-child {
    margin-bottom: 0;
}

.panel.panel-default ul.comments {
    list-style: none;
    padding: 0;
    border-top: 1px solid #e2e9e6;
    margin-bottom: 0;
}

.panel.panel-default ul.comments li {
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    padding: 5px;
}

.panel.panel-default ul.comments a.comment-author {
    font-weight: 500;
    font-size: 14px;
    color: #26a69a;
    padding-right: 5px;
}

.panel.panel-default ul.comments .comment-date {
    color: #888;
    font-size: 12px;
}

.panel.panel-default ul.comments li:last-of-type {
    border: 0;
}

.panel.panel-default ul.comments li {
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    padding: 5px;
}

.view-all-comments {
    display: block;
    padding: 3px 5px;
    background: #f5f5f5;
    font-weight: 500;
    font-size: 12px;
    color: #c2c2c2;
    overflow: auto;
}

.view-all-comments a {
    color: #424242;
    padding: 0 5px;
}

.d-none {
    display: none;
}



/******************************
Linea del tiempo
*****************************/

.caja-timeline {
    border: 1px solid #a7a7a7;
    overflow-y: scroll;
    height: 100%;
    margin-bottom: 10%;
    max-height: 270px;
}

.timeline2 {
    --uiTimelineMainColor: var(--timelineMainColor, #222);
    --uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);

    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.timeline__content2 {
    font-size: 12px;
}

.timeline2:before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: var(--uiTimelineMainColor);

    position: absolute;
    top: 0;
}

.timeline__group2 {
    position: relative;
}

.timeline__group2:not(:first-of-type) {
    margin-top: 4rem;
}

.timeline__year2 {
    padding: .5rem 1.5rem;
    color: var(--uiTimelineSecondaryColor);
    background-color: var(--uiTimelineMainColor);
    color: #ffea00;

    position: absolute;
    left: 0;
    top: 0;
}

.timeline__box2 {
    position: relative;
}

.timeline__box2:not(:last-of-type) {
    margin-bottom: 30px;
}

.timeline__box2:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--uiTimelineMainColor);

    position: absolute;
    left: 0;
    z-index: -1;
}

.timeline__date2 {
    min-width: 65px;
    position: absolute;
    left: 0;

    box-sizing: border-box;
    padding: .5rem 1.5rem;
    text-align: center;

    background-color: var(--uiTimelineMainColor);
    color: var(--uiTimelineSecondaryColor);
}

.timeline__day2 {
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
}

.timeline__month2 {
    display: block;
    font-size: .8em;
    text-transform: uppercase;
}

.timeline__post2 {
    padding: 1rem 2rem;
    border-radius: 2px;
    border-left: 3px solid var(--uiTimelineMainColor);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
    background-color: var(--uiTimelineSecondaryColor);
}

@media screen and (min-width: 641px) {

    .timeline2:before {
        left: 30px;
    }

    /*.timeline__group2 {
        padding-top: 55px;
    }*/

    .timeline__box2 {
        padding-left: 80px;
    }

    .timeline__box2:before {
        top: 50%;
        transform: translateY(-50%);
    }

    .timeline__date2 {
        top: 50%;
        margin-top: -27px;
    }
}

@media screen and (max-width: 640px) {

    .timeline2:before {
        left: 0;
    }

    .timeline__group2 {
        padding-top: 40px;
    }

    .timeline__box2 {
        padding-left: 20px;
        padding-top: 70px;
    }

    .timeline__box2:before {
        top: 90px;
    }

    .timeline__date2 {
        top: 0;
    }
}

.timeline2 {
    --timelineMainColor: #3379b7;
    font-size: 13px;
}

.page2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.page__demo2 {
    flex-grow: 1;
}

.main-container2 {
    max-width: 960px;
    padding-left: 2rem;
    padding-right: 2rem;

    margin-left: auto;
    margin-right: auto;
}

.page__container2 {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 800px;
}

@media screen and (max-width: 360px) {

    .melnik909 {
        display: none;
    }
}

.total {
    background: #949494 !important;
    color: white;
    font-weight: bold;
    font-size: 15px;
}

.table-con td:nth-child(2),
.table-con td:nth-child(3),
.table-con td:nth-child(4),
.table-con td:nth-child(5),
.table-con td:nth-child(6),
.table-con td:nth-child(7),
.table-con td:nth-child(8),
.table-con td:nth-child(9),
.table-con td:nth-child(10) {
    text-align: center;
}

.table-con th:nth-child(2),
.table-con th:nth-child(3),
.table-con th:nth-child(4),
.table-con th:nth-child(5),
.table-con th:nth-child(6),
.table-con th:nth-child(7),
.table-con th:nth-child(8),
.table-con th:nth-child(9),
.table-con th:nth-child(10) {
    text-align: center;
}

.caja-gris {
    background: #efefef;
    padding: 10px 0px;
}

.caja-gris p {
    font-size: 12px;
}

/*************************
TAMAÑOS
**************************/
.tamano1 {
    font-size: 15px;
}

.tamano2 {
    font-size: 18px;
}

.tamano3 {
    font-size: 20px;
}

.tamano4 {
    font-size: 22px;
}



/****************************/


/**********************
COLORES
***********************/

.verde {
    color: #619053;
}

.yellow {
    color: #FDB741;
}

.rojo {
    color: red;
}

.azul {
    color: #428bca;
}

.blanco {
    color: white;
}

.activo-azul {
    background: #c1e2ff;
}

/********************/

.numero {
    font-weight: normal;
    background-color: gray;
    color: white;
    font-size: 12px;
    padding: 0px 8px;
    margin-left: 10px;
}

/***********
ESTADOS
******************/

.estados-ama {
    background-color: #FDAF2A;
    padding: 0px 10px;
    margin-left: 10px;
    border-radius: 25px;
    color: white;
    font-size: 13px;
}

.estados-ver {
    background-color: #5cb85c;
    padding: 0px 10px;
    margin-left: 10px;
    border-radius: 25px;
    color: white;
    font-size: 13px;
}

.estados-rec {
    background-color: #232323;
    padding: 0px 10px;
    margin-left: 10px;
    border-radius: 25px;
    color: white;
    font-size: 13px;
}

.estados-can {
    background-color: #d83030;
    padding: 0px 10px;
    margin-left: 10px;
    border-radius: 25px;
    color: white;
    font-size: 13px;
}

/******************/


/****************
ESPACIOS
*******************/

.espacio10 {
    margin: 5px 0px;
}

.espacio-bot-100 {
    margin-bottom: 100px;
}

.espacio {
    padding: 10px 10px;
}

.espacio-margin {
    margin: 0px 0px 10px 0px;
}

.esp-top-10 {
    margin-top: 10px;
}

.esp-top-30 {
    margin-top: 30px;
}

.esp-top-50 {
    margin-top: 50px;
}

/******************/

.small2 {
    font-size: 12px;
    color: gray;
}

/*******************
ICONOS
*************/

.icon-circulo {
    text-align: center;
    display: inline-table;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid gray;
    /*width: 20px;*/
    /*line-height: 50%;*/
    font-size: 11px;
    padding: 3px;
    /*height: 20px;*/
    cursor: hand;
    cursor: pointer;
}

/*******************/

/***********************
LOGIN
*********************/
.card-container2.card2 {
    max-width: 350px;
    padding: 40px 40px;
}


/*
 * Card component
 */
.card2 {
    background-color: #0664a199;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    color: white;
}

.profile-img-card2 {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
}

/*
 * Form styles
 */
.profile-name-card2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email2 {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin2 #inputEmail2,
.form-signin2 #inputPassword2 {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin2 input[type=email],
.form-signin2 input[type=password],
.form-signin2 input[type=text],
.form-signin2 button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin2 .form-control2:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin2 {
    /*background-color: #4d90fe; */
    /*background-color: rgb(104, 145, 162);*/
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}


.forgot-password2 {
    color: rgb(104, 145, 162);
}

.forgot-password2:hover,
.forgot-password2:active,
.forgot-password2:focus {
    color: rgb(12, 97, 33);
}

/***********************************/

.no-acceso {
    width: 30%;
    border: 1px solid #092e6e;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
}

.navbar-toggle .icon-bar {
    background: white;
}

.btn-bs-file {
    position: relative;
}

.btn-bs-file input[type="file"] {
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 0;
    height: 0;
    outline: none;
    cursor: inherit;
}

div#menu-ver {
    background: #1D365C;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #428bca;
}

.rounded-circle {
    border-radius: 50% !important;
}

#nameleft {
    color: white;
}

#nameleft:focus {
    color: #1b365b;
}

footer#footer:before {
    background-image: url(../images/franja.png);
    background-size: auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 78px;
    content: "";
    position: absolute;
    z-index: 100000;
    top: -78px;
    left: 0;
}

.azul {
    color: #428bca;
}

.azulfuerte {
    color: #1D365C;
}

/*
* Progreso
*/

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    text-align: center;
}

#progressbar .active {
    color: #428aca;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f155"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f0c0"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #428aca;
}

.progress {
    height: 20px;
}

.progress-bar {
    background-color: #1c365c;
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.caja-materias {
    border: 2px solid #c9c9c9;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 4px 4px 17px 0px rgba(0, 0, 0, 0.24);
}


.term{
    
    padding-right: 10px;
    width: 80%;height: 80vh;color:rgb(201, 201, 201);overflow-y: auto;
    scrollbar-width: thin;
  scrollbar-color: rgba(247, 251, 255, 0.952) rgba(211, 225, 243, 0.164);
}

.term strong{
    color: white;
}

/* Works on Chrome, Edge, and Safari */
.term::-webkit-scrollbar {
    width: 12px;
  }
  
  .term::-webkit-scrollbar-track {
    /*background: rgb(21, 117, 243);*/
    background: transparent;
  }
  
  .term::-webkit-scrollbar-thumb {
    background-color: rgb(50, 149, 236);
    border-radius: 20px;
    border: transparent;
  }

  .regresar{
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    width: 5vh;
    height: 5vh;
  }
