
.columna_derecha_superior
{
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 14px;
  line-height: 1.42857143;
  color: #FFFFFF;
  font-family: "Lato",sans-serif;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  float: left;
  width: 25%;
  padding: 0 10px 5px;  
}
.habitacion-box{
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Lato",sans-serif;
  box-sizing: border-box;
  color: #333; 
  background-color: #fff;
  margin: 0px 0px;
  padding: 5px 15px 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
}

.habitacion-box a {
  color: #1591ef;
}

.accordion-body{
  color: rgb(51,51,51);
  background: linear-gradient(to bottom,  rgb(228,231,237) 0%,rgb(228,231,237) 100%); 
}

.carousel-item{
  background-repeat: no-repeat!important;
  background-position: center!important;

}
.barra-enlaces-abajo
{
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 14px;
  line-height: 1.42857143;
  color: #FFFFFF;
  font-family: "Lato",sans-serif;
  text-align: center;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  margin-left: -5px;
  list-style: none!important;  
  
}
.lienlaces
{
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 14px;
  line-height: 1.42857143;
  color: #FFFFFF;
  font-family: "Lato",sans-serif;
  list-style: none;
  box-sizing: border-box;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 5px;
  margin-right: 5px;    
}
.lienlaces2
{
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Lato",sans-serif;
  list-style: none;
  box-sizing: border-box;
  background-color: transparent;
  color: #ffce41;
  text-decoration: none;  
}
.carousel-caption
{
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Lato",sans-serif;
  z-index: 10;
  color: #fff!important;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0px;
  right: 0px;
  padding: 15px;
  bottom: 0px;
  height:120px;
}
.blancoborde{
  border: 2px solid #FFFFFF!important;
  border-radius: 6px!important;
  background-color: rgb(161,49,0)!important;
  padding: 4px 8px;
}
.amarilloborde{
  border: 2px solid rgb(222,145,10)!important;
  border-radius: 6px!important;
  background-color: rgb(161,49,0)!important;
  padding: 8px 4px;
}
.select2-selection__rendered
{
  color:#FFF;
  margin-top:7px;
}
.chktdn{
  font-family: system-ui, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  gap: 0.5em;
  
}
.prechk{
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.select2-results__options {
  max-height: 250px!important;
  overflow-y: scroll!important;
  background-color: rgb(228,231,237);
}
.select2-search__field {
  background-color: rgb(228,231,237);
}
.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif!important;
  color: rgb(51,51,51)!important;
  font-size: 1rem;
  line-height: 1.5;
  background-color: rgb(228,231,237)!important  ;
}

h1 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 600;
}

h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 500;
}

h3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem!important;
  line-height: 1.2;
  font-weight: 500;
}

h4 {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px!important;
  line-height: 1.1;
  color: inherit;

  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 16px;
}

h5 {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 14px!important;
  text-align: center;
  text-transform: uppercase;
  color: #A2BDDA;
  margin-bottom: 0;
  margin-top: 10px;
}

h6 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.textoblanco
{
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Lato",sans-serif;
  color: #FFFFFF;
  box-sizing: border-box;
  font-weight: 100;
  text-align: center;
  margin: -5px 0 15px;  
}

p {
  margin-bottom: 0rem;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

a {
  font-family: Poppins, sans-serif;
  color: #ff7f00;
}

ul {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-left: 1.5rem;
}

ol {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
  font-family: Poppins, sans-serif;
}

img {
  display: inline-block;
  max-width: 100%;
  color: #21464d;
}

label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

blockquote {
  margin-bottom: 0rem;
  padding: 0rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  margin-top: 0.25rem;
  text-align: center;
}

.utility-page_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -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;
}

.utility-page_form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 1rem 1rem;
  grid-row-gap: 1rem 1rem;
  text-align: center;
}

.utility-page_form {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.utility-page_image {
  margin-right: auto;
  margin-left: auto;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: 0.125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: 0.5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: 0.125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0rem;
}

.margin-horizontal {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.padding-top {
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
}

.margin-vertical {
  margin-right: 0rem;
  margin-left: 0rem;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.margin-bottom.margin-medium.text-color-white {
  max-width: 430px;
}

.margin-bottom.margin-small.max-width-full.text-color-medianoche {
  text-align: left;
  letter-spacing: -0.6px;
}

.padding-left {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.padding-vertical.padding-small {
  font-family: Montserrat, sans-serif;
}

.padding-horizontal {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.margin-right {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.margin-top {
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.margin-top.margin-large {
  margin-top: 0rem;
  font-size: 2rem;
}

.margin-left {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-bottom: 0rem;
}

.padding-right {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
}

.padding-bottom {
  padding-top: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.form_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_checkbox-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
}

.form_checkbox-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  background-size: 90%;
}

.form_checkbox-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.fs-styleguide_background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.fs-styleguide_spacing {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 115, 230, 0.1)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 115, 230, 0.1), hsla(0, 0%, 100%, 0));
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0rem;
  padding: 0rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-bottom: 3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  background-color: #000;
  color: #f5f5f5;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: grey;
}

.fs-styleguide_2-col {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_2-col.is-align-start {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  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-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;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-style-h3 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

.text-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul {
  margin-bottom: 1.5rem;
}

.text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-color-white.margin-bottom.margin-medium {
  max-width: 1000px;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-bottom: 3rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #000;
  line-height: 1.4;
}

.text-size-tiny {
  font-size: 0.75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  position: relative;
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  border-style: dashed;
  border-width: 1px;
  border-color: #0073e6;
  background-color: rgba(0, 115, 230, 0.1);
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-medium.align-center {
  margin-right: auto;
  margin-left: auto;
}

.fs-styleguide_item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: 0.6;
}

.text-size-small {
  text-transform: uppercase;
}

.text-size-small.text-color-white.text-weight-medium {
  margin-right: 0px;
}

.heading-style-h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-left: 0rem;
}

.form_radio-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.25rem;
}

.form_radio-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f2f2f2;
}

.form_input {
  min-height: 3rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  background-color: transparent;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: 0.75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_3-col.is-align-start {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, 0.05);
}

.heading-style-h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

.page-wrapper.login {
  width: 100%;
}

.fs-styleguide_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0.75rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #0073e6;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.text-align-center.text-color-white.margin-bottom.margin-large {
  letter-spacing: -0.6px;
}

.text-align-center.margin-bottom.margin-small.text-color-medianoche {
  font-size: 2rem;
  letter-spacing: -0.6px;
}

.text-align-center.text-size-medium.max-width-full {
  margin-bottom: 1rem;
  text-align: left;
  letter-spacing: -0.4px;
}

.text-align-center.text-color-medianoche {
  letter-spacing: -0.6px;
}

.form_component {
  margin-bottom: 0rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -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-style-quote {
  margin-bottom: 0rem;
  padding: 0rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
}

.button {
  padding: 0.75rem 1.5rem;
  border-radius: 1px;
  background-color: #000;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button.is-text {
  border: 2px solid transparent;
  background-color: transparent;
  color: #000;
}

.button.is-small {
  padding: 0.5rem 1.25rem;
}

.button.is-small.background-color-aqua:hover {
  background-color: rgb(101, 152, 181);
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border-style: solid;
  border-width: 2px 2px 0.125rem;
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.button.is-icon {
  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-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;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-decoration: none;
}

.button.is-icon.max-width-full-mobile-portrait.background-color-aqua {
  background-color: rgb(101, 152, 181);
}

.button.is-icon.max-width-full-mobile-portrait.background-color-aqua:hover {
  background-color:rgb(101, 152, 181);
}

.button.is-icon.text-link {
  padding-right: 0rem;
  padding-left: 0rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px none #000;
  background-color: transparent;
  color: #3eabb1;
}

.button.is-icon.text-link:hover {
  color: rgb(255,255,255);
}

.button.is-icon.text-link.margin-top.margin-medium {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.button.max-width-full-mobile-portrait.background-color-aqua:hover {
  background-color: rgb(101, 152, 181);
}

.button.max-width-full-mobile-portrait.background-color-sol:hover {
  background-color: #d28425;
}

.button.background-color-medianoche:hover {
  background-color: #3eabb1;
}

.button.is-login.background-color-aqua {
  width: 100%;
  margin-top: 8px;
}

.fs-styleguide_classes {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-medium.text-weight-bold {
  font-weight: 700;
}

.fs-styleguide_section {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.button-group {
  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-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
}

.form_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-message_content-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-message_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 3rem;
  color: #fff;
}

.home-message_list {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-message_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
}

.home-message_heading-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-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;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.home-message_item {
  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-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;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  color: #000;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.section-header {
  margin-top: 100px;
}

.gato-volador{
  background-position: right 5px bottom 50%!important;
  background-repeat: no-repeat!important;
  background: url('/assets/images/gato.png');
}

.section-hero {
  position: static;
  padding: 0px 0px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  background-color: rgb(228,231,237);
  color: #FFD;
}

.container-last-edition {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper {
  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-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;
}

.video-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.video-split.margin-bottom.margin-medium {
  width: 46%;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.navbar-logo-left.background-color-dark-medianoche {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  position: static;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.nav-link {
  margin-right: 5px!important;
  margin-left: 5px!important;
  padding: 5px 10px!important;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
  color: rgb(255,255,255)!important;
}

.nav-link:hover {
  color: #00f3ff;
  font-weight: 400;
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.nav-link.w--current {
  font-weight: 600;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown:hover {
  color: #fff420;
}

.nav-dropdown:focus-visible {
  border: 1px solid #fff420;
}

.nav-dropdown[data-wf-focus-visible] {
  border: 1px solid #fff420;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: #fff420;
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #fff420;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 4px;
  color: #fff420;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #fff420;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 4px;
  color: #fff420;
}

.nav-dropdown-icon {
  margin-right: 10px;
  color: #fff;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  overflow: visible;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e4ebf3;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.heading {
  font-family: Vollkorn, serif;
}

.heading-2 {
  font-weight: 700;
  letter-spacing: -2px;
}

.heading-3 {
  letter-spacing: -2px;
}

.heading-4 {
  color: #000;
  font-size: 4rem;
}

.testimonial-stack {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.testimonial-card-three {
  padding: 64px 42px;
  background-color: #f5f7fa;
  text-align: center;
}

.testimonial-card-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  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;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -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;
  text-align: center;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-right: 0px;
  margin-bottom: 16px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.section-testimonial {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.testimonial-slider-two {
  height: auto;
  background-color: transparent;
}

.testimonial-slide {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.testimonial-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -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;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.testimonial-info-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-author-name.text-color-medianoche {
  font-size: 1.3rem;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  margin-right: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  position: static;
  bottom: -60px;
  margin-top: 24px;
  font-size: 10px;
  line-height: 1.5;
}

.logos-title-large {
  position: relative;
  padding: 60px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.clients-title {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.clients-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-top: 40px;
  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;
}

.section-sponsors {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #292D38;
  color: #FFD;
}

.clients-wrapper-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos-asociados {
  margin-right: 5px!important;
  margin-bottom: 0px;
  margin-left: 5px!important;
}

.logos-asociados-small {
  margin-right: 5px!important;
  margin-bottom: 0px;
  margin-left: 5px!important;
}

.footer-light {
  position: relative;
  padding: 80px 30px 40px;
  border-bottom: 1px solid #e4ebf3;
}

.footer-wrapper-two {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-block-two {
  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: 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;
}

.footer-title {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.footer-link-two {
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #4eacb0;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0px;
}

.footer-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -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;
}

.footer-form-field {
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:hover {
  border-color: #76879d;
}

.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #FFFFFF;
  background-image: url('/assets/images/flecha.svg');
  background-position: 50% 50%;
  background-size:60%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e4ebf3;
}

.footer-bottom {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.7);
}

.footer-social-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: -12px;
  -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;
}

.footer-social-link {
  margin-left: 12px;
}

.section-last-edition {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #000;
  background-image: url('../images/desktop_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-last-edition.background-color-medianoche {
  background-color: #8a1f6a;
}

.container-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.features-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-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;
  text-align: center;
}

.features-block.padding-medium.background-color-white {
  border-radius: 8px;
}

.features-title {
  margin-bottom: 8px;
  color: #000;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.gallery-slider {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.gallery-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-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-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;
}

.gallery-slide {
  height: auto;
  background-color: transparent;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  margin-bottom: 0px;
  color: #f5f7fa;
  line-height: 32px;
}

.gallery-slider-left {
  left: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.gallery-slider-left:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-left[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  right: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.gallery-slider-right:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-right[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

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

.section-video {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.section-legal-text {
  position: relative;
  padding: 80px 30px;
  border-bottom-style: none;
  border-bottom-width: 1px;
}

.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}

.centered-subheading {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.news-slider-wrapper {
  height: auto;
  margin-top: 50px;
  background-color: transparent;
}

.news-slide-item {
  width: 31%;
  margin-right: 3%;
}

.team-block {
  padding-bottom: 24px;
  background-color: #fff;
}

.news-image {
  overflow: visible;
  margin-bottom: 18px;
  -o-object-fit: fill;
  object-fit: fill;
}

.team-block-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.news-slider-arrow {
  display: none;
  overflow: hidden;
}

.news-slider-nav {
  position: static;
  bottom: -60px;
  margin-top: 24px;
  font-size: 10px;
}

.youtube {
  width: 100%;
}

.youtube.margin-bottom.margin-medium {
  width: 570px;
}

.features-text-block {
  color: #696969;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.hero-split.margin-bottom.margin-medium {
  width: 46%;
}

.hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.hero-text.margin-bottom.margin-medium {
  width: 46%;
}

.testimonial-container {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.container-sponsors {
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-hero {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.faq1_icon {
  width: 2rem;
  margin-left: 1.5rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.faq1_component {
  border-bottom: 1px solid #b8b8b8;
}

.faq1_answer {
  overflow: hidden;
}

.button-2 {
  padding: 0.75rem 1.5rem;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.button-2.is-secondary {
  border-style: solid;
  border-width: 2px 2px 0.125rem;
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.faq1_question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -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-top: 1px solid #b8b8b8;
  cursor: pointer;
}

.faq1_accordion {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section_faq.padding-horizontal.padding-medium {
  background-color: #f5f7fa;
}

.section_faq.padding-section-large {
  background-color: #fff;
}

.background-color-aqua {
  background-color: #E94A5A; /*rgb(101, 152, 181);*/
}

.background-color-medianoche {
  background-color: rgb(255,255,255);
}

.background-color-hierba {
  background-color: #5a7b30;
}

.background-color-kiwi {
  background-color: #7da439;
}

.text-color-medianoche {
  color: rgb(51,51,51);
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.gallery-last-edition-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.gallery-last-edition-grid.margin-top.margin-xlarge {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.image {
  color: #000;
}

.logo-interocio {
  color: #fff;
}

.text-link-arrow.links {
  font-size: 1rem;
  text-decoration: none;
}

.text-block {
  color: #fff;
}

.text-block:hover {
  color: #00f3ff;
  font-weight: 400;
}

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

.background-color-sol {
  background-color: #f49416;
}

.div-block {
  width: 100%;
  max-width: 940px;
}

.grid-2 {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.container-tickets-info {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.background-color-chocolate {
  background-color: #6a1227;
}

.text-block-3 {
  color: #fff;
}

.suscribe-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.checkbox-label {
  color: #fff;
}

.heading-5 {
  text-align: left;
}

.pricing-grid-wrapper-mobile {
  display: none;
}

.pricing-table-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-right: 20px;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #b8b8b8;
  border-radius: 1px;
  text-align: left;
}

.grid-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-areas: ". . . ."
    ". . . ."
    "Area Area-2 Area-2 Area-2";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.help-icon {
  width: 18px;
}

.help {
  margin-left: 10px;
  opacity: 0.3;
}

.pricing-wrapper {
  background-color: #fff;
}

.container-intro-tickets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.text-block-4 {
  opacity: 0.5;
  letter-spacing: 2px;
}

.start-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8c54ff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.arrow {
  margin-left: 12px;
}

.check {
  width: 38px;
  opacity: 0.5;
}

.grid-top-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.discount {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
}

.title {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  letter-spacing: 2px;
}

.pricing-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-top: 32px;
  padding-right: 20px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background-color: #f5f7fa;
  text-align: center;
}

.top-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.pricing-line-break-top {
  height: 75px;
  margin-top: 20px;
  padding-top: 40px;
  padding-right: 24px;
  padding-bottom: 24px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.pricing-line-break {
  height: 50px;
  padding-top: 44px;
  padding-right: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgb(255,255,255);
}

.heading-6 {
  font-weight: 700;
}

.ticket-type-text {
  font-weight: 700;
}

.ticket-age {
  font-weight: 400;
}

.heading-9 {
  font-size: 1.7rem;
}

.pricing-table-age-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  -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;
  border-bottom: 1px solid #b8b8b8;
  border-radius: 1px;
}

.links {
  color: #3eabb1;
  font-weight: 600;
  text-decoration: underline;
}

.links:hover {
  color: #25626e;
}

.background-color-dark-medianoche {
  background-color: #47034B;
}

.text-color-aqua {
  color: #3eabb1;
}

.container-create-user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-create-user.padding-custom1.background-color-aqua {
  border-radius: 8px;
  background-color: rgb(101, 152, 181);
}

.container-create-user.background-color-aqua {
  margin-top: 29px;
  padding: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: rgba(101, 152, 181, 0.2);
}

.container-create-user-image {
  display: block;
  min-width: 64px;
  -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;
}

.container-create-user-text {
  margin-right: 15px;
  margin-left: 15px;
}

.container-tickets {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.container-news {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.container-sponsors-big {
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-10 {
  font-size: 2.5rem;
}

.wrapper-icon-and-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ticket-day-text {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
}

.image-2 {
  width: 50px;
}

.container-counter {
  position: static;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-top: 40px;
  margin-right: auto;
  padding: 15px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  background-color: #fff;
}

.wrapper-counter-time {
  width: 32%;
  text-align: center;
}

.wrapper-counter-time.counter-time-divider {
  border-right: 1px dotted #8b8b8b;
  border-left: 1px dotted #8b8b8b;
}

.counter-number-text {
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
}

.counter-description-text {
  font-family: Poppins, sans-serif;
  color: #8b8b8b;
}

.title-tickets-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.container-tickets-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  margin-top: 0px;
  margin-bottom: 5rem;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #b8b8b8;
  border-radius: 1px;
  background-color: #f5f7fa;
}

.ticket-days-description {
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: right;
}

.ticket-shop-text {
  width: 40%;
  font-weight: 600;
}

.ticket-days-description-discount {
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #b8095d;
  color: #fff;
  font-weight: 600;
  text-align: right;
}

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

.exhibitor-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  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;
}

.exhibitor-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.exhibitor-info.margin-bottom.margin-medium {
  width: 46%;
}

.exhibitor-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.exhibitor-image.margin-bottom.margin-medium {
  width: 46%;
}

.container-last-edition-copy {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.container-date-place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 5px 0px;
  border-radius: 4px;
}

.date-text {
  font-family: Poppins, sans-serif;
  color: #00f3ff;
  font-weight: 600;
  text-transform: uppercase;
}

.date-text.text-color-white.text-weight-medium {
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
}

.date-text.text-color-aqua {
  padding-right: 0px;
}

.place-text {
  font-family: Poppins, sans-serif;
  color: #00f3ff;
  font-weight: 600;
  text-transform: uppercase;
}

.place-text.text-color-white.text-weight-medium {
  margin-right: 0px;
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
}

.divider-text {
  text-transform: uppercase;
}

.divider-text.text-color-white.text-weight-medium {
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
}

.divider-text.text-color-aqua {
  padding-right: 5px;
  padding-left: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.container-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.image-4 {
  margin-right: 10px;
}

.list {
  margin-bottom: 2.5rem;
}

.value-proposition-list {
  margin-bottom: 2.5rem;
  color: #fff;
}

.value-proposition-item {
  padding-left: 30px;
  background-image: url('../images/check.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.header-white {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.logo-interocio-white {
  color: #21464d;
}

.container-logo-header {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.container-legal-text {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.legal-title {
  text-align: center;
}

.legal-title.text-size-medium.max-width-full {
  margin-bottom: 1rem;
}

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

.legal-text.text-size-medium.max-width-full {
  margin-bottom: 1rem;
}

.paragraph-large {
  font-size: 20px;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col.small {
  width: 41%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-60._60-width {
  width: 60px;
}

.track-horizontal-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.marquee-horizontal-large {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 200px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  padding: 10px 12px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #8f00ff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.track-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.container-2 {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  width: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.marquee-cover-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(70%, hsla(0, 0%, 100%, 0)), to(#f5f7fa)), -webkit-gradient(linear, right top, left top, from(#f5f7fa), color-stop(30%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 70%, #f5f7fa), linear-gradient(270deg, #f5f7fa, hsla(0, 0%, 100%, 0) 30%);
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.header-quaternary {
  max-width: 100%;
  font-size: 14px;
  letter-spacing: 1px;
}

.header-quaternary.grey-text.uppercase {
  padding: 2px 4px;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.flex-horizontal.flex-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.icon-container-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 150px;
  padding-right: 30px;
  padding-left: 30px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  box-shadow: 0 7px 15px 3px rgba(175, 177, 179, 0.3);
}

.header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}

.icon-2 {
  width: 65%;
}

.container-carrusel {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.container-carrusel.flex-vertical {
  margin-top: 60px;
}

.marquee-horizontal {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40px;
  -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;
  background-color: #00f;
}

.marquee-text {
  margin-right: 8vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  text-transform: uppercase;
}

.marquee-horizontal-large-2 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 180px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.marquee-cover-horizontal-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(70%, hsla(0, 0%, 100%, 0)), to(#f5f7fa)), -webkit-gradient(linear, right top, left top, from(#f5f7fa), color-stop(30%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 70%, #f5f7fa), linear-gradient(270deg, #f5f7fa, hsla(0, 0%, 100%, 0) 30%);
}

.carrusel-actividades {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.carrusel-actividades.flex-vertical {
  width: 100%;
  max-width: 940px;
  margin-top: 100px;
}

.news-titular {
  font-size: 1.25rem;
}

.news-titular.text-weight-bold.margin-vertical.margin-small {
  font-weight: 600;
  letter-spacing: -0.4px;
}

.news-titular.text-weight-bold {
  font-weight: 700;
}

.news-text-small {
  margin-bottom: 20px;
}

.news-date {
  font-size: 0.75rem;
}

.news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.news-box {
  padding-bottom: 24px;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  background-color: rgb(255,255,255);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: rgb(51,51,51)!important;
  text-align: left;
  text-decoration: none;
}

.news-box:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.div-block-2 {
  /*background-image: url('../images/foto2.png');*/
  background-position: 0px 0px;
  background-size: auto;
}

.news-thumb {
  height: 120px;
  margin-bottom: 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  /*background-image: url('../images/foto2.png');*/
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-interocio-whatis {
  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-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;
}

.section-sencondary-header {
  margin-top: 100px;
  background-color: #f5f7fa;
}

.container-page-title {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.container-page-title.padding-section-small {
  padding-right: 20px;
  padding-left: 20px;
}

.section {
  background-color: #f5f7fa;
}

.section-page-title {
  margin-top: 100px;
}

.section-news-list {
  position: relative;
  padding: 80px 30px;
  border-bottom-style: none;
  border-bottom-width: 1px;
}

.grid-3 {
  grid-auto-flow: row;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-activities-list {
  position: relative;
  padding-top: 60px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  text-align: center;
}

.container-search-activities {
  width: 100%;
  margin-top: 30px;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.container-search {
  margin-bottom: 40px;
}

.select-field {
  border-radius: 4px;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.form {
  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;
}

.div-block-3 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  width: 30%;
}

.select-search-activity {
  width: 49%;
  margin-right: 0px;
  margin-left: 0px;
}

.input-search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-selects-seach {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-search {
  height: 48px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-radius: 8px;
  background-color: #f3f3f3;
}

.select-label {
  margin-bottom: 4px;
  font-size: 0.9rem;
  text-align: left;
}

.select-search {
  height: 48px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.container-activities-labels {
  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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.select-activity-button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
  border-radius: 1px;
}

.container-activities-chips {
  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;
}

.hidden {
  display: none;
  margin-left: 0px;
}

.field-label {
  display: inline;
  padding: 10px;
  -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: 1px none #000;
  border-radius: 40px;
  background-color: #cecece;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  font-family: Poppins, sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.field-label:hover {
  border-color: #ed6905;
  background-color: #ed6905;
}

.field-label:active {
  border-color: #fff;
  background-color: transparent;
}

.container-chips {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items:stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -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;
}

.chip {
  margin-right: 5px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  clear: none;
  border: 1px none #000;
  border-radius: 8px;
}

.chip-label {
  position: static;
  display: block;
  padding: 5px 10px;
  -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: 1px;
  border-color: #afafaf;
  border-radius: 6px;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  font-family: Poppins, sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  cursor: pointer;
}

.chip-label.marcable:not(.activa) {
  background-color: #e0e0e0 !important;
  color: #333 !important;
  border-color: #bdbdbd !important;
}

.chip-label.charlas:hover {
  background-color: #741822!important;
  color: #fff;
}

.chip-label.charlas.activa {
  background-color: #741822!important;
  border-color:rgb(175, 175, 175);
  color: #fff;
  border-radius: 6px;
}

.chip-label.concurso:hover {
  background-color: #5a7b30;
  color: #fff;
}

.chip-label.concurso.activa {
  background-color: #5a7b30 !important;
  color: #fff !important;
  border-color: #5a7b30 !important;
  border-radius: 6px;
}

.chip-label.demos:hover {
  background-color: rgb(255,255,255);
  color: #fff;
}

.chip-label.demos.activa {
  background-color: rgb(255,255,255) !important;
  color: #fff !important;
  border-color: rgb(255,255,255) !important;
  border-radius: 6px;
}

.chip-label.firmas:hover {
  background-color: #8a1f6a;
  color: #fff;
}

.chip-label.firmas.activa {
  background-color: #8a1f6a !important;
  color: #fff !important;
  border-color: #8a1f6a !important;
  border-radius: 6px;
}

.chip-label.podcasts:hover {
  background-color: #7da439;
  color: #fff;
}

.chip-label.podcasts.activa {
  background-color: #7da439 !important;
  color: #fff !important;
  border-color: #7da439 !important;
  border-radius: 6px;
}

.chip-label.presentacion:hover {
  background-color: #ac2f3c;
  color: #fff;
}

.chip-label.presentacion.activa {
  background-color: #ac2f3c !important;
  color: #fff !important;
  border-color: #ac2f3c !important;
  border-radius: 6px;
}

.chip-label.taller:hover {
  background-color: #3eabb1;
  color: #fff;
}

.chip-label.taller.activa {
  background-color: #3eabb1 !important;
  color: #fff !important;
  border-color: #3eabb1 !important;
  border-radius: 6px;
}

.chip-label.torneo:hover {
  background-color: #d28425;
  color: #fff;
}

.chip-label.torneo.activa {
  background-color: #d28425 !important;
  color: #fff !important;
  border-color: #d28425 !important;
  border-radius: 6px;
}

.chip-label.otros:hover {
  background-color: #444;
  color: #fff;
}

.chip-label.otros.activa {
  background-color: #444 !important;
  color: #fff !important;
  border-color: #444 !important;
  border-radius: 6px;
}

.activity-label {
  margin-right: 5px;
  padding: 2px 5px;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.activity-label.activity-charlas {
  background-color: red;
}

.activity-label.type-charlas {
  margin-bottom: 5px;
  border-radius: 4px;
  background-color: #741822;
  color: #fff;
}

.activity-label.type-concursos {
  margin-bottom: 5px;
  border-radius: 4px;
  background-color: #5a7b30;
  color: #fff;
}

.activity-label.type-demos {
  margin-bottom: 5px;
  border-radius: 4px;
  background-color: rgb(255,255,255);
  color: #fff;
}

.activity-label.type-firmas {
  margin-bottom: 5px;
  border-radius: 4px;
  background-color: #8a1f6a;
  color: #fff;
}

.activity-label.type-podcasts {
  margin-bottom: 5px;
  border-radius: 4px;
  background-color: #7da439;
  color: #fff;
}

.activity-label.type-presentacion {
  margin-bottom: 5px;
  border-radius: 4px;
  background-color: #ac2f3c;
  color: #fff;
}

.activity-label.type-taller {
  margin-bottom: 5px;
  border-radius: 4px;
  background-color: #3eabb1;
  color: #fff;
}

.activity-label.type-torneo {
  margin-bottom: 5px;
  border-radius: 4px;
  background-color: #d28425;
  color: #fff;
}

.activity-label.type-otro {
  margin-bottom: 5px;
  border-radius: 4px;
  background-color: #444;
  color: #fff;
}

.activity-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.activity-box:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.activity-list {
  margin-top: 50px;
  grid-auto-flow: row;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.activity-name {
  margin-bottom: 4px;
  font-size: 1rem;
}

.activity-name.text-weight-bold {
  margin-bottom: 4px;
  color: #444;
  font-weight: 500;
}

.activity-name.text-weight-bold {
  font-weight: 700;
}

.activity-thumb {
  width: 35%;
  min-width: 35%!important;
  margin-right: 20px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  /*background-image: url('../images/foto2.png');*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.start-date-text {
  color: #6b6b6b;
  font-size: 0.9rem;
}

.start-date-text.text-weight-bold {
  font-weight: 700;
}

.organizer-text {
  color: #444;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
}

.organizer-text.text-weight-bold {
  font-weight: 700;
}

.activity-detail-organizer-name {
  display: block;
  margin-bottom: 16px;
  color: #3eabb1;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  width:100%;
}

.activities-labels-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.date-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.date-icon {
  margin-right: 8px;
}

.activities-list {
  margin-top: 0px;
  padding-top: 40px;
}

.activities-wrapper {
  width: 1140px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.activities-results-box {
  margin-bottom: 24px;
  background-color:rgb(255,255,255);
  border-radius: 8px;
  padding: 20px;
  transition: all 0.1s ease-in-out 0s;
}

.activities-results-text {
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
  text-align: left;
}

.container-view-more-activities {
  margin-top: 32px;
  margin-bottom: 64px;
}

.login-page.background-color-dark-medianoche {
  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;
}

.section-login-register {
  width: 360px;
  margin: auto;
}

.login-register-label {
  font-family: Poppins, sans-serif;
  color: #fff;
}

.login-register-info-text {
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
}

.login-register-input {
  height: 48px;
  margin-bottom: 24px;
  border-radius: 4px;
}

.login-register-link {
  color: #3eabb1;
  text-decoration: none;
}

.login-register-info-small-text {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 0.9rem;
}

.logo-interocio-login {
  color: #fff;
}

.text-block-5 {
  text-align: left;
}

.succes-text {
  font-family: Poppins, sans-serif;
  color: #5a7b30;
}

.login-register-password-input {
  height: 48px;
  margin-bottom: 16px;
  border-radius: 4px;
}

.error-text {
  font-family: Poppins, sans-serif;
  color: #741822;
  text-align: center;
}

.privacy-policy-box {
  margin-bottom: 16px;
}

.link {
  text-decoration: none;
}

.childs-free-text {
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 0.9rem;
}

.pricing-table-cell-kids {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 18px;
  padding-right: 20px;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #b8b8b8;
  border-radius: 1px;
  text-align: left;
}

.prize-text-kids.text-size-medium.text-weight-xbold {
  font-size: 1rem;
  font-weight: 600;
}

.discount-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.discount-text.text-size-medium.text-weight-xbold {
  margin-right: 8px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: line-through;
}

.section-subpage-title {
  margin-top: 100px;
  background-color: #f5f7fa;
}

.activities-list-copy {
  margin-top: 0px;
  padding-top: 40px;
}

.section-activity-detail {
  position: relative;
  margin-top: 100px;
  padding-top: 60px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  text-align: center;
}

.news-detail-titular.text-color-medianoche.text-align-left {
  font-size: 2.5rem;
}

.news-detail-titular.text-color-medianoche.text-align-left.margin-bottom.margin-medium {
  font-size: 2rem;
}

.news-detail-titular.text-color-medianoche.text-align-left.margin-bottom.margin-small {
  font-size: 2rem;
  letter-spacing: -0.6px;
}

.news-detail-entradilla {
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  color: rgb(161,49,0);

}

.news-detail-entradilla.margin-bottom.margin-small {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.news-detail-text {
  margin-bottom: 64px;
  font-family: Poppins, sans-serif;
  color: rgb(51,51,51);
  font-size: 0.9rem;
  text-align: left;
}

table .news-detail-text {
  margin-bottom: 64px;
  font-family: Poppins, sans-serif;
  color: rgb(51,51,51);
  font-size: 0.9rem;
  text-align: left;
}

.news-detail-fecha {
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  color:  rgb(51,51,51);
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}

.news-detail-image {
  height: 240px;
  background-image: url('../images/foto3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.each-day-text.text-size-medium.text-weight-xbold {
  margin-left: 8px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}

.user-logged-text {
  color: #00f3ff;
  font-size: 14px;
}
.user-logged-exit-text {
  color: #fbff00;
  font-size: 14px;
}
.user-logged-admin-text {
  color: #ffe4b2;
  font-size: 14px;
}

.user-logged {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  padding: 4px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #3eabb1;
  border-radius: 6px;
  background-color: #1c6266;
  cursor: pointer;
}

.user-logged-exit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  padding: 4px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgb(222,145,10);
  border-radius: 6px;
  background-color: rgb(161,49,0);
}
.user-logged-admin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  padding: 4px 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ec7009;
  border-radius: 6px;
  background-color: #a84912;
  
}

.user-logged:hover {
  border-color: #27d5df;
  background-color: #1a7d83;
  font-style: normal;
}

.user-logged-exit:hover {
  border-color: #ccce7c;
  background-color: #746534;
  font-style: normal;
}

.user-logged-admin:hover {
  border-color: #f3862c;
  background-color: #b46232;
  font-style: normal;
}

.image-6 {
  margin-right: 4px;
  margin-left: 0px;
}

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

.activity-detail-name.text-color-medianoche.text-align-left {
  font-size: 2.5rem;
}

.activity-detail-name.text-color-medianoche.text-align-left.margin-bottom.margin-small {
  font-size: 2.5rem;
  letter-spacing: -0.6px;
}

.section-activity-detail-copy {
  position: relative;
  margin-top: 100px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  text-align: center;
}

.news-wrapper {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.news-detail-box {
  margin-bottom: 24px;
}

.section-news-detail {
  position: relative;
  margin-top: 100px;
  padding-top: 60px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  text-align: center;
}

.section-news-detail-copy {
  position: relative;
  margin-top: 100px;
  padding-top: 60px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  text-align: center;
}

.activity-wrapper {
  width: 940px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
}

.activity-detail-image {
  width: 680px;
  height: 330px;
  margin-bottom: 32px;
  background-image: url('../images/foto3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.activity-detail-image.margin-bottom.margin-medium {
  width: 400px;
  height: 240px;
}

.activity-detail-description {
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  color: rgb(51,51,51);
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left;
}

.activity-detail-description.margin-bottom.margin-small {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.image-description-container {
  display: block;
  width: 680px;
  margin-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.activity-details-box {
  width: 250px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.activity-details-box:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.activity-details-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -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-top: 1px solid #c9c9c9;
  border-bottom: 1px none #c9c9c9;
}

.activity-detail-organizer {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.activity-detail-organizer.text-weight-bold {
  font-weight: 700;
}

.activity-details-date-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-icon {
  margin-right: 8px;
}

.activity-details-labels-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.activity-detail-organizer-image {
  position: static;
  width: 164px;
  height: 164px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  background-image: url('../images/lemon_games_logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.activity-details-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.activity-details-ws {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c9c9c9;
}

.activity-details-info-box {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 250px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #e4ebf3;
  border-radius: 8px;
  background-color: #f5f7fa;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: Poppins, sans-serif;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.activity-detail-organizer-box {
  margin-bottom: 24px;
}

.users-icon {
  margin-right: 8px;
}

.clients-wrapper-five {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clients-wrapper-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-sponsors-small {
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 64px;
  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;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.grid-5 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-sponsors-small {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  text-align: left;
}

.exponsor-container-small {
  width: 100px;
  height: 100px;
  background-image: url('../images/ludilo-logo.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.grid-sponsors-small-copy {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  text-align: left;
}

.exponsor-container-small-2 {
  width: 100px;
  height: 100px;
  background-image: url('../images/cayro_logo.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.exponsor-container-small-3 {
  width: 100px;
  height: 100px;
  background-image: url('../images/zacatrus-logo.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.exponsor-general-enlace {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin: 8px;
  -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;
  text-align: center;
  text-decoration: none;
}

.exponsor-general-image {
  width: 200px;
  height: 200px;
  margin-bottom: 12px;
  background-image: url('../images/masqueoca-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.exponsor-name {
  color: #3eabb1;
  font-weight: 600;
  text-decoration: none;
}

.exponsor-name:hover {
  color: rgb(255,255,255);
}

.text-block-7 {
  text-decoration: none;
}

.exponsor-asociado-enlace {
  width: 150px;
  margin: 8px;
  text-align: center;
  text-decoration: none;
}

.exponsor-asociado-image {
  width: 150px;
  height: 150px;
  margin-bottom: 12px;
  background-image: url('../images/masqueoca-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.exponsor-enlace {
  width: 120px;
  margin-top: 8px;
  margin-bottom: 32px;
  text-align: center;
  text-decoration: none;
}

.exponsor-image {
  width: 120px;
  height: 120px;
  margin-bottom: 12px;
  background-image: url('../images/masqueoca-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.exponsor-general-wrapper {
  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;
}

.exponsor-title {
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  color: rgb(255,255,255);
  font-size: 1.6rem;
  font-weight: 600;
}

.exponsor-asociado-wrapper {
  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;
}

.exponsor-wrapper {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.section-user-area {
  position: relative;
  padding-top: 0px;
  padding-bottom: 60px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  text-align: center;
}

.container-user-form {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-8 {
  text-align: left;
}

.input-user {
  text-align: left;
}

.input-user-form {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
}

.input-blocked {
  height: 48px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-radius: 8px;
  background-color: #f3f3f3;
}

.input-search-copy {
  height: 48px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-radius: 8px;
  background-color: #f3f3f3;
}

.input-user-field {
  height: 48px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-radius: 8px;
  background-color: #f3f3f3;
}

.tabs-content {
  margin-top: 24px;
}

.tabs {
  width: 940px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.tabs-menu-2 {
  text-align: left;
}

.area-personal-tabs {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #c9c9c9;
  background-color: #fff;
  text-align: left;
}

.area-personal-tab {
  width: 48%;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 30px;
  background-color: transparent;
}

.area-personal-tab.w--current {
  width: 48%;
  margin-right: 16px;
  margin-left: 16px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #3eabb1;
  border-radius: 20px;
  background-color: #c0dadb;
}

.area-personal-tab-title {
  color: rgb(255,255,255);
  font-weight: 500;
  text-align: center;
}

.section-exhibitor-detail {
  position: relative;
  margin-top: 100px;
  padding-top: 60px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  text-align: center;
}

.exhibitor-name-titular.text-color-medianoche.text-align-left {
  font-size: 2rem;
}

.exhibitor-name-titular.text-color-medianoche.text-align-left.margin-bottom.margin-medium {
  font-size: 2rem;
}

.exhibitor-name-titular.text-color-medianoche.text-align-left.margin-bottom.margin-small {
  font-size: 2rem;
  letter-spacing: -0.6px;
}

.exhibitor-web {
  margin-bottom: 24px;
  text-align: left;
}

.exhibitor-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 20px;
  -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: 1px solid #e4ebf3;
  border-radius: 8px;
  background-color: transparent;
}

.exhibitor-main-info {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.exhibitor-image-thumb {
  position: static;
  width: 120px;
  height: 120px;
  margin-right: 24px;
  background-image: url('../images/lemon_games_logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.exhibitor-social-networks-box {
  text-align: left;
}

.exhibitor-description {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-network-link {
  margin-right: 16px;
}

.exhibitor-stand-info {
  padding: 20px;
  border: 1px solid #e4ebf3;
  border-radius: 10px;
  background-color: #fff;
}

.exhibitor-stand-label {
  font-family: Poppins, sans-serif;
  color: #444;
}

.exhibitor-stand-number {
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
}

.activities-title-list {
  color: rgb(255,255,255);
  font-size: 1.8rem;
}

.activities-title-list.margin-bottom.margin-medium {
  font-size: 1.5rem;
  font-weight: 600;
}

.exhibitor-info-block {
  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-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;
}

.exhibitor-info-block.margin-bottom.margin-medium {
  width: 46%;
}

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

.section-intro-visitors {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e4ebf3;
  background-color: rgb(255,255,255);
}

.container-intro-visitors {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.location-section {
  position: relative;
  padding: 80px 30px;
  border-top: 1px solid #e4ebf3;
  border-bottom-style: none;
  border-bottom-width: 1px;
  color: #444;
}

.left-column-whatis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.left-column-whatis.margin-bottom.margin-medium {
  width: 46%;
}

.right-column-whatis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.right-column-whatis.margin-bottom {
  width: 50%;
}

.right-column-whatis.margin-bottom.margin-medium {
  width: 46%;
}

.map-wrapper {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.parking-text {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #b8b8b8;
  font-family: Poppins, sans-serif;
}

.parking-text.margin-vertical.margin-medium {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
}

.input-tickets {
  display: -ms-grid;
  display: grid;
  width: 49%;
  margin-top: 0px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
}

.form-title {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-align: left;
}

.div-block-5 {
  text-align: left;
}

.form-tickets {
  margin-top: 64px;
}

.parking-headings {
  margin-bottom: 8px;
  color: rgb(255,255,255);
  font-size: 1.25rem;
  font-weight: 600;
}

.parking-prize {
  font-size: 1.3rem;
}

.map-text {
  margin-bottom: 24px;
}

.map-text.margin-vertical.margin-medium {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.section-hotels {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e4ebf3;
}

.section-restaurants.padding-section-large {
  background-color: #f5f7fa;
}

.container-info-restaurants {
  display: block;
  width: 100%;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.things-to-know {
  color: #fff;
  font-size: 2rem;
}

.links-brighter {
  color: #00f3ff;
  font-weight: 600;
  text-decoration: none;
}

.links-brighter:hover {
  color: #3eabb1;
}

.things-to-know-list-item {
  margin-left: -20px;
  padding-left: 30px;
  background-image: url('../images/check.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  list-style-type: none;
}

.section-volunteers {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.volunteers-container {
  display: block;
  width: 940px;
  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;
}

.work-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.work-info.margin-bottom.margin-medium {
  width: 46%;
}

.volunteers-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.volunteer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.volunteer-info.margin-bottom.margin-medium {
  width: 46%;
}

.volunteers-headings {
  margin-bottom: 16px;
  color: rgb(255,255,255);
  font-size: 1.25rem;
  font-weight: 600;
}

.section-openinghours {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.openinghours-container {
  display: block;
  width: 940px;
  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;
  text-align: center;
}

.openingdays-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.opening-day {
  margin-bottom: 8px;
  color: #000;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

.opening-hours {
  color: #696969;
  font-size: 1.2rem;
}

.opening-day-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-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;
  text-align: center;
}

.opening-day-block.padding-medium.background-color-white {
  border-radius: 8px;
}

.section-security {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e4ebf3;
  background-color: rgb(255,255,255);
}

.security-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.securiry-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.securiry-info.margin-bottom.margin-medium {
  width: 46%;
}

.security-image {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
  display: block;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.security-image.margin-bottom.margin-medium {
  width: 46%;
}

.security-title.text-color-white {
  font-size: 2rem;
}

.security-text.text-color-white.margin-top.margin-medium {
  font-family: Poppins, sans-serif;
}

.security-list-item {
  margin-bottom: 1rem;
  margin-left: -20px;
  padding-left: 30px;
  background-image: url('../images/check.svg');
  background-position: 0% 3px;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  list-style-type: none;
}

.security-list {
  margin-top: 32px;
}

.image-8 {
  width: 80%;
}

.floating-image {
  position: static;
  top: 140px;
  width: 100%;
}

.button-important {
  padding: 0.75rem 1.5rem;
  border-radius: 40px;
  background-color: rgb(255,255,255);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.button-important:hover {
  background-color: #3eabb1;
}

.button-important.is-text {
  border: 2px solid transparent;
  background-color: transparent;
  color: #000;
}

.button-important.is-small {
  padding: 0.5rem 1.25rem;
}

.button-important.is-small.background-color-aqua:hover {
  background-color: rgb(101, 152, 181);
}

.button-important.is-large {
  padding: 1rem 2rem;
}

.button-important.is-secondary {
  border-style: solid;
  border-width: 2px 2px 0.125rem;
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.button-important.is-icon {
  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-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;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-decoration: none;
}

.button-important.is-icon.max-width-full-mobile-portrait.background-color-aqua {
  background-color: rgb(101, 152, 181);
}

.button-important.is-icon.max-width-full-mobile-portrait.background-color-aqua:hover {
  background-color: rgb(101, 152, 181);
}

.button-important.is-icon.text-link {
  padding-right: 0rem;
  padding-left: 0rem;
  border: 1px none #000;
  background-color: transparent;
  color: #3eabb1;
}

.button-important.is-icon.text-link:hover {
  color: rgb(255,255,255);
}

.button-important.max-width-full-mobile-portrait.background-color-aqua:hover {
  background-color: rgb(101, 152, 181);
}

.button-important.max-width-full-mobile-portrait.background-color-sol:hover {
  background-color: #d28425;
}

.button-important.is-login.background-color-aqua {
  width: 100%;
  margin-top: 8px;
}

.section-promotions {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.promotions-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.download-resource-box {
  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: 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;
  text-align: center;
}

.download-resource-box.padding-medium.background-color-white {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 8px;
}

.section-exhibitor-bonus {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  border: 1px none #000;
  background-color: rgb(255,255,255);
}

.services-title {
  color: #fff;
  font-size: 2rem;
}

.services-list-item {
  margin-bottom: 1rem;
  margin-left: -20px;
  padding-left: 30px;
  background-image: url('../images/check.svg');
  background-position: 0% 3px;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  list-style-type: none;
}

.services-subtitle {
  font-weight: 500;
}

.services-subtitle.text-color-white {
  font-size: 1.5rem;
}

.container-services {
  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-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;
}

.container-exhibitors-services {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.press-section {
  position: relative;
  padding: 80px 30px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  color: #444;
}

.press-text {
  margin-bottom: 24px;
}

.press-text.margin-vertical.margin-medium {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

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

.press-wrapper {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.section-downloads {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-photo-recordings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-photo-recordings.padding-custom1.background-color-aqua {
  border-radius: 8px;
  background-color: #3eabb1;
}

.container-photo-recordings.background-color-aqua {
  margin-top: 29px;
  padding: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  background-color: rgba(62, 171, 177, 0.2);
}

.resource-text-box {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #696969;
  font-size: 1.2rem;
}

.image-9 {
  max-width: 37%;
}

.section-contact {
  position: relative;
  padding-top: 0px;
  padding-bottom: 60px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  text-align: center;
}

.section-contacta {
  position: relative;
  padding: 80px 30px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  color: #444;
}

.contact-form {
  display: -ms-grid;
  display: grid;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto auto;
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
}

.area-blocked {
  min-height: 170px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  border-radius: 8px;
  background-color: #f3f3f3;
}

.contact-text {
  margin-bottom: 24px;
}

.contact-text.margin-vertical.margin-medium {
  width: 50%;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.container-services-full-width {
  display: block;
  margin-top: 2.5rem;
  -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;
}

.exhibitors-text-white {
  margin-top: 2rem;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.exhibitors-text-black {
  margin-bottom: 24px;
}

.exhibitors-text-black.margin-vertical.margin-medium {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.exhibitors-image-container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.exhibitors-info-wrapper {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 2.5rem;
  margin-left: auto;
}

.expositors-info-section {
  position: relative;
  padding: 80px 30px;
  border-top: 1px solid #e4ebf3;
  border-bottom-style: none;
  border-bottom-width: 1px;
  background-color: #f5f7fa;
  color: #444;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }
  .gato-volador{
    background-position: right 5px bottom 50%!important;
    background-repeat: no-repeat!important;
    background: none;
  }
  

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-top.margin-large {
    margin-top: 3rem;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .container-small {
    max-width: 730px;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button.is-small.background-color-aqua:hover {
    background-color: rgb(101, 152, 181);
  }

  .button.is-secondary:hover {
    background-color: #d6d6d6;
  }

  .button.is-icon.text-link.margin-top.margin-medium {
    margin-top: 0.5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-last-edition {
    max-width: 730px;
  }

  .hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .video-split {
    width: 100%;
  }

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-menu-three {
    display: inline-flex;
    flex-wrap: nowrap;
    margin-top: 10px;
    padding: 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    display: contents;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: rgba(161, 161, 181,0.7);
    color: #fff;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .section-sponsors {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-wrapper-two {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .container-data {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-data.margin-bottom.margin-xlarge {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .gallery-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .news-slide-item {
    width: 47%;
    margin-right: 6%;
  }

  .youtube {
    width: 100%;
  }

  .youtube.margin-bottom.margin-medium {
    width: 100%;
  }

  .hero-split {
    width: 100%;
    max-width: 100%;
  }

  .hero-split.margin-bottom.margin-medium {
    width: 100%;
  }

  .hero-text {
    width: 100%;
  }

  .testimonial-container {
    max-width: 728px;
  }

  .container-sponsors {
    display: block;
  }

  .container-hero {
    max-width: 730px;
  }

  .container-tickets-info {
    max-width: 730px;
  }

  .grid-pricing {
    -ms-grid-columns: 0.75fr 0.75fr 1fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr 1fr 0.75fr;
  }

  .grid-top-sticky {
    -ms-grid-columns: 0.75fr 0.75fr 1fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr 1fr 0.75fr;
  }

  .pricing-top {
    padding-right: 20px;
    border-top: 1px solid #b8b8b8;
    border-radius: 1px;
  }

  .container {
    max-width: 730px;
  }

  .icon {
    color: #fff;
  }

  .links {
    font-weight: 600;
  }

  .container-create-user.padding-custom1.background-color-aqua {
    max-width: 730px;
  }

  .container-tickets {
    max-width: 730px;
  }

  .container-news {
    max-width: 730px;
  }

  .ticket-day-text {
    font-size: 1.2rem;
    font-weight: 700;
  }

  .container-tickets-shop {
    margin-bottom: 2rem;
  }

  .ticket-days-description {
    padding-bottom: 2px;
  }

  .ticket-shop-text {
    max-width: 300px;
  }

  .ticket-days-description-discount {
    padding-right: 6px;
    padding-left: 6px;
    border-radius: 4px;
    font-weight: 700;
  }

  .exhibitor-container {
    width: 730px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .exhibitor-info {
    width: 100%;
    max-width: 100%;
  }

  .exhibitor-info.margin-bottom.margin-medium {
    width: 100%;
  }

  .exhibitor-image {
    width: 100%;
  }

  .container-last-edition-copy {
    max-width: 730px;
  }

  .container-logo-header {
    max-width: 730px;
  }

  .container-legal-text {
    max-width: 730px;
  }

  .container-2 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-carrusel {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .carrusel-actividades {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-interocio-whatis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .page-title-text.text-color-medianoche {
    font-size: 3rem;
  }

  .section-news-list {
    padding-top: 40px;
  }

  .grid-3 {
    margin-top: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-search-activities {
    max-width: 730px;
  }

  .chip {
    margin-bottom: 8px;
  }

  .activity-box {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .activity-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .activity-name {
    text-align: left;
  }

  .activity-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 140px;
  }

  .activity-content {
    margin-left: 20px;
  }

  .activities-list {
    padding-right: 15px;
    padding-left: 15px;
  }

  .activities-wrapper {
    width: 100%;
    margin-left: auto;
  }

  .activities-list-copy {
    padding-top: 16px;
  }

  .section-activity-detail {
    padding-right: 20px;
    padding-left: 20px;
  }

  .news-detail-titular.text-color-medianoche.text-align-left.margin-bottom.margin-medium {
    font-size: 1.8rem;
  }

  .news-detail-titular.text-color-medianoche.text-align-left.margin-bottom.margin-small {
    font-size: 1.8rem;
  }

  .news-detail-entradilla.margin-bottom.margin-small {
    letter-spacing: -0.2px;
  }

  .news-wrapper {
    width: 100%;
  }

  .section-news-detail {
    padding-top: 24px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .activity-wrapper {
    width: 100%;
  }

  .activity-detail-image {
    width: 100%;
    height: 270px;
  }

  .activity-detail-description.margin-bottom.margin-small {
    letter-spacing: -0.2px;
  }

  .image-description-container {
    width: 480px;
  }

  .activity-details-box {
    width: 260px;
  }

  .activity-detail-organizer-image {
    background-position: 50% 50%;
    background-size: contain;
  }

  .activity-details-info-box {
    width: 240px;
  }

  .clients-wrapper-five {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container-sponsors-small {
    display: block;
    grid-auto-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 36px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .exponsor-container-small {
    width: 100%;
    height: auto;
  }

  .exponsor-container-small-2 {
    width: 100%;
    height: auto;
  }

  .exponsor-container-small-3 {
    width: 100%;
    height: 100px;
  }

  .exponsor-general-enlace {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .exponsor-asociado-enlace {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .exponsor-asociado-image {
    width: 120px;
    height: 120px;
  }

  .exponsor-enlace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 24px;
    -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;
    text-align: center;
  }

  .exponsor-image {
    width: 100px;
    height: 100px;
  }

  .exponsor-asociado-wrapper {
    max-width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .exponsor-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: left;
  }

  .section-user-area {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-user-form {
    max-width: 730px;
  }

  .tabs {
    width: 100%;
  }

  .area-personal-tabs {
    text-align: center;
  }

  .area-personal-tab {
    width: 45%;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .area-personal-tab.w--current {
    width: 45%;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px none rgb(255,255,255);
    border-radius: 40px;
  }

  .area-personal-tab-title {
    text-align: center;
  }

  .section-exhibitor-detail {
    padding-top: 32px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .exhibitor-name-titular.text-color-medianoche.text-align-left.margin-bottom.margin-medium {
    font-size: 1.8rem;
  }

  .exhibitor-name-titular.text-color-medianoche.text-align-left.margin-bottom.margin-small {
    font-size: 1.8rem;
  }

  .exhibitor-image-thumb {
    background-position: 50% 50%;
    background-size: contain;
  }

  .exhibitor-description {
    width: 100%;
  }

  .section-exibitor-activities {
    padding-right: 20px;
    padding-left: 20px;
  }

  .exhibitor-info-block {
    width: 100%;
    max-width: 100%;
  }

  .exhibitor-info-block.margin-bottom.margin-medium {
    width: 100%;
  }

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

  .container-intro-visitors {
    max-width: 730px;
  }

  .location-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .left-column-whatis {
    width: 100%;
    max-width: 100%;
  }

  .left-column-whatis.margin-bottom.margin-medium {
    width: 100%;
  }

  .right-column-whatis {
    width: 100%;
  }

  .right-column-whatis.margin-bottom {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .map-wrapper {
    max-width: 730px;
  }

  .links-brighter {
    font-weight: 600;
  }

  .volunteers-container {
    width: 730px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .work-info {
    width: 100%;
    max-width: 100%;
  }

  .work-info.margin-bottom.margin-medium {
    width: 100%;
  }

  .volunteers-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .volunteer-info {
    width: 100%;
    margin-top: 40px;
    padding-left: 0px;
  }

  .openinghours-container {
    width: 730px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .image-7 {
    text-align: left;
  }

  .security-container {
    width: 730px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .securiry-info {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .securiry-info.margin-bottom.margin-medium {
    width: 100%;
  }

  .security-image {
    width: 80%;
    padding-right: 32px;
  }

  .floating-image {
    width: 100%;
  }

  .button-important.is-small.background-color-aqua:hover {
    background-color: rgb(101, 152, 181);
  }

  .button-important.is-secondary:hover {
    background-color: #d6d6d6;
  }

  .button-important.is-icon.text-link.margin-top.margin-medium {
    margin-top: 0.5rem;
  }

  .services-list-item {
    margin-bottom: 0rem;
  }

  .container-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .container-exhibitors-services {
    max-width: 730px;
  }

  .press-wrapper {
    max-width: 730px;
  }

  .container-photo-recordings.padding-custom1.background-color-aqua {
    max-width: 730px;
  }

  .section-contact {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-contacta {
    padding-top: 24px;
  }

  .contact-form {
    width: 100%;
  }

  .contact-text.margin-vertical.margin-medium {
    width: 100%;
  }

  .container-services-full-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .exhibitors-info-wrapper {
    max-width: 730px;
  }

  .expositors-info-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  h4 {
    font-size: 1.3rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-top.margin-large {
    margin-top: 2rem;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .container-small {
    padding-right: 14px;
    padding-left: 15px;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-color-white.margin-bottom.margin-medium {
    max-width: 520px;
  }

  .fs-styleguide_section-header {
    font-size: 0.875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: 0.75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version {
    font-size: 0.875rem;
  }

  .heading-style-h5 {
    font-size: 0.875rem;
  }

  .button.is-small.background-color-aqua {
    margin-top: 10px;
  }

  .text-size-medium.text-color-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0rem;
  }

  .home-message_content {
    border-radius: 0rem;
  }

  .section-hero {
    padding: 60px 15px;
  }

  .hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .video-split {
    width: 100%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu-two {
    height: auto;
    min-height: 100%;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 40px;
    -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;
    border-radius: 0px;
    background-color: rgb(49, 56, 64);
  }

  .nav-link {
    display: contents!important;
    margin-left: 4px!important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 4px!important;
    font-size: 14px;
  }

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -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;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 20px;
  }

  .nav-dropdown-icon {
    padding-left: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    display: contents;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .section-testimonial {
    padding: 60px 15px;
  }

  .testimonial-slide {
    padding: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-content {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    margin-bottom: -20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .clients-image {
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
  }

  .section-sponsors {
    padding: 60px 15px;
  }

  .logos-asociados {
    margin-right: 20px;
    margin-left: 20px;
  }

  .logos-asociados-small {
    margin-right: 20px;
    margin-left: 20px;
  }

  .footer-light {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .section-last-edition {
    padding: 60px 15px;
  }

  .container-data {
    margin-bottom: -40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-data.margin-bottom.margin-xlarge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .features-block.padding-medium.background-color-white {
    width: 48%;
    margin-bottom: 10px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-right: 10px;
    margin-left: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .section-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-legal-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .youtube {
    width: 100%;
  }

  .hero-split {
    width: 100%;
  }

  .hero-split.margin-bottom.margin-medium {
    width: 100%;
  }

  .hero-text {
    width: 100%;
  }

  .container-sponsors {
    display: block;
    justify-items: center;
    grid-auto-columns: 1fr ;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .faq1_icon {
    width: 1.75rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .gallery-last-edition-grid.margin-top.margin-xlarge {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-tickets.padding-section-large {
    padding-right: 15px;
    padding-left: 15px;
  }

  .pricing-grid-wrapper-mobile {
    display: block;
  }

  .pricing-table-cell {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-top: 1px none rgb(255,255,255);
  }

  .tab-standard {
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: transparent;
    color: #fff;
    text-align: center;
  }

  .tab-standard.w--current {
    padding-bottom: 20px;
    border-color: transparent transparent #f19228;
    border-bottom-width: 5px;
    border-radius: 0px;
    background-color: transparent;
    text-align: center;
  }

  .help {
    display: none;
  }

  .pricing-wrapper {
    display: none;
  }

  .title {
    color: rgba(0, 0, 0, 0.5);
  }

  .tab-panel {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 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-bottom: 1px solid #b8b8b8;
    border-radius: 1px;
    background-color: #f5f7fa;
  }

  .mobile-pricing {
    margin-top: 0px;
    margin-bottom: 4px;
    color: #000;
    font-size: 16px;
  }

  .pricing-grid-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .pricing-line-break {
    margin-top: 0px;
  }

  .ticket-days {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
  }

  .ticket-type-text {
    font-size: 1.3rem;
  }

  .ticket-age {
    font-size: 1.1rem;
  }

  .pricing-table-age-cell {
    border-top: 1px none rgb(255,255,255);
  }

  .container-create-user.padding-custom1.background-color-aqua {
    -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;
  }

  .container-create-user.background-color-aqua {
    -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;
  }

  .container-create-user-image {
    margin-bottom: 20px;
  }

  .container-create-user-text {
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 20px;
  }

  .container-tickets {
    max-width: 730px;
  }

  .container-sponsors-big {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wrapper-icon-and-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-tickets-shop {
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ticket-shop-text {
    margin-bottom: 1rem;
    text-align: center;
  }

  .ticket-days-discount {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 2px 4px;
    border-bottom: 1px none #000;
    border-radius: 4px;
    background-color: #b8095d;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }

  .section-exhibitors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .exhibitor-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .exhibitor-info {
    width: 100%;
  }

  .exhibitor-info.margin-bottom.margin-medium {
    width: 100%;
  }

  .exhibitor-image {
    width: 100%;
  }

  .header-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .col {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col.small {
    width: 100%;
  }

  .spacer-60 {
    height: 40px;
  }

  .container-2 {
    width: 100%;
  }

  .marquee-cover-horizontal {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, hsla(0, 0%, 100%, 0)), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, #fff), linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 30%);
  }

  .flex-horizontal.flip-svp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-secondary {
    font-size: 24px;
  }

  .container-carrusel {
    width: 100%;
  }

  .marquee-cover-horizontal-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, hsla(0, 0%, 100%, 0)), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, #fff), linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 30%);
  }

  .carrusel-actividades {
    width: 100%;
  }

  .news-titular.text-color-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .container-interocio-whatis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-title-text.text-color-medianoche {
    font-size: 2.5rem;
  }

  .section-news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 15px 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid-3 {
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-activities-list {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-search-activities {
    max-width: 530px;
  }

  .input-search-box {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .container-chips {
    display: block;
    align-items: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .activity-label.type-taller {
    background-color: #3eabb1;
  }

  .activity-label.type-torneo {
    background-color: #d28425;
  }

  .activity-label.type-otro {
    background-color: #d30b97;
  }

  .activity-box {
    margin-bottom: 0px;
  }

  .activity-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .activity-name.text-weight-bold {
    font-weight: 600;
  }

  .activity-name.text-color-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .activity-thumb {
    width: 100%;
    height: 140px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }

  .activity-content {
    margin-right: 20px;
  }

  .start-date-text.text-color-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .organizer-text.text-color-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .activity-detail-organizer-name {
    margin-bottom: 16px;
    text-align: left;
    text-decoration: none;
  }

  .activities-wrapper {
    width: 100%;
  }

  .pricing-table-cell-kids {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-top: 1px none rgb(255,255,255);
  }

  .prize-text-kids {
    font-weight: 700;
    text-align: right;
  }

  .section-activity-detail {
    display: block;
    padding-top: 32px;
    padding-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .news-detail-titular.text-color-medianoche.text-align-left.margin-bottom.margin-medium {
    font-size: 1.8rem;
  }

  .news-detail-entradilla.margin-bottom.margin-small {
    letter-spacing: -0.2px;
  }

  .user-logged {
    margin-top: 20px;
    margin-left: 0px;
  }

  .section-activity-detail-copy {
    display: block;
    padding-top: 0px;
    padding-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-news-detail {
    display: block;
    padding-top: 24px;
    padding-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-news-detail-copy {
    display: block;
    padding-top: 0px;
    padding-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .activity-detail-description.margin-bottom.margin-small {
    letter-spacing: -0.2px;
  }

  .image-description-container {
    width: 100%;
  }

  .activity-detail-organizer.text-color-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .activity-detail-organizer-image {
    background-position: 50% 50%;
    background-size: contain;
  }

  .activity-details-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .activity-details-info-box {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    padding: 16px;
    -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;
  }

  .activity-detail-organizer-box {
    width: 160px;
    margin-right: 32px;
    margin-bottom: 0px;
  }

  .activity-detail-info-blabla {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clients-wrapper-five {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .clients-wrapper-small {
    margin-bottom: -30px;
  }

  .container-sponsors-small {
    justify-items: center;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-sponsors-small-copy {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .exponsor-general-enlace {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .exponsor-general-image {
    width: 160px;
    height: 160px;
  }

  .exponsor-general-wrapper {
    text-align: center;
  }

  .exponsor-asociado-wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    text-align: center;
  }

  .exponsor-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-user-area {
    display: block;
    padding: 0px 0px 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-user-form {
    max-width: 530px;
  }

  .input-user-form {
    margin-top: 0px;
    margin-bottom: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs {
    width: 100%;
  }

  .area-personal-tab {
    width: 45%;
  }

  .section-exhibitor-detail {
    display: block;
    padding-top: 32px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .exhibitor-name-titular.text-color-medianoche.text-align-left {
    font-size: 1.5rem;
  }

  .exhibitor-name-titular.text-color-medianoche.text-align-left.margin-bottom.margin-medium {
    font-size: 1.8rem;
  }

  .exhibitor-web {
    margin-bottom: 10px;
  }

  .exhibitor-image-thumb {
    width: 100px;
    height: 99px;
    background-position: 50% 50%;
    background-size: contain;
  }

  .exhibitor-description {
    width: 100%;
  }

  .exhibitor-info-block {
    width: 100%;
  }

  .exhibitor-info-block.margin-bottom.margin-medium {
    width: 100%;
  }

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

  .section-intro-visitors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .location-section {
    display: block;
    padding: 32px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .left-column-whatis {
    width: 100%;
  }

  .left-column-whatis.margin-bottom.margin-medium {
    width: 100%;
  }

  .right-column-whatis {
    width: 100%;
  }

  .right-column-whatis.margin-bottom {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .input-tickets {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-hotels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-restaurants.padding-section-large {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-volunteers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .volunteers-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .work-info {
    width: 100%;
  }

  .work-info.margin-bottom.margin-medium {
    width: 100%;
  }

  .volunteers-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .volunteer-info {
    width: 100%;
    margin-top: 24px;
    padding-left: 0px;
  }

  .section-openinghours {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .openinghours-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .opening-day {
    font-size: 22px;
  }

  .opening-hours {
    font-size: 1rem;
  }

  .opening-day-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .opening-day-block.padding-medium.background-color-white {
    width: 100%;
    margin-bottom: 10px;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-security {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .security-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .securiry-info {
    width: 100%;
  }

  .securiry-info.margin-bottom.margin-medium {
    width: 100%;
  }

  .security-image {
    width: 80%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .button-important.is-small.background-color-aqua {
    margin-top: 10px;
  }

  .button-important.background-color-medianoche.max-width-full-mobile-portrait.margin-left-important {
    margin-left: 50px;
  }

  .section-promotions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .promotions-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .download-resource-box {
    width: 50%;
    margin-bottom: 40px;
  }

  .download-resource-box.padding-medium.background-color-white {
    width: 80%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .section-exhibitor-bonus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-list-item {
    margin-bottom: 1rem;
  }

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

  .press-section {
    display: block;
    padding: 60px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-downloads {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-photo-recordings.padding-section-large {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-photo-recordings.padding-custom1.background-color-aqua {
    -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;
  }

  .container-photo-recordings.background-color-aqua {
    -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;
  }

  .resource-text-box {
    font-size: 1rem;
  }

  .section-contact {
    display: block;
    padding: 0px 0px 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-contacta {
    display: block;
    padding: 0px 15px 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contact-form {
    margin-top: 0px;
    margin-bottom: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .container-services-full-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .expositors-info-section {
    display: block;
    padding: 32px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .container-small {
    max-width: 48rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-color-white.margin-bottom.margin-medium {
    max-width: 280px;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-align-center.text-size-medium.max-width-full {
    font-size: 1rem;
  }

  .button.is-icon.text-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button.is-icon.text-link.margin-top.margin-medium {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .button.background-color-medianoche.max-width-full-mobile-portrait {
    margin-left: 0px;
  }

  .button.background-color-medianoche.max-width-full-mobile-portrait.margin-left-important {
    margin-left: 0px;
  }

  .container-last-edition {
    max-width: none;
  }

  .nav-menu-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-card-three {
    padding-right: 24px;
    padding-left: 24px;
  }

  .testimonial-info-four {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 18px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .clients-image {
    margin-right: 10px;
    margin-left: 10px;
  }

  .clients-wrapper-three {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logos-asociados {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .logos-asociados-small {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .footer-wrapper-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .container-data.margin-bottom.margin-xlarge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .features-block.padding-medium.background-color-white {
    width: 80%;
    margin-bottom: 0px;
  }

  .gallery-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .news-slide-item {
    width: 100%;
    margin-right: 0%;
  }

  .youtube.margin-bottom.margin-medium {
    width: 100%;
  }

  .testimonial-container {
    max-width: none;
  }

  .container-sponsors {
    max-width: none;
    grid-template-areas: "."
      "."
      "Area";
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .container-hero {
    max-width: none;
  }

  .text-color-medianoche {
    margin-bottom: 0.7rem;
  }

  .gallery-last-edition-grid.margin-top.margin-xlarge {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-tickets-info {
    max-width: 100%;
  }

  .pricing-table-cell {
    padding-right: 0px;
  }

  .tab-standard {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    border-color: #b8b8b8;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
  }

  .tab-standard.w--current {
    width: 100%;
    margin-bottom: 0px;
    border-color: #b8b8b8 #b8b8b8 #b8b8b8 #f19228;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-width: 8px;
    border-radius: 8px;
    background-color: #fff;
  }

  .tab-panel {
    margin-top: 0px;
  }

  .tabs-menu {
    margin-right: -20px;
    margin-left: -20px;
    padding: 10px 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f5f7fa;
  }

  .mobile-pricing {
    font-size: 18px;
    text-align: left;
  }

  .ticket-days {
    text-align: left;
  }

  .ticket-type-text {
    font-size: 1.2rem;
  }

  .ticket-age {
    font-size: 1rem;
  }

  .pricing-table-age-cell {
    padding-left: 0px;
  }

  .container-create-user.padding-custom1.background-color-aqua {
    -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;
  }

  .container-create-user.background-color-aqua {
    -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;
  }

  .container-create-user-image {
    width: 48px;
  }

  .container-create-user-text {
    margin-bottom: 20px;
    margin-left: 0px;
    text-align: center;
  }

  .container-create-user-text.max-width-full.margin-left.margin-small {
    margin-left: 0rem;
  }

  .container-news {
    max-width: none;
  }

  .container-sponsors-big {
    display: block;
    max-width: 100%!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr 1fr ;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .wrapper-icon-and-text {
    -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;
  }

  .container-counter {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
  }

  .container-tickets-shop {
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph {
    margin-bottom: 1rem;
  }

  .ticket-shop-text {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    text-align: center;
  }

  .ticket-days-discount {
    max-width: 141px;
    padding-right: 6px;
    padding-left: 6px;
    font-weight: 500;
    text-align: left;
  }

  .exhibitor-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-last-edition-copy {
    max-width: none;
  }

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

  .divider-text.text-color-white.text-weight-medium {
    display: none;
    overflow: visible;
  }

  .divider-text.text-color-aqua {
    display: none;
  }

  .container-date {
    margin-bottom: 5px;
  }

  .value-proposition-item {
    background-position: 0% 9%;
  }

  .container-logo-header {
    max-width: none;
  }

  .container-legal-text {
    max-width: none;
  }

  .legal-title.text-size-medium.max-width-full {
    font-size: 1rem;
  }

  .legal-text.text-size-medium.max-width-full {
    font-size: 1rem;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .container-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }

  .container-carrusel {
    padding-right: 15px;
    padding-left: 15px;
  }

  .marquee-horizontal-large-2 {
    height: 190px;
  }

  .carrusel-actividades {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-page-title.padding-section-small {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-title-text.text-color-medianoche {
    font-size: 2.2rem;
  }

  .section-news-list {
    padding-top: 24px;
  }

  .grid-3 {
    margin-top: 0px;
  }

  .section-activities-list {
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .select-search-activity {
    width: 100%;
    margin-bottom: 16px;
  }

  .input-search-box {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .container-selects-seach {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .chip {
    margin-bottom: 12px;
  }

  .activity-label {
    float: left;
    clear: none;
  }

  .activity-label.type-concursos {
    clear: none;
  }

  .activity-label.type-demos {
    margin-bottom: 5px;
  }

  .activity-box {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .activity-name {
    text-align: left!important;
  }

  .activity-name.text-weight-bold {
    text-align: left;
  }

  .activity-thumb {
    width: 100%;
    margin-right: 0px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .activity-content {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .activity-detail-organizer-name {
    text-align: center;
  }

  .activities-labels-block {
    display: block;
    margin-bottom: 0px;
  }

  .activities-list {
    padding-top: 24px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .activities-wrapper {
    width: 100%;
  }

  .section-login-register {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .pricing-table-cell-kids {
    padding-right: 0px;
  }

  .activities-list-copy {
    padding-top: 16px;
  }

  .section-activity-detail {
    margin-top: 100px;
    padding: 24px 15px;
  }

  .news-detail-titular.text-color-medianoche.text-align-left.margin-bottom.margin-medium {
    font-size: 1.6rem;
  }

  .news-detail-titular.text-color-medianoche.text-align-left.margin-bottom.margin-small {
    font-size: 1.6rem;
  }

  .news-detail-entradilla.margin-bottom.margin-small {
    font-size: 1rem;
    letter-spacing: -0.3px;
  }

  .news-detail-text {
    font-size: 0.9rem;
  }

  .news-detail-fecha {
    margin-bottom: 24px;
    font-size: 0.9rem;
  }

  .activity-detail-name.text-color-medianoche.text-align-left.margin-bottom.margin-small {
    font-size: 2rem;
  }

  .section-activity-detail-copy {
    margin-top: 100px;
    padding-top: 0px;
  }

  .section-news-detail {
    margin-top: 100px;
    padding-top: 16px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-news-detail-copy {
    margin-top: 100px;
    padding-top: 0px;
  }

  .activity-detail-description {
    margin-bottom: 0px;
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
  }

  .activity-detail-description.margin-bottom.margin-small {
    font-size: 1rem;
    letter-spacing: -0.3px;
  }

  .image-description-container {
    width: 100%;
  }

  .activity-details-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .activity-details-content {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .activity-details-labels-block {
    display: block;
    min-height: 22px;
    margin-bottom: 24px;
  }

  .activity-details-blocks {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: left;
  }

  .activity-details-ws {
    padding-right: 0px;
    padding-left: 0px;
  }

  .activity-details-info-box {
    width: 100%;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .activity-detail-organizer-box {
    width: 100%;
  }

  .activity-detail-info-blabla {
    width: 100%;
    margin-left: 0px;
  }

  .users-icon {
    margin-right: 8px;
  }

  .clients-wrapper-five {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    justify-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .clients-wrapper-small {
    display: -ms-grid;
    display: grid;
    margin-bottom: 0px;
    justify-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-sponsors-small {
    max-width: none;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-sponsors-small-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .exponsor-general-enlace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -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;
    text-align: center;
  }

  .exponsor-name {
    overflow: visible;
  }

  .exponsor-asociado-enlace {
    margin-right: 0px;
    margin-left: 0px;
    width: 23%;
    margin: 8px;
    }

  .exponsor-asociado-image {
    width: 80px;
    left: 12px;
  }

  .exponsor-enlace {
    margin-bottom: 16px;
  }

  .exponsor-image {
    width: 100px;
    height: 100px;
  }

  .exponsor-general-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .exponsor-asociado-wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr 1fr 1fr 1fr;
    grid-co
    grid-column-gap: 1px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
  }

  .exponsor-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr 1fr ;
    grid-template-columns: 1fr 1fr 1fr ;
    text-align: center;
  }

  .section-user-area {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .input-user-form {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .tabs-content {
    margin-top: 24px;
  }

  .tabs {
    width: 100%;
  }

  .area-personal-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px none #444;
  }

  .area-personal-tab {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .area-personal-tab.w--current {
    padding-right: 10px;
    border-bottom-color: rgb(255,255,255);
  }

  .area-personal-tab-title {
    text-align: center;
  }

  .section-exhibitor-detail {
    margin-top: 100px;
    padding: 24px 15px;
  }

  .exhibitor-name-titular.text-color-medianoche.text-align-left {
    margin-bottom: 0.2rem;
    font-size: 1.8rem;
    text-align: center;
  }

  .exhibitor-name-titular.text-color-medianoche.text-align-left.margin-bottom.margin-medium {
    font-size: 1.6rem;
  }

  .exhibitor-name-titular.text-color-medianoche.text-align-left.margin-bottom.margin-small {
    font-size: 1.6rem;
  }

  .exhibitor-web {
    margin-bottom: 24px;
    text-align: center;
  }

  .exhibitor-header {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .exhibitor-image-thumb {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .exhibitor-social-networks-box {
    margin-bottom: 24px;
    text-align: center;
  }

  .exhibitor-description {
    width: 100%;
  }

  .social-network-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .section-exibitor-activities {
    padding-right: 15px;
    padding-left: 15px;
  }

  .exhibitor-stand-info {
    width: 100%;
  }

  .exhibitor-stand-number {
    font-size: 2.2rem;
  }

  .exhibitor-info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .container-intro-visitors {
    max-width: none;
  }

  .location-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .map-wrapper {
    max-width: none;
  }

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

  .work-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .volunteers-box {
    -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;
  }

  .openinghours-container {
    width: 100%;
  }

  .openingdays-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .opening-day {
    line-height: 24px;
  }

  .opening-day-block.padding-medium.background-color-white {
    width: 100%;
    margin-bottom: 0px;
  }

  .securiry-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-important.is-icon.text-link.margin-top.margin-medium {
    text-align: left;
  }

  .button-important.background-color-medianoche.max-width-full-mobile-portrait {
    margin-left: 0px;
  }

  .button-important.background-color-medianoche.max-width-full-mobile-portrait.margin-left-important {
    margin-left: 0px;
  }

  .promotions-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .download-resource-box.padding-medium.background-color-white {
    width: 100%;
    margin-bottom: 0px;
  }

  .services-list-item {
    width: 100%;
  }

  .container-exhibitors-services {
    max-width: none;
  }

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

  .press-wrapper {
    max-width: none;
  }

  .container-photo-recordings.padding-custom1.background-color-aqua {
    -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;
  }

  .container-photo-recordings.background-color-aqua {
    -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;
  }

  .section-contact {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-contacta {
    padding-top: 0px;
  }

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

  .exhibitors-info-wrapper {
    max-width: none;
  }

  .expositors-info-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

#w-node-_82c902da-f11e-6089-9ebf-82a270b24405-5c76452c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b845867-ccab-7e27-f362-55563f373370-5c76452c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_81f2549a-d1c8-ffbe-0828-0e1eedcce152-5c76452c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0c472ba4-ce88-4878-bf8b-c380527c12df-5c76452c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bec7a1e2-cfd4-1c5f-e3f6-a72ade4f3f3e-5c76452c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_74ce0739-b759-11de-a839-8d449d49a38d-5c76452c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_388073bb-bfd7-d61b-8115-00cd21e97491-5c76452c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_388073bb-bfd7-d61b-8115-00cd21e97498-5c76452c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_388073bb-bfd7-d61b-8115-00cd21e974a1-5c76452c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_388073bb-bfd7-d61b-8115-00cd21e974d4-5c76452c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-3376452f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-3376452f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-3376452f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-3376452f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-3376452f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-3376452f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dcd29767-d707-fcb5-b505-c57454892ce4-3376452f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e3337ceb-0ac3-326d-7fac-379f17bb5e07-3376452f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-3376452f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-3376452f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-3376452f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-3376452f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-3376452f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_82c902da-f11e-6089-9ebf-82a270b24405-c060f0fa {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b845867-ccab-7e27-f362-55563f373370-c060f0fa {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_81f2549a-d1c8-ffbe-0828-0e1eedcce152-c060f0fa {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0c472ba4-ce88-4878-bf8b-c380527c12df-c060f0fa {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bec7a1e2-cfd4-1c5f-e3f6-a72ade4f3f3e-c060f0fa {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_74ce0739-b759-11de-a839-8d449d49a38d-c060f0fa {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_388073bb-bfd7-d61b-8115-00cd21e97491-c060f0fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_388073bb-bfd7-d61b-8115-00cd21e97498-c060f0fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_388073bb-bfd7-d61b-8115-00cd21e974a1-c060f0fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_388073bb-bfd7-d61b-8115-00cd21e974d4-c060f0fa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-e909c368-d120-8664-4004-adef04f3fbb6-128697be {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a249e0f3-424e-1864-b1a3-b8ab997090cb-aa440ba5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_98b7d771-dc4e-37eb-ee97-647efc1870fc-aa440ba5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

/* add custom cursor */
  .logos-generales{
    max-width: 30%!important;
  }
  .logos-asociados{
    max-width: 19%!important;
  }
  .logos-asociados-small{
    max-width: 50%!important;
  }
  .exponsor-general-image{
    max-width: 90%!important;
  }
  .exponsor-image{
    width: 100%!important;
    
  }

  .section-secondary-sponsors {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contenedor-grid-nivel-2 {
    display: block;
    width: 100%;
    max-width: 940px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contenedor-grid-nivel-1 {
    display: block;
    width: 100%;
    max-width: 940px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contenedor-grid-nivel-3 {
    display: block;
    width: 100%;
    max-width: 940px;
    margin-right: auto;
    margin-bottom: 32px;
    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;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .contenedor-grid-nivel-4 {
    display: block;
    width: 100%;
    max-width: 940px;
    margin-right: auto;
    margin-bottom: 0px;
    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;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .grid-nivel-1 {
    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;
  }
  .grid-nivel-2 {
    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;
  }
  .grid-nivel-3 {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }
  .grid-nivel-4 {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }
  .enlace-nivel-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    margin: 0px;
    padding: 32px;
    -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;
    border: 1px solid #e4ebf3;
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
  }
  
  .imagen-nivel-1 {
    width: 200px;
    height: 200px;
    margin-bottom: 12px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left:auto; 
    margin-right:auto;
  }
  
  .nombre-nivel-1 {
    color: #3eabb1;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
  }
  .enlace-nivel-2 {
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
    width: 200px;
    margin: 0px;
    padding: 24px;
    border: 1px solid #e4ebf3;
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    width: 200px;
    margin: 0px;
    padding: 24px;
    border: 1px solid #e4ebf3;
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
  }
  
  .imagen-nivel-2 {
    width: 150px;
    height: 150px;
    margin-bottom: 12px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left:auto; 
    margin-right:auto;
  }
  .nombre-nivel-2 {
    color: #3eabb1;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
  }
  
  .enlace-nivel-3 {
    width: 180px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 16px 24px;
    border: 1px solid #c7d5e5;
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
  }
  
  .imagen-nivel-3 {
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left:auto; 
    margin-right:auto;
  }
  .nombre-nivel-3 {
    color: #3eabb1;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
  }
  .enlace-nivel-4 {
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    border-color: rgb(228, 235, 243);
    border-radius: 16px;
    font-family: Poppins, sans-serif;
    width: 180px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 16px;
    text-align: center;
    text-decoration: none;
  }
  .nombre-nivel-4 {
    color: #3eabb1;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
  }
  .imagen-nivel-4 {
    width: 100px;
    height: 100px;
    margin-bottom: 12px;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left:auto; 
    margin-right:auto;
  }
  .section-secondary-sponsors {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-main-sponsors {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgb(228,231,237)    }
    
  
  @media screen and (max-width: 991px) {
    .section-main-sponsors {
      padding-right: 20px;
      padding-left: 20px;
    }
      .section-secondary-sponsors {
      padding-right: 20px;
      padding-left: 20px;
    }
      .contenedor-grid-nivel-2 {
      display: block;
      margin-bottom: 0px;
    }
    .contenedor-grid-nivel-3 {
      display: block;
      grid-auto-columns: 1fr;
      grid-column-gap: 36px;
      grid-row-gap: 24px;
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
    }
    .contenedor-grid-nivel-4 {
      display: block;
      grid-auto-columns: 1fr;
      grid-column-gap: 36px;
      grid-row-gap: 24px;
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
    }
    .grid-nivel-2 {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
    .grid-nivel-3 {
      display: -ms-grid;
      display: grid;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      grid-auto-flow: row;
      grid-auto-columns: 1fr;
      grid-column-gap: 8px;
      grid-row-gap: 8px;
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      text-align: left;
    }
    .grid-nivel-4 {
      display: -ms-grid;
      display: grid;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      grid-auto-flow: row;
      grid-auto-columns: 1fr;
      grid-column-gap: 8px;
      grid-row-gap: 8px;
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      text-align: left;
    }
    .enlace-nivel-1 {
      width: 230px;
      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: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .imagen-nivel-1 {
      width: 150px;
      height: 150px;
    }
    .enlace-nivel-2 {
      width: 170px;
      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: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .imagen-nivel-2 {
      width: 120px;
      height: 120px;
    }
  
    .enlace-nivel-3 {
      width: 150px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 10px;
      margin-bottom: 24px;
      -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;
      text-align: center;
    }
  
    .imagen-nivel-3 {
      width: 100px;
      height: 100px;
    }
  
    .enlace-nivel-4 {
      width: 150px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0px;
      margin-bottom: 0px;
      -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;
      text-align: center;
    }
    .imagen-nivel-4 {
      width: 80px;
      height: 80px;
    }
  
  
  }
  
  @media screen and (max-width: 767px) {
    .section-secondary-sponsors {
      padding-top: 32px;
      padding-bottom: 32px;
    }
    .section-main-sponsors {
      padding: 32px 15px;
    }
   
   
    .contenedor-grid-nivel-2 {
      display: block;
      justify-items: center;
      grid-auto-columns: 1fr;
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
    }
    .contenedor-grid-nivel-1 {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .contenedor-grid-nivel-3 {
      justify-items: center;
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .contenedor-grid-nivel-4 {
      justify-items: center;
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .grid-nivel-1 {
      display: -ms-grid;
      display: grid;
      grid-auto-columns: 1fr;
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
      text-align: center;
    }
  
    .grid-nivel-2 {
      display: -ms-grid;
      display: grid;
      grid-auto-columns: 1fr;
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
      text-align: center;
    }
  
    .grid-nivel-3 {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
    }
    .grid-nivel-4 {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
    }
  
    .enlace-nivel-1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 230px;
      margin-right: auto;
      margin-left: auto;
      padding: 24px;
      -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;
    }
  
    .imagen-nivel-1 {
      width: 140px;
      height: 160px;
    }
  
    .enlace-nivel-2 {
      width: 200px;
      margin-right: auto;
      margin-left: auto;
    }
  
    .imagen-nivel-2 {
      width: 110px;
    }
  
    .enlace-nivel-3 {
      width: 160px;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-right: 16px;
      padding-left: 16px;
    }
  
  
    .enlace-nivel-4 {
      width: 160px;
      margin-top: 0px;
      margin-bottom: 0px;
    }
  
  }
  
  @media screen and (max-width: 479px) {
    .section-secondary-sponsors {
      padding: 32px 15px;
    }

    .section-main-sponsors {
      padding-top: 32px;
      padding-bottom: 32px;
    }
       .contenedor-grid-nivel-2 {
      max-width: none;
      grid-template-areas: "."
        "."
        "Area";
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto auto auto;
      grid-template-rows: auto auto auto;
    }
    .contenedor-grid-nivel-1 {
      display: block;
      max-width: none;
      -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;
      grid-auto-columns: 1fr;
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
    }
    .contenedor-grid-nivel-3 {
      max-width: none;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
    .contenedor-grid-nivel-4 {
      max-width: none;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
    }
    .grid-nivel-1 {
      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: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
    }
  
    .grid-nivel-2 {
      display: -ms-grid;
      display: grid;
      grid-auto-columns: 1fr;
      grid-column-gap: 8px;
      grid-row-gap: 8px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
    }
  
    .grid-nivel-3 {
      grid-column-gap: 4px;
      grid-row-gap: 8px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      text-align: left;
    }
    .grid-nivel-4 {
      grid-column-gap: 4px;
      grid-row-gap: 8px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      text-align: left;
    }
    .enlace-nivel-1 {
      width: 230px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0px;
      -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;
      text-align: center;
    }
  
    .imagen-nivel-1 {
      width: 180px;
      height: 180px;
    }
    .enlace-nivel-2 {
      width: 200px;
      margin: 0px;
      padding: 16px;
    }
  
    .imagen-nivel-2 {
      width: 100px;
      height: 100px;
    }
  
    .enlace-nivel-3 {
      width: 160px;
      margin-top: 0px;
      margin-bottom: 0px;
    }
  
    .imagen-nivel-3 {
      width: 90px;
      height: 90px;
    }
    .enlace-nivel-4 {
      width: 160px;
      margin-top: 0px;
      margin-bottom: 0px;
    }
  
  
  }
  
  
  
  
  
  
  




.section-header {
  margin-top: 90px!important;
}

.activity-label.todas {
  background-color: #444;
  color: #fff;
}

.activity-label.TdR {background-color: #FFFF00; color:#000}
.activity-label.Est {background-color: #FF4AFF; color:#fff}
.activity-label.Rol {background-color: #00C700; color:#fff}
.activity-label.ReV {background-color: #FF5500; color:#fff}
.activity-label.Tall {background-color: #1C7EFF; color:#fff}
.activity-label.TNet {background-color: #FFC500; color:#000}
.activity-label.Conf {background-color: #A34800; color:#fff}
.activity-label.Conc {background-color: #A300A4; color:#fff}
.activity-label.JdC {background-color: #00C2C1; color:#fff}
.activity-label.DEP {background-color: #666666; color:#fff}
.activity-label.Tor {background-color: #FFFF00; color:#000}
.activity-label.Demo {background-color: #A300A4; color:#fff}
.activity-label.Warg {background-color: #00C2C1; color:#fff}
.activity-label.JG {background-color: #540200; color:#fff}
.activity-label.JdM {background-color: #C10B00; color:#fff}
.activity-label.Pro {background-color: #005524; color:#fff}
.activity-label.Pod {background-color: #A47DFF; color:#fff}
.activity-label.ZI {background-color: #0085B2; color:#fff}
.activity-label.PP {background-color: #000000; color:#fff}

.chip-label.TdR.activa {background-color: #FFFF00; color:#000}
.chip-label.Est.activa {background-color: #FF4AFF; color:#fff}
.chip-label.Rol.activa {background-color: #00C700; color:#fff}
.chip-label.ReV.activa {background-color: #FF5500; color:#fff}
.chip-label.Tall.activa {background-color: #1C7EFF; color:#fff}
.chip-label.TNet.activa {background-color: #FFC500; color:#000}
.chip-label.Conf.activa {background-color: #A34800; color:#fff}
.chip-label.Conc.activa {background-color: #A300A4; color:#fff}
.chip-label.JdC.activa {background-color: #00C2C1; color:#fff}
.chip-label.DEP.activa {background-color: #666666; color:#fff}
.chip-label.Tor.activa {background-color: #FFFF00; color:#000}
.chip-label.Demo.activa {background-color: #A300A4; color:#fff}
.chip-label.Warg.activa {background-color: #00C2C1; color:#fff}
.chip-label.JG.activa {background-color: #540200; color:#fff}
.chip-label.JdM.activa {background-color: #C10B00; color:#fff}
.chip-label.Pro.activa {background-color: #005524; color:#fff}
.chip-label.Pod.activa {background-color: #A47DFF; color:#fff}
.chip-label.ZI.activa {background-color: #0085B2; color:#fff}
.chip-label.PP.activa {background-color: #000000; color:#fff}

.chip-label.TdR {background-color: #ffff0020; color:#00CCFF}
.chip-label.Est {background-color: #FF4AFF20; color:#00CCFF}
.chip-label.Rol {background-color: #00C70020; color:#00CCFF}
.chip-label.ReV {background-color: #FF550020; color:#00CCFF}
.chip-label.Tall {background-color: #1C7EFF20; color:#00CCFF}
.chip-label.TNet {background-color: #FFC50020; color:#00CCFF}
.chip-label.Conf {background-color: #A3480020; color:#00CCFF}
.chip-label.Conc {background-color: #A300A420; color:#00CCFF}
.chip-label.JdC {background-color: #00C2C120; color:#00CCFF}
.chip-label.DEP {background-color: #66666620; color:#00CCFF}
.chip-label.Tor {background-color: #FFFF0020; color:#00CCFF}
.chip-label.Demo {background-color: #A300A420; color:#00CCFF}
.chip-label.Warg {background-color: #00C2C120; color:#00CCFF}
.chip-label.JG {background-color: #54020020; color:#00CCFF}
.chip-label.JdM {background-color: #C10B0020; color:#00CCFF}
.chip-label.Pro {background-color: #00552420; color:#00CCFF}
.chip-label.Pod {background-color: #A47DFF20; color:#00CCFF}
.chip-label.ZI {background-color: #0085B220; color:#00CCFF}
.chip-label.PP {background-color: #00000020; color:#00CCFF}


.chip-label.todas.activa {
  background-color: #444;
  color: #fff;
}

input[type=radio]:checked + label {
	border: 1px solid #ed6905;
  background-color: #b6b6b6;
}

.white-text{
  color: #fff!important;
}  

.typed-words::after {
    content: "|";
    display: inline;
    animation: blink 1s infinite;
  }
  /* custom cursor animation */
  @keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
/* Make text look crisper and more legible in all browsers */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  /* Focus state style for keyboard navigation for the focusable elements */
  *[tabindex]:focus-visible,
    input[type="file"]:focus-visible {
     outline: 0.125rem solid #4d65ff;
     outline-offset: 0.125rem;
  }
  /* Get rid of top margin on first element in any rich text element */
  .w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
    margin-top: 0 !important;
  }
  /* Get rid of bottom margin on last element in any rich text element */
  .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
      margin-bottom: 0 !important;
  }
  /* Prevent all click and hover interaction with an element */
  .pointer-events-off {
      pointer-events: none;
  }
  /* Enables all click and hover interaction with an element */
  .pointer-events-on {
    pointer-events: auto;
  }
  /* Create a class of .div-square which maintains a 1:1 dimension of a div */
  .div-square::after {
      content: "";
      display: block;
      padding-bottom: 100%;
  }
  /* Make sure containers never lose their center alignment */
  .container-medium,.container-small, .container-large {
      margin-right: auto !important;
    margin-left: auto !important;
  }
  /* 
  Make the following elements inherit typography styles from the parent and not have hardcoded values. 
  Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
  Uncomment this CSS to use it in the project. Leave this message for future hand-off.
  */
  /*
  a,
  .w-input,
  .w-select,
  .w-tab-link,
  .w-nav-link,
  .w-dropdown-btn,
  .w-dropdown-toggle,
  .w-dropdown-link {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
  }
  */
  /* Apply "..." after 3 lines of text */
  .text-style-3lines {
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
  }
  /* Apply "..." after 2 lines of text */
  .text-style-2lines {
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }
  /* Adds inline flex display */
  .display-inlineflex {
    display: inline-flex;
  }
  /* These classes are never overwritten */
  .hide {
    display: none !important;
  }
  @media screen and (max-width: 991px) 
  {
    .hide, .hide-tablet{
      display: none !important;
    }
  }
  @media screen and (max-width: 767px)
  {
    .hide, .hide-tablet{
      display: none !important;
    }
  }
  @media screen and (max-width: 479px)
    {
      .hide, .hide-tablet{
        display: none !important;
      }
    }
  @media screen and (max-width: 767px)
  {
      .hide-mobile-landscape{
        display: none !important;
      }
  }
  @media screen and (max-width: 479px)
  {
      .hide-mobile{
        display: none !important;
      }
  }

  .margin-0 {
    margin: 0rem !important;
  }
  .padding-0 {
    padding: 0rem !important;
  }
  .spacing-clean {
  padding: 0rem !important;
  margin: 0rem !important;
  }
  .margin-top {
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
  }
  .padding-top {
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
  }
  .margin-right {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
  }
  .padding-right {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
  }
  .margin-bottom {
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .padding-bottom {
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .margin-left {
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .padding-left {
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .margin-horizontal {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .padding-horizontal {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .margin-vertical {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .padding-vertical {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  