/* PIE DE PÁGINAS */

footer{
  margin-top: 20px;
}

footer .Cuadro{
  width: 100%;
  height: 80px;
  background-color: rgba(44, 65, 46, 0.9);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.bottom-footer{
  width: 100%;
  background-color: #1d2e37;
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.bottom-footer p{
  font-size: 26px;
  color: black;
  font-weight: bold;
  margin-right: 20px;
}

.bottom-footer a{
  font-size: 30px;
  text-decoration: none;
}

.bottom-footer a:hover{
  color: red;
}

.bottom-footer span{
  font-size: 25px;
  margin-right: 8px;
  color: black;
}

.icon-px a span{
  font-size: 40px;
}

.bottom-footer span:hover{
  font-size: 55px;
}

@media all and (max-width:769px){
  .bottom-footer p{
    font-size: 20px;
  }
}

/* FIN PIE DE PÁGINAS */
