<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Poppins-Regular;
    src: url(../Fonst/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../Fonst/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../Fonst/Poppins-Medium.ttf);
}
.ajuste-posicion-top{
    margin-top: 30px;
}
.titulo-mantenimiento {
    font-family: Poppins-Bold;
     font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 132%;
    color: #000000;
}

.texto-span {
    font-family: Poppins-Bold;
     font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 132%;
    color: #000000;
}

.texto-ayuda{
    font-family: Poppins-Bold;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 132%;
    color: #FFFFFF;
}

.ajuste-posicion-bottom{
    margin-bottom: 12.5%;
}

.style-img{
    background-image: url(../assets/img/mantenimiento/fondo.png);
    background-repeat: no-repeat;
    background-position: center; 
    background-color: #018dff;
}
.posicion-bottom {
    margin-bottom: 1%;
}
.btn-404 {
    background: #5AC8FA;
    border: none;
    font-family: Poppins-Bold;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 112%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 20px;
    width: 355px;
}</pre></body></html>