.style1 {
  width: 100%;
}
.style2 {
  width: 100%;
}

.backfiesta {
  background-image: repeating-linear-gradient(36deg, #d63384 0%, #6f42c1 100%);
  padding-left: 5px;
  padding-right: 5px;
}

.backelectronica {
  background-image: repeating-linear-gradient(
    36deg,
    #ffc013d5 0%,
    #ff3e3e 100%
  );
  padding-left: 7px;
  padding-right: 6px;
}

.style3 {
  background-image: repeating-linear-gradient(36deg, #d63384 0%, #6f42c1 100%);
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.style3-orange {
  background-image: repeating-linear-gradient(
    36deg,
    #ffc013d5 0%,
    #ff3e3e 100%
  );
  min-height: 300px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.style4 {
  width: 45%;
}
.style5 {
  width: 45%;
  position: static;
}
.style6 {
  max-height: 1000px;
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.width {
  max-width: 1400px !important;
  margin: auto;
}

.style7 {
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

.style8 {
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

.style9 {
  font-size: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.style3.box {
  display: -webkit-box !important;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100px;
}

.style3.box:active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .style6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .style3.box {
    min-height: 300px;
  }
}

@media (min-width: 768px) {
  .style7 {
    width: 54px;
    display: block;
  }

  .style10 {
    min-width: 100%;
  }

  .style11 {
    min-width: 100%;
  }
}

.style12 {
  width: 133px;
}

@media (min-width: 576px) {
  .style13 {
    margin-bottom: 1.5rem;
  }

  .style14 {
    width: 200px;
  }

  .style15 {
    width: 200px;
  }

  .style16 {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .backelectronica {
    min-height: 300px;
  }

  .backfiesta {
    min-height: 300px;
  }

  .style16 {
    margin-top: 20px;
  }
}
