
/* janelinha */
#aceite-politicas { display:none; position:fixed; width:100%; height:auto; right:0; bottom:0; padding:25px; background:#FFF; border-radius:6px; z-index:999; }
#aceite-politicas .topo { display:flex; width:auto; height:auto; margin-bottom:10px; justify-content:space-between;	}
#aceite-politicas .topo p { font-size:15px; color:#1a9315; line-height:1; font-weight:bold; }
#aceite-politicas .topo a { font-size:14px; color:#1a9315; line-height:1; }
#aceite-politicas > p { font-size:15px; line-height:1.1; }

#aceite-politicas .links { display:flex; width:auto; height:auto; margin:10px 0 25px 0; flex-wrap:wrap; justify-content:flex-start }
#aceite-politicas .links a { font-size:14px; color:#1a9315; font-weight:bold; line-height:1.1; text-decoration:none; }
#aceite-politicas .links a:hover { text-decoration:underline; }
#aceite-politicas .links span { font-size:15px; line-height:1.1; text-decoration:none; margin:0 5px; }

#aceite-politicas .botoes { display:flex; width:auto; flex-wrap:wrap; justify-content:space-between; }
#aceite-politicas .botoes a.minhas-opcoes { font-size:13px; color:#1a9315; line-height:1.5; font-weight:bold; text-transform:uppercase; text-decoration:none; padding:8px 20px; background:#fff; border-radius:20px; border:#1a9315 1px solid; }
#aceite-politicas .botoes a.minhas-opcoes:hover { color:#fff; background:#1a9315; }
#aceite-politicas .botoes a.aceito-politicas { font-size:13px; color:#fff; line-height:1.5; font-weight:bold; text-transform:uppercase; text-decoration:none; padding:8px 25px; background:#1a9315; border-radius:20px; }

#minhas-opcoes { display:none; position:fixed; width:100%; height:auto; right:0; bottom:0; padding:25px; background:#FFF; border-radius:6px; z-index:999; }
#minhas-opcoes .topo { display:flex; width:100%; margin-bottom:15px; flex-wrap:wrap; align-items:center; justify-content:flex-end; }
#minhas-opcoes .topo p { font-size:15px; color:#1a9315; line-height:1; font-weight:bold; margin-right:10px; }
#minhas-opcoes .topo a.fechar-opcoes { width:auto; height:auto; color:#fff; line-height:0.6; font-weight:bold; text-decoration:none; padding:5px 5px 6px 5px; background:#1a9315; border-radius:50%; }

#minhas-opcoes .miolo { display:flex; width:100%; height:auto; max-height:250px; padding-right:10px; flex-wrap:wrap; overflow-x:hidden; overflow-y:auto; }
#minhas-opcoes .miolo .categoria { width:100%; height:auto; margin-bottom:5px; }
#minhas-opcoes .miolo .categoria:last-child { margin-bottom:0; }
#minhas-opcoes .miolo .categoria .superior { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; }
#minhas-opcoes .miolo .categoria .superior p { font-size:14px; line-height:1.2; font-weight:bold; }

#minhas-opcoes .miolo .categoria .superior span.aceite-inativo .switch { position:relative; display:inline-block; width:32px; height:10px; border-radius:20px; transition:all 0.3s linear; margin:0; cursor:pointer; z-index:1; float:none }
#minhas-opcoes .miolo .categoria .superior span.aceite-inativo .switch.on { background-color:#98cc96; border:#98cc96 1px solid; }
#minhas-opcoes .miolo .categoria .superior span.aceite-inativo .switch:before { position:absolute; width:18px; height:18px; content:''; transition:all 0.1s linear; border-radius:50px; top:-5.5px; box-shadow:0 1px 1px rgba(0,0,0,0.3); z-index:2 }
#minhas-opcoes .miolo .categoria .superior span.aceite-inativo .switch.on::before { background-color:#5cbd58; left:calc(100% - 16px); background-image:url(../img/check.png); background-size:8px; background-repeat:no-repeat; background-position:50%; }
#minhas-opcoes .miolo .categoria .superior span.aceite .switch { position:relative; display:inline-block; width:32px; height:10px; border-radius:20px; transition:all 0.3s linear; margin:0; cursor:pointer; z-index:1; float:none }
#minhas-opcoes .miolo .categoria .superior span.aceite .switch.off { background-color:#bebebe; border:#bebebe 1px solid; }
#minhas-opcoes .miolo .categoria .superior span.aceite .switch.on { background-color:#98cc96; border:#98cc96 1px solid; }
#minhas-opcoes .miolo .categoria .superior span.aceite .switch:before { position:absolute; width:18px; height:18px; content:''; transition:all 0.1s linear; border-radius:50px; top:-5.5px; box-shadow:0 1px 1px rgba(0,0,0,0.3); z-index:2 }
#minhas-opcoes .miolo .categoria .superior span.aceite .switch.off::before { background-color:#898989; left:-1px; background-image:url(../img/cancel.png); background-size:6px; background-repeat:no-repeat; background-position:50%; }
#minhas-opcoes .miolo .categoria .superior span.aceite .switch.on::before { background-color:#1a9315; left:calc(100% - 16px); background-image:url(../img/check.png); background-size:8px; background-repeat:no-repeat; background-position:50%; }

#minhas-opcoes .miolo .categoria .breve { display:flex; width:100%; font-size:13px; line-height:1.2; flex-flow:column; }
#minhas-opcoes .miolo .categoria .breve a.mais-detalhes { font-size:12px; color:#000; font-weight:bold; text-decoration:none; margin-top:2px; }
#minhas-opcoes .miolo .categoria .breve a.mais-detalhes:hover { text-decoration:underline; }
#minhas-opcoes .miolo .categoria .itens { display:none; width:100%; font-size:13px; line-height:1.2; margin-top:8px; flex-wrap:wrap; }
#minhas-opcoes .miolo .categoria .itens > div { display:flex; width:100%; height:auto; border:#666 1px solid; padding:8px; border-radius:16px; margin-bottom:5px; flex-wrap:wrap; justify-content:space-between; align-items:center; }
#minhas-opcoes .miolo .categoria .itens > div:hover { border:#000 1px solid; }
#minhas-opcoes .miolo .categoria .itens > div p { font-size:13px; line-height:1.1; font-weight:bold; }
#minhas-opcoes .miolo .categoria .itens > div span.aceite { margin-top:1px; }

#minhas-opcoes .miolo .categoria .itens > div span.aceite-inativo .switch { position:relative; display:inline-block; width:32px; height:10px; border-radius:20px; transition:all 0.3s linear; margin:0; cursor:pointer; z-index:1; float:none }
#minhas-opcoes .miolo .categoria .itens > div span.aceite-inativo .switch.on { background-color:#98cc96; border:#98cc96 1px solid; }
#minhas-opcoes .miolo .categoria .itens > div span.aceite-inativo .switch:before { position:absolute; width:18px; height:18px; content:''; transition:all 0.1s linear; border-radius:50px; top:-5.5px; box-shadow:0 1px 1px rgba(0,0,0,0.3); z-index:2 }
#minhas-opcoes .miolo .categoria .itens > div span.aceite-inativo .switch.on::before { background-color:#5cbd58; left:calc(100% - 16px); background-image:url(../img/check.png); background-size:8px; background-repeat:no-repeat; background-position:50%; }
#minhas-opcoes .miolo .categoria .itens > div span.aceite .switch { position:relative; display:inline-block; width:32px; height:10px; border-radius:20px; transition:all 0.3s linear; margin:0; cursor:pointer; z-index:1; float:none }
#minhas-opcoes .miolo .categoria .itens > div span.aceite .switch.off { background-color:#bebebe; border:#bebebe 1px solid; }
#minhas-opcoes .miolo .categoria .itens > div span.aceite .switch.on { background-color:#98cc96; border:#98cc96 1px solid; }
#minhas-opcoes .miolo .categoria .itens > div span.aceite .switch:before { position:absolute; width:18px; height:18px; content:''; transition:all 0.1s linear; border-radius:50px; top:-5.5px; box-shadow:0 1px 1px rgba(0,0,0,0.3); z-index:2 }
#minhas-opcoes .miolo .categoria .itens > div span.aceite .switch.off::before { background-color:#898989; left:-1px; background-image:url(../img/cancel.png); background-size:6px; background-repeat:no-repeat; background-position:50%; }
#minhas-opcoes .miolo .categoria .itens > div span.aceite .switch.on::before { background-color:#1a9315; left:calc(100% - 16px); background-image:url(../img/check.png); background-size:8px; background-repeat:no-repeat; background-position:50%; }

#minhas-opcoes .botao { display:flex; width:100%; height:auto; margin-top:15px; justify-content:center; }
#minhas-opcoes .botao button { font-size:13px; color:#fff; line-height:1; font-weight:bold; text-transform:uppercase; padding:12px 25px; background:#1a9315; border:#1a9315 1px solid; border-radius:22px; cursor:pointer; }
#minhas-opcoes .botao button:hover { background:#fff; color:#1a9315; }

@media screen and (min-width : 480px){

	#aceite-politicas { width:440px; right:20px; bottom:10px; }
	#minhas-opcoes { width:440px; right:20px; bottom:10px; }
}
@media screen and (min-width : 960px){

	#aceite-politicas { right:50px; bottom:30px; }
	#minhas-opcoes { right:50px; bottom:30px; }

}

/* remocao cookie */
#requisicao-remocao { width:100%; height:auto; padding:40px; }
#requisicao-remocao .topo { width:100%; height:auto; margin-bottom:25px; }
#requisicao-remocao .topo h1 { margin-bottom:15px; }

#requisicao-remocao .politicas { width:100%; height:auto; margin-bottom:25px; }
#requisicao-remocao .politicas h2 { font-size:24px; margin-bottom:15px; }
#requisicao-remocao .politicas p a { color:#000; }

#requisicao-remocao .exclusao { width:100%; height:auto; margin-bottom:25px; }
#requisicao-remocao .exclusao h2 { font-size:24px; margin-bottom:15px; }

#requisicao-remocao-dados { display:flex; height:auto; margin-top:15px; margin-left:-20px; flex-wrap:wrap; align-items:flex-end; justify-content:center; }
#requisicao-remocao-dados > span { max-width:280px; width:100%; height:auto; margin-left:20px; margin-top:10px; margin-bottom:10px; }
#requisicao-remocao-dados > span label { font-size:16px; }
#requisicao-remocao-dados > span input[type=text] { width:100%; border:#1a9315 1px solid; padding:8px 15px; border-radius:20px; font-size:16px; text-align:center; }
#requisicao-remocao-dados input[type=submit] { background:#1a9315; color:#fff; line-height:1; margin-bottom:10px; margin-left:20px; padding:12px 25px; border:#1a9315 1px solid;  border-radius:20px; transition:all 0.2s; }
#requisicao-remocao-dados input[type=submit]:hover { color:#1a9315; background:#fff; transition:all 0.2s; }
#requisicao-remocao-dados .retorno-remocao { width:100%; font-size:16px; line-height:1.1; text-align:center; margin-top:15px; }
#requisicao-remocao-dados .retorno-remocao.erro { color:#d00; }
#requisicao-remocao-dados .retorno-remocao.sucesso { color:#090; }
#requisicao-remocao-dados .retorno-remocao:empty { display:none; }
