.bloque1{
    background-color: white;
    padding-top: 120px;
}

.bloque1 h1{
    color: #ff8300;
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.bloque1 .bigFoto {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('../../images/contactanos/bloque1.jpg');
    width: 100%;
    height: 426px;
}

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

/* Tablet */
@media screen and (max-width: 992px) {
    .bloque1 h1{
        padding-left: 6px;
    }
}

