/* janelinha */
#aceite-politicas { display: none; position: fixed; bottom: 48px; right: 0px; padding: 24px; width: 100%; box-shadow: 0px 0px 20px 0px rgba(46, 41, 36, 0.2); background-color: #fff; z-index: 99999; }
#aceite-politicas > p { font-size:16px; color:#051331 }
#aceite-politicas .topo { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; margin-bottom: 10px; }
#aceite-politicas .topo p { font-size:16px; font-weight: 700; color: #051331; }
#aceite-politicas .links { display :flex; flex-wrap: wrap; align-items: flex-start; justify-content: flex-start; margin: 10px 0px 20px; }
#aceite-politicas .links a { font-size:16px; color:#051331; text-decoration: underline; }
#aceite-politicas .links span { color:#051331; margin: 0px 5px; }
#aceite-politicas .botoes { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
#aceite-politicas .botoes a.minhas-opcoes { display: inline-block; vertical-align: middle; padding: 12px 20px; font-size: 14px; line-height: 1; font-weight: 700; text-transform: uppercase; text-decoration: none; text-align: center; color: #fff; background-color: #051331; transition: all .30s linear; }
#aceite-politicas .botoes a.minhas-opcoes:hover { color: #fff; background-color: #000; transition: all .30s linear; }
#aceite-politicas .botoes a.aceito-politicas { display: inline-block; vertical-align: middle; padding: 12px 20px; font-size: 14px; line-height: 1; font-weight: 700; text-transform: uppercase; text-decoration: none; text-align: center; color: #fff; background-color: #051331; }

#minhas-opcoes { display: none; position: fixed; bottom: 0px; right: 0px; padding: 24px; width: 100%; box-shadow: 0px 0px 20px 0px rgba(46, 41, 36, 0.2); background-color: #fff; z-index: 99999; }
#minhas-opcoes .topo { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; width: 100%; margin-bottom: 15px; }
#minhas-opcoes .topo p { font-size:16px; font-weight: 700; color: #051331; margin-right: 10px; }
#minhas-opcoes .topo a.fechar-opcoes { padding:5px; line-height: 0.5; font-weight: 700; text-decoration: none; color: #fff; border-radius: 50%; background-color: #051331; }
#minhas-opcoes .miolo { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; margin-top: 0px; padding-right: 10px; width: 100%; max-height: 250px; overflow-x: hidden; overflow-y: auto; }
#minhas-opcoes .miolo .categoria { margin-bottom: 10px; }
#minhas-opcoes .miolo .categoria:last-child { margin-bottom: 0px; }

#minhas-opcoes .miolo .categoria .superior { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; }
#minhas-opcoes .miolo .categoria .superior p { width:84%; font-size:16px; font-weight:700; color: #051331; }
#minhas-opcoes .miolo .categoria .superior span.aceite-inativo .switch { position: relative; display: inline-block; vertical-align: middle; width: 32px; height: 10px; border-radius: 20px; cursor: pointer; z-index: 1; transition: all 0.3s linear; }
#minhas-opcoes .miolo .categoria .superior span.aceite-inativo .switch.on { border: 1px solid #98cc96; background-color: #98cc96; }
#minhas-opcoes .miolo .categoria .superior span.aceite-inativo .switch::before { content: ''; position: absolute; top: -5.5px; width: 18px; height: 18px; border-radius: 50px; box-shadow: 0px 1px 1px rgba(0,0,0,0.3); z-index: 2; transition:all 0.1s linear; }
#minhas-opcoes .miolo .categoria .superior span.aceite-inativo .switch.on::before { left: calc(100% - 16px); background-image: url('../img/check.png'); background-size: 8px; background-repeat: no-repeat; background-position: 50%; background-color: #5cbd58; }
#minhas-opcoes .miolo .categoria .superior span.aceite .switch { position: relative; display: inline-block; vertical-align: middle; width: 32px; height: 10px; border-radius: 20px; cursor: pointer; z-index: 1; transition: all 0.3s linear; }
#minhas-opcoes .miolo .categoria .superior span.aceite .switch.off { border: 1px solid #dadada; background-color: #dadada; }
#minhas-opcoes .miolo .categoria .superior span.aceite .switch.on { border: 1px solid #98cc96; background-color: #98cc96; }
#minhas-opcoes .miolo .categoria .superior span.aceite .switch::before { content:''; position: absolute; top: -5.5px; width: 18px; height: 18px; border-radius: 50px; box-shadow: 0px 1px 1px rgba(0,0,0,0.3); z-index: 2; transition: all 0.1s linear; }
#minhas-opcoes .miolo .categoria .superior span.aceite .switch.off::before { left: -1px; background-image: url('../img/cancel.png'); background-size: 6px; background-repeat: no-repeat; background-position: 50%;  background-color: #898989; }
#minhas-opcoes .miolo .categoria .superior span.aceite .switch.on::before { left: calc(100% - 16px); background-image: url('../img/check.png'); background-size: 8px; background-repeat: no-repeat; background-position: 50%; background-color: #1a9315; }

#minhas-opcoes .miolo .categoria .breve { display:flex; width:100%; font-size:15px; color:#051331; line-height:1.3; flex-flow:column; }
#minhas-opcoes .miolo .categoria .breve a.mais-detalhes { margin-top: 2px; font-size: 15px; line-height: 1.6; font-weight: 700; text-decoration: none; color: #051331; }
#minhas-opcoes .miolo .categoria .breve a.mais-detalhes:hover { text-decoration: underline; }

#minhas-opcoes .miolo .categoria .itens { display: none; flex-wrap: wrap;  margin-top: 8px; width: 100%; font-size: 13px; line-height: 1.6; }
#minhas-opcoes .miolo .categoria .itens > div { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 5px; padding: 8px; width: 100%; height: auto; border: 1px solid #666666; border-radius: 16px; }
#minhas-opcoes .miolo .categoria .itens > div:hover { border: 1px solid #000; }
#minhas-opcoes .miolo .categoria .itens > div p { margin-bottom: 0px; font-size: 13px; line-height: 1.6; font-weight: 700; color: #051331; }
#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; vertical-align: middle; width: 32px; height: 10px; border-radius: 20px; cursor: pointer; z-index: 1; transition: all 0.3s linear; }
#minhas-opcoes .miolo .categoria .itens > div span.aceite-inativo .switch.on { border: 1px solid #98cc96;  background-color: #98cc96; }
#minhas-opcoes .miolo .categoria .itens > div span.aceite-inativo .switch::before { content: ''; position: absolute; top: -5.5px; width: 18px; height: 18px; border-radius: 50px; box-shadow: 0px 1px 1px rgba(0,0,0,0.3); z-index: 2; transition: all 0.1s linear; }
#minhas-opcoes .miolo .categoria .itens > div span.aceite-inativo .switch.on::before { left: calc(100% - 16px); background-image: url('../img/check.png'); background-size: 8px; background-repeat: no-repeat; background-position: 50%; background-color: #5cbd58; }
#minhas-opcoes .miolo .categoria .itens > div span.aceite .switch { position: relative; display: inline-block; vertical-align: middle; width: 32px; height: 10px; border-radius: 20px; cursor: pointer; z-index: 1; transition: all 0.3s linear; }
#minhas-opcoes .miolo .categoria .itens > div span.aceite .switch.off { border: 1px solid #dadada; background-color: #dadada; }
#minhas-opcoes .miolo .categoria .itens > div span.aceite .switch.on { border: 1px solid #98cc96; background-color: #98cc96; }
#minhas-opcoes .miolo .categoria .itens > div span.aceite .switch::before { content:''; position: absolute; top: -5.5px; width: 18px; height: 18px; border-radius: 50px; box-shadow: 0px 1px 1px rgba(0,0,0,0.3); z-index: 2; transition:all 0.1s linear; }
#minhas-opcoes .miolo .categoria .itens > div span.aceite .switch.off::before { left: -1px; background-image: url('../img/cancel.png'); background-size: 6px; background-repeat: no-repeat; background-position: 50%; background-color: #898989; }
#minhas-opcoes .miolo .categoria .itens > div span.aceite .switch.on::before { left: calc(100% - 16px); background-image: url('../img/check.png'); background-size: 8px; background-repeat: no-repeat; background-position: 50%; background-color: #1a9315; }
#minhas-opcoes .botao { display: flex; justify-content: center; margin-top: 15px; width: 100%; height: auto; }
#minhas-opcoes .botao button { display: inline-block; vertical-align: middle; padding: 14px 30px; font-size: 15px; line-height: 1; font-weight: 700; text-transform: uppercase; text-decoration: none; text-align: center; color: #fff; background-color: #051331; cursor: pointer; transition: all .30s linear; }
#minhas-opcoes .botao button:hover { color:#fff; background-color: #000; transition: all .30s linear; }

/* remocao cookie */
#requisicao-remocao-dados .formulario { margin-top: 20px; }
#requisicao-remocao-dados .solicitacao { margin: 20px 0; }
#requisicao-remocao-dados .solicitacao p { padding-bottom: 15px; }
#requisicao-remocao-dados .solicitacao label { display: flex; align-items: flex-start; justify-content: flex-start; }
#requisicao-remocao-dados .solicitacao label + label { margin-top: 10px; }
#requisicao-remocao-dados .solicitacao label input { margin: 6px 10px 0 0; }
#requisicao-remocao-dados .breve { margin-top: 5px; font-size: 13px; }
#requisicao-remocao-dados .retorno-remocao { margin-top: 20px; font-weight: 700; text-align: center; }
#requisicao-remocao-dados .retorno-remocao.erro { color: #ff0150 !important; }
#requisicao-remocao-dados .retorno-remocao.sucesso { color: #66b34e !important; }
#requisicao-remocao-dados input[type=text].erro,
#requisicao-remocao-dados textarea.erro { border: 1px solid #ff0150 !important; }

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

	#aceite-politicas { right: 20px; width: 400px; }
	#minhas-opcoes { right: 20px; width: 400px; }

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

	/* janelinha */
	#aceite-politicas { bottom: 71px; right: 30px; width: 460px; }

	#minhas-opcoes { bottom: 71px; right: 30px; width: 460px; }
	/*#minhas-opcoes .miolo .categoria .breve a.mais-detalhes { font-size: 18px; }*/

	/* remocao cookie */
	#requisicao-remocao-dados .formulario { margin-top: 30px; }
	#requisicao-remocao-dados .breve { font-size: 16px; }
	#requisicao-remocao-dados .solicitacao { margin: 30px 0px; }
	#requisicao-remocao-dados .solicitacao label input { margin-top: 8px }
	#requisicao-remocao-dados .retorno-remocao { margin-top: 30px; }

}