

/* si se usa texto en el encabezado font-size: 4rem*/
.portal_header .title {
    font-size: 0;
    /*width: 1921px;*/
    height: 233px;
    display: block;
    background: url(../img/header-logo.png) no-repeat 0 0;
    background-size: cover;
    background-color: #48FBC4;
    color: #FFFFFF;
}


.header_block {
    /*padding-top: 0px;*/
}

/*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;
}

.menu_portales {
    /*display: none;*/
}

.portal_header {
    padding: 0;
}


/*se saca inicio del menu horizontal*/
#portal_menu_secciones > ul > li:nth-child(1) {
    /*display: none;*/
}




/*hack para mobiles*/

/*se carga fondo sin el texto otra imagen .jpg*/

@media only screen and (max-device-width: 480px) {
.portal_header .title {
    font-size: 0;
    width: auto;
    /*height: 70px;*/
    display: block;
    background: url(../img/header-logo.jpg) no-repeat 0 0;
    background-size: cover;
    background-color: #48FBC4;

}

}

@media screen and (max-width:500px) {
.portal_header .title {
    font-size: 0;
    width: auto;
    /*height: 70px;*/
    display: block;
    background: url(../img/header-logo.jpg) no-repeat 0 0;
    background-size: cover;
    background-color: #48FBC4;
}

}
@media screen and (min-width:501px) and (max-width:999px) {
.portal_header .title {
    font-size: 0;
    width: auto;
    /*height: 70px;*/
    display: block;
    background: url(../img/header-logo.jpg) no-repeat 0 0;
    background-size: cover;
    background-color: #48FBC4;
}

}


