body{
    background-color: rgba(156, 156, 156, 0.322);
}

.divicion{

    width: 100%;
    background-color: rgb(3, 185, 3);
}
.imge{
    width:120%s;
}
.titulo{
    font-size:3.5vw;
}
.grid-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}
.grid-chill{
    background: white;
}
.container-img{
    padding: 15px 35px 10px 35px;
}
.img-producto{
    width: 100%;
}
.titulo-tarjeta{
    font-size: 20px;
    text-align: center;
}
.resaltado{
    font-weight: bold;
}
footer{
    background-color: rgb(1, 109, 1);
    padding: 10px 0px 10px 0px;
    margin-top: 5px;
}
.text-footer{
    color: white;
    font-size: 17px;
    font-weight: bold;
}
.respon-1{
    font-size: 25px;
}
.whatsapp-icon{
border-radius: 100%;
border: 2px white solid;
width: 40px;
height: 40px;
background-color: #25D366;
display: flex;
justify-content: center;
align-items: center;
}
.telephone-icon{
    border-radius: 100%;
    border: 2px white solid;
    width: 40px;
    height: 40px;
    background-color: rgb(72, 72, 224);
    display: flex;
    justify-content: center;
    align-items: center;

}
.email-icon{
    border-radius: 100%;
    border: 2px white solid;
    width: 40px;
    height: 40px;
    background-color: rgb(224, 90, 72);
    display: flex;
    justify-content: center;
    align-items: center;

}
.color{
    fill: white;
}
