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

:root {
--link: #0F1B29;
--letra: #001F57;
--bseLink: #CEC298;
--fundo: #FEFCFF;
--fundoPgna: #f9f7fa;
--lnkRodap: #ffffff;
--lnkRodH: #a4ff13;
--ComRodLin: #5886c5;
--ComRodTxt: #ffffff;

/*
 --botao: #598234; 
 --botaoFundo: #073252;
*/
--botao: linear-gradient(0deg, rgba(67, 113, 49, 1) 0%, rgba(140, 184, 73, 1) 100%);
--botaoTxt: #fff;
--botaoFundo: linear-gradient(0deg,rgba(7, 50, 82, 1) 0%, rgba(9, 81, 135, 1) 100%);
--transparencia: #f5f4f9f0;
--sombra: #00000052;
--icone: #6c9245;
--iconeb: #001F57;
--linha: #e3e3e3;
--fundoCard: #F3F2F8;
--cardTitulo: #44912B;
--cardTitulob: #767988;
}

body {
  font-family: "Fira Sans", sans-serif;
  background-color: var(--fundoPgna);
}

* {
  margin: 0;
  padding: 0;
}

.areaUnicic {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  justify-content: space-between;
}

.linha {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.linhab {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -114px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.linhar {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #0F3D7B;
}

img.lbImg {
    width: 100%;
}

.topo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--fundo);
    padding: 10px 20px;
    box-shadow: 0 0 5px #00000052;
    box-sizing: border-box;
    position: fixed;
    height: 83px;
    z-index: 99;
}

.areaTopo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: anchor-center;
    max-width: 1500px;
}

.tMenuMob {
  display: none;
  cursor: pointer;
}

.tMenuM {
  width: 40px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: end;
}

.tMenuMg {
  display: none;
}


.tmmTop, .tmmMei, .tmmBai {
  height: 4px;
  background-color: #000;
  border-radius: 3px;
  transition: all 0.5s ease;
}

.tMenuMc {
  width: 30px;
  height: 30px;
  display: none;
  flex-wrap: wrap;
  align-content: center;
  justify-content: end;
  position: relative;
}

.tMenuMcg {
  display: flex;
}

.tmmcTop, .tmmcBai {
  height: 4px;
  background-color: #000;
  border-radius: 3px;
  width: 100%;
}

.tmmcTop {
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    left: 0;
}

.tmmcBai {
    transform: rotate(-45deg);
}


.tmmTop {
    width: 100%;
}

.tmmMei {
    width: 75%;
}

.tmmBai {
    width: 33%;
}

.tMenuM:hover .tmmMei {
    width: 100%;
}
.tMenuM:hover .tmmBai {
    width: 100%;
}

.tLogo {
  width: 20%;
}

.tlImg {
  width: 100%;
}

a.tLink {
    text-decoration: none;
    color: var(--link);
    margin-left: 10px;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
}

a.tLink:hover {
  border-bottom: 2px solid var(--bseLink);
}

.lnkAtivo {
  border-bottom: 2px solid var(--bseLink) !important;
}

a.tLinkb {
    margin-left: 10px;
    background: var(--botao);
    padding: 7px 20px;
    text-decoration: none;
    color: var(--botaoTxt);
    border-radius: 5px;
}

a.tLinkb:hover {
    background: var(--botaoFundo);
}

a.tLinkc {
    margin-left: 10px;
    background: var(--botao);
    padding: 7px 20px;
    text-decoration: none;
    color: var(--botaoTxt);
    border-radius: 5px;
}

a.tLinkc:hover {
    background: var(--botaoFundo);
}

a.tLinkd {
    margin-left: 10px;
    background: var(--transparencia);
    padding: 7px 20px;
    text-decoration: none;
    color: var(--letra);
    border-radius: 5px;
    border: 1px solid var(--letra);
}

a.tLinkd:hover {
    color: var(--botaoTxt);
    background: var(--letra);
}

.tMenuB {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100vh;
  width: 100%;
  background-color: #ffffff;
  z-index: 98;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s ease;
}

.tMenuBm {
  left: 0;
}

a.tLinkM {
    text-decoration: none;
    color: var(--link);
    margin: 8px;
    border-bottom: 2px solid transparent;
    font-size: 20px;
    padding-bottom: 5px;
}

a.tLinkM:hover {
  border-bottom: 2px solid var(--bseLink);
}

.areaMeio {
    max-width: 1500px;
    width: 100%;
    box-shadow: 0 0 5px var(--sombra);
    background-size: cover;
    display: flex;
    align-items: center;
    margin: 80px 20px 0;
    height: 624px;
    background-position: right center;
}

.amInfo {
    background-color: var(--transparencia);
    width: 50%;
    min-height: 20vh;
    margin-left: 3%;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: center;
}

.amTitulo {
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: var(--letra);
}

.amTitulo span {
    font-weight: 600;
}

.amSTitulo {
    font-size: 40px;
    text-align: center;
    width: 100%;
    color: var(--letra);
}


.amSTitulo span {
    font-weight: 600;
}

.amLinks {
    width: 100%;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.infoMeio {
    max-width: 1500px;
    width: 100%;
    margin: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.imItemA, .imItemB {
  padding: 20px;
  width: 20%;
  border-right: 1px solid #E2E0E5;
}

.imItemA:last-child {
  border-right: none;
}


.imiNum {
    display: flex;
    justify-content: center;
    align-items: center;
}

.iminNumero {
    font-size: 50px;
    color: var(--letra);
}

.imiTxt {
    width: 100%;
    text-align: center;
    font-size: 21px;
    color: var(--letra);
}

.iminIcone {
    margin-right: 5px;
    color: var(--icone);
}

img.iminImg {
    height: 40px;
}

.areaBusca {
    max-width: 1500px;
    width: 100%;
    display: grid;
    grid-template-columns: 60% 39%;
    padding: 20px;
    background: var(--fundo);
    margin: 0 20px 10px;
    border-radius: 10px;
    box-shadow: 0 0 5px var(--sombra);
    margin-bottom: 10px;
    grid-gap: 1%;
    box-sizing: border-box;
    grid-template-areas: "titulo titulo""form form""cards mapa";
}

.abMapa {
    overflow: hidden;
    border-radius: 10px;
    grid-area: mapa;
}

.abbFormulario {
    display: flex;
    margin-bottom: 10px;
    border: 2px solid var(--linha);
    padding: 10px;
    border-radius: 8px;
}

input.addcampo {
    width: 70%;
    padding: 10px;
    font-size: 18px;
    border: none;
    color: var(--letra);
    outline: none;
}

.addEnvia {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #e3e3e3;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
}

.addEnvia:hover {
  background-color: #e3e3e3;
}

input.addEnvia {
    width: 30%;
    border: none;
    background: transparent;
    outline: none;
    border-left: 2px solid var(--linha);
    cursor: pointer;
    font-size: 20px;
}

.abbTitulo {
    font-size: 34px;
    font-weight: 500;
    color: var(--letra);
    margin-bottom: 10px;
    grid-area: titulo;
}

.abbForm {
    grid-area: form;
}

/*
.uaCards {
    grid-area: cards;
}

.uaCard {
    display: flex;
    min-height: 120px;
    margin-top: 12px;
    background: var(--fundoCard);
    border-radius: 10px;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
}

.uacFoto {
    width: 30%;
    overflow: hidden;
}

.uacInfo {
    width: 69%;
}
*/

img.abImg {
    object-fit: cover;
    width: 100%;
    height: 100%;
}




img.uacImg {
    width: 100%;
    object-fit: cover;
}



.uaciInfo {
    display: flex;
    font-size: 14px;
}

.uaciiLocal {
    margin-right: 20px;
    color: var(--cardTitulo);
    font-weight: 700;
}

.uaciiDta {
    color: var(--cardTitulob);
    font-weight: 500;
}

.uaciTitulo {
    color: var(--letra);
    font-size: 20px;
    font-weight: 500;
}

.uaciLocal {
    color: var(--letra);
}

.mbUltAv {
    grid-area: atividades;
}

.cursosArea {
    grid-area: cursos;
}

.meioBaixoArea {
    max-width: 1500px;
    width: 100%;
    margin: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    grid-template-areas: "atividades cursos" "rank banner";
}

.mbuTitulo, .mbarTitulo, .caTitulo {
    font-size: 26px;
    color: var(--letra);
    margin-bottom: 10px;
}

.mbuTitulo span, .mbarTitulo span, .caTitulo span {
    font-weight: 600;
}

.mbuQuadro {
    width: 100%;
    background: var(--fundo);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 5px var(--sombra);
    box-sizing: border-box;
}

a.mbuqItem {
    text-decoration: none;
    color: var(--letra);
    border-bottom: 2px solid var(--linha);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 8px;
    margin-top: 6px;
}

a.mbuqItem:hover {
    color: var(--cardTitulo);
}

a.mbuqItem:nth-child(4) {
    border-bottom: none;
    margin-bottom: 0;
}

.mbuqiTitulo {
    width: 100%;
    font-size: 22px;
    font-weight: 500;
}

.mbuqiInfo {
    display: flex;
}

.mbuqiiData {
    margin-right: 20px;
}

.mbaRank {
    margin: 20px 0 10px;
    grid-area: rank;
}

.mbaRankArea {
    box-shadow: 0 0 5px var(--sombra);
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    box-sizing: border-box;
}

a.mbaraItem {
    text-decoration: none;
    color: var(--letra);
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin: 10px 0 5px;
    border-bottom: 2px solid var(--linha);
    padding: 0 0 10px;
}

a.mbaraItem:hover {
    color: var(--cardTitulo);
}

a.mbaraItem:nth-child(4) {
    border-bottom: none;
    margin: 0;
    padding: 0 0 2px;
}

.mbaraTitulo {
    font-weight: 600;
}

.mbaraValor {
    color: var(--cardTitulo);
}

.mbaraValor span {
    font-weight: 600;
}

.caCards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

a.caCard {
    background: var(--fundo);
    box-shadow: 0 0 5px var(--sombra);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: var(--letra);
}

a.caCard:hover {
    color: var(--cardTitulo);
}

.cacImagem {
    width: 100%;
    height: 160px;
}

.cacTitulo {
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    height: 70px;
    display: flex;
}

.cacAulas {
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.cacaImg {
    margin-right: 10px;
}

.cacParticipantes {
    padding: 10px 10px 20px 10px;
    display: flex;
    align-items: center;
}

.capaImg {
    margin-right: 10px;
}

.cacaAulas, .capaNumero {
    font-size: 18px;
}

img.cacImg {
    width: 100%;
    object-fit: cover;
    height: 160px;
}

.banner {
    width: 100%;
    box-shadow: 0 0 5px var(--sombra);
    margin: 26px 0 0 0;
    height: 194px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 10px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    grid-area: banner;
}

.rodape {
    max-width: 1500px;
    width: 100%;
    margin: 0 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.rLogo {
    width: 240px;
}

a.rLink, .rLinkb {
    color: var(--lnkRodap);
    text-decoration: none;
    margin-left: 14px;
}

a.rLink:hover, .rLinkb:hover {
    color: var(--lnkRodH);
}

.rComent {
    width: 100%;
    border-top: 1px solid var(--ComRodLin);
    text-align: center;
    color: var(--ComRodTxt);
    padding: 20px 20px 5px 20px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 200;
    color: #27a3ff;
}


@media (max-width: 940px){

  .tlImg {
    width: 177px;
  }


  .tMenu {
    display: none;
  }

  .tMenuMob {
    display: flex;
  }

  .areaMeio {
    justify-content: center;
  }

  .amInfo {
    width: 94%;
    margin-left: 0;
  }

  .imItemA {
    width: 40%;
    margin-bottom: 10px;
    border-right: none;
  }
    
  .imItemA:nth-child(2n + 1){
    border-right: 1px solid #E2E0E5;
  }

  .areaBusca {
    grid-template-columns: 100%;
    grid-template-areas: "titulo" "form" "mapa" "cards";
  }

  .abbTitulo {
    font-size: 28px;
    text-align: center;
  }

  .meioBaixoArea {
    grid-template-columns: 1fr;
    grid-template-areas: "cursos" "atividades" "rank" "banner";
  }
}

@media (max-width: 800px){
  .tlImg {
    width: 240px;
  }

  .rLogo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .rMenu {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  a.rLink, .rLinkb {
    margin-left: 0;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .rComent {
    font-size: 14px;
  }
}

@media (max-width: 750px){
  .amTitulo {
    font-size: 38px;
  }

  .amSTitulo {
    font-size: 30px;
  }

  input.addcampo {
    font-size: 16px;
  }

  input.addEnvia {
    font-size: 16px;
  }

  .uacFoto {
    width: 100%;
    margin-bottom: 10px;
  }

  .uacInfo {
    width: 100%;
    padding: 0 10px 10px;
  }

  .caCards {
    grid-template-columns: 1fr;
  }

  .cacTitulo {
    height: 25px;
    display: block;
  }

  .mbuTitulo, .mbarTitulo, .caTitulo {
    font-size: 24px;
  }

  .mbuqiTitulo {
    font-size: 18px;
  }

  a.mbaraItem {
    font-size: 18px;
  }
}

@media (max-width: 640px){
  .abbTitulo {
    font-size: 20px;
  }
}

@media (max-width: 500px){
  .imItemA {
      width: 100%;
      border-right: none!important;
    }
}

@media (max-width: 489px){
  a.tLinkd {
    margin-top: 20px;
  }
}