/*-----------------------------------------------------------------------------------
 *
 * Theme Name: Acowork Child Theme
 * Theme URI: https://acoworkwp.websitelayout.net/
 * Author: Website Layout
 * Author URI: https://www.websitelayout.net/
 * Description: This is a child theme of acowork
 * Version: 2.2
 * Template: acowork
 * Text Domain: acowork-child
 *
 * ----------------------------------------------------------------------------------- */
 .navbar-brand img {
    width: 200px;
}
.sectores ul li{
	font-size:14px;
}
.sectores .h2.mb-3{
    font-size: 1.5rem;
}

.sectores ul li::marker{
	display:none;
}
.sectores ul{
	list-style:circle;
}
.sectores ul li{
	margin-left:1px;
}
.card-style11 {
    padding: 0px 25px 5px 25px;
}
.card-style11 h3 a {
    pointer-events: none;
    cursor: default;
}
footer .text-primary,footer .text-primary-hover:hover {
    color: #df9d30 !important;
}
footer .separator-line {
    background-color: #ffffff;
}

.scroll-top-percentage {
    right: auto;
    left: 50px;
}