footer {
  font-family: "Yusei Magic", sans-serif;
  min-height: 200px;
  background-color: #191919;
  color: aliceblue;
  text-align: center;
  padding: 40px 20px; }
  footer ion-icon {
    font-size: 32px; }
  footer a {
    text-decoration: none;
    color: #FFFFFF;
    margin: 2px; }
  footer .redesFooter {
    margin-top: 20px; }
  footer .colunaRodapeEsq {
    width: 50%;
    float: left;
    overflow: hidden; }
  footer .colunaRodape {
    width: 25%;
    float: left;
    overflow: hidden; }
  footer .colunaRodape div {
    padding: 5px 7px 5px 7px; }
  footer .colunaRodape img {
    width: 100%;
    height: auto; }
  @media only screen and (max-width: 975px) {
    footer .colunaRodapeEsq {
      width: 100%;
      float: none; }
    footer .colunaRodape {
      width: 50%; } }
  @media only screen and (max-width: 700px) {
    footer .colunaRodape {
      width: 100%;
      float: none; } }
  footer .btnWhats {
    width: 180px;
    height: 54;
    position: fixed;
    z-index: 1;
    bottom: 50px;
    left: 20px;
    animation-name: btnWhats;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
@keyframes btnWhats {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
  footer section.listWhats {
    position: fixed;
    bottom: 50px;
    left: -300px;
    z-index: 999;
    width: 280px;
    height: 320px;
    background-image: linear-gradient(to bottom, #3fbe2b, #0e8c06, #3fbe2b);
    box-shadow: 0px 0px 5px 2px #00000099;
    border-radius: 10px;
    border: solid 5px #FFF;
    padding: 0 10px;
    transition: 0.6s; }
  footer section.listWhats.active {
    left: 20px; }
  footer section.listWhats .btnFechaWhats {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer; }
  footer section.listWhats .btnFechaWhats::before {
    content: 'X';
    color: #000;
    background-color: #000;
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  footer section.listWhats h1 {
    text-align: center;
    width: calc(100% - 34px);
    margin: 5px 0 0 0; }
  footer section.listWhats ul {
    margin: 30px 0 0 0;
    padding: 0;
    width: 100%;
    list-style: none; }
  footer section.listWhats ul a {
    display: block;
    list-style: none;
    height: 60px;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    padding: 5px 0 0 30px;
    background-image: url(../../assets/images/icon-whatsapp.png);
    background-repeat: no-repeat;
    background-size: 36px auto;
    background-position: 5px 10px; }
  footer section.listWhats ul a:hover {
    background-color: #FFFFFF33; }
