#rodape .rodape-bloco {
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "Source Sans Pro", sans-serif;
  width: 70%;
  margin: 0 auto 30px auto;
}
#rodape .rodape-bloco .rodape-esquerdo {
  height: auto;
  width: 30%;
}
#rodape .rodape-bloco .rodape-esquerdo .img-rodape {
  display: flex !important;
  position: relative !important;
  margin-top: 70px;
  width: 200px;
  height: 80px;
}
#rodape .rodape-bloco .rodape-esquerdo .rodape-texto {
  font-size: 18px;
  margin-top: 40px;
  font-weight: 500;
  line-height: normal;
  width: 260px;
}
#rodape .rodape-bloco .rodape-central {
  height: auto;
  width: 35%;
  text-align: left;
  padding-left: 35px;
  padding-top: 85px;
  display: flex;
  flex-direction: row;
}
#rodape .rodape-bloco .rodape-central .menu-rodape {
  margin-bottom: 16px;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
#rodape .rodape-bloco .rodape-central .menu-rodape a {
  color: white;
  font-size: 18px;
  cursor: pointer;
}
#rodape .rodape-bloco .rodape-central .menu-rodape a span {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 600;
}
#rodape .rodape-bloco .rodape-direito {
  height: auto;
  width: 30%;
}
#rodape .rodape-bloco .rodape-direito .rodape-direito-telefone {
  color: white;
  text-align: right;
  margin-top: 90px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  margin-right: 30px;
}
#rodape .rodape-bloco .rodape-direito .rodape-direito-telefone .telefone-rodape {
  margin: 0px;
}
#rodape .rodape-bloco .rodape-direito .rodape-direito-redes-sociais {
  text-align: right;
  margin-top: 45px;
  margin-right: 20px;
}
#rodape .rodape-bloco .rodape-direito .rodape-direito-redes-sociais .redes-sociais {
  font-size: 25px;
  margin: 10px;
}
#rodape .rodape-bsoft {
  background-color: #fff;
  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;
}

@media screen and (max-width: 1900px) {
  #rodape .rodape-bloco .rodape-central {
    padding-left: 0px;
  }
  #rodape .rodape-bloco .rodape-central .menu-rodape a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1600px) {
  #rodape .rodape-bloco {
    width: 90%;
    margin: 0 auto;
  }
  #rodape .rodape-bloco .rodape-esquerdo {
    width: 30%;
  }
  #rodape .rodape-bloco .rodape-central {
    padding-left: 0px;
    width: 30%;
  }
  #rodape .rodape-bloco .rodape-central .menu-rodape a {
    font-size: 13px;
  }
  #rodape .rodape-bloco .rodape-direito {
    width: 30%;
  }
}
@media screen and (max-width: 1300px) {
  #rodape .rodape-bloco .rodape-central {
    display: flex;
    width: 40%;
    padding-left: 0px;
  }
  #rodape .rodape-bloco .rodape-central .menu-rodape a {
    font-size: 12px;
  }
}
@media screen and (max-width: 950px) {
  #rodape .rodape-bloco {
    flex-direction: column;
    width: 100%;
  }
  #rodape .rodape-bloco .rodape-esquerdo {
    margin-top: 10px;
    height: auto;
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  #rodape .rodape-bloco .rodape-esquerdo .img-rodape {
    margin-top: 10px;
    width: 40%;
  }
  #rodape .rodape-bloco .rodape-esquerdo .rodape-texto {
    margin-left: 15px !important;
    width: 60%;
    text-align: center;
  }
  #rodape .rodape-bloco .rodape-central {
    height: auto;
    width: 80%;
    display: flex;
    padding-left: 16px !important;
    padding-top: 14px !important;
    text-align: center;
  }
  #rodape .rodape-bloco .rodape-direito {
    height: auto;
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  #rodape .rodape-bloco .rodape-direito .rodape-direito-telefone {
    margin-top: 0px !important;
  }
  #rodape .rodape-bloco .rodape-direito .rodape-direito-redes-sociais {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 450px) {
  #rodape .rodape-bloco .rodape-esquerdo .img-rodape {
    width: 40%;
    height: 50px;
  }
  #rodape .rodape-bloco .rodape-central {
    height: auto;
    width: 95% !important;
    display: flex;
    padding-left: 0px !important;
    padding-top: 14px !important;
    text-align: center;
  }
  #rodape .rodape-bloco .rodape-direito .rodape-direito-telefone {
    color: white;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    margin-right: 30px;
    width: 40%;
  }
  #rodape .rodape-bloco .rodape-direito .rodape-direito-redes-sociais {
    margin-right: 0px;
  }
  #rodape .rodape-bloco .rodape-direito .rodape-direito-redes-sociais .redes-sociais {
    font-size: 18px;
    margin: 8px;
  }
}
