#permiso_cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
    color: #FFF;
    font-size: 0.88em;
    text-align: center;
    padding: 10px 5%;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.3);
    width: 100%;
}

#permiso_cookies_acepto {
    text-align: center;
    color: var(--principal);
    width: 150px;
    height: 50px;
    font-weight: bold;
    font-size: 20px;
    margin: 0 5px;
    background: transparent;
    cursor: pointer;
    padding: 8px 10px;
    border: 1px solid #FFF;
    text-transform: uppercase;
}
#permiso_cookies_acepto.banner-cookies {
    color: #FFF;
    font-size: 12px;
    height: auto;
    margin: 5px 10px 0 10px;
    letter-spacing: 1px;
    display: inline-block;
}
.boton_cookies {
    text-align: center;
    background-color: var(--principal);
    color: #FFF;
    width: 150px;
    height: 50px;
    font-weight: bold;
    font-size: 15px;
    border: none;
    margin: 10px 0 30px 0;
}
.boton_cookies:hover {
    background: var(--secundario);
    color: #FFF;
}
#bloque_configuracion_cookies{
    display:block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
}
.contenido_bloque_configuracion_cookies{
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 60%;
    margin: 10% 20% 20%;
    background: #FFF;
    z-index: 99999;
    padding: 30px;
}
.contenido_bloque_configuracion_cookies .boton_cerrar{
    display:block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    background: var(--principal);
    border: 1px solid var(--principal);
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    border-radius:0px!important;
}
.contenido_bloque_configuracion_cookies .boton_cerrar:after{
    content: 'X';
    display: block;
    width: 38px;
    height: 40px;
    color:#FFF;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    position: absolute;
    top: 8px;
    left: -5px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    margin-top: -4px;
    border-radius:0!important;
}
.contenido_bloque_configuracion_cookies .boton_cerrar:hover{
    background: var(--secundario);
    border:1px solid var(--secundario);
}
.contenido_bloque_configuracion_cookies .boton_cerrar:hover:after{
    color:#FFF!important;
}
.contenido_bloque_configuracion_cookies .btn_rechazar_cookies,
.contenido_bloque_configuracion_cookies .btn_guardar_cookies{
    float: right;
    width: auto;
    padding: 12px 16px 10px;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    bottom:20px;
    z-index: 2;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    font-family: 'Roboto';
    letter-spacing: 1px;
    border-radius:0px!important;
}
.contenido_bloque_configuracion_cookies .btn_guardar_cookies{
    background: var(--principal);
    border:1px solid var(--principal);
    right: 16px;
}
.contenido_bloque_configuracion_cookies .btn_rechazar_cookies{
    background: #FFF;
    border:1px solid #ccc;
    left: 16px;
    color:#ccc;
}
.contenido_bloque_configuracion_cookies .btn_rechazar_cookies:hover{
    border:1px solid var(--principal);
    background: #FFF;
    color:var(--principal);
}
.contenido_bloque_configuracion_cookies .btn_guardar_cookies:hover {
    background: var(--secundario);
    color: #FFF;
    border:1px solid var(--secundario);
}
.contenido_config_cookies{
    float:left;
    width: 100%;
}
.bloque_tabs_config_cookie,
.bloque_config_cookie{
    position:absolute;
    top: 0;
    height: 100%;
}
.bloque_tabs_config_cookie{
    float:left;
    width: 30%;
    left: 0;
    background: url(../img/logo_bono.png) center 0 no-repeat #FFF;
    background-size: auto 120px;
    padding: 120px 0 0;
    border-right: 1px solid #ccc;
}
.bloque_config_cookie{
    float:right;
    width: 70%;
    background: #F6F6F6;
    right: 0;
    padding: 75px 50px;
    overflow: hidden;
}
.bloque_config_cookie:after{
    content:'';
    display:block;
    width: 80%;
    height: 30%;
    background: url(../img/logo_bono.png) bottom right no-repeat;
    background-size: 80% 100%;
    opacity: 0.05;
    position: absolute;
    bottom: 8%;
    right: 7%;
    z-index: -1;
    filter: grayscale(100%);
}
.tab_config_cookies{
    float:left;
    width: calc(100% + 2px);
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size:1em;
    padding: 20px 25px;
    text-transform: uppercase;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.tab_config_cookies:hover{
    color: var(--principal);
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.tab_config_cookies:first-of-type{
    border-top:1px solid #ccc!important;
}
.tab_activa{
    background:#F6F6F6;
    color: #000!important;
    border-right: 2px solid #F6F6F6!important;
    padding-left: 35px;
}
.descripcion_categoria_config_cookies{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom:1px solid rgba(0,0,0,0.15);
    line-height: 1.4em;
}
@media (max-width:768px){
    .contenido_bloque_configuracion_cookies .boton_cerrar{
        right: 2%;
        top: 2%;
    }
    .bloque_tabs_config_cookie{
        padding-top:100px;
    }
    .bloque_config_cookie:after{
        display:none;
    }
    .contenido_bloque_configuracion_cookies{
        width: 96%;
        height: 96%;
        margin: 2%;
        padding: 2%;
        overflow: hidden;
        overflow-y: auto;
    }
    .bloque_tabs_config_cookie,
    .bloque_config_cookie{
        width: 100%;
        position:relative;
    }
    .bloque_config_cookie{
        padding:20px 14px;
        margin-bottom:20px;
        border: 1px solid #ccc;
        border-top:none;
    }
    .bloque_tabs_config_cookie{
        background-size: auto 50px;
        background-position: center top;
        border-right: none;
        overflow-y: auto;
        padding-top: 70px;
    }
    .tab_config_cookies{
        text-align:center;
        width: 33.3333%;
        padding: 16px 8px!important;
        font-size: 1em;
        border-left: none;
        border-right: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border:1px solid #ccc;
    }
    .tab_activa{
        background:#F6F6F6;
        color: #000!important;
        border-right: 1px solid #ccc!important;
        border-bottom: 1px solid #F6F6F6!important;
        padding-left: 25px;
    }
    .contenido_bloque_configuracion_cookies .btn_rechazar_cookies,
    .contenido_bloque_configuracion_cookies .btn_guardar_cookies{
        width:100%;
        position:relative!important;
        left: auto!important;
        top: auto!important;
        right: auto!important;
        bottom: auto!important;
        margin: 20px 0 0;
    }
    .contenido_bloque_configuracion_cookies .btn_guardar_cookies:last-of-type{
        margin-bottom:20px;
    }
    .descripcion_categoria_config_cookies{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .bloque_config_cookie{
        margin-bottom:0;
    }
    .descripcion_categoria_config_cookies{
        border: none;
    }
}
@media (min-width:769px) and (max-width:1400px) {
    .contenido_bloque_configuracion_cookies{
        width: 86%;
        height: 86%;
        margin: 6%;
        padding: 6%;
        overflow: hidden;
        overflow-y: auto;
    }
    .bloque_tabs_config_cookie{
        background-position: center 10px;
        background-size: 80% auto;
    }
}