footer.footer {
  text-align: center;
  display: inline-table;
  width: 100%;
  position: relative;
  bottom: 0;
  margin: 2% 0 0 0;
}

footer.footer #imageFooter {
  width: 15%;
  height: 100%;
}

.footer-menu {
 padding: 0;
}

footer.footer .footer-menu>li {
  display: inline-block;
  margin: 0 1%;
  list-style: none;
  padding: 0;
}

footer.footer .footer-menu>li a {
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s ease-out;
}

footer.footer .footer-menu>li:hover a {
  color: #ad8f8fd5;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}

.footer-txt {
 font-size: 12px;
}

.AV-btn {
 font-size: 12px !important; 
}

.creator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 98%;

}

footer.footer .copyright {
  border-top: 1px solid rgba(194, 212, 248, 0.4);
  font-size: 12px;
}

.footer #whatsapp {
 position: fixed;
 z-index: 1;
 bottom: 2%;
 right: 0%;
}

#whatsapp #whatsapp-image {
width: 50%;
}

@media screen and (max-width: 650px) {
footer.footer {
    padding-top: 0;
  }

  footer.footer #imageFooter {
    width: 20%;
  }
  .txt-mobile {
   width: 100%;
  }  
  footer.footer .footer-menu>li {
    margin: 0;
  }
footer.footer .footer-menu>li a {
  font-size: 9px;
}

.footer-txt {
 font-size: 9px;
}

.AV-btn {
 font-size: 9px !important; 
}

footer.footer .copyright {
  font-size: 9px;
}
}

@media (min-width: 651px) and (max-width: 791px) {
  footer.footer .footer-menu>li {
    margin: 0;
  }

footer.footer .footer-menu>li a {
  font-size: 10px;
}

.footer-txt {
 font-size: 10px;
}

.AV-btn {
 font-size: 10px !important; 
}

footer.footer .copyright {
  font-size: 10px;
}
}

@media (min-width: 792px) and (max-width: 1024px) {
  footer.footer .footer-menu>li {
    margin: 0;
  }
footer.footer .footer-menu>li a {
  font-size: 10px;
}

.footer-txt {
 font-size: 10px;
}

.AV-btn {
 font-size: 10px !important; 
}

footer.footer .copyright {
  font-size: 10px;
}
}

@media (min-width: 1025px) and (max-width: 1280px) {
  footer.footer .footer-menu>li {
    margin: 0;
  }
footer.footer .footer-menu>li a {
  font-size: 11px;
}

.footer-txt {
 font-size: 11px;
}

footer.footer #imageFooter {
    width: 12%;
}

.AV-btn {
 font-size: 11px !important; 
}

footer.footer .copyright {
  font-size: 11px;
}
}