.our-brands-class-next
{
    transform: scaleX(-1);    
}

.our-brands-class-arrow svg
{
    margin-top: 10px;
}

.our-brands-class-arrow
{
    background-color: transparent;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    width: 48px;
    height: 48px;

    transition: background-color 0.5s ease, border-color 0.5s ease;
}
.our-brands-class-arrow svg
{   
    fill: #9F9F9F;
}

.our-brands-class-arrow:hover
{
    background-color: #03A8A9;
    border-color: #03A8A9;
}   

.our-brands-class-arrow:hover svg
{
    fill: #fff;
}

.kbtg-our-brands-item h5
{
    font-size: 18px;

}

.kbtg-our-brands-item a
{
    color: #000;
}

.kbtg-our-brands-item p{
    font-size: 24px;
    font-family: 'HelveticaNeueMd', Helvetica, Arial, sans-serif;
}



@media only screen and (max-width : 600px) 
{
    .our-brands-class-arrows
    {
        text-align: center;
        margin-top: 20px;
    }
}


@media only screen and (min-width : 601px) and (max-width : 1024px) 
{
    .our-brands-class-arrows
    {
        text-align: center;
        margin-top: 20px;
    }

}


@media only screen and (min-width : 1025px) and (max-width : 1380px) 
{
    .our-brands-class-arrows
    {
        text-align: center;
        margin-top: 20px;
    }

}



@media only screen and (min-width : 1381px) 
{

    .our-brands-class-arrows
    {
        position: absolute;
        z-index: 100;
        top: -100px;
        right: 0;
    }
}

.kbtg-our-brands__video
{
    position: relative;
    display: inline-block;
    width: 100%;
}

.kbtg-our-brands__video video
{    
    overflow: hidden;
    aspect-ratio: 16 / 9;  
    object-fit: cover; 
    display: block;
    z-index: 0;
    width: 100%;
}

.kbtg-our-brands__video-subtitle-caption
{
    font-size: 18px;
}

.kbtg-our-brands__video-title-text
{
    padding-top: 0;
    color: #fff;
    font-family: 'HelveticaNeueLt', Helvetica, Arial, sans-serif;
}

.kbtg-our-brands__video-play-button
{
    background: unset;
    width: 45px;
}

.kbtg-our-brands__video-play-button svg
{
    fill: #fff;
}


.kbtg-our-brands-item
{
    display: block;
    margin-bottom: 50px;
}

.kbtg-our-brands-category
{
    display: block;
    position: absolute; 
    bottom: 0;
    left: 0;
}


.kbtg-our-brands__video-title
{
    z-index: 1; 
    /*
    background: rgba(0, 0, 0, 0.2); 
    backdrop-filter: blur(4px);     
    
    -webkit-backdrop-filter: blur(4px); 
    */
    transition: background-color 0.5s ease;
    
    display: flex;
    align-items: center;
}

.kbtg-our-brands__video-title
{
    position: absolute;
    color: #fff;
    bottom: 10px;
    right: 10px;
    border-radius: 20px;
    padding: 15px 20px;
    font-size: 16px;
}

.kbtg-our-brands__video video
{
    border-radius: 20px;
}


@media only screen and (max-width : 600px) 
{

    .kbtg-our-brands__video video
    {
        border-radius: 20px;
    }
    .kbtg-our-brands__video-title
    {
        margin-top: 5px;
        font-size: 16px;
        justify-content: space-between;
    }


    .kbtg-our-brands__video-title-container
    {
        padding-right: 15px;
    }

    .kbtg-our-brands__video-title-text
    {
        font-size: 24px;
    }

    
    .kbtg-our-brands__video-subtitle-caption
    {
        margin-bottom: 5px;
    }



    .kbtg-our-brands__video-title-text
    {
        color: inherit;
    }



}

@media only screen and (min-width : 601px) and (max-width : 1024px) 
{
    /* Styles for tablet */
}


@media only screen and (min-width : 1025px) and (max-width : 1380px) 
{
    /* Styles for small desktop */
}


@media only screen and (min-width : 1381px) 
{
    .kbtg-our-brands__video-title-container
    {
        max-width: 597px;
    }

    .kbtg-col-3 .kbtg-our-brands__video-title
    {
        bottom: 60px;
        right: 10px;
        padding: 30px 20px;      
    }

    .kbtg-col-3 .kbtg-our-brands__video-title-container
    {
        padding-right: 30px;
    }

    




    .kbtg-our-brands__video-title-container
    {
        padding-right: 80px;
    }

    .kbtg-our-brands__video-title-text
    {
        font-size: 28px;
    }

    .kbtg-our-brands__video-subtitle-caption
    {
        margin-bottom: 10px;
    }


    .kbtg-our-brands__video-title-container
    {
        opacity: 1;
        transform: scale(1);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

   .kbtg-our-brands__video-title-container.kbtg-post__video-playing{
        opacity: 0;
        transform: scale(0.95);
        pointer-events: none; /* No clickeable mientras está oculto */
    }


}

