*{
	margin: 0;
	padding: 0;
}

body { 
	font-family: 'Raleway', sans-serif;
	font-family: 'Saira', sans-serif;
}

header {
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.lupa {
	width: 32px;
	margin: left 80%;
}

.carrito {
	width: 35px;
	margin-right: 15px;
}

.menu {
	margin-left: 5%;
	width:35px;
}
.menu-lista {
	display: none;
}
  
  input:checked  ~ ul{
	display:block;
  }
  
  input{
	display: none;
  }
  
  label{
	margin-left: 5.2%;
	margin-top: 12.5px;
	box-sizing: border-box;
	display: inline-block;
	border: none;
	width: 15%;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	user-select: none;
	color: #ebebeb;
	border-radius: 5px;
  }
  
.menu-lista {
	margin-top:0;
	margin-left: 5.2%;
	padding: 0;
	width: 200px;
	position: absolute;
	
  }
  
.lista {
	display: block;
	background: black;
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 2px solid white;
  }
  
.lista:hover {
	filter: brightness(110%);
    }

a {
		text-decoration: none;
		color: #ffffff;
	}

.logo1 {
	width:100px;
	margin-left: 25%;
}

h1 {
    margin: 5px;
	font-family: 'Raleway', bold;
	font-size:30px;
	text-align: center;
	margin-top: 15px;
}

h2 {
	font-size: 32px;
}

p {
	font-family: 'Raleway', bold;
}

.sale {
	text-align: center;
	font-size: 14px;
	background-color: lightgrey;
	margin: 0px;
	padding: 10px;
}


.banner-image { 
	margin-top: 5px;
	width: 100%;

}

.banner {
	width: 100%;
}

.productos {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	row-gap: 20px;
	width: 100%;
}

.producto-contenedor {
	width: 40%;
	padding: 15px;
}


.parrafo-producto {
	font-size: 15px;
	color: #000000;
}

.precio {
	font-size: 20px;
}

.nombre-producto {
	font-size: 18px;
}

.precio-descuento {
	font-size: 18px;
	color: grey;
	text-decoration: line-through;
}

.precio-descuento {
	font-size: 18px;
	color:#1f1d1d;
	text-decoration: line-through;
}

.subtitulos-productos {
	margin-left: 5%;
	font-size: 24px;
	color: palevioletred;
	margin-top: 10px;
}


.oferta {
	color: greenyellow;
	font-size: 15px;
}

.boton {
	border-radius: 5%;
	border-radius: 8px;
	border-color: azure;
	color: #fff;
	background-color: palevioletred;
	display: flex;
	font-size: 16px;
	padding: 4px;
	cursor: pointer;
	transition: .3s;
	margin-left: 40%;
	margin-bottom: 25px;
	padding: 10px;
}

button:hover span {
	background: none;
}

button:active {
	transform: scale(0.9);
}


footer {
	background-color:#000000;
	padding: 10px;
	text-align: center;
	color: white;
}

.social-icons-container, .footer-menu-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.footer-menu-container {
	list-style-type: none;
	color:#fff;
	font-size: 18px;
	
}

.social-icon {
	height: 50px;
	width: 50px;
	border-radius: 50px;
	border: 1px solid white;
	background-image: url(img/logo-facebook.png);
	background-position: center;
	background-size: 40%;
	background-repeat: no-repeat;
	margin: 1rem;	
}

.social-icon:hover {
	background-color: #1f1d1d;
	filter: invert(1);
}

.social-icon:nth-of-type(2){
	background-image: url(img/logo-instagram.png);
}

.social-icon:nth-of-type(3){
	background-image: url(img/Twitter.png);
}

.menu-item{
	margin: 1rem 1.5rem;
	cursor: pointer;
	opacity: 0.6;
}

.menu-item:hover {
	opacity: 1;
}

.copyright {
	font-size: 12px;
}

.subtitulo-serena{
	margin-left: 5%;
	font-size: 24px;
	color: #A59CD3;
}

.parrafo-famosos{
	margin-left: 5%;
	margin-right: 5%;
}

.subtitulos-famosos{
	margin-left: 5%;
	font-size: 24px;
	color: black;
}

.subtitulo-jordan{
	margin-left: 5%;
	font-size: 24px;
	color: #BE3233;
}

.lo-nuevo{
	font-size: 15px;
	color: #BE3233;
}

.subtitulo-james{
	margin-left: 5%;
	font-size: 24px;
	color: #C07550;
}

.localidad{
	background-color: white;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	margin-left: 4%;


}

.subtitulo-locales{
	margin-left: 4%;
	font-size: 20px;
	color:#000000;
	margin-top: 8%;
}

.subtitulo-sucursal{
	margin-left: 4%;
	font-size: 20px;
	margin-top: 3%
}

.locacion{
	margin-left: 5%;
	width:30px;
	margin-top:3%;
}


.calendario{
	margin-left: 5%;
	width:30px;
	margin-top:2%;
}

.ubicacion{
	display: flex;
	align-items: center;
	gap: 15px; 
	font-size: 16px;
}

.boton2{
	border-radius: 5%;
	border-radius: 8px;
	border-color: azure;
	color: #fff;
	background-color: black;
	display: flex;
	font-size: 16px;
	padding: 4px;
	cursor: pointer;
	transition: .3s;
	margin-left: 40%;
	margin-bottom: 25px;
	padding: 10px;
}
.publicidad{
    display: flex;
    width: auto;
    height: 210px;
    margin-top: 30px;
    margin-left: 10px;
}
.publicidad img{
    width: 0px;
    flex-grow: 1;
    object-fit: cover;
    opacity: .8;
    transition: .5s ease;
   
}
.publicidad img:hover{
    cursor: crosshair;
    width: 135px;
    opacity: 1;
    filter: contrast(120%);
}
.subtitulosm{
	margin-left: 5%;
	color: palevioletred;
	font-size: 25px;
	margin-top: 25px;
}