.container-banner {
  padding: 0 15px;
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
}

.banner.bespoke {
  padding: 0;
}

.img-fluid-total {
  max-width: 100%;
  max-height: 100%;
}

.barra-inferior-bespoke {
  bottom: 1px;
  position: relative;
  height: 42px;
  background-color: #ff7843;
}

.banner .bespoke-logo {
  position: absolute;
  bottom: -44px;
  left: calc(50% - 65px);
  height: 130px;
  width: auto;
}

.banner .barra-inferior {
  padding: 1.25rem 0.75rem;
  text-align: center;
  position: absolute;
  background-color: #322e2f66;
  left:0;
  right:0;
  bottom: 0;  
}

.banner h5 {
  margin: 0;
  color: #ffffff;
  font-family: 'Raleway';
  font-size: 1.5rem;
  line-height: 0.68;
  letter-spacing: 5px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.banner .bold {
  font-weight: 700;
}

.banner .semi-bold {
  font-weight: 600;
}

.texto-bienvenida {
  margin-top: 80px;
  text-align: center;
  align-content: center;
  font-family: "Raleway";
  color: #585854;
}

.texto-bienvenida h5 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 3px;
  font-weight: 700;
}

.texto-bienvenida h4 {
  white-space: pre-wrap;
  font-size: 27px;
  margin-top: 40px;
  line-height: 30px;
  letter-spacing: 1.08px;
  font-weight: 500;
}


.texto-bienvenida h3 {
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 40px;
  line-height: 40px;
  letter-spacing: 2.4px;
  font-weight: 700;
}

.sub-categorias {
  margin-left: -15px;
}

.sub-categorias .nombre-categoria {
  padding-left: 90px;
  padding-top: 75px;
  padding-bottom: 14px;
  margin-bottom: 50px;
  font-size: 20px;
  color: #585854;
  font-family: 'Raleway';
  font-weight: 700;
  line-height: 17.1px;
  letter-spacing: 2px;
  border-bottom: solid 2px #d6d6d6;
}

.sub-categorias ul {
  list-style: none;
  padding-left: 90px;
}

.sub-categorias ul li {
  text-transform: uppercase;
  font-size: 1.25 rem;
  font-family: 'Raleway';
  font-weight: 600;
  color: #585854;
  letter-spacing: 1.08px;
  line-height: 40px;   
}  

.sub-categorias ul li a {
  color: #585854;
}

.sub-categorias ul li a.active {
  font-weight: 900;
}

.product-preview-hr {
  padding-bottom: 20px;
  border-bottom: solid 2px;
  border-color: #d6d6d6;
}

.product-preview.small {
  max-width: 314px;
  max-height: 415px;
}

.product-preview h3 a {
  font-family: "Raleway";
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: #585854;
  display: inline-block;
  max-height: 37px;
  height: auto;
  overflow: hidden;
  margin-top: 12px;
}

.product-preview h5 {
  margin-bottom: 0;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.6px;
  color: #8e8a8a;
}

.product-preview {
  padding: 10px;
  margin: 10px;
  background-color: #fff;
  max-width: 355px;
  max-height: 430px;
  height: 100%;
  width: 100%;
  margin: auto;
}

.product-preview.bespoke a:after {
  content: url(/images/branding/bespoke.png);
  left: 50%;
  position: absolute;
  top: 40%;
  transform: scale(0.18);
}

.texto-bespoke {
  text-align: center;
  max-width: 430px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
}

.texto-bespoke img {
  height: 4.4rem;
}

.texto-bespoke h5 {
  color: #8e8a8a;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1.2px;
}

.texto-bespoke a:hover {
  text-decoration: none;
}

@media(max-width: 767px) {
  .sub-categorias {
    padding: 0;
    margin-left: 0;
    text-align: center;
  }
  
  .sub-categorias ul {
    padding-left: 0px;
  }
  
  .sub-categorias .nombre-categoria {
    padding-left: 15px;
  }
}


