﻿@import url(https://fonts.googleapis.com/css?family=Nunito+Sans);
@import url(https://fonts.googleapis.com/css?family=Questrial);


body {
    font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

    
/***/

.main .top-row {
    justify-content: flex-end;
    font-family: 'Questrial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 2.5rem;
    background-color: #fff;
    border-bottom: none;
}







/*Niveles **/
.main {
    
}

h1 {
    color:#28cd73;
}


.main a.nav-link {
    color: #777;
}

.main a.nav-link span i {
    padding-right:15px;
}

.main a.nav-link:hover {
    color: #265cde;
}

.navbar {
    font-family: 'Questrial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.main {
    flex: 1;
}


@media (min-width: 768px) {
    app {
        flex-direction: column;
    }

    .wrapper {
        display: flex;
        flex-direction: row;
    }
}

.navbar-brand {
    padding-top: 0; /*.3125rem;*/
    padding-bottom: 0;
}





.login-wrapper {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {

    .login-wrapper {
        display: flex;
        flex-direction: row
    }

        .login-wrapper .login-left {
            flex: 1;
        }

        .login-wrapper .login-right {
            flex: 3;
        }
}

