/* edit theme custom header  - bv - admin - @r0nvbaldor*/
.bv-masthead-banner {
    background: #ffffff;
    padding: 20px 0;
    width: 100%;
    border-bottom: 3px solid #fbda01;
}

.bv-masthead-banner .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.bv-masthead-banner .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.bv-masthead-banner .col-md-2 {
    width: 16.66%;
    padding: 0 15px;
    box-sizing: border-box;
}

.bv-masthead-banner .col-md-8 {
    width: 66.66%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Logo IFCN */
.bv-logo-ifcn {
    text-align: center;
    margin: 0;
}

.bv-logo-ifcn img {
    max-width: 100px;
    margin: -23px;
    height: auto;
    display: inline-block;
}

/* Logo principal y branding */
.bv-site-branding {
    text-align: center;
}

.bv-custom-logo-link {
    display: inline-block;
    text-decoration: none;
}

.bv-custom-logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.bv-site-title {
    margin: 10px 0;
    font-size: 2rem;
    font-weight: 700;
    font-family: inherit;
}

.bv-site-title a {
    color: #000000;
    text-decoration: none;
}

.bv-site-title a:hover {
    color: #711815;
}

.bv-site-description {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

/* Logo LATAM */
.bv-logo-latam {
    display: block;
    text-align: center;
}

.bv-logo-latam img {
    width: 150px;
    margin-top: -20px;
    height: auto;
    display: inline-block;
}


@media only screen and (max-width: 768px) {
    .bv-masthead-banner .col-md-2,
    .bv-masthead-banner .col-md-8 {
        width: 100%;
        padding: 10px 15px;
    }
    
    .bv-masthead-banner .hid {
        display: none;
    }
    
    .bv-site-branding {
        width: 100%;
    }
    
    .bv-custom-logo {
        max-width: 80%;
    }
    
    .bv-site-title {
        font-size: 1.5rem;
    }
    
    .bv-site-description {
        font-size: 13px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 480px) {
    .bv-masthead-banner {
        padding: 15px 0;
    }
    
    .bv-site-title {
        font-size: 1.2rem;
    }
    
    .bv-site-description {
        font-size: 12px;
    }
}