@media (min-width: 1050px) {

.fixed-top.fixed{position:fixed !important;; top:0; z-index:9999 !important; width:100%}
}
.action a span {
    display: block;
    position: relative;
    text-align: center;
    background: #4aae20;
    border-radius: 6px;
    padding: 20px;
    margin-bottom:20px;
    color: white;
    font-size: 1.75rem;
    line-height: 1.1;
    font-weight: 500;
    z-index: 3;
    -webkit-transition: all 220ms;
    transition: all 220ms;
}


@media (max-width:768px){
	#whatsapp-movil{
		display:inline;
	}
	#whatsapp-web{
		display:none;
	}

}
@media (min-width:768px){
	#whatsapp-movil{
		display:none;
	}
	#whatsapp-web{
	display:inline;
	}
}
