@font-face {
  font-family: 'Gotham-Black';
  src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/Gotham-Black.otf')  format('opentype'),
  url('../fonts/Gotham-Black.woff') format('woff'), url('../fonts/Gotham-Black.ttf')  format('truetype'), url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
  font-family: 'Roboto', sans-serif;
}
h1, h2, h3{
  font-family: 'Gotham-Black';
}
a{
  text-decoration: none;
}
.logo{
  width: 265px;
}
#header{
  position: absolute;
  top: 0;
  transition-duration: 0.2s;
}
#header.header-page{
  position: relative !important;
}
.header-container{
  width: 1200px;
}
#nav{
  transition: 0.2s ease all;
}
#nav.sticky{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  transition: 0.2s ease all;
}
.header-locales{
  overflow: hidden;
  font-size: 13px;
}
.header-locales:hover .text{
  color: #e3342f;
}
.header-locales .st0{
  transition-duration: 0.2s;
  fill: #353535;
}
.header-locales:hover .st0{
  fill: #e3342f;
}
.header-locales .icon{
  float: left;
  margin-right: 10px;
  height: 45px;
}
.header-locales .text{
  float: left;
  color: #353535;
  padding-top: 5px;
  transition-duration: 0.2s;
}
.header-locales .text h4{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
}
.compare{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  position: relative;
  transition-duration: 0.2s;
}
.compare img{
  width: 30px;
}
.compare:hover{
  background-color: #353535;
}
.compare:hover .number{
  background-color: #e3342f;
}
.compare .number{
  background-color: #353535;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  right: -5px;
  line-height: 20px;
  font-size: 12px;
  transition-duration: 0.2s;
}
.flexslider{
  border: none !important;
  width: 100%;
  overflow: hidden;
}
.homeSlider .btn-slider{
  position: absolute;
  /* KickAds maintenance 2019-06-18 */
  /*bottom: 30%;
  right: 30%;*/
  bottom: 3%;
  right: 38%;
  font-family: 'Gotham-Black';
}
.section-title{
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
}
.section-title:after{
  content: '';
  width: 45px;
  height: 5px;
  background-color: #e3342f;
  position: absolute;
  bottom: 0px;
  margin: auto;
  left: 0;
  right: 0;
}
.categories{
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg-categories.jpg);
}
.category{
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 85px 0;
  display: block;
}
.category:hover h3{
  color: #e3342f;
}
.category h3{
  font-size: 25px;
  transition-duration: 0.2s;
}
.section-links{
  background-image: url(../images/bg-links.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
}
.section-links .item h3{
  transition-duration: 0.2s;
}
.section-links .item:hover h3{
  background-color: #353535;
}
.owl-dots{
  display: none;
}
.owl-prev, .owl-next{
  width: 60px;
  height: 60px;
  background-color: #fff !important;
  border-radius: 50% !important;
  line-height: 55px !important;
  box-shadow: 0px 0px 5px #d2d2d2;
  transition-duration: 0.2s;
}
.owl-prev:hover, .owl-next:hover{
  background-color: #e3342f !important;
}
.owl-prev span, .owl-next span{
  font-size: 40px;
}
.owl-theme .owl-nav {
  margin-top: 35px !important;
}

#wrap {
  display: inline-block;
  position: relative;
  height: 24px;
  float: right;
  padding: 0;
  position: absolute;
  right: 15px;
  top: -3px;
}

.search input[type="text"] {
  height: 24px;
  font-size: 16px;
  display: inline-block;
  font-family: "Lato";
  font-weight: 100;
  border: none;
  outline: none;
  color: #fff;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

.search input[type="text"]:focus:hover {
  border-bottom: 1px solid #e3342f;
}

.search input[type="text"]:focus {
  width: 200px;
  z-index: 1;
  border-bottom: 1px solid #e3342f;
  cursor: text;
}
.search input[type="submit"] {
  height: 22px;
  width: 22px;
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  z-index: 2;
  cursor: pointer;
  transition: opacity .4s ease;
}

.search input[type="submit"]:hover {
  opacity: 0.8;
}


.demo-wrap .demo {
  width: 1200px;
  height: 560px;
  margin: 0 auto;
  position: relative;
  -webkit-user-select: none;
}

.slide-wrap {
  width: 1200px;
  height: 560px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slide-wrap li {
  display: none;
  width: 600px;
  position: absolute;
  z-index: 0;
  overflow: hidden;
}

.slide-wrap .inner {
  position: relative;
  border-radius: 5px;
}

.slide-wrap .inner a {
  text-decoration: none;
  border: none;
  outline: none;
}

.slide-wrap .pic-tit {
  width: 80%;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  text-align: center;
  overflow: hidden;
}
.slide-wrap .pic-tit h4{
  font-size: 22px;
  color: #353535;
  font-family: 'Gotham-Black';
  text-transform: uppercase;
}
.slide-wrap img {
  width: 100%;
  border: none;
  outline: none;
}


.slide-wrap .post1 {
  display: block;
  width: 550px;
  height: 500px;
  top: 0px;
  left: 0%;
  z-index: 2;
  opacity: 0.2;

}

.slide-wrap .post2 {
  display: block;
  width: 600px;
  height: 500px;
  top: 60px;
  left: 24%;
  z-index: 3;
  opacity: 1;
}

.slide-wrap .post3 {
  display: block;
  width: 550px;
  height: 500px;
  top: 0px;
  right: 0%;
  z-index: 2;
  opacity: 0.2;
}

.slide-wrap .inner {
  overflow: hidden;
  position: relative;
}

.arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #384047;
  color: #fff;
  position: absolute;
  top: 160px;
  z-index: 10;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  font-style: normal;
}

.prev {
  left: 0px;
  background-position: 0px 0px;
}

.next {
  right: 0px;
  background-position: -52px 0px;
}

.quickViewPopup{
  /*width: 960px;*/
  width: 500px;
  margin: auto;
}
.quickViewPopup h3{
  font-size: 28px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
}
.quickViewPopup h3:after{
  content: '';
  width: 45px;
  height: 5px;
  background-color: #e3342f;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.quickViewPopup img{
  width: 100%;
  height: auto;
}
.quickViewPopup ul{
  padding: 0px;
}
.quickViewPopup ul li{
  list-style: none;
  margin: 10px 0;
}
.products-slider .mfp-close-btn-in .mfp-close {
  color: #fff !important;
  background-color: #000;
}
.page-content{
  padding-top: 30px;
}
.sidebar .sidebar-categories{
  padding: 0px;
}
.sidebar img{
  margin: auto;
  display: block;
}
.page-content .flexslider{
  background-color: transparent;
}
#f2{
  margin-top: 15px !important;
}
#f2 img{
  opacity: 0.7;
}
#f2 .flex-active-slide img{
  opacity: 1;
}
.price-offer{
  font-family: 'Gotham-Black';
  text-decoration:line-through
}
.product-color .color-item{
  width: 25px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  border: solid 2px #cccccc;
}
.product-photos{
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition-duration: 0.2s;
}
.product-photos.color-active{
  opacity: 1;
  z-index: 2;
}
.product-color .color-active{
  border: solid 2px #a9a9a9;
}
.share a{
  width: 25px;
  height: 25px;
  background-color: #3F51B5;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 2px;
  margin-right: 5px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #3d4852;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-family: 'Gotham-Black';
  text-transform: uppercase;
  padding: 14px 0px;
  width: 25%;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #606f7b;
}

/* Create an active/current tablink class */
.tab button.active {
  color: #e3342f;
  background-color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 40px 12px;
  animation: fadeEffect 1s;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.banner-product{
  margin-bottom: -5px;
  display: block;
  overflow: hidden;
}
.banner-product img{
  width: 100%;
  height: auto;
}
.sticky-product{
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999999999;
}
.product-nav .current a{
  background-color: #323b44;
}
.product-nav a{
  font-family: 'Gotham-Black';
}
.product-feature .icon{
  width: 80px;
  display: block;
  margin: auto;
}
.product-feature .garantia{
  width: 100px;
  margin: auto;
  display: block;
}
.product-feature h4{
  font-family: 'Gotham-Black';
  font-size: 20px;
  margin-bottom: 5px;
}
.product-gallery .gallery-item{
  position: relative;
  display: grid;
}
.product-gallery .gallery-item .gallery-cover{
  font-family: 'Gotham-Black';
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  padding-top: 20%;
  transition-duration: 0.2s;
}
.product-gallery .gallery-item:hover .gallery-cover{
  opacity: 1;
}
.banner-accessories{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-accessories h2{
  font-size: 38px;
  line-height: 58px;
}
.ficha-tecnica{
  background-image: url(../images/bg-ficha.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ficha-tecnica .container{
  background-color: rgba(255, 255, 255, 0.9);
}
.ficha-tecnica .tecnica-title{
  font-family: 'Gotham-Black';
}
.ficha-tecnica td{
  padding: 15px 30px;
}
.ficha-tecnica tr:nth-child(even) {
  background-color: #f8f8f8;
}
/*Fondo para ficha tecnica de productos de fuerza*/
.ft-fuerza{
  background-image: url(../images/bg-ficha-fuerza.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ft-fuerza .container{
  background-color: rgba(255, 255, 255, 0.9);
}
.ft-fuerza .tecnica-title{
  font-family: 'Gotham-Black';
}
.ft-fuerza td{
  padding: 15px 30px;
}
.ft-fuerza tr:nth-child(even) {
  background-color: #f8f8f8;
}
.product-item-grid {
  transition-duration: 0.2s;
}
.product-item-grid .product-item-buttons{
  top: 10px;
  right: 0px;
  opacity: 0;
  position: absolute;
  transition-duration: 0.2s;
}
.product-item-grid .product-item-buttons .product-item-button{
  display: block;
  background-color: #606f7b;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  margin-bottom: 5px;
  transition-duration: 0.2s;
}
.product-item-grid .product-item-buttons .product-item-button:hover{
  background-color: #e3342f;
}
.product-item-grid .product-item-buttons .product-item-button .svg{
  width: 24px;
  height: auto;
}
.product-item-grid .product-img, .product-item-grid h3{
  transition-duration: 0.2s;
}
.product-item-grid:hover .product-item-buttons{
  right: 10px;
  opacity: 1;
}
.product-item-grid:hover .product-img{
  opacity: 0.5;
}
.product-item-grid:hover h3{
  color: #e3342f;
}

.product-item-list{
  overflow: hidden;
  padding: 10px;
  margin-bottom: 15px;
}
.product-item-list .product-img{
  float: left;
  width: 250px;
  height: auto;
  margin-right: 10px;
}
.product-item-list .product-item-text{
  padding-right: 20px;
}
.product-item-list .product-item-title{
  overflow: hidden;
  margin-top: 20px;
}
.product-item-list .product-item-title h3{
  float: left;
  font-size: 22px;
}
.product-item-list .product-item-title .price{
  float: right;
  font-size: 20px;
  font-family: 'Gotham-Black';
}
.product-item-list .product-buttons a{
  font-size: 14px;
}
.product-item-list .product-item-buttons{
  display: none;
}
.product-item-text .product-description{
  margin: 20px 0;
}

.product-grid{
  width: 33.33%;
  float: left;
  padding: 0 5px;
  position: relative;
}
.product-grid .product-img{
  float: none;
  width: 100%;
  transition-duration: 0.2s;
}
.product-grid:hover .product-img{
  opacity: 0.5;
}
.product-grid .product-item-title .price, .product-grid .product-description{
  display: none;
}
.product-grid:hover .product-item-title h3{
  color: #e3342f;
}
.product-grid .product-item-title h3{
  font-size:.875rem;
  float: none;
  margin-bottom: 20px;
  text-align: center;
  transition-duration: 0.2s;
}
.product-grid .product-buttons{
  display: none;
}
.product-grid .product-item-text{
  padding-right: 0px;
}

.product-grid .product-item-buttons{
  top: 10px;
  right: 0px;
  opacity: 0;
  display: inherit;
  position: absolute;
  transition-duration: 0.2s;
}
.product-grid .product-item-buttons .product-item-button{
  display: block;
  background-color: #606f7b;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  margin-bottom: 5px;
  transition-duration: 0.2s;
}
.product-grid .product-item-buttons .product-item-button:hover{
  background-color: #e3342f;
}
.product-grid .product-item-buttons .product-item-button .svg{
  width: 24px;
  height: auto;
}
.product-grid:hover .product-item-buttons{
  right: 10px;
  opacity: 1;
}
.comparar table{
  width: 100%;
}

.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion-active {
  background-color: #3d4852;
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  overflow: hidden;
}