/* ----------------------------------------------------------------------
    Estilos Complementarios portal Digital America

    Modifican a los estilos de Portal Digital
-------------------------------------------------------------------------*/
/*------------------------------------- PARA HOJA DE ESTILO AMERICA.CSS----------------------------------------*/
#header.header-mini #header-wrap #logo a > img {
    padding-top: 4px;
    height: auto;
}
#header #header-wrap #logo a > img {
    height: auto;
    padding-top: 14px;
}

.header-logo-center #logo > a, .menu-split #logo > a {
    display: inline-block;
    line-height: 40px;
}

/*------------------------------------- LOGOTIPO CABECERA RESPONSIVE----------------------------------------*/
@media (max-width: 991px){
    #header #header-wrap #logo {
        max-width: 460px;
        z-index: 2;
    }
}

@media (max-width: 767px){
    #header .header-extras {
        display: none;
    }
}

@media (max-width: 575px){
    #header #header-wrap #logo a > img {
    width: 85%;
    }
    #header #header-wrap #logo {
    max-width: 392px;
    }
}

@media (max-width: 480px){
    #header #header-wrap #logo a > img {
    width: 95%;
    }

    #header #header-wrap #logo {
    max-width: 370px;
    }
}

@media (max-width: 450px){
    #header #header-wrap #logo a > img {
    width: 95%;
    }
    #header #header-wrap #logo {
    max-width: 285px!important;
    }
}

@media (max-width: 365px){
    #header #header-wrap #logo a > img {
    width: 95%;
    }
    #header #header-wrap #logo {
    max-width: 250px!important;
    }
}
/*------------------------------------- LOGOTIPO CABECERA RESPONSIVE----------------------------------------*/

/* Modificación del color de los iconos de la cabecera */
#topbar .social-icons i {
    color: gray;
}

/*================== MODIFICACIONES PARA ARTÍCULOS ANTIGUOS -ROW- ==============*/
#m4p-post-detail .m4p-post-content .pb-content-type-text.row,
#m4p-post-detail .m4p-post-content .pb-content-type-image.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

/* Opciones de menú solo de America */
#mainMenu .m4p-only-america {
   display: list-item !important;
}

/* Logos específicos para America */
.coronavirus:before {
    background: url(../assets/images/logo_coronavirus_gris.png) no-repeat;
    background-position: center,center;
    background-size: contain;
}
.quilombo:before {
    background: url(../assets/images/logo_quilombo_gris.png) no-repeat;
    background-position: center,center;
    background-size: contain;
}
.ofertas-azul:before {
    background: url(../assets/images/logo_ofertas_gris.png) no-repeat;
    background-position: center,center;
    background-size: contain;
}