.navbar {
    background-color: rgba(255, 255, 255, 1);
}

.navbar-brand img {
    height: 4rem;
}


body {

    overflow-x: hidden;
    background: url('http://merla.org.mx/defacto/fondodesktop.svg');
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

.videoa {
    padding-top: 120px;
    padding-bottom: 10px;


}

img.numeros {
    width: 140px;
    margin-bottom: 20px;
}

img.miniatura {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.video {
    width: 100%;
}

#etapas {
    padding-top: 100px;
}

#textoa {
    padding-top: 100px;
}

#textob {
    padding-top: 200px;
}

.parrafoa {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}

#descargapdf {
    width: 120px;
}

#contacto {
    margin-bottom: 100px;
    margin-top: 200px;
    color: #FFF;
}

#docs {
    text-align: center;
}


@media (max-width: 480px) {

    body {
        overflow-x: hidden;
        background: url('http://merla.org.mx/defacto/fondosmart.svg');
        background-position: top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
}
    .videoa {
    padding-top: 50px;
    padding-bottom: 50px;
        background-color: #EE2346;



}
    }
    