

.bullets{
	display: flex;
	gap: 30px;
	color: rgb(234, 225, 225);
  font-size: 12px;
}
.item{
  position: relative;
}
a.btn-mobile{
  padding: 6px 16px;
  font-size: 16px;
  color: black;
  border-radius: 30px 30px 30px 30px;
  line-height: 1.3856;
  background: #F4EADC;
  display: none;
  text-decoration: none;
}
.owl-carousel .owl-item img {
  object-fit: cover;
}

.item p{
  position:absolute;
  bottom: 0;
  right: 0;
  color: white;
  font-size: 25px;
  padding: 5px 15px;
  background: rgba(19, 19, 19, 0.314);
}
.privativas{
  background: #F4EADC;
  font-weight: 100;
  text-align: center;
  width: 74.5%;
  padding: 50px;
}
.text-12{
  font-size: 12px;
}
.text-22{
  font-size: 22px;
}
@media screen and (max-width:1024px) {
  .bullets{
    display: block;
  }
  .privativas{
    width: 100%;
  }
  a.btn-mobile{
    display: block;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
