#titulo { 
    font-family: "Century Schoolbook", Times, bold;
  }

  #logotipo {
      background-image: url("assets/img/illustrations/fondoXS.png");
      background-size:100% auto
  }

  #cb-cookie-banner { 
    position: fixed; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    z-index: 999; 
    border-radius: 0; 
    display: none; 
  }

  /* Imagen central */
  .responsive {
    width: 60%;
    max-width: 200px;
    height: auto;
  }