/* Start custom CSS */.botao-pulso { animation: pulso 2.4s ease-in-out infinite; } @keyframes pulso { 0% { transform: scale(1); } 50% { transform: scale(1.03); } 100% { transform: scale(1); } }

html, body{
width: 100%;
overflow-x: hidden;

}/* End custom CSS */