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

.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--checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('../images/custom-checkbox-check.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;
}

h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Saira, sans-serif;
  font-size: 2em;
  line-height: 140%;
  font-weight: 300;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Saira, sans-serif;
  font-size: 300%;
  line-height: 130%;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Saira, sans-serif;
  font-size: 230%;
  line-height: 130%;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Saira, sans-serif;
  font-size: 160%;
  line-height: 145%;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 130%;
  line-height: 130%;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 100%;
  line-height: 150%;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 110%;
  line-height: 170%;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #424242;
  font-weight: 400;
}

.sys-wrpr {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.s-card {
  padding: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background-color: #fff;
}

.topbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  height: 60px;
  background-color: #173ca3;
}

.topbar.hide {
  display: none;
}

.tb-wrpr {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: 60px;
  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-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;
}

.tb-wrpr.no-flex {
  display: block;
}

.alumiasports {
  width: 240px;
  margin-right: 20px;
  float: left;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.alumiasports.w--current {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.alumiasports.on-reco {
  width: 60px;
}

.alumiasports.on-event {
  position: static;
  width: 100%;
  padding: 30px 14px;
  float: none;
}

.nav {
  display: inline-block;
  margin-top: 22px;
}

.boton {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 12px 20px 11px;
  border: 1px solid #173ca3;
  background-color: #173ca3;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Saira, sans-serif;
}

.boton:hover {
  border-color: #2a54ca;
  background-color: #2a54ca;
}

.boton.verde {
  background-color: #2fd5dd;
}

.boton.verde:hover {
  background-color: #28acb3;
}

.boton.brdr {
  border: 1px solid #173ca3;
  background-color: transparent;
  color: #173ca3;
}

.boton.brdr.fw-mob {
  border-color: #eee;
  color: #fff;
}

.boton.brdr.fw-mob:hover {
  background-color: #173ca3;
  color: #fff;
}

.boton.brdr.white {
  border-color: #fff;
  color: #fff;
}

.boton.brdr.white:hover {
  background-color: #fff;
  color: #173ca3;
}

.boton.ver-detalle {
  padding-right: 40px;
  padding-left: 15px;
  background-image: url('../images/arrow-left.svg');
  background-position: 94% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.boton.reco-icon {
  padding-right: 40px;
  padding-left: 15px;
  background-image: url('../images/reconocimiento-icon.svg');
  background-position: 97% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.boton.small {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #173ca3;
  font-size: 12px;
}

.boton.small.fix-on-prof {
  margin-top: 5px;
}

.boton.small.brdr:hover {
  background-color: #173ca3;
  color: #fff;
}

.boton.rbo {
  margin-bottom: 0px;
  padding: 8px 10px;
  font-size: 12px;
}

.boton.rbo.pdf {
  margin-right: 0px;
  padding-right: 30px;
  background-image: url('../images/reconocimiento-icon.svg');
  background-position: 100% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.boton.rbo.share {
  margin-right: 0px;
  margin-left: 5px;
  padding-right: 30px;
  background-image: url('../images/facebook.svg');
  background-position: 100% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.nav-btn {
  height: 35px;
  margin-right: 10px;
  padding-right: 12px;
  padding-left: 10px;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Saira, sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 18px;
  font-weight: 300;
}

.nav-btn:hover {
  border: 1px solid #2fd5dd;
  border-radius: 2px;
  background-color: #2fd5dd;
  color: #fff;
}

.nav-btn.w--current {
  background-color: #2fd5dd;
}

.nav-btn.login-signin {
  padding-right: 30px;
  background-image: url('../images/login-user.svg');
  background-position: 96% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.log-nav {
  display: inline-block;
  margin-top: 0px;
  float: right;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.tb-shade {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100%;
  background-color: #173ca3;
  opacity: 1;
}

.tb-shade.show {
  opacity: 1;
}

.logsign-btn {
  padding: 9px 40px 9px 10px;
  border: 1px solid #fff;
  border-radius: 2px;
  background-color: transparent;
  background-image: url('../images/login-user.svg');
  background-position: 95% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Saira, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}

.logsign-btn:hover {
  border-color: #fff;
  background-color: #fff;
  background-image: url('../images/login-user-blue.svg');
  background-position: 95% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  color: #173ca3;
}

.logsign-btn.w--open {
  border-color: #fff;
  background-color: #f8f8f8;
  background-image: url('../images/login-user-blue.svg');
  background-position: 95% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.48);
  color: #173ca3;
}

.logsign-btn.logged {
  border-color: #173ca3;
  background-image: none;
}

.logsign-drp {
  margin-left: 7px;
  float: left;
  color: #fff;
      position: absolute;
    padding: 1px;
    width: 140px;
    height: 38px;
    right: 0;
    z-index: 10;
}

.logsign-drp:hover{
  cursor: pointer;
}

.logsign-txt {
  font-weight: 300;
}

.logsign-drp-li.w--open {
  top: 0px;
  right: 0px;
  overflow: visible;
  margin-top: 50px;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(39, 39, 39, 0.4);
  border-radius: 6px;
  background-color: transparent;
  font-family: Saira, sans-serif;
}

.registro-card-body {
  width: 260px;
  color: #000;
}

.tag-txt {
  margin-bottom: 6px;
  font-family: 'Saira Condensed', sans-serif;
  color: #000;
}

.input {
  margin-bottom: 15px;
  border-style: none;
  border-radius: 0px;
  background-color: #f0f0f0;
  font-family: Inconsolata, monospace;
  color: #272727;
}

.input::-webkit-input-placeholder {
  color: #424242;
}

.input:-ms-input-placeholder {
  color: #424242;
}

.input::-ms-input-placeholder {
  color: #424242;
}

.input::placeholder {
  color: #424242;
}

.input.used {
  padding-left: 0px;
  border-bottom: 1px solid #d6d6d6;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.input.used:hover {
  background-color: #eee;
}

.input.used:focus {
  padding-left: 10px;
  background-color: #eee;
}

.input.cupon {
  height: 50px;
  border-radius: 4px;
  background-color: #dbf4f5;
  font-size: 1.2em;
}

.input.ccv {
  width: auto;
  height: 50px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #eee;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #e4e4e4;
  font-size: 1.4em;
  text-align: center;
}

.input.experiencia-date {
  width: auto;
  height: 50px;
  float: left;
  border: 1px solid #eee;
  border-radius: 2px;
  background-color: #fff;
  font-size: 1.4em;
  text-align: center;
}

.input.credit-card-num {
  height: 50px;
  padding-left: 16px;
  border: 1px solid #eee;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
  font-size: 1.4em;
}

.input.cc-input {
  margin-bottom: 18px;
  border: 1px solid #eee;
  border-radius: 2px;
  background-color: #fff;
}

.input.big {
  height: 50px;
  padding-left: 18px;
  border-radius: 4px;
  font-size: 1.2em;
  line-height: 140%;
}

.input.add-user-search {
  width: 80%;
  height: 50px;
  cursor: default;
}

.input.disable {
  cursor: not-allowed;
}

.pointer-up {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 14px;
  height: 14px;
  margin-top: -18px;
  margin-right: 20px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(39, 39, 39, 0.4);
  border-left: 10px solid transparent;
}

.sign-in-btn {
  display: block;
  width: 100%;
  background-color: #2fd5dd;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Saira, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.sign-in-btn:hover {
  background-color: #28acb3;
}

.reg-btn {
  width: 100%;
  margin-top: 6px;
  border: 1px solid #2fd5dd;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Saira, sans-serif;
  color: #2fd5dd;
  text-align: center;
  text-transform: uppercase;
}

.reg-btn:hover {
  background-color: #2fd5dd;
  color: #fff;
}

.help-txt {
  color: #424242;
  font-size: 13px;
  text-align: center;
}

.help-txt.a-left {
  text-align: left;
}

.help-txt.a-left.red-txt {
  color: #e7331a;
}

.content {
  display: block;
  padding-top: 140px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.content.feed-eventos {
  padding-top: 35px;
  padding-bottom: 80px;
}

.content.resultados {
  padding-top: 60px;
}

.main-event {
  position: relative;
  overflow: hidden;
  height: auto;
  background-color: rgba(19, 19, 19, 0.6);
  background-image: url('../images/alumasports-tb.svg');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.c-blok {
  padding: 30px;
  background-image: linear-gradient(112deg, #eee, #fff);
}

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

.s-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

.botonera {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

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

.botonera.a-left {
  text-align: right;
}

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

.botonera.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1%;
  margin-left: -1%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.botonera.flex.on-registro {
  margin-right: -1%;
  margin-left: -1%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mob-img {
  display: none;
}

.logsign-card {
  padding: 16px 20px 20px;
  border-radius: 4px;
  background-color: #fff;
}

.s-avatar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  margin-top: 3px;
  margin-right: 3px;
  border: 1px solid #eee;
  border-radius: 15px;
}

.user-name {
  font-family: Saira, sans-serif;
  color: #173ca3;
  font-weight: 700;
}

.user-options {
  margin-bottom: 20px;
}

.main-hero {
  position: static;
  height: auto;
  margin-bottom: 0px;
  padding-top: 100px;
  background-color: #173ca3;
  background-image: linear-gradient(45deg, rgba(23, 60, 163, 0.8), rgba(47, 213, 221, 0.9)), url('../images/bg-main.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.wrpr {
  display: block;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.wrpr.in-side {
  width: 100%;
}

.mh-wrpr {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: block;
  width: 1100px;
  height: 520px;
  margin-right: auto;
  margin-left: auto;
}

.mh-intro-col {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 20px;
  float: left;
  color: #fff;
}

.mh-h1 {
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
}

.race-poster-col {
  position: relative;
  width: 45%;
  float: right;
}

.mh-raceposter {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 460px;
  height: 600px;
  background-color: #f8f8f8;
  background-image: url('../images/alumasports-tb.svg');
  background-position: 0px 0px;
  background-size: 50px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.64);
}

.poster-mob {
  display: none;
}

.poster-desk {
  display: block;
}

.bgvid-mh {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
}

.mh-bg-shade {
  position: relative;
  z-index: 1;
  height: 100%;
  background-image: linear-gradient(65deg, #173ca3, #2fd5dd 88%);
  opacity: 0.9;
}

.rp-actions {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px 10px 10px;
  text-align: right;
}

.race-btn {
  width: 50%;
  padding: 0px 15px;
  float: left;
  background-color: rgba(47, 213, 221, 0.9);
  font-family: Saira, sans-serif;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.race-btn.reg-callto {
  background-color: rgba(23, 60, 163, 0.9);
}

.half-hero {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  background-color: #2fd5dd;
  background-image: linear-gradient(151deg, #173ca3 8%, #2fd5dd 74%);
  color: #fff;
}

.half-hero.event-poster {
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/beta-poster.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.beta-event-hldr {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  background-image: url('../images/ratio-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bh-hdr {
  margin-top: 60px;
}

.bh-body {
  position: relative;
  margin-top: 10%;
}

.mtxt-link {
  color: #173ca3;
  font-weight: 700;
  text-decoration: none;
}

.btn-icon {
  width: 30px;
  height: 30px;
  margin-right: 4px;
  border: 1px none #173ca3;
  border-radius: 0px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.btn-icon:hover {
  background-color: #fff;
}

.btn-icon.facebook {
  border-color: #173ca3;
  border-radius: 150px;
  background-image: url('../images/social-icons-azul.svg');
  background-position: 56% 50%;
  background-size: 90px;
  background-repeat: no-repeat;
}

.btn-icon.twitter {
  background-image: url('../images/social-icons-azul.svg');
  background-position: 100% 50%;
  background-size: 90px;
  background-repeat: no-repeat;
}

.btn-icon.instagram {
  background-image: url('../images/social-icons-azul.svg');
  background-position: 0px 50%;
  background-size: 90px;
  background-repeat: no-repeat;
}

.mob-event-card {
  display: none;
}

.hh-wrpr {
  display: block;
  width: 80%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
}

.big-btn-incrib {
  display: none;
}

.beh-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 10px;
  background-color: rgba(19, 19, 19, 0.65);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

.light-link {
  color: #2fd5dd;
  text-decoration: underline;
}

.light-link:hover {
  text-decoration: none;
}

.social-btn {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  margin-bottom: 30px;
  margin-left: 10px;
  border-radius: 15px;
  background-color: #2fd5dd;
  background-image: url('../images/social-icons-sprite.svg');
  background-position: 0px 0px;
  background-size: 90px 60px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.social-btn:hover {
  background-color: #28acb3;
}

.social-btn.flat {
  margin-bottom: 0px;
}

.social-btn.instagram {
  background-position: 100% 0%;
}

.social-btn.twitter {
  background-position: 50% 0%;
}

.social-btn.special {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.main-event-hero {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  height: 100%;
}

.main-event-car {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 500px;
  height: 500px;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  background-color: #eee;
}

.event-hero {
  position: relative;
  height: 580px;
  background-color: #bde2fc;
  background-image: url('../images/event-img-demo.jpg'), url('../images/ratio-img.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.main-event-hldr {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  width: 1100px;
  margin-right: auto;
  margin-bottom: -60px;
  margin-left: auto;
  background-image: url('../images/alumasports-tb.svg');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.brgr {
  display: none;
  overflow: hidden;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  float: left;
  border: 1px solid #fff;
  border-radius: 2px;
}

.no-pdd {
  padding-right: 0px;
  padding-left: 0px;
}

.pre-event-card {
  position: relative;
  display: block;
  overflow: hidden;
  height: 450px;
  border: 1px solid #000;
  background-color: #eee;
}

.pre-event-card.dos {
  background-image: url('../images/second-event-img-2.jpg');
}

.pre-event-card.tres {
  background-image: url('../images/second-event-img-3.jpg');
}

.pre-event-card.on-scores {
  height: 250px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 30px;
  border-top: 10px solid #3f4863;
  background-color: #3a4052;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.ftr-link {
  display: block;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 2px solid #4b5572;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Saira, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 1em;
  line-height: 20px;
  text-decoration: none;
}

.ftr-link:hover {
  padding-left: 14px;
  border-left-width: 8px;
  border-left-color: #2fd5dd;
  color: #2fd5dd;
}

.ftr-nav {
  display: inline-block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 29px;
  margin-left: auto;
}

.ftr-btn {
  display: inline-block;
  margin-right: 6px;
  margin-left: 10px;
  color: #eee;
  text-decoration: none;
  text-transform: uppercase;
}

.ftr-legal {
  color: #7d87a3;
  font-size: 11px;
}

.pec-race-name {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  background-color: #424242;
  color: #fff;
  text-decoration: none;
}

.event-tt {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.pec-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: url('../images/feed-eventos-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.pec-img.dos {
  background-image: url('../images/utc-alumia-portada.jpg');
}

.pec-img.tres {
  background-image: url('../images/second-event-img-2.jpg');
}

.pec-date {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 40px;
  margin-top: 0px;
  margin-right: 10px;
  padding: 10px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #424242;
  font-family: 'Saira Condensed', sans-serif;
  color: #eee;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.pec-options {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 100px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0px, -50%) scale(0.6);
  -ms-transform: translate(0px, -50%) scale(0.6);
  transform: translate(0px, -50%) scale(0.6);
}

.pec-img-shade {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  background-color: #424242;
  opacity: 0;
}

.side-nav {
  display: inline-block;
  float: left;
}

.side-nav.fix-one {
  float: right;
}

.modal-shade {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1100;
  display: none;
  overflow: auto;
  height: 100vh;
  border-radius: 0px;
  background-color: rgba(7, 16, 42, 0.9);
  opacity: 0;
}

.modal-shade.show {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  opacity: 1;
}

.mob-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 100vh;
}

.social-bar.a-left {
  text-align: left;
}

.social-bar.on-side-bar {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.wall-resultados {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.wr-v-wrpr {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  margin-top: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.wr-v-wrpr.full-screen-mov {
  position: relative;
  margin-top: 0px;
}

.search-results-card {
  position: relative;
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #eee #dfdfdf;
  border-radius: 6px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(66%, #eee), to(#d3d3d3));
  background-image: linear-gradient(180deg, #fff, #eee 66%, #d3d3d3);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.63);
}

.src-hdr {
  padding: 20px 20px 24px;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}

.src-body {
  padding-top: 20px;
  border-top: 1px solid #fff;
}

.res-tt {
  font-family: Saira, sans-serif;
  color: #2fd5dd;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.res-alumiasports {
  width: 240px;
}

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

.carreras-filter {
  width: 300px;
  border-radius: 5px;
}

.race-drpr {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background-color: #e2e2e2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), color-stop(56%, rgba(252, 246, 246, 0.47)));
  background-image: linear-gradient(180deg, #e2e2e2, rgba(252, 246, 246, 0.47) 56%);
  font-family: Saira, sans-serif;
  color: #8d8d8d;
  font-weight: 500;
  text-transform: uppercase;
}

.race-drpr:hover {
  border-color: #b8b8b8;
}

.race-drpr.w--open {
  border-color: #b8b8b8;
  border-bottom-style: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
  background-image: none;
}

.race-drpr-ico {
  font-size: 22px;
}

.race-drpr-li.w--open {
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.rdl-wrpr {
  overflow: hidden;
  padding-top: 2px;
  border-style: dashed solid solid;
  border-width: 1px;
  border-color: #eee #b8b8b8 #b8b8b8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
}

.rdl-race-btn {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Saira, sans-serif;
  color: #b8b8b8;
}

.rdl-race-btn:hover {
  color: #2fd5dd;
}

.racer-search {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
}

.race-search-blk {
  display: block;
  margin-bottom: 0px;
  padding-right: 10%;
  padding-bottom: 26px;
  padding-left: 10%;
}

.rs-input-wr {
  display: inline-block;
  width: 80%;
  float: left;
}

.rs-tt {
  margin-bottom: 5px;
  padding-left: 20px;
  font-family: Saira, sans-serif;
  color: #272727;
  font-weight: 500;
  text-align: left;
}

.sr-input {
  height: 40px;
  margin-bottom: 0px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #f8f8f8;
  font-family: Inconsolata, monospace;
  color: #173ca3;
  font-size: 18px;
}

.sr-input:focus {
  border-color: #2fdd97;
}

.sr-input::-webkit-input-placeholder {
  color: #d6d6d6;
}

.sr-input:-ms-input-placeholder {
  color: #d6d6d6;
}

.sr-input::-ms-input-placeholder {
  color: #d6d6d6;
}

.sr-input::placeholder {
  color: #d6d6d6;
}

.sr-btn-wrpr {
  display: inline-block;
  width: 20%;
  float: left;
}

.button {
  display: block;
  height: 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.sr-btn-go {
  display: block;
  height: 40px;
  padding: 0px 0px 0px 14px;
  border: 1px solid #2fdd97;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #2fdd97;
  font-family: Saira, sans-serif;
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.back-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 35px;
  margin-left: -25px;
  border-radius: 25px;
  background-color: #2fdd97;
  background-image: url('../images/back-arrow.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.back-btn:hover {
  background-color: #2c8;
}

.wrpr-resultados {
  position: relative;
  display: block;
  width: 1100px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: #fff;
}

.resultados-container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: linear-gradient(128deg, #173ca3, #2fd5dd);
}

.titulo-carrera {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.hldr-reco {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: auto;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

.hldr-reco.show {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.wrpr-reco {
  position: relative;
  display: inline-block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 30px 30px -15px rgba(0, 0, 0, 0.5);
}

.reco-bar-options {
  position: relative;
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  background-color: #2fd5dd;
  text-align: left;
}

.cerrar-mod {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 20px;
  float: right;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.reco-container {
  position: relative;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
}

.reco-bottom-bar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(19, 19, 19, 0.9);
}

.reco-options-bar {
  display: inline-block;
  float: right;
}

.reconocimiento {
  position: relative;
  display: block;
  width: 1024px;
  height: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-image: url('../images/alumiasports-loading.gif');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.res-back-btn {
  width: 30px;
  height: 40px;
  margin-right: 10px;
  float: left;
  background-image: url('../images/back-arrow.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.bg-resultados {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
  background-image: linear-gradient(129deg, #173ca3, #2fd5dd);
}

.reco-data-wrpr {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.data {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.col-izq {
  width: 400px;
  margin-top: 70px;
  padding-left: 80px;
  text-align: left;
}

.ul-rec-data-one {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 300;
}

.rec-text-one {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

.rec-corredor-name {
  margin-bottom: 20px;
  font-family: Saira, sans-serif;
  color: #071533;
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
}

.image-2 {
  width: 100%;
}

.bg-gradiente {
  background-color: #666;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#fff));
  background-image: linear-gradient(180deg, #666, #fff);
}

.rec-text-two {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
}

.rec-competencia {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.rec-divider {
  width: 450px;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #fff;
}

.ul-reco-data-two {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 300;
}

.ul-reco-li {
  display: inline-block;
  width: 40%;
  padding: 0px 0px 14px;
  float: left;
}

.rec-data {
  font-size: 20px;
  font-weight: 700;
}

.li-rec-name {
  height: 100px;
}

.li-rec-race-name {
  height: 90px;
}

.ul-li-team {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
  padding-right: 100px;
  float: left;
}

.team-name {
  font-weight: 700;
}

.col-der {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  padding-top: 58px;
  float: right;
  text-align: center;
}

.event-image {
  position: relative;
  display: block;
  width: 340px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #eee;
}

.logo-alumia-rec {
  width: 312px;
  margin-bottom: 29px;
  margin-left: -20px;
}

.score-timer {
  display: block;
  width: 240px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.timer-tt {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.timer {
  position: relative;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  background-color: #071533;
  color: #fff;
  text-align: center;
}

.digit-timer {
  font-family: 'Nova Square', sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.timer-data {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
}

.timer-data-tag {
  display: inline-block;
  width: 33.3333%;
  float: left;
  font-family: 'Droid Sans', sans-serif;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
}

.parciales-blk {
  margin-top: 41px;
  text-align: center;
}

.parciales-tt {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid #071533;
  font-family: Roboto, sans-serif;
  color: #071533;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.in-hero {
  position: relative;
  height: 350px;
  border-bottom: 10px solid #f5f5f5;
  background-image: linear-gradient(128deg, #2fd5dd, #173ca3);
  color: #fff;
}

.in-hero.smaller {
  height: 250px;
}

.ih-wrpr {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

.ih-tt {
  margin-bottom: 10px;
}

.fix-row {
  margin-right: -10px;
  margin-left: -10px;
}

.reg-form {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cform-50 {
  display: inline-block;
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  float: left;
}

.cform-row {
  margin-right: -1%;
  margin-left: -1%;
}

.h4-title {
  margin-bottom: 0px;
  color: #173ca3;
  font-style: italic;
  font-weight: 700;
}

.font-blk {
  margin-top: 50px;
  margin-bottom: 50px;
}

.sub-tt {
  color: #a0a0a0;
}

.sex-option {
  height: 70px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.radio {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  float: left;
  text-align: left;
}

.radio._50-fix {
  width: 50%;
  margin: 10px 0px 0px;
  padding-left: 30px;
  font-family: Roboto, sans-serif;
}

.help-txt-form {
  margin-bottom: 10px;
  font-size: 80%;
  line-height: 100%;
}

.newsletter-reg {
  margin-top: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.user-info-card {
  margin-bottom: 40px;
  padding: 20px 20px 10px;
  border: 1px solid #b8b8b8;
  border-radius: 2px;
}

.reg-form-hdr {
  margin: -20px -20px 30px;
  padding: 20px 20px 10px;
  border-bottom: 1px dashed #b8b8b8;
}

.reg-form-hdr.tab-menu {
  padding-bottom: 0px;
}

.form-select {
  display: block;
}

.fs-drpr {
  display: block;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f0f0f0;
  font-family: Inconsolata, monospace;
}

.fs-drpr.used {
  border: 1px solid #d6d6d6;
  background-color: #fff;
}

.reg-form-botonera {
  margin: 10px -20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px dotted #d6d6d6;
  text-align: right;
}

.registro-btn {
  display: inline-block;
  margin-left: 10px;
  padding: 10px 20px;
  background-color: #2fdd97;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Saira, sans-serif;
  font-size: 100%;
  line-height: 160%;
  text-transform: uppercase;
}

.registro-btn:hover {
  background-color: #1cc782;
}

.registro-btn.full-w {
  display: block;
  width: 100%;
  margin-left: 0px;
}

.cancel-btn {
  padding: 10px 20px;
  border: 1px solid #e7331a;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Saira, sans-serif;
  color: #e7331a;
  font-size: 100%;
  line-height: 160%;
  text-transform: uppercase;
}

.cancel-btn:hover {
  background-color: #e7331a;
  color: #fff;
}

.alumia-bg {
    background-image: url(../images/bg-alumia.gif);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

._w-alert {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px 30px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 20px 20px -10px rgba(14, 28, 66, 0.5);
  text-align: center;
}

._w-alert.a-left {
  border-radius: 4px;
  text-align: left;
}

._w-alert.race-ticket {
  overflow: hidden;
}

._w-alert.add-new-user-card {
  position: relative;
  width: 600px;
  padding: 57px 0px 0px;
}

.blue-txt {
  color: #173ca3;
}

.wa-logo {
  margin-bottom: 20px;
}

.link {
  color: #2fd5dd;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.nuevo-correo-form {
  padding-top: 20px;
}

.alert-blk {
  margin-bottom: 40px;
  padding: 20px;
  border: 2px solid #2fdd97;
  border-radius: 2px;
  color: #2fdd97;
}

.alert-blk.red {
  border-color: #e7331a;
  color: #e7331a;
}

.ab-txt {
  margin-bottom: 0px;
}

.wa-hdr {
  position: relative;
  margin: -40px -30px 30px;
  padding-top: 30px;
  padding-left: 30px;
}

.wa-hdr.flexer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 6px;
  -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: #fafafa;
  font-size: 1.2em;
  line-height: 140%;
}

.wa-hdr-hr {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 2px;
  background-image: linear-gradient(115deg, #173ca3, #2fd5dd);
}

.aw-ftr {
  margin: 40px -30px -30px;
  padding: 20px 30px;
  border-top: 1px dashed #d6d6d6;
  background-color: #fcfcfc;
}

.ingresa-btns {
  margin-top: 30px;
}

.password-card {
  position: relative;
  padding: 10px;
  border: 1px solid #e7331a;
}

.field-label {
  margin-bottom: 0px;
}

.urb-body {
  margin-top: 20px;
}

.urb-event-card {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-height: 300px;
  margin-right: 1%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border-style: dashed solid solid;
  border-width: 1px;
  border-color: #d6d6d6 #eee #eee;
}

.urb-event-card:hover {
  border-color: #b8b8b8;
}

.urb-event-img {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.urb-event-info {
  display: inline-block;
}

.proximo-evento {
  color: #2fdd97;
  font-weight: 700;
}

.evento-pasado {
  color: #e7331a;
  font-weight: 700;
}

.reconimiento-img {
  width: 100%;
}

.main-slider {
  overflow: hidden;
  height: 100%;
  border-radius: 4px;
  background-color: transparent;
}

.event-slide {
  position: relative;
  display: block;
  height: 100%;
}

.r-s-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.l-s-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 10px;
}

.proximamente {
  height: auto;
  margin-bottom: 40px;
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #eee;
  background-image: linear-gradient(123deg, #173ca3, #2fd5dd);
  color: #fff;
  text-align: center;
}

.logo-banner {
  margin-bottom: 30px;
}

.event-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(36%, transparent), to(#2fd5dd));
  background-image: linear-gradient(90deg, transparent 36%, #2fd5dd);
  opacity: 0;
  -webkit-transition: opacity 350ms ease-in-out;
  transition: opacity 350ms ease-in-out;
  color: #fff;
  font-weight: 700;
}

.event-hover:hover {
  opacity: 1;
}

.eh-v-wrpr-txt {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: auto;
  margin-right: 10%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.eh-txt {
  margin-bottom: 0px;
}

.eh-shade {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#173ca3), color-stop(31%, transparent));
  background-image: linear-gradient(180deg, #173ca3, transparent 31%);
}

.buscar-btn {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  float: right;
  background-color: #2fdd97;
  background-image: url('../images/buscar-icon.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.btn-s-txt {
  display: none;
}

.search-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1100;
  display: none;
  height: 80px;
  padding-top: 18px;
  background-color: #fff;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.search-bar.show {
  display: block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.input-search {
  display: inline-block;
  width: 87%;
  height: 40px;
  float: left;
  border-style: none;
  font-family: Roboto, sans-serif;
  color: #424242;
}

.input-search::-webkit-input-placeholder {
  color: #424242;
}

.input-search:-ms-input-placeholder {
  color: #424242;
}

.input-search::-ms-input-placeholder {
  color: #424242;
}

.input-search::placeholder {
  color: #424242;
}

.input-search.flat {
  margin-bottom: 0px;
}

.sb-options {
  display: inline-block;
  width: 10%;
  height: 40px;
  float: left;
  text-align: right;
}

.sb-options.reset {
  width: auto;
}

.sb-btn {
  width: 40px;
  height: 40px;
  float: right;
  background-color: #2fdd97;
  background-image: url('../images/buscar-icon.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.sb-close {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  float: right;
  background-color: #e7331a;
  background-image: url('../images/close_1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.hero-in {
  position: relative;
  height: 200px;
  border-bottom: 10px solid #68bfc3;
  background-color: #fff;
  background-image: linear-gradient(45deg, rgba(23, 60, 163, 0.9), rgba(47, 213, 221, 0.9)), url('../images/bg-main.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.hero-in.services {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#173ca3), color-stop(34%, transparent)), url('../images/hder-servicios.jpg');
  background-image: linear-gradient(180deg, #173ca3, transparent 34%), url('../images/hder-servicios.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.wrpr-hero-in {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 1100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.sponsors-blk {
  position: relative;
  padding-top: 20px;
  /*padding-bottom: 20px;*/
  background-color: #fff;
}

.promo-banner {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.promo-banner-img {
  width: 100%;
}

.user-profile-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tab-active {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: -1px;
  float: left;
  border-bottom: 1px solid #173ca3;
  color: #173ca3;
  line-height: 40px;
  font-style: italic;
  font-weight: 700;
}

.tab {
  display: inline-block;
  height: 40px;
  margin-right: 20px;
  margin-bottom: -1px;
  float: left;
  font-family: 'Saira Condensed', sans-serif;
  color: #b8b8b8;
  line-height: 40px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.tab-txt {
  line-height: 40px;
  font-weight: 700;
}

.event-brief {
  position: relative;
  display: block;
  background-color: #fff;
}

.eassy-reg-card {
  display: inline-block;
  width: 30%;
  padding: 40px 40px 20px;
  float: right;
  background-color: #666;
  color: #fff;
}

.event-content {
  background-color: #f5f5f5;
}

.e-tab {
  left: 1px;
  width: 14.27%;
  height: 60px;
  padding: 14px 0px;
  background-color: #fff;
  font-family: 'Saira Condensed', sans-serif;
  color: #b8b8b8;
  font-size: 13px;
  text-align: center;
}

.e-tab.w--current {
  background-color: #2fd5dd;
  color: #fff;
}

.e-tab-txt {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  margin-top: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  line-height: 15px;
}

.tab-content {
  padding: 20px;
  border-top: 1px solid #eee;
  background-color: #fff;
}

.event-drpr {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
}

.event-drp-btn {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  background-color: #eee;
  font-family: Saira, sans-serif;
  color: #173ca3;
}

.event-drp-btn.w--open {
  border-style: solid solid none;
  border-width: 1px;
  border-color: #eee;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
}

.edr-icon {
  color: #173ca3;
}

.reg-tt {
  margin-bottom: 15px;
}

.edb-li {
  margin-top: 1px;
}

.edb-li.w--open {
  border-style: none solid solid;
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: #173ca3;
}

.edb-li-btn {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eee;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Saira, sans-serif;
  color: #b8b8b8;
}

.edb-li-btn:hover {
  background-color: #f8f8f8;
  color: #173ca3;
}

.event-reg-input {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  background-color: #f5f5f5;
  color: #000;
}

.event-reg-input::-webkit-input-placeholder {
  font-family: Inconsolata, monospace;
  color: #272727;
}

.event-reg-input:-ms-input-placeholder {
  font-family: Inconsolata, monospace;
  color: #272727;
}

.event-reg-input::-ms-input-placeholder {
  font-family: Inconsolata, monospace;
  color: #272727;
}

.event-reg-input::placeholder {
  font-family: Inconsolata, monospace;
  color: #272727;
}

.reg-total {
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 213, 221, 0.4)), to(rgba(47, 213, 221, 0.4))), url('../images/intersection.png');
  background-image: linear-gradient(180deg, rgba(47, 213, 221, 0.4), rgba(47, 213, 221, 0.4)), url('../images/intersection.png');
  background-position: 0px 0px, 0px 0px;
  color: #173ca3;
  font-weight: 700;
  text-align: center;
}

.total-txt {
  margin-bottom: 0px;
  font-weight: 700;
}

.pagar-btn {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #2fdd97;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-family: Saira, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.pagar-btn:hover {
  background-color: #6bffc3;
}

.no-registrado {
  margin-right: -20px;
  margin-bottom: -20px;
  margin-left: -20px;
  padding: 15px 20px 20px;
  border-top: 1px solid #eee;
  background-color: #f5f5f5;
}

.link-forgot-pass {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #2fd5dd;
  text-align: center;
}

.user-nav-options {
  margin-bottom: 20px;
}

.upload-pro-pic-hldr {
  text-align: center;
}

.profile-pic {
  margin-top: 10px;
  margin-bottom: 20px;
}

.profile-pic.on-edit {
  padding: 12px 10px 10px;
  background-color: #f8f6f6;
}

.ls-dl-user-info {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.avatar {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  border-radius: 25px;
  background-color: #eee;
}

.user-brief {
  width: 75%;
  margin-top: 6px;
  float: left;
}

.ub-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Saira, sans-serif;
  color: #173ca3;
  font-size: 110%;
  line-height: 20px;
  font-weight: 700;
}

.ub-mail {
  color: #424242;
  font-size: 11px;
  line-height: 15px;
}

.cc-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #424242;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #424242;
  text-align: center;
}

.cc-btn:hover {
  background-color: #424242;
  color: #eee;
}

.pp-btn {
  display: block;
  margin-bottom: 5px;
  background-color: transparent;
  color: #b8b8b8;
}

.pp-btn.user-icon {
  padding-left: 40px;
  background-image: url('../images/user-icon.svg');
  background-position: 5px 50%;
  background-size: 26px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.pp-btn.user-icon:hover {
  background-color: #f8f8f8;
}

.pp-btn.eventos-icon {
  padding-left: 40px;
  background-image: url('../images/mis-proximos-eventos.svg');
  background-position: 5px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.terms-conditions {
  margin-bottom: 20px;
  padding: 12px 10px 10px;
  background-color: #f5f5f5;
}

.alert-b-date {
  margin-bottom: 20px;
}

.alert-descount-ok {
  margin-bottom: 10px;
  padding: 12px 20px;
  background-color: #27f5a2;
  font-family: Roboto, sans-serif;
  color: #424242;
  font-size: 12px;
  text-align: center;
}

.alert-descount-wrong {
  margin-bottom: 10px;
  padding: 12px 10px;
  background-color: #e7331a;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.red-txt {
  color: #e7331a;
}

.login-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 10px 20px 5px;
  background-color: #fff;
  color: #424242;
}

.lc-hdr {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #eee;
}

.lc-ftr {
  margin-right: -20px;
  margin-bottom: -5px;
  margin-left: -20px;
  padding: 10px 20px 14px;
  border-top: 1px dashed #eee;
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #424242;
  text-align: center;
}

.lc-ftr.a-left {
  text-align: left;
}

.soldout {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 4px solid #e7331a;
  background-color: #fff;
  color: #272727;
}

.agotadas-tt {
  padding-left: 35px;
  background-image: url('../images/alerta.svg');
  background-position: 0px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.event-brief-movile {
  display: none;
}

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

.rt-info-ul {
  padding: 15px;
  border: 1px solid #eee;
  background-color: #fcfcfc;
  font-size: 12px;
  line-height: 16px;
}

.rt-i-ul-li {
  margin-bottom: 5px;
}

.back-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  margin-top: 22px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #173ca3;
  background-image: url('../images/slide-r-arrow.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.event-info-blok {
  padding: 40px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.ei-tt {
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #173ca3;
  color: #173ca3;
  font-weight: 700;
}

.mov-reg-btn {
  display: none;
}

.race-brief-tabs {
  height: 100%;
}

.re-nav {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #eee;
}

.nav-content {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  width: 100%;
}

.nav-tab {
  display: block;
  height: 60px;
  padding: 10px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #dedede;
  background-color: #f5f5f5;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Saira, sans-serif;
  color: #272727;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
}

.nav-tab:hover {
  background-color: #d6d6d6;
}

.nav-tab.w--current {
  background-color: #173ca3;
  color: #fff;
}

.blok {
  padding-top: 60px;
  padding-bottom: 60px;
}

.spacer {
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #2fd5dd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#173ca3), to(#2fd5dd));
  background-image: linear-gradient(180deg, #173ca3, #2fd5dd);
}

.mylaps {
  position: relative;
  display: block;
  overflow: hidden;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 20px 20px -10px #d1cfcf;
}

.ml-txt {
  padding-top: 60px;
}

.c-form {
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.text-area {
  min-height: 160px;
  border-style: none;
  background-color: #f0f0f0;
}

.success {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 4px;
  background-color: #2fd5dd;
  color: #071533;
}

.instragam-wall {
  position: relative;
  display: block;
  background-color: #272727;
}

.embed-instagram {
  position: relative;
}

.oxxo-pay-blk {
  margin-bottom: 40px;
}

.txt-blk {
  color: #000;
}

.error {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #f3614d;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.pay-wrpr {
  position: relative;
  display: block;
  width: 1000px;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
}

.res-search {
  width: 90%;
  height: 50px;
  margin-bottom: 0px;
  float: left;
  border-style: none;
  font-family: Saira, sans-serif;
  font-size: 16px;
}

.btn-search {
  width: 10%;
  height: 50px;
  padding: 0px;
  float: left;
  background-color: #2fdd97;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Saira, sans-serif;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

.btn-search:hover {
  background-color: #48ecaa;
}

.ec-side-nav {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.ec-content {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: scroll;
  width: 84%;
  border-left: 2px solid #d6d6d6;
}

.ec-sn-hdr {
  background-color: #fff;
}

.ec-hdr {
  position: relative;
  background-image: linear-gradient(140deg, #2fd5dd, #173ca3);
}

.ec-hdr-tb {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  padding: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.r-tb-wrpr {
  float: right;
}

.event-main-image {
  width: 100%;
}

.main-event-image {
  width: 100%;
}

/* .ec-sn-nav {
  padding-top: 30px;
  padding-bottom: 30px;
} */

.sn-btn {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Saira, sans-serif;
  color: #000;
  line-height: 50px;
}

.sn-btn:hover {
  background-color: #eee;
}

.sn-btn.login {
  height: 40px;
  padding-right: 48px;
  border-bottom-style: none;
  background-color: #2fd5dd;
  background-image: url('../images/login-user.svg');
  background-position: 92% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 40px;
}

.sn-btn.eventos {
  background-image: url('../images/eventos-icon.svg');
  background-position: 95% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.sn-btn.resultados {
  background-image: url('../images/resultados-icon.svg');
  background-position: 95% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.sn-btn.logued {
  display: block;
  background-color: #2fd5dd;
  background-image: url('../images/login-user-blue.svg');
  background-position: 92% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.sn-btn.logued:hover {
  background-color: #28acb3;
}

.sn-btn.servicios {
  background-image: url('../images/services-icon.svg');
  background-position: 95% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.sn-btn.small {
  height: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom-style: none;
  color: #958b8b;
  font-size: 0.9em;
  line-height: 1.4em;
}

.sn-btn.small:hover {
  background-color: #fff;
  color: #424242;
}

.login-alert {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: none;
  width: 84%;
  padding: 15px 20px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  background-color: rgba(23, 60, 163, 0.9);
  font-family: 'Saira Condensed', sans-serif;
  color: #fff;
}

.login-alert.hide {
  display: block;
  width: 84%;
}

.ec-sn-footer {
  margin-bottom: 60px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-top: 1px solid #eee;
  color: #b8b8b8;
}

.fast-search-blk {
  height: 60px;
}

.fast-search-imput {
  height: 60px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #eee;
}

.fast-search-imput:focus {
  border-style: none;
  background-color: #eee;
}

.fast-search-imput::-webkit-input-placeholder {
  font-family: Saira, sans-serif;
  color: #b8b8b8;
  font-style: italic;
}

.fast-search-imput:-ms-input-placeholder {
  font-family: Saira, sans-serif;
  color: #b8b8b8;
  font-style: italic;
}

.fast-search-imput::-ms-input-placeholder {
  font-family: Saira, sans-serif;
  color: #b8b8b8;
  font-style: italic;
}

.fast-search-imput::placeholder {
  font-family: Saira, sans-serif;
  color: #b8b8b8;
  font-style: italic;
}

.search-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-right: 10px;
  float: right;
  background-image: url('../images/buscar-icon-black.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.f-search-form {
  position: relative;
  overflow: hidden;
}

.social-ftr {
  display: block;
  padding: 8px 15px;
  -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;
  background-color: #fff;
  text-align: center;
}

.ftr-leyend {
  padding: 4px 14px 10px;
}

.eb-tab {
  padding: 15px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #eee;
  background-color: #fff;
  font-family: 'Saira Condensed', sans-serif;
  color: #b8b8b8;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.eb-tab.w--current {
  background-color: #2fd5dd;
  color: #fff;
  font-weight: 400;
}

.eb-nav-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}

.la-txt {
  display: inline-block;
  float: left;
  line-height: 40px;
}

.registry-bar {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  text-align: right;
}

.fast-reg-btn {
  padding: 2px 40px 0px 15px;
  background-color: #173ca3;
  background-image: url('../images/reg-icon-2.svg');
  background-position: 95% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  box-shadow: 0 20px 20px -14px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Saira, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.fast-reg-btn:hover {
  background-color: #2d5cdd;
}

.modal-registro-shade {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  display: block;
  background-color: rgba(0, 0, 0, 0.89);
}

.modal-registro {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 300;
  display: block;
  overflow: auto;
  width: 40%;
  padding: 30px;
  background-color: #3a4052;
  color: #fff;
}

.modal-registro.show {
  display: block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mr-hdr {
  position: relative;
  top: 0px;
  right: 0px;
  margin-bottom: 20px;
}

.rg-tt {
  display: inline-block;
  margin-bottom: 0px;
  line-height: 40px;
}

.rg-close {
  width: auto;
  height: 40px;
  padding-right: 30px;
  padding-left: 8px;
  float: right;
  background-color: #e7331a;
  background-image: url('../images/cerrar-bold.svg');
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Saira, sans-serif;
  color: #fff;
  line-height: 40px;
  font-weight: 600;
  text-decoration: none;
}

.side-reg {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 24%;
  padding: 20px;
  border-left: 1px solid #b8b8b8;
  background-color: #666;
  color: #fff;
}

.side-event-content {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow: scroll;
  width: 76%;
}

.sec-hdr {
  position: relative;
  overflow: hidden;
  height: 640px;
  margin-top: 60px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec-topbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 76%;
  height: 60px;
  background-image: linear-gradient(140deg, #2fd5dd, #173ca3);
}

.reg-options {
  display: block;
}

.loguin-blk {
  display: none;
}

.txt-btn-tab {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  margin-top: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.login-alert-txt {
  width: 60%;
}

.mov-nav-event {
  display: none;
}

.tp-event-logo {
  width: 60px;
  height: 60px;
  background-color: #fff;
}

.white-blok {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.event-pre-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /*height: 170px;*/
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  /*padding: 20px 20px 0px;*/
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #173ca3;
  text-decoration: none;
}

.event-pre-card:hover {
  border-color: #d6d6d6;
  box-shadow: 0 10px 10px -5px #ccc;
}

.epc-thumb {
  width: 100px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #eee;
  background-image: url('../images/as-logo.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.epc-thumb.small {
  width: 80px;
  min-height: auto;
}

.epa-brief {
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 1em;
  line-height: 140%;
}

.epa-brief.small {
  padding-top: 0px;
  padding-right: 0px;
}

.epc-title {
  height: 60px;
  margin-bottom: 15px;
  color: #272727;
  font-size: 1.5em;
  line-height: 140%;
  font-weight: 700;
}

.epc-data-icon {
  margin-bottom: 8px;
  color: #272727;
}

.epa-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
  color: #272727;
}

.image-3 {
  width: 120px;
}

.arrow {
  width: 60%;
}

.reg-process-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 60px;
  margin-top: 30px;
  margin-bottom: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 30px;
  font-family: 'Saira Condensed', sans-serif;
  font-size: 1.2em;
  line-height: 60px;
  text-transform: uppercase;
}

.reg-pro-steap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #eee;
  text-align: center;
  letter-spacing: 1.4px;
}

.reg-pro-steap.active {
  background-color: #2fd5dd;
}

.reg-pro-text {
  line-height: 60px;
}

.reg-pro-text.active {
  background-color: #2fd5dd;
}

.reg-process-race-info {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 6px;
}

.reg-proces-process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ins-label {
  height: 40px;
  margin-bottom: 22px;
  padding: 10px;
  border-radius: 20px;
  background-color: #2fd5dd;
  font-family: 'Saira Condensed', sans-serif;
  color: #000;
  font-size: 1.2em;
  text-align: center;
  letter-spacing: 1.2px;
}

.registro-card {
  margin-bottom: 40px;
  padding: 25px 30px 15px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  background-color: #fff;
}

.rc-hdr {
  border-bottom-width: 1px;
}

.help-title {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  background-color: #dcf7f8;
  font-family: Saira, sans-serif;
}

.reg-label {
  padding-left: 10px;
}

.user-info-on-reg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px 20px 15px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 4px;
  background-color: #f5f5f5;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  line-height: 140%;
}

.label-txt {
  margin-bottom: 5px;
  padding-left: 10px;
  font-family: Inconsolata, monospace;
}

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

.hst-btn {
  display: inline-block;
  height: 30px;
  padding: 0px 18px;
  border-radius: 15px;
  line-height: 30px;
}

.hst-btn.w--current {
  display: none;
}

.user-name-rg-tag {
  display: inline-block;
  line-height: 45px;
  font-weight: 500;
}

.btn-icons {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-right: 1%;
  margin-left: 1%;
  padding: 0px 10px 0px 4px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #e7331a;
  border-radius: 4px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Saira Condensed', sans-serif;
  color: #e7331a;
  font-size: 1.2em;
  line-height: 50px;
  text-decoration: none;
}

.btn-icons:hover {
  background-color: #fff;
}

.btn-icons.brdr-bnt {
  padding-right: 2px;
  padding-left: 10px;
  border-color: #173ca3;
  font-family: Saira, sans-serif;
  color: #173ca3;
  font-size: 1em;
  line-height: 48px;
  cursor: pointer;
}

.btn-icons.brdr-bnt:hover {
  background-color: #acbce7;
}

.btn-icons.brdr-bnt.siguiente {
  border-color: #2fd5dd;
  background-color: #2fd5dd;
  color: #000;
}

.btn-icons.brdr-bnt.siguiente:hover {
  border-color: #28acb3;
  background-color: #28acb3;
}

.btn-icons.brdr-bnt.pagar {
  border-color: #e7331a;
  background-color: #e7331a;
  color: #fff;
}

.btn-icons.brdr-bnt.pagar:hover {
  border-color: #a21d0a;
  background-color: #a21d0a;
}

.btn-icons.brdr-bnt.paypal {
  border-color: #008ad7;
  color: #008ad7;
}

.btn-icons.brdr-bnt.paypal.off {
  opacity: 0.5;
}

.btn-icons.brdr-bnt.oxxo {
  border-color: red;
  color: red;
}

.btn-icons.brdr-bnt.oxxo:hover {
  background-color: #eee;
}

.btn-icons.brdr-bnt.oxxo.off {
  opacity: 0.5;
}

.btn-icons.brdr-bnt.off {
  opacity: 0.5;
}

.btn-icons.brdr-bnt.descount-code-btn {
  border-color: #2fd5dd;
  color: #2fd5dd;
}

.btn-icons.brdr-bnt.descount-code-btn:hover {
  background-color: #ccecee;
}

.btn-icons.add-user {
  height: 50px;
  padding-top: 4px;
  padding-right: 0px;
  padding-left: 12px;
}

.icons {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 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;
}

.icons.cc-icon {
  margin-left: 6px;
}

.text-block {
  padding: 4px 12px;
}

.image-4 {
  position: relative;
  display: block;
}

.btn {
  height: 50px;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #173ca3;
  border-radius: 4px;
  background-color: #173ca3;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Saira, sans-serif;
  font-size: 1.2em;
  line-height: 50px;
}

.btn:hover {
  border-color: #3b67e0;
  background-color: #3b67e0;
}

.btn.brdr {
  background-color: transparent;
  color: #173ca3;
}

.btn.brdr:hover {
  background-color: #3b67e0;
  color: #fff;
}

.btn.solid-green {
  width: 20%;
  margin-right: 0%;
  margin-left: 0%;
  border-color: #2fdd97;
  border-radius: 0px;
  background-color: #2fdd97;
  text-align: center;
}

.reg-event-side-info {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.modal-content {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1200;
  display: none;
  overflow: auto;
  height: 100vh;
  -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;
}

.modal-content.show {
  display: block;
}

.modal-content.new-registro {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.small-close {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.wa-body {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.new-player-cheker {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-radius: 4px;
  background-color: #eee;
  text-align: left;
}

.reg-resume {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px dashed #d6d6d6;
  font-family: 'Saira Condensed', sans-serif;
  color: #000;
  font-size: 1.1em;
  line-height: 140%;
}

.rr-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rr-row.rr-total {
  border-top: 1px solid #d6d6d6;
  font-size: 1.2em;
}

.rg-price {
  color: #000;
  font-weight: 700;
}

.reg-col-one {
  width: 70%;
  padding-right: 2%;
}

.reg-col-two {
  width: 30%;
}

.reg-titular {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #2fd5dd;
  color: #173ca3;
  font-weight: 700;
}

.tabs-content {
  overflow: visible;
}

.sub-titiles {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  color: #173ca3;
}

.alert-cupon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  -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;
}

.alert-cupon.red {
  color: #e7331a;
}

.alert-cupon.green {
  color: #2fdd97;
}

.ac-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.metodos-pago {
  margin-bottom: 20px;
}

.btw-logo {
  overflow: hidden;
  height: 50px;
  margin-right: 1%;
  margin-left: 1%;
  border: 1px solid #173ca3;
  border-radius: 4px;
}

.btw-logo.paypal {
  border-style: none;
}

.pay-method-card {
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  border: 1px solid #173ca3;
  border-radius: 4px;
  background-color: #fafafa;
}

.pay-method-card.oxxo {
  padding-bottom: 20px;
  border-color: #e7331a;
  background-color: #fff;
}

.safe-pay-txt {
  font-family: Roboto, sans-serif;
  color: #173ca3;
  font-weight: 700;
}

.credit-blk {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-num-blk {
  width: 50%;
  min-height: 10px;
}

.info-user-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}

.flex-half {
  width: 50%;
  min-height: 20px;
  padding-right: 5px;
  padding-left: 5px;
}

.diagadiagonal {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  float: left;
  font-family: Inconsolata, monospace;
  font-size: 1.4em;
  line-height: 40px;
}

.experiencia-date-blk {
  margin-left: 20px;
}

.safe-payments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pay-s-txt {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #173ca3;
  font-size: 1em;
  line-height: 140%;
}

.blk-txt-pay {
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.oxxopay {
  width: 160px;
}

.xoxo-pay-hdr {
  width: 300px;
  margin-bottom: 20px;
}

.xoxo-pay-leyend {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #e7331a;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  line-height: 140%;
}

.help-s-txt {
  margin-top: 10px;
  font-size: 0.8em;
}

.help-s-txt._w-link {
  color: #2fdd97;
}

.pay-help-txt {
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  color: #e7331a;
  font-size: 1.2em;
  line-height: 50px;
  font-weight: 700;
}

.ftr-card {
  margin-bottom: 20px;
  padding-right: 10%;
  text-align: left;
}

.for-tt {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  font-size: 1.4em;
  line-height: 140%;
}

.as-ftr {
  width: 200px;
  margin-bottom: 20px;
}

.crew {
  color: #2fd5dd;
}

.for-columns {
  margin-bottom: 20px;
}

.for-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.address {
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 140%;
}

.help-field {
  margin-top: -5px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 0.9em;
  line-height: 140%;
}

.check {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.mail-user-search {
  padding: 30px;
  text-align: left;
}

.aut-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Saira, sans-serif;
}

.aut-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 14px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f0f0f0;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #525252;
  font-size: 1em;
  line-height: 140%;
  font-weight: 500;
}

.aut-tab.w--current {
  padding-left: 25px;
  background-color: #fff;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #173ca3;
}

.input-button-blk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-icon {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}

.aut-t-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.add-new-user-invite {
  padding: 30px 30px 15px;
  text-align: left;
}

.s-check {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  border-radius: 4px;
  background-color: #eee;
}

.s-check.green {
  margin-top: 20px;
  margin-bottom: 25px;
  background-color: #b9f6de;
}

.form-flexer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  -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;
}

.ff-half {
  min-height: 10px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ff-half.blocked {
  opacity: 0.6;
}

.aut-hldr {
  position: relative;
  overflow: auto;
}

.mc-relative {
  position: relative;
}

.mc-wrpr {
  position: relative;
}

.shield {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.safe-pays {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.oxxopay-legend {
  margin-right: 40px;
}

.rich-txt-global {
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 140%;
}

.rich-txt-global ol {
  font-size: 110%;
  line-height: 160%;
}

.search-res-bar {
  margin-bottom: 20px;
}

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

.btw-grp-last {
  margin-top: 20px;
  padding-bottom: 60px;
  border-top: 1px solid #eee;
}

html.w-mod-js *[data-ix="accordion"] {
  display: none;
  height: 0px;
}

.text-label {
  display: inline-block;
  float: left;
}

.countdown-label {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 7px;
  margin-left: 10px;
  padding: 5px 8px 3px;
  float: left;
  border-radius: 4px;
  background-color: #e7331a;
  font-family: 'Saira Condensed', sans-serif;
  color: #fff;
}

.countdown-oxxo-pay {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  font-family: 'Saira Condensed', sans-serif;
}

.oxc-label {
  color: #424242;
  font-size: 1.3em;
  line-height: 140%;
}

.oxc-countdown {
  color: #e7331a;
  font-size: 2em;
  line-height: 140%;
  font-weight: 400;
}

.accordion-ticket {
  position: relative;
  overflow: hidden;
  height: auto;
}

.accordion-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 10px 10px 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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-bottom: 1px solid #fff;
  background-color: #eee;
  font-family: Saira, sans-serif;
  color: #424242;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 500;
  text-decoration: none;
}

.accordion-content {
  overflow: hidden;
  height: 0px;
}

.accordion-icon {
  overflow: hidden;
  width: 30px;
  height: 30px;
}

.more-less-icon {
  display: block;
  width: 100%;
}

.wrpr-ticket {
  padding-top: 10vh;
  padding-bottom: 100px;
}

.faq-card {
  margin-bottom: 20px;
  padding: 25px;
  border-bottom: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.faq-card:hover {
  border-bottom: 1px solid #b8b8b8;
  background-color: #fafafa;
}

.faq-q {
  padding-bottom: 10px;
  border-bottom: 1px dashed #173ca3;
  color: #173ca3;
  font-weight: 700;
}

.faq-a {
  position: relative;
  padding-left: 25px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-r {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 20px;
  font-family: Saira, sans-serif;
  color: #2fd5dd;
  font-style: italic;
  font-weight: 700;
}

.span-underline {
  text-decoration: underline;
}

html.w-mod-js *[data-ix="accordion"] {
  display: none;
  height: 0px;
}

/*[hook]*/
.cookies-modal {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    display: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: rgb(47, 221, 151);
    color: #fff;
}
.aviso-cookie{
  text-align: center;
}
#cki-aceptar{

  background: #173ca3;
}

/*PAGINATION*/
  .nav-pagination{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
  }  
.pagination {
    display:inline-block;
    padding: 20px;
    margin-bottom: 20px;
    list-style-type: none;
}

.page-item{
  color: black;
  float: left;
  padding: 0;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  cursor: pointer;
}
.page {
    display: inline-block;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    padding: 7px 16px;
}

.page-item:hover, .page-item.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page-item.active {
    border: none;
    background: #3a4052;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #FFF;
}
.page-item.active a {
    color: #FFF;
}



@media (max-width: 991px) {
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 260%;
  }
  h3 {
    font-size: 210%;
  }
  h4 {
    font-size: 150%;
  }
  h5 {
    font-size: 120%;
  }
  h6 {
    font-size: 90%;
  }
  .tb-wrpr {
    width: 96%;
  }
  .alumiasports {
    width: 180px;
  }
  .alumiasports.w--current {
    width: 184px;
  }
  .boton {
    padding: 8px 16px;
    font-size: 13px;
    line-height: 18px;
  }
  .nav-btn {
    margin-right: 0px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 1em;
  }
  .logsign-drp.no-mrg-left {
    margin-left: 0px;
  }
  .main-event {
    height: auto;
  }
  .botonera.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .main-hero {
    height: auto;
    padding-top: 100px;
  }
  .wrpr {
    width: 90%;
  }
  .mh-wrpr {
    width: 90%;
    height: 60vh;
  }
  .mh-intro-col {
    width: 45%;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 0px;
  }
  .mh-h1 {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 45px;
  }
  .race-poster-col {
    width: 55%;
  }
  .mh-raceposter {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 380px;
    height: 496px;
  }
  .heading {
    font-size: 24px;
    line-height: 34px;
  }
  .half-hero {
    width: 45%;
    padding-top: 60px;
  }
  .beta-event-hldr {
    width: 55%;
  }
  .bh-body {
    margin-top: 30px;
  }
  .main-event-hldr {
    width: 90%;
  }
  .pre-event-card {
    height: 250px;
  }
  .ftr-btn {
    margin-bottom: 8px;
  }
  .wrpr-resultados {
    width: 90%;
  }
  .reco-container {
    height: 100vh;
  }
  .reconocimiento {
    width: 90%;
    height: auto;
  }
  .ih-wrpr {
    width: 96%;
  }
  .urb-event-card {
    width: 48%;
    min-height: 280px;
    margin-right: 2%;
  }
  .reconimiento-img {
    position: relative;
    display: block;
  }
  .proximamente {
    padding-right: 50px;
    padding-left: 50px;
  }
  .input-search {
    width: 80%;
  }
  .input-search.flat {
    width: 93%;
  }
  .sb-options {
    width: 20%;
  }
  .wrpr-hero-in {
    width: 96%;
  }
  .eassy-reg-card {
    padding-right: 20px;
    padding-left: 20px;
  }
  .e-tab {
    height: 60px;
    line-height: 15px;
  }
  .event-brief-movile {
    display: none;
  }
  .re-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #f5f5f5;
  }
  .nav-content {
    width: 70%;
  }
  .nav-tab {
    width: 33.3333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid #eee;
    font-size: 10px;
  }
  .nav-tab.w--current {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mylaps {
    width: 80%;
    margin-bottom: 40px;
  }
  .ml-txt {
    padding-top: 0px;
  }
  .pay-wrpr {
    width: 90%;
  }
  .res-search {
    width: 80%;
  }
  .btn-search {
    width: 20%;
  }
  .ec-side-nav {
    width: 24%;
  }
  .ec-content {
    width: 76%;
  }
  
  .login-alert {
    width: 76%;
    text-align: center;
  }
  .login-alert.hide {
    width: 76%;
    text-align: center;
  }
  .eb-tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
  }
  .la-txt {
    float: none;
  }
  .la-btn-wrpr {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .registry-bar {
    width: 76%;
  }
  .modal-registro {
    width: 55%;
  }
  .modal-registro.show {
    width: 55%;
  }
  .event-pre-card {
    height: 320px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .epc-thumb {
    width: 100px;
    min-height: auto;
    margin-bottom: 10px;
  }
  .epa-brief {
    padding: 0px;
  }
  .epc-title {
    height: auto;
    font-size: 1.3em;
  }
  .reg-pro-steap.active {
    background-color: #2fd5dd;
  }
  .reg-pro-text {
    font-size: 1em;
  }
  .ins-label {
    font-size: 1.1em;
  }
  .registro-card {
    padding-right: 20px;
    padding-left: 20px;
  }
  .user-info-on-reg {
    padding-top: 5px;
  }
  .btn-icons {
    font-size: 1em;
  }
  .btn-icons.brdr-bnt {
    margin-bottom: 15px;
    padding-right: 6px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9em;
  }
  .btn-icons.brdr-bnt.descount-code-btn {
    border-color: #2fd5dd;
    color: #2fd5dd;
  }
  .btn-icons.brdr-bnt.descount-code-btn:hover {
    background-color: #ccecee;
  }
  .icons.cc-icon {
    width: 36px;
    height: 36px;
  }
  .credit-blk {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card-num-blk {
    width: 80%;
  }
  .ccv-blk {
    width: 20%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 240%;
  }
  h3 {
    font-size: 190%;
  }
  h4 {
    font-size: 140%;
  }
  h5 {
    font-size: 110%;
  }
  h6 {
    font-size: 80%;
  }
  p {
    font-size: 100%;
  }
  .tb-wrpr {
    width: 90%;
  }
  .alumiasports {
    width: 200px;
  }
  .alumiasports.w--current {
    width: 200px;
  }
  .alumiasports.on-tb-event {
    width: 80px;
    height: 80px;
    background-color: #fff;
  }
  .nav {
    display: none;
  }
  .boton {
    padding-left: 10px;
  }
  .nav-btn {
    padding-right: 11px;
    padding-left: 10px;
  }
  .logsign-btn {
    width: 30px;
    height: 30px;
    padding: 0px;
    background-position: 50% 50%;
    background-size: 24px;
  }
  .logsign-btn:hover {
    background-position: 50% 50%;
    background-size: 24px;
  }
  .logsign-btn.w--open {
    background-image: url('../images/login-user-blue.svg');
    background-position: 50% 50%;
    background-size: 24px;
    background-repeat: no-repeat;
  }
  .logsign-btn.resizer {
    width: auto;
    height: auto;
    padding: 9px 40px 9px 10px;
    border-style: solid;
    background-position: 95% 50%;
  }
  .logsign-drp {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    padding: 0px;
    background-position: 50% 50%;
    background-size: 24px;
  }
  .logsign-txt {
    display: none;
  }
  .logsign-txt.show-this {
    display: block;
  }
  .logsign-drp-li.w--open {
    margin-top: 45px;
    margin-right: -7px;
  }
  .input.add-user-search {
    width: 75%;
  }
  .pointer-up {
    margin-right: 8px;
  }
  .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .main-event {
    height: auto;
  }
  .main-hero {
    padding-top: 60px;
  }
  .mh-wrpr {
    position: relative;
    height: auto;
    padding-top: 100px;
  }
  .mh-intro-col {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
    float: none;
  }
  .race-poster-col {
    width: 100%;
    float: none;
  }
  .mh-raceposter {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-bottom: -60px;
    margin-left: auto;
  }
  .poster-mob {
    display: none;
  }
  .poster-desk {
    display: block;
  }
  .mh-bg-shade {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .half-hero {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .beta-event-hldr {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    background-color: #619ac0;
    background-image: url('../images/ratio-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bh-body {
    padding-bottom: 60px;
  }
  .mob-event-card {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 80%;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/beta-poster.png');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hh-wrpr {
    position: relative;
    width: 80%;
  }
  .big-btn-incrib {
    display: block;
    width: 80%;
    height: 60px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 4px;
    border-color: hsla(0, 0%, 100%, 0.6);
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .big-btn-incrib:hover {
    border-color: #173ca3;
    background-color: #173ca3;
  }
  .social-btn {
    margin-bottom: 20px;
  }
  .event-hero {
    height: 460px;
  }
  .main-event-hldr {
    width: 100%;
    margin-bottom: 0px;
  }
  .brgr {
    display: block;
    width: 30px;
    height: 30px;
  }
  .side-nav {
    display: none;
  }
  .side-nav.fix-one {
    display: block;
  }
  .modal-shade {
    display: none;
    opacity: 0;
  }
  .mob-nav {
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1200;
    width: 78%;
    padding-top: 65px;
    background-color: #fff;
  }
  .mob-nav.show {
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .mn-wror {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .mn-boton {
    display: block;
    height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #d6d6d6;
    background-color: transparent;
    font-family: Saira, sans-serif;
    color: #b8b8b8;
    font-size: 16px;
    line-height: 50px;
  }
  .mn-boton.w--current {
    border-bottom-style: none;
    background-image: linear-gradient(157deg, #2fd5dd, #173ca3);
    color: #fff;
  }
  .mn-boton.smaller {
    height: 30px;
    margin-bottom: 5px;
    border-bottom-style: none;
    font-size: 14px;
    line-height: 30px;
  }
  .mn-hdr {
    margin-bottom: 40px;
  }
  .mn-arrow-r {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    margin-top: 32px;
    margin-right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
  }
  .social-bar {
    margin-top: 20px;
  }
  .close-btn {
    width: 40px;
    height: 40px;
    float: right;
    border: 1px solid #173ca3;
    border-radius: 2px;
  }
  .as-mn-logo {
    margin-top: 3px;
  }
  .wr-v-wrpr {
    top: 0%;
    margin-top: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .wr-v-wrpr.full-screen-mov {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    background-color: #fff;
  }
  .search-results-card {
    width: 80%;
  }
  .sr-btn-go {
    padding-left: 10px;
  }
  .reconocimiento {
    min-height: 300px;
  }
  .user-info-card {
    padding-right: 20px;
  }
  ._w-alert {
    width: 80%;
  }
  ._w-alert.add-new-user-card {
    width: 100%;
    padding-top: 0px;
    box-shadow: none;
  }
  .wa-hdr.flexer {
    position: relative;
  }
  .urb-event-card {
    min-height: 250px;
  }
  .event-hover {
    display: none;
  }
  .input-search.fix-mov-nav {
    width: 85%;
    background-color: #eee;
  }
  .input-search.flat {
    width: 91%;
  }
  .sb-options {
    width: 15%;
  }
  .mov-search {
    position: relative;
  }
  .promo-banner {
    margin-bottom: 20px;
  }
  .event-brief {
    display: none;
    width: 100%;
  }
  .eassy-reg-card {
    position: relative;
    width: 100%;
    float: none;
  }
  .e-tab {
    display: block;
    width: 100%;
  }
  .tabs {
    display: none;
  }
  .event-brief-movile {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
  }
  .toogle {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d6d6d6;
  }
  .t-hdr {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 60px;
    padding: 0px 10px 0px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #e2e2e2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fff));
    background-image: linear-gradient(180deg, #ebebeb, #fff);
    color: #173ca3;
    text-decoration: none;
  }
  .t-tt {
    position: relative;
    z-index: 1;
    line-height: 60px;
  }
  .t-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 7px;
    float: right;
  }
  .t-body {
    position: relative;
    overflow: hidden;
    height: 0px;
  }
  .tgl-b-wrpr {
    padding: 20px;
  }
  .tgl-bg-shade {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    background-color: #fff;
    opacity: 0;
  }
  .accordion-blok {
    display: block;
    border-bottom: 1px solid #424242;
    border-top-color: #424242;
  }
  .accordion {
    display: inline-block;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), color-stop(58%, #fff));
    background-image: linear-gradient(180deg, #ececec, #fff 58%);
    font-family: Saira, sans-serif;
    color: #173ca3;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
  .acc-wrpr {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
  }
  .acc-txt {
    position: relative;
    z-index: 1;
  }
  .acc-body {
    position: relative;
    display: none;
    overflow: hidden;
    height: 0px;
  }
  .event-info-blok {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-width: 10px;
  }
  .ei-tt {
    display: none;
  }
  .mov-reg-btn {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: left;
  }
  .registrate-mv-btn {
    padding: 12px 40px 12px 12px;
    background-color: #173ca3;
    background-image: url('../images/btn-registro.svg'), linear-gradient(127deg, #173ca3, #2fd5dd);
    background-position: 96% 50%, 0px 0px;
    background-size: 30px, auto;
    background-repeat: no-repeat, repeat;
    font-family: Saira, sans-serif;
    text-transform: uppercase;
  }
  .accordion-dropdown {
    display: block; 
  }
  .mylaps {
    width: 80%;
    margin-top: 20px;
  }
  .ec-side-nav {
    display: none;
  }
  .ec-content {
    position: relative;
    width: 100%;
  }
  .login-alert {
    width: 100%;
    padding: 10px 30px;
    text-align: center;
  }
  .eb-tab {
    width: 33.3333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid #eee;
  }
  .la-txt {
    text-align: left;
  }
  .la-btn-wrpr {
    display: inline-block;
    float: none;
  }
  .registry-bar {
    z-index: 1000;
    width: 100%;
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fast-reg-btn {
    height: 60px;
    padding-top: 0px;
    line-height: 60px;
  }
  .modal-registro {
    width: 65%;
  }
  .modal-registro.show {
    width: 65%;
  }
  .mov-nav-event {
    display: block;
  }
  .tp-event-logo {
    float: left;
  }
  .tbe-btn {
    height: 60px;
    padding: 0px 15px 0px 35px;
    float: left;
    background-color: #2fd5dd;
    background-image: url('../images/eventos-icon.svg');
    background-position: 5px 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    font-family: Saira, sans-serif;
    color: #173ca3;
    line-height: 60px;
    text-transform: uppercase;
  }
  .tbe-brgr {
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    background-color: #2fd5dd;
    background-image: url('../images/brgr.svg');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
  }
  .event-mov-user-btn {
    width: 60px;
    height: 60px;
    float: left;
    background-color: #2fd5dd;
    background-image: url('../images/login-user-blue.svg');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
  }
  .event-pre-card {
    height: auto;
    padding-bottom: 20px;
  }
  .epc-thumb {
    margin-right: 10px;
  }
  .reg-pro-text {
    font-size: 0.9em;
  }
  .reg-proces-process {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .user-info-on-reg {
    padding-top: 15px;
  }
  .hst-nav {
    margin-bottom: 10px;
  }
  .btn.solid-green {
    width: 25%;
  }
  .reg-event-side-info {
    position: relative;
    top: 0px;
  }
  .modal-content {
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .modal-content.show {
    position: fixed;
  }
  .reg-col-one {
    width: 100%;
  }
  .reg-col-two {
    width: 100%;
  }
  .experiencia-date-blk {
    margin-left: 0px;
  }
  .ftr-card {
    margin-bottom: 20px;
  }
  .as-ftr {
    margin-bottom: 10px;
  }
  .for-columns {
    margin-bottom: 20px;
  }
  .for-brand {
    -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;
  }
  .mc-wrpr {
    height: 100%;
  }
  .second-nav {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #d6d6d6;
  }
}

@media (max-width: 479px) {
  h1 {
    line-height: 100%;
  }
  h2 {
    font-size: 220%;
  }
  h3 {
    font-size: 180%;
  }
  h4 {
    font-size: 130%;
  }
  h5 {
    font-size: 100%;
  }
  h6 {
    font-size: 70%;
  }
  p {
    font-size: 90%;
  }
  .tb-wrpr {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .alumiasports {
    width: 180px;
    margin-right: 5px;
  }
  .alumiasports.w--current {
    width: 180px;
  }
  .nav {
    display: none;
    margin-top: 16px;
  }
  .boton.fw-mob {
    display: block;
    text-align: center;
  }
  .boton.rbo.pdf {
    width: 35px;
    height: 35px;
    padding: 0px;
    background-position: 50% 50%;
    background-size: 25px;
    font-size: 11px;
  }
  .boton.rbo.share {
    width: 35px;
    height: 35px;
    padding: 0px;
    background-position: 50% 50%;
    background-size: 25px;
  }
  .nav-btn {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .log-nav {
    margin-top: 0px;
    /* padding-top: 7px; */
    float: right;
  }
  .logsign-btn {
    width: 30px;
    height: 30px;
    padding-right: 10px;
    background-position: 50% 50%;
    background-size: 24px;
  }
  .logsign-btn:hover {
    background-position: 50% 50%;
    background-size: 24px;
  }
  .logsign-btn.resizer {
    display: block;
  }
  .logsign-btn.resizer:hover {
    background-image: url('../images/login-user-blue.svg');
    background-position: 95% 50%;
    background-size: 24px;
    background-repeat: no-repeat;
  }
  .logsign-drp {
    width: 40px;
    height: 30px;
    margin-right: 10px;
  }
  .logsign-drp.no-mrg-left {
    display: block;
    width: auto;
    height: auto;
    float: none;
  }
  .logsign-txt {
    display: none;
  }
  .logsign-drp-li.w--open {
    margin-top: 50px;
    margin-right: -7px;
  }
  .registro-card-body {
    width: 240px;
  }
  .input.add-user-search {
    width: 100%;
  }
  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content.checkout-process {
    padding-top: 100px;
  }
  .main-event {
    background-image: url('../images/BANNER-1-mov.jpg');
    background-position: 0px 0px;
    background-size: 300px;
    background-repeat: no-repeat;
  }
  .botonera.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .botonera.flex.on-registro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .desk-img {
    display: none;
  }
  .mob-img {
    display: block;
  }
  .main-hero {
    padding-top: 60px;
  }
  .mh-wrpr {
    width: 90%;
  }
  .mh-h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .heading {
    font-size: 22px;
    line-height: 32px;
  }
  .half-hero {
    height: auto;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .beta-event-hldr {
    background-image: url('../images/ratio-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bh-body {
    margin-top: 20px;
  }
  .mob-event-card {
    position: relative;
    height: 100px;
  }
  .big-btn-incrib {
    height: auto;
    padding-bottom: 18px;
  }
  .social-btn {
    margin-bottom: 0px;
  }
  .event-hero {
    height: 260px;
    background-position: 50% 50%;
  }
  .main-event-hldr {
    margin-bottom: -20px;
  }
  .brgr {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 0px;
  }
  .footer {
    padding-top: 20px;
  }
  .side-nav.fix-one {
    display: block;
  }


  .mob-nav {
    display: none;
    overflow: scroll;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .mn-wror {
    width: 84%;
  }
  .social-bar {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .wr-v-wrpr {
    padding-bottom: 60px;
  }
  .src-hdr {
    padding-top: 40px;
  }
  .res-tt {
    font-size: 15px;
    line-height: 15px;
  }
  .res-alumiasports {
    width: 180px;
  }
  .filtro-carrera {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .carreras-filter {
    width: 100%;
  }
  .rdl-race-btn {
    padding-right: 10px;
    padding-left: 10px;
  }
  .racer-search {
    width: 100%;
  }
  .rs-input-wr {
    width: 100%;
  }
  .sr-input {
    margin-bottom: 5px;
    border-style: solid;
    border-radius: 4px;
  }
  .sr-btn-wrpr {
    width: 100%;
  }
  .sr-btn-go {
    padding-left: 20px;
    border-radius: 4px;
    text-align: left;
  }
  .back-btn {
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-top: -26px;
    margin-right: auto;
    margin-left: auto;
  }
  .wrpr-reco {
    width: 90%;
  }
  .reco-bar-options {
    text-align: left;
  }
  .cerrar-mod {
    margin-right: 10px;
  }
  .btn-txt-to-hide {
    display: none;
  }
  .reconocimiento {
    min-height: 200px;
  }
  .cform-50 {
    display: block;
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .reg-form-hdr.tab-menu {
    padding-bottom: 10px;
  }
  .reg-form-botonera {
    padding-right: 0%;
    text-align: center;
  }
  .cancel-btn {
    padding: 8px 15px;
  }
  ._w-alert.add-new-user-card {
    width: 100%;
  }
  .wa-logo {
    max-width: 80%;
  }
  .aw-ftr {
    padding-right: 10px;
    padding-left: 10px;
  }
  .urb-event-card {
    width: 100%;
    margin-right: 0%;
  }

.main-event-image {
  padding-top: 50px;
}
  .r-s-arrow {
    width: 50px;
  }
  .l-s-arrow {
    width: 50px;
  }
  .input-search {
    width: 70%;
  }
  .input-search.fix-mov-nav {
    width: 84%;
  }
  .input-search.flat {
    width: 85%;
  }
  .sb-options {
    width: 16%;
  }
  .hero-in {
    height: 160px;
  }
  .sponsors-blk {
    padding-bottom: 10px;
  }
  .promo-banner {
    width: 100%;
    margin-bottom: 10px;
  }
  .tab-active {
    display: block;
    width: 100%;
    border-bottom-style: none;
    color: #173ca3;
    text-align: center;
  }
  .tab {
    display: block;
    width: 100%;
    text-align: center;
  }
  .rt-info-ul {
    padding: 10px;
  }
  .res-search {
    width: 60%;
  }
  .btn-search {
    width: 40%;
  }

  .login-alert {
    z-index: 1000;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .eb-tab {
    width: 50%;
  }
  .la-txt {
    line-height: 20px;
  }
  .la-btn-wrpr {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
  .registry-bar {
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fast-reg-btn {
    height: 50px;
    padding-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-shadow: none;
    font-size: 14px;
    line-height: 50px;
    text-align: left;
  }
  .modal-registro {
    z-index: 1000;
    overflow: scroll;
    width: 100%;
  }
  .modal-registro.show {
    overflow: scroll;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .login-alert-txt {
    width: 100%;
    margin-bottom: 8px;
  }
  .tp-event-logo {
    width: 50px;
    height: 50px;
    margin-right: 0px;
    float: left;
  }
  .tbe-btn {
    display: none;
    height: 50px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    float: left;
    line-height: 50px;
  }
  .tbe-brgr {
    display: block;
    width: 50px;
    height: 50px;
    background-size: 35px;
  }
  .event-mov-user-btn {
    width: 50px;
    height: 50px;
  }
  .epc-thumb {
    width: 80px;
    margin-right: 10px;
  }
  .epc-title {
    font-size: 1.1em;
  }
  .epc-data-icon {
    font-size: 0.9em;
  }
  .arrow {
    width: 80%;
  }
  .reg-process-bar {
    overflow: visible;
    height: auto;
    margin-bottom: 20px;
  }
  .reg-pro-steap {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    border-radius: 20px;
  }
  .reg-pro-text {
    line-height: 40px;
  }
  .ins-label {
    font-size: 1em;
  }
  .registro-card {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .help-title {
    text-align: center;
  }
  .user-info-on-reg {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .user-name-rg-tag {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    line-height: 140%;
  }
  .btn-icons {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .btn-icons.brdr-bnt {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    font-size: 1em;
  }
  .btn.solid-green {
    width: 100%;
    margin-bottom: 20px;
  }
  .pay-method-card {
    padding-bottom: 0px;
  }
  .card-num-blk {
    width: 100%;
  }
  .ccv-blk {
    width: 100%;
  }
  .info-user-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-half {
    width: 100%;
  }
  .experiencia-date-blk {
    width: 100%;
  }
  .safe-payments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .as-ftr {
    margin-bottom: 20px;
  }
  .for-brand {
    -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;
  }
  .aut-tab {
    -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;
  }
  .aut-tab.w--current {
    -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;
  }
  .add-new-user-invite {
    overflow: auto;
  }
  .form-flexer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ff-half {
    width: 100%;
  }
  .oxxopay-legend {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

