<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

body {
    background: #fff;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    text-align: left
}

main {
    display: block
}

img {
    border: 0
}

a {
    color: #1979c3;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px
}

h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px
}

input[type=text],
textarea {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    width: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
    background-clip: padding-box;
    vertical-align: baseline
}

input[type=text] {
    height: 32px;
    padding: 0 9px
}

textarea {
    height: auto;
    padding: 10px;
    resize: vertical
}

input[type=text]:focus,
textarea:focus {
    box-shadow: 0 0 3px 1px #68a8e0
}

button {
    background: #1979c3;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 7px 15px;
    text-align: center
}

button:hover {
    background: #006bb4
}

p {
    margin: 0 0 10px
}

ol,
ul {
    list-style: none
}

.page-main {
    padding: 0px 0px
}

.trace {
    background: #f1f1f1;
    min-height: 250px;
    overflow: auto;
    width: 100%
}

.message {
    border: 1px solid;
    background-position: 10px 11px;
    background-repeat: no-repeat;
    margin: 20px 0;
    padding: 10px 20px 10px 35px
}

.error {
    border-color: #b30000;
    background-color: #fae5e5;
    background-image: url(../images/i_msg-error.gif);
    color: #b30000
}

.success {
    border-color: #006400;
    background-color: #e5efe5;
    background-image: url(../images/i_msg-success.gif);
    color: #006400
}

.info {
    border-color: #6f4400;
    background-color: #fdf0d5;
    background-image: url(../images/i_msg-note.gif);
    color: #6f4400
}

.fieldset {
    border: 0;
    margin: 0 0 20px;
    padding: 0
}

.fieldset .legend {
    box-sizing: border-box;
    float: left;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 25px;
    padding: 0
}

.fieldset .legend+br {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.fieldset:last-child {
    margin-bottom: 0
}

.fieldset:after {
    content: attr(data-hasrequired);
    color: #e02b27;
    display: block;
    font-size: 12px;
    letter-spacing: normal;
    margin: 10px 0 0;
    word-spacing: normal
}

.field {
    margin: 0 0 20px
}

.label {
    font-weight: 700
}

.label:after {
    content: "*";
    font-size: 12px;
    color: #e02b27;
    margin: 0 0 0 5px
}


.mantenimiento {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 30px 40px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fff;
}

.page-main {
    display: grid;
    place-items: center;
    height: 100vh;
    align-content: center;
}

.container-mantenimiento {
    background: #fff;
    width: 70%;
    border-radius: 8px;
    margin-top: auto;
    padding: 15px 15px;
    margin-bottom: 2%;
    max-width: 1000px;
}

body {
    background: #a9a9a9;
}

img.logo {
    width: 80%;
    max-width: 230px;
    margin-bottom: 30px;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
    color: #932a2a;
    margin-bottom: 20px;
}

p {
    font-weight: 600;
    color: #4F4F4F;
    font-size: 14px;
}

.social-links img {
    width: 30px;
    height: 30px;
    margin: 0px 5px;
    transition: transform 0.26s ease;
}

.social-links a {
    text-decoration: none;
}

.social-links {
    margin-top: 20px;
}

.social-links img:hover {
    transform: scale(1.08);
}

@media (max-width:650px) {
    h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 17px;
        line-height: 20px;
        color: #932a2a;
        margin-bottom: 20px;
    }

    p {
        font-weight: 600;
        color: #4F4F4F;
        font-size: 13px;
    }


    .mantenimiento {
        width: 100%;
        padding: 20px 20px;
    }

    .container-mantenimiento {
        background: #fff;
        width: 85%;
    }

}
</pre></body></html>