@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600&display=swap');

*{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
  :root{
  /* Colores */
  --gris:#010101;
  --negro:rgb(0,0,0);
  --blanco:#f1f1f1;
  }
header{
	background: #000;
}
body{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	background: #fff;
}
h3{
	font-family: futura, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 1.7rem;
	text-transform: uppercase;
}
footer{
	background-color: #f1f1f1;
	padding: 1.5rem;
}
.conoce{
	height: 40px;
	border: solid 1px #ff00b8;

}
.logo{
  height: 40px;
  margin: 1rem 0rem;
}

.bajada{
	background: var(--gris);
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.2rem;
}

/*Header*/
.adi1{
    background-image: url(../img/adidas-1200.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.tit1{
    text-align: right;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4vw;
    padding: 6% 2%;
    color: #fff;
    text-transform: uppercase;
}
/*Header*/
	.b-neg{
		background: var(--negro);
	}
	.t-blan{
		color: var(--blanco);
	}

	.b-dneg{
		background: rgb(255,255,255);
		background: linear-gradient(0deg, rgba(255,255,255,1) 60%, rgba(0,0,0,1) 60%);
	}

	.b-dneg-1{
		background: rgb(255,255,255);
		background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(0,0,0,1) 30%);
	}

	.b-dneg-2{
		background: rgb(255,255,255);
		background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(0,0,0,1) 60%);
	}



	.secc1 {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(3, 1fr) 0px;
	grid-column-gap: 0px;
	grid-row-gap: 0px;

	}

	.adi1 { grid-area: 1 / 1 / 7 / 9; }
	.adi2 { grid-area: 3 / 4 / 4 / 9;
					background: #000;
					padding: 0rem 3rem;
	 }
.t-blanco{
		color: #f1f1f1;
	}




@media only screen and (max-width: 781px) {


  .adi1{
    background-image: url(../img/adidas-700.jpg);
	}
	.b-dneg-1{
		background: rgb(0,0,0);
	}

	.b-dneg-2{
		background: #f1f1f1;
	}
	.t-blanco{
		color: var(--gris);
	}
	footer{
	background-color: #010101;
}
}

@media only screen and (max-width: 600px) {

  .secc1 {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr 10rem;
		}

	.adi1 { 
			grid-area: 1 / 1 / 2 / 5; 
			background-image: url(../img/adidas-600.jpg);
			padding: 40% 0%;
		}
	.adi2 { 
			grid-area: 2 / 1 / 3 / 5;
			padding: 0rem;
		}
	.tit1{
    text-align: center;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 7vw;
    padding: 5% 10%;
}
	.b-dneg-2{
		background: #f1f1f1;
	}
	.t-blanco{
		color: var(--gris);
	}

}
