.description-helper strong {
  font-family: "Montserrat-bold";
}

.special-header-insolito {
  margin-top: -12rem;
  z-index: 2;
}

.event-header {
  position: relative;
  padding-left: 6rem;
  min-height: 700px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.event-header-mobile {
  position: relative;
  padding-left: 6rem;
  min-height: 700px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: none;
}
.event-header .aditional-text {
  position: absolute;
  bottom: 0;
  left: 6rem;
}
.event-header .aditional-text .title {
  font-family: "Montserrat-bold";
  color: #ffffff;
  font-size: 4rem;
}
.event-header .aditional-text .description {
  font-family: "Montserrat";
  color: #ffffff;
  font-size: 2rem;
  width: 75%;
}

.text-row {
  background: #210a25;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
  padding-right: 8rem;
}
.text-row .col-sm-6 {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 2rem;
}
.text-row .col-sm-6:first-child {
  border-right: 1px solid #fac630;
}
.text-row .col-sm-6 p:last-child {
  margin-bottom: 0;
}
.text-row .col-sm-6 p {
  font-family: "Montserrat";
  color: #ffffff;
  opacity: 0.8;
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin-bottom: 3rem;
  line-height: 2.5rem;
}
.text-row .col-sm-6 strong {
  font-family: "Montserrat-bold";
}
.text-row .col-sm-6 p b {
  font-family: "Montserrat-bold";
}
.text-row .col-sm-6 .title {
  font-family: "Montserrat-bold";
  color: #fac630;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.body-menu {
  background: #210a25;
}

.body-menu .menu-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 9rem;
  padding-right: 5rem;
  text-decoration: none;
}
.body-menu .menu-item .text {
  font-family: "Montserrat-bold";
  color: #ffffff;
  flex: 1;
  font-size: 2.5rem;
  letter-spacing: 2px;
  padding: 1.5rem 0;
}
.body-menu .menu-item .text span {
  font-family: "Montserrat-light";
  display: inline-block;
  margin-left: 1rem;
}
.body-menu .menu-item .arrow {
  justify-self: flex-end;
  transition: all 0.25s ease-in-out;
}

.body-menu .menu-item.collapsed .arrow {
  transform: rotate(0);
}
.body-menu .menu-item .arrow {
  transform: rotate(90deg);
}

.body-menu .menu-item.item-1 {
  background: linear-gradient(
    90deg,
    rgba(195, 33, 60, 1) 0%,
    rgba(91, 15, 129, 1) 80%
  );
}
.body-menu .menu-item.item-2 {
  background: linear-gradient(
    90deg,
    rgba(250, 198, 48, 1) 0%,
    rgba(195, 33, 60, 1) 80%
  );
}
.body-menu .menu-item.item-3 {
  background: linear-gradient(
    90deg,
    rgba(91, 15, 129, 1) 0%,
    rgba(250, 198, 48, 1) 80%
  );
}

.collapse-content {
  padding-top: 4rem;
  background: linear-gradient(
    180deg,
    rgb(49, 18, 56) 0%,
    rgba(34, 0, 38, 1) 60%
  );
}
.collapse-content .banner-cont {
  padding: 0 9rem;
  margin-bottom: 4rem;
}
.collapse-content .banner-cont iframe {
  height: 90vh;
}
.collapse-content .collapserow {
  margin-left: 0;
  margin-right: 0;
  padding-right: 11rem;
  padding-left: 8rem;
}
.collapse-content .collapserow .col-sm-6:first-child {
  padding-right: 4rem;
  border-right: 1px solid #fac630;
}
.collapse-content .collapserow .col-sm-6:last-child {
  padding-left: 4rem;
}
.collapse-content .collapserow .col-sm-6 img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.collapse-content .collapserow .col-sm-6 p {
  font-family: "Montserrat";
  color: #ffffff;
  opacity: 0.8;
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin-bottom: 3rem;
  line-height: 2.5rem;
}

.premiation {
  margin-top: 2rem;
  padding: 0 8rem;
}
.premiation .title {
  color: #fac630;
  font-family: "Montserrat";
  font-size: 2rem;
}
.premiation .premios-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.premiation .premios-cont .premio-item {
  width: 33.33%;
  flex: 0 0 33.33%;
  text-align: center;
  margin-top: 4rem;
}
.premiation .premios-cont .premio-item img {
  width: 80%;
}
.premiation .premios-cont .premio-item .title {
  color: #fac630;
  font-family: "Montserrat-bold";
  font-size: 2rem;
  letter-spacing: 1px;
  opacity: 0.8;
}
.premiation .premios-cont .premio-item .subtitle {
  font-family: "Montserrat";
  color: #fac630;
  font-size: 1.75rem;
  letter-spacing: 1px;
  opacity: 0.8;
}
.premiation .premios-cont .premio-item .country {
  font-family: "Montserrat";
  color: #fac630;
  font-size: 1.75rem;
  letter-spacing: 1px;
  opacity: 0.8;
}

.slider {
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.slider .line {
  background: #710d7d;
  height: 1px;
  width: 100%;
  margin-bottom: 5rem;
}
.slider .description {
  font-family: "Montserrat";
  color: #ffffff;
  opacity: 0.6;
  font-size: 2rem;
  line-height: 2rem;
  width: 85%;
  letter-spacing: 1px;
  margin-bottom: 4rem;
}

.header-accordeon.bg-gray-100 .arrow {
  transform: rotate(90deg);
}

@media (max-width: 600px) {
  .event-header {
    display: none;
  }
  .event-header-mobile {
    display: block;
  }
  .text-row {
    margin-top: -2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-row .col-sm-6 p {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .text-row .col-sm-6 .title {
    font-size: 1.25rem;
  }

  .body-menu .menu-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .body-menu .menu-item .text {
    font-size: 1.5rem;
  }

  .body-menu .menu-item .arrow {
    height: 30px;
  }

  .collapse-content .banner-cont {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }

  .collapse-content .collapserow .col-sm-6:first-child {
    padding-right: 0;
    border-right: none;
  }

  .collapse-content .collapserow {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .collapse-content .collapserow .col-sm-6 p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 1rem;
  }

  .collapse-content .collapserow .col-sm-6:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .premiation .title {
    font-size: 1.5rem;
    padding-left: 0;
  }

  .premiation {
    padding: 0 1rem;
  }

  .premiation .premios-cont .premio-item {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 1rem;
  }
  .premiation .premios-cont .premio-item .title {
    padding-left: 0;
    font-size: 1.25rem;
  }
  .premiation .premios-cont .premio-item .subtitle {
    font-size: 1rem;
  }
  .premiation .premios-cont .premio-item .country {
    font-size: 1rem;
  }

  .slider {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
  }

  .slider .line {
    margin-bottom: 1rem;
  }

  .slider .description {
    font-size: 1rem;
    line-height: 1.25rem;
    width: 100%;
  }

  .splide__slide img {
    width: 100%;
  }
  .text-row .col-sm-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .body-menu .menu-item .arrow {
    height: 15px;
  }
  .collapse-content .banner-cont iframe {
    height: 400px;
  }
  .collapse-content {
    padding-top: 1rem;
  }
  .splide__arrow svg {
    width: 16px !important;
    height: 30px !important;
  }
}

@media (max-width: 1919px) and (min-width: 601px) {
  .text-row {
    margin-top: -10rem;
  }
  .text-row .col-sm-6 p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .body-menu .menu-item .text {
    font-size: 1.75rem;
  }
  .body-menu .menu-item.collapsed .arrow {
    height: 30px;
  }
  .collapse-content .collapserow .col-sm-6 p {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .premiation .premios-cont .premio-item .title {
    font-size: 1.25rem;
  }
  .premiation .premios-cont .premio-item .subtitle {
    font-size: 1rem;
  }
  .premiation .premios-cont .premio-item .country {
    font-size: 1rem;
  }
  .slider .description {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
