nav{
  z-index: 3;
}

.muralBG{
  position: absolute;
    bottom: 0;
}

 .bg-black {
    background-color: #0000007d;
 }

.muralContent{
  position: relative;
  top: 80px;
}

.backViole{
  border-radius: 20px!important;
  background: linear-gradient(180deg, #3e539b 41.35%, #792797 100%)!important;
}

.syncopate-regular {
  font-family: "Syncopate", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.syncopate-bold {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.tilt-neon {
  font-family: "Tilt Neon", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "XROT" 0,
    "YROT" 0;
}

.crew{
	background: linear-gradient(180deg, #8A2AE0 41.35%, #4B177A 100%);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Define the keyframes for the wiggle animation */
@keyframes wiggle {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-5deg); }
  50% { transform: rotate(5deg); }
  75% { transform: rotate(-2deg); }
  100% { transform: rotate(0deg); }
}

/* Apply the animation to an HTML element */
.wiggle-element {
  animation-name: wiggle;
  animation-duration: 1s; /* Adjust duration as needed */
  animation-iteration-count: infinite; /* Or a specific number */
  animation-timing-function: ease-in-out; /* Or other timing functions */
}


a h2.title {
  font-weight: 300;
}



a h2.title:hover {
font-weight: 800;
transition: font-variation-settings 1s ease-out;
 animation-duration: 0.5s; /* Adjust duration as needed */
}



.imageNovedad {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #6bdab6;
}

.containerNovedad:hover .overlay {
  opacity: 1;
}

.textNovedad {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}



.overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #4B0081;
}

.containerNovedad:hover .overlay2 {
  opacity: 1;
}