.blur-container-dark {
  background-color: rgba(0, 0, 0, .9) !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(9px);
}


.blur-container-semidark {
  background-color: rgba(0, 0, 0, .4) !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(9px);
}

.optionActive {
  text-align: center;
  padding: 4px 0px;
  border: 2px solid #ebc300;
  background: #ebc300;
  font-weight: 500;
  cursor: pointer;
  font-family: Bahnschrift Regular;
  color:#000;
  font-size: 20px;
}


.optionNoActive {
  text-align: center;
  padding: 4px 0px;
  border: 2px solid #ebc300;
  color: #ebc300;
  font-weight: 500;
  cursor: pointer;
  font-family: Bahnschrift Regular;
  color:#FFF;
  font-size: 20px;
}

.form-control, .is-focused .form-control {
  background-image: linear-gradient(0deg, #ebc300 2px, rgba(156, 39, 176, 0) 0), linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0);
}

.c-white {
  color:#FFF !important;
  font-family: Bahnschrift Regular;
  font-size: 15px;
}

.btn.btn-warning {
  color: #fff;
  font-family: Bahnschrift Regular;
}


/* Circle Rotating */
.loader-circle, .loader-circle::before {width:50px;height:50px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:none;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}
.loader-circle {width:50px;height:50px;margin-left:-25px;margin-top: -25px;position:absolute;top:50%;left:50%;-webkit-animation:preloader-outer 1.5s ease infinite;-moz-animation:preloader-outer 1.5s ease infinite;-o-animation:preloader-outer 1.5s ease infinite;animation:preloader-outer 1.5s ease infinite}
.loader-circle::before {content:"";display: block; -webkit-animation:preloader 3s ease infinite;-moz-animation:preloader 3s ease infinite;-o-animation:preloader 3s ease infinite;animation:preloader 3s ease infinite;border:2px solid #ccc;border-bottom:2px solid #ebc300}
@-webkit-keyframes preloader-outer {
  from{opacity:1;-webkit-transform:rotate(0deg)}
  to{opacity:1;-webkit-transform:rotate(360deg)}
}
@keyframes preloader-outer {
  from{opacity:1;transform:rotate(0deg)}
  to{opacity:1;transform:rotate(360deg)}
}
@-webkit-keyframes preloader {
  0%{opacity:.3}
  50%{opacity:1}
  100%{opacity:.3}
}
@keyframes preloader {
  0%{opacity:.3}
  50%{opacity:1}
  100%{opacity:.3}
}


.h3_OxxoPay {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.opps {
  background: #FFF;
  width: 496px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 45px;
  margin: 40px auto;
  overflow: hidden;
  border: 1px solid #b0afb5;
  font-family: 'Open Sans', sans-serif;
  color: #4f5365;
}

.opps-reminder {
  position: relative;
  top: -1px;
  padding: 8px 5px 8px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #0345ea;
  font-family: roboto;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.opps-info {
  margin-top: 26px;
  position: relative;
}

.opps-info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;

}

.opps-brand {
  float: left;
}

.opps-brand img {
  max-width: 150px;
  margin-top: 2px;
}

.opps-ammount {
  float: right;
}

.opps-ammount h2 {
  font-size: 36px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 15px;
}

.opps-ammount h2 sup {
  font-size: 16px;
  position: relative;
  top: -2px
}

.opps-ammount p {
  font-size: 10px;
  line-height: 14px;
}

.opps-reference {
  margin-top: 14px;
}

.h1_OxxoPay {
  font-size: 27px;
  color: #000000;
  text-align: center;
  margin-top: -1px;
  padding: 6px 0 7px;
  border: 1px solid #b0afb5;
  border-radius: 4px;
  background: #f8f9fa;
}

.opps-instructions {
  margin: 32px -45px 0;
  padding: 32px 45px 45px;
  border-top: 1px solid #b0afb5;
  background: #f8f9fa;
}

.ol_OxxoPay {
  margin: 17px 0 0 16px;
}

.li_OxxoPay + .li_OxxoPay {
  margin-top: 10px;
  color: #000000;
}

.a_OxxoPay {
  color: #1155cc;
}

.opps-footnote {
  margin-top: 22px;
  padding: 22px 20 24px;
  color: #108f30;
  text-align: center;
  border: 1px solid #108f30;
  border-radius: 4px;
  background: #ffffff;
}


.ps_h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.ps {
  width: 496px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 45px;
  margin: 40px auto;
  overflow: hidden;
  border: 1px solid #b0afb5;
  font-family: 'Open Sans', sans-serif;
  color: #4f5365;
}

.ps-reminder {
  position: relative;
  top: -1px;
  padding: 9px 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: #000000;
}

.ps-info {
  margin-top: 26px;
  position: relative;
}

.ps-info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.ps-brand {
  width: 45%;
  float: left;
}

.ps-brand img {
  max-width: 150px;
  margin-top: 2px;
}

.ps-amount {
  width: 55%;
  float: right;
}

.ps-amount h2 {
  font-size: 36px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 15px;
}

.ps-amount h2 sup {
  font-size: 16px;
  position: relative;
  top: -2px
}

.ps-amount p {
  font-size: 10px;
  line-height: 14px;
}

.ps-reference {
  margin-top: 14px;
}

.ps_h1 {
  font-size: 27px;
  color: #000000;
  text-align: center;
  margin-top: -1px;
  padding: 6px 0 7px;
  border: 1px solid #b0afb5;
  border-radius: 4px;
  background: #f8f9fa;
}

.ps-instructions {
  margin: 32px -45px 0;
  padding: 32px 45px 45px;
  border-top: 1px solid #b0afb5;
  background: #f8f9fa;
}

.ps-ol {
  margin: 17px 0 0 16px;
}

.ps_li + .ps_li {
  margin-top: 10px;
  color: #000000;
}

.ps_a {
  color: #1475ce;
}

.ps-footnote {
  margin-top: 22px;
  padding: 22px 20 24px;
  color: #108f30;
  text-align: center;
  border: 1px solid #108f30;
  border-radius: 4px;
  background: #ffffff;
}

.modal {
  z-index: 1000000 !important;
}

.tablaRegistros th {
  text-align: center !important;
  padding: 20px 20px;
  font-size: 20px;
}

.tablaRegistros td {
  padding: 20px 20px;
  font-size: 17px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  color:#FFF !important;
  text-transform: initial;
  font-family: Bahnschrift Regular;
  font-size: 15px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
  font-family: Bahnschrift Regular;
  font-size: 15px;
}

.bootstrap-select {
  margin-top: 27px;
}

.bootstrap-select .select-with-transition {
  background: no-repeat bottom, 50% calc(100% - 1px);
  transition: background 0s ease-out !important;
  background-size: 0 100%, 100% 100%;
  background-color: transparent !important;
  color: #FFF!important;
  box-shadow: none !important;
}
.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(156, 39, 176, .4);
  background-color: #ebc300;
  color: #fff;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}


html, body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #000;

  display: -webkit-flex;
  -webkit-flex-direction: column;
}

.navbar {
  margin-bottom: 0;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #ebc300;
  font-size: 14px;
  font-weight: 800;
  font-family:'Bahnschrift Regular';
}

.nav-link:hover {
  cursor: pointer;
}

.nav-no-link:hover {
  cursor: default;
}

.nav-link span {
  color: #FFF;
}

.navbar .navbar-nav .nav-item a.nav-link.navigation-outline {
  padding: 10px 24px;
  text-align: center;
  border: 2px solid #ebc300;
}

.nav-submenu {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8) !important;
  z-index: 100;
}

.submenu-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;

  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.submenu-img:hover {
  background-color: #ebc300;
}

.submenu-img img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.login-page .page-header {
  flex-grow: 1;
  min-height: initial;
  padding-top: 80px;
}

.login-page .footer {
  position: relative;
  padding: 0;
  background-color: #000;
  z-index: 100;
}

.btn-floating-outline {
  margin-right: 0;
  padding: 10px 24px;
  color: #ebc300;
  font-size: 15px;
  font-weight: 800;
  font-family:'Bahnschrift Regular';
  border: 2px solid #ebc300;
  border-radius: 3px;
}

.btn-floating-outline:hover, .btn-floating-outline:focus {
  color: #ebc300;
}

.overlay-button {
  position: relative;
  bottom: 24px;
  left: 0;
  width: 100%;
  margin-top: 32px;
  padding: 0;
  z-index: 100;
}

.login-page .page-header .container {
  padding-top: 0;
}

.home-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;

  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}

.home-slogan {
  font-family: Bahnschrift Regular;
  font-size: 2.0rem;
  line-height: 1.2;
}

.page-inicio {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../../assets/img/backgrounds/Inicio.jpg');
  background-size: cover;
  background-position: top center;
}

.page-galeria {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../../assets/img/backgrounds/bg_lineas.png');
  background-size: cover;
  background-position: top center;
}

.page-galeria-18 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../../assets/img/backgrounds/Galeria2018.jpg');
  background-size: cover;
  background-position: top center;
}

.page-patrocinadores {
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../../assets/img/backgrounds/MotoresPatrocinadores.jpg');*/
  background-color: #FFFFFF;
  background-size: cover;
  background-position: top center;
}

.page-fechas {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../../assets/img/backgrounds/ProximasFechas2020.jpg');
  background-size: cover;
  background-position: top center;
}

.page-inscripcion {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../../assets/img/backgrounds/Inscripciones.jpg');
  background-size: cover;
  background-position: top center;
}

.gallery-pictures img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}


.content {
  position: relative;
  width: 100%;
  height: 200px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.9);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 90%;
  height: 200px;
  margin-left: 5%;
  object-fit: contain;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details p {
  color: #fff;
  font-size: 16px;
}

.fadeIn-bottom {
  top: 80%;
}

.fecha-container {
  text-align: center;
  margin-bottom: 3rem;
}

.fecha-container {
  text-align: center;
  margin-bottom: 3rem;
}

.fecha-container h3 {
  font-size: 36px;
  color: #ebc300;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
}

.fecha-container p {
  font-size: 28px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}

.col-paso {
  padding-top: 24px;
  padding-bottom: 40px;
}

.inscripcion-paso {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.optionDisabled {
  display: none;
}

.blt-option {

}

.header-filter:before {
  background-color: transparent;
}

.custom-tooltip {
  display: none;
  position: absolute;
  top: 100%;
  padding: 8px;
  color: white;
  font-size: 12px;
  text-align: left;
  background-color: #222222;
  z-index: 100;
}

.custom-tooltip ul {
  margin-bottom: 0;
  padding-inline-start: 16px;
}

.btn-modal-submit {
  color: #ebc300;
  font-size: 15px;
  border: 2px solid #ebc300;
  background-color: transparent;
}

#noty_topCenter_layout_container {
  z-index: 2000000 !important;
}

.img_logo {
  height: 35px;
  width: auto;
  margin-left: 0;
}

.nav_start {
  margin-left: 20px;
}

.nav_additional {
  margin-left: 10px;
}

.nav_last {
  margin-right: 0;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  background-color: white;
}

.custom-control {
  margin-left: 1rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #ebc300;
}

@media (max-width: 991px) {
  .home-slogan {
    font-size: 2.2rem;
    line-height: 1.1;
  }

  .navbar-collapse {
    width: 260px;
    transform: translate3d(260px, 0, 0);
  }

  .nav_logo {
    margin: 0 auto;
    text-align: center;
  }

  .img_logo {
    height: 60px;
    margin: 1.5rem auto;
  }

  .nav_start, .nav_additional, .navbar-nav .nav-item+.nav-item {
    margin-left: 0;
  }

  .nav_last {
    margin-right: 0;
  }

  #motoresMenu {
    display: none !important;
  }

}
