html, body {
  border: 0px;
  margin: 0px;
  font-family: 'Codec-Warm-Regular', 'Montserrat', sans-serif;
  color: #3a334f;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  scroll-behavior: smooth;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1 { font-weight: bold; font-size: 3.5em;}
.bg-yellow {
  background-color: #fed832;
}
.bg-violet {
  background-color: #751cec;
}
.bg-blue {
  background-color: #3a334f;
}
.bg-offwhite {
  background-color: #f9f9f0;
}
.bg-sandy {
  background-color: #e2d6bc;
}

a.btn-lilas:link { background-color: #751cec; color: #ffffff; letter-spacing: 2px; text-transform: uppercase; padding: 1rem 2rem; font-size: 1rem;}
a.btn-lilas:hover { background-color: #3a334f;}
a.btn-lilas:visited, a.bt-lilas:active { color: #ffffff;}
#vem-ser { background-image: url("../img/background-vem-ser-hinode.png");
	background-repeat: no-repeat;
  background-size: cover;
}
/* cards */
.cartao-flex .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
	flex-shrink:1;
	max-width:100%;
}
.cartao-flex .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cartao-flex {
 display: flex!important;
flex-direction:column;
	
}
.cartao-flex .item {}
/* Custom style */
.card-header {background: #751cec; color: #f9f9f0;}
.card-header a.card-link { text-transform: uppercase; color: #f9f9f0;}
/* */
 #owl-menu .owl-prev,  #owl-menu .owl-next {
        width: 15px;
        height: 100px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block !important;
        border:0px solid black;
	 font-size: 14px;
    }
   #owl-menu  .owl-prev { left: -20px; }
  #owl-menu   .owl-next { right: -20px; }


/* lg  */
@media (max-width: 768px) {

}
@media (max-width: 960px) {
  #vem-ser {
    text-align: center;
  }
}