/* Add here all your CSS customizations */

.whatsAppIconfloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    text-decoration: none;
}

a.whatsAppIconfloat:hover,
a.whatsAppIconfloat:visited {
    text-decoration: none;
    color: #FFF;
}

.whatsApp-float {
    margin-top: 16px;
}

button > i {
    margin-right: 5px;
}

.btn > i {
    margin-right: 5px;
}

#footer a:hover {
    color: black !important;
}


.box-cookies.hide {
    display: none !important;
}

.box-cookies {
    position: fixed;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
    }
}



html .promo .btn {
    background-color: transparent;
    background-image: none;
    border-color: white;
    border-width: 2px;
    cursor: pointer;
    font-style: normal;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
    text-decoration: none !important;
}

.promo > a:hover {
    text-decoration: none !important;
}
