/*
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
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.11.8.1754244618
Updated: 2025-08-03 20:10:18

*/

/* ===== Estilos 404 ===== */
body.error404 .site-main {
  padding-top: 12px !important;
  padding-bottom: 48px !important;
}
.custom-404 {
  padding: 16px 20px 60px;
  color: #efefef;
  background: #111;
  border-radius: 16px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 6px 28px rgba(0,0,0,0.15);
}
.custom-404 .page-title {
  margin: 6px 0 12px;
  font-size: 2.2rem;
  color: #efefef;
}
.custom-404 p {
  font-size: 1.08rem;
}
.btn-404 {
  display: inline-block;
  background: #ffc300;
  color: #2b2b2b;
  text-decoration: none;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 28px;
  transition: 0.2s;
}
.btn-404:hover {
  filter: brightness(0.95);
}
.custom-404__search {
  max-width: 520px;
  margin: 18px auto 0;
}
