.container--900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.container--800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.recetas_heading {
  margin-bottom: 80px;
}

.recetas_heading.recetas_heading_in {
  margin-top: 0;
}

.c_recetas_heading {
  text-align: center;
}

.recetas_heading_titulo {
  background-image: url('../images/shape-heading-recipe.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  color: #be1e2d;
  font-family: Bakerierough, sans-serif;
  font-size: 66px;
  line-height: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.recetas_heading_descripcion {
  color: #000000;
  font-family: Pluto, sans-serif;
  font-size: 22px;
  line-height: 120%;
  max-width: 800px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.recetas_heading_descripcion.recetas_heading_descripcion_in {
  color: #4d4d4d;
  max-width: 860px;
}

.recetas_heading_form_select {
  background-color: #be1e2d;
  border: none;
  color: white;
  font-family: 'ButteredPopcorn', sans-serif;
  font-size: 30px;
  min-width: 350px;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  outline: none;
  line-height: 1;
}

.recetas_heading_form_select option {
  background-color: white;
  color: #000;
}

.recetas_heading_form_select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
.recetas_heading_form_select::-ms-expand {
  display: none;
}

.no-results {
  width: 100%;
  text-align: center;
  font-family: Pluto, sans-serif;
  color: #000000;
  font-size: 16px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.pagination-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pagination-items button {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  padding: 12px 15px 8px;
  border: 1px solid #818181;
  border-radius: 5px;
  font-family: Bakerierough, sans-serif;
  color: #818181;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  margin-bottom: 5px;
  background-color: white;
  transition: .2s;
}

.pagination-items button.jplist-selected {
  border-color: #be1e2d;
  color: #fff;
  background-color: #be1e2d;
}

.pagination-items button:hover {
  border-color: #be1e2d;
  color: #be1e2d;
}

.pagination-items button.jplist-selected:hover {
  border-color: #be1e2d;
  color: #fff;
  background-color: #be1e2d;
}

.img_receta_small.img_receta_small--ed {
  height: 340px;
}

.nombre_receta_producto {
  color: #be1e2d;
  font-family: Pluto, sans-serif;
  font-size: 15px;
}

.nombre_receta.nombre_receta--ed {
  color: #000000;
  font-family: Pluto, sans-serif;
  font-size: 22px;
}

.shape-ed-lt-2 {
  position: absolute;
  left: 5%;
  top: 8%;
}

.shape-ed-lt-2.shape-ed-lt-2--in {
  left: 4%;
  top: 16%;
}

.shape-ed-lt-1 {
  position: absolute;
  top: 2%;
  left: 30%;
}

.shape-ed-lt-1.shape-ed-lt-1--in {
  top: 10%;
}

.shape-ed-rt-1 {
  position: absolute;
  right: 0;
  top: 12%;
}

.shape-ed-rt-1.shape-ed-rt-1--in {
  top: 10%;
}

.shape-ed-rt-5 {
  position: absolute;
  right: 10%;
  top: 23%;
}

.shape-ed-rt-5.shape-ed-rt-5--in {
  top: auto;
  bottom: 16%;
  right: 20%;
}

.shape-ed-lm-1 {
  position: absolute;
  left: 0;
  top: 56%;
}

.shape-ed-rm-1 {
  position: absolute;
  right: 0;
  top: 50%;
}

.shape-ed-rm-1.shape-ed-rm-1--in {
  top: 52%;
}

.shape-ed-lb-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.shape-ed-rb-1 {
  position: absolute;
  bottom: 0;
  right: 0; 
}

.shape-ed-rb-1.shape-ed-rb-1--in {
  bottom: 18%;
}

.titu_receta_interna.titu_receta_interna--ed {
  background-image: none;
  font-family: 'ButteredPopcorn', sans-serif;
  font-weight: normal;
  line-height: 100%;
  padding: 0;
}

.titu_con_sabor_issima.titu_con_sabor_issima--ed {
  font-family: 'Pluto', sans-serif;
  font-size: 32px;
  line-height: 110%;
}

.txt_titu_detalle.txt_titu_detalle--ed {
  font-family: 'PlutoSans', sans-serif;
}

.txt_detalle.txt_detalle--ed {
  font-family: 'Pluto', sans-serif;
}

.titu_ingredientes.titu_ingredientes--ed {
  font-family: 'ButteredPopcorn', sans-serif;
}

.titu_proceso.titu_proceso--ed {
  font-family: 'ButteredPopcorn', sans-serif; 
}

.lista_de_ingredientes.lista_de_ingredientes--ed {
  font-family: 'Pluto', sans-serif;
}

.txt_item_list_ingredientes.txt_item_list_ingredientes--ed {
  font-family: 'Pluto', sans-serif; 
}

.lista_de_proceso.lista_de_proceso--ed {
  font-family: 'Pluto', sans-serif; 
}

.txt_compartir.txt_compartir--ed {
  font-family: 'Pluto', sans-serif;
  font-size: 24px;
}

.cta_descarga_receta.cta_descarga_receta--ed {
  font-family: 'ButteredPopcorn', sans-serif;
}

.titu_recetas_relacionadas.titu_recetas_relacionadas--ed {
  font-family: 'ButteredPopcorn', sans-serif;
  font-size: 45px;
}

.nombre_receta.nombre_receta--ed {
  font-family: 'Pluto', sans-serif;
}

.c-producto_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-producto_content.c-producto_content_in {
  display: block;
  height: auto;
}

.producto_content_picture {
  width: 48%;
  text-align: center;
}

.producto_content_info {
  width: 48%;
  text-align: center;
  height: 100%;
}

.c-producto_content_info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.producto_content_info__title {
  color: #000000;
  font-family: 'ButteredPopcorn', sans-serif;
  font-size: 48px;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.producto_content_info__desc {
  color: #4d4d4d;
  font-family: 'ButteredPopcorn', sans-serif;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 30px;
}

.producto_content_info__link {
  color: #818181;
  display: inline-block;
  font-family: 'ButteredPopcorn', sans-serif;
  font-size: 22px;
  line-height: 100%;
  padding: 12px 60px;
  border: 1px solid #818181;
  border-radius: 4px;
  text-decoration: none;
}

.producto_content {
  margin-bottom: 50px;
}

.producto_content.producto_content_in {
  display: block;
  text-decoration: none;
  width: 29%;
  margin-left: 2%;
  margin-right: 2%;
}

.producto_content.producto_content_in:hover .producto_content_info__cta {
  border-color: #be242d;
  color: #be242d;
}

.producto_content.producto_content_in:hover .producto_content_info__title.producto_content_info__title_in {
  color: #be242d;
}

/*.producto_content.producto_content_in:last-child {
  margin-bottom: auto;
}*/

.productos_content.productos_content_in {
  display: flex;
  flex-wrap: wrap;
}

.producto_content_picture.producto_content_picture_in {
  margin-bottom: 40px;
  width: 100%;
}

.producto_content_info.producto_content_info_in {
  width: 100%;
}

.producto_content_info__title.producto_content_info__title_in {
  margin-bottom: 0;
  font-family: 'Pluto', sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 110%;
  transition: .2s;
}

.c-productos_content_intern {
  display: flex;
  justify-content: space-between;
}

.productos_content_intern_picture {
  width: 48%;
  text-align: center;
}

.productos_content_intern_info {
  display: flex;
  flex-direction: column;
  width: 48%;
}

.productos_content_intern_info_content {
  color: #4d4d4d;
  font-family: 'Pluto', sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 150%;
  margin-bottom: 40px;
}

.productos_content_intern_info_content ol,
.productos_content_intern_info_content ul {
  padding-left: 0;
  margin-bottom: 20px;
}

.productos_content_intern_info_content ul {
  list-style-type: "*";
}

.productos_content_intern_info_content li {
  margin-bottom: 10px;
}

.productos_content_intern_info_content p {
  margin-bottom: 20px;
}

.productos_content_intern_info_content a {
  color: #be242d;
}

.productos_content_intern_info_content figure {
  margin-bottom: 20px;
}

.productos_content_intern_dispo_titular__titulo {
  color: #4d4d4d;
  font-family: 'Pluto', sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 110%;
  margin-top: 0;
  margin-bottom: 0;
}

.productos_content_intern_dispo_pais_nombre {
  color: #4d4d4d;
  font-family: 'Pluto', sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 110%;
  margin-top: 0;
  margin-bottom: 0; 
  text-align: center;
}

.productos_content_intern_dispo_pais_icono {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.c-productos_content_intern_dispo_paises {
  display: flex;
  flex-wrap: wrap;
}

.productos_content_intern_dispo_pais {
  margin-right: 10px;
  width: 70px;
  margin-bottom: 10px;
}

.productos_content_intern_dispo_titular {
  margin-bottom: 20px;
}

.productos_content_intern_dispo {
  margin-top: auto;
}

.producto_interna_shape_left {
  position: absolute;
  left: 0;
  top: 30%;
  width: 90px;
}

.producto_interna_shape_right {
  position: absolute;
  right: 0;
  bottom: 5%; 
}

.producto_interna_shape_verdus {
  position: absolute;
  left: 10%;
  bottom: 0%; 
}

.producto_content_info__cta {
  border: 1px solid #818181;
  border-radius: 4px;
  color: #818181;
  display: inline-block;
  font-family: 'Pluto', sans-serif;
  font-size: 18px;
  line-height: 110%;
  margin-top: 40px;
  padding: 14px 60px;
  transition: .2s;
}

.left-top-verdu-pro {
  position: absolute;
  left: 0;
  top: 12%;
}

.left-top-2-verdu-pro {
  position: absolute;
  left: 29%;
  top: 11%;
}

.left-top-3-verdu-pro {
  position: absolute;
  left: 0;
  top: 23%;
}

.left-bottom-verdu-pro {
  position: absolute;
  bottom: 16%;
  left: 5%;
}

.right-top-verdu-pro {
  position: absolute;
  right: 0;
  top: 17%;
}

.right-mid-verdu-pro {
  position: absolute;
  right: 5%;
  top: 50%;
}

.right-bottom-verdu-pro {
  position: absolute;
  right: 0;
  bottom: 10%;
}

.left-top-c-pro {
  position: absolute;
  top: 5%;
  left: 0;
}

.left-top-2-c-pro {
  position: absolute;
  left: 26%;
  top: 3%;
}

.left-bottom-c-pro {
  position: absolute;
  left: 0;
  bottom: 0;
}

.right-top-c-pro {
  position: absolute;
  right: 20px;
  top: 4%;
}

.right-bottom-c-pro {
  position: absolute;
  right: 0;
  bottom: 0;
}

.recetas_navidenias.recetas_navidenias--pt {
  padding-top: 265px;
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .shape-ed-lb-1 {
    width: 70px;
  }

  .shape-ed-lm-1 {
    width: 60px;
  }

  .left-top-verdu-pro {
    left: -40px;
  }

  .left-top-c-pro {
    width: 120px;
  }

  .right-top-verdu-pro {
    width: 60px;
  }

  .left-top-3-verdu-pro {
    width: 60px;
  }

  .left-top-2-verdu-pro {
    left: 20%;
    top: 10%;
  }

  .shape-ed-rt-1 {
    width: 80px;
  }

  .producto_content_info__cta {
    display: block;
    padding: 14px;
    width: 100%;
  }

  .shape-ed-rt-5 {
    display: none;
  }  

  .shape-ed-rt-1.shape-ed-rt-1--in {
    display: none;
  }

  .shape-ed-lt-1.shape-ed-lt-1--in {
    top: 35%;
    left: auto;
    right: 5%;
  }

  .shape-ed-lt-2.shape-ed-lt-2--in {
    top: 35%;
    left: 5%;
  }
}


@media screen and (max-width: 767px) {
  .right_ing_pro_n {
    padding-bottom: 0;
  }

  .producto_interna_shape_right {
    width: 90px;
  }

  .producto_content_picture.producto_content_picture_in {
    margin-bottom: 20px;
  }

  .left-bottom-verdu-pro {
    left: 2%;
  }

  .right-mid-verdu-pro {
    right: 1%;
  }

  .recetas_heading_form_select {
    width: 100%;
  }
  .right-bottom-verdu-pro {
    width: 100px;
  }
  .shape-ed-lm-1 {
    width: 80px;
  }
  .recetas_navidenias.recetas_navidenias--pt {
    padding-top: 170px;
  }
  .left-top-c-pro {
    width: 80px;
  }
  .right-top-c-pro {
    right: -80px;
  }
  .left-top-verdu-pro {
    top: 10%;
  }
  .left-top-2-verdu-pro {
    position: absolute;
    left: 10%;
    top: 5%;
  }
  .left-top-3-verdu-pro {
    width: 60px;
  }
  .producto_interna_shape_left {
    width: 60px;
    top: 25%;
  }
  .producto_interna_shape_verdus {
    bottom: auto;
    top: 22%;
    left: auto;
    right: -100px;
  }
  .container--800 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .productos_content_intern_dispo_titular {
    text-align: center;
  }

  .c-productos_content_intern_dispo_paises {
    justify-content: center;
  }

  .productos_content_intern_dispo_pais {
    margin-left: 5px;
    margin-right: 5px;
  }

  .c-productos_content_intern {
    flex-wrap: wrap;
  }

  .productos_content_intern_picture {
    margin-bottom: 40px;
    width: 100%;
  }

  .productos_content_intern_info {
    width: 100%;
  }

  .producto_content.producto_content_in {
    width: 46%;
  }

  .producto_content_picture {
    width: 100%;
    margin-bottom: 30px;
  }

  .producto_content_info {
    width: 100%;
  }

  .producto_content:nth-child(even) .producto_content_picture {
    order: initial;
  }

  .recetas_heading_titulo {
    font-size: 60px;
  }

  .recetas_heading_descripcion {
    font-size: 20px;
  }

  .shape-ed-rt-1 {
    width: 40px;
    top: 4%;
  }

  .shape-ed-lt-2 {
    top: 5%;
    left: 2%;
  }

  .shape-ed-lt-1 {
    top: 1%;
  }

  .shape-ed-lt-1.shape-ed-lt-1--in {
    top: 24%;
  }

  .shape-ed-lt-2.shape-ed-lt-2--in {
    top: 24%;
  }

  .shape-ed-rm-1.shape-ed-rm-1--in {
    top: 40%;
  }

  .shape-ed-rb-1.shape-ed-rb-1--in {
    bottom: 30%;
    width: 70px;
  }
}

@media screen and (max-width: 479px) {
  .left-bottom-c-pro {
    width: 30px;
  }

  .right-bottom-c-pro {
    width: 40px;
  }

  .producto_content_picture.producto_content_picture_in {
    margin-bottom: 10px;
  }

  .left-bottom-verdu-pro {
    display: none;
  }

  .shape-ed-rt-1 {
    top: 10%;
  }
  .recetas_navidenias.recetas_navidenias--pt {
    padding-top: 140px;
  }
  .left-top-c-pro {
    width: 40px;
  }
  .right-top-c-pro {
    right: -140px;
  }
  .left-top-2-verdu-pro {
    left: 3%;
    top: 3%;
  }
  .left-top-verdu-pro {
    top: 10%;
  }
  .producto_interna_shape_verdus {
    top: 16%;
    right: -120px;
  }

  .producto_interna_shape_left {
    width: 40px;
  }

  .producto_interna_shape_right {
    width: 60px;
  }

  .producto_content.producto_content_in {
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .producto_content_info__link {
    display: block;
    padding: 12px;
  }

  .recetas_heading_titulo {
    font-size: 50px;
    background-image: none;
    padding-bottom: 0;
  }

  .recetas_heading_descripcion {
    font-size: 18px;
  }

  .recetas_heading_form_select {
    min-width: 100%;
    font-size: 24px;
  }

  .shape-ed-lt-2 {
    top: 1%;
  }

  .shape-ed-lt-1 {
    top: 1%;
    right: 5%;
    left: auto;
  }

  .shape-ed-lt-1.shape-ed-lt-1--in {
    top: 13%;
    right: 1%;
    display:  none;
  }

  .shape-ed-lt-2.shape-ed-lt-2--in {
    top: 13%;
    left: 1%;
    display: none;
  }

  .shape-ed-rb-1.shape-ed-rb-1--in {
    bottom: 35%;
  }

  .shape-ed-rm-1.shape-ed-rm-1--in {
    width: 40px;
  }

  .shape-ed-lm-1 {
    width: 40px;
  }

  .shape-ed-rb-1.shape-ed-rb-1--in {
    width: 50px;
  }
}