
/* janelinha */
#aceite-politicas { display:none; position:fixed; width:100%; height:auto; right:0; bottom:0; padding:25px; background:#ffffff; border-radius:10px; 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:17px; color:#000; line-height:1; font-weight:bold; }
#aceite-politicas .topo a { font-size:14px; color:#000; line-height:1; }
#aceite-politicas > p { font-size:16px; color:#000; font-weight:400; line-height:1.2; }

#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 { font-size:16px; color:#000; font-weight:400; line-height:1.2; text-decoration:underline; }
#aceite-politicas .links a:hover { text-decoration:underline; }
#aceite-politicas .links span { font-size:16px; color:#000; font-weight:400; line-height:1.2; 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:15px; color:#000; line-height:1.5; font-weight:bold; text-transform:uppercase; text-decoration:none; padding:9px 20px 7px 20px; background:#fff; border-radius:20px; border:#000 1px solid; }
#aceite-politicas .botoes a.minhas-opcoes:hover { color:#fff; background:#000; }
#aceite-politicas .botoes a.aceito-politicas { font-size:15px; color:#fff; line-height:1.5; font-weight:bold; text-transform:uppercase; text-decoration:none; padding:10px 20px; background:#000; border-radius:20px; }

#minhas-opcoes { display:none; position:fixed; width:100%; height:auto; right:0; bottom:0; padding:25px; background:#ffffff; border-radius:10px; 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:18px; color:#000; 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:3px 5px 4px 5px; background:#000; 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:16px; color:#000; 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:14px; color:#000; font-weight:400; line-height:1.1; flex-flow:column; }
#minhas-opcoes .miolo .categoria .breve a.mais-detalhes { font-size:14px; 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:#000 1px solid; padding:8px 10px; 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:14px; color:#000; 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 { display:flex; width:100%; height:auto; padding:0; margin-top:15px; background:none; justify-content:center; }
#minhas-opcoes .botao button { font-size:15px; color:#fff; line-height:1.5; font-weight:bold; text-transform:uppercase; padding:9px 20px; background:#000; border:#000 1px solid; border-radius:20px; cursor:pointer; }
#minhas-opcoes .botao button:hover { background:#fff; color:#000; }

@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:35px; border-top:#000 3px solid; border-left:#000 1px solid; border-right:#000 1px solid; border-bottom:#000 1px solid; }
#requisicao-remocao .topo { width:100%; height:auto; margin-bottom:25px; }
#requisicao-remocao .topo h1 { font-size:22px; color:#000; font-weight:bold; margin-bottom:18px; }
#requisicao-remocao .topo p { font-size:16px; color:#000; font-weight:400; line-height:1.3; }

#requisicao-remocao .politicas { width:100%; height:auto; margin-bottom:25px; }
#requisicao-remocao .politicas h2 { font-size:22px; color:#000; font-weight:400; margin-bottom:15px; }
#requisicao-remocao .politicas p { font-size:16px; color:#000; font-weight:400; line-height:1.3; }
#requisicao-remocao .politicas p a { color:#000; text-decoration:underline; }

#requisicao-remocao .exclusao { width:100%; height:auto; margin-bottom:25px; }
#requisicao-remocao .exclusao h2 { font-size:22px; color:#000; font-weight:400; margin-bottom:15px; }
#requisicao-remocao .exclusao p { font-size:16px; color:#000; font-weight:400; line-height:1.3; }
#requisicao-remocao .exclusao p a { color:#000; }

#requisicao-remocao-dados { display:flex; width:100%; height:auto; margin-top:25px; flex-wrap:wrap; align-items:flex-end; justify-content:center; }
#requisicao-remocao-dados .duas-colunas { display:flex; width:100%; height:auto; flex-flow:column; flex-wrap:wrap; }
#requisicao-remocao-dados .duas-colunas > span { width:100%; height:auto; margin:0 0 15px 0; }
#requisicao-remocao-dados .duas-colunas > span label { display:block; font-size:16px; color:#000; font-weight:bold; margin-bottom:5px; }
#requisicao-remocao-dados .duas-colunas > span label span { display:inline-block; color:#d00; line-height:0.6; margin:0 0 0 3px; vertical-align:middle; }
#requisicao-remocao-dados .duas-colunas > span input[type=text] { width:100%; border:#666 1px solid; padding:0px 20px; height:57px; line-height:1; color:#000; border-radius:15px; }

#requisicao-remocao-dados .solicitacao { width:100%; height:auto; margin:0 0 15px 0; }
#requisicao-remocao-dados .solicitacao p { display:block; font-size:16px; font-weight:bold; margin-bottom:15px; color:#000; }
#requisicao-remocao-dados .solicitacao p > span { display:inline-block; color:#d00; line-height:0.6; margin:0 0 0 3px; vertical-align:middle; }
#requisicao-remocao-dados .solicitacao label { display:flex; color:#000; margin-bottom:8px; align-items:flex-start; }
#requisicao-remocao-dados .solicitacao label input { margin:9px 6px 0 0; }

#requisicao-remocao-dados > span { width:100%; height:auto; margin:0 0 15px 0; }
#requisicao-remocao-dados > span textarea { width:100%; font-size:16px; color:#000; border:#666 1px solid; padding:8px 13px; min-height:120px; resize:none; }

#requisicao-remocao-dados .breve { width:100%; height:auto; margin:0 0 15px 0; }
#requisicao-remocao-dados .breve p { font-size:12px; line-height:1.4; margin-bottom:5px; }
#requisicao-remocao-dados .breve p:last-child { margin-bottom:0; }

#requisicao-remocao-dados input[type=submit] { margin:0 auto; background:#f9b715; height:57px; color:#000000; line-height:1; padding:0 20px; border-radius:20px; }
#requisicao-remocao-dados .retorno-remocao { text-align:center; margin-top:15px; width:100%; }
#requisicao-remocao-dados .retorno-remocao.erro { padding:0 20px; color:#000000; background-color:#f9b715; }
#requisicao-remocao-dados .retorno-remocao.sucesso { padding:0 20px; color:#000000; background-color:#f9b715; }

#requisicao-remocao-dados input[type=text].erro,
#requisicao-remocao-dados textarea.erro { border:#f9b715 1px solid !important; background-color:#f9b715; }

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

	/* remocao cookie */
	#requisicao-remocao-dados .duas-colunas { flex-flow:unset; justify-content:space-between; }
	#requisicao-remocao-dados .duas-colunas > span { width:48.5%; margin:0 0 20px 0; }

	#requisicao-remocao-dados .solicitacao { margin:0 0 20px 0; }

	#requisicao-remocao-dados > span { margin:0 0 20px 0; }

	#requisicao-remocao-dados .breve { margin:0 0 20px 0; }

	#requisicao-remocao-dados .retorno-remocao { margin-top:20px; }

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

	/* remocao cookie */
	#requisicao-remocao { padding:60px; }

	/*#requisicao-remocao-dados > span { margin:0 20px 0 0; }*/

	#requisicao-remocao-dados .duas-colunas > span { width:48.5%; margin:0 0 25px 0; }
	#requisicao-remocao-dados .duas-colunas > span label { margin-bottom:8px; }

	#requisicao-remocao-dados .solicitacao { margin:0 0 25px 0; }

	#requisicao-remocao-dados > span { margin:0 0 25px 0; }

	#requisicao-remocao-dados .breve { margin:0 0 25px 0; }

	#requisicao-remocao-dados .retorno-remocao { margin-top:25px; }

}