<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: inherit; /* 2 */
}

ol,
ul {
    list-style: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    color: inherit;
    text-decoration: inherit;
}

*,
::before,
::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 1 */
    background-color: transparent; /* 2 */
    background-image: none; /* 2 */
}

:-moz-focusring {
    outline: auto;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block; /* 1 */
    vertical-align: middle; /* 2 */
}

img,
video {
    max-width: 100%;
    height: auto;
}

/* estilos maquetado */
.main-container {
    width: 300px;
    height: 250px;
    position: relative;
    padding: 1rem;
}

.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.plasta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.img-camion {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.img-camion .center-img {
    width: 100%;
}

.img-camion .center-img {
    width: 100%;
    transform: translateY(-100%);
    animation: slideFromTop 18s ease forwards infinite;
}

@keyframes slideFromTop {
    0%{
        transform: translateY(-100%);
    }
    5%{
        transform: translateY(0);
    }
    40%{
        transform: translateY(0);
    }
    90%, 100% {
        transform: translateY(-100%);
    }
}

.grid-container {
    position: relative;
    z-index: 5;
}

.logo {
    width: 80%;
}

.text-container {
    position: relative;
    margin-top: 1.1rem;
    min-height: 70px;
}

.title-main {
    font-family: "Gotham";
    font-weight: bold;
    color: white;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: normal;
}

.text-container .word::before {
    animation: changeWord 20s steps(4) infinite;
    content: "Fleet Maintenance Made Simple &amp; Efficient.";
}

@keyframes changeWord {
    0% { content: "Fleet Maintenance Made Simple &amp; Efficient."; }
    20% { content: "OE+ Performance Heavy-Duty Filters"; }
    40% { content: "Increase Vehicle Uptime"; }
    60% { content: "Reduce Repair Costs"; }
    80% { content: "Buy Direct from Manufacturer"; }
    100% { content: "Fleet Maintenance Made Simple &amp; Efficient."; } /* Volver al inicio */
}

.btn-white {
    margin-top: 1rem;
    border: solid 1px #00732d;
    background-color: #fff;
    font-family: "Gotham";
    font-weight: bold;
    color: #00732d;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: normal;
    border-radius: 40px;
    padding: 0.7rem 1.2rem;
}

.logo-bottom {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 5;
    width: 70px;
}
</pre></body></html>