@font-face {
  font-family: Jeroi;
  src: url('../fonts/jeroi.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: La Tipografia De Aca;
  src: url('../fonts/la-tipo-de-aca.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body {
  background-color: #fcf9f2;
}

.heroe {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.image {
  margin-top: 20px;
}

.image-2 {
  margin-top: 20px;
  margin-left: 20px;
}

.contenedor-central {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.heading {
  color: #202854;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jeroi, Verdana, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.el-cafe-de-aca-logo {
  margin-top: 30px;
  margin-bottom: 60px;
}

.el-cafe-de-aca-logo.ultimo, .el-cafe-de-aca-logo.medio {
  margin-top: 60px;
}

.empanadas {
  background-image: url('../images/plato-con-empandas.avif');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 140vh;
  margin-top: 60px;
}

.image-4 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.vare-a-jefe {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-5 {
  margin-top: 140px;
  margin-bottom: 60px;
}

.link-block {
  background-image: url('../images/boton-pedir.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 280px;
  text-decoration: none;
  display: flex;
}

.pedi-tu-delivery {
  color: #202854;
  margin-top: 10px;
  font-family: La Tipografia De Aca, Verdana, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.link-block-2 {
  background-image: url('../images/btn-pedir.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 0 40px;
  text-decoration: none;
  display: flex;
}

.image-6 {
  position: absolute;
}

.enlace-delivery {
  background-image: url('../images/btn-pedir.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 0 40px;
  text-decoration: none;
  transition: transform .5s;
  display: flex;
}

.enlace-delivery:hover {
  transform: scale(1.1);
}

.texto-pedi {
  color: #202854;
  margin-top: 10px;
  font-family: La Tipografia De Aca, Verdana, sans-serif;
  font-size: 25px;
  line-height: 45px;
}

.image-7 {
  margin-top: 40px;
}

.mbae-teko-bandera {
  flex-flow: column;
  height: 140vh;
  margin-top: 60px;
  display: flex;
}

._50-porciento {
  background-image: url('../images/mbae-teko-neon.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
}

._50-porciento.bandera-paraguay {
  background-image: url('../images/bandera-paraguay.avif');
}

.section-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.redes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 90px;
  width: 100%;
  max-width: 250px;
}

.redes-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inspirado-en-el-py {
  margin-top: 140px;
}

.enlaces-redes {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .5s;
  display: flex;
}

.enlaces-redes:hover {
  transform: scale(1.1);
}

.contenedor-vinculo {
  margin-top: 40px;
  margin-bottom: 20px;
}

.vinculo-com-py {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.texto-vinculo {
  color: #333;
  margin-bottom: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.footer-copy {
  text-align: center;
  margin-bottom: 40px;
  font-size: 12px;
}

.site-footer {
  padding-bottom: 40px;
}

.pedi-titular {
  color: #202854;
  font-family: La Tipografia De Aca, Verdana, sans-serif;
  font-size: 40px;
}

@media screen and (max-width: 991px) {
  .contenedor-central {
    width: 80%;
  }

  .empanadas {
    background-size: cover;
  }

  .contenedor-bandera, .contendor-grafismo {
    width: 15%;
  }
}

@media screen and (max-width: 767px) {
  .empanadas {
    background-size: cover;
  }

  .inspirado-en-el-py {
    width: 85%;
    margin-top: 100px;
  }

  .redes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 150px;
  }
}

@media screen and (max-width: 479px) {
  .contenedor-central {
    width: 80%;
    position: relative;
  }

  .heading {
    font-size: 18px;
    line-height: 20px;
  }

  .el-cafe-de-aca-logo, .el-cafe-de-aca-logo.ultimo {
    width: 60%;
  }

  .el-cafe-de-aca-logo.primero {
    width: 60%;
    margin-bottom: 40px;
  }

  .empanadas {
    background-position: 50% 0;
    background-size: cover;
    height: 60vh;
    margin-top: 0;
  }

  .image-4 {
    width: 20%;
  }

  .image-5 {
    width: 80%;
    margin-top: 60px;
  }

  .pedi-tu-delivery {
    text-align: center;
    font-size: 30px;
  }

  .enlace-delivery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-7 {
    width: 70%;
  }

  .mbae-teko-bandera {
    height: 100vh;
  }

  .inspirado-en-el-py {
    margin-top: 60px;
  }

  .contenedor-vinculo {
    padding-left: 40px;
    padding-right: 40px;
  }

  .texto-vinculo {
    text-align: center;
    margin-bottom: 10px;
    line-height: 16px;
  }

  .contenedor-bandera, .contendor-grafismo {
    width: 15%;
  }
}

#w-node-_169a9b8d-672a-34c5-30c1-6ece1152db3e-ab12e05c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_169a9b8d-672a-34c5-30c1-6ece1152db3e-ab12e05c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@font-face {
  font-family: 'Jeroi';
  src: url('../fonts/jeroi.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'La Tipografia De Aca';
  src: url('../fonts/la-tipo-de-aca.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}