body {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.slide-out {
  animation: slide-out 2.5s ease;
}

@keyframes slide-out {
  0% {
    top: -10%;
    opacity: 0;
    min-height: 600px;
  }
 
  25% {
    opacity: 0;
  }
  100% {
    top: 10%;
    opacity: 1;
    min-height: 600px;
  }
}

div.slide-out {
  top: 10%;
}

div.all {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00568f; /* For browsers that do not support gradients */
  background-image: -webkit-url(../images/images_error_background.png); /* For Safari 5.1 to 6.0 */
  background: -o-url(../images/images_error_background.png); /* For Opera 11.1 to 12.0 */
  background: -moz-url(../images/images_error_background.png); /* For Firefox 3.6 to 15 */
  background: url(../images/../images/images_error_background.png); /* Standard syntax */
  background-size: cover;
}

div.left {
    position: relative;
    display: flex;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}

div.bajada {
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
    text-align: center;
    width: 40%;
}

div.bajada h1, h2, p {
  line-height: 1.1;
  font-size: 1rem;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  margin: 0.1em; 
}

div.bajada p {
  font-family: 'Roboto', sans-serif;
  line-height: 1.1;
  font-size: 3rem;
}

div.bajada h1 {
  font-family: 'Roboto', sans-serif;
  line-height: 1.1;
  font-size: 2rem;
  font-weight: bold;
}
/*
div.right {
  position: relative;
  float: right;
  width:40%;
}

div.right span {
  background: url(../images/onsite_emblue.gif) no-repeat;
  background-size: contain;
  mix-blend-mode: lighten;
  background-position: left;
  width: 350px;
  height: 477px;
  display: inline-block;
}
*/
div.primary, div.secondary, div.pendiente {
  font-family: 'Asap', sans-serif;
  float: left;
  position: relative;
}

.item {
    margin-top: 1.5em;
}

.onsite-item{
    display: inline-block;
    padding-left: 1em;
    width: 10%;
    vertical-align: top;
}

.onsite-item img {
    vertical-align: middle;
}

.text-item{
    display: inline-block;
    width: 60%;
    padding-left: 2em;
}

.text-item p {
    
}

div.buttons {
    margin-top: 3em;
    justify-content: center;
    display: flex;
}

div.primary {
    font-size: 13px;
    cursor: pointer;
    border: 2px solid;
    background: #fd5739;
    border-color: #fd5739;
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 700;
    box-shadow: 0 5px 4.5px .5px rgba(0, 0, 0, .1);
    transition: all .6s;
}

div.primary:hover {
  background: #f4462f;
  border-color: #f4462f;
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  transition: background 300ms linear;

}

div.primary:active {
  background: #f4462f;
  color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.5);
}

.logo-emblue {
    width: 70px;
    margin-top: 70px;
}

.hr-error {
    width: 100px;
    border-color: #48BDCA;
}
/*
div.secondary {
  font-size: 16px;
    cursor: pointer;
    border: 2px solid;
    background: none;
    border-color: #fff;
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 700;
    box-shadow: 0 5px 4.5px .5px rgba(0, 0, 0, .1);
    transition: all .6s;
    margin-left: 1em;
}

div.secondary:hover {
  background: #fff;
  border-color: #fff;
  color: #024c86 !important;
  box-shadow: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  transition: background 300ms linear;
}

div.pendiente {
  font-size: 18px;
  color: #FFFFFF;
  width: auto;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-weight: lighter;
  padding: 0 20px;
  margin-left: 2em;
  display:none;
}
*/