/* slider */
.slider {
	overflow: hidden;
	width: 100%;
	height: 45px;
	background: white;
	position: relative;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.slider-track {
	background: #fff;
	display: flex;
	width: fit-content;
	animation: slide 70s linear infinite;
	position: absolute;
	left: 0;
	margin: auto;
	border: 1.5px solid #d7021c;
	padding: 2px 0;
}
.slider-track h3 {
	color: #d7021c;
	font-size: 16px;
	white-space: nowrap;
	padding: 10px 30px;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

@keyframes slide {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}


.whatsapp-cta {
  bottom: 1rem;
}
#pageWidgetId-2503 .payoffs--hor .payoff__desc {
	padding-right: 0;
	padding-left: 0;
}

@media (min-width: 1200px) {
	#pageWidgetId-2503.container {
		width: 100% !important;
	}
}

#pageWidgetId-2506  .cta-banner__img--mobile {
    background: white;
    height: 5px;
  }

#pageWidgetId-2503 .payoff {
	padding-bottom: 1rem;
}

@media (max-width: 992px) {
    #pageWidgetId-2501.showcase {
        padding: 0;
    }
    #pageWidgetId-2501 .showcase__desc > div {
    	padding: 0 2rem;
    }
}
@media (max-width: 768px) {
    #pageWidgetId-2501 .container .mt-5:has(.btn-primary){
    	text-align: center;
    }
}

@media (max-width: 992px) {
	#pageWidgetId-2503 .payoffs.payoffs--hor {
	  display: flex;
	  flex-direction: column
	}
	#pageWidgetId-2503 .payoffs.payoffs--hor i {
	  display: none;
	}
}

.footer .row .col-12 {
	margin-bottom: 0 !important;
}
@media (max-width: 768px) {
	.showcase .showcase__crumbs {
		text-align:center;
	}
}

