/* CSS El Frijolito */



/* ==== BACK TO TOP ==== */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    outline: 1px solid #fff;
    z-index: 100;
    line-height: 0.15;
    padding: 5px 8px;
  }  

/* ==== FOOTER ==== */
.footer{
    background-color: #ededed;
    margin-top: 2vh;
    padding-top: 1vh
  }
  
  .wrapper-footer-logo{
    text-align: center;
  }
  .wrapper-footer-logo a{
    display: block;
  }
  .wrapper-footer-logo a img{
    display: block;
    margin: 0 0;
    width: 100% !important;
    max-width: 220px;
  }
  @media screen and (max-width: 575.9px){
    .copyright-text a{
      display: block
    }
  }
  
.footer-social-link{
    display: inline-block;
    text-decoration: none;
    transform: scale(0.8);
    transition: all 0.25s ease-in-out;
  }
  
  .footer-social-link:hover,
  .footer-social-link:focus{
    transform: scale(1);
  }
  
  .footer-social-link i.fa-stack-1x{
    color: orange;
  }
  .footer-social-link i.fa-stack-2x{
    /*color: #d3d3d3;*/
    color: #ededed;
  }
  .footer-social-link:hover i.fa-stack-1x,
  .footer-social-link:focus i.fa-stack-1x{
    color: orange;
  }
  .footer-social-link:hover i.fa-stack-2x,
  .footer-social-link:focus i.fa-stack-2x{
    color: #ffffff;
  }
  