/* -----COOKIE CONSENT - BITRED------- */

#cc-main {
    --cc-font-family: Arial, sans-serif;

    --cc-bg: #ffffff;
    --cc-primary-color: #1f1f1f;
    --cc-secondary-color: #5a5a5a;

    --cc-btn-primary-bg: #00365b;
    --cc-btn-primary-color: #ffffff;

    --cc-btn-primary-hover-bg: #002947;
    --cc-btn-primary-hover-color: #ffffff;

    --cc-btn-secondary-bg: #e9eef2;
    --cc-btn-secondary-color: #00365b;

    --cc-btn-secondary-hover-bg: #d9e1e7;
    --cc-btn-secondary-hover-color: #00365b;

    --cc-toggle-on-bg: #00365b;

    --cc-modal-border-radius: 14px;
    --cc-btn-border-radius: 50px;

    --cc-modal-margin: 20px;

    --cc-z-index: 2147483647;
}


/* Links */

#cc-main a {
    color: #00365b;
    text-decoration: underline;
}


/* Texto */

#cc-main .cm__desc {
    line-height: 1.5;
}


/* Botones */

#cc-main button {
    font-weight: 600;
}

/*----- BANNER COOKIES ------*/

#cc-main .cm {
    max-width: 300px;
}

/* Menos espacio interno */
#cc-main .cm__body {
    padding: 2px;
}

/* Título */
#cc-main .cm__title {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.2;
}

/* Descripción */
#cc-main .cm__desc {
    font-size: 12px;
    line-height: 1.2;
}

/* Zona de botones */
#cc-main .cm__btns {
    padding: 0 18px 18px 18px;

    display: flex !important;
    justify-content:flex-start !important;
}


/* Contenedor interno del botón */
#cc-main .cm__btn-group {
    width: 100% !important;

    display: flex !important;
    justify-content: flex-start !important;
}


/* Botón*/
#cc-main .cm__btn {
   
    padding: 13px 18px;
    font-size: 11px;

    border-radius: 20px;

    margin: 0 0 !important;

}

@media (max-width: 1024px){
    #cc-main .cm__btn {

    width: 30%;

    padding: 13px 18px;
    font-size: 11px;

    border-radius: 20px;

    margin: 0 0 !important;

}
    
}