@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Mulish:ital,wght@0,700;1,300&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
  background: #f6eff6;
}


header{
  width: 100%;
  height: 80px;

}
header h2{
  position: absolute;
  font-family: 'Lobster', cursive;
  text-align: center;
  width: 100%;
  color:black;
  top: 20px;
  font-size: 45px;
}
section{
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 25px 0;
}

div h3{
  font-size: 100%;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  color: black;
}

footer{
  font-size: 100%;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  color: black;
}

div a{
  text-decoration: none;
  color: black;
}

.card{
  width: 100%;
  margin: 30px;
}
.estilo-c{
  font-family: sans-serif;
  width: 11%;
  
}
.estilo-c .img-container{
  overflow: hidden;
  left: 10%;
  height: 123px;
  width: 125px;
  position: relative;
  border-radius: 15px;
}
.estilo-c .img-container img{
  width: 100%;
  position: absolute;
  transition: all 0.5s;
}
.estilo-c:hover .img-container img{
  transform: scale(1.2);
}

.estilo-c .info-container{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.estilo-c .info-container h3{
  margin: 0;
}
.estilo-c .info-container h3{
  padding: 15px 2px;
  width: 90%;
}
.estilo-c .add-cart{
  margin-top: 2px;
  text-decoration: none;
  color: white;
  background-color: black;
  padding: 15px;
  border: 1px solid black;
  border-radius: 25px;
}
.estilo-c .add-cart:hover{
  color: black;
  background-color: transparent;
  border: 1px solid black;
}



/* ===== pag signos ===== */

.car{
  position: absolute;
  left: 46%;
  top: 15%;
}
.estilo-a{
  width: 10%;
}
