﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700;800;900&family=Oswald:wght@700&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-family: 'Oswald', sans-serif;
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-family: 'Oswald', sans-serif;
  color: #000;
  font-size: 20px;
}

.alert {
  margin: 10px 0px;
  font-size: 14px;
}

#corpo {
  min-height: 35px;
  font-size: 13px;
  background-color: #404040;
  border-bottom: 1px solid #000;
}

#corpo a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 8px 5px;
}

#corpo a:hover {
  text-decoration: underline;
}

#menu {
  background-color: #222;
}

#menu #logo-container {
  width: 100%;
  max-width: 260px;
  padding: 25px 0px 15px 0px;
  margin: 0px auto;
}

#menu .incomlink-link {
  text-align: right;
  align-self: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#menu .incomlink-link:hover {
  text-decoration: underline;
}

#banner {
  width: 100%;
  height: 150px;
  background-image: url(/assets/img/header-background.jpg);
}

#main-content {
  margin: 50px 0px;
}

#main-content .form-item {
  padding: 8px 0px;
}

#main-content label {
  font-weight: 500;
}

#main-content label span {
  color: #ff0000;
}

.bottom-bar {
  width: 130px;
  margin: 0 auto;
  border-bottom: 2px solid #fb621b;
}

.bottom-text {
  padding-top: 15px;
  color: black;
  text-transform: none;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

.link-queue {
  color: #fb621b;
  margin-top: 15px;
}

.link-queue:hover {
  cursor: pointer;
  text-decoration: underline;
}

#sim-table {
  margin-top: 25px;
}

#sim-table th {
  width: 25%;
}

.btn-primary {
  background-color: #fb621b;
  border: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus-within,
.btn-primary:target,
.btn-primary:visited,
.btn-primary:focus-visible {
  background-color: #df5617;
}

footer {
  color: #b1b0b0;
  background-color: #222;
  padding: 40px 0px;
  font-size: 13px;
}

footer #footer-logo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
}

footer ul {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 0px;
}

footer ul li {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  #menu #logo-container {
    width: 100%;
    max-width: 220px;
  }

  h1 {
    font-size: 25px;
  }

  .bottom-text {
    margin-bottom: 15px;
  }

  #menu .incomlink-link {
    font-size: 15px;
  }
}

@media screen and (max-width: 575px) {
  #main-content {
    margin: 30px 0px;
  }

  #banner {
    display: none;
  }

  #menu .incomlink-link {
    font-size: 14px;
  }
}
