.kbtg-post-the-solution__section
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.kbtg-post-the-solution__video-title
{
    display: flex;
    align-items: center;
}


.kbtg-post-the-solution__video-youtube
{
    width: 100%;
    position: relative;
}

.kbtg-post-the-solution__video-youtube iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.kbtg-post-the-solution__text
{
    font-size: 18px;
    line-height: 150%;
}

.kbtg-post-the-solution__image
{
    text-align: center;
}

.kbtg-col-12
{
    width: 100%;
}
.kbtg-col-9
{
    width: 75%;
}

.kbtg-col-8
{
    width: 66.66666667%;
}

.kbtg-col-7
{
    width: 58.33333333%;
}

.kbtg-col-6
{
    width: 50%;
}

.kbtg-col-5
{
    width: 41.66666667%;
}

.kbtg-col-4
{
    width: 33.33333333%;
}

.kbtg-col-3
{
    width: 25%;
}


.kbtg-post-the-solution__image
{
    position: relative;
}

.kbtg-post-the-solution__image-caption
{
}


.kbtg-post-the-solution__video
{
    position: relative;
    display: inline-block;
    width: 100%;
}

.kbtg-post-the-solution__video video
{    
    overflow: hidden;
    object-fit: cover; 
    display: block;
    z-index: 0;
    width: 100%;
}


.grouped-text-section
{
    align-items: flex-start;
}

.kbtg-post-the-solution__video-subtitle-caption
{
    font-size: 18px;
}

.kbtg-post-the-solution__video-title-text
{
    padding-top: 0;
    color: #fff;
    font-family: 'HelveticaNeueLt', Helvetica, Arial, sans-serif;
}

.kbtg-post-the-solution__video-play-button
{
    background: unset;
    width: 45px;
}

.kbtg-post-the-solution__video-play-button svg
{
    fill: #fff;
}

/*
.kbtg-col-12, .kbtg-col-9, .kbtg-col-8, .kbtg-col-7, .kbtg-col-6, .kbtg-col-5, .kbtg-col-4, .kbtg-col-3
{
    float: left;
}
*/

.kbtg-post__title_video-playing .kbtg-post-the-solution__video-play-button{
    opacity: 0;
}



@media only screen and (max-width : 600px) 
{
    .kbtg-col-12, .kbtg-col-9, .kbtg-col-8, .kbtg-col-7, .kbtg-col-6, .kbtg-col-5, .kbtg-col-4, .kbtg-col-3
    {
        width: 100%;
        margin: 10px 0;
    }

    .kbtg-post-the-solution__section:not(:last-child)
    {
        margin-bottom: 28px;
    }

    .kbtg-col-bottom
    {
        margin-top: 28px;
    }

    /*
    .kbtg-post-the-solution__image img
    {
        border-radius: 20px;
    }

    .kbtg-post-the-solution__image-caption.kbtg-brand-bg-color
    {
        background-color: #fff;
        line-height: 1.2;
    }


    
    .kbtg-post-the-solution__video video
    {
        border-radius: 20px;
    }

    

    .kbtg-post-the-solution__video-title
    {
        margin-top: 5px;
        font-size: 16px;
        justify-content: space-between;
    }


    .kbtg-post-the-solution__video-title-container
    {
        padding-right: 15px;
    }

    .kbtg-post-the-solution__video-title-text
    {
        font-size: 24px;
    }

    
    .kbtg-post-the-solution__video-subtitle-caption
    {
        margin-bottom: 5px;
    }



    .kbtg-post-the-solution__video-title-text
    {
        color: inherit;
    }

    .kbtg-post-the-solution__video-play-button svg
    {
        fill: rgb(53, 65, 91)
    }
        

    .kbtg-post-kit-content__content ul li
    {
        font-size: 18px;
    }
        */


    .kbtg-post-the-solution__video-title
    {
        position: absolute;
        color: #fff;

        left: 50%;        
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 20px;
        padding: 10px 20px;
        font-size: 16px;
        width: 95%;
    }

    .kbtg-post-the-solution__video video
    {
        border-radius: 20px;
    }

    .kbtg-post-the-solution__image img
    {
        border-radius: 20px;
    }

    .kbtg-post-the-solution__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;
        flex-direction: column;
        align-items: center;
    }


    .kbtg-post-the-solution__video-title-container
    {
        padding-bottom: 5px;
        text-align: center;
    }

   .kbtg-post-the-solution__video-title-container.kbtg-post__video-playing{
        opacity: 0;
        transform: scale(0.95);
        pointer-events: none; /* No clickeable mientras está oculto */
    }


    .kbtg-post-the-solution__video-title-text
    {
        font-size: 22px;
    }

    .kbtg-post-the-solution__video-subtitle-caption
    {
        margin-bottom: 5px;
    }

    .kbtg-post-block h2{
        margin-bottom: 2rem !important
    }

    /* en columnas que vayan juntas ponemos un espacio de padding */
    /* las que vayan a la izquierda */
    .kbtg-post-the-solution__section > div:first-child:not(.kbtg-col-12) {
        padding-right: 20px;
    }

    /* las que vayan a la derecha */
    .kbtg-post-the-solution__section > div:last-child:not(.kbtg-col-12) {
        padding-left: 20px;
        position: relative;
    }

    .kbtg-post-the-solution__section:not(:last-child)
    {
        margin-bottom: 60px;
    }

    .kbtg-post-block h2{
        margin-bottom: 1.5rem !important

    }

    .kbtg-col-bottom
    {
        margin-top: 86px;
    }


    .kbtg-post-the-solution__video-play-button svg{
        width: 25px;
        height: 25px;
    }


}

@media only screen and (min-width : 601px) and (max-width : 1024px) 
{
    .kbtg-post-the-solution__video-title
    {
        position: absolute;
        color: #fff;

        bottom: 60px;
        right: 85px;
        border-radius: 20px;
        padding: 30px 50px;
        font-size: 16px;
    }

    .kbtg-post-the-solution__video video
    {
        border-radius: 20px;
    }

    .kbtg-post-the-solution__image img
    {
        border-radius: 20px;
    }

    .kbtg-post-the-solution__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-post-the-solution__video-title-container
    {
        padding-right: 80px;
    }

   .kbtg-post-the-solution__video-title-container.kbtg-post__video-playing{
        opacity: 0;
        transform: scale(0.95);
        pointer-events: none; /* No clickeable mientras está oculto */
    }


    .kbtg-post-the-solution__video-title-text
    {
        font-size: 28px;
    }

    .kbtg-post-the-solution__video-subtitle-caption
    {
        margin-bottom: 10px;
    }

    .kbtg-post-block h2{
        margin-bottom: 2rem !important
    }

    /* en columnas que vayan juntas ponemos un espacio de padding */
    /* las que vayan a la izquierda */
    .kbtg-post-the-solution__section > div:first-child:not(.kbtg-col-12) {
        padding-right: 20px;
    }

    /* las que vayan a la derecha */
    .kbtg-post-the-solution__section > div:last-child:not(.kbtg-col-12) {
        padding-left: 20px;
        position: relative;
    }

    .kbtg-post-the-solution__section:not(:last-child)
    {
        margin-bottom: 60px;
    }

    .kbtg-post-block h2{
        margin-bottom: 1.5rem !important

    }

    .kbtg-col-bottom
    {
        margin-top: 86px;
    }




}


@media only screen and (min-width : 1025px) and (max-width : 1380px) 
{
    .kbtg-post-the-solution__video-title
    {
        position: absolute;
        color: #fff;

        bottom: 60px;
        right: 85px;
        border-radius: 20px;
        padding: 30px 50px;
        font-size: 16px;
    }

    .kbtg-post-the-solution__video video
    {
        border-radius: 20px;
    }

    .kbtg-post-the-solution__image img
    {
        border-radius: 20px;
    }

    .kbtg-post-the-solution__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-post-the-solution__video-title-container
    {
        padding-right: 80px;
    }


   .kbtg-post-the-solution__video-title-container.kbtg-post__video-playing{
        opacity: 0;
        transform: scale(0.95);
        pointer-events: none; /* No clickeable mientras está oculto */
    }


    .kbtg-post-the-solution__video-title-text
    {
        font-size: 28px;
    }

    .kbtg-post-the-solution__video-subtitle-caption
    {
        margin-bottom: 10px;
    }

    /* en columnas que vayan juntas ponemos un espacio de padding */
    /* las que vayan a la izquierda */
    .kbtg-post-the-solution__section > div:first-child:not(.kbtg-col-12) {
        padding-right: 30px;
    }

    /* las que vayan a la derecha */
    .kbtg-post-the-solution__section > div:last-child:not(.kbtg-col-12) {
        padding-left: 30px;
        position: relative;
    }

    .kbtg-post-the-solution__section:not(:last-child)
    {
        margin-bottom: 90px;
    }

    .kbtg-post-block h2{
        margin-bottom: 2rem !important

    }

    .kbtg-col-bottom
    {
        margin-top: 86px;
    }




}


@media only screen and (min-width : 1381px) 
{
    .kbtg-post-the-solution__video-title-container
    {
        max-width: 597px;
    }

    .kbtg-col-3 .kbtg-post-the-solution__video-title
    {
        bottom: 60px;
        right: 10px;
        padding: 30px 20px;      
    }

    .kbtg-col-3 .kbtg-post-the-solution__video-title-container
    {
        padding-right: 30px;
    }

    
    .kbtg-post-the-solution__section:not(:last-child)
    {
        margin-bottom: 116px;
    }

    .kbtg-col-bottom
    {
        margin-top: 116px;
    }

    /* en columnas que vayan juntas ponemos un espacio de padding */
    /* las que vayan a la izquierda */
    .kbtg-post-the-solution__section > div:first-child:not(.kbtg-col-12) {
        padding-right: 50px;
    }

    /* las que vayan a la derecha */
    .kbtg-post-the-solution__section > div:last-child:not(.kbtg-col-12) {
        padding-left: 50px;
        position: relative;
   }

    .kbtg-post-the-solution__video-title
    {
        position: absolute;
        color: #fff;

        bottom: 60px;
        right: 85px;
        border-radius: 20px;
        padding: 30px 50px;
        font-size: 16px;
    }

    .kbtg-post-the-solution__video video
    {
        border-radius: 20px;
    }

    .kbtg-post-the-solution__image img
    {
        border-radius: 20px;
    }

    .kbtg-post-the-solution__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-post-the-solution__video-title-container
    {
        padding-right: 80px;
    }

    .kbtg-post-the-solution__video-title-text
    {
        font-size: 28px;
    }

    .kbtg-post-the-solution__video-subtitle-caption
    {
        margin-bottom: 10px;
    }

    .kbtg-post-the-solution__image-caption
    {
        bottom: 28px;
        right: 28px;
        padding: 5px 20px 2px;
        font-size: 16px;
        line-height: 1.2;
        max-width: 80%;

        position: absolute;
        border-radius: 20px;
        text-align: center;
        color: #fff;

    }

    .kbtg-post-the-solution__image-caption a
    {
        color: inherit;
        text-decoration: none;
    }

    .kbtg-post-the-solution__video-title-container
    {
        opacity: 1;
        transform: scale(1);
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

   .kbtg-post-the-solution__video-title-container.kbtg-post__video-playing{
        opacity: 0;
        transform: scale(0.95);
        pointer-events: none; /* No clickeable mientras está oculto */
    }


    .kbtg-post-kit-content__content
    {
        box-shadow: 0px 11px 29.2px 0px #0000001C;
        border-radius: 20px;
        padding: 30px 35px;

    }

    .kbtg-post-kit-content__content ul
    {
        /* display grid dos columnas*/
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;

    }


    .kbtg-post-kit-content__content ul li
    {
        font-size: 24px;
    }

}