@import url("https://fonts.cdnfonts.com/css/strasua");
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");
@import url("https://fonts.cdnfonts.com/css/strasua");
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");
@import url("https://fonts.cdnfonts.com/css/strasua");
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");
@import url("https://fonts.cdnfonts.com/css/strasua");
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");
@import url("https://fonts.cdnfonts.com/css/strasua");
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");
@import url("https://fonts.cdnfonts.com/css/strasua");
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

/* estilos nav-bar*/
.navbar-brand {
  font-family: "Strasua", sans-serif;
  font-size: 37px;
  text-align: center;
  margin-left: 14px;
}

.collapse {
  display: flex;
  justify-content: end;
  margin-right: 40px;
}

.collapse a {
  font-size: 19px;
  margin-right: 10px;
}

.navbar {
  box-shadow: 0 0 15px black;
  z-index: 1;
}

/* estilos-carrusel */
.carousel-caption {
  text-align: start;
  margin-bottom: 30px;
}

.titulo-carrusel-1, .titulo-carrusel-3, .titulo-carrusel-2 {
  font-family: "Strasua", sans-serif;
  font-size: 60px;
  color: #fff;
}

.parrafo-carrusel-1, .parrafo-carrusel-3, .parrafo-carrusel-2 {
  font-size: 23px;
  color: #fff;
}

.carousel-item {
  height: 790px;
}

.img-carrusel {
  object-fit: cover;
  height: 100%;
  filter: brightness(0.7);
}

#carouselExampleCaptions {
  box-shadow: 0 0 15px #000;
}

/* estilos cajas */
.contenedor-productos {
  margin-top: 90px;
  display: flex;
  justify-content: center;
}

.caja1 {
  background-image: linear-gradient(to right, #535050, #e7e6e6);
  height: 190px;
  width: 650px;
}

.caja1 a {
  text-decoration: none;
  color: #fff;
}

.caja1 h3 {
  font-size: 38px;
  line-height: 190px;
  text-align: center;
  font-family: "Strasua", sans-serif;
  text-shadow: 0 0 15px #000;
}

.caja2 {
  background-image: linear-gradient(to left, #535050, #e7e6e6);
  height: 190px;
  width: 650px;
}

.caja2 a {
  text-decoration: none;
  color: #fff;
}

.caja2 h3 {
  font-size: 38px;
  line-height: 190px;
  text-align: center;
  font-family: "Strasua", sans-serif;
  text-shadow: 0 0 15px #000;
}

/* calzado destacado */
.calzado-destacado {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 125px;
}

.calzado-destacado h3 {
  margin-right: 17em;
  font-size: 30px;
}

.calzado-destacado a {
  text-decoration: none;
  color: #fff;
  background-color: #000;
  padding: 8px;
  border-radius: 12px;
  font-size: 17px;
}

.calzado {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.img-calzado {
  width: 290px;
  margin: 25px;
  border-radius: 13px;
  box-shadow: 0 0 2px #535050;
}

/* nosotros - we are baskshop */
.nosotros {
  padding: 37px;
  text-align: center;
  height: 200px;
  background-color: #1b1a1a;
  color: #fff;
}

.we-are {
  font-size: 37px;
  color: #e7e6e6;
}

.h3-dif {
  display: inline;
  font-family: "Strasua", sans-serif;
  color: #e7e6e6;
}

.nosotros {
  margin-top: 155px;
  padding: 80px;
  text-align: center;
  height: 350px;
  background-color: #1b1a1a;
  color: #fff;
  box-shadow: 0 0 35px #535050;
}

.nosotros p {
  font-size: 20px;
  margin-top: 18px;
  color: #e7e6e6;
}

/* footer */
footer {
  background-color: #000;
  height: 350px;
  box-shadow: 0 0 12px #000;
}

.contenedor-footer {
  display: flex;
  justify-content: space-evenly;
  padding-top: 50px;
  margin-top: 150px;
  font-size: 17px;
}

.contenedor-footer li {
  list-style: none;
  color: #535050;
  padding: 3px;
}

.contenedor-footer a {
  text-decoration: none;
  color: #535050;
}
.contenedor-footer a:hover {
  color: #e7e6e6;
}

.redes {
  font-size: 27px;
}

.contacto-icon {
  margin-right: 10px;
  font-size: 24px;
}

.titulo-list-footer {
  font-size: 27px;
  margin-bottom: 7px;
}

.text-footer {
  text-align: center;
  margin-top: 40px;
  color: #535050;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", sans-serif;
}

/* estilos nav-bar*/
.navbar-brand {
  font-family: "Strasua", sans-serif;
  font-size: 37px;
  text-align: center;
  margin-left: 14px;
}

.collapse {
  display: flex;
  justify-content: end;
  margin-right: 40px;
}

.collapse a {
  font-size: 19px;
  margin-right: 10px;
}

.navbar {
  box-shadow: 0 0 15px black;
  z-index: 1;
}

/* menu de productos */
.menu-productos {
  margin-top: 40px;
  background-color: #e7e6e6;
  text-align: center;
  height: 30px;
}

.menu-productos a {
  text-decoration: none;
  line-height: 30px;
  color: #1b1a1a;
  padding: 2px;
  font-size: 18px;
}

/* productos */
.contenedor-productos-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(300px, 300px, 300px);
  grid-gap: 80px;
}

.contenedor-productos img {
  width: 382px;
}

.contenedor-zapas {
  display: grid;
  justify-content: center;
}

.card {
  border: 0;
  transition: all 0.4s;
  cursor: pointer;
}
.card:hover {
  box-shadow: 0 0 18px #e7e6e6;
}

.card-title {
  font-size: 25px;
}

.card-text {
  color: #535050;
}

.link-deporte, .link-urbano {
  text-decoration: none;
  margin-left: 270px;
  margin-top: 100px;
  font-size: 20px;
  color: #1b1a1a;
}
.link-deporte:hover, .link-urbano:hover {
  color: #535050;
}

.contenedor-link-deporte {
  margin-top: 60px;
  margin-bottom: 7px;
}

.link-urbano:hover {
  color: #535050;
}

/* footer */
footer {
  background-color: #000;
  height: 350px;
  box-shadow: 0 0 12px #000;
}

.contenedor-footer {
  display: flex;
  justify-content: space-evenly;
  padding-top: 50px;
  margin-top: 150px;
  font-size: 17px;
}

.contenedor-footer li {
  list-style: none;
  color: #535050;
  padding: 3px;
}

.contenedor-footer a {
  text-decoration: none;
  color: #535050;
}
.contenedor-footer a:hover {
  color: #e7e6e6;
}

.redes {
  font-size: 27px;
}

.contacto-icon {
  margin-right: 10px;
  font-size: 24px;
}

.titulo-list-footer {
  font-size: 27px;
  margin-bottom: 7px;
}

.text-footer {
  text-align: center;
  margin-top: 40px;
  color: #535050;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", sans-serif;
}

/* estilos nav-bar*/
.navbar-brand {
  font-family: "Strasua", sans-serif;
  font-size: 37px;
  text-align: center;
  margin-left: 14px;
}

.collapse {
  display: flex;
  justify-content: end;
  margin-right: 40px;
}

.collapse a {
  font-size: 19px;
  margin-right: 10px;
}

.navbar {
  box-shadow: 0 0 15px black;
  z-index: 1;
}

/* nuevos */
.contenedor-nuevos-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../aseets/dunk-nuevo.jpg);
  height: 950px;
  width: 100%;
  background-position: center;
}
.contenedor-nuevos-1 h2 {
  font-size: 100px;
  text-transform: uppercase;
  font-family: "Strasua", sans-serif;
  padding-top: 75px;
  padding-left: 75px;
  text-shadow: 0 0 5px #535050;
  color: #000;
}
.contenedor-nuevos-1 h2 span {
  display: block;
}

.info-dunk, .info-Ja1, .info-jordan4 {
  margin-left: 82px;
  color: #e7e6e6;
  background-color: #1b1a1a;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 25px;
  border-radius: 5px;
  margin-top: 7px;
  padding: 7px;
}
.info-dunk:hover, .info-Ja1:hover, .info-jordan4:hover {
  color: #fff;
}

.espacio-nuevos {
  box-shadow: 0 0 40px #1b1a1a;
  height: 7px;
}

.contenedor-nuevos-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../aseets/jordan4-nuevos.jpg);
  height: 950px;
  width: 100%;
  background-position: center;
  box-shadow: 0 0 60px #1b1a1a;
}
.contenedor-nuevos-2 h2 {
  font-size: 100px;
  text-transform: uppercase;
  font-family: "Strasua", sans-serif;
  padding-top: 75px;
  padding-left: 75px;
  color: #fff;
  text-shadow: 0 0 50px #000;
}
.contenedor-nuevos-2 h2 span {
  display: block;
}

.info-jordan4 {
  background-color: #e7e6e6;
  color: #1b1a1a;
}
.info-jordan4:hover {
  color: #000;
}

.contenedor-nuevos-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../aseets/Ja-nuevos.avif);
  background-repeat: no-repeat;
  background-size: cover;
  height: 950px;
  width: 100%;
  background-position: center;
}
.contenedor-nuevos-3 h2 {
  font-size: 100px;
  text-transform: uppercase;
  font-family: "Strasua", sans-serif;
  padding-top: 75px;
  padding-left: 75px;
  color: #1b1a1a;
  text-shadow: 0 0 5px #535050;
  color: #000;
}
.contenedor-nuevos-3 h2 span {
  display: block;
}

.proximos {
  height: 150px;
  width: 100%;
  background-color: #1b1a1a;
  text-align: center;
  box-shadow: 0 0 15px #1b1a1a;
}
.proximos p {
  font-size: 40px;
  color: #e7e6e6;
  line-height: 150px;
}

/* footer */
footer {
  background-color: #000;
  height: 350px;
  box-shadow: 0 0 12px #000;
}

.contenedor-footer {
  display: flex;
  justify-content: space-evenly;
  padding-top: 50px;
  margin-top: 150px;
  font-size: 17px;
}

.contenedor-footer li {
  list-style: none;
  color: #535050;
  padding: 3px;
}

.contenedor-footer a {
  text-decoration: none;
  color: #535050;
}
.contenedor-footer a:hover {
  color: #e7e6e6;
}

.redes {
  font-size: 27px;
}

.contacto-icon {
  margin-right: 10px;
  font-size: 24px;
}

.titulo-list-footer {
  font-size: 27px;
  margin-bottom: 7px;
}

.text-footer {
  text-align: center;
  margin-top: 40px;
  color: #535050;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", sans-serif;
}

/* estilos nav-bar*/
.navbar-brand {
  font-family: "Strasua", sans-serif;
  font-size: 37px;
  text-align: center;
  margin-left: 14px;
}

.collapse {
  display: flex;
  justify-content: end;
  margin-right: 40px;
}

.collapse a {
  font-size: 19px;
  margin-right: 10px;
}

.navbar {
  box-shadow: 0 0 15px black;
  z-index: 1;
}

/* segundo carrusel */
.titulo-carrusel2 {
  font-size: 70px;
  text-shadow: 0 0 10px #1b1a1a;
}

.parrafo-carrusel2 {
  font-size: 30px;
  text-shadow: 0 0 10px #1b1a1a;
}

.jordan1 {
  height: 100%;
  width: 100%;
  filter: brightness(0.6);
  object-fit: cover;
}

/* contenedor jordan */
.contenedor-1-jordan {
  display: flex;
  justify-content: space-evenly;
  margin-top: 85px;
}
.contenedor-1-jordan h3 {
  font-size: 27px;
  margin-top: 7px;
}
.contenedor-1-jordan p {
  font-size: 19px;
  margin-top: 17px;
}

.zapa-jordan {
  width: 350px;
}

/* footer */
footer {
  background-color: #000;
  height: 350px;
  box-shadow: 0 0 12px #000;
}

.contenedor-footer {
  display: flex;
  justify-content: space-evenly;
  padding-top: 50px;
  margin-top: 150px;
  font-size: 17px;
}

.contenedor-footer li {
  list-style: none;
  color: #535050;
  padding: 3px;
}

.contenedor-footer a {
  text-decoration: none;
  color: #535050;
}
.contenedor-footer a:hover {
  color: #e7e6e6;
}

.redes {
  font-size: 27px;
}

.contacto-icon {
  margin-right: 10px;
  font-size: 24px;
}

.titulo-list-footer {
  font-size: 27px;
  margin-bottom: 7px;
}

.text-footer {
  text-align: center;
  margin-top: 40px;
  color: #535050;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", sans-serif;
}

/* estilos nav-bar*/
.navbar-brand {
  font-family: "Strasua", sans-serif;
  font-size: 37px;
  text-align: center;
  margin-left: 14px;
}

.collapse {
  display: flex;
  justify-content: end;
  margin-right: 40px;
}

.collapse a {
  font-size: 19px;
  margin-right: 10px;
}

.navbar {
  box-shadow: 0 0 15px black;
  z-index: 1;
}

/* contacto */
.formulario {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-left: 60px;
}
.formulario form {
  width: 300px;
  background-color: rgba(162, 152, 152, 0.125);
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 10px rgba(176, 168, 168, 0.504);
}
.formulario form h3 {
  text-align: center;
  font-size: 25px;
  color: #000;
  margin-bottom: 30px;
}

input {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.584);
  padding: 18px 18px;
  margin-bottom: 20px;
  height: 30px;
  width: 200px;
  border: 0;
  border-radius: 15px;
}

.enviar {
  height: 35px;
  background-color: #e7e6e6;
  color: #000;
  transition: all 0.3s;
  cursor: pointer;
  padding-top: 8px;
  font-size: 15px;
}
.enviar:hover {
  background-color: #535050;
}

.contacto {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.contacto .text-contacto {
  margin-top: 30px;
}
.contacto .text-contacto h3 {
  font-size: 27px;
}
.contacto .text-contacto .ul-telefono {
  list-style: none;
  padding-top: 7px;
}
.contacto .text-contacto .ul-telefono li {
  font-size: 20px;
  padding: 5px;
}
.contacto .text-contacto .ul-redes {
  list-style: none;
  display: flex;
}
.contacto .text-contacto .ul-redes a {
  color: #000;
  text-decoration: none;
  font-size: 40px;
  letter-spacing: 40px;
}

/* footer */
footer {
  background-color: #000;
  height: 350px;
  box-shadow: 0 0 12px #000;
}

.contenedor-footer {
  display: flex;
  justify-content: space-evenly;
  padding-top: 50px;
  margin-top: 150px;
  font-size: 17px;
}

.contenedor-footer li {
  list-style: none;
  color: #535050;
  padding: 3px;
}

.contenedor-footer a {
  text-decoration: none;
  color: #535050;
}
.contenedor-footer a:hover {
  color: #e7e6e6;
}

.redes {
  font-size: 27px;
}

.contacto-icon {
  margin-right: 10px;
  font-size: 24px;
}

.titulo-list-footer {
  font-size: 27px;
  margin-bottom: 7px;
}

.text-footer {
  text-align: center;
  margin-top: 40px;
  color: #535050;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", sans-serif;
}

/* media queris */
@media (max-width: 1200px) {
  .contenedor-productos-2 {
    display: block;
  }
}
@media (max-width: 1160px) {
  .contenedor-1-jordan {
    display: block;
  }
  .card-img-top {
    object-fit: cover;
  }
}
@media (max-width: 950px) {
  .calzado-destacado {
    display: block;
  }
  .we-are {
    font-size: 25px;
  }
  .nosotros {
    height: auto;
  }
  .calzado {
    display: block;
    margin-left: 80px;
  }
}
@media (max-width: 900px) {
  .titulo-carrusel-1, .titulo-carrusel-2, .titulo-carrusel-3 {
    font-size: 40px;
    text-align: center;
  }
  .parrafo-carrusel-1, .parrafo-carrusel-2, .parrafo-carrusel-3 {
    font-size: 17px;
    text-align: center;
  }
  .titulo-carrusel-2 {
    font-size: 40px;
    text-align: center;
  }
  .parrafo-carrusel-2 {
    font-size: 17px;
    text-align: center;
  }
  .titulo-carrusel-3 {
    font-size: 40px;
    text-align: center;
  }
  .parrafo-carrusel-3 {
    font-size: 17px;
    text-align: center;
  }
  .caja1-a {
    font-size: 30px;
  }
  .caja2-a {
    font-size: 30px;
  }
  .titulo-carrusel2 {
    font-size: 30px;
    text-align: center;
  }
  .parrafo-carrusel2 {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 850px) {
  .contenedor-nuevos-1 h2 {
    font-size: 70px;
  }
  .contenedor-nuevos-1 a {
    font-size: 17px;
  }
  .contenedor-nuevos-2 h2 {
    font-size: 70px;
  }
  .contenedor-nuevos-2 a {
    font-size: 17px;
  }
  .contenedor-nuevos-3 h2 {
    font-size: 70px;
  }
  .contenedor-nuevos-3 a {
    font-size: 17px;
  }
  .proximos p {
    font-size: 20px;
  }
  .contacto {
    display: block;
  }
  .text-contacto {
    text-align: center;
  }
  .ul-redes {
    justify-content: center;
    align-items: center;
  }
  form {
    margin-right: 57px;
  }
}
@media (max-width: 770px) {
  .titulo-carrusel-2 {
    font-size: 25px;
  }
  .parrafo-carrusel2 {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .text-footer {
    font-size: 10px;
  }
  .titulo-list-footer {
    font-size: 16px;
  }
  .redes {
    font-size: 17px;
  }
  .contacto-icon-2 {
    font-size: 15px;
  }
  .cont-sec-footer {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  .calzado {
    margin: 0;
  }
  .calzado-destacado {
    margin: 0;
    padding: 10px;
  }
}

/*# sourceMappingURL=estilo.css.map */
