/*estilos por defecto*/
body{
    margin: 0;
    padding: 0;
}
label, p, h1, th, td{
    font-family: 'Roboto', sans-serif;
}
/*top*/
.topbar{
    background-color: #fcd118;
    height: 20px;
}
.topbargris{
    background-color: #e5e5e5;
    height: 10px;
}
/*header*/
.main{
    margin: 10px;
}

@media (max-width: 768px) {
    
    .navbar-brand{
        width: 100%;
    }
    .navbar-brand img{
        width: 60%;
        display: flex;
        margin: auto;
    }
    .msg-error{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}