@font-face {
  font-family: "Futura Hv BT";
  src: url("../css/FuturaBT-Heavy.eot");
  src: url("../css/FuturaBT-Heavy.eot?#iefix") format("embedded-opentype"),
    url("../css/FuturaBT-Heavy.woff2") format("woff2"),
    url("../css/FuturaBT-Heavy.woff") format("woff"),
    url("../css/FuturaBT-Heavy.ttf") format("truetype"),
    url("../css/FuturaBT-Heavy.svg#FuturaBT-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../css/BebasNeueBold.eot");
  src: url("../css/BebasNeueBold.eot?#iefix") format("embedded-opentype"),
    url("../css/BebasNeueBold.woff2") format("woff2"),
    url("../css/BebasNeueBold.woff") format("woff"),
    url("../css/BebasNeueBold.ttf") format("truetype"),
    url("../css/BebasNeueBold.svg#BebasNeueBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Futura Lt BT";
  src: url("../css/FuturaBT-Light.eot");
  src: url("../css/FuturaBT-Light.eot?#iefix") format("embedded-opentype"),
    url("../css/FuturaBT-Light.woff2") format("woff2"),
    url("../css/FuturaBT-Light.woff") format("woff"),
    url("../css/FuturaBT-Light.ttf") format("truetype"),
    url("../css/FuturaBT-Light.svg#FuturaBT-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

body,
html {
  background-color: #fafafa;
}
.container-fluid {
  padding: 0px;
}
#landing-tramontina {
  font-family: "Futura Lt BT";
  color: #fafafa;
  margin-top: -30px;
}

/*Style*/
#menu-navegacion {
  margin-top: 1.8%;
  /*margin-bottom: 1.8%;*/
  /*background-color: #DCDCDC;*/
}
#menu-navegacion .container {
  background-color: #dcdcdc;
}
#menu-navegacion .logo {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 0px;
  display: block;
}
#menu-navegacion .logo img {
  vertical-align: middle;
}
#menu-navegacion #lista {
  width: 100%;
  list-style: none;
  height: 100%;
  padding: 0px;
}
#menu-navegacion #lista li {
  width: calc(100% / 4);
  float: left;
  text-align: center;
}
#menu-navegacion #lista a {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
}

.content-img-banco {
  line-height: 0;
}

#ollas .listproductos {
  margin-top: 4%;
}
#categoria-ollas .categoria {
  margin-top: 4%;
}
#categoria-ollas .categoria a > div {
  margin-bottom: 2.5%;
}
#categoria-ollas .texto {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-right: auto;
  margin-left: auto;
  top: 50%;
  width: 35%;
  height: 60px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  display: flex!important;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #000000;
  opacity: 0;
}
#categoria-ollas .categoria a:hover  img {
  opacity: 0.6;
  transform: scale(1.02);
  transition: all 1s ease;
}
#categoria-ollas .categoria a:hover .texto{
  opacity: 1;
}

/*Fin*/

/*Sliks*/

.slick-prev {
  left: -2% !important;
}
.slick-next {
  right: -2% !important;
}

.slick-prev,
.slick-next {
  width: 15px;
  height: 27px;
  z-index: 999999;
  color: #ffffff;
}
.slick-disabled {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 22px;
  color: transparent;
}
.slick-next,
.slick-next:hover,
.slick-next:focus {
  right: 0px;
  background: url("../images/flecha-der.png");
}
.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  left: 0px;
  background: url("../images/flecha-izq.png");
}

.slick-dots li.slick-active button:before {
  font-size: 10px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  bottom: 0px;
}

/*Fin slick*/

/*Fin - Style*/
/*a {
  text-decoration: none;
  color: #6a6a6a;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #6a6a6a;
}*/

@media screen and (max-width: 769px) {
  #menu-navegacion .logo img {
    max-width: 100%;
  }
  #menu-lista > div {
    padding-left: 5px;
    padding-right: 5px;
  
  }
  #menu-navegacion #lista{
    margin: 0px;
  }
  #menu-navegacion #lista a {
    font-size: 2.5vw;
    font-weight: bold;
  }
  #categoria-ollas .categoria a:hover  img {
    opacity: 1;
    transform: scale(1.02);
    transition: all 1s ease;
  }
  #categoria-ollas .categoria a:hover .texto{
    opacity: 0;
  }
}
