@font-face {
  font-family: blackFont;
  src: url(../resources/fonts/NeuePlankText-Black/NeuePlakText-Black.woff);
}

@font-face {
  font-family: lightFont;
  src: url(../resources/fonts/NeuePlankText-Light/NeuePlakText-Light.woff);
}

@font-face {
  font-family: regularFont;
  src: url(../resources/fonts/NeuePlankText-Regular/NeuePlakText-SemiBold.woff);
}

@font-face {
  font-family: blueTitleFont;
  src: url(../resources/fonts/FjallaOne-Regular.ttf);
}

.textLargeBig {
  font-family: blackFont;
  }

@media (min-width:300px) { 
  p {
    color: black;
    text-align: left;
  }

  .footReebLogo {
    margin-left: 13%;
    width: 60px;
    height: auto;
    margin-top: 2%;
  }
  
  .footInnLogo {
    margin-left: 1%;
    width: 160px;
    height: auto;
  }

  .videoFull {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 100;
    opacity: 1;
  }
  
  .videoSmall {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 50%;
  }
  
  .closeButton {
    color: white;
    font-size: 40px;
    position: fixed;
    top: 5%;
    right: 5%;
  }

  .bulletTop {
    margin-top: 1%;
  }

  .bulletSpace {
    padding-top: 5px;
  }

  .buyButton {
    background-color: #1a12c4 !important;
    border-radius: 20px !important;
    font-size: 10px !important;
    margin-top: 2%;
  }

  .instaImage {
    width: 90%;
  }
  .introTitleParagraph {
    line-height: 20px;
  }

  .subtitleLarge {
    font-family: lightFont;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    font-size: 17px;
  }

  .titleLarge {
    font-family: blackFont;
    font-weight: 900;
    font-style: normal;
    color: #000000;
    font-size: 24px;
  }

  .subtitleExtraLarge {
    font-family: lightFont;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    font-size: 24px;
  }

  .influencersTitleParagraph {
    line-height: 20px;
  }

  .textLarge {
    font-family: lightFont;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    font-size: 16px;
  }

  .textLargeTop {
    font-family: regularFont;
    font-weight: 500;
    font-style: normal;
    color: #000000;
    font-size: 15px;
  }

  .influencerSmall {
    margin-top: 20%;
    width: 50%;
  }

  .separatorG {
    margin-top: 10%
  }

  .nanoAdvTitle {
    margin-top: 0%;
    margin-left: 12%;
    width: 80%;
  }

  .nanoAdvSniker {
    margin-left: 15%;
    margin-top: 5%;
    width: 70%;
  }

  .reebokLogo {
    width: 20%;
    margin-top: -24px;
    margin-left: 5%;
  }

  .nanoAdvLogoMargin {
    margin-top: 0%;
  }

  .bullet {
    font-family: blackFont;
    font-weight: 300;
    font-style: normal;
    font-size: 9px;
    color: white;
    text-shadow: black 0.2em 0.2em 0.2em
  }
  
  .bulletSeparation {
    line-height: 10px;
  }

  .nanoAdvBullets {
    line-height: 0.5;
    margin-left: 3%;
    margin-top: -5%;
  }

  .nanoFlexTitle {
    margin-top: 5%;
    margin-left: 11%;
    width: 80%;
  }

  .nanoFlexSneaker {
    margin-left: 13%;
    margin-top: 2%;
    width: 70%;
  }

  .nanoFlexBullets {
    margin-top: -6%;
    line-height: 0.5;
    margin-left: 3%;
  }

  .nanoX1Title {
    margin-top: 0%;
    margin-left: 5%;
    width: 90%;
  }

  .nanoX1Sneaker {
    margin-left: 10%;
    margin-top: 2%;
    width: 70%;
  }

  .nanoX1Bullets {
    margin-top: -5%;
    line-height: 0.5;
    margin-left: 3%;
  }

  .nanoGrowTitle {
    margin-left: 5%;
    width: 60%;
    margin-top: 0;
  }

  .nanoGrowSneaker {
    margin-left: 14%;
    margin-top: 4%;
    width: 70%;
  }

  .nanoGrowBullets {
    margin-top: -7%;
    line-height: 0.5;
    margin-left: 3%;
  }

  .titleShort {
    font-family: blackFont;
    font-weight: 900;
    font-style: normal;
    color: #000000;
    font-size: 30px;
  }
  
  .subtitleShort {
    font-family: lightFont;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    font-size: 30px;
  }

  .introButton {
    width: 60%;
    background-color: #1a12c4 !important;
    border-radius: 80 !important;
    margin-top:17%;
    color: #fff !important;
    font-family: regularFont;
    font-weight: 300;
    font-style: normal;
    font-size: 18px !important;
    height: 35px !important;
    border-color: #1a12c4 !important;
  }
}

@media (min-width:1000px) { 
  p {
    color: white;
  }

  .footReebLogo {
    margin-left: 70%;
    width: 80px;
    height: auto;
    margin-top: 2%;
  }
  
  .footInnLogo {
    margin-left: 1%;
    width: 200px;
    height: auto;
  }
  .videoFull {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 100;
    opacity: 1;
  }
  
  .videoSmall {
    width: 50%;
    height: auto;
    margin-left: 25%;
    margin-top: 10%;
  }
  
  .closeButton {
    color: white;
    font-size: 40px;
    position: fixed;
    top: 5%;
    right: 5%;
  }

  .bulletTop {
    margin-top: 0;
  }

  .bulletSpace {
    padding-top: 20px;
  }

  .buyButton {
    background-color: #1a12c4 !important;
    border-radius: 20px !important;
    font-size: 24px !important;
    margin-left: 10%;
    margin-top: 0;
  }

  .introTitleParagraph {
    line-height: 75px;
  }

  .subtitleLarge {
    font-family: lightFont;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    font-size: 69px;
  }

  .titleLarge {
    font-family: blackFont;
    font-weight: 900;
    font-style: normal;
    color: #000000;
    font-size: 100px;
  }

  .subtitleExtraLarge {
    font-family: lightFont;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    font-size: 100px;
  }

  .influencersTitleParagraph {
    line-height: 85px;
  }

  .textLarge {
    font-family: lightFont;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    font-size: 30px;
  }

.textLargeTop {
    font-family: regularFont;
    font-weight: 500;
    font-style: normal;
    color: #000000;
    font-size: 25px;
  }

  .influencerSmall {
    margin-top: 0;
  }

  .separatorG {
    margin-top: 0;
  }

  .nanoAdvTitle {
    /*margin-top: 5%;
    margin-left: 40%;*/
    position:absolute;
    z-index:5;
    width:25%;
    margin-left: 2%;
  }


  .nanoAdvSniker {
    margin-left: 10%;
    margin-top: -30%;
    width: 75%;
  }

  .reebokLogo {
    padding-right: 20%;
    width: 40%;
    margin-top: -10% !important;
  }

  .nanoAdvLogoMargin {
    margin-top: 10%;
  }

  .bullet {
    font-family: blackFont;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 2px;
    color: white;
    text-shadow: black 0.2em 0.2em 0.2em
  }
  
  .bulletSeparation {
    line-height: 24px;
  }

  .nanoAdvBullets {
    line-height: 1.5;
    margin-left: 0;
    margin-top: 0;
  }

  .nanoFlexTitle {
    margin-top: 5%;
    margin-left: 45%;
    width: 35%;
  }

  .nanoFlexSneaker {
    margin-left: 10%;
    margin-top: -20%;
    width: 75%;
  }

  .nanoFlexBullets {
    margin-top: 3%;
    line-height: 1.5;
    margin-left: 0;
  }

  .nanoX1Title {
    width: 50%;
    margin-top: 8%;
    margin-left: 45%;
  }

  .nanoX1Sneaker {
    margin-left: 10%;
    margin-top: -20%
  }

  .nanoX1Bullets {
    margin-top: 5%;
    line-height: 1.5;
    margin-left: 0;
  }

  .nanoGrowTitle {
    margin-left: 45%;
    width: 30%;
    margin-top: 2%;
  }

  .nanoGrowSneaker {
    margin-left: 10%;
    margin-top: -30%;
    width: 80%;
  }

  .nanoGrowBullets {
    margin-top: 1%;
    line-height: 1.5;
    margin-left: 0;
  }

  .titleShort {
    font-family: blackFont;
    font-weight: 900;
    font-style: normal;
    color: #000000;
    font-size: 40px;
  }

  .subtitleShort {
    font-family: lightFont;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    font-size: 40px;
  }

  .introButton {
    width: 60%;
    background-color: #1a12c4 !important;
    border-radius: 80 !important;
    margin-top:5%;
    color: #fff !important;
    font-family: regularFont;
    font-weight: 600;
    font-style: normal;
    font-size: 20px !important;
    height: 40px !important;
  border-color: #1a12c4 !important;
  }
}

  @media (max-width: 600px) {
  .nanoAdvTitle {
    /*margin-top: 5%;
    margin-left: 40%;*/
    position:absolute!important;
    z-index:5!important;
    width:75%!important;
    margin-left: 4%!important;
  }
  }

.centeredText {
  text-align: center;
}

.introSneakersTitle {
  line-height: 35px;
}

.introColumns {
  width: 100% !important;
  margin-top: 5% !important;
}

.introColumn {
  text-align: center;
  margin:2%;
}

.nanoX1Image {
  margin-top: 11%;
  max-width: 77%;
  height: auto;
}

.nanoX1GrowImage {
  margin-top: 11%;
  max-width: 80%;
  height: auto;
}

.nanoAdvImage {
  margin-top: 10%;
  max-width: 80%;
  height: auto;
}

.nanoFlex {
  margin-top: 10%;
  max-width: 80%;
  height: auto;
}

.influencer {
  width: 100%;
  height: auto;
}

#video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black; /* in case the video doesn't fit the whole page*/
  background: linear-gradient(to right top, #05193799, #004d7a99, #00879399, #00bf7299, #a8eb1299);;
  background-position: center center;
  background-size: contain;
  object-fit: cover; /*cover video background */
  z-index: 3;
}

.instagram {
  background-image: url("../resources/images/backgrounds/backinfluencers.jpg");
  background-size: cover;
}

.seleccion {
  background-image: url("../resources/images/backgrounds/introBackground.png");
  background-size: cover;
}

.seleccion-principal{
  background-image: url("../resources/images/backgrounds/introBackground-principal.png");
  background-size: cover;
}

.homeSubtitle {
  text-align: center;
}

.homeTitle {
  text-align: center;
}

.shortTopSpace {
  margin-top: 5%;
}

.mediumTopSpace {
  margin-top: 3%;
}

.btn-flotante {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
	letter-spacing: 2px;
	background-color: #1a12c4;
	padding: 18px 30px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante:hover {
	background-color: #000;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 6px 10px;
		bottom: 30px;
		right: 30px;
	}
} 

.slider-navigation-previous {
  display: none !important;
}

.slider-navigation-next {
  display: none !important;
}

a.navbar-item:hover {
  background-color:black !important;
  color:black !important;
}

.navbar-burger {
  color: white !important;
}

@media screen and (min-width: 769px) {

.influencerColumn{
    margin-top: 17%!important;
}

}


@media (min-width: 1300px){
.nanotop {
   margin-top: 8%;
}
}


@media (max-width: 1300px){
.nanotop {
   margin-top: 10%;
}
}

@media (max-width: 970px){
.nanotop {
   margin-top: 23%;
}
}

@media (max-width: 768px){
.nanotop {
   margin-top: 2%;
}
.reblogo {
    width: 40%;
    margin-top: -5%;
    margin-left: 5%;
}
}


@media (max-width: 420px){
.nanotop {
    margin-top: 5%;
}
.reblogo {
    width: 40%;
    margin-top: 25%;
    margin-left: 5%;
}
}



@media (max-width: 400px){
.nanotop {
    margin-top: 5%;
}
.reblogo {
    width: 40%;
    margin-top: 20%;
    margin-left: 5%;
}
}

@media screen and (min-width: 374px) and (max-width: 376px){

.reblogo {
    width: 40%;
    margin-top: 55%;
    margin-left: 5%;
}
}


