/**
 * Boot Css
 *
 * */
img.product{width:100%; height: auto; object-fit:cover; max-inline-size: max-width: 224px; max-height:224px;}
.radar-whatsapp a{text-decoration:none;}
.radar-whatsapp{position:fixed; z-index:999999999; right:60px; bottom:60px; margin-bottom:60px; margin-left:60px; display:flex; align-items: center; justify-content: center;}
.circulo2, .circulo1{position: absolute; border: 1px solid #FFFFFF; border-radius: 50%; width: 50px; height: 50px; background-color: #25d366; }
.radar-btn{display:flex; align-items: center; justify-content: center; width: 60px; height: 60px; border: 5px solid #FFFFFF; border-radius: 50%; background-size: 80px 80px; background-position: center; background:#25d366; z-index: 2; color: #FFFFFF;}
.radar-btn i{font-size:2rem;}
.radar-whatsapp .label{display:none}
.radar-whatsapp .btn{padding:initial; border-radius:initial; background:initial;}
.circulo1{animation: circ1 3s infinite;}
.circulo2{animation: circ2 1.5s infinite;}
@keyframes circ1 {from{ transform: scale(1); opacity: 1;} to{transform: scale(5); opacity: 0;}}
@keyframes circ2 {from{transform: scale(1); opacity: 1; } to{transform: scale(5); opacity: 0;}}
