/* janelinha */
#aceite-politicas { display:none; position:fixed; width:100%; height:auto; right:0; bottom:0; padding:20px; background:#FFF; border-radius:6px; text-transform:none; box-shadow:0px 0px 20px 0px rgba(46, 41, 36, 0.2); z-index:999999; }
#aceite-politicas .topo { display:flex; width:auto; height:auto; margin-bottom:10px; justify-content:space-between;	}
#aceite-politicas .topo p { margin:0; font-weight:700; color:#2e2924; }
#aceite-politicas .topo a { color:#000; line-height:1; }
#aceite-politicas > p { margin:0 0 10px; }

#aceite-politicas .links { display:flex; width:auto; height:auto; margin:10px 0 15px 0; flex-wrap:wrap; justify-content:flex-start }
#aceite-politicas .links a { color:#2e2924; text-decoration:underline; line-height:20px; }
#aceite-politicas .links a:hover { text-decoration:underline; }
#aceite-politicas .links span { 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 { transition:all .30s linear; color:#2e2924; font-weight:700; text-decoration:none; padding:10px 22px; letter-spacing:1px; background:#ffffff; border:#2e2924 1px solid; }
#aceite-politicas .botoes a.minhas-opcoes:hover { transition:all .30s linear; color:#ffffff; background:#2e2924; }
#aceite-politicas .botoes a.aceito-politicas { transition:all .30s linear; color:#ffffff; font-weight:700; text-decoration:none; padding:10px 22px; letter-spacing:1px; background:#2e2924; }
#aceite-politicas .botoes a.aceito-politicas.loading { transition:all .30s linear; background:#242424; color:#ffffff; cursor:default; }

#minhas-opcoes { display:none; position:fixed; width:100%; height:auto; right:0; bottom:0; padding:20px; background:#FFF; border-radius:6px; text-transform:none; box-shadow:0px 0px 20px 0px rgba(46, 41, 36, 0.2); z-index:999999; }
#minhas-opcoes .topo { display:flex; width:100%; margin-bottom:15px; flex-wrap:wrap; justify-content:flex-end; }
#minhas-opcoes .topo p { margin:0 10px 0 0; color:#2e2924; line-height:18px; font-weight:700; }
#minhas-opcoes .topo a.fechar-opcoes { width:auto; height:16px; color:#ffffff; line-height:0.6; font-weight:normal; text-decoration:none; padding:4px 3px 4px 3px; background:#2e2924; 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:10px; }
#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 { width:calc(100% - 53px); margin:0px 20px 5px 0px; font-weight:700; }

#minhas-opcoes .miolo .categoria .superior span.aceite-inativo { padding:4px 0px; opacity:0.5; }
#minhas-opcoes .miolo .categoria .superior span.aceite-inativo .switch { position:relative; display: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 { padding:4px 0px; }
#minhas-opcoes .miolo .categoria .superior span.aceite .switch { position:relative; display: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:#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 .breve { display:flex; width:100%; font-size:12px; line-height:16px; flex-flow:column; }
#minhas-opcoes .miolo .categoria .breve a.mais-detalhes { font-size:12px; line-height:1; color:#2e2924; font-weight:700; text-decoration:none; margin-top:5px; }
#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:10px; flex-wrap:wrap; }
#minhas-opcoes .miolo .categoria .itens > div { display:flex; width:100%; height:auto; border:#2e2924 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 { margin:0; font-size:13px; line-height:1; font-weight:700; }
#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:#5cbd58; 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:20px; justify-content:center; }
#minhas-opcoes .botao button { transition:all .30s linear; color:#ffffff; font-weight:700; padding:11px 22px; letter-spacing:1px; background:#2e2924; border:#2e2924 1px solid; cursor:pointer; }
#minhas-opcoes .botao button:hover { transition:all .30s linear; background:#ffffff; color:#2e2924; }
#minhas-opcoes .botao button.loading, #minhas-opcoes .botao button.loading:hover { background:#e8e8e8; border-color:#e8e8e8; color:#b7b7b7; cursor:default; }

/* encarregado dpo */
#encarregado-dpo .encarregado-dpo .formulario { margin:30px 0px 0px 0px; width:100%; float:none; }
#encarregado-dpo .encarregado-dpo .formulario .solicitacao { margin:25px 0px; }
#encarregado-dpo .encarregado-dpo .formulario .solicitacao label { display:flex; align-items:center; justify-content:flex-start; }
#encarregado-dpo .encarregado-dpo .formulario .solicitacao label input[type="radio"] { margin-right:10px; }
#encarregado-dpo .encarregado-dpo .formulario .breve { margin-top:20px; }

#form-encarregado-dpo .retorno-encarregado-dpo { margin:15px 0px 20px; font-weight:700; color:#b72327; }
#form-encarregado-dpo .retorno-encarregado-dpo.erro { color:#b72327 !important; }
#form-encarregado-dpo .retorno-encarregado-dpo.sucesso { color:#66b34e !important; }

@media screen and (min-width:480px){
	/* janelinha */
	#aceite-politicas { width:440px; right:20px; bottom:10px; }
	#minhas-opcoes { width:440px; right:20px; bottom:10px; }
}

@media screen and (min-width:960px){
	/* janelinha */
	#aceite-politicas { right:75px; bottom:30px; }
	#minhas-opcoes { right:75px; bottom:30px; }
}