/*

1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/

.productos-sg {
  margin-top: 3em;
  margin-bottom: 5em;
}
.whatsapp {
        position: fixed;
        top: 100px;
        left: 0px;
        z-index: 999;
        opacity: 100;
        visibility: visible;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

.img-whatsapp {
            width: 50%;
            height: auto;
        }
.whatsapp .img-whatsapp {
            display: table-cell;
            vertical-align: middle;
        }
