/*opacidad*/
.book-summary #actividad #course-units ul.level-1 > li.opacity, 
.book-summary #actividad #course-units ul.level-2 > li.opacity {
opacity: 1;
}

/*color fondo*/
.book-summary #actividad .left-column, .book-summary #actividad .right-column {
background-color: rgb(222, 235, 236);
}

.book-summary #actividad #transp0 {
background-color: rgb(222, 235, 236);
}

.body_clase #swipeview-slider>div>.item {
    background-color: #35467a;
}

.book-content .navbar-bottom .slider-indicators {
    background-color: #354579;
}

.book-content .navbar-bottom {
background-color: #354579;
}

.body_clase #book-index #indice .col-main {
background-color: #354579;
}

.body_clase #book-index #indice .units ul li:not(.disabled) a:hover, 
.body_clase #book-index #indice .units ul li.active a {
background-color: #354579 !important;
}

.book-content .btn-primary {
border: 2px solid #354579;
}

.texto_curso li {
    line-height: 1.43em!important;
    padding-left: 10px;
}

.body_clase #actividad .ordenar ul li {
    font-weight: inherit;
}

.body_clase:not(.edit) #book-index #indice .col-main {
    background: #354579;
}

.body_clase:not(.edit) #book-index #indice .units ul li:not(.disabled) a:hover, .body_clase:not(.edit) #book-index #indice .units ul li.active a {
    background: #354579 !important;
}

/*CUSTOM*/
.left-column{
    background-image: url("/useruploads/ctx/a/378643794/r/s/132633378/avanti-logo-800.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (min-width: 1024px){
.left-column{
    background-image: url("/useruploads/ctx/a/385604874/r/s/132893662/Index_fullscreen.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 50px;
    background-size: 70vh;
}
}


#course-title {
visibility:hidden;
}

#course-contents > h2, #course-resources > h2 {
   color:  #1f175d !important;
}

#unit-52978634, #unit-55988718,#unit-55988722,#unit-55988726{
background-color:#49B6A2 !important;
}

#unit-56308302,#unit-56308306,#unit-56308310,#unit-56308298{
background-color:#5BA0D7!important;
}

#unit-58260942,#unit-56523614,#unit-58793750,#unit-58793806{
background-color:#F7941D!important;
}

#unit-47773882, #unit-59472138,  #unit-59472142, #unit-59474186,#unit-60197454{
background-color:#6D68AF !important;
}

#unit-59474190, #unit-59474194, #unit-59474198, #unit-59542798{
background-color:#F48476 !important;
}

#unit-62597886, #unit-65176982{
background-color:#6985C3 !important;
}

/*****logo******/
.content_type_clase_ocean .libro-left ul li .title:before {
	content: "";
    background-size: contain;
    top: 5px;
    background-image: url(useruploads/r/a/405213830/activity_other_imported/logo_Lingopont01_879517.png) !important;
    position: fixed;
    width: 110px;
    height: 31px;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -40px;
    opacity: 1;
}

.vjs-control-bar {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.video-js.hide-controls .vjs-control-bar {
  opacity: 0;
  pointer-events: none;
}