.historiasvg {
    width: 100%;
    height: auto;
}

#historiacontainer {
    width: 1100px !important;
    overflow-x: scroll;
}

#historiaslider {
    width: 1100px !important;
    width: 100%;
}

@media (min-width:993px) {
    #historiacontainer {
        width: 1600px !important;
        overflow-x: scroll;
    }
    #historiaslider {
        width: 1600px !important;
        width: 100%;
    }
}

#historiaslider img {
    width: 100%;
}

body:not(.lc_mousedrag_is_mobile) #historiacontainer {
    overflow: hidden;
    cursor: grab;
}

.textoquienes {
    background: white url(../img/nosotros/bg-nosotros-mobile.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}

.galdisa {
    width: 100px;
    display: inline-block;
    margin-top: -10px;
}

@media (min-width:768px) {
    .textoquienes {
        background: white url(../img/nosotros/bg-nosotros.jpg) no-repeat;
        background-size: cover;
        background-position: top center;
    }
}

.contflecha {
    position: relative;
}

.flecha {
    position: absolute;
    width: 5vw;
    max-width: 60px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    user-select: none;
}

.crounded {
    border-radius: 30px;
}

.owl-dots {
    text-align: center !important;
}

.owl-dot {
    width: 15px !important;
    height: 15px !important;
    border-radius: 15px !important;
    margin: 0 6px;
}

.owl-dot {
    background: #aaa !important;
}

.owl-dot.active {
    background: #da271b !important;
}

.cardgris {
    min-height: 300px;
}

.bgrojo {
    background: #da271b;
}