.cookie-msg #cookie-msg {
  left: 0;
  right: 0;
  max-width: 971px;
  bottom: 0;
  z-index: 99;
  padding: 20px 50px;
}
.cookie-msg #cookie-msg span {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 600;
}
.cookie-msg #cookie-msg a {
  font-family: inherit;
  font-weight: inherit;
  text-transform: capitalize;
}
.cookie-msg .btn-aceptar {
  display: inline-block;
  padding: 6px;
  width: 120px;
  text-align: center;
  float: right;
  margin-top: 12px;
  font-family: "acumin-pro-condensed", sans-serif !important;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cookie-msg .btn-aceptar {
    display: block;
    padding: 6px;
    width: 120px;
    margin: 40px auto 0;
    float: none;
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 600;
  }
}

#tw-icon{
display:none !important;
}
