/***********************************/
/*  NAV  */
/***********************************/

.inner-page-header .header-page-locator ul li a {
  color: #456e6b;
  transition: all 0.5s ease 0s;
}

.single-product-area #product-1 a {
  display: none;
}

.single-product-area a {
  color: #456e6b;
}

.single-product-area .tab-content .product-picture a img {
  width: 100%;
  transition: all 0.5s ease 0s;
}

.single-product-area #product-1 a.active {
  display: block;
}

.single-product-area #product-1 a {
  display: none;
}

.single-product-area .single-product-tab {
  margin: 10px 0 0;
  border: 0px;
  overflow: hidden;
}

.single-product-area .single-product-tab .tab-image {
  border: 0px;
  text-align: center;
}

/*text*/
.single-product-area .product-details h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.single-product-area .product-details h3:after {
  background: #456e6b;
  bottom: -20px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 60px;
}

.single-product-area a {
  color: #456e6b;
}

/***********************************/
/*  OWL CAROUSEL */
/***********************************/
.section-image {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.img-fluid {
  width: 100%;
}

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-carousel .item {
  text-align: center;
}

.owl-carousel .nav-button {
  height: 30px;
  width: 30px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.owl-carousel .owl-prev {
  left: 0px;
}
.owl-carousel .owl-next {
  right: -3px;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #ffffff;
  font-size: 39px;
  background-color: #456e6b;
  border-radius: 3px;
  padding: 0;
  font-weight: 100;
}

.owl-carousel {
  background-color: white;
}

.main-img {
  width: 100%;
  height: 50%;
}

#featured {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 12px;
}

.thumbnail:hover {
  opacity: 0.5;
}

.container.section-image {
  margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  .title-serie {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .main-image {
    display: none;
  }
}

.boton_descarga {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  border: 0;
  margin: 0 5px;
  color: #fff !important;
  background-color: #ed1c25;
}

.invidual_opciones {
  display: inline-block;
  padding: 6px 12px;
  color: #222 !important;
  border: 1px solid #222;
  margin: 10px 5px;
}

.individual_opciones:focus,
.individual_opciones:hover {
  background-color: #446e6b !important;
}
