@keyframes movimiento {
  0% {
    transform: translate(0) translateZ(0); }
  50% {
    transform: translateY(10px) translateZ(0); }
  to {
    transform: translate(0) translateZ(0); } }

@keyframes humo-derecha {
  from {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, -50, 50); }
  to {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0); } }

@keyframes humo-izquierda {
  from {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 50, 50); }
  to {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0); } }

@keyframes slideRight {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    transform: translateX(0%);
    opacity: 1;
    visibility: visible; } }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Inconsolata", monospace;
  background-color: #010101;
  color: white; }

h1 {
  margin: 0;
  font-family: "Bungee Shade", cursive;
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 3rem;
  text-align: center; }

h2 {
  margin: 0;
  font-family: "Bungee Shade", cursive;
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 2.5rem; }

h3 {
  margin: 0;
  font-family: "Bungee Shade", cursive;
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 2rem; }

h4, p, ul {
  margin-block-start: 0;
  margin-block-end: 0; }

.fuente-terciaria {
  font-family: "Permanent Marker", cursive;
  color: #f52ec0; }

header {
  background: rgba(0, 0, 0, 0.5); }
  header a {
    text-decoration: none;
    color: white;
    cursor: pointer; }
    header a:hover {
      color: #f52ec0;
      transition: 300ms linear;
      text-decoration: none; }
  header .seccion-activa {
    color: #f52ec0; }
  header nav {
    padding: 0.3rem 0; }
    header nav li {
      font-size: 1.2rem;
      list-style: none;
      padding: 0 0.3rem;
      cursor: pointer; }
  header ul {
    padding-left: 0; }

.redes {
  list-style: none; }
  .redes li {
    padding: 0 0.4rem;
    list-style: none; }
  .redes i {
    color: #12c8dd;
    font-size: 1.4rem; }
    .redes i:hover {
      color: white; }

.dropdown {
  margin-top: 0.5rem; }

a.dropdown-item.seccion-activa {
  color: #f52ec0; }

#dropdownMenuButton {
  background-color: #0e0d0d;
  color: #f52ec0;
  border: none;
  padding: 0.1rem 0.5rem;
  margin-right: 0.5rem; }

.dropdown-menu.show {
  background-color: #0e0d0d;
  border-color: #f52ec0;
  color: white; }

.dropdown-item {
  color: white; }

video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -100; }

#portada {
  height: 100vh; }

#tituloPrincipal {
  color: #f52ec0;
  text-align: center;
  font-family: "Bungee Shade", cursive;
  font-size: 4rem;
  line-height: 1.3; }

.contenido-principal h3 {
  font-family: 'Permanent Marker', cursive;
  color: #f52ec0; }

.contenido-principal ul li {
  list-style: none;
  text-align: center;
  border-bottom: 2px solid #f52ec0; }
  .contenido-principal ul li a {
    font-size: 1.2rem;
    color: white;
    text-decoration: none; }
    .contenido-principal ul li a:hover {
      color: #f52ec0; }

#cd {
  width: 20rem;
  transition: 2s;
  box-shadow: 7px 7px 25px 0px #363636;
  animation: movimiento 3s ease-in-out infinite; }

.seccion-noticias {
  margin-top: 5rem; }
  .seccion-noticias article {
    background-color: #0e0d0d; }
  .seccion-noticias aside {
    position: relative; }
    .seccion-noticias aside:hover h3 a {
      color: black; }
    .seccion-noticias aside h3 {
      text-align: center;
      position: absolute;
      bottom: 1rem;
      color: #e52f82;
      font-size: 1.2rem;
      left: 3.3rem; }
      .seccion-noticias aside h3 a {
        color: #e52f82;
        text-decoration: none; }

.noticias h3 {
  padding: 0.5rem 0;
  margin-block-start: 0;
  margin-block-end: 0;
  background-color: #0e0d0d;
  color: white;
  text-align: center; }

.fecha-noticia {
  background-color: #12c8dd;
  text-align: center;
  font-size: 0.75rem;
  font-weight: bolder;
  padding: 0.3rem;
  margin-block-end: 0;
  color: black; }

.cuerpo-noticia {
  font-size: 0.7rem;
  line-height: 1.5;
  font-size: 0.85rem;
  padding-bottom: 1rem; }

#contenedorBanda {
  margin-top: 5rem;
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  position: relative; }

#integrantes {
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 1rem; }

footer {
  background-color: #0e0d0d; }

.boton {
  padding: 0.4rem;
  border-color: #f52ec0;
  background-color: #f52ec0;
  border-radius: 0.2rem;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.80rem;
  font-family: "Inconsolata", monospace; }
  .boton:hover {
    border-color: white;
    color: white;
    background-color: black;
    transition: 300ms linear; }

input, textarea {
  color: white;
  padding: 0.3rem;
  font-family: 'Inconsolata', monospace;
  background-color: #0e0d0d; }
  input:focus, textarea:focus {
    outline: 0;
    border-color: #f52ec0;
    background-color: #161414; }

p.text-muted {
  text-align: center;
  font-size: 0.8rem; }

.chica {
  font-size: 2rem; }

h2.fuente-terciaria.chica {
  background-color: #0e0d0d;
  width: 65%;
  padding: 0.7rem;
  text-align: center;
  box-shadow: 0px 7px 14px 0px #363636; }

#fechas {
  padding-right: 0;
  padding-left: 0;
  background-color: #ffff00;
  box-shadow: 0px 7px 14px 0px #363636;
  position: relative; }
  #fechas p {
    margin: 0;
    color: black;
    position: relative;
    padding: 0.7rem; }
    #fechas p:hover {
      background-color: #0e0d0d;
      color: white; }
    #fechas p span {
      position: absolute;
      right: 40%; }
    #fechas p strong {
      position: absolute;
      right: 1rem;
      cursor: pointer; }
      #fechas p strong:hover {
        color: #f52ec0; }

.fechas {
  position: relative;
  z-index: 10; }

#humo-derecha {
  z-index: -10;
  animation-name: humo-derecha;
  animation-duration: 4s;
  position: absolute;
  top: 0;
  right: -10rem; }

#humo-izquierda {
  z-index: -10;
  animation-name: humo-izquierda;
  animation-duration: 4s;
  position: absolute;
  top: 10rem;
  left: -16rem; }

.contenedor-img {
  margin-top: -1.5rem; }

.fuente-terciaria.musica {
  text-align: center;
  font-size: 2.7rem; }

.cd {
  position: relative; }
  .cd .fecha-cd {
    display: none;
    color: white;
    font-family: "Inconsolata", monospace;
    background-color: #0e0d0d;
    padding: 0.3rem 0.8rem;
    font-weight: 700; }
  .cd:hover .fecha-cd {
    display: block;
    position: absolute;
    bottom: 1.5rem;
    left: 45%; }

.contenedor-caras {
  position: relative; }

.carousel {
  z-index: 20; }

#cara1 {
  position: absolute;
  left: 5%;
  top: -1.3rem;
  animation: movimiento 3s ease-in-out infinite; }

#cara2 {
  z-index: 20;
  position: absolute;
  left: 35%;
  top: -1.3rem;
  animation: movimiento 3s ease-in-out infinite; }

#cara3 {
  z-index: 20;
  position: absolute;
  left: 65%;
  top: -1.3rem;
  animation: movimiento 3s ease-in-out infinite; }

.carousel-control-next-icon {
  background-image: url("../img/derecha.png"); }

.carousel-control-prev-icon {
  background-image: url("../img/izquierda.png"); }

/* -----  videos */
#videos {
  margin-top: 3rem; }
  #videos h2 {
    text-align: center;
    margin-bottom: 1rem; }

.contenedor-videos iframe {
  width: 100%;
  height: 300px; }

.fuente-terciaria.versiones {
  margin-block-end: 0;
  text-align: left;
  margin-top: 2rem;
  font-size: 2rem;
  margin-left: 2rem; }

#versiones iframe {
  width: 100%;
  height: 280px;
  padding: 1rem; }

.slideRight-500ms {
  animation-name: slideRight;
  animation-duration: 700ms;
  animation-delay: 500ms;
  animation-timing-function: ease-in-out;
  visibility: hidden;
  animation-fill-mode: forwards; }

.slideRight-700ms {
  animation-name: slideRight;
  animation-duration: 700ms;
  animation-delay: 700ms;
  animation-timing-function: ease-in-out;
  visibility: hidden;
  animation-fill-mode: forwards; }

.slideRight-900ms {
  animation-name: slideRight;
  animation-duration: 700ms;
  animation-delay: 900ms;
  animation-timing-function: ease-in-out;
  visibility: hidden;
  animation-fill-mode: forwards; }

.slideRight-1100ms {
  animation-name: slideRight;
  animation-duration: 700ms;
  animation-delay: 1100ms;
  animation-timing-function: ease-in-out;
  visibility: hidden;
  animation-fill-mode: forwards; }

.slideRight-1300ms {
  animation-name: slideRight;
  animation-duration: 700ms;
  animation-delay: 1300ms;
  animation-timing-function: ease-in-out;
  visibility: hidden;
  animation-fill-mode: forwards; }

.slideRight-1500ms {
  animation-name: slideRight;
  animation-duration: 700ms;
  animation-delay: 1500ms;
  animation-timing-function: ease-in-out;
  visibility: hidden;
  animation-fill-mode: forwards; }

.slideRight-1700ms {
  animation-name: slideRight;
  animation-duration: 700ms;
  animation-delay: 1700ms;
  animation-timing-function: ease-in-out;
  visibility: hidden;
  animation-fill-mode: forwards; }

.slideRight-1900ms {
  animation-name: slideRight;
  animation-duration: 700ms;
  animation-delay: 1900ms;
  animation-timing-function: ease-in-out;
  visibility: hidden;
  animation-fill-mode: forwards; }

.slideRight-2100ms {
  animation-name: slideRight;
  animation-duration: 700ms;
  animation-delay: 2100ms;
  animation-timing-function: ease-in-out;
  visibility: hidden;
  animation-fill-mode: forwards; }

.slideRight-2300ms {
  animation-name: slideRight;
  animation-duration: 700ms;
  animation-delay: 2300ms;
  animation-timing-function: ease-in-out;
  visibility: hidden;
  animation-fill-mode: forwards; }

.slideRight-2500ms {
  animation-name: slideRight;
  animation-duration: 700ms;
  animation-delay: 2500ms;
  animation-timing-function: ease-in-out;
  visibility: hidden;
  animation-fill-mode: forwards; }

.slideRight-2700ms {
  animation-name: slideRight;
  animation-duration: 700ms;
  animation-delay: 2700ms;
  animation-timing-function: ease-in-out;
  visibility: hidden;
  animation-fill-mode: forwards; }

div[class*="slideRight"] {
  padding: 0.3rem; }
  div[class*="slideRight"]:hover img {
    filter: brightness(150%); }

h4 {
  font-size: 0.9rem; }

.body-tienda header {
  position: relative; }

.body-tienda .fa-shopping-cart {
  font-size: 1.3rem;
  position: absolute;
  right: 2rem; }
  .body-tienda .fa-shopping-cart:hover {
    cursor: pointer;
    color: #f52ec0; }

.body-tienda main h3 {
  margin-top: 1rem;
  color: #f52ec0;
  text-align: center;
  font-family: "Permanent Marker", cursive;
  font-size: 1.7rem; }
  .body-tienda main h3 #filtros {
    color: whitesmoke; }
  .body-tienda main h3 span:hover {
    color: whitesmoke;
    cursor: pointer; }

.body-tienda .fondo-tienda {
  padding: 2rem 0;
  background-color: #0e0d0d;
  margin-top: 2rem;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto auto auto auto; }
  .body-tienda .fondo-tienda article {
    color: white;
    font-size: 1rem;
    display: grid;
    align-items: center;
    justify-items: center;
    grid-gap: 0.5rem; }
    .body-tienda .fondo-tienda article:hover button {
      transform: scale(1.1); }

.descripcion {
  text-align: center; }

.precio {
  color: #f52ec0; }

.fondo-tienda button {
  padding: 0.3rem; }

#talle {
  background-color: #0e0d0d;
  border-color: #f52ec0;
  color: white; }

.caja-cd {
  position: relative;
  font-size: 0.8rem; }
  .caja-cd > div {
    padding: 0.5rem 0;
    border-radius: 2%;
    display: none;
    position: absolute;
    right: -13rem;
    background-color: #0e0d0d;
    border: 1px solid white;
    color: white;
    z-index: 100;
    width: 100%; }
  .caja-cd > div.caja4 {
    left: -13rem;
    right: 5rem; }
  .caja-cd:hover > div {
    display: block; }
  .caja-cd p {
    font-weight: 500;
    padding-left: 1.4rem;
    color: wheat; }
  .caja-cd div ol {
    margin-block-end: 0;
    margin-right: 0.8rem; }

.footer-tienda {
  font-size: 1rem;
  display: block;
  padding-left: 2rem; }
  .footer-tienda h4 {
    margin-bottom: 0.8rem; }
  .footer-tienda ul {
    list-style: none;
    display: flex;
    padding-left: 0; }
  .footer-tienda i {
    margin-right: 0.5rem;
    font-size: 2rem;
    padding: 0; }

#error {
  height: 90vh; }
  #error section h2 {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    font-family: "Permanent Marker", cursive;
    color: #f52ec0; }
  #error section div {
    position: relative; }
    #error section div h1 {
      font-size: 9rem;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.3); }
    #error section div h2 {
      position: absolute;
      top: 35%;
      width: 100%;
      text-align: center;
      font-size: 3rem;
      font-family: "Permanent Marker", cursive;
      color: #f52ec0; }
  #error section h3 {
    margin-top: 2rem;
    width: 100%;
    text-align: center; }
    #error section h3 a {
      color: white;
      text-decoration: none;
      font-family: "Inconsolata", monospace; }
      #error section h3 a:hover {
        color: #f52ec0;
        transition: 300ms linear; }

/* medias generales */
@media (max-width: 366px) {
  h1 {
    font-size: 2.2rem; } }

/* medias para index */
@media (min-width: 240px) and (max-width: 534px) {
  h2 {
    font-size: 1.8rem; }
  #tituloPrincipal {
    font-size: 2rem;
    padding-right: 0;
    padding-left: 0; } }

@media (max-width: 766px) {
  body.index.container-fluid {
    padding-right: 0px;
    padding-left: 0px; }
  .caja-cd:hover > div {
    display: none; }
  #portada {
    height: auto;
    background-image: url(../img/humo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 3rem 0; }
  #tituloPrincipal {
    margin: 3rem 0;
    color: black; }
  .seccion-noticias {
    padding-right: 15px;
    padding-left: 15px; }
  footer.index {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 767px) and (max-width: 991px) {
  .caja-cd > div {
    right: -10.5rem; }
  .caja-cd > div.caja4 {
    left: -10.5rem;
    right: 5rem; } }

@media (min-width: 768px) and (max-width: 815px) {
  .seccion-noticias aside h3 {
    font-size: 1rem;
    left: 2rem; } }

@media (min-width: 816px) and (max-width: 1060px) {
  .seccion-noticias aside h3 {
    font-size: 1.2rem;
    left: 3rem; } }

/* medias para fechas */
@media (max-width: 514px) {
  #fechas p {
    text-align: center; }
    #fechas p span, #fechas p strong {
      position: static; } }

/* media para musica */
@media (max-width: 694px) {
  #musica {
    margin: auto; } }

@media (min-width: 992px) and (max-width: 1229px) {
  #cara1 {
    width: 30%; }
  #cara2 {
    width: 30%; }
  #cara3 {
    width: 30%; } }

@media (min-width: 230px) and (max-width: 438px) {
  .body-tienda .fondo-tienda {
    grid-template-columns: auto;
    grid-template-rows: auto; } }

@media (min-width: 439px) and (max-width: 768px) {
  .body-tienda .fondo-tienda {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto auto auto auto; } }

/* medias para error404 */
@media (min-width: 200px) and (max-width: 768px) {
  #error section div {
    position: static; }
    #error section div h2 {
      position: static; }
    #error section div h1 {
      font-size: 3.7rem; } }
