.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.logo {
  height: 40px;
  margin-top: 3px;
}

.logo.events {
  height: 35px;
  margin-top: 0px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: rgba(50, 33, 92, 0.1);
  background-color: #3d2772;
}

.navbar.events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navbar._2 {
  z-index: 10000;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(32, 15, 78, 0.75);
}

.dropdown-icon {
  margin-right: 10px;
  opacity: 0.4;
}

.logo-block {
  z-index: 10;
  margin-right: auto;
}

.logo-block.w--current {
  margin-right: 0px;
}

.nav-menu {
  z-index: 1;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: auto;
  border-radius: 4px;
}

.nav-menu.cta {
  margin-right: 0px;
}

.nav-menu.events {
  background-color: hsla(0, 0%, 100%, 0);
}

.dropdown-list.w--open {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.navlink {
  margin-right: 3px;
  padding: 11px 15px;
  border: 1px none transparent;
  border-radius: 5px;
  background-color: transparent;
  opacity: 0.75;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navlink:hover {
  border-style: none;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
  opacity: 1;
}

.navlink.w--current {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 600;
}

.navlink.dropdown-toggle {
  padding-right: 30px;
}

.navlink.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, 0.1);
}

.navlink.dropdown-toggle.light {
  padding-right: 30px;
}

.navlink.light {
  margin-right: 2px;
  padding: 12px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 600;
}

.navlink.light:hover {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.navlink.light.w--current {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.navlink.cta {
  margin-right: 0px;
  padding: 10px;
  background-color: #f52982;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 600;
}

.navlink.cta:hover {
  background-color: #d92673;
}

.navlink.events {
  margin: 0px;
  padding: 10px 15px;
  color: #3d2772;
  font-weight: 700;
}

.navlink.events.d-none {
  display: none;
}

.navlink.d-none {
  display: none;
}

.dropdown-link {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 13px;
}

.dropdown-link:hover {
  background-color: #1f6fff;
  color: #fff;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.hero-video {
  display: block;
  height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-overlay-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(61, 39, 114, 0.75);
}

.container {
  position: relative;
}

.container.hero-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.container.centered {
  max-width: 1020px;
  text-align: center;
}

.container.centered.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.centered.slider-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
}

.container.centered {
  text-align: center;
}

.hero-main-title {
  width: auto;
  min-width: auto;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
  padding: 20px 40px;
  border-radius: 20px;
  background-color: #fff;
  font-family: Barlow, sans-serif;
  color: #3d2772;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0px;
}

.hero-main-title.subtitle {
  display: none;
  width: 70%;
  margin: 35px auto 0px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0px;
}

.hero-main-title._2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -35px;
  margin-right: 0px;
  margin-left: 80px;
  padding: 25px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  font-size: 50px;
}

.hero-main-title._1 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  padding: 25px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  font-size: 50px;
}

.container-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1020px;
  max-width: none;
  min-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-brands {
  height: 150px;
  background-color: #e9e6f2;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.5;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}

.image-3:hover {
  opacity: 0.5;
}

.image-3.paho {
  width: 80%;
}

.image-3.entel {
  width: 60%;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.5;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}

.image-4:hover {
  opacity: 0.5;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.5;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}

.image:hover {
  opacity: 0.5;
}

.image.scienza {
  width: 70%;
}

.logo-brand {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.5;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}

.image-2:hover {
  opacity: 0.5;
}

.slide-nav {
  display: none;
}

.section-brands.mobile {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-brand-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left-arrow {
  display: none;
}

.process-tabs {
  display: none;
}

.section-title-wrapper {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.process-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-about {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-about.tint {
  background-color: #fff;
}

.section-title {
  margin-top: 0px;
  font-family: Barlow, sans-serif;
  color: #3d2772;
  font-size: 45px;
  line-height: 39px;
  font-weight: 600;
}

.process-tabs-line {
  display: none;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  background-color: rgba(0, 0, 0, 0.1);
}

.process-tab-pane {
  padding-top: 60px;
}

.process-tab-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid transparent;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 30px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #c7c7c7;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.process-tab-button:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #1f6fff;
}

.process-tab-button.w--current {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  text-align: center;
}

.section-description {
  margin-top: 30px;
  font-family: Barlow, sans-serif;
  color: #3d2772;
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
}

.process-tab-col-left {
  padding-right: 40px;
}

.process-tab-icon {
  height: 30px;
  margin-bottom: 0px;
}

.process-tab-icon.full {
  height: 18px;
}

.small-paragraph {
  margin-bottom: 0px;
  color: #838383;
  font-size: 14px;
  line-height: 20px;
}

.text-column-title {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-column-title.number {
  margin-right: 10px;
  color: #1f6fff;
}

.text-column {
  padding-right: 20px;
}

.top-line-block {
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tabs-content {
  display: none;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 400;
}

.section-title-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-title-wrapper-2.full {
  width: 100%;
  margin-bottom: 85px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.section-title-wrapper-2._2 {
  margin-top: 30px;
  margin-bottom: 45px;
}

.section-title-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  font-size: 46px;
  line-height: 39px;
  font-weight: 600;
  text-align: center;
}

.feature-info-paragraph {
  opacity: 0.7;
  font-size: 14px;
}

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

.feature-info-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-description-2 {
  display: none;
  margin-top: 30px;
  font-family: Barlow, sans-serif;
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
}

.section-description-2.small {
  width: 70%;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
}

.feature-info-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
  background-color: rgba(44, 46, 49, 0.7);
  color: #fff;
}

.image-section-overlay.color {
  padding: 105px 0px 65px;
  background-color: rgba(61, 39, 114, 0.65);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 39, 114, 0.85)), to(rgba(61, 39, 114, 0.85))), url('../images/WhatsApp-Image-2020-10-07-at-08.50.38.jpg');
  background-image: linear-gradient(180deg, rgba(61, 39, 114, 0.85), rgba(61, 39, 114, 0.85)), url('../images/WhatsApp-Image-2020-10-07-at-08.50.38.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.feature-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-info-icon {
  height: 45px;
  margin-right: 15px;
  float: left;
}

.feature-info-icon.zoom {
  height: 35px;
}

.feature-info-icon.t {
  height: 50px;
}

.feature-title {
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  color: #3d2772;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}

.services-section {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 20px rgba(0, 0, 0, 0.07);
}

.section-title-3 {
  margin-top: 0px;
  font-family: Barlow, sans-serif;
  color: #3d2772;
  font-size: 45px;
  line-height: 39px;
  font-weight: 600;
}

.section-title-3.events {
  width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  font-weight: 700;
  text-align: left;
}

.feature-column._2 {
  display: none;
}

.feature-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.feature-block.wide {
  position: relative;
  width: 90%;
  text-align: center;
}

.features-row {
  margin-top: 0px;
  margin-bottom: 20px;
}

.feature-icon {
  width: 40px;
  padding: 0px;
}

.feature-icon.overall {
  width: 75px;
  height: 75px;
  margin-bottom: 15px;
}

.paragraph-services {
  display: none;
  font-family: Barlow, sans-serif;
  color: rgba(61, 39, 114, 0.75);
  font-weight: 400;
}

.bold-text {
  font-size: 45px;
  font-weight: 600;
}

.bottom-paragraph {
  margin-top: 30px;
  margin-bottom: 0px;
}

.section-categories {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-categories.tint {
  background-color: #f5f5f5;
}

.color-block-paragraph {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}

.color-block-title {
  position: relative;
  z-index: 10;
  margin-bottom: 17px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.block-column._6 {
  display: none;
}

.blocks-row {
  margin-bottom: 20px;
}

.color-block-icon {
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 1;
  height: 40px;
  opacity: 1;
}

.color-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding: 0px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 39, 114, 0.65)), to(rgba(61, 39, 114, 0.65))), url('../images/Photo-9.jpg');
  background-image: linear-gradient(180deg, rgba(61, 39, 114, 0.65), rgba(61, 39, 114, 0.65)), url('../images/Photo-9.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #8f8f8f;
  text-align: left;
  text-decoration: none;
}

.color-block._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 39, 114, 0.65)), to(rgba(61, 39, 114, 0.65))), url('../images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(61, 39, 114, 0.65), rgba(61, 39, 114, 0.65)), url('../images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
}

.color-block._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(61, 39, 114, 0.65)), to(rgba(61, 39, 114, 0.65))), url('../images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(61, 39, 114, 0.65), rgba(61, 39, 114, 0.65)), url('../images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
}

.container-main {
  position: static;
  z-index: auto;
  width: 100%;
  height: auto;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container-main.gallery {
  position: static;
  height: auto;
  padding-top: 40px;
  padding-bottom: 80px;
}

.container-main.portfolio {
  display: block;
  height: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-main.brochure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-main.brochure._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-main.brochure.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-gallery-portfolio {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.slider-2 {
  position: relative;
  z-index: auto;
  height: 500px;
  max-height: 500px;
  margin-bottom: 35px;
  border-radius: 20px;
  background-color: #fff;
}

.slide-4 {
  border-radius: 20px;
}

.gallery-lightbox {
  position: static;
  z-index: 9999999;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.gallery-lightbox:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-thumbnail {
  overflow: scroll;
  width: 100%;
  height: 500px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.gallery-thumbnail.event {
  height: 100%;
  background-color: #32215c;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.mask-2 {
  border-radius: 20px;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-grid-container._1 {
  position: relative;
  z-index: 2000;
}

.section-event-gallery {
  position: relative;
  margin-bottom: 75px;
  background-color: #fff;
}

.section-event-gallery.mobile {
  display: none;
}

.gallery-container-h2 {
  margin-bottom: 65px;
}

.main-h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Barlow, sans-serif;
  color: #32215c;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1px;
}

.main-h2.gallery {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.main-h2.portfolio {
  width: auto;
}

.main-h2.contact {
  max-width: 450px;
}

.main-h2.white {
  color: #fff;
  letter-spacing: 0px;
}

.main-h2.white.stats-1 {
  color: #32215c;
}

.pink-underline {
  width: 160px;
  height: 10px;
  margin-top: -55px;
  background-color: #f52982;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.pink-underline.eventos {
  margin-top: -10px;
  padding-left: 0px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.pink-underline.eventos.galley {
  width: 150px;
  margin-top: -10px;
  margin-right: auto;
  margin-left: auto;
}

.pink-underline.portfolio {
  opacity: 0;
}

.pink-underline.contacto {
  width: 420px;
}

.body {
  background-color: #fff;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.blog-posts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.simple-blog-post-item {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.empty-state {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.08);
  text-align: center;
}

.content-card-portfolio {
  margin: 0px auto auto;
  text-align: left;
}

.content-card-portfolio.eventos-activos {
  padding-right: 20px;
  padding-left: 20px;
}

.content-card-portfolio.brochure {
  height: auto;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.dropdown-name {
  padding: 20px;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: Barlow, sans-serif;
  color: #32215c;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-name:hover {
  opacity: 1;
}

.dropdown-name.select-filter {
  padding: 10px 0px;
  opacity: 1;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: rgba(50, 33, 92, 0.75);
}

.dropdown-name.select-filter:hover {
  color: rgba(50, 33, 92, 0.75);
}

.main-h2-container {
  display: block;
  margin-bottom: 30px;
  text-align: left;
}

.main-h2-container.portfolio {
  margin-bottom: 50px;
}

.text-link-dropdown {
  padding: 15px 20px;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: Barlow, sans-serif;
  color: #32215c;
  font-weight: 600;
  text-decoration: none;
}

.text-link-dropdown:hover {
  opacity: 1;
}

.text-link-dropdown.select-filter {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  opacity: 1;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: rgba(50, 33, 92, 0.75);
  text-decoration: none;
}

.text-link-dropdown.select-filter:hover {
  color: #32215c;
}

.mix-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mix-container.event {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pink-underline-2 {
  width: 160px;
  height: 10px;
  margin-top: 35px;
  background-color: #f52982;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.pink-underline-2.portfolio {
  width: 220px;
  margin-top: 34px;
}

.pink-underline-2.contacto {
  width: 360px;
  margin-top: 34px;
}

.text-category-card {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.filter-button {
  text-decoration: none;
}

.section-portfolio {
  position: relative;
  display: block;
  height: auto;
  margin: 70px auto 60px;
}

.category-card {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 125px;
  margin-top: 0px;
  margin-left: auto;
  padding: 5px 15px;
  border-radius: 5px 20px 0px 5px;
  background-color: #8732b7;
  font-size: 16px;
}

.category-card.congresos {
  display: none;
  background-color: #50d890;
}

.category-card.festivales {
  background-color: #8732b7;
}

.category-card.activaciones {
  width: 140px;
  background-color: #3dc2ca;
}

.category-card.eventos-virtuales {
  width: 196px;
  background-color: #5c29f5;
}

.category-card.empresarial {
  width: 135px;
  background-color: #ff984f;
}

.category-card.conciertos {
  background-color: #49ccc1;
}

.category-card.expo {
  display: none;
  margin-left: auto;
  background-color: #f52982;
  background-image: none;
}

.dropdown-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  text-align: center;
  cursor: pointer;
}

.dropdown-trigger.select-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 40px 0px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(50, 33, 92, 0.1);
  border-radius: 40px;
  background-color: rgba(50, 33, 92, 0.05);
}

.mix-img-missed {
  display: none;
}

.dropdown-wrapper {
  display: inline-block;
}

.dropdown-wrapper.select-filter {
  position: relative;
  z-index: 5;
  display: none;
}

.select-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-card-portfolio {
  display: none;
  opacity: 0.65;
  font-family: Barlow, sans-serif;
  color: #32215c;
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 400;
}

.image-portfolio {
  height: 160px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-portfolio.brugal {
  height: 135px;
  background-image: url('../images/brugal.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio.bhd {
  height: 135px;
  background-image: url('../images/bhd.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio.enlace {
  border-radius: 0px;
  background-image: url('../images/enlance-360.jpg');
  background-position: 50% 10%;
  background-size: auto 185px;
}

.image-portfolio.reaching {
  background-image: url('../images/reaching.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.image-portfolio.fire-master {
  height: 135px;
  background-image: url('../images/maestros-de-la-parrilla.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio.interbank {
  height: 135px;
  background-image: url('../images/interbank.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio.punta {
  background-image: url('../images/punta-proyectos.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio.adoarh {
  height: 135px;
  background-image: url('../images/WhatsApp-Image-2020-04-01-at-10.19.39-AM-2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio.superbowl {
  background-image: url('../images/superama.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio.tomorrowland {
  height: 135px;
  background-image: url('../images/tomorrowland.jpg');
  background-position: 46% 50%;
  background-size: cover;
}

.image-portfolio.color-vibe {
  height: 135px;
  background-image: url('../images/DSC06043.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.image-portfolio.loog {
  background-image: url('../images/loog-proyectos.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio.sxsw {
  background-image: url('../images/sxsw-proyectos.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio.perumin {
  background-image: url('../images/perumin.png');
  background-position: 50% 43%;
  background-size: auto 201px;
}

.image-portfolio.sid {
  height: 135px;
  background-image: url('../images/sid.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio.sura {
  background-image: url('../images/sura-proyectos.jpg');
  background-position: 50% 45%;
  background-size: cover;
}

.image-portfolio.ort {
  height: 135px;
  background-image: url('../images/open-house.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio.rolling {
  height: 135px;
  background-image: url('../images/rolling-stones.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio.fest {
  height: 135px;
  background-image: url('../images/fest.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio.pepsi {
  height: 135px;
  background-image: url('../images/pepsi.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.image-portfolio.campus {
  background-image: url('../images/400px-Campus_Party_Logo_White.png'), -webkit-gradient(linear, left top, left bottom, from(#1e9bff), to(#1e9bff));
  background-image: url('../images/400px-Campus_Party_Logo_White.png'), linear-gradient(180deg, #1e9bff, #1e9bff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.image-portfolio.navidad {
  height: 135px;
  background-image: url('../images/navidad.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio.casa {
  height: 135px;
  background-image: url('../images/casa-espana.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.image-portfolio._1 {
  background-image: url('../images/Live-Streaming-AV-Hire-Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio._1.brochure {
  border-radius: 20px 20px 0px 0px;
}

.image-portfolio._2 {
  background-image: url('../images/37d59edce2f4b9e2b2659d274c5cdf6f.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.image-portfolio._2.brochure {
  border-radius: 20px 20px 0px 0px;
}

.image-portfolio._3 {
  background-image: url('../images/CvP0tjhWIAAtY7_.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.image-portfolio._3.brochure {
  border-radius: 20px 20px 0px 0px;
}

.image-portfolio._4 {
  background-image: url('../images/4-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio._4.brochure {
  border-radius: 20px 20px 0px 0px;
}

.image-portfolio._5 {
  background-image: url('../images/classes.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.image-portfolio._5.brochure {
  border-radius: 20px 20px 0px 0px;
}

.image-portfolio.event-1 {
  height: 325px;
  margin-bottom: 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url('../images/Screen-Shot-2020-06-19-at-10.54.48-AM.png');
  background-size: cover;
}

.image-portfolio.event-2 {
  height: 325px;
  margin-bottom: 25px;
  border-radius: 0px;
  background-image: url('../images/gabriel-rolon.png');
  background-position: 50% 0%;
  background-size: cover;
}

.image-portfolio.event-3 {
  height: 325px;
  margin-bottom: 25px;
  background-image: url('../images/barbieri.jpeg');
  background-size: cover;
}

.image-portfolio.event-4 {
  height: 325px;
  background-image: url('../images/braulio.jpeg');
  background-position: 50% 35%;
  background-size: cover;
}

.image-portfolio._6 {
  background-image: url('../images/david-vilches-fPFoUSKZGts-unsplash-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-portfolio.brochure {
  height: 250px;
  border-radius: 20px;
  background-image: none;
}

.image-portfolio.brochure._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/casamiento.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/casamiento.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.image-portfolio._7 {
  background-image: url('../images/pexels-cottonbro-3171837-1.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.mix-event {
  position: relative;
  height: auto;
}

.mix-event.eventos-activos {
  background-color: #fff;
}

.mix-event.brochure {
  border-radius: 20px;
  background-color: #fff;
}

.dropdown-filter {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 900px;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(50, 33, 92, 0.1);
  border-radius: 40px;
  background-color: rgba(50, 33, 92, 0.05);
}

.dropdown-filter.mobile {
  display: none;
}

.h3-portfolio {
  margin-top: 15px;
  font-family: Barlow, sans-serif;
  color: #32215c;
  font-size: 24px;
  font-weight: 600;
}

.h3-portfolio.bhd {
  font-size: 24px;
}

.h3-portfolio.u {
  font-size: 23px;
}

.h3-portfolio.event-title {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1;
}

.h3-portfolio.brochure {
  font-size: 2em;
  text-align: center;
}

.h3-portfolio._2 {
  font-size: 2em;
  line-height: 1;
  text-align: center;
}

.mix {
  position: static;
  display: block;
  overflow: visible;
  width: 30%;
  height: auto;
  margin-right: 15px;
  margin-bottom: 25px;
  margin-left: 15px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: transparent;
  text-decoration: none;
  cursor: default;
}

.mix.congresos {
  border-radius: 0px;
}

.mix.expo {
  display: block;
  width: 30%;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  box-shadow: none;
}

.mix.festivales {
  clear: none;
}

.mix.eventos-activos {
  position: relative;
  overflow: hidden;
  width: 30%;
  height: 560px;
  margin: 0px 15px 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 10px;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.1);
}

.mix.eventos-activos.left {
  margin-right: 15px;
  margin-left: 15px;
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.mix.eventos-activos.right {
  height: 560px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.mix.d-none {
  display: none;
}

.icon {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: rgba(50, 33, 92, 0.75);
}

.icon.select-filter {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}

.icon.select-filter:hover {
  color: rgba(50, 33, 92, 0.74);
}

.footer {
  padding-top: 50px;
  padding-bottom: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f4f4f4;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

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

.list {
  text-align: center;
}

.addres-text {
  font-family: Barlow, sans-serif;
  color: #3d2772;
  font-size: 15px;
  line-height: 1;
}

.footer-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Barlow, sans-serif;
  letter-spacing: 1px;
}

.footer-heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #3d2772;
  font-size: 14px;
  line-height: 1.5;
}

.footer-heading-2:hover {
  color: #3d2772;
}

.footer-heading-2.siguenos-en {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.footer-heading-2.siguenos-en:hover {
  color: #3d2772;
}

.footer-heading-2.link:hover {
  text-decoration: underline;
}

.footer-heading-2.mail {
  margin-right: 15px;
}

.footer-heading-2.link:hover {
  text-decoration: underline;
}

.link-media {
  margin-right: 15px;
  margin-left: 15px;
}

.icon-media {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transition: -webkit-filter 250ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: -webkit-filter 250ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: filter 250ms ease-in-out, transform 200ms ease-in-out;
  transition: filter 250ms ease-in-out, transform 200ms ease-in-out, -webkit-filter 250ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.icon-media:hover {
  -webkit-filter: hue-rotate(60deg) brightness(200%);
  filter: hue-rotate(60deg) brightness(200%);
}

.icon-media.last {
  margin-right: 0px;
}

.link {
  color: rgba(61, 39, 114, 0.75);
  text-decoration: none;
}

.icon-2 {
  font-size: 35px;
}

.icon-3 {
  font-size: 35px;
}

.slide-nav-2 {
  font-size: 8px;
}

.link-2 {
  color: rgba(61, 39, 114, 0.75);
  text-decoration: none;
}

.container-main-2 {
  position: static;
  z-index: auto;
  width: 100%;
  height: auto;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container-main-2.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
}

.select-form {
  display: block;
  margin-bottom: 0px;
  padding: 0px 0px 0px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(50, 33, 92, 0.1);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.05);
  font-family: Barlow, sans-serif;
  color: rgba(61, 39, 114, 0.75);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}

.form-contact {
  width: auto;
  margin-bottom: 0px;
}

.email-link {
  color: #3d2772;
  font-weight: 600;
  text-decoration: none;
}

.email-link:hover {
  text-decoration: underline;
}

.form-container-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.illustration {
  width: 550px;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: 0px;
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-area-form {
  height: auto;
  min-height: 175px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(50, 33, 92, 0.1);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.05);
  font-family: Barlow, sans-serif;
  color: rgba(50, 33, 92, 0.75);
  font-weight: 500;
}

.principal-button {
  overflow: hidden;
  margin: 15px auto 50px;
  padding: 0px;
  border-style: none;
  border-width: 2px;
  border-color: #f52982;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 4px 4px 12px 2px rgba(50, 33, 92, 0.4);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Barlow, sans-serif;
  color: #32215c;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
}

.principal-button:hover {
  background-color: #5a478a;
}

.principal-button.form {
  display: block;
  width: 210px;
  margin: 0px auto 0px 0px;
  padding: 10px 35px;
  border-radius: 5px;
  background-color: #3d2772;
  box-shadow: 7px 7px 20px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.principal-button.form:hover {
  background-color: #200f4e;
}

.principal-button.form._2 {
  display: block;
  width: 210px;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #f52b82;
}

.principal-button.form._2:hover {
  background-color: #d92673;
}

.principal-button.form.pink {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #f52b82;
}

.principal-button.form.pink:hover {
  background-color: #d92673;
}

.principal-button.buy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  margin: 30px auto 20px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: none;
  border-width: 3px;
  border-radius: 50px;
  background-color: #32215c;
  box-shadow: 4px 4px 12px 2px rgba(50, 33, 92, 0.25);
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.principal-button.buy:hover {
  border-style: none;
  background-color: #32215c;
}

.principal-button.buy.link-hover-ix {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 10px 0px 0px;
}

.principal-button.ver-mas {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 190px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8732b7;
  text-align: center;
  text-decoration: none;
}

.principal-button.ver-mas._2 {
  display: block;
  width: 75px;
  background-color: transparent;
  box-shadow: none;
  font-size: 18px;
}

.heading-success {
  margin-bottom: 25px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.heading-success.error {
  color: #32215c;
}

.button-container {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.form-container {
  width: 45%;
}

.text-block-5 {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-weight: 600;
}

.text-block-5.error {
  color: #32215c;
}

.event-info {
  position: relative;
  width: 40%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.event-info.nosotros {
  position: static;
  width: auto;
  margin-bottom: 65px;
}

.event-info.nosotros.equipo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.event-info.nosotros.equipo._2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-main-nosotros {
  height: auto;
  margin-top: 70px;
  padding-top: 80px;
  padding-bottom: 60px;
  -webkit-transition: background-color 275ms ease;
  transition: background-color 275ms ease;
}

.section-main-nosotros.form {
  position: relative;
  z-index: 10;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #fff;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
}

.error-message {
  margin-bottom: 20px;
  padding: 30px 35px;
  border-radius: 20px;
  background-color: #ffc0c0;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
}

.required-paragraph {
  font-family: Barlow, sans-serif;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 600;
}

.illustraion-industrias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.form-label {
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: rgba(32, 15, 78, 0.75);
  font-weight: 600;
  text-align: left;
}

.link-oficinas {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Barlow, sans-serif;
  color: #32215c;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-oficinas:hover {
  opacity: 0.75;
  text-decoration: underline;
}

.paragraph-contact {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: Barlow, sans-serif;
  color: #3d2772;
  font-size: 18px;
  font-weight: 500;
}

.field-form {
  margin-bottom: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(50, 33, 92, 0.1);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.05);
  font-family: Barlow, sans-serif;
  color: rgba(61, 39, 114, 0.75);
  font-size: 15px;
  font-weight: 500;
}

.success-message {
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
  background-color: #f52982;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
}

.bold-text-2 {
  color: #3d2772;
  font-weight: 600;
}

.link-3 {
  color: rgba(61, 39, 114, 0.75);
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.contact-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #f52982;
  box-shadow: 10px 10px 14px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.contact-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.conditional-message {
  width: 210px;
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
  color: #3d2772;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

.section-slider {
  display: none;
  margin-top: 85px;
  padding-top: 75px;
  padding-bottom: 75px;
  border-radius: 20px;
}

.slider-event {
  width: auto;
  height: 500px;
  max-width: 1200px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 14px 14px 20px 0 rgba(0, 0, 0, 0.15);
}

.slide-nav-3 {
  font-size: 10px;
}

.mask-3 {
  border-radius: 10px;
}

.slide-8 {
  border-radius: 10px;
  background-image: url('../images/loog.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-9 {
  border-radius: 10px;
  background-image: url('../images/dj_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-10 {
  border-radius: 10px;
  background-image: url('../images/Live-Streaming-AV-Hire-Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-events {
  display: none;
  margin-top: 0px;
  padding-top: 45px;
  padding-bottom: 100px;
}

.section-events._2 {
  display: block;
  border: 1px none #000;
}

.buy-info {
  opacity: 1;
  font-family: Barlow, sans-serif;
  color: #32215c;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}

.buy-info.price {
  font-weight: 500;
  letter-spacing: 1px;
}

.buy-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12.5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-buy {
  width: 25px;
  margin-right: 15px;
}

.buy-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  border-top-left-radius: 10px;
  background-color: #f52b82;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
}

.buy-button:hover {
  background-color: #d92673;
}

.service-charge {
  font-size: 13px;
  letter-spacing: 0px;
}

.title-big {
  font-size: 22px;
}

.mix-container-2 {
  display: block;
  width: 100%;
  height: 100%;
}

.mix-container-2.brochure {
  margin-top: 25px;
}

.section-title-4 {
  margin-top: 0px;
  font-family: Barlow, sans-serif;
  color: #3d2772;
  font-size: 45px;
  line-height: 39px;
  font-weight: 600;
}

.buy-link {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

.buy-link.link-hover-ix {
  padding: 10px 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}

.button-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-color: #f52982;
}

.go-to-index {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f52b82;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.go-to-index:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.go-to-index.w--current {
  box-shadow: 10px 10px 14px 0 rgba(0, 0, 0, 0.1);
}

.go-to-index.w--current:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.lottie-go-to {
  width: 40px;
  height: 40px;
}

.section-slider-events {
  display: block;
  height: auto;
  margin-top: 75px;
  padding-top: 50px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav-4 {
  display: none;
}

.slider-events {
  width: 100%;
  height: 475px;
  border-radius: 20px;
  box-shadow: 11px 11px 20px 0 rgba(0, 0, 0, 0.15);
}

.mask-4 {
  border-radius: 20px;
}

.slide-11 {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 0, 0, 0.44)), to(rgba(82, 0, 0, 0.44))), url('../images/dj.jpg');
  background-image: linear-gradient(180deg, rgba(82, 0, 0, 0.44), rgba(82, 0, 0, 0.44)), url('../images/dj.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-12 {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 11, 11, 0.7)), to(rgba(94, 11, 11, 0.7))), url('../images/37d59edce2f4b9e2b2659d274c5cdf6f.jpg');
  background-image: linear-gradient(180deg, rgba(94, 11, 11, 0.7), rgba(94, 11, 11, 0.7)), url('../images/37d59edce2f4b9e2b2659d274c5cdf6f.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.icon-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding-left: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0);
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.icon-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding-right: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0);
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.main-filter-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 70%;
  height: 90px;
  margin-right: auto;
  margin-bottom: -45px;
  margin-left: auto;
  border-radius: 15px;
  background-color: #231048;
  box-shadow: 7px 7px 25px 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.arrow-background {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 222.5px 25px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.slider-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-name-slider {
  margin: 0px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1;
}

.event-text-slider {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
}

.button-event-slider {
  padding: 12px 17px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.15);
  font-family: Barlow, sans-serif;
  color: #f52b82;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

.main-filter-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter-inside-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-inside-container.center {
  border-style: none solid;
  border-width: 2px 1px;
  border-color: #fff hsla(0, 0%, 100%, 0.15);
}

.second-filter-container {
  display: none;
  width: 50%;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-form-text-label {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 0.6;
  text-align: left;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-field {
  margin-bottom: 0px;
  padding: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #f52b82;
  background-color: transparent;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.form-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.second-filter-inside-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-field-2 {
  margin-bottom: 0px;
  border: 0px none #000;
  border-radius: 5px;
  background-color: rgba(37, 14, 74, 0.05);
  font-family: Barlow, sans-serif;
  color: #4b3386;
  font-size: 16px;
  font-weight: 600;
}

.form-block-2 {
  margin-bottom: 0px;
}

.body-2 {
  background-color: #200f4e;
}

.image-5 {
  width: 150px;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(14, 5, 39, 0.5);
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section._2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#200f4e), color-stop(25%, rgba(32, 15, 78, 0.75)), to(rgba(32, 15, 78, 0.75))), url('../images/Recurso-3.svg');
  background-image: linear-gradient(180deg, #200f4e, rgba(32, 15, 78, 0.75) 25%, rgba(32, 15, 78, 0.75)), url('../images/Recurso-3.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 200%;
  background-attachment: scroll, fixed;
}

.heading {
  position: relative;
  z-index: 1;
  margin: 0px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 1;
}

.info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-container._2 {
  width: 50%;
}

.info-container._3 {
  width: 70%;
}

.main-h2-brochure {
  margin: 0px 0px 60px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 4.6em;
  line-height: 1;
}

.main-h2-brochure.center {
  margin-bottom: 70px;
  font-size: 4.6em;
  text-align: left;
}

.main-h2-brochure.center._2 {
  margin-bottom: 35px;
}

.content-section {
  position: relative;
  height: 90vh;
  margin-bottom: 75px;
  color: #f52b82;
}

.content-section.body-2 {
  height: auto;
}

.paragraph {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.3;
}

.image-container-brochure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-container-brochure.web {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-6 {
  height: 75px;
}

.image-6._2 {
  height: 50px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.image-6._3 {
  width: 40%;
  height: auto;
  margin-bottom: 15px;
}

.image-6._4 {
  width: 40%;
  height: auto;
  margin-bottom: 20px;
}

.icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 300px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 14px 14px 20px 10px rgba(0, 0, 0, 0.15);
}

.icon-container._2 {
  width: 38%;
  height: 335px;
  max-width: 480px;
}

.icon-p {
  font-family: Barlow, sans-serif;
  color: #200f4e;
  font-weight: 500;
  text-align: center;
}

.icon-p._2 {
  margin-bottom: 0px;
  font-size: 2em;
  line-height: 1.1;
  font-weight: 600;
}

.icon-p._3 {
  font-size: 1.4em;
  font-weight: 400;
}

.web-stream {
  height: 500px;
  margin-right: auto;
  margin-left: auto;
}

.under-paragraph {
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
}

.image-7 {
  height: 500px;
}

.heading-2 {
  font-family: Barlow, sans-serif;
  color: #fff;
}

.web-tickets {
  width: auto;
  height: 100%;
  margin-left: 45px;
  padding-top: 75px;
}

.info-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-link-container._2 {
  margin-bottom: 0px;
}

.link-4 {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.info-icon {
  margin-right: 25px;
}

.image-8 {
  height: 50px;
}

.image-9 {
  height: 38px;
}

.pagination {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.pagination-link {
  padding: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.pagination-link.w--current {
  background-color: #fff;
}

.pagination-line {
  width: 2px;
  height: 25px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.background-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 100%;
  background-image: url('../images/Recurso-1.svg');
  background-position: 50% 50%;
  background-size: 200%;
}

.background-hero._2 {
  position: absolute;
  top: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#200f4e));
  background-image: linear-gradient(180deg, transparent, #200f4e);
  opacity: 1;
}

.image-10 {
  height: 365px;
}

.text-span {
  font-weight: 600;
}

.button {
  width: 210px;
  margin-right: auto;
  padding: 10px 0px;
  border-radius: 5px;
  background-color: #f52b82;
  box-shadow: 7px 7px 20px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.button:hover {
  background-color: #d92673;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-2 {
  width: 210px;
  margin-right: auto;
  padding: 10px 0px;
  border-radius: 5px;
  background-color: #f52b82;
  box-shadow: 7px 7px 20px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.button-2:hover {
  background-color: #d92673;
}

.addres-text-2 {
  font-family: Barlow, sans-serif;
  color: #3d2772;
  font-size: 15px;
  line-height: 1;
}

.footer-2 {
  padding-top: 50px;
  padding-bottom: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f4f4f4;
  text-align: center;
}

.filter-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 2px solid hsla(0, 0%, 100%, 0.1);
}

.filter-group.last {
  border-right-style: none;
}

.ver-mas-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -25%;
  overflow: hidden;
}

.ver-mas-container._2 {
  position: static;
}

.link-5 {
  font-family: Barlow, sans-serif;
  color: #f52b82;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-5:hover {
  text-decoration: underline;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox-2 {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.slider-gallery {
  height: 500px;
  max-height: 500px;
  border-radius: 20px;
}

.slide-nav-5 {
  font-size: 8px;
}

.mask-5 {
  border-radius: 20px;
}

.section-feed {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-feed._2 {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-3 {
  font-family: Barlow, sans-serif;
  color: #3d2772;
  text-align: center;
}

.contactanos-link {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

.contactanos-link._2 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #f52982;
}

.contactanos-link._2:hover {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #f52982;
  text-decoration: underline;
}

.pink-underline-2-2 {
  display: none;
  width: 160px;
  height: 10px;
  margin-top: 35px;
  background-color: #f52982;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.linkedin-container {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pink-underline-2 {
  display: none;
  width: 160px;
  height: 10px;
  margin-top: -55px;
  background-color: #f52982;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.section-feed-2 {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-main-3 {
  position: static;
  z-index: auto;
  width: 100%;
  height: auto;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.container-main-3.section-soluciones {
  position: relative;
  z-index: 100;
  height: auto;
  max-width: 900px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
  font-size: 21px;
}

.html-embed {
  display: inline-block;
  width: 48%;
  height: 595px;
  margin: 0px 5px 10px;
  float: none;
  clear: none;
}

.html-embed.hidden {
  margin-bottom: 16px;
}

.heading-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-5._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-main {
  position: relative;
  height: 700px;
  margin-top: 0px;
  padding-top: 85px;
}

.slider-3 {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 39, 114, 0.85);
}

.slide-nav-6 {
  display: none;
  font-size: 10px;
}

.mask-6 {
  background-color: transparent;
}

.img-1 {
  background-image: url('../images/IMG_8356.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.main-div-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(61, 39, 114, 0.75);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.right-arrow-4 {
  display: none;
}

.left-arrow-4 {
  display: none;
}

.img-2 {
  background-image: url('../images/Stream2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img-3 {
  background-image: url('../images/IMG_7606.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img-4 {
  background-image: url('../images/IMG_7707.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img-6 {
  background-image: url('../images/IMG_8359.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .logo {
    height: 35px;
  }

  .transparant-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 0px;
    margin-left: auto;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: transparent;
    opacity: 1;
    color: #fff;
    text-align: center;
  }

  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .transparant-menu-button.w--open {
    background-color: transparent;
  }

  .navbar {
    height: 75px;
    padding: 0px;
    background-color: #3d2772;
  }

  .navbar._2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .logo-block {
    margin-right: auto;
    margin-left: 0px;
  }

  .logo-block.w--current {
    margin-right: auto;
  }

  .nav-menu {
    margin-top: 0px;
    border-radius: 0px 0px 20px 20px;
    background-color: rgba(61, 39, 114, 0.9);
  }

  .nav-menu.events {
    background-color: #fff;
    box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.1);
  }

  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
  }

  .navlink {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    border-radius: 0px;
    color: #fff;
  }

  .navlink:hover {
    background-color: #3d2772;
    color: #fff;
  }

  .navlink.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navlink.dropdown-toggle {
    color: #fff;
  }

  .navlink.light {
    width: 100%;
    max-width: 1500px;
    margin-right: 0px;
    padding-right: 35px;
    padding-left: 35px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0px;
  }

  .navlink.light:hover {
    border-color: transparent;
    background-color: #372564;
  }

  .navlink.light.w--current {
    border-color: transparent;
  }

  .navlink.cta {
    padding: 15px 35px;
  }

  .navlink.events {
    padding: 15px 35px;
  }

  .navlink.events:hover {
    background-color: #fff;
    color: #3d2772;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .hero-video {
    height: 500px;
    background-image: url('../images/responsive.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .hero-overlay-block {
    padding: 80px 0px 0px;
    background-color: rgba(61, 39, 114, 0.65);
  }

  .container.centered.form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.centered.slider-event {
    max-width: 90%;
  }

  .hero-main-title {
    font-size: 50px;
    line-height: 1;
  }

  .hero-main-title.subtitle {
    z-index: 1;
    display: block;
    width: auto;
    margin: 115px 130px;
    padding: 20px;
    border-radius: 0px;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 700;
  }

  .hero-main-title._2 {
    display: none;
  }

  .hero-main-title._1 {
    display: none;
  }

  .container-navbar {
    width: 100%;
    min-width: auto;
    padding: 0px 15px 0px 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-3.coca-cola {
    width: 140px;
  }

  .image-3.pepsi {
    width: 105px;
  }

  .image-3.ted {
    width: 105px;
  }

  .image-3.samsung {
    width: 120px;
  }

  .image-3.heineken {
    width: 131px;
  }

  .image-3.ibm {
    width: 115px;
  }

  .image-3.under-armour {
    width: 90px;
  }

  .image-3.movistar {
    width: 150px;
  }

  .image-3.observador {
    width: 80%;
  }

  .image-3.pga {
    width: 55%;
  }

  .image-3.scienza {
    width: 100%;
  }

  .image {
    width: 124px;
  }

  .image.adidas {
    width: 95px;
  }

  .logo-brand {
    width: 185px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-2.hsbc {
    width: 100px;
  }

  .section-brands {
    display: none;
  }

  .section-brands.mobile {
    display: block;
  }

  .slide-brand-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 0px;
  }

  .section-about {
    padding: 45px;
  }

  .section-about.tint {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .process-tab-col-left {
    padding-right: 30px;
  }

  .text-column-title {
    font-size: 13px;
  }

  .text-column {
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .feature-info-title {
    margin-top: 0px;
    font-size: 17px;
  }

  .section-title-wrapper-2 {
    width: 85%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .section-title-wrapper-2.full {
    margin-bottom: 60px;
    padding-right: 40px;
  }

  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
    font-weight: 600;
  }

  .feature-info-paragraph {
    text-align: left;
  }

  .section-description-2 {
    margin-top: 20px;
    font-size: 19px;
  }

  .section-description-2.small {
    width: 80%;
  }

  .image-section-overlay {
    padding: 90px 45px;
  }

  .image-section-overlay.color {
    padding: 90px 45px;
  }

  .feature-info-row.last {
    margin-bottom: 0px;
  }

  .feature-info-icon {
    height: 35px;
  }

  .feature-info-icon.zoom {
    height: 30px;
  }

  .feature-info-icon.t {
    height: 40px;
  }

  .feature-title {
    margin-bottom: 0px;
  }

  .services-section {
    padding: 60px 45px;
  }

  .section-title-3 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .section-title-3.events {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .feature-block {
    width: 90%;
  }

  .feature-block.wide {
    text-align: center;
  }

  .features-row {
    margin-top: 30px;
  }

  .section-categories {
    padding: 45px;
  }

  .color-block-title {
    margin-bottom: 11px;
    font-size: 15px;
  }

  .color-block-icon {
    top: 20px;
    right: 20px;
    height: 30px;
  }

  .color-block {
    padding: 25px;
  }

  .container-main {
    height: auto;
    max-width: 700px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .container-main.gallery {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
  }

  .container-main.portfolio {
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 55px;
    background-color: #fff;
  }

  .container-main.brochure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-main.brochure._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-gallery-portfolio {
    display: block;
    padding-bottom: 0px;
  }

  .slider-2 {
    height: auto;
    max-height: none;
    margin-right: auto;
    margin-left: auto;
  }

  .gallery-lightbox {
    height: auto;
  }

  .gallery-lightbox:hover {
    -webkit-transform: scale(1.035);
    -ms-transform: scale(1.035);
    transform: scale(1.035);
  }

  .gallery-thumbnail {
    height: auto;
    margin-bottom: 40px;
    border-radius: 20px;
  }

  .gallery-thumbnail.event {
    height: auto;
    margin-bottom: 0px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .gallery-grid-container._1 {
    z-index: auto;
    display: block;
  }

  .section-event-gallery {
    display: none;
  }

  .section-event-gallery.mobile {
    display: block;
    padding: 60px 35px;
    background-color: #fff;
  }

  .main-h2 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
  }

  .main-h2.contact {
    max-width: 500px;
    margin-bottom: 30px;
  }

  .pink-underline {
    display: none;
  }

  .section {
    padding: 45px;
  }

  .blog-posts-list {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .content-card-portfolio.eventos-activos {
    margin-bottom: 45px;
  }

  .content-card-portfolio.brochure {
    height: auto;
  }

  .main-h2-container {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
  }

  .main-h2-container.portfolio {
    width: 315px;
    margin-bottom: 35px;
  }

  .text-link-dropdown.select-filter {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
    text-align: center;
  }

  .mix-container {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pink-underline-2 {
    display: none;
  }

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

  .section-portfolio {
    margin-top: 65px;
    margin-bottom: 0px;
  }

  .dropdown-trigger.select-filter {
    background-color: #f6f4f7;
  }

  .dropdown-wrapper.select-filter {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .select-container {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-card-portfolio {
    font-size: 18px;
    line-height: 1.4;
  }

  .image-portfolio {
    height: 175px;
  }

  .image-portfolio.enlace {
    background-size: auto 225px;
  }

  .image-portfolio.perumin {
    background-image: url('../images/perumin.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .image-portfolio.campus {
    height: 175px;
  }

  .image-portfolio._4 {
    background-image: url('../images/4-2.jpg');
    background-position: 50% 50%;
  }

  .mix-event {
    height: auto;
    padding-bottom: 15px;
  }

  .mix-event.brochure {
    padding-bottom: 0px;
  }

  .dropdown-filter {
    display: none;
  }

  .dropdown-filter.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 105px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
    background-color: #f6f4f7;
  }

  .mix {
    width: 100%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    float: none;
  }

  .mix.expo {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .mix.festivales {
    width: 100%;
  }

  .mix.eventos-activos {
    width: 50%;
    height: auto;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
  }

  .mix.eventos-activos.left {
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .mix.eventos-activos.right {
    margin-right: auto;
    margin-left: auto;
  }

  .icon {
    color: #32215c;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-flex-container {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-list {
    width: 100%;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-list.link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-heading-2.siguenos-en {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    line-height: 1;
  }

  .footer-heading-2.link {
    color: #3d2772;
    line-height: 1;
    text-align: center;
  }

  .footer-heading-2.mail {
    margin-bottom: 10px;
    line-height: 1;
  }

  .footer-heading-2.link {
    color: #3d2772;
    line-height: 1;
    text-align: center;
  }

  .social-media {
    margin-right: auto;
    margin-left: auto;
  }

  .link-media {
    margin-right: 15px;
    margin-left: 15px;
  }

  .slide-nav-2 {
    display: none;
  }

  .link-2 {
    color: rgba(61, 39, 114, 0.75);
    text-decoration: none;
  }

  .container-main-2 {
    height: auto;
    max-width: 700px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .container-main-2.form {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .form-contact {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .illustration {
    display: block;
    width: 500px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .recaptcha {
    margin-right: auto;
    margin-left: auto;
  }

  .principal-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .principal-button.form {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .principal-button.buy.link-hover-ix {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    border-radius: 0px;
  }

  .button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .event-info {
    position: static;
    width: auto;
    margin-bottom: 40px;
    text-align: center;
  }

  .event-info.nosotros {
    text-align: left;
  }

  .event-info.nosotros.equipo {
    width: auto;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
    text-align: center;
  }

  .section-main-nosotros {
    margin-top: 60px;
    padding-top: 50px;
  }

  .section-main-nosotros.form {
    padding-top: 60px;
  }

  .illustraion-industrias {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-contact {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .menu-button-2 {
    margin-left: auto;
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .lottie-animation {
    width: 25px;
    height: 25px;
    -webkit-filter: invert(100%) grayscale(100%);
    filter: invert(100%) grayscale(100%);
  }

  .lottie-animation.events {
    -webkit-filter: none;
    filter: none;
  }

  .contact-button {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .conditional-message {
    margin-right: auto;
    margin-left: auto;
  }

  .mix-container-2 {
    width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-title-4 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .go-to-index {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .slider-main-container {
    width: auto;
  }

  .slider-info-container {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .event-name-slider.light {
    text-align: center;
  }

  .event-text-slider {
    text-align: center;
  }

  .button-event-slider {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .main-filter-wrapper {
    overflow: visible;
  }

  .hero-section {
    background-size: auto, 200%;
    background-attachment: scroll, scroll;
  }

  .hero-section._2 {
    height: 500px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info-container {
    width: auto;
    margin-bottom: 25px;
  }

  .main-h2-brochure {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    text-align: center;
  }

  .main-h2-brochure.center._2 {
    margin-bottom: 0px;
  }

  .content-section {
    height: auto;
    padding-top: 50px;
  }

  .content-section._2 {
    margin-bottom: 0px;
  }

  .paragraph {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
  }

  .image-container-brochure {
    width: 80%;
  }

  .image-container-brochure.web {
    width: 90%;
  }

  .image-container-brochure._2 {
    width: 100%;
  }

  .icon-container {
    margin-bottom: 35px;
  }

  .icon-container._2 {
    width: auto;
  }

  .under-paragraph {
    font-size: 22px;
    line-height: 1.4;
  }

  .web-tickets {
    height: auto;
  }

  .info-link-container {
    width: auto;
  }

  .link-4 {
    font-size: 30px;
  }

  .image-8 {
    width: 35px;
    height: 35px;
  }

  .pagination {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pagination-link {
    padding: 3px;
  }

  .pagination-line {
    height: 15px;
  }

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

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .gallery-grid-container-2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .gallery-thumbnail-2 {
    border-radius: 20px;
  }

  .slider-gallery {
    border-radius: 0px;
    background-color: transparent;
  }

  .mask-5 {
    border-radius: 0px;
  }

  .right-arrow-3 {
    display: none;
  }

  .left-arrow-3 {
    display: none;
  }

  .pink-underline-2-2 {
    display: none;
  }

  .pink-underline-2 {
    display: none;
  }

  .container-main-3 {
    height: auto;
    max-width: 700px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding: 0px;
  }

  .container-main-3.section-soluciones {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
  }

  .html-embed {
    width: 90%;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-main {
    height: 500px;
    margin-top: 0px;
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 35px;
    margin-top: 0px;
  }

  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }

  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .navbar {
    padding: 5px 0px;
    background-color: #3d2772;
  }

  .navbar._2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo-block.w--current {
    padding-left: 0px;
  }

  .nav-menu.events {
    background-color: #fff;
  }

  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
  }

  .navlink:hover {
    background-color: #3d2772;
  }

  .navlink.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navlink.light {
    padding-right: 25px;
    padding-left: 25px;
  }

  .navlink.cta {
    padding: 15px 25px;
  }

  .dropdown-link {
    padding-left: 25px;
  }

  .hero-video {
    height: 600px;
  }

  .hero-overlay-block {
    padding: 90px 25px 0px;
  }

  .hero-main-title {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: 0px;
  }

  .hero-main-title.subtitle {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0px 25px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 0px;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 700;
  }

  .hero-main-title._2 {
    display: none;
  }

  .hero-main-title._1 {
    display: none;
  }

  .container-navbar {
    width: 100%;
    padding-right: 15px;
    padding-left: 25px;
  }

  .image-3.coca-cola {
    width: 105px;
  }

  .image-3.pepsi {
    width: 120px;
  }

  .image-3.ted {
    width: 115px;
  }

  .image-3.samsung {
    width: 105px;
  }

  .image-3.heineken {
    width: 120px;
  }

  .image-3.ibm {
    width: 100px;
  }

  .image-3.under-armour {
    width: 100px;
  }

  .image-3.observador {
    width: 100%;
  }

  .image-3.pga {
    width: 40%;
  }

  .image-3.scienza {
    width: auto;
  }

  .image {
    width: auto;
    max-width: none;
  }

  .image.adidas {
    width: 85px;
  }

  .logo-brand {
    width: 50%;
    margin-right: 25px;
    margin-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-2 {
    max-width: none;
  }

  .image-2.hsbc {
    width: 110px;
  }

  .section-brands {
    display: none;
  }

  .section-brands.mobile {
    display: block;
  }

  .slide-brand-wrapper {
    padding: 0px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .process-tab-col-right {
    padding-left: 0px;
  }

  .process-tab-menu {
    margin-top: -39px;
  }

  .section-about {
    padding: 25px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .process-tab-pane {
    padding-top: 40px;
  }

  .process-tab-button {
    width: 80px;
    height: 80px;
    margin-right: 9px;
    margin-left: 9px;
    font-size: 10px;
    line-height: 12px;
  }

  .process-tab-col-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .process-tab-icon {
    height: 23px;
  }

  .text-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }

  .feature-info-title {
    margin-bottom: 13px;
  }

  .section-title-wrapper-2 {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper-2.full {
    margin-bottom: 45px;
    text-align: center;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .feature-info-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .section-description-2.small {
    width: 100%;
    font-size: 18px;
  }

  .image-section-overlay {
    padding: 60px 25px;
  }

  .image-section-overlay.color {
    padding: 45px 25px;
  }

  .feature-info-row {
    margin-top: 0px;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .feature-info-icon {
    height: 30px;
    margin-top: -12px;
  }

  .feature-info-icon.zoom {
    height: 20px;
  }

  .feature-info-icon.t {
    height: 35px;
  }

  .feature-title {
    margin-bottom: 10px;
  }

  .services-section {
    padding: 25px;
  }

  .section-title-3 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .feature-column {
    padding-right: 0px;
    padding-bottom: 35px;
    padding-left: 0px;
  }

  .feature-block {
    width: 100%;
  }

  .feature-block.wide {
    width: 100%;
  }

  .features-row {
    margin-top: 0px;
  }

  .feature-icon.overall {
    margin-bottom: 10px;
  }

  .bold-text {
    text-align: center;
  }

  .bottom-paragraph {
    margin-top: 20px;
    font-size: 13px;
  }

  .section-categories {
    padding: 25px;
  }

  .block-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .blocks-row {
    margin-bottom: 0px;
  }

  .container-main {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-gallery-portfolio {
    padding-bottom: 0px;
  }

  .slider-2 {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .section-event-gallery.mobile {
    display: block;
  }

  .main-h2 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .main-h2.contact {
    max-width: none;
    margin-bottom: 30px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .section {
    padding: 25px;
  }

  .blog-posts-list {
    display: block;
  }

  .simple-blog-post-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-h2-container {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
  }

  .section-portfolio {
    margin-top: 65px;
  }

  .image-portfolio.enlace {
    background-image: url('../images/enlance-360.jpg');
    background-position: 50% 15%;
    background-size: auto 230px;
  }

  .image-portfolio._4 {
    background-image: url('../images/4-2.jpg');
    background-position: 50% 50%;
  }

  .footer {
    padding: 40px 20px 25px;
  }

  .footer-flex-container {
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-list {
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-list.link {
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-list.media {
    margin-bottom: 0px;
  }

  .footer-heading-2 {
    margin-bottom: 15px;
  }

  .footer-heading-2.siguenos-en {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    color: #3d2772;
  }

  .footer-heading-2.link {
    margin-bottom: 0px;
  }

  .footer-heading-2.mail {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .footer-heading-2.link {
    margin-bottom: 0px;
  }

  .link-media {
    margin-right: 15px;
    margin-left: 15px;
  }

  .right-arrow-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-2 {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .icon-3 {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .left-arrow-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-nav-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .link-2 {
    color: rgba(61, 39, 114, 0.75);
    text-decoration: none;
  }

  .container-main-2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-main-2.form {
    padding-right: 59px;
    padding-left: 59px;
  }

  .select-form {
    border-radius: 5px;
  }

  .illustration {
    display: block;
  }

  .principal-button.form {
    margin-bottom: 0px;
  }

  .event-info.nosotros.equipo {
    width: auto;
  }

  .section-main-nosotros {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .section-main-nosotros.form {
    padding-top: 50px;
  }

  .illustraion-industrias {
    width: auto;
    margin-bottom: 34px;
  }

  .paragraph-contact {
    margin-bottom: 20px;
  }

  .field-form {
    border-radius: 5px;
  }

  .link-3 {
    color: rgba(61, 39, 114, 0.75);
  }

  .lottie-animation {
    width: 25px;
    height: 25px;
  }

  .contact-button {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .conditional-message {
    margin-right: auto;
    margin-left: auto;
  }

  .section-title-4 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .go-to-index {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .section-slider-events {
    padding-bottom: 50px;
  }

  .slider-events {
    margin-bottom: 45px;
  }

  .main-filter-container {
    position: static;
    height: auto;
    margin-bottom: 0px;
    padding: 20px;
  }

  .slider-main-container {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .slider-info-container {
    margin-right: auto;
    margin-left: auto;
  }

  .main-filter-wrapper {
    position: static;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .filter-inside-container {
    width: 100%;
  }

  .filter-inside-container.center {
    margin-top: 20px;
    margin-bottom: 20px;
    border-right-style: none;
    border-left-style: none;
  }

  .image-5 {
    width: 125px;
  }

  .hero-section {
    height: 500px;
    margin-bottom: 65px;
    background-attachment: scroll, scroll;
    font-size: 12px;
  }

  .hero-section._2 {
    height: auto;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading {
    width: 60%;
    font-size: 50px;
    text-align: center;
  }

  .info-container._2 {
    width: auto;
    margin-bottom: 50px;
  }

  .info-container._3 {
    width: auto;
  }

  .main-h2-brochure {
    font-size: 3em;
  }

  .main-h2-brochure.center {
    margin-bottom: 0px;
    font-size: 3em;
    text-align: center;
  }

  .content-section {
    margin-bottom: 100px;
    padding-top: 0px;
  }

  .content-section._2 {
    margin-bottom: 0px;
  }

  .image-container-brochure.web {
    margin-right: auto;
    margin-left: auto;
  }

  .image-6._4 {
    width: 50%;
  }

  .icon-container {
    width: auto;
    height: auto;
  }

  .icon-container._2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .web-tickets {
    margin-left: 20px;
  }

  .link-4 {
    font-size: 24px;
  }

  .image-8 {
    width: 30px;
    height: 30px;
  }

  .image-9 {
    height: 9px;
  }

  .menu-button-3 {
    display: none;
  }

  .addres-text-2 {
    color: #fff;
  }

  .footer-2 {
    padding: 40px 20px 25px;
    background-color: #200f4e;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container-2 {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .slider-gallery {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 500px;
  }

  .slide-nav-5 {
    display: none;
  }

  .container-main-3 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-main-3.section-soluciones {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    margin-top: 5px;
  }

  .transparant-menu-button {
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
  }

  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .navbar {
    padding: 10px 0px 10px 10px;
    background-color: #3d2772;
  }

  .nav-menu.events {
    background-color: #fff;
  }

  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navlink:hover {
    background-color: #3d2772;
  }

  .navlink.w--current:hover {
    background-color: #3d2772;
  }

  .navlink.cta {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navlink.events {
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 20px;
  }

  .hero-video {
    height: 80vh;
  }

  .hero-overlay-block {
    padding: 0px;
  }

  .hero-main-title {
    font-size: 30px;
    line-height: 37px;
  }

  .hero-main-title.subtitle {
    display: block;
    width: 75%;
    margin: 0px auto;
    padding: 15px;
    border-radius: 0px;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700;
  }

  .hero-main-title._2 {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-main-title._1 {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .container-navbar {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .slider-brands {
    height: 115px;
  }

  .image-3 {
    opacity: 1;
  }

  .image-3.coca-cola {
    width: 100px;
  }

  .image-3.pepsi {
    width: 90px;
    max-width: none;
  }

  .image-3.ted {
    width: 100px;
  }

  .image-3.samsung {
    width: 105px;
  }

  .image-3.heineken {
    width: 80px;
  }

  .image-3.heineken._2 {
    width: 100px;
  }

  .image-3.ibm {
    width: 85px;
  }

  .image-3.under-armour {
    width: 80px;
  }

  .image-3.movistar {
    width: 125px;
  }

  .image-3.uru {
    width: 58px;
    height: auto;
  }

  .image-3.observador {
    width: 120px;
  }

  .image-3.pga {
    width: 85px;
  }

  .image-3.scienza {
    width: 140px;
  }

  .image {
    display: block;
    width: 80px;
    opacity: 1;
  }

  .image.adidas {
    width: 75px;
  }

  .logo-brand {
    width: auto;
    height: auto;
    margin: 0px auto;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    opacity: 0.5;
  }

  .logo-brand._1 {
    margin-right: 20px;
    margin-left: 15px;
  }

  .image-2 {
    width: auto;
    max-width: none;
    opacity: 1;
  }

  .image-2.hsbc {
    width: 70px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .section-brands {
    display: none;
  }

  .section-brands.mobile {
    display: block;
  }

  .slide-brand-wrapper {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-brand-wrapper._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 0px;
  }

  .section-about {
    padding: 25px;
  }

  .section-about.tint {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section-title {
    font-size: 25px;
    line-height: 26px;
  }

  .process-tab-pane {
    padding-top: 20px;
  }

  .process-tab-button {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 19px;
    margin-right: 2px;
    margin-left: 2px;
    padding-top: 9px;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .process-tab-icon {
    height: 13px;
  }

  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }

  .feature-info-title {
    margin-bottom: 12px;
  }

  .section-title-wrapper-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper-2.full {
    margin-bottom: 45px;
    padding-right: 0px;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
    font-weight: 600;
  }

  .feature-info-column.last {
    padding-bottom: 0px;
  }

  .section-description-2 {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .section-description-2.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }

  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .image-section-overlay.color {
    padding: 45px 20px;
  }

  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }

  .feature-info-icon.zoom {
    height: 20px;
  }

  .feature-info-icon.t {
    height: 30px;
  }

  .feature-title {
    margin-bottom: 13px;
  }

  .services-section {
    padding: 45px 25px;
  }

  .section-title-3 {
    font-size: 25px;
    line-height: 26px;
  }

  .feature-column.last {
    padding-bottom: 0px;
  }

  .feature-block.wide {
    font-size: 13px;
  }

  .feature-icon {
    width: 30px;
  }

  .bottom-paragraph {
    margin-top: 10px;
  }

  .section-categories {
    padding: 45px 25px;
  }

  .color-block {
    padding: 20px;
  }

  .container-main {
    width: auto;
    height: auto;
    margin: 0px auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 4px;
    text-align: center;
  }

  .container-main.portfolio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-bottom: 34px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-main.brochure.icons {
    padding: 0px;
  }

  .section-gallery-portfolio {
    display: block;
  }

  .slider-2 {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 400px;
  }

  .gallery-lightbox:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .gallery-thumbnail.event {
    margin-bottom: 0px;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .section-event-gallery {
    display: none;
  }

  .section-event-gallery.mobile {
    display: block;
  }

  .gallery-container-h2 {
    margin-bottom: 40px;
  }

  .main-h2 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 30px;
  }

  .main-h2.contact {
    margin-bottom: 0px;
    padding: 0px;
    font-size: 35px;
  }

  .pink-underline {
    display: none;
  }

  .pink-underline.eventos {
    margin-right: auto;
    margin-left: auto;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .section {
    padding: 25px;
  }

  .content-card-portfolio.eventos-activos {
    margin-bottom: 65px;
  }

  .content-card-portfolio.brochure {
    height: auto;
  }

  .main-h2-container {
    margin-bottom: 30px;
  }

  .main-h2-container.portfolio {
    width: auto;
  }

  .text-link-dropdown.select-filter {
    padding: 10px 0px;
    font-size: 12px;
  }

  .mix-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pink-underline-2 {
    display: none;
  }

  .filter-button {
    width: 100%;
  }

  .section-portfolio {
    margin-top: 65px;
    margin-bottom: 0px;
  }

  .dropdown-trigger.select-filter {
    position: relative;
    width: 110px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 0px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 5px;
  }

  .dropdown-wrapper.select-filter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .select-container {
    position: relative;
    display: inline-block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-card-portfolio {
    opacity: 0.75;
    font-size: 16px;
    font-weight: 400;
  }

  .image-portfolio {
    height: 275px;
  }

  .image-portfolio.enlace {
    background-image: url('../images/enlance-360.jpg');
    background-size: auto 180px;
  }

  .image-portfolio._1.brochure {
    height: 150px;
  }

  .image-portfolio._2.brochure {
    height: 150px;
  }

  .image-portfolio._3.brochure {
    height: 150px;
  }

  .image-portfolio._4 {
    background-image: url('../images/4-2.jpg');
    background-position: 50% 50%;
  }

  .image-portfolio._4.brochure {
    height: 150px;
  }

  .image-portfolio._5.brochure {
    height: 150px;
  }

  .mix-event {
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .dropdown-filter {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: auto;
    z-index: 20;
    width: 150px;
    height: auto;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    border-radius: 20px;
    background-color: #f4f4f4;
    box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.15);
  }

  .dropdown-filter.mobile {
    padding-bottom: 0px;
    border-style: solid;
  }

  .h3-portfolio {
    font-size: 25px;
  }

  .h3-portfolio.brochure {
    font-size: 28px;
  }

  .h3-portfolio._2 {
    font-size: 28px;
  }

  .mix {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .mix:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .mix.conciertos {
    width: 100%;
  }

  .mix.expo {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .mix.festivales {
    width: 100%;
  }

  .mix.eventos-activos {
    width: 90%;
  }

  .icon {
    margin-right: 20px;
    color: #32215c;
  }

  .icon.select-filter {
    right: 0%;
    margin-top: 1px;
    margin-right: 20px;
    margin-left: auto;
    color: rgba(50, 33, 92, 0.75);
    font-size: 15px;
  }

  .footer {
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .addres-text {
    text-align: center;
  }

  .footer-list {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer-list.link {
    margin-bottom: 25px;
  }

  .footer-list.media {
    margin-bottom: 0px;
  }

  .footer-heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .footer-heading-2.siguenos-en {
    margin: 0px auto 7px;
  }

  .footer-heading-2.link {
    margin-top: 0px;
  }

  .footer-heading-2.mail {
    margin-bottom: 10px;
  }

  .footer-heading-2.link {
    margin-top: 0px;
  }

  .social-media {
    margin-right: auto;
    margin-left: auto;
  }

  .link-media {
    margin-right: 15px;
    margin-left: 15px;
  }

  .right-arrow-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-2 {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0px auto;
    font-size: 30px;
  }

  .icon-3 {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0px auto;
    font-size: 30px;
  }

  .left-arrow-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-nav-2 {
    font-size: 8px;
  }

  .link-2 {
    color: rgba(61, 39, 114, 0.75);
    text-decoration: none;
  }

  .container-main-2 {
    width: auto;
    height: auto;
    margin: 0px auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 4px;
    text-align: center;
  }

  .container-main-2.form {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-contact {
    width: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .illustration {
    width: 300px;
    height: auto;
    min-width: auto;
  }

  .recaptcha {
    margin-right: auto;
    margin-left: auto;
  }

  .principal-button.form {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .principal-button.form._2 {
    margin-right: auto;
    margin-left: auto;
  }

  .principal-button.buy {
    padding: 20px 40px;
  }

  .principal-button.buy.link-hover-ix {
    padding: 0px;
    background-color: #f52b82;
  }

  .principal-button.ver-mas {
    width: 185px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .event-info {
    position: static;
    width: auto;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }

  .event-info.nosotros {
    margin-bottom: 40px;
    text-align: center;
  }

  .event-info.nosotros.equipo {
    width: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .event-info.nosotros.equipo._2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-main-nosotros {
    width: 100%;
    margin-top: 65px;
  }

  .section-main-nosotros.form {
    margin-top: 0px;
    padding-top: 50px;
  }

  .illustraion-industrias {
    width: auto;
    padding: 0px;
  }

  .form-label {
    font-size: 14px;
    text-align: left;
  }

  .paragraph-contact {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px;
  }

  .menu-button-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .lottie-animation {
    width: 20px;
    height: 20px;
  }

  .contact-button {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .conditional-message {
    margin-right: auto;
    margin-left: auto;
  }

  .mix-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mix-container-2.brochure {
    max-width: 300px;
  }

  .section-title-4 {
    font-size: 25px;
    line-height: 26px;
  }

  .buy-link {
    padding: 0px;
  }

  .button-color.link-hover-ix {
    display: none;
  }

  .go-to-index {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .slider-events {
    margin-bottom: 35px;
  }

  .main-filter-container {
    position: static;
    width: 70%;
    height: auto;
    margin-bottom: 0px;
    padding: 20px;
  }

  .main-filter-wrapper {
    position: static;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .filter-inside-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .filter-inside-container.center {
    margin-top: 20px;
    margin-bottom: 20px;
    border-right-style: none;
    border-left-style: none;
  }

  .main-form-text-label {
    padding: 0px 0px 0px 20px;
    text-align: left;
  }

  .hero-section {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: 90vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent), linear-gradient(180deg, transparent, transparent);
  }

  .hero-section._2 {
    height: 100vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 0px 0px, 50% 0%;
    background-size: auto, 250%;
  }

  .heading {
    width: 65%;
    font-size: 45px;
    line-height: 1.1;
  }

  .info-container {
    margin-bottom: 0px;
  }

  .info-container._2 {
    width: auto;
  }

  .info-container._3 {
    margin-bottom: 50px;
  }

  .main-h2-brochure {
    font-size: 45px;
  }

  .main-h2-brochure.cupos {
    margin-bottom: 35px;
    font-size: 45px;
  }

  .main-h2-brochure.center {
    font-size: 45px;
  }

  .main-h2-brochure.center._2 {
    margin-bottom: 50px;
    font-size: 45px;
  }

  .paragraph {
    width: auto;
    font-size: 20px;
    line-height: 1.3;
  }

  .image-container-brochure {
    width: 100%;
  }

  .image-container-brochure.web._2 {
    width: 105%;
  }

  .image-container-brochure._2 {
    width: 100%;
  }

  .icon-container {
    width: 250px;
  }

  .icon-container._2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon-p {
    font-size: 14px;
    line-height: 1.2;
  }

  .icon-p._2 {
    font-size: 18px;
    line-height: 1.2;
  }

  .icon-p._3 {
    font-size: 16px;
  }

  .web-stream {
    height: auto;
    margin-top: 35px;
  }

  .web-tickets {
    width: 200%;
    height: 200%;
    margin-top: 35px;
    margin-right: auto;
    margin-left: 10px;
    padding-top: 0px;
  }

  .info-link-container {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .link-4 {
    font-size: 24px;
  }

  .info-icon {
    margin-right: 15px;
  }

  .image-8 {
    height: 25px;
  }

  .image-9 {
    height: 20px;
  }

  .brand {
    padding-left: 0px;
  }

  .info-footer-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 35px;
  }

  .pagination {
    padding-right: 25px;
    padding-left: 25px;
  }

  .pagination-link {
    padding: 4px;
  }

  .pagination-line {
    height: 20px;
  }

  .image-10 {
    height: auto;
    margin-top: 35px;
  }

  .image-11 {
    margin-top: 30px;
  }

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

  .footer-2 {
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    text-align: left;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .gallery-thumbnail-2 {
    height: auto;
    max-width: none;
    border-radius: 20px;
  }

  .slider-gallery {
    height: auto;
    max-height: none;
    border-radius: 0px;
    background-color: transparent;
  }

  .mask-5 {
    border-radius: 0px;
  }

  .right-arrow-3 {
    display: none;
  }

  .left-arrow-3 {
    display: none;
  }

  .contactanos-link {
    padding: 0px;
  }

  .pink-underline-2-2 {
    display: none;
  }

  .pink-underline-2 {
    display: none;
  }

  .section-feed-2 {
    margin-top: -300px;
  }

  .container-main-3 {
    width: auto;
    height: auto;
    margin: 0px auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 4px;
    text-align: center;
  }

  .container-main-3.section-soluciones {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-main {
    height: 80vh;
  }
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.ttf') format('truetype'), url('../fonts/Barlow-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-BoldItalic.ttf') format('truetype'), url('../fonts/Barlow-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}