.banner4-p{
    margin-top: 0px !important;
}

.contenedor_b4 {
    width: 100%;
    background-size: 100%; /* Ajusta el tamaño de fondo para cubrir completamente el contenedor */
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
    background-color: #fff;
    padding-bottom: 80px;
    position: relative;
}

.contenedor_2_b4{
    width: 85%;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}

.textos_b4{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 16px;
}

#texto1_b4{
    font-size: 14px;
    text-align: left;
    margin-bottom: 12px;
    font-family: 'Alright Sans Regular';
}

#texto2_b4{
    font-size: 48px;
    line-height: 52px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 96px;
    margin-bottom: 0;
    font-family: 'Alright Sans Ultra';
}

#texto3_b4{
    font-size: 16px;
    overflow-wrap: break-word;
    font-family: 'Alright Sans Regular';
}

#img_b4{
    width: 100%;
}

#img_b4::-webkit-media-controls-panel{
    display: none;
}

#video_b4{
    width: 100% !important;
    height: 650px;
}

/* estilos boton reproductor */
.video_a {
    display: flex;
    align-items: center;
    justify-content: center;   
}


.play_button_a {
    position: absolute;
    display: flex;
    width: 100px;
    height: 100px;
    margin-top: 49% !important;
}

@media screen and (max-width: 900px){
    .contenedor_2_b4{
        margin-top: 35px;
        text-align: center;
    }

    .textos_b4{
        flex-direction: column;
    }

    #texto1_b4{
        text-align: center;
    }

    #texto2_b4{
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 30px;
    }

    #texto3_b4{
        font-size: 14px;
    }
    #video_b4{
        height: 470px;
    }
}

@media screen and (max-width: 700px){
    .contenedor_2_b4 {
        margin-top: 20px;
    }
    #texto1_b4{
        margin-bottom: 0px;
    }
    #texto2_b4{
        margin-bottom: 5px;
    }
    #texto3_b4{
        margin-bottom: 0px !important;
    }
    #video_b4{
        height: 370px;
    }
}

@media screen and (max-width: 600px){
    #texto2_b4{
        font-size: 20px;
    }

    #texto3_b4{
        font-size: 14px;
    }
    .contenedor_b4{
        background-size: 100% 300px;
    }
    #video_b4{
        height: 300px;
    }
}

@media screen and (max-width: 500px){
    #video_b4{
        height: 250px;
    }

    .play_button_a{
        width: 75px !important;
    }
}