* {
  font-family: "Roboto", sans-serif; }

@keyframes go-back {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.navbar {
  width: 100%;
  background-color: #9edda0; }
  .navbar .nav-desktop {
    display: none; }
  .navbar.scrolled {
    position: fixed;
    animation: go-back 0.5s; }

.navbar-nav {
  width: 95%;
  display: block;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  font-family: "Montserrat"; }

.nav-item img {
  width: 35px;
  height: auto;
  border-radius: 50%; }

.nav-item h2 {
  font-family: "Montserrat";
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px; }

.nav-item__select select {
  width: 190px; }

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0; }
  .banner a {
    padding: 0;
    margin: 0;
    gap: 0; }
  .banner img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0; }

.tutorial {
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .tutorial img {
    width: 100%; }
  .tutorial ul {
    list-style: none;
    width: 85%;
    padding: 0;
    margin: 0 auto; }
    .tutorial ul li {
      padding: 5px 0;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .tutorial ul li span:first-child {
        font-size: 16px;
        font-weight: bold; }
      .tutorial ul li a {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        background-color: #0a3f75;
        border: none;
        border-radius: 10px;
        text-align: center;
        padding: 10px 15px;
        margin-top: 20px; }
      .tutorial ul li a:hover {
        background-color: #339937; }
  .tutorial h2 {
    font-family: "Montserrat";
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    width: 100%;
    background-color: #339937;
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    margin: 20px 5px;
    text-transform: uppercase; }

.programa {
  display: flex;
  flex-direction: column;
  align-items: center; }

.programa .lista-geral {
  width: 95%;
  margin: 0 auto;
  padding: 0; }

.programa .lista-geral li h3 {
  letter-spacing: 0.05em;
  font-size: 24px;
  font-weight: bold;
  font-family: "Montserrat";
  display: table;
  margin: 20px 0;
  padding: 0 15px;
  border-radius: 0 13px 0 13px;
  background-color: #b4dfb6; }

.programa h2 {
  letter-spacing: 0.05em;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  background-color: #339937;
  text-align: center;
  color: #fff;
  padding: 10px 5px;
  margin: 0 5px 20px 0;
  text-transform: uppercase; }

.programa h4 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: 700;
  color: #4e4c4c;
  margin-top: 30px; }

.programa ul li {
  list-style: none; }

.programa .lista {
  padding: 0;
  padding-left: 10px; }

.programa .lista li:nth-child(2n) {
  background-color: #f3f1f1; }

.programa .lista li {
  display: flex;
  flex-direction: row;
  padding: 7px 0;
  padding-left: 2px;
  letter-spacing: 0.05em; }

.programa .lista li span:first-child {
  font-weight: 700;
  color: #4e4848; }

.programa ul li span:first-child {
  margin-right: 10px; }

.programa .ritos {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 10px; }

.programa a {
  padding: 10px; }

.programa a img {
  width: 85px; }

.programa-botoes {
  width: 100%;
  padding-top: 10px; }

.programa-botoes ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0; }

.programa-botoes a {
  text-decoration: none;
  color: #000;
  padding: 7px 15px;
  border-radius: 5px;
  background-color: #fffcdf;
  border-radius: 0 13px 0 13px; }

.programa-botoes a.link-vms {
  background-color: #e8f5e8; }

.programa-botoes a.link-frafem {
  background-color: #fce9e9; }

.programa-botoes a.link-adm {
  background-color: #f5f0f0; }

.footer {
  width: 100%;
  background-color: #c1c1c1;
  color: #000;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px; }

.footer span {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700; }

.footer span:nth-child(2n) {
  font-size: 12px;
  font-weight: normal; }

@media (min-width: 768px) {
  .home__box {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 990px;
    margin: 0 auto; }
  .banner {
    margin-top: 20px; }
    .banner img {
      margin-top: -2px;
      margin-bottom: -2px;
      display: block;
      text-align: center;
      margin: 0 auto;
      max-width: 450px;
      height: auto;
      padding: 0;
      float: left;
      border-spacing: 0;
      border-collapse: collapse;
      font-size: 0;
      border-radius: 5px; }
  .navbar {
    width: 100%;
    margin: 0 auto; }
    .navbar .nav-mobile {
      display: none; }
    .navbar .nav-desktop {
      display: flex; }
  .navbar ul {
    max-width: 990px;
    justify-content: space-between; }
  .nav-item a {
    color: #fff; }
    .nav-item a img {
      width: 55px;
      height: auto;
      border-radius: 50%; }
    .nav-item a span {
      color: #fff;
      font-family: "montserrat";
      font-size: 16px;
      font-weight: 700; }
  .nav-item a:hover span {
    color: #000;
    text-decoration: underline; }
  .tutorial {
    max-width: 990px;
    margin: 0 auto; }
  .tutorial h2 {
    letter-spacing: 0.05em;
    font-family: "Montserrat";
    border-radius: 5px; }
  .tutorial ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
  .tutorial img {
    width: 300px;
    border-radius: 5px; }
  .tutorial-container {
    width: 40%; }
  .programa {
    max-width: 450px;
    margin: 0 auto; }
    .programa h2 {
      letter-spacing: 0.05em;
      font-family: "Montserrat";
      border-radius: 5px;
      margin: 0;
      margin-top: 20px;
      font-size: 26px; }
    .programa a img {
      width: 110px; }
  .footer span {
    font-size: 18px; }
  .footer span:nth-child(2n) {
    font-size: 16px; } }
