html,
body,
header,
#Inicio {
    height: 100%;
}

#Inicio {
    background: url("../assets/images/backgrounds/fondo_home.png")no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top-nav-collapse {
    background-color: #73418D;
}

@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background: #73418D;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background: #73418D;
  }
}

.align-justify {
  text-align: justify;
}

#space-section {
  height: 60px;
}

.bg-purple-color-dark {
  background-color: #73418D!important;
}

.bg-purple-color-light {
  background-color: #9B77AC!important;
}

.bg-blue-color-light {
  background-color: #689EBF!important;
}

.color-purple-dark {
  color: #73418D!important;
}

.color-purple-light {
  color: #9B77AC!important;
}

.color-blue-light {
  color: #689EBF!important;
}

#success_message { 
	display: none;
}