.contenedor{
    background-color: rgba(3,65,99,1);
    width:auto;
    height: auto; 
}
.logos{
    font-size: 3vw;
    color: white;
    background: linear-gradient(0deg, rgba(3,65,99,1) 0%, rgb(16, 77, 94) 100%);
    border: 10px;
    max-width: auto;
    position: auto;
    text-align: center;
}

.imagen-auto{
    max-height: 100px;
}
.imagen-auto-1{
    max-height: 70px;
}
.imagen-auto-2{
    max-height: 130px;
    text-align: center;
    border-top: 10px;
}

.menu{
    background: blue;
}