.title,
.text{
    color: #5c6670;
}

.title{
    text-align: center;
}

.section{
    text-align: left;
}

.image.landscape:before{
    padding-bottom: 35%;
}

.content p{
    margin-top:15px;
    color: #5c6670;
    font-size: 1.5em;
}

/* HISTORIA */

#historia{
    background: #e60036;
}
#historia .title,
#historia .text{
    color: #fff;
}
#historia .title.small{
    margin-top: 20px;
}
#historia .text{
    margin-top: 10px;
}
#historia .content{
    margin-top: 10px;
}
#historia .content p{
    color: #fff;
}

/* PRODUCCION */


#produccion .title{
    margin-top: 30px;
}


/* LIDERAZGO*/

#liderazgo{
    background: #e3e4e6;
}
#liderazgo .image{
    margin:30px 0;
}

/* MEDIO AMBIENTE */

#medioambiente .image{
    margin: 30px 0;
}
#medioambiente .title:first-child{
    margin-top: 0;
}

#medioambiente .text{
    margin-top: 10px;
}

@media (min-width:980px){

    .content p{
        margin-top:20px;
        font-size: 1.7em;
    }

    #produccion .text{
        margin-top:20px;
    }

    #produccion .title{
        margin-top: 50px;
    }

}