.containerN.rodape {
  width: 100%;
  max-width: 1033px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
}

.bottomFooterTexts.Cinza span {
    font-family: 'Nunito Sans' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 24px !important;
    display: flex !important;
    align-items: center;
    letter-spacing: 0.2px !important;
    color: #A0A0A0 !important;
}
  
  .bottomFooterTexts.Cinza {
    width: 80% !important;
  }



.topFooterDiv {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .topFooterDiv {
    flex-direction: column;
  }
}
.topFooterDiv .footerItem {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.topFooterDiv .footerItem span {
  font-family: "Nunito";
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .topFooterDiv .footerItem {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

.bottomFooterDiv {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .bottomFooterDiv {
    flex-direction: column;
  }



}
.bottomFooterDiv .bottomFooterTexts {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .bottomFooterDiv .bottomFooterTexts {
    flex-direction: column;
    width: 100%;
  }
  .bottomFooterDiv .bottomFooterTexts :nth-child(even) {
    display: none;
  }
}
.bottomFooterDiv .bottomFooterTexts span {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #000000;
}

.socialMediaIcons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 10%;
}

@media screen and (max-width: 1023px) {
  .socialMediaIcons {
    width: 100%;
    margin-top: 30px;
  }
  
   .cinza p{
    display: none !important;
  }

  .footerPatCnpjMobile{
    display: block !important;
     margin: 0 !important;
  font-family: Nunito !important;
  color: #a0a0a0 !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  line-height: 24px !important;
  letter-spacing: .2px !important; 
  text-align: center !important;
  }
}




.containerN.rodape {
  display: block!important; 
}

.socialMediaIcons img {
  width: 24px;
}

.cinza p {
  margin: 0;
  font-family: Nunito;
  color: #a0a0a0;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .2px; 
  text-align: right;
}

.footerPatCnpjMobile{
  display: none;
}

@media screen and (max-width: 900px){ 
  
  
  .containerN.rodape {
    display: block!important;
    text-align: center !important;
    padding: 0;
    margin: 0;
    width: 100% !important;
    justify-content: center;

  }

  .topFooterDiv {
    width: 100%; 
  }

  .socialMediaIcons {
    display: flex;
    align-items: center;
    justify-content: center;

  }
  .socialMediaIcons img {
    margin: 5px;
  }

  .containerN.form.right {
    display: block; 
    padding: 30px;
  }
  
  .footerPatCnpjMobile p {
    padding: 0;
    text-align: center !important;
    display: block !important;
    margin-top: 0px;
}
  
  .footerPatCnpjMobile {
    margin-top: 30px !important;
     margin-bottom: 30px !important;


}
  

