.aviso-cookies {
    position: fixed;
    z-index: 99999999;
    font-size: 14px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    color: var(--verde-oscuro);
    padding: 16px;
    border-top: 1px solid var(--verde-oscuro);
    display: flex;
    align-items: center;
    justify-content: center;
}

.aviso-cookies .mensaje {
    text-align: center;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .aviso-cookies .mensaje {
        display: inline-flex;
        align-items: center;
    }
}

.aviso-cookies .mensaje .texto {
    display: block;
    margin-bottom: 8px;
    margin-right: 16px;
}

@media (min-width: 576px) {
    .aviso-cookies .mensaje .texto {
        margin-bottom: 0;
    }
}

.aviso-cookies .mensaje strong {
    font-weight: bold;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}

.aviso-cookies .mensaje .boton {
    height: 32px;
    padding-left: 18px;
    padding-right: 18px;
}

.aviso-cookies .mensaje .boton .animacion {
    height: 32px;
}

.aviso-cookies .mensaje .boton .texto {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
}

@media (min-width: 576px) {
    .aviso-cookies .mensaje .boton {
        display: inline-block;
        margin-left: 8px;
    }
}

.aviso-cookies .mensaje .boton .texto {
    margin-bottom: 0;
}