<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css2?family=Yeseva+One&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&amp;display=swap");
.header {
  padding-top: 1.5625rem; }
  @media screen and (max-width: 63.9375em) {
    .header .cont-menu {
      padding: 0 1.25rem; } }
  .header .cont-menu ul.menu {
    border-bottom: 0.125rem solid #cf0d32;
    display: flex;
    justify-content: space-around;
    width: 19.5rem;
    margin: auto; }
    .header .cont-menu ul.menu li a {
      font-size: 0.875rem;
      font-weight: 700;
      color: #404041;
      text-transform: uppercase; }
      .header .cont-menu ul.menu li a:hover, .header .cont-menu ul.menu li a:focus, .header .cont-menu ul.menu li a:active, .header .cont-menu ul.menu li a.activo {
        transition: 0.3s;
        color: #cf0d32; }
  .header .bg-patron {
    background: url("../img/patron-puntos-01.png");
    background-repeat: repeat-x;
    height: 2.375rem;
    margin-top: 1.25rem; }
  .header .bg-grad {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cf0d32+0,cf0d32+44,ffffff+87 */
    background: #cf0d32;
    /* Old browsers */
    background: -moz-linear-gradient(left, #cf0d32 0%, #cf0d32 44%, white 87%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #cf0d32 0%, #cf0d32 44%, white 87%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #cf0d32 0%, #cf0d32 44%, white 87%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0d32', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */
    width: 50%;
    height: 0.625rem; }
  .header .icon-menu {
    float: right;
    font-size: 1.375rem;
    color: #404041; }
    .header .icon-menu:hover, .header .icon-menu:focus, .header .icon-menu:active {
      transition: 0.3s;
      color: #cf0d32; }

.position-right {
  background: #404041;
  z-index: 10;
  width: 14.375rem;
  transform: translateX(14.375rem);
  padding-top: 3.125rem;
  padding-left: 3.125rem;
  height: 21.25rem; }
  .position-right ul.menu li {
    border-bottom: 0.0625rem solid #58585a;
    margin: 1.5625rem 0; }
    .position-right ul.menu li a {
      font-size: 0.875rem;
      font-weight: 700;
      color: #ffffff;
      text-transform: uppercase;
      padding: 0.3125rem 0; }
      .position-right ul.menu li a:hover, .position-right ul.menu li a:focus, .position-right ul.menu li a:active {
        transition: 0.3s;
        color: #58585a; }
    .position-right ul.menu li:hover, .position-right ul.menu li:focus, .position-right ul.menu li:active {
      border-bottom: 0.0625rem solid #ffffff; }
  .position-right .close-button {
    color: #ffffff; }

.redes a {
  transition: 0.3s;
  background: #58585a;
  height: 1.5625rem;
  width: 1.5625rem;
  position: relative;
  display: inline-block;
  border-radius: 3.125rem;
  margin-right: 0.9375rem; }
  .redes a:hover, .redes a:focus, .redes a:active {
    transition: 0.3s;
    background: #ffffff; }
    .redes a:hover i, .redes a:focus i, .redes a:active i {
      color: #58585a; }
  .redes a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 0.875rem; }

.mensaje {
  margin: 0;
  padding: 0.4375rem 0;
  position: relative; }
  .mensaje h3 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1rem; }
  .mensaje .close-button {
    color: #ffffff;
    top: 0; }
    .mensaje .close-button span {
      display: inline-block; }

.mensaje.success {
  background: #404041; }

.mensaje.alert {
  background: #cf0d32; }

h1, h2 {
  font-family: 'Yeseva One', cursive;
  color: #58585a; }

h1 {
  font-size: 2.1875rem;
  line-height: 2.1875rem; }
  @media print, screen and (min-width: 40em) {
    h1 {
      font-size: 2.5rem;
      line-height: 3.125rem; } }
  @media print, screen and (min-width: 64em) {
    h1 {
      font-size: 3.4375rem;
      line-height: 3.75rem; } }

h2 {
  font-size: 2.1875rem;
  line-height: 2.1875rem; }
  @media print, screen and (min-width: 40em) {
    h2 {
      font-size: 2.5rem;
      line-height: 3.125rem; } }
  @media print, screen and (min-width: 64em) {
    h2 {
      font-size: 3.125rem;
      line-height: 3.75rem; } }

h3 {
  font-family: 'Hind', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 700;
  color: #58585a; }
  @media print, screen and (min-width: 40em) {
    h3 {
      font-size: 1rem;
      line-height: 1.1875rem; } }

p, span, li, strong, blockquote, label {
  font-family: 'Hind', sans-serif; }

p, li, label {
  color: #58585a;
  font-size: 0.875rem;
  line-height: 1rem; }
  @media print, screen and (min-width: 64em) {
    p, li, label {
      font-size: 1.25rem;
      line-height: 1.5rem; } }
  p a, li a, label a {
    color: inherit; }

.no-margin {
  margin: 0; }

form span.form-error {
  display: none; }
form .has-error input[type="text"], form .has-error input[type="password"], form .has-error input[type="date"], form .has-error input[type="datetime"], form .has-error input[type="datetime-local"], form .has-error input[type="month"], form .has-error input[type="week"], form .has-error input[type="email"], form .has-error input[type="number"], form .has-error input[type="search"], form .has-error input[type="tel"], form .has-error input[type="time"], form .has-error input[type="url"], form .has-error input[type="color"], form .has-error select, form .has-error textarea {
  border-bottom: 0.0625rem solid #cf0d32;
  margin-bottom: 0.625rem; }
form .has-error span.form-error {
  font-family: 'Hind', sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cf0d32;
  display: block;
  font-size: 0.75rem;
  margin-bottom: 0.3125rem; }
form label {
  font-family: 'Hind', sans-serif;
  font-size: 1rem;
  font-weight: 700; }
form input[type="text"], form input[type="password"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="month"], form input[type="week"], form input[type="email"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="time"], form input[type="url"], form input[type="color"], form select, form textarea {
  font-family: 'Hind', sans-serif;
  font-size: 0.75rem;
  background-color: #d9d9d9;
  border-bottom: 0.0625rem solid #404041;
  height: 1.875rem;
  box-shadow: none; }
  form input[type="text"]:focus, form input[type="password"]:focus, form input[type="date"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="month"]:focus, form input[type="week"]:focus, form input[type="email"]:focus, form input[type="number"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="time"]:focus, form input[type="url"]:focus, form input[type="color"]:focus, form select:focus, form textarea:focus {
    background-color: #d9d9d9;
    border-bottom: 0.0625rem solid #404041;
    box-shadow: none; }

.button {
  font-family: 'Yeseva One', cursive;
  color: #ffffff; }
  .button span {
    font-family: 'Hind', sans-serif;
    display: block; }
  .button.boton-rojo {
    transition: 0.3s;
    background: url("../img/puntos-boton.png") #cf0d32;
    background-position: 50%;
    background-size: 59%;
    background-repeat: no-repeat;
    font-size: 1.25rem;
    line-height: 1.1875rem;
    padding: 0.3125rem 1.25rem; }
    .button.boton-rojo span {
      font-size: 0.6875rem; }
    .button.boton-rojo:hover, .button.boton-rojo:focus, .button.boton-rojo:active {
      transition: 0.3s;
      background: url("../img/puntos-boton.png") #d9d9d9;
      background-position: 50%;
      background-size: 59%;
      background-repeat: no-repeat;
      color: #404041; }
  .button.boton-gris-01 {
    transition: 0.3s;
    background: url("../img/puntos-boton.png") #404041;
    background-position: 50%;
    background-size: 6.25rem;
    background-repeat: no-repeat;
    font-size: 1.25rem;
    line-height: 1.4375rem;
    padding: 0.75rem 1.25rem; }
    .button.boton-gris-01:hover, .button.boton-gris-01:focus, .button.boton-gris-01:active {
      transition: 0.3s;
      color: #404041;
      background: url("../img/puntos-boton.png") #d9d9d9;
      background-position: 50%;
      background-size: 6.25rem;
      background-repeat: no-repeat; }
  .button.boton-gris-02 {
    font-size: 3.4375rem;
    line-height: 2.5rem;
    background: url("../img/puntos-boton.png") #404041;
    background-repeat: no-repeat; }
    .button.boton-gris-02 span {
      font-size: 1.25rem; }
    .button.boton-gris-02:hover, .button.boton-gris-02:focus, .button.boton-gris-02:active {
      transition: 0.3s;
      background: url("../img/puntos-boton.png") #d9d9d9;
      background-repeat: no-repeat;
      color: #404041; }

.separador-20 {
  padding: 1.25rem 0; }

.separador-30 {
  padding: 1.25rem 0; }

.separador-40 {
  padding: 2.5rem 0; }

.separador-50 {
  padding: 3.125rem 0; }

.bg-gris-01 {
  background: #f5f5f5; }

.contenedor {
  position: relative;
  margin: auto;
  display: block; }
  @media screen and (min-width: 90em) {
    .contenedor {
      width: 75rem; } }

.banner {
  margin-bottom: 1.875rem;
  height: 15rem;
  padding-top: 5.625rem; }
  @media print, screen and (min-width: 40em) {
    .banner {
      margin-bottom: 3.125rem;
      height: 29.1875rem;
      padding-top: 11.875rem; } }
  .banner .bandera {
    position: absolute;
    right: 0.3125rem;
    top: -6rem;
    width: 2.8125rem; }
    @media print, screen and (min-width: 40em) {
      .banner .bandera {
        width: auto;
        top: -12.25rem; } }
  .banner h1 {
    color: #ffffff; }

.relativo {
  position: relative; }

.site-index {
  overflow: hidden; }
  .site-index .cont-banner {
    position: relative; }
    .site-index .cont-banner .banner-general {
      height: 15rem; }
      @media print, screen and (min-width: 40em) {
        .site-index .cont-banner .banner-general {
          height: 31.25rem; } }
      .site-index .cont-banner .banner-general.banner-01 {
        background: url(../img/bg-banner-01.jpg);
        background-size: cover;
        background-position: 50%; }
      .site-index .cont-banner .banner-general.banner-02 {
        background: url(../img/bg-banner-02.jpg);
        background-size: cover;
        background-position: 50%; }
      .site-index .cont-banner .banner-general.banner-03 {
        background: url(../img/bg-banner-03.jpg);
        background-size: cover;
        background-position: 50%; }
    .site-index .cont-banner .cont-logo {
      position: absolute;
      z-index: 1;
      top: 1.875rem; }
    .site-index .cont-banner .bandera {
      position: absolute;
      z-index: 1;
      right: 0;
      top: -0.625rem;
      width: 2.8125rem; }
      @media print, screen and (min-width: 40em) {
        .site-index .cont-banner .bandera {
          width: auto; } }
  .site-index .cont-titulo {
    padding: 3.125rem 0 1.25rem 0; }
    @media print, screen and (min-width: 40em) {
      .site-index .cont-titulo {
        padding: 5rem 0 9.375rem 0; } }
    .site-index .cont-titulo .contenedor img.platillo {
      width: 25rem; }
      @media print, screen and (min-width: 40em) {
        .site-index .cont-titulo .contenedor img.platillo {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: -13%; } }
      @media print, screen and (min-width: 64em) {
        .site-index .cont-titulo .contenedor img.platillo {
          width: auto; } }
    .site-index .cont-titulo .contenedor img.tomates {
      z-index: 1;
      position: absolute;
      left: -25%;
      top: -20%;
      width: 40%; }
      @media print, screen and (min-width: 64em) {
        .site-index .cont-titulo .contenedor img.tomates {
          width: auto; } }
    .site-index .cont-titulo .contenedor img.hoja-02 {
      position: absolute;
      z-index: 1;
      left: 10%;
      top: 90%;
      width: 40%; }
      @media print, screen and (min-width: 64em) {
        .site-index .cont-titulo .contenedor img.hoja-02 {
          width: auto; } }
  .site-index .cont-menu {
    background: url(../img/bg-pasta.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    height: 31.25rem; }
    .site-index .cont-menu .cont-boton {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .site-index .bg-gris-01 .contenedor {
    height: 31.25rem;
    padding-top: 10.625rem; }
    .site-index .bg-gris-01 .contenedor img.albahaca {
      position: absolute;
      z-index: 1;
      right: -20%;
      top: -33%;
      width: 40%; }
      @media print, screen and (min-width: 64em) {
        .site-index .bg-gris-01 .contenedor img.albahaca {
          width: auto; } }
    .site-index .bg-gris-01 .contenedor img.puntos-01 {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      right: -38%; }
      @media print, screen and (min-width: 64em) {
        .site-index .bg-gris-01 .contenedor img.puntos-01 {
          right: -10%; } }
    .site-index .bg-gris-01 .contenedor img.pasta {
      position: absolute;
      z-index: 1;
      left: -55%;
      bottom: -20%; }
      @media print, screen and (min-width: 40em) {
        .site-index .bg-gris-01 .contenedor img.pasta {
          left: -65%;
          bottom: -60%; } }
      @media print, screen and (min-width: 64em) {
        .site-index .bg-gris-01 .contenedor img.pasta {
          left: -35%;
          bottom: -30%;
          width: auto; } }
    .site-index .bg-gris-01 .contenedor img.semillas {
      position: absolute;
      z-index: 1;
      left: -35%;
      bottom: 30%;
      width: 40%; }
      @media print, screen and (min-width: 64em) {
        .site-index .bg-gris-01 .contenedor img.semillas {
          width: auto; } }
  .site-index .bg-rappi {
    background: url(../img/bg-moto-rappi.jpg) no-repeat;
    padding: 5.3125rem 0;
    background-position: 50% bottom; }
    @media screen and (max-width: 39.9375em) {
      .site-index .bg-rappi img.rappi {
        width: 12.5rem; } }
  .site-index .cont-ubicaciones {
    padding: 6.25rem 0 9.375rem 0; }
    @media print, screen and (min-width: 64em) {
      .site-index .cont-ubicaciones {
        padding: 5rem 0 0 0; } }
    .site-index .cont-ubicaciones h2 {
      margin-bottom: 3.125rem; }
    .site-index .cont-ubicaciones .ubicacion:hover h3, .site-index .cont-ubicaciones .ubicacion:focus h3, .site-index .cont-ubicaciones .ubicacion:active h3 {
      color: #cf0d32; }
    .site-index .cont-ubicaciones img.puntos-02, .site-index .cont-ubicaciones img.pure, .site-index .cont-ubicaciones img.hoja-02, .site-index .cont-ubicaciones img.ajo1, .site-index .cont-ubicaciones img.ajo2 {
      position: absolute;
      z-index: 1; }
    .site-index .cont-ubicaciones img.pure {
      left: -21%;
      top: -30%;
      width: 50%; }
      @media print, screen and (min-width: 40em) {
        .site-index .cont-ubicaciones img.pure {
          width: 30%;
          top: -50%; } }
      @media print, screen and (min-width: 64em) {
        .site-index .cont-ubicaciones img.pure {
          width: auto; } }
    .site-index .cont-ubicaciones img.puntos-02 {
      left: -5%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .site-index .cont-ubicaciones img.ajo1 {
      bottom: -33%;
      right: 10%; }
      @media print, screen and (min-width: 40em) {
        .site-index .cont-ubicaciones img.ajo1 {
          top: 50%;
          right: -20%;
          width: 20%; } }
      @media print, screen and (min-width: 64em) {
        .site-index .cont-ubicaciones img.ajo1 {
          width: auto; } }
    .site-index .cont-ubicaciones img.ajo2 {
      right: 54%;
      bottom: -40%; }
      @media print, screen and (min-width: 40em) {
        .site-index .cont-ubicaciones img.ajo2 {
          top: 85%;
          right: -6%; } }
      @media print, screen and (min-width: 64em) {
        .site-index .cont-ubicaciones img.ajo2 {
          width: 20%;
          width: auto; } }
    .site-index .cont-ubicaciones img.hoja-02 {
      top: -27%;
      right: -6%;
      width: 35%; }
      @media print, screen and (min-width: 40em) {
        .site-index .cont-ubicaciones img.hoja-02 {
          top: -60%; } }
      @media print, screen and (min-width: 64em) {
        .site-index .cont-ubicaciones img.hoja-02 {
          width: auto; } }
  .site-index .mapa {
    height: 25rem; }
  .site-index .cont-logo-04 {
    padding: 2.5rem 0 3.125rem 0;
    position: relative; }
    .site-index .cont-logo-04 .logotipo {
      margin-bottom: 3.125rem; }
    .site-index .cont-logo-04 img.hoja-01 {
      position: absolute;
      z-index: 1;
      right: 14%;
      top: -30%;
      width: 25%; }
      @media print, screen and (min-width: 40em) {
        .site-index .cont-logo-04 img.hoja-01 {
          top: -50%; } }
      @media print, screen and (min-width: 64em) {
        .site-index .cont-logo-04 img.hoja-01 {
          width: auto; } }

.site-sucursal .banner {
  background: url(../img/bg-sucursal.jpg) no-repeat;
  background-position: 50%;
  background-size: cover; }
.site-sucursal .cont-sucursales .row-listado {
  margin-top: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .site-sucursal .cont-sucursales .row-listado {
      margin-top: 2.5rem; } }
  @media print, screen and (min-width: 64em) {
    .site-sucursal .cont-sucursales .row-listado {
      margin-top: 3.125rem; } }
  .site-sucursal .cont-sucursales .row-listado .column-block h3 {
    color: #404041;
    margin-bottom: 1.5625rem; }
  .site-sucursal .cont-sucursales .row-listado .column-block p {
    font-size: 0.875rem;
    line-height: 0.9375rem;
    margin-bottom: 1.5625rem; }
    .site-sucursal .cont-sucursales .row-listado .column-block p a {
      color: #cf0d32; }
.site-sucursal img.logo-sano, .site-sucursal img.puntos-01 {
  position: absolute; }
.site-sucursal img.puntos-01 {
  right: -7.1875rem;
  top: 0; }
.site-sucursal img.logo-sano {
  top: 0;
  left: 0.625rem; }
.site-sucursal .mapa {
  height: 25rem; }

.site-menu .banner {
  background: url(../img/bg-menu.jpg) no-repeat;
  background-position: 50%;
  background-size: cover; }
.site-menu h2 {
  line-height: 2.375rem;
  margin-bottom: 2.5rem; }
  .site-menu h2 span {
    color: inherit;
    display: block;
    font-size: 1.25rem;
    font-family: 'Hind', sans-serif; }
.site-menu .titulo {
  position: relative;
  width: 23.125rem;
  margin: 2.5rem auto 0 auto; }
  .site-menu .titulo img.puntos {
    position: absolute;
    top: -0.25rem;
    left: 0.625rem; }
.site-menu .cont-pdf {
  padding: 2.5rem 0; }

.site-litali-a-tu-casa {
  padding-bottom: 3.125rem; }
  .site-litali-a-tu-casa .banner {
    background: url(../img/bg-atucasa-md.jpg) no-repeat;
    background-size: contain;
    background-position: 50%;
    height: 17.5rem; }
    @media print, screen and (min-width: 40em) {
      .site-litali-a-tu-casa .banner {
        height: 30.625rem; } }
    @media print, screen and (min-width: 64em) {
      .site-litali-a-tu-casa .banner {
        background: url(../img/bg-atucasa.jpg) no-repeat;
        background-position: 50%;
        height: 28.75rem; } }
  .site-litali-a-tu-casa h1 {
    margin: 1.875rem 0 2.5rem 0; }
  .site-litali-a-tu-casa .listado {
    margin-top: 3.125rem; }
    .site-litali-a-tu-casa .listado .cont-platillo img {
      margin-bottom: 1.5625rem; }
    .site-litali-a-tu-casa .listado .cont-platillo h3 {
      font-size: 1.25rem;
      line-height: 1.5rem;
      color: #404041; }
    .site-litali-a-tu-casa .listado .cont-platillo:hover h3, .site-litali-a-tu-casa .listado .cont-platillo:focus h3, .site-litali-a-tu-casa .listado .cont-platillo:active h3 {
      color: #cf0d32; }

.site-contacto .banner {
  background: url(../img/bg-contacto.jpg) no-repeat;
  background-position: 50%;
  background-size: cover; }
  .site-contacto .banner h1 {
    color: #ffffff; }
.site-contacto .formulario {
  padding-bottom: 3.125rem; }
  .site-contacto .formulario .puntos-divisor {
    margin: 2.5rem 0; }
  .site-contacto .formulario .button {
    margin-top: 0.9375rem; }
  .site-contacto .formulario .aviso {
    font-size: 0.75rem;
    text-align: center; }
    .site-contacto .formulario .aviso a {
      color: #cf0d32; }

@media print, screen and (min-width: 64em) {
  .site-error {
    padding-bottom: 6.25rem; } }
.site-error img.bandera {
  float: right;
  margin-top: -0.9375rem; }
@media screen and (max-width: 63.9375em) {
  .site-error .error-grafico {
    width: 5.9375rem;
    margin-top: 2.5rem; } }
@media print, screen and (min-width: 64em) {
  .site-error .error-grafico {
    position: absolute;
    left: 6.25rem;
    bottom: -6.25rem; } }
.site-error .contenido h1 {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Hind', sans-serif; }
.site-error .contenido h2 {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: 'Hind', sans-serif;
  color: #cf0d32; }
  .site-error .contenido h2 .error {
    font-family: 'Yeseva One', cursive;
    font-size: 10rem;
    line-height: 10rem;
    color: #404041; }
    @media print, screen and (min-width: 40em) {
      .site-error .contenido h2 .error {
        font-size: 18.75rem;
        line-height: 18.75rem; } }

.site-aviso-privacidad h1, .site-aviso-de-privacidad-modal h1 {
  margin-bottom: 3.125rem; }

.site-aviso-privacidad {
  padding: 6.25rem 0 5rem 0; }

.site-aviso-de-privacidad-modal .contenido {
  height: 37.5rem;
  overflow-y: scroll; }

.footer .bg-patron {
  background: url("../img/patron-puntos-01.png");
  background-repeat: repeat-x;
  height: 2.375rem; }
.footer .cont-menu {
  border-top: 0.625rem solid #404041;
  padding: 1.875rem 0; }
@media screen and (max-width: 63.9375em) {
  .footer img.logotipo {
    width: 10rem; } }
@media screen and (max-width: 63.9375em) {
  .footer ul.menu {
    padding: 1.25rem 0; } }
@media print, screen and (min-width: 40em) {
  .footer ul.menu {
    display: flex;
    justify-content: space-around; } }
.footer ul.menu li a {
  font-size: 0.75rem;
  font-weight: 700;
  color: #404041;
  text-transform: uppercase; }
  @media print, screen and (min-width: 40em) {
    .footer ul.menu li a {
      font-size: 0.875rem; } }
  .footer ul.menu li a:hover, .footer ul.menu li a:focus, .footer ul.menu li a:active {
    transition: 0.3s;
    color: #cf0d32; }
.footer .redes a {
  padding: 0 !important; }
.footer .bg-alimentos {
  background: url("../img/textura-alimentos.jpg");
  background-size: 210%;
  background-position: 50%;
  height: 6.875rem;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .footer .bg-alimentos {
      background: url("../img/textura-alimentos.jpg");
      background-size: cover;
      background-position: 50%;
      background-attachment: fixed; } }
  .footer .bg-alimentos .bg-grad {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cf0d32+0,cf0d32+44,ffffff+87 */
    background: #cf0d32;
    /* Old browsers */
    background: -moz-linear-gradient(left, #cf0d32 0%, #cf0d32 44%, rgba(255, 255, 255, 0) 87%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #cf0d32 0%, #cf0d32 44%, rgba(255, 255, 255, 0) 87%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #cf0d32 0%, #cf0d32 44%, rgba(255, 255, 255, 0) 87%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0d32', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */
    width: 50%;
    height: 0.625rem;
    position: absolute;
    bottom: 0;
    left: 0; }

.footer .legales {
  padding: 1.25rem 0; }
  .footer .legales p {
    font-size: 0.75rem;
    margin: 0; }
    .footer .legales p a:hover, .footer .legales p a:focus, .footer .legales p a:active {
      transition: 0.3s;
      color: #cf0d32; }

/*# sourceMappingURL=app.css.map */
</pre></body></html>