.bloque5{
    padding-top: 60px;
    background-color: #eff0f0;
}

.bloque5 .titulo{
    color: dimgray;
    padding-left: 60px;
    padding-right: 260px;
    padding-top: 60px;
    padding-bottom: 60px;
    font-weight: bold;
    font-size: 1.8rem;
}

.bloque5 .enlace{
    color: orange;
    padding-left: 60px;
    padding-top: 6px;
    padding-bottom: 32px;
    font-weight: bold;
    font-size: 1.2rem;
}

.bloque5 .enlace a{
    color: orange;
}


.fotoBig1 {
    background-repeat: no-repeat;
    background-position: center center;
    background: url('../images/home/bloque5_1.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    width: 100%;
    height: 330px;
}

.fotoBig2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/home/bloque5_2.jpg');
    width: 100%;
    height: 330px;
}

.spacer {
    height: 80px;
}

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

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

    .bloque5 .enlace{
        padding-left: 24px;
    }
}

