.cover {
  background-image: url("../img/cover.jpg");
  background-repeat: no-repeat;
  background-size: 65% auto;
  background-position: right top;
  height: 85vh;
}
.title{
    font-size: 4em;
  line-height: 1.2em;
  color: #000;
}
.title-highlight{
    font-size: 4em;
  line-height: 1.2em;
  color: #000;
}
.title-highlight span{
    padding: 0 20px;
    background-color: #fdc419;
}
.title-relative{
    position: relative;
    left: 9px;
}
.barred {
  position: relative;
  display: inline-block;   
  padding-left: 36px;      
  color: #5C5C5C;          
  font-size: 0.8em;        
  line-height: 1.5;
}

.barred::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;                
  width: 40px;             
  height: 4px;             
  background-color: #ffc50a; 
}
.header-sticky{
    background-color: transparent !important;
}
.header-transparent{
    background-color: rgba(255,255,255,0.75);
    position: relative;
    top: 20px;
}
/*Box*/
.pi-round-box {
  border-radius: 10px 80px 80px 10px;
}
.pi-round-box-2 {
  border-radius: 10px 80px;
}
.box-base{
    background-color: #9356b1 !important;
    color: #fff;
}
.box-shadow {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border: transparent;
}
.box-absolute{
    position: absolute;
  top: -250px;
    z-index: 2;
}
.highlight{
    display:inline;
    width: max-content;
    background-size: 200% auto; 
    background-image: linear-gradient(to right,#fff 50%,#FFB600 50%);
    background-position: 0% 0;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.highlight.active{
   animation-name: highlight;
}
@keyframes highlight {
    from {background-position: 0% 0;}
    to {background-position: -100% 0;}
}
/*Footer*/
.btn-whatsapp {
  z-index: 999999;
  background: #3BBF5A;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(59, 191, 90, 0.5);
}
.pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(37, 211, 102, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
}
.wa-center{
	display: block;
	margin: 10px auto;
}
/*Responsive*/
@media screen and (min-width: 320px) and (max-width: 767px) {
    .cover {
  background-image: url("../img/cover-xs.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 90vh;
}
.box-absolute{
  position: static;
}
    .title{
        font-size: 2.5em;
    }
.title-highlight{
    font-size: 2.5em;
}
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1440px) {
.cover-padding{
}
@media screen and (max-width: 1280px) {
}