/* FONTS  ---------------------- */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,900';
@font-face {
  font-family: 'Turum';
  src: url('../fonts/turum-bold-webfont.woff2') format('woff2'), url('../fonts/turum-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* VARIABLES ------------------ */
/* GENERAL -------------------- */
html,
body {
  height: 100%;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #FFF;
}
body {
  overflow: hidden;
  position: relative;
}
a,
button,
.animar {
  -webkit-transition: all 0.5s ease;
  /* Safari 3.1 to 6.0 */
  -o-transition: all 0.5s ease;
  moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:active,
a:visited,
a:link {
  text-decoration: none;
}
.bordetop {
  border-top: 3px solid #d7bc63;
}
h1 {
  font-family: 'Turum';
  color: #d7bc63;
  font-size: 2.75rem;
  line-height: 2.25rem;
}
p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 300;
}
.contenido {
  min-height: 100%;
  margin-bottom: -100px;
}
.contenido:after {
  content: "";
  display: block;
  height: 100px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
#agenda {
  position: fixed;
  z-index: 9699;
  width: 100%;
  bottom: 0;
}
#agenda .footope {
  margin: 0 auto;
}
#agenda a {
  border-top: 3px solid #d7bc63;
  background: rgba(0, 0, 0, 0.95);
  cursor: pointer;
  padding: 10px 0 0;
  font-family: 'Turum', sans-serif;
  font-size: 2.75rem;
  line-height: 2.25rem;
  display: block;
  text-align: center;
  color: #d7bc63;
}
#agenda a:hover {
  color: #FFF;
  text-decoration: none;
}
#agendatw {
  display: none;
  position: fixed;
  width: 100%;
  height: 60%;
  left: 0;
  bottom: 0;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.95);
  text-align: center;
}
#agendatw .tweets {
  margin: 0 auto;
  width: 80%;
  max-width: 650px;
}
#agendatw .agenda {
  border-top: 3px solid #d7bc63;
}
#agendatw .agenda a {
  cursor: pointer;
  padding: 10px 0 45px;
  font-family: 'Turum', sans-serif;
  font-size: 2.75rem;
  line-height: 2.25rem;
  display: block;
  text-align: center;
  color: #d7bc63;
}
#agendatw .agenda a:hover {
  color: #FFF;
  text-decoration: none;
}
/* PRELOAD -------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 9899;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  color: #FFF;
  font-weight: 900;
  font-size: 1rem;
  text-align: center;
  left: 50%;
  top: 60%;
  margin: 0 0 0 -100px;
}
/* ESTILOS -------------------- */
/* HEADER --------------------- */
header {
  margin: 0 auto;
  padding: 80px 0 40px;
}
header nav {
  background: rgba(0, 0, 0, 0.7);
  height: 44px;
}
header nav a,
header nav a:visited {
  height: 44px;
  font-family: 'Turum', sans-serif;
  font-size: 2.5rem;
  line-height: 2.125rem;
  padding: 8px 0 0;
  display: block;
  text-align: center;
  color: #d7bc63;
}
header nav a:hover,
header nav a:visited:hover {
  background-color: #d7bc63;
  color: #000;
  text-decoration: none;
}
header nav a:focus,
header nav a:visited:focus {
  outline: none;
}
header nav a.smdevice,
header nav a:visited.smdevice {
  padding: 4px 0 0;
}
header nav a.smdevice span,
header nav a:visited.smdevice span {
  font-size: 1.25rem;
  line-height: 1.125rem;
}
header nav a.logos:hover,
header nav a:visited.logos:hover,
header nav a.logos:visited:hover,
header nav a:visited.logos:visited:hover {
  background: none !important;
}
header nav .logo {
  width: 200px;
  margin-top: -78px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  z-index: 9900;
}
header nav .menuxs {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 220px 15% 0;
  z-index: 9888;
}
header nav .menuxs .cerrar {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 25px 0 0;
  padding: 6px 0 0;
}
/* MAIN ----------------------- */
main {
  margin: 0 auto 25px;
}
main .righter {
  margin-top: 15px;
}
main article {
  border-top: 3px solid #d7bc63;
  background: rgba(0, 0, 0, 0.7);
  margin-top: 15px;
}
main article h1,
main article p {
  padding: 0 15px 0;
}
main article .links {
  text-align: center;
}
main article .links .boton {
  background: #FFF;
  padding: 4px 20px 0 15px;
  font-family: 'Turum';
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #000;
}
main article .links .boton:hover {
  background: #d7bc63;
}
main article.bio .links {
  margin-top: 30px;
}
main article.bio p.right {
  text-align: right;
  padding-top: 15px;
  text-transform: uppercase;
  border-top: 1px solid #FFF;
  margin-left: 15px;
}
main article.bio h1 {
  text-transform: uppercase;
}
main article.bio .letter {
  padding-right: 3rem;
}
main article.bio .letter p {
  line-height: 1.25rem !important;
}
main article.media {
  position: relative;
  overflow: visible;
}
main article.media .links {
  position: absolute;
  width: 160px !important;
  bottom: -4px;
  z-index: 700;
  left: 50%;
  margin-left: -80px;
}
main article.media .links .boton {
  display: block;
  padding: 8px 20px 4px 15px;
}
main article.media .video {
  margin-top: 20px;
  border-top: 3px solid #d7bc63;
}
main article.media #ytplayer {
  height: 420px;
}
main article.media .carousel .carousel-indicators li {
  border: 2px solid #000;
  background-color: #d7bc63;
  width: 15px;
  height: 15px;
}
main article.media .carousel .carousel-indicators li.active {
  width: 17px;
  height: 17px;
  margin: 0;
  background: #FFF;
}
main article.media .carousel .carousel-control {
  color: #d7bc63;
  opacity: 1;
}
main article.media .carousel .carousel-control:hover {
  color: #FFF;
}
main article.music {
  position: relative;
  overflow: visible;
}
main article.music .cover {
  padding: 15px;
}
main article.music .titlemusic h1 {
  display: inline-block;
  min-width: 140px;
  margin-bottom: 2px;
  padding: 0;
}
main article.music .titlemusic a {
  padding: 2px 15px 0 0;
  margin: 0 0 2px;
  display: inline-block;
  width: 105px;
  height: 28px;
  text-align: left;
  overflow: visible;
}
main article.music .titlemusic a span {
  padding-left: 15px;
  position: absolute;
  width: 105px;
  height: 30px;
  background: url('../../images/listenspotify.png') no-repeat;
  background-size: 105px 60px;
}
main article.music .titlemusic a span.normal {
  background-position: 0 0;
  z-index: 799;
  opacity: 1;
}
main article.music .titlemusic a span.over {
  background-position: 0 -30px;
  z-index: 780;
  opacity: 0;
}
main article.music .titlemusic a:hover span.normal {
  opacity: 0;
}
main article.music .titlemusic a:hover span.over {
  opacity: 1;
}
main article.music h1,
main article.music p {
  padding: 0 15px 0 0;
}
main article.music p {
  padding: 10px 0 0;
}
main article.music p small {
  text-transform: uppercase;
}
main article.music .links {
  margin: 25px 0 0;
}
main article.music .links .boton {
  margin: 0 auto -4px;
  padding: 4px 20px 0 15px;
}
main article.news #mc_embed_signup {
  margin: 18px 0 25px;
}
main article.news #mc_embed_signup form.suscripcion {
  padding: 0 15px;
}
main article.news #mc_embed_signup form.suscripcion .form-group {
  position: relative;
  margin-bottom: 8px;
  width: 70%;
}
main article.news #mc_embed_signup form.suscripcion .form-group .with-errors {
  margin-top: -21px;
  right: 10px;
  position: absolute;
  color: #d9534f;
  text-transform: uppercase;
  font-size: 0.75rem;
  text-align: right;
  font-weight: 700;
}
main article.news #mc_embed_signup form.suscripcion .form-group input.form-control {
  border-radius: 0;
  border: none;
  background: #d7bc63;
  color: #000;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 700;
  margin: 0;
  padding: 0 0 0 10px;
  height: 25px;
}
main article.news #mc_embed_signup form.suscripcion .form-group input.form-control::-webkit-input-placeholder {
  color: #000 !important;
}
main article.news #mc_embed_signup form.suscripcion .form-group input.form-control:-moz-placeholder {
  color: #000 !important;
  opacity: 1;
}
main article.news #mc_embed_signup form.suscripcion .form-group input.form-control::-moz-placeholder {
  color: #000 !important;
  opacity: 1;
}
main article.news #mc_embed_signup form.suscripcion .form-group input.form-control:-ms-input-placeholder {
  color: #000 !important;
}
main article.news #mc_embed_signup form.suscripcion .form-group input.form-control:focus {
  background: #FFF;
  outline: none;
  box-shadow: none;
}
main article.news #mc_embed_signup form.suscripcion .form-group.envio {
  float: right;
  width: 25%;
}
main article.news #mc_embed_signup form.suscripcion .form-group.envio button {
  background: #FFF;
  color: #000;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 900;
  text-align: left;
  border: none;
  width: 100%;
  height: 58px;
}
main article.news #mc_embed_signup form.suscripcion .form-group.envio button:hover {
  background: #d7bc63;
}
main article.news #mc_embed_signup form.suscripcion .form-group.has-error input.form-control {
  border: 1px solid #d9534f;
}
/* FOOTER --------------------- */
footer {
  position: relative;
  height: 100px;
  z-index: 100;
  width: 100%;
}
footer .footcontent {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.95);
}
footer .footcontent .socialnet {
  padding: 10px 15px 5px;
  display: block;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
footer .footcontent .socialnet a {
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: left;
}
footer .footcontent .socialnet a span {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('../../images/social.svg') no-repeat;
  background-size: 200px 80px;
}
footer .footcontent .socialnet a.spotify span.normal {
  background-position: 0 0;
  z-index: 799;
  opacity: 1;
}
footer .footcontent .socialnet a.spotify span.over {
  background-position: 0 -40px;
  opacity: 0;
  z-index: 800;
}
footer .footcontent .socialnet a.spotify:hover span.normal {
  opacity: 0;
}
footer .footcontent .socialnet a.spotify:hover span.over {
  opacity: 1;
}
footer .footcontent .socialnet a.instagram span.normal {
  background-position: -40px 0;
  z-index: 799;
  opacity: 1;
}
footer .footcontent .socialnet a.instagram span.over {
  background-position: -40px -40px;
  opacity: 0;
  z-index: 800;
}
footer .footcontent .socialnet a.instagram:hover span.normal {
  opacity: 0;
}
footer .footcontent .socialnet a.instagram:hover span.over {
  opacity: 1;
}
footer .footcontent .socialnet a.twitter span.normal {
  background-position: -80px 0;
  z-index: 799;
  opacity: 1;
}
footer .footcontent .socialnet a.twitter span.over {
  background-position: -80px -40px;
  opacity: 0;
  z-index: 800;
}
footer .footcontent .socialnet a.twitter:hover span.normal {
  opacity: 0;
}
footer .footcontent .socialnet a.twitter:hover span.over {
  opacity: 1;
}
footer .footcontent .socialnet a.youtube span.normal {
  background-position: -120px 0;
  z-index: 799;
  opacity: 1;
}
footer .footcontent .socialnet a.youtube span.over {
  background-position: -120px -40px;
  opacity: 0;
  z-index: 800;
}
footer .footcontent .socialnet a.youtube:hover span.normal {
  opacity: 0;
}
footer .footcontent .socialnet a.youtube:hover span.over {
  opacity: 1;
}
footer .footcontent .socialnet a.facebook span.normal {
  background-position: -160px 0;
  z-index: 799;
  opacity: 1;
}
footer .footcontent .socialnet a.facebook span.over {
  background-position: -160px -40px;
  opacity: 0;
  z-index: 800;
}
footer .footcontent .socialnet a.facebook:hover span.normal {
  opacity: 0;
}
footer .footcontent .socialnet a.facebook:hover span.over {
  opacity: 1;
}
footer .footcontent .disclaim {
  text-align: center;
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding: 5px 0 15px;
}
footer .footcontent .disclaim .agv {
  color: #FFF;
  font-weight: 700;
}
footer .footcontent .disclaim .agv:hover {
  text-decoration: none;
  color: #ff3c00;
}
/* MODAL ---------------------- */
.modal-backdrop {
  background: #d7bc63;
  z-index: 9900;
}
.modal-backdrop.in {
  opacity: 0.9;
}
.modal {
  z-index: 9990;
  top: 20%;
}
.modal .modal-content {
  background: #000;
}
.modal .modal-content .modal-header {
  padding: 0;
  border-bottom: none;
}
.modal .modal-content .modal-header h1 {
  padding: 30px 0 0 30px;
  color: #FFF;
  line-height: 100%;
}
.modal .modal-content .modal-header p {
  padding: 0 0 0 30px;
}
.modal .modal-content .modal-header .close {
  padding: 15px 15px 0 0;
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
}
.modal .modal-content .modal-header .close:hover {
  color: #d7bc63;
}
.modal .modal-content form.contact {
  padding: 0 15px 0 15px;
}
.modal .modal-content form.contact .form-group {
  position: relative;
  margin-bottom: 8px;
}
.modal .modal-content form.contact .form-group .with-errors {
  margin-top: -21px;
  right: 10px;
  position: absolute;
  color: #d9534f;
  text-transform: uppercase;
  font-size: 0.75rem;
  text-align: right;
  font-weight: 700;
}
.modal .modal-content form.contact .form-group input.form-control {
  border-radius: 0;
  border: none;
  background: #d7bc63;
  color: #000;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 700;
  margin: 0;
  padding: 0 0 0 10px;
  height: 25px;
}
.modal .modal-content form.contact .form-group input.form-control::-webkit-input-placeholder {
  color: #000 !important;
}
.modal .modal-content form.contact .form-group input.form-control:-moz-placeholder {
  color: #000 !important;
  opacity: 1;
}
.modal .modal-content form.contact .form-group input.form-control::-moz-placeholder {
  color: #000 !important;
  opacity: 1;
}
.modal .modal-content form.contact .form-group input.form-control:-ms-input-placeholder {
  color: #000 !important;
}
.modal .modal-content form.contact .form-group input.form-control:focus {
  background: #FFF;
  outline: none;
  box-shadow: none;
}
.modal .modal-content form.contact .form-group textarea.form-control {
  border-radius: 0;
  border: none;
  background: #d7bc63;
  color: #000;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 700;
  margin: 0;
}
.modal .modal-content form.contact .form-group textarea.form-control::-webkit-input-placeholder {
  color: #000 !important;
}
.modal .modal-content form.contact .form-group textarea.form-control:-moz-placeholder {
  color: #000 !important;
  opacity: 1;
}
.modal .modal-content form.contact .form-group textarea.form-control::-moz-placeholder {
  color: #000 !important;
  opacity: 1;
}
.modal .modal-content form.contact .form-group textarea.form-control:-ms-input-placeholder {
  color: #000 !important;
}
.modal .modal-content form.contact .form-group textarea.form-control:focus {
  background: #FFF;
  outline: none;
  box-shadow: none;
}
.modal .modal-content form.contact .form-group.envio {
  float: right;
  width: 25%;
}
.modal .modal-content form.contact .form-group.envio button {
  background: #FFF;
  color: #000;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 900;
  text-align: left;
  border: none;
  width: 100%;
  height: 58px;
}
.modal .modal-content form.contact .form-group.envio button:hover {
  background: #d7bc63;
}
.modal .modal-content form.contact .form-group.has-error input.form-control,
.modal .modal-content form.contact .form-group.has-error textarea.form-control {
  border: 1px solid #d9534f;
}
.modal .modal-content .modal-footer {
  border-top: none;
  padding-top: 0;
}
.modal .modal-content .modal-footer button.submit {
  border: none;
  color: #000;
  font-weight: 700;
  padding: 5px 20px;
  font-size: 1.125rem;
  text-transform: uppercase;
  background: #FFF;
  text-align: center;
}
.modal .modal-content .modal-footer button.submit:hover {
  background: #d7bc63;
}
.modal .modal-content .modal-footer button.submit:focus {
  outline: none;
}
@media (min-width: 768px) {
  /* HEADER --------------------- */
  header {
    padding: 100px 0 60px;
  }
  header nav .logo {
    margin-top: -98px;
    width: 240px;
    margin-left: -120px;
  }
  /* MAIN ----------------------- */
  main article {
    border-top: 3px solid #d7bc63;
    background: rgba(0, 0, 0, 0.7);
    margin-top: 15px;
  }
  main article h1,
  main article p {
    padding: 0 20px 0;
  }
  main article.bio h1,
  main article.bio p {
    padding: 0;
  }
  main article.bio p {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 300;
  }
  main article.bio p.right {
    border-top: none;
  }
  main article.bio h1 {
    text-transform: uppercase;
  }
  main article.bio .letter {
    padding-right: 3rem;
  }
  main article.bio .letter p {
    line-height: 1.375rem !important;
  }
  main article.media .video {
    margin: 0;
    border-top: none;
  }
  main article.media #ytplayer {
    height: 320px;
  }
  main article.music p {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 300;
  }
  main article.music .links {
    position: relative;
    bottom: 0;
    padding: 15px 0 0;
    margin: 15px 0 0;
  }
  main article.music .links .boton {
    margin: 0 auto -4px;
    padding: 4px 20px 0 15px;
  }
  /* FOOTER --------------------- */
  /* MODAL ---------------------- */
}
@media (min-width: 992px) {
  /* HEADER --------------------- */
  /* MAIN ----------------------- */
  main article.bio h1,
  main article.bio p {
    padding: 0 20px 0;
  }
  main article.bio .links {
    margin-top: 75px;
  }
  main article.bio p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  main article.media #ytplayer {
    height: 420px;
  }
  main article.music p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  main article.news #mc_embed_signup form.suscripcion .form-group {
    width: 60%;
  }
  main article.news #mc_embed_signup form.suscripcion .form-group.envio {
    width: 35%;
  }
  /* FOOTER --------------------- */
}
@media (min-width: 1200px) {
  /* HEADER --------------------- */
  header {
    max-width: 1350px;
    padding: 120px 0 80px;
  }
  header nav .logo {
    margin-top: -118px;
    width: 280px;
    margin-left: -140px;
  }
  /* MAIN ----------------------- */
  main {
    max-width: 1350px;
  }
  main article.news #mc_embed_signup form.suscripcion .form-group {
    width: 70%;
  }
  main article.news #mc_embed_signup form.suscripcion .form-group.envio {
    width: 25%;
  }
  main article.media #ytplayer {
    height: 480px;
  }
  /* FOOTER --------------------- */
  footer .footope {
    margin: 0 auto;
    max-width: 1350px;
  }
  #agenda {
    padding-left: 15px;
    padding-right: 15px;
  }
  #agenda .footope {
    max-width: 1350px;
  }
}

/*# sourceMappingURL=global.css.map */