@font-face {
  font-family: 'groove';
  src: url(/fonts/Skrapbook.ttf) format('truetype');
  font-display: swap;
}


::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f4eaff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #d29bee, #b166cf);
  border-radius: 10px;
  border: 2px solid #f4eaff;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #b166cf, #8c3bb2);
}

* {
  scrollbar-width: thin;
  scrollbar-color: #b166cf #f4eaff;
}


section h1,
article h1,
aside h1,
nav h1 {
  font-size: 70px;
}

#header-bar .main-nav nav ul li a,
html,
body {
  font-family: "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", "Roboto", "Helvetica", sans-serif !important;
  font-weight: 400;
}

html,
body {
  margin: 0;
}

body {
  background: top center / contain repeat-y url(/public/fondo2.webp);
}

ul {
  margin: 0;
  padding: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

h1 {
  color: black !important;
  position: relative;
  margin: 0px 0px 25px !important;
}

a {
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 799px) {
  h1 {
    margin: 0px 0px 60px !important;
  }

  .new-cover h1 {
    margin: 0px !important;
  }
}

#site-header {
  min-height: 600px !important;
  z-index: unset !important;
}

@keyframes changeBackground {
  0% {
    background-image: url('/public/images/fondoGuitarra2.webp');
    background-size: 115%;
    background-position: 78% 65%;
  }

  32% {
    background-image: url('/public/images/fondoGuitarra2.webp');
    background-size: 115%;
    background-position: 78% 65%;
  }

  33% {
    background-image: url('/public/images/fondo5.webp');
    background-size: 136%;
    background-position: 0% 50%;
  }

  65% {
    background-image: url('/public/images/fondo5.webp');
    background-size: 136%;
    background-position: 0% 50%;
  }

  66% {
    background-image: url('/public/images/lilarome_index2.webp');
    background-size: cover;
    background-position: 0% 100%;
  }

  99% {
    background-image: url('/public/images/lilarome_index2.webp');
    background-size: cover;
    background-position: 0% 100%;
  }

  100% {
    background-image: url('/public/images/fondoGuitarra2.webp');
    background-size: 115%;
    background-position: 78% 65%;
  }
}

#header-content-inline {
  max-width: 100%;
  position: relative;
  z-index: 500 !important;
  min-height: 600px !important;
  background-color: #e1c7ff;
  background-image: url('/public/images/fondoGuitarra2.webp');
  animation: changeBackground 20s infinite;
}



#header-content-inline .flex {
  justify-content: flex-start;
  align-items: center;
  height: 100% !important;
}

@media screen and (max-width: 1510px) {
  @keyframes changeBackground {
    0% {
      background-image: url('/public/images/fondoGuitarra2.webp');
      background-size: cover;
      background-position: 78% 100%;
    }

    32% {
      background-image: url('/public/images/fondoGuitarra2.webp');
      background-size: cover;
      background-position: 78% 100%;
    }

    33% {
      background-image: url('/public/images/fondo5.webp');
      background-size: 136%;
      background-position: 0% 50%;
    }

    65% {
      background-image: url('/public/images/fondo5.webp');
      background-size: 136%;
      background-position: 0% 50%;
    }

    66% {
      background-image: url('/public/images/lilarome_index2.webp');
      background-size: cover;
      background-position: 0% 100%;
    }

    99% {
      background-image: url('/public/images/lilarome_index2.webp');
      background-size: cover;
      background-position: 0% 100%;
    }

    100% {
      background-image: url('/public/images/fondoGuitarra2.webp');
      background-size: cover;
      background-position: 78% 100%;
    }
  }
}

@media screen and (max-width: 1149px) {

  @keyframes changeBackground {
    0% {
      background-image: url('/public/images/fondoGuitarra2.webp');
      background-size: cover;
      background-position: center 50%;
    }

    32% {
      background-image: url('/public/images/fondoGuitarra2.webp');
      background-size: cover;
      background-position: center 50%;
    }

    33% {
      background-image: url('/public/images/fondo5.webp');
      background-size: 136%;
      background-position: 0% 50%;
    }

    65% {
      background-image: url('/public/images/fondo5.webp');
      background-size: 136%;
      background-position: 0% 50%;
    }

    66% {
      background-image: url('/public/images/lilarome_index2.webp');
      background-size: cover;
      background-position: 0% 100%;
    }

    99% {
      background-image: url('/public/images/lilarome_index2.webp');
      background-size: cover;
      background-position: 0% 100%;
    }

    100% {
      background-image: url('/public/images/fondoGuitarra2.webp');
      background-size: cover;
      background-position: center 50%;
    }
  }

  #header-content-inline {
    background-image: url(/public/images/fondoGuitarra2.webp);
    animation: changeBackground 20s infinite;
  }
}

@media screen and (max-width: 1024px) {

  @keyframes changeBackground {
    0% {
      background-image: url('/public/images/fondoGuitarra2.webp');
      background-size: cover;
      background-position: center 50%;
    }

    32% {
      background-image: url('/public/images/fondoGuitarra2.webp');
      background-size: cover;
      background-position: center 50%;
    }

    33% {
      background-image: url('/public/images/fondo5.webp');
      background-size: cover;
      background-position: 20% 50%;
    }

    65% {
      background-image: url('/public/images/fondo5.webp');
      background-size: cover;
      background-position: 20% 50%;
    }

    66% {
      background-image: url('/public/images/lilarome_index2.webp');
      background-size: cover;
      background-position: center 50%;
    }

    99% {
      background-image: url('/public/images/lilarome_index2.webp');
      background-size: cover;
      background-position: center 50%;
    }

    100% {
      background-image: url('/public/images/fondoGuitarra2.webp');
      background-size: cover;
      background-position: center 50%;
    }
  }
}

@media only screen and (max-width: 975px) {
  @keyframes changeBackground {
    0% {
      background-image: url('/public/images/fondoGuitarra2.webp');
      background-size: cover;
      background-position: center 50%;
    }

    32% {
      background-image: url('/public/images/fondoGuitarra2.webp');
      background-size: cover;
      background-position: center 50%;
    }

    33% {
      background-image: url('/public/images/fondo5.webp');
      background-size: cover;
      background-position: center 50%;
    }

    65% {
      background-image: url('/public/images/fondo5.webp');
      background-size: cover;
      background-position: center 50%;
    }

    66% {
      background-image: url('/public/images/lilarome_index2.webp');
      background-size: cover;
      background-position: center 100%;
    }

    99% {
      background-image: url('/public/images/lilarome_index2.webp');
      background-size: cover;
      background-position: center 100%;
    }

    100% {
      background-image: url('/public/images/fondoGuitarra2.webp');
      background-size: cover;
      background-position: center 50%;
    }
  }

}

@media only screen and (max-width: 699px) {
  #header-content-inline {
    background-size: cover;
    background-position: center 20%;
  }
}

@media screen and (max-width: 480px) {
  #header-content-inline .flex {
    align-items: flex-start;
  }
}

#header-content-inline .banner-custom-content {
  width: 50% !important;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-top: 3px;
}

#header-content-inline .banner-custom-content p {
  text-align: left;
  margin-left: auto;
  margin-top: 5%;
}

#header-content-inline .banner-custom-content .center {
  margin-left: 15%;
  margin-top: auto;
}

#header-content-inline .banner-custom-content .hero-image-wrap {
  display: block;
}

.groove-font {
  font-family: groove;
  font-size: x-large;
}

.social {
  display: block;
}

#header-content-inline .banner-custom-content .hero-image-wrap .hero-image {
  width: 100%;
  min-width: 100px;
  height: auto;
  filter: drop-shadow(2px 2px 1px rgba(200, 200, 200, 0.3));
  display: block;
}

@media (min-width: 770px) {
  #header-content-inline .banner-custom-content .hero-image-wrap .hero-image {
    max-width: 95%;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1366px) {
  #header-content-inline .banner-custom-content .hero-image-wrap .hero-image {
    width: 250px;
  }
}

@media (max-width: 770px) {
  #header-content-inline .banner-custom-content .hero-image-wrap .hero-image {
    width: 200px;
  }
}



#header-content-inline .banner-custom-content .hero-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}

a.hero-image-wrap img.hero-image {
  width: 95%;
  height: 100%;
}

img.hero-image {
  width: 40%;
  height: 100%;
}

#slideshow-inner ul img.lazy {
  width: auto;
  height: 100%;
}

img.lazy {
  width: auto;
  height: 100%;
}

.container {
  position: absolute;
  z-index: 9999;
  right: 10%;
  position: absolute;
  z-index: 9999;
}

/* Menu */
nav.menu {
  float: right;
  text-align: left;
  padding-top: 0.5%;
}


select.languageSelect {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem 0.5rem;
  background-color: white;
  border: 2px solid #002c33;
  border-radius: 20px;
  color: #002c33;
  appearance: none;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin: 37px 0 0 15px;
  width: auto;
  position: relative;
}

/* Flecha personalizada */
select.languageSelect::after {
  content: '▼';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1rem;
  color: #002c33;
}

/* Efecto hover */
select.languageSelect:hover {
  background-color: #d5f4ca;
  border-color: #005555;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

/* Efecto focus */
select.languageSelect:focus {
  outline: none;
  border-color: #009688;
  box-shadow: 0 0 0 3px rgba(0, 150, 136, 0.2);
}

nav.socials {
  display: none;
}

nav.menu .navigation,
nav.socials {
  list-style: none;
  font-size: 20px;
  line-height: 20px;
}

nav.menu .navigation li {
  display: inline-block;
  padding: 5px 14px 0 20px
}

nav.socials li {
  display: inline-block;
  padding: 5px 14px 0 20px
}

nav.menu .navigation li a,
nav.socials li a {
  display: block;
  color: white;
  padding: 12px 0 5px 0;
  text-decoration: auto;
  font-weight: 600;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease-in-out;
}

nav.menu .navigation li a:hover,
nav.socials li a:hover {
  transform: scale(1.2);
}

nav.menu .navigation li a i,
nav.socials li a i {
  font-size: 18px;
  margin-left: 5px;
}

span.spanNone {
  display: inline-flex;
}

nav.socials ul {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  white-space: nowrap;
  vertical-align: baseline;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  gap: 8px;
}

nav.menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0px;
}

nav.menu .navigation {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -250px;
  width: 150px;
  background: linear-gradient(to top, #6247AA 1%, #A594F9 100%);
  overflow: auto;
  z-index: 9;
  padding: 50px;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  transition: transform 500ms ease;
  padding-top: 25px;
}

body.offcanvas .navigation {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

nav.menu {
  float: none;
  text-align: left;
}

nav.menu .navigation ul li {
  display: block;
  margin: 0;
  padding: 0;
}

nav.menu .navigation ul>li>a,
nav.menu .navigation ul>li>span {
  display: block;
  border-radius: 3px !important;
  padding: 15px 10px;
}


nav.menu .navigation ul>li>a i {
  display: none;
}

nav.menu .navigation ul li a:after,
nav.menu .navigation ul li span:after {
  display: none;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 8000;
  height: auto;
}

nav.socials {
  display: flex;
  flex-flow: nowrap;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  white-space: nowrap;
}

select.languageSelect {
  float: unset;
  margin: auto;
  margin-top: 10px;
}

#botonOffCanvas {
  display: block;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: none;
  font-size: 35px;
  -webkit-transition: background-color .25s, top .2s;
  transition: background-color .25s, top .2s;
  margin: unset;
  padding: unset;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
  top: 26px;
  position: absolute;
  left: -8%;
  width: 70px;
}

#botonOffCanvas img {
  height: 35px;
}

#botonOffCanvas .ico {
  font-size: 25px;
  vertical-align: middle;
}

#offcanvas-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  overflow: hidden;
  z-index: 900;
}

body.offcanvas {
  height: 100%;

}

#offcanvas-overlay {
  display: none;
}

nav.socials .socialLogo,
nav.menu .socialLogo,
footer .socialLogo {
  font-size: .75rem;
  line-height: 1rem;
  text-align: center;
  min-width: 8px;
  width: 27px;
  height: 24px;
}

footer .socialLogo {
  width: 25px;
  height: 25px;
}

footer .socialLogo {
  transition: transform 0.3s ease-in-out;
}

footer .socialLogo:hover {
  transform: scale(1.2);
}


@media screen and (max-width: 799px) {
  #header-content-inline .banner-custom-content .hero-text {
    font-size: 0.8rem;
  }

  nav.menu ul {
    margin: 0px;
  }
}

#header-content-inline .banner-custom-content .hero-button {
  margin-top: 40px;
}

@media screen and (max-width: 799px) {
  #header-content-inline .banner-custom-content .hero-button {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 699px) {

  @keyframes changeBackground {
    0% {
      background-image: url('/public/images/fondoGuitarra2.webp');
    }

    32% {
      background-image: url('/public/images/fondoGuitarra2.webp');
    }

    33% {
      background-image: url('/public/images/fondo4_665x1440.webp');
    }

    65% {
      background-image: url('/public/images/fondo4_665x1440.webp');
    }

    66% {
      background-image: url('/public/images/lilarome_index_665x1440.webp');
    }

    99% {
      background-image: url('/public/images/lilarome_index_665x1440.webp');
    }

    100% {
      background-image: url('/public/images/fondoGuitarra2.webp');
    }
  }

  #header-content-inline {
    background-image: url(/public/images/fondoGuitarra2.webp);
    animation: changeBackground 20s infinite;
    background-size: cover;
    background-position: center 50%;
  }

  #header-content-inline .banner-custom-content {
    flex-direction: unset;
    justify-content: unset;
    margin-top: 10px;
  }

  nav.socials li {
    padding: 5px 8% 0 8%;
  }

  #botonOffCanvas {
    left: -20px;
  }
}

@media screen and (max-width: 580px) {
  #header-content-inline .banner-custom-content {
    width: 100% !important;
    margin-top: 100px;
    justify-content: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 110px;
    align-items: center;
  }

  nav.socials .socialLogo,
  nav.menu .socialLogo,
  footer .socialLogo {
    width: 18px;
    height: 18px;
  }

  #header-content-inline .banner-custom-content p {
    text-align: center;
    margin-left: unset;
    margin-top: unset;
  }

  #botonOffCanvas {
    top: 23px;
    right: 6%;
    margin: unset;
    left: unset;
    width: unset;
  }

  .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: -74px;
    right: 0%;
    left: 0%;
  }

  select.languageSelect {
    position: absolute;
    right: unset;
    left: 2%;
    bottom: unset;
  }

  nav.socials {
    margin: 20px 0px 0px 0px;
  }


  nav.socials {
    float: none;
    text-align: left;
    position: unset !important;
    transform: unset !important;
  }

  nav.socials ul {
    display: unset;
    flex-flow: unset;
    flex-direction: unset;
    align-content: unset;
    justify-content: unset;
    white-space: unset;
    vertical-align: unset;
    flex-wrap: unset;
    align-items: unset;
    list-style: none;
  }

  #botonOffCanvas img {
    height: 20px;
  }


  nav.socials ul li {
    display: block;
    margin: 0;
    padding: 0;
  }

  nav.socials ul>li>a {
    display: block;
    border-radius: 3px !important;
    padding: 15px 10px;
  }

  nav.socials ul,
  nav.socials ul li {
    display: block;
    margin: 0;
    padding: 0;
  }

  nav.socials ul li {
    margin-right: 0;
  }

  nav.socials ul {
    display: flex;
    justify-content: flex-start;
    gap: 0;
  }

  nav.socials li a {
    display: block;
    color: white;
    padding: 12px 0 5px 0;
    text-decoration: auto;
    font-weight: 600;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
    touch-action: manipulation;
  }
}

@media screen and (max-width: 376px) {
  nav.socials ul>li>a {
    display: block;
    border-radius: 3px !important;
    padding: 15px 6px;
  }
}


#header-content-inline .banner-custom-content .hero-button:before {
  background-color: rgba(243, 231, 247, 0.2);
}

#header-content-inline .banner-custom-content .hero-button:after {
  background-color: #ffffff;
}

#header-content-inline .banner-custom-content .hero-button:hover {
  color: #640f4a !important;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 80s alternate infinite;
  -moz-animation: rotating 80s alternate infinite;
  -ms-animation: rotating 80s alternate infinite;
  -o-animation: rotating 80s alternate infinite;
  animation: rotating 80s alternate infinite;
}

.tickets-section,
.music-section {
  padding: 75px 0px 200px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  transition: background-color 1s ease-in-out, color 1s ease-in-out;
}

.music-section {
  background: linear-gradient(to bottom, rgba(250, 230, 225, 0) 0%, #F29DFF 50%, rgba(250, 230, 225, 0) 100%);
}

.tickets-section {
  padding: 75px 0px 70px;
}

.music-section .music-title,
.tickets-section .tickets-title {
  font-size: xx-large;
  font-size: 70px;
}

.tickets-title {
  margin: 0px 0px 10px !important;
}


.background-image2 {
  width: 700px;
  height: 1000px;
  bottom: 0;
  right: 0px;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  transform: translate(0%, 394%);
  overflow: hidden;
  opacity: 0.2;
}

.background-image4 {
  width: 400px;
  height: 676px;
  bottom: 0;
  right: 100px;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  transform: translate(0%, 22%) rotate(270deg);
  overflow: hidden;
  opacity: 0.7;
  clip-path: inset(0 43% 0 0);
}

.background-image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transform: rotate(-90deg) translate(-200%, -110%);
  opacity: 0.2;

  aspect-ratio: 3141 / 887;
  object-fit: contain;
  height: auto;

  width: 1500px;
  height: 500px;

}

.background-image3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transform: translate(40%, 22%) rotate(90deg);
  opacity: 0.7;
  clip-path: inset(0 0 0 43%);

  width: 100%;
  max-width: 400px;
  aspect-ratio: 400 / 676;
  object-fit: contain;
  height: auto;
}



@media screen and (max-width: 1318px) {
  .background-image4 {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .background-image {
    transform: rotate(-90deg) translate(-168%, -140%);
  }
}

@media screen and (max-width: 580px) {

  .background-image2 {

    width: 451px;
    height: 600px;
    bottom: 0;
    right: 0px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    transform: translate(0%, 612%);
    overflow: hidden;
    opacity: 0.2;
  }

  .music-section .music-title,
  .tickets-section .tickets-title {
    font-size: 40px;
    margin: 0px 0px 20px !important;
  }

  .background-image {
    transform: rotate(-90deg) translate(-157%, -140%);
  }
}



.flower-5 {
  pointer-events: none;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-26%, -21%);
  display: block;
  z-index: -2;
  width: 210px;
  height: 210px;
  top: 9%;
  right: 84%;
  background-image: url(/public/images/flower-5.webp);
  background-image: image-set(url('/public/images/flower-5.webp') type('image/webp'),
      url('/public/images/flower-5.png') type('image/png'));
  overflow: hidden;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  transition: filter 0.5s ease;
}

.flower-6 {
  pointer-events: none;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-26%, -21%);
  display: block;
  z-index: -2;
  width: 250px;
  height: 600px;
  top: 23%;
  right: 86%;
  background-image: url(/public/images/flower-8.webp);
  background-image: image-set(url('/public/images/flower-8.webp') type('image/webp'),
      url('/public/images/flower-8.webp') type('image/png'));
  overflow: hidden;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  transition: filter 0.5s ease;
}

.flower-7 {
  pointer-events: none;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
  width: 196px;
  height: 158px;
  top: 16%;
  left: 83%;
  background-image: url(/public/images/flower-6.webp);
  background-image: image-set(url('/public/images/flower-6.webp') type('image/webp'),
      url('/public/images/flower-6.png') type('image/png'));
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  transform: translate(-26%, -21%);

  overflow: hidden;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  transition: filter 0.5s ease;
}

.flower-8 {
  pointer-events: none;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-26%, -21%);
  z-index: -1;
  width: 250px;
  height: 600px;
  top: 28%;
  left: 83%;
  background-image: url(/public/images/flower-7.webp);
  background-image: image-set(url('/public/images/flower-7.webp') type('image/webp'),
      url('/public/images/flower-7.png') type('image/png'));
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  overflow: hidden;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
  transition: filter 0.5s ease;
}

.flower-1 {
  pointer-events: none;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-24%, -29%);
  display: block;
  z-index: 0;
  width: 453px;
  height: 759px;
  top: 23%;
  left: -27px;
  background-image: url(/public/images/flowers-music2.webp);
  background-image: image-set(url(/public/images/flowers-music2.webp) type('image/webp'), url(/public/images/flowers-music2.png) type('image/png'));
  overflow: hidden;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
  transition: filter 0.5s ease;
}


.flower-3 {
  right: -76px;
  pointer-events: none;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 600px;
  height: 800px;
  top: 20%;
  /* left: 83%; */
  background-image: url(/public/images/flowers-music.webp);
  background-image: image-set(url(/public/images/flowers-music.webp) type('image/webp'), url(/public/images/flowers-music.png) type('image/png'));
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /* transform: translate(-34%, -28%); */
  overflow: hidden;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
  transition: filter 0.5s ease;
}

.flower {
  transition: opacity 0.5s ease-out;
  opacity: 1;
}

.flower.hidden {
  opacity: 0;
}

.plant {
  animation: sway 20s ease-in-out infinite alternate;
}

/* Animación de movimiento */
@keyframes sway {
  0% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(-5deg);
  }
}

@media (max-width: 768px) {
  .mobile-hide-br {
    display: none;
  }
}


#slideshow-wrap {
  display: block;
  min-width: 130px;
  max-width: 640px;
  height: 640px;
  margin: auto;
  box-shadow: 0 6px 20px rgba(177, 102, 207, 0.3);
  position: relative;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  scroll-snap-align: start;
  border-radius: 12px;

}

#slideshow-inner {
  width: 100%;
  height: 720px;
  overflow: hidden;
  position: relative;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  border-radius: 6px;

}

#slideshow-inner>ul {
  padding: 0;
  list-style: none;
  display: flex;
  height: 100%;
  width: 800%;
  overflow: hidden;
  position: relative;
  left: 0px;
  -webkit-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
  margin: 0;
  padding: 0;
  border-radius: 6px;
  flex-wrap: nowrap;
}

#slideshow-inner>ul>li {
  width: 20%;
  height: 640px;
  float: left;
  position: relative;
  border-radius: 6px;

}

#slideshow-inner>ul>li>picture img {
  margin: auto;
  height: 100%;
  scroll-snap-align: start;
  border-radius: 12px;
}

#slideshow-inner>ul>li>img {
  margin: auto;
  height: 100%;
  scroll-snap-align: start;
  border-radius: 12px;
}

#slideshow-wrap input[type=radio] {
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 100;
  visibility: hidden;
  border-radius: 12px;

}

#slideshow-wrap label:not(.arrows):not(.show-description-label) {
  position: absolute;
  left: 50%;
  bottom: -45px;
  z-index: 100;
  width: 12px;
  height: 12px;
  background-color: rgba(200, 200, 200, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .8);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .8);
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  display: none;
  border-radius: 12px;

}

#slideshow-wrap label:not(.arrows):active {
  bottom: -46px
}

#slideshow-wrap input[type=radio]#button-1:checked~label[for=button-1] {
  background-color: rgba(100, 100, 100, 1)
}

#slideshow-wrap input[type=radio]#button-2:checked~label[for=button-2] {
  background-color: rgba(100, 100, 100, 1)
}

#slideshow-wrap input[type=radio]#button-3:checked~label[for=button-3] {
  background-color: rgba(100, 100, 100, 1)
}

#slideshow-wrap input[type=radio]#button-4:checked~label[for=button-4] {
  background-color: rgba(100, 100, 100, 1)
}

#slideshow-wrap input[type=radio]#button-5:checked~label[for=button-5] {
  background-color: rgba(100, 100, 100, 1)
}

#slideshow-wrap input[type=radio]#button-6:checked~label[for=button-6] {
  background-color: rgba(100, 100, 100, 1)
}

#slideshow-wrap input[type=radio]#button-7:checked~label[for=button-7] {
  background-color: rgba(100, 100, 100, 1)
}

#slideshow-wrap input[type=radio]#button-8:checked~label[for=button-8] {
  background-color: rgba(100, 100, 100, 1)
}


#slideshow-wrap label[for=button-1] {
  margin-left: -36px
}

#slideshow-wrap label[for=button-2] {
  margin-left: -18px
}

#slideshow-wrap label[for=button-4] {
  margin-left: 18px
}

#slideshow-wrap label[for=button-5] {
  margin-left: 36px
}

#slideshow-wrap label[for=button-6] {
  margin-left: 36px
}

#slideshow-wrap label[for=button-7] {
  margin-left: 36px
}

#slideshow-wrap label[for=button-7] {
  margin-left: 36px
}

#slideshow-wrap input[type=radio]#button-1:checked~#slideshow-inner>ul {
  left: 0
}

#slideshow-wrap input[type=radio]#button-2:checked~#slideshow-inner>ul {
  left: -100%
}

#slideshow-wrap input[type=radio]#button-3:checked~#slideshow-inner>ul {
  left: -200%
}

#slideshow-wrap input[type=radio]#button-4:checked~#slideshow-inner>ul {
  left: -300%
}

#slideshow-wrap input[type=radio]#button-5:checked~#slideshow-inner>ul {
  left: -400%
}

#slideshow-wrap input[type=radio]#button-6:checked~#slideshow-inner>ul {
  left: -500%
}

#slideshow-wrap input[type=radio]#button-7:checked~#slideshow-inner>ul {
  left: -600%
}

#slideshow-wrap input[type=radio]#button-8:checked~#slideshow-inner>ul {
  left: -700%
}




label.arrows {
  font-family: groove;
  font-size: 70px;
  color: black;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  display: none;
  opacity: 0.9;
  cursor: pointer;
  z-index: 1000;
  background-color: transparent;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  text-shadow: 2px 2px 2px rgba(177, 102, 207, 0.8);
}

label.arrows:hover {
  opacity: 1
}

label.arrows:active {
  margin-top: -23px
}

input[type=radio]#button-1:checked~.arrows#arrow-2,
input[type=radio]#button-2:checked~.arrows#arrow-3,
input[type=radio]#button-3:checked~.arrows#arrow-4,
input[type=radio]#button-4:checked~.arrows#arrow-5,
input[type=radio]#button-5:checked~.arrows#arrow-6,
input[type=radio]#button-6:checked~.arrows#arrow-7,
input[type=radio]#button-7:checked~.arrows#arrow-8 {
  right: -55px;
  display: block;
}

input[type=radio]#button-2:checked~.arrows#arrow-1,
input[type=radio]#button-3:checked~.arrows#arrow-2,
input[type=radio]#button-4:checked~.arrows#arrow-3,
input[type=radio]#button-5:checked~.arrows#arrow-4,
input[type=radio]#button-6:checked~.arrows#arrow-5,
input[type=radio]#button-7:checked~.arrows#arrow-6,
input[type=radio]#button-8:checked~.arrows#arrow-7 {
  left: -55px;
  display: block;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

input[type=radio]#button-2:checked~.arrows#arrow-1 {
  left: -19px
}

input[type=radio]#button-3:checked~.arrows#arrow-2 {
  left: -37px
}

input[type=radio]#button-5:checked~.arrows#arrow-4 {
  left: -73px
}

input[type=radio]#button-6:checked~.arrows#arrow-5 {
  left: -91px;
}

input[type=radio]#button-7:checked~.arrows#arrow-6 {
  left: -91px;
}

input[type=radio]#button-8:checked~.arrows#arrow-7 {
  left: -91px;
}


.description {
  position: relative;
  top: 0;
  left: 0;
  width: 260px;
  font-family: 'Yanone Kaffeesatz';
  z-index: 1000;
}

.description input {
  visibility: hidden
}

.description label {
  font-family: 'WebSymbolsRegular';
  background-color: rgba(255, 255, 240, 1);
  position: relative;
  left: -17px;
  top: 00px;
  width: 40px;
  height: 27px;
  display: inline-block;
  text-align: center;
  padding-top: 7px;
  border-bottom-right-radius: 15px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  z-index: 5;
  color: rgb(20, 20, 20);
}

#slideshow-inner>ul>li:hover .description label {
  opacity: 1
}

.description input[type=checkbox]:checked~label {
  opacity: 1
}

.description-text {
  position: absolute;
  top: 20px;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.description-text-cover {
  position: realtive;
  top: 20px;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;

}

.botonListen {
  display: inline-flex;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
  font-family: 'groove';
  font-size: xxx-large;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 640px;
  text-align: center;
  filter: drop-shadow(2px 2px 2px rgba(177, 102, 207, 0.8));
}

.texto-boton {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.trackbytrack {
  text-decoration: none;
  font-weight: bold;
  color: #a43ed8;
}

.texto-boton:hover,
.trackbytrack:hover {
  background-color: #0056b3;
  color: #fff;
}

input[type=checkbox]:checked~.description-text {
  opacity: 1
}

.new-game {
  z-index: 1;
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  bottom: 0;
  right: 0;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .2));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .2));
}

.new-cover {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  left: 9%;
  top: 23%;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
}

.new-cover p {
  margin: 0;
  color: white;
  text-wrap: wrap;
  text-align: center;
}

@font-face {
  font-family: blade;
  src: url(https://lilarome.com/fonts/blade_runner_movie_font/BLADRMF_.TTF);
}

p.venom {
  font-family: blade;
}

.game {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 32% 36%;
  background-image: url('https://lilarome.com/public/images/cards/clicktoPlayVenom777.webp');
  background-image: image-set(url('https://lilarome.com/public/images/cards/clicktoPlayVenom777.webp') type('image/webp'),
      url('https://lilarome.com/public/images/cards/clicktoPlayVenom777.png') type('image/png'));
  width: 110px;
  height: 110px;
  margin: 22px;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .1));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, .1));
  transition: transform 0.3s ease-in-out;
}

.game:hover {
  transform: scale(1.1);
}


.bit-widget {
  font-size: 16px;
  font-family: Helvetica;
  width: 100%;
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
}

.bit-widget .bit-details:first-child {
  flex-grow: 0 !important;
}

.bit-widget .bit-clickable-nav-link {
  font-weight: 500 !important;
}

.bit-widget .bit-local-events {
  border-color: rgba(124, 124, 124, 0) !important;
}

.bit-widget .bit-offers {
  background-color: #07C4BB;
  background-color: rgba(74, 74, 74, 0);
  border: 1px solid rgba(74, 74, 74, 1);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  border-width: 0px;
  padding: 10px 0px;
  width: 200px;
  font-size: 18px;
}

.bit-offers-text {
  text-transform: uppercase;
}

.bit-rsvp-text {
  text-transform: uppercase;
}

.bit-follow-section-cta {
  text-transform: uppercase;
}

.bit-play-my-city-cta {
  text-transform: uppercase;
}

.bit-widget .bit-offers-inner-wrapper {
  margin-right: 0px;
}

.bit-widget .bit-multi-ticket-option {
  width: 200px;
  text-transform: uppercase;
  font-size: 18px;
}

.bit-widget .bit-sold-out-button {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(74, 74, 74, 1);
  border-color: rgba(74, 74, 74, 1);
  cursor: pointer !important;
}

.bit-sold-out-text {
  text-transform: uppercase;
}

.bit-widget .bit-date,
.bit-mobile-date,
.bit-vertical-date {
  text-transform: capitalize;
}

.bit-widget .bit-lineUp {
  color: #000000;
}

.bit-widget .bit-event {
  border-top: 1px solid rgba(124, 124, 124, 0);
  color: #000000;
}

.bit-ticket-container {
  color: #000000;
}

.bit-ticket-container a {
  border-radius: 2px;
}

.bit-ticket-container a.bit-no-logo {
  background-color: rgba(74, 74, 74, 0);
  border: solid 1px rgba(74, 74, 74, 0);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  display: block !important;
}

.bit-ticket-container .bit-ticket-logo {
  border-radius: 2px;
}

.bit-ticket-container .bit-more-info {
  text-transform: none;
  font-size: 18px;
  line-height: normal;
  padding: 14px;
}

.bit-ticket-container a.bit-no-logo .bit-more-info-cta {
  text-transform: uppercase;
  border: 1px solid #00b4b3;
  border-color: #000000;
  color: #000000;
  border-radius: 2px;
  font-size: 18px;
}

.bit-widget .bit-vertical-date {
  border-style: solid;
  border-color: #ffffff;
  border-radius: 10px;
  border-width: 1px;
  padding: 5px;
  margin-right: 20px;
}

.bit-widget .bit-upcoming-events,
bit-past-events {
  border-bottom: 1px solid rgba(124, 124, 124, 0);
}

.bit-widget .bit-upcoming-events-show-all-button,
.bit-past-events-show-all-button {
  color: rgba(74, 74, 74, 0);
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #00b4b3;
  border-color: rgba(74, 74, 74, 0);
  border-radius: 5px;
}

.bit-widget .bit-play-my-city-button {
  background-color: #00b4b3;
  border: 1px solid #00b4b3;
  color: #FFFFFF;
}

.bit-widget .bit-clickable {
  color: #00b4b3;
}

.bit-widget .bit-follow-section-wrapper {
  color: #000000;
  align-items: center;
  padding: 20px 0px;
}

.bit-widget .bit-signup-section-wrapper {
  color: #000000;
  align-items: center;
  padding: 20px 0px;
}

.bit-widget .bit-signup-section-input {
  border: 1px solid #000000;
  border-radius: 2px;
  color: #000000;
}

.bit-widget .bit-signup-section-input::placeholder {
  color: #000000;
  opacity: 0.8;
}

.bit-widget .bit-follow-section-heading-text {
  text-align: center;
  text-transform: none;
}

.bit-widget .bit-signup-section-heading-text {
  text-align: center;
  text-transform: none;
}

.bit-widget .bit-play-my-city-heading-text {
  text-transform: none;
}

.bit-widget .bit-play-my-city-heading-text {
  font-size: smaller;
  margin-top: 20px;
}

.bit-widget .bit-location,
.bit-location-under-mobile,
.bit-location-under-tablet {
  text-transform: none;
}

.bit-widget .bit-follow-section-cta {
  border: 1px solid #00b4b3;
  border-radius: 5px;
  border-radius: 2px;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 1);
  border-color: rgba(74, 74, 74, 0);
  border-width: 0px;
  background-color: #00b4b3;
  background-color: #4A4A4A;
  background-color: rgba(74, 74, 74, 0);
  padding: 10px 40px;
  line-height: 16px !important;
  font-size: 18px;
}

.bit-widget .bit-play-my-city-wrapper {
  color: #000000;
  align-items: center;
  padding: 20px 0px;
}

.bit-widget .bit-play-my-city-cta {
  border: 1px solid #00b4b3;
  border-radius: 5px;
  border-radius: 2px;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 1);
  border-color: rgba(74, 74, 74, 0);
  border-width: 0px;
  background-color: #00b4b3;
  background-color: #4A4A4A;
  background-color: rgba(74, 74, 74, 0);
  padding: 10px 40px;
  line-height: 16px !important;
  font-size: 18px;
}

.bit-overlay-popup {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  cursor: initial
}

.bit-tickets-popup-iframe {
  right: 35px !important;
  z-index: 10000 !important
}

.bit-tickets-popup {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 85vh;
  display: block !important;
  width: 400px;
  border-radius: 8px;
  padding: 25px
}

.bit-tickets-popup svg {
  display: inline !important
}

.bit-tickets-popup .bit-popup-close {
  display: flex;
  cursor: pointer;
  justify-content: end;
  align-items: end;
  align-self: end
}

.bit-tickets-popup .bit-popup-header {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  width: 100%;
  text-align: left;
  margin-bottom: 15px
}

.bit-tickets-popup .bit-popup-event-info {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 10px
}

.bit-tickets-popup .bit-eventInfo-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  height: 100px;
  padding: 0 5px
}

.bit-tickets-popup .bit-eventInfo-venueContainer {
  display: flex;
  flex-direction: row;
  width: 50%;
  align-items: center;
  font-size: 14px
}

.bit-tickets-popup .bit-eventInfo-venueIconContainer {
  margin-top: 15px
}

.bit-tickets-popup .bit-eventInfo-streamingIconContainer {
  margin-top: 14px
}

.bit-tickets-popup .bit-eventInfo-venueText {
  width: 100%;
  line-height: 17px
}

.bit-tickets-popup .bit-eventInfo-venueName {
  margin-bottom: 5px;
  font-weight: 700
}

.bit-tickets-popup .bit-eventInfo-venueAddress {
  font-weight: normal
}

.bit-tickets-popup .bit-eventInfo-venueInnerTextWrapper {
  margin-left: 15px;
  text-align: left
}

.bit-tickets-popup .bit-eventInfo-datetime {
  display: flex;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  align-items: center
}

.bit-tickets-popup .bit-eventInfo-datetimeText {
  margin-left: 15px;
  text-align: left;
  max-width: 125px
}

.bit-tickets-popup .bit-eventInfo-datetimeTime,
.bit-tickets-popup .bit-eventInfo-moreInfo {
  font-weight: 500
}

.bit-tickets-popup .bit-eventInfo-moreLink {
  margin-top: 6px;
  text-decoration: underline;
  cursor: pointer;
  display: block
}

.bit-tickets-popup .bit-eventInfo-streamingTextInnerWrapper {
  margin-left: 15px;
  display: flex;
  flex-direction: column
}

.bit-tickets-popup .bit-more-info-cta {
  line-height: 48px;
  font-size: 18px
}

.bit-tickets-popup .bit-more-info-cta svg {
  vertical-align: unset
}

.bit-tickets-popup .bit-moreInfo-emailBox svg {
  opacity: .5;
  vertical-align: unset
}

.bit-tickets-popup .bit-moreInfo-emailBox svg:hover {
  opacity: 1 !important
}

.bit-tickets-popup input {
  box-sizing: border-box;
  width: 100%;
  line-height: 44px;
  border-radius: 30px;
  padding: 0 15px !important;
  outline: none !important;
  font-size: 14px
}

.bit-tickets-popup input::-webkit-input-placeholder {
  font-size: 14px
}

.bit-tickets-popup .bit-ticket-list {
  width: 100%;
  display: flex;
  flex-direction: column
}

.bit-tickets-popup .bit-ticket-container {
  width: 100%;
  margin-top: 15px;
  text-align: center
}

.bit-tickets-popup .bit-ticket-container .bit-offer:hover {
  opacity: .75
}

.bit-tickets-popup .bit-ticket-container .bit-offer:focus {
  opacity: 1
}

.bit-tickets-popup .bit-ticket-container .bit-ticket-logo {
  width: 100%;
  line-height: 48px;
  font-size: 18px
}

.bit-tickets-popup .bit-ticket-container a {
  width: 100%;
  line-height: unset
}

.bit-tickets-popup .bit-ticket-container img {
  height: 20px;
  margin: auto;
  display: flex;
  padding: 15px 0;
  box-sizing: initial;
  width: unset
}

.bit-tickets-popup .bit-ticket-container .bit-ticket-price,
.bit-tickets-popup .bit-ticket-container .bit-ticket-official {
  font-style: normal;
  font-weight: 400;
  font-size: 8.85246px;
  line-height: 11px;
  margin-top: 5px
}

.bit-tickets-popup .bit-ticket-container .bit-ticket-price svg,
.bit-tickets-popup .bit-ticket-container .bit-ticket-official svg {
  margin-right: 4px
}

.bit-tickets-popup .bit-ticket-container .bit-ticket-official {
  text-decoration: underline
}

.bit-tickets-popup .bit-ticket-container .bit-ticket-vip-sep {
  margin-top: 12px
}

.bit-tickets-popup::-webkit-scrollbar {
  width: 1px
}

.bit-widget {
  min-width: 250px;
  padding-bottom: 10px
}

.bit-widget .bit-follow-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center
}

.bit-widget .bit-signup-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center
}

.bit-widget .bit-signup-section-wrapper .bit-signup-section-heading-text {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold
}

.bit-widget .bit-signup-section-wrapper .bit-signup-section-input-wrapper {
  display: flex;
  position: relative;
  align-items: center
}

.bit-widget .bit-signup-section-wrapper .bit-signup-section-input-wrapper input {
  font-size: 16px !important
}

.bit-widget .bit-signup-section-wrapper .bit-signup-section-input {
  background: rgba(0, 0, 0, 0);
  width: 290px;
  padding: 12px 15px;
  outline: none
}

@media(max-width: 370px) {
  .bit-widget .bit-signup-section-wrapper .bit-signup-section-input {
    width: 100%
  }
}

.bit-widget .bit-signup-section-wrapper .bit-signup-section-input-icon {
  position: absolute;
  right: 12px;
  cursor: pointer
}

.bit-widget .bit-signup-section-wrapper .bit-signup-section-input-icon:hover {
  opacity: .75
}

.bit-widget .bit-signup-section-wrapper .bit-signup-section-input-error {
  color: red;
  background: #fff;
  margin-top: 10px;
  border-radius: 3px;
  width: 324px;
  padding: 4px 0px
}

.bit-widget .bit-follow-section-heading-text {
  max-width: 70%
}

.bit-widget .bit-play-my-city-heading-text {
  max-width: 70%
}

.bit-widget .bit-follow-section-cta {
  margin: 20px 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}

.bit-widget .bit-follow-section-cta:hover {
  opacity: .75
}

.bit-widget .bit-shows-near-me-text {
  font-weight: bold;
  font-size: 14px
}

.bit-widget .bit-play-my-city-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center
}

.bit-widget .bit-play-my-city-cta {
  margin: 20px 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}

.bit-widget .bit-play-my-city-cta:hover {
  opacity: .75
}

.bit-widget .bit-spacer {
  height: 30px
}

.bit-widget .bit-no-dates-container {
  border-top: 1px solid rgba(124, 124, 124, .25);
  text-align: center;
  margin: 0px 10px 0px 10px;
  padding: 100px 0px 100px 0px
}

.bit-widget .bit-no-dates-container .bit-no-dates-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 25px
}

.bit-widget .bit-no-dates-container .bit-track-button {
  text-decoration: none;
  display: inline-block;
  width: 284px;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  font-weight: bold
}

.bit-widget .bit-nav-bar-container {
  padding: 0px 10px 0px 10px
}

.bit-widget .bit-nav-bar-container .bit-nav-bar {
  display: flex;
  float: none;
  line-height: 20px;
  flex-direction: row;
  align-items: flex-end;
  padding: 0px 0 10px 0
}

.bit-widget .bit-nav-bar-container .bit-nav-bar .bit-logo-container {
  margin: 0 0 0 auto
}

.bit-widget .bit-event-toggle-separator {
  font-size: 18px;
  font-weight: 300
}

.bit-widget .bit-top-track-button {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 40px 0 10px
}

.bit-widget .bit-top-track-button span {
  text-decoration: underline
}

.bit-widget .bit-upcoming-events,
.bit-widget .bit-past-events {
  margin-bottom: 8px;
  margin: 0px 10px 10px 10px
}

.bit-widget .bit-local-events-container {
  margin: 0px 10px 0px 10px
}

.bit-widget .bit-local-events {
  border-bottom: 1px solid rgba(124, 124, 124, .25)
}

.bit-widget .bit-upcoming-events-show-all-button,
.bit-widget .bit-past-events-show-all-button,
.bit-widget .bit-play-my-city-button {
  font-size: .88em;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0px 10px 0px 10px
}

.bit-widget .bit-play-my-city-button {
  display: block
}

.bit-widget .bit-event-list-title {
  font-weight: bold;
  cursor: pointer;
  padding: 0px 10px 0 0;
  display: inline-block;
  font-size: 14px
}

.bit-widget .bit-event-list-title.bit-clickable {
  cursor: pointer
}

.bit-widget .bit-show-past-display,
.bit-widget .bit-show-past-close {
  text-decoration: underline;
  cursor: pointer
}

.bit-widget .bit-show-past-hide {
  cursor: initial;
  text-decoration: none
}

.bit-widget .bit-show-past-close {
  text-transform: lowercase
}

.bit-widget .bit-event {
  text-decoration: none;
  cursor: pointer;
  padding: 17px 0;
  line-height: 22px
}

.bit-widget .bit-event .bit-event-buttons {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  margin-left: auto
}

.bit-widget .bit-event .bit-details:first-child {
  flex-grow: 1
}

.bit-widget .bit-event .bit-date {
  font-weight: bold
}

.bit-widget .bit-event .bit-startTime-container {
  display: inline-block;
  margin-left: 4px
}

.bit-widget .bit-event .bit-startTime-container .bit-startTime {
  font-weight: bold
}

.bit-widget .bit-event .bit-location {
  font-weight: bold;
  margin-top: 1px
}

.bit-widget .bit-event .bit-button {
  text-align: center;
  font-weight: bold
}

.bit-widget .bit-event .bit-rsvp:hover {
  opacity: .75
}

.bit-widget .bit-event .bit-rsvp:focus {
  opacity: 1
}

.bit-widget .bit-event .bit-rsvp-text {
  width: max-content
}

.bit-widget .bit-event .bit-rsvp-container {
  flex-basis: 100%;
  width: 100%;
  margin-top: 5px
}

.bit-widget .bit-event .bit-mobile-event-icons {
  display: flex;
  align-items: baseline
}

.bit-widget .bit-event .bit-offers-container {
  flex-basis: 100%;
  width: 100%
}

.bit-widget .bit-event .bit-offers {
  position: relative;
  cursor: pointer
}

.bit-widget .bit-event .bit-offers:hover {
  opacity: .75
}

.bit-widget .bit-event .bit-offers:focus {
  opacity: 1
}

.bit-widget .bit-event .bit-multi-ticket-button {
  position: relative
}

.bit-widget .bit-event .bit-offers-two-ticket-container {
  display: flex
}

.bit-widget .bit-event .bit-sold-out-text {
  font-size: .88em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.bit-widget .bit-event .bit-description {
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bit-widget .bit-event .bit-plus {
  background-color: #ffb000 !important;
  border: #ffb000 !important;
  color: #fff !important;
  text-transform: capitalize
}

.bit-widget .bit-event .bit-plus span {
  text-transform: capitalize !important
}

.bit-widget .bit-event .bit-plus svg {
  margin: -3px 5px
}

.bit-widget .bit-event .bit-lineUp-container {
  margin-top: 2px;
  margin: 2px 0 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 95%;
}

.bit-widget .bit-event .bit-lineUp-container .bit-lineUp-with {
  margin-right: 4px
}

.bit-widget .bit-event .bit-lineUp-container .bit-lineUp {
  font-size: .88em;
  line-height: 17px
}

.bit-widget .bit-event .on-sale-date {
  margin: 2px 0 0 0
}

.bit-widget .bit-event .bit-details a,
.bit-widget .bit-event .bit-offers-menu a {
  display: block;
  text-decoration: none
}

.bit-widget .bit-event .bit-display-none {
  display: none !important
}

.bit-widget .bit-event .bit-transparent {
  opacity: 0
}

.bit-widget .bit-event .bit-offers-menu {
  position: absolute;
  border: solid 1px #cbcbcb;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .11);
  z-index: 50;
  transition: opacity .25s ease-out;
  line-height: 48px;
  flex-direction: column;
  margin-left: 15px
}

.bit-widget .bit-event .bit-overlay {
  position: fixed;
  z-index: 30;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.bit-widget .bit-event .bit-offers-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  justify-content: center;
  align-items: center
}

.bit-widget .bit-event .bit-offer:hover {
  opacity: .75
}

.bit-widget .bit-event .bit-offer:focus {
  opacity: 1
}

.bit-widget .bit-mobile-date-and-share-wrapper {
  display: none
}

.bit-widget a {
  text-decoration: none;
  color: inherit;
  box-shadow: none
}

.bit-widget .bit-logo-desktop {
  display: none
}

.bit-widget .bit-logo {
  position: relative
}

.bit-widget.bit-layout-logo-ipad .bit-logo-mobile {
  display: none
}

.bit-widget.bit-layout-logo-ipad .bit-logo-desktop {
  display: block
}

.bit-widget.bit-layout-ipad .bit-upcoming-events,
.bit-widget.bit-layout-ipad .bit-past-events {
  margin-bottom: 8px;
  margin: 0px 10px 10px 10px
}

.bit-widget.bit-layout-ipad .bit-local-events-container {
  margin: 0px 10px 0px 10px
}

.bit-widget.bit-layout-ipad .bit-event-list-title {
  font-weight: bold;
  padding: 0px 12px 0 0;
  display: inline-block
}

.bit-widget.bit-layout-ipad .bit-event-list-title.bit-clickable {
  text-decoration: underline;
  cursor: pointer
}

.bit-widget.bit-layout-ipad .bit-venue {
  text-align: center
}

.bit-widget.bit-layout-ipad .bit-lineUp-container {
  margin-right: 0px;
  max-width: 100%;
  text-align: center;
  font-weight: 300
}

.bit-widget.bit-layout-ipad .bit-event {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  padding: 16px 10px
}

.bit-widget.bit-layout-ipad .bit-event .bit-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.bit-widget.bit-layout-ipad .bit-event .bit-event-buttons {
  margin: 0px auto
}

.bit-widget.bit-layout-ipad .bit-event .bit-button {
  display: flex;
  align-items: center;
  justify-content: center
}

.bit-widget.bit-layout-ipad .bit-event .bit-rsvp-container {
  flex-basis: auto;
  margin: 5px 5px 0px 5px
}

.bit-widget.bit-layout-ipad .bit-event .bit-offers-container {
  flex-basis: auto;
  margin: 5px 0
}

.bit-widget.bit-layout-ipad .bit-event .bit-offers {
  flex-basis: auto;
  margin-left: 0px;
  margin-top: 0px
}

.bit-widget.bit-layout-ipad .bit-date-wrapper {
  display: none
}

.bit-widget.bit-layout-ipad .bit-vertical-date {
  display: none
}

.bit-widget.bit-layout-ipad .bit-mobile-date-and-share-wrapper {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  justify-content: center
}

.bit-widget.bit-layout-ipad .bit-location {
  font-weight: normal
}

.bit-widget.bit-layout-ipad .bit-nav-bar {
  justify-content: center
}

.bit-widget.bit-layout-ipad .bit-offers-menu {
  margin-left: 0px
}

.bit-widget .bit-details {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center
}

.bit-widget .bit-details-inner-wrapper {
  width: 95%
}

.bit-widget .bit-details-inner-wrapper-vertical-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 95%
}

.bit-widget .bit-date-wrapper {
  min-width: 400px;
  text-align: left
}

.bit-widget .bit-event {
  padding: 10px 6px;
  display: flex;
  flex-direction: row;
  align-items: center
}

.bit-widget .bit-event .bit-button {
  display: flex;
  align-items: center;
  justify-content: center
}

.bit-widget .bit-offer:hover {
  opacity: .75
}

.bit-widget .bit-offer:focus {
  opacity: 1
}

.bit-widget .bit-date {
  min-width: 95px;
  margin: 0px
}

.bit-widget .bit-vertical-date-numeric-date {
  font-size: 45px;
  line-height: 50px;
}

.bit-widget .bit-vertical-date-subsection {
  line-height: 20px
}

.bit-widget .bit-location {
  text-align: left;
  font-weight: normal;
  hyphens: auto;
  flex: 1;
  padding-left: 6vw;
  min-width: 200px
}

.bit-widget .bit-titleWrapper {
  margin-right: auto;
  text-align: left
}

.bit-widget .bit-titleWrapper .bit-venue {
  margin: 0 auto 0 0;
  overflow: hidden;
  width: 250px;
}

.bit-widget .bit-venue-vertical {
  min-width: 300px;
  overflow: hidden;
  flex: 1;
}

.bit-widget .bit-rsvp-container {
  padding: 0px;
  margin-top: 0px
}

.bit-widget img.bit-widget-loading {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 20px;
  width: 20px
}

.bit-widget .google-pixel-iframe {
  height: 1px;
  width: 1px;
  display: none
}

.bit-vertical-date {
  width: 100px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100px
}

.bit-location-under-desktop {
  display: none
}

.bit-location-under-tablet {
  display: block;
  text-align: left
}

.bit-location-under-mobile {
  text-align: center !important
}

.bit-social-wrapper {
  position: relative;
  margin-right: 10px;
  height: 45px;
  display: flex;
  align-items: center
}

.bit-social-share-social-icon-wrapper {
  visibility: hidden;
  display: flex;
  margin-right: 20px;
  width: 110px;
  justify-content: space-evenly;
  position: absolute;
  left: -70px;
  top: 5px;
  padding: 4px 8px;
  border-radius: 3px
}

.bit-mobile-social-share-button {
  visibility: hidden;
  display: flex
}

.bit-social-copy-button-check-mark {
  height: 15px;
  width: 17px;
  opacity: 1;
  animation: fade 1s linear
}

.bit-social-link-wrapper {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center
}

.bit-desktop-social-share-button-right {
  margin-left: 20px
}

.noScroll {
  overflow: hidden
}

@keyframes fade {

  0%,
  100% {
    opacity: 0
  }

  50% {
    opacity: 1
  }
}

@media only screen and (max-width: 400px) {
  .bit-rsvp {
    padding: 10px 15px !important
  }

  .bit-offers {
    padding: 10px 15px !important
  }
}

@media only screen and (max-width: 1200px) {
  .bit-location {
    margin-left: auto !important
  }
}

@media only screen and (max-width: 916px) {
  .bit-popup-header {
    font-size: 20px;
    line-height: 20px
  }

  .bit-tickets-popup {
    width: 300px;
    padding: 15px
  }

  .bit-tickets-popup .bit-eventInfo-container {
    height: 90px
  }

  .bit-tickets-popup-iframe {
    right: 0 !important;
    left: 0 !important
  }

  .bit-location {
    margin-left: 0 !important
  }

  .bit-description {
    width: 95%;
    text-align: center
  }

  .bit-streamingText {
    text-align: center
  }

  .bit-offers-two-ticket-container {
    display: flex;
    flex-direction: column
  }

  .bit-offers-inner-wrapper {
    margin-right: 0px !important
  }

  .bit-follow-section-heading-text {
    max-width: 95% !important
  }

  .bit-play-my-city-heading-text {
    max-width: 95% !important
  }

  .bit-follow-section-wrapper {
    align-items: center !important
  }

  .bit-play-my-city-wrapper {
    align-items: center !important
  }

  .bit-mobile-social-share-button {
    visibility: initial;
    position: absolute;
    right: -60px;
    top: -11px
  }

  .bit-mobile-date-and-share-wrapper {
    position: relative
  }

  .bit-widget .bit-event .bit-offers-container {
    margin-bottom: 2px
  }

  .bit-widget .bit-event .bit-button {
    margin: 0px auto
  }
}

@media only screen and (max-width: 300px) {
  .bit-tickets-popup {
    width: 240px !important;
    padding: 12px
  }

  .bit-tickets-popup .bit-eventInfo-container {
    flex-direction: column;
    height: unset;
    padding: 10px;
    text-align: left;
    height: unset !important
  }

  .bit-tickets-popup .bit-eventInfo-dateIconContainer,
  .bit-tickets-popup .bit-eventInfo-venueIconContainer {
    width: 40px
  }

  .bit-tickets-popup .bit-eventInfo-venueContainer {
    width: unset;
    margin-top: 10px
  }
}

@media only screen and (max-width: 1200px) {
  .bit-location {
    display: none
  }
}

@media only screen and (min-width: 916px)and (max-width: 932px) {
  .bit-mobile-social-share-button {
    visibility: initial;
    position: absolute;
    right: -60px;
    top: -11px
  }

  .bit-mobile-date-and-share-wrapper {
    position: relative
  }

  .bit-offers-inner-wrapper {
    margin-right: 0px !important
  }

  .bit-widget .bit-event .bit-button {
    margin: 0px auto
  }
}

.bit-location-big {
  display: none
}

.row-event {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget {
  font-family: 'groove';
  font-size: 1.25rem;
  border-radius: 15px;
  padding: 0px;
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-venue-vertical {
  font-family: 'groove';
  font-size: 1.5rem;
  color: #0e0e0e;
  /* Lila oscuro */
  padding: 10px;
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget a {
  text-decoration: none;
  font-weight: bold;
  color: #a43ed8;
  /* Lila vibrante */
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget a:hover {
  color: #7a1cb0;
  /* Lila más oscuro */
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-play-my-city {
  background-color: #a43ed8;
  /* Lila vibrante */
  color: #fff;
  padding: 5px 15px;
  /* Reduce el tamaño del botón */
  border-radius: 25px;
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  /* Reducir tamaño de la fuente */
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-logo {
  display: none;
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-event-lists {
  width: 100%;
  max-width: 1200px;
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-event-lists .bit-events-container {
  width: 100%;
  max-width: 1200px;
  border-radius: 15px;
}

.tickets-section .bit-widget-groove-container {
  max-width: 1100px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}



.tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-event {
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 15px;
  padding-left: 0px;
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-offers {
  background-color: #b166cffa;
  border: 1px solid #b166cffa;
  color: #FFFFFF;
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-rsvp {
  color: #00b4b3;
  border: 1px solid #00b4b3;
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-no-dates-container {
  border-top: 1px solid rgba(124, 124, 124, 0.25);
  text-align: center;
  margin: 0 10px;
  padding: 100px 0;
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget img.bit-widget-loading {
  display: block;
  margin: 0 auto;
  height: 20px;
  width: 20px;
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget .google-pixel-iframe {
  height: 1px;
  width: 1px;
  display: none;
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-event .bit-rsvp-container {
  display: none;
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-top-track-button span {
  text-decoration: unset;
}

.bit-startTime-container span:first-child {
  display: none;
}

.bit-vertical-date-subsection:last-child::after {
  text-transform: lowercase !important;
  font-family: cursive;
  font-weight: bolder;
  content: "h";
  font-size: small;
}

.bit-vertical-date-subsection,
.bit-venue-vertical {
  color: #333;
}

/* Personalización del botón 'Play My City' */
.tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-play-my-city-button {
  font-size: 12px;
  /* Reducir tamaño de la fuente */
  padding: 5px 10px;
  /* Reducir padding */
  background-color: #007bff;
  /* Cambiar color de fondo */
  color: white;
  /* Color de texto */
  border-radius: 5px;
  /* Redondear bordes */
  text-align: center;
  /* Alinear texto al centro */
  text-decoration: none;
  /* Eliminar subrayado */
}

.bit-widget .bit-follow-section-wrapper {
  padding: 0px;
  font-size: 1.5rem;
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.bit-widget .bit-follow-section-cta {
  margin: 0px;
}

.bit-widget .bit-follow-section-cta {
  display: none;
}

/*.bit-follow-section-cta::after {
  text-transform: lowercase !important;
  color: #333;
  font-family: 'groove';
  content: "\00A0 To Track our new shows and new music";
}*/

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-venue-vertical {
  padding-left: 0px;
}

.bit-widget .bit-vertical-date {
  background-color: #fafafa;
}


.bit-widget .bit-play-my-city-cta {
  margin: 0px;
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget a,
.bit-location-under-mobile {
  text-align: left !important;
}

.bit-widget .bit-venue-vertical {
  min-width: 110px;
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-offers-container {
  width: 150px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-button {
  border-radius: 15px;
  padding: 10px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1370px) {

  .tickets-section div.groove-font.bit-widget-groove-container .bit-widget-groove-container,
  .tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-event-lists .bit-events-container,
  .tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-event-lists {
    max-width: 940px;
  }
}

@media screen and (max-width: 799px) {
  .tickets-section div.groove-font.bit-widget-groove-container .tickets-title {
    width: 250px !important;
    height: 75px !important;
    background-size: 70% !important;
  }

  .tickets-section {
    padding: 50px 10px !important;
  }

  .tickets-section div.groove-font.bit-widget-groove-container .bit-widget,
  .tickets-section div.groove-font.bit-widget-groove-container .bit-widget a,
  .bit-location-under-mobile {
    font-size: 1rem !important;
  }

  .tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-venue-vertical {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 580px) {
  .tickets-section {
    padding: 50px 0px !important
  }

  .tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-event .bit-button {
    width: 80px !important;
    font-size: 1rem !important;
    padding-left: unset !important;
    padding-right: unset !important;
  }

  .tickets-section div.groove-font.bit-widget-groove-container .bit-widget {
    padding-left: unset !important;
    padding-right: unset !important;
  }

  .tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-event {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-offers-container {
    width: 100px;
  }

  .bit-widget .bit-vertical-date-numeric-date {
    font-size: 30px;
    line-height: 35px;
  }

  .tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-venue-vertical {
    font-size: 1.0rem !important;
    padding: 0px;
    padding-left: 0px;
    padding-right: 5px;
  }

  .tickets-section div.groove-font.bit-widget-groove-container .bit-widget .bit-location-under-tablet {
    font-size: 0.8rem !important;
    display: block;
    margin-bottom: 16px;
  }

  .row-event {
    margin-bottom: 0px;
  }

  .bit-widget .bit-vertical-date {
    margin-right: 10px !important;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    flex: 0 1 auto;
    min-width: 65px;
    width: auto;
    max-width: 100px;
    box-sizing: border-box;
  }

  .tickets-section .bit-widget-groove-container {
    width: unset;
  }

}

.vinyl-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 120px;
  height: 120px;
  z-index: 9999;
  transition: transform 0.3s ease;
  /* animación suave */
}

.vinyl-container:hover {
  transform: scale(1.2);
}


.vinyl {
  position: relative;
  width: 100%;
  height: 100%;
  animation: spin 18s linear infinite;
}

.vinyl img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.vinyl svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  transform: rotate(-90deg);
  pointer-events: none;
}

.vinyl text {
  font-size: 10px;
  fill: white;
  letter-spacing: 2px;
}

.vinyl-link {
  display: inline-block;
  /* para que tome tamaño de contenido */
  cursor: pointer;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .vinyl-container {
    width: 85px;
    height: 85px;
    bottom: 10px;
    right: 10px;
  }

  .vinyl svg {
    width: 85px;
    height: 85px;
  }
}


.cover {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 32% 36%;
  background-image: url('/public/images/aplique.webp');
  width: 475px;
  height: 285px;
  margin: 28px;
  margin-top: 0;
  border-radius: 6px;
  filter: drop-shadow(3px 4px 3px rgba(254, 254, 254, 0.7));
}


.zero-font {
  font-family: 'Consolas', 'Lucida Console', monospace;
  font-weight: 600;
}


.button-bounce {
  animation: bounce 1s infinite alternate;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-5px);
  }
}


@media screen and (max-width: 1367px) {
  .cover {
    width: 300px;
    height: 160px;
  }

  .new-cover {
    left: -2%;
  }
}


@media screen and (max-width: 1198px) {

  .new-cover p {
    line-height: 25px;
    font-size: smaller;
  }

  .new-cover span {
    font-size: larger;
  }
}

@media screen and (max-width: 1010px) {
  .new-cover {
    position: unset;
  }

  .cover {
    width: 435px;
    height: 244px;
  }

}

@media screen and (max-width: 799px) {
  #slideshow-wrap {
    height: 340px;
    width: 340px;
  }

  #slideshow-inner {
    height: 420px;
  }

  #slideshow-inner>ul>li {
    height: 340px;
    width: 340px;
  }

  .botonListen {
    width: 340px;
  }

  .flower-1 {
    top: 3%;
    clip-path: inset(0 43% 0 0);
  }

  .flower-3 {
    top: 3%;
    clip-path: inset(0 0 0 42%);
  }

  .flower-2,
  .flower-4 {
    top: 12%;
    width: 75%;
  }

  .new-cover {
    transform: translateY(50%);
  }

  .game {
    width: 78px;
    height: 78px;
    margin: 10px;
    margin-bottom: 5px;
  }

  .botonListen {
    font-size: xxx-large;

  }

}

@media screen and (max-width: 580px) {
  #slideshow-wrap {
    height: 308px;
    width: 308px;
  }

  .description {
    margin-left: 9%;
    margin-right: 9%;
  }

  #slideshow-inner>ul>li {
    height: 308px;
    width: 308px;
  }

  .botonListen {
    width: 240px;
    font-size: xx-large;
  }

  .flower-1,
  .flower-3 {
    top: -2%;
    width: 75%;
  }

  .flower-2,
  .flower-4 {
    top: -3%;
    width: 75%;
  }

  .music-section {
    padding: 60px 0px 150px;
  }

  .new-cover {
    transform: translateY(clamp(10%, 10vh, 77%));
  }

  .cover {
    width: 340px;
    height: 170px;
    background-image: url('/public/images/aplique3.webp');
  }
}

/* Caso 1: Pantallas bajas (hasta 667px de alto) */
@media screen and (max-width: 580px) and (max-height: 667px) {
  .new-cover {
    transform: translateY(5%);
  }
}

/* Caso 2: Altura entre 668px y 709px */
@media screen and (max-width: 580px) and (min-height: 668px) and (max-height: 709px) {
  .new-cover {
    transform: translateY(10%);
  }
}

@media screen and (max-width: 580px) and (min-height: 710px) and (max-height: 791px) {
  .new-cover {
    transform: translateY(26%);
  }
}

@media screen and (max-width: 580px) and (min-height: 792px) and (max-height: 854px) {
  .new-cover {
    transform: translateY(50%);
  }
}


/* Caso 3: Altura entre 710px y 932px */
@media screen and (max-width: 580px) and (min-height: 855px) and (max-height: 934px) {
  .new-cover {
    transform: translateY(77%);
  }
}


@media screen and (max-width: 425px) {
  #slideshow-wrap {
    height: 276px;
    width: 276px;
  }

  #slideshow-inner>ul>li {
    height: 276px;
    width: 276px;
  }
}

@media screen and (max-width: 390px) {
  #slideshow-wrap {
    height: 240px;
    width: 240px;
  }

  #slideshow-inner>ul>li {
    height: 240px;
    width: 240px;
  }

  .description {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 376px) {

  input[type=radio]#button-1:checked~.arrows#arrow-2,
  input[type=radio]#button-2:checked~.arrows#arrow-3,
  input[type=radio]#button-3:checked~.arrows#arrow-4,
  input[type=radio]#button-4:checked~.arrows#arrow-5 {
    right: -40px;
    display: block;
  }

  #slideshow-wrap label[for=button-2] {
    margin-left: -4px;
  }

  input[type=radio]#button-2:checked~.arrows#arrow-1 {
    left: -4px;
  }
}

.videos-section {
  padding: 10px 0px 200px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}

.videos-section .videos-title {
  font-size: xx-large;
  font-size: 70px;
  text-align: center;
}

@media screen and (max-width: 580px) {
  .videos-section .videos-title {
    font-size: 40px;
    margin: 0px 0px 20px !important;
  }
}

#slideshow-wrap-videos {
  display: block;
  min-width: 130px;
  max-width: 850px;
  height: 640px;
  margin: auto;
  position: relative;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  scroll-snap-align: start;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(177, 102, 207, 0.3);

}

#slideshow-inner-videos {
  width: 100%;
  height: 640px;
  overflow: hidden;
  position: relative;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

#slideshow-inner-videos>ul {
  padding: 0;
  list-style: none;
  display: flex;
  height: 100%;
  width: 700%;
  overflow: hidden;
  position: relative;
  left: 0px;
  -webkit-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}

#slideshow-inner-videos>ul>li {
  width: 20%;
  height: 640px;
  float: left;
  position: relative;
}

#slideshow-inner-videos>ul>li>img {
  margin: auto;
  height: 100%;
  scroll-snap-align: start;
}

#slideshow-wrap-videos input[type=radio] {
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 100;
  visibility: hidden;
}

#slideshow-wrap-videos label:not(.arrows2):not(.show-description-label) {
  position: absolute;
  left: 50%;
  bottom: -45px;
  z-index: 100;
  width: 12px;
  height: 12px;
  background-color: rgba(200, 200, 200, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .8);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .8);
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  display: none;
}

#slideshow-wrap-videos label:not(.arrows2):active {
  bottom: -46px;
}

#slideshow-wrap-videos input[type=radio]#button-12:checked~label[for=button-12] {
  background-color: rgba(100, 100, 100, 1);
}

#slideshow-wrap-videos input[type=radio]#button-22:checked~label[for=button-22] {
  background-color: rgba(100, 100, 100, 1);
}

#slideshow-wrap-videos input[type=radio]#button-32:checked~label[for=button-32] {
  background-color: rgba(100, 100, 100, 1);
}

#slideshow-wrap-videos input[type=radio]#button-42:checked~label[for=button-42] {
  background-color: rgba(100, 100, 100, 1);
}

#slideshow-wrap-videos input[type=radio]#button-52:checked~label[for=button-52] {
  background-color: rgba(100, 100, 100, 1);
}

#slideshow-wrap-videos input[type=radio]#button-62:checked~label[for=button-62] {
  background-color: rgba(100, 100, 100, 1);
}

#slideshow-wrap-videos input[type=radio]#button-72:checked~label[for=button-72] {
  background-color: rgba(100, 100, 100, 1);
}

#slideshow-wrap-videos label[for=button-22] {
  margin-left: -36px;
}

#slideshow-wrap-videos label[for=button-32] {
  margin-left: -18px;
}

#slideshow-wrap-videos input[type=radio]#button-12:checked~#slideshow-inner-videos>ul {
  left: 0;
}

#slideshow-wrap-videos input[type=radio]#button-22:checked~#slideshow-inner-videos>ul {
  left: -100%;
}

#slideshow-wrap-videos input[type=radio]#button-32:checked~#slideshow-inner-videos>ul {
  left: -200%;
}

#slideshow-wrap-videos input[type=radio]#button-42:checked~#slideshow-inner-videos>ul {
  left: -300%;
}

#slideshow-wrap-videos input[type=radio]#button-52:checked~#slideshow-inner-videos>ul {
  left: -400%;
}

#slideshow-wrap-videos input[type=radio]#button-62:checked~#slideshow-inner-videos>ul {
  left: -500%;
}

#slideshow-wrap-videos input[type=radio]#button-72:checked~#slideshow-inner-videos>ul {
  left: -600%;
}

label.arrows2 {
  font-family: groove;
  font-size: 70px;
  color: black;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  display: none;
  opacity: 0.9;
  cursor: pointer;
  z-index: 1000;
  background-color: transparent;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  text-shadow: 2px 2px 2px rgba(177, 102, 207, 0.8);
}

label.arrows2:hover {
  opacity: 1
}

label.arrows2:active {
  margin-top: -23px
}

input[type=radio]#button-12:checked~.arrows2#arrow-22,
input[type=radio]#button-22:checked~.arrows2#arrow-32,
input[type=radio]#button-32:checked~.arrows2#arrow-42,
input[type=radio]#button-42:checked~.arrows2#arrow-52,
input[type=radio]#button-52:checked~.arrows2#arrow-62,
input[type=radio]#button-62:checked~.arrows2#arrow-72 {
  right: -55px;
  display: block;
}

input[type=radio]#button-22:checked~.arrows2#arrow-12,
input[type=radio]#button-32:checked~.arrows2#arrow-22,
input[type=radio]#button-42:checked~.arrows2#arrow-32,
input[type=radio]#button-52:checked~.arrows2#arrow-42,
input[type=radio]#button-62:checked~.arrows2#arrow-52,
input[type=radio]#button-72:checked~.arrows2#arrow-62 {
  left: -55px;
  display: block;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

input[type=radio]#button-32:checked~.arrows2#arrow-22 {
  left: -19px
}

input[type=radio]#button-42:checked~.arrows2#arrow-32 {
  left: -37px
}

/*
input[type=radio]#button-52:checked~.arrows2#arrow-42 { left: -73px }
*/

@media screen and (max-width: 963px) {
  #slideshow-wrap-videos {
    height: 490px;
    width: 630px;
  }

  #slideshow-inner-videos {
    height: 490px;
  }

  #slideshow-inner-videos>ul>li {
    height: 490px;
  }
}


@media screen and (max-width: 799px) {
  #slideshow-wrap-videos {
    height: 340px;
    width: 340px;
  }

  #slideshow-inner-videos {
    height: 420px;
  }

  #slideshow-inner-videos>ul>li {
    height: 340px;
  }

  .videos-section {
    background-position: 10% 30%;
  }
}

@media screen and (max-width: 580px) {
  #slideshow-wrap-videos {
    height: 240px;
    width: 265px;
  }

}

#video-slide12,
#video-slide22,
#video-slide32,
#video-slide42,
#video-slide52,
#video-slide62,
#video-slide72 {
  width: 100%;
  width: fill-available;
  height: 100%;
  height: -webkit-fill-available;
  height: fill-available;
  border-radius: 20px;
}

#slide12,
#slide22,
#slide32,
#slide42,
#slide52,
#slide62,
#slide72 {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}

.bio-section {
  padding: 0px 0px 200px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}

.bio-section .bio-title {
  font-size: xx-large;
  font-size: 70px;
}

.stickyImagenesActividad {
  position: static;
  top: 100px;
  flex: 1;
  border-radius: 5px;
  flex: 0 auto;
  padding-top: 0px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

/* Clase base para imágenes e iframes */
.lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  /* Cambia la duración según lo necesites */
}

/* Clase activa cuando el elemento es visible */
.lazy.visible {
  opacity: 1;
}

/* Para las imágenes de fondo */
.background-lazy {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.background-lazy.visible {
  opacity: 1;
}

.stickyImagen1,
.stickyImagen2 {
  display: flex;
  height: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(177, 102, 207, 0.3);

}

/* Configuración específica para el slider */
.actividadSlider1 {
  display: block;
  width: 93%;
  margin: auto;
  overflow: hidden;
}

.actividadSlider1 ul {
  display: flex;
  padding: unset;
  margin: unset;
  width: 400%;
  height: 100%;
  animation: slider1 12s infinite alternate linear;
}

.actividadSlider1 li {
  width: 99%;
  height: 100%;
  list-style: none;
}

.actividadSlider1 ul:hover {
  animation-play-state: paused;
}

.actividadSlider1 div.actividadSliderImage {
  height: 100%;
  background-position: center;
  background-size: cover;
}


@keyframes slider1 {
  0% {
    margin-left: 0;
  }

  19% {
    margin-left: 0;
    opacity: 1;
  }

  20% {
    margin-left: 0;
    opacity: 0.8;
  }

  21% {
    margin-left: -100%;
    opacity: 1;
  }

  44% {
    margin-left: -100%;
    opacity: 1;
  }

  45% {
    margin-left: -100%;
    opacity: 0.8;
  }

  46% {
    margin-left: -200%;
    opacity: 1;
  }

  69% {
    margin-left: -200%;
    opacity: 1;
  }

  70% {
    margin-left: -300%;
    opacity: 0.8;
  }

  71% {
    margin-left: -300%;
    opacity: 1;
  }

  100% {
    margin-left: -300%;
  }
}

.actividadTexto {
  width: 100%;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 37% 1fr;
  padding-left: 25%;
}

.actividadTextoTexto {
  padding-left: 5%;
  flex: 1 1 0%;
  display: flex;
  flex-flow: column wrap;
  padding-top: 1%;
  max-width: 50%;
}

.actividadTextoTexto p {
  font-family: groove;
  font-size: 1.5vw;
  text-align: start;
  display: block;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

/* Clase que se aplicará cuando el elemento esté visible */
.visible {
  opacity: 1 !important;
  transform: translateY(0);
}

p {
  margin: 0 0 15px 0;
  line-height: 36px;
}



@media screen and (max-width: 580px) {
  .bio-section .bio-title {
    font-size: 40px;
  }

  #sliderImagen1 {
    background-position: 14%;
  }
}

.contact-section {
  padding: 15px 0px 200px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}

.contact-section .contact-title {
  font-size: xx-large;
  font-size: 70px;
  position: relative;
  left: 2%;
}

.contact-section .socials-section {
  font-size: 20px;
  line-height: 20px;
  display: inline;
  justify-content: center;
  align-items: center;
  margin: 0px 6% 0px 0px;
  white-space: nowrap;
  flex-wrap: nowrap;
  top: 70%;

}

.contact-section .socials-section li {
  list-style: none;
  padding: 0;
  display: inline !important;
  margin: 10px;
  z-index: 5;
}

.contact-section .socials-section li a {
  display: block;
  color: black;
  padding: 12px 0 5px 0;
  text-decoration: auto;
  font-weight: 600;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
  display: inline !important;
  margin-left: 0 0 0 2px;
}

.contact-section img.hero-image {
  width: 40%;
  height: auto;
  position: relative;
  left: 42%;
  z-index: 5;
  width: 150px;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
}

.contact-section .socials-pack {
  justify-content: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.contact-title-div {
  width: 100%;
  display: flex;
}


@media (max-width: 1198px) {
  .entornoTexto {
    padding-top: 40px;
    flex-direction: column;
  }

  .stickyImagenesEntorno {
    position: static;
    top: auto;
    width: 35%;
    padding-right: 0;
    margin-top: 16px;
    padding-bottom: 40px;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }

  .stickyImagenesActividad {
    position: static;
    top: auto;
    width: 35%;
    padding-right: 0;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }

  .entornoTextoTexto {
    padding-left: 0;
  }

  .actividadTexto {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    width: unset;
  }

  .actividadTextoTexto {
    padding: 2%;
    padding-bottom: 0;
    max-width: unset;
    padding-top: 6%;
  }

  .actividadTextoTexto p {
    font-size: 2vw;
  }

  .bio-section {
    background-position: 43% 17%;
    padding: 75px 0px 150px;
  }

  .videos-section {
    padding: 75px 0px 220px;
  }
}


@media (max-width: 767px) {
  .entornoTexto {
    padding-top: 30px;
  }

  .stickyImagenesEntorno {
    margin-top: 0;
    padding: 0;
  }

  .actividadSection p,
  .actividadSection h3,
  li.indentGuiones {
    font-size: inherit;
  }

  .entornoSection p {
    font-size: inherit;
  }

  .actividadSection ul li a {
    font-size: inherit;
  }

  .flexLayoutCol h1 {
    font-size: 43px;
    line-height: 40px;
  }

  .stickyImagen1,
  .stickyImagen2 {
    height: 568px;
  }

  #sliderImagen4 {
    background-position: 37% 65%;
  }

  .actividadTextoTexto p {
    font-size: 17px;
  }

}

@media (max-width: 479px) {
  .flexLayoutCol h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .entornoImg {
    margin-top: 20px;
  }

  .entornoImagen {
    background-position: 50% 50%;
  }

  .stickyImagenesEntorno {
    padding-right: 0;
  }

  .bio-section {
    background-size: cover;
    padding: 75px 0px 80px;
  }
}

@media screen and (max-width: 580px) {
  .contact-section .contact-title {
    font-size: 40px;
  }

  .contact-section .socials-section {
    margin: 20px 3% 0px 0px;
  }


  .contact-section .socials-section {
    float: none;
    text-align: left;
  }

  .contact-section .socials-section ul li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .contact-section .socials-section ul>li>a {
    display: block;
    border-radius: 3px !important;
    padding: 15px 10px;
  }

  .contact-section .socials-section ul,
  .contact-section .socials-section ul li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .contact-section .socials-section ul li {
    margin-right: 0;
  }

  .contact-section .socials-section ul {
    display: flex;
    justify-content: flex-start;
  }

  .contact-section .socials-section li a {
    display: block;
    color: black;
    padding: 12px 0 5px 0;
    text-decoration: auto;
    font-weight: 600;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .1));
    touch-action: manipulation;

  }

  .contact-section img.hero-image {
    left: unset;
  }
}

@media screen and (max-width: 376px) {

  input[type=radio]#button-12:checked~.arrows2#arrow-22,
  input[type=radio]#button-22:checked~.arrows2#arrow-32,
  input[type=radio]#button-32:checked~.arrows2#arrow-42,
  input[type=radio]#button-42:checked~.arrows2#arrow-52,
  input[type=radio]#button-52:checked~.arrows2#arrow-62,
  input[type=radio]#button-62:checked~.arrows2#arrow-72 {
    right: -30px;
    display: block;
  }

  #slideshow-wrap-videos label[for=button-22],
  #slideshow-wrap-videos label[for=button-32],
  #slideshow-wrap-videos label[for=button-42],
  #slideshow-wrap-videos label[for=button-52],
  #slideshow-wrap-videos label[for=button-62],
  #slideshow-wrap-videos label[for=button-72] {
    margin-left: 0px;
  }


  input[type=radio]#button-22:checked~.arrows2#arrow-12,
  input[type=radio]#button-32:checked~.arrows2#arrow-22,
  input[type=radio]#button-42:checked~.arrows2#arrow-32,
  input[type=radio]#button-52:checked~.arrows2#arrow-42,
  input[type=radio]#button-62:checked~.arrows2#arrow-52,
  input[type=radio]#button-72:checked~.arrows2#arrow-62 {
    left: -30px;
  }
}