@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans|Open+Sans");

* {
  font-family: 'Nunito Sans', sans-serif;
}

:root {
  --shadowDark: #D9DDE6;
  --background: #E4E9F2;
  --shadowLight: #EFF5FE;
}

html, body {
  font-family: 'IBM Plex Sans', serif;
  font-size: 16px;
  line-height: 1.5;
  height: 1000px;
  background: #edecf3;
}

.topNav {
  border-top: 2px solid #1a649c;
  height: 75px;
  background-image: linear-gradient(125deg, #edecf3 10%, #ffffff 100%);
  border-bottom: 1px solid #edecf3;
}

.topNav .fa-user-circle {
  font-size: 1.2rem;
  margin-right: 10px;
  color: #1a649c;
}

.bottomNav .navbar-item {
  font-size: 14px;
  font-weight: 400;
  padding: 0px 30px;
  color: #505050 !important;
}

.bottomNav .navbar-item:hover {
  border-bottom: 2px solid #1a649c;
  background-color: white !important;
  color: #1b659e !important;
}

.bottomNav .navbar-item.is-active {
  border-bottom: 2px solid #1a649c;
  background-color: white !important;
  color: #1b659e !important;
  font-weight: 600;
}

.columns {
  width: 100%;
  height: 100%;
}

.shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.main .heading {
  padding: 20px 0px;
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: none;
}

.main #order {
  color: #ffffff;
}

.main #order strong {
  color: #ffffff;
}

.main #order article {
  padding: 12px;
  background-color: #1a649c;
  border-radius: 5px;
}

.main #order article.delivered {
  background: #13c268;
  border-radius: 5px;
}

.main #order .media-left {
  font-size: 2rem;
}

.main #order .media-right {
  line-height: 48px;
  padding-top: 11px;
}

.main #order .tag:not(body).is-success {
  background-color: #53a5e2;
}

.main #order .tag:not(body).is-delivered {
  background-color: #0e944f;
  color: white;
}

.tile .is-child {
  background: linear-gradient(155deg, rgba(32, 45, 61, 0.8) 0%, rgba(56, 75, 99, 0.8) 100%), url(https://s3.amazonaws.com/iniciar.co/iniciar.co/vaio_hard_edge.png);
  background-size: cover;
}

.tile .is-child .title, .tile .is-child .subtitle {
  color: white;
}    

html, body {
  /*  background: linear-gradient(120deg, #ddfee9 0%, #00d1b2 100%);
    background-image: linear-gradient(120deg, #ddfee9 0%, #00d1b2 100%);
    background-color: linear-gradient(120deg, #ddfee9 0%, #00d1b2 100%); */
}

.hero-body {
  justify-content: center;
}

.login {
  background: var(--background);
  border-radius: 25px;
  padding: 1.5rem;
  box-shadow: 8px 8px 15px var(--shadowDark), -8px -8px 15px var(--shadowLight);
}

input {
  background: var(--shadowDark) !important;
}

a {
  font-weight: 600;
} 
