/*footer | rodape*/
footer{
    background-color: #272829;
  }
  footer h5,
  footer .list-unstyled a.link-secondary{
    color:#fff;
    text-decoration: none;
  }
  footer .list-unstyled a.link-secondary{
    margin-bottom: .8rem;
    display: inline-block;
  }
  /*whatsapp rodape*/
  footer .redes-sociais a,
  footer .contato-info-rodape li a span{
      width: 2.5rem;
      height: 2.5rem;
      text-align: center;
      border-color: #ffffff42 !important;
      padding-top: 4px;
      text-decoration: none;
  }
  footer .redes-sociais a i,
  footer .contato-info-rodape li a i{
      color:#FFF;
      line-height:2rem;
  }
  footer img.rodape-logo{
      margin-left: -10px;
  }
  
  /*Curso Info Rodape*/
  footer .curso-info-rodape a{
    background-color:#313233;
  }
  footer .copyright{
    border-top: 1px solid #ffffff42 !important;
  }
  footer .copyright .border-end{
    border-right: 1px solid #ffffff42 !important;
  }
  
  footer .navigation-rodape li a:before{
    content:'';
    height: 16px;
    width:16px;
    display: inline-block;
    background: url(../../img/arrow.svg) no-repeat center center;
    border: 1px solid #ffffff42;
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -8px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 200ms;
  }
  footer .navigation-rodape li a{
      padding-left: 32px;
      position: relative;
      transition: all 500ms;
  }
  footer .navigation-rodape li a:hover:before{
    left:5px;
  }
  
  footer a.link-secondary:hover{
      color:#b78617;
  }