@font-face {
    font-family: 'Benton Sans';
    src: url('/wp-content/themes/portalBPO/fonts/benton-sans/BentonSansBBVA-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'BentonSansBBVA-Medium';
    src: url('/wp-content/themes/portalBPO/fonts/benton-sans/BentonSansBBVA-Medium.ttf') format('truetype');
    font-weight: 500; 
    font-style: normal;
}
@font-face {
    font-family: 'BentonSansBBVA-Book';
    src: url('/wp-content/themes/portalBPO/fonts/benton-sans/BentonSansBBVA-Book.ttf') format('truetype');
    font-weight: 350; 
    font-style: normal;
}
@font-face {
    font-family: 'BentonSansBBVA-Bold';
    src: url('/wp-content/themes/portalBPO/fonts/benton-sans/BentonSansBBVA-Bold.ttf') format('truetype');
    font-weight: 700; 
    font-style: normal;
}
@font-face {
    font-family: 'Benton Sans';
    src: url('/wp-content/themes/portalBPO/fonts/benton-sans/BentonSansBBVA-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Tiempos Headline';
    src: url('/wp-content/themes/portalBPO/fonts/tiempos-headline/TiemposHeadline-Regular.woff2') format('woff2'),
         url('/wp-content/themes/portalBPO/fonts/tiempos-headline/TiemposHeadline-Regular.woff') format('woff'),
         url('/wp-content/themes/portalBPO/fonts/tiempos-headline/TiemposHeadline-Regular.ttf') format('truetype'),
         url('/wp-content/themes/portalBPO/fonts/tiempos-headline/TiemposHeadline-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Tiempos Headline';
    src: url('/wp-content/themes/portalBPO/fonts/tiempos-headline/TiemposHeadline-Bold.woff2') format('woff2'),
         url('/wp-content/themes/portalBPO/fonts/tiempos-headline/TiemposHeadline-Bold.woff') format('woff'),
         url('/wp-content/themes/portalBPO/fonts/tiempos-headline/TiemposHeadline-Bold.ttf') format('truetype'),
         url('/wp-content/themes/portalBPO/fonts/tiempos-headline/TiemposHeadline-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'TiemposHeadline-Bold';
    src: url('/wp-content/themes/portalBPO/fonts/tiempos-headline/TiemposHeadline-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.bb-site-main {
    padding: 0; 
    margin: 0;
    padding-top: 1px; 
}

.bb-hero-banner {
    position: relative;
    width: 90%; 
    max-width: 1280px;
    height: 250px; 
}


.bb-hero-banner .bb-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: 55% center; 
    z-index: 0; 
}
.bb-hero-banner .bb-banner-wrapper {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    display: flex;
    align-items: center; 
    justify-content: center; 
    z-index: 10; 
}

.bb-hero-banner .bb-banner-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(84 79 110 / 50%), rgb(0 19 145 / 18%), rgb(0 19 145 / 10%)); 
    z-index: 1; 
}

.bb-hero-banner .bb-banner-title {
    position: relative;
    z-index: 99; 
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-family: 'Tiempos Headline', sans-serif;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;  
    font-size: 48px !important;
}

/* --- Responsive (Móviles) --- */
@media (max-width: 768px) {
    .bb-hero-banner {
        width: 100%; 
        height: auto; 
        min-height: 250px;
        border-radius: 16px; 
        width: calc(100% - 32px); 
        margin: 20px 16px; 
        margin-left: auto;
        margin-right: auto;
        margin-top: -1px !important;
    }

    .bb-hero-banner .bb-banner-title {
        font-family: 'TiemposHeadline-Bold',sans-serif !important;
        font-size: 36px !important; 
        line-height: 1.2 !important;
        width: 95% !important;
        text-align: start;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bb-hero-banner {
        width: calc(96% - 32px); 
    }

    .bb-hero-banner .bb-banner-title {
        font-size: 36px !important; 
    }
}

/*   SECCIÓN: PREVENCIÓN */

.prevention-card {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 24px 24px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05); 
}

/* Título */
.prevention-title {
    font-family: 'Tiempos Headline', serif;
    font-size: 40px;
    font-weight: 700;
    color: #070E46; 
    line-height: 1.2;
}

/* Intro (Subtítulo) */
.prevention-intro {
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 20px;
    color: #070E46; 
    margin-bottom: 1rem;
    line-height: 1.5;
}

/* Descripción general */
.prevention-desc {
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15.01px;
    color: #070E46; 
    line-height: 1.6;
}

/* Imagen Icono */
.prevention-icon {
    max-width: 320px; 
    width: 100%;      
    height: auto;
    display: block;  
    margin: 0 auto; 
}

.prevention-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.prevention-list li {
    position: relative;
    padding-left: 1.5rem; 
    margin-bottom: 1.5rem;
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #070E46;
}

.prevention-list li strong {
    color: #070E46; 
    font-family: 'BentonSansBBVA-Medium', sans-serif; 
    font-weight: 500;
}

/* El bullet rectangular azul */
.prevention-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 14px;
    height: 7px; 
    background-image: url("https://assets.caasbbva.com/venezuela/net/assets-spherica/iconos/bullet-midnight.svg");
    background-size: cover;
}
@media (min-width: 992px) and (max-width: 1280px) { 
    .prevention-card {
        max-width: 926px;
    }
}

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
    .prevention-card {
        padding: 2rem;
        width: 95%;
    }
    .prevention-card .row {
        display: flex;
        flex-direction: column;
    }
    .prevention-card .col-lg-4 {
        order: -1; 
        width: 100%; 
        margin-bottom: 2rem; 
    }
    .prevention-card .col-lg-8 {
        order: 1;
    }
    
    .prevention-title {
        font-size: 32px;
        top: -30px;
        position: relative;
        text-align: left;
    
    }
    
    .prevention-intro, 
    .prevention-desc {
        text-align: left;
        position: relative;
        top: -20px;
    }
    .prevention-list {
        text-align: left;
    }

    .prevention-icon {
    max-width: 240px;
    }
    .prevention-image-container {
        margin-bottom: 0;
    }

    .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

}

@media (min-width: 768px) and (max-width: 991px) {
   .prevention-title{
    text-align: center;
    width: 103%;
    margin-left: -7px;
   }
}

/*  SECCIÓN: PRECAUCIÓN PLATAFORMAS*/
.caution-card {
    background-color: #e2e6ea; 
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}

/* Columna de texto: solo padding horizontal */
.caution-card .col-lg-6.pe-lg-5 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0.5rem !important;
}

/* Título */
.caution-title {
    font-family: 'Tiempos Headline', serif;
    font-size: 40px;
    font-weight: 700;
    color: #070E46; 
    line-height: 1.1;
}

/* Intro (Subtítulo destacado) */
.caution-intro {
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 20px;
    color: #070E46; 
    margin-bottom: 1rem;
    line-height: 1.5;
}

/* Descripción general */
.caution-desc {
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15.01px;
    color: #070E46;
    line-height: 1.6;
}

/* --- LISTA CON BULLETS RECTANGULARES AZULES --- */
.caution-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.caution-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15.01px;
    line-height: 1.6;
    color: #070E46;
}

/* Negritas dentro de la lista */
.caution-list li strong {
    color: #070E46; 
    font-family: 'BentonSansBBVA-Medium', sans-serif;
    font-weight: 500;
}

/* El bullet rectangular azul oscuro */
.caution-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 14px;
    height: 7px;
    background-image: url("https://assets.caasbbva.com/venezuela/net/assets-spherica/iconos/bullet-midnight.svg");
    background-size: cover;
}

/* La Imagen */
.caution-image-container {
    background-color: white;
    border-radius: 8px;
    width: 100%;
    aspect-ratio: 10 / 9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caution-img {
    width: 67%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
@media (min-width: 992px) and (max-width: 1280px) { 
    .caution-card {
        max-width: 926px;
    }
    .caution-image-container{
        aspect-ratio: 11 / 19;
    }
    .caution-img {
    width: 95%;
    height: 67%;
    }
}
/* --- RESPONSIVE --- */
@media (max-width: 991px) {
    .caution-card {
        padding: 1.25rem;
        width: 95%;
        margin-bottom: 16px;
        flex-direction: column;
    }

    .caution-card .col-lg-6.pe-lg-5 {
        padding-right: 0.75rem !important;
        padding-left: 0.75rem;
    }

    .caution-image-container {
        width: 102%;
        aspect-ratio: 4 / 3;
        margin-top: 0.25rem;
        border-radius: 8px;
        margin-left: -2px;
        margin-bottom: 18px;
    }
    .caution-img {
        width: 82%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: static;
        top: auto;
    }
    
    .caution-title {
        font-size: 32px;
        text-align: left;
    }
    
    .caution-intro, 
    .caution-desc {
        text-align: left;
    }
    .caution-list {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .caution-card {
        padding: 0.5rem;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
    .caution-image-container {
        aspect-ratio: 17 / 9;
        margin-top: 0.5rem;
        margin-left: 5px;
        width: 97%;
    }
    .caution-img {
        width: 66%;
        height: 100%;
    }
    .caution-card .col-lg-6.pe-lg-5 {
        margin-left: 12px;
        margin-bottom: 0rem !important;
    }
    .caution-title {
        width: 90%;
    }
}

/* SECCIÓN: RECOMENDACIONES AML/CFT/CFP */

.recommendations-card {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 24px 24px;
    width: 100%;
    max-width: 1270px; 
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05); 
}

/* Título Principal */
.recommendations-title {
    font-family: 'Tiempos Headline', serif;
    font-size: 40px;
    font-weight: 700;
    color: #070E46;
    line-height: 1.2;
    margin-bottom: 24px !important;
}
.mb-3
 {
    margin-bottom: 0rem !important;
}

/* Subtítulo / Intro */
.recommendations-intro {
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 20px;
    color: #070E46; 
    line-height: 1.5;
    margin-bottom: 24px !important;
}

/* Icono de Persona */
.recommendations-icon {
    max-width: 280px; 
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.recommendations-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.recommendations-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #070E46;
}

.recommendations-list li strong {
    color: #070E46; 
    font-family: 'BentonSansBBVA-Medium', sans-serif;
    font-weight: 500 !important;
}

/* El bullet rectangular azul */
.recommendations-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px; 
    width: 14px;
    height: 7px;
    background-image: url("https://assets.caasbbva.com/venezuela/net/assets-spherica/iconos/bullet-midnight.svg");
    background-size: cover;
}

.btn-azul-bpo {
    background-color: #001391!important; 
    border-color: #001391 !important;
    color: #ffffff !important;
    border-radius: 6px;
    padding: 12px 30px;
    font-family: 'BentonSansBBVA-Medium', sans-serif;
    font-size: 15.01px;
    transition: all 0.3s ease;
}

.btn-azul-bpo:hover {
    background-color: #070E46 !important; 
    border-color: #070E46 !important;
}
@media (min-width: 992px) and (max-width: 1280px) { 
    .recommendations-card {
        max-width: 926px;
    }
}

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
    .recommendations-card {
        padding: 2rem;
        width: 95%;
    } 

    .recommendations-card .row {
        display: flex;
        flex-direction: column;
    }

    .recommendations-card .col-lg-4 {
        order: -1; 
        width: 100%;
        margin-bottom: 2rem; 
        text-align: center;
    }

    .recommendations-card .col-lg-8 {
        order: 1;
    }
    
    .recommendations-title {
        font-size: 32px;
        text-align: left;
        position: relative;
        top: -20px;
    }
    
    .recommendations-intro {
        text-align: left;
    }
    
    .recommendations-list {
        text-align: left;
    }
    
    .recommendations-image-container {
        margin-bottom: 0rem;
    }
}

/* SECCIÓN: TABS (CONOCE MÁS) */

.tabs-centered-container {
    width: 100%;
    max-width: 1320px; 
    margin: 0 auto;   
    padding: 0;     
}

/* Ajuste para pantallas  */
@media (min-width: 1600px) {
    .tabs-centered-container {
        max-width: 1440px;
    }
}

/* Ajuste para móviles */
@media (max-width: 991px) {
    .tabs-centered-container {
        width: 100%;
        padding: 0 15px; 
    }
}
.prevention-tabs-title {
    font-family: 'Tiempos Headline', serif;
    font-size: 48px;
    font-weight: 700;
    color: #070E46;
    line-height: 1.2;
}

/* --- NAVEGACIÓN TABS (BREADCRUMB STYLE) --- */
.prevention-tabs-section .breadcrumb-container {
    font-family: 'BentonSansBBVA-Medium', sans-serif;
    font-size: 15.01px;
    border-bottom: 1px solid #CAD1D8;
    margin-bottom: 24px !important;
}

.prevention-tabs-section .breadcrumb-item {
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    color: #001391;
    font-family: 'BentonSansBBVA-Medium', sans-serif;
    transition: color 0.3s ease;
}

.prevention-tabs-section .breadcrumb-item.active {
    color: #070E46;
    border-bottom: 2px solid #070E46;
    padding-bottom: 9px;
    display: inline-block;
    margin-bottom: -1px;
    font-family: 'BentonSansBBVA-Medium', sans-serif;
}

.prevention-tabs-section .breadcrumb-item:hover {
    color: #070E46;
}

/* --- CONTENIDO DEL TEXTO (AJUSTADO PARA QUE SE VEA ALARGADO) --- */
.tab-body-text {
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15.01px;
    color: #070E46;
    line-height: 1.6;
    width: 100%;   
    max-width: 100%;
}

.prevention-tabs-list {
    list-style: none;
    padding-left: 0;
    margin-top: 1.5rem;
}

.prevention-tabs-list li {
    position: relative;
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15.01px;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    color: #070E46;

}
.descrption-tex{
    font-family: 'BentonSansBBVA-Book', sans-serif;
    font-size: 15.01px;
    color: #070E46;
    line-height: 1.6;
    
}

.prevention-tabs-list li strong {
    color: #070E46;
    font-family: 'BentonSansBBVA-Medium', sans-serif;
    font-weight: 500 !important;
}

.prevention-tabs-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 14px;
    height: 7px;
    background-image: url("https://assets.caasbbva.com/venezuela/net/assets-spherica/iconos/bullet-midnight.svg");
    background-size: contain;
    border-radius: 8px;
    background-color: #070E46; 
}
@media (min-width: 992px) and (max-width: 1280px) { 
    .tabs-centered-container {
        max-width: 926px;
    }
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .prevention-tabs-title {
        font-size: 40px; 
        text-align: left;
    }
    .prevention-tabs-title br {
        display: none;
    }
    
    .prevention-tabs-section .breadcrumb-container {
        display: flex;           
        flex-wrap: nowrap;       
        overflow-x: auto;         
        overflow-y: visible;       
        -webkit-overflow-scrolling: touch; 
        border-bottom: 1px solid #CAD1D8; 
        padding-bottom: 2px;
        margin-bottom: 2rem;
        scrollbar-width: none; 
        -ms-overflow-style: none;  
    }
    
    .prevention-tabs-section .breadcrumb-container::-webkit-scrollbar { 
        display: none; 
    }

    .prevention-tabs-section .breadcrumb-item {
        white-space: nowrap; 
        flex-shrink: 0; 
    }
    
    .tabs-centered-container {
        width: 100%;
        padding: 0 20px;
    }
}