/*
Theme Name: KOA Soluciones
Theme URI: https://2pixeles.com
Author: William Chaparro
Author URI: https://2pixeles.com
Description: Tema ligero y minimalista para blogs, compatible con Elementor.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: koa-soluciones
Tags: blog, minimal, responsive, elementor
*/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #333;
}

a {
    color: #0073aa;
    text-decoration: none;
}

a:hover {
    color: #005177;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
