#topbanner {
    background-color: #cc450f;
}

#topbanner img {
    width: 100%;
    height: auto;
}

#descripcion {
    margin-top: -5px;
}

#descripcion_in {
    margin: auto;
    padding: 0px 20px 0px 20px;
    width: auto;
    max-width: 600px;
}

#descripcion_in p {
    line-height: 20px;
    color: #f5f4d9;
}

#mvo {
    margin: auto;
    width: auto;
    max-width: 1000px;
}

#mvo article {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 30px 0 30px 0;
    padding: 0 15px 0 15px;
    line-height: 20px;
}

#mvo figure {
    width: 70px;
    margin: 0 auto 15px auto;
    
}

#mvo h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

#testimonio {
    height: auto;
    width: 100%;
    background-image: url(img/mvo_test_img_fondo2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top, left;
}

#testimonio_in {
    margin: auto;
    width: auto;
    max-width: 600px;
}

#testimonio_in p {
    padding: 100px 0 100px 0;
    line-height: 20px;
    font-family: 'PT Sans', serif;
    font-weight: 400;
    font-style: italic;
}

#mvo_contacto {
    background-color: #cc450f;
}

#mvo_conta_in h2 {
    font-weight: 400;
}

#mvo_conocenos {
    width: auto;
    max-width: 1000px;
    margin: auto;
}

#mvo_conocenos article {
    margin: 30px 0 30px 0;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

#mvo_conocenos_in {
    width: auto;
    max-width: 600px;
    margin: auto;
}

/* media */


@media screen and  (max-width: 420px) {
    #mvo article {
        width: 100%;
    }