* {
  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: #376146; }
  .tutorial h2 {
    font-family: "Montserrat";
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    width: 100%;
    background-color: #376146;
    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: #376146;
  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;
      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; } }

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

.layer {
  padding: 10px; }

.navbar {
  width: 100%;
  background-color: #376146; }
  .navbar .container-fluid {
    width: 95%; }

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

.nav-item img {
  width: 35px;
  height: auto;
  background-color: #fff;
  border: none;
  border-radius: 50px; }

.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 a {
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px; }
  .nav-item a:hover {
    text-decoration: underline; }

.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; }

.local {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px 10px 10px;
  max-width: 990px;
  margin: 0 auto; }
  .local a img {
    width: 50px; }
  .local .local-dados {
    width: 85%; }
  .local .local-mais span {
    font-size: 14px; }
    .local .local-mais span:first-child {
      font-weight: 700; }

.duvidas {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 990px;
  margin: 0 auto;
  margin-top: 20px; }
  .duvidas span {
    padding: 0 15px;
    text-align: center; }
  .duvidas a {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 350px;
    margin: 0 auto;
    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;
    text-transform: uppercase; }
    .duvidas a:after {
      content: '\f063';
      font-size: 20px;
      font-weight: 700;
      font-family: "FontAwesome";
      margin-left: 20px; }
    .duvidas a:hover {
      background-color: #161af5ee; }
    .duvidas a.opened:after {
      transform: rotate(180deg); }
  .duvidas h2 {
    letter-spacing: 0.05em;
    font-family: "Montserrat";
    font-size: 26px;
    font-weight: 700;
    width: 100%;
    background-color: #376146;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    margin: 0 5px 20px 0;
    text-transform: uppercase; }
  .duvidas .duvidas__form {
    width: 100%;
    display: none;
    transition: all 2.5s ease; }
    .duvidas .duvidas__form.opened {
      display: block; }
    .duvidas .duvidas__form iframe {
      width: 100%;
      max-width: 100%; }

.tutorial {
  padding: 15px 0 25px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .tutorial-container {
    padding: 0 5px; }
    .tutorial-container #vagas {
      display: none;
      width: 350px;
      height: 30px;
      margin: 0 auto;
      margin-top: 20px;
      background-color: #CCC;
      position: relative;
      border-radius: 7px; }
      .tutorial-container #vagas .loader {
        margin: auto;
        border: 5px solid #EAF0F6;
        border-radius: 50%;
        border-top: 5px solid #5990ff;
        width: 20px;
        height: 20px;
        animation: spinner 1s linear infinite;
        position: absolute;
        left: 50%;
        top: 5px; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
      .tutorial-container #vagas .progress-bar {
        width: 0;
        position: absolute;
        border-radius: 7px;
        height: 100%;
        background-color: #0fd439;
        -webkit-transition: width 2s ease;
        -moz-transition: width 2s ease;
        -o-transition: width 2s ease;
        transition: width 2s ease; }
        .tutorial-container #vagas .progress-bar.yellow {
          background-color: #c0d40f; }
        .tutorial-container #vagas .progress-bar.red {
          background-color: #e44141; }
      .tutorial-container #vagas .progress-bar--text {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        font-family: "Montserrat";
        font-size: 12px;
        font-weight: 700;
        position: absolute;
        z-index: 100;
        color: #372d2d; }
  .tutorial img {
    width: 100%; }
  .tutorial ul {
    list-style: none;
    width: 100%;
    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 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 350px;
        margin: 0 auto;
        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: #161af5ee; }
  .tutorial h2 {
    font-family: "Montserrat";
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.05em;
    width: 100%;
    background-color: #376146;
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    margin: 20px 5px;
    text-transform: uppercase;
    border-radius: 5px; }

.hospedagem a {
  background-color: #fff !important;
  padding: 0 !important;
  color: #190cd1 !important;
  font-size: 16px !important;
  margin: 0 !important;
  display: block !important;
  width: initial !important;
  text-align: unset !important;
  margin-left: 5px !important;
  display: inline !important; }

.hospedagem-local {
  padding: 10px 0; }

.hospedagem h4 {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 0 0; }

.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; }
    @media (max-width: 768px) {
      .programa .lista-geral li h3 {
        font-size: 20px; } }
  .programa h2 {
    letter-spacing: 0.05em;
    font-family: "Montserrat";
    font-size: 26px;
    font-weight: 700;
    width: 100%;
    background-color: #376146;
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    margin: 0 5px 20px 0;
    text-transform: uppercase;
    border-radius: 5px; }
  .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 {
      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 .lista li .lista-info span {
        font-weight: 400; }
    .programa .lista li:nth-child(2n) {
      background-color: #f3f1f1; }
  .programa ul li span:first-child {
    margin-right: 10px; }
  .programa a {
    padding: 10px; }
    .programa a img {
      width: 100px; }
  .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; }

.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) {
  body {
    background-color: #2c2c2c; }
  .layer {
    background-color: #fff;
    width: 1010px;
    margin: 0 auto;
    padding: 10px 25px;
    border: 2px solid #000;
    border-radius: 8px; }
  .banner {
    margin-top: 20px !important; }
    .banner img {
      margin-top: -2px;
      margin-bottom: -2px;
      display: block;
      text-align: center;
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 0;
      float: left;
      border-spacing: 0;
      border-collapse: collapse;
      border-radius: 5px;
      font-size: 0; }
  .local {
    padding: 20px 20px 10px 20px; }
    .local a img {
      width: 100px; }
    .local .local-dados {
      width: 85%; }
    .local .local-mais span {
      font-family: "Roboto";
      font-size: 22px; }
      .local .local-mais span:first-child {
        font-weight: 700; }
  .navbar {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px; }
  .navbar ul {
    max-width: 990px;
    justify-content: space-between; }
  .nav-item img {
    width: 55px;
    height: auto; }
  .nav-item a {
    font-size: 16px; }
  .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;
      justify-content: center;
      align-items: center;
      display: flex;
      flex-direction: row; }
    .tutorial img {
      width: 300px;
      border-radius: 5px; }
    .tutorial-container {
      width: 85%; }
      .tutorial-container #vagas {
        width: 350px;
        height: 30px;
        margin: 0 auto;
        margin-top: 20px;
        background-color: #CCC;
        position: relative;
        border-radius: 7px; }
        .tutorial-container #vagas .loader {
          margin: auto;
          border: 5px solid #EAF0F6;
          border-radius: 50%;
          border-top: 5px solid #5990ff;
          width: 20px;
          height: 20px;
          animation: spinner 1s linear infinite;
          position: absolute;
          left: 50%;
          top: 5px; }
  @keyframes spinner {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } }
        .tutorial-container #vagas .progress-bar {
          width: 0;
          position: absolute;
          border-radius: 7px;
          height: 100%;
          background-color: #0fd439;
          -webkit-transition: width 2s ease;
          -moz-transition: width 2s ease;
          -o-transition: width 2s ease;
          transition: width 2s ease; }
          .tutorial-container #vagas .progress-bar.yellow {
            background-color: #c0d40f; }
          .tutorial-container #vagas .progress-bar.red {
            background-color: #e44141; }
        .tutorial-container #vagas .progress-bar--text {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 30px;
          width: 100%;
          text-align: center;
          vertical-align: middle;
          font-family: "Montserrat";
          font-size: 12px;
          font-weight: 700;
          position: absolute;
          z-index: 100;
          color: #372d2d; }
    .tutorial .advisor {
      font-family: "Roboto";
      font-size: 10px;
      font-weight: 400 !important;
      font-style: italic; }
      .tutorial .advisor strong {
        font-family: "Montserrat";
        font-weight: 700;
        text-decoration: underline; }
  .programa {
    max-width: 990px;
    margin: 0 auto; }
  .programa h2 {
    letter-spacing: 0.05em;
    font-family: "Montserrat";
    border-radius: 5px; }
  .duvidas {
    align-items: center; }
  .footer span {
    font-size: 18px; }
  .footer span:nth-child(2n) {
    font-size: 16px; } }

.title-adm {
  background-color: #c1d8ff  !important; }

.title-todos {
  background-color: #f8b872 !important; }

.title-fraternas {
  background-color: #fff3ac !important; }
