a {
  color: #ffffff;
  text-decoration: none;
}

.separacion {
  padding-bottom: 4rem;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
  max-width: 100%;
  height: auto;
}

.navbar {

  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  position: relative;
  /* min-height: 5rem; */
  margin-bottom: 0px;
}
.navbar-nav > li > a {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
  .navbar-form {
    width: auto;
    padding-top: 0.5rem;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
.navbar-form .form-control {
  display: inline-block;
  width: 7rem;
  height: 3.5rem;
  vertical-align: middle;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.navbar-form .form-control:focus {
  display: inline-block;
  width: 15rem;
  vertical-align: middle;
}
.navbar-default .navbar-nav > li > a {
  color: #021125;
}
.shop {
  font-size: 2rem;
}

.dropdown-menu {
  min-width: 200px;
}

.dropdown-menu.columns-3 {
  min-width: 700px;
}

.dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}

.multi-column-dropdown {
  list-style: none;
}

.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #021125;
  white-space: normal;
}

.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}


/*       Fade Bs-carousel       */


/********************************/

.fade-carousel {
  position: relative;
  height: 100vh;
}

.fade-carousel .carousel-inner .item {
  height: 100vh;
}

.fade-carousel .carousel-indicators>li {
  margin: 0 2px;
  background-color: #f39c12;
  border-color: #f39c12;
  opacity: .7;
}

.fade-carousel .carousel-indicators>li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}


/********************************/


/*          Hero Headers        */


/********************************/

.hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
  font-size: 6em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 2s all ease-in-out .1s;
  -moz-transition: 2s all ease-in-out .1s;
  -ms-transition: 2s all ease-in-out .1s;
  -o-transition: 2s all ease-in-out .1s;
  transition: 2s all ease-in-out .1s;
}


/********************************/


/*            Overlay           */


/********************************/

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: .7;
}


/********************************/


/*          Custom Buttons      */


/********************************/

.btn.btn-lg {
  padding: 10px 40px;
}

.btn.btn-hero, .btn.btn-hero:hover, .btn.btn-hero:focus {
  color: #f5f5f5;
  background-color: transparent;
  border-color: #ffffff;
  outline: none;
  margin: 20px auto;
}


/********************************/


/*       Slides backgrounds     */


/********************************/

.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
  background-image: url(../img/ali.jpg);
}

.fade-carousel .slides .slide-2 {
  background-image: url(../img/bolt.jpg);
}

.fade-carousel .slides .slide-3 {
  background-image: url(../img/bryant.jpg);
}

.popular {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.title {
  padding: 0 0 5rem 15px;
}

.producto {
  width: auto;
  text-align: center;
  font-size: 2rem;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #000000;
  background-color: transparent;
  border-color: #021125;
  outline: none;
  margin: 2rem auto;
  padding: 1.5rem 8rem;
}
.producto:hover {
  width: auto;
  text-align: center;
  font-size: 2rem;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #ffffff;
  background: #021125;
  border-color: #021125;
  outline: none;
  margin: 2rem auto;
  padding: 1.5rem 8rem;
  -webkit-transition-duration: 0.5s; /* Safari */
   transition-duration: 0.5s;
   -webkit-transition-duration: 0.5; /* Safari */
    transition-duration: 0.5s;
}
.alinear {
  text-align: center;
}

.mask, .view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.74);
}

.view img {
  display: block;
  position: relative
}

.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 3em;
  padding-top: 10%;
}

.view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 5rem 8rem 5rem 8rem;
  text-align: center
}

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000
}

.view a.info:hover {
  box-shadow: 0 0 5px #000
}

.fondo-espacio {
  padding: 5rem 1rem 5rem 1rem;
}
.top-titulo{
  font-style: normal;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 3rem;
}
.top-texto{
  padding-top: 3rem;
}
.text-space {
  padding: 5rem 0rem 5rem 0rem;
}

.ropa-text {
  padding-top: 2rem;
  height: 10rem;
}
.top-precio {
  padding: 1.5rem 3rem;
  background: #021125;
  color: #ffffff;
  font-size: 2rem;
}
.ropa {
  border: 0.1rem solid #333333;
  padding: 1rem;
  margin: 0 auto;

}

.ropa a {
  text-decoration: none;
  color: #333333;
}

.ropa a:hover {
  color: #333333;
  text-decoration: none;
}
.precio{
  font-size: 1.8rem;
}
.fondo {
  background: #f7fafb;
  margin: 0 auto;
  width: 80%;
  padding: 0.5rem;
}

footer {
  padding-top: 5rem;
}
.enlaces {
  margin: 0 auto;
  padding: 10rem;
}
.terminos{
  text-align: center;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 0.5rem;
  text-decoration: none;
  margin: 0 auto;
  padding: 0.5rem;
}
.terminos a{
text-decoration: none;
}
.terminos a:hover{
text-decoration: none;
-webkit-transition-duration: 0.5s; /* Safari */
 transition-duration: 0.5s;
 -webkit-transition-duration: 0.5; /* Safari */
  transition-duration: 0.5s;
}

.pie {
  background: #021125;
}
.input-group stylish-input-group{
  width: 80%;
}
.cabecera {
  padding: 5rem 3rem 5rem 3rem;
  margin: 0 auto;
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  font-size: 2, 3rem;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.cabecera-pie {
  padding: 5rem 3rem 5rem 3rem;
  margin: 0 auto;
  text-align: justify;
  color: rgba(255, 255, 255, 1.00);
  font-size: 1rem;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.redes {
  text-align: center;
   margin: 0 auto;}
.redes a:hover{
  -webkit-transition-duration: 0.5s; /* Safari */
   transition-duration: 0.5s;
   -webkit-transition-duration: 0.5; /* Safari */
    transition-duration: 0.5s;

}

/********************************/


/*          formulario     */


/********************************/

.newletter {
 font-size: 0.2rem;
width: 60%;
margin: 0 auto;
font-size: center;
}
.form-control{
  height: 5rem;
}
.btn{
  color: #ffffff;
  padding: 2rem -1rem 2rem 2rem;
  background: rgb(2, 17, 37);
}
.btn:hover, .btn:focus, .btn.focus {
    color: #337ab7;
    text-decoration: none;
    -webkit-transition-duration: 0.5s; /* Safari */
     transition-duration: 0.5s;
     -webkit-transition-duration: 0.5; /* Safari */
      transition-duration: 0.5s;
}
.copyright {
  text-align: center;
  color: rgba(255, 255, 255, 1.00);
  margin: 0 auto;
  padding: 5rem 3rem 5rem 3rem;
}
/********************************/


/*            zoom imagenes           */


/********************************/


.item img {
  max-width: 100%;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/********************************/


/*          Media Queries       */


/********************************/

@media screen and (min-width: 980px) {
  .hero {
    width: 980px;
  }
}

@media screen and (max-width: 980px) {
  .dropdown-menu.columns-3 {
    min-width: 53rem;
  }

}

@media screen and (max-width: 640px) {
  .hero h1 {
    font-size: 4em;
  }
  .navbar-brand {
width: 15rem;
}
}

@media (max-width: 480px) {
  .navbar-brand {
width: 15rem;
}
}
