.slide{-webkit-animation:slide-animation 3s infinite;animation:slide-animation 3s infinite}@-webkit-keyframes slide-animation{0%{-webkit-transform:translateX(50px)}50%{-webkit-transform:translateX(-50px)}100%{-webkit-transform:translateX(50px)}}@keyframes slide-animation{0%{transform:translateX(50px)}50%{transform:translateX(-50px)}100%{transform:translateX(50px)}}.coluna{background-color:#D9D9D9}.tabela{min-width:1024px}.link-pacote.collapsed{text-transform:uppercase;font-weight:700;color:#333;background-color:#D9D9D9}.link-pacote:hover,.link-pacote{text-transform:uppercase;font-weight:700;background-color:#1C274C;color:#FFF}.border-color01{border-color:#1C274C!important}.veja-area .titulo{border-top:2px solid #D50E5E}