#rodape {
  background-color: #2C2C37;
}
#rodape .topo-rodape {
  height: 15px;
  width: 63%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}
#rodape .container .rodape-bloco {
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "Barlow", sans-serif;
  margin-top: 25px;
}
#rodape .container .rodape-bloco .rodape-esquerdo {
  height: auto;
  width: 20%;
}
#rodape .container .rodape-bloco .rodape-esquerdo .img-rodape {
  display: flex !important;
  position: relative !important;
  width: 200px;
  height: 80px;
}
#rodape .container .rodape-bloco .rodape-esquerdo .rodape-esquerdo-redes-sociais {
  text-align: left;
}
#rodape .container .rodape-bloco .rodape-esquerdo .rodape-esquerdo-redes-sociais .redes-sociais {
  font-size: 25px;
  margin: 10px;
  color: white;
}
#rodape .container .rodape-bloco .rodape-central {
  height: auto;
  width: 60%;
  text-align: left;
  padding-left: 35px;
}
#rodape .container .rodape-bloco .rodape-central .menu-rodape {
  margin-bottom: -5px;
  letter-spacing: 0.1rem;
}
#rodape .container .rodape-bloco .rodape-central .menu-rodape a {
  color: white;
  font-size: 17px;
  cursor: pointer;
}
#rodape .container .rodape-bloco .rodape-direito {
  height: auto;
  width: 15%;
}
#rodape .container .rodape-bloco .rodape-direito .telefone p {
  font-size: 16px;
  text-align: right;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 5px;
}
#rodape .container .rodape-inferior {
  display: flex;
  position: relative;
  margin: 45px 0;
  width: 60%;
  font-family: "Source Sans Pro", sans-serif;
}
#rodape .container .rodape-inferior label {
  font-size: 19px;
  letter-spacing: 2px;
  color: white;
  margin-left: auto;
  margin-right: auto;
}
#rodape .rodape-bsoft {
  background-color: #111016;
  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: 1500px) {
  #rodape .rodape-bloco .rodape-central .menu-rodape a {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1400px) {
  #rodape .container .rodape-bloco .rodape-direito {
    width: 20%;
  }
  #rodape .container .rodape-bloco .rodape-direito .telefone p {
    font-size: 14px;
  }
  #rodape .container .rodape-bloco .rodape-esquerdo .img-rodape {
    width: 180px;
  }
  #rodape .container .rodape-bloco .rodape-esquerdo .rodape-esquerdo-redes-sociais .redes-sociais {
    font-size: 21px;
  }
  #rodape .container .rodape-bloco .rodape-inferior {
    width: 90%;
  }
}
@media screen and (max-width: 1100px) {
  #rodape .topo-rodape {
    width: 95%;
  }
  #rodape .container {
    width: 90%;
  }
}
@media screen and (max-width: 950px) {
  #rodape .container .rodape-bloco {
    flex-direction: column;
  }
  #rodape .container .rodape-bloco .rodape-esquerdo {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  #rodape .container .rodape-bloco .rodape-esquerdo .img-rodape {
    margin: auto;
  }
  #rodape .container .rodape-bloco .rodape-esquerdo .rodape-esquerdo-redes-sociais {
    text-align: center;
  }
  #rodape .container .rodape-bloco .rodape-central {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 800px) {
  #rodape .topo-rodape {
    width: 100%;
  }
  #rodape .rodape-direito {
    width: 80% !important;
  }
  #rodape .rodape-direito .telefone p {
    text-align: center !important;
  }
  #rodape .rodape-inferior label {
    font-size: 16px !important;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  #rodape .rodape-bloco .rodape-central .menu-rodape {
    margin: 10px auto;
  }
  #rodape .rodape-bloco .rodape-central a {
    font-size: 12px !important;
  }
}
