/* PLACE YOUR CUSTOM STYLES IN THIS FILE */

/*boton de whatsapp*/
.btn-whatsapp {
        display:block;
        width:50px;
        height:50px;
        color:#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:5px;
        text-align:center;
        z-index:999;

}
.firma{
    max-width:25%;
}

.m1515{
	margin-bottom: 15px;
	margin-top: 15px;
}

.clientes {
	filter: opacity(50%);
	-webkit-transition: all 0.3s;
	-mos-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.clientes:hover {
	filter:opacity(100%);
	-webkit-transition: all 0.3s;
	-mos-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.containerletra {
  background-color: #fafafa;
	opacity: .8;
  border-radius: 20px;
}