.bloque7{
    background-color: white;
    padding-left: 189px;
    padding-right: 189px;
}

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

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

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

.bloque7 .parrafo p{
    color: #696969;
    font-size: 1.5rem;
}

.bloque7 .cajaImg{
    text-align: center;
}

.bloque7 img{
    width: auto;
    margin: auto;
}

.bloque7 .descDoc{
    padding: 6px 6px;
    text-align: center;
}

.bloque7 .descDoc a{
    font-weight: bold;
    color: #ff8300;
    text-decoration: underline;
    text-underline-offset: 2px;
}


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

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

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

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

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


