.logo_empresa {
    width: 120px;
}

#home-section {
    background: url(../img/banner3.webp) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.img-fluid-3 {
    width: 100%;
    height: auto;
}

.hr {
    background-color: #6a6a6a;
}

.unslate_co--site-nav .site-logo.pos-absolute {
    top: -10px;
}


#home-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* un tono oscuro con una opacidad de 0.5 */
    z-index: -1;
}


.owl-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}

.js-menu-toggle p {
    margin: 0;
}

.menu-movil {
    font-size: 22px !important;
}

ul {
    padding: 0;
}

.gutter-v3 ul li {
    list-style: none;
}


/* Path: css\estilos.css */
span.cover {
    display: none;
}