.hero-sidebar {
    float: right !important;
    width: 250px !important;
    display: block;
    margin-left:0px !important;
    padding-left: 0px !important;
    margin-right:0px !important;
    padding-right:0px !important;

}




@media (max-width: 991px) {
    .hero-sidebar {
        float: none;
        width: 100% !important;
        display: none;
    }
    .hero-content {
        width:100% !important;
    }

    .acceso_rapido{
        display: block !important;
    }
}

@media (min-width: 992px) {

    .hero-content {
        width: -webkit-calc(100% - 250px) !important;
        width: -moz-calc(100% - 250px) !important;
        width: calc(100% - 250px) !important;

        padding-right: 20px !important;
        border-right: 1px solid;
        border-right-color: #e8e9e9;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        height: 100%;
    }

    .acceso_rapido {
        display: none !important;
    }


    .hero-container {
        margin-top: 48px !important;
    }




}

.hero-breadcrumb {
    background-image: url("https://www.grupossc.com/imagenes/banner_empresarial.svg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.hero {
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    border-left: 10px solid #3c6c95 !important;

    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 10px 0px 10px 5px;


}


.hero-image {
    background-image: url("https://www.grupossc.com/imagenes/banner_empresarial.svg"); /* The image used */
}

.hero:hover {
    border-left: 10px solid #36c6d3 !important;
    cursor: pointer;

}

.hero-active {
    border-left: 10px solid #36c6d3 !important;
}

.hero-shadow {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}

.hero-rounded {
    border-radius: 2% !important;
}


.hero-title {
    padding: 0px;
    font-size: 17px;
    letter-spacing: -1px;
    display: block;
    color: #ffffff;
    margin: 0px 0px 15px 0px;
    font-weight: bold;
    text-shadow: 2px 1px 2px #000000;
}


.hero-title small {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: bold;
    color: #00a8c6;

    text-shadow: -1px -1px 3px #020202,
    2px 2px 4px #1b1b1b;
}