.bloque8{
    background-color: white;
}

.bloque8 .bigTitulo{
    position: relative;
    padding-top: 24px;
    padding-bottom: 36px;
    padding-left: 50px;
    padding-right: 50px;
    color: #459D80;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex: 1;
}

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

.bloque8 .titulo{
    color: #e08332;
    font-weight: bold;
    font-size: 1.8rem;
}

.bloque8 .texto{
    padding: 18px 0px;
    color: #909090;
    font-size: 1.4rem;
    max-width: 60%;
}

.bloque8 .enlace{
    color: #e08332;
    font-size: 1.1rem;
}

.bloque8 .enlace a{
    color: #e08332;
}

.spacer {
    height: 80px;
}

.bloque8 .izq{
    width: 100%;
}

.bloque8 .der{
    padding-top: 120px;
    background-color: #fcf5ee;
    padding-left: 60px;
    padding-bottom: 12px;
}

.bloque8 .izq .bigFoto {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/home/bloque8.jpg');
    width: 100%;
    height: 420px;
}

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


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

    .bloque8 .der{
        padding-top: 60px;
        padding-left: 24px;

    }
}