* {
  box-sizing: border-box;
}

html {
  font-size: 12px;
  line-height: 1;
}

p {
  font-size: 1.2rem;
}

h1 {
  line-height: 1;
}

@media (min-width: 480px) {
  html {
    font-size: 14px;
    line-height: 1;
  }

  p {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
    line-height: 1.2;
  }

  p {
    font-size: 1rem;
  }
}
body {
  font-family: Arial, FreeSans, sans-serif;
  color: #353D42;
  line-height: 1.2;
}

.bg-dark {
  background-color: #353D42;
  color: #FFFFFF;
}

.bg-medium {
  background-color: #F5F5F5;
}

.bg-white {
  background-color: #FFFFFF;
}

.l-constrained {
  min-width: 768px;
  max-width: 1024px;
}

.m0 {
  margin: 0;
}

.line-height-0 {
  line-height: 0;
}

.l-body {
  min-height: 100vh;
}

.l-header {
  padding: 16px 0;
}

@media (min-width: 768px) {
  .l-header {
    padding: 25px 0;
  }
}
.logo {
  display: inline-block;
  background-size: 207px 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-origin: content-box;
  min-height: 16px;
  min-width: inherit;
  width: 50%;
}

.logo--mayor {
  background-image: url("/img/logo-mayoral.svg");
  background-position: center right;
}

@media (min-width: 480px) {
  .logo--mayor {
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .logo--mayor {
    padding-right: 22px;
  }
}
.logo--assembly {
  background-image: url("/img/logo-assembly.svg");
  background-position: center left;
}

@media (min-width: 480px) {
  .logo--assembly {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .logo--assembly {
    padding-left: 28px;
  }
}
.robot-footer-spacing {
  padding-bottom: 95px;
}

.robot-footer {
  background-image: url("../../img/robot.gif");
  background-image: inline-image("robot.gif");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
  bottom: 40px;
  height: 95px;
  width: 100%;
  max-width: 1024px;
}

footer.l-footer {
  background-color: #353D42;
  color: #ffffff;
  display: block;
  max-height: 40px;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1064px) {
  footer.l-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
footer.l-footer .l-constrained {
  margin-left: auto;
  margin-right: auto;
  min-width: initial;
}
footer.l-footer .l-constrained p {
  font-size: 12px;
}

/*# sourceMappingURL=style.css.map */
