/* *********************************************** */
@media (min-width: 480px) {
  .footer_media-1 {
    display: block;
  }
  .footer_media-2 {
    display: none;
  }
  /* servicios  **************************************** */
  .services_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .services_card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .services_card_image {
    width: 30%;
  }
  .services_card img {
  }
  .services_card_body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    display: grid;
    flex-direction: row;
    grid-template-rows: 30px 30px auto;
  }
  .services_card_title {
    font-size: 1.2rem;
  }
  .services_card_text {
    font-size: 0.8rem;
  }
  .services_card-link {
    text-align: right;
    align-self: flex-end;
  }
  /* ********************************* */
  /* productos  **************************************** */
  .productos_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
  .productos_card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .productos_card_image {
    width: 30%;
  }
  .productos_card_body {
    padding: 0.75rem;
    display: grid;
    flex-direction: row;
    grid-template-rows: 40px 30px 50px auto;
    grid-template-columns: 2fr 1fr;
  }
  .productos_card_head {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .productos_card_title {
    font-size: 1.2rem;
  }
  .productos_card_title1 {
    text-align: center;
  }

  .productos_card_text {
    font-size: 0.8rem;
    text-align: left;
  }
  .productos_card_price {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
    align-self: center;
    justify-self: start;
    margin-top: -20px;
  }
  .productos_card_h3 {
    font-size: 2.8rem;
    font-weight: 500;
  }
  .productos_card_description {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    justify-items: end;
    align-self: end;
  }
  .productos_card_link {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
    align-self: flex-end;
  }
  /* areeglos  ********************************* */

  .cookies_container {
    width: 480px;
    height: 200px;
    bottom: 15px;
    left: 15px;
  }

  .cookies_pLine {
    display: inline;
  }
  .cookies_btn {
    left: 320px;
    bottom: 6px;
    z-index: 1;
    background-color: #c2c5c3;
  }
}
