/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "FuturaBT-BoldCondensed";
  src: url("../css/FuturaBoldfont.eot"); /* IE9 Compat Modes */
  src: url("../css/FuturaBoldfont.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../css/FuturaBoldfont.otf") format("opentype"), /* Open Type Font */
    url("../css/FuturaBoldfont.svg") format("svg"), /* Legacy iOS */
    url("../css/FuturaBoldfont.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../css/FuturaBoldfont.woff") format("woff"), /* Modern Browsers */
    url("../css/FuturaBoldfont.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

body,
html {
  background-color: #ffffff;
}
.container-fluid {
  padding: 0px;
}
.container {
  max-width: 1400px;
}
#landing-miniso {
  font-family: "FuturaBT-BoldCondensed";
  color: #000000;
 margin-top: -30px;
}
#landing-landing-miniso section {
  display: inline-block;
  width: 100%;
  position: relative;
}


.banner-background-1 {
    width: 100%;
    height: 75vh;
    background-size: cover;
    max-height: 100%;
    background-image: url(../images/header_ropainterior.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-background-2 {
    width: 100%;
      height: 75vh;
    background-size: cover;
    max-height: 100%;
    background-image: url(../images/header_pijamas.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}
.owl-theme .owl-controls .owl-page span{
  display: none!important;
}
.owl-theme .owl-controls .owl-buttons div{
    display: none!important;
}

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

#categoria {
  margin: 1% 0 1% 0;
}

#categoria .lista-categoria>div{
  padding: 0 0.5% 1% 0.5%;
}

#destacados {
  margin: 1% 0 1% 0;
}
#destacados .titulo{
  text-align: center;
  height: 60px;
}
#destacados .titulo h2{
  line-height: 60px;
  margin:0px ;
  font-weight: 900;
  font-size: 30px;
}

#destacados .lista-destacados {
  padding: 0 5% 0 5%;
}

#destacados .lista-destacados .data{
  text-align: center;
}
#destacados .lista-destacados .data>span{
  display: block;
    font-size: 18px;
    font-weight: bold;
}

#banners {
  margin: 1% 0 1% 0;
}

#banners .content-ban .content_banner{
  margin-bottom: 2%;
}
/*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: 0px;
  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: -30px;
}

/*Fin slick*/

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

@media screen and (max-width: 769px) {
  .banner-background-1 {
      width: 100%;
      max-height: 230px;
      background-image: url(../images/header_ropainterior_mob.png);
  }
  .banner-background-2 {
      width: 100%;
      max-height: 230px;
      background-image: url(../images/header_pijamas_mob.png);
  }

  .slick-prev {
    left: 4% !important;
  }
  .slick-next {
    right: 4% !important;
  }
  .slick-dots {
    /*position: relative;*/
    width: 90%;
  }
  #destacados .titulo{
    margin:0 0 3% 0;
  }
  #destacados .titulo h2{
    font-size: 28px;
  }

}
