/* 
Theme Name: Portafolio ACAT
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Pixelpro SAS
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#content-blog h2 {
    font-size: 21px;
    font-weight: bold;
}
#content-blog h3 {
    font-size: 19px;
    font-weight: bold;
}
#content-blog img {
    margin: 25px 0;
    border-radius: 10px;
}
#content-blog ol, #content-blog ul {
    margin-bottom: 20px;
}
#content-blog ol {
  list-style: none;
  counter-reset: li;
  padding: 0;
}
#content-blog ol li {
  counter-increment: li;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
#content-blog ol li::before {
  content: counter(li);
  position: absolute;
  top: -2px;
  left: 0;
  background-color: #FFAD00;
  color: #FFFFFF;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
}
#content-blog ul {padding-left: 20px;}
#content-blog ul li::marker {
    color: #FFAD00;
}