.kbtg-post-header
{
    color: #FFFFFF;
}

.kbtg-post-header {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
}


.kbtg-post-header::before  {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.kbtg-post-header__right-image
{
    aspect-ratio: 366/436;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    z-index: 1;
    border-radius: 20px;
    

}

.kbtg-post-header__brand-logo
{
    position: absolute;
    bottom: -31px;
    right: 0;
    height: 62px; /* Ajusta el tamaño según sea necesario */

}


.title-highlight
{
    font-family: 'HelveticaNeueMd', sans-serif;
}

.kbtg-post-header__title
{
    line-height: 100%;
    color: #FFFFFF;
    z-index: 1;
    position: relative;
}

.kbtg-post-header__meta
{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 20px; 
}

.kbtg-post-header__meta span + span {
    border-left: 1px solid white; /* separador vertical */
    padding-left: 20px; 
}

.kbtg-post-header__main-image-title
{
    position: relative;
    z-index: 1;
}


.kbtg-post-header__reading-time
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kbtg-post-header__reading-time-ext
{
    display: flex;
    align-items: center;
    gap: 10px; /* espacio entre el texto y el icono */
}

.kbtg-post-header-navigator
{
    display: flex;
    align-items: center;
    justify-content: space-between;    
    box-shadow: 0px 11px 29.2px 0px #0000001C;    
    font-size: 20px;
    margin-bottom: 45px;
}

.kbtg-post-header-navigator a
{
    color: #000;
    text-decoration: none;
}


@media only screen and (max-width : 600px) 
{

    .kbtg-post-header 
    {
        aspect-ratio: 20/35;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }


    .kbtg-post-header__meta {        
        justify-content: center;
        padding-bottom: 30px;
    }

    .kbtg-post-header::before {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .kbtg-post-header__title
    {
        font-size: 40px;
        margin: 10px 15px 20px;
    }

    .kbtg-post-header__main-image-title
    {
        font-size: 22px;
        line-height: 120%;
        display: inline-block;
        margin: 10px 15px 0 15px;

    }

    .kbtg-post-header__title br
    {
        display: none; 
    }

    .kbtg-post-header__right-image
    {
        display: none;
    }

    .kbtg-post-header-navigator
    {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        display: block;
    }

    .kbtg-post-header-navigator__right
    {
        padding: 0 15px 15px;
        text-align: center;
    }

    .kbtg-post-header-navigator__right_social-links {
        justify-content: center;
    }

    .kbtg-post-header-navigator__left
    {
        padding: 15px;
        text-align: center;
    }

    .kbtg-post-header-navigator__left a
    {
        padding: 5px;
        display: inline-block;
    }

    .kbtg-post-header-navigator__link--benefits, .kbtg-post-header-navigator__link--UN-sustainable-development-goals
    {
        display: none !important;
    }
    



}

@media only screen and (min-width : 601px) and (max-width : 1024px) 
{
    .kbtg-post-header {
        aspect-ratio: 1598/699;
        padding: 60px 40px 60px 40px;
        min-height: 466px;
        
    }

    .kbtg-post-header::before {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .kbtg-post-header__title {
        font-size: 56px;
        margin: 10px 20px 20px 0;
        width: 60%;
        
    }

    .kbtg-post-header-navigator__link {
        font-size: 16px;
    }

    .kbtg-post-header__main-image-title {
        font-size: 22px;
        line-height: 120%;
        margin: 10px 20px 0 0;

    }

    .kbtg-post-header__right-image {
        width: 30%;
        top: 60px;
        right: 40px;
        position: absolute;
    }

    .kbtg-post-header__meta {
        font-size: 20px;
    }

    .kbtg-post-header-navigator {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 30px;
        
        
        top: 61px;
        z-index: 1000;
        background: #fff;
    }

    .kbtg-post-header-navigator {        
        flex-direction: column;        
        gap: 20px;
        margin-bottom: 45px;
    }

    .kbtg-post-header-navigator__left,
    .kbtg-post-header-navigator__right {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}


@media only screen and (min-width : 1025px) and (max-width : 1380px) 
{
    .kbtg-post-header {
        aspect-ratio: 1598/699;
        padding: 60px 40px 60px 40px;
        min-height: 544px;
        
    }

    .kbtg-post-header::before {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .kbtg-post-header__title {
        font-size: 56px;
        margin: 10px 20px 20px 0;
        width: 69%;        
    }



    .kbtg-post-header__main-image-title {
        font-size: 22px;
        line-height: 120%;
        margin: 10px 20px 0 0;
    }

    .kbtg-post-header__right-image {
        width: 27%;
        top: 60px;
        right: 40px;
        position: absolute;
    }

    .kbtg-post-header__meta {
        font-size: 20px;
    }

    .kbtg-post-header-navigator {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 30px;
        
        
        top: 61px;
        z-index: 1000;
        background: #fff;
    }

    .kbtg-post-header-navigator {        
        flex-direction: column;        
        gap: 20px;
        margin-bottom: 45px;
    }

    .kbtg-post-header-navigator__left,
    .kbtg-post-header-navigator__right {
        display: flex;
        align-items: center;
        gap: 20px;
    }    
}


@media only screen and (min-width : 1381px) 
{
    .kbtg-post-header__main-image-title
    {
        margin-top: 69px;    
    }

    .kbtg-post-header {
        aspect-ratio: 1598/699;
        padding: 120px 118px 120px 118px;
    }

    .kbtg-post-header::before {
        border-top-left-radius: 29px;
        border-top-right-radius: 29px;
    }

    .kbtg-post-header__title
    {
        font-size: 80px;
        
    }

    .kbtg-post-header__title, .kbtg-post-header__main-image-title
    {
        width: 71%;
    }

    .kbtg-post-header__main-image-title
    {
        font-size: 24px;
        line-height: 120%;
    }

    .kbtg-post-header__right-image
    {
        width: 366px;
        top: 120px;
        right: 135px;
        position: absolute;
    }

    .kbtg-post-header__meta
    {
        
        font-size: 24px;
    }

    .kbtg-post-header-navigator
    {
        border-bottom-left-radius: 29px;
        border-bottom-right-radius: 29px;
        padding: 0 89px;
        height: 84px;
    }

    .kbtg-post-header-navigator {
        position: sticky;
        top: 70px;            
        z-index: 100;
        background: #fff;  
    }
   
    .kbtg-post-header-navigator__left
    {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .kbtg-post-header-navigator__right
    {
        display: flex;
        align-items: center;
        gap: 30px;
    }


}