.encabezado-blog{
    margin-top: 0px !important;
    /* margin-bottom: 25px; */
}

.content_pp{
    width: 100%;
    height: 669px;
    z-index: 1;
    background-color: #fff; 
}


.bg_e{
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: 50%; 
    display: flex;
    width: 100%;
    height: 669px;
    position: fixed;
    padding-bottom: 130px;
    overflow: hidden;
}

.contenedor_p {
    width: 100%;
    height: 669px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    
}

.contenedor_p .overlay{
    width: 100% !important; 
    height: 1100px !important; 
}

.contenido_e{
    z-index: 2 !important;
    opacity: 1 !important;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1170px;
}

#titulo_p{
    font-size: 68px;
    color: white;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Alright Sans Black';
    margin-top: 160px;
    margin-bottom: 18px !important;
    overflow-wrap: break-word;
}

#subtitulo_p{
    width: 100%;
    max-width: 560px;
    font-size: 20px;
    color: #fff;
    text-align: left;
    font-family: 'Alright Sans Regular';
}

#btn_p{
    display: flex;
    width: 176px;
    height: 42px; 
    justify-content: center;
    align-items: center;
    background: #D31145;
    color: white;
    font-size: 14px;
    box-shadow: 0px 6px 16px #54545480;
    font-weight: bold;
    font-family: Alright Sans;
}

@media screen and (max-width: 1234px){
    .contenido_e{
        width: 90% !important;
    }
}

@media screen and (max-width: 850px){
    #titulo_p{
        font-size: 50px;
    }
}

@media screen and (max-width: 782px){
    .contenedor_p .overlay{
        height: 1043px !important; 
    }
}

@media screen and (max-width: 768px){
    .content_pp{
        height: 700px;
    }
    .contenedor_p .overlay{
        top: 0px !important;
        height: 780px !important; 
    }
    .bg_e{
        height: 450px !important;
    }
    .content_pp{
        height: 450px !important;
    }
    .contenido_e{
        margin-left: 40px;
    }
    #titulo_p{
        width: 250px;
    }
    .slider_three{
        height: 520px !important;
    }
}


@media screen and (max-width: 500px){
    .content_pp{
        height: 280px !important;
    }
    .bg_e{
        height: 280px !important;
    }
    #titulo_p {
        font-size: 30px;
        margin-top: 100px !important;
    }
    #subtitulo_p{
        font-size: 16px;
    }
}

@media screen and (max-width: 390px){
    .content_pp{
        height: 202px !important;
    }
    .bg_e{
        height: 202px !important;
    }
    #titulo_p{
        font-size: 25px !important;
        margin-top: 50px !important;
        margin-bottom: 5px !important;
        width: 180px !important;
    }
    #subtitulo_p{
        font-size: 13px;
    }
}

/* @media screen and (max-width: 615px){

    .contenedor_p{
        height: 736px;
    }
    .contenedor_p .overlay{
        height: 780px !important;
    }
}

@media screen and (max-width: 510px){
    .contenedor_p{
        height: 500px !important;
    }
    .contenedor_p .overlay{
        height: 800px !important;
    } */
       /* #titulo_p{
        width: 75%;
        font-size: 30px;
        overflow-wrap: break-word;
    } */
/* } */

/* estilos - fondo -video */
/* .video_background{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
*/
.video_background .bynder_video{
    width: 100%;
    height: 100%;
} 