/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/


/* Indice articulo */
.indice-articulo{
    background: #80808008;
    margin-bottom: 20px;
    border: solid 1px var(--e-global-color-primary);
    border-radius: 20px;
}
.indice-articulo div{
    background: var( --e-global-color-primary );
    color: #ffffff;
    padding: 2% 5%;
    font-size: 20px;
    font-weight: bold;
    border-radius:18px 18px 18px 18px;
}

.indice-articulo div span{
    font-size: 20px;
    font-weight: bold;
}
div.indice-articulo ol.indice{
    padding: 2% 0% 2% 6%;
    margin: 10px;
}
div.indice-articulo ol li{
    padding: 0 0 4px 0.1em !important;
}
@media (max-width: 767px) {
    div.indice-articulo ol li{
      padding: 0 0 4px 0em !important;
    }
  }
ol.indice li a:hover, .indice-articulo:hover{
    cursor: pointer;
    color:var( --e-global-color-text );
}
ol.indice li a{
    color:black;
}
/* Indice articulo */

main#content.post{
    margin-top: 260px;
    margin-bottom: 100px;
}


h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem
}

h3 {
    font-size: 1.6rem
}

h4 {
    font-size: 1.3rem
}

h5 {
    font-size: 1.2rem
}