footer{
    height: 10vh;
    
}
.redes{
    width: 100%;
    height: 10vh;
    background: rgba(112, 112, 112, 0.582) !important;
}
.redes_info{
    margin: 3px auto;
}
.redes_info div:first-child a{
    font-size: 25px;
}
.btn_contacto{
    background: rgb(39, 1, 255);
    padding: 5px 8px;
    border-radius: 10px;
}
.btn_contacto a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.btn_contacto:hover{
    background: rgba(66, 66, 66, 0.863);
    color: rgb(0, 0, 0);
}
.dts_itaes{
    width: 100%;
    text-align: center;
    font-weight: 600;
    padding: 10px;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.856) !important;
}
.fab{
    color: rgb(39, 1, 255);
}
.fab:hover{
    color: rgba(66, 66, 66, 0.863);
}