/* janelinha */
#aceite-politicas { display:none; position:fixed; width:100%; height:auto; right:0; bottom:0; padding:20px; border:1px solid #CCC; background:#FFF; border-radius:6px; z-index:99999;
	.topo { display:flex; width:auto; height:auto; margin-bottom:10px; justify-content:space-between;
		p, a { color:#000; line-height:1; }
		p { margin:0; font-size:15px; font-weight:bold; }
		a { font-size:14px; }
	}
	& > p { font-size:15px; line-height:1.1; color:#000; }

	.links, .botoes { display:flex; width:auto; flex-wrap:wrap; }
	.links { height:auto; margin:10px 0 12px 0; justify-content:flex-start;
		a, span { font-size:15px; line-height:1.1; }
		a { color:#000; text-decoration:underline; }
		a:hover { text-decoration:underline; }
		span { text-decoration:none; margin:0 5px; }
	}

	.botoes { justify-content:space-between;
		a.minhas-opcoes, a.aceito-politicas { font:700 13px/1 'Nunito'; text-transform:uppercase; text-decoration:none; border-radius:20px; }
		a.minhas-opcoes { color:#1a9315; padding:9px 20px 8px; background:#ffffff; border:#1a9315 1px solid;
			&:hover { color:#ffffff; background:#1a9315; }
		}
		a.aceito-politicas { color:#ffffff; padding:10px 25px 9px; background:#1a9315; }
	}
}

#minhas-opcoes { display:none; position:fixed; width:100%; height:auto; right:0; bottom:0; padding:20px; border:1px solid #CCC; background:#FFF; border-radius:6px; z-index:99999;
	.topo, .miolo { display:flex; width:100%; flex-wrap:wrap; }
	.topo { margin-bottom:15px; align-items:center; justify-content:flex-end;
		p { margin:0 10px 0 0; color:#1a9315; font:700 15px/1 'Nunito'; }
		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%; }
	}

	.miolo { height:auto; max-height:250px; padding-right:10px; overflow-x:hidden; overflow-y:auto;
		.categoria { width:100%; height:auto; margin-bottom:5px;
			&:last-child { margin-bottom:0; }

			span .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;
				&.off { background-color:#bebebe; border:#bebebe 1px solid; }
				&.on { background-color:#98cc96; border:#98cc96 1px solid; }
				&: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 }
				&.off::before { background-color:#898989; left:-1px; background-image:url('../img/cancel.png'); background-size:6px; background-repeat:no-repeat; background-position:50%; }
				&.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%; }
			}
			span.aceite-inativo .switch.on::before { background-color:#5cbd58; }

			.superior { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;
				p { margin:0; font-size:14px; line-height:1.2; font-weight:bold; }
			}

			.breve, .itens { width:100%; font-size:13px; line-height:1.2; }
			.breve { display:flex; flex-flow:column;
				a.mais-detalhes { font-size:12px; color:#000; font-weight:bold; text-decoration:none; margin-top:2px;
					&:hover { text-decoration:underline; }
				}
			}
			
			.itens { margin-top:8px; flex-wrap:wrap; display:none;
				& > 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;
					&:hover { border:#000 1px solid; }
					p { margin:0; font:700 13px/1.1 'Nunito'; }
					span.aceite { margin-top:1px; }
				}
			}
		}
	}

	.botao { display:flex; width:100%; height:auto; margin-top:15px; justify-content:center;
		button { font:700 13px/1 'Nunito'; color:#fff; text-transform:uppercase; padding:10px 25px 9px; background:#1a9315; border:#1a9315 1px solid; border-radius:22px; cursor:pointer;
			&:hover { background:#fff; color:#1a9315; }
		}
	}
}

@media screen and (min-width: 480px){
	#aceite-politicas, #minhas-opcoes { width:440px; right:20px; bottom:10px; }
}

@media screen and (min-width: 960px){
	#aceite-politicas, #minhas-opcoes { right:50px; bottom:30px; }
}

/* remocao cookie */
#requisicao-remocao { width:100%; height:auto; padding:40px;
	.topo { width:100%; height:auto; margin-bottom:25px; }
	.topo h1 { margin-bottom:15px; }

	.politicas, .exclusao { width:100%; height:auto; margin-bottom:25px;
		h2 { font-size:24px; margin-bottom:15px; }
		p a { color:#000; }
	}
}

#requisicao-remocao-dados { display:flex; height:auto; margin-top:15px; margin-left:-20px; flex-wrap:wrap; align-items:flex-end; justify-content:center;
	& > span { max-width:280px; width:100%; height:auto; margin-left:20px; margin-top:10px; margin-bottom:10px;
		label { font-size:16px; }
		input[type=text] { width:100%; border:#1a9315 1px solid; padding:9px 15px; border-radius:20px; font-size:16px; text-align:center; }
	}
	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; cursor:pointer; transition:all 0.2s;
		&:hover { color:#1a9315; background:#fff; }
	}
	.retorno-remocao { width:100%; font-size:16px; line-height:1.1; text-align:center; margin-top:15px;
		&.erro { color:#d00; }
		&.sucesso { color:#090; }
		&:empty { display:none; }
	}
}