.portal_header .title {
    /*font-size: 4rem;*/
    font-size: 0;
    width: 100%;
    height: 200px;
    display: block;
    background: url(../img/header-logo.png) 0 0 no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    /*para bajar el texto*/
    padding-top: 20px;
}


.menu_portales {
    display: none;
}

.menu_secciones {
    display: none;
}

/*se esconde el texto en el encabezado del Titulo definido en Portal General > Configuracion > Titulo*/
div.header_block.configurable-bg-color > header > a > h1 {
    display: none;
}

/* esconder el boton Autodesarrollo en el encabezado */
#function_bar_apps > a:nth-child(1) {
/*    visibility: hidden;*/
}

.portal_header {
    padding: 0;
}

.header_block {
    padding-top: 0;
}


/*hack para mobiles*/

@media only screen and (max-device-width: 480px) {
.portal_header .title {
    /*font-size: 4rem;*/
    width: auto;
    height: 50px;
    display: block;
    background: url(../img/header-logo.png) no-repeat 0 0;
    background-size: contain;
    background-color: #6100FF;

}

}

@media screen and (max-width:500px) {
.portal_header .title {
    /*font-size: 4rem;*/
    width: auto;
    height: 50px;
    display: block;
    background: url(../img/header-logo.png) no-repeat 0 0;
    background-size: contain;
    background-color: #6100FF;
}

}

/*
@media screen and (min-width:501px) and (max-width:999px) {
.portal_header .title {
    width: auto;
    height: 70px;
    display: block;
    background: url(../img/header-logo.jpg) no-repeat 0 0;
    background-size: contain;
    background-color: #6100FF;
    padding-top: 40px;
}

*/

}
