/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.3.1779793990
Updated: 2026-05-26 11:13:10

*/

/* 404 page */

/* fondo general */
.error404 #content,
.error404 .site-content{
    background:#f7f4fb;
}

/* ocultar breadcrumb */
.error404 .ast-header-breadcrumb{
    display:none;
}

.error404 .site-content > .ast-container{
    display:block;
}

/* bloque principal */
.custom-404{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px;
    text-align:center;
}

/* contenedor */
.custom-404-inner{
    width:100%;
    max-width:900px;
    margin:auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

/* título */
.custom-404 h1{
    font-size:3rem;
    line-height:1.1;
    margin-bottom:30px;
    color:#1f2f4a;
    font-weight:700;
}

/* texto principal */
.custom-404-text{
    font-size:1.5rem;
    line-height:1.7;
    color:#4a5568;
    max-width:760px;
    margin:0 auto 25px;
}

/* subtítulo */
.custom-404-subtext{
    font-size:1.2rem;
    color:#666;
    margin-bottom:45px;
}

/* contenedor botones */
.custom-404-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}

/* botones */
.btn-404{
    background:#d7c8e7;
    color:#1f2f4a;
    padding:16px 34px;
    border-radius:18px;
    text-decoration:none;
    font-weight:700;
    transition:all .25s ease;
    min-width:180px;
    border:2px solid transparent;
}

/* hover botones */
.btn-404:hover{
    background:#c8b6de;
    transform:translateY(-3px);
    box-shadow:0 10px 24px rgba(0,0,0,0.10);
    color:#1f2f4a;
}

/* botón outline */
.btn-outline{
    background:#fff;
    border:2px solid #d7c8e7;
}

/* hover outline */
.btn-outline:hover{
    background:#f5effa;
}

/* responsive */
@media (max-width:768px){

    .custom-404{
        min-height:auto;
        padding:70px 20px;
    }

    .custom-404 h1{
        font-size:2rem;
    }

    .custom-404-text{
        font-size:1.15rem;
    }

    .custom-404-subtext{
        font-size:1rem;
    }

    .custom-404-buttons{
        flex-direction:column;
        width:100%;
    }

    .btn-404{
        width:100%;
        max-width:320px;
    }

}/* 404 page*/