#rodape .rodape-bloco {
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  font-family: "Source Sans Pro", sans-serif;
}
#rodape .rodape-bloco .rodape-superior {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#rodape .rodape-bloco .rodape-superior .rodape-esquerdo {
  height: auto;
  width: 30%;
}
#rodape .rodape-bloco .rodape-superior .rodape-esquerdo .img-rodape {
  display: flex !important;
  position: relative !important;
  width: 200px;
  height: 80px;
}
#rodape .rodape-bloco .rodape-superior .rodape-central {
  height: auto;
  width: 30%;
  text-align: left;
  padding-left: 35px;
}
#rodape .rodape-bloco .rodape-superior .rodape-central .menu-rodape {
  margin-bottom: -10px;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
#rodape .rodape-bloco .rodape-superior .rodape-central .menu-rodape a {
  color: white;
  font-size: 17px;
  cursor: pointer;
}
#rodape .rodape-bloco .rodape-superior .rodape-central .menu-rodape a span {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 600;
}
#rodape .rodape-bloco .rodape-superior .rodape-direito {
  height: auto;
  width: 30%;
}
#rodape .rodape-bloco .rodape-superior .rodape-direito .rodape-direito-redes-sociais {
  text-align: right;
  margin-right: 20px;
}
#rodape .rodape-bloco .rodape-superior .rodape-direito .rodape-direito-redes-sociais .redes-sociais {
  font-size: 25px;
  margin: 10px;
}
#rodape .rodape-bloco .rodape-inferior {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
}
#rodape .rodape-bloco .rodape-inferior .inferior-esquerdo {
  width: 50%;
}
#rodape .rodape-bloco .rodape-inferior .inferior-esquerdo label {
  font-size: 19px;
  letter-spacing: 2px;
  display: block;
  position: relative;
  text-align: left;
}
#rodape .rodape-bloco .rodape-inferior .inferior-direito {
  width: 40%;
}
#rodape .rodape-bloco .rodape-inferior .inferior-direito label {
  font-size: 19px;
  letter-spacing: 2px;
  display: block;
  position: relative;
  text-align: right;
  color: white;
}
#rodape .rodape-bsoft {
  background-color: #efefef;
  width: 100%;
  display: block;
  position: absolute;
  height: 60px;
}
#rodape .rodape-bsoft .rodape-bsoft-texto {
  font-size: 18px;
  display: block;
  position: relative;
  text-align: center;
  padding: 16px;
  font-weight: 600;
}

.rodape-mobile {
  display: none;
}

@media screen and (max-width: 1750px) {
  #rodape .rodape-bloco {
    height: auto;
  }
  #rodape .rodape-bloco .rodape-superior .rodape-esquerdo {
    height: auto;
    width: 25%;
  }
  #rodape .rodape-bloco .rodape-superior .rodape-esquerdo .rodape-texto {
    margin-left: 35px !important;
  }
  #rodape .rodape-bloco .rodape-superior .rodape-central {
    height: auto;
    width: 40%;
  }
  #rodape .rodape-bloco .rodape-superior .rodape-central .menu-rodape a {
    font-size: 16px !important;
  }
  #rodape .rodape-bloco .rodape-superior .rodape-direito {
    width: 25%;
    height: auto;
  }
  #rodape .rodape-bloco .rodape-inferior {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1300px) {
  #rodape .rodape-bloco {
    height: auto;
  }
  #rodape .rodape-bloco .rodape-superior .rodape-esquerdo {
    height: auto;
    width: 25%;
  }
  #rodape .rodape-bloco .rodape-superior .rodape-esquerdo .rodape-texto {
    margin-left: 35px !important;
  }
  #rodape .rodape-bloco .rodape-superior .rodape-central {
    height: auto;
    width: 40%;
  }
  #rodape .rodape-bloco .rodape-superior .rodape-central .menu-rodape a {
    font-size: 14px !important;
  }
  #rodape .rodape-bloco .rodape-superior .rodape-direito {
    width: 25%;
    height: auto;
  }
  #rodape .rodape-bloco .rodape-inferior {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 90%;
  }
  .container .rodape-bloco .rodape-inferior .inferior-esquerdo label {
    font-size: 16px !important;
  }
  .container .rodape-bloco .rodape-inferior .inferior-direito label {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 100%;
  }
  .container .rodape-bloco .rodape-superior .rodape-central {
    margin: 10px auto;
    width: 60% !important;
    text-align: center !important;
  }
  .container .rodape-bloco .rodape-superior .rodape-direito {
    width: 60% !important;
  }
  .container .rodape-bloco .rodape-superior .rodape-direito .rodape-direito-redes-sociais {
    text-align: center !important;
    margin-right: 0px !important;
  }
  .container .rodape-bloco .rodape-inferior .inferior-esquerdo label {
    font-size: 16px !important;
  }
  .container .rodape-bloco .rodape-inferior .inferior-direito label {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 850px) {
  .container .rodape-bloco .rodape-superior {
    flex-direction: column !important;
  }
  .container .rodape-bloco .rodape-superior .rodape-esquerdo .img-rodape {
    margin-left: 0px !important;
  }
  .container .rodape-bloco .rodape-superior .rodape-central {
    height: auto;
    width: 50%;
  }
  .container .rodape-bloco .rodape-inferior .inferior-esquerdo label {
    font-size: 16px !important;
  }
  .container .rodape-bloco .rodape-inferior .inferior-direito label {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 600px) {
  .container .rodape-bloco .rodape-superior .rodape-esquerdo {
    display: flex;
    justify-content: center;
    width: 80% !important;
  }
  .container .rodape-bloco .rodape-superior .rodape-central {
    width: 80% !important;
  }
  .container .rodape-bloco .rodape-inferior {
    width: 95% !important;
  }
}
@media screen and (max-width: 450px) {
  #rodape .rodape-bloco .rodape-central {
    width: 95% !important;
  }
  #rodape .rodape-bloco .rodape-inferior {
    flex-direction: column !important;
  }
  #rodape .rodape-bloco .rodape-inferior .inferior-esquerdo,
#rodape .rodape-bloco .rodape-inferior .inferior-direito {
    width: 80%;
  }
  #rodape .rodape-bloco .rodape-inferior .inferior-esquerdo label,
#rodape .rodape-bloco .rodape-inferior .inferior-direito label {
    text-align: center;
  }
}
