@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
  background-image: url(../img/fundo.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "Rubik", sans-serif;
  background-color: #000;
}

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

.topo {
  max-width: 1500px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.tMenu {
  display: flex;
  color: #fff;
  margin-top: 20px;
}

.tmLnk {
  margin-left: 26px;
  text-decoration: none;
  color: #fff;
  height: 26px;
}

.tmLnk:hover {
  color: greenyellow;
}

.mMensagem {
  max-width: 1500px;
  width: 100%;
  font-size: 77px;
  font-weight: 600;
  text-align: end;
  color: #fff;
  padding-left: 30%;
  box-sizing: border-box;
}

.mDoe {
  max-width: 1500px;
  width: 100%;
  color: #fff;
  margin: 180px 0 50px;
}

.mdTitulo {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.mdStitulo {
  text-align: center;
  font-size: 22px;
}

.mDoeCards {
  max-width: 1500px;
  width: 100%;
  color: #fff;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-gap: 0 5%;
  margin-bottom: 50px;
}

.mDoeCards {
  color: #fff;
}

.mdcCard {
  background-color: #ccc;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  /* background-image: url(../img/card01.jpg); */
  background-size: cover;
}

.mdcctLinha {
  font-size: 40px;
  font-weight: bold;
  text-shadow: 0 0 5px #404040;
}

.mdccValor {
  display: flex;
  margin-top: 40px;
  font-weight: bold;
  margin-bottom: 14px;
}

.mdccvMoeda {
  display: flex;
  align-items: end;
  padding-bottom: 11px;
  margin-right: 10px;
}

.mdccvValor {
  font-size: 56px;
}

.mdccvCentavos {
  padding-top: 9px;
}

.mdBaixo {
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  background-color: #3F6516;
  border-radius: 0 0 8px 8px;
  margin-bottom: 10px;
}

.mNPropCont {
  width: 100%;
  display: flex;
  justify-content: center;
  background-image: url(../img/fmeio.jpg);
  margin-bottom: 50px;
  background-size: cover;
}

.mNProp {
  width: 100%;
  max-width: 1500px;
  min-height: 500px;
  padding: 10px;
}

.mnpTitulo {
  color: #fff;
  margin: 60px 0 37px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.mnpTxt {
  text-align: center;
  color: #fff;
  font-size: 22px;
}

.mnpCards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 5%;
  margin-top: 70px;
}

.mnpCard {
  background-color: #ffffffb2;
  padding: 20px;
}

.mnpcTitulo {
  font-size: 32px;
  font-weight: bold;
  color: #325809;
  margin-bottom: 20px;
}

.mnpcTxt {
  color: #325809;
  font-size: 22px;
}

.mcTitulo {
  color: #fff;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.mcFuruto {
  max-width: 1500px;
  width: 100%;
  margin-bottom: 20px;
}

.mcfImagem {
  margin: 0 0 20px 0;
  width: 100%;
}

.mcfImg {
  width: 100%;
  border-radius: 10px;
}

.rodape {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff;
  align-items: center;
  padding-top: 30px;
}

.rConteudo {
  max-width: 1500px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 3fr 1fr;
}

.rdpIdent {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 10px 20px 10px;
  font-weight: 300;
  color: #1c140a;
}

.rdpIdent a {
    text-decoration: none;
    color: green;
    font-weight: 400;
}

.rTitulo {
  font-size: 14px;
  font-weight: 300;
}

.rTxt {
  margin-bottom: 30px;
}

.rMidias {
  text-align: right;
}

.rmMidias {
  margin-top: 12px;
}

.tMenuMob {
  width: 30px;
  height: 30px;
  color: #fff;
  margin-top: 14px;
  display: none;
  margin-right: 15px;
  cursor: pointer;
}

.tMenuMobC {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.MenuMob {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.4s ease;
}

.mostraM {
  left: 0;
}

.mostraScr {
  overflow-y: hidden;
}

.mmImg {
    text-align: center;
    margin-bottom: 20px;
}

img.mmLogo {
    width: 30%;
}

.mmLnk {
  text-align: center;
  margin: 20px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 12px;
}

a.mmLink {
    text-decoration: none;
    text-transform: uppercase;
    color: #226122;
}

.areaCaderno {
  width: 100%;
  /* min-height: 50vh; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
  align-content: baseline;
}

.acTopo {
  max-width: 1500px;
  width: 100%;
  text-align: end;
  margin-bottom: 30px;
}

.actindica {
  color: #ffd966;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 0 0 5px #000;
}

.actTitulo {
  font-size: 77px;
  color: #fff;
  font-weight: 600;
  padding-left: 30%;
  box-sizing: border-box;
}

.acCorpo {
  background-color: #0000007d;
  max-width: 1500px;
  width: 100%;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: justify;
  box-sizing: border-box;
  margin-bottom: 20px;
}

@media (max-width: 1550px) {
  .tMenu, .tImg, .mMensagem, .acTopo {
    margin-right: 15px;
  }
  
  .tImg {
    margin-left: 15px;
  }
  
  .mDoe {
    margin: 180px 15px 50px;
  }
  
  .mDoeCards {
    margin: 0 15px;
  }
  
  .mNProp {
    padding: 15px;
  }
  
  .mcTitulo {
    font-size: 22px;
    padding: 0 15px;
}
  
  .mcfImagem {
    margin: 0 0 20px 0;
    padding: 0 15px;
    box-sizing: border-box;
  }
  
  .mnpTxt {
    padding: 0 15px;
  }
  
  .rConteudo {
    padding: 0 15px;
  }
}
  
@media (max-width: 1200px) {
  .mNProp {
    max-width: 1500px;
    padding-bottom: 20px;
  }
}

@media (max-width: 1070px) {
  .tMenu {
    display: none;
  }
  
  .tMenuMob {
    display: block;
  }
  
  .tiLogo {
    width: 100px;
  }
  
  .mMensagem, .actTitulo {
    font-size: 60px;
  }
  
  .mDoeCards {
    grid-template-columns: 31% 34% 31%;
    grid-gap: 0 2%;
  }
}


@media (max-width: 1020px) {
  .mnpCards {
    grid-gap: 2%;
  }
}

@media (max-width: 890px) {
  .mDoeCards {
    grid-template-columns: 100%;
    grid-gap: 2%;
    margin-bottom: 50px;
  }
  
  .mnpCards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .rConteudo {
    grid-template-columns: 1fr;
  }
  
  .rLogo {
    text-align: center;
    margin-top: 20px;
  } 
  
  .rMidias {
    text-align: center;
    margin-bottom: 15px;
  }
  
  .mdcctLinha {
    font-size: 25px;
  }
  
  .mdccvValor {
    font-size: 40px;
  }
  
}

@media (max-width: 600px) {
  .mMensagem, .actTitulo {
    font-size: 30px;
    margin-top: 35px;
  }
  
  .mDoe {
    margin: 40px 15px 50px;
  }
  
  .mdTitulo {
    font-size: 22px;
  }
  
  .mdStitulo {
    font-size: 18px;
  }
  
  .mnpTxt {
    font-size: 16px;
  }
}


