.title_product {
  color: #434343 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 36px !important;
  line-height: 54px;
  font-weight: normal !important;
}

.card {
  border: none !important;
}

.description_product {
  min-height: 380px;
  border-bottom: 1px solid #898a9054;
}
.description_product p {
  font-family: "Open Sans", sans-serif;
  color: #898A90;
  font-size: 16px;
  line-height: 30px;
}

.ytp-chrome-top.ytp-show-watch-later-title.ytp-share-button-visible.ytp-show-share-title.ytp-show-cards-title,
.ytp-endscreen-content,
.ytp-chrome-top-buttons,
.ytp-pause-overlay.ytp-scroll-min,
.ytp-pause-overlay.ytp-scroll-min.ytp-scroll-max,
.ytp-title-enable-channel-logo .ytp-title,
.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
  display: none !important;
}

.comparte {
  color: #898A90;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.product_relacionados {
  color: #434343;
  font-family: "Montserrat", sans-serif !important;
  font-size: 36px;
  line-height: 54px;
}

.overlay .mask {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.overlay .mask:hover {
  opacity: 0.87;
}

.view .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-color: #F4F2F2;
}

.flex-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.view_detail_text {
  color: #434343;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.title_products {
  color: #434343 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.title_products:hover {
  text-decoration: none;
}

.categorias_productos {
  color: #898A90 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
.categorias_productos:hover {
  text-decoration: none;
}

.sub_imagen:hover {
  cursor: pointer;
}

.sub_imagen.active {
  border: 2px solid rgba(49, 49, 49, 0.3);
}

.youtube {
  z-index: 2;
  right: 0;
}

.youtube-back {
  max-width: 60%;
  width: 100%;
  height: 100%;
  max-height: 60%;
  padding: 2px;
  border-radius: 2px;
  background: white;
  border: 1px solid #bbb;
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 999;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  animation: slideIn 0.2s;
  -webkit-animation: slideIn 0.2s;
  -moz-animation: slideIn 0.2s;
}

#youtube-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 998;
  background: rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.2s;
  -webkit-animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.2s;
}

.categoria_name {
  color: #434343;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 54px;
}

.resultados_categorias {
  color: #898A90;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
}

@media screen and (max-width: 720px) {
  .youtube-back {
    top: 30%;
    left: 8%;
    max-width: 84%;
    max-height: 60%;
  }

  .product_relacionados,
.categoria_name,
.title_product {
    font-size: 24px !important;
    line-height: 38px;
  }
}