header .logoStories a {
	height: 40px;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    top: 10px;
} 
.topStories {
	width: 40px;
    text-align: center;
	height: 40px;
	display: block;
	position: fixed;
    margin-left: -20px;
    left: 50%;
	bottom: 20px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/ui/arrow_up.svg);	
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 100;
	display: none;
}

.swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-slide {
      text-align: left;
      font-size: 18px;
      background: #001b26;

      /* Center slide text vertically */
/*
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
*/
}

.sliderTitle{
    font-size: 140px;
    top: calc(50% - 20px);
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}
@media (max-width:850px) {
	.sliderTitle {
		font-size: 50px;
	}
}

.sliderCredits{
    padding: 6%;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
}
.sliderCredits h1 {
   font-size: 30px !important;
   color: white !important;
}
.sliderCredits p {
   font-size: 14px !important;
   color: white !important;
   margin: 5px auto !important;
   line-height: 18px;    
}


.sliderTitle.carsTitle{
  background: linear-gradient(45deg, #1a3786 20%, #ffffff 40%, #00a7f2 60%, #1a3786 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s linear infinite;
}

.sliderTitle.busTitle{
  background: linear-gradient(45deg, #196a00 20%, #ffffff 40%, #9ef200 60%, #196a00 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s linear infinite;
} 

.sliderTitle.motoTitle{
  background: linear-gradient(45deg, #39006a 20%, #ffffff 40%, #b100f2 60%, #39006a 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s linear infinite;
}

.sliderTitle.biciTitle{
  background: linear-gradient(45deg, #15a5a0 20%, #ffffff 40%, #1defef 60%, #15a5a0 80%);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s linear infinite;
} 

  @keyframes shine {
    to {
      background-position: 200% center;
    }
  }
}





/*
.arrow-more {
  display: block;
  position: absolute;
  position: fixed;     
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 25px;
  height: 25px;
  margin-top: -50px;   
  z-index: 1000;
  cursor: pointer;
  background-image: url(../img/content/arrowMore.png);
  background-size: 50px 20px;
  background-position: center;
  background-repeat: no-repeat;
}
*/

.stories{
    margin: auto;
}
.stories h1{
    color: white;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    font-weight: 600;
}
.stories h2{
    color: #9b9b9b;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
}
.stories img{
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    text-align: center;
    display: block;
}
.regresar{
    position: absolute; 
    padding-left: 26px;
    top: 12px; font-size:20px;
    cursor: pointer;
    background-image: url(../img/content/goBackArrow.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
    border-radius: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000000;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #bebebe; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #909090;  
}

.pulse {
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ffffff;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.heroimage{
    width: auto;
    height: calc(80vh - 60px);
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2%;
    position: relative;
}
.heroimage h1{
    font-size: 50px;
}

.vermas{
    animation: upanddown 1s infinite;
    color: rgb(54, 54, 54);
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.heroimage span {
    padding-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 8px 16px;
    border-radius: 50px;
}

@-webkit-keyframes upanddown {
  0% {
    -webkit-bottom: 0px;
  }
  50% {
      -webkit-bottom: 10px;
  }
  100% {
      -webkit-bottom: 0px;
  }
}
@keyframes upanddown {
  0% {
    -moz-bottom: 0px;
    bottom: 0px;
  }
  50% {
      -moz-bottom: 10px;
      bottom: 10px;
  }
  100% {
      -moz-bottom: 0px;
      bottom: 0px;
  }
}
