.elementor-165 .elementor-element.elementor-element-23397e7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e5b7227 */:root {
    --bt-fucsia: #E91E63;
    --bt-navy: #1A2530;
    --bt-font: 'Montserrat', sans-serif;
}

.about-editorial-section {
    background-color: #ffffff;
    padding: 100px 0 100px 0; /* Espacio para el header en PC */
    font-family: var(--bt-font);
    position: relative;
    overflow: hidden;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    z-index: 5;
}

.about-row {
    display: flex;
    align-items: center;
    gap: 80px;
}

/* --- ESTILOS DE TEXTO PC --- */
.about-col-text { flex: 1.2; }
.about-tag { color: var(--bt-fucsia); font-weight: 700; font-size: 13px; letter-spacing: 2px; display: block; margin-bottom: 15px; }
.about-main-title { font-size: 48px; color: var(--bt-navy); line-height: 1.1; font-weight: 900; text-transform: uppercase; margin-bottom: 25px; }
.text-fucsia { color: var(--bt-fucsia); }
.about-description { font-size: 18px; line-height: 1.7; color: #555; margin-bottom: 40px; max-width: 550px; }

/* --- STATS --- */
.about-stats-container { display: flex; gap: 40px; border-top: 1px solid #eee; padding-top: 30px; }
.stat-number { display: block; font-size: 32px; font-weight: 900; color: var(--bt-navy); }
.stat-label { font-size: 11px; font-weight: 700; color: #999; letter-spacing: 1px; }

/* --- IMAGEN PC (BOXED) --- */
.about-col-image { flex: 0.8; position: relative; }
.about-image-wrapper { position: relative; padding-bottom: 30px; }
.about-image-wrapper img { 
    width: 100%; 
    height: 550px; /* Altura imponente en PC */
    object-fit: cover; 
    border-radius: 4px; 
    position: relative; 
    z-index: 2; 
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.navy-decorative-bar { position: absolute; bottom: 15px; left: 0; width: 100%; height: 40px; background-color: var(--bt-navy); z-index: 1; }
.est-badge { position: absolute; top: 20px; right: -20px; background: var(--bt-fucsia); color: #fff; padding: 12px 20px; font-weight: 800; transform: rotate(5deg); z-index: 10; }

.mobile-header-protection { display: none; }

/* --- AJUSTES MÓVIL --- */
@media (max-width: 768px) {
    /* Fondo oscuro solo arriba para que se vea el logo blanco en móvil */
    .mobile-header-protection {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: var(--bt-navy);
        z-index: 1;
    }

    .about-editorial-section { padding-top: 20px; }
    .about-row { flex-direction: column; text-align: center; gap: 40px; }
    
    /* Imagen arriba en móvil para impacto visual */
    .about-col-image { order: 1; width: 100%; margin-top: 100px; }
    .about-col-text { order: 2; }

    .about-image-wrapper img { height: 350px; }
    .about-main-title { font-size: 28px; }
    .about-stats-container { justify-content: center; }
    .est-badge { right: 10px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9406d24 *//* --- ESTILOS DE DIFERENCIALES --- */
.bt-diferenciales-section {
    background-color: #ffffff;
    padding: 100px 0;
    font-family: 'Montserrat', sans-serif;
}

.bt-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}

.diferenciales-header {
    text-align: center;
    margin-bottom: 70px;
}

.diferenciales-tag {
    color: var(--bt-fucsia);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 10px;
}

.diferenciales-title {
    color: var(--bt-navy);
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 20px;
}

.diferenciales-intro {
    color: #666;
    font-size: 17px;
    max-width: 700px;
    margin: 0 auto;
}

/* GRID DE 3 COLUMNAS */
.diferenciales-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.diferencial-item {
    padding: 40px;
    background: #fdfdfd;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: center;
}

.diferencial-icon {
    font-size: 45px;
    color: var(--bt-navy);
    margin-bottom: 25px;
    transition: 0.3s;
}

.diferencial-info h3 {
    color: var(--bt-navy);
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.diferencial-info p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

/* HOVER EFFECT */
.diferencial-item:hover {
    transform: translateY(-10px);
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
    border-color: var(--bt-fucsia);
}

.diferencial-item:hover .diferencial-icon {
    color: var(--bt-fucsia);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .diferenciales-grid { grid-template-columns: 1fr; gap: 30px; }
    .diferencial-item { padding: 30px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b390c8c */.bt-purpose-section {
    background-color: #ffffff;
    padding: 80px 0 120px 0;
    font-family: 'Montserrat', sans-serif;
}

.purpose-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px; /* Mucho espacio entre columnas para el look premium */
    position: relative;
}

/* Línea divisoria central sutil solo en escritorio */
.purpose-wrapper::after {
    content: '';
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 80%;
    background-color: #eeeeee;
}

.purpose-col {
    padding: 20px;
    text-align: left;
}

.purpose-icon-box {
    font-size: 30px;
    color: var(--bt-navy);
    margin-bottom: 25px;
    opacity: 0.8;
}

.purpose-title {
    color: var(--bt-navy);
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.purpose-text {
    color: #555;
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .purpose-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }
    
    .purpose-wrapper::after { display: none; } /* Quitamos la línea en móvil */
    
    .purpose-col {
        padding: 0;
        text-align: center;
    }
    
    .purpose-title { font-size: 28px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33670e7 */.bt-final-cta {
    background-color: #ffffff; /* Fondo blanco para separar del contenido anterior */
    padding: 80px 0 100px 0;
    font-family: 'Montserrat', sans-serif;
}

.cta-fucsia-box {
    background-color: var(--bt-fucsia);
    border-radius: 8px;
    padding: 70px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* Sombra para dar profundidad sobre el blanco */
    box-shadow: 0 20px 40px rgba(233, 30, 99, 0.2);
}

.cta-inner-content {
    position: relative;
    z-index: 5;
    max-width: 700px;
    margin: 0 auto;
}

.cta-mini-tag {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 15px;
}

.cta-main-title {
    color: #ffffff;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.cta-main-title span {
    color: var(--bt-navy); /* El azul aparece solo como detalle de texto */
}

.cta-desc {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.95;
}

/* BOTÓN NAVY (Contraste máximo sobre el fucsia) */
.btn-cta-navy {
    background-color: var(--bt-navy);
    color: #ffffff !important;
    padding: 18px 40px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

/* ... Resto del CSS del CTA (Turno 33) ... */

/* --- AJUSTE PARA ICONO DE MARCA DE AGUA PROPIO --- */
.bt-custom-icon-bg {
    position: absolute;
    right: -30px; /* Posicionado un poco fuera de la caja */
    bottom: -30px;
    width: 300px; /* Tamaño del icono de fondo */
    transform: rotate(-15deg); /* Inclinación elegante */
    pointer-events: none; /* No interfiere con clics */
    z-index: 1; /* Detrás del texto */
}

.bt-custom-icon-bg img {
    width: 100%;
    height: auto;
    display: block;
}

/* Ajuste para móvil: el icono no debe molestar */
@media (max-width: 768px) {
    .bt-custom-icon-bg {
        width: 150px; /* Más pequeño en celular */
        right: -10px;
        bottom: -10px;
    }
}


.btn-cta-navy:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(26, 37, 48, 0.3);
    background-color: #000000;
}

/* DECORACIÓN DE FONDO */
.cta-icon-bg {
    position: absolute;
    right: -20px;
    bottom: -20px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.1);
    transform: rotate(-15deg);
    pointer-events: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cta-fucsia-box { padding: 50px 20px; margin: 0 10px; }
    .cta-main-title { font-size: 26px; }
    .btn-cta-navy { width: 100%; justify-content: center; }
}/* End custom CSS */