/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
#list-estudios .elementor-post-info ul,
#list-estudios .elementor-post-info ul li {
    padding-left:0;
    margin-left:0;
}
.btn-constanza {
    color:#141414;
    font-weight: 600;
}
.campo-curso-list {
    display:block;
    font-weight:0.875em;
    font-weight:500;
}

ul.categorias-cpt-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.categorias-cpt-flex li {
    flex: 1 1 45%; /* dos columnas aproximadamente */
    margin-bottom: 10px;
}

ul.categorias-cpt-flex li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 6px 10px;
	font-weight:600;
}

ul.categorias-cpt-flex li a:hover {
    color:#00449B;
}
/* menciones categorias archive */
.tax-categorias-mencion #Subheader {
    padding: 30px 0 0;
}
.tax-categorias-mencion #Subheader h1.title {
	font-size:2em;
	line-height: 1.2em;
}
