/* Fuentes */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Light/OpenSans-Light.eot?v=1.1.0");
  src: url("../fonts/Light/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Light/OpenSans-Light.woff2?v=1.1.0") format("woff2"), url("../fonts/Light/OpenSans-Light.woff?v=1.1.0") format("woff"), url("../fonts/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("../fonts/Light/OpenSans-Light.svg?v=1.1.0#Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Regular/OpenSans-Regular.eot?v=1.1.0");
  src: url("../fonts/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("../fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("../fonts/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Semibold/OpenSans-Semibold.eot?v=1.1.0");
  src: url("../fonts/Semibold/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Semibold/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"), url("../fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("../fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("../fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0#Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Bold/OpenSans-Bold.eot?v=1.1.0");
  src: url("../fonts/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("../fonts/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("../fonts/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0");
  src: url("../fonts/ExtraBold/OpenSans-ExtraBold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0") format("woff2"), url("../fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"), url("../fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"), url("../fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0#ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}


/* Bootstrap styles overrides */

.row {
  margin-left: -1rem;
  margin-right: -1rem;
}

.container {
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .container {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .container {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}




/* Amplitude Music Player Styles */


/* Player Left Styles */
div#amplitude-left {
  padding: 0px;
}

div#amplitude-left div#player-left-bottom div#time-container span.current-time {
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  float: left;
  width: 13%;
  text-align: left;
}

div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider {
  width: 74%;
  float: left;
  margin-top: 5px;
  background-color: #999;
  height: 2px
}

@-moz-document url-prefix() {
  div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider {
    margin-top: 0px;
  }
}

@supports (-ms-ime-align:auto) {
  div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider {
    margin-top: -4px;
    height: 30px;
  }
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider {
    margin-top: -8px;
  }
}

div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider:focus {
  outline: none;
}

div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider::-webkit-slider-runnable-track {
  width: 75%;
  height: 2px;
  cursor: pointer;
  background-color: #444
}

div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: -9px;
  -webkit-appearance: none;
}

div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider:focus::-webkit-slider-runnable-track {
  background: #999;
}

div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #CFD8DC;
}

div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #00A0FF;
  cursor: pointer;
  margin-top: -8px;
}

div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: #CFD8DC;
}

div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider::-ms-fill-lower {
  background: #CFD8DC;
  border-radius: 2.6px;
}

div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider::-ms-fill-upper {
  background: #CFD8DC;
  border-radius: 2.6px;
}

div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider::-ms-thumb {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #00A0FF;
  cursor: pointer;
  margin-top: 4px;
}

div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider:focus::-ms-fill-lower {
  background: #CFD8DC;
}

div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider:focus::-ms-fill-upper {
  background: #CFD8DC;
}

div#amplitude-left div#player-left-bottom div#time-container input[type=range].amplitude-song-slider::-ms-tooltip {
  display: none;
}

div#amplitude-left div#player-left-bottom div#time-container span.duration {
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  float: left;
  width: 13%;
  text-align: right;
}

div#amplitude-left div#player-left-bottom div#time-container:after {
  content: "";
  display: table;
  clear: both;
}

div#amplitude-left div#player-left-bottom div#control-container {
  margin-top: .5em;
}

div#amplitude-left div#player-left-bottom div#control-container div#repeat-container {
  width: 20%;
  float: left;
  display: none
}

div#amplitude-left div#player-left-bottom div#control-container div#repeat-container div#repeat {
  width: 24px;
  height: 19px;
  cursor: pointer;
  float: right;
  margin-top: 20px;
}

div#amplitude-left div#player-left-bottom div#control-container div#repeat-container div#repeat.amplitude-repeat-off {
  background: url('../images-ui/repeat-off.svg');
}

div#amplitude-left div#player-left-bottom div#control-container div#repeat-container div#repeat.amplitude-repeat-on {
  background: url('../images-ui/repeat-on.svg');
}

div#amplitude-left div#player-left-bottom div#control-container div#central-control-container {
  width: 100%;
  margin: 0 auto;
  text-align: center
}

div#amplitude-left div#player-left-bottom div#control-container div#central-control-container div#central-controls {
  width: 100%;
  margin: auto;
}

div#amplitude-left div#player-left-bottom div#control-container div#central-control-container div#central-controls div#previous {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
  background: url(../images-ui/prev.png) no-repeat center;
  background-size: 18px
}

div#amplitude-left div#player-left-bottom div#control-container div#central-control-container div#central-controls div#play-pause {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 12px;
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
  border: 2px solid #FFF;
  border-radius: 50%;
}

div#amplitude-left div#player-left-bottom div#control-container div#central-control-container div#central-controls div#next {
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 10px;
  margin-left: 20px;
  border: 2px solid #FFF;
  border-radius: 50%;
  background: url(../images-ui/next.png) no-repeat center;
  background-size: 18px
}

#central-controls .ion {
  vertical-align: middle;
  padding: 9px 0;
  font-size: 18px
}

#central-controls div#play-pause .ion {
  font-size: 28px;
  width: 22px;
  height: 26px;
  padding: 0;
}

div#central-controls div#next .ion {
  font-size: 18px
}

.amplitude-paused .ion-pause,
.amplitude-playing .ion-play {
  display: none
}

.amplitude-playing .ion-pause,
.amplitude-paused .ion-play {
  display: block
}

div#amplitude-left div#player-left-bottom div#control-container div#shuffle-container {
  width: 20%;
  float: left;
}

div#amplitude-left div#player-left-bottom div#control-container div#shuffle-container div#shuffle {
  width: 23px;
  height: 19px;
  cursor: pointer;
  float: left;
  margin-top: 20px;
  display: none
}

div#amplitude-left div#player-left-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-off {
  background: url('../images-ui/shuffle-off.svg');
}

div#amplitude-left div#player-left-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-on {
  background: url('../images-ui/shuffle-on.svg');
}

div#amplitude-left div#player-left-bottom div#control-container:after {
  content: "";
  display: table;
  clear: both;
}

div#amplitude-left div#player-left-bottom div#meta-container {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px
}

div#amplitude-left div#player-left-bottom div#meta-container span.song-name {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  line-height: 1.5
}

div#amplitude-left div#player-left-bottom div#meta-container div.song-artist-album {
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5
}

div#amplitude-left div#player-left-bottom div#meta-container div.song-artist-album span {
  display: block;
  font-weight: 400
}

/* Player right styles */
div#amplitude-right {
  padding: 0px;
}

div#amplitude-right div.song {
  cursor: pointer;
  padding: 10px 0;
  position: relative
}

div#amplitude-right div.song div.song-now-playing-icon-container {
  float: left;
  width: 14px;
  margin-right: 5px;
}

div#amplitude-right div.song div.song-now-playing-icon-container img.now-playing {
  position: absolute;
  top: 12px;
  left: 2px;
  opacity: .7;
  width: 9px;
  height: 12px;
}

div#amplitude-right div.song div.play-button-container {
  font-size: 18px;
  margin-top: -1px;
}

div#amplitude-right div.song.amplitude-active-song-container div.song-now-playing-icon-container img.now-playing {
  display: block;
}

.song img {
  display: none
}

.song.amplitude-active-song-container img {
  display: block
}

div#amplitude-right div.song.amplitude-active-song-container div.song-now-playing-icon-container:hover img.now-playing div.play-button-container {
  display: none;
}

div#amplitude-right div.song div.song-meta-data {
  float: left;
  width: calc(100% - 60px);
  margin-top: -2px
}

div#amplitude-right div.song div.song-meta-data span.song-title {
  color: #FFF;
  font-size: 16px;
  display: block;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25
}

div#amplitude-right div.song.amplitude-active-song-container div.song-meta-data span.song-title {
  font-weight: 600;
}

div#amplitude-right div.song div.song-meta-data span.song-artist {
  color: #607D8B;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div#amplitude-right div.song span.song-duration {
  float: right;
  width: 40px;
  text-align: right;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  margin-top: 3px
}

div#amplitude-right div.song:after {
  content: "";
  display: table;
  clear: both;
}

div#amplitude-left img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 100%;
  max-width: 165px;
  margin-bottom: 1em;
  border-radius: 4px
}

.amplitude-paused img.now-playing,
.amplitude-playing .ion-android-volume-up,
div#amplitude-right div.song.amplitude-active-song-container.amplitude-paused div.song-now-playing-icon-container img.now-playing {
  opacity: 0
}







/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}


/* GENERAL */

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow-x: hidden;
}

body,
html {
  min-height: 100%;
  width: 100%;
  height: 100%;
  background-color: #000;
}

header,
footer {
  position: fixed;
  background-color: #000;
  width: 100%;
  z-index: 1;
}

header {
  top: 0;
  left: 0;
  padding: .375em 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

footer {
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 83%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 83%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 83%, rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  min-height: 30px;
  padding-top: 30px;
  padding-bottom: 8px;
}

h1 {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.25;
  display: inline-block;
  vertical-align: middle
}

.home h1,
.splash h1 {
  display: block
}

main {
  height: 100%;
  overflow: auto;
  padding: 51px 0
}

.logo {
  margin: 3em auto;
  width: 225px;
}

.logo img {
  max-width: 100%;
  width: 100%;
  height: auto
}

main>.container {
  padding-top: 1em;
  padding-bottom: 1em;
}

a,
a:hover,
a:active,
a:focus {
  color: #ffffff;
  text-decoration: none
}

header .ion {
  font-size: 2.25em;
  vertical-align: middle;
  margin-right: 5px
}

.flex-container {
  display: -ms-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.lista {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -ms-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.lista .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 17.75%;
  -ms-flex: 1 0 17.75%;
  flex: 1 0 17.75%;
  -webkit-flex-basis: 17.75%;
  -ms-flex-preferred-size: 17.75%;
  flex-basis: 17.75%;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 17.75%;
  max-width: 17.75%;
  margin: 0 1% .75em;
}

.item img,
.item-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px
}

.btn {
  padding: 6px 2em;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}


/* HOME */

.home header {
  padding: .675em 0 2em;
  border: 0 none;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}

.splash header {
  padding: 0;
  background: transparent
}

.home footer {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  padding: 2em 0 1em;
  font-size: 13px;
  font-weight: 600
}

.splash footer {
  padding: 2em 0 3em;
  font-size: 13px;
  font-weight: 600;
  background: none
}

.home footer .ion {
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
}

.home footer span {
  display: inline-block;
  vertical-align: middle
}

.home main {
  padding-top: 50px;
  padding-bottom: 50px
}

.splash main {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, .65);
  text-align: center
}

.splash p {
  font-size: 13px;
  font-weight: 600;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
}

#home-nav {
  width: 100%;
  max-width: 500px;
  margin: 0 auto
}
li{
  display: inline-block;

}
.item-pelicula:hover{
  cursor: pointer;
}

#home-nav li {
  text-align: center;
  font-weight: 600;
  float: none;
  margin: 0 2% 2em;
  width: 28.5%;
  a {
    color: #ffffff;
      img{
    border-radius: 100px;
    box-shadow: 0px 10px 20px 15px rgba(255, 255, 255, 0.1);
    background-color: #534343;
  }
  } 

}

#home-nav li a,
#home-nav li a span {
  display: block;
  font-size: 0.9em;
}

#home-nav img {
  width: 70px;
  height: 70px;
  margin-bottom: 5px
}



/* Peliculas */

h2 {
  font-weight: bold;
  padding: 4px 0;
  line-height: 1.125;
  font-size: 18px
}

.dark-grey {
  color: #888
}

.data li {
  display: inline-block;
  margin-right: .5em
}

.data,
.categoria,
.autor {
  font-size: 12px;
  line-height: 1.25;
  padding-bottom: 3px;
}

.item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.item-img {
  position: relative;
}

.play {
  border: 2px solid #FFF;
  opacity: .9;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  padding: 7px 9px 6px 13px;
  border-radius: 50%;
}

.play .ion {
  font-size: 1.5em;
  line-height: 24px;
  height: 24px;
  width: 15px;
}


/* Detalle pelicula */

.detalle .data,
.detalle .categoria {
  font-size: 14px;
  line-height: 1.25;
}

.btn-block {
  display: block;
  width: 100%
}

.btn {
  font-size: 18px
}

.descripcion {
  margin-bottom: 14px
}

.descripcion .item-img {
  width: 140px;
  float: left;
  margin-left: -100%;
  padding-top: 0;
}

.descripcion .item-img #video {
  margin: 30px 0px;
}

.col-right-container {
  float: left;
  width: 100%;
  display: block
}

.col-right {
  margin-left: 155px;
}

.actores {
  font-size: 14px;
  color: #D8D8D8;
  line-height: 1.25;
  font-weight: 600
}

.sinopsis {
  font-size: 14px;
  line-height: 1.25;
  margin: 15px 0
}

.descripcion .data {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: .375em 0;
  margin: 12px 0 7px
}

.data-extra {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 50px;
}

.data-extra span,
.actores {
  color: #888
}

.afterglow-lightbox-wrapper .cover {
  background: #000 !important;
}

*/
/* Detalle música */

#detalle-disco {
  max-width: 400px;
  margin: 0 auto;
}


/* Series */

.listado-series h2 {
  font-size: 16px;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
  margin-bottom: 1em
}

.capitulo {
  max-width: 560px;
  position: relative;
  margin-bottom: 1.25em
  
}
.capitulo:hover{
  cursor: pointer;
}

.capitulo a {
  display: block
}

.capitulo .ion {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em
}

.capitulo-titulo {
  display: inline-block;
  vertical-align: middle;
}

.capitulo-duracion {
  position: absolute;
  top: 6px;
  right: 0;
  text-align: right;
  font-size: 12px;
  font-weight: 300;
}

.capitulo.active div {
  font-weight: 600
}

.capitulo.active .capitulo-duracion {
  font-weight: 600
}

.btn.btn-small {
  padding: 4px 8px;
  font-size: 14px;
  margin-top: .5em;
  margin-bottom: auto;
}

.item-libro h2 {
  margin-bottom: 0;
  display: block;
  flex-grow: 0
}

#infantiles, #libros, #los10, #juegos{
  display: none;
}

@media (max-width:1023px) {

  .lista .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 22%;
    -ms-flex: 1 0 22%;
    flex: 1 0 22%;
    -webkit-flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    width: 22%;
    min-width: 22%;
  }

}

@media (max-width:767px) {

  .desktop-only {
    display: none
  }

  .mobile-only {
    display: block
  }

  #home-nav li {
    text-align: center;
    font-weight: 600;
    float: left;
    margin: 0 2% 2em;
    width: 28.5%
  }

  #home-nav {
    width: 100%;
    max-width: 500px;
    margin: 0 auto
  }

  .lista .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 30.33333%;
    -ms-flex: 1 0 30.33333%;
    flex: 1 0 30.33333%;
    -webkit-flex-basis: 30.33333%;
    -ms-flex-preferred-size: 30.33333%;
    flex-basis: 30.33333%;
    width: 30.33333%;
    min-width: 30.33333%;
  }

  h2 {
    font-size: 16px
  }

  .logo {
    margin: 2em auto 3em;
  }

}

@media (max-width:479px) {

  .splash main {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lista .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 46%;
    -ms-flex: 1 0 46%;
    flex: 1 0 46%;
    -webkit-flex-basis: 46%;
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
    width: 46%;
    max-width: 46%;
    margin: 0 1.5% 2em;
  }

  .logo {
    margin: 1em auto 3em;
  }

}


@media (max-width:359px) {
  .logo {
    margin: 1.5em auto;
    width: 180px;
  }

  h2 {
    font-size: 15px;
  }
}