.navbar {
  border-bottom: #027d35 3px solid;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.raya {
  display: block;
  margin-top: 20px;
  border-bottom: #027d35 2px solid;
  width: 90px;
  margin: 0 auto;
}

body{
  max-width:100%;
}
.navbar-default{
  max-width:100%;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  margin: 0;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}

.ager-text {
  color: rgb(78, 99, 109);
}

.footer {
  background-color: #343a40 !important;
}

.mbt1 {
  padding-top: 1.25rem;
}

.footer-text {
  color: rgb(255, 255, 255);
}

#loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
