@font-face {
	font-family: 'EurostarRegular';
	src:url('../fonts/EurostarRegular.woff2') format('woff2'),
		url('../fonts/EurostarRegular.woff') format('woff'),
		url('../fonts/EurostarRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'EurostarBlack';
	src:url('../fonts/EurostarBlack.woff2') format('woff2'),
		url('../fonts/EurostarBlack.woff') format('woff'),
		url('../fonts/EurostarBlack.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* ── BASE ── */
html { scroll-behavior: smooth; }
body {
	background: #fff;
	color: #000;
	font-family: 'EurostarRegular', sans-serif!important;
	overflow-x: hidden;
}

#sp-header{
	border-bottom: 1px solid rgba(245,197,24,0.18);
}

body .sppb-addon-header .sppb-addon-title{
    -webkit-text-fill-color: inherit!important;
}
.featured-article-badge{
  display: none!important;
}

#column-id-d7123f4b-f63d-42c4-afe1-bd1ef6a14757 .sppb-column-addons{
  box-shadow: 0 1rem 4rem rgba(255,255,255,0.2);
}

#sp-main-body {
	padding: 2rem 0;
}
.itemid-722 #sp-main-body{
	display: none;
}

/* ── GRID BACKGROUND ── */
.grid-bg {
	position: absolute;
	inset: 0;
	background-image:
	linear-gradient(rgba(245,197,24,0.04) 1px, transparent 1px),
	linear-gradient(90deg, rgba(245,197,24,0.04) 1px, transparent 1px);
	background-size: 60px 60px;
	mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 30%, transparent 100%);
}

/* ── HERO ── */
.hero {
	/*min-height: 100vh;*/
	min-height: 80vh;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.hero-glow {
	position: absolute;
	width: 700px; height: 700px;
	background: radial-gradient(circle, rgba(245,197,24,0.06) 0%, transparent 70%);
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.hero-label {
	font-family: 'EurostarRegular', monospace;
	font-size: 0.7rem;
	letter-spacing: 0.3em;
	color: #c72a1f;
	text-transform: uppercase;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.hero-label::before {
	content: '';
	display: inline-block;
	width: 28px; height: 1px;
	background: #c72a1f;
}

#sp-hero h1.sppb-addon-title,
.hero-title {
	font-family: 'EurostarBlack', sans-serif;
	font-size: clamp(2.5rem, 11vw, 5rem);
	line-height: 0.92;
	letter-spacing: 0.03em;
	margin-bottom: 0.4rem;
	color: #fff;
}

#sp-hero h1.sppb-addon-title .highlight,
.hero-title .highlight {
	color: #c72a1f;
	position: relative;
	display: inline-block;
}

#sp-hero h1.sppb-addon-title .highlight::after,
.hero-title .highlight::after {
	content: '';
	position: absolute;
	bottom: -2px; left: 0; right: 0;
	height: 8px;
	background: #c72a1f;
}

.hero-sub {
	font-family: 'EurostarRegular', sans-serif;
	font-size: 1.15rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #ddd9d6;
	max-width: 650px;
	line-height: 1.6;
	margin-bottom: 2.5rem;
	margin-top: 1rem;
}

.sppb-btn-primary,
.btn-apex {
	font-family: 'EurostarRegular', monospace;
	font-size: 0.8rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0.85rem 2.2rem;
	border: 1px solid #c72a1f;
	color: #fff;
	background: #c72a1f;
	text-decoration: none;
	display: inline-block;
	transition: all 0.2s;
	position: relative;
	overflow: hidden;
	border-radius: 0;
}

/*.sppb-btn-primary::before,*/
.btn-apex::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #ff3a2f;
	transform: translateX(-100%);
	transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}

.sppb-btn-primary:hover, .btn-apex:hover { color: #fff; background: #ff3a2f; border-color: #ff3a2f; }
.sppb-btn-primary:hover::before, .btn-apex:hover::before { transform: translateX(0); }
.sppb-btn-primary span, .btn-apex span { position: relative; z-index: 1; }

.sppb-btn-link,
.btn-apex-ghost {
	font-family: 'EurostarRegular', monospace;
	font-size: 0.8rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0.85rem 2.2rem;
	border: 1px solid var(--border);
	color: #ddd9d6;
	background: transparent;
	text-decoration: none;
	display: inline-block;
	transition: all 0.2s;
}

.sppb-btn-link:hover,
.btn-apex-ghost:hover {
	border-color: #c72a1f;
	color: #c72a1f;
}

#blancos_prioritarios small{
	color: #000;
	font-size: 16px;
}
#sp-footer .container-inner{
	border: 0;
}

.camino {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 0;
}

.paso {
	width: 18%;
	height: 180px;
	flex-shrink: 0;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1rem 0.75rem;
	position: relative;
	cursor: default;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	border: 1px solid transparent;
	background: rgb(221, 217, 214);
}

.paso:hover {
	transform: translateY(-5px);
}

.paso .numero {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 22px;
	height: 22px;
	border-radius: 0;
	background: #0a0a0c;
	font-size: 0.68rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2a2a2e;
	color: #ddd9d6;
}

.paso .icono {
	font-size: 3rem;
	margin-bottom: 0.5rem;
	line-height: 1;
}

.paso .nombre {
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 0.25rem;
	color: #c72a1f;
}

.paso .desc {
	font-size: 1rem;
	line-height: 1.3;
	opacity: 0.7;
}

/* Flecha */
.flecha {
	flex-shrink: 0;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}

.flecha svg {
	width: 18px;
	height: 18px;
}

/* Meta */
.meta {
	margin-top: 2rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	border: 1px dashed #ddd9d6;
	border-radius: 0;
	padding: 0.55rem;
	/*width: fit-content;
	margin-left: auto;
	margin-right: auto;*/
	color: #c72a1f;
	font-size: 1.6rem;
	font-weight: 500;
	background: #fff;
	letter-spacing: 0.02em;
	width: 100%;
}
.btn-secondary{
	border-radius: 0;
	background: #f6f6f6;
	border-color: #f6f6f6;
	color: #666;
}

@media (min-width: 800px) {
	body .sp-page-builder .page-content #section-id-f8b3099e-8292-4e8f-8674-fdb37e94f0ab > .sppb-row-overlay {
		background-color: rgba(0, 0, 0, 0.2);
	}
}

body .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel{
	width: auto;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
	font-family: 'EurostarRegular', sans-serif;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0.5rem;
}
.sp-megamenu-parent > li > a.contacto{
	color: #c72a1f;
}

#sp-page-builder .sppb-addon-clients-image {
	max-width: 200px;
	margin: 0 auto;
}
#sp-bottom .sppb-addon-clients-image {
	background: #fff;
	border-radius: 50%;
	width: 200px;
	margin: 0 auto;
}
#sp-bottom .sp-page-builder .page-content #section-id-1518414682280{
	background: transparent;
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part{
	margin-left: 0;
}

.sppb-before-after-wrapper{
	margin: 0 auto;
}

.itemid-244 .sppb-addon-image-layout-image img{
	height: auto;
}
.itemid-244 .sppb-addon-image-layout-content .sppb-btn{
	float: right;
}

.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel{
	border: 0;
	border-radius: 0;
}

.sp-page-title{
	background: #111;
}
.sp-page-title .sp-page-title-heading{
	font-size: 3rem;
	line-height: 6rem;
	font-family: 'EurostarRegular', sans-serif;
	font-weight: bold;
	color: #fff;
}
.logos *{
	text-align: center;
}

._df_book-cover,
._df_thumb{
	box-shadow: inherit;
}
._df_book-cover{
	background-color: #fff;
}
._df_book.df-container{
	background-color: #e5e5e5!important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span{
	opacity: 1;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span{
	font-size: 1.8rem;
}
.offcanvas-menu .logo-image-phone {
	height: 115px;
}

@media (max-width: 575px) {
  #sp-header .logo {
    height: 100px;
  }
}

@media (max-width: 700px) {
	*, *::before, *::after { cursor: default !important;}
	#crosshair{
		display: none;
	}
	#sp-page-builder .logosec .sppb-addon-clients-image{
		max-width: 100%;
	}
	.logosec .sppb-col-sm-3{
		width: 50%;
	}
	.sp-page-title .sp-page-title-heading{
		font-size: 2rem;
		line-height: 1rem;
		top: 9px;
	}
	.sppb-addon-image-layouts .sppb-col-sm-3{
		width: 33%;
	}
	.sppb-addon-image-layouts .sppb-col-sm-9{
		width: 66%;
	}
	.medios .sppb-row-column{
		margin-bottom: 2rem;
	}
	.medios .sppb-row-column:last-child{
		margin-bottom: 0;
	}
	#sp-footer1{
		text-align: center;
		margin-bottom: 0.5rem;
	}
	#sp-footer ul.menu{
		display: contents;
	}
	body .sp-page-builder .page-content #section-id-1523429110056{
		background-size: contain;
	}
	.sppb-btn-primary, .sppb-btn-link,
	.btn-apex, .btn-apex-ghost{
		padding: 0.85rem 1rem;
	}
	.sp-page-title .sp-page-title-heading{
		text-align: center;
	}
	
	.camino {
        flex-direction: column;
        align-items: center;
        gap: 0;
      }
 
      .paso {
        width: 100%;
        max-width: 320px;
        height: auto;
        min-height: 90px;
        flex-direction: row;
        text-align: left;
        padding: 1rem 1.25rem;
        gap: 1rem;
      }
 
      .paso:hover { transform: translateY(-3px); }
 
      .paso .icono {
        font-size: 1.8rem;
        margin-bottom: 0;
        flex-shrink: 0;
      }
 
      .paso .texto {
        display: flex;
        flex-direction: column;
      }
 
      .flecha {
        width: auto;
        height: 28px;
        justify-content: center;
        rotate: 90deg;
      }
 
      .flecha-h { display: none; }
      .flecha-v { display: flex; }
}