
.banner2-p{
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.contenedor_b2{
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    background: transparent linear-gradient(113deg, #E9801F 0%, #D11825 35%, #800027 100%);
    color: #fff;
    position: relative;
}

.caja_b2{
    width: 40%;
    height: 75%;
    display: flex;
    flex-direction: column;
}

.caja_b2:first-child{
    width: 38% !important;
    height: 55% !important;
    margin-right: 100px;
}

#texto_b2{
    font-size: 14px;
    text-align: left;
    font-family: 'Alright Sans Regular';
}

#titulo_b2{
    font-size: 48px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 24px !important;
    font-family: 'Alright Sans Ultra';
}

#text_p_b2{
    font-size: 16px;
    text-align: left;
    margin-bottom: 40px;
    font-family: 'Alright Sans Regular' !important;
}

#text_p_b2:first-child{
    margin-bottom: 0;
}

#btn_b2{
    height: 42px;
    width: 176px;
    text-align: center;
    padding: 10px;
    background: #fff;
    color: #D31145;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Alright Sans Ultra';
}

#texto_3_b2{
    font-size: 14px;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 8px !important;
    font-family: 'Alright Sans Regular';
}

#hr_b2{
    width: 464px;
    border: solid 0.2px rgba(255, 255, 255, 0.5) !important;
    margin-bottom: 24px;
    margin-left: 0px;
}

#titulo_2_b2{
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 8px !important;
    font-family: 'Alright Sans Ultra';

}

#texto_4_n2{
    font-size: 16px;
    text-align: left;
    font-family: 'Alright Sans Regular';
}

.caja_b2 .content_media_b{
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
}

.caja_b2 .content_media_b .m_c{
    width: 100% !important;
    height: auto !important;
}

.caja_b2 .content_media_b .m_y{
    width: 100% !important;
    min-height: 100% !important;
}

.video_c {
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: center;   
}

#video_1::-webkit-media-controls-panel{
    display: none;
}

.play-button {
    position: absolute;
    display: flex;
    width: 60px;
    height: 60px;
    margin-left: 41% !important;
}


@media screen and (max-width: 1000px) {
    .contenedor_b2 {
        flex-wrap: wrap;
        flex-direction: column;
        height: auto;
    }
    
    .caja_b2{
        width: 74% !important;
        margin-bottom: 30px;
    }

    .caja_b2:first-child{
        width: 70% !important;
        margin-top: 30px;
        padding: 30px;
    }

    .caja_b2 img{
        width: 100% !important;
        margin: auto;
    }

    .caja_b2 video{
        width: 100% !important;
        margin: auto;
    }
    .caja_b2 .content_media_b{
        height: 415px !important;
    }

    .play-button{
        width: 100px;
        height: 80px;
        margin-left: 76% !important;
    }
}

@media screen and (max-width: 800px){
    .caja_b2:first-child{
        margin-bottom: -40px;
    }
    #texto_3_b2 {
        margin-top: -5px;
    }
}

@media screen and (max-width: 700px){
    .contenedor_b2{
        justify-content: center;
    }
    .caja_b2{
        width: 90% !important;
        text-align: center !important;
    }

    .caja_b2 img{
        width: 80% !important;
        margin: autos;
    }

    .caja_b2:first-child{
        width: 90% !important;
        margin-top: 0px;
        padding: 10px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    #texto_b2, #titulo_b2,#text_p_b2, #texto_3_b2, #titulo_2_b2,
    #texto_4_n2{
        text-align: center !important;
    }

    #hr_b2{
        margin: auto;
        margin-bottom: 10px;
    }

    #btn_b2{
        margin: auto;
    }
    .caja_b2 .content_media_b{
        height: 370px !important;
    }
    .play-button{
        margin-left: 91% !important;
    }
    #texto_3_b2 {
        margin-top: 15px;
    }
}

@media screen and (max-width: 600px){
    .caja_b2:first-child{
        margin-bottom: -20px;
    }
    #texto_3_b2 {
        margin-top: -10px;
    }
}

@media screen and (max-width: 500px){
    .caja_b2 .content_media_b{
        height: 320px !important;
    }
}