*{ margin: 0; padding: 0;}


@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNovaA-Bold/38FA72_1_0.ttf");
}

.gentleman-container
{
    width: 100%;
    height: 354px;
    overflow: hidden;
    padding: 1% 0 0 3%;
    display: block;
    background: #373737;
    margin: 0 auto;

}

.header-gentleman
{
    height: 65px;
    font-size: 14px;
    line-height: 44px;
    padding: 0px 0px 20px;
}
.header-gentleman #logo-gentleman
{
    width: 232px;
    height: 65px;
    background: url(../img/gentleman-BLANCO.png) no-repeat;
    float: left;
    text-indent: -9999px;
    background-size: 232px 65px;
    margin-right: 30px;
}

.header-gentleman h2 a
{
    width: inherit;
    height: inherit;
    display: block;
}
.menucontainer
{
    z-index: 100;
    text-align: left;
}
.nav-gentleman
{
    font: 400 13px 'Roboto',Arial,Helvetica,sans-serif;
    float: left;
    position: relative;
    top:25px;


}
.nav-gentleman li
{
    float: left;
    list-style: none;
    display: inline-block;
    font-size: 12px;
    padding: 0 11px;

}
.nav-gentleman li a
{
    color: #FEFEFE;
    display: block;
    font-family: ProximaNova, Arial;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}
.content
{
    margin-top: 20px;
    display: block;
}
.feed-lists
{
    list-style: none;
}
.feed-item
{
    height: 0;
}


.feed-creator
{
    font-size: 12px;
    color: #6f6f6f;
    padding: 15px 0;
    text-transform: uppercase;
    font-family: roboto-font,Arial,Helvetica,sans-serif;
    font-weight: 400;

}

.feed-article
{
    width: 215px;
    padding-right: 3%;
    float: left;
    display: block;
}
.feed-description
{

    width: 100%;
    height: 135px;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.feed-article img
{
    width: 100%;
    height: auto;
    position: relative;
    top:-7%;

}
.feed-info
{
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: left;
}
.feed-title a
{
    text-align: left;
    text-decoration: none;
    letter-spacing: -1px;
    font-family: ProximaNova, Arial;
    color: #FEFEFE;
    padding: 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
}
li:last-child .feed-article
{
    margin-right: 5px;
}
.publicidad
{
    float: right;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    border: none;
    text-align: center;
    margin-bottom: 25px
}
@media only screen and (max-width: 1160px) {

    .nav-gentleman li
    {
        padding: 0 10px;
    }

    }
@media only screen and (max-width: 1148px) {

    .nav-gentleman li
    {
        padding: 0 8px;
    }


    }
@media only screen and (max-width: 1115px) {

    .nav-gentleman li
    {
        padding: 0 6px;
    }
    .feed-article
    {
        padding-right: 2%;

    }

    }
    @media only screen and (max-width: 1086px) {

    .nav-gentleman li
    {
        padding: 0 4px;
    }



    }

@media only screen and (max-width: 1053px) {
    .header-gentleman
    {
        height: 80px;
    }
    .nav-gentleman
    {
        top:90px;
        position: absolute;
        left: 3%;
    }
    .nav-gentleman li
    {
        padding: 0 7px;
    }
    .feed-article
    {
        padding-right: 1.5%;

    }


}
@media only screen and (max-width: 1000px) {

.feed-article
    {
        width: 31%;
        padding-right: 1%;

    }
    .feed-description
    {

        height: auto;

    }

    .publicidad
    {
        display: inline-block;

    }



}
@media only screen and (max-width: 960px) {


    }
    @media only screen and (max-width: 917px) {
    .feed-article
    {
        width: 30%;
        padding-right: 0.5%;

    }


}
@media only screen and (max-width: 882px) {



    }
@media only screen and (max-width: 847px) {
    .feed-article
    {
        width: 29%;

    }
    .feed-title a
    {
        font-size: 1.15em;

    }


}
@media only screen and (max-width: 805px) {
    .feed-article
    {
        width: 28%;


    }
    .feed-title a
    {
        font-size: 1em;

    }

    }
    @media only screen and (max-width: 770px) {
    .feed-article
    {
        width: 27%;

    }

}


@media only screen and (max-width: 735px) {


    .feed-article
    {
        width: 100%;
        text-transform: none;
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .feed-description
    {
        width: 30%;
        height: auto;
        float: left;
        margin: 0;

    }

    .feed-description img
    {
        border-radius: 5%;
    }
    .feed-info
    {
        margin: 0;
        padding: 0 0 0 30px;
    }
    .feed-creator
    {
        font-size: 10px;
    }
    .feed-title a
    {
        text-transform: none;
        letter-spacing: 0;
        font-size: 1.15em;
        font-weight: normal;
    }
    li:last-child .feed-description,li:last-child .feed-info
    {
        margin-left: 0;

    }
    li:last-child .feed-article
    {
        border-top: 2px solid #f7f7f7;
        padding-top: 20px;
    }
    .publicidad
    {
        border-top: 2px solid #f7f7f7;
        padding-top: 20px;
        width: 100%;
    }


}
@media only screen and (max-width: 611px) {

.header-gentleman
    {
        height: 60px;
    }
    .nav-gentleman
    {
        display: none;
    }
    .gentleman-container
    {
        border: none;
    }
}
@media only screen and (max-width: 565px) {


    }
@media only screen and (max-width: 492px) {

    .header-gentleman #logo-gentleman
    {
        max-width: 130px;
        max-height: 38px;
        background-size: 130px 38px;

        position: relative;
        top: 15px;
    }

    }
    @media only screen and (max-width: 371px) {

}

@media (max-width: 550px) {
    h3.feed-title {
        min-height: 230px;
    }

    /*Cambios necesarios para Web App Excelsior*/
    .gentleman-container{
        height: initial;
        padding: 0 0 20px 0 !important;
    }

    .gentleman-container .header-gentleman #logo-gentleman{
        float: none !important;
        margin: 0 auto !important;
        max-width: unset !important;
        max-height: unset !important;
        background-size: contain !important;
    }

    .gentleman-container .header-gentleman {
        height: initial;
    }

    .gentleman-container .content{
        margin: 0 auto;
    }

    .feed-lists .feed-article {
        width: 45%;
        padding: 0;
        margin-left: 10px;
    }

    .feed-lists .feed-article .feed-description {
        width: 100%;
    }

    .feed-lists .feed-article .feed-info{
        display: block;
        padding: 0;
    }

    .feed-lists .feed-article .feed-description img {
        border-radius: 0;
    }

    .feed-lists li:last-child .feed-article{
        border-top: 0;
        padding-top: 0;
    }

    .feed-lists .feed-title a{
        font-size: 18px;
    }
}