.card-group{
    width: 77%;
    margin: 18px auto;
}

.card-group > img{
    margin: 10px auto;
}

.card-group > .card-body{
    text-align: center;
}

.card-group > .card-body > .card-title{
    color: #3b2f8e;
}

h1 {
  font-size: 2.3rem;
}

h2 {
  font-size: 3.0vh;
}

p {
  font-size: 17px;
  text-align: left;
}

.img-prod {
    @media screen and (max-width: 535px) { 
        width: 370px;
    }
}

footer {
  text-align: center;
  padding: 3px;
  background-color: #6c757d;
  color: white;
}

footer > p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  text-align: center;
}

footer > p > a{
  color: #aabffd;
}

.card-footer{
  width: 100%;
}

.carousel-control-next-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel{
  text-align: center;
  width: 100%;
}

.carousel-indicators > li{
  background-color: #e62f2f;
}

.carousel-inner{
  margin-top: 10px;
}

.precio-envio{
  display: flex;  
}

.precio-envio > #ppr{
  margin-left: auto;
}