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

#aceite-politicas .links { display:flex; width:auto; height:auto; margin:10px 0 15px; flex-wrap:wrap; justify-content:flex-start }
#aceite-politicas .links a { font-size:14px; color:#121212; line-height:22px; text-decoration:underline; }
#aceite-politicas .links span { font-size:15px; 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:13px; color:#fff; line-height:1.5; font-weight:bold; text-transform:uppercase; text-decoration:none; padding:8px 20px; background:#121212; border-radius:20px; border:#121212 1px solid; }
#aceite-politicas .botoes a.minhas-opcoes:hover { color:#121212; background:#fff; }
#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:#121212; border-radius:20px; }

#minhas-opcoes { display:none; position:fixed; width:100%; height:auto; right:0; bottom:50px; padding:25px; background:#fff; border:#586776 1px solid; border-radius:6px; z-index:999999; }
#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:#121212; 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:#121212; 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:#586776; border:#586776 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:#586776; border:#586776 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:#121212; border:#121212 1px solid; border-radius:22px; cursor:pointer; }
#minhas-opcoes .botao button:hover { background:#fff; color:#121212; }

@media screen and (min-width : 480px){
	#aceite-politicas { width:440px; right:10px; /*bottom:10px;*/ }
	#minhas-opcoes { width:440px; right:10px; /*bottom:10px;*/ }
}
/*
@media screen and (min-width : 960px){
	#aceite-politicas { right:50px; bottom:30px; }
	#minhas-opcoes { right:50px; bottom:30px; }
}
*/
@media screen and (min-width : 1200px){

	#aceite-politicas { bottom:54px; }
	#minhas-opcoes { bottom:54px; }

}

/* remocao cookie */
#requisicao-remocao { width:100%; height:auto; /*padding:40px;*/ }
#requisicao-remocao .miolo { padding:30px; border-top:#dcd8d7 3px solid; border-left:#dcd8d7 1px solid; border-right:#dcd8d7 1px solid; border-bottom:#dcd8d7 1px solid; }

#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 { display:block; font-size:14px; line-height:22px; margin-bottom:10px; }
#requisicao-remocao-dados > span input[type=text] { width:100%; border:#121212 1px solid; padding:8px 15px; border-radius:20px; font-size:16px; text-align:center; }
#requisicao-remocao-dados input[type=submit] { background:#121212; color:#fff; line-height:1; margin-bottom:10px; margin-left:20px; padding:12px 25px; border:#121212 1px solid;  border-radius:20px; transition:all 0.2s; }
#requisicao-remocao-dados input[type=submit]:hover { color:#121212; 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; }
*/

#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; 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%; font-size:16px; border:#666 1px solid; padding:8px 13px; }
#requisicao-remocao-dados .duas-colunas > span input[type=file] { width:100%; font-size:16px; border:#666 1px solid; padding:8px 13px; }
#requisicao-remocao-dados .duas-colunas > span select { width:100%; font-size:16px; border:#666 1px solid; padding:8px 13px; background:#fff; }
#requisicao-remocao-dados .duas-colunas > .eusou-outro { display:none }

#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:5px; }
#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; margin-bottom:8px; align-items:flex-start; }
#requisicao-remocao-dados .solicitacao label input { margin:2px 6px 0 0; }

#requisicao-remocao-dados .motivo-justificativa { width:100%; height:auto; margin:0 0 15px 0; }
#requisicao-remocao-dados .motivo-justificativa p { display:block; font-size:16px; font-weight:bold; margin-bottom:5px; }
#requisicao-remocao-dados .motivo-justificativa p > span { display:inline-block; color:#d00; line-height:0.6; margin:0 0 0 3px; vertical-align:middle; }
#requisicao-remocao-dados .motivo-justificativa label { display:flex; margin-bottom:8px; align-items:flex-start; }
#requisicao-remocao-dados .motivo-justificativa label input { margin:2px 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; 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 .captcha { display:flex; width:100%; height:auto; margin:0 0 15px 0; flex-wrap:wrap; justify-content:center; }
#requisicao-remocao-dados .captcha .g-recaptcha {  }

#requisicao-remocao-dados input[type=submit] { background:#121212; font-size:16px; font-weight:bold; color:#fff; line-height:1; text-transform:uppercase; padding:15px 25px; border:#121212 1px solid; border-radius:25px; transition:all 0.2s; }
#requisicao-remocao-dados input[type=submit]:hover { color:#121212; background:#fff; transition:all 0.2s; }
#requisicao-remocao-dados .retorno-remocao { width:100%; font-size:18px; line-height:1.2; font-weight:400; 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 input[type=text].erro,
#requisicao-remocao-dados input[type=file].erro,
#requisicao-remocao-dados textarea.erro,
#requisicao-remocao-dados select.erro { border:#d00 1px solid !important; }

/* --- */

@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 .motivo-justificativa { 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:40px; margin:80px 0 40px 0; }*/

	/*#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 .radios { display:flex; width:100%; height:auto; flex-wrap:wrap; justify-content:space-between; }

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

	#requisicao-remocao-dados .motivo-justificativa { margin:0 0 25px 0; }
	#requisicao-remocao-dados .motivo-justificativa p { margin-bottom:8px; }

	#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; }

}