.navbar-brand{
    font-size: 1rem;
    font-family: sans-serif;
    color: #707070 !important;
}
.navbar-brand img{
    margin-right: 7px;
}

.bg-teal{
    background-color: #39CCCC;
}
.bg-olive{
    background-color: olive;
}
.bg-purple{
    background-color: #605ca8;
}
.bg-maroon{
    background-color: #D81B60;
}

.btn-purple{
    color: white;
    background-color: #605ca8;
}
.btn-purple:active, .btn-purple:hover{
    color: white;
    background-color: #555299;
}

.fullscreen{
    overflow: hidden;
}
.fullscreen #visor-container{}
.fullscreen #visor-container .visor{
}
.fullscreen #visor-container .visor .visor-ppal{
    position: fixed;
    top: 50px;
    left: 0;
    width: 100% !important;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 66px;
    padding-left: 0;
    padding-right: 0;
    min-height: auto !important;
    text-align: center;
    background-color: #0c0c0c;
    z-index: 9;
}
.fullscreen #visor-container .visor .visor-thumbs{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    min-height: auto !important;
    text-align: center;
    background-color: white !important;
    z-index: 9;
    margin: 0 !important;
    height: 66px;
}
.fullscreen #visor-container .visor .visor-ppal #visor-img-ppal{
    min-width: auto !important;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: inline-block;
}
.fullscreen #visor-container .card-footer{
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.fullscreen #visor-container .visor .overlay{
    padding-left: 10px;
    padding-right: 10px;
}

@media all and (max-width: 576px){
    .fullscreen #visor-container .visor .visor-ppal{
        padding-top: 115px;
    }
}


/*
    Clases para las tablas stack
*/
.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}

@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;

   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}

.invertedImage{
    filter: invert(1) !important;
}

#visor-ppal{
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    height: 100vh;
}

#visor-img-ppal{
    padding:30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    object-fit: contain;
}

.overlay{
    font-size: 14px;
    font-weight: bold;
    position: relative;
    color: white;
    display: block;
    z-index: 10;
}

.btn-box{
    display: block;
    padding: 1rem;
}
.btn-box i{
    margin: 8px 0 0 0px;
    font-size: 1.5rem;
}
.btn-box a span{
    padding-left:40px;
    padding-right:5px;
    width:100%;
    display:block !important;
    text-align:left;
}
.btn-box a small{
    padding-left:40px;
    display:block !important;
    text-align:left;
}
.series-link:hover{
    text-decoration: none;
    color: #3c3c3c;
}
.series-link{
    display: block;
    margin-bottom: 1rem;
    color: black;
}
.series-link.active:hover img,
.series-link.active img{
    border: 2px solid red;
}
.series-link:hover img{
    border: 2px solid #3c3c3c;
}
.series-link img{
    border: 2px solid transparent;
    display: block;
    width: 100%;
}
.series-link span{
    display: block;
}
.series-link small{
    display: block;
}

.visor{}
.visor .visor-ppal{
    padding: 2rem;
    background-color: black;
    text-align: center;
}
.visor .visor-ppal #visor-img-ppal{
    display: block;
    min-width: 100%;
}
.visor .visor-thumbs{
    text-align: justify;
    margin: 0 -0.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    height: 60%;
}
.visor .visor-thumbs .visor-img{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    margin: 0.5rem;
}

.visor .visor-thumbs .visor-img{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid transparent;
    margin: 0.5rem;
}

.visor .visor-thumbs .visor-img.active{
    border: 1px solid #c13121;
}

.visor .visor-thumbs .visor-img img{
    width: 100%;
    height: 100%;
}