.bloque3{
    clear: both;
    position: relative;
    background-color: #fbf2ea;
    color: white;
    margin-top: 60px;
}


.spacer3{
    height: 60px;
}

.bloque3 .bigTitulo{
    color: #ff8300;
    font-weight: bold;
    padding: 60px 0px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    flex-direction: row;
    flex: 1;
}

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



.bloque3 .bigFoto1 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('../../images/quienessomos/bloque3_1.jpg');
    width: 100%;
    height: 400px;
}


.bloque3 .bigFoto2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('../../images/quienessomos/bloque3_2.jpg');
    width: 100%;
    height: 400px;
}


.bloque3 .titulo1{
    padding-top: 90px;
    font-size: 2.5rem;
    opacity: 1;
    color: white;
    font-weight: bold;
}

.bloque3 .titulo2{
    padding-top: 90px;
    padding-left: 60px;
    color: white;
    font-weight: bold;
    font-size: 2.5rem;
}

.bloque3 .texto1 p{
    max-width: 86%;
    color: white;
    font-size: 1rem;
}

.bloque3 .texto2 p{
    max-width: 86%;
    color: white;
    font-size: 1rem;
    padding-left: 60px;
}


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

/*  Tablet  */
@media screen and (max-width: 992px) {
    .bloque3{
        margin-top: 24px;
    }
    
    .bloque3 .bigTitulo{
        padding-left: 24px;
        padding-right: 24px;
    }

    .bloque3 .titulo1{
        padding-left: 24px;
    }

    .bloque3 .titulo2{
        padding-left: 24px;
    }

    .bloque3 .texto1{
        padding-left: 24px;
    }
    
    .bloque3 .texto2{
        padding-left: 24px;
    }
}

