/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 02 2025 | 17:36:14 */
body#error-page {
    background:#1F2027;
    color:#fff;
    max-width:100%;
    margin:auto;
    height:100vh;
}

.wp-die-message{
    font-size:18px !important;
    max-width:600px;
    background:transparent;
    padding:20px;
    border-radius:10px;
    margin:auto !important;
    position:absolute;
    top:0px;
    left:0;
    right:0;
    bottom:0;
    width:600px;
    height:200px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:0px;
    border:2px solid #ffffff4f
}

.wp-die-message p:nth-child(1){
    display:none
}

.wp-die-message p{
    margin:8px 0px !important;
    font-size:18px !important
}

.wp-die-message p a{
    color:#fff
}

.wp-die-message p a:hover{
    color:#fff;
    font-weight:600;
    color:#e41919
}

.wp-die-message::before{
    content:"";
    display:block;
    width:400px;
    height:100px;
    background:url("/wp-content/uploads/2025/06/Logo-Garantias.png")center/contain no-repeat
}