*{
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  
}

/*para el header*/





/*textoo*/

.textoo{
    background: url("../imagenes/fondo-azul-comic_530597-73.avif") ;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
  text-shadow: 2px 2px 4px #000;
background-repeat: no-repeat;     
background-size: cover;           
background-position: center;      
 box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  border-bottom: 3px solid #000;

}

/*juguetes*/

.juguetes{
    padding:40px;
   background: linear-gradient(145deg, #111 0%, #000 40%, #111 100%);
  color: #fff;
  padding: 60px 0;
  border-top: 3px solid #191633;
    text-align:center;
}

.juguetes h2{
    font-size:30px;
    margin-bottom:30px;
}
/* contenedor */
.contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  padding: 20px;
}

/* tarjeta */
.card {
  background-color: #fff;
  color: #000;
  width: 260px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;  
  justify-content: space-between;
  text-align: center;
}

/* imagenes */
.card img {
  width: 100%;
  height: 260px;             
  object-fit: contain;       
  background-color: #f3f3f3;
}

/* texto */
.card h3 {
  font-size: 1rem;
  margin: 10px 8px 4px;
  min-height: 48px;  
}

.card p {
  font-weight: 700;
  color: #e60000;
  margin-bottom: 10px;
    font-family: 'Bangers', cursive;
    font-size: 20px;
}

/* a button*/
.card .btn-comprar {
  background-color: #000;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
  align-self: center;
}

.card .btn-comprar:hover {
  background-color: #00c3ff;
  color: #000;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}




/*footer*/

.footer{
  background-image: url(../imagenes/s.jpg);
  color: #ccc;
  text-align: center;
  padding: 25px 15px;
  font-size: 15px;
  margin-top: auto;  
 position: relative;
    background-repeat: repeat-x;
}
footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
footer * {
  position: relative;
  z-index: 2;
}

 
.img5{
  border-radius: 20px; 
  background-color: rgb(73, 70, 70);
  padding: 10px;
  box-shadow: 10px 10px 5px grey
  
}
.titulo {
    font-family: 'Luckiest Guy', cursive;
    color: #fff;
    text-shadow: 3px 3px 0 #000;
    letter-spacing: 1.5px;
}
.titulo {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
.menu ul {

  list-style: none;
  display: flex;
  gap: 25px;
}

.menu a {
  color: white;
  text-decoration: none;
  font-size: 18px;
   font-family: 'Anton', sans-serif;
}

.menu a:hover {
  color: crimson;

}

header {
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 0 #000;
}
.menu {
  background: #000;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu ul {

  list-style: none;
  display: flex;
  gap: 25px;
}
.menu a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
 
.si{
  animation: aparecer 1s ease-out forwards;
 font-family: 'Bangers', cursive;
  letter-spacing: 2px;
  font-size: 4.0em;
}
@keyframes aparecer {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }

}
.no{
     font-family: 'Bangers', cursive;
  letter-spacing: 2px;
   font-size: 3.0em;
}
.dato2{
        color: #fff;
      text-shadow:
    -1.5px -1.5px 0 #000,
     1.5px -1.5px 0 #000,
    -1.5px  1.5px 0 #000,
     1.5px  1.5px 0 #000;  
    font-family: 'Bangers', cursive;
     font-size: 1.5em;                        
  font-weight: 700;
  letter-spacing: 1.5px;  
  margin-top: 10px;
  
}
.dato{
      font-family: 'Bangers';
    color:rgb(255, 255, 255);
    text-shadow: 3px 3px 0 #000;
    margin-bottom: 30px;
     font-size: 4.0em;
     letter-spacing: 2px;
       text-shadow:
    -1.5px -1.5px 0 #000,
     1.5px -1.5px 0 #000,
    -1.5px  1.5px 0 #000,
     1.5px  1.5px 0 #000;
}