header{
    background-color: rgb(255, 255, 255);
}
.imagen{
    width:100px;
    height: auto;
}
.navbar .nav-link{
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-family: cursive;
}
.navbar .nav-link:hover{
    color: chocolate;
    text-decoration: underline;

}
.carousel-inner{
height: 500px;


}
.d-block{
    height: 500px;

}
.container-fluid2{
    margin-top: 15px;
    background-color: rgb(0, 0, 0);
    
}
.card{
    width:350px;
    height: auto;
    
}
.card{
    margin-top: 10px;
}
  .whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }
  .container1{
    background-color:rgb(0, 0, 0);
    color: white;
    font-family: cursive;
    
  }
body {
    background-color: #f8f9fa;
}

h2 {
    color: #333;
}

.card {
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.btn-primary {
    background-color: #1b1e20;
    border: none;
}

.btn-primary:hover {
    background-color: #5278a0;
}
.container1{
    margin-bottom: auto;
}
.catalogo{
    color: chocolate;
    font-family: cursive;
    text-align: center;
}