.bloque2{
    padding-top: 12px;
}

.spacer-50{
    height: 50px;
}

.bloque2 .titulo{
    padding-top: 60px;
    display: inline;
}


.bloque2 .titulo h2{
    color: #e08332;
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 180px;
}

.bloque2 div .textos{
    padding-top: 50px;
    padding-left: 50px;
    color: gray;
    font-size: 1.3rem;
    padding-right: 50px;
}

.bloque2 div .enlace{
    color: #e08332;
    font-size: 1rem;
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 24px;
}

.bloque2 div .enlace a{
    color: #e08332;
}

.bloque2 .fotoBig {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/home/bloque1.jpg');
    width: 100%;
    height: 430px;
}


.izq, .der{
    box-sizing: border-box;
    background-color: #fcf5ee;
}

.bloque2 .der{
    width: auto;
    height: auto;
    padding-top: 76px;
    padding-bottom: 90px;
} 

.bloque2 .der video{
    width: 80%;
    margin: auto;
}

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

/* Tablet */
@media screen and (max-width: 992px) {
    .bloque2 .der {
        text-align: center;
        overflow: hidden;
    }

    .bloque2 .der video{
        margin: auto;
        /*width: min-content;*/
        height: auto;
    }

    .bloque2 .titulo h2{
        padding-left: 24px;
        padding-right: 24px;
    }

    .bloque2 div .textos{
        padding-left: 24px;
    }

    .bloque2 div .enlace{
        padding-left: 24px;
    }
}
