body{
    font-family: 'Roboto', sans-serif;
    color: #11031D !important;
}

/* ALL */
.white{
    color: #ffffff;
}
.btn-orange{
    background: #ff6700;
    border-radius: 50px;
    border: none;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 2px;
    padding: 15px 30px;
    color: #ffffff;
}
.btn-orange:hover {
    background: #ff4900;
}
.upper{
    text-transform: uppercase;
}

/* HOME - LOGIN */
.container-login{
    height: 100vh;
    background-color: #F7F5F9;
}
.intro-container, #footerDashboard{
    background-color: #11031D;
    background-image: url('../images/bg-footer.svg');
    background-repeat: no-repeat ;
    background-size: cover;
}
.intro-container h1{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 1.9em;
    line-height: 1.5em;
    letter-spacing: 0.07em;
}
.intro-container p{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25em;
    letter-spacing: 0.07em;
}
.form-container img{
    width: 50%;
    margin: 0 auto;
    display: block;
}
.form-container h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 2em;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #11031D;
}
.form-container .form input, .form-container .form input {
    background: #FFFFFF;
    opacity: 0.5;
    border: 1px solid #D0C9D6;
    border-radius: 50px;
}
/*.form-container .form button {
    background: #ff6700;
    border-radius: 50px;
    border: none;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 7%;
    letter-spacing: 0.22em;
    padding: 5px 0;
}*/

/* NAV */
#dashboard-nav{
    font-size: 16px;
    background-color: #ffffff;
}
#dashboard-nav a#logout{
    background: #FF67001f;
    border-radius: 50%;
    color: #ff6700;
    width: 50px;
    height: 50px;
    text-align: center;
}
a#logo-navbar.navbar-brand {
    padding: 0;
    width: 120px;
    height: auto;
}

/* FOOTER */
.rrss ul {
    display: flex;
    padding: 0;
}
.rrss ul li{
    list-style: none;
    padding: 0 5px;
}
footer{
    position: absolute;
    bottom: 0;
}
footer img{
    width: 100%;
}
footer h2{
    font-size: 1.25em;
    margin-top: 0;
}
footer p{
    font-size: .75em;
}

/* BIENVENIDO */
div#text-wellcome {
    height: 50vh;
}
#text-wellcome h1{
    font-family: 'Josefin Sans', sans-serif;;
    font-weight: 500;
}
