@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {

    font-family: "Lato", sans-serif;
}

.areaMenu {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 2px 4px #0000004d;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    max-width: 1500px;
}

.mLogo {
    width: 200px;
}

img.mlImg {
    width: 100%;
}

.mLinks {
    display: flex;
    align-items: center;
}

a.mlItem {
    text-decoration: none;
    color: #848790;
    margin-right: 10px;
}

a.mlItem:hover {
    color: #154B95;
}

a.mlItemAR {
    padding: 8px 13px;
    text-decoration: none;
    color: #fff;
    background-color: #0D9B2F;
    border-radius: 9px;
}

a.mlItemAR:hover {
    background-color: #154B95;
}

a.mlItemM {
  text-decoration: none;
  color: #848790;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
}

a.mlItemM:hover {
    color: #154B95;
}

a.mlItemARM {
    padding: 8px 13px;
    text-decoration: none;
    color: #fff;
    background-color: #0D9B2F;
    border-radius: 9px;
    text-align: center;
    text-transform: uppercase;
}

a.mlItemARM:hover {
    background-color: #154B95;
}


.areaBMenu {
    background-image: url(../img/img_centro.jpg);
    height: 425px;
    background-size: cover;
}

.areaBMenu {
    background-image: url(../img/img_centro.jpg);
    min-height: 425px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 104px;
}

.abmQuaro {
    width: 100%;
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.abmInfo {
    width: 50%;
}

.imgPessoas {
    display: flex;
}

.abmiTexto {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-top: 10%;
    text-shadow: 0 0 10px #00000096;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.abmiTexto span {
    font-size: 26px;
    width: 100%;
}

.abmiLinks {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

a.abmila,
a.abmilb,
a.abmilc {
    width: 30%;
    display: flex;
    height: 50px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
}

a.abmila {
    background-color: #F2721B;
}

a.abmilb {
    background-color: #4EA61C;
}

a.abmilc {
    background-color: #0E8ACA;
}

a.abmila:hover,
a.abmilb:hover,
a.abmilc:hover {
    background-color: #000;
}

.barraMeio {
    background-color: #0D418C;
    display: flex;
    justify-content: center;
    color: #fff;
}

.bmItem, .bmItemB {
    margin: 10px 0;
    padding: 0 10px;
    text-align: center;
}
.bmItem {
    border-right: 1px solid #0E8ACA;
}

.bmiTitulo {
    font-size: 34px;
    font-weight: 900;
}


.ultNot {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.unTitulo {
    max-width: 1500px;
    width: 100%;
    color: #152A49;
    font-size: 28px;
    font-weight: 600;
    padding: 20px;
}

.ultNotArea {
    width: 100%;
    max-width: 1500px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 10px 20px;
}

.unaCard {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 6px #00000026;
    overflow: hidden;
}

.unacImg {
    width: 100%;
    height: 60%;
    overflow: hidden;
}

img.unacImagem {
    width: 100%;
}

.unacTit {
    padding: 10px 10px 0px 10px;
    font-size: 22px;
    color: #0d418c;
    font-weight: 600;
}

.unacTxt {
    padding: 0px 10px 10px 10px;
    color: #4a4a4a;
}

.unacBtn {
    padding: 10px;
}

.anacLnk {
    width: 120px;
    background-color: #0e8aca;
    height: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.anacLnk:hover {
    background-color: #000000;
}

.linProjt1, .linProjt2 {
    width: 100%;
    max-width: 1500px;
    display: grid;
    grid-gap: 10px;
    margin-bottom: 10px;
    padding: 0 20px;
}

.linProjt1 {
    grid-template-columns: 50% 1fr 1fr;
}

.linProjt2 {
    grid-template-columns: 1fr 1fr 2fr;
}

.lpItem {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    text-decoration: none;
}

.lpiTxt {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #002d6dc9;
    font-weight: 700;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 22px;
    transition: all 0.5s ease;
}

.lpItem:hover .lpiTxt {
    background-color: #000000c9;
}


img.lpiImg {
    object-fit: contain;
    width: 100%;
    /* height: 200px; */
}

.unPres {
    max-width: 1500px;
    width: 100%;
    padding: 0 20px;
}

img.unImgPres {
    float: left;
    width: 30%;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    box-shadow: 0 0 10px #0000005c;
}

.unTitPres {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #152A49;
}

.rodape {
    width: 100%;
    background-color: #030b23;
    min-height: 164px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.rArea {
    max-width: 1500px;
    width: 100%;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.rLogo {
    width: 100%;
    text-align: center;
}

img.rImg {
    width: 50%;
}

.rEsq, .rCen {
    border-right: 1px solid #2f5181;
    display: flex;
    flex-direction: column;
}

a.rItem {
    text-decoration: none;
    color: #fff;
    margin-bottom: 20px;
}

.rDir {
    display: flex;
    flex-direction: column;
}

.rMidias {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    align-items: center;
}

a.rmLink {
    text-decoration: none;
}

.lComent {
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.banner {
    max-width: 1500px;
    width: 100%;
    background-color: #f2721b;
    height: 140px;
    border-radius: 5px;
    margin: 10px 20px 0 20px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    text-transform: uppercase;
}

.mLinksM {
    display: none;
    align-items: center;
}

.unacImag {
    height: 200px;
    background-size: cover;
}

.areaMenuM {
    width: 100%;
    height: calc(100vh - 80px);
    margin-top: 80px;
    color: #000;
    display: flex;
    flex-direction: column;
    padding: 10% 20px 50%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #ffffff;
    justify-content: space-evenly;
    /* align-items: center; */
    transition: all 0.5s ease;
    z-index: 998;
}

.mlmS {
    display: none;
}

.mostraM {
  left: 0;
}

.mmH {
  display: none;
}

.mmS {
  display: inline-block;
}

.esb {
  overflow: hidden;
}

img.unImgInfo {
  float: right;
  margin: 0 0 10px 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #0000005c;
  width: 50%;
}

.eInfoL {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #00000024;
    margin-bottom: 10px;
}

.eInfoLB {
    width: 100%;
    height: 30px;
    border-top: 1px solid #00000024;
    margin: 10px 0 20px;
    padding-top: 19px;
    text-align: center;
}

.eInfo {
    font-size: 20px;
    font-weight: 300;
    color: #152a49;
}

.eInfo span {
    font-weight: 600;
}

a.eLink {
  background-color: #f9a825;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

a.eLink:hover {
  background-color: #000;
}

@media (max-width: 1000px){
    .mLinksM {
        display: flex;
    }
    
    .mLinks {
        display: none;
    }

    .abmQuaro {
        flex-wrap: wrap;
    }

    .areaBMenu {
      min-height: 625px;
    }

    .abmInfo {
      width: 100%;
      margin-bottom: 30px;
    }

    .imgPessoas {
      justify-content: center;
      width: 100%;
    }
}

@media (max-width: 1150px){
    a.abmila,
    a.abmilb,
    a.abmilc {
        font-size: 16px;
    }

}

@media (max-width: 900px){
  .linProjt1, .linProjt2 {
    grid-template-columns: 100%;
  }
}

@media (max-width: 800px){
  .ultNotArea {
    grid-template-columns: 100%;
  }

  img.unImgInfo {
    width: 100%;
  }
}

@media (max-width: 700px){
  img.unImgPres {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .rArea {
    grid-template-columns: 100%;
  }

  .rEsq, .rCen {
    border-right: none;
  }

  .rLogo {
    margin-top: 20px;
  }
}

@media (max-width: 640px){
  img.imagemPes {
      width: 100%;
  }
}


