


/* si se usa texto en el encabezado font-size: 4rem*/
.portal_header .title {
    font-size: 0;
    width: 1400px;
    height: 150px;
    display: block;
    background: url(../img/header-logo.png) no-repeat 0 0;
    background-size: contain;
    background-color: #0063BE;
    color: #FFFFFF;
    margin: 0px auto;
}


.header_block {
    /*padding-top: 0px;*/
    background-color: #0063BE;
}

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


/* se oculta el nombre del portal de escuelas */
div.header_block.color_instalacion_back > header > a {
    color: transparent;
}


/*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: 60px;
    display: block;
    background: url(../img/header-logo.png) no-repeat 0 0;
    background-size: contain;
    background-color: #0063BE;

}

}

/*@media screen and (max-width:500px) {*/
@media (min-width: 481px) and (max-width: 767px) {
.portal_header .title {
    font-size: 0;
    width: auto;
    height: 60px;
    display: block;
    background: url(../img/header-logo.png) no-repeat 0 0;
    background-size: contain;
    background-color: #0063BE;
}

}
/*@media screen and (min-width:501px) and (max-width:999px) {*/
@media (min-width: 768px) and (max-width: 1024px){
.portal_header .title {
    font-size: 0;
    width: auto;
    height: 100px;
    display: block;
    background: url(../img/header-logo.png) no-repeat 0 0;
    background-size: contain;
    background-color: #0063BE;
}

}

@media (min-width: 1025px) and (max-width: 1280px){
    .portal_header .title {
    font-size: 0;
    width: 1000px;
    height: 100px;
    display: block;
    background: url(../img/header-logo.png) no-repeat 0 0;
    background-size: contain;
    background-color: #0063BE;
    margin: 0px auto;
}

}

@media screen and (min-width:1300px) and (max-width:1440px){
    .portal_header .title {
    font-size: 0;
    width: 1000px;
    height: 100px;
    display: block;
    background: url(../img/header-logo.png) no-repeat 0 0;
    background-size: contain;
    background-color: #0063BE;
    margin: 0px auto;
}

}














