/*****************FOOTER*****************/
@font-face {
	font-family: "RobotoCondensed";
	src:url(../fuente/RobotoCondensed-Regular.ttf);
}



.main-footer{
    background: #1a1a1a;
    color: white;
    padding: 10px 20px;
    box-shadow: 0 50vh 0 50vh #1a1a1a;
  }
  
  .footer__txt {
    font-family: 'RobotoCondensed';
    padding-top: 5px;
    color: #c1c0c0;
  }
  
  .footer__txt a {
    font-family: 'RobotoCondensed';
    padding-top: 5px;
    color: #c1c0c0;
    text-decoration: none;
    text-align: center;
  }

  .footer__txt a:hover {
    text-decoration: underline;
  }
  
  .copy {
    font-family: 'RobotoCondensed';
    color: #c1c0c0;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
  }
  
  .copy a {
    font-family: 'RobotoCondensed';
    color: #c1c0c0;
    text-align: center;
    text-decoration: none;
    }

    .iconos-redes {
        width: 100%;
        text-align: center;
        padding-top: 5px;
    }
    
    .iconos-redes a {
        color: #c1c0c0;
        text-decoration: none;
        margin: 5px;
    }
    
    .iconos-redes a:hover {
        color: #ffffff;
    }
    
  
    
  @media screen and (min-width:1024px) { 
      .main-footer {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 30px;
    }
    .copy {
      grid-column-start: span 4;
      text-align: center;
    }
  }
  
 