:root {
  --white: white;
  --black: black;
  --light-grey: #cfcfcf;
  --gainsboro: #dddee0;
  --dark-slate-blue: #0a5094;
  --dk-blue: #010418;
  --titulos: #063b6e;
  --midnight-blue: #052b50;
}

a {
  text-decoration: underline;
}

.nav-link {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 19px;
}

.nav-link.w--current {
  color: #fff;
  border-top: 3px solid #cfcfcf;
  padding-top: 17px;
  font-size: 19px;
}

.body {
  background-image: linear-gradient(#010418, #010418);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body.cancel {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#063b6e96 50%, #0000 100%, #fff);
}

.icon {
  color: #fff;
}

.text-block {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.dropdown-link {
  color: #0d243a;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.dropdown-list {
  background-image: linear-gradient(#000, #fff);
}

.dropdown-list.w--open {
  background-image: repeating-linear-gradient(to right, #82858a, #fff);
}

.container {
  min-width: 80%;
}

.div-block {
  background-image: linear-gradient(#0000 88%, #0d243a), url('../images/los-romanticos-mariachi.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 1000px;
  margin-top: -110px;
}

.paragraph {
  color: #cfcfcf;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-bottom: 51px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
  display: block;
}

.section {
  background-image: url('../images/lights.png'), linear-gradient(#dddee0, #dddee0);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  margin-top: -12px;
  padding-bottom: 58px;
  font-family: Merriweather, serif;
}

.row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.div-block-2 {
  background-image: linear-gradient(#0d243aad, #0d243aad), url('../images/texture1.jpg');
  background-position: 0 0, 52% 100%;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-2 {
  color: #0a5094;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 37px;
  padding-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.service-title {
  color: #cfcfcf;
  text-align: center;
  padding-bottom: 23px;
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.column {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-2 {
  background-image: url('../images/texture1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.heading {
  color: #dddee0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3px;
  padding-top: 40px;
  font-family: Great Vibes, cursive;
  font-size: 45px;
  font-weight: 400;
}

.image {
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-bottom: 50px;
  display: block;
}

.row-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  display: block;
}

.text-block-2 {
  color: #cfcfcf;
  text-align: left;
  margin-top: 4px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}

.row-3 {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

.corporate, .festivals, .weddings, .birthdays {
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-bottom: 50px;
  display: block;
}

.column-5, .column-6, .column-7, .column-8 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-3 {
  background-image: linear-gradient(#071a2cab, #071a2cab), url('../images/texture1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 0;
  padding-top: 35px;
  padding-bottom: 16px;
}

.div-block-3 {
  background-image: linear-gradient(#2a2a2a, #20202000);
  margin-top: -7px;
  margin-bottom: -6px;
  padding-bottom: 19px;
}

.row-4 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-3 {
  color: #9fa0a3;
  margin-top: 17px;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.text-block-3.left {
  margin-top: 14px;
}

.text-block-3.right {
  text-align: right;
  margin-top: 14px;
}

.link {
  color: #cfcfcf;
  text-decoration: none;
}

.column-9 {
  text-align: left;
}

.submit-button {
  background-color: #0a5094;
  font-family: PT Serif, serif;
}

.text-field {
  color: #fff;
  background-color: #ffffff21;
  border: 1px solid #0a5094;
  font-family: Merriweather, serif;
  font-style: normal;
}

.link-2 {
  color: #cfcfcf;
  text-decoration: none;
}

.column-10 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.socials {
  margin-left: 7px;
  margin-right: 7px;
}

.section-4 {
  background-image: url('../images/top-about.jpg'), linear-gradient(#dddee0, #dddee0);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  height: 600px;
  margin-top: -111px;
}

.heading-2 {
  color: #063b6e;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 205px;
  font-family: Great Vibes, cursive;
  font-size: 60px;
  display: block;
}

.titulos {
  color: #dddee0;
  text-align: center;
  margin: 12px auto 0;
  padding-bottom: 26px;
  font-family: Great Vibes, cursive;
  font-size: 60px;
  display: block;
}

.fondo-titullos {
  z-index: 6;
  background-image: linear-gradient(#071a2cab, #071a2cab), url('../images/texture1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 0;
  padding-top: 35px;
  position: relative;
}

.section-5 {
  color: #0b335a;
  background-image: url('../images/lights.png'), url('../images/white-texture.jpg'), linear-gradient(#dddee0, #dddee0);
  background-position: 0 0, 50% 0, 0 0;
  background-size: cover, auto, auto;
  font-family: Merriweather, serif;
}

.row-5 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-3 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.paragraph-3 {
  color: #063b6e;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 23px;
}

.text-span {
  font-size: 36px;
  font-weight: 700;
}

.heading-3 {
  color: #063b6e;
  margin-top: 49px;
  font-family: Merriweather, serif;
}

.heading-3.center {
  text-align: center;
}

.paragraph-4 {
  color: #063b6e;
  margin-bottom: 0;
  padding-top: 19px;
  padding-bottom: 0;
  padding-left: 12px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 25px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.column-12 {
  margin-top: 113px;
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-4.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 46px;
  display: block;
}

.image-4.left {
  float: none;
  margin-left: 5px;
  position: static;
}

.column-13 {
  display: block;
}

.column-14 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.william {
  background-image: linear-gradient(#dddee087, #dddee087);
  max-width: 1200px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider {
  height: 400px;
  margin-top: 67px;
}

.slide {
  background-image: url('../images/los-romanticos-festival.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/los-romanticos-newspaper3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/los-romanticos-serena.jpg');
  background-position: 0 0;
  background-size: 500px;
}

.slide-4 {
  background-image: url('../images/los-romanticos-newspaper4.jpg');
  background-position: 50% 36%;
  background-repeat: repeat-y;
  background-size: 110%;
}

.slide-5 {
  background-image: url('../images/los-romanticos-newspaper2.jpg');
  background-position: 50%;
  background-size: 100%;
}

.slide-6 {
  background-image: url('../images/los-romanticos-newspaper5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/los-romanticos-history.jpg');
  background-position: 0 0;
  background-size: cover;
}

.musicians-william {
  background-image: url('../images/romanticos-ernesto.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #063d72;
  border-radius: 300px;
  width: 400px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.names {
  color: #0c3863;
  text-align: left;
  margin-top: 64px;
  font-size: 24px;
  font-weight: 700;
}

.names.left {
  text-align: right;
  padding-right: 50px;
}

.section-6 {
  background-color: #dddee0;
}

.image-5 {
  text-align: center;
  margin-top: -75px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 55px;
  padding-right: 78px;
  display: block;
}

.paragraph-5 {
  margin-top: 26px;
  margin-bottom: 37px;
  padding-left: 0;
  padding-right: 30px;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 25px;
}

.paragraph-5.left {
  text-align: right;
  padding-right: 5px;
}

.julio {
  background-image: linear-gradient(#dddee087, #dddee087);
  max-width: 1200px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-6 {
  margin-top: -116px;
  margin-right: -24px;
  padding-right: 12px;
}

.profile-derecha-mobil {
  color: #063b6e;
  margin-bottom: 0;
  padding-top: 19px;
  padding-bottom: 0;
  padding-left: 12px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 25px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.lazaro {
  background-image: linear-gradient(#dddee087, #dddee087);
  max-width: 1200px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lazaro-image-big {
  text-align: center;
  margin-top: -75px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 23px;
  padding-right: 23px;
  display: block;
}

.matt-big-image {
  margin-top: -80px;
  margin-right: -24px;
  padding-right: 12px;
}

.matt {
  background-image: linear-gradient(#dddee087, #dddee087);
  max-width: 1200px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tim-image-big {
  text-align: center;
  margin-top: -75px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.tim {
  background-image: linear-gradient(#dddee087, #dddee087);
  max-width: 1200px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ernesto-big-image {
  margin-top: -80px;
  margin-right: -24px;
  padding-right: 0;
}

.ernesto, .henry {
  background-image: linear-gradient(#dddee087, #dddee087);
  max-width: 1200px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.henry-image-big {
  text-align: center;
  margin-top: -75px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 23px;
  padding-right: 23px;
  display: block;
}

.esmeralda-big-image {
  margin-top: -80px;
  padding-right: 0;
}

.henry2 {
  background-image: linear-gradient(#dddee087, #dddee087);
  max-width: 1200px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sophie-image-big {
  text-align: center;
  margin-top: -52px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 23px;
  padding-right: 23px;
  display: block;
}

.sophie {
  background-image: linear-gradient(#dddee087, #dddee087);
  max-width: 1200px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.filafotos1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 7px;
  display: block;
}

.seccion-galeria {
  background-image: url('../images/gallery-bg-top.png'), url('../images/concert-852575.jpg');
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat, repeat;
  background-size: 150%, cover;
  padding-top: 45px;
  padding-bottom: 45px;
}

.top-gallery {
  background-image: url('../images/top-gallery.jpg');
  background-position: 50%;
  background-size: cover;
  height: 150px;
  margin-top: -111px;
}

.top-gallery.music {
  background-image: radial-gradient(circle closest-corner at 15% 18%, #04133ae0 21%, #0000 93%), url('../images/waves.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: 250px;
}

.heading-6 {
  color: #dddee0;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 35px;
  font-family: Great Vibes, cursive;
  font-size: 60px;
  font-weight: 700;
}

.calendar-top {
  background-image: url('../images/top-eventos.jpg'), linear-gradient(#dddee0, #dddee0);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 400px;
  margin-top: -111px;
}

.section-7 {
  background-image: url('../images/white-texture.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
}

.html-embed {
  z-index: 1;
  text-align: center;
  max-width: 1000px;
  margin-top: 57px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 47px;
  padding-bottom: 47px;
  display: block;
  position: relative;
}

.booking-top {
  background-image: url('../images/top-booking.jpg'), linear-gradient(#dddee0, #dddee0);
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
  height: 600px;
  margin-top: -111px;
}

.contact-top {
  background-image: url('../images/IMG_4102.jpg'), linear-gradient(#dddee0, #dddee0);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  height: 600px;
  margin-top: -111px;
}

.white-sectiom {
  z-index: 3;
  background-image: url('../images/white-texture.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  margin-top: 0;
  padding-top: 39px;
  padding-bottom: 39px;
  position: relative;
}

.form-block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 61px;
  padding-bottom: 61px;
  display: block;
}

.button {
  background-image: url('../images/texture1.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 24px;
  padding: 16px 44px;
  font-family: Merriweather, serif;
  font-size: 16px;
}

.field-label {
  color: #063b6e;
  font-family: Merriweather, serif;
}

.field-label.titulo-form {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: -14px;
  padding-left: 0;
  font-size: 18px;
}

.field-label-2 {
  color: #063b6e;
  font-family: Merriweather, serif;
}

.text-field-2, .text-field-3, .text-field-4 {
  font-family: Merriweather, serif;
}

.contact-text {
  color: #063b6e;
  font-family: Merriweather, serif;
  font-size: 18px;
}

.navbar-about {
  background-color: #0000;
}

.link-3 {
  color: #dddee0;
  text-decoration: none;
}

.link-3.w--current {
  text-decoration: none;
}

.column-18 {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-block-4 {
  color: #dddee0;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 35px;
}

.success-message {
  background-image: linear-gradient(#002242a1, #002242a1), url('../images/texture1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 100%;
  margin-top: 88px;
  margin-bottom: 88px;
}

.image-13 {
  margin-top: 7px;
}

.heading-7 {
  color: #063b6e;
  text-align: center;
  margin: 0 auto;
  padding-top: 166px;
  padding-bottom: 132px;
  font-family: Merriweather, serif;
  font-size: 18px;
  display: block;
}

.text-span-4 {
  font-size: 24px;
}

.row-9, .songs-row1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.songs-row2 {
  max-width: 1200px;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-14 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gallery-thumb {
  text-align: center;
  max-width: 600px;
  margin: 34px auto 24px;
  display: block;
}

.slide-8 {
  background-image: url('../images/untitled-8.jpg');
  background-position: 50% 0;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-media {
  width: 750px;
  max-width: 1200px;
  height: 500px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.div-block-8 {
  width: 300px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-19 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.songs-holder {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 45% 0;
  background-size: auto, auto 350px;
  width: 320px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.songs-holder._1 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, auto 350px;
}

.songs-holder._1.current {
  background-image: linear-gradient(#00000091, #00000091), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto 350px;
}

.songs-holder._2 {
  text-align: center;
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-holder._2.current {
  background-image: linear-gradient(#000000b0, #000000b0), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-holder._3 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 50%, 0 0, 73% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 600px 350px;
}

.songs-holder._3.current {
  background-image: linear-gradient(#0000008c, #0000008c), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 0 0, 0 0, 73% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 600px 350px;
}

.songs-holder._4 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-holder._4.active {
  background-image: linear-gradient(#00000063, #00000063), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-holder._4.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-holder._5 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202d1 99%), url('../images/MLR-History-2.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-holder._5.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202d1 99%), url('../images/MLR-History-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-holder._6 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c7 99%), url('../images/losr-58-of-107.jpg');
  background-position: 50%, 0 0, 87% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 650px 350px;
}

.songs-holder._6.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c7 99%), url('../images/losr-58-of-107.jpg');
  background-position: 0 0, 0 0, 87% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 650px 350px;
}

.songs-holder._7 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4092.jpg');
  background-position: 50%, 0 0, 10% 100%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-holder._7.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4092.jpg');
  background-position: 0 0, 0 0, 10% 100%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-holder._8 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/julio-end.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-holder._8.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/julio-end.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-holder._9 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4803f.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-holder._9.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4803f.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.html-embed-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-left: 16px;
  font-family: Great Vibes, cursive;
  font-size: 36px;
}

.text-block-5.current {
  color: #ffffff4a;
}

.text-block-5.topper {
  padding-top: 28px;
  font-size: 60px;
}

.image-15 {
  float: right;
  margin-bottom: 44px;
  margin-right: 46px;
  padding-right: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.filafotos2 {
  max-width: 900px;
  margin-top: -75px;
  margin-left: auto;
  margin-right: auto;
  padding: 65px 7px 10px;
  display: block;
}

.songs-row3 {
  max-width: 1200px;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-20, .column-21 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-22, .column-23, .column-24, .column-25, .column-26 {
  text-align: center;
}

.play-button {
  z-index: 6;
  width: 90px;
  height: 90px;
  position: fixed;
  bottom: 34px;
  right: 9px;
}

.div-block-9, .div-block-10 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.songs-topper {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 45% 0;
  background-size: auto, auto 350px;
  width: 320px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.songs-topper._1 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  width: 450px;
  height: 450px;
}

.songs-topper._2 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper._3 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 50%, 0 0, 73% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 600px 350px;
}

.songs-topper._4 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper._5 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202d1 99%), url('../images/MLR-History-2.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper._6 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c7 99%), url('../images/losr-58-of-107.jpg');
  background-position: 50%, 0 0, 87% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 650px 350px;
}

.songs-topper._7 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4092.jpg');
  background-position: 50%, 0 0, 10% 100%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper._8 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/julio-end.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper._9 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4803f.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper._2 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  width: 450px;
  height: 450px;
}

.panel {
  width: 90%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: -358px;
  left: 0;
  right: 0;
}

.songs-block {
  margin-top: 39px;
}

.songs-topper2 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 45% 0;
  background-size: auto, auto 350px;
  width: 320px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.songs-topper2._1 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, auto 350px;
}

.songs-topper2._1.current {
  background-image: linear-gradient(#00000091, #00000091), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto 350px;
}

.songs-topper2._2 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 450px;
  height: 450px;
}

.songs-topper2._3 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 50%, 0 0, 73% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 600px 350px;
}

.songs-topper2._4 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper2._4.active {
  background-image: linear-gradient(#00000063, #00000063), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper2._5 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202d1 99%), url('../images/MLR-History-2.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper2._6 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c7 99%), url('../images/losr-58-of-107.jpg');
  background-position: 50%, 0 0, 87% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 650px 350px;
}

.songs-topper2._7 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4092.jpg');
  background-position: 50%, 0 0, 10% 100%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper2._8 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/julio-end.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper2._9 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4803f.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper3 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 45% 0;
  background-size: auto, auto 350px;
  width: 320px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.songs-topper3._1 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, auto 350px;
}

.songs-topper3._1.current {
  background-image: linear-gradient(#00000091, #00000091), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto 350px;
}

.songs-topper3._2 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper3._2.current {
  background-image: linear-gradient(#000000b0, #000000b0), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper3._3 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 0 0, 73% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  width: 450px;
  height: 450px;
}

.songs-topper3._4 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper3._4.active {
  background-image: linear-gradient(#00000063, #00000063), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper3._5 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202d1 99%), url('../images/MLR-History-2.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper3._6 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c7 99%), url('../images/losr-58-of-107.jpg');
  background-position: 50%, 0 0, 87% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 650px 350px;
}

.songs-topper3._7 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4092.jpg');
  background-position: 50%, 0 0, 10% 100%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper3._8 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/julio-end.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper3._9 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4803f.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper4 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 45% 0;
  background-size: auto, auto 350px;
  width: 320px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.songs-topper4._1 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, auto 350px;
}

.songs-topper4._1.current {
  background-image: linear-gradient(#00000091, #00000091), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto 350px;
}

.songs-topper4._2 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper4._2.current {
  background-image: linear-gradient(#000000b0, #000000b0), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper4._3 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 50%, 0 0, 73% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 600px 350px;
}

.songs-topper4._3.current {
  background-image: linear-gradient(#0000008c, #0000008c), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 0 0, 0 0, 73% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 600px 350px;
}

.songs-topper4._4 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 45% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  width: 450px;
  height: 450px;
}

.songs-topper4._4.active {
  background-image: linear-gradient(#00000063, #00000063), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper4._4.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper4._5 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202d1 99%), url('../images/MLR-History-2.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper4._6 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c7 99%), url('../images/losr-58-of-107.jpg');
  background-position: 50%, 0 0, 87% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 650px 350px;
}

.songs-topper4._7 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4092.jpg');
  background-position: 50%, 0 0, 10% 100%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper4._8 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/julio-end.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper4._9 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4803f.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper5 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 45% 0;
  background-size: auto, auto 350px;
  width: 320px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.songs-topper5._1 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, auto 350px;
}

.songs-topper5._1.current {
  background-image: linear-gradient(#00000091, #00000091), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto 350px;
}

.songs-topper5._2 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper5._2.current {
  background-image: linear-gradient(#000000b0, #000000b0), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper5._3 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 50%, 0 0, 73% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 600px 350px;
}

.songs-topper5._3.current {
  background-image: linear-gradient(#0000008c, #0000008c), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 0 0, 0 0, 73% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 600px 350px;
}

.songs-topper5._4 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper5._4.active {
  background-image: linear-gradient(#00000063, #00000063), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper5._4.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper5._5 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202d1 99%), url('../images/MLR-History-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  width: 450px;
  height: 450px;
}

.songs-topper5._6 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c7 99%), url('../images/losr-58-of-107.jpg');
  background-position: 50%, 0 0, 87% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 650px 350px;
}

.songs-topper5._7 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4092.jpg');
  background-position: 50%, 0 0, 10% 100%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper5._8 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/julio-end.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper5._9 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4803f.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper6 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 45% 0;
  background-size: auto, auto 350px;
  width: 320px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.songs-topper6._1 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, auto 350px;
}

.songs-topper6._1.current {
  background-image: linear-gradient(#00000091, #00000091), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto 350px;
}

.songs-topper6._2 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper6._2.current {
  background-image: linear-gradient(#000000b0, #000000b0), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper6._3 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 50%, 0 0, 73% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 600px 350px;
}

.songs-topper6._3.current {
  background-image: linear-gradient(#0000008c, #0000008c), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 0 0, 0 0, 73% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 600px 350px;
}

.songs-topper6._4 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper6._4.active {
  background-image: linear-gradient(#00000063, #00000063), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper6._4.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper6._5 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202d1 99%), url('../images/MLR-History-2.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper6._5.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202d1 99%), url('../images/MLR-History-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper6._6 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c7 99%), url('../images/losr-58-of-107.jpg');
  background-position: 0 0, 87% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  width: 450px;
  height: 450px;
}

.songs-topper6._7 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4092.jpg');
  background-position: 50%, 0 0, 10% 100%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper6._8 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/julio-end.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper6._9 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4803f.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper7 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 45% 0;
  background-size: auto, auto 350px;
  width: 320px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.songs-topper7._1 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, auto 350px;
}

.songs-topper7._1.current {
  background-image: linear-gradient(#00000091, #00000091), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto 350px;
}

.songs-topper7._2 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper7._2.current {
  background-image: linear-gradient(#000000b0, #000000b0), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper7._3 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 50%, 0 0, 73% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 600px 350px;
}

.songs-topper7._3.current {
  background-image: linear-gradient(#0000008c, #0000008c), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 0 0, 0 0, 73% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 600px 350px;
}

.songs-topper7._4 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper7._4.active {
  background-image: linear-gradient(#00000063, #00000063), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper7._4.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper7._5 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202d1 99%), url('../images/MLR-History-2.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper7._5.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202d1 99%), url('../images/MLR-History-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper7._6 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c7 99%), url('../images/losr-58-of-107.jpg');
  background-position: 50%, 0 0, 87% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 650px 350px;
}

.songs-topper7._6.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c7 99%), url('../images/losr-58-of-107.jpg');
  background-position: 0 0, 0 0, 87% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 650px 350px;
}

.songs-topper7._7 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4092.jpg');
  background-position: 0 0, 10% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  width: 450px;
  height: 450px;
}

.songs-topper7._8 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/julio-end.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper7._9 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4803f.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper8 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 45% 0;
  background-size: auto, auto 350px;
  width: 320px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.songs-topper8._1 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, auto 350px;
}

.songs-topper8._1.current {
  background-image: linear-gradient(#00000091, #00000091), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto 350px;
}

.songs-topper8._2 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper8._2.current {
  background-image: linear-gradient(#000000b0, #000000b0), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper8._3 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 50%, 0 0, 73% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 600px 350px;
}

.songs-topper8._3.current {
  background-image: linear-gradient(#0000008c, #0000008c), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 0 0, 0 0, 73% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 600px 350px;
}

.songs-topper8._4 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper8._4.active {
  background-image: linear-gradient(#00000063, #00000063), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper8._4.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper8._5 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202d1 99%), url('../images/MLR-History-2.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper8._5.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202d1 99%), url('../images/MLR-History-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper8._6 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c7 99%), url('../images/losr-58-of-107.jpg');
  background-position: 50%, 0 0, 87% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 650px 350px;
}

.songs-topper8._6.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c7 99%), url('../images/losr-58-of-107.jpg');
  background-position: 0 0, 0 0, 87% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 650px 350px;
}

.songs-topper8._7 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4092.jpg');
  background-position: 50%, 0 0, 10% 100%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper8._7.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4092.jpg');
  background-position: 0 0, 0 0, 10% 100%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper8._8 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/julio-end.jpg');
  background-position: 0 0, 45% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  width: 450px;
  height: 450px;
}

.songs-topper8._9 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4803f.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper9 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 45% 0;
  background-size: auto, auto 350px;
  width: 320px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.songs-topper9._1 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, auto 350px;
}

.songs-topper9._1.current {
  background-image: linear-gradient(#00000091, #00000091), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4102.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto 350px;
}

.songs-topper9._2 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper9._2.current {
  background-image: linear-gradient(#000000b0, #000000b0), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-12.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper9._3 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 50%, 0 0, 73% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 600px 350px;
}

.songs-topper9._3.current {
  background-image: linear-gradient(#0000008c, #0000008c), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/MLR-History-10.jpg');
  background-position: 0 0, 0 0, 73% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 600px 350px;
}

.songs-topper9._4 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper9._4.active {
  background-image: linear-gradient(#00000063, #00000063), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper9._4.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c4 87%), url('../images/losr-4979.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper9._5 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202d1 99%), url('../images/MLR-History-2.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper9._5.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202d1 99%), url('../images/MLR-History-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper9._6 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c7 99%), url('../images/losr-58-of-107.jpg');
  background-position: 50%, 0 0, 87% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 650px 350px;
}

.songs-topper9._6.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #020202c7 99%), url('../images/losr-58-of-107.jpg');
  background-position: 0 0, 0 0, 87% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 650px 350px;
}

.songs-topper9._7 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4092.jpg');
  background-position: 50%, 0 0, 10% 100%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper9._7.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4092.jpg');
  background-position: 0 0, 0 0, 10% 100%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper9._8 {
  background-image: url('../images/play2.png'), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/julio-end.jpg');
  background-position: 50%, 0 0, 45% 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 104px, auto, 500px 350px;
}

.songs-topper9._8.current {
  background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/julio-end.jpg');
  background-position: 0 0, 0 0, 45% 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, 500px 350px;
}

.songs-topper9._9 {
  background-image: radial-gradient(circle farthest-side at 50% 100%, #fff0, #02020294 99%), url('../images/IMG_4803f.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  width: 450px;
  height: 450px;
}

.song-link {
  text-decoration: none;
}

.column-27 {
  text-align: center;
}

.songs-squares {
  margin-top: 30px;
}

.div-block-11 {
  text-align: center;
  max-width: 1200px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.song-holder {
  background-image: linear-gradient(#00000080, #00000080);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.song-title {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Great Vibes, cursive;
  font-size: 36px;
}

.song-title.current {
  color: #ffffff4a;
}

.song-title.topper {
  padding-top: 28px;
  font-size: 60px;
}

.html-embed-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 13px;
  display: block;
}

.phone-bottom {
  color: #cfcfcf;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 17px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}

.phone-bottom.w--current {
  background-image: linear-gradient(#014f8b, #74b8f4);
  padding: 13px 25px;
}

.payment-button {
  margin-bottom: 15px;
  display: none;
}

.row-10 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tabs-menu {
  text-align: center;
  margin-top: 17px;
  margin-bottom: 17px;
  display: block;
}

.tab-link {
  color: #dddee0;
  background-color: #052b50;
  margin-left: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 21px;
}

.tab-link.w--current {
  color: #dddee0;
  background-color: #0a5094;
  margin-left: 8px;
  padding: 13px 268px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 21px;
}

.tab-link-2 {
  background-color: #052b50;
  margin-left: 9px;
  margin-right: 9px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.tab-link-2.w--current {
  background-color: #0a5094;
  padding-left: 406px;
  padding-right: 406px;
}

.tab-link-3 {
  background-color: #052b50;
  padding-top: 13px;
  padding-bottom: 13px;
}

.tab-link-3.w--current {
  background-color: #0a5094;
  padding-left: 313px;
  padding-right: 313px;
}

.text-block-6, .text-block-7 {
  color: #dddee0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 21px;
}

.row-11 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.video-grid {
  max-width: 1000px;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-active.w--current {
  background-color: #0000;
  background-image: linear-gradient(#0a5094, #0a5094);
}

.curr.w--current {
  background-color: #0a5094;
}

.inac {
  color: #dddee0;
  background-image: linear-gradient(#052b50, #052b50);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 21px;
}

.inac.w--current {
  background-image: linear-gradient(#0a5094, #0a5094), linear-gradient(#052b50, #052b50);
}

.text-block-10 {
  color: #dddee0;
  font-family: Merriweather, serif;
}

.column-28 {
  margin-top: 31px;
}

.row-12 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block-11 {
  color: #c00000;
  font-family: Merriweather, serif;
}

.error-message {
  margin-top: 22px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.text-block-12 {
  color: #dddee0;
  font-family: Merriweather, serif;
}

.success-message-2 {
  color: #dddee0;
  background-color: #052b50;
}

.contact-thanks {
  color: #dddee0;
  text-align: center;
  margin: 0 auto;
  padding-top: 38px;
  padding-bottom: 38px;
  font-family: Merriweather, serif;
  font-size: 18px;
  display: block;
}

.success-message-3 {
  background-color: #052b508c;
  border: 1px solid #dddee040;
  margin-top: 33px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.text-block-13 {
  color: #dddee0;
  font-family: Merriweather, serif;
}

.sign-up-section {
  z-index: 4000;
  background-color: #000000ba;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.call-to-action {
  justify-content: center;
  align-items: center;
  width: 100vh;
  height: 80vh;
  display: flex;
  position: static;
  inset: 0;
}

.sign-up-form {
  float: right;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(to top, #ffffff85, #ffffffdb 65%), linear-gradient(#fff, #fff);
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 14px 20%;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  display: flex;
  position: static;
}

.image-17 {
  z-index: 9000;
  clear: left;
  cursor: pointer;
  display: block;
  position: static;
  top: 7px;
  right: 7px;
}

.html-embed-4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-8 {
  color: #063b6e;
  text-align: center;
  flex: 0 auto;
  order: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
}

.image-18 {
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.heading-9 {
  margin-left: auto;
  margin-right: auto;
}

.popup-title {
  color: #063b6e;
  text-align: center;
  flex: 0 auto;
  order: 0;
  margin: 7px auto;
  font-family: Oswald, sans-serif;
}

.popup-subtitle {
  color: #063b6e;
  margin: 1px auto;
  padding-left: 57px;
  padding-right: 57px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.button-2 {
  margin-left: auto;
  margin-right: auto;
}

.book-tickets {
  background-color: #063b6e;
  background-image: url('../images/ticket-icon.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 40px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 102px;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.div-block-12 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 122px;
}

.container-2 {
  text-align: center;
  padding-bottom: 102px;
}

.poster {
  padding-top: 83px;
}

.links-bottom {
  color: var(--white);
  margin-top: 0;
  padding: 2px 6px;
  font-family: Merriweather, serif;
  font-size: 12px;
  text-decoration: none;
}

.links-bottom.left {
  margin-top: 14px;
}

.links-bottom.right {
  text-align: right;
  margin-top: 14px;
}

.bottom-menu {
  padding-top: 22px;
}

.pay-button {
  color: #cfcfcf;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 17px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
}

.pay-button.w--current {
  background-image: linear-gradient(#014f8b, #74b8f4);
  border-radius: 3px;
  padding: 13px 25px;
  font-size: 16px;
}

.pay-button-card {
  color: #cfcfcf;
  text-align: left;
  background-image: linear-gradient(#1b58b4, #40a4de);
  border-radius: 4px;
  margin-top: 4px;
  margin-bottom: 17px;
  padding: 12px 19px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.pay-button-card.w--current {
  background-image: linear-gradient(#014f8b, #74b8f4);
  padding: 13px 25px;
}

.pay {
  color: #fff;
  text-decoration: none;
}

.div-block-13 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 122px;
  display: flex;
}

.image-19 {
  z-index: 9000;
  clear: left;
  cursor: pointer;
  display: block;
  position: static;
  top: 7px;
  right: 7px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #0d243a;
    text-align: right;
  }

  .nav-link.w--current {
    color: #0d243a;
    border-style: none;
    padding-left: 12px;
    font-weight: 700;
  }

  .nav-link.mob {
    color: #dddee0;
    width: 100%;
  }

  .nav-link.mob.w--current {
    color: #dddee0;
    text-align: right;
    width: 100%;
  }

  .body {
    background-image: linear-gradient(#010418, #010418);
  }

  .navbar, .container {
    height: 60px;
  }

  .icon-2 {
    color: #fff;
  }

  .div-block {
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 540px;
    margin-top: -60px;
  }

  .paragraph {
    padding-left: 44px;
    padding-right: 44px;
    font-size: 16px;
  }

  .section {
    background-image: url('../images/lights.png'), linear-gradient(#dddee0, #dddee0);
    background-position: 50% 100%, 0 0;
    background-size: 120%, auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .row {
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-2 {
    padding-left: 34px;
    padding-right: 34px;
    font-size: 15px;
  }

  .column {
    margin-top: 10px;
  }

  .section-2 {
    background-position: 50% 0;
    background-attachment: scroll;
  }

  .column-2, .column-3, .column-4 {
    margin-top: 10px;
  }

  .row-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .corporate, .festivals, .weddings, .birthdays {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-4 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .submit-button {
    font-family: Merriweather, serif;
  }

  .text-field, .link-2 {
    font-size: 12px;
  }

  .column-10 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .image-2 {
    z-index: 50;
    padding-left: 49px;
    position: relative;
  }

  .section-4 {
    background-image: url('../images/top-about.jpg'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
    margin-top: -63px;
  }

  .titulos {
    font-size: 50px;
  }

  .section-5 {
    background-image: url('../images/lights.png'), url('../images/white-texture.jpg');
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat-y;
    background-size: cover, 100%;
  }

  .heading-3 {
    text-align: center;
    margin-top: 30px;
    font-size: 28px;
  }

  .paragraph-4 {
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .column-12 {
    margin-top: -11px;
  }

  .image-4 {
    text-align: center;
    margin-top: -11px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 12px;
    display: block;
  }

  .image-4.center {
    padding-bottom: 51px;
  }

  .image-4.left, .column-13 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .william {
    margin-top: 113px;
    margin-bottom: 13px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider {
    height: 300px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .names {
    margin-top: 25px;
  }

  .image-5 {
    padding-right: 14px;
  }

  .paragraph-5 {
    text-align: justify;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 18px;
    font-size: 13px;
    line-height: 20px;
  }

  .image-6 {
    margin-top: -72px;
    padding-left: 0;
    padding-right: 0;
  }

  .profile-derecha-mobil {
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .lazaro {
    margin-top: 113px;
    margin-bottom: 13px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lazaro-image-big {
    padding-right: 14px;
  }

  .matt-big-image {
    margin-top: -72px;
    padding-left: 0;
    padding-right: 0;
  }

  .tim-image-big {
    padding-left: 0;
    padding-right: 0;
  }

  .tim {
    margin-top: 113px;
    margin-bottom: 13px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ernesto-big-image {
    margin-top: -72px;
    padding-left: 0;
    padding-right: 0;
  }

  .henry {
    margin-top: 113px;
    margin-bottom: 13px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .henry-image-big {
    padding-left: 0;
    padding-right: 9px;
  }

  .esmeralda-big-image {
    margin-top: -72px;
    padding-left: 0;
    padding-right: 32px;
  }

  .sophie-image-big {
    padding-right: 27px;
  }

  .sophie {
    margin-top: 113px;
    margin-bottom: 13px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .filafotos1 {
    padding-top: 0;
    padding-bottom: 8px;
  }

  .seccion-galeria {
    background-position: 50% 0, 50% 100%;
    background-size: 150%, cover;
  }

  .top-gallery, .calendar-top {
    background-image: url('../images/top-about.jpg'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
    margin-top: -63px;
  }

  .booking-top {
    background-image: url('../images/top-booking.jpg'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    margin-top: -63px;
  }

  .contact-top {
    background-image: url('../images/top-about.jpg'), linear-gradient(to bottom, null, null);
    background-position: 50%, 0 0;
    margin-top: -63px;
  }

  .form-block {
    padding-left: 45px;
    padding-right: 45px;
  }

  .button {
    margin-top: 23px;
  }

  .image-15 {
    text-align: center;
    margin-top: -31px;
    margin-left: auto;
    margin-right: 5px;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .filafotos2 {
    padding-top: 0;
    padding-bottom: 8px;
  }

  .songs-row3 {
    margin-top: 17px;
  }

  .column-20, .column-21 {
    margin-top: 12px;
  }

  .column-22 {
    margin-top: -36px;
  }

  .column-23, .column-24, .column-25 {
    margin-top: 12px;
  }

  .column-26 {
    margin-top: 12px;
    margin-bottom: 58px;
  }

  .nav-menu {
    z-index: 20;
    color: #dddee0;
    background-color: #0000;
    background-image: linear-gradient(270deg, #031525d4 42%, #fff0 83%), url('../images/texture1.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat-y;
    background-size: auto, 100%;
    height: 100%;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .tab-link.w--current {
    padding-left: 202px;
    padding-right: 202px;
  }

  .tab-link-2.w--current {
    padding-left: 201px;
    padding-right: 201px;
  }

  .sign-up-section {
    display: flex;
  }

  .call-to-action {
    width: 90%;
  }

  .popup-subtitle {
    text-align: center;
    padding: 0 38px;
  }

  .div-block-12, .div-block-13 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-image: linear-gradient(#111213, #111213);
  }

  .icon-2 {
    color: #fff;
  }

  .div-block {
    background-size: auto, cover;
    width: 100%;
    height: 400px;
    margin-top: -86px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .row {
    padding-left: 0%;
    padding-right: 0%;
  }

  .service-title {
    padding-bottom: 24px;
    font-size: 16px;
  }

  .section-2 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading {
    font-size: 35px;
  }

  .text-block-2 {
    text-align: center;
  }

  .corporate, .festivals, .weddings, .birthdays {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-3.left, .text-block-3.right {
    text-align: center;
  }

  .column-9 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .submit-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-field {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-10 {
    margin-top: 29px;
  }

  .column-11 {
    margin-top: 15px;
  }

  .image-2 {
    padding-bottom: 39px;
    padding-left: 60px;
  }

  .section-4 {
    height: 400px;
    margin-top: -92px;
  }

  .titulos {
    font-size: 35px;
  }

  .image-3 {
    padding-top: 28px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .heading-3 {
    text-align: center;
    margin-top: 88px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    display: block;
  }

  .heading-3.center {
    margin-top: 52px;
  }

  .paragraph-4 {
    text-align: center;
  }

  .column-12 {
    margin-top: -73px;
  }

  .image-4 {
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    display: block;
  }

  .image-4.center {
    padding-bottom: 1px;
  }

  .slider {
    height: 250px;
    margin-top: 17px;
  }

  .image-5 {
    margin-top: -43px;
    padding-left: 179px;
    padding-right: 179px;
  }

  .paragraph-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    margin-top: -20px;
    padding-left: 174px;
    padding-right: 174px;
  }

  .profile {
    background-image: linear-gradient(#dddee096, #dddee096);
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-7 {
    margin-top: -73px;
  }

  .row-6 {
    background-image: linear-gradient(#dddee087, #dddee087);
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .profile-derecha-mobil {
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
  }

  .nombres-movil {
    text-align: center;
    margin-top: 9px;
    font-size: 16px;
    font-weight: 700;
  }

  .image-9 {
    margin-top: -76px;
    padding-right: 74px;
  }

  .slider-2 {
    background-color: #0000;
    height: 550px;
  }

  .image-10 {
    margin-top: 3px;
  }

  .div-block-4 {
    background-color: #dddee075;
    width: 100%;
    height: 395px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .image-11 {
    margin-top: -83px;
    margin-left: 30px;
    padding-bottom: 11px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .paragraph-6 {
    text-align: left;
    margin-bottom: 0;
    font-size: 11px;
    position: static;
    bottom: 0;
    right: 0;
  }

  .icon-3 {
    text-shadow: 0 1px 6px #000;
    margin-top: 114px;
    margin-right: 0;
    padding: 1px;
  }

  .icon-4 {
    text-shadow: 0 -1px 6px #000;
    margin-top: 114px;
    margin-right: 38px;
  }

  .heading-4 {
    text-align: right;
    padding-right: 123px;
    font-size: 19px;
  }

  .text-span-2 {
    font-size: 16px;
    font-weight: 700;
  }

  .right-arrow {
    color: #dddee0;
  }

  .slider-horizontal {
    background-color: #0000;
    height: 1200px;
    margin-top: 16px;
    padding-bottom: 0;
  }

  .william-horizontal {
    margin-top: -83px;
    margin-left: 30px;
    padding-bottom: 11px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .julio-horizontal {
    margin-top: -83px;
    margin-left: 30px;
    padding-bottom: 11px;
    padding-right: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .lazaro-horizontal {
    margin-top: -83px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 11px;
    padding-right: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .column-15 {
    position: static;
  }

  .row-7 {
    margin-top: 108px;
  }

  .image-12 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-5 {
    height: 500px;
  }

  .div-block-6 {
    background-image: linear-gradient(#dddee07a, #dddee07a);
  }

  .heading-5 {
    text-align: center;
    background-image: linear-gradient(#ffffff29, #ffffff29);
    margin-top: 0;
    padding-top: 18px;
    font-size: 18px;
  }

  .paragraph-7 {
    text-align: justify;
    margin-bottom: 24px;
    padding: 31px 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .text-span-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: 700;
    display: block;
  }

  .william-profile, .julio-profile, .lazaro-profile, .matt-profile, .tim-profile, .ernesto-profile, .henry-profile, .lady-profile, .sophie-profile {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-7, .shadow {
    background-image: linear-gradient(#dddee073, #dddee073);
    height: 300px;
    margin-top: -243px;
  }

  .frame-william {
    background-image: url('../images/musician-william.png');
    background-position: 50%;
    background-size: 500px;
    height: 500px;
  }

  .div-block-5-copy {
    height: 500px;
  }

  .frame-julio {
    background-image: url('../images/musician-julio.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 500px;
    height: 500px;
  }

  .frame-lazaro {
    background-image: url('../images/musician-lazaro.png');
    background-position: 50%;
    background-size: 500px;
    height: 500px;
  }

  .frame-matt {
    background-image: url('../images/musician-matt.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 500px;
    height: 500px;
  }

  .frame-tim {
    background-image: url('../images/musician-tim.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 500px;
    height: 500px;
  }

  .frame-ernesto {
    background-image: url('../images/musician-ernesto.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 500px;
    height: 500px;
  }

  .frame-henry {
    background-image: url('../images/musician-henry.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 500px;
    height: 500px;
  }

  .frame-lady {
    background-image: url('../images/musician-lady.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 500px;
    height: 500px;
  }

  .frame-sophie {
    background-image: url('../images/musician-sophie.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 500px;
    height: 500px;
  }

  .slide-nav {
    background-image: linear-gradient(#063b6ec7, #063b6ec7);
  }

  .lazaro-image-big {
    margin-top: -43px;
    padding-left: 179px;
    padding-right: 179px;
  }

  .matt-big-image {
    margin-top: -20px;
    padding-left: 174px;
    padding-right: 174px;
  }

  .tim-image-big {
    margin-top: -43px;
    padding-left: 179px;
    padding-right: 179px;
  }

  .ernesto-big-image {
    margin-top: -20px;
    padding-left: 174px;
    padding-right: 174px;
  }

  .henry-image-big {
    margin-top: -43px;
    padding-left: 179px;
    padding-right: 179px;
  }

  .esmeralda-big-image {
    margin-top: -20px;
    padding-left: 174px;
    padding-right: 174px;
  }

  .sophie-image-big {
    margin-top: -43px;
    padding-left: 179px;
    padding-right: 179px;
  }

  .filafotos1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .seccion-galeria {
    background-image: linear-gradient(#00000096, #00000096), url('../images/gallery-bg-top.png'), url('../images/concert-852575.jpg');
    background-position: 0 0, 50% 0, 50% 100%;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 150%, cover;
    padding-left: 32px;
    padding-right: 32px;
  }

  .top-gallery {
    height: 400px;
    margin-top: -92px;
  }

  .column-16, .column-17, .todas {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .calendar-top {
    height: 400px;
    margin-top: -92px;
  }

  .html-embed {
    margin-top: 58px;
    padding-top: 0;
    padding-left: 58px;
    padding-right: 58px;
  }

  .booking-top, .contact-top {
    height: 400px;
    margin-top: -92px;
  }

  .button {
    background-position: 50%;
    width: 100%;
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-18 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-13 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-5.topper {
    font-size: 45px;
  }

  .filafotos2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .songs-topper._1, .songs-topper2._2, .songs-topper3._3, .songs-topper4._4, .songs-topper5._5, .songs-topper6._6, .songs-topper7._7, .songs-topper8._8, .songs-topper9._9 {
    width: 100%;
  }

  .image-16 {
    padding-top: 28px;
    padding-left: 21px;
  }

  .song-title {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 21px;
  }

  .song-title.topper {
    font-size: 45px;
  }

  .phone-bottom {
    text-align: center;
  }

  .payment-button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tabs-menu {
    margin-left: -28px;
    margin-right: -28px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link.w--current {
    padding-left: 70px;
    padding-right: 70px;
  }

  .tab-link-2.w--current {
    padding-left: 59px;
    padding-right: 59px;
  }

  .video, .video-2, .video-3, .video-4, .video-5, .video-6, .video-7, .video-8 {
    margin-bottom: 8px;
  }

  .text-block-10 {
    text-align: center;
  }

  .sign-up-section {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 0;
    display: flex;
    position: absolute;
  }

  .call-to-action {
    flex: 1;
    width: 90%;
    height: 85vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 27px;
    overflow: auto;
  }

  .sign-up-form {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 39px;
    overflow: auto;
  }

  .popup-title {
    font-size: 25px;
  }

  .popup-subtitle {
    font-size: 20px;
  }

  .book-tickets {
    text-align: center;
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 30px;
  }

  .links-bottom.left, .links-bottom.right {
    text-align: center;
  }

  .contact-forms {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pay-button {
    text-align: center;
  }

  .pay-button.w--current {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .pay-button-card {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    background-size: auto, cover;
    height: 260px;
    margin-top: -67px;
  }

  .paragraph {
    font-size: 12px;
  }

  .section {
    background-image: url('../images/lights.png'), linear-gradient(#dddee0, #dddee0), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: 300%, auto, auto;
  }

  .paragraph-2 {
    padding: 17px 8px;
    font-size: 13px;
  }

  .service-title {
    font-size: 15px;
  }

  .section-2 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading {
    padding-top: 19px;
    padding-left: 65px;
    padding-right: 65px;
    font-size: 30px;
    line-height: 38px;
  }

  .corporate, .festivals, .weddings, .birthdays {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-4 {
    text-align: center;
  }

  .text-block-3.left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-3.right {
    text-align: center;
  }

  .column-9 {
    display: none;
  }

  .text-field {
    width: 100%;
    max-width: 100%;
  }

  .link-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-2 {
    padding-left: 7px;
    padding-right: 74px;
  }

  .section-4 {
    background-image: url('../images/top-about.jpg'), linear-gradient(#0000, #0000);
    background-position: 50% 0, 0 0;
    height: 200px;
    margin-top: -72px;
  }

  .titulos {
    font-size: 35px;
  }

  .fondo-titullos {
    padding-top: 2px;
  }

  .heading-3 {
    margin-top: 80px;
    font-size: 22px;
  }

  .image-4 {
    margin-top: -12px;
    padding-left: 12px;
  }

  .slider {
    height: 180px;
    margin-left: -2px;
    margin-right: -2px;
  }

  .slide-3, .slide-4 {
    background-size: cover;
  }

  .image-5 {
    margin-top: -52px;
    padding-right: 145px;
  }

  .paragraph-5 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .image-6 {
    margin-top: -5px;
    padding-right: 108px;
  }

  .image-7 {
    margin-top: -87px;
    padding-right: 10px;
  }

  .nombres-movil {
    text-align: center;
  }

  .image-8 {
    margin-top: -477px;
    margin-right: -10px;
    padding-left: 206px;
  }

  .image-9 {
    margin-top: -76px;
    padding-right: 46px;
  }

  .icon-3, .icon-4 {
    margin-top: 209px;
  }

  .slider-horizontal {
    height: 1500px;
  }

  .paragraph-7 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .text-span-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .lazaro-image-big {
    margin-top: -52px;
    padding-right: 145px;
  }

  .matt-big-image {
    margin-top: -5px;
    padding-right: 108px;
  }

  .tim-image-big {
    margin-top: -52px;
    padding-right: 145px;
  }

  .ernesto-big-image {
    margin-top: -5px;
    padding-right: 108px;
  }

  .henry-image-big {
    margin-top: -52px;
    padding-right: 145px;
  }

  .esmeralda-big-image {
    margin-top: -5px;
    padding-right: 108px;
  }

  .sophie-image-big {
    margin-top: -52px;
    padding-right: 145px;
  }

  .filafotos1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .seccion-galeria {
    background-image: linear-gradient(#0000003b, #0000003b), url('../images/gallery-bg-top.png'), url('../images/concert-852575.jpg');
    background-position: 0 0, 50% 0, 50% 100%;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 150%, cover;
    margin-top: -17px;
    padding-top: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .top-gallery {
    background-image: url('../images/top-gallery.jpg'), linear-gradient(#0000, #0000);
    background-position: 50% 0, 0 0;
    height: 200px;
    margin-top: -72px;
  }

  .todas {
    margin-top: 0;
  }

  .calendar-top {
    background-image: url('../images/top-eventos.jpg'), linear-gradient(#0000, #0000);
    background-position: 50% 0, 0 0;
    height: 200px;
    margin-top: -72px;
  }

  .html-embed {
    padding-left: 0;
    padding-right: 0;
  }

  .booking-top {
    background-image: url('../images/top-booking.jpg'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
    background-size: cover, auto;
    height: 200px;
    margin-top: -72px;
  }

  .contact-top {
    background-image: url('../images/IMG_4102.jpg'), linear-gradient(#0000, #0000);
    background-position: 50% 0, 0 0;
    height: 200px;
    margin-top: -72px;
  }

  .form-block {
    padding-left: 14px;
    padding-right: 14px;
  }

  .button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .field-label.titulo-form {
    text-align: center;
  }

  .column-18 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .image-13 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .songs-holder._1, .songs-holder._2, .songs-holder._3, .songs-holder._4, .songs-holder._5, .songs-holder._6, .songs-holder._7, .songs-holder._8, .songs-holder._9 {
    width: 320px;
  }

  .text-block-5.topper {
    font-size: 40px;
  }

  .filafotos2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .songs-topper._1, .songs-topper2._2, .songs-topper3._3, .songs-topper4._4 {
    width: 100%;
  }

  .nav-menu {
    margin-top: -60px;
    padding-top: 59px;
  }

  .div-block-11 {
    width: 100%;
  }

  .song-title.topper {
    font-size: 40px;
  }

  .payment-button {
    text-align: center;
  }

  .tab-link {
    margin-left: 56px;
    margin-right: 56px;
  }

  .tab-link.w--current {
    text-align: left;
    margin: 9px 10px;
    padding-left: 25px;
  }

  .tab-link-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tab-link-2.w--current {
    margin-left: 56px;
    margin-right: 56px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-link-3 {
    margin-left: 58px;
    margin-right: 56px;
  }

  .text-block-7, .text-block-8, .text-block-9 {
    padding-left: 17px;
  }

  .text-block-10 {
    text-align: center;
  }

  .sign-up-section {
    margin-top: 0;
    display: flex;
  }

  .sign-up-form {
    padding-top: 24px;
  }

  .image-17 {
    z-index: 15000;
  }

  .popup-title {
    font-size: 22px;
    line-height: 24px;
  }

  .popup-subtitle {
    font-size: 15px;
    line-height: 24px;
  }

  .book-tickets {
    text-align: center;
    background-color: #063b6e;
    background-size: 30px;
    width: 100%;
    margin-top: 22px;
    padding: 13px 9px;
    font-size: 20px;
  }

  .links-bottom.left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .links-bottom.right {
    text-align: center;
  }

  .contact-forms {
    padding-left: 11px;
    padding-right: 11px;
  }

  .image-19 {
    z-index: 15000;
  }
}


