/* =========================================================
   FUENTES: LINUX LIBERTINE (DESDE /fonts EN RAÍZ)
   ========================================================= */

@font-face {
  font-family: "Linux Libertine";
  src: url("/fonts/LinLibertine_R.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Linux Libertine";
  src: url("/fonts/LinLibertine_RI.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Linux Libertine";
  src: url("/fonts/LinLibertine_RB.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Linux Libertine";
  src: url("/fonts/LinLibertine_RBI.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}


/* =========================================================
   ESTILO GENERAL
   ========================================================= */

body {
  background-color: #fff;
  font-size: 100%;
  line-height: 1.45;
  font-family: "Linux Libertine", Georgia, "Times New Roman", serif;
  color: #454545;
  font-weight: 400;
  margin: 0;
}

p {
  margin: 0 0 1em;
}

a {
  color: #B01131;
  text-decoration: none;
}

a:hover {
  color: #272727;
}

img {
  max-width: 100%;
}

.wrapper {
  width: 860px;
  margin: 0 auto;
}


/* =========================================================
   TÍTULOS — PROPORCIÓN EDITORIAL
   ========================================================= */

h1 {
  margin-top: 2.2em !important;
  margin-bottom: 0.9em;
  color: #B01131;
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.15;
  font-family: "Linux Libertine", Georgia, serif;
}

h2 {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  font-size: 1.55em;
  font-weight: 400;
  line-height: 1.25;
  font-family: "Linux Libertine", Georgia, serif;
}

h3 {
  margin-top: 1.4em;
  margin-bottom: 0.5em;
  font-size: 1.28em;
  font-weight: 400;
  line-height: 1.25;
  font-family: "Linux Libertine", Georgia, serif;
}

h4 {
  margin-top: 1.2em;
  margin-bottom: 0.4em;
  font-size: 1.12em;
  font-weight: 400;
  line-height: 1.3;
  font-family: "Linux Libertine", Georgia, serif;
}

h5, h6 {
  margin-top: 1.1em;
  margin-bottom: 0.3em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.35;
  font-family: "Linux Libertine", Georgia, serif;
}


/* =========================================================
   HEADER IZQUIERDO — SOLO ESCRITORIO
   ========================================================= */

header {
  width: 320px;
  float: left;
  position: fixed;
  top: 40px;
}

/* Menú escritorio */
#menu-desktop {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 320px;
}

#menu-desktop li {
  font-family: "Linux Libertine", Georgia, serif;
  font-size: 110%;
  float: left;
  margin: 0 1.5ex 0 0;
}

#menu-desktop li a {
  color: #595959;
}

#menu-desktop li a:hover {
  color: #B01131;
}


/* =========================================================
   MENÚ HAMBURGUESA — MÓVIL Y TABLET
   ========================================================= */

#hamburger {
  display: none;
  font-size: 34px;
  cursor: pointer;
  margin-top: 12px;
}

#menu-mobile {
  display: none;
  text-align: center;
  transition: all 0.25s ease;
}

#menu-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu-mobile li {
  margin: 12px 0;
  font-size: 120%;
}

#menu-mobile a {
  color: #595959;
}


/* =========================================================
   COLUMNA DE CONTENIDO
   ========================================================= */

section {
  width: 500px;
  float: right;
  padding-bottom: 50px;
}


/* =========================================================
   FOOTER
   ========================================================= */

footer {
  width: 320px;
  float: left;
  position: fixed;
  bottom: 50px;
  font-size: 90%;
  text-align: left;
}


/* =========================================================
   PLAYLISTS: TARJETAS
   ========================================================= */

.playlistbox {
  margin: 35px 0;
  padding: 20px;
  background: #fcfcfc;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.playlistbox h3 {
  text-align: center;
  margin-bottom: 18px;
  color: #333;
  font-size: 120%;
}

.playlistbox p {
  text-align: center;
  color: #777;
  font-size: 90%;
  margin-top: 8px;
}

.playlistbox iframe {
  border: none;
  width: 100%;
  height: 380px;
  border-radius: 12px;
}


/* =========================================================
   RESPONSIVE — HAMBURGUESA < 960 PX
   ========================================================= */

@media screen and (max-width: 959px) {

  .wrapper {
    width: 95%;
    margin: 0 auto;
  }

  header {
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    float: none;
  }

  header h1 {
    margin-top: 20px !important;
    margin-bottom: 8px !important;
    font-size: 180%;
  }

  #hamburger {
    display: block;
  }

  #menu-desktop {
    display: none;
  }

  section {
    width: 100%;
    float: none;
    padding: 0 3%;
  }

  section h1 {
    margin-top: 1em !important;
  }

  footer {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }

  .playlistbox iframe {
    height: 300px;
  }
}
