body{
  color: #333333 !important;
  background-color: #f0f0f0 !important;
  min-height: 100vh;
  position: relative;
  padding-bottom: 750px;
}
.navbar{
  background-color: transparent; !important;
  margin-bottom: 3rem;
}
.text-revirada{
  color: #210d93 !important;
}
.text-revirada-dark{
  color: #333 !important;
}
.btn-revirada{
  background-color: #210d93 !important;
  color: white !important;
}
.btn-revirada-dark{
  background-color: #37474f !important;
  color: white !important;
}
.bg-revirada{
  background-color: #210d93 !important;
}
.nav-link{
  color: #0d0447 !important;
}
.navbar-toggler{
  color: #0d0447 !important;
}
#footer{
  position: absolute;
  bottom: 0;
}
.form-check-input:checked {
  background-color: #210d93;
  border-color: #210d93;
}
.navbar{
  padding: .5rem 1rem !important;
}

h1, h2, h3, h4, h5, h6{
  color: #210d93;
}
.info-container a{
  color: #210d93 !important;
  font-weight: 500;
}
.info-container img{
  margin: 0 auto;
  display: block;
  margin: 1.5rem auto;
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 768px) { 
  body{
    padding-bottom: 350px;
  }
}
@media (min-width: 992px) { 
   .info-container img{
      max-width: 750px;
   }
}