/*
Theme Name:  Astra child
Author:      Clelia Angulo
Author URL:  www.cleliaangulo.com
Description: Tema hijo para hacer personalizaciones de código
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template:    astra
*/
@import url("../astra/style.css");

/* ==== FONDO TEMA ==== */
.site-main, .entry-content{
    background: #000 !important;
}

/* ==== EN PARRAFO ==== */
.entry-content p {
	margin-bottom: 0.4em !important;
}
/* ==== UL VINIETAS EN PARRAFO ==== */

.elementor-widget-container ul {
  margin: 1.5em 0 1.5em 0em; 
}

.elementor-widget-container ul li::marker {
  color: #F2F2F2; 
}

.elementor-widget-container p , .elementor-widget-container ul li {
  margin-bottom: 0.4em;
}