.contenedor__footer{
    background: #111827;
    color: #fff;
    padding: 80px 0;
}

.footer__elemento{
    max-width: 320px;
}

.footer__elemento h3{
    margin-bottom: 15px;
    color: #0d6efd;
}

.footer__lista{
    list-style: none;
    padding: 0;
}

.footer__lista li{
    margin-bottom: 8px;
}

.footer__lista a{
    color: #ccc;
    transition: 0.3s;
}

.footer__lista a:hover{
    color: white;
    padding-left: 3px;
}

.footer__copy{
    background: #000;
    color: #aaa;
    text-align: center;
    padding: 15px;
    font-size: 0.9rem;
}

.texto-degradado {
  /* 1. Define el degradado como fondo */
  background: linear-gradient(45deg, #ff7e5f, #afafae, #65dbff);  
  /* 2. Recorta el fondo para que solo ocupe el área del texto */
  -webkit-background-clip: text;
  background-clip: text;  
  /* 3. Vuelve transparente el color original del texto para mostrar el fondo */
  -webkit-text-fill-color: transparent;
  color: transparent; /* Fallback para navegadores compatibles */  
  /* Estilos opcionales */
  font-size: 2rem;
  font-weight: bold;
  font-family: sans-serif;
}
/*==============================================*/
.footer_logo{
      width:72px;

    height:auto;

    transition:.35s;
    border-radius: 25%;
}
