/* HTML5 Boilerplate  */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #878787;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #878787;
    color: #fff;
    text-shadow: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

a:hover {
    color: #06e;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}


/* EDITAR AQUI \/ */

body {
    background-color: #FFFFFF;
    background-image: url("../img/bg_body.png");
    background-position: center 108px;
    background-repeat: repeat-x;
    float: left;
}

a {
    color: #5a5a5a;
    text-decoration: none;
}

#twttrHubFrameSecure,
#twttrHubFrame {
    display: none;
}


/* FONTES */


/* FONTES */


/*LIGHTBOX*/

.lightbox_container {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 990;
}

.lightbox_bg {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/overlay_lightbox.png);
    z-index: 995;
}

.lightbox_loader {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    z-index: 998;
    top: 50%;
    margin-top: -25px;
}

.lightbox_content {
    display: none;
    position: absolute;
    top: 150px;
    left: 50%;
    width: 960px;
    margin-left: -480px;
    min-height: 560px;
    z-index: 999;
}


/*LIGHTBOX*/


/* LOADER PRINCIPAL */

.loader_inicial_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
    background-image: url(../img/bg_loading.png);
    background-repeat: repeat-x;
    background-position: top;
}

.loader_inicial {
    width: 642px;
    height: 257px;
    position: absolute;
    left: 50%;
    margin-left: -321px;
    z-index: 9999;
    top: 50%;
    margin-top: -128px;
}

.loader_inicial img.fundo {
    position: absolute;
    float: left;
    top: 0px;
    left: 0px;
    width: 642px;
    height: 257px;
    z-index: 9999;
}

.loader_pontos {
    float: left;
    height: 11px;
    left: 252px;
    position: absolute;
    top: 199px;
    width: 90px;
    z-index: 10000;
}

.loader_pontos .loader_ponto {
    position: relative;
    float: left;
    width: 7px;
    height: 15px;
    z-index: 10000;
    background-image: url(../img/ponto_loader.png);
    background-position: right top;
    margin-right: 4px;
}

.loader_pontos .aceso {
    background-position: left top;
}


/* LOADER PRINCIPAL */


/* HEADER */

header {
    /*background-image: url("../img/bg_header.png");
    height: 142px;*/
    background-position: center bottom;
    background-repeat: repeat-x;
    left: 0;
    min-width: 1000px;
    position: relative;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    height: 120px;
}

.outerwrap {
    width: 1000px;
    margin: auto;
    position: relative;
}

.wrap {
    width: 1000px;
    margin: auto;
    position: relative;
}

.wraplinhas {
    width: 1080px;
    margin: auto;
    position: relative;
}

.linha {
    float: left;
    position: relative;
    width: 100%;
}

.bg_fundo {
    width: 100%;
    min-width: 1000px;
    height: 782px;
    background-image: url(../img/bg_mancha.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 0;
}

header .menudrop {
    /*background-image: url("../img/bg_nossasmarcas.png");*/
    height: 171px;
    left: 0;
    min-width: 1000px;
    position: absolute;
    top: -130px;
    width: 100%;
    z-index: 100;
    background-position: bottom;
}

header .menudrop .wrap {
    background: #FFF !important;
}

.menususpenso_aberto {
    float: left;
    position: relative;
    width: 1000px;
    height: 130px;
}

.menususpenso_titulo {
    float: left;
    position: relative;
    width: 1000px;
    height: 33px;
    border-bottom: 1px solid #f3f4f5;
    padding-bottom: 6px;
    color: #c5c5c5;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    line-height: 50px;
    background-repeat: no-repeat;
    background-position: 980px 22px;
}

.menususpenso_nav {
    float: left;
    position: relative;
    width: 160px;
    margin-top: 35px;
}

.menususpenso_nav_item {
    float: left;
    position: relative;
    height: 60px;
    width: 77px;
    margin-bottom: 5px;
}

.menususpenso_selected {
    background: url(img/menususpenso/selected.png);
    height: 60px;
    width: 77px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.menususpenso_container {
    float: left;
    position: relative;
    width: 840px;
}

header .menudrop .wrap {
    position: relative;
    height: 130px;
    background-color: #DEDADA;
}

header .menudrop .wrap .menususpenso {
    height: 50px;
    position: absolute;
    right: 34px;
    top: 130px;
    width: 190px;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

header .menudrop .wrap .menususpenso .bt {
    color: #8C9397;
    float: left;
    font-size: 10px;
    padding: 5px 0;
    position: relative;
    width: 128px;
    line-height: 10px;
}

header .menudrop .wrap .menususpenso .bt:hover {
    color: #555555;
}

header .menudrop .wrap .menususpenso .bt span {
    background-image: url("../img/seta_empresas.png");
    background-position: left bottom;
    float: right;
    height: 3px;
    margin: 4px 4px;
    position: relative;
    width: 5px;
    top: 0;
}

header .menudrop .wrap .menususpenso .bt span.aberto {
    background-image: url("../img/seta_empresas.png");
    background-position: left top;
    float: right;
    height: 3px;
    margin: 4px 4px;
    position: relative;
    width: 5px;
}

header .menudrop .wrap .menususpenso .flag {
    position: relative;
    float: left;
}

.blocoLogos {
    width: 715px;
    height: 65px;
    float: left;
    position: relative;
    margin: 20px 0 0 0;
}

.blocoLogoMarca {
    position: relative;
    float: left;
    margin: 0 16px 0 14px;
    border: none;
    width: auto;
    height: 55px;
}

.blocoSeparador {
    position: relative;
    float: left;
    margin: 16px 0 0 0;
}

.header_content {
    height: 108px;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 0;
    padding-top: 20px;
}

.header_content .logo {
    position: relative;
    float: left;
    width: 150px;
    height: 100px;
    background-color: #000;
    text-align: center;
}

.header_content .logo img {
    margin-top: 20px
}

.header_content .menu {
    position: relative;
    float: left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 8px;
    color: #5A5A5A;
    height: 107px;
}

.header_content .menu ul {
    position: relative;
    float: left;
    list-style: none;
    padding: 0;
    margin: 23px 0 0 10px;
}

.header_content .menu ul li {
    position: relative;
    float: left;
    padding: 0 13px 0 6px;
    background: url(../img/divisoria_menu.png) no-repeat right center;
    line-height: 60px;
    cursor: pointer;
}

.header_content .menu ul li:last-child {
    background: none;
}

.header_content .menu ul li a,
.header_content .menu ul li a:hover {
    position: relative;
    float: left;
    color: #5a5a5a;
}

.header_content .menu .menu_linhas {
    width: 205px;
    position: absolute;
    margin: 0;
    left: -10px;
    top: 60px;
    display: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.header_content .menu .menu_linhas.aberto {
    display: block !important;
}

.header_content .menu .menu_linhas li {
    list-style: none;
    width: 100%;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
    background: #bababa !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bababa), color-stop(100%, #b2b2b2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #bababa 0%, #b2b2b2 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#b2b2b2', GradientType=0);
    /* IE6-9 */
    padding-left: 10px;
}

.header_content .menu .menu_linhas li:hover {
    background-color: #bbb !important;
}

.header_content .menu .menu_linhas .linhaum {
    background: #bababa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bababa), color-stop(100%, #b2b2b2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #bababa 0%, #b2b2b2 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#b2b2b2', GradientType=0);
    /* IE6-9 */
    border-left: 30px solid #909090;
    padding-left: 10px;
}

.header_content .menu .menu_linhas .linhaum:hover {
    background-color: #bbb !important;
}

.header_content .menu .menu_linhas .linhadois {
    background: #bababa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bababa), color-stop(100%, #b2b2b2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #bababa 0%, #b2b2b2 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#b2b2b2', GradientType=0);
    /* IE6-9 */
    border-left: 30px solid #b8c478;
    padding-left: 10px;
}

.header_content .menu .menu_linhas .linhadois:hover {
    background-color: #bbb !important;
}

.header_content .menu .menu_linhas .linhatres {
    background: #bababa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bababa), color-stop(100%, #b2b2b2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #bababa 0%, #b2b2b2 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#b2b2b2', GradientType=0);
    /* IE6-9 */
    border-left: 30px solid #ffa923;
    padding-left: 10px;
}

.header_content .menu .menu_linhas .linhatres:hover {
    background-color: #bbb !important;
}

.header_content .menu .menu_linhas .linhaquatro {
    background: #bababa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bababa), color-stop(100%, #b2b2b2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #bababa 0%, #b2b2b2 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#b2b2b2', GradientType=0);
    /* IE6-9 */
    border-left: 30px solid #4b5f3d;
    padding-left: 10px;
}

.header_content .menu .menu_linhas .linhaquatro:hover {
    background-color: #bbb !important;
}

.header_content .menu .menu_linhas .linhacinco {
    background: #bababa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bababa), color-stop(100%, #b2b2b2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #bababa 0%, #b2b2b2 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#b2b2b2', GradientType=0);
    /* IE6-9 */
    border-left: 30px solid #4a0e1e;
    padding-left: 10px;
}

.header_content .menu .menu_linhas .linhacinco:hover {
    background-color: #bbb !important;
}

.header_content .menu .menu_linhas .linhaseis {
    background: #bababa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bababa), color-stop(100%, #b2b2b2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #bababa 0%, #b2b2b2 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#b2b2b2', GradientType=0);
    /* IE6-9 */
    border-left: 30px solid #bfadd9;
    padding-left: 10px;
}

.header_content .menu .menu_linhas .linhaseis:hover {
    background-color: #bbb !important;
}

.header_content .menu .menu_linhas .linhasete {
    background: #bababa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bababa), color-stop(100%, #b2b2b2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #bababa 0%, #b2b2b2 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#b2b2b2', GradientType=0);
    /* IE6-9 */
    border-left: 30px solid #cee3ed;
    padding-left: 10px;
}

.header_content .menu .menu_linhas .linhasete:hover {
    background-color: #bbb !important;
}

.header_content .menu .menu_linhas .linhaoito {
    background: #bababa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bababa), color-stop(100%, #b2b2b2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bababa 0%, #b2b2b2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #bababa 0%, #b2b2b2 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#b2b2b2', GradientType=0);
    /* IE6-9 */
    border-left: 30px solid #d9d9d9;
    padding-left: 10px;
}

.header_content .menu .menu_linhas .linhaoito:hover {
    background-color: #bbb !important;
}

.header_content .busca {
    position: relative;
    float: left;
    height: 35px;
    width: 30px;
    padding-top: 32px;
    margin-left: 10px;
}

.header_content .redes {
    float: right;
    padding-top: 41px;
}

.header_content .redes a {
    float: left;
}

.header_content .redes img {
    margin: 0 0 0 15px;
}

.header_content .redes img:hover {
    opacity: 0.5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header_content .busca img {
    margin-top: 10px;
    cursor: pointer;
}

.header_content .busca #searchform {
    position: absolute;
    width: 159px;
    top: 40px;
    left: 29px;
    display: none;
}

.header_content .busca #searchform.aberto {
    display: block !important;
}

.header_content .busca #searchform #s {
    width: 85px;
    padding: 0 8px;
    background-color: #FFF;
    height: 33px;
    border: 1px solid #b7b7b7;
    color: #535353;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    vertical-align: bottom;
    position: relative;
    float: left;
    outline: none;
}

.header_content .busca #searchform #searchsubmit {
    background-color: #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    border-top: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    border-left: none;
    color: #fff;
    height: 35px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    right: 0;
}


/* HEADER */


/* LOADER INTERNO */

.loader_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    overflow: hidden;
    background-image: url(../img/bg_loader.png);
    display: none;
}

.loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    z-index: 150;
    top: 50%;
    margin-top: -50px;
}


/* LOADER INTERNO */


/* MAIN */

#main {
    left: 0;
    margin-top: -22px;
    min-width: 1000px;
    min-height: 1000px;
    position: relative;
    float: left;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    background-color: #FFF;
}

#container {
    position: relative;
    float: left;
    width: 100%;
}


/* MAIN */


/* CONTAINER PRODUTOS / RECEITAS */

.linhaContainer {
    float: left;
    position: relative;
    width: 100%;
    min-height: 600px;
}


/* CONTAINER PRODUTOS / RECEITAS */


/* FOOTER */

footer {
    left: 0;
    /*background-image: url(../img/bg_footer.png);*/
    background-repeat: repeat-x;
    background-position: bottom;
    min-width: 1000px;
    position: relative;
    float: left;
    width: 100%;
    z-index: 0;
    background-color: #fff;
}

footer .encontre {
    /*height:280px;*/
}

footer .encontre .um_rodape {
    width: 50%;
    float: left;
    border-right: 2px solid #b2b2b2;
}

footer .encontre .dois_rodape {
    width: 24%;
    float: left;
    border-right: 2px solid #b2b2b2;
    margin-left: 1%;
}

footer .encontre .tres_rodape {
    width: 24%;
    float: right;
}

footer .encontre .titulo {
    color: #000000;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    margin: 63px 0 30px 30px;
    position: relative;
    width: 100%;
}

footer .encontre .tipo {
    position: relative;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
    color: #878787;
    font-size: 20px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

footer .encontre .nome {
    position: relative;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
    color: #535353;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

footer .encontre .telefone {
    position: relative;
    font-family: Verdana, Geneva, sans-serif;
    color: #535353;
    font-size: 10px;
    float: left;
    width: 100%;
}

footer .inferior .wrap .extensao {
    width: 960px;
    height: 100%;
    position: absolute;
    background-color: #e5e5e5;
    right: 960px;
}

footer .inferior .wrap .menu {
    background-color: #E5E5E5;
    color: #5A5A5A;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    position: relative;
    width: 1088px;
    display: block;
    padding: 10px 0px;
}

footer .inferior .wrap .menu ul {
    list-style: none outside none;
    padding: 0px 15px;
    position: relative;
    display: block;
    text-align: center;
}

footer .inferior .wrap .menu ul li {
    position: relative;
    display: inline-block;
    padding: 0 20px 0 15px;
    background: url(../img/divisoria_menu.png) no-repeat right center;
}

footer .inferior .wrap .menu ul li:last-child {
    background: none;
}

footer .inferior .wrap .menu ul li a,
footer .inferior .wrap .menu ul li a:hover {
    position: relative;
    float: left;
    color: #5a5a5a;
}

footer .inferior .sitesmundial {
    height: 106px;
}

footer .inferior .sitesmundial .menuContainerFooter {
    background-color: #4F565B;
    float: left;
    height: 25px;
    position: relative;
    width: 978px;
}

footer .inferior .sitesmundial .barraMenuFooter {
    background: #4F565B;
    height: 25px;
    position: absolute;
    width: 30%;
}

footer .inferior .sitesmundial .direitosContainer {
    width: 230px;
    height: 20px;
    position: relative;
    float: left;
    margin: 20px 0 0 21px;
    font-size: 10px;
    color: #4f565b;
}

footer .inferior .sitesmundial .footerBlocoEsquerda {
    float: left;
    margin-top: 65px;
    position: relative;
    width: 240px;
}

footer .inferior .sitesmundial .footerBlocoDireita {
    width: 715px;
    height: 65px;
    float: right;
    position: relative;
    margin: 20px 5px 0 0;
    text-align: right;
}

footer .inferior .sitesmundial .footerLogoMarca {
    position: relative;
    float: left;
    margin: 0 16px 0 14px;
    border: none;
    height: 50px;
    width: auto;
}

footer .footerBlocoDireita a {
    display: inline-block;
}

footer .inferior .sitesmundial .footerSeparador {
    position: relative;
    float: left;
    margin: 16px 0 0 0;
}

footer .inferior .sitesmundial #botaoAssinaturaColletivo {
    float: right;
    position: relative;
    margin: 0 0 0 100px;
    width: 96px;
    height: 16px;
    cursor: pointer;
    background: url(../img/footer/footer_assinatura_colletivo.png) no-repeat 0 0;
}

footer .clear {
    clear: both;
}

footer .item_encontre {
    margin-bottom: 20px;
}


/* FOOTER */


/* EXTRAS */

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.dotted {
    width: 100%;
    height: 3px;
    background-image: url(../img/dot.png);
    position: relative;
}


/* EXTRAS */

.wrap-line .line-bg {
    background: #FFF !important;
    background-color: #FFF !mportant;
}


/* EDITAR AQUI /\ */

@media only screen and (min-width: 35em) {}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* Footer Dropdown */

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5a5a5a;
    margin-left: 15px;
}

.dropdown-events {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    margin-top: -105px;
    margin-left: 27px;
    text-align: left;
    border-radius: 10px;
}

.dropdown-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    background-color: #5a5a5a;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 12px 16px;
    border-radius: 10px;
}

.dropdown-content li {
    display: block !important;
    margin: 10px 0px;
}

.dropdown-content a {
    color: #fff !important;
}

.dropdown-events:hover .dropdown-content {
    display: block;
}


/* ==|== aceite cookies ====================================================== */

.modelo-cookies {
    background: #f2f2f2;
    border-radius: 10px;
    position: fixed;
    bottom: 10px;
    right: 26%;
    z-index: 9999;
    width: 630px;
    height: auto;
    display: block;
    padding: 20px;
    text-align: center;
}

.modelo-cookies p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    margin: 0px;
    color: #333333;
}

.modal-body {
    overflow-x: scroll;
}

.modal-cookies .col-md-5 {
    align-items: center;
    display: flex;
    margin-top: 20px;
}

.aceitar-cookie {
    display: inline-block;
    align-items: center;
    padding: 10px 15px;
    background: #4f565b;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #fff !important;
    width: 100px;
    margin-right: 2%;
    margin-left: 8%;
    cursor: pointer;
}

.recusar-cookie {
    display: inline-block;
    align-items: center;
    padding: 10px 15px;
    background: #fff;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #333333;
    width: 100px;
    margin-right: 8%;
    margin-left: 2%;
    border: 2px solid #4f565b;
    cursor: pointer;
}

.abrir-mundial-links {
    display: inline-block;
}

.popup-links-mundial {
    opacity: 0;
    height: 0;
    visibility: hidden;
    background: #e1e1e1;
    padding: 10px;
    overflow: hidden;
    transition: all 0.5s;
    width: 0px;
    position: absolute;
    margin-top: -75px;
    margin-left: 65px;
    z-index: 9999;
    text-align: left;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
}

.abrir-mundial-links:hover .popup-links-mundial {
    height: auto;
    opacity: 1;
    visibility: visible;
    width: auto;
}

.popup-links-mundial ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.popup-links-mundial a {
    color: #8d9498;
    font-size: 13px;
    line-height: 20px;
}

.popup-links-mundial a:hover {
    font-weight: bold;
    text-decoration: underline;
}