.marca-texto{position:relative;display:inline;background-repeat:no-repeat;background-size:0% 100%;background-clip:padding-box;border-radius:4px;padding:2px 4px;animation:marcaTextoAnim 0.6s ease-out forwards}.marca-texto.branco{background-image:linear-gradient(to right,rgba(255,255,255,0.3),rgba(255,255,255,0.3))}.marca-texto.primary{background-image:linear-gradient(to right,rgba(0,42,110,0.3),rgba(0,42,110,0.3))}.marca-texto.secondary{background-image:linear-gradient(to right,rgba(0,186,223,0.3),rgba(0,186,223,0.3))}@keyframes marcaTextoAnim{from{background-size:0% 100%}to{background-size:100% 100%}}img#logo{max-height:100%!important}