* { 
  margin: 0%;
  padding:0%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  width: 100%;
height: auto;
margin: 0;
background-color: rgb(243, 243, 240);
position: relative;
padding-bottom: 2em;

} 
header{
margin: 0;
margin-bottom: auto;
height: 100%;
background-image: url("../img/bandera.jpg");
}
/*comienzo publicidad flotante*/
.publicidad-flotante {
  position: fixed;
  top: 10%;
  left: 80%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: auto;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}


.publicidad-flotante img {
  width: 90px;
  height: 90px;
  margin-left: 15px;
  margin-top: 15px;
}
.publicidad-flotante h3{
  padding: 10px;
  font-size: 30px;
}

.p-f{
  border-style: solid;color: aliceblue;
  border-radius: 15px;
  margin-top: 200px;
  margin-right: 280px;
  margin-left: 0px;
  background-color: black;
  width: 200px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.p-f h3{
color: aliceblue;
font-size: 25PX;
}
.p-f img{
  border-radius: 15px;
}
.p-f:hover{
  transform: scale(1.2 );
  -webkit-transform: scale(1.2 );
  -moz-transform: scale(1.2 );
  -ms-transform: scale(1.2 );
  -o-transform: scale(1.2 );
}
button{
  width: 350px;
  color: #f4eeee;
  background-color: black;
  font-size: 25px;
}
/* final pucidad flotante*/


nav{
  background-color: black;
  border-style: solid;color: aliceblue;
  height: 110px;
  
}
.menu{
  color: rgb(241, 234, 234);
  display:flex;
  width:100%;
  height: 110px;
  margin-right:0px;
  margin-left:0px ;
}
.inicio{
  margin-left: 30px;
  margin-right: 50px;
  margin-top: 20px;
  width: 25%;
}
.inicio h3{
  font-size: 35px;
  color: azure;
}

.red{
margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 70px;
  width: 10%;

}
.red img{
  border-radius: 25%;
  width: 70px;
  height: 70px;
  margin-left: 30px;
  margin-right: 0px;
  margin-top: 0px;

  margin-bottom: 80px;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
}

.logo{
width:350px;
height: 350px;
}
.logo img{

margin-bottom: 15px;
margin-top: 10px;
margin-left: 10px;
width: 100%;
height: 100%;
border-radius: 15%;
-webkit-border-radius: 15%;
-moz-border-radius: 15%;
-ms-border-radius: 15%;
-o-border-radius: 15%;
}

            
/*.logo {
animation-name: pulse;
animation-duration: 1s;
animation-iteration-count: infinite;
}

@keyframes pulse {
0% {transform: scale(1);}
50% {transform: scale(1.2);}
100% {transform: scale(1);}
}*/
a{
  text-decoration: none;
}
.titulo{
  display: flex;
  width: 100%;
  height: auto;
}
h1{
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left:0px;
  padding: 0px;
  background-color: aliceblue;
  font-family:'Langosta', cursiva;
  font-size: 70px;
  width: 80%;
  height: auto;
  color:rgb(5, 5, 0);
  text-align: center;
  border-style: solid;color: black;
}
.camion{
  display: flex; 
width: 100%;
}

.camion img{
  width:50% ;
  margin-left: 1%;
}
h4{
  text-align: center;
  margin-top: 30px;
  margin-left: 0px;
  font-size: 60px;
  color: aliceblue;
  font-family:'Langosta', cursiva;
  padding: 20px;
  border-style: solid;color: rgb(247, 246, 246);
   background: linear-gradient(
    70deg,
    rgb(26, 26, 36) 50%,
    rgba(2, 3, 12, 0.3)
    ),
    url("../img/escudos/allboys.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    width: 100%;
    height: auto;
    border-radius:25px ;
    -webkit-border-radius:25px ;
    -moz-border-radius:25px ;
    -ms-border-radius:25px ;
    -o-border-radius:25px ;
}

h2{
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 40px;
  color: rgb(12, 0, 0);
  font-size: 60px;
  text-align: center;
  background-color: #c9c7c7;
  border-style: solid;color: black;
}
/*etiquetas del merchandising*/
.merchandising  {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {transform: scale(1);}
  50% { transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); }
  100% {transform: scale(1);}
}
.merchandising{
  margin-top: 120px;
  display: flex;
  width: 90%;
  height: 150px;
  border-style: solid;color: #dd2121;
  margin-left: 5%;
  background-color: #e6cf4e;
}
.img-merch img{
  margin-left: 5px;
  margin-right: 20px;
  
  width: 100%;
  height: 80px;
}
.img-merch{
  margin-left: 20px;
  margin-right: 20px;
  
  width: 100%;
  height: 100%;
}
.merchandising h6{
font-size: 60px;
color: #dd2121;

margin-top: 30px;
}
/*final et merchandising*/


.contenedor{ 
  display: block;
  width: 100%;
  height:100%;
  background-color: #8b8989;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 5px;
}

/*etiquetas correspondientes a remeras oficiales*/
.sub-cont-remerasoficiales{
  display: flex;
  width: 100%;
}
.articulo-remerasoficiales{
width:40%;
  height: 520px;
  padding: 5px;
  margin-left: 5%;
  margin-left: 5%;
}

.articulo-remerasoficiales img{
  width: 100%;
  height: 100%;
  background-color: aliceblue;
 border-radius: 15px;
 border-style: solid;color: black;
}
/*final remeras oficiales*/

/*comienzo ropa de invierno*/

.sub-cont-conjinvierno{
display: flex;
  width: 100%;
}
.articulo-conjinvierno{
width:40%;
  height: 520px;
  padding: 5px;
  margin-left: 5%;
  margin-left: 5%;
}
.articulo-conjinvierno img{
 width: 100%;
  height: 100%;
  background-color: aliceblue;
 border-radius: 15px;
 border-style: solid;color: black; 
}
.articulo-conjinvierno-pant{
width:40%;
  height: 920px;
  padding: 5px;
  margin-left: 30%;

}
.articulo-conjinvierno-pant img{
width: 100%;
  height: 100%;
  background-color: aliceblue;
 border-radius: 15px;
 border-style: solid;color: black; 
}
/*final de ropa de invierno*/
/*termicas*/

.sub-cont{
  display:flex;
  width: 100%;
  height:100%;
  margin-bottom: 0px;
  margin-top: 30px;
  padding: 10px; 
   justify-content: center;
}
.sub-cont-camp{
  display:flex;
  width: 100%;
  height:560px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px; 
   justify-content: center;
}
.articulo-campera{
  width:40%;
  height: 520px;
  padding: 5px;
  margin-left: 5%;
  margin-left: 5%;
  
}
.articulo-campera img{
  width: 100%;
  height: 100%;
  background-color: aliceblue;
 border-radius: 15px;
 border-style: solid;color: black;
}
.sub-cont-bol{
  display:flex;
  width: 100%;
  height:auto;
  margin-bottom: 60px;
  margin-top: 30px;
  padding: 10px; 
   justify-content: center;
}
.articulo-bol-1{ 
  width:33%;
  height: 700px;
  padding: 5px;
  margin-left: 5%;
  margin-left: 5%;
  
  }
.articulo-bol-1 img{ 
width:100% ;
  height: 300px;
  /*filter: drop-shadow(0 0 10px rgba(0, 0, 0, .8) );*/
  background-color: aliceblue;
  border-radius: 15px;
    border-style: solid;color: black;
 }
.articulo-bol-2{ 
  width:33%;
  height: 650px;
  padding: 5px;
  margin-left: 5%;
  margin-left: 5%;
  }
.articulo-bol-2 img{ 
width:100% ;
  height: 300px;
  /*filter: drop-shadow(0 0 10px rgba(0, 0, 0, .8) );*/
  background-color: aliceblue;
  border-radius: 15px;
    border-style: solid;color: black;
 }
.articulo-bol-3{ 
  width:33%;
  height: 500px;
  padding: 5px;
  margin-left: 5%;
  margin-left: 5%;
}
.articulo-bol-3 img{ 
width:100% ;
  height: 300px;
  /*filter: drop-shadow(0 0 10px rgba(0, 0, 0, .8) );*/
  background-color: aliceblue;
  border-radius: 15px;
  border-style: solid;color: black;
}
.articulo{ 
  width:40%;
  height: 520px;
  padding: 5px;
  margin-left: 5%;
  margin-left: 5%;
  }
.articulo img{
  width:100% ;
  height: auto;
  /*filter: drop-shadow(0 0 10px rgba(0, 0, 0, .8) );*/
  background-color: aliceblue;
  border-radius: 15px;
  border-style: solid;color: black;
 
}
.sub-cont-term{
  width: 90%;
  height: 100%;
  margin-left: 5%;
  margin-bottom: 80px;
}
.articulo-term{ 
  width:40%;
  height: 520px;
  padding: 5px;
  margin-left: 30%;
 }
.articulo-term img{ 
  width:100%;
  height: 100%;
  padding: 5px;
 background-color: aliceblue;
 border-radius: 15px;
 border-style: solid;color: black;
 }
.contenedor-m{ 
  display: block;
  width: 100%;
  height:100%;
  background-color: #8b8989;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 5px;
}

.sub-cont-m{
  display:flex;
  width: 100%;
  height:100%;
  margin-bottom: 90px;
  margin-top: 0px;
  padding: 10px; 
}
.articulo-m{ 
  width:24%;
  height: 500px;
  padding: 5px;
  margin-left: 1%;
  
  
  }
.articulo-m img{
  width:100% ;
  height: 100%;
  /*filter: drop-shadow(0 0 10px rgba(0, 0, 0, .8) );*/
 background-color: aliceblue;
 border-radius: 15px;
 border-style: solid;color: black;
}
 h3{
  margin-top: 0px;
  margin-bottom:0px;
  text-align: center;
  font-family:'Langosta', cursiva; 
  font-size: 40px;
  color: rgb(7, 0, 0);
  padding: 20px;
 
}

.articulo-short{ 
  width:40%;
  height: 320px;
  padding: 5px;
  margin-left: 5%;
  margin-left: 5%;
  }

.articulo-short img{
  width:100% ;
  height: 100%;
  /*filter: drop-shadow(0 0 10px rgba(0, 0, 0, .8) );*/
 background-color: aliceblue;
 border-radius: 15px;
 border-style: solid;color: black;
}
.sub-cont-entre{
  display:flex;
  width: 100%;
  height:100%;
  margin-bottom: 90px;
  margin-top: 0px;
  padding: 10px; 
}
.articulo-entre{
  width: 40%;
  margin-left: 6%;
}
.articulo-entre img{
  width:100% ;
  height: auto;
  /*filter: drop-shadow(0 0 10px rgba(0, 0, 0, .8) );*/
 background-color: aliceblue;
 border-radius: 15px;
 border-style: solid;color: black;
}
.sub-cont-jogging{
  display:flex;
  width: 100%;
  height:100%;
  margin-bottom: 90px;
  margin-top: 0px;
  padding: 10px; 
}
.articulo-jogging{
  width: 40%;
  margin-left: 6%;
}
.articulo-jogging img{
  width:100% ;
  height: auto;
  /*filter: drop-shadow(0 0 10px rgba(0, 0, 0, .8) );*/
 background-color: aliceblue;
 border-radius: 15px;
 border-style: solid;color: black;
}

.outlet h1{
color: rgb(12, 1, 1);
background-color: rgb(226, 80, 80);
border-style: solid;color: rgb(1, 10, 19);
width: 99%;
margin-left: 1%;

font-size: 100px;
padding: 0px;
}
/*ETIQUETAS CORRESPONDIENTES AL
BOTON DE LA COPIA DE ENLACES*/
.contenedor button {
width: 20%;
height: 60px;
margin-top: 0px;
margin-bottom: 20px;
margin-left: 60px;
padding: 0px;
font-size: 20px;
cursor: pointer;
background-color: #eef1f3;
color: rgb(12, 1, 1);
border: none;
border-radius: 5px;
}
.button:hover {
background-color: #575555;
}
.fecha {
margin-bottom: 20px;
}
/*FINAL DE LAS
ETIQUETAS CORRESPONDIENTES AL 
BOTON DE COPIA DE ENLACE*/ 

.botones{
  display: flex;
}
.w{
  display: flex;
  width: 350px;
  height:100px ;
  margin-left: 150px;
  margin-bottom: 40px;
  border-radius: 20px;
  border-style: solid;color: rgb(194, 6, 6);
  background-color: aliceblue;
}
.w img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.w h3{
  font-size: 35px;
  margin-top: 10px;
}
.w:hover{
  transform: scale(1.2 );
  -webkit-transform: scale(1.2 );
  -moz-transform: scale(1.2 );
  -ms-transform: scale(1.2 );
  -o-transform: scale(1.2 );
}


.contenedor h6{
  font-size: 30px;
  color: #eef1f3;
  background-color: #575555;
  text-align: center;
  width: 76%;
  margin-left: 12%;
}

.cont-publi{
  display:flex;
  width: 99%;

  height:100%;
  margin-top: 20px;
  margin-bottom: 70px;
  padding: 0px;
  justify-content: center;
  
}
.publicidad{
  width: 50%;
  height: 250px;
  padding: 0;
  margin:0; 
  border-style: solid;color: black;
}
.publicidad img{
margin-bottom: 0%;
  width: 100%;
  height: 100%;
}
.publicidad p{
  display: flex;
  color: rgb(239, 34, 11);
  background-color: rgb(247, 245, 245);
  border-style: solid;color: rgb(0, 0, 0);
  margin-left: 10%;
  font-size: 20px;
  padding: 10px;
  margin-top: 0px;
}
.publicidad video{
  margin-bottom: 0%;
    width: 100%;
    height: 100%;
  }
  .publicidad p img{
    width: 40px;
    border-radius: 15px;
    margin-left: 0%;
    margin-right: 10px;
    padding: 0px;
    margin-top: 0px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
footer{
  
  border-style: solid;color: aliceblue;
  margin-top: 50px;
  margin-bottom: 0PX;
  background-color: rgb(0, 8, 14);
  width: 100%;
  height: 160PX;
  
}  
.iconos{
  display: flex  ;
  justify-content: center;
  width: 30%;
  margin-left: 35%;
  
  }
  .redes{
    margin-top: 10px;
    height: 90px;
    padding: 10px;
  }
  
  footer img{
    border-radius: 25%;
    background-color: none;
    padding: 0 auto;
    padding: 5px;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    -ms-border-radius: 25%;
    -o-border-radius: 25%;
}
 
h5{
  background-color: aliceblue;
  text-align: center;
  margin-bottom: 0%;
  color: black;
  font-size: 20px;

  padding: 15px;
}
  