.conte{
    /*border: 1px solid rgb(230, 16, 16);*/
    width: 30%;
    padding: 3%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 10%;

}

.txt_footer{
    color: var(--text-color);
    font-size: 20px;
    text-align: center;
}

.ico_content{
    display: flex; /* Activa Flexbox */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    text-align: center;
    height: 80%;
    width: 45%;

    padding-top: 5%;

    /*border: 1px solid rgba(255, 252, 252, 1);*/
}

.footer_aling{
    text-align: center;
    color: var(--text-color);
}

.img_logo{
    max-width: 130px;
}

footer{
    background-color: black;
    padding: 1rem 0;
    height: 5%;
}