nav{
    background-color: #ea252a;
}
.contenedor__requi{
    display: flex;
    justify-content: center;
    align-items: center;
}
.LogoBlanco{
    /* margin-left: -25px; */
    width: 155px;
  }
.contenedor__requi form{
    width: 70%;
    margin-bottom: 30px;
}

.navbar .container-fluid{
    color: white;
}

.contenedor__formulario{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contenedor__formulario form{
    width: 70%;
}

.contenedor__tabla{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width: 280px) and (max-width: 768px){
    #Producto{
        width: 100%;
    }
}

