/*=========================================*/
.bgBody {
  background-color: #000;
  background: url("../images/willian-justen-de-vasconcellos-595793-unsplash2.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.bground {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  background: url("../images/imleedh-ali-677414-unsplash.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.container-center {
  /*background: url('file:///android_asset/pics/alan-godfrey-509414-unsplash.jpg') no-repeat center center ; */
  background: url("../pics/aperture-vintage-578817-unsplash.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.input-search {
  background-color: transparent;
  text-align: center;
  position: fixed;
  display: block;
  height: auto;
  width: 100%;
  top: -5em;
  z-index: 9999;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.input-search > div {
  width: 50%;
  margin: 0 auto;
}

.input-search > div > input {
  outline: none;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  width: 80%;
  font-size: 1.8em;
  border: none;
  border-radius: 1.5em;
  padding: .5em 2em 0.2em 1em;
  color: #fff;
  background-color: #007bff80;
  font-family: 'Indie Flower', cursive;
}

.input-search > div > input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.input-search > div > input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.input-search > div > input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.input-search > div > input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.input-search > div > .search-close {
  color: rgba(255, 255, 255, 0.5);
  width: 20%;
  font-size: 1.8em;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  color: #007bff80;
  cursor: pointer;
}

navbar.navbarmain {
  background-color: #007bff80;
  color: white;
  width: 100%;
  position: fixed;
  min-height: 4em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4em;
  border-bottom: 8px solid rgba(255, 255, 255, 0.5);
  /*box-shadow: 0px 1px 28px rgba(0, 0, 0, 0.5);*/
  z-index: 1000;
}

navbar.navbarmain > div {
  padding-left: 1em;
  display: inline;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

navbar.navbarmain > div > .btn-menu {
  font-size: 2em;
  display: inline-block;
  padding-right: .2em;
  cursor: pointer;
}

navbar.navbarmain > div > .brand-logo {
  margin-top: 0.5em;
  display: inline-block;
}

navbar.navbarmain > div > img {
  height: 100%;
}

navbar.navbarshow {
  top: 0;
  background-color: white;
  background: -webkit-linear-gradient(315deg, #007bff 0%, #54a3ee 50%, #3690f0 51%, #007bff 100%);
  background: -o-linear-gradient(315deg, #007bff 0%, #54a3ee 50%, #3690f0 51%, #007bff 100%);
  background: linear-gradient(135deg, #007bff 0%, #54a3ee 50%, #3690f0 51%, #007bff 100%);
  color: #0a0a0a;
  width: 100%;
  height: auto;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  padding-top: 1em;
}

navbar.navbarshow > div > h4 {
  color: rgba(255, 0, 0, 0.5);
}

navbar.navbarshow > div > h5 {
  color: rgba(0, 0, 0, 0.5);
}

navbar.navbarshow > .close, navbar.navbarshow .trash, navbar.navbarshow .pencil {
  cursor: pointer;
  position: absolute;
  font-size: 1.5em;
  color: rgba(0, 0, 0, 0.5);
}

navbar.navbarshow > .close:hover, navbar.navbarshow .trash:hover, navbar.navbarshow .pencil:hover {
  color: red;
}

navbar.navbarshow > .close {
  left: .5em;
  top: .5em;
}

navbar.navbarshow > .trash {
  right: .5em;
  top: .3em;
}

navbar.navbarshow > .pencil {
  right: 2em;
  top: .32em;
}

.float-right {
  right: 5em;
}

.sub-container {
  margin: 4px;
}

.display-off {
  display: none;
}

.menu-container {
  padding-top: 6em;
  text-align: center;
  position: relative;
}

.menu-container > .row > div {
  padding: .3rem;
}

.menu-container > .row > div > .song-item {
  -webkit-transition: display 500ms;
  -o-transition: display 500ms;
  transition: display 500ms;
  cursor: pointer;
  min-height: 100px;
}

.card-body > .card-title {
  font-weight: 600;
}

.container-play {
  background: rgba(255, 255, 255, 0.98);
  margin: 3px;
  padding-top: 10em;
  font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
  word-wrap: normal;
  line-height: 0.8;
  background-color: transparent;
}

.container-play > pre {
  padding: 0.5em 0;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  color: #262626;
}

.high-contrast {
  background-color: #262626;
}

.high-contrast > .container > .container-play > pre {
  color: #fff !important;
}

.container-nuevo {
  background: rgba(255, 255, 255, 0.98);
  margin: 3px;
  padding-top: 5em;
  word-wrap: normal;
  font-size: 0.9em;
  text-align: center;
}

input.nuevo, textarea.nuevo {
  width: 100%;
  border: 1px solid rgba(0, 0, 255, 0.06);
  padding: 1.5em;
  border-radius: 14px;
  font-size: 1.2em;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.02);
}

textarea.nuevo {
  font-size: 0.9em;
  font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
}

.button-group {
  position: fixed;
  text-align: center;
  padding: .5em;
  right: 1em;
  bottom: 01em;
}

.button-group > .boton {
  cursor: pointer;
  background-color: red;
  margin-left: 0.5em;
  float: right;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.button-group > .boton i {
  color: #FFF;
  padding-left: 0.5em;
  font-size: 2em;
}

.card {
  min-height: 100% !important;
  font-family: 'Indie Flower', cursive;
}

.left-menu {
  position: fixed;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  left: -100%;
  top: 0;
  width: 300px;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.8);
  z-index: 10000;
  -webkit-transition: left 500ms;
  -o-transition: left 500ms;
  transition: left 500ms;
}

.left-menu > .close {
  position: absolute;
  right: 0.2em;
  top: .2em;
  font-size: 2em;
}

.left-menu > img {
  width: 100%;
}

ul.menu {
  list-style-type: none;
  text-align: center;
  padding: .5em 0;
}

ul.menu > li {
  cursor: pointer;
  width: calc(100% - 4px);
  padding: 0.5em 2px;
  margin: 0em 2px;
  font-size: 1.1em;
  border-radius: 1em;
}

ul.menu > li:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

#img-container {
  width: calc(100% - 2em);
  border: 2px dashed rgba(52, 152, 219, 0.5);
  height: auto;
  padding: 0.5em;
  margin: 0.8em;
  border-radius: 5px;
}

#img-show {
  background-position: center center;
  background-size: cover;
  height: 400px;
  width: 100%;
}

.container-load-down {
  text-align: center;
  overflow: hidden;
  height: 6em;
  position: relative;
}

.container-load-down > .load-down {
  position: relative;
  font-size: 4em;
  display: inline;
  color: #009688;
  border-radius: 50%;
  cursor: pointer;
}

.container-load-down > .load-down > i {
  -webkit-animation-name: down;
  animation-name: down;
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes down {
  from {
    margin-top: 0;
  }
  to {
    color: transparent;
    margin-top: 30px;
  }
}

@keyframes down {
  from {
    margin-top: 0;
  }
  to {
    color: transparent;
    margin-top: 30px;
  }
}

.btn-search, .btn-contrast {
  z-index: 888;
  font-size: 1.8em;
  position: fixed;
  right: 0.7em;
  bottom: 0.5em;
  cursor: pointer;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  width: 2em;
  height: 2em;
  padding-top: .15em;
  padding-left: .1em;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.8);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-search > i, .btn-contrast > i {
  font-size: 0.65em;
}

.btn-search:hover, .btn-contrast:hover {
  color: rgba(255, 255, 255, 0.8);
}

.btn-search {
  background-color: #007bff80;
}

.btn-contrast {
  background-color: rgba(38, 38, 38, 0.5);
}

/***********************************************/
@media screen and (max-width: 768px) {
  .menu-container {
    text-align: left;
    font-size: 1.1em;
  }
  .menu-container > .row > div {
    padding: 0;
  }
  .menu-container > .row > div > .song-item {
    margin-bottom: 0px;
  }
  .menu-container > .row > div > .song-item a > img {
    position: absolute;
    float: left;
    height: 57px;
    width: 57px;
    border-radius: 50%;
    left: 1em;
  }
  .menu-container > .row > div > .song-item > .card-body {
    margin-left: 85px;
    width: calc(100% - 100px);
    padding: 4px;
  }
  .menu-container > .row > div > .song-item > .card-body > .card-title {
    font-weight: 600;
  }
  .menu-container > .row > div > .song-item > .card-body > .card-text {
    color: #ff5722;
    font-weight: 600;
  }
  .card {
    min-height: auto;
    border: none;
  }
  .left-menu {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .left-menu > img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    margin: 2em;
  }
  .bgBody {
    background-color: #fff;
    background: none;
  }
  .container-load-down > .load-down {
    color: #ff5722;
  }
  .input-search > div {
    margin: 0 2px;
    width: 100%;
  }
  .input-search > div > input {
    width: 80%;
    left: 5%;
    font-size: 1.5em;
  }
  .container-play {
    line-height: 0.6;
    font-weight: 600;
  }
}
