@charset "UTF-8";

/* --------------- FUENTES --------------- */

@font-face {
    font-family: 'bmwmotorrad-light';
    src: url(./fonts/BMWMotorrad-Light.ttf);
}

@font-face {
    font-family:'bmwmotorrad-regular';
    src: url(./fonts/BMWMotorrad-Regular.ttf);
}

@font-face {
    font-family:'bmwmotorrad-bold';
    src: url(./fonts/BMWMotorrad-Bold.ttf);
}

@font-face {
    font-family:'bmwmotorrad-heavy';
    src: url(./fonts/BMWMotorrad-Heavy.ttf);
}


/* --------------- FIN FUENTES --------------- */


/* --------------- SELECTORES --------------- */

body, html {
    font-family: 'bmwmotorrad-light';
    margin: 0;
    padding: 0;
  font-style: normal;
  background: hsl(0, 0%, 100%);
}

html {
    min-height: 100vh;
    position: relative;
  }

body a{
    text-decoration: none;
    cursor: pointer;
}

body a:hover {
    text-decoration: none;
}

h1 {
    font-family:'bmwmotorrad-heavy';
    font-size: 3.125em;
    line-height: 50px;
    color: hsl(0, 0%, 15%);
}

h2 {
    font-family:'bmwmotorrad-heavy';
    font-size: 1.25em;
    line-height: 22px;
    color: hsl(0, 0%, 15%);
}

h3 {
    font-size: 1.25em;
    line-height: 27px;
    color: hsl(0, 0%, 100%);
}

/* h4 {

} */

h5 {
    font-family:'bmwmotorrad-bold';
    color: hsl(0, 0%, 15%);
}

p {
    font-family:'bmwmotorrad-regular';
    font-size: 1rem;
    line-height: 23px;
    color: hsl(0, 0%, 15%);
}

.visibleMobile {
    display: none;
}

.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

/* --------------- FIN SELECTORES --------------- */


/* --------------- OTROS ESTILOS GENERALES --------------- */

.contentHeader {
    width: 100%;
    margin: auto;
    max-width: 94%;
}

.content {
    padding: 0 37.5px;
    width: 100%;
    margin: 0 auto;
    max-width: 79.6875rem;
}

.content-full {
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    padding: 0 2%;
}

.textBold {
    font-family:'bmwmotorrad-bold';
}

.uppercaseText {
    text-transform: uppercase;
}

.linkTextOne {
    font-family:'bmwmotorrad-regular';
    font-size: 1rem;
    line-height: 23px;
    color: hsl(0, 0%, 15%);
}

.linkTextOne:hover {
    font-family:'bmwmotorrad-regular';
    font-size: 1rem;
    line-height: 23px;
    color: hsl(0, 0%, 15%);
    text-decoration-line: underline;
}

.boderCard-body {
    padding: 25px 0 !important;
}

.mrPro {
    margin-right: -5px;
    margin-left: -5px;
}

.contentFooter {
    width: 100%;
    margin: auto;
    max-width: 94%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

.mrOne {
    margin-right: -5px;
    margin-left: -5px;
}

.separatorLine {
    width: 1px;
    height: 35px;
    background-color: hsl(0, 0%, 100%);
    position: absolute;
    right: 410px;
}

.separatorLineTwo {
    width: 100%;
    height: 1px;
    background-color: hsl(0, 0%, 90%);
}

.lineBlue .active {
    border-bottom: 1px solid hsl(215, 77%, 47%);
    width: 260px;
}

.lineBlue:hover {
    border-bottom: 1px solid hsl(215, 77%, 47%);
    width: 260px;
}

.lineSeparator {
    background-color: hsl(0, 0%, 90%);
    width: 100%;
    height: 1px;
}

.lineFooter {
    background-color: hsl(0, 0%, 73%);
    width: 100%;
    height: 1px;
}

.borderOne {
    border: none !important;
    border-radius: 0;
}

.carouselMotorradOne .owl-prev {
    background-image: url(./images/icoPrevCarousel.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 10px !important;
    width: 45px;
    height: 45px;
    background-color: hsl(0, 0%, 100%) !important;
    border-radius: 0 !important;
    font-size: 0 !important;
}

.carouselMotorradOne .owl-next{
    background-image: url(./images/icoNextCarousel.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 10px !important;
    width: 45px;
    height: 45px;
    background-color: hsl(0, 0%, 100%) !important;
    border-radius: 0 !important;
    font-size: 0 !important;
}

/* --------------- FIN OTROS ESTILOS GENERALES --------------- */


/* --------------- SEPARADORES --------------- */

.separadorProA {
    padding: 4px;
}

.separadorProOne {
    padding: 5px;
}

.separadorProTwo {
    padding: 10px;
}

.separadorProThree {
    padding: 15px;
}

.separadorProFour {
    padding: 20px;
}

.separadorProFive {
    padding: 25px;
}

.separadorProSix {
    padding: 30px;
}

.separadorProSeven {
    padding: 35px;
}

.separadorProEight {
    padding: 40px;
}

/* --------------- FIN SEPARADORES --------------- */



/* --------------- HEADER --------------- */

.searchUser {
    display: flex;
    flex-direction: row;
    position: absolute;
    left: 200px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.searchUser a {
    display: flex;
    flex-direction: row;
}

.search {
    display: flex;
    flex-direction: row;
    margin-right: 30px;
}

.search img {
    width: 36px;
}

.search p {
    font-size: 0.75em;
    line-height: 16px;
    color: hsl(0, 0%, 40%);
    margin-right: 15px;
    margin-bottom: 0;
}

.userLogin {
    display: flex;
    flex-direction: row;
}

.userLogin img {
    width: 36px;
}

.userLogin p {
    font-size: 0.75em;
    line-height: 16px;
    color: hsl(0, 0%, 40%);
    margin-right: 15px;
    margin-bottom: 0;
}

/* --------------- FIN HEADER --------------- */



/* --------------- FIN CABEZOTE --------------- */

.header {
    z-index: 10;
    position: fixed;
    background: hsl(0, 0%, 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    box-shadow: 0px 3px 10px rgba(38, 38, 38, 0.1);
    -moz-box-shadow: 0px 3px 10px rgba(38, 38, 38, 0.1);
    -webkit-box-shadow: 0px 3px 10px rgba(38, 38, 38, 0.1);
}

.logoMotorrad {
    position: absolute;
    right: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loginStock {
    position: relative;
}

.logoMotorrad img {
    width: 169.25px;
}
.loginStock {
    position: relative;
}

.loginStock img {
    width: 100%;
}

.titlePsc {
    position: absolute;
    top: 80px;
}

.titlePsc h1 {
    color: hsl(0, 0%, 100%);
}

.titlePsc h2 {
    color: hsl(0, 0%, 100%);
}

/* --------------- FIN CABEZOTE --------------- */







/* --------------- PAGINA HOME --------------- */

/* Slide */

.Modern-Slider {
    margin-top: 85px;
}

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  /* display: inline-block; */
  max-width: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill{
  /* height:100vh; */
  background:hsl(225, 8%, 9%);
}

.Modern-Slider .item .img-fill .info{
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: left;
    margin-left: 2%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* .Modern-Slider .item .img-fill img{
  filter:blur(5px);
} */

.Modern-Slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
  width: 350px;
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color: hsl(0, 0%, 100%);
  z-index:5;
  display: none !important;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  position:absolute;
  top:50%;
  left:0px;
  width:45px;
  height:45px;
  background:rgba(0,0,0,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:20px/45px FontAwesome;
  color: hsl(0, 0%, 100%);
  z-index:5;
  display: none !important;
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .slick-dots{
  position:absolute;
  height:5px;
  background: hsl(225, 8%, 9%);
  bottom:0px;
  width:100%;
  left:0px;
  padding:0px;
  margin:0px;
  list-style-type:none;
}
.Modern-Slider .slick-dots li button{display:none;}
.Modern-Slider .slick-dots li{
  float:left;
  width:0px;
  height:5px;
  background: hsl(0, 0%, 100%);
  position:absolute;
  left:0px;
  bottom:0px;
}

.Modern-Slider .slick-dots li.slick-active{
  width:100%;
  -webkit-animation:ProgressDots 11s both;
          animation:ProgressDots 11s both;
}

.Modern-Slider .item h3 {
    font: 30px/50px RalewayB;
    text-transform: uppercase;
    color: hsl(0, 0%, 100%);
    -webkit-animation: fadeOutRight 1s both;
    animation: fadeOutRight 1s both;
    margin: 0;
    padding: 0;
    font-size: 2.188em;
    line-height: 40px;
    font-family: 'bmwmotorrad-bold';
}

.Modern-Slider .item h5{
    margin: 0;
    padding: 0;
    font: 15px/30px RalewayR;
    color: hsl(0, 0%, 100%);
    max-width: 600px;
    overflow: hidden;
    height: 60px;
    -webkit-animation: fadeOutLeft 1s both;
    animation: fadeOutLeft 1s both;
    font-size: 1em;
    line-height: 23px;
    font-family: 'bmwmotorrad-regular';
}

.Modern-Slider .item.slick-active h3{
  -webkit-animation:fadeInDown 1s both 1s;
          animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
  -webkit-animation:fadeInLeft 1s both 1.5s;
          animation:fadeInLeft 1s both 1.5s;
}


.Modern-Slider .item img{
  -webkit-animation:slideZooming-Out 1s both;
          animation:slideZooming-Out 1s both;
}

.Modern-Slider .item.slick-active img{
  -webkit-animation:slideZooming-In 1s both;
          animation:slideZooming-In 1s both;
}



@-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
@keyframes ProgressDots{from{width:0px;}to{width:100%;}}


.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent;margin-top: 85px;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

.info .cta {
    width: 215.56px;
    height: 48px;
    border-color: transparent;
    background: hsl(0, 0%, 100%);
    border-radius: 0;
    font-family: 'bmwmotorrad-heavy';
    font-size: 1em;
    color: hsl(0, 0%, 15%);
    padding: 10px 20px;
}

.info .cta:hover {
    border-color: transparent;
    background: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
}

.info .cta:active {
    border-color: transparent;
    background: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
}

/* Slide */



.quickentries {
    width: 100%;
    height: 70px;
    padding: 21px 40px 0 40px;
    background-color: hsl(225, 8%, 9%);
    overflow: auto;
}

.quickentriesLinks {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.quickentriesLinks a {
    font-family:'bmwmotorrad-regular';
    font-size: 1em;
    line-height: 23px;
    color: hsl(0, 0%, 100%);
}

.quickentriesLinks > .quickentriesPro1:hover > .quickentriesIco1 {
    background-image: url(./images/icoModelsHover.svg);
    color: hsl(215, 77%, 47%);
}

.quickentriesLinks > .quickentriesPro2:hover > .quickentriesIco2 {
    background-image: url(./images/icoRiderEquipmentHover.svg);
    color: hsl(215, 77%, 47%);
}

.quickentriesLinks > .quickentriesPro3:hover > .quickentriesIco3 {
    background-image: url(./images/icoEventsHover.svg);
    color: hsl(215, 77%, 47%);
}

.quickentriesLinks > .quickentriesPro4:hover > .quickentriesIco4 {
    background-image: url(./images/icoAcademyHover.svg);
    color: hsl(215, 77%, 47%);
}

.quickentriesLinks > .quickentriesPro5:hover > .quickentriesIco5 {
    background-image: url(./images/icoTechnicalServiceHover.svg);
    color: hsl(215, 77%, 47%);
}

.quickentriesLinks > .quickentriesPro6:hover > .quickentriesIco6 {
    background-image: url('https://www.bmwmotorradnews.co/wp-content/uploads/2022/01/Icono-trophy-blue.png');
    color: hsl(215, 77%, 47%);
}

.quickentriesLinks > .quickentriesPro7:hover > .quickentriesIco7 {
    background-image: url('https://www.bmwmotorradnews.co/wp-content/uploads/2022/01/icono-moto-days-blue.png');
    color: hsl(215, 77%, 47%);
}

.quickentriesIco7 {
    background-image: url(https://www.bmwmotorradnews.co/wp-content/uploads/2022/01/icono-moto-days-white.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: left center;
    padding: 0px 0px 0px 35px;
}

.quickentriesIco1Menu {
    background-image: url(./images/icoModels.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
    padding: 0px 0px 0px 35px;

}

.quickentriesIco2Menu  {
    background-image: url(./images/icoRiderEquipment.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
    padding: 0px 0px 0px 35px;
}

.quickentriesIco3Menu  {
    background-image: url(./images/icoEvents.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
    padding: 0px 0px 0px 35px;
}

.quickentriesIco4Menu  {
    background-image: url(./images/icoAcademy.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
    padding: 0px 0px 0px 35px;
}

.quickentriesIco5Menu  {
    background-image: url(./images/icoTechnicalService.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
    padding: 0px 0px 0px 35px;
}

.bgGrayHome {
    background-color: hsl(218, 9%, 18%);
    padding: 20px;
}

.bgGrayNews {
    background-color: hsl(0, 0%, 95%, 0.3);
    padding: 20px;
}

.itemImgHomeOne {
    position: relative;
}

.wPro {
    width: 100% !important;
    min-height: 100% !important;
    height: 35.4vw;
}

.boxCardInfoOne {
    background-color: hsl(0, 0%, 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 49%;
    padding: 25px 20px 20px 20px;
    height: 120px;
    -webkit-transition: height 0.3s linear 0s;
    -moz-transition: height 0.3s linear 0s;
    -o-transition: height 0.3s linear 0s;
    transition: height 0.3s linear 0s;
}


.cardsMotorradHomeOne .card-title {
    font-size: 1rem;
    line-height: 23px;
}

.cardsMotorradHomeOne .cardSelect {
    width: 100%;
    height: 5px;
    background-color: hsl(0, 0%, 90%);
    text-align: center;
    margin: auto;
    display: block;
    position: relative;
}

.itemImgHomeOne:hover > .cardsMotorradHomeOne > .cardSelect {
    background-color: hsl(217, 100%, 50%);
}

.itemImgHomeOne:hover > .cardsMotorradHomeOne {
    height:140px;
    -webkit-transition: height 0.3s linear 0s;
    -moz-transition: height 0.3s linear 0s;
    -o-transition: height 0.3s linear 0s;
    transition: height 0.3s linear 0s;
}

.boxCardInfoTwo {
    background-color: hsl(0, 0%, 100%);
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 20px 20px 20px;
    height: 120px;
    -webkit-transition: height 0.3s linear 0s;
    -moz-transition: height 0.3s linear 0s;
    -o-transition: height 0.3s linear 0s;
    transition: height 0.3s linear 0s;
}

.cardsMotorradHomeTwo .card-title {
    font-size: 1rem;
    line-height: 23px;
}

.cardsMotorradHomeTwo .cardSelect {
    width: 100%;
    height: 5px;
    background-color: hsl(0, 0%, 90%);
    text-align: center;
    margin: auto;
    display: block;
    position: relative;
}

.itemImgHomeTwo:hover > .cardsMotorradHomeTwo > .cardSelect {
    background-color: hsl(217, 100%, 50%);
}

.itemImgHomeTwo:hover > .cardsMotorradHomeTwo {
    height:140px;
    -webkit-transition: height 0.3s linear 0s;
    -moz-transition: height 0.3s linear 0s;
    -o-transition: height 0.3s linear 0s;
    transition: height 0.3s linear 0s;
}

.itemImgHomeTwo {
    position: relative;
}

.mrgTextTrack {
    width: 77%;
}

.btnKnowMore {
    bottom: 20px;
    position: absolute;
    width: 84%;
}

.btnKnowMore .cta {
    width: 100%;
    height: 48px;
    border-color: hsl(0, 0%, 15%);
    background: hsl(0, 0%, 15%);
    border-radius: 0;
    font-family: 'bmwmotorrad-heavy';
    font-size: 1em;
    color: hsl(0, 0%, 100%);
    padding: 10px 20px;
}

.btnKnowMore .cta:hover {
    border-color: hsl(0, 0%, 15%);
    background: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 15%);
}

.btnKnowMore .cta:active {
    border-color: hsl(0, 0%, 15%);
    background: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 15%);
}

.boxSocialMediaOne {
    position: relative;
    background-color: hsl(217, 100%, 50%);
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.contentsInfoSM {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contentsInfoSM img {
    width: 42px;
}

.contentsInfoSM p {
    font-family:'bmwmotorrad-bold';
    line-height: 20px;
    color: hsl(0, 0%, 100%);
}

.btnNewsHome {
    text-align: center;
}

.btnNewsHome .cta { 
    width: 215.97px;
    border: 1.5px solid hsl(0, 0%, 100%);
    border-radius: 0;
    font-family: 'bmwmotorrad-heavy';
    font-size: 1rem;
    color: hsl(0, 0%, 100%);
    padding: 10px 20px;
    margin-right: 20px;
}

.btnNewsHome .cta:hover {
    border: 1.5px solid hsl(0, 0%, 100%);
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 15%);
}

.btnNewsHome .cta:active {
    border: 1.5px solid hsl(0, 0%, 100%) !important;
    background-color: hsl(0, 0%, 100%) !important;
    color: hsl(0, 0%, 15%) !important;
}

/* --------------- FIN PAGINA HOME --------------- */







/* --------------- PAGINA NOTICIAS --------------- */

.textParagraphTwo {
    font-family: 'bmwmotorrad-heavy';
    font-size: 1.25em;
    line-height: 22PX;
    color: hsl(0, 0%, 15%);
}

.btnNews {
    text-align: center;
}

.btnNews .cta { 
    width: 215.97px;
    border: 1.5px solid hsl(0, 0%, 15%);
    border-radius: 0;
    font-family: 'bmwmotorrad-heavy';
    font-size: 1rem;
    color: hsl(0, 0%, 15%);
    padding: 10px 20px;
    margin-right: 20px;
}

.btnNews .cta:hover {
    border: 1.5px solid hsl(0, 0%, 15%);
    background-color: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
}

.btnNews .cta:active {
    border: 1.5px solid hsl(0, 0%, 15%) !important;
    background-color: hsl(0, 0%, 15%) !important;
    color: hsl(0, 0%, 100%) !important;
}

.btnregisterNow .cta { 
    width: 247.87px;
    border: 1.5px solid hsl(0, 0%, 15%);
    border-radius: 0;
    font-family: 'bmwmotorrad-heavy';
    font-size: 1rem;
    color: hsl(0, 0%, 15%);
    padding: 10px 20px;
    margin-right: 20px;
}

.btnregisterNow .cta:hover {
    border: 1.5px solid hsl(0, 0%, 15%);
    background-color: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
}

.btnregisterNow .cta:active {
    border: 1.5px solid hsl(0, 0%, 15%) !important;
    background-color: hsl(0, 0%, 15%) !important;
    color: hsl(0, 0%, 100%) !important;
}

.centerText {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* filtros */

.filterOne {
    position: relative;
}

.textFilter {
    font-family:'bmwmotorrad-regular';
    font-size: 1em;
    line-height: 23px;
    color: hsl(0, 0%, 0%);
}

.filterOne label {
    font-family:'bmwmotorrad-regular';
    font-size: 0.625em;
    line-height: 15px;
    color: hsl(0, 0%, 15%);
}

.filterOne select {
    font-family:'bmwmotorrad-regular';
    width: 100%;
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 90%);
    border-radius: 0;
    font-size: 0.75em;
    color: hsl(0, 0%, 73%);
}

.filterOne select {
    background-image: url(./images/icoSelect.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 40px;
}

.filterOne option {
    background-color: hsl(0, 0%, 100%);
}

.filterOne input {
    font-family:'bmwmotorrad-regular';
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 90%);
    border-radius: 0;
    font-size: 0.75em;
    color: hsl(0, 0%, 73%);
    height: 40px;
}

.filterOne .form-group label {
    font-family:'bmwmotorrad-regular';
    font-size: 0.625rem;
    line-height: 15px;
    color: hsl(0, 0%, 15%);
}

.filterOne .form-group label a {
    color: hsl(215, 77%, 47%);
}

.filterOne .form-group label a:hover {
    text-decoration: underline;
}


.filterOne .form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 1px hsl(0deg 0% 90%);
}

.btnFilter {
    position: relative;
    top: 29px;
}

.btnFilter .cta {
    width: 100%;
    border: 1.5px solid hsl(215, 77%, 47%);
    background-color: hsl(215, 77%, 47%);
    border-radius: 0;
    font-family:'bmwmotorrad-heavy';
    font-size: 1rem;
    color: hsl(0, 0%, 100%);
    padding: 7px 20px;
}

.btnFilter .cta:hover {
    border: 1.5px solid hsl(215, 77%, 47%);
    background-color: transparent;
    color: hsl(215, 77%, 47%);
}

.btnFilter .cta:active {
    border: 1.5px solid hsl(215, 77%, 47%) !important;
    background-color: transparent !important;
    color: hsl(215, 77%, 47%) !important;
}

/* Fin filtros */


/* --------------- FIN PAGINA NOTICIAS --------------- */







/* --------------- FIN PAGINA INTERNA NOTICIAS --------------- */

.textParagraphThree {
    font-family: 'bmwmotorrad-heavy';
    font-size: 1.25em;
    line-height: 22PX;
    color: hsl(0, 0%, 15%);
}

.videoYoutube {
    text-align: center;
}

.ctaReadMore { 
    /*width: 133.08px;*/
    border: 1.5px solid hsl(0, 0%, 15%);
    border-radius: 0;
    font-family: 'bmwmotorrad-heavy';
    font-size: 1rem;
    color: hsl(0, 0%, 15%);
    padding: 6px 10px;
    margin-right: 20px;
    height: 40px;
    margin-bottom: 30px;
}

.ctaReadMore:hover {
    border: 1.5px solid hsl(0, 0%, 15%);
    background-color: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
}

.ctaReadMore:active {
    border: 1.5px solid hsl(0, 0%, 15%) !important;
    background-color: hsl(0, 0%, 15%) !important;
    color: hsl(0, 0%, 100%) !important;
}

/* --------------- FIN PAGINA INTERNA NOTICIAS --------------- */






 /* --------------- PAGINA NOTICIA EVENTOS --------------- */

.textWidht {
    width: 75%;
}

.textNextEvent {
    font-family:'bmwmotorrad-heavy';
    background-image: url(./images/icoNextEvent.svg);
    background-size: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;

}

.mrRg {
    margin-left: 90px;
}

/* Cards Motorrad Three */

.cardsMotorradFour .card {
    width: 95%;
    background-color: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 95%);
    min-height: 355px;
    border-radius: 0;
}

.cardsMotorradFour .card-body {
    position: relative;
    padding: 25px 20px 20px 20px;
}

.cardsMotorradFour .card-text-black {
    width: 177.84px;
    background: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
    padding: 2px 10px;
    position: absolute;
    left: 0;
    top: -15px;
    margin-bottom: 0;
}

.cardsMotorradFour .card-title {
    font-size: 1rem;
    line-height: 23px;
}

.cardsMotorradFour.card-text {
    background-image: url(./images/gps.svg);
    background-size: 12px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
}

.cardsMotorradFour .cardSelect {
    width: 100%;
    height: 5px;
    background-color: hsl(0, 0%, 90%);
    text-align: center;
    margin: auto;
    display: block;
    position: relative;
}

.cardsMotorradFour .card:hover > .card-body .cardSelect {
    background-color: hsl(217, 100%, 50%);
}

/* Fin Cards Motorrad Two */

.videoYoutube {
    width: 85%;
    margin: auto;
}

/* --------------- FIN PAGINA NOTICIA EVENTOS --------------- */







/* --------------- PAGINA EVENTOS --------------- */

/* Eventos BMW Motorrad */

.motorradTitle {
    width: 100%;
    padding: 90px 0;
    height: auto;
    position: relative;
    margin-top: 85px;
}

.titleMotorrad {
    margin: auto;
    display: table;
}

/* Fin Contenido modal */



/* Cards Motorrad One */

.cardsMotorradOne .card {
    /* width: 95%; */
    background-color: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 95%);
    height: 100%;
}

.cardsMotorradOne .card-body {
    position: relative;
    padding: 35px 20px 20px 20px;
}

.cardsMotorradOne .card-text-black {
    /* width: 381.03px; */
    background: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
    padding: 5px 18px;
    position: absolute;
    left: 0;
    top: -15px;
    margin-bottom: 0;
    font-size: .9rem;
}

.cardsMotorradOne .card-title {
    font-size: 1rem;
    line-height: 23px;
}

.cardsMotorradOne .card-text {
    background-image: url(./images/gps.svg);
    background-size: 12px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
}

.cardsMotorradOne .cardSelect {
    width: calc(100% - 40px);
    height: 5px;
    background-color: hsl(0, 0%, 90%);
    text-align: center;
    margin: auto;
    display: block;
    bottom: 10px;
    position: absolute; 
}

/* .cardsMotorradOne .cardSelect {
    width: 100%;
    height: 5px;
    background-color: hsl(0, 0%, 90%);
    text-align: center;
    margin: auto;
    display: block;
    top: 10px;
    position: relative;
} */

.cardsMotorradOne .card:hover > .card-body .cardSelect {
    background-color: hsl(217, 100%, 50%);
}

/* Fin Cards Motorrad One */



/* Cards Motorrad Two */

.cardsMotorradTwo .card {
    width: 95%;
    background-color: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 95%);
    height: 100%;
    border-radius: 0;
}

.cardsMotorradTwo .card-body {
    position: relative;
    padding: 25px 20px 10px 20px;
    /* height:130px; */
    -webkit-transition: padding 0.3s linear 0s;
    -moz-transition: padding 0.3s linear 0s;
    -o-transition: padding 0.3s linear 0s;
    transition: padding 0.3s linear 0s;
    display: flex;
    flex-direction: column;
}

.cardsMotorradTwo .card-text-black {
    width: auto;
    background: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
    padding: 2px 10px;
    position: absolute;
    left: 0;
    top: -15px;
    margin-bottom: 0;
}

.cardsMotorradTwo .card-title {
    font-size: 1rem;
    line-height: 23px;
}

.cardsMotorradTwo .card-text {
    background-image: url(./images/gps.svg);
    background-size: 12px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
}

.cardsMotorradTwo .cardSelect {
    width: 100%;
    height: 5px;
    background-color: hsl(0, 0%, 90%);
    text-align: center; 
    display: block;
    position: relative;
    transition: all ease-in .1s;
}

.cardsMotorradTwo .card:hover > .card-body .cardSelect {
    background-color: hsl(217, 100%, 50%);
    margin-bottom: 10px;
    -webkit-transition: margin 0.3s linear 0s;
    -moz-transition: margin 0.3s linear 0s;
    -o-transition: margin 0.3s linear 0s;
    transition: margin 0.3s linear 0s;
} 

/* .cardsMotorradTwo .card:hover > .card-body { 
    padding-bottom: 30px;
    -webkit-transition: padding 0.3s linear 0s;
    -moz-transition: padding 0.3s linear 0s;
    -o-transition: padding 0.3s linear 0s;
    transition: padding 0.3s linear 0s;
} */

.textTitleCards {
    font-family:'bmwmotorrad-heavy';
    font-size: 3.125em;
    line-height: 50px;
    color: hsl(0, 0%, 15%);
    display: flex;  
    justify-content: flex-end;
}

/* Fin Cards Motorrad Two */

.locateRight {
    float: right;
}

.locateLeft {
    float: left;
}

.rightSpace {
    margin-right: 20px;
}

.bgGrayOne {
    background-color: hsl(0, 0%, 95%);
    padding: 40px 0;
}

.cardsTrheeFl {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
}

.boxCardsOne {
    width: 100%;
    background-color: hsl(0, 0%, 90%);
    padding: 40px 22px;
}

.boxCardsTwo {
    width: 100%;
    background-color: hsl(0, 0%, 100%);
    padding: 40px 22px;
}

.bgWhite {
    background-color: hsl(0, 0%, 100%);
    padding: 40px 0;
}

.btnloadMore {
    text-align: center;
}

.btnloadMore .cta {
    border: 1.5px solid hsl(0, 0%, 15%);
    border-radius: 0;
    font-family:'bmwmotorrad-heavy';
    font-size: 1rem;
    color: hsl(0, 0%, 15%);
    padding: 10px 20px;
}

.btnloadMore .cta:hover {
    border: 1.5px solid hsl(0, 0%, 15%);
    background-color: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
}

.btnloadMore .cta:active {
    border: 1.5px solid hsl(0, 0%, 15%) !important;
    background-color: hsl(0, 0%, 15%) !important;
    color: hsl(0, 0%, 100%) !important;
}

.btnloadMore .cta:focus {
    border: 1.5px solid hsl(0, 0%, 15%) !important;
    background-color: hsl(0, 0%, 15%) !important;
    color: hsl(0, 0%, 100%) !important;
}


/* --------------- FIN PAGINA EVENTOS --------------- */







/* --------------- PAGINA EVENTOS INTERNA --------------- */

/* Eventos BMW Motorrad */

.titleMotorradInterna {
    width: 100%;
    padding: 90px 2%;
    height: auto;
    position: relative;
    margin-top: 85px !important;
    background-color: hsl(0, 0%, 95%);
}

.icoCalendar {
    background-image: url(./images/calendar.svg);
    background-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
}

.socialInternal a {
    font-family:'bmwmotorrad-regular';
    font-size: 1em;
    line-height: 23px;
    color: hsl(215, 77%, 47%);
    margin-right: 10px;
    cursor: pointer;
}

/* Fin BMW Motorrad */



/* Cards A rodar por Cali */

.icoLevel {
    background-image: url(./images/levelUp.svg);
    background-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
}

.icoMaps {
    background-image: url(./images/maps.svg);
    background-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
}

.listInfoOne {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.listInfoOne a {
    color: hsl(215, 77%, 47%);
    cursor: pointer;
}

.listInfoOne a:hover {
    text-decoration: underline;
}

.socialShare {
    display: flex;
    flex-direction: row;
    float: right;
    position: relative;
    top: 20px;
}

.socialShare p {
    margin-right: 10px;
    font-size: 1.5rem;
    line-height: 34px;
    margin-bottom: 0;
}

.socialShare img {
    width: 40px;
    margin-right: 10px;
}

.btnparticipate {
    text-align: left;
}

.btnparticipate .cta {
    width: 380.83px;
    border: 1.5px solid hsl(215, 77%, 47%);
    background-color: hsl(215, 77%, 47%);
    border-radius: 0;
    font-family:'bmwmotorrad-heavy';
    font-size: 1rem;
    color: hsl(0, 0%, 100%);
    padding: 10px 20px;
}

.btnparticipate .cta:hover {
    border: 1.5px solid hsl(215, 77%, 47%);
    background-color: transparent;
    color: hsl(215, 77%, 47%);
}

.btnparticipate .cta:active {
    border: 1.5px solid hsl(215, 77%, 47%) !important;
    background-color: transparent !important;
    color: hsl(215, 77%, 47%) !important;
}

.btnGoogleMaps {
    text-align: left;
}

.btnGoogleMaps .cta {
    width: 380.83px;
    border: 1.5px solid hsl(0, 0%, 15%);
    border-radius: 0;
    font-family:'bmwmotorrad-heavy';
    font-size: 1rem;
    color: hsl(0, 0%, 15%);
    padding: 10px 20px;
    text-transform: uppercase;
}

.btnGoogleMaps .cta:hover {
    border: 1.5px solid hsl(0, 0%, 15%);
    background-color: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
}

.btnGoogleMaps .cta:active {
    border: 1.5px solid hsl(0, 0%, 15%) !important;
    background-color: hsl(0, 0%, 15%) !important;
    color: hsl(0, 0%, 100%) !important;
}

.btnGoogleMaps .cta:focus {
    box-shadow: none;
    background-color: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
}

/* Fin A rodar por Cali */



/* Si deseas participar */

.toParticipate {
    width: 630px;
    margin: auto;
}

.toParticipate ul {
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 25px;
}

.toParticipate ul li {
    margin-bottom: 25px;
}

.toParticipate a {
    font-family:'bmwmotorrad-heavy';
    font-size: 1rem;
    line-height: 23px;
    color: hsl(215, 77%, 47%);
    background-image: url(./images/terms.svg);
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
}

/* Fin Si deseas participar */

/* --------------- FIN PAGINA EVENTOS INTERNA --------------- */







/* --------------- PAGINA EVENTOS PASO 1 --------------- */

/* Banner BMW Motorrad */

.BannerStepOne img {
    margin-top: 85px;
}

/* Fin Banner BMW Motorrad */



.textParagraph {
    width: 700px;
}

/* formulario */

.formRegister {
    width: 700px;
    margin: auto;
    position: relative;
}

.formRegister label {
    font-family:'bmwmotorrad-regular';
    font-size: 0.625em;
    line-height: 15px;
    color: hsl(0, 0%, 15%);
}

.formRegister select {
    font-family:'bmwmotorrad-regular';
    width: 100%;
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 90%);
    border-radius: 0;
    font-size: 0.75em;
    color: hsl(0, 0%, 73%);
}

.formRegister select {
    background-image: url(./images/icoSelect.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 320px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 40px;
}

.formRegister input {
    font-family:'bmwmotorrad-regular';
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 90%);
    border-radius: 0;
    font-size: 0.75em;
    color: hsl(0, 0%, 73%);
    height: 40px;
}

.formRegister .form-group label {
    font-family:'bmwmotorrad-regular';
    font-size: 0.625rem;
    line-height: 15px;
    color: hsl(0, 0%, 15%);
}

.formRegister .form-group label a {
    color: hsl(215, 77%, 47%);
}

.formRegister .form-group label a:hover {
    text-decoration: underline;
}

.formRegister .form-check-inline .form-check-input {
    margin-top: 6px;
    margin-right: 8px;
    height: 16px;
    width: 16px;
    border-radius: 4px;
}

.formRegister .form-check {
    padding-left: 12px;
}

.formRegister .form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 1px hsl(0deg 0% 90%);
}

.formRegister .form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 1px hsl(0deg 0% 90%);
}

.formRegister .form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 1px hsl(0deg 0% 90%);
}

.btnform .ctaOne {
    width: 215.97px;
    border: 1.5px solid hsl(0, 0%, 15%);
    border-radius: 0;
    font-family:'bmwmotorrad-heavy';
    font-size: 1rem;
    color: hsl(0, 0%, 15%);
    padding: 10px 20px;
    margin-right: 20px;
}

.btnform .ctaOne:hover {
    border: 1.5px solid hsl(0, 0%, 15%);
    background-color: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
}

.btnform .ctaOne:active {
    border: 1.5px solid hsl(0, 0%, 15%) !important;
    background-color: hsl(0, 0%, 15%) !important;
    color: hsl(0, 0%, 100%) !important;
}

.btnform .ctaTwo {
    width: 215.97px;
    border: 1.5px solid hsl(215, 77%, 47%);
    background-color: hsl(215, 77%, 47%);
    border-radius: 0;
    font-family:'bmwmotorrad-heavy';
    font-size: 1rem;
    color: hsl(0, 0%, 100%);
    padding: 10px 20px;
}

.btnform .ctaTwo:hover {
    border: 1.5px solid hsl(215, 77%, 47%);
    background-color: transparent;
    color: hsl(215, 77%, 47%);
}

.btnform .ctaTwo:active {
    border: 1.5px solid hsl(215, 77%, 47%) !important;
    background-color: transparent !important;
    color: hsl(215, 77%, 47%) !important;
}


/* Fin formulario */

/* --------------- FIN PAGINA EVENTOS PASO 1 --------------- */






/* --------------- PAGINA REGISTRO EXITOSO --------------- */

.textParagraphTwo {
    width: 735px;
}

.btnBackToTop .cta {
    width: 215.97px;
    border: 1.5px solid hsl(215, 77%, 47%);
    background-color: hsl(215, 77%, 47%);
    border-radius: 0;
    font-family:'bmwmotorrad-heavy';
    font-size: 1rem;
    color: hsl(0, 0%, 100%);
    padding: 10px 20px;
} 

.btnBackToTop .cta:hover {
    border: 1.5px solid hsl(215, 77%, 47%);
    background-color: transparent;
    color: hsl(215, 77%, 47%);
}

.btnBackToTop .cta:active {
    border: 1.5px solid hsl(215, 77%, 47%) !important;
    background-color: transparent !important;
    color: hsl(215, 77%, 47%) !important;
}

.btnBackToTop .ctaTwo {
    width: fit-content;
    border: 1.5px solid hsl(0, 0%, 15%);
    background-color: hsl(0, 0%, 15%);
    border-radius: 0;
    font-family:'bmwmotorrad-heavy';
    font-size: 1rem;
    color: hsl(0, 0%, 100%);
    padding: 10px 20px;
    text-transform: uppercase;
}

.btnBackToTop .ctaTwo:hover {
    border: 1.5px solid hsl(0, 0%, 15%);
    background-color: transparent;
    color: hsl(0, 0%, 15%);
}

.btnBackToTop .ctaTwo:active {
    border: 1.5px solid hsl(0, 0%, 15%) !important;
    background-color: transparent !important;
    color: hsl(0, 0%, 15%) !important;
}

.lineShot {
    width: 247.69px;
    height: 3px;
    background-color: hsl(0, 0%, 15%);
}

.flRight {
    float: right;
}

.flLeft {
    float: left;
}

.icoShot {
    text-align: center;
    position: relative;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icoShot img {
    width: 48px;
}

.titleShot {
    font-size: 1.563em;
    line-height: 25px;
    text-align: center;
    color: hsl(0, 0%, 15%);
}

/* Cards Motorrad Three */

.cardsMotorradThree .card {
    width: 100%;
    background-color: hsl(0, 0%, 100%);
    border: 1px none;
    min-height: 550px;
}

.cardsMotorradThree .card-body {
    position: relative;
    padding: 20px 0;
}

.cardsMotorradThree .card-text-black {
    width: 381.03px;
    background: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
    padding: 5px 18px;
    position: absolute;
    left: 0;
    top: -15px;
    margin-bottom: 0;
}

.cardsMotorradThree .card-title {
    font-size: 1rem;
    line-height: 23px;
}

.cardsMotorradThree .cardSelect {
    width: 100%;
    height: 5px;
    background-color: hsl(0, 0%, 90%);
    text-align: center;
    margin: auto;
    display: block;
    top: 10px;
    position: relative;
}

.cardsMotorradThree .card:hover > .card-body .cardSelect {
    background-color: hsl(217, 100%, 50%);
}

.cardsMotorradThree .cta {
    width: 215.97px;
    border: 1.5px solid hsl(0, 0%, 15%);
    border-radius: 0;
    font-family:'bmwmotorrad-heavy';
    font-size: 1rem;
    color: hsl(0, 0%, 15%);
    padding: 10px 20px;
    margin-right: 20px;
}

.cardsMotorradThree .cta:hover {
    border: 1.5px solid hsl(0, 0%, 15%);
    background-color: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
}

.cardsMotorradThree .cta:active {
    border: 1.5px solid hsl(0, 0%, 15%) !important;
    background-color: hsl(0, 0%, 15%) !important;
    color: hsl(0, 0%, 100%) !important;
}

/* Fin Cards Motorrad Three */

/* --------------- FIN PAGINA REGISTRO EXITOSO --------------- */







/* --------------- PAGINA SESION --------------- */

/* formulario */

.formRegisterSession {
    width: 900px;
    margin: auto;
    position: relative;
}

.formRegisterSession label {
    font-family:'bmwmotorrad-regular';
    font-size: 0.625em;
    line-height: 15px;
    color: hsl(0, 0%, 15%);
}

.formRegisterSession select {
    font-family:'bmwmotorrad-regular';
    width: 100%;
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 90%);
    border-radius: 0;
    font-size: 0.75em;
    color: hsl(0, 0%, 73%);
}

.formRegisterSession select {
    background-image: url(./images/icoSelect.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 420px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 40px;
}

.formRegisterSession option {
    background-color: hsl(0, 0%, 100%);
}

.formRegisterSession input {
    font-family:'bmwmotorrad-regular';
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 90%);
    border-radius: 0;
    font-size: 0.75em;
    color: hsl(0, 0%, 73%);
    height: 40px;
}

.formRegisterSession .form-group label {
    font-family:'bmwmotorrad-regular';
    font-size: 0.625rem;
    line-height: 15px;
    color: hsl(0, 0%, 15%);
}

.formRegisterSession .form-group label a {
    color: hsl(215, 77%, 47%);
}

.formRegisterSession .form-group label a:hover {
    text-decoration: underline;
}

.formRegisterSession .form-check-inline .form-check-input {
    margin-top: 6px;
    margin-right: 8px;
    height: 16px;
    width: 16px;
    border-radius: 4px;
}

.formRegisterSession .form-check {
    padding-left: 12px;
}

.formRegisterSession .form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 1px hsl(0deg 0% 90%);
}

.formRegisterSession .form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 1px hsl(0deg 0% 90%);
}

.formRegisterSession .form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 1px hsl(0deg 0% 90%);
}

/* Fin formulario */

.bgGrayForm {
    background-color: hsl(0, 0%, 95%, 0.3);
    padding: 20px 0;
}

.btnform .ctaTwo {
    width: 215.97px;
    border: 1.5px solid hsl(215, 77%, 47%);
    background-color: hsl(215, 77%, 47%);
    border-radius: 0;
    font-family:'bmwmotorrad-heavy';
    font-size: 1rem;
    color: hsl(0, 0%, 100%);
    padding: 10px 20px;
}

.btnform .ctaTwo:hover {
    border: 1.5px solid hsl(215, 77%, 47%);
    background-color: transparent;
    color: hsl(215, 77%, 47%);
}

.btnform .ctaTwo:active {
    border: 1.5px solid hsl(215, 77%, 47%) !important;
    background-color: transparent !important;
    color: hsl(215, 77%, 47%) !important;
}

.ctaAdd {
    width: 100%;
    border: 1.5px solid hsl(0, 0%, 56%);
    border-radius: 0;
    font-family: 'bmwmotorrad-heavy';
    font-size: 1rem;
    color: hsl(0, 0%, 56%);
    background-image: url(./images/icoPlus.svg);
    background-size: 16px;
    background-position: 75px center;
    background-repeat: no-repeat;
    padding: 6px 20px;
    margin: 31px 0px 0px 0px;
}

.ctaAdd:hover {
    border: 1.5px solid hsl(0, 0%, 56%);
    background-color: transparent;
    color: hsl(0, 0%, 56%);
}

.ctaAdd:active {
    border: 1.5px solid hsl(0, 0%, 56%) !important;
    background-color: transparent !important;
    color: hsl(0, 0%, 56%) !important;
}

.termsConditions p {
    font-size: 0.625em;
    line-height: 15px;
    text-align: justify;
}

/* Fin formulario */

/* --------------- FIN PAGINA SESION --------------- */






/* --------------- PAGINA ACADEMY --------------- */

.textParagraphThree {
    font-family: 'bmwmotorrad-heavy';
    font-size: 1.25em;
    line-height: 22PX;
    color: hsl(0, 0%, 15%);
}

.icoProOne {
    background-image: url(./images/gps.svg);
    background-size: 12px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
}

.knowTheRoute {
    position: relative;
    top: -8px;
}

.bgGrayAcademy {
    background-color: hsl(0, 0%, 95%, 0.3);
    padding: 20px;
}

/* --------------- FIN PAGINA ACADEMY --------------- */






/* --------------- PAGINA ACADEMY TRAINING --------------- */

.itemImgHomeTwo .card-text-black {
    width: 177.84px;
    background: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
    padding: 2px 10px;
    position: absolute;
    left: 0;
    top: -15px;
    margin-bottom: 0;
}

/* --------------- FIN PAGINA ACADEMY TRAINING --------------- */







/* --------------- FOOTER --------------- */

.footerSubscribe {
    background-color: hsl(0, 0%, 95%);
    width: 100%;
    height: auto;
    padding: 40px 0;
}

.textSubscribeOne {
    font-family:'bmwmotorrad-bold';
    color: hsl(0, 0%, 40%);
}

.btnSubscribe {
    text-align: left;
}

.btnSubscribe .cta {
    border: 1.5px solid hsl(0, 0%, 40%);
    background-color: hsl(0, 0%, 40%);
    border-radius: 0;
    font-family:'bmwmotorrad-bold';
    font-size: 1rem;
    color: hsl(0, 0%, 100%);
    padding: 10px 20px;
}

.btnSubscribe .cta:hover {
    border: 1.5px solid hsl(0, 0%, 40%);
    background-color: hsl(0, 0%, 95%);
    color: hsl(0, 0%, 40%);
}

.btnSubscribe .cta:active {
    border: 1.5px solid hsl(0, 0%, 40%) !important;
    background-color: hsl(0, 0%, 95%) !important;
    color: hsl(0, 0%, 40%) !important;
}

.socialMedia a {
    font-family:'bmwmotorrad-regular';
    font-size: 0.625rem;
    line-height: 15px;
    color: hsl(0, 0%, 40%);
    margin-right: 12px;
}

.textSubscribeLink {
    display: flex;
    flex-direction: column;
}

.textSubscribeLink a {
    font-family: 'bmwmotorrad-regular';
    font-size: 0.625rem;
    line-height: 15px;
    color: hsl(0, 0%, 40%);
    margin-right: 12px;
    margin-bottom: 10px;
    position: relative;
    top: 10px;
}

footer {
    height: 85px;
    position: relative;
    width: 100%;
    background-color: hsl(0, 0%, 100%);
}

footer p {
    font-size: 0.75em;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footerSlogan {
    position: absolute;
    right: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footerSloganimg {
    width: 169px;
}

.lineSlogan {
    height: 4px;
    position: absolute;
    background-color: #000;
    width: 100%;
    left: 0;
    bottom: -15px !important;
    opacity: 1 !important;
    animation: slideup 2s;
    -moz-animation: slideup 2s;
    -webkit-animation: slideup 2s;
    -o-animation: slideup 2s;
}

/* --------------- FIN FOOTER --------------- */

@media screen and (max-width: 992px) {
    .margin_bottom_movil{
      margin-bottom: 30px;
    }
    .download-content p{
        display: none !important;
    }
    .visibleDesktop2{
        display: none;
    }
}


@media screen and (max-width: 767px) {
    .footerSloganMenu {
        right: 15px;
        text-align: center;
    }
    .quickentriesLinksMenu{
        display: block;
    }
    .menuppal > ul{
        display: block;
    }
    .quickentriesMenu{
        bottom: 75px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .menuppal ul li{
        margin-right: 0 !important;
    }
    .icon_list_item_object{
        background-position: left !important;
    }
    .itemImgHomeTwo .puntos_suspensivos img{
        width: 15px !important;
    }
    .he_540_object{
        height: auto !important;
    }

    /* .container {
        padding: 0;
    } */

    .mrPro {
        margin-right: 0;
        margin-left: 0;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 0;
        padding-left: 0;
    }

    .visibleDesktop {
        display: none;
    }
    .textBMWMN{
        font-size: 0.8rem !important;
        float: left;
        margin-left: 85px;
        word-break: initial;
        width: 20%;
        text-align: left;
        line-height: 1.1;
    }

    .visibleMobile {
        display: block;
    }

    .separadorProSix {
        padding: 20px;
    }

    .separadorProEight {
        padding: 10px;
    }

    h1 {
        font-family:'bmwmotorrad-bold';
        font-size: 2.188em;
        line-height: 30px;
    }






    /* --------------- PAGINA HOME --------------- */

    .quickentries {
        padding: 20PX;
        height: auto;
        margin-top: -80px;
        position: relative;
    }

    .Modern-Slider .item .img-fill .info {
        position: relative;
        left: 0px;
        margin-left: auto;
        margin-top: 125px;
        right: 0;
        padding: 20px;
    }

    .Modern-Slider .item h3 {
        font-size: 1.563em;
        line-height: 25px;
    }

    .Modern-Slider .item .info > div {
        width: 240px;
    }

    .info .cta {
        position: relative;
        top: 20px;
    }

    .Modern-Slider .item h5 {
        overflow: visible;
    }

    .Modern-Slider .slick-dots li {
        display: none;
    }

    .quickentriesLinks {
        flex-direction: column;
        align-items: normal;
        justify-content: normal;
    }

    .quickentriesLinks a {
        display: block;
        margin-bottom: 25px;
    }

    .bgGrayHome {
        padding: 20px 0 !important;
    }

    .bgGrayNews {
        padding: 20px 0 !important;
    }

    .itemImgHomeOne {
        margin-bottom: 20px;
    }

    .boxSocialMediaOne {
        height: 160px !important;
        padding: 20px;
        margin-bottom: 20px;
    }

    .boxSocialMediaTwo {
        height: 160px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .boxCardInfoOne {
        position: relative;
        width: 100%;
        padding: 25px 20px 20px 20px;
        height: 140px;
    }

    .itemImgHomeOne p {
        position: relative;
        top: -8px;
    }

    .cardsMotorradHomeOne .cardSelect {
        width: 100%;
        float: left;
    }

    .wPro {
        height: 100%;
    }

    .itemImgHomeTwo img {
        width: 50%;
    }

    .itemImgHomeTwo {
        margin-bottom: 20px;
    }

    .boxCardInfoTwo {
        bottom: 0;
        left: auto;
        width: 100%;
        padding: 25px 20px 20px 20px;
        height: auto;
        right: 0;
        top: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    .itemImgHomeTwo:hover > .cardsMotorradHomeTwo {
        height: auto;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    /* --------------- FIN PAGINA HOME --------------- */






    /* --------------- PAGINA NOTICIAS --------------- */

    .btnNews .cta {
        width: 80%;
    }

    .btnregisterNow .cta {
        width: 100%;
    }

    

    /* --------------- FIN PAGINA NOTICIAS --------------- */







    /* --------------- FIN PAGINA INTERNA NOTICIAS --------------- */

    .mobileFlex {
        display: flex;
    }

    

    /* --------------- FIN PAGINA INTERNA NOTICIAS --------------- */






    /* --------------- PAGINA NOTICIA EVENTOS --------------- */

    .textWidht {
        width: 100%;
    }

    .videoYoutube {
        width: 100%;
    }

    /* --------------- FIN PAGINA NOTICIA EVENTOS --------------- */







    /* --------------- PAGINA EVENTOS --------------- */

    .motorradTitle {
        width: 100%;
        padding: 40px 20px;
    }

    .titleMobile {
        padding: 0 20px;
    }

    .cardsMotorradOne .card-text-black {
        width: 286.03px;
    }

    .cardsMotorradOne .card {
        border: 0 solid hsl(0, 0%, 100%);
        min-height: 420px;
    }

    .cardsMotorradOne .card-img-top {
        width: 40%;
    }

    .cardsTrheeFl {
        flex-direction: column;
    }

    .locateRight {
        float: none;
    }

    .textTitleCards {
        float: left;
        padding: 40px 20px;
    }

    .cardsMotorradOne .card {
        /* width: 100%; */
        min-height: auto;
        display: flex;
        flex-direction: row;
        /* margin-bottom: 60px; */
        border: none;
    }

    .cardsMotorradTwo .card {
        width: 100%;
        min-height: auto;
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        border: none;
    }

    .cardsMotorradTwo .card-img-top {
        width: 40%;
    }

    .boxCardsOne {
        padding: 0;
    }

    .boxCardsTwo {
        padding: 0;
    }

    .cardsMotorradOne .card-text-black {
        width: 343px;
        top: -20px;
        position: absolute;
        left: -144px;
        padding: 6px 10px;
    }

    .cardsMotorradOne .card-body {
        position: relative;
        padding: 25px 20px 20px 20px;
    }

    .cardsMotorradTwo .card-text-black {
        width: 343px;
        top: -20px;
        position: absolute;
        left: -144px;
        padding: 6px 10px;
    }

    .cardsMotorradOne .cardSelect {
        width: 71.28px;
        float: left;
    }

    .cardsMotorradTwo .cardSelect {
        width: 71.28px;
        float: left;
    }

    .bgWhite {
        padding: 0;
    }

    .bgGrayOne {
        padding: 0;
    }

    /* --------------- FIN PAGINA EVENTOS --------------- */







   /* --------------- PAGINA EVENTOS INTERNA --------------- */

    .spaceMobile {
        margin-right: 70px;
    }

    .motorradTitleInterna {
        width: 100%;
        padding: 0;
    }

    .titleMotorradInterna {
        padding: 40px 20px;
    }

    .titleMobile {
        padding: 0 20px;
    }

    .socialShare {
        float: left;
        margin-bottom: 40px;
    }

    .listInfoOne {
        margin-bottom: 20px;
    }

    .btnparticipate .cta {
        width: 100%;
    }

    .btnGoogleMaps .cta {
        width: 100%;
        padding: 10px 40px;
    }

    .toParticipate {
        width: 100%;
    }

    /* --------------- FIN PAGINA EVENTOS INTERNA --------------- */







    /* --------------- PAGINA EVENTOS PASO 1 --------------- */

    .textParagraph {
        width: 100%;
    }

    .formRegister {
        width: 100%;
    }

    .formRegister select {
        margin-bottom: 20px;
    }

    .btnform .ctaOne {
        width: 100%;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .btnform .ctaTwo {
        width: 100%;
    }

    /* --------------- FIN PAGINA EVENTOS PASO 1 --------------- */






    /* --------------- PAGINA REGISTRO EXITOSO --------------- */

    .mrgMovilOne {
        padding: 0 20px;
    }

    .textParagraphTwo {
        width: 100%;
    }

    .lineShot {
        width: 76.57px;
    }

    .mrMovilTitle {
        padding: 0 38px;
    }

    .flRight {
        float: left;
    }

    .flLeft {
        float: right;
    }

    .btnBackToTop .cta,
    .btnBackToTop .ctaTwo {
        width: 100%;
    }

    .cardsMotorradThree .cardSelect {
        width: 135.98px;
        float: left;
    }

    .cardsMotorradThree .card-body {
        padding: 20px;
    }

    .cardsMotorradThree .card {
        min-height: 460px;
    }

    .cardsMotorradThree .cta {
        width: 100%;
    }

    /* --------------- FIN PAGINA REGISTRO EXITOSO --------------- */







    /* --------------- PAGINA SESION --------------- */

    .formRegisterSession {
        width: 90%;
    }

    .bgGrayForm {
        padding: 20px 20px !important;
    }

    .ctaAdd {
        background-position: 26px center;
    }

    .check_legal {
        position: relative;
        top: -16px;
        left: 5px;
    }

    /* --------------- FIN PAGINA SESION --------------- */






    /* --------------- FIN PAGINA ACADEMY --------------- */

    .filterOne {
        padding: 0 20px;
    }

    .bgGrayAcademy {
        padding: 20px 0;
    }

    /* --------------- FIN PAGINA ACADEMY --------------- */






    /* --------------- PAGINA ACADEMY TRAINING --------------- */

    .itemImgHomeTwo .card-text-black {
        width: 343px;
        top: -20px;
        position: absolute;
        left: -180px;
        padding: 6px 10px;
    }

    /* --------------- FIN PAGINA ACADEMY TRAINING --------------- */







    /* --------------- FOOTER --------------- */

     .footerSubscribe {
        padding: 40px 20px;
    }

    .socialMedia {
        display: flex;
        flex-direction: column;
    }

    .socialMedia a {
        margin-bottom: 10px;
    }

    footer {
        height: 131.17px;
    }

    .footerSlogan {
        position: relative;
        right: 20px;
        top: 20px;
        -ms-transform: initial;
        -webkit-transform: initial;
        transform: initial;
        float: right;
    }

    footer p {
        left: 20px;
        top: 90px;
    }

    /* --------------- FIN FOOTER --------------- */
}

@media screen and (min-width: 768px) and (max-width: 1320px)  {
    #listado_acti_curso_dash .margin_bottom_movil .ctaReadMore {
        width: 100%;
        font-family: 'bmwmotorrad-heavy';
        font-size: 0.7rem;
        height: auto;
    }
}

@media screen and (max-width: 768px) and (min-width: 481px) {

}

@media screen and (max-width: 480px) and (min-width: 361px) {

}


@media screen and (min-width: 321px) and (max-width: 360px)  {

}

@media screen and (max-width: 320px) and (min-width: 5px)  {
    
}

@media (max-width: 768px)  {
    .page-id-199 .custom_ree p{
        width: 100% !important;
    }
    .menuppal ul .current-menu-item:last-child{
        margin-left: 22px !important;
    }
}

@media (max-width: 435px)  {
    /* .logoMotorrad{
        display: none !important;
    } */
}

@media (max-width: 380px)  {
    .logoMotorrad img {
        width: 110px !important;
    }
}



/* CSS NUEVO */



.lds-dual-ring {
  display: inline-block;
  width: 50px;
  height: 17px;
  vertical-align: middle;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 6px solid #262626;
  border-color: #262626 transparent #262626 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  margin: -7px auto !important;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #1c68d4;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #1c68d4 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.btnloadMore a:hover > .lds-dual-ring:after,
.btnloadMore a:active > .lds-dual-ring:after{
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
}


.img-evento-custom-height{
  height: 545px;
  object-fit: cover;
  object-position: center;
}


.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 12px;
}
.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


/*ESTILOS ADICIONALES GENERAL*/
.img-object-instructor{
  background-repeat: no-repeat;
  width: 100%;
  height: 320px;
  display: block;
  background-position: center;
  background-size: 100%;
}

.download-content{
    position: absolute;
    top: 1%;
    left: 1%;
}

.download-content a{
    display: block;
    font-size: 1rem;
    box-shadow: 0px 3px 10px rgb(38 38 38 / 10%);
    -moz-box-shadow: 0px 3px 10px rgba(38, 38, 38, 0.1);
    -webkit-box-shadow: 0px 3px 10px rgb(38 38 38 / 10%);
    background: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    font-weight: 600;
}

.download-content img{
    width: 20px !important;
    display: inline-block !important;
}

.download-content p{
    display: inline-block;
    margin: 0 0 0 8px;
    vertical-align: middle;
}

.content-download-zip a.ctaReadMore{
    width: 22%;
    height: auto;
    margin: 0 auto;
    font-weight: 600;
}

.content-download-zip a.ctaReadMore:hover p{
    color: #fff !important;
}
.content-download-zip a.ctaReadMore:hover img{
    filter: invert(1);
}

.content-download-zip img{
    display: inline-block;
}

.content-download-zip p{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.lgBMWM {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: -1;
}

.textBMWMN {
    font-family: 'bmwmotorrad-bold';
    font-size: 1.6em;
    color: hsl(0, 0%, 0%);
}

.bar-top-logo{
    height: 4px;
    position: absolute;
    background-color: #000;
    width: 100%;
    left: 0;
    top: -100px !important;
    transition: all 0.6s;
}

.bar-top-logo.in-show{
    top: -15px !important;
}

.select-modelo-moto option:not(.option-select){
    display: none;
}


#formRegisterSessionUsu .form-control.invalid {
    border-color: #dc3545 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position:right calc(.375em + .1875rem) center !important; 
}
#formRegisterSessionUsu .form-control.invalid:focus{
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%) !important;
}

.cardDateMotorrad{
    width: auto;
    background: hsl(0, 0%, 15%);
    color: hsl(0, 0%, 100%);
    padding: 5px 18px;
    position: absolute;
    left: 0;
    top: -15px;
    margin-bottom: 0;
    font-weight: 600;
}

.subBanneAbso{
  position: absolute;
  top: 35%;
  left: 5%;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  width: 10% !important;
  box-shadow: 0px 3px 10px rgb(38 38 38 / 10%);
  -moz-box-shadow: 0px 3px 10px rgba(38, 38, 38, 0.1);
  -webkit-box-shadow: 0px 3px 10px rgb(38 38 38 / 10%);
}

#modal_compartir_redes .modal-content {
    width: 472px;
    height: 175px;
    background: hsl(0, 0%, 100%);
    border-radius: 3px;
    padding: 1.25rem;
}

.ico_redessociales {
    width: 35.27px !important;
}

#modal_compartir_redes .modal-content h2 {
    margin-top: 1.5rem;
}

#modal_compartir_redes .modal-content .btn-close {
    width: 12px;
    height: 12px;
    background-image: url(./images/ico-cerrar.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
}

.wrapper-row-cuso img{
	height: 100%;
	object-fit: cover;
}
.wrapper-default-spots{
	position: relative
}
.wrapper-item-0{
	width: 25%;
	float: left;
	padding: 0.5rem;
	height: 49vh;
}
.wrapper-item-1{
	width: 25%;
	float: left;
	padding: 0.5rem;
	height: 49vh;
}
.wrapper-item-2{
	width: 50%;
	float: left;
	padding: 0.5rem;
	height: 49vh;
}
.wrapper-item-3{
	width: 50%;
	float: left;
	padding: 0.5rem;
}
.wrapper-item-4{
	width: 50%;
	float: left;
	padding: 0.5rem;
}
.wrapper-default-spots:hover .galleryItemInfo{
	display: block !important;
}
.wrapper-default-spots .galleryItemInfo{
	display: none;
	background-color: hsl(0, 0%, 0%, 0.6);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
}
.wrapper-default-spots .galleryItemInfo .icoFlex{
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
	top: 38%;
}
.wrapper-default-spots .galleryItemInfo img{
	width: 74px !important;
	height: 74px;
}


.group-ul-drown{
	display: none;
	position: absolute;
	left: -40px;
/* 	width: 550px; */
	padding: 1rem;
	background: #f1f1f1;
}
.group-ul-drown li{
	margin: 0 1rem !important;
}
.group-ul-drown li img{
	width: 200px;
	height: 140px;
	object-fit: cover;
}
.group-ul-drown span{
	text-align: center;
	display: block;
	line-height: 20px;
	margin: 0.8rem 0;
}
.group-ul-drown span.conoce-mas{
	width: 80%;
	border: 1.5px solid hsl(215, 77%, 47%);
	background-color: hsl(215, 77%, 47%);
	border-radius: 0;
	font-family: 'bmwmotorrad-heavy';
	font-size: 0.8rem;
	color: hsl(0, 0%, 100%);
	padding: 6px 15px;
	display: block;
	margin: 0 auto !important;
}








/* ESTILOS OWL CAROUSEL CUSTOM INIT */
.owl-carousel-card-news .owl-stage-outer .itemLCImg img{
	height: 350px;
	object-fit: cover;
}
.owl-carousel-card-news .owl-nav, .owl-carousel-customNav .owl-nav{
	margin: 0 !important;
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 9;
}
.owl-carousel-card-news .owl-nav button, .owl-carousel-customNav .owl-nav button{
	background: #0062FF !important;
	opacity: 1 !important;
	border-radius: 30px !important;
	width: 36px;
	height: 36px;
	box-shadow: 0px 6px 12px 0px #6C757D33;
	outline: none !important;
	margin: 0 !important;
}
.owl-carousel-card-news .owl-nav button span, .owl-carousel-customNav .owl-nav button span{
	color: transparent;
	font-size: 0rem;
	background: url('assets/ico-1-vector-arrow-right.svg') no-repeat;
	width: 14px;
	height: 14px;
	display: block;
	background-position: center;
	background-size: contain;
	margin: 0 auto;
}
.owl-carousel-card-news .owl-nav button.owl-prev span, .owl-carousel-customNav .owl-nav button.owl-prev span{
	transform: rotate(180deg);
}
.owl-carousel-card-news .owl-nav button.disabled, .owl-carousel-customNav .owl-nav button.disabled{
	display: none !important;
}
.owl-carousel-card-news .owl-nav .owl-prev, .owl-carousel-customNav .owl-nav .owl-prev{
	float: left;
	position: relative;
	left: -1rem;
}
.owl-carousel-card-news .owl-nav .owl-next, .owl-carousel-customNav .owl-nav .owl-next{
	float: right;
	position: relative;
	right: -1rem;
}
.owl-carousel-card-news .owl-dots, .owl-carousel-customDots .owl-dots{
  margin-top: 1rem;
}
.owl-carousel-card-news .owl-dots .owl-dot, .owl-carousel-customDots .owl-dots .owl-dot{
	box-shadow: none !important;
	outline: none !important;
        position: relative !important;
}
.owl-carousel-card-news .owl-dots .owl-dot.active span, .owl-carousel-customDots .owl-dots .owl-dot.active span{
	background: #0062FF !important;
	width: 96px !important;
}
.owl-carousel-card-news .owl-dots span, .owl-carousel-customDots .owl-dots span{
	width: 20px !important;
	height: 3px !important;
	background: rgb(0 98 255 / 30%) !important;
}
/* ESTILOS OWL CAROUSEL CUSTOM END */

/* ESTILOS CUSTOM HOME V2 INIT */
.bg-FFF{
	background: #FFF;
}
.bg-F2F2F2{
	background: #F2F2F2;
}
.bg-262626{
	background: #262626;
}
.bg-4D4D4D{
	background: #4D4D4D;
}
.p-lr-1rem{
	padding-left: 1rem;
	padding-right: 1rem;
}
.colorTextWhite{
	color: #fff;
}
.sectionOneHv2{
	background: #262626;
	padding: 3rem 1rem;
}
.sectionOneHv2 .wrapperOption{
	font-family: 'bmwmotorrad-heavy';
	font-size: 1.25rem;
	line-height: 1.375rem;
	background: #000;
	color: #fff;
	font-weight: 600;
	border-bottom: 4px solid transparent;
	padding: 1rem 1.8rem;
	position: relative;
	height: 125px;
	display: flex;
	justify-content: start;
	align-items: center;
}
.sectionOneHv2 .wrapperOption.ico-1:after{
	content: '';
	background: url('assets/g2555-1.svg') no-repeat;
	opacity: 0.5;
	background-size: contain !important;
	background-position: right !important;
	width: 100%;
	height: 105px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.sectionOneHv2 .wrapperOption:hover.ico-1:after{
	background: url('assets/g881-1.svg') no-repeat;
}
.sectionOneHv2 .wrapperOption.ico-2:after{
	content: '';
	background: url('assets/g881-2.svg') no-repeat;
	opacity: 0.5;
	background-size: contain !important;
	background-position: right !important;
	width: 100%;
	height: 105px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.sectionOneHv2 .wrapperOption:hover.ico-2:after{
	background: url('assets/g1738.svg') no-repeat;
}
.sectionOneHv2 .wrapperOption.ico-3:after{
	content: '';
	background: url('assets/g881-3.svg') no-repeat;
	opacity: 0.5;
	background-size: contain !important;
	background-position: right !important;
	width: 100%;
	height: 105px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.sectionOneHv2 .wrapperOption:hover.ico-3:after{
	background: url('assets/g1037.svg') no-repeat;
}
.sectionOneHv2 .wrapperOption.ico-4:after{
	content: '';
	background: url('assets/g881-4.svg') no-repeat;
	opacity: 0.5;
	background-size: contain !important;
	background-position: right !important;
	width: 100%;
	height: 105px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.sectionOneHv2 .wrapperOption:hover.ico-4:after{
	background: url('assets/g881.svg') no-repeat;
}
.sectionOneHv2 .wrapperOption.ico-5:after{
	content: '';
	background: url('assets/g881-5.svg') no-repeat;
	opacity: 0.5;
	background-size: contain !important;
	background-position: right !important;
	width: 100%;
	height: 105px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
.sectionOneHv2 .wrapperOption:hover.ico-5:after{
	background: url('assets/g863.svg') no-repeat;
}
.sectionOneHv2 .wrapperOption:hover{
	border-bottom: 4px solid #0062FF;
	box-shadow: 0px 24px 24px 0px #00000040;
}
.sectionTwoHv2 h2, .sectionFiveHv2 h2{
	font-size: 3.125rem;
	line-height: 3.125rem;
	margin: 0;
	font-family: 'bmwmotorrad-bold';
}
.sectionTwoHv2 .btnLinkMore{
	font-size: 1rem;
	line-height: 1.438rem;
	margin: 0;
	font-family: 'bmwmotorrad-bold';
	color: #0062FF;
	border: 1px solid #0062FF;
	padding: 0.5rem 1.2rem;
	display: inline-block;
}

.sectionTwoHv2 .wrapperOwlCarouselHomeV2 .wrapperContentOwl a{
	display: block;
}
.sectionTwoHv2 .wrapperOwlCarouselHomeV2 .wrapperContentOwl a:hover .wrapperBodyOwl{
	border-bottom: 3px solid #0062FF;
}
.sectionTwoHv2 .wrapperOwlCarouselHomeV2 .wrapperBodyOwl{
	width: 90%;
	margin: 0 auto;
	background: #fff;
	margin-top: -2.7rem;
	z-index: 9;
	position: relative;
	padding: 1.5rem;
	border-bottom: 3px solid transparent;
}
.sectionTwoHv2 .wrapperOwlCarouselHomeV2 .wrapperBodyOwl h3{
	color: #262626;
	font-family: 'bmwmotorrad-bold';
	width: 100%;
	font-size: 1.25rem;
	line-height: 1.375rem;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sectionTwoHv2 .wrapperOwlCarouselHomeV2 .wrapperBodyOwl p{
	line-height: 1.3rem;
	font-size: 0.9rem;
	margin-bottom: 0;
	color: #262626;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 4.5em;
}
.sectionTwoHv2 .wrapperOwlCarouselHomeV2 .wrapperBodyOwl span{
	font-family: 'bmwmotorrad-bold';
	font-size: 1rem;
	line-height: 1rem;
	position: relative;
	padding-right: 1rem;
}
.sectionTwoHv2 .wrapperOwlCarouselHomeV2 .wrapperBodyOwl span:after{
	content: '';
	background: url('assets/Right_Arrow_4.svg') no-repeat;
	background-size: contain;
	width: 11px;
	height: 15px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 5px;
}

.bgLeftCustomFeadtuedEvent{
	border-left: 8px solid #0062FF;
	background: #262626;
}
.sectionThreeHv2 .wrapperContentFeatured{
	padding: 2rem 3rem;
	color: #fff;
}
.sectionThreeHv2 .wrapperContentFeatured .infoFeaturedEvent{
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 1rem;
}
.sectionThreeHv2 .wrapperContentFeatured .infoFeaturedEvent .addressFeaturedEvent span:before{
	content: '';
	background: url('assets/ico-ubi-des.svg') no-repeat;
	background-size: contain;
	width: 11px;
	height: 15px;
	background-position: left;
	float: left;
	margin-right: 0.5rem;
}
.sectionThreeHv2 .wrapperContentFeatured .infoFeaturedEvent .addressFeaturedEvent span{
	font-size: 0.625rem;
	line-height: 0.875rem;
	font-family: 'bmwmotorrad-regular';
	border-radius: 3px;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	padding: 0.3rem 1rem;
}
.sectionThreeHv2 .wrapperContentFeatured .infoFeaturedEvent .dateFeaturedEvent span:before{
	content: '';
	background: url('assets/ico-date-des.svg') no-repeat;
	background-size: contain;
	width: 11px;
	height: 15px;
	background-position: left;
	float: left;
	margin-right: 0.5rem;
}
.sectionThreeHv2 .wrapperContentFeatured .infoFeaturedEvent .dateFeaturedEvent span{
	font-size: 0.625rem;
	line-height: 0.875rem;
	font-family: 'bmwmotorrad-regular';
	border-radius: 3px;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	padding: 0.3rem 1rem;
}
.sectionThreeHv2 .wrapperContentFeatured .tagFeaturedEvent{
	font-size: 1rem;
	line-height: 1.438rem;
	font-family: 'bmwmotorrad-regular';
}
.sectionThreeHv2 .wrapperContentFeatured h2{
	color: #fff;
	font-size: 1.563rem;
	line-height: 1.563rem;
}
.sectionThreeHv2 .wrapperContentFeatured p{
	color: #fff;
}
.sectionThreeHv2 .wrapperContentFeatured a.btnLinkInscription{
	background: #0062FF;
	color: #fff;
	font-family: 'bmwmotorrad-heavy';
	font-size: 1rem;
	line-height: 1.438rem;
	display: inline-block;
	padding: 0.7rem 1.4rem;
}
.sectionFourHv2 h2{ 
	font-size: 3rem;
	line-height: 3rem;
}
.sectionFourHv2 .wrapperNavPillsEvents .nav-pills{
	justify-content: center;
	margin-bottom: 2rem !important;
}
.sectionFourHv2 .wrapperNavPillsEvents .nav-pills .nav-link.active .textTwo{
	border-color: #0062FF;
}
.sectionFourHv2 .wrapperNavPillsEvents .nav-pills .nav-link{
	background-color: transparent !important;
	color: #fff !important;
	text-align: center;
}
.sectionFourHv2 .wrapperNavPillsEvents .nav-pills .nav-link .textOne{
	font-size: 0.8rem;
	line-height: 0.9rem;
	font-family: 'bmwmotorrad-heavy';
}
.sectionFourHv2 .wrapperNavPillsEvents .nav-pills .nav-link .textTwo{
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 8px solid #fff;
	font-size: 3rem;
	line-height: 3rem;
	font-family: 'bmwmotorrad-heavy';
	padding: 0.6rem 2rem;
	margin-top: 0.5rem;
}
.sectionFourHv2 .wrapperItemOwLEventsProxiHV2{
	border: 1px solid #fff;
	padding: 0 0.45rem;
}
.sectionFourHv2 .wrapperItemProxiEvents{
	padding: 1rem 4rem;
}
.sectionFourHv2 .wrapperItemProxiEvents .tagText{
	font-size: 1rem;
	line-height: 1.438rem;
	font-family: 'bmwmotorrad-regular';
}
.sectionFourHv2 .wrapperItemProxiEvents h2{
	font-size: 1.563rem;
	line-height: 1.563rem;
}
.sectionFourHv2 .wrapperItemProxiEvents .itemTextInfo{
	display: flex;
	align-items: center;
	margin-bottom: 0.7rem;
}
.sectionFourHv2 .wrapperItemProxiEvents .itemTextInfo:last-child{
	margin-bottom: 0 !important;
}
.sectionFourHv2 .wrapperItemProxiEvents .itemTextInfo p{
	font-family: 'bmwmotorrad-regular';
	font-size: 0.9rem;
	line-height: 1.3rem;
	margin-bottom: 0 !important;
}
.sectionFourHv2 .wrapperItemProxiEvents .btnLinksActions{
	gap: 1.2rem;
	display: flex;
	justify-content: start;
	align-items: center;
}
.sectionFourHv2 .wrapperItemProxiEvents .btnLinksActions .btnOneAction{
	background: #0062FF;
	color: #fff;
	font-family: 'bmwmotorrad-heavy';
	font-size: 1rem;
	line-height: 1.438rem;
	display: inline-block;
	padding: 0.6rem 1.4rem;
	border: 1px solid #0062FF;
}
.sectionFourHv2 .wrapperItemProxiEvents .btnLinksActions .btnTwoAction{
	background: transparent;
	color: #fff !important;
	font-family: 'bmwmotorrad-heavy';
	font-size: 1rem;
	line-height: 1.438rem;
	display: inline-block;
	padding: 0.6rem 1.4rem;
	border: 1px solid #fff;
}
.sectionFourHv2 .wrapperItemProxiEvents .icoOneProxEvent:before{
	background: url('assets/ico-calendar.svg') no-repeat;
	content: '';
	background-size: contain;
	width: 23px;
	height: 23px;
	background-position: center;
	display: inline-block;
	margin-right: 0.5rem;
}
.sectionFourHv2 .wrapperItemProxiEvents .icoTwoProxEvent:before{
	background: url('assets/ico-ubi.svg') no-repeat;
	content: '';
	background-size: contain;
	width: 23px;
	height: 23px;
	background-position: center;
	display: inline-block;
	margin-right: 0.5rem;
}
.sectionFourHv2 .wrapperItemProxiEvents .icoThreeProxEvent:before{
	background: url('assets/ico-map.svg') no-repeat;
	content: '';
	background-size: contain;
	width: 23px;
	height: 23px;
	background-position: center;
	display: inline-block;
	margin-right: 0.5rem;
}
.sectionFourHv2 .wrapperItemProxiEvents .icoFourProxEvent:before{
	background: url('assets/ico-carretera.svg') no-repeat;
	content: '';
	background-size: contain;
	width: 23px;
	height: 23px;
	background-position: center;
	display: inline-block;
	margin-right: 0.5rem;
}
.sectionFiveHv2 .flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
/*left-fondo-sombra*/

.sectionFiveHv2 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.sectionFiveHv2 .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.sectionFiveHv2 .flip-card-front, .sectionFiveHv2 .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
	padding: 2rem 2.8rem;
    z-index: 1;
}
.sectionFiveHv2 .flip-card-front:before{
	content: '';
	background: url('assets/left-fondo-sombra.svg') no-repeat;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
}
.sectionFiveHv2 .flip-card-front h3{
	font-size: 3.125rem;
	line-height: 3.125rem;
	font-family: 'bmwmotorrad-heavy';
	margin: 0;
	z-index: 9;
}
.sectionFiveHv2 .flip-card-front span{
	position: relative;
	color: #fff;
	font-family: 'bmwmotorrad-heavy';
	font-size: 0.9rem;
	line-height: 1rem;
}
.sectionFiveHv2 .flip-card-front span:after{
	content: '';
	background: url('assets/Right_Arrow_5White.svg') no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	right: -25px;
	top: 0;
}
.sectionFiveHv2 .flip-card-back h3{
	color: #fff;
	font-family: 'bmwmotorrad-bold';
	font-size: 1rem;
	line-height: 1.1rem;
	margin: 0 !important;
}
.sectionFiveHv2 .flip-card-back p{
	color: #fff;
	font-family: 'bmwmotorrad-light';
	font-size: 0.9rem;
	line-height: 1.1rem;
	margin: 0 !important;
}
.sectionFiveHv2 .flip-card-back span.btnLink{
	background: transparent;
	color: #fff !important;
	font-family: 'bmwmotorrad-heavy';
	font-size: 1rem;
	line-height: 1.438rem;
	display: inline-block;
	padding: 0.6rem 1.4rem;
	border: 1px solid #fff;
}
.sectionFiveHv2 .flip-card-back span.btnLink:hover{
	background: #fff !important;
	color: #0062FF !important;
}

.sectionFiveHv2 .flip-card-front {
  background-color: #0062FF;
  color: black;
}

.sectionFiveHv2 .flip-card-back {
  background-color: #0062FF;
  color: #fff;
  transform: rotateY(180deg);
}

.sectionSixHv2 h2{
	font-size: 3.125rem;
	line-height: 3.125rem;
	margin: 0;
	font-family: 'bmwmotorrad-bold';
}
.sectionSixHv2 .btnLinkMore{
	font-size: 1rem;
	line-height: 1.438rem;
	margin: 0;
	font-family: 'bmwmotorrad-bold';
	color: #fff;
	border: 1px solid #fff;
	padding: 0.5rem 1.2rem;
	display: inline-block;
}
.sectionBannerMainHv2{
	background: #F2F2F2;
	padding: 8rem 5rem 2.5rem;
}
.sectionBannerMainHv2 .wrappertextContentMainBanner{
	padding: 0 3rem;
}
.sectionBannerMainHv2 .wrappertextContentMainBanner h2{
	font-size: 3.125rem;
	line-height: 3.125rem;
	margin: 0;
	font-family: 'bmwmotorrad-bold';
}
.sectionBannerMainHv2 .wrappertextContentMainBanner .btnLinkBM{
	background: #0062FF;
	color: #fff;
	font-family: 'bmwmotorrad-heavy';
	font-size: 1rem;
	line-height: 1.438rem;
	display: inline-block;
	padding: 0.7rem 1.4rem;
}
.sectionBannerMainHv2  .wrapperContentOwl .wraapperAbsolutImgs{
	position: absolute;
	width: 100%;
	top: 0;
	height: 430px;
	left: 0;
	right: 0;
	bottom: 0;
}
.sectionBannerMainHv2  .wrapperContentOwl .wraapperAbsolutImgs:before{
	content: '';
	background: url('assets/mascara-banner.svg') no-repeat;
	width: 100%;
	height: 100%;
	background-position: left;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
}
.sectionBannerMainHv2  .wrapperContentOwl .wraapperAbsolutImgs:after{
	content: '';
	background: url('assets/mascara-banner.svg') no-repeat;
	width: 100%;
	height: 100%;
	background-position: right;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	transform: rotate(180deg);
	z-index: 9;
}
.sectionBannerMainHv2  .wrapperContentOwl .wraapperAbsolutImgs .imgCustom1{
	position: absolute;
	top: 0;
	width: 65%;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 99;
	transform: scale(1.1);
	object-fit: cover;
}
.sectionBannerMainHv2  .wrapperContentOwl .wraapperAbsolutImgs .imgCustom2{
	position: absolute;
	left: 2px;
	width: 30%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	padding: 1rem 0;
}
.sectionBannerMainHv2  .wrapperContentOwl .wraapperAbsolutImgs .imgCustom3{
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	padding: 1rem 0;
}
.sectionSixHv2 .wrapperOwlCarouselHomeTrofyMV2{

}
.sectionSixHv2 .wrapperOwlCarouselHomeTrofyMV2 .wrapperTrofyItem{
	cursor: pointer;
}
.sectionSixHv2 .wrapperOwlCarouselHomeTrofyMV2 .columnsWrapperTrofyItem .wrapperTrofyItem{
	margin-bottom: 2rem;
	padding: 0 1rem;
}
.sectionSixHv2 .wrapperOwlCarouselHomeTrofyMV2 .columnsWrapperTrofyItem .wrapperTrofyItem:last-child{
	margin-bottom: 0 !important;
}
.sectionSixHv2 .wrapperOwlCarouselHomeTrofyMV2 .columnsWrapperTrofyItem .wrapperTrofyItem .wrapperTrofyItemDiv{
	height: 135px !important;
}
.sectionSixHv2 .wrapperOwlCarouselHomeTrofyMV2 .wrapperTrofyItem .wrapperTrofyItemDiv{
	width: 100%;
	height: 300px;
	display: block;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.sectionSixHv2 .wrapperOwlCarouselHomeTrofyMV2 .wrapperTrofyItem .wrapperTrofyItemFront:hover{
	opacity: 1;
}
.sectionSixHv2 .wrapperOwlCarouselHomeTrofyMV2 .wrapperTrofyItem .wrapperTrofyItemFront{
	position: absolute;
	top: 0;
	background: rgb(0 0 0 / 40%);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	opacity: 0;
}
.sectionSixHv2 .wrapperOwlCarouselHomeTrofyMV2 .wrapperTrofyItem a{
	display: block;
}
/*.sectionSixHv2 .wrapperOwlCarouselHomeTrofyMV2 .wrapperTrofyItem{

}
.sectionSixHv2 .wrapperOwlCarouselHomeTrofyMV2 .wrapperTrofyItem{

}*/
/* ESTILOS CUSTOM HOME V2 END */
.owl-carousel-event-prox .owl-nav{
	top: 47% !important;
}
.home section img{
    object-fit: cover !important;
}
.visibleMobile {
    display: none;
}
.visibleDesktop{
	display: block;
}

@media (max-width: 769px) {
.owl-carousel-event-prox .owl-nav {
    top: 43% !important;
}
.owl-carousel-card-news .owl-nav .owl-prev, .owl-carousel-customNav .owl-nav .owl-prev{
     left: 0.5rem !important;
}
.owl-carousel-card-news .owl-nav .owl-next, .owl-carousel-customNav .owl-nav .owl-next{
     right: 0.5rem !important;
}
.customPaThreeS img{
  height: 240px;
}
.sectionThreeHv2 .wrapperContentFeatured{
    padding: 2rem 1.5rem;
}
.sectionFourHv2 .wrapperItemProxiEvents .btnLinksActions .btnTwoAction{
    display: block;
    text-align: center;
}
.sectionFourHv2 .wrapperItemProxiEvents .btnLinksActions .btnOneAction{
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
}
.sectionFourHv2 .wrapperItemProxiEvents .btnLinksActions{
    display: block;
}
.sectionThreeHv2 .wrapperContentFeatured .infoFeaturedEvent .dateFeaturedEvent span{
    display: inline-block;
    text-align: left;
}
.sectionThreeHv2 .wrapperContentFeatured .infoFeaturedEvent .addressFeaturedEvent span{
    display: inline-block;
    text-align: left;
    margin-bottom: 0.8rem;
}
.sectionThreeHv2 .wrapperContentFeatured .infoFeaturedEvent {
    display: block;
}
.bgLeftCustomFeadtuedEvent {
    border-bottom: 8px solid #0062FF;
    border-left: 0;
}
.sectionThreeHv2 .wrapperContentFeatured a.btnLinkInscription{
    display: block;
    text-align: center;
}
     .sectionBannerMainHv2 .wrappertextContentMainBanner .btnLinkBM{
      display: block;
      text-align: center;
      margin-bottom: 2rem;
     }
     .sectionBannerMainHv2 {
       padding: 8rem 1.5rem 2.5rem;
     }
	.sectionBannerMainHv2 .wrappertextContentMainBanner {
                 margin-top: 4rem;
	}
	.visibleMobile {
		display: block;
	}
	.visibleDesktop {
    display: none;
  }
  .sectionFourHv2 .wrapperItemProxiEvents {
    padding: 2rem 1.5rem 3rem;
	}
	.sectionTwoHv2 h2, .sectionFiveHv2 h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
	}
	.sectionFiveHv2 .flip-card-front h3 {
    font-size: 2.4rem;
    line-height: 2.4rem;
	}
	.sectionTwoHv2 .btnLinkMore {
    margin: 1rem 0 0;
  }
  .sectionBannerMainHv2 .wrappertextContentMainBanner h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
	}	
	.sectionFourHv2 .wrapperNavPillsEvents .nav-pills {
		justify-content: flex-start;
		margin-bottom: 2rem !important;
		flex-wrap: initial;
		overflow: hidden;
		overflow-x: auto;
	}
	.sectionSixHv2 .wrapperOwlCarouselHomeTrofyMV2 .columnsWrapperTrofyItem .wrapperTrofyItem .wrapperTrofyItemDiv {
    height: 300px !important;
	}
	.sectionSixHv2 .wrapperOwlCarouselHomeTrofyMV2 .columnsWrapperTrofyItem .wrapperTrofyItem {
    margin-bottom: 0;
    padding: 0 !important;
	}
	.sectionSixHv2 .wrapperOwlCarouselHomeTrofyMV2 .wrapperTrofyItem {
    margin-bottom: 2rem !important;
	}
	.sectionSixHv2 .wrapperOwlCarouselHomeTrofyMV2 .columnsWrapperTrofyItem .wrapperTrofyItem:last-child {
    margin-bottom: 2rem !important;
	}
}

/* GAPs */
.rgap-25 {
    row-gap: 25px;
}
/* FIN GAPs */

/* LOGIN V2 */
.bg-login {
    background-color: #F2F2F2;
    padding: 66px 0; 
    margin: 0 auto;
}
.login-container {
    display: flex;
} 
.login-container .login-column {
    flex: 1 1 50%;
}
.login-column h1 {
    margin-bottom: 12px;
}
.login-column .content-page p {
    margin-bottom: 0;
}
.formRegisterNew {
    margin: auto;
    position: relative;
}
.formRegisterNew .formContent {
    margin: 42px 0;
}
.formRegisterNew .form-group {
    margin-bottom: 18px;
}
.formRegisterNew label {
    color: #262626;
    font-size: 16px;
    font-family: 'bmwmotorrad-bold';
    margin-bottom: 6px;
}
.formRegisterNew input {
    background-color: #fff;
    font-family: 'bmwmotorrad-regular';
} 
.formRegisterNew input::placeholder {
    color: #4D4D4D;
    font-family: 'bmwmotorrad-regular';
    font-size: 16px; 
}
.formRegisterNew .link-form {
    font-size: 10px;
    color: #262626;
    font-family: 'bmwmotorrad-regular';
}
.formRegisterNew .link-form:hover {
    text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
    .login-container {
        max-width: 1170px;
        margin: 0 auto;
        gap: 126px;
    }
}
/* FIN LOGIN V2 */

/* PÁGINA CONFIRMAR ASISTENCIA */
.bg-gray {
    background-color: #f2f2f2;
}
.main-page-confirm .container {
    max-width: 1300px;
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    padding: 0 24px;
}
.main-page-confirm .container .column {
    flex: 1 1 50%;
}
.main-page-confirm .itemTextInfo {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}
.main-page-confirm .column--info p {
    margin: 0;
}
.main-page-confirm .column--info .btnLinksActions {
    gap: 1.2rem;
    display: flex;
    justify-content: start;
    align-items: center;
}
.main-page-confirm .column--info .btnLinksActions .btnOneAction {
    background: #0062FF;
    color: #fff;
    font-family: 'bmwmotorrad-heavy';
    font-size: 1rem;
    line-height: 1.438rem;
    display: inline-block;
    padding: 0.6rem 1.4rem;
    border: 1px solid #0062FF;
}
.main-page-confirm .column--info .btnLinksActions .btnOneAction:disabled {
    opacity: .5;
}
.main-page-confirm .itemTextInfo svg {
    width: 24px;
}
.main-page-confirm .itemTextInfo svg path {
    fill: #000;
} 
.main-page-confirm .column--info .user-name {
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 25px;
    font-family: 'bmwmotorrad-heavy';
    margin-top: 12px;
}
.main-page-confirm .manual-confirmation .form-control {
    margin-top: 6px;
    width: min(100vw, 338px); 
    border-radius: 0;
    min-height: 47px;
    border: none;
}
@media only screen and (min-width: 1024px) {
    .main-page-confirm .container {
        flex-direction: row;
        gap: 42px;
        padding: 0;
    }
}
/* FIN PÁGINA CONFIRMAR ASISTENCIA */

/* SECCIÓN KILOMETROS ACUMULADOS */
.kilometers {
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kilometers--icon img {
    width: 100px;
    height: 100px;
}

.kilometers--title {
    font-size: 25px;
    font-family: 'bmwmotorrad-bold';
}

.kilometers--total {
    font-size: 64px;
    font-weight: bold;
    font-family: 'bmwmotorrad-bold';
    line-height: 1;
}

.kilometers--text p {
    font-size: .9rem;
}

@media only screen and (min-width: 768px) {
    .kilometers {
        flex-direction: row;
    }
}
/* FIN SECCIÓN KILOMETROS ACUMULADOS */

/* PÁGINA DASHBOARD (ADMIN) */
.custom_btn_group a.active {
    background: hsl(215, 77%, 47%) !important;
    color: #fff !important;
}

.custom_btn_group a {
    background: #dfdfdf;
    border-radius: 10px;
    margin: 0 5px;
    padding: 5px 25px;
    color: #212529;
    font-weight: 600;
    box-shadow: 0px 3px 10px rgb(38 38 38 / 10%);
    -moz-box-shadow: 0px 3px 10px rgba(38, 38, 38, 0.1);
    -webkit-box-shadow: 0px 3px 10px rgb(38 38 38 / 10%);
}

.custom_btn_group a.disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

#tbody_listado_acti tr>td:first-child {
    text-align: left !important;
}

#tbody_listado_acti tr>td {
    text-align: center;
    vertical-align: middle;
}

#paginatorDashList {
    display: flex;
    gap: 10px;
    flex-flow: wrap;
    margin-top: 2rem;
}

#paginatorDashList a.active {
    background: #1c68d4 !important;
    color: #fff !important;
}

#paginatorDashList a {
    background: #dfdfdf;
    border-radius: 25px;
    padding: 4px 10px;
    color: #212529;
    font-weight: 600;
    font-size: 0.8rem;
}

.btn-download {
    width: 100%;
    padding: 8px 15px;
    margin: 0; 
    background-color: hsl(215, 77%, 47%);
    font-family: 'bmwmotorrad-heavy';
    border: 1px solid transparent;
    border-radius: 0;
}
.btn-download:hover {
    background-color: #fff;
    color: hsl(215, 77%, 47%);
    border: 1px solid hsl(215, 77%, 47%);
}

#filtroAsistenciasDash {
    row-gap: 6px;
}
/* FIN PÁGINA DASHBOARD (ADMIN) */

/* PÁGINA COMUNIDAD */
.grid-events {
    display: grid; 
    gap: 40px;
} 
.grid-event a {
    display: flex; 
}
.visible_item_calendar {
    display: block;
} 
.hidden_item_calendar {
    display: none;
}
@media only screen and (min-width: 768px) {
    .grid-events {
        gap: 15px;
    }
    .grid-events {
        grid-template-columns: repeat(2, 1fr);
    }
    .cardsMotorradOne .cardSelect { 
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (min-width: 1024px) {
    .grid-events {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* FIN PÁGINA COMUNIDAD */


.detalsCustom{
    background: #4D4D4D !important;
}
.detalsCustom ul{
    list-style: none;
    margin: 0 1.5rem;
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 5px;
}
.detalsCustom li{
    display: inline-block;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 0.8rem;
    vertical-align: middle;
    float: left;
    display: flex;
    justify-content: start;
    gap: 6px;
}
.detalsCustom li:last-child{
    border-right: 0 !important;
}
.detalsCustom li span{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.625rem;
    font-weight: 400;
}
.abre-insignias{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #212529 !important;
}
.abre-insignias .icoInsiDet{
    background: url('./images/icoArrowCollageDIns.svg') no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
}
.abre-insignias .icoInsiDet.active{
    transform: rotate(180deg);
    transition: 0.5s ease all;
}