
/*------------------------------------------------------------------
Cookies Law
--------------------------------------------------------------------*/
.cookie-block {
    box-sizing: border-box;
   /* font-family: 'HelveticaNeue', Arial, Helvetica, sans-serif;*/
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    min-height:43px;
    line-height: 43px;
    text-align: center;
    z-index:9999;
    padding: 0 30px;
    color: #fff;
    background-color: rgba(0,0,0,0.85);
 }
.cookie-close {
    display: block;
    position: absolute;
    right: 9px;
    top: 9px;
    width: 25px;
    height: 25px;
    background-image: url(/assets/images/icon-cross-50-dark.png); /*recoger imagen*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blue_links a {
    color: #229AFF;
    text-decoration: none;
}
@media (max-width:667px) {
  .cookie-block {
      line-height: 26px;
   }
}
