.bloque6{
    background-color: #ebecec;
    padding-left: 189px;
    padding-right: 189px;
    padding-bottom: 3rem;
}

.spacer6{
    position: absolute;
    margin-top: -130px;
    background: rgba(255, 100, 100, 0);
    width: 100%;
    height: 130px;
    pointer-events: none;
}

.bloque6 .bigTitulo{
    color: #792e7f;
    padding-top: 36px;
    padding-bottom: 36px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex: 1;
}

.bloque6 .bigTitulo .linea{
    flex: 1;
    margin-left: 9px;
    border-bottom: 2px solid #792e7f;
    margin-bottom: 6px;
}

.bloque6 .parrafo{
    color: #696969;
}

.bloque6 .docs{
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
}

.bloque6 i{
    position: relative;
    width: 30px;
    height: 30px;
    padding-right: 28px;
}

.bloque6 i::before{
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    background-image: url(../../images/quienessomos/iconoPdfGuindo.svg);
    background-repeat: no-repeat;
    background-position: left -1px;
}

.bloque6 a{
    color: #792e7f;
    text-decoration: underline;
}

@media screen and (min-width: 1600px) {
    .bloque6{
        margin: auto;
        max-width: 1200px;
    }        
}

/*  Tablet  */
@media screen and (max-width: 992px) {
    .bloque6{
        padding-left: 30px;
        padding-right: 30px;
    }
    
    
    
}


/* movil */
@media screen and (max-width: 576px) {
    .spacer6{
        position: absolute;
        margin-top: -1px;
        background: rgba(255, 100, 100, 0);
        width: 100%;
        height: 1px;
    }
}


