/*
Theme Name: Brok Child
Theme URI: https://brok.qodeinteractive.com
Description: A child theme of Brok
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: brok
Template: brok
*/

/*Filtrador "our proyects"*/
.qodef-m-filter .qodef-m-filter-item
 {
    margin-right: 90px !important;
	 margin-bottom:50px !important;
    font-size: 30px !important;
    
}
.qodef-m-filter .qodef-m-filter-items>.qodef-m-filter-wrapper .qodef-m-filter-item-name:after {
    content: ""!important;
    
}
.qodef-m-filter .qodef-m-filter-items>.qodef-m-filter-item .qodef-m-filter-item-name:after {
    content: "" !important;
   
}
/*----*/
/*Logo de cargando*/
/* 1. Ocultamos el spinner o texto actual */
.qodef-page-spinner .qodef-m-inner {
    display: none !important;
}

/* 2. Ponemos tu logo como fondo en el contenedor de carga */
#qodef-page-spinner::after {
    content: "";
    background-image: url('https://pruebas.innovocomunicacion.com/wp-content/uploads/2026/04/NBC-logo-2-big.png'); /* Pega aquí el link de tu logo */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 200px; /* Ajusta el tamaño de tu logo */
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
/**/
p.qodef-m-text {
    text-align: justify;
}



