/* GERAL ==================================================*/
body {
  background-color: #E9E9E9; }

/* HEADER ==================================================*/
header {
  padding: 30px 0px;
  background-color: #FAE616; }

/* CONTENT ==================================================*/
main {
  color: #0A2649;
  background-color: #E9E9E9; }
  main .row {
    padding: 30px 0px; }
  main .img-fluid {
    max-height: 500px; }
  main form {
    margin-top: 30px; }
    main form label {
      font-size: 0.9em;
      font-weight: bold;
      text-transform: uppercase; }
    main form button {
      padding: 5px 50px;
      font-size: 1.3em;
      font-weight: bold;
      text-transform: uppercase;
      border: none;
      border-radius: 10px;
      color: #0A2649;
      background-color: #FAE616; }
    main form .form-control {
      height: 50px; }

/* FOOTER ==================================================*/
footer {
  background-color: #E9E9E9; }
  footer a {
    display: block;
    text-decoration: none; }
  footer ul {
    list-style-type: none; }
    footer ul li {
      margin: 0px 10px;
      text-align: center; }
      footer ul li span {
        margin-top: 10px;
        display: block;
        font-size: .7em;
        text-transform: uppercase;
        color: #575756; }
      footer ul li .img-fluid {
        width: auto;
        height: 36px; }
  footer .row {
    padding: 25px 0px;
    border-top: 1px solid #9D9D9C; }
  footer .border-footer {
    border-left: 1px solid #9D9D9C; }
  footer .footer-subtitle {
    margin-bottom: 25px;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    color: #0A2649; }
    footer .footer-subtitle img {
      max-height: 30px; }
  @media screen and (max-width: 992px) {
    footer .border-footer {
      border-left: none; } }

/*# sourceMappingURL=main.css.map */
