.editorInfo{
    text-align: right;
}
.alignEditor
    {
    text-align: center;
    }
    
.editor-img{
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin-top: 30px;
    
}
.Editor-name{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.2rem;
    text-align: center;
}
.generalListContent {
    margin: 0 auto;
}
.generalListContent > ul.generalList{
    padding: 0px;
    width: 1140px;
    margin:0 auto;
}
.dataEditor{
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    color: #c51111;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;  
}

.generalListContent >div.dataEditor >p{
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    color: #c51111;
    margin-bottom: 4px;
    font-size: 0.75rem;
}
.generalList p.intro{
    color: #616161;
    line-height: 1.2rem;
    margin: 5px 0 3px;
    overflow: hidden;
}
.order .mobile{
    display: none;
}
.generalListContent >.typeFilter{
    text-align: center;
    margin: 30px auto 20px;
}
.generalListContent > .typeFilter >select#filters{
    width: 140px;
    margin-left: 5px;
    font-family: 'Hind';
    font-weight: 500;
    padding-left: 5px;
    border-radius: 3px;
    font-size: 1rem;
    padding-top: 2px;
    color: #141414;
}
.generalListContent > .typeFilter >label{
    font-weight: 700;
}
.generalListContent > ul.generalList{
    font-size: 0;
}
.generalListContent > ul.generalList  > li{     
    line-height: 1.5em;
    font-size: 1rem;
    display: inline-block;
    width: 360px;
    height: auto;
    min-height: 368px;
    margin: 0 30px 30px 0;
    position: relative;
    vertical-align: top;
}
.generalListContent > ul.generalList> li:nth-child(3n){   
    margin-right: 0px;
}
.shares > a img{
    width: 100%;
}
.shares > span{
    font: 600 1rem 'Hind';
    color: #FFF;
    position: absolute;
    margin: 10px;
    background: #c51111;
    text-transform: uppercase;
    display: block;
    font-size: .75rem;
    padding: 2px 5px 1px;
}
li.listItems  > a img{
    width: 100%;
}
li.listItems  > span{
    font: 600 1rem 'Hind';
    color: #FFF;
    position: absolute;
    margin: 10px;
    background: #c51111;
    text-transform: uppercase;
    display: block;
    font-size: .75rem;
    padding: 2px 5px 1px;
}
li.listItems .shares > span > a:hover {
   text-decoration: none;
   color: #FFFFFF;
}
li.listItems  > h3{
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin: 7px 0;
    overflow: hidden;
}
div.tag{
    background: #C11000;
    text-align: center;
    padding: 20px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
/* Publicidad */
.leaderboard > div{
	display: table !important;
	margin: 0 auto;
	padding: 20px 0 20px;
	text-align: center;
}
.leaderboard:first-child > div{
    padding-bottom: 40px;
}
.adbox{
    display: none;
}
.generalListContent > ul.generalList  > li._el_infinite_scroll{
    min-height: 280px;
    background-image: url('/images/PubliBack.png');
    background-repeat: no-repeat;
    background-position-x: 50%;
    }
.generalListContent > ul.generalList  > li._el_infinite_scroll > div{
    width: 300px;
    margin: 30px auto;
}
[data-pagination_element]{
    display: inline-block;
    margin-top: 0;
}
@media only screen and (max-width: 1139px) {
    .generalListContent{
        padding: 0 10px;        
    }
    .generalListContent > ul.generalList{
        width: 100%;
    }
    .generalListContent > ul.generalList > li{
        width: 32%;
        margin: 0 2% 10px 0;
    }
    li.listItems > h3{
        max-height: 50px;
    }
}
.selectedOrder{
    border-bottom:  2px solid rgb(98, 101, 105);
    padding-bottom: 6px;
}
@media only screen and (max-width: 939px) {
    .generalListContent{
        padding: 0 30px;        
    }
    .generalListContent > ul.generalList >li{
        width: 49%;
        margin: 0px 0px 20px;
        min-height: auto;
    }
    ul.generalList>li:nth-child(2n){ 
        margin-left: 2%;
    }
    .adbox{
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    .adbox:first-of-type{
        margin-right: -4px;
    }
    .adbox > div{
        width: 300px;
    }
    .adbox:first-of-type > div{
        float: right;
        margin: 20px 15px 40px 0;
    }
    .adbox:nth-of-type(2) > div{
        float: left;
        margin: 20px 0 40px 15px;
    }
}
/* Ocultar Adbox */
@media only screen and (max-width: 700px){
    .adbox:first-of-type{
        width: 100%;
        text-align: center;
    }
    .adbox:nth-of-type(2){
        display: none;
    }
    .adbox:first-of-type > div{
        float: none;
        margin: 60px auto 40px;
    }
}
@media only screen and (max-width: 639px) {
    .generalListContent{
        padding: 0 20px;        
    }
    ul.generalList > li:nth-child(2n){
        margin: 0px;
        margin-bottom: 30px;
    }
   .generalListContent > ul.generalList >li{
        width: 100%;
        margin: 0px;
        margin-bottom: 30px;
    }
    #filters,.typeFilter > label.typeOrder{
        display: none;
    }
    .order .mobile{
        display: block;
        border-bottom: 1px solid #c1c3c8;
        margin-left: 20px;
        margin-right: 20px;
    }
    .order .mobile label.left,.order .mobile label.right{
        display: inline-block;
        width: 49%;
        font-weight: 600;
    }
}

@media screen and (max-width: 339px){
    .generalListContent > ul.generalList  > li._el_infinite_scroll{
        display: none;
}
}