.btnWhatsapp {
  position: fixed;
  top: 85%;
  right: 1%;
  padding: 0px;
  z-index: 10000000;
  width: 80px;
}

.btnWhatsappAtiva {
  position: fixed;
  top: 85%;
  right: 1%;
  padding: 0px;
  z-index: 10000000;
  width: 230px;
}

.divImgWhats, .divImgWhatsAtiva, .divTxtWhats, .divTxtWhatsAtiva {
  position: relative;
  float: left;
  text-align: right;
}

.divImgWhats img {
  /* border-width: 1px;
  border-color: #FFFFFF;
  box-shadow: 5px 5px 10px #212c43;
  -webkit-box-shadow: 5px 5px 10px #212c43;
  -moz-box-shadow: 5px 5px 10px #212c43; */
  border-style: none;
  border-radius: 40px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition:all 0.7s;
}
  
.divTxtWhatsAtiva {
  width: 140px;
  min-height: 70px;
  border-width: 1px 0px 1px 1px;
  border-color: white;
  border-style: solid;
  border-radius: 15px 0px 0px 15px;
  background-color: #212c43;
  color: white;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition:all 0.7s;
}

.divImgWhatsAtiva {
  width: 80px;
  border-width: 1px 1px 1px 0px;
  border-color: white;
  border-style: solid;
  border-radius: 0px 40px 40px 0px;
  background-color: #212c43;
  color: white;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition:all 0.7s;
}

.footer-parceria {
  font-size: 20px;
}

.footer-parceria .footer-widget{
  padding-top: 27px;
}

.footer-parceria-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

.footer-parceria-txt {
  padding-top: 30px;
  min-width: 200px;
  flex: 2;
  color:white;
  text-align: center;
  padding-inline: 10px;
} 

.footer-parceria-btn {
  margin-top: 30px;
  min-width: 180px;
  flex: 1;
  text-align: center;
}

.footer-parceria-btn a {
  color: white;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  border-radius: 10px;
  padding: 7px;
  font-size: 18px;
}

.footer-parceria-btn a:hover {
  color: #8b98b2;
  border-color: #8b98b2;
}

.divAceitaCookies {
  position: fixed;
  bottom: 1%;
  left: 1%;
  padding: 0px;
  z-index: 9999999;
  width: 250px;
  font-size: 13px;
  background-color: #34495e;
  color: white;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 17px #ffffff4d;
}

.divAceitaCookies p a {
  color: white;
  text-decoration: underline;
}

.divAceitaCookies .btnCookies {
  margin-top: 9px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.divAceitaCookies .btnCookies a {
  color: white;
  border-style: solid;
  border-width: 1px;
  border-color: white;
  border-radius: 10px;
  padding: 7px;
  cursor: pointer;
  margin-right: 8px;
}

.divAceitaCookies .btnCookies a:hover {
  color: #8b98b2;
  border-color: #8b98b2;
}