@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
  --blanco: #fff;
  --negro: #222222;
  --azul: #2f4c8d;
  --naranja: #FF7823;
  --gris: #f2f2f2;
  --grisc: #CECECE;
  --griso: #a0a0a0;
  --font: 'Montserrat', sans-serif;
}

.blanco{color:var(--blanco); }
.negro{color:var(--negro); }
.azul{color:var(--azul); }
.naranja{color:var(--naranja); }
.gris{ color:var(--gris); }
.grisc{ color:var(--grisc); }
.griso{ color:var(--griso); }

.bgblanco{ background: var(--blanco); }
.bgnegro{ background: var(--negro); }
.bgazul{ background: var(--verde); }
.bgnaranja{ background: var(--naranja); }
.bggris{ background: var(--gris); }
.bggrisc{ background: var(--grisc); }
.bggriso{ color:var(--griso); }

.line-120 { line-height: 120%; }
.line-130 { line-height: 130%; }

.btn-primario:hover {
  background: #fff;
  color: #ff7823;
}

.btn-borde {
  display: inline-block;
  padding: 10px 15px;
  margin: 20px 0 0;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.btn-borde:hover {
  background: #fff;
  color: #000;
}

.margen {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

#page {
  overflow: hidden;
}

header a:hover {
  color: #fff;
  text-decoration: underline;
}

.hidden-d {
  display: block;
}

.visible-m {
  display: none;
}

.icon svg {
  fill: #fff;
  width: 15px
}


/* Home */
.banner {
  padding: 12% 3%;
}


/* Cifras */
.row-cifras p {
  margin: 0;
  font-size: 35px;
  font-weight: 300;
  line-height: 120%;
  text-align: center;
}

.row-cifras p em {
  display: block;
  color: #FF7823;
  font-style: normal;
  font-size: 120px;
  line-height: normal;
}

.row-cifras .slick-slide {
  margin: 0 50px;
}


/* Slider */
.wrapper-slider {
  padding: 0 15px;
  background: transparent linear-gradient(180deg, #0A1EFF 0%, #FF7823 100%) 0% 0% no-repeat padding-box;
}

.row-slider p {
  margin: 0;
  font-size: 120px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 130%;
}

.row-slider .slick-slide {
  opacity: 0.5;
}

.row-slider .slick-current {
  opacity: 1;
}

.row-slider .slick-active + .slick-active ~ .slick-slide {
   opacity: 0.3;
}


/* Artistas */
.wrapper-artistas {
  background: transparent radial-gradient(closest-side at 50% 50%, #52697C 0%, #1E2429 100%) 0% 0% no-repeat padding-box;
}

.col-artista {
  flex: 0 0 20%;
}

.col-artista img {
  border-radius: 45px;
}

.col-a-2,
.col-a-4 {
  margin-top: 8%;
}

.col-a-6,
.col-a-10 {
  margin-top: -15%;
}

.col-a-3 {
  margin-top: 15%;
}

.col-a-7,
.col-a-9 {
  margin-top: -7%;
}


/* Formulario */
.row-form form {
  max-width: 680px;
  width: 100%;
  margin: auto;
}

.row-form form .input input {
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #1E242965;  
  background-color: var(--blanco);
}

.row-form form .actions {
  margin: 30px 0 0;
  text-align: center;
}

.row-form form .actions .hs-button {
  display: inline-block;
  max-width: 215px;
  width: 100%;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  padding: 10px 20px;
  border: 1px solid #FF7823;
  background-color: #FF7823;
  border-radius: 8px;
  text-align: center;
}

.row-form form .actions .hs-button:hover {
  background: #fff;
  color: #FF7823;
}

::-webkit-input-placeholder {
  font-size: 25px;
  text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 25px;
  text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
  font-size: 25px;
  text-align: center;  
}

:-ms-input-placeholder {  
  font-size: 25px;
  text-align: center; 
}

.row-form form .hs-form-field .hs-error-msgs {
  padding-left: 0;
  list-style: none;
}

.row-form form .hs-form-field .hs-error-msgs label.hs-error-msg {
  color: #e84d4f;
  display: block;
  font-size: 16px;
  font-style: italic;
  line-height: 120%;
  margin: 5px 0 0;
}

.row-form form .hs_error_rollup {
  display: none;
}


/* Blog */
.row-blog img {
  width: 100%;
  border-radius: 40px;
}

.row-blog .img-blog {
  width: 100%;
  border-radius: 40px;
  padding-bottom: 63.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/* Footer */
.footer {
  background: transparent linear-gradient(180deg, #0A1EFF 0%, #FF7823 100%) 0% 0% no-repeat padding-box;
}

.footer a:hover {
  color: #fff;
}

.cintillo a {
  text-decoration: none;
}

.cintillo a:hover {
  color: #fff;
  text-decoration: underline;
}

.menu-footer {
  max-width: 1400px;
  width: 100%;
  margin: auto!important;
}

.menu-footer li {
  position: relative;
}

.menu-footer li:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  left: 0;
  height: 37px;
  background-color: #FF7823;
}

.menu-footer li:first-of-type:before {
  width: 0;
}

.menu-footer li a {
  display: block;
  text-align: center;
  line-height: 120%;
}

.ico-redes {
  display: block;
  height: 20px;
  background-image: url('https://21000690.fs1.hubspotusercontent-na1.net/hubfs/21000690/Sitio/sistema-de-venta-de-boletos-para-eventos-logos-redes.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: auto 20px;
}

.ico-redes.ico1 {
  width: 20px;
  background-position: 0 0; 
}

.ico-redes.ico2 {
  width: 20px;
  background-position: -69px 0; 
}

.ico-redes.ico3 {
  width: 20px;
  background-position: -137px 0; 
}

.ico-redes.ico4 {
  width: 30px;
  background-position: -203px 0; 
}

.ico-redes.ico5 {
  width: 20px;
  background-position: -276px 0; 
}

.ico-redes.ico6 {
  width: 25px;
  background-position: -339px 0; 
}

.ico-redes.ico7 {
  width: 22px;
  background-position: -412px 0; 
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.copyright p,
.copyright a {
  font-size: 16px;
  line-height: 130%;
}

.menu-footer li a:hover,
.copyright a:hover {
  text-decoration: underline;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .copyright ul li {
  margin-bottom: 0;
}



@media screen and (min-width: 1430px) {
  .col-txt {
    max-width: 765px;
    width: 100%;
  } 
}

@media screen and (max-width: 1440px) {
  .w-90 {
    width: 95%;
  }
  
  .w-80 {
    width: 85%;
  }  
 
  h1, 
  .fs55 {
    font-size: 45px;
  }
  
  .row-cifras p {
    font-size: 25px;
  }
  
  .fs45 {
    font-size: 40px;
  }
  
  .row-cifras p em {
    font-size: 100px;
  }
  
  ::-webkit-input-placeholder {
    font-size: 20px;
  }

  :-moz-placeholder { /* Firefox 18- */
    font-size: 20px;
  }

  ::-moz-placeholder {  /* Firefox 19+ */
    font-size: 20px; 
  }

  :-ms-input-placeholder {  
    font-size: 20px;
  }
  
  .row-form form .actions .hs-button {
    font-size: 22px;
  }
  
  .row-slider p {
    font-size: 110px;
  }
}

@media screen and (max-width: 1280px) {
  h1, 
  .fs55 {
    font-size: 40px;
  }
  
  .fs45 {
    font-size: 35px;
  }
  
  .row-cifras p em {
    font-size: 80px;
  }
  
  ::-webkit-input-placeholder {
    font-size: 18px;
  }

  :-moz-placeholder { /* Firefox 18- */
    font-size: 18px;
  }

  ::-moz-placeholder {  /* Firefox 19+ */
    font-size: 18px; 
  }

  :-ms-input-placeholder {  
    font-size: 18px;
  }
  
  .row-form form .actions .hs-button {
    font-size: 18px;
  }
  
  .row-slider p {
    font-size: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .header > div > div {
    width: 100%;
  }  
}

@media screen and (max-width: 768px) {
  .hidden-d {
    display: none;
  }
  
  .visible-m {
    display: block;
  }

  .wrapper-artistas .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .w-90,
  .w-80 {
    width: 100%;
  }
  
  h1, 
  .fs55 {
    font-size: 40px;
  }
  
  .fs45 {
    font-size: 30px;
  }
  
  .banner {
    padding: 18% 3% 10%;
    background-position: right 30% center!important;
  }
  
  .row-cifras p {
    font-size: 30px;
  }  
  
  .row-cifras p em {
    font-size: 70px;
  }
  
  .col-artista {
    padding: 0 10px;
  }
  
  .col-artista img {
    border-radius: 25px;
  }
  
  .row-form form .actions .hs-button {
    font-size: 20px;
  }
  
  .row-slider p {
    font-size: 80px;
  }
  
  .row-blog a:last-of-type {
    display: none;
  }
  
  .footer p,
  .footer a {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  h1, 
  .fs55 {
    font-size: 35px;
  }
  
  .fs45 {
    font-size: 25px;
  }
  
  .fs35 {
    font-size: 24px;
  }
  
  .row-cifras p {
    font-size: 25px;
  }
  
  .row-cifras p em {
    font-size: 30px;
  }
  
  .row-slider p {
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {
  .col-txt {
    margin: 0 0 20px;
  }
  
  .col-txt p {
    text-align: center!important;
  }
  
  .row-cifras p em {
    font-size: 20px;
  }

  .menu-footer li:before {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  h1, 
  .fs55 {
    font-size: 25px;
  }
  
  .fs45 {
    font-size: 22px;
  }
  
  h3 {
    font-size: 20px;
  }
  
  .fs35 {
    font-size: 24px;
  }
  
  .fs25,
  .fs20 {
    font-size: 18px;
  }
  
  .banner {
    position: relative;
    padding: 50% 0 25%;
    background-position: center!important;
    text-align: center;
  }
  
  .banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
  }
  
  .banner > div {
    position: relative;
    z-index: 1;
  }
  
  .banner h1 {
    font-size: 22px;
  }
  
  .banner h3 {
    max-width: 270px;
    width: 100%;
    margin: auto;
  }
  
  .wrapper-artistas .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  
  .col-artista {
    flex: 0 0 33.33%;
    padding: 0 5px;
  }
  
  .col-artista:last-of-type {
    display: none;
  }
  
  .col-artista img {
    border-radius: 15px;
  }
  
  .col-artista p {
    margin-bottom: 10px;
  }

  .col-a-3 {
    margin-top: 0;
  }
  
  .col-a-4,
  .col-a-6,
  .col-a-7, 
  .col-a-9 {
    margin-top: -8%;
  }
  
  .row-cifras p {
    font-size: 18px;
  }
  
  .row-cifras p em {
    font-size: 50px;
  }
  
  .row-blog a:nth-child(2) {
    display: none;
  }
  
  .ico-redes {
    margin: auto 15px;
  }
  
  .footer p,
  .footer a {
    font-size: 16px;
  }
  
  .copyright .footer ul li {
    margin-bottom: 0; 
  }
  
  .copyright p,
  .copyright a {
    font-size: 14px;
  }
}

/* Mega Menu */

.menu-lg li a {
  font-size: 18px;
}

.menu-lg li a.btn-primario {
  border-radius: 22px;
  padding: 10px 20px!important;
  line-height: normal;
}

.b-bottom-white {
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 769px) {
  .hs-menu-wrapper ul ul.mega-menu {
    min-width: 900px;
    width: 100%;
    border-radius: 16px;
  }
  
  .hs-menu-wrapper ul ul.small-menu {
    border-radius: 16px;
  }
}

.hs-menu-wrapper ul ul.mega-menu li {
  padding: 0;
}

.hs-menu-wrapper ul ul.mega-menu li a {
  padding: 5px 0!important;
  color: #CB37A7!important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.hs-menu-wrapper ul ul.mega-menu li ol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}

.hs-menu-wrapper ul ul.mega-menu li ol li {
  display: flex;
  margin: 0 0 30px;
}

.hs-menu-wrapper ul ul.mega-menu li ol li:last-of-type {
  margin: 0;
}

.hs-menu-wrapper ul ul.mega-menu li ol li p {
  margin: 0;
  font-size: 15px;
  line-height: 130%;
}

.hs-menu-wrapper ul ul.mega-menu li ol li p strong {
  display: block;
  font-size: 18px;
}

.hs-menu-wrapper ul ul.mega-menu li .bgright {
  background-color: #1E2428;
  border-radius: 0 16px 16px 0;
}

.hs-menu-wrapper ul ul.mega-menu li .bgright p {
  margin: 0;
  font-size: 15px;
  line-height: 130%;
}

.hs-menu-wrapper ul ul.mega-menu li .bgright p strong {
  display: block;
}

.hs-menu-wrapper ul ul.mega-menu li .bgright img {+
  display: block;
  width: 100%;
  margin: 20px 0;
}

@media screen and (max-width: 1280px) {
  .menu-lg .hs-menu-wrapper > ul > li {
    padding: 15px;
  }
}

.hs-menu-wrapper ul ul.small-menu > div {
  padding: 25px;
}

.hs-menu-wrapper ul ul.small-menu:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hs-menu-wrapper ul ul.small-menu li a {
  display: flex;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 0;
}

@media screen and (max-width: 768px) {
  .hs-menu-wrapper ul ul.mega-menu li ol {
    padding: 20px 15px;
    background-color: #f2f2f2;
  }
  
  .hs-menu-wrapper ul ul.small-menu {
    margin: 0 -15px;
    background-color: #f2f2f2;
  }
  
  .hs-menu-wrapper > ul > li > a {
    padding: 20px 0!important;
  }
  
  .menu-lg .hs-menu-wrapper > ul > li {
    padding: 0 15px;
  }
}