@charset "utf-8";
/* CSS Document */

.img-centrada{
	text-align:center;
	display:block;
}

.texto-menuu{
	font-style:italic;
	size:1.25rem;
}

/* BTN WhastApp Float */
.btn-whatsapp {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        right:20px;
        bottom:20px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}
@media (min-width: 992px) {
	.btn-whatsapp {
		top:140px;
	}
}

/* BTN Messenger Float */
.btn-messenger {
        display:block;
        width:70px;
        height:70px;
        color#fff;
        position: fixed;
        right:20px;
        bottom:90px;
        border-radius:50%;
        line-height:80px;
        text-align:center;
        z-index:999;
}
@media (min-width: 992px) {
	.btn-messenger {
		top:210px;
	}
}
