@charset "utf-8";
body {
  margin: 0px;
  border: 0px;

  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #717479;
}

img {
  border: 0px;
  outline: none;
}
a {
  outline: none;
  text-decoration: none;
}
/*******************************************/
#linhaTopo {
  width: 100%;
  height: 3px;
  background-image: url(../IMG/bgLinhaTopo.jpg);
  background-repeat: repeat-x;
}
/*******************************************/
#container {
  width: 100%;
}
/*******************************************/
#topo {
  display: flex;
  width: 1024px;
  height: 140px;

  justify-content: center;
  align-items: center;
}
#logo {
  /* float:left; */
  width: 405px;
  padding: 3px 0 0 0;
}

#contatosTopo {
  /* position: absolute; */
  left: 580px;
  top: 50px;
  color: #fff;
  padding: 1rem;
}

.frame {
  /* position: relative; */
  color: #414141;

  background-color: #fdce04;
  border-radius: 8px;

  padding: 1rem;
  max-width: 220px;

  &:hover{
    background-color: #ffda33;
  }
}

#midias {
  /* position: relative; */
  left: 413px;
  top: -25px;
  height: 32px;
  width: 66px;
  align-self: center;
}
/*******************************************/
#corpo {
  width: 100%;
  min-height: 429px;
  padding-top: 8px;

  background-image: url(../IMG/bgBody.jpg);
  background-repeat: repeat-x;
  background-color: #f4f4f4;
}
/*******************************************/
#menu {
  width: 920px;
  height: 35px;
  padding-top: 0px;
  background-color: #717479;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 4px solid #fdce04;
}
.itemMenu {
  display: block;
  width: 270px;
  height: 32px;
  line-height: 32px;
  font-size: 19px;
  color: #fff;
  text-align: center;
}
/*******************************************/
#banner {
  width: 920px;
  height: 378px;
}
/*******************************************/
#frameConteudo {
  width: 920px;
}
#meioHome {
  padding: 5px 0;
  background-color: #f4f4f4;
}
/*******************Blocos******************/
.bloco1 {
  width: 220px;
  height: 200px;
  background-color: #ffcc00;
  padding-left: 10px;
  margin-top: 5px;
  border-left: solid 1px #9b9b9b;
  border-right: solid 1px #9b9b9b;
  border-top: solid 1px #9b9b9b;
  border-bottom: solid 1px #9b9b9b;
  color: #464250;
}

.bloco2 {
  width: 220px;
  height: 200px;
  background-color: #ffcc00;
  padding-left: 10px;
  margin-top: 5px;
  border-right: solid 1px #9b9b9b;
  border-top: solid 1px #9b9b9b;
  border-bottom: solid 1px #9b9b9b;
  color: #464250;
}

.bloco3 {
  width: 220px;
  height: 200px;
  background-color: #ffcc00;
  padding-left: 10px;
  margin-top: 5px;
  border-right: solid 1px #9b9b9b;
  border-top: solid 1px #9b9b9b;
  border-bottom: solid 1px #9b9b9b;
  color: #464250;
}

.bloco4 {
  width: 220px;
  height: 200px;
  background-color: #ffcc00;
  padding-left: 10px;
  margin-top: 5px;
  border-right: solid 1px #9b9b9b;
  border-top: solid 1px #9b9b9b;
  border-bottom: solid 1px #9b9b9b;
  color: #464250;
}

.bloco1 .titulo {
  font-size: 22px;
  font-weight: 600;
  color: #464250;
}

.bloco2 .titulo {
  font-size: 22px;
  font-weight: 600;
  color: #464250;
}

.bloco3 .titulo {
  font-size: 22px;
  font-weight: 600;
  color: #464250;
}

.bloco4 .titulo {
  font-size: 22px;
  font-weight: 600;
  color: #464250;
}

.bloco1 .textoBloco {
  font-family: "Muli", sans-serif;
  color: #565656;
  font-size: 14px;
  line-height: 20px;
}
.bloco2 .textoBloco {
  font-family: "Muli", sans-serif;
  color: #565656;
  font-size: 14px;
  line-height: 20px;
}
.bloco3 .textoBloco {
  font-family: "Muli", sans-serif;
  color: #565656;
  font-size: 14px;
  line-height: 20px;
}
.bloco4 .textoBloco {
  font-family: "Muli", sans-serif;
  color: #565656;
  font-size: 14px;
  line-height: 20px;
}
/*******************************************/
.unidades {
  width: 920px;
  height: 276px;
}

#galeria {
  width: 915px;
  height: 90px;

  padding: 5px 0 0 0;

  background-position: left 5px;
  background-image: url(../IMG/bgGaleria.png);
  background-repeat: no-repeat;
}
#galeria .titulo {
  padding: 10px 5px 0 3px;
  float: left;
}
#galeria .imgGaleria {
  padding: 4px;
}
#galeria .imgGaleria td {
  padding: 1px;
}
/*******************************************/
#meioPagina {
  width: 908px;
  background-color: #fff;
  border: solid 1px #9b9b9b;
  padding-left: 10px;
  margin-top: 5px;
}

#meioPagina p {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  text-align: justify;
  line-height: 22px;
  color: #565656;
}
#meioPagina .titulo {
  font-size: 24px;
  font-weight: 600;
  color: #717479;
  margin-bottom: 0px;
}
#meioPagina .subtitulo {
  font-size: 18px;
  color: #717479;
  margin-bottom: -27px;
}
#meioHome .subtitulo {
  font-size: 18px;
  color: #006244;
  margin-bottom: -27px;
}

#meioPagina ul {
  line-height: 26px;
  font-style: italic;
}
#meioPagina span {
  display: block;
  line-height: 22px;
}
.link {
  color: #1b3d2d;
}

#mapa {
  text-align: center;
  padding: 15px 10px 20px 0px;
}
/******************middleBar****************/
#meioHome .middleBar {
  height: 215px;
  background-color: #717479;
  border: solid 1px #9d9d9d;
  margin-top: 5px;
}

/*******************************************/
#rodape {
  width: 100%;
  height: 35px;
  padding: 0 0 0 0;
  margin-top: 3px;
  background-color: #717479;
  border-bottom: 10px solid #ffcc26;
}

#rodape p {
  margin: 0px;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  padding-top: 6px;
}

.cont {
  margin-left: 15px;
  padding-bottom: 4px;
}
