.bloque4{
    position: relative;
    background-color: #fbf2ea;
    padding-top: 60px;
    padding-left: 189px;
    padding-right: 189px;
    padding-bottom: 24px;
}

.bloque4 .bigTitulo{
    color: #ff8300;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 36px;
    font-size: 1.8rem;
    font-weight: bold;
}

.bloque4 p{
    font-size: 1.2rem;
}

.bloque4 .subtitulo{
    color: #ff8300;
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 6px 0px;
    cursor: pointer;
}

.bloque4 .descrip{
    color: #696969;
    width: 100%;
    height: auto;
    /* height: 100%;*/
    /*transition: all 0.6s;*/
}

.bloque4 .hide{
    height: 0;
    /* opacity: 0; */
    /* overflow: hidden; */
}

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


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