/*
 Theme Name: Hello Elementor Child
 Theme URI: https://maestrodelseo.com/
 Description: Tema hijo de Hello Elementor para personalizar sin perder cambios al actualizar el tema padre.
 Author: Maestro del SEO
 Author URI: https://maestrodelseo.com/
 Template: hello-elementor
 Version: 1.0.10
 Text Domain: hello-elementor-child
*/

/* Añade aquí tus estilos personalizados o usa assets/css/custom.css */

.maestro-breadcrumb .breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.maestro-breadcrumb .breadcrumb-item {
	font-size:14px;
}
.maestro-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: " > ";
    margin: 0 0.5rem;
}
.maestro-breadcrumb .breadcrumb-item.active {
    color: #666;
    pointer-events: none;
}
.maestro-breadcrumb .breadcrumb-item:nth-child(1) {
	width:40px;
}
.maestro-breadcrumb .breadcrumb-item:nth-child(2) {
	width:122px;
}

