/*=========
Font load
===========*/
@font-face {
    font-family: 'TradeMarker OT';
    src: url('../fonts/TradeMarkerOT-BoldIt.eot');
    src: url('../fonts/TradeMarkerOT-BoldIt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TradeMarkerOT-BoldIt.woff2') format('woff2'),
         url('../fonts/TradeMarkerOT-BoldIt.woff') format('woff'),
         url('../fonts/TradeMarkerOT-BoldIt.ttf')  format('truetype'),
         url('../fonts/TradeMarkerOT-BoldIt.svg#TradeMarker OT') format('svg');
}
@font-face {
    font-family: 'TradeMarker OT Light';
    src: url('../fonts/TradeMarkerOT-LightIt.eot');
    src: url('../fonts/TradeMarkerOT-LightIt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TradeMarkerOT-LightIt.woff2') format('woff2'),
         url('../fonts/TradeMarkerOT-LightIt.woff') format('woff'),
         url('../fonts/TradeMarkerOT-LightIt.ttf')  format('truetype'),
         url('../fonts/TradeMarkerOT-LightIt.svg#TradeMarker OT') format('svg');
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
  color: var(--body-color);
  font-family: var(--body-font);
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .container {
  max-width: 1310px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #000 url("../img/loader.png") no-repeat center center;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
}
.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 70px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-color: var(--base-color-1);
}
.scrollup i {
  color: #fff;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.cursor {
  border-radius: 50%;
  display: block;
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  width: 30px;
  height: 30px;
  pointer-events: none;
  mix-blend-mode: multiply;
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: rgba(122, 122, 122, 0.3);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  z-index: 1011;
}
@-webkit-keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes line_animation_2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
@keyframes line_animation_2 {
  0% {
    opacity: 1;
    bottom: 0px;
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 100%;
    opacity: 1;
  }
}
.line_animation {
  top: 0px;
  left: 50%;
  z-index: -1;
  width: 100%;
  bottom: 0px;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.line_animation .line_area {
  width: 12.5%;
  height: 100%;
  position: relative;
  display: inline-block;
  border-right: 1px solid #1C1C1C;
}
.line_animation .line_area:before {
  width: 1px;
  right: -1px;
  content: "";
  height: 60px;
  border-radius: 100%;
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
  background-image: linear-gradient(0deg, #ffffff, transparent);
}

.line_animation .line_area:nth-child(even):before {
  -webkit-animation: line_animation 20s ease-out infinite;
  animation: line_animation 20s ease-out infinite;
}

.line_animation .line_area:nth-child(odd):before {
  -webkit-animation: line_animation_2 20s ease-out infinite;
  animation: line_animation_2 20s ease-out infinite;
}

.bgPage {
  color: #fff;
  background-color: #0d0d0d;
}
.ori-header-section {
    top: 0;
    left: 0%;
    z-index: 10;
    width: 100%;
    position: absolute;
    padding: 20px 100px;
}
.ori-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  position: fixed;
  padding: 10px 100px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  background-color: #0d0d0d;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
@-webkit-keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 25px;
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 25px;
  }
}
.ori-slider-section-1 .ori-slider-social {
  top: 40%;
  left: 100px;
  z-index: 1;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ori-slider-section-1 .ori-slider-social li {
  margin-bottom: 50px;
}
.ori-slider-section-1 .ori-slider-social li:last-child {
  margin-bottom: 0;
}
.ori-slider-section-1 .ori-slider-social li a {
  color: rgba(255, 255, 255, 0.5);
}
.ori-slider-section-1 .ori-slider-social li a:hover {
  color: rgb(255, 255, 255);
}
.ori-slider-section-1 .ori-slider-social li i {
  margin-bottom: 8px;
}
.ori-slider-section-1 .ori-slider-scroll {
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  bottom: -50px;
  margin: 0 auto;
  text-align: center;
}
.ori-slider-section-1 .ori-slider-scroll span {
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.ori-slider-section-1 .ori-slider-scroll .scroll-mouse {
  position: relative;
}
.ori-slider-section-1 .ori-slider-scroll .scroll-mouse:after {
  left: 0;
  right: 0;
  width: 5px;
  height: 5px;
  content: "";
  bottom: -8px;
  margin: auto;
  border-radius: 100%;
  position: absolute;
  background-color: var(--base-color-1);
  -webkit-animation: MoveUpDown 3s linear infinite;
          animation: MoveUpDown 3s linear infinite;
}
.ori-slider-section-1 .ori-slider-scroll .scroll-mouse i {
  font-size: 30px;
  color: var(--base-color-1);
}
.ori-slider-content-wrapper-1 {
  z-index: 1;
  overflow: hidden;
}

.ori-slider-content-1 {
  z-index: 1;
  padding: 250px 0px 250px;
  background-image: url('../img/bgSlider.jpg');
  background-repeat : no-repeat;
  background-size: cover;
  background-position: center center;
}
.ori-slider-content-1:before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 530px;
  margin: 0 auto;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(79.32%, rgba(9, 9, 9, 0)), color-stop(99.06%, #0D0D0D));
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 79.32%, #0D0D0D 99.06%);
}
.ori-slider-content-1.slick-current.slick-active .ori-slider-img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.ori-slider-content-1.slick-current.slick-active .ori-slider-text h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.ori-slider-content-1.slick-current.slick-active .ori-slider-text .slider-play-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.ori-slider-text .slider-play-btn {
  opacity: 0;
  margin-top: 80px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.ori-slider-text {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 15px;
}
.ori-slider-text h1 {
  font-family: var(--heading-1);
  opacity: 0;
  font-size: 76px;
  font-weight: 700;
  line-height: 92px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}
.ori-slider-text h1 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.ori-slider-text h1 i {
  color: var(--base-color-1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ori-slider-text .slider-play-btn a {
  font-family: var(--body-font);
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #0D0D0D;
  border: 2px solid #FFFFFF;
}
.ori-slider-text .slider-play-btn a:hover {
  color: var(--base-color);
}
.slick-dots {
  display: none;
}
#products{
  margin-top: 120px;
}
.producto {
  min-height: 300px;
}
.bgProduct {
  z-index: 0;
  background-image: url('../img/bgProduct.jpg');
  background-repeat : no-repeat;
  background-size: cover;
  background-position: center center;
}
.bgTextProduct {
  background-color: rgba(0, 0, 0, .8);
}
.mBg {
  margin-top: 80px;
}
.bgTextProduct h2 {
  font-family: var(--heading-2);
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 2.5rem;
  line-height: 30px;
  margin-bottom: 20px;
}
.bgTextProduct h2 small {
    font-size: .775em;
}
.bgTextProduct p {
  font-size: 16px;
}
.bgTextProduct p.price {
  font-size: 40px;
  font-weight: 600;
}
.bgTextProduct p.price span.priceOld {
  font-size: 24px;
  text-decoration:line-through;
  color: rgba(255, 255, 255, 0.5);
}
.bgTextProduct a.ficha {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  padding: 25px 20px;
}
.bgTextProduct a.ficha:hover {
  color: rgba(255, 255, 255, 0.5);
}
.buyBtn a {
  z-index: 1;
  font-size: 14px;
  display: block;
  font-weight: 700;
  padding: 25px 40px;
  position: relative;
  display: inline-block;
  border-radius: 35px;
  letter-spacing: 0.14em;
  background-color: rgba(255, 255, 255, 0.1);
}
.buyBtn a:hover {
  color: #fff;
}
.buyBtn a:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 70px;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-color-1);
}
.buyBtn a:hover:after {
  width: 100%;
  border-radius: 35px;
  color: #fff;
}
.imgProductWildDub3 {
  margin-top: -150px;
}
footer .copyrirght p {
  font-family: var(--heading-1);
  font-size: 14px;
}
footer li {
  border-right: 1px solid #fff;
}
footer li:last-child {
  border-right: 0px solid #fff;
}
footer a {
  letter-spacing: 1.2px;
  text-align: center;
  font-size: 14px;
  padding: 0px 0.8vw;
}
footer a:hover {
  color: var(--base-color);
}
.legal {
  text-align: right;
}
.bgLegal {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .ori-slider-section-1 .ori-slider-social {
    display: none;
  }
  .ori-slider-text h1 {
    font-size: 60px;
    line-height: 70px;
    padding: 0px;
  }
}
@media screen and (max-width: 991px) {
  .ori-slider-text h1 {
    font-size: 55px;
    line-height: 63px;
    padding: 0px;
  }
  .ori-header-section {
    padding: 20px 20px;
  }
  .imgProductWildDub3 {
    margin-top: 0px;
  }
  .mBg {
    margin-top: 30px;
  }
  .copyrirght {
    text-align: center;
  }
  .legal {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .ori-header-section.sticky-on {
    padding: 10px 20px;
  }
  .ori-slider-content-1 {
    padding: 250px 0px 150px;
  }
  .ori-slider-text h1 {
    font-size: 25px;
    line-height: 35px;
    padding: 0px;
  }
  .ori-slider-section-1 .ori-slider-scroll {
    color: #fff;
    bottom: 0px;
  }
  .bgTextProduct h2 {
    line-height: 40px;
  }
  .imgProductWildDub3 {
    margin-top: -130px;
    margin-bottom: 20px;
  }
  .mBg {
    margin-top: 80px;
  }footer a {
    padding: 0px 8px;
  }
}