@import url(//fonts.googleapis.com/css?family=Allura);
@import url(//fonts.googleapis.com/css?family=Open+Sans);

body {
    overflow-y: scroll;
}

.h1,
h1 {
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
    color: #094C7E;
}

.h2,
h2 {
    font-size: 1.6rem;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

.h3,
h3 {
    font-size: 1.4rem;
    font-family: 'Open Sans', sans-serif;
}

.h4,
h4 {
    font-size: 1.3rem;
    font-family: 'Open Sans', sans-serif;
}

#jqxMenu {
    font-size: 13px;
}

img.imagempagina {
    margin-left: 10;
    margin-bottom: 10;
    margin-top: 10;
    float: right;
}

p {
    text-align: justify;
    line-height: 150%;
}

img.imagem {
    border: 1px solid;
    border-color: #000;
}

img {
    border: 0px;
}

.categoria-1 {
    color: #149839;
}

.categoria-2 {
    color: #FA8840;
}

.categoria-3 {
    color: #FC0D1B;
}


/* EDU */

#main {
    margin: auto;
    position: relative;
}

header {
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 10;
}

#logoEmagrecer {
    position: absolute;
    left: 90px;
    top: 5px;
}

#url-bar {
    width: 100%;
    background: #FDBF08;
    color: #000;
    font: bold 10px/15px arial, sans-serif;
    text-align: right;
}

#url-bar div {
    padding-right: 40px;
}

#content {
    min-height: 600px;
    padding-left: 210px;
    padding-right: 140px;
    margin-top: 15px;
    position: relative;
}

#menu {
    position: absolute;
    width: 190px;
    left: 0;
    top: 0;
}

#pub {
    position: absolute;
    width: 120px;
    right: 0;
    top: 0;
}

#loadedPages {
    line-height: 150%;
}

.mobileShow {
    display: none;
}

#jqxMenu {
    font-family: 'Open Sans', sans-serif;
}

#jqxMenu a {
    color: #000;
    text-decoration: none;
    padding: 6px 8px;
    display: block;
}

#jqxMenu ul a:hover {
    color: #000;
}

#jqxMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#jqxMenu ul li div {
    margin: 1px;
    border-radius: 0;
}
#jqxMenu ul li div a{
    background: rgba(197, 226, 202, 1);
    border-left: 10px solid rgba(135, 155, 138, 1);
}
#jqxMenu ul li div a:hover{
    background: rgba(197, 226, 202, .5);
    border-left: 10px solid rgba(197, 226, 202, 1);
}
#jqxMenu ul ul {
    margin-left: 10px;
    display: none;
}
#jqxMenu ul li ul li div a{
    background: rgba(255, 204, 128, 1);
    border-left: 0;
}
#jqxMenu ul li ul li div a:hover{
    background: rgba(255, 204, 128, .5);
    border-left: 0;
}
#jqxMenu .active,
#jqxMenu .bold {
    font-weight: 700;
}
#jqxMenu ul ul a:hover {
    font-weight: inherit;
}


#testemunhos {
    font-size: 15px;
    font-style: italic;
    color: #bbb;
}

#testemunhos div {
    font: normal 28px/29px 'Allura', cursive;
    color: 000;
    padding-left: 37px;
    background: transparent url('/emagrecer/imagens/quote-open.png') no-repeat 0 0;
    min-height: 38px;
}

#testemunhos strong {
    font-weight: normal;
}

#testemunhos hr {
    margin: 20px;
    border: 0;
    border-bottom: solid 1px #eee;
}

#footer {
    margin: 20px 0;
    text-align: center;
}

#open-mobile-menu {
    display: none;
    background: #0066cc;
    width: 40px;
    
    z-index: 101;
    color: #fff;
    font-size: 25px;
    text-align: center;
    border-radius: 2px;
}
#open-mobile-menu i{
    line-height: 38px;
}


/* New 2018.05.30 */

.table th {
    color: #094C7E;
}

.logo-roche {
    width: 75px;
    padding-top: 20px;
}

.logo-roche img {
    max-width: 100%;
    max-height: 100%;
}

.a2z {
    list-style: none;
    padding: 0;
    font-size: 0;
    text-align: center;
}

.a2z li {
    display: inline-block;
    padding: 0 4px;
    text-align: center;
    margin: 1px;
    font-size: initial;
    background: aliceblue;
    border-radius: 4px;
}

ol li {
    margin-bottom: 1rem;
}

.roche-websites-pub-vertical {
    float: right;
    padding: 10px 0px 15px 20px;
}

#roche-websites-pub-horizontal {
    margin: auto !important;
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
    header h1 {
        font-size: 20px;
    }
    #pub {
        display: none;
    }
    #menu {
        display: none;
    }
    main {
        width: 100%;
        padding-top: 50px;
    }
    #content {
        padding: 0 10px;
    }
    #header {
        height: 50px;
        position: fixed;
        top: 0;
    }
    .mobileHide {
        display: none;
    }
    .mobileShow {
        display: block;
    }
    .logo-roche {
        right: 6px;
        top: 0px;
        width: 38px;
        height: 46px;
        padding-top: 14px;
    }
    #logoEmagrecer {
        position: inherit;
        width: 100%;
        height: 46px;
        background: transparent url('/emagrecer/img/titulo_mobile.png') no-repeat center center;
    }
    #open-mobile-menu {
        display: block;
    }
}

@media only screen and (min-width: 480px) and (max-width: 595px) {
    header h1 {
        font-size: 22px;
    }
    #pub {
        display: none;
    }
    #menu {
        display: none;
    }
    main {
        width: 100%;
        padding-top: 72px;
    }
    #content {
        padding: 0 10px;
    }
    #header {
        height: 70px;
        position: fixed;
        top: 0;
    }
    .mobileHide {
        display: none;
    }
    .mobileShow {
        display: block;
    }
    .logo-roche {
        right: 6px;
        top: 0px;
        width: 38px;
        height: 46px;
        padding-top: 14px;
    }
    #logoEmagrecer {
        position: inherit;
        width: 100%;
        height: 46px;
        background: transparent url('/emagrecer/img/titulo_mobile.png') no-repeat center center;
    }
    #open-mobile-menu {
        display: block;
    }
}

@media only screen and (min-width: 595px) and (max-width: 690px) {
    header h1 {
        font-size: 24px;
    }
    #pub {
        display: none;
    }
    #menu {
        display: none;
    }
    main {
        width: 100%;
        padding-top: 72px;
    }
    #content {
        padding: 0 10px;
    }
    #header {
        height: 70px;
        position: fixed;
        top: 0;
    }
    .mobileHide {
        display: none;
    }
    .mobileShow {
        display: block;
    }
    .logo-roche {
        right: 6px;
        top: 0px;
        width: 38px;
        height: 46px;
        padding-top: 14px;
    }
    #logoEmagrecer {
        position: inherit;
        width: 100%;
        height: 46px;
        background: transparent url('/emagrecer/img/titulo_mobile.png') no-repeat center center;
    }
    #open-mobile-menu {
        display: block;
    }
}

@media only screen and (min-width: 690px) and (max-width: 800px) {
    #pub {
        display: none;
    }
    #main {
        width: 100%;
    }
    #content {
        padding-right: 10px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1024px) {
    #pub {
        display: none;
    }
    #content {
        padding-right: 10px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1224px) {}