.bg-custom {
    background-color: #f9f9f9;

}

.button-fixed {
    bottom: 0;
    right: 0;
    border-radius: 4px;
}

.fas {
    cursor: pointer;
    font-size: 24px;
}

.cookie {
    height: 700px;
    z-index: 100 !important;
    width: 100% !important;
    border-top: none !important;
    opacity: 0.99;
    left: 0;
    bottom: 0;
    margin: 0;
    text-align: center;
    height: auto;
    font-size: 14px;
    box-shadow: 0px 0px 5px 0px black;
    font-family: 'Font Awesome 5 Free', sans-serif !important;
}

.cookies {
    font-family: 'Font Awesome 5 Free', sans-serif !important;
    color: #5c5c5d;
}

.card-body a {
    transition: 0.5s;
}

.card-body button {
    transition: 0.5s;
}

.card-body a:hover {
    background-color: #2b7183 !important;
    transition: 0.5s;
}

.card-body button:hover {
    background-color: #2b7183 !important;
    transition: 0.5s;
}