.jc_imagen {
  height: 220px;
  margin-bottom: 20px;
  background-image: url('../images/Apple-Airpods-PNG-Image.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.jc_precio {
  /*font-family: Dinnextw1g, sans-serif;*/
  color: black;
  font-size: 16px;
  line-height: 24px;
  /*font-weight: 400;*/
  text-align: center;
  font-family: 'Gotham';
  font-weight: 600;
}

.jc_producto {
  width: 31.33%;
  margin-right: 1%;
  margin-bottom: 30px;
  margin-left: 1%;
  border: 1px solid #e1e3e4;
  text-decoration: none;
}

.jc_nombre {
  margin-bottom: 10px;
  font-family: 'Gotham';
  /*font-family: Dinnextw1g, sans-serif;*/
  color: black;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.jc_container {
  width: 1200px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.jc_container.jc_titul_cont {
  margin-bottom: 50px;
}

.jc_cont_productos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.jc_descripcion {
  margin-bottom: 10px;
  font-family: 'Gotham';
  /*font-family: Dinnextw1g, sans-serif;*/
  color: #677279;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
  text-align: center;
}

.main {
  padding-top: 100px;
}

.jc_titul {
  font-family: Dinnextw1g, sans-serif;
  color: black;
  font-weight: 700;
  text-align: center;
}

.jc_cont_info {
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #f3f5f6;
}

@media screen and (max-width: 767px) {
  .jc_producto {
    width: 48%;
  }

  .jc_container.jc_titul_cont {
    margin-bottom: 30px;
  }

  .jc_titul {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .jc_producto {
    width: 100%;
  }

  .jc_container.jc_titul_cont {
    margin-bottom: 30px;
  }

  .jc_titul {
    font-size: 34px;
    text-align: center;
  }
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}






@font-face {
  font-family: 'Dinnextw1g';
  src: url('../fonts/DINNextW1G-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextw1g';
  src: url('../fonts/DINNextW1G-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextw1g';
  src: url('../fonts/DINNextW1G-BlackItalic.otf') format('opentype'), url('../fonts/DINNextW1G-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextw1g';
  src: url('../fonts/DINNextW1G-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextw1g';
  src: url('../fonts/DINNextW1G-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}