.c-abovetext {
font-size: 0.9em;
font-weight: 300;
line-height: 1em;
padding-top: 5px;
margin-bottom: 0px;
}

.c-belowsitetitle{
padding-top: 20px;
font-weight: 300;
font-size: 1.2em;
line-height: 2em;
margin-bottom: 10px;
}
.c-maintext{
font-weight: 300;
font-size: 1em;
line-height: 1.3em;
text-align: justify;
}
.c-maintitle{
padding-top: 20px;
font-weight: 200;
font-size: 1.6em;
line-height: 2em;
margin-bottom: 10px;
text-align: center;
color: #ed145b;
}
.c-text1 {
font-weight: 300;
font-size: 1.2em;
line-height: 1.4em;
text-align: justify;
}
.c-titlos2{
font-weight: 300;
font-size: 2em;
line-height: 1.4em;
color: #333333;
text-align: center;
}
.c-titlos3{
padding-top: 20px;
font-weight: 200;
font-size: 1.6em;
line-height: 2em;
margin-bottom: 10px;
text-align: center;
}

@media (max-width: 768px) {
div.horizontalitems div.item div.photos {
height: 100%;
}
div.horizontalitems div.item div.photos img {
    max-height: 100%;
}
}
@media (min-width: 992px) {
.c-flex {
    display: flex;
    justify-content: center;
}
    .c-flex .col-md-4 {
        max-width: 33.33333333%;
        width: auto;
    }
}.cartButton{
  background: #ed145b;
  border-radius: 12px;
  margin-top: 1em;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 1em;
}

.cartButton span {
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30 px;
}

.cartButton:hover {
  background-color: #222;
  color: white;
}