@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
    Font sizes Fluid */
/*
@include font-face(Samplino, fonts/Samplino);
Rendered as CSS:
@font-face {
	font-family: "Samplino";
	src: url("fonts/Samplino.eot?") format("eot"),
		 url("fonts/Samplino.woff2") format("woff2"),
		 url("fonts/Samplino.woff") format("woff"),
		 url("fonts/Samplino.ttf") format("truetype"),
		 url("fonts/Samplino.svg#Samplino") format("svg");
}

@include font-face("Samplina Neue", fonts/SamplinaNeue, bold, italic);
Rendered as CSS:
@font-face {
	font-family: "Samplina Neue";
	font-style: italic;
	font-weight: bold;
	src: url("fonts/SamplinaNeue.eot?") format("eot"),
	     url("fonts/SamplinaNeue.woff2") format("woff2"),
	     url("fonts/SamplinaNeue.woff") format("woff"),
	     url("fonts/SamplinaNeue.ttf") format("truetype"),
	     url("fonts/SamplinaNeue.svg#Samplina_Neue") format("svg");
}

@include font-face(Samplinoff, fonts/Samplinoff, null, null, woff);
Rendered as CSS:
@font-face {
	font-family: "Samplinoff";
	src: url("fonts/Samplinoff.woff") format("woff");
}

@include font-face(Samplinal, fonts/Samplinal, 500, normal, eot woff2 woff)
Rendered as CSS:
@font-face {
	font-family: "Samplinal";
	font-style: normal;
	font-weight: 500;
	src: url("fonts/Samplinal.eot?") format("eot"),
	     url("fonts/Samplinal.woff2") format("woff2"),
	     url("fonts/Samplinal.woff") format("woff");
}
*/
/* mixin for multiline */
/*  ==========================================================================
    Fonts
    ========================================================================== */
/* ==========================================================================
  Gotham
   ========================================================================== */
/* BEGIN Gotham Bold */
@font-face {
  font-family: "Gotham Bold";
  src: url("https://estatico.tufabricadeventos.com/common/fonts/2639//Gotham/Gotham-Bold.eot");
  src: url("https://estatico.tufabricadeventos.com/common/fonts/2639//Gotham/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("https://estatico.tufabricadeventos.com/common/fonts/2639//Gotham/Gotham-Bold.woff") format("woff"), url("https://estatico.tufabricadeventos.com/common/fonts/2639//Gotham/Gotham-Bold.woff2") format("woff2"), url("https://estatico.tufabricadeventos.com/common/fonts/2639//Gotham/Gotham-Bold.ttf") format("truetype"), url("https://estatico.tufabricadeventos.com/common/fonts/2639//Gotham/Gotham-Bold.svg#Gotham/Gotham-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
/* BEGIN Gotham Black/ */
@font-face {
  font-family: "Gotham Black";
  src: url("https://estatico.tufabricadeventos.com/common/fonts/2639//Gotham/Gotham-Black.eot");
  src: url("https://estatico.tufabricadeventos.com/common/fonts/2639//Gotham/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("https://estatico.tufabricadeventos.com/common/fonts/2639//Gotham/Gotham-Black.woff") format("woff"), url("https://estatico.tufabricadeventos.com/common/fonts/2639//Gotham/Gotham-Black.woff2") format("woff2"), url("https://estatico.tufabricadeventos.com/common/fonts/2639//Gotham/Gotham-Black.ttf") format("truetype"), url("https://estatico.tufabricadeventos.com/common/fonts/2639//Gotham/Gotham-Black.svg#Gotham/Gotham-Black") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
/* ==========================================================================
  Lato
   ========================================================================== */
/* BEGIN Lato Regular/ */
@font-face {
  font-family: "Lato Regular";
  src: url("https://estatico.tufabricadeventos.com/common/fonts/2639//Lato/Lato-Regular.eot");
  src: url("https://estatico.tufabricadeventos.com/common/fonts/2639//Lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("https://estatico.tufabricadeventos.com/common/fonts/2639//Lato/Lato-Regular.woff") format("woff"), url("https://estatico.tufabricadeventos.com/common/fonts/2639//Lato/Lato-Regular.woff2") format("woff2"), url("https://estatico.tufabricadeventos.com/common/fonts/2639//Lato/Lato-Regular.ttf") format("truetype"), url("https://estatico.tufabricadeventos.com/common/fonts/2639//Lato/Lato-Regular.svg#Lato/Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
/* BEGIN Lato Bold */
@font-face {
  font-family: "Lato Bold";
  src: url("https://estatico.tufabricadeventos.com/common/fonts/2639//Lato/Lato-Bold.eot");
  src: url("https://estatico.tufabricadeventos.com/common/fonts/2639//Lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("https://estatico.tufabricadeventos.com/common/fonts/2639//Lato/Lato-Bold.woff") format("woff"), url("https://estatico.tufabricadeventos.com/common/fonts/2639//Lato/Lato-Bold.woff2") format("woff2"), url("https://estatico.tufabricadeventos.com/common/fonts/2639//Lato/Lato-Bold.ttf") format("truetype"), url("https://estatico.tufabricadeventos.com/common/fonts/2639//Lato/Lato-Bold.svg#Lato/Lato-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
/*
Pantallas extra pequeñas (móviles) < 576px
Pantallas pequeñas (_sm, tablets _en vertical) ≥ 576px
Pantallas medianas (md, para tablets en horizontal) ≥ 768px
Pantallas grandes (lg, tamaño escritorio) ≥ 992px
Pantallas extra grandes (xl, escritorio grande) ≥ 1200px
*/
/*  ==========================================================================
BASE
========================================================================== */
html, body {
  font-family: "Lato Regular";
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 55em;
}

/*
Separators
========================================================================== */
/*
Wrappers
========================================================================== */
#PageBody_DIV {
  max-width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}

#wrapper {
  padding: 0;
  margin: 0;
  background: rgb(73, 19, 77);
  background: linear-gradient(70deg, rgb(73, 19, 77) 0%, rgb(113, 22, 31) 49%, rgb(143, 28, 41) 100%);
}

#main_wrap {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#content {
  height: auto !important;
  float: none;
  background: transparent;
}

#contenido {
  overflow: visible;
  background: transparent;
  padding: 0px;
}
#contenido form {
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 15%;
}
#contenido form .contenidoForm {
  padding: 2%;
}

.rastroMigas {
  display: none;
}

/*
Headings
========================================================================== */
h1 {
  color: #E1251B;
}

/*
Sections
========================================================================== */
/*
Titles
========================================================================== */
/*
Colors
========================================================================== */
/*
Text
========================================================================== */
/*
Lists
========================================================================== */
/*
Images
========================================================================== */
/*
Links
========================================================================== */
a, a:link, a:focus, a:hover, a:active, a:visited {
  outline: none !important;
}

/*
Backgrounds
========================================================================== */
/*
Shadows
========================================================================== */
/*
Selection
========================================================================== */
/* ::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

::selection {
  background: $blue;
  color: $white;
} */
/*
Scroll
========================================================================== */
/*
Tooltip
========================================================================== */
/*
Resets
========================================================================== */
/*
Helpers
========================================================================== */
/*
Animations
========================================================================== */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none !important;
    opacity: 0 !important;
  }
  1% {
    display: block !important;
    opacity: 0 !important;
  }
  100% {
    display: block !important;
    opacity: 1 !important;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none !important;
    opacity: 0 !important;
  }
  1% {
    display: block !important;
    opacity: 0 !important;
  }
  100% {
    display: block !important;
    opacity: 1 !important;
  }
}
@-webkit-keyframes fadeOutToNone {
  0% {
    display: block !important;
    opacity: 1 !important;
  }
  1% {
    display: block !important;
    opacity: 1 !important;
  }
  100% {
    display: none !important;
    opacity: 0 !important;
  }
}
@keyframes fadeOutToNone {
  0% {
    display: block !important;
    opacity: 1 !important;
  }
  1% {
    display: block !important;
    opacity: 1 !important;
  }
  100% {
    display: none !important;
    opacity: 0 !important;
  }
}
@-webkit-keyframes fadeInIcon {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInIcon {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutIcon {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fadeOutIcon {
  0% {
    display: block;
    opacity: 1;
  }
  1% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeInFromNone;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fadeInFromNone;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  -moz-animation-timing-function: ease-out;
  -moz-animation-iteration-count: 1;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: fadeInFromNone;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}

.fadeOut {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeOutToNone;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fadeOutToNone;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  -moz-animation-timing-function: ease-out;
  -moz-animation-iteration-count: 1;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: fadeOutToNone;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}

@-webkit-keyframes fadeInUpFromNone {
  from {
    display: none;
    opacity: 0;
    top: 80px;
  }
  to {
    display: block;
    opacity: 1;
    top: 0px;
  }
}
@keyframes fadeInUpFromNone {
  from {
    display: none;
    opacity: 0;
    top: 80px;
  }
  to {
    display: block;
    opacity: 1;
    top: 0px;
  }
}
@-webkit-keyframes fadeInUpFromNone_60 {
  0% {
    display: none;
    opacity: 0;
    top: 60px;
  }
  1% {
    display: block;
    opacity: 0;
    top: 60px;
  }
  100% {
    display: block;
    opacity: 1;
    top: 0px;
  }
}
@keyframes fadeInUpFromNone_60 {
  0% {
    display: none;
    opacity: 0;
    top: 60px;
  }
  1% {
    display: block;
    opacity: 0;
    top: 60px;
  }
  100% {
    display: block;
    opacity: 1;
    top: 0px;
  }
}
@-webkit-keyframes fadeInUpFromNone_10 {
  0% {
    display: none;
    opacity: 0;
    top: 30px;
  }
  1% {
    display: block;
    opacity: 0;
    top: 30px;
  }
  100% {
    display: block;
    opacity: 1;
    top: 0px;
  }
}
@keyframes fadeInUpFromNone_10 {
  0% {
    display: none;
    opacity: 0;
    top: 30px;
  }
  1% {
    display: block;
    opacity: 0;
    top: 30px;
  }
  100% {
    display: block;
    opacity: 1;
    top: 0px;
  }
}
@-webkit-keyframes fadeInDownFromNone_10 {
  0% {
    display: none;
    opacity: 0;
    top: -30px;
  }
  1% {
    display: block;
    opacity: 0;
    top: -30px;
  }
  100% {
    display: block;
    opacity: 1;
    top: 0px;
  }
}
@keyframes fadeInDownFromNone_10 {
  0% {
    display: none;
    opacity: 0;
    top: -30px;
  }
  1% {
    display: block;
    opacity: 0;
    top: -30px;
  }
  100% {
    display: block;
    opacity: 1;
    top: 0px;
  }
}
@-webkit-keyframes fadeOutToNone_10 {
  0% {
    display: block;
    opacity: 1;
    top: 0px;
  }
  1% {
    display: none;
    opacity: 1;
    top: 0px;
  }
  100% {
    display: none;
    opacity: 0;
    top: 10px;
  }
}
@keyframes fadeOutToNone_10 {
  0% {
    display: block;
    opacity: 1;
    top: 0px;
  }
  1% {
    display: none;
    opacity: 1;
    top: 0px;
  }
  100% {
    display: none;
    opacity: 0;
    top: 10px;
  }
}
.fadeInUp {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeInUpFromNone;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fadeInUpFromNone;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  -moz-animation-timing-function: ease-out;
  -moz-animation-iteration-count: 1;
  animation-delay: 0;
  animation-duration: 0.5s;
  animation-name: fadeInUpFromNone;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}

.fadeInUp_delay_03 {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeInFromNone;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-delay: 0.3s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fadeInFromNone;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  -moz-animation-timing-function: ease-out;
  -moz-animation-iteration-count: 1;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-name: fadeInFromNone;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}

.fadeInUp_delay_06 {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeInFromNone;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-delay: 0.6s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fadeInFromNone;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  -moz-animation-timing-function: ease-out;
  -moz-animation-iteration-count: 1;
  animation-delay: 0.6s;
  animation-duration: 1s;
  animation-name: fadeInFromNone;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}

.fadeInUp_delay_09 {
  -webkit-animation-delay: 0.9s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeInFromNone;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-delay: 0.9s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fadeInFromNone;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  -moz-animation-timing-function: ease-out;
  -moz-animation-iteration-count: 1;
  animation-delay: 0.9s;
  animation-duration: 1s;
  animation-name: fadeInFromNone;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}

/*
HEADER
========================================================================== */
#top_wrap {
  background: #7F191D;
  background: #4c134a;
  position: relative;
  overflow: hidden;
}
#top_wrap:before {
  content: "";
  display: block;
  width: 100vw;
  height: 50px;
  background: #7F191D;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#headwrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#headwrap .barraSuperior {
  background: transparent;
  color: white;
  height: auto;
  position: relative;
  z-index: 3;
}
#headwrap .barraSuperior .slogan {
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
  float: none;
}
#headwrap .barraSuperior .slogan a {
  color: #ffffff !important;
  font-size: 16px;
  background: black;
  padding: 5px 14px 5px 14px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#headwrap .barraSuperior .slogan a:hover {
  background: rgba(0, 0, 0, 0.4);
}
#headwrap #nav {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  float: none;
  position: relative;
}
#headwrap #nav:after {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  background: #7F191D;
}
#headwrap #nav .navbar-header {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
}
#headwrap #nav .navbar-header .navbar-toggle {
  padding: 0px;
  margin: 0px;
  border: 0px;
  background: transparent;
}
#headwrap #nav .navbar-header .navbar-toggle .icon-bar {
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#headwrap #nav .navbar-header .navbar-toggle:hover .icon-bar {
  background-color: #E1251B;
}
#headwrap #nav .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #headwrap #nav .navbar-collapse {
    display: none !important;
  }
}
#headwrap #nav .navbar-collapse li {
  margin-left: 10px;
}
#headwrap #nav .navbar-collapse li a {
  background: #E1251B;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px 30px;
  border-radius: 30px;
}
#headwrap #nav .navbar-collapse li a:hover {
  background: white;
  color: #E1251B;
}
#headwrap #nav .navbar-collapse li.active a {
  background: white;
  color: #E1251B;
  pointer-events: none;
}
#headwrap #nav:before {
  content: url("https://www.feelwana.com/projects/lenovo/lenovogala_iberia/img/Logo_header_2025.png");
  width: 331px;
  height: 34px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 30px;
}
@media (max-width: 424px) {
  #headwrap #nav:before {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    left: -30px;
  }
}
#headwrap #nav .navbar-collapse.in {
  display: block !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: absolute;
  top: 50px;
  background: #7F191D;
}
#headwrap #pb_top {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #49134d;
  background-image: url("https://www.feelwana.com/projects/lenovo/lenovogala_iberia/img/background_header.png");
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-delay: 0.5s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fadeIn;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  -moz-animation-timing-function: ease-out;
  -moz-animation-iteration-count: 1;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  /*
  &:before{
      content:url('https://estaticohatton.tufabricadeventos.com/5471_upd_430070/images/puente.png');
      width: auto;
      height: 600px;
      display: inline-block;
      position: absolute;
      z-index: 2;

      top: 0px;
      left: 50%;

      transform: translateX(calc(-50% - 22vw));// scale(1.75);
      transform-origin: center right;



      @include respond-below(xxxxxl) {
          transform: translateX(calc(-50% - 32vw)) scale(1.5);
      }

      @include respond-below(xxxxl) {
          left: initial;
          right: 0;
          transform: translateX(-66vw);
      }

      @include respond-below(md) {
          transform: none;
          left:initial;
          right:597px;
      }

      @include respond-below(sm) {
          display: none;
      }
  }
      */
}
@media (max-width: 600px) {
  #headwrap #pb_top {
    height: 100vw;
    background-size: cover;
  }
}
#headwrap #pb_top:after {
  content: url("https://estaticohatton.tufabricadeventos.com/5471_upd_430070/images/logo_lenovo.png");
  width: 215px;
  height: 146px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 30px;
}
@media (max-width: 424px) {
  #headwrap #pb_top:after {
    top: 0px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    right: -33px;
  }
}
#headwrap #pb_top .panel_plain {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 4;
  padding-bottom: 6%;
}
#headwrap #pb_top .panel_plain img {
  width: auto;
  position: relative;
  left: 2vw;
  /*
  @include respond-below(xxxxxl) {
      left: 8vw;
  }
  @include respond-below(xxxxl) {
      left: 21vw;
  }
  @include respond-below(xxxl) {
      left: 21vw;
  }
  @include respond-below(xxl) {
      left: 24vw;
  }
  @include respond-below(xl){
      left: 28vw;
  }
  @include respond-below(xls) {
      left: 32vw;
  }
  @include respond-below(lg) {
      left: 35vw;
  }
  */
}
@media (max-width: 767px) {
  #headwrap #pb_top .panel_plain img {
    max-width: 550px;
  }
}
@media (max-width: 600px) {
  #headwrap #pb_top .panel_plain img {
    max-width: 116%;
    margin-bottom: -20%;
  }
}

.menuBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.menuBar .separador {
  display: none;
}
.menuBar .separador .menuItem {
  background: #E1251B;
  width: auto;
}

/*
FOOTER
========================================================================== */
.pie {
  margin: 0;
  padding: 20px 0px;
}
.pie .politicaCookies {
  max-width: calc(1600px - 400px);
  margin: 0 auto;
  text-align: right !important;
  position: relative;
  padding-right: 10px;
}
.pie .politicaCookies:before {
  content: url("https://www.feelwana.com/projects/lenovo/lenovogala_iberia/img/Logo_footer_2025.png");
  width: 331px;
  height: 34px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: -40px;
  top: -10px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.powered {
  display: none;
}

/*
APP
========================================================================== */
#insciption-page {
  padding: 0px 0px 50px 0px;
  background: rgb(73, 19, 77);
  background: linear-gradient(70deg, rgb(73, 19, 77) 0%, rgb(113, 22, 31) 49%, rgb(143, 28, 41) 100%);
  background-image: url("https://estaticohatton.tufabricadeventos.com/5471_upd_430070/images/plaza.png");
  background-repeat: no-repeat;
  background-position: bottom -200px center;
  background-size: cover;
  background-attachment: fixed;
}
#insciption-page #insciption-container {
  max-width: 1600px;
  margin: 0 auto;
}

#divGF_7151 {
  display: none;
}

.space {
  width: 69px;
  display: inline-block;
}
@media (max-width: 600px) {
  .space {
    display: none !important;
  }
}

.container-iframe {
  position: relative;
  width: 100%;
  padding-top: 130%;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1023px) {
  .container-iframe {
    padding-top: 120%;
    height: 1110px;
  }
}
@media (max-width: 767px) {
  .container-iframe {
    padding-top: 160%;
    height: 1100px;
  }
}
@media (max-width: 669px) {
  .container-iframe {
    padding-top: 0;
    height: 1540px;
  }
}
@media (max-width: 399px) {
  .container-iframe {
    padding-top: 0;
    height: 1700px;
  }
}
.container-iframe .enlace-legal {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  position: absolute;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 100%;
}
.container-iframe #headwrap,
.container-iframe #nav,
.container-iframe #inscription-content,
.container-iframe #agenda,
.container-iframe #sponsors,
.container-iframe .pie {
  display: none !important;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#inscription-form {
  max-width: 900px;
  margin: -7% auto 0 auto;
  background: #ffffff;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.004);
          box-shadow: 0 0 100px rgba(0, 0, 0, 0.004);
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeInUpFromNone;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-delay: 1s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fadeInUpFromNone;
  -moz-animation-fill-mode: forwards;
  -moz-animation-direction: normal;
  -moz-animation-timing-function: ease-out;
  -moz-animation-iteration-count: 1;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-name: fadeInUpFromNone;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}
@media (max-width: 767px) {
  #inscription-form {
    margin: -100px 10px 0 10px;
  }
}
@media (max-width: 600px) {
  #inscription-form {
    margin: -100px 10px 0 10px;
  }
}
@media (max-width: 767px) {
  #inscription-form .md-text {
    margin-bottom: 0px;
  }
}

div.progress-bar {
  background-color: #E1251B !important;
}

.commands {
  width: 100% !important;
}

button.next, button.prev {
  text-transform: uppercase;
  font-family: "Lato Regular";
  font-size: 18px;
  line-height: calc(18px + 8px);
  letter-spacing: 0px;
  font-family: "Lato Bold";
  font-family: "Gotham Bold", sans-serif;
  background-color: #E1251B;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0px;
  width: 100%;
  margin: 10px 0px;
}
button.next span, button.prev span {
  font-weight: bold;
}
button.next:hover, button.prev:hover {
  background: #7F191D !important;
}

form {
  font-size: 16px;
  overflow: hidden;
}

.main-title {
  font-family: "Gotham Bold", sans-serif;
  font-size: 40px;
  line-height: calc(40px + 8px);
  letter-spacing: 0px;
  text-align: center;
  margin-top: 0px;
  font-family: "Gotham Black", sans-serif;
  color: #8E2AA5 !important;
}
@media (max-width: 767px) {
  .main-title {
    font-family: "Lato Bold";
    font-size: 25px;
    line-height: calc(25px + 8px);
    letter-spacing: 0px;
  }
}

.md-text {
  font-family: "Lato Regular";
  font-size: 18px;
  line-height: calc(18px + 8px);
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 30px;
}

.descripcionForm, .pieForm {
  width: 100% !important;
}

.contenidoForm {
  float: none;
  width: 100%;
  overflow: hidden;
}

.tituloGrupoForm {
  border-bottom: 1px solid red;
  color: #000000 !important;
  text-transform: uppercase;
  background: transparent !important;
  font-family: "Lato Bold";
  margin-top: 20px;
}

.grupoForm * {
  float: none;
  font-family: Lato Regular;
}

.grupoForm {
  width: 100%;
  float: none;
  margin: 0;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.grupoForm div {
  width: 100%;
}
.grupoForm .descripcionGrupoForm {
  text-align: left !important;
}
.grupoForm .contenidoGrupoForm {
  float: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.grupoForm .contenidoGrupoForm .campo {
  float: none;
  height: auto;
  overflow: hidden;
  margin: 0;
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .grupoForm .contenidoGrupoForm .campo {
    width: 99%;
  }
}
@media (max-width: 399px) {
  .grupoForm .contenidoGrupoForm .campo {
    width: 99%;
  }
}
.grupoForm .contenidoGrupoForm .campo div {
  float: none;
  width: 100%;
  display: block;
  height: auto;
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.grupoForm .contenidoGrupoForm .campo div input:not([type=radio]),
.grupoForm .contenidoGrupoForm .campo div select {
  min-height: 42px;
  margin: 0 !important;
  width: 100% !important;
  border: 1px solid #c9c5c5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none;
  display: block;
  padding: 10px !important;
  font-size: 16px;
  -webkit-transition: border-color 0.6s ease;
  transition: border-color 0.6s ease;
}
.grupoForm .contenidoGrupoForm .campo div input:not([type=radio]):focus-visible,
.grupoForm .contenidoGrupoForm .campo div select:focus-visible {
  border: 1px solid #777777;
  outline: none !important;
  outline: 0px !important;
}
.grupoForm .contenidoGrupoForm .campo .nombreCampo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.grupoForm .contenidoGrupoForm .campo .nombreCampo sup {
  margin: 0px;
  display: block;
  color: red;
  text-align: right;
  font-size: 16px;
  float: left;
  width: auto;
}
.grupoForm .contenidoGrupoForm .campo .helpCampo {
  padding: 0;
  display: block;
}
.grupoForm .contenidoGrupoForm .campo #botonError.ui-widget {
  width: 24px;
  height: 24px;
  margin: 0px;
  display: inline-block;
  padding: 0px;
  float: right;
  position: relative;
  top: -33px;
  right: 10px;
}
.grupoForm .contenidoGrupoForm .campo #botonError.ui-widget .ui-corner-all {
  padding-top: 3px;
  padding-left: 3px;
}
.grupoForm .contenidoGrupoForm .campo[order="9"],
.grupoForm .contenidoGrupoForm .campo#contenedorCampo_207516,
.grupoForm .contenidoGrupoForm .campo#contenedorCampo_207515 {
  width: 99% !important;
}
.grupoForm .contenidoGrupoForm #contenedorCampo_213268 {
  opacity: 0;
  pointer-events: none !important;
}
@media (max-width: 637px) {
  .grupoForm .contenidoGrupoForm #contenedorCampo_213268 {
    display: none !important;
  }
}
.grupoForm .descripcionConsentimiento,
.grupoForm .labelConsentimiento,
.grupoForm .labelCkLOPD {
  margin-left: 25px !important;
  padding-right: 40px;
}
.grupoForm#botonesAceptarYPagar {
  margin-top: 30px;
}
.grupoForm#botonesAceptarYPagar div {
  width: 100% !important;
}
.grupoForm#botonesAceptarYPagar #btn_save {
  text-transform: uppercase;
  font-family: "Lato Regular";
  font-size: 18px;
  line-height: calc(18px + 8px);
  letter-spacing: 0px;
  font-family: "Lato Bold";
  font-family: "Gotham Bold", sans-serif;
  background-color: #E1251B;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0px;
  width: 100%;
}
.grupoForm#botonesAceptarYPagar #btn_save span {
  font-weight: bold;
}
.grupoForm#botonesAceptarYPagar #btn_save:hover {
  background: #7F191D;
}
.grupoForm.grupoForm.LOPD {
  margin: 5px 0px 0 0px !important;
}

#divGF_202870 {
  display: none !important;
}

.contenidoCampoProducto .elementoActividad {
  font-size: 20px;
  margin-bottom: 10px;
}
.contenidoCampoProducto .elementoActividad label {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.contenidoCampoProducto .elementoActividad:hover label {
  color: #E1251B;
}
.contenidoCampoProducto .elementoActividad .slide span {
  margin-left: 10px;
}

#divGF_46532 {
  display: block;
}
#divGF_46532 .tituloCampo, #divGF_46532 .nombreCampo {
  margin-bottom: 0px !important;
}
#divGF_46532 .helpCampo {
  display: none;
}
#divGF_46532 .contenidoGrupoForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#divGF_46532 .contenidoGrupoForm div:nth-child(1) {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
#divGF_46532 .contenidoGrupoForm div.elementoRadio:first-child {
  margin-right: 50px;
}
#divGF_46532 .contenidoGrupoForm div.elementoRadio:first-child, #divGF_46532 .contenidoGrupoForm div.elementoRadio:last-child {
  position: relative;
}
#divGF_46532 .contenidoGrupoForm div.elementoRadio:first-child:after {
  content: "Sim";
  position: absolute;
  height: 30px;
  background: white;
  display: inline-block;
  z-index: 2;
  font-family: Lato Regular;
  line-height: 20px;
  font-size: 18px;
  font-weight: 600;
  top: -0.5px;
  right: -35px;
  padding: 0 10px;
  pointer-events: none;
}
#divGF_46532 .contenidoGrupoForm div.elementoRadio:last-child:after {
  content: "Não";
  position: absolute;
  height: 30px;
  background: white;
  display: inline-block;
  z-index: 2;
  font-family: Lato Regular;
  line-height: 20px;
  font-size: 18px;
  font-weight: 600;
  top: -0.5px;
  right: -25px;
  padding: 0 10px;
  pointer-events: none;
}

.elementoRadio {
  width: auto !important;
  float: left !important;
}
.elementoRadio input, .elementoRadio label {
  width: auto !important;
  float: left !important;
}

#divContenidoGF_46850 .contenidoCampoCheck {
  padding-top: 20px;
}
#divContenidoGF_46850 .campo {
  width: 100% !important;
}
#divContenidoGF_46850 .campo .elementoCheck {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#divContenidoGF_46850 .campo .elementoCheck input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 15px !important;
  min-height: initial !important;
}
#divContenidoGF_46850 .campo .elementoCheck label {
  width: calc(100% - 70px) !important;
}

#inscription-content {
  max-width: 900px;
  margin: 60px auto 30px auto;
}
#inscription-content .presentation-text {
  color: #ffffff;
  font-family: "Lato Regular";
  font-size: 18px;
  line-height: calc(18px + 8px);
  letter-spacing: 0px;
  text-align: center;
  padding: 0 20px;
}

.date-title {
  font-family: "Gotham Bold", sans-serif;
  font-size: calc(18px * calc(2.7777777778));
  line-height: calc(18px * calc(2.7777777778) + 8px);
  letter-spacing: -0.5px;
}
@media (min-width: 601px) and (max-width: 1023px) {
  .date-title {
    font-size: calc(18px * calc(2.2222222222));
    line-height: calc(18px * calc(2.2222222222) + 8px);
    letter-spacing: 0px;
  }
}
@media (max-width: 600px) {
  .date-title {
    font-size: calc(18px * calc(2.2222222222));
    line-height: calc(18px * calc(2.2222222222) + 8px);
    letter-spacing: 0px;
  }
}
@media (max-width: 509px) {
  .date-title {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

#agenda {
  max-width: calc(1600px - 800px);
  margin: 0 auto;
  color: #ffffff;
}
#agenda #agenda-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10%;
  padding: 30px 10px 0px 10px;
}
@media (max-width: 767px) {
  #agenda #agenda-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#agenda #agenda-wrapper .agenda-title-wrapper {
  max-width: 585px;
}
#agenda #agenda-wrapper .agenda-title {
  font-family: "Gotham Bold", sans-serif;
  font-size: calc(18px * calc(2.7777777778));
  line-height: calc(18px * calc(2.7777777778) + 8px);
  letter-spacing: -0.5px;
}
@media (min-width: 601px) and (max-width: 1023px) {
  #agenda #agenda-wrapper .agenda-title {
    font-size: calc(18px * calc(2.2222222222));
    line-height: calc(18px * calc(2.2222222222) + 8px);
    letter-spacing: 0px;
  }
}
@media (max-width: 600px) {
  #agenda #agenda-wrapper .agenda-title {
    font-size: calc(18px * calc(2.2222222222));
    line-height: calc(18px * calc(2.2222222222) + 8px);
    letter-spacing: 0px;
  }
}
@media (max-width: 509px) {
  #agenda #agenda-wrapper .agenda-title {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
#agenda #agenda-wrapper .agenda-content {
  padding-top: 30px;
}
#agenda #agenda-wrapper .agenda-content ul {
  list-style: none;
}
#agenda #agenda-wrapper .agenda-content ul li {
  margin-bottom: 50px;
}
@media (max-width: 509px) {
  #agenda #agenda-wrapper .agenda-content ul li {
    margin-left: 0;
  }
}
#agenda #agenda-wrapper .agenda-content ul li .hour {
  font-family: "Lato Regular";
  font-size: 18px;
  line-height: calc(18px + 8px);
  letter-spacing: 0px;
}
@media (max-width: 509px) {
  #agenda #agenda-wrapper .agenda-content ul li .hour {
    display: block;
    opacity: 0.6;
  }
  #agenda #agenda-wrapper .agenda-content ul li .hour .hidden-agenda {
    display: none;
  }
}
#agenda #agenda-wrapper .agenda-content ul li .detail {
  font-family: "Lato Bold";
  font-size: 25px;
  line-height: calc(25px + 8px);
  letter-spacing: 0px;
}
@media (max-width: 509px) {
  #agenda #agenda-wrapper .agenda-content ul li .detail {
    display: block;
    opacity: 1;
  }
  #agenda #agenda-wrapper .agenda-content ul li .detail .hidden-agenda {
    display: none;
  }
}
#agenda #agenda-wrapper .agenda-content ul li ul {
  margin-top: 15px;
}
@media (max-width: 509px) {
  #agenda #agenda-wrapper .agenda-content ul li ul {
    padding-left: 0;
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
#agenda #agenda-wrapper .agenda-content ul li ul li {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.52);
  padding-bottom: 20px;
  margin-left: 75px;
}
@media (max-width: 509px) {
  #agenda #agenda-wrapper .agenda-content ul li ul li {
    margin-left: 0;
  }
}
#agenda #agenda-wrapper .agenda-content ul li ul li .hour_sesion {
  opacity: 0.6;
}
@media (max-width: 509px) {
  #agenda #agenda-wrapper .agenda-content ul li ul li .hour_sesion .hidden-agenda {
    display: none;
  }
}
#agenda #agenda-wrapper .agenda-content ul li ul li .detail {
  font-family: "Lato Regular";
  font-size: 18px;
  line-height: calc(18px + 8px);
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-size: 16px;
  opacity: 0.6;
}
@media (max-width: 509px) {
  #agenda #agenda-wrapper .agenda-content ul li ul li .detail {
    opacity: 1;
  }
}
#agenda #agenda-wrapper .agenda-content ul li ul li .speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4%;
  margin-top: 15px;
  padding-left: 50px;
}
@media (max-width: 509px) {
  #agenda #agenda-wrapper .agenda-content ul li ul li .speaker {
    padding-left: 0px;
  }
}
#agenda #agenda-wrapper .agenda-content ul li ul li .speaker .avatar {
  display: block;
  overflow: hidden;
  width: 75px;
  min-width: 75px;
  height: 75px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
#agenda #agenda-wrapper .agenda-content ul li ul li .speaker .avatar img {
  width: 100%;
}
#agenda #agenda-wrapper .agenda-content ul li ul li .speaker .data .name {
  font-family: "Lato Regular";
  font-size: 18px;
  line-height: calc(18px + 8px);
  letter-spacing: 0px;
}
#agenda #agenda-wrapper .agenda-content ul li ul li .speaker .data .description {
  font-size: 16px;
}

.location {
  padding-top: 10px;
  text-align: center;
  font-size: 20px;
  width: 100%;
}
.location div {
  font-size: 26px;
  padding-bottom: 5px;
}
.location a {
  color: #E1251B;
  padding-bottom: 15px;
  display: inline-block;
}

#sponsors {
  max-width: calc(1600px - 600px);
  margin: 60px auto 0 auto;
}
#sponsors #sponsors-wrapper ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 10px 0px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #sponsors #sponsors-wrapper ul {
    gap: 3rem;
  }
}
#sponsors #sponsors-wrapper ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 15px 0px;
}
@media (max-width: 767px) {
  #sponsors #sponsors-wrapper ul li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #sponsors #sponsors-wrapper ul li img {
    width: auto;
    height: 30px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  #sponsors #sponsors-wrapper ul li {
    width: 50%;
    text-align: center;
  }
}

div#PageBody_DIV.container div#wrapper.page-header div#main_wrap.row div#content.col-xs-12.col-sm-12.col-md-12.col-lg-12 div#contenido.contenido.container > div:not(#insciption-page) {
  font-size: 34px !important;
  line-height: 40px !important;
  text-align: center !important;
  color: #fff !important;
  text-transform: uppercase !important;
  margin-bottom: 40px !important;
}
