* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body {
  background-color: rgb(197, 197, 197);
  padding: 10px;
}

.container {
  width: 90%;
  margin: auto;
  background-color: white;
}
.faceVereadores {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#dadosDoVereador {
  margin: 20px 0;
  line-height: 2em;
}
.fotoVereador {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  border: solid 5px rgba(44, 107, 202, 0.676);
  margin: auto;
  position: relative;
  animation: aparecerImagem 200ms normal;
  
}
.fotoVereador::before {
  background-image: url('./img/explosao.png');
  background-position: center;
  position: absolute;
  
  height: 200px;
  width: 200px;
  top: 0px;
  left: 0px;  
  z-index: 99999;
}

@keyframes aparecerImagem {
  0% {
    
    filter: blur(20px);
   
  }
}
.esquerdoLateral {
  padding: 10px;
  width: 70%;
  /* border: black solid 1px; */
}
.imgFundoLagoa {
  background-image: url(https://static.wixstatic.com/media/7343dd_780f45dc1d8d4067bad6868cf9cfc407~mv2.png/v1/fill/w_974,h_731,al_c,q_90,usm_0.66_1.00_0.01/HDR-Lagoa-dos-patos-mg-barragem.jpg);
  background-size: cover;
  /* background-attachment: fixed; */
  width: 100%;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
}
.repre {
    width: 400px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px auto;
}
.repre img {
    width: 95px;
    height: 95px;
    object-fit: cover;
    filter: saturate(0);
}
.imgFundoLagoa h2 {
  margin: auto;
  background-color: rgb(255, 255, 255);
  color: rgb(28, 28, 28);
  width: fit-content;
  padding: 2px;
}
.imgFundoLagoa h3 {
  margin: auto;
  background-color: rgb(255, 255, 255);
  color: rgb(28, 28, 28);
  width: fit-content;
  padding: 2px;
  font-weight: 500;
  margin-top: 5px;
}
.fotoVereador img {
  width: 200px;
  object-fit: cover;
  cursor: pointer;
  
}
.menuInfoVereador nav {
  display: flex;
}
.menuInfoVereador nav li {
  cursor: pointer;
  gap: 20px;
  background-color: rgb(210, 210, 210);
  border-radius: 8px 8px 0px 0px;
  padding: 10px;
  list-style: none;
  margin-right: 10px;
  border: rgb(141, 141, 141) solid 1px;
  border-bottom: none;
}
p {
  line-height: 1.5em;
  margin: 10px 0px;
}
.infoVereador {
  padding: 10px 5px;
  background-color: rgb(247, 247, 247);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.267) 0px 2px 5px 0px;
}
.geraisVereador {
  margin-top: 20px;
}
.or-spacer {
  margin: 42px auto 10px auto;
  width: 90%;
  position: relative;
}
.or-spacer .mask {
  overflow: hidden;
  height: 20px;
}
.mask img {
  width: 50px;
}

.or-spacer .mask:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  -webkit-box-shadow: 0 0 8px black;
  -khtml-box-shadow: 0 0 8px black;
  -moz-box-shadow: 0 0 8px black;
  -ms-box-shadow: 0 0 8px black;
  -o-box-shadow: 0 0 8px black;
  box-shadow: 0 0 8px black;
}
.fotoPresident img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: black solid 2px;
  transition: 200ms ease-in;
  object-fit: cover;
}
.fotoPresident img:hover {
  transition: 200ms ease-out;
  filter: brightness(1.5);
  transform: scale(1.1);
  box-shadow: black 0px 2px 5px 0px;
}
.presidenteDacamara div h2 {
  font-size: 1.3em;
}
.presidenteDacamara {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.5em;
  text-align: initial;
  cursor: pointer;
  margin-top: 20px;
}
.vereadoresDireita {
  padding: 50px;
  width: 30%;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  right: 40px;
  background-color: white;
}
.or-spacer span {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
}

.vereadoresTodos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cardVereador {
  margin-top: 30px;
  width: 40%;
  cursor: pointer;
}
.cardVereador img {
  width: 100px;
  height: 100px;
  border: red solid 2px;
  border-radius: 50%;
  object-fit: cover;
}
.cardVereador div p {
  text-align: center;
  width: 110px;
  border-radius: 8px;
  margin: -20px auto;
  line-height: 1em;
  background-color: rgb(94, 133, 176);
  color: white;
  padding: 2px 5px;
  padding-top: 20px;
}
.infoState {
  margin: 20px auto;
  display: flex;
  padding: 5px;
  /* justify-content: space-between; */
  align-items: center;
  border: rgb(227, 227, 227) solid 1px;
  border-radius: 8px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.199) 0px 2px 5px 0px;
}
.infoState button {
  padding: 5px;
  border: rgb(152, 152, 152) solid 1px;
  box-shadow: rgba(0, 0, 0, 0.199) 0px 2px 5px 0px;
  border-radius: 8px;
  cursor: pointer;
}
.infoState span {
  font-size: 8em;
  color: rgb(108, 175, 8);
}
a {
  text-decoration: none;
  color: black;
}
.cardInfoLegislativo {
  margin: 10px auto;
  background-color: white;
  display: flex;
  list-style: none;
  text-align: center;
  padding: 5px;
  border: rgba(0, 0, 0, 0.223) solid 1px;
  border-radius: 8px;
}
.cardInfoLegislativo li {
  width: 100%;
}

@media (max-width: 567px) {
  .faceVereadores {
    display: block;
  }
  .esquerdoLateral {
    width: 100%;
  }
  .vereadoresDireita {
    /* height: 100vh; */
    width: 100%;
    overflow-y: none;
    position: relative;
    right: 0;
  }
}

@media (max-width: 360px) {
  .container {
    width: 100%;
  }
  .faceVereadores {
    display: block;
  }
  .esquerdoLateral {
    width: 100%;
  }
  .vereadoresDireita {
    /* height: 100vh; */
    width: 100%;
    overflow-y: none;
    position: relative;
    right: 0;
  }
  v.infoState {
    margin: 20px auto;
    display: flex;
    padding: 5px;
    /* justify-content: space-between; */
    align-items: center;
    border: rgb(227, 227, 227) solid 1px;
    border-radius: 8px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.199) 0px 2px 5px 0px;
  }
  .infoState {
    margin: 20px auto;
    display: block;
    text-align: center;
  }
}
