/**
Theme Name: MasNoticias
Author: G. Espejo
Author URI: https://swey.net
Description: Tema para Diario Mas Noticias
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: masnoticias
Template: astra
*/


/*ENTRADA INDIVIDUAL ANCHO COMPLETO*/
.single-post .ast-container {
    max-width: 100% !important;
    padding: 0;
}

.elementor-page .elementor-section {
    width: 100% !important;
    max-width: 100% !important;
}

/*BARRA LATERAL*/
.single-post #primary {
    width: 70%; /* Ajusta el ancho del contenido */
    float: left;
}

.single-post #secondary {
    display: block !important;
    width: 30%; /* Ajusta el ancho de la barra lateral */
    float: right;
}