<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/rodizio_bg.jpg);
}

.header_leGourmet {
    background-image: url(../images/leGourmet_bg.jpg);
}

.header .header__menu--container {
    background-color: #2355b2;
}


.main .consentimiento__alergenos {
    background-color: #2355b2;
}

.main .main__item  .main__item--plato h3 {
    padding-bottom: 5px;
}


.main .main__item  .main__item--plato h4 {
    font-style: normal;
}

.footer {
    position: relative;
  background-image: url(../images/leGourmet_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
}
</pre></body></html>