.burger-menu-button {
    display: none !important;
}

.fa-facebook-f:before {
    content: "\f16d" !important;
}

.btn-cr {
    border-radius: 10px;
    font-size: 27px;
    width: 220px;
    height: 68px;
    vertical-align: text-bottom;
    line-height: 50px;
    border: 1px #4e4e4e solid;
    color: #ffffff;
    background-repeat: repeat-x;
    }

.btn-cr-instagram {    
    background-image: linear-gradient(to bottom,#ef6dad 0%,#a64d79 100%);
}

.btn-cr-whatsapp {    
    background-image: linear-gradient(to bottom,#51ad2a 0%,#23540e 100%);
}

.btn-cr-instagram:hover {    
    background-image: linear-gradient(to bottom,#ef6dadde 0%,#a64d79d6 100%);
    background-repeat: repeat-x;
    border: 1px #4e4e4e solid;
    outline: none !important;
    color: #ffffff;
    text-decoration: none;
}

.btn-cr-whatsapp:hover {    
    background-image: linear-gradient(to bottom,#51ad2ade 0%,#23540ed6 100%);
    background-repeat: repeat-x;
    border: 1px #4e4e4e solid;
    outline: none !important;
    color: #ffffff;
    text-decoration: none;
}

.btn-cr-instagram:focus {
    background-image: linear-gradient(to bottom,#ef6dad 0%,#a64d79 100%);
    color: #ffffff;
}

.btn-cr-whatsapp:focus {
    background-image: linear-gradient(to bottom,#51ad2ade 0%,#38761dd6 100%);
    color: #ffffff;
}