@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
*{
    transition: all ease 0.05s;
}
.menu_bkg{
    height: 100vh;
    background-image: url(../../assets/img/portada/back_injuve.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}
#cargando{
    width: 100%;
    height: 100vh;
    background: rgb(255 255 255 / 99%);
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.input-group-append {
    background: #fbc62e;
}
body.login{
    background-image: url(../../../assets/img/fondo_injuve.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute!important;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}
.titleLogin{
    max-width: 200px;
}
#form_reg .input-group-text,
#form_login .input-group-text {
    background-color: rgb(234 234 234 / 0%)!important;
    border: 0px solid #ced4da!important;
}
#form_reg .form-control, 
#form_login .form-control{
    background-color: #fff!important;
    border: 0px solid #ced4da!important;
    border-radius: 0.25rem!important;
}
#form_reg,#forn_login{
    overflow-y: auto;
}
#book-session{
    background-image: url(../../../assets/img/libreta_injuve.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 850px;
    background-position: top;
    padding: 50px 0;
    overflow: hidden;
    /*Ajuste a escala*/
    transform: scale(0.9);
    transform-origin: top;
}
.initSession{
    padding: 17% 6% 0% 0%;
}
form button[type='submit']{
    color: #865021;
    background-color: #fbc62e;
    border-color: #e8a722;
}
#login button[type='submit']:hover, 
#login button[type='submit']:active, 
#login button[type='submit']:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fbc62e;
    background-color: #865021;
    border-color: #fbc62e;
}
.modal.show .modal-dialog {
    box-shadow: 7px 7px 30px rgb(0 0 0 / 50%);
}
.modal-body {
    overflow: auto;
    max-height: 86vh;
}
html.do_scroll {
    overflow-y: auto
}

b,
strong {
    font-weight: 600
}

body {
    font-family: Poppins, sans-serif;
    background: #fafafa;
    font-size: 14px
}

p,
li {
    font-family: Poppins, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    text-align: justify
}

.hidden_content {
    display: none
}

.margin-auto {
    margin: 0 auto;
}
.margin-bottom{
    margin-bottom: 1em;
}
.margin-top{
    margin-top: 1.5em;
}
.markText{
    color: #4472C4;
}
.max-img{
    max-width: 640px;
}
.btn-img>img {
    max-width: 200px;
    filter: opacity(1);
    opacity: 1;
    cursor: pointer;
}

.btn-img>img:hover {
    filter: opacity(1) !important;
    opacity: 1 !important;
}

.inactive {
    filter: opacity(0.7) !important;
    opacity: 0.7 !important;
    transform: scale(0.95);
    zoom: 95%;
}

.b-right {
    border-right: solid 1px #777;
}

.text-center {
    text-align: center !important;
    margin: 0 auto;
}

.img-menu>img {
    max-width: 20%;
    ;
}

.img-content {
    width: 80%;
    max-width: 600px;
}
.flex-menu > div > img{
    max-width: 180px;
}
.content-detail-menu > div > img{
    width: 80%;
    max-width: 700px;
}
.ptr {
    cursor: pointer;
    /*filter: drop-shadow(3px 7px 12px rgba(0,0,0,0.7));*/
}

/*Menú derechos sexuales*/
.wrapper-menu {
    position: relative;
    transform: scale(0.9);
    transform-origin: top;
    margin-top: 22px;
}

.menu-derechos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.menu-derechos>.item {
    background: transparent;
    width: 16%;
    height: 15%;
    position: absolute;
    cursor: pointer;
}

.menu-derechos>.item::before {
    content: '';
    width: 12px;
    height: 12px;
    background: red;
}

.menu-derechos>.item:nth-child(1) {
    top: 10%;
    left: 14%;
}

.menu-derechos>.item:nth-child(2) {
    top: 10%;
    left: 33%;
}

.menu-derechos>.item:nth-child(3) {
    top: 10%;
    left: 51%;
}

.menu-derechos>.item:nth-child(4) {
    top: 10%;
    left: 70%;
}

.menu-derechos>.item:nth-child(5) {
    top: 34%;
    left: 14%;
}

.menu-derechos>.item:nth-child(6) {
    top: 34%;
    left: 33%;
}

.menu-derechos>.item:nth-child(7) {
    top: 34%;
    left: 52%;
}

.menu-derechos>.item:nth-child(8) {
    top: 34%;
    left: 70%;
}

.menu-derechos>.item:nth-child(9) {
    top: 58%;
    left: 14%;
}

.menu-derechos>.item:nth-child(10) {
    top: 58%;
    left: 33%;
}

.menu-derechos>.item:nth-child(11) {
    top: 58%;
    left: 52%;
}

.menu-derechos>.item:nth-child(12) {
    top: 58%;
    left: 71%;
}

.menu-derechos>.item:nth-child(13) {
    top: 83%;
    left: 33%;
}

.menu-derechos>.item:nth-child(14) {
    top: 83%;
    left: 52%;
}

/*Menu alterno Opción 2*/
.menu-derechos-alt {
    display: inline;
}

.menu-derechos-alt>img {
    max-width: 160px;
    cursor: pointer;
}

/*Menú de Menstruacion y eyaculación*/
.menu-horizontal {
    width: 100%;
}

.menu-horizontal>img {
    max-height: 90px;
    cursor: pointer;
}

.text-blue {
    color: #007bff;
}

.max-video {
    max-width: 600px;
    margin: 0 auto;
}

.float-btn-right {
    position: absolute;
    right: 0;
    max-width: 150px;
    top: 40%;
}

.float-btn-left {
    position: absolute;
    left: 0;
    max-width: 150px;
    top: 40%;
}

.float-btn-center {
    max-width: 150px !important;
    margin: 0 auto;
}

/*Menu-videos*/
.menu-videos {
    width: 100%;
}

/*Menu-show*/
.content-show {
    position: absolute;
    width: 100%;
    height: 100%;
}

.content-show>.item {
    position: absolute;
    width: 46%;
    height: 10%;
    text-align: left;
    font-size: 1.3vh;
    padding: 7px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.content-show>.item:nth-child(1) {
    left: 6%;
    top: 9%;
}

.content-show>.item:nth-child(2) {
    left: 6%;
    top: 22%;
}

.content-show>.item:nth-child(3) {
    left: 6%;
    top: 35%;
}

.content-show>.item:nth-child(4) {
    left: 6%;
    top: 48%;
}

.content-show>.item:nth-child(5) {
    left: 6%;
    top: 61%;
}

.content-show>.item:nth-child(6) {
    left: 6%;
    top: 74%;
}

.content-show>.item:nth-child(7) {
    left: 6%;
    top: 87%;
}

.content-show>.item:nth-child(8) {
    right: 2%;
    top: 9%;
}

.content-show>.item:nth-child(9) {
    right: 2%;
    top: 22%;
}

.content-show>.item:nth-child(10) {
    right: 2%;
    top: 35%;
}

.content-show>.item:nth-child(11) {
    right: 2%;
    top: 48%;
}

.content-show>.item:nth-child(12) {
    right: 2%;
    top: 61%;
}

.content-show>.item:nth-child(13) {
    right: 2%;
    top: 75%;
}

.content-show>.item:nth-child(14) {
    right: 2%;
    top: 89%;
}

/*mitos-alt*/
.item {
    cursor: pointer;
}

.mitos-alt>.item:nth-child(1) {
    left: 2%;
    top: 10%;
}

.mitos-alt>.item:nth-child(2) {
    left: 2%;
    top: 26%;
}

.mitos-alt>.item:nth-child(3) {
    left: 2%;
    top: 43%;
}

.mitos-alt>.item:nth-child(4) {
    left: 2%;
    top: 56%;
}

.mitos-alt>.item:nth-child(5) {
    left: 2%;
    top: 69%;
}

.mitos-alt>.item:nth-child(6) {
    left: 2%;
    top: 82%;
}

.mitos-alt>.item:nth-child(7) {
    right: 2% !important;
    left: auto;
    top: 10%;
}

.mitos-alt>.item:nth-child(8) {
    right: 2% !important;
    top: 28%;
}

.mitos-alt>.item:nth-child(9) {
    right: 2% !important;
    top: 43%;
}

.mitos-alt>.item:nth-child(10) {
    right: 2% !important;
    top: 56%;
}

.mitos-alt>.item:nth-child(11) {
    right: 2% !important;
    top: 69%;
}

.mitos-alt>.item:nth-child(12) {
    right: 2% !important;
    top: 81%;
}

.row {
    position: relative;
}

a,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
    transition: all .3s
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1)
}

.navbar-btn {
    box-shadow: none;
    outline: 0 !important;
    border: none
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0
}

.has_index {
    width: 970px;
    height: 970px;
    background-image: url(../../assets/img/portada/libreta_injuve.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative
}

.unit_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

#bu1 {
    left: 7%;
    top: 34%;
    width: 37%;
    height: 5%;
}

#bu2 {
    left: 7%;
    top: 40%;
    width: 37%;
    height: 5%;
}

#bu3 {
    left: 7%;
    top: 47%;
    width: 37%;
    height: 5%;
}

#bu4 {
    left: 7%;
    top: 53%;
    width: 37%;
    height: 5%;
}

#bu5 {
    left: 58%;
    top: 27%;
    width: 37%;
    height: 5%;
}
#bu6 {
    left: 58%;
    top: 33%;
    width: 37%;
    height: 5%;
}
#bu7 {
    left: 58%;
    top: 40%;
    width: 37%;
    height: 5%;
}
#bu8 {
    left: 67%;
    top: 49%;
    width: 14%;
    height: 5%;
}
#bu8.disabled{
    background-color: rgba(255,255,255,0.6);
    cursor: wait;
}

.noclick {
    cursor: not-allowed
}

.has_blur {
    filter: blur(8px);
    -webkit-filter: blur(8px)
}

.to_sort {
    margin-bottom: 30px
}

.to_mix {
    margin-bottom: 30px
}

.to_mix .card-body {
    text-align: center
}

.carousel-indicators {
    top: 0 !important
}

.carousel-indicators.down {
    top: initial !important
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch
}

.has_alles {
    position: relative;
    height: 100%
}

.relpos {
    position: sticky
}
.abspos {
    position: absolute;
}

#sidebar {
    height: 100%;
    padding-left: 10px;
    color: #fff;
    transition: all .3s;
    background-color: #3559e5
}

#sidebar.active {
    margin-left: -250px
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc
}

#sidebar ul.components {
    padding: 20px 0
}

#sidebar ul p {
    color: #fff;
    padding: 10px
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    position: relative;
    font-size: 17px
}

#sidebar ul li {
    position: relative;
    white-space: nowrap
}

#sidebar ul li.active,
#sidebar ul li:hover {
    -webkit-box-shadow: 10px 1px 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 10px 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 10px 1px 5px 0 rgba(0, 0, 0, .2)
}

#sidebar ul li.active:after,
#sidebar ul li:hover:after {
    content: "\25BA";
    display: block;
    color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -12px;
    bottom: 22px;
    font-size: 20px
}

#sidebar ul li a:hover {
    color: #3559e5;
    background: #fff;
    font-weight: 700
}

#sidebar ul li.active>a {
    color: #3559e5;
    background: #fff;
    font-weight: 700
}

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: .9em !important;
    padding-left: 30px !important;
    background: #6d7fcc
}

ul.CTAs {
    padding: 20px
}

ul.CTAs a {
    text-align: center;
    font-size: .9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px
}

a.download {
    background: #fff;
    color: #7386d5
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important
}

.main_contenedor {
    margin: 0 auto;
    transition: all .3s;
    position: relative
}
.justify-content{
    justify-content: center;
}
.foot_nav {
    margin: 0 auto;
    height: 50px;
    margin-bottom: 0;
    background: #efefef;
    position: fixed;
}
.foot_nav.portada{
    background: rgba(255,255,255,0);
}
.has_logout{
    opacity: 0.5;
    width: 71px;
    padding: 5px 10px;
    font-size: 25px
}
.has_logout:hover{
    opacity: 1;
}

.foot_btns {
    z-index: 10;
    position: relative;
    bottom: 9px;
}

.foot_btns .has_next,
.foot_btns .has_prev {
    width: 55px;
    border-radius: 25px;
    padding: 7px 14px;
    z-index: 7;
    position: relative;
}

.foot_btns .has_prev {
    margin-right: -12px
}

.foot_btns .has_next {
    margin-left: -12px
}

.foot_btns .has_home {
    border-radius: 49px;
    width: 100px;
    padding: 13px 19px;
    font-size: 24px;
    z-index: 0;
}

.mainbanner {
    width: 100%
}

.col-centered {
    float: none;
    margin: 0 auto
}

.has_separator {
    margin: 15px 0;
    width: 100%;
    height: 20px
}

#has_upmenu {
    font-size: 18px;
    box-shadow: none
}
#has_upmenu ul {
    padding-bottom: 10px;
}
#has_upmenu ul {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    border-bottom: solid 0px #4472C4;
}

.upmenu li.nav-item.active,
.upmenu li.nav-item:hover {
    font-weight: 700
}

#has_upmenu.navbar-light .navbar-nav .nav-link:hover,
.upmenu .nav-link.active {
    color: #FFF!important;
    background: #4472C4!important;
    font-weight: 700;
    /* -webkit-border-top-left-radius: 13px; */
    /* -webkit-border-top-right-radius: 13px; */
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    /* border-top-left-radius: 13px; */
    /* border-top-right-radius: 13px; */
}

#has_upmenu li.nav-item:hover a {
    border: 0
}

#has_upmenu li.nav-item {
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 700;
}

.banner_intro {
    max-height: 400px
}

.has_contenido_curso {
    height: 610px;
    overflow-y: auto
}

.has_contenido_unidad {
    padding-bottom: 70px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}
body::-webkit-scrollbar {
    width: 7px
}
.texto-intro {
    font-size: 14px
}

#temario ul {
    font-size: 12px;
    font-weight: 700
}

.unit_btn {
    position: absolute;
    left: 0;
    bottom: 0;
}

.container.principal {
    position: relative
}

#myTabMD li {
    max-width: 20%
}

#myTabMD li {
    font-size: 18px
}

#myTabMD li:first-child {
    font-size: 11px;
    line-height: 11px
}

.r_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.r_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #aaa;
    border-radius: 50%
}

.r_container:hover input~.checkmark {
    background-color: #2196f3
}

.r_container input:checked~.checkmark {
    background-color: #2196f3
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.r_container input:checked~.checkmark:after {
    display: block
}

.r_container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

#menu_movil {
    display: none
}

.draggable {
    z-index: 9
}

.start_elems {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}

.vertical_align {
    display: flex;
    align-items: center
}

.overaut {
    overflow-x: auto;
    overflow-y: hidden
}

.carousel-control-next {
    right: -50px
}

.carousel-control-next.xtra {
    right: -45px
}

.carousel-control-next.xtra.homolox,
.carousel-control-prev.xtra.homolox {
    top: initial;
    bottom: initial;
    top: 256px;
    width: 40px
}

#medic_base {
    width: 246px;
    height: 488px
}

#medic_bocina {
    position: absolute;
    top: 7px;
    left: -50px;
    width: 200px
}

.left_btns {
    opacity: 1
}

.left_btns.inactive {
    opacity: .5
}

.btn.inactive {
    opacity: .5
}

.btn_next {
    position: absolute;
    right: -20px;
    font-size: 60px;
    bottom: 40%;
    z-index: 99
}

#kp_17 .btn_next,
#kp_17 .btn_prev {
    bottom: initial;
    top: 115px
}

.btn_next.mam,
.btn_prev.mam {
    bottom: initial;
    top: 245px
}

.btn_prev.mam,
.cec_cnt_2 .btn_next.mam {
    bottom: initial;
    top: 245px
}

.btn_next.mam.gch,
.btn_prev.mam.gch {
    top: 345px
}

.btn_next.mam i,
.btn_prev.mam i {
    color: #ea5098 !important
}

.btn_next.kgd,
.btn_prev.kgd {
    bottom: initial;
    top: 140px
}

.btn_next.blt,
.btn_prev.blt {
    bottom: initial;
    top: 400px
}

.btn_next.rupf,
.btn_prev.rupf {
    bottom: initial;
    top: 285px
}

.z1 {
    z-index: 1
}

.btn_prev {
    position: absolute;
    left: -17px;
    font-size: 60px;
    bottom: 40%;
    z-index: 99
}

.has_multis {
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1;
    padding: 0 10px
}

.ub {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 149px;
    z-index: 3
}

#link_eval {
    width: 91px;
    height: 92px;
    left: 180px;
    bottom: 225px;
    z-index: 5
}

#in_guia {
    width: 91px;
    height: 92px;
    left: 67px;
    bottom: 225px;
    z-index: 5
}

.btn_next.cm3,
.btn_prev.cm3 {
    top: 250px
}

.btn_next.gux,
.btn_prev.gux {
    top: 250px
}

.btn_next.sanc,
.btn_prev.sanc {
    top: 250px
}

.btn_next.fecal,
.btn_prev.fecal {
    top: 250px
}

.carousel-control-next.ash {
    bottom: initial;
    top: 150px
}

.carousel-control-next.xtra.homolox.moco,
.carousel-control-prev.xtra.homolox.moco {
    top: 150px;
    bottom: initial
}

.carousel-control-prev.xtra.homolox.moco {
    left: -65px
}

#carrusel_fecal .carousel-indicators {
    top: -8px !important
}

#carrusel_epn .carousel-indicators.down {
    bottom: -14px !important
}

#carrusel_mrs .carousel-indicators {
    top: -8px
}

.carousel-item>img {
    max-height: 190px;
    width: auto !important;
    margin: 0 auto;
    display: block;
}

.carousel-indicators.u4.down {
    top: initial;
    bottom: -12px
}

.cec_btn.inactive,
.cex_btn.inactive,
.fact_btn.inactive {
    opacity: .45
}

#fuentes .list-group-item {
    color: #e375df
}

.custom-controls-stacked {
    font-family: Poppins, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    text-align: justify
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background: 0 0
}

#nambers {
    position: absolute;
    right: 24%;
    bottom: 8px;
    padding: 4px;
}

.navbar-light .navbar-nav .nav-link {
    white-space: initial;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 110px;
    /* box-shadow: 4px 12px 6px rgb(0 0 0 / 20%); */
    background: #eaeaea;
    margin: 2px 7px;
    line-height: 14px;
    border-radius: 9px;
}

.mitos {
    min-width: 85px;
}

.carousel-indicators li {
    width: 25px;
    height: 25px;
    background-color: #3644ee;
}

.has_notebook{
    width: 796px;
    height: 766px;
}
.j1_elem{
    width: 100px;
    height: 100px;
}
.dropable{
    position: absolute;
    width: 398px;
    height: 515px;
    /*background: rgba(0,255,0,0.5);*/
}
.dropable_1{
    top: 150px;
    left: 0px;
}
.dropable_2{
    top: 150px;
    left: 415px;
    width: 375px;
}
.gif_hm{
    position: absolute;
    width: 50%!important;
    top: 20%;
}
.surp_txt{
    font-size: 1.9vh!important;
    padding: 4px 36px 1px!important;
    line-height: 1em!important;
}
.radio_icon{
    width: 50px;
}
.ovula_diag{
    width: 1136px;
    height: 425px;
    top: -10px;
    left: 15px;
}
table.has_quiz{
    font-weight: initial;
}
.has_activity{
    min-height: 800px;
}
.logoutbtn{
    font-size: 25px;
    display: block;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -3px;
    right: 7px;
}
@media (max-width:992px) {
    .menu-derechos {
        top: 13px;
    }
}

@media (min-width:1200px) {
    .tomov {
        max-width: 100%
    }
}

@media (max-width:1199px) and (min-width:769px) {
    .tomov {
        max-width: 100%;
        margin-left: 5%
    }
}

@media (max-width:768px) {
    .menu-derechos {
        top: 27px;
    }

    .carousel-control-next.xtra.homolox,
    .carousel-control-prev.xtra.homolox {
        top: 56px
    }

    #has_numerales .col {
        flex-basis: inherit !important;
        text-align: center;
        margin-bottom: 10px
    }

    .carousel-control-next.xtra {
        right: -8px
    }

    #carrusel_mam .carousel-control-next.xtra,
    #carrusel_manch .carousel-control-next.xtra {
        right: -45px
    }

    .has_multis {
        max-height: none
    }

    #nambers {
        right: 15%
    }

    .has_contenido_unidad {
        margin-top: 100px
    }

    #menu_movil {
        display: inherit
    }

    #menu_movil li.nav-item {
        text-align: center
    }

    #has_upmenu {
        display: none
    }

    #banner_unidad {
        display: none
    }

    #myTabMD li {
        display: contents
    }

    #fuentes li {
        text-overflow: ellipsis;
        overflow-x: hidden
    }

    .onlyrpv {
        display: inherit
    }

    .row.has_units {
        position: inherit;
        padding-top: 50vh
    }

    .container.index,
    .container.principal {
        width: 100%;
        height: 100vh
    }

    .to_contains {
        height: 92vh;
        margin: 0
    }

    .foot_nav {
        position: fixed;
        bottom: 0
    }

    #has_upmenu {
        font-size: 1em;
        flex-wrap: nowrap;
        text-align: center
    }

    .has_index {
        min-height: 90vh
    }

    .has_contenido_curso {
        height: auto
    }

    .navbar {
        display: inherit
    }

    #sidebar {
        margin-left: -250px
    }

    #sidebar.active {
        margin-left: 0
    }

    #sidebarCollapse span {
        display: none
    }

    .navbar-light .navbar-nav .nav-link {
        max-width: 100%!important;
        box-shadow: none;
    }
}

@media (min-width:768px) {
    /*.has_index {
        transform: scale(.8);
        transform-origin: 50% 0;
        -webkit-transform: scale(.8);
        -webkit-transform-origin: 50% 0
    }*/
}