body{
	background-color: black !important;
	font-family: 'Montserrat', sans-serif !important;
}

/* Background of Sections, footers or headers */


#levai-brand {
	width: 80% !important;
}

#video-section-home, #image-section-about{
	width: 100% !important;
	border-radius: 30px !important;
}

#descriptionAbout{
    font-size: 20px !important;
}

#cardDifferentiators1{
    border-radius: 20px 0 0 20px !important;
}
#cardDifferentiators2{
    border-radius: none !important;
}
#cardDifferentiators3{
    border-radius: none !important;
    
}
#cardDifferentiators4{
    border-radius: 0 20px 20px 0 !important;
}

.bg-light-black {
	background-color: #090909 !important;
}

.section {
	border-radius: 30px !important;
}

.navbar-nav {
	display: flex;
	width: 100% !important;
	justify-content: center !important;
}

.nav-link {
	color: #E9ECE0 !important;
	font-weight: 500 !important;
	font-size: 17px !important;
}

.nav-link:hover {
	color: #FF5900 !important;
	border-bottom: 1px solid #FF5900 !important;
}

.btn-cta {
	background-color: #FF5900 !important;
	width: 25rem !important;
	color: white !important;
	font-weight: 700 !important;
	font-size: 21px !important;
	border-radius: 10px !important;
}

.btn-cta-icon {
	width: 30px !important;
	vertical-align: middle !important;
}

.h1 {
	font-weight: 500 !important;
	font-size: 50px !important	;
}

.h1-strong {
	font-size: 53px !important;
}

.h3 {
	font-size: 20px !important;
}

.text-white {
	color: #ffffff !important;
}

.text-orange {
	color: #FF5900 !important;
}

.text-description{
	font-size: 17px !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.fw-semi-bold {
	font-weight: 600 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-regular {
    font-weight: 400 !important;
}

.timeline {
  position: relative;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}

.road {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 20px; /* altura total da estrada */
  transform: translateY(-50%);
}

.road::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ff5900;
}

.road::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(
    to right,
    #ff5900 0,
    #ff5900 20px,
    transparent 20px,
    transparent 35px
  );
  transform: translateY(-50%);
}

.road span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ff5900;
}

.timeline-point {
  position: relative;
  width: 42px;
  height: 42px;
  border: 3px solid #ff5900;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.timeline-point span {
  width: 14px;
  height: 14px;
  background: #ff5900;
  border-radius: 50%;
}

.border-orange {
    border-color: #FF5900 !important;
}

.border-white {
    border-color: #FFFFFF !important;
}

.card-how-work {
    width: 65% !important;
    border-radius: 10px !important;
}

@keyframes slideInFromRight {
	from {
		opacity: 0;
		transform: translateX(100%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.slide-in-right {
	animation: slideInFromRight 0.8s ease-out forwards;
}

/*Bootstrap EXTRA SM*/
@media (max-width: 575.98px) {
	#levai-brand {
		width: 75% !important;
		max-width: 120px !important;
	}

    #descriptionAbout {
        text-align: justify !important;
    }

    #cardDifferentiators1, #cardDifferentiators2, #cardDifferentiators3, #cardDifferentiators4 {
        border-radius: 10px !important;
    }

	.btn-cta {
		width: 100% !important;
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important;
		font-size: 18px !important;
	}

	.h1{
		font-size: 36px !important	;
	}

	.h1-strong {
		font-size: 38px !important;
	}

	.section {
		border-radius: 10px !important;
	}

    .card-how-work {
        width: 100% !important;
    }

}

/*Bootstrap SM*/
@media (min-width: 576px) and (max-width: 768.98px) {
    .card-how-work {
        /* height: 100% !important; */
        width: 100% !important;
    }
} 

/*Bootstrap MD*/
@media (min-width: 769px) and (max-width: 991.98px) {
    .card-how-work {
        /* height: 100% !important; */
        width: 100% !important;
    }

    #cardDifferentiators1{
        border-radius: 20px 0 0 0 !important;
    }
    #cardDifferentiators2{
        border-radius: 0 20px 0 0 !important;
    }
    #cardDifferentiators3{
        border-radius: 0 0 0 20px !important;
    }
    #cardDifferentiators4 {
        border-radius: 0 0 20px 0 !important;
    }
}

/*Bootstrap LG*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .card-how-work {
        /* height: 100% !important; */
        width: 100% !important;
    }
}

