/* Estilos para el CookielawBanner */
#CookielawBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(20, 20, 20, 0.9); /* Fondo gris transparente más oscuro */
    border-top: 1px solid #333; /* Borde superior de 1px de grosor, color negro (#333) */
    padding: 15px 0; /* Ajustar el padding superior e inferior */
    z-index: 9999;
    color: white;
  }
  
  #CookielawBanner .container {
    position: relative;
  }

#CookielawBanner #CookielawCross {
    background: url('../img/close.png') no-repeat 0 0;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
}
