.elementor-2500 .elementor-element.elementor-element-5db03841{--display:flex;}.elementor-2500 .elementor-element.elementor-element-a158a2c{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-5f29fbde *//* ===== CONTENEDOR GENERAL ===== */

.bf-wrap{
max-width:1200px;
margin:auto;
padding:0 24px;
}

/* ===== SECCIONES ===== */

.bf-section{
padding:80px 0;
background:#000;
color:#fff;
}

/* ===== TITULOS ===== */

.bf-title{
font-weight:700;
line-height:1.2;
margin-bottom:16px;
}

.bf-subtitle{
opacity:.85;
max-width:700px;
}

/* ===== GRID ===== */

.bf-grid-3{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
}

.bf-mini-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:22px;
}

/* ===== TARJETAS ===== */

.bf-card{

background:rgba(18,18,18,.95);
padding:28px;
border-radius:14px;

border:1px solid rgba(255,160,0,.35);

box-shadow:
0 0 8px rgba(255,140,0,.15),
0 0 30px rgba(255,140,0,.08);

transition:all .35s ease;
}

.bf-card:hover{

transform:translateY(-6px);

border:1px solid rgba(255,180,0,.7);

box-shadow:
0 0 20px rgba(255,170,0,.35),
0 0 50px rgba(255,140,0,.2);
}

/* ===== MINI TARJETAS ===== */

.bf-mini{

background:#111;
padding:22px;

border-radius:12px;

border:1px solid rgba(255,170,0,.25);

transition:.3s;
}

.bf-mini:hover{

border:1px solid rgba(255,170,0,.55);

box-shadow:
0 0 18px rgba(255,160,0,.25);
}

/* ===== BOTONES ===== */

.bf-btn{
display:inline-block;
padding:10px 16px;
border-radius:8px;
font-weight:600;
font-size:14px;
text-decoration:none;
transition:.25s;
margin:4px;
}

/* boton principal */

.bf-btn-primary{

background:linear-gradient(135deg,#f0ab2f,#ffbf52);
color:#111;
border:none;
}

.bf-btn-primary:hover{

background:linear-gradient(135deg,#ffbf52,#ffd57a);
transform:translateY(-2px);
}

/* boton outline */

.bf-btn-outline{

border:1px solid rgba(255,170,0,.6);
color:#ffb84a;
background:transparent;
}

.bf-btn-outline:hover{

background:rgba(255,170,0,.15);
border:1px solid #ffb84a;
}

/* ===== HERO ===== */

.bf-hero-grid{

display:grid;
grid-template-columns:1.1fr .9fr;
gap:40px;
align-items:center;
}

/* ===== HERO POINTS ===== */

.bf-hero-points{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:16px;
margin-top:26px;
}

.bf-point{

background:#111;
padding:18px;
border-radius:10px;
border:1px solid rgba(255,170,0,.25);
}

/* ===== HERO CARD ===== */

.bf-hero-card{

background:radial-gradient(circle,#111,#000);
border-radius:16px;
padding:60px 40px;

border:1px solid rgba(255,170,0,.35);

box-shadow:
0 0 30px rgba(255,160,0,.25);
}

/* ===== CTA ===== */

.bf-cta{

background:#111;

border-radius:16px;

padding:50px;

text-align:center;

border:1px solid rgba(255,170,0,.4);

box-shadow:
0 0 40px rgba(255,160,0,.18);
}

/* ===== BADGE ===== */

.bf-badge{

display:inline-block;

background:rgba(255,170,0,.15);

border:1px solid rgba(255,170,0,.35);

padding:6px 12px;

border-radius:6px;

font-size:12px;

margin-bottom:14px;
}

/* ===== FOOTER NOTE ===== */

.bf-footer-note{

margin-top:30px;

opacity:.5;

text-align:center;

font-size:13px;
}

/* ===== RESPONSIVE ===== */

@media (max-width:900px){

.bf-grid-3{
grid-template-columns:1fr;
}

.bf-mini-grid{
grid-template-columns:1fr;
}

.bf-hero-grid{
grid-template-columns:1fr;
}

.bf-hero-points{
grid-template-columns:1fr;
}

.bf-section{
padding:60px 0;
}

.bf-title{
font-size:28px;
}

}
/* ===== TITULOS DE TARJETAS ===== */

.bf-card h3{
color:#ffffff;
font-weight:700;
margin-bottom:10px;
}

/* efecto elegante */

.bf-card h3{

text-shadow:
0 0 4px rgba(255,180,0,.25);

}

/* subtitulos */

.bf-card p{
color:#d6d6d6;
font-size:14px;
line-height:1.6;
}

/* titulos de mini tarjetas */

.bf-mini h4{
color:#ffb84a;
font-weight:600;
margin-bottom:6px;
}

/* texto mini tarjetas */

.bf-mini p{
color:#d0d0d0;
font-size:14px;
}
/* ===== TITULOS HERO (Acción del Precio / Gestión del Riesgo / Mentoria) ===== */

.bf-point h3{

color:#ffb84a;

font-weight:700;

margin-bottom:8px;

font-size:18px;

}

/* texto debajo */

.bf-point p{

color:#d6d6d6;

font-size:14px;

line-height:1.5;

}
/* ===== TITULO CTA FINAL ===== */

.bf-cta h2{
color:#ffffff;
font-weight:700;
font-size:clamp(30px,4vw,52px);
line-height:1.15;
margin-bottom:14px;
text-shadow:0 0 6px rgba(255,180,0,.18);
}

.bf-cta p{
color:#d8d8d8;
font-size:16px;
line-height:1.7;
max-width:760px;
margin:0 auto 24px;
}

.bf-cta .bf-kicker{
color:#ffb84a;
letter-spacing:.12em;
font-weight:700;
}
.bf-title,
.bf-cta h2,
.bf-card h3,
.bf-point h3,
.bf-mini h4{
color:#ffffff;
}
/* ===== EFECTO 3D TARJETAS ===== */

.bf-card,
.bf-mini,
.bf-point{

transform:perspective(1000px) translateY(0);
transition:transform .35s ease, box-shadow .35s ease;

}

.bf-card:hover,
.bf-mini:hover,
.bf-point:hover{

transform:perspective(1000px) translateY(-8px) scale(1.02);

box-shadow:
0 12px 40px rgba(0,0,0,.6),
0 0 30px rgba(255,170,0,.25);

}
/* ===== HERO GLOW ===== */

.bf-hero{

background:
radial-gradient(circle at 30% 20%, rgba(255,170,0,.08), transparent 40%),
radial-gradient(circle at 70% 60%, rgba(255,170,0,.06), transparent 45%),
#000;

}
/* ===== BOTONES EFECTO ===== */

.bf-btn{

transition:all .25s ease;

}

.bf-btn:hover{

transform:translateY(-2px);

box-shadow:
0 6px 20px rgba(255,170,0,.35);

}
/* ===== HERO MOVIL ===== */

@media (max-width:768px){

.bf-hero-grid{
grid-template-columns:1fr;
gap:30px;
text-align:left;
}

.bf-title{
font-size:34px;
line-height:1.2;
}

.bf-hero-card{
margin-top:10px;
padding:40px 25px;
}

}
/* ===== BOTONES MOVIL ===== */

@media (max-width:768px){

.bf-btn{
display:block;
width:100%;
text-align:center;
margin-bottom:10px;
padding:14px 16px;
font-size:15px;
}

.bf-hero-actions{
display:flex;
flex-direction:column;
}

}
/* ===== TARJETAS MOVIL ===== */

@media (max-width:768px){

.bf-card{
padding:24px;
}

.bf-mini{
padding:20px;
}

.bf-point{
padding:20px;
}

.bf-grid-3{
grid-template-columns:1fr;
gap:20px;
}

.bf-mini-grid{
grid-template-columns:1fr;
gap:16px;
}

}
/* ===== TITULO PRINCIPAL AJUSTADO ===== */

.bf-title-main{
font-size:clamp(28px,3vw,40px);
line-height:1.2;
}

/* ===== TARJETA PRINCIPAL ===== */

.bf-card-main{

padding:40px;
border-radius:18px;

border:1px solid rgba(255,180,0,.6);

box-shadow:
0 0 20px rgba(255,170,0,.35),
0 0 60px rgba(255,140,0,.15);

background:linear-gradient(145deg,#111,#050505);

}

/* ===== TEXTO MÁS PRO ===== */

.bf-title{
font-size:clamp(26px,3vw,38px);
}

.bf-subtitle{
font-size:16px;
line-height:1.7;
}

/* ===== REDUCIR TAMAÑO GENERAL ===== */

.bf-card h3{
font-size:20px;
}

.bf-card p{
font-size:14px;
}

/* ===== KICKER MÁS ELEGANTE ===== */

.bf-kicker{
color:#ffb84a;
font-size:13px;
letter-spacing:.15em;
font-weight:700;
margin-bottom:10px;
}
/* TITULO HERO */
.bf-title-hero{
font-size:clamp(32px,4vw,52px);
}

/* TITULOS GENERALES MÁS PRO */
.bf-title{
font-size:clamp(26px,3vw,36px);
}

/* TARJETA PRINCIPAL DESTACADA */
.bf-card-main{
padding:40px;
border:1px solid rgba(255,180,0,.6);
box-shadow:
0 0 20px rgba(255,170,0,.3),
0 0 60px rgba(255,140,0,.15);
}

/* ESPACIADO */
.bf-card{
margin-top:15px;
}

/* TEXTO */
.bf-subtitle{
font-size:15px;
line-height:1.6;
}

/* HERO CARD TEXTO */
.bf-target-text{
text-align:center;
font-weight:700;
color:#ffb84a;
font-size:20px;
}
/* ===== ESCALERA VISUAL ===== */

.bf-card-main{
transform:scale(1.04);
z-index:2;
position:relative;
}

.bf-card{
opacity:.9;
}

.bf-card:nth-child(2){
margin-left:20px;
}

.bf-card:nth-child(3){
margin-left:40px;
} 
/* ===== SEPARADORES ===== */

.bf-divider{
height:1px;
background:linear-gradient(to right, transparent, rgba(255,170,0,.4), transparent);
margin:50px 0;
} 
/* TARJETAS PRINCIPALES */
.card-francotirador {
    background: linear-gradient(145deg, #0a0a0a, #000000);
    border: 1px solid rgba(247, 166, 0, 0.3);
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(247, 166, 0, 0.1);
    position: relative;
    overflow: hidden;
}

/* EFECTO HOVER */
.card-francotirador:hover {
    transform: translateY(-8px) scale(1.02);
    border: 1px solid #f7a600;
    box-shadow: 0 0 25px rgba(247, 166, 0, 0.4);
}

/* EFECTO BRILLO INTERNO */
.card-francotirador::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(247, 166, 0, 0.1),
        transparent
    );
    transform: rotate(25deg);
    opacity: 0;
    transition: 0.5s;
}

.card-francotirador:hover::before {
    opacity: 1;
    top: 0;
    left: 0;
}

/* TITULOS DENTRO DE TARJETAS */
.card-francotirador h3 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

/* TEXTOS */
.card-francotirador p {
    color: #bbbbbb;
    font-size: 14px;
}

/* BOTONES DENTRO DE TARJETAS */
.card-francotirador a {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    background: transparent;
    color: #f7a600;
    border: 1px solid #f7a600;
    transition: all 0.3s ease;
}

/* HOVER BOTONES */
.card-francotirador a:hover {
    background: #f7a600;
    color: #000;
    box-shadow: 0 0 10px rgba(247, 166, 0, 0.6);
} 
.card-francotirador {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 
.card-francotirador {
    min-height: 180px;
}
.animacion-aparecer {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

.animacion-aparecer.visible {
    opacity: 1;
    transform: translateY(0);
} 
.card-francotirador:hover {
    transform: translateY(-10px) scale(1.03);
    border: 1px solid #f7a600;
    box-shadow: 
        0 0 10px rgba(247, 166, 0, 0.4),
        0 0 30px rgba(247, 166, 0, 0.2),
        0 0 60px rgba(247, 166, 0, 0.1);
} 
.card-destacada {
    border: 2px solid #f7a600;
    box-shadow: 
        0 0 20px rgba(247, 166, 0, 0.5),
        0 0 40px rgba(247, 166, 0, 0.2);
    transform: scale(1.03);
}
.boton-final:active,
.card-francotirador a:active {
    transform: scale(0.95);
}
body {
    scroll-behavior: smooth;
}
body {
    background-color: #000000 !important;
}

html {
    background-color: #000000 !important;
}

/* Fondo general del tema */
.site,
.site-content,
.page,
.content-area {
    background-color: #000000 !important;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-2154931 */.seccion-final-francotirador {
    background: linear-gradient(180deg, #000000, #0a0a0a);
    padding: 80px 20px;
    text-align: center;
    border-top: 2px solid #f7a600;
}

.titulo-final {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.subtitulo-final {
    font-size: 18px;
    color: #cccccc;
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
}

.boton-final {
    display: inline-block;
    background: #f7a600;
    color: #000;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.boton-final:hover {
    background: #ffaa00;
    transform: scale(1.05);
}
.boton-final {
    display: inline-block;
    background: linear-gradient(135deg, #f7a600, #ffb700);
    color: #000;
    padding: 18px 40px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(247, 166, 0, 0.4);
}

.boton-final:hover {
    background: linear-gradient(135deg, #ffb700, #ffc800);
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(247, 166, 0, 0.7);
}
.seccion-final-francotirador {
    background: linear-gradient(180deg, #000000, #0a0a0a);
    padding: 100px 20px 80px 20px;
    text-align: center;
    border-top: 2px solid #f7a600;
}

.titulo-final {
    font-size: 34px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
}

.subtitulo-final {
    font-size: 18px;
    color: #cccccc;
    max-width: 700px;
    margin: auto;
    margin-bottom: 35px;
    line-height: 1.6;
}

.boton-final {
    display: inline-block;
    background: linear-gradient(135deg, #f7a600, #ffb700);
    color: #000;
    padding: 18px 40px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(247, 166, 0, 0.4);
}

.boton-final:hover {
    background: linear-gradient(135deg, #ffb700, #ffc800);
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(247, 166, 0, 0.7);
}

.confianza-final {
    margin-top: 20px;
    color: #888;
    font-size: 14px;
}/* End custom CSS */