/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.22.1745113035
Updated: 2025-04-20 03:37:15

*/

/* Contenedor general de la página 404 */
.error-404 .page-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    padding: 1rem;
}

/* Imagen */
.error-404 .error-image {
    text-align: center;
    margin-bottom: 1rem;
}

.error-404 .error-image img {
    max-width: 300px;
    height: auto;
}

/* Título principal */
.error-404 .page-header {
    text-align: center;
    margin-bottom: 0rem;
}

/* Botón grande */
.error-404 .button-container {
    text-align: center;
    margin: 1rem 0;
}

.error-404 .big-button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #ECAA0F;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.error-404 .big-button:hover {
    background-color: #ECAA0F;
}

/* Formulario de búsqueda */
.search-form {
    width: 100%;
    max-width: 800px;
    margin: 0rem 0;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.search-field {
    width: calc(100% - 80px);
    padding: 0.5rem;
    border: none;
    font-size: 1rem;
    outline: none;
}

.search-submit {
    position: relative;
    top: -2px;
    right: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
}

/* Enlaces útiles */
.error-404 .navigation-links ul,
.error-404 .popular-categories ul {
    list-style: none;
    padding-left: 0;
    margin-top: 2rem;
}

.error-404 .navigation-links li,
.error-404 .popular-categories li {
    margin: 0.5rem 0;
}

.error-404 a {
    color: #ff9f00;
    text-decoration: none;
    transition: color 0.3s ease;
}

.error-404 a:hover {
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Sombra más fuerte */
    /*transform: translateY(-2px); /* Efecto de levantamiento */
}

/* Títulos */
.error-404 h3 {
    margin-bottom: 1rem;
}

/* Contenedor flex para imagen + texto */
.error-flex-container {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 0rem;
    flex-wrap: wrap; /* Permite que se apilen en pantallas pequeñas */
}

/* Imagen a la izquierda */
.error-flex-container .error-image {
    flex: 1 1 200px;
    max-width: 300px;
}

.error-flex-container .error-image img {
    width: 100%;
    height: auto;
}

/* Texto a la derecha */
.error-flex-container .error-text {
    flex: 2 1 300px;
}

/* Botón dentro del contenedor */
.error-flex-container .big-button {
    display: inline-block;
    margin-top: 1rem;
}

/* Ajuste para pantallas pequeñas */
@media (max-width: 768px) {
    .error-flex-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .error-flex-container .error-image,
    .error-flex-container .error-text {
        text-align: center;
        max-width: 100%;
    }

    .error-flex-container .error-image {
        margin-bottom: 1rem;
    }
}

.two-column-section {
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.two-column-section .column {
    flex: 1 1 300px;
    min-width: 280px;
}

.two-column-section ul {
    list-style: none;
    padding-left: 0;
}

.two-column-section li {
    margin-bottom: 0.5rem;
}


/* --------------------------------------------- */
/* CONTENEDOR PRINCIPAL PARA PÁGINAS DE MARCA */
/* --------------------------------------------- */

body.tax-yith_product_brand .kadence-content-wrap {
    width: 100%;
    max-width: var(--container-width, 1200px);
    margin: 0 auto;
    padding: 0 var(--container-padding, 2rem);
}

body.tax-yith_product_brand .content-container {
    padding: 40px 0;
    margin-top: 30px;
	margin-bottom: 40px;
}

body.tax-yith_product_brand .entry-content {
    max-width: 100%;
    margin: 0 auto;
}

/* --------------------------------------------- */
/* ESTILOS PARA EL CONTENIDO DE MARCA */
/* --------------------------------------------- */

body.tax-yith_product_brand .brand-content {
    margin-top: 30px;
	margin-bottom: 40px;
}

body.tax-yith_product_brand .brand-content h2,
body.tax-yith_product_brand .brand-content h3 {
    margin: 1.5em 0 0.8em 0;
    color: var(--global-palette-heading, #1a1a1a);
}

body.tax-yith_product_brand .brand-content ul {
    margin: 1em 0 1em 1.5em;
    padding: 0;
    list-style-type: disc;
}

body.tax-yith_product_brand .brand-content hr {
    margin: 2em 0;
    border: 0;
    border-top: 1px solid #eee;
}

/* --------------------------------------------- */
/* RESPONSIVE */
/* --------------------------------------------- */

@media (max-width: 767px) {
    body.tax-yith_product_brand .kadence-content-wrap {
        padding: 0 15px;
    }
    
    body.tax-yith_product_brand .content-container {
        padding: 20px 0;
    }
}


