/* AVISO COOKIES */
.cookiealert {
    padding: 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    transform: translateY(100%);
    color: #333947;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #c0c0c0;
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
}
.cookiealert a {
    text-decoration: underline;
    color: #333947 !important;
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
.cookiealert button {
    cursor: pointer;
    padding: 8px;
    font-size: 0.9em;
    color: #ffffff;
    background: #639FCB;
    border: 0px;
    border-radius: 3px;
}
#buttontoshowcookiespreferences,
#botaoguardardefinicoescookies {
    background: #639FCB;
    border-color: #639FCB;
}
.corfundostandardbarrastitulo {
    background-color: #639FCB !important;
}
