	.banner-llamar-movil.mobile-only {
	    display: none;
	}

	.banner-llamar-movil.show-all-resolutions {
	    display: flex !important;
	}

	.banner-llamar-movil {
	    flex-direction: column;
	    position: fixed;
	    right: 10px;
	    bottom: 25px;
	    width: auto;
	    z-index: 999;
	}

	.banner-llamar-movil>div {
	    box-shadow: 0 0 10px #b8b8b896;
	    border-radius: 100%;
	    width: 55px;
	    height: 55px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.banner-llamar-movil>div a {
	    height: 30px;
	}

	.banner-llamar-movil div a img {
	    width: 30px;
        border-radius: 0 !important;
	}

	.banner-llamar-movil .evento-whatsapp {
	    margin-bottom: 15px;
	    background-color: #30BF39;
	}

	.banner-llamar-movil .llamar-movil {
	    background-color: #2bbfd9;
	}

	.banner-llamar-movil .llamar-movil a {
	    height: 25px;
	}

	.banner-llamar-movil .llamar-movil a img {
	    width: 25px;
	}

	@media only screen and (max-width: 767px) {

	    .banner-llamar-movil.mobile-only {
	        display: flex !important;
	    }
	}