<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  margin: 0;
  padding: 0;
}

a, p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  width: 100%;
  height: 100vh;
}

.header {
  background-image: url(../images/takara_bg.jpg);
}
.header__menu--container {
  background-color: #000000;
}
.header__menu--logo {
  width: 50%;
  max-width: 250px;
}
.header__menu--logo img {
  width: 100%;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.header .bg__blend {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #747474;
    mix-blend-mode: multiply;
}

.main .consentimiento__alergenos {
  background-color: #000000;
}

.footer {
    position: relative;
  background-image: url(../images/takara_bg.jpg);
    background-size: cover;
    background-position: bottom;
    height: 200px;
}

.footer .footer__blend {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #9a9a9a;
    mix-blend-mode: multiply;
}</pre></body></html>