#jumbotron{
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.6), 
        rgba(0, 0, 0, 0.6)
      ),url(../res/DSC00819.0001.preview.jpg);
    background-size: cover;
}

#titulo-principal{
    color: white;
    margin-top: 29%;
    margin-left: 10%;
}

#main{
    font-size: 55px;
}

#campañas-recall{
    color: white;
    margin-top: 55px;
    margin-left: 10%;
}

#explicacion-principal{
    font-size: 20px;
    text-align: justify;
}

#name{
    text-align: center;
}

.dropdown-menu{
    background-color: rgba(65, 63, 63, 0.404);
}

.dropdown-item{
    color: white;
}

.dropdown-item:hover{
    background-color: rgba(65, 63, 63, 0.404);
    color: white;
}

#vw-logo{
    margin-right: 55px;
}

.boton-vw{
    background-color: #001e50;
    color: white;
    border: 0px;
    border-radius: 44px;
    padding: 12px 40px;
    text-decoration: none;
}

.boton-vw:hover{
    background-color: #053281;
    color: white;
    border: 0px;
    border-radius: 44px;
    padding: 12px 40px;
    text-decoration: none;
}

#boton-vw:hover{
    background-color: #053281;
    color: white;
}

#mi-hr{
    height:2px;

    border-width:0;
    color:#053281;
    background-color:#053281;
}

.lista-footer{
    list-style-type: none;
    text-decoration: none;
}

.links-footer{
    text-decoration: none;
    color: black;
}

.links-footer:hover{
    text-decoration: none;
    color: rgb(8, 31, 75);
}

#isotipo-vw{
    width: 4%;
    margin: 1%;
}
/*
#fixed{
    position: sticky;
    top: 0;
}
*/
.nav-bars-personalizados{
    width: 87%;
    border-bottom: 2px solid white;
    margin-left: -70px;
}

.nav-bars-personalizados2{
    width: 40%;
    border-bottom: 2px solid white;
    margin-right: -70px;
}

.lista-footer{
    padding: 0%;
}

.lista-footer a{
    color: #001e50;
}

.links-horizontales{
    margin-right: 10px;
    margin-left: 10px;
}

#vw-legales{
    margin-top: 5%;
    font-size: 15px;
}

.mi-footer{
    font-size: 15px;
}

#redes-links{
    padding: 5%;
}