/* HEADER */
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    border-bottom: 4px solid #FF712E;
    box-shadow: 0 0 15px #666666;
    -moz-box-shadow: 0 0 15px #666666;
    background: #757575;
    /* All not support */
    background: -webkit-linear-gradient(#999999, #666666);
    /* Safari > 6.0 */
    background: -o-linear-gradient(#999999, #666666);
    /* Opera > 12.0 */
    background: -moz-linear-gradient(#999999, #666666);
    /* Firefox 3.6 to 15 */
    background: linear-gradient(#999999, #666666);
    /* Standard syntax */
    z-index: 200001;
}

#header .icon_menu {
    position: fixed;
    top: 19px;
    left: 19px;
    width: 30px;
    height: 22px;
    background-position: -213px -57px;
    text-indent: -9999px;
    display: none;
    z-index: 1001;
}

#header #logo {
    position: relative;
    background-position: 10px 15px;
    width: 230px;
    height: 60px;
    background-color: #FF712E;
    display: block;
    float: left;
}

#header #logo img {
    width: 100%;
}

#header #logo:hover {
    background-color: #666666;
    border-bottom: 4px solid #999999;
}

#header #nav {
    list-style: none;
    overflow: hidden;
    float: left;
    z-index: 1002;
}

#header #nav li {
    float: left;
}

#header #nav li a {
    font-family: "Arial Narrow", Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 60px;
    line-height: 60px;
    display: block;
    padding: 0 18px;
    text-decoration: none;
}

#header #nav li a:hover {
    border-bottom: 4px solid #999999;
    color: #CCCCCC;
}

#header #social {
    list-style: none;
    overflow: hidden;
    height: 60px;
    float: right;
    margin-right: 20px;
}

#header #social li,
#header #actions li {
    margin: 15px 2px;
    float: left;
}

#header #social li a {
    display: block;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
}

#header #social li a.facebook {
    background-position: 0 -55px;
}

#header #social li a.twitter {
    background-position: -33px -55px;
}

#header #social li a.instagram {
    background-position: -66px -55px;
}

#header #social li a.youtube {
    background-position: -100px -55px;
}

#header #social li a.rss {
    background-position: -133px -55px;
}

#header #social li a.facebook:hover {
    background-position: 0 -84px;
}

#header #social li a.twitter:hover {
    background-position: -33px -84px;
}

#header #social li a.instagram:hover {
    background-position: -66px -84px;
}

#header #social li a.youtube:hover {
    background-position: -100px -84px;
}

#header #social li a.rss:hover {
    background-position: -133px -84px;
}

#header #actions {
    position: relative;
    list-style: none;
    height: 60px;
    float: right;
}

#header #actions li a {
    display: block;
    width: 33px;
    height: 28px;
    text-indent: -9999px;
}

#header #actions li a.calendar {
    background-position: -176px -53px;
    font-family: "Courier New", "Lucida Console", Monospace;
    text-indent: -1.5px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0 0;
    height: 18px;
    font-weight: bold;
    font-size: 11px;
}

#header #actions li a.newsletter {
    background-position: -254px -55px;
}

#header #actions li a.lang {
    background-position: -297px -53px;
}

#header #actions li a.search {
    background-position: -341px -53px;
}

#header #actions li a.calendar:hover {
    background-position: -176px -82px;
    color: #E67036;
}

#header #actions li a.newsletter:hover {
    background-position: -254px -84px;
}

#header #actions li a.lang:hover {
    background-position: -297px -82px;
}

#header #actions li a.search:hover {
    background-position: -341px -82px;
}

#header #actions li .box_option {
    position: absolute;
    top: 62px;
    background-color: #F5F5F5;
    z-index: 1003;
    padding: 15px;
    right: 0;
    box-shadow: 0 0 15px #999999;
    display: none;
}

#header #actions li .box_option .seta_box {
    position: absolute;
    top: -15px;
    width: 23px;
    height: 15px;
    background-position: -312px -127px;
}

#header #nav li .box_option {
    position: absolute;
    top: 62px;
    background-color: #F5F5F5;
    z-index: 1003;
    padding: 15px;
    right: 570px;
    box-shadow: 0 0 15px #999999;
    display: none;
}

#header #nav li .box_option .seta_box {
    position: absolute;
    top: -15px;
    width: 23px;
    height: 15px;
    background-position: -312px -127px;
}


#header #actions li .box_option.news {
    width: 235px;
}

#header #actions li .box_option.news .seta_box {
    right: 80px;
}

#header #actions li .box_option.lang {
    width: 150px;
    padding: 0;
}

#header #actions li .box_option.lang .seta_box {
    right: 45px;
}

#header #nav li .box_option.session {
    /* width: 150px; */
    padding: 0;
}

#header #nav li .box_option.session .seta_box {
    right: 84px;
}

#header #actions li .box_option.search {
    width: 235px;
}

#header #actions li .box_option.search .seta_box {
    right: 20px;
}

#header #actions li .box_option.boletim {
    width: 235px;
}

#header #actions li .box_option.boletim .seta_box {
    right: 119px;
}

#header #actions li .box_option .input {
    border: 2px solid #CCCCCC;
    color: #666666;
    height: 25px;
    line-height: 25px;
    margin: 5px 0;
    padding: 2px 5px;
    width: 220px;
}

#header #actions li .box_option .input.search {
    margin: 0 2px 0 0;
    width: 180px;
}

#header #actions li .box_option .input.datemask {
    width: 220px;
}

#header #actions li .box_option .textarea {
    border: 2px solid #CCCCCC;
    border-radius: 0;
    -moz-border-radius: 0px;
    color: #666666;
    height: 25px;
    line-height: 25px;
    margin: 5px 0 10px;
    padding: 2px 5px;
    width: 220px;
    height: 80px;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 13px;
}

#header #actions li .box_option p {
    color: #666666;
    font-size: 11px;
    margin: 0 0 5px;
}

#header #actions li .box_option .ok {
    width: 33px;
    height: 33px;
    text-align: center;
    border: 2px solid #E67036;
    color: #FFFFFF;
    background: #E67036;
    cursor: pointer;
}

#header #actions li .box_option.lang .link_lang {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #CCCCCC;
    color: #666666;
    text-align: center;
    text-indent: 0;
    font-size: 14px;
    text-decoration: none;
}

#header #actions li .box_option.lang .link_lang:hover {
    background-color: #E67036;
    color: #FFFFFF;
}

#header #actions li .box_option.lang .link_lang.ativo {
    color: #E67036;
}

#header #actions li .box_option.lang .link_lang.ativo:hover {
    background-color: #F5F5F5;
    color: #E67036;
}

#header #nav li .box_option.session .link_session {
    display: block;
    width: 165px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #CCCCCC;
    color: #666666;
    text-align: center;
    text-indent: 0;
    font-size: 14px;
    text-decoration: none;
}

#header #nav li .box_option.session .link_session:hover {
    background-color: #E67036;
    color: #FFFFFF;
}

#header #nav li .box_option.session .link_session.ativo {
    color: #E67036;
}

#header #nav li .box_option.session .link_session.ativo:hover {
    background-color: #F5F5F5;
    color: #E67036;
}

#header .idiomas_mobile {
    display: none;
}