#dynamic-to-top {
    bottom: 60px;
}

.no-display {
    display: none;
}

.contenedor-cookies {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99999999;
}

.aviso-cookies {
    max-width: 100%;
    padding: 0.5em 5%;
    background-color: #404040;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #FFF;
}

.cookie-info {
    color: #FFF;
    font-weight: normal;
    display: inline-block;
    text-decoration: underline;
    margin-left: 2px;
}

.cookie-accept {
    color: #FFF;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background-color: #62ABCC;
    margin-left: 5px;
    padding: 0.3em 0.75em;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: all 0.3s ease 0s;
}

.cookie-accept:hover {
    background-color: #6C98C3;
    text-decoration: none;
}