* { border:none; margin:0; padding:0 }
body { font-family:'Raleway',arial,verdana,sans-serif; font-size:10px; color:#000 }

label { display:inline-block; font-family:arial,verdana,sans-serif; font-weight:500; font-size:1.3em; color:#0b3e5e }
textarea { overflow:auto }
fieldset { border:none }
input,
textarea,
select { font-family:'Raleway',arial,verdana,sans-serif; font-weight:400; font-size:13px; color:#FFF; border:#fff 1px solid; outline:none }
textarea { resize:none }
.cursor { cursor:pointer }
hr { display:block; width:100%; height:3px; border:none; background:url(../img/barra.png) center no-repeat; margin:20px 0 }

textarea.erro,
input.erro { border:#d00 1px solid !important }

.fundo-erro { color:#d00 }
.fundo-sucesso { color:#7cffd3 }

.menu-contato { padding-bottom: 25px; text-align: center; }
.menu-contato a { display: inline-block; vertical-align: middle; margin: 0px 10px; font-size: 15px; line-height: 23px; text-decoration: none; text-transform: uppercase; color: #ffffff; }
.menu-contato a:hover { font-weight: 700; color: #f7931e; }
.menu-contato a.ativo { font-weight: 700; color: #f7931e; }

/* gerais */
div,section { position:relative }
h1 { position:relative }
a { outline:0 }
#principal { width:100%; height:auto }
.central { width:96%; height:auto; margin:0 auto }
.clear { clear:both }

*::-webkit-input-placeholder { color:#fff; opacity:1 }
*:-moz-placeholder { color:#fff; opacity:1 }
*::-moz-placeholder { color:#fff; opacity:1 }
*:-ms-input-placeholder { color:#fff; opacity:1 }

input:focus::-webkit-input-placeholder { color:transparent }
input:focus:-moz-placeholder { color:transparent }
input:focus::-moz-placeholder { color:transparent }
input:focus:-ms-input-placeholder { color:transparent }

.raleway-400,
.raleway-normal { font-family:'Raleway',sans-serif; font-weight:400 }
.raleway-500,
.raleway-media { font-family:'Raleway',sans-serif; font-weight:500 }
.raleway-700,
.raleway-negrito { font-family:'Raleway',sans-serif; font-weight:700 }

.midias-flutuantes { display:none }

/*#navegacao { position:fixed; width:100%; height:100%; left:0; top:0; background:#fff; z-index:9999 }
#navegacao span.barra-carregamento { position:absolute; width:0; height:3px; top:0; left:0; background:#333 }

/* topo */
header { position:fixed; width:100%; height:auto; /*overflow:hidden;*/ background:#fff; padding:10px 0; top:0; left:0; z-index:998 }
header .central { width: 96%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
header figure { width:100%; height:auto; text-align:center; order: 1; }
header figure img { max-width:100%; vertical-align:middle }

/* abre menu sanduiche */
.sanduiche-aberto header .menu .desktop { display: block; overflow-x: hidden; overflow-y: auto; transform: translateX(0); transition: all .30s linear; z-index: 2; }
.sanduiche-aberto { overflow: hidden; }

header .menu { width:auto; height:auto; /*overflow:hidden;*/ margin:10px 0px 0px 0px; order: 3; }
header .menu .sanduiche { width: 44px; height: 41px; background: #f2f2f2 url('../img/ico-menu-sanduiche.svg') top 9px center no-repeat; cursor: pointer; }
header .menu .desktop { position: fixed; top: 0px; right: 0px; padding: 20px; width: 80%; height: 100%; transform: translateX(100%); background-color: #2273af; }
header .menu .desktop nav a { display: block; font-size: 12px; text-transform: uppercase; line-height: 1; text-decoration: none; color: #ffffff; }
header .menu .desktop nav a + a { padding-top: 15px; }
header .menu .desktop nav a + span { padding-top: 15px; }
header .menu .desktop nav span + a { padding-top: 15px; }
header .menu .desktop .fechar { position: absolute; top: 17px; right: 20px; width: 18px; height: 18px; background: url('../img/ico-fechar.svg') center no-repeat; cursor: pointer; }

/* submenu nivel um */
header .menu .desktop nav .submenu { display: block; background: url('../img/ico-seta-submenu.png') top 16px right 1px no-repeat; background-size: 15px 10px; cursor: pointer; }
header .menu .desktop nav .submenu .submenu-titulo { display: block; font-size: 12px; text-transform: uppercase; line-height: 1; color: #ffffff; cursor: pointer; }
header .menu .desktop nav .submenu .submenu-itens { display: none; background-color: #ffffff; }
header .menu .desktop nav .submenu .submenu-itens > span a { padding: 10px 20px; color: #1e2b3d; border-bottom: 1px solid #f2f2f2; }
header .menu .desktop nav .submenu .submenu-itens > span:last-child a { border-bottom: 0px; }
header .menu .desktop nav .submenu .submenu-itens > span { display: block; }
header .menu .desktop nav .submenu.submenu-clicado .submenu-itens { display: block; margin-top: 20px; }

/*
header nav { width:100%; height:auto; overflow:hidden; margin:8px 0 }
header nav .mobile {  }
header nav .mobile select { width:100%; height:auto; padding:5px; border:#ccc 1px solid; color:#000 }
header nav .desktop { display:none }
*/

header .midias-sociais { display:none }

header .idiomas { margin:10px 0px 0px 0px; width:auto; height:auto; white-space: nowrap; text-align:center; order: 2; }
header .idiomas a { display:inline-block; font-size:12px; color:#000; text-decoration:none; margin:0 2px }
header .idiomas a:hover,
header .idiomas a.ativo { font-weight:bold }

/* main */
main { display:block; width:100%; height:auto }

/* entrada */
#marcas-entrada { padding-bottom: 10px; background-color: #2273af; }
#marcas-entrada .lista { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
#marcas-entrada .lista figure { margin: 10px 10px 0px 10px; max-width: 82px; cursor: pointer; }
#marcas-entrada .lista figure img { width: 100%; }
/*
#marcas-entrada .lista figure:hover img { filter:  brightness(0) invert(1); }
#marcas-entrada .lista figure.ativo img { filter:  brightness(0) invert(1); }
*/

#slides { position: relative; overflow: hidden; z-index: 1; }
#slides .imagem { position: relative; z-index: 1; }
#slides .imagem picture { position: relative; width: 100%; height: 400px; }
#slides .imagem picture img { position: absolute; display: block; top: 0px; left: 50%; margin-left: -480px; width: auto; max-width: 960px; height: 400px; }
#slides .imagem .imagem-background { width: 100%; }
#slides .imagem .imagem-background > a { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }

#entrada { width:100%; height:auto; overflow:hidden }
#entrada .desktop { display:none }
#entrada .mobile { width:auto; height:auto; overflow:hidden }
#entrada .mobile > div { width:46%; height:auto; /*padding:15px;*/ padding:2%; text-align:center; float:left }
#entrada .mobile > div figure { width:auto; height:auto; text-align:center; margin-bottom:10px }
#entrada .mobile > div figure img { max-width:100%; height:auto; vertical-align:middle }
#entrada .mobile > div > a { display:inline-block; width:auto; height:auto; padding:5px 10px; background:#2273af; font-size:12px; color:#fff; font-weight:bold; text-transform:uppercase; text-decoration:none }
#entrada .mobile > div.cristina { width:100% }

/* institucional */
#institucional { width:100%; height:auto; overflow:hidden }
#institucional .recuo { margin-top: 25px; width:96%; height:auto; background:url(../img/fundo-institucional.png); padding:0 2% 2% 2% }
#institucional .recuo > figure { width:100%; height:auto; text-align:center; padding:15px 0 }
#institucional .recuo > figure img { max-width:100%; height:auto; vertical-align:middle }
#institucional .recuo > h1 { font-size:18px; line-height:20px; text-transform:uppercase; text-align:center; margin-bottom:15px; color: #fff; }
#institucional .recuo > h2 { font-size:18px; line-height:20px; text-transform:uppercase; text-align:center; margin-bottom:15px }

#institucional .recuo > .esquerda { width:auto; height:auto; margin-bottom:10px }
#institucional .recuo > .esquerda h3 { font-size:25px; font-weight:400; color: #fff; }

#institucional .recuo > .direita { width:auto; height:auto; margin-bottom:10px }
#institucional .recuo > .direita p { font-size:13px; margin-top:10px; line-height:20px; color:#fff; }
#institucional .recuo > .direita p:first-child { margin-top:0; color:#fff; }

#institucional .mvv { width:auto; height:auto; overflow:hidden; clear:both }
#institucional .mvv > div { width:auto; height:auto; padding:8% 4%; }
#institucional .mvv h4 { font-size:22px; line-height:24px; color:#fff; font-weight:bold; margin-bottom:10px; text-transform:uppercase; text-align:center }
#institucional .mvv p { font-size:13px; line-height:20px; color:#fff; text-align:center }
#institucional .mvv .missao { background:url(../img/fundo-missao.png) }
#institucional .mvv .visao { background:url(../img/fundo-visao.png) }
#institucional .mvv .valores { background:url(../img/fundo-valores.png) }

#institucional .canais-de-distribuicao { padding:30px 0px }

#linha-tempo { width:auto; height:auto; overflow:hidden; margin-top:30px }
#linha-tempo h1 { font-size:34px; font-weight:normal; text-transform:uppercase; text-align:center; margin-bottom:10px; color: #fff; }

#linha-tempo .mobile > div { width:auto; height:auto; margin-bottom:10px; overflow:hidden }
#linha-tempo .mobile > div p.ano { font-size:39px; line-height:39px; font-weight:bold; color: #fff; }
#linha-tempo .mobile > div figure { width:auto; height:auto; margin:10px 0 }
#linha-tempo .mobile > div figure img { width:auto; height:auto; vertical-align:middle }
#linha-tempo .mobile > div > div { font-size:13px; line-height:20px; color: #fff; }

#linha-tempo .desktop { display:none }

/* up kids */
#up-kids { width:100%; height:auto; overflow:hidden }
#up-kids .miolo { width:90%; height:auto; margin:25px auto; background:url('../img/up-kids/fundo-miolo-up-kids.png'); overflow:hidden; z-index:2 }
#up-kids .miolo img { display: block; width:100% }
#up-kids .miolo .conteudo { padding:3% }
#up-kids .slides { position:relative; z-index:1; overflow:hidden; }
#up-kids .slides figure img { margin:0 auto; }
#up-kids .slides #paginacao-anterior { position:absolute; top:50%; margin-top:-27px; left:30px; background:url('../img/paginacao-anterior.png') top left no-repeat; width:21px; height:54px; cursor:pointer; z-index:999; }
#up-kids .slides #paginacao-proximo { position:absolute; top:50%; margin-top:-27px; right:30px; background:url('../img/paginacao-proximo.png') top left no-repeat; width:21px; height:54px; cursor:pointer; z-index:999; }
#up-kids .miolo .conteudo > div:nth-child(1n) ~ div { margin-top:30px }
#up-kids .miolo .conteudo h1 { font-family:'Raleway',arial,verdana,sans-serif; font-size:35px; line-height:1; font-weight:400; text-transform:uppercase }
#up-kids .miolo .conteudo h2 { font-family:'Raleway',arial,verdana,sans-serif; font-size:25px; line-height:1; font-weight:400; text-transform:uppercase }
#up-kids .miolo .conteudo h3 { font-family:'Raleway',arial,verdana,sans-serif; font-size:18px; line-height:22px; font-weight:400; text-transform:uppercase }
#up-kids .miolo .conteudo p { padding-top:10px; font-family:'Raleway',arial,verdana,sans-serif; font-size:14px; line-height:18px; font-style:normal; font-weight:400 }
#up-kids .miolo .conteudo ul { padding-top:10px; font-family:'Raleway',arial,verdana,sans-serif; font-size:14px; line-height:18px; font-style:normal; font-weight:400 }
#up-kids .miolo .conteudo a { color: #000000 }
#up-kids .miolo .conteudo address { font-family:'Raleway',arial,verdana,sans-serif; font-size:14px; line-height:18px; font-style:normal; font-weight:400 }
#up-kids .miolo .conteudo .breve .imagem { margin-top:30px }
#up-kids .miolo .conteudo .listagem { margin-top:30px }
#up-kids .miolo .conteudo .listagem .item:nth-child(1n) ~ .item { margin-top:20px }

/* marcas */
#marcas { width:100%; height:auto; overflow:hidden }
#marcas nav { width:auto; height:auto; background:#2273af; padding:8px 0 }
#marcas nav .mobile { width:auto; height:auto }
#marcas nav .mobile select { width:100%; height:auto; padding:5px }
#marcas nav .desktop { display:none }

#marcas .marca { width:auto; height:auto }
#marcas .marca .detalhe { width:90%; height:auto; margin:25px auto 0 auto; padding:3% }
#marcas .marca .detalhe figure { width:100%; height:auto; text-align:center; margin-bottom:5px }
#marcas .marca .detalhe figure img { width:auto; height:auto; vertical-align:middle }

#marcas .marca .detalhe .texto { width:auto; height:auto; text-align:center; font-size:13px; line-height:20px }
#marcas .marca .detalhe .links { width:auto; height:auto; text-align:center; margin-top:5px }
#marcas .marca .detalhe .links a { display:inline-block; width:auto; height:auto; margin:0 1px }
#marcas .marca .detalhe .links a img { vertical-align:middle }

#marcas .marca a.seta { display:none }
#marcas .marca a.anterior { width:117px; height:117px; background:url(../img/seta-anterior.png) no-repeat; float:left }
#marcas .marca a.proxima { width:117px; height:117px; background:url(../img/seta-prox.png) no-repeat; float:right }

/* contato */
#contato { width:100%; height:auto; overflow:hidden }
#contato .miolo { width:90%; height:auto; margin:25px auto 0 auto; padding:3%; background:url(../img/fundo-internas.png); overflow:hidden }
#contato .miolo h1 { font-size:35px; font-weight:normal; text-transform:uppercase; text-align:center; margin-bottom:10px; color: #fff; }

#contato .miolo .formulario { width:auto; height:auto; overflow:hidden; margin-bottom:15px }
#contato .miolo .formulario > p { font-size:13px; line-height:18px; margin-bottom:10px; color: #fff; }
#form-contato > div { width:auto; height:auto; overflow:hidden; margin-bottom:8px; border:#FFF 1px solid }
#form-contato > div input[type=text] { width:93%; height:auto; border:none; padding:2.8%; background:none }
#form-contato > div select { width:100%; height:auto; border:none; padding:2.8%; background:none }
#form-contato > div textarea { width:93%; height:100px; border:none; padding:2.8%; background:none; color: #fff; }
#form-contato > div p { font-size:10px }
#form-contato > div.retorno { width:auto; height:auto; font-size:13px; border:none }

#form-contato > div.concordo { display:flex; width:auto; flex-wrap:wrap; justify-content:flex-start; font-size:13px; margin-top:15px; border:none; align-items:flex-start; }
#form-contato > div.concordo input[type=checkbox] { margin-top:2px; margin-right:8px; }
#form-contato > div.concordo span { width:92%; text-align:left; }
#form-contato > div.concordo span a { color:#fff; }

#form-contato > input[type=submit] { width:auto; height:auto; padding:8px 16px; background:#FFF; font-size:13px; color:#000; text-transform:uppercase; border:none; cursor:pointer }
#form-contato > div.erro { border:#d00 2px solid !important }

#contato .miolo .mapa-end { width:auto; height:auto; text-align:center; }
#contato .miolo .mapa-end address { font-size:13px; font-style:normal; line-height:20px; color: #fff; }
#contato .miolo .mapa-end p { font-size:13px; line-height:20px }
#contato .miolo .mapa-end p a { color:#000; text-decoration:none }
#contato .miolo .mapa-end p a:hover { border-bottom:#000 1px dotted }
#contato .miolo .mapa-end .sac img { width: 100%; max-width: 355px; }

#mapa { width:100%; height:325px; padding-top: 20px; margin-bottom:10px }
#mapa > div { width:100%; height:325px }

/* seja um lojista */
#seja-um-lojista { width:100%; height:auto; overflow:hidden }
#seja-um-lojista .menu-contato { padding-bottom: 0px; }
#seja-um-lojista .miolo { width:90%; height:auto; margin:25px auto 0 auto; padding:3%; background:url(../img/fundo-internas.png); overflow:hidden }
#seja-um-lojista .miolo h1 { font-size:35px; font-weight:normal; text-transform:uppercase; text-align:center; margin-bottom:10px; color: #fff; }

/*
#seja-um-lojista .imagem { width:96%; margin:0 auto; }
#seja-um-lojista .imagem figure img { display: block; max-width: 100%; }
*/
#seja-um-lojista .imagem { position:relative; width:96%; margin:0 auto; }
#seja-um-lojista .imagem picture { position:relative; width:100%; height:auto; }
#seja-um-lojista .imagem picture img { display:block; max-width:100%; height:auto; }
#seja-um-lojista .imagem a { position:absolute; display:block; width:100%; height:100%; top:0; left:0; z-index:1; }

#seja-um-lojista .miolo.vantagens { margin-top: 0px; padding: 6% 3%; background: rgba(1, 72, 166, 0.9); }
#seja-um-lojista .miolo.vantagens h2 { font-size: 26px; line-height: 30px; font-weight: 400; color: #f7931e; }
#seja-um-lojista .miolo.vantagens .lista { margin-top: 30px; }
#seja-um-lojista .miolo.vantagens .lista .bloco { display: flex; align-items: center; justify-content: flex-start; }
#seja-um-lojista .miolo.vantagens .lista .bloco figure { margin-right: 20px; }
#seja-um-lojista .miolo.vantagens .lista .bloco p { padding-top: 20px; font-size: 16px; line-height: 20px; color: #ffffff; }
#seja-um-lojista .miolo.vantagens .lista .bloco p a { color:#ffffff; text-decoration:none }
#seja-um-lojista .miolo.vantagens .lista .bloco p a:hover { text-decoration: underline; }
#seja-um-lojista .miolo.vantagens .lista .bloco + .bloco { margin-top: 30px; }

#seja-um-lojista .miolo.grupo-cristina { margin-top:0px; padding:6% 3%; }
#seja-um-lojista .miolo .formulario { width:auto; height:auto; overflow:hidden; }
#seja-um-lojista .miolo .formulario > p { font-size:13px; line-height:18px; margin-bottom:10px; color: #fff; }
#form-seja-um-lojista > div { width:auto; height:auto; overflow:hidden; margin-bottom:8px; border:#FFF 1px solid }
#form-seja-um-lojista > div.checkbox { font-size:13px; margin-bottom:10px; border:none }
#form-seja-um-lojista > div input[type=text] { width:93%; height:auto; border:none; padding:2.8%; background:none }
#form-seja-um-lojista > div select { width:100%; height:auto; border:none; padding:2.8%; background:none }
#form-seja-um-lojista > div textarea { width:93%; height:100px; border:none; padding:2.8%; background:none; color: #fff; }
#form-seja-um-lojista > div p { font-size:10px }
/*#form-seja-um-lojista > div.retorno { width:auto; height:auto; font-size:13px; border:none }*/
#form-seja-um-lojista > div.retorno { width:auto; height:auto; font-size:13px; color:#f7931e; border:none; font-weight:bold; margin-top:20px; }

#form-seja-um-lojista > .marcas { width:auto; height:auto; margin:15px 0; padding-bottom:15px; border:none; border-bottom:#f7931e 1px solid; overflow:hidden; }
#form-seja-um-lojista > .marcas p { font-size:13px; margin-bottom:10px; }
#form-seja-um-lojista > .marcas label { font-size:13px; color:#fff; margin-right:12px; margin-bottom:5px; }
#form-seja-um-lojista > .marcas input[type=checkbox] { margin-right:2px; }

#form-seja-um-lojista > div.concordo { display:flex; width:auto; flex-wrap:wrap; justify-content:flex-start; font-size:13px; margin-top:15px; border:none; align-items:flex-start; }
#form-seja-um-lojista > div.concordo input[type=checkbox] { margin-top:2px; margin-right:8px; }
#form-seja-um-lojista > div.concordo span { width:92%; text-align:left; }
#form-seja-um-lojista > div.concordo span a { color:#fff; }

#form-seja-um-lojista > input[type=submit] { width:100%; height:auto; margin-top:20px; padding:12px 16px; background:#f7931e; border-radius: 30px; font-size:18px; color:#ffffff; text-transform:uppercase; border:none; cursor:pointer }
#form-seja-um-lojista > div.erro { border:#d00 2px solid !important }

#seja-um-lojista .miolo .mapa-end { width:auto; height:auto; margin-bottom:15px }
#seja-um-lojista .miolo .mapa-end h2 { font-size: 26px; line-height: 30px; font-weight: 400; color:#fff; }
#seja-um-lojista .miolo .mapa-end p { padding-top: 20px; font-size: 16px; line-height: 20px; color:#fff; }
#seja-um-lojista .miolo .mapa-end p a { color:#fff; text-decoration:none }
#seja-um-lojista .miolo .mapa-end p a:hover { text-decoration: underline; }

/* representantes */
#representantes { width:100%; height:auto; overflow:hidden }
#representantes .miolo { width:90%; height:auto; margin:25px auto 0 auto; padding:3%; background:url(../img/fundo-internas.png); overflow:hidden }
#representantes .miolo h1 { font-size:30px; font-weight:normal; text-transform:uppercase; text-align:center; margin-bottom:10px }

#representantes .miolo .formulario { width:auto; height:auto; overflow:hidden }
#representantes .miolo .formulario > p { font-size:13px; line-height:18px; margin-bottom:10px; text-align:center }
#representantes .miolo .formulario > p:first-child { margin-bottom:0 }
#form-representantes > div { width:auto; height:auto; overflow:hidden; margin-bottom:8px; border:#000 2px solid }
#form-representantes > div input[type=text] { width:93%; height:auto; border:none; padding:2.8%; background:none }
#form-representantes > div p { font-size:10px }
#form-representantes > div.retorno { width:auto; height:auto; font-size:13px; border:none }
#form-representantes > input[type=submit] { width:auto; height:auto; padding:8px 16px; background:#000; font-size:13px; color:#fff; text-transform:uppercase; border:none; cursor:pointer }
#form-representantes > div.erro { border:#d00 2px solid !important }

#form-representantes #arquivo { display:none }
#curriculo { cursor:pointer }
#selecionar-arquivo { position:absolute; width:17px; height:11px; right:10px; top:12px; background:url(../img/ico-curriculo.png) no-repeat; border:none; cursor:pointer }

/* area restrita */
#area-restrita { width:100%; height:auto; overflow:hidden }
#area-restrita .miolo { width:90%; height:auto; margin:25px auto 0 auto; padding:3%; background:url(../img/fundo-internas.png); overflow:hidden }
#area-restrita .miolo h1 { font-size:35px; font-weight:normal; text-transform:uppercase; text-align:center; margin-bottom:10px }

#area-restrita .miolo .formulario { width:auto; height:auto; overflow:hidden; margin-bottom:15px }
#area-restrita .miolo .formulario > p { font-size:13px; line-height:18px; margin-bottom:10px }
#form-area-restrita > div { width:auto; height:auto; overflow:hidden; margin-bottom:8px; border:#000 2px solid }
#form-area-restrita > div input[type=text],
#form-area-restrita > div input[type=password] { width:93%; height:auto; border:none; padding:2.8%; background:none }
#form-area-restrita > div select { width:100%; height:auto; border:none; padding:2.8%; background:none }
#form-area-restrita > div textarea { width:93%; height:100px; border:none; padding:2.8%; background:none }
#form-area-restrita > div p { font-size:10px }
#form-area-restrita > div.retorno { width:auto; height:auto; font-size:13px; border:none }
#form-area-restrita > input[type=submit] { width:auto; height:auto; padding:8px 16px; background:#000; font-size:13px; color:#fff; text-transform:uppercase; border:none; cursor:pointer }
#form-area-restrita > div.erro { border:#d00 2px solid !important }

#area-restrita .miolo .separador { width:100%; height:2px; background:#000; margin:15px 0 }

#area-restrita .miolo .links { width:auto; height:auto; text-align:center }
#area-restrita .miolo .links a { display:block; background:#000; font-size:13px; color:#fff; text-decoration:none; text-transform:uppercase; margin-bottom:10px; padding:12px 0 }
#area-restrita .miolo .links a:last-child { margin-bottom:0 }

/* trabalhe conosco */
#trabalhe-conosco { width:100%; height:auto; overflow:hidden }
#trabalhe-conosco .miolo { width:90%; height:auto; margin:25px auto 0 auto; padding:3%; background:url(../img/fundo-internas.png); overflow:hidden }
#trabalhe-conosco .miolo h1 { font-size:35px; font-weight:normal; text-transform:uppercase; text-align:center; margin-bottom:10px; color: #fff; }
#trabalhe-conosco .miolo > p { font-size:13px; line-height:18px; margin-bottom:30px; text-align:center; color: #fff; }
#trabalhe-conosco .miolo > p.primeiro { margin-bottom:0; color: #fff; }

#trabalhe-conosco .miolo .formulario { width:auto; height:auto; overflow:hidden; margin-bottom:15px; color: #fff; }
#form-trabalhe > div { width:auto; height:auto; overflow:hidden; margin-bottom:8px; border:#fff 1px solid }
#form-trabalhe > div input[type=text],
#form-trabalhe > div input[type=password] { width:93%; height:auto; border:none; padding:2.8%; background:none }
#form-trabalhe > div select { width:100%; height:auto; border:none; padding:2.8%; background:none }
#form-trabalhe > div textarea { width:93%; height:100px; border:none; padding:2.8%; background:none }
#form-trabalhe > div p { font-size:10px }
#form-trabalhe > div.retorno { width:auto; height:auto; font-size:18px; border:none; padding: 10px 0; }

#form-trabalhe > div.concordo { display:flex; width:auto; flex-wrap:wrap; justify-content:flex-start; font-size:13px; margin-top:15px; border:none; align-items:flex-start; }
#form-trabalhe > div.concordo input[type=checkbox] { margin-top:2px; margin-right:8px; }
#form-trabalhe > div.concordo span { width:92%; text-align:left; }
#form-trabalhe > div.concordo span a { color:#fff; }

#form-trabalhe > input[type=submit] { width:auto; height:auto; padding:8px 16px; background:#fff; font-size:13px; color:#000; text-transform:uppercase; border:none; cursor:pointer }
#form-trabalhe > div.erro { border:#d00 2px solid !important }

#form-trabalhe #arquivo { display:none }
#curriculo { cursor:pointer; }
#selecionar-arquivo { position:absolute; width:17px; height:11px; right:10px; top:12px; background:url(../img/ico-curriculo.png) no-repeat; border:none; cursor:pointer; }

#trabalhe-conosco .miolo .separador { width:100%; height:2px; background:#000; margin:15px 0 }

#trabalhe-conosco .miolo .vagas { width:auto; height:auto; overflow:hidden; color: #fff; }
#trabalhe-conosco .miolo .vagas h2 { font-size:25px; text-transform:uppercase; text-align:center; font-weight:normal; margin-bottom:10px }
#trabalhe-conosco .miolo .vagas > div { width:auto; height:auto; overflow:hidden; margin-bottom:8px }
#trabalhe-conosco .miolo .vagas > div p { width:auto; height:auto; background-color:#000; font-size:13px; color:#fff; text-align:center; text-transform:uppercase; padding:8px 22px; background-image:url(../img/ico-vagas.png); background-position:98% 8px; background-repeat:no-repeat; cursor:pointer }
#trabalhe-conosco .miolo .vagas > div .descricao { display:none; width:auto; height:auto; line-height:20px; background-color:#000; font-size:13px; color:#fff; padding:10px; margin-top:1px }

#trabalhe-conosco .miolo .beneficios { width:auto; height:auto; color:#fff; margin-top:25px; }
#trabalhe-conosco .miolo .beneficios h2 { font-size:25px; text-transform:uppercase; text-align:center; font-weight:normal; margin-bottom:10px }
#trabalhe-conosco .miolo .beneficios .descricao { padding-bottom:20px; width:auto; height:auto; }
#trabalhe-conosco .miolo .beneficios .descricao p { font-size:12px; line-height:1.5; text-align:center; margin-bottom:10px; }
#trabalhe-conosco .miolo .beneficios .descricao p:last-child { margin-bottom:0; }

#trabalhe-conosco .miolo .beneficios .lista { display:flex; width:100%; flex-wrap:wrap; justify-content:center; }
#trabalhe-conosco .miolo .beneficios .lista > .item { position:relative; display:flex; width:100%; max-height:auto; text-align:center; padding:15px; border:#fff 1px solid; margin:0 0 20px 0; flex-flow:column; /*justify-content:center;*/ justify-content:flex-start; cursor:pointer; }
#trabalhe-conosco .miolo .beneficios .lista > .item .conteudo-item figure { width:auto; height:auto; margin-bottom:15px; }
#trabalhe-conosco .miolo .beneficios .lista > .item .conteudo-item figure img { max-width:100%; height:auto; }
#trabalhe-conosco .miolo .beneficios .lista > .item .conteudo-item p { font-size:18px; line-height:1.1; }
#trabalhe-conosco .miolo .beneficios .lista > .item .conteudo-item-ativo { display: none; }

#trabalhe-conosco .miolo .beneficios .lista > .item.aberto { position:relative; z-index: 1; }
#trabalhe-conosco .miolo .beneficios .lista > .item.aberto .conteudo-item-ativo { display:flex; align-items:center; justify-content:center; position:absolute; top:-10px; left:-10px; padding:10px; width:100%; height: 100%; text-align:left; background-color:#ffffff; cursor:auto; -webkit-animation:efeito-modal 0.60s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation:efeito-modal 0.60s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; }
#trabalhe-conosco .miolo .beneficios .lista > .item.aberto .conteudo-item-ativo .breve { font-size:14px; line-height:1.3; color:#000000 !important; text-align:center; overflow:hidden; transition:all 0.8s; }
#trabalhe-conosco .miolo .beneficios .lista > .item.aberto .conteudo-item-ativo .fechar { position:absolute; top:5px; right:5px; width:23px; height:23px; background:url('../img/ico-fechar-beneficios.png') center no-repeat; cursor:pointer; }

#trabalhe-conosco .miolo .beneficios .lista > .item:hover { position:relative; z-index: 1; }
#trabalhe-conosco .miolo .beneficios .lista > .item:hover .conteudo-item-ativo { display:flex; align-items:center; justify-content:center; position:absolute; top:-10px; left:-10px; padding:10px; width:100%; height: 100%; text-align:left; background-color:#ffffff; cursor:auto; -webkit-animation:efeito-modal 0.60s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation:efeito-modal 0.60s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; }
#trabalhe-conosco .miolo .beneficios .lista > .item:hover .conteudo-item-ativo .breve { font-size:14px; line-height:1.3; color:#000000 !important; text-align:center; overflow:hidden; transition:all 0.8s; }
#trabalhe-conosco .miolo .beneficios .lista > .item:hover .conteudo-item-ativo .fechar { position:absolute; top:5px; right:5px; width:23px; height:23px; background:url('../img/ico-fechar-beneficios.png') center no-repeat; cursor:pointer; }

@-webkit-keyframes efeito-modal {
    0% { -webkit-transform: scale(0.5); transform: scale(0.5); }
    100% { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes efeito-modal {
    0% { transform: scale(0.5); }
    100% { transform: scale(1); }
}

/* paginacao */
#paginacao { width:auto; height:auto; text-align:center }
#paginacao a { display:inline-block; width:auto; height:auto; padding:4px 10px; margin:0 2px; font-size:1.4em; color:#fff; background:#ee8a03; text-decoration:none }
#paginacao a.atual { background:#eee; color:#666 }

/* politicas */
#politicas-e-termos { width:auto; height:auto; background:#fff; /*padding:40px 10%;*/ padding:25px 0 50px 0; }
#politicas-e-termos .titulo { margin-bottom:25px; }
#politicas-e-termos .titulo .miolo { width:auto; height:auto; }
#politicas-e-termos .titulo .miolo h1 { font-size:30px; margin-bottom:10px; }
#politicas-e-termos .titulo .miolo time { display:block; font-size:14px; }
#politicas-e-termos .conteudo {  }
#politicas-e-termos .conteudo h2 { font-size:20px; margin-bottom:10px; }
#politicas-e-termos .conteudo p { font-size:16px; line-height:1.8; margin-bottom:10px; }
#politicas-e-termos .conteudo p:last-child { margin-bottom:0; }
#politicas-e-termos .conteudo a { text-decoration:none; }
#politicas-e-termos .conteudo ul { list-style:square; margin:10px 0; padding-left:20px; }
#politicas-e-termos .conteudo ul li { font-size:16px; line-height:1.8; margin-bottom:5px; }
#politicas-e-termos .conteudo ul li:last-child { margin-bottom:0; }

#requisicao-remocao { width:auto !important; padding:25px 10px 50px 10px !important; background:#fff; }

/* rodape */
footer { padding: 20px 0px; background: url('../img/fundo-rodape-entrada.png') top center no-repeat; background-size: cover; }
footer .copyright { text-align: center; }
footer .copyright p { font-size: 15px; line-height: 19px; color: #ffffff; }
footer .copyright p a { display: inline-block; vertical-align: middle; text-decoration: none; color: #ffffff; }
footer .copyright p a:hover { text-decoration: underline; }
footer .copyright p span { display: inline-block; vertical-align: middle; color: #ffffff; }
footer .copyright p + p { padding-top: 5px; }

footer .nota-fiscal { margin:20px auto 0; width:100%; max-width:690px; height:auto; }
footer .nota-fiscal > p { font-size:15px; line-height:19px; color:#fff; margin-bottom:10px }
footer .nota-fiscal .fundo { width:100%; height:auto; overflow:hidden }
footer .nota-fiscal .fundo div { width:100%; height:auto; margin-bottom:10px; overflow:hidden }
footer .nota-fiscal .fundo div input { padding:0 10px; width:100%; height:30px; border:none; color: #000; }
footer .nota-fiscal .fundo div input:-moz-placeholder { opacity: 1 !important; color: #000; }
footer .nota-fiscal .fundo div input::-moz-placeholder { opacity: 1 !important; color: #000; }
footer .nota-fiscal .fundo div input:-ms-input-placeholder { opacity: 1 !important; color: #000; }
footer .nota-fiscal .fundo div input::-webkit-input-placeholder { opacity: 1 !important; color: #000; }
footer .nota-fiscal .fundo input[type=submit] { float:right; margin-top: 10px; width:auto; height:30px; background:#2273af; padding:0px 10px; font-size:16px; line-height:1; color:#fff; border:none; cursor:pointer }
footer .nota-fiscal .fundo div input.erro { border:none !important; background:#ffd1d1 !important }