.init{
  margin-top: 100px;
  padding-bottom: 50px;
}
.navbar {
  background-color: #002171 !important;
}

@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background: #002171 !important;
  }
}

.hm-gradient .full-bg-img {
  background: rgba(84,114,211, 0.7);
  background: linear-gradient(45deg, rgba(13,71,161, 0.7), rgba(84,114,211, 0.7) 100%);
}

@media (max-width: 450px) {
  .margins {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.search-box #s{
	margin-bottom:15px;
}
.search-box #searchsubmit{
  	display: none;
  }
.search-box .screen-reader-text {
  	display: none;
  }
.categorias ul li {
    list-style: none;
    font-size: 1.1em;
  }
.footer {
  z-index: 1001;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}
.azul{
  background-color: #0d47a1;
}
.azulMarino{
 background-color: #002171;
}
.text-azul{
  color: #0d47a1;
}
.text-azulMarino{
  color: #002171;
}
