
/* 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;*/ z-index:99999; }
#aceite-politicas .topo { display:flex; width:auto; height:auto; margin-bottom:10px; justify-content:space-between;	}
#aceite-politicas .topo p { font-size:15px; color:#111; line-height:1; font-weight:bold; }
#aceite-politicas .topo a { font-size:14px; color:#111; 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:#111; font-weight:normal; line-height:1.1; text-decoration:underline; }
#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-around; }
#aceite-politicas .botoes a.minhas-opcoes { font-size:13px; color:#69b2b2; line-height:1.5; font-weight:bold; text-transform:uppercase; text-decoration:none; padding:8px 20px; background:#fff; border-radius:20px; border:#69b2b2 1px solid; }
#aceite-politicas .botoes a.minhas-opcoes:hover { color:#fff; background:#69b2b2; }
#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:#69b2b2; 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:99999; }
#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:#111; 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:#111; 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; 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:13px; color:#000; 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 { display:flex; width:100%; height:auto; font-size:unset; color:unset; line-height:unset; font-weight:unset; text-transform:unset; margin-top:15px; padding:0; background-color:unset; border-radius:unset; 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:#69b2b2; border:#69b2b2 1px solid; border-radius:22px; cursor:pointer; }
#minhas-opcoes .botao button:hover { background:#fff; color:#69b2b2; }

@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 0; }

#requisicao-remocao .miolo { width:auto; height:auto; padding:15px; background:#fff; border-radius:5px; }
#requisicao-remocao .miolo .topo { width:100%; height:auto; margin-bottom:25px; }
#requisicao-remocao .miolo .topo h1 { font-size:20px; font-weight:500; margin-bottom:15px; }
#requisicao-remocao .miolo .topo p { font-size:16px; line-height:1.3; font-weight:400; margin-bottom:10px; }
#requisicao-remocao .miolo .topo p:last-child { margin-bottom:10px; }

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

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

#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-weight:bold; line-height:1; margin-bottom:15px; }
#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%; height:38px; padding:0px 15px; border:1px solid #ced4da; border-radius:5px; }

#requisicao-remocao-dados .solicitacao { width:100%; height:auto; margin:0 0 15px 0; }
#requisicao-remocao-dados .solicitacao p { display:block; font-weight:bold; line-height:1; margin-bottom:15px; }
#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; line-height:1.2; }
#requisicao-remocao-dados .solicitacao label input { margin:2px 6px 0 0; }

#requisicao-remocao-dados > span { width:100%; height:auto; margin:0 0 15px 0; }
#requisicao-remocao-dados > span label { display:block; font-weight:bold; line-height:1; /*margin-bottom:15px;*/ }
#requisicao-remocao-dados > span label span { display:inline-block; color:#d00; line-height:0.6; margin:0 0 0 3px; vertical-align:middle; }
#requisicao-remocao-dados > span em { display:block; font-size:12px; color:#d00; line-height:1; font-style:italic; margin:8px 0; }
#requisicao-remocao-dados > span input[type=file] { font-size:unset; padding:8px; }
#requisicao-remocao-dados > span textarea { width:100%; padding:15px; border:1px solid #ced4da; border-radius:5px; 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 .msg-botao { width:100%; height:auto; margin:0 0 15px 0; }
#requisicao-remocao-dados .msg-botao p { font-size:12px; color:#e4524c; font-weight:bold; line-height:1.4; text-align:center; margin-bottom:5px; }

#requisicao-remocao-dados .captcha { width:auto; height:auto; margin:0 0 15px 0; }
#requisicao-remocao-dados .captcha .g-recaptcha { transform:scale(0.84); /*transform-origin:0 0;*/ transform-origin:center; }

#requisicao-remocao-dados input[type=submit] { display:inline-block; font-size:14px; color:#fff; font-weight:600; line-height:1; text-transform:uppercase; vertical-align:middle; /*margin-top:15px;*/ padding:13px 15px; border-radius:5px; background-color:#e4524c; }
#requisicao-remocao-dados .retorno-remocao { width:100%; font-size:18px; line-height:1.2; font-weight:400; text-align:center; margin-top:15px; border:none !important; }
#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 textarea.erro,
#requisicao-remocao-dados input[type=file].erro { border:#d00 1px solid !important; }

/* --- */

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

	#requisicao-remocao .miolo { padding:40px; }
	#requisicao-remocao .miolo .topo h1 { font-size:22px; }

	/* 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 .captcha { margin:0 0 20px 0; }
	#requisicao-remocao-dados .captcha .g-recaptcha { transform:scale(1); transform-origin:unset; }

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

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

	/* remocao cookie */
	#requisicao-remocao { padding:40px; margin: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 .solicitacao 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 .msg-botao { padding:0 150px }

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

}