@import url('https://fonts.googleapis.com/css2?family=Henny+Penny&display=swap');

body {
 /*  background: url("../peques/peques.png") #9c8978 no-repeat fixed ;
  background-size: 100%; 
 */
  
}


.row{
  justify-content: space-around;
}

.card peques{
  padding: 5px;
}
.card{
    width: fit-content;
    border-style: dashed;
    border-color: #5E001B;
    border-width: 2px;
    background-size: cover;
    background-position: center;
   /*  margin:5px; */
}

.card-img-top{
  
  height: 250px;
}

.btn-primary{
    color: #fff ;
    background: #5E001B;
    border: 2px solid;
    border-color:#5E001B;
    font-family: 'Henny Penny', cursive;
    margin: 2%;
}

.btn-primary:hover{
    background-color: #5E001B;
    border: 2px solid #5E001B;
    border-color: #5E001B;

}

.btn-primary:active{
  background-color: #5E001B;
    border: 2px solid #5E001B;
    border-color: #5E001B;
}


.btn-primary::before {
    content: '';
    position: absolute;
    left: 4px;
    width: 96%;
    height: 2px;
    top:95%;
    
    background:linear-gradient(to right, #f8aa01, #f5bd3a, #f4cc69);
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
  }

  .btn-primary:hover::before {
   
    transform: scaleX(1);
  }

  .btn-primary:visited{
    background-color: #5E001B;
    border: 2px solid #5E001B;
    border-color: #5E001B;

  }



  .contenedor2 {
    display: flex;
    justify-content:center;
    align-items: center;
  }

  .contenedor2 img{
  width: 75%;
  height: auto;
   
  }
