/*
 Theme Name: ABA Systems
 Theme URI: https://aba-systems.com
 Description: Child theme of Hello Elementor for ABA Systems.
 Author: ABA Systems
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: aba-systems
*/


.dbo_nuestras_marcas .gallery{
    display: flex;
    align-items: center;
    justify-content: center;
}

.dbo_img-bg-logo::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    height: auto;
    min-width: 80px;
    min-height: 80px;
    transform: translate(0, -50%);
    background: url('/wp-content/uploads/2025/07/Icono-logo-transparencia-color.png') center center no-repeat;
    background-size: contain;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}
.dbo-breadcrumbs{
    margin-top: auto;
}

/* [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: inherit !important;
    color: inherit !important;
} */