.p6a_mainPostGeneral .max_width_control{
    margin: auto;
}

.p6a_mainPostGeneral .p6a_category_title_main a{
	text-align: center;
    background-color: #e2e2e2!important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-style: normal;
    padding:5px 15px;
    margin-bottom: 10px;
    color: #333333;
    width: 100px;
    font-family: serenity, Helvetica, Arial, sans-serif;
    text-decoration: none;
}

.p6a_mainPostGeneral .p6a_post_img img {
    margin-bottom: 5px;
    width: 100%;
    height: auto;
}

.p6a_mainPostGeneral .p6a_post_title{
	font-size: 65px!important;
    line-height: 1!important;
    margin-left: 10%!important;
    margin-right: 10%!important;
    margin-top: 10px;
    margin-bottom: 0px;
}

.p6a_mainPostGeneral .p6a_post_title a:{
    color: #1a1a1a!important;
}
.p6a_mainPostGeneral .p6a_post_title a:visited{
    color: #1a1a1a!important;
}

.p6a_mainPostGeneral .p6a_post_title a:hover{
    color: #1a1a1a!important;
}

.p6a_mainPostGeneral .row.p6a_post_excerpt a.p6a_click_excerpt {
    color: #1a1a1a!important;
    font-weight: 100;

}
.p6a_mainPostGeneral .row.p6a_post_excerpt a.p6a_click_excerpt:hover{
    color: #1a1a1a!important;
}

.p6a_mainPostGeneral .row.p6a_post_excerpt a.p6a_click_excerpt:visited{
    color: #1a1a1a!important;
}

.p6a_mainPostGeneral .row.p6a_post_excerpt{
	font-size: 20px;
    color: #1a1a1a;
    margin-left: 18%;
    margin-right: 18%;
    font-weight: 300;
    font-style: normal;
    margin-top: 18px;
}

.p6a_mainPostGeneral .p6a_post_excerpt p{
	text-align: center;
	line-height: 25px;
}

.p6a_mainPostGeneral .p6a_post_author{
	font-style: italic;
    font-size: 20px;
    text-align: center;
}

.p6a_mainPostGeneral .p6a_post_author p {
    line-height: 1.3;
}


.p6a_mainPostGeneral .p6a_reading_time {
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    line-height: 18px;
    white-space: nowrap;
}

.p6a_mainPostGeneral .icon_reading_time {
    display: inline-block;
    line-height: 18px;
}

.p6a_mainPostGeneral .credits_featured_image {
   
    line-height: 0.5;
}




.p6a_mainPostGeneral .p6a_post_general{
	text-align: center;
}


/*SOCIAL MEDIA*/

.p6a_mainPostGeneral .p6a_socialmedia{

    text-align: right;
    

}

.p6a_mainPostGeneral .p6a_socialmedia a{
    border: 1px solid #e2e2e2;
    padding: 5px;
    text-decoration: none;

}

.p6a_mainPostGeneral .fusion-icon-twitter:before{
    color: #949492;
}
.p6a_mainPostGeneral .fusion-icon-facebook:before{
    color: #949492;
}
.p6a_mainPostGeneral .fusion-icon-instagram:before{
    color: #949492;
}
.p6a_mainPostGeneral .fusion-icon-pinterest:before{
    color: #949492;
}
.p6a_mainPostGeneral .fusion-icon-linkedin:before{
    color: #949492;
}




 /*tags*/

.p6a_mainPostGeneral .p6a_article_tags{
        text-align: center;
}

.p6a_mainPostGeneral .p6a_article_tags a{
    color: #9f9f9f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: lowercase;
}

/*titulo para artículos entrevista*/

.p6a_mainPostGeneral hr {
    background-color: grey;
    height: 1px;
    width: 42%;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

.p6a_mainPostGeneral .interview_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: black;
    font-weight: 400;
    line-height: 18px;
}

/* TRAVEL FANCY */
.p6a_travelfancy_credits{
    line-height: 1.5;
}

/*botón del play*/
.p6a_mainPostGeneral .p6a_image_video_container{
    position: relative;
}
.p6a_mainPostGeneral .p6a_btn_play_video {
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
    z-index: 10;
    position: absolute;
    width: 80px;
    height: 80px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media (max-width:900px){

    .p6a_mainPostGeneral .p6a_post_title {
        /*font-size: 7vw;*/
        margin-left: 5%!important;
        margin-right: 5%!important;
      
    }

    .p6a_mainPostGeneral .row.p6a_post_excerpt {

        margin-left: 5%;
        margin-right: 5%;
        /*font-size: 2.3vw;*/

    }
}

@media (max-width:600px){

    .p6a_mainPostGeneral .p6a_post_title {
        /*font-size: 7vw;*/
        margin-left: 0px!important;
        margin-right: 0px!important;
        font-size: 54px;
      
    }

    .p6a_mainPostGeneral .row.p6a_post_excerpt {

        margin-left: 0px;
        margin-right: 0px;
        /*font-size: 2.3vw;*/

    }
}

/*small phone*/
@media (max-width:450px){
    
    .p6a_mainPostGeneral{
        border: 1px solid #e2e2e2!important;
        padding: 10px 10px 10px 10px !important;
        margin: 10px 0px 10px 0px !important;
    }

    .p6a_mainPostGeneral .p6a_category_title_main h3{
        margin: 10px 0px;
    }

    .p6a_mainPostGeneral .p6a_post_title {
        font-size: 40px!important;
      
    }

    .p6a_mainPostGeneral .p6a_post_title {
        font-size: 34px!important;
        margin-left: 6%!important;
        margin-right: 6%!important;
        margin-top: 6px;
    }    

    .p6a_mainPostGeneral .p6a_post_excerpt p {
        line-height: 18px;
    }

}

/*tablet phone medium*/
@media (min-width:455px) and (max-width:768px){

    .p6a_mainPostGeneral .p6a_post_title {
        font-size: 38px!important;
    }    

    .p6a_mainPostGeneral .p6a_post_excerpt p {
        line-height: 20px;
    }

}