section.banner-inicio .div-banner{
    height: 500px;
}
section.banner-inicio .div-banner img{
    object-fit: cover;

}

/* =========================
   BLOG CTA SECTION
========================= */

.blog-cta {
    width: 100%;
}

/* LADO IZQUIERDO */
.blog-cta-left {
    background-color: #0C26A3; /* Azul corporativo */
    min-height: 320px;
}

.blog-cta-left .content {
    max-width: 480px;
}

.blog-cta-left h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}
.blog-cta-left p, .blog-cta-left ul{
       color: #fff;
        
}
/* BOTÓN */
.btn-blog-cta {
    display: inline-block;
    background: #fff;
    color: #0C26A3;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.btn-blog-cta:hover {
    background: #e6e9f5;
    color: #0C26A3;
    text-decoration: none;
}

/* LADO DERECHO */
.blog-cta-right {
    position: relative;
    min-height: 320px;
}

.blog-cta-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 767px) {

    .blog-cta-left {
        padding: 60px 20px;
        text-align: center;
    }

    .blog-cta-left h2 {
        font-size: 28px;
    }

    .blog-cta-right {
        min-height: 250px;
    }
}

.section-contect h2{
    color: #0C26A3;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.section-contect p{
    color: #453D3B;
    font-size: 18px;
font-weight: 400;
line-height: normal;
padding: 0 8%;
}


/* ============================
   BENEFICIOS SECTION
============================ */


/* CARD */
.beneficio-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 2px 4px 15px 0 #E7E9F6;
    transition: all .3s ease;
    height: 100%;
}

.beneficio-card:hover {
    transform: translateY(-4px);
    box-shadow: 2px 4px 15px 0 #E7E9F6;
}

/* ICONO */
.beneficio-icon {
    min-width: 70px;
    height: 70px;
    background: #0C26A3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.beneficio-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

/* TEXTO */
.beneficio-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0C26A3;
    margin-bottom: 8px;
}

.beneficio-content p {
    font-size: 15px;
    color: #0C26A3;
    margin: 0;
    line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 767px) {

    .beneficio-card {
        padding: 25px;
    }

    .beneficio-icon {
        width: 60px;
        height: 60px;
    }

    .beneficio-content h4 {
        font-size: 16px;
    }
}



/* ================================
   BIO SECTION
================================ */

/* IMAGE */
.bio-image-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.bio-main-img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* TITLE */
.bio-title {
    font-size: 35px;
    font-weight: 700;
    color: #0C26A3;
}

/* ITEMS */
.bio-item {
    gap: 10px;
}

.bio-item-icon {
    min-width: 55px;
    height: 55px;
    background: #0C26A3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bio-item-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.bio-item-text p {
    margin: 0;
    font-size: 13px;
    color: #0C26A3;
    line-height: 1.4;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .bio-title {
        font-size: 26px;
    }

    .bio-item-text p {
        font-size: 13px;
    }
}

.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
}




/*INTERDA DETALLE PRODUCTOS SINGLE*/

.btn-peso {
    border-radius: 50px;
    padding: 8px 18px;
    transition: all .25s ease;
}

.btn-peso.active {
    background-color: #1d3fa3;
    color: #fff;
    border-color: #1d3fa3;
}

#producto-img {
    max-height: 420px;
    object-fit: contain;
    transition: opacity .3s ease;
}


.product-tabs .nav-tabs .nav-link{
    font-size:22px;
    font-weight:500;
    color:#4a4a4a;
    border:none;
    position:relative;
}

.product-tabs .nav-tabs .nav-link.active{
    color:#1d3fa3;
}

.product-tabs .nav-tabs .nav-link.active::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-8px;
    width:100%;
    height:3px;
    background:#1d3fa3;
}


.certi-logo{
    max-height:60px;
}


.custom-table{
    border-radius:20px;
    overflow:hidden;
}

.custom-table thead{
    background:#1d3fa3;
    color:white;
}

.custom-table th{
    border:none;
    padding:18px;
}

.custom-table td{
    padding:18px;
    border-top:1px solid #ddd;
}


.reco-icon{
    width:60px;
    height:60px;
    background:#1d3fa3;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.reco-icon img{
    max-width:28px;
}




.donde-comprar{
    background:#f5f6fa;
}

.titulo-seccion{
    font-weight:600;
    color:#1d3fa3;
}

.logo-item{
    padding:10px;
}

.logo-card{
    background:#e9ebf2;
    border-radius:18px;
    height:110px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s ease;
}

.logo-card img{
    max-height:45px;
    width:auto;
}

.logo-card:hover{
    transform:translateY(-4px);
}