html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body#presentismo {
  display: flex;
  flex-direction: column;
}
#presentismo .navbar,
#presentismo .footer {
  background-color: #ed2e38;
}
#presentismo header img,
#presentismo footer .bg-oscuro img {
  margin-bottom: 10px;
}
#presentismo #main-section {
  flex: 1;
  width: 100vw;
  background: url("/presentismo/bg-puertomadero.jpg") no-repeat center/cover;
  display: block;
  min-height: 0;  
}
#presentismo #main-section-ikaruga {
  height: 75vh;
  background: url("/presentismo/bg-muralla.jpg") no-repeat;
  background-size: cover;
}
#presentismo .formContainer {
  background-color: #253137;
  width: 50%;
}
#presentismo .formContainer .btnValidar {
  border: 1px solid #fff;
}
#presentismo .formContainer .btnValidar:hover {
  background-color: #fff;
  color: #253137 !important;
}
.bg-negro {
  background-color: black;
}
#navbar-ikaruga {
  background-color: white !important;
}

@media (max-width: 425px) {
  #presentismo .formContainer {
    width: 100%;
  }
}
