


.letterChachingo {
  background: #3A747A; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col {
  width: 50%;
  float: left;
  padding: 0 15px; }

@media screen and (max-width: 990px) {
  .col {
    width: 100%;
    float: left; } }

.containergrilla-margin {
  max-width: 80vw;
  margin: auto; }

.containergrilla {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .containergrilla header.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem; }
    .containergrilla header.main img {
      width: 150px;
      margin-bottom: 2rem; }
    .containergrilla header.main nav.negocios {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 2rem 0;
      width: 80%;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
      @media screen and (max-width: 414px) {
        .containergrilla header.main nav.negocios {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .containergrilla header.main nav.negocios .chachingo a:hover {
        background: #3A747A;
        border: 1px solid #3A747A;
        color: white; }
      .containergrilla header.main nav.negocios .palmares a:hover {
        background: #7B2540;
        border: 1px solid #7B2540;
        color: white; }
      .containergrilla header.main nav.negocios .aristides a:hover {
        background: #B77537;
        border: 1px solid #B77537;
        color: white; }
      .containergrilla header.main nav.negocios .vistalba a:hover {
        background: #65367A;
        border: 1px solid #65367A;
        color: white; }
      .containergrilla header.main nav.negocios div {
        width: 20%;
        text-align: center; }
        @media screen and (max-width: 414px) {
          .containergrilla header.main nav.negocios div {
            width: 100%;
            margin-bottom: 2rem; } }
        .containergrilla header.main nav.negocios div img {
          display: inline-block;
          width: 80%;
          margin-bottom: 2rem; }
        .containergrilla header.main nav.negocios div img.republica {
          width: 77%; }
        .containergrilla header.main nav.negocios div a {
          display: inline-block;
          border: 1px solid #ccc;
          padding: .5rem 2rem;
          font-size: 1rem;
          text-transform: uppercase;
          color: black; }
  .containergrilla div.intro {
    width: 80%;
    padding: 3rem 0;
    margin: auto; }
    .containergrilla div.intro p, .containergrilla div.intro .text {
      width: 100%;
      text-align: center;
      margin: auto;
      line-height: 1.5rem; }
      @media screen and (max-width: 414px) {
        .containergrilla div.intro p, .containergrilla div.intro .text {
          width: 100%; } }
    .containergrilla div.intro p:nth-child(1), .containergrilla div.intro .text:nth-child(1),
    .containergrilla div.intro p:nth-child(2),
    .containergrilla div.intro .text:nth-child(2) {
      margin-bottom: 1rem; }
  .containergrilla header.section.chachingo {
    background: #3A747A; }
  .containergrilla header.section.palmares {
    background: #7B2540; }
  .containergrilla header.section.aristides {
    background: #B77537; }
  .containergrilla header.section.vistalba {
    background: #65367A; }
  .containergrilla header.section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
    color: #ccc;
    padding: 2rem; }
    @media screen and (max-width: 414px) {
      .containergrilla header.section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .containergrilla header.section div:nth-child(1) {
      width: 50%; }
      @media screen and (max-width: 414px) {
        .containergrilla header.section div:nth-child(1) {
          width: 100%;
          text-align: center; } }
      .containergrilla header.section div:nth-child(1) img {
        width: 20%; }
        @media screen and (max-width: 414px) {
          .containergrilla header.section div:nth-child(1) img {
            width: 70%;
            margin-bottom: 1rem; } }
    .containergrilla header.section .contacto {
      width: 50%;
      font-size: 1.25rem;
      color: white;
      text-align: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 414px) {
        .containergrilla header.section .contacto {
          width: 100%;
          font-size: 1rem;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center; } }
  .containergrilla nav.clubes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 2rem; }
    .containergrilla nav.clubes p, .containergrilla nav.clubes .text {
      font-size: 1.5rem; }
    .containergrilla nav.clubes div:first-child {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; }
      .containergrilla nav.clubes div:first-child div {
        width: 80%;
        border-top: 1px solid #ccc;
        margin: auto;
        padding: 2rem 0; }
        .containergrilla nav.clubes div:first-child div p, .containergrilla nav.clubes div:first-child div .text {
          width: 50%;
          margin: auto;
          line-height: 1.5rem; }
          @media screen and (max-width: 414px) {
            .containergrilla nav.clubes div:first-child div p, .containergrilla nav.clubes div:first-child div .text {
              width: 100%; } }
    .containergrilla nav.clubes .clubVinos,
    .containergrilla nav.clubes .clubGin {
      width: 8%;
      text-align: center;
      border: 1px solid #ccc;
      padding: 1.5rem 1rem;
      margin: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 414px) {
        .containergrilla nav.clubes .clubVinos,
        .containergrilla nav.clubes .clubGin {
          width: 50%; } }
      .containergrilla nav.clubes .clubVinos div img,
      .containergrilla nav.clubes .clubGin div img {
        display: inline-block;
        width: 90%; }
  .containergrilla section .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; }
    .containergrilla section .intro img {
      width: 30%; }
      @media screen and (max-width: 414px) {
        .containergrilla section .intro img {
          width: 90%; } }
    .containergrilla section .intro p, .containergrilla section .intro .text {
      width: 40%;
      margin: 2rem 0 3rem 0;
      font-size: 1.25rem;
      text-align: center; }
      @media screen and (max-width: 414px) {
        .containergrilla section .intro p, .containergrilla section .intro .text {
          width: 80%; } }
      @media screen and (max-width: 768px) {
        .containergrilla section .intro p, .containergrilla section .intro .text {
          width: 80%;
          margin: 2rem 3rem 0 3rem; } }
  .containergrilla section .grid-container {
    display: grid;
    grid-gap: 10px;
    margin: 2rem; }
    @media screen and (max-width: 414px) {
      .containergrilla section .grid-container {
        margin: 1rem; } }
    .containergrilla section .grid-container div {
      display: grid; }
    .containergrilla section .grid-container div:nth-child(1),
    .containergrilla section .grid-container div:nth-child(4) {
      grid-column: 1 / 3; }
      @media screen and (max-width: 414px) {
        .containergrilla section .grid-container div:nth-child(1),
        .containergrilla section .grid-container div:nth-child(4) {
          grid-column: 1 / 6; } }
    .containergrilla section .grid-container div:nth-child(2) {
      grid-column: 3 / 5; }
      @media screen and (max-width: 414px) {
        .containergrilla section .grid-container div:nth-child(2) {
          grid-column: 1 / 6; } }
    @media screen and (max-width: 414px) {
      .containergrilla section .grid-container div:nth-child(3) {
        grid-column: 1 / 6; } }
    .containergrilla section .grid-container div:nth-child(6) {
      grid-column: 4 / 6; }
      @media screen and (max-width: 414px) {
        .containergrilla section .grid-container div:nth-child(6) {
          grid-column: 1 / 6; } }
    .containergrilla section .grid-container div:nth-child(5) {
      grid-column: 3 / 4; }
      @media screen and (max-width: 414px) {
        .containergrilla section .grid-container div:nth-child(5) {
          grid-column: 1 / 6; } }
    .containergrilla section .grid-container div:nth-child(1) div:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 10px; }
      @media screen and (max-width: 414px) {
        .containergrilla section .grid-container div:nth-child(1) div:first-child {
          padding-right: 0px;
          margin-bottom: 10px; } }
      .containergrilla section .grid-container div:nth-child(1) div:first-child div {
        width: 100%; }
      .containergrilla section .grid-container div:nth-child(1) div:first-child div:first-child {
        height: 250px;
        background: url(../img/letter100label.png) #7B2540;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70%;
        margin-bottom: 10px; }
        @media screen and (max-width: 414px) {
          .containergrilla section .grid-container div:nth-child(1) div:first-child div:first-child {
            background-size: 60%; } }
      .containergrilla section .grid-container div:nth-child(1) div:first-child div:first-child.imgAristides {
        background: url(../img/aristides_1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(1) div:first-child div:first-child.letterChachingo {
        background-color: #3A747A; }
      .containergrilla section .grid-container div:nth-child(1) div:first-child div:first-child.imgVistalba {
        background: url(../img/vistalba_1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(1) div:first-child div:last-child {
        height: 350px; }
      .containergrilla section .grid-container div:nth-child(1) div:first-child div:last-child.imgPalmares {
        background: url(../img/palmares_2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(1) div:first-child div:last-child.imgChachingo {
        background: url(../img/chachingo_1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right; }
      .containergrilla section .grid-container div:nth-child(1) div:first-child div:last-child.letterAristides {
        background: url(../img/letterBirras.svg) #B77537;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70%; }
      .containergrilla section .grid-container div:nth-child(1) div:first-child div:last-child.imgVistalba {
        background: url(../img/vistalba_3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right; }
    .containergrilla section .grid-container div:nth-child(1) div:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .containergrilla section .grid-container div:nth-child(1) div:last-child div {
        width: 100%; }
      .containergrilla section .grid-container div:nth-child(1) div:last-child div:first-child {
        height: 350px;
        margin-bottom: 10px; }
      .containergrilla section .grid-container div:nth-child(1) div:last-child div:first-child.imgPalmares {
        background: url(../img/palmares_1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(1) div:last-child div:first-child.imgAristides {
        background: url(../img/aristides_2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right; }
      .containergrilla section .grid-container div:nth-child(1) div:last-child div:first-child.imgChachingo {
        background: url(../img/chachingo_10.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(1) div:last-child div:first-child.imgVistalba {
        background: url(../img/vistalba_2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(1) div:last-child div:last-child {
        height: 250px; }
      .containergrilla section .grid-container div:nth-child(1) div:last-child div:last-child.imgPalmares {
        background: url(../img/palmares_3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(1) div:last-child div:last-child.imgChachingo {
        background: url(../img/chachingo_2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(1) div:last-child div:last-child.imgAristides {
        background: url(../img/aristides_3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(1) div:last-child div:last-child.letterVistalba {
        background: url(../img/letterBirraTirada.svg) #65367A;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 75%; }
    .containergrilla section .grid-container div:nth-child(2) div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .containergrilla section .grid-container div:nth-child(2) div div {
        width: 100%;
        height: 300px; }
      .containergrilla section .grid-container div:nth-child(2) div div:first-child {
        margin-bottom: 10px; }
      .containergrilla section .grid-container div:nth-child(2) div div:first-child.imgPalmares {
        background: url(../img/palmares_4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(2) div div:first-child.imgChachingo {
        background: url(../img/chachingo_5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(2) div div:first-child.imgAristides {
        background: url(../img/aristides_4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(2) div div:first-child.letterVistalba {
        background: url(../img/letterPatria.svg) #65367A;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 75%; }
      .containergrilla section .grid-container div:nth-child(2) div div:last-child.imgPalmares {
        background: url(../img/palmares_5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(2) div div:last-child.imgChachingo {
        background: url(../img/chachingo_4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(2) div div:last-child.letterAristides {
        background: url(../img/letterCerveceria.png) #B77537;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%; }
      .containergrilla section .grid-container div:nth-child(2) div div:last-child.imgVistalba {
        background: url(../img/vistalba_4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
    .containergrilla section .grid-container div:nth-child(3) div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .containergrilla section .grid-container div:nth-child(3) div div {
        width: 100%; }
      .containergrilla section .grid-container div:nth-child(3) div div:first-child {
        height: 250px;
        background: url(../img/letterLoveWine.png) #7B2540;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%;
        margin-bottom: 10px; }
        @media screen and (max-width: 414px) {
          .containergrilla section .grid-container div:nth-child(3) div div:first-child {
            background-size: 50%; } }
      .containergrilla section .grid-container div:nth-child(3) div div:first-child.letterVistalba {
        background-color: #65367A; }
      .containergrilla section .grid-container div:nth-child(3) div div:first-child.letterChachingo {
        background: url(../img/letterAltaComida.svg) #3A747A;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%; }
      .containergrilla section .grid-container div:nth-child(3) div div:first-child.imgAristides {
        background: url(../img/aristides_5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(3) div div:last-child {
        height: 350px; }
      .containergrilla section .grid-container div:nth-child(3) div div:last-child.imgPalmares {
        background: url(../img/palmares_6.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(3) div div:last-child.imgChachingo {
        background: url(../img/chachingo_8.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(3) div div:last-child.imgAristides {
        background: url(../img/aristides_6.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(3) div div:last-child.imgVistalba {
        background: url(../img/vistalba_5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
    .containergrilla section .grid-container div:nth-child(5) div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .containergrilla section .grid-container div:nth-child(5) div div {
        width: 100%; }
      .containergrilla section .grid-container div:nth-child(5) div div:first-child {
        height: 250px;
        background: url(../img/letterBodegaAmiga.png) #7B2540;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 75%;
        margin-bottom: 10px; }
        @media screen and (max-width: 414px) {
          .containergrilla section .grid-container div:nth-child(5) div div:first-child {
            background-size: 60%; } }
      .containergrilla section .grid-container div:nth-child(5) div div:first-child.letterChachingo {
        background: url(../img/letterWineShop.svg) #3A747A;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 75%; }
      .containergrilla section .grid-container div:nth-child(5) div div:first-child.letterAristides {
        background: url(../img/iconJabali.svg) #B77537;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 75%; }
      .containergrilla section .grid-container div:nth-child(5) div div:first-child.letterVistalba {
        background: url(../img/letterMusica.svg) #65367A;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 75%; }
      .containergrilla section .grid-container div:nth-child(5) div div:last-child {
        height: 350px; }
      .containergrilla section .grid-container div:nth-child(5) div div:last-child.imgPalmares {
        background: url(../img/palmares_10.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom; }
      .containergrilla section .grid-container div:nth-child(5) div div:last-child.imgChachingo {
        background: url(../img/chachingo_9.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom; }
      .containergrilla section .grid-container div:nth-child(5) div div:last-child.letterAristides {
        background: url(../img/letterCraft.svg) #B77537;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%; }
      .containergrilla section .grid-container div:nth-child(5) div div:last-child.imgVistalba {
        background: url(../img/vistalba_10.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom; }
    .containergrilla section .grid-container div:nth-child(4) div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 300px; }
      @media screen and (max-width: 414px) {
        .containergrilla section .grid-container div:nth-child(4) div {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          height: 900px; } }
      .containergrilla section .grid-container div:nth-child(4) div div:nth-child(1) {
        width: 100%;
        margin-bottom: 10px; }
      .containergrilla section .grid-container div:nth-child(4) div div:nth-child(1).imgPalmares {
        background: url(../img/palmares_7.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(4) div div:nth-child(1).imgChachingo {
        background: url(../img/chachingo_3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(4) div div:nth-child(1).imgAristides {
        background: url(../img/aristides_7.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(4) div div:nth-child(1).imgVistalba {
        background: url(../img/vistalba_6.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(4) div div:nth-child(2) {
        width: 100%;
        height: 300px;
        background: url(../img/letterLoveVino.png) #7B2540;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 75%;
        margin-right: 5px; }
        @media screen and (max-width: 414px) {
          .containergrilla section .grid-container div:nth-child(4) div div:nth-child(2) {
            width: 100%;
            margin-right: 0px;
            margin-bottom: 10px;
            background-size: 65%; } }
      .containergrilla section .grid-container div:nth-child(4) div div:nth-child(2).letterChachingo {
        width: 100%;
        height: 300px;
        background: url(../img/letterVisitas.svg) #3A747A;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 75%; }
      .containergrilla section .grid-container div:nth-child(4) div div:nth-child(2).letterAristides {
        background: url(../img/letterBirrasTwo.svg) #B77537;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 75%; }
      .containergrilla section .grid-container div:nth-child(4) div div:nth-child(2).imgVistalba {
        background: url(../img/vistalba_9.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(4) div div:nth-child(3) {
        width: calc(50% - 5px);
        margin-left: 5px; }
        .containergrilla section .grid-container div:nth-child(4) div div:nth-child(3) ul {
          list-style: none;
          margin-top: 1rem; }
        .containergrilla section .grid-container div:nth-child(4) div div:nth-child(3) ul li {
          margin-bottom: .2rem; }
        .containergrilla section .grid-container div:nth-child(4) div div:nth-child(3) ul li a {
          color: gray; }
        @media screen and (max-width: 414px) {
          .containergrilla section .grid-container div:nth-child(4) div div:nth-child(3) {
            width: 100%;
            margin-left: 0px; } }
      .containergrilla section .grid-container div:nth-child(4) div div:nth-child(3).imgPalmares {
        background: url(../img/palmares_9.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
    .containergrilla section .grid-container div:nth-child(6) div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 414px) {
        .containergrilla section .grid-container div:nth-child(6) div {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .containergrilla section .grid-container div:nth-child(6) div div:nth-child(1) {
        width: calc(52% - 10px);
        height: 350px;
        margin-right: 10px; }
        @media screen and (max-width: 414px) {
          .containergrilla section .grid-container div:nth-child(6) div div:nth-child(1) {
            width: 100%;
            margin-right: 0px; } }
      .containergrilla section .grid-container div:nth-child(6) div div:nth-child(1).imgPalmares {
        background: url(../img/palmares_8.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(6) div div:nth-child(1).imgChachingo {
        background: url(../img/chachingo_6.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(6) div div:nth-child(1).imgAristides {
        background: url(../img/aristides_8.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(6) div div:nth-child(1).imgVistalba {
        background: url(../img/vistalba_7.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(6) div div:nth-child(2) {
        width: 48%;
        height: 350px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media screen and (max-width: 414px) {
          .containergrilla section .grid-container div:nth-child(6) div div:nth-child(2) {
            width: 100%;
            margin-left: 0px; } }
        .containergrilla section .grid-container div:nth-child(6) div div:nth-child(2) div:nth-child(1) {
          width: 100%;
          height: 240px;
          margin-bottom: 10px; }
        .containergrilla section .grid-container div:nth-child(6) div div:nth-child(2) div:nth-child(1).imgPalmares {
          background: url(../img/palmares_11.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center; }
        .containergrilla section .grid-container div:nth-child(6) div div:nth-child(2) div:nth-child(1).imgChachingo {
          background: url(../img/chachingo_7.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center; }
        .containergrilla section .grid-container div:nth-child(6) div div:nth-child(2) div:nth-child(1).imgAristides {
          background: url(../img/aristides_9.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center; }
        .containergrilla section .grid-container div:nth-child(6) div div:nth-child(2) div:nth-child(1).imgVistalba {
          background: url(../img/vistalba_8.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center; }
        .containergrilla section .grid-container div:nth-child(6) div div:nth-child(2) div:nth-child(2) {
          width: 100%;
          height: 100px;
          background: url(../img/letterDisfrutar.png) #7B2540;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 75%; }
        .containergrilla section .grid-container div:nth-child(6) div div:nth-child(2) div:nth-child(2).letterChachingo {
          background-color: #3A747A; }
        .containergrilla section .grid-container div:nth-child(6) div div:nth-child(2) div:nth-child(2).imgAristides {
          background: url(../img/aristides_10.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center; }
        .containergrilla section .grid-container div:nth-child(6) div div:nth-child(2) div:nth-child(2).letterVistalba {
          background-color: #65367A; }
      .containergrilla section .grid-container div:nth-child(6) div div:nth-child(3) {
        width: 100%;
        height: 250px;
        background: url(../img/letterComidasCaseras.png) #7B2540;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 75%;
        margin-top: 10px; }
      .containergrilla section .grid-container div:nth-child(6) div div:nth-child(3).letterChachingo {
        background-color: #3A747A; }
      .containergrilla section .grid-container div:nth-child(6) div div:nth-child(3).imgAristides {
        background: url(../img/aristides_11.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
      .containergrilla section .grid-container div:nth-child(6) div div:nth-child(3).imgVistalba {
        background: url(../img/vistalba_11.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }



.text:not(.nocol) {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px; }

@media screen and (max-width: 990px) {
  .text {
    -webkit-column-count: initial;
    column-count: initial; } }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: black;
  color: white;
  padding: 2rem 0;
  text-align: center;
  margin-top: 40px; }
  @media screen and (max-width: 414px) {
    footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 414px) {
    footer div {
      margin-bottom: 1rem; } }
  footer a {
    color: white; }
  footer .ubicacion {
    width: 80%;
    text-align: left; }

.clearfix {
  clear: both;
  width: 100%;
  display: inline-block; }

.mt-20 {
  margin-top: 20px; }

.mt-40 {
  margin-top: 40px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-40 {
  margin-bottom: 40px; }


.cont-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cont-products .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; }
    .cont-products .product .image {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%; }
      .cont-products .product .image img {
        width: 100%; }
    .cont-products .product .data {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .cont-products .product .data p, .cont-products .product .data .text {
        margin-bottom: 20px; }

.product-single {
  text-align: center; }
  .product-single img {
    width: 60%; }
  .product-single .data {
    text-align: left; }

@media screen and (max-width: 990px) {
  .cont-products .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

@media screen and (max-width: 768px) {
  .cont-products .product {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
  .product-single .data .btn {
    width: 100%;
    text-align: center; } }


.cont-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 70%;
  margin: 0 15%; }
  .cont-articles .article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin-bottom: 40px; }
    .cont-articles .article img {
      width: 100%;
      margin-bottom: 10px; }
