/* Padding below the footer and lighter body text */

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

body {
  font-family: "Mukta", sans-serif;
  background-color: #570c83;
}

/* Navbar */
.navbar {
  background-color: #3586ff;
  font-family: "Mukta", sans-serif;
}

.nav-item {
  font-weight: 600;
  padding-left: 30px;
}
.card {
  border-style: none;
}

/* Carousel base class */
.carousel {
  margin-bottom: 2rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
  max-width: none;
}

.index-btn-carousel {
  background-color: #3586ff;
  border: none;
  font-weight: 400;
}

.index-btn-cardsnuevoproducto {
  background-color: #3586ff;
  color: white;
  border-style: none;
}

.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

.index-cards-nuevosproductos {
  margin-bottom: 50px;
}

.index-h5-carouselcaption {
  margin-bottom: 10px;
}

/* MARKETING CONTENT */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 1rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  color: white;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05rem;
}



.index-h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 300;
  color: white;
}

.index-h3-cursiva {
  font-style: italic;
}

.index-vende-cards {
  width: 100%;
  padding-top: 100%;
}

.index-vender-carousel {
  width: 60%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

  .index-vender-carousel {
    width: 100%;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }

  .index-vender-carousel {
    width: 100%;
  }
}

/*CAROUSELSTYLE*/

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 1rem;
  }

  .index-vender-carousel {
    width: 100%;
  }
}

/*-----------CARD------------*/

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/*---Parallaxmapa--*/
#parallax-image {
  background-image: url("/imagenes/artesana-index.jpeg");
  height: 500px;
  margin-bottom: 50px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.container {
  color: white;
}
.registrate {
  color: black;
}
.inicia {
  color: black;
}
.carrito {
  color: black;
}

.btn {
  background: linear-gradient(to left top, #a43be0 10%, #57a5d3cc 90%) !important;
  border-style: none;
}