.custom-main-color{
	color: #bf9156 !important;
}

.bg-custom-main-color{
	background-color: #bf9156 !important;
}
.hero-custom {
	margin-top: 10rem !important;
}

.hero-custom h1{
	letter-spacing: 0px !important;
	font-size: 60px;
}

.hero-custom span.teaser {
    font-family: "Georgia";
    font-style: italic;
    font-size: 20px;
}

.body-custom-main a.btn-slider:after, #mainmenu li a:after, .box-number a {
	color: #bf9156 !important
}

/*section procesos*/
.steps-section {
    text-align: center;
    color: #fff;
	padding: 90px 0 90px 0;
	position: relative;
}

.timeline-line {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin-top: 60px;
    position: relative;
}

.title {
    font-size: 32px;
    margin-bottom: 40px;
}

/* CONTENEDOR */
.steps {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
	position: relative;
}

/* CÍRCULOS */
.step {
	position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 2px solid #bf9156;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    color: #bf9156;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 15px;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

/* INDICADOR (línea vertical) */
.step-indicator {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 60px;
    opacity: 0;
    transition: all 0.3s ease;
    border-left: solid 1px rgba(255, 255, 255, .3);
    display: inline-block;
    margin-bottom: -5px;
}


/* SOLO ACTIVO */
.step.active .step-indicator {
    opacity: 1;
}

/* HOVER */
.step:hover {
    background: #bf9156;
    color: #fff;
    transform: translateY(-5px);
}

/* ACTIVO */
.step.active {
    background: #bf9156;
    color: #fff;
    box-shadow: 0 10px 25px rgba(191,145,86,0.4);
}

/* CONTENIDO */
.content {
    background: 0;
    padding: 0;
    border: none;
    padding-top: 30px;
}

.content-item {
    display: none;
    font-size: 20px;
    line-height: 1.6;
    color: #ddd;
}

.content-item.active {
    display: block;
}
/*end section procesos*/

/*Section galeria*/
#filters a.selected, .call-to-action-custom, .de_testi_custom blockquote:before, .testimonial-custom .owl-dot.active span{
	background-color: #bf9156 !important;
}

.project-name-custom{
	color: #bf9156 !important;
	font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 5px;
	font-weight: bold;
    display: block;
}

/*end section galeria*/

.ul-style-2.icon-main-custom li:before {
    color: #bf9156 !important;
}


/* mobile */
@media only screen and (max-width: 767px) {
	.hero-custom {
		margin-top: 0.5rem !important;
	}
	
	.hero-custom h1{
		font-size: 50px;
	}
	
	.hero-custom span.teaser {
		font-size: 16px;
	}
	
	/*section procesos*/
	.content-item {
		font-size: 16px;
	}
	
	.steps {
		overflow-x: auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 15px;
		padding: 10px 0 10px 10px; 
		scroll-behavior: smooth;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}

	.step {
		min-width: 200px;
		height: 200px;
		flex: 0 0 auto;
		font-size: 13px;
	}

	/* buffer final */
	.steps::after {
		content: "";
		flex: 0 0 20px;
	}

    /* quitar línea */
    .timeline-line {
        display: none;
    }

    .step-indicator {
        display: none;
    }
	
	.steps::-webkit-scrollbar {
		display: none;
	}
	.steps {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

    .content {
        margin-top: 30px;
        padding: 0 15px;
        min-height: 120px; /* evita saltos */
    }
	/**/
}