.p6a_more_about_report{
    margin-top: 40px;
}

.p6a_more_about_report .p6a_report_img img{
    width: 100%;
    height: auto;
}




.p6a_more_about_report .p6a_report_img{
    width: 100%;
    
}

.p6a_more_about_report .p6a_report_img img{
	width: 100%;
    height: auto;
}

.p6a_more_about_report .p6a_report_container{
    background-color: #f6f6f6;
}

.p6a_more_about_report .p6a_more_about_text{
    padding-top: 25px;
}
.p6a_more_about_report .p6a_more_about_video{
    padding-right: 0px;
    padding-left: 0px;
}

.p6a_more_about_report .p6a_report_this_month{
    visibility: hidden;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #1a1a1a;
    text-align: center;
    width: 45%;
    margin: 10px auto 20px auto;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 2.5px;
}

.p6a_more_about_report .p6a_report_head_title{

    font-size: 50px;
    color: #1a1a1a;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}

.p6a_more_about_report .p6a_report_intro_text{
    font-size: 19px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin: 5px 40px 5px 40px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    color: #1a1a1a;
    padding: 5px;
}

.p6a_more_about_report .p6a_report_open_text{
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 10px 25px 10px 25px;
    text-align: center;


}


.p6a_more_about_report .p6a_btn_play_video_more_about{
    background-image: url(../images/play.png);    
    background-repeat: no-repeat;
    background-position: center center; 
    background-size: 75%;   
    z-index: 100;
    right: 0px;
    position: absolute;
    width: 100px;
    height: 100px; 
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  

}

@media (max-width: 991px) {
    .p6a_more_about_report .p6a_report_this_month{
        display: none;
    }
}

@media (max-width: 767px) {
    /*tamaño mas pequeño que tablet en horizontal ocultamos texto*/
    .p6a_more_about_report .p6a_report_open_text {
        display: none;
    }
}

@media (max-width: 600px) {

    .p6a_more_about_report .p6a_report_container {
    
        margin-left: 10px;
        margin-right: 10px;
    }
}





