
.container-footer{
    background: #4b4b4b;
}

.container-footer .container{
    background-color: #3c3c3c;
}

.logo-footer-hsconsulting{
    width: 55%;
}

.descripcion-footer{
    text-align: justify;
}

.redes-sociales div{
    text-align: center;
}

.redes-sociales div button{
    background-color: black;
    color: #eea91a;
    padding: 0px 20px;
    border-radius: 15px;
}

.redes-sociales div button:hover{
    background-color: #4b4b4b;
}

.redes-sociales div button:not(:hover){
    background-color: black;
}

.seccion-footer h5{
    text-align: center;
    border-top: 2px solid;
    border-color: #eea91a;
    padding-top: 18px;
}

.seccion-footer .row div p{
    margin: 0;
}

.seccion-footer .row div p:hover{
    color: #eea91a;
}

.newsletter-hsconsulting div input{
    border: none;
    border-bottom: 2px solid white;
}

.newsletter-hsconsulting div label{
    color: white;
}

.newsletter-hsconsulting button{
    width: 95%;
        margin-left: 2%;
}

.copyright{
    height: 45px;
    color: white;
    
}
.copyright .container .row{
    line-height: 44px;
    background-color: black;
}

.copyright .container .row > div{
    text-align: center;
}

.contacto-footer{
    margin: 0;
}

.contacto-footer div{
    display: flex;
    justify-content: center;
}

.contacto-footer div p{
    margin-top: 10%;
}