div.cookie-page__content {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  /* div.cookie-page__content button {
    font-size: 1em;
    color: white;
    font-weight: 400;
    background-color: transparent;
    border: 3px solid white;
    display: block;
    margin: 30px auto 80px;
    padding: 5px 50px 0;
    border-radius: 50px;
  }
  div.cookie-page__content button:hover {
    background-color: white;
    border: 0px;
    color: yellow;
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th {
    color: rgb(72, 61, 3);
    background-color: gold;
    border: none;
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a:hover {
    background-color: gold;
    color: rgb(72, 61, 3);
  }

  #ot-sdk-btn.ot-sdk-show-settings,
  #ot-sdk-btn.optanon-show-settings {
    color: rgb(72, 61, 3);
    border: 2px solid white;
    background-color: gold;
    font-size: 1rem;
  }
  div.cookie-page__content button:hover {
    background-color: #ffb301 !important;
    color: #6f1e0f !important;
  }

  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td,
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td,
  #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr td:last-child {
    border: 1px solid gold;
  } */

  table{
    font-size: 0.7rem;
    border-radius: 30%;
  }
  tr, th, td{
    border: 2px solid white !important;
    background-color:#f2f7ff;
    padding: 2%;
  }
  .th1{
    width: 15%;
  }
  .th2{
    width: 20%;
  }
  .th3{
    width: 8%;
  }
  .th4{
    width: 8%;
  }
  .th5{
    width: 14%;
  }
  .th6{
    width: 40%;
  }
  @media screen and (min-width: 992px){
  .cabecera img{
    max-width: 80%;
  }
  div.cookie-page__content {
    width: 80%;
  }
}
  @media screen and (min-width: 1200px){
  .cabecera img{
    max-width: 60%;
  }
  div.cookie-page__content {
    width: 80%;
  }
}
  @media screen and (min-width: 1860px){
  .cabecera img{
    max-width: 50%;
  }
}