/* COR PRINCIPAL */
/* COR PADRÕES */
/* COR PADRÕES */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  vertical-align: baseline;
  box-sizing: border-box;
  word-wrap: break-word;
  text-shadow: none;
  font-weight: normal;
}
input,
textarea,
select,
button {
  cursor: pointer;
  background: none;
  font-size: 100%;
  font-family: inherit;
  resize: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
  color: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
i {
  font-style: normal;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
[contenteditable]:focus {
  outline: 0px solid transparent;
}
#fw_loading_bola {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10010;
  background-color: rgba(255,255,255,0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease-out;
}
#fw_loading_bola.fw_loading_abrir {
  opacity: 1;
}
#fw_loading_bola .fw_loading_bola_icone {
  border-radius: 50%;
  animation: fw_loading_bola 1.1s linear 0s infinite;
}
#fw_loading_bola .fw_loading_bola_texto {
  position: absolute;
  margin-top: 70px;
  font-size: 1.2rem;
}
.fw_loading_form {
  width: 80%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3cf;
  animation: fw_loading_form 2s linear infinite;
  border-radius: 3px;
}
.fw_loading_barra {
  width: 17px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
}
.fw_loading_barra .fw_loading_barra_barra {
  display: inline-block;
  position: absolute;
  left: 0px;
  width: 3px;
  background: #fff;
  border-radius: 3px;
  animation: fw_loading_barra 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.fw_loading_barra .fw_loading_barra_barra:nth-child(1) {
  left: 0;
  animation-delay: -0.24s;
}
.fw_loading_barra .fw_loading_barra_barra:nth-child(2) {
  left: 7px;
  animation-delay: -0.12s;
}
.fw_loading_barra .fw_loading_barra_barra:nth-child(3) {
  left: 14px;
  animation-delay: 0;
}
#fw_loading_total {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10010;
  cursor: progress;
}
#fw_loading_total #fw_loading_total_bg {
  width: 0;
  height: 0;
  position: fixed;
  background-color: #23b9a9;
  display: flex;
  border-radius: 50%;
  z-index: 1;
}
#fw_loading_total #fw_loading_total_player {
  height: 200px;
  position: fixed;
  z-index: 2;
}
@media (orientation: landscape) {
  #fw_loading_total #fw_loading_total_bg {
    animation: fw_loading_total_landscape 1s ease-out forwards;
  }
}
@media (orientation: portrait) {
  #fw_loading_total #fw_loading_total_bg {
    animation: fw_loading_total_portrait 1s ease-out forwards;
  }
}
.fw_alerta_notificacao {
  position: fixed;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0,0,0,0.2);
  right: -100%;
  top: 20px;
  opacity: 0;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  transition: right 0.5s ease-out, opacity 0.5s ease-out;
  z-index: 10012;
}
.fw_alerta_notificacao.fw_alerta_notificacao_abrir {
  right: 20px;
  opacity: 1;
}
.fw_alerta_notificacao .fw_alerta_notificacao_icone {
  width: 50px;
  height: 500px;
  position: absolute;
  left: 0;
  background-color: rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #fff;
}
.fw_alerta_notificacao .fw_alerta_notificacao_p {
  max-width: 400px;
  font-size: 1.6rem;
  line-height: 1.5em;
  padding: 15px 5px 15px 20px;
  cursor: default;
}
.fw_alerta_notificacao .fw_alerta_notificacao_fechar {
  width: 40px;
  height: 40px;
  fill: #999;
  display: flex;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}
.fw_alerta_notificacao .fw_alerta_notificacao_barra {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ccc;
  animation: fw_alerta_notificacao_tempo 5.5s linear 0.5s forwards;
}
.fw_alerta_notificacao:hover .fw_alerta_notificacao_barra {
  animation-play-state: paused;
}
.fw_alerta_notificacao.fw_alerta_notificacao_ok {
  background-color: #23b9a9;
  padding-left: 50px;
}
.fw_alerta_notificacao.fw_alerta_notificacao_ok .fw_alerta_notificacao_p {
  color: #fff;
}
.fw_alerta_notificacao.fw_alerta_notificacao_ok .fw_alerta_notificacao_fechar {
  fill: #fff;
}
.fw_alerta_notificacao.fw_alerta_notificacao_ok .fw_alerta_notificacao_barra {
  height: 2px;
  background-color: #fff;
}
.fw_alerta_notificacao.fw_alerta_notificacao_erro {
  background-color: #ff6c60;
  padding-left: 50px;
}
.fw_alerta_notificacao.fw_alerta_notificacao_erro .fw_alerta_notificacao_p {
  color: #fff;
}
.fw_alerta_notificacao.fw_alerta_notificacao_erro .fw_alerta_notificacao_fechar {
  fill: #fff;
}
.fw_alerta_notificacao.fw_alerta_notificacao_erro .fw_alerta_notificacao_barra {
  height: 2px;
  background-color: #fff;
}
#fw_alerta_mensagem {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 10011;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo {
  width: calc(100% - 40px);
  max-width: 500px;
  margin: -400px 0 20px 0;
  transition: margin-top 0.5s ease-out;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 5px rgba(0,0,0,0.2);
  overflow: hidden;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_hide {
  display: none !important;
}
#fw_alerta_mensagem.fw_alerta_mensagem_abrir {
  opacity: 1;
}
#fw_alerta_mensagem.fw_alerta_mensagem_abrir .fw_alerta_mensagem_conteudo {
  margin-top: 20px;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_header {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_header.fw_alerta_mensagem_header_ok {
  background-color: #23b9a9;
  padding-bottom: 25px;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_header.fw_alerta_mensagem_header_erro {
  background-color: #ff6c60;
  padding-bottom: 25px;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_header.fw_alerta_mensagem_header_atencao {
  background-color: #f47521;
  padding-bottom: 25px;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_header .fw_alerta_mensagem_icone {
  height: 200px;
  margin-top: 10px;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_header .fw_alerta_mensagem_titulo {
  width: 100%;
  line-height: 1.3em;
  text-align: center;
  font-size: 2rem;
  margin-top: 40px;
  color: #333;
  padding: 0 40px;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_header.fw_alerta_mensagem_header_ok .fw_alerta_mensagem_titulo,
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_header.fw_alerta_mensagem_header_erro .fw_alerta_mensagem_titulo,
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_header.fw_alerta_mensagem_header_atencao .fw_alerta_mensagem_titulo {
  color: #fff;
  margin-top: -5px;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_texto {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #666;
  margin-top: 40px;
  padding: 0 40px;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_texto div,
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_texto strong,
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_texto b,
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_texto i {
  font-size: 1.6rem;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_texto strong,
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_texto b {
  font-weight: bold;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_texto i {
  font-style: italic;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_footer {
  display: flex;
  flex-direction: row;
  padding: 40px 20px;
  justify-content: center;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_footer .fw_alerta_mensagem_botao_flex {
  max-width: 100px;
  flex-grow: 1;
  flex-basis: 0%;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_footer .fw_alerta_mensagem_botao {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  border-radius: 20px;
  font-size: 1.4rem;
  color: #fff;
  cursor: pointer;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_footer .fw_alerta_mensagem_botao.fw_alerta_mensagem_botao_ok,
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_footer .fw_alerta_mensagem_botao.fw_alerta_mensagem_botao_confirmar {
  background-color: #23b9a9;
}
#fw_alerta_mensagem .fw_alerta_mensagem_conteudo .fw_alerta_mensagem_footer .fw_alerta_mensagem_botao.fw_alerta_mensagem_botao_cancelar {
  background-color: #ff6c60;
}
body.fw_body_hidden {
  overflow: hidden !important;
}
.form_geral .hide {
  display: none !important;
}
.form_geral .bloco_input_footer {
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: -7px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}
.form_geral .bloco_input_footer .input_mensagem {
  height: 15px;
  line-height: 15px;
  flex-grow: 1;
  position: absolute;
  display: flex;
  left: 10px;
  bottom: 0;
  font-size: 1.1rem;
  color: #ff6c60;
  padding: 0 5px;
  opacity: 0;
  background: #fff;
  transition: top 0.3s ease-out, opacity 0.3s ease-out;
  overflow: hidden;
}
.form_geral .bloco_input_footer .input_mensagem.ativo {
  opacity: 1;
}
.form_geral .bloco_input_footer .bloco_input_contador {
  height: 15px;
  line-height: 15px;
  position: absolute;
  background-color: #fff;
  padding: 0 5px;
  display: flex;
  flex-direction: row;
  color: #999;
  top: 0;
  right: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.form_geral .bloco_input_footer .bloco_input_contador.ativo {
  opacity: 1;
}
.form_geral .bloco_input_footer .bloco_input_contador .bloco_input_contador_numero,
.form_geral .bloco_input_footer .bloco_input_contador .bloco_input_contador_barra {
  font-size: 1.1rem;
}
/* INPUT, SELECT TEXTAREA */
.form_geral .bloco_input {
  width: 100%;
  position: relative;
  margin: 20px 0 10px 0;
}
.form_geral .bloco_input .input_bloqueado {
  width: 100%;
  height: 45px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 10;
  border-radius: 3px;
  background-color: rgba(255,255,255,0.314);
  cursor: no-drop;
}
.form_geral .bloco_input .input_icone {
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 3px 0 0 3px;
  z-index: 2;
}
.form_geral .bloco_input .input_http {
  height: 45px;
  line-height: 46px;
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 1.4rem;
  color: #999;
  display: none;
}
.form_geral .bloco_input input,
.form_geral .bloco_input textarea {
  width: 100%;
  height: 45px;
  position: relative;
  padding: 0 15px;
  font-size: 1.4rem;
  overflow: hidden;
  z-index: 2;
}
.form_geral .input_select input {
  padding-right: 35px;
}
.form_geral .input_textarea textarea {
  line-height: 1.5em;
  padding: 12px;
}
.form_geral .bloco_input input::placeholder {
  color: #999;
}
.form_geral .bloco_input .borda {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ddd;
  z-index: 0;
  border-radius: 3px;
}
.form_geral .input_textarea .borda {
  height: calc(100% - 2px);
}
.form_geral .bloco_input input:focus ~ .borda,
.form_geral .bloco_input textarea:focus ~ .borda {
  border-color: #169e91;
  border-width: 2px;
}
.form_geral .input_select {
  background: url("/images/form/select.svg") no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 10px auto;
}
.form_geral .bloco_input label {
  height: 20px;
  line-height: 21px;
  padding: 0 5px;
  position: absolute;
  left: 10px;
  top: 2px;
  background-color: #fff;
  color: #169e91;
  font-size: 1.2rem;
  transition: top 0.2s ease-out, opacity 0.2s ease-out;
  opacity: 0;
  z-index: 2;
}
.form_geral .bloco_input .input_geral.input_obrigatorio ~ label:after {
  position: absolute;
  top: 0;
  content: "*";
  padding: 0 5px 0 3px;
  background: #fff;
}
.form_geral .bloco_input .input_geral:not(:placeholder-shown) ~ label {
  top: -10px;
  opacity: 1;
}
.form_geral .bloco_input .input_geral:not(:placeholder-shown) ~ .input_http {
  display: flex;
}
.form_geral .bloco_input .input_geral.input_url:not(:placeholder-shown) {
  padding-left: 65px;
}
.form_geral .bloco_input .input_geral.input_url:not(:placeholder-shown):focus {
  padding-left: 64px;
}
.form_geral .bloco_input .input_icone_erro {
  display: none;
}
.form_geral .bloco_input .input_geral.input_obrigatorio ~ .input_icone_erro {
  width: 25px;
  height: 25px;
  line-height: 30px;
  position: absolute;
  top: 10px;
  display: block;
  text-align: center;
  z-index: 9;
}
.form_geral .bloco_input .input_geral.input_obrigatorio ~ .input_icone_erro:after {
  font-size: 1.4rem;
  color: #ff6c60;
  content: "*";
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.form_geral .bloco_input .input_geral.input_obrigatorio:placeholder-shown ~ .input_icone_erro {
  right: 7px;
}
.form_geral .bloco_input .input_geral.input_obrigatorio:placeholder-shown ~ .input_icone_erro:after {
  opacity: 1;
}
.form_geral .bloco_input .input_geral.input_obrigatorio:not(:placeholder-shown) ~ .input_icone_erro {
  display: none;
}
.form_geral .input_select .input_geral.input_obrigatorio:placeholder-shown ~ .input_icone_erro {
  right: 35px;
}
.form_geral .bloco_input.input_quantidade_erro .input_geral,
.form_geral .bloco_input .input_geral.input_erro,
.form_geral .bloco_input .input_geral.input_obrigatorio.input_obrigatorio_ativo:placeholder-shown {
  border-color: #ff6c60;
}
.form_geral .bloco_input .input_ajuda {
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #169e91;
  color: #fff;
  border-radius: 50%;
  cursor: default;
}
.form_geral .bloco_input.bloco_ajuda .input_icone_erro {
  right: 38px !important;
}
.form_geral .input_input.bloco_senha input,
.form_geral .input_input.bloco_ajuda input {
  padding-right: 40px;
}
.form_geral .bloco_input.bloco_senha .botao_olho {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_geral .bloco_input.bloco_senha .botao_olho .icone_olho {
  width: 25px;
  height: 25px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.form_geral .bloco_input.bloco_senha .botao_olho .icone_olho svg {
  width: 25px;
  height: 25px;
  margin: 3px 0 0 4px;
  fill: #666;
}
.form_geral .bloco_input.bloco_senha .botao_olho .icone_olho.olho_aberto {
  display: flex;
}
.form_geral .bloco_input.bloco_senha.mostrar_senha .botao_olho .icone_olho.olho_fechado {
  display: flex;
}
.form_geral .bloco_input.bloco_senha.mostrar_senha .botao_olho .icone_olho.olho_aberto {
  display: none;
}
.form_geral .bloco_input.bloco_senha .input_icone_erro {
  padding-right: 38px !important;
}
.form_geral .input_select ul {
  display: none;
}
.form_geral .bloco_input.bloco_input_icone .input_icone {
  display: flex;
}
.form_geral .bloco_input.bloco_input_icone input,
.form_geral .bloco_input.bloco_input_icone textarea {
  padding-left: 40px;
}
.form_geral .bloco_input.bloco_input_icone input:focus {
  padding-left: 39px;
}
.form_geral .bloco_input.bloco_input_icone .input_http {
  left: 45px;
}
.form_geral .bloco_input.bloco_input_icone input.input_url:not(:placeholder-shown) {
  padding-left: 95px;
}
.form_geral .bloco_input.bloco_input_icone input.input_url:not(:placeholder-shown):focus {
  padding-left: 94px;
}
.form_geral .bloco_input.bloco_input_icone_cor label {
  left: 50px;
}
.form_geral .bloco_input.bloco_input_icone_cor input,
.form_geral .bloco_input.bloco_input_icone_cor textarea {
  padding-left: 56px;
}
.form_geral .bloco_input.bloco_input_icone_cor input:focus {
  padding-left: 55px;
}
.form_geral .bloco_input.bloco_input_icone_cor .input_http {
  left: 57px;
}
.form_geral .bloco_input.bloco_input_icone_cor input.input_url:not(:placeholder-shown) {
  padding-left: 106px;
}
.form_geral .bloco_input.bloco_input_icone_cor input.input_url:not(:placeholder-shown):focus {
  padding-left: 105px;
}
.form_geral .bloco_input.bloco_separador {
  flex-direction: row;
  display: flex;
  align-items: center;
}
.form_geral .bloco_input.bloco_separador .input_separador_1 {
  padding-right: 10px;
  border-radius: 3px 0 0 3px;
  border-right: none;
}
.form_geral .bloco_input.bloco_separador .input_separador_2 {
  height: 45px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_geral .bloco_input.bloco_separador .input_separador_2 p {
  min-width: 10px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 100;
  color: #999;
}
.form_geral .bloco_input.bloco_separador .input_separador_3 {
  border-radius: 0 3px 3px 0;
  border-left: none;
}
.form_geral .bloco_input.bloco_separador.input_quantidade_erro .input_separador_1,
.form_geral .bloco_input.bloco_separador.input_quantidade_erro .input_separador_3 {
  border-color: #ff6c60;
}
.form_geral .bloco_input.bloco_separador.input_quantidade_erro .input_separador_2 {
  border-top-color: #ff6c60;
  border-bottom-color: #ff6c60;
}
.form_geral .bloco_input.bloco_separador.bloco_ajuda .input_separador_1 {
  padding-right: 15px;
}
.form_geral .bloco_input.bloco_separador.bloco_ajuda .input_separador_3 {
  padding-right: 40px;
}
.form_geral .form_bloco .bloco_input_select {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.form_geral .form_bloco .bloco_input_select .input_conteudo {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
}
.form_geral .form_bloco .bloco_input_select .input_conteudo::after {
  content: "";
  width: calc(100% - 2px);
  height: 43px;
  position: absolute;
  top: 20px;
  left: 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  z-index: 1;
}
.form_geral .form_bloco .bloco_input_select .input_conteudo .input_select_linha {
  width: 1px;
  height: 43px;
  background-color: #ddd;
  margin-top: 21px;
}
.form_geral .form_bloco .bloco_input_select .input_conteudo .bloco_input {
  width: 50%;
  z-index: 2;
}
.form_geral .form_bloco .bloco_input_select .input_conteudo .input_input input {
  border: none;
  border-radius: 0;
  padding-left: 15px;
}
.form_geral .form_bloco .bloco_input_select .input_conteudo .input_select .input_select_texto {
  border: none;
  border-radius: 0;
  padding-left: 15px;
}
.form_geral .form_bloco .bloco_input_select.input_focus .input_conteudo::after {
  width: calc(100% - 4px);
  height: 41px;
  border: 2px solid #169e91;
}
.form_geral .form_bloco .bloco_input_select.input_focus .input_conteudo .input_select_linha {
  width: 2px;
  background-color: #169e91;
}
.form_geral .form_bloco .bloco_input_select.input_focus .input_conteudo .input_select {
  margin-left: -1px;
}
.form_geral .form_bloco .bloco_input_select.input_quantidade_erro .input_conteudo::after {
  border-color: #ff6c60;
}
.form_geral .form_bloco .bloco_input_select.input_quantidade_erro .input_conteudo .input_select_linha {
  background-color: #ff6c60;
}
#fw_form_select,
#bloco_geral_autocomplete {
  position: absolute;
  display: none;
  z-index: 10001;
}
#fw_form_select .option,
#bloco_geral_autocomplete .option {
  width: 100%;
  max-height: calc(38px * 5);
  position: absolute;
  background-color: #333;
  box-shadow: 0 3px 5px #fff;
  border-radius: 3px;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
}
#fw_form_select .option.loading_geral::after,
#bloco_geral_autocomplete .option.loading_geral::after {
  width: 100%;
  height: 2px;
  content: " ";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  animation: form_animacao_barra 2s ease-in-out 0s infinite;
}
#fw_form_select .option li,
#bloco_geral_autocomplete .option li {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 10px 0 30px;
  border: none;
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  align-items: flex-start;
}
#fw_form_select .option li.hover,
#bloco_geral_autocomplete .option li.hover {
  background-color: #169e91;
}
#fw_form_select .option li.selected,
#bloco_geral_autocomplete .option li.selected {
  background: url("/images/form/check.svg") no-repeat 9px center;
  background-size: 10px auto;
}
#fw_form_select .option li.selected.hover,
#bloco_geral_autocomplete .option li.selected.hover {
  background-color: #169e91;
}
#fw_form_select .option li.disabled,
#bloco_geral_autocomplete .option li.disabled {
  cursor: no-drop;
}
#fw_form_select .option li.loading,
#bloco_geral_autocomplete .option li.loading {
  height: 80px;
  line-height: 80px;
  cursor: progress;
  text-align: center;
}
#bloco_geral_autocomplete .option li {
  color: #ccc;
}
#bloco_geral_autocomplete .option li strong {
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
}
#bloco_geral_autocomplete .option li .flex_grow {
  flex-grow: 1;
  flex-basis: 0%;
}
#bloco_geral_autocomplete .option li p {
  font-size: 1.2rem;
}
#bloco_geral_autocomplete .option li i.novo {
  width: 20px;
  height: 20px;
  background-color: rgba(255,255,255,0.314);
  color: #000;
  margin-top: 8px;
  font-size: 1.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* CHECKBOX */
.form_geral .input_checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.form_geral .input_checkbox label {
  min-height: 18px;
  font-size: 1.4rem;
  color: #666;
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
  word-break: break-word;
}
.form_geral .input_checkbox label::after {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  background-image: linear-gradient(to bottom, #ccc, #ddd);
  border-radius: 3px;
  content: " ";
}
.form_geral .input_checkbox label .input_ajuda {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #169e91;
  color: #fff;
  margin-left: 10px;
  border-radius: 50%;
  cursor: default;
}
.form_geral .input_checkbox input {
  width: 0;
  height: 0;
  opacity: 0;
}
.form_geral .input_checkbox input:checked ~ label::after {
  background: #169e91 url("/images/form/check.svg") no-repeat center center;
  background-size: 10px auto;
}
/* RADIO */
.form_geral .input_radio {
  position: relative;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.form_geral .input_radio label {
  min-height: 18px;
  font-size: 1.3rem;
  color: #666;
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form_geral .input_radio label::after {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  background-image: linear-gradient(to bottom, #ccc, #ddd);
  border-radius: 50%;
  content: " ";
  z-index: 1;
}
.form_geral .input_radio label::before {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 6px;
  background: #fff;
  border-radius: 50%;
  content: " ";
  z-index: 2;
  display: none;
}
.form_geral .input_radio input {
  display: none;
}
.form_geral .input_radio input:checked ~ label::after {
  background: #169e91;
}
.form_geral .input_radio input:checked ~ label::before {
  display: block;
}
/* BOTÃO SWTICH */
.form_geral .bloco_switch {
  margin-top: 20px;
  position: relative;
  display: flex;
  user-select: none;
}
.form_geral .bloco_switch input {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
  z-index: 1;
}
.form_geral .bloco_switch label {
  display: flex;
  color: #666;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}
.form_geral .bloco_switch label p {
  font-size: 1.4rem;
}
.form_geral .bloco_switch label .input_ajuda {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #169e91;
  color: #fff;
  margin-left: 10px;
  border-radius: 50%;
  cursor: default;
}
.form_geral .bloco_switch label span {
  width: 40px;
  height: 24px;
  position: relative;
  margin-left: 10px;
  background: #ccc;
  border-radius: 12px;
  display: flex;
  transition: background-color 0.3s ease-out;
}
.form_geral .bloco_switch label span::after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.125);
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: left 0.3s ease-out;
}
.form_geral .bloco_switch input:focus ~ label span {
  background-color: #bbb;
}
.form_geral .bloco_switch input:checked ~ label span {
  background-color: #169e91;
}
.form_geral .bloco_switch input:checked ~ label span::after {
  left: 18px;
}
.form_geral .input_cor {
  height: 65px;
  position: relative;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.form_geral .input_cor .input_cor_conteudo {
  height: 45px;
  position: relative;
  display: flex;
  flex-direction: row;
  border-radius: 3px;
  border: 1px solid #ddd;
  cursor: pointer;
  overflow: hidden;
}
.form_geral .input_cor .input_cor_conteudo * {
  cursor: pointer;
}
.form_geral .input_cor .input_cor_conteudo label {
  height: 45px;
  line-height: 44px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #999;
  margin: 0 15px;
}
.form_geral .input_cor .input_cor_conteudo .input_cor_bg {
  width: 50px;
  height: 45px;
  border-left: 1px solid #ddd;
  z-index: 2;
}
.form_geral .input_cor .input_cor_conteudo .input_cor_icone {
  position: absolute;
  width: 50px;
  height: 45px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #ccc;
  z-index: 1;
}
.form_geral.form_esqueleto .bloco_input {
  overflow: hidden;
}
.form_geral.form_esqueleto .bloco_input::after {
  width: 100%;
  height: 45px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 10;
  content: " ";
  background-color: #eee;
  border-radius: 3px;
}
.form_geral.form_esqueleto .bloco_input::before {
  width: 40px;
  height: 45px;
  content: " ";
  position: absolute;
  top: 10px;
  left: -20px;
  z-index: 11;
  animation: form_esqueleto_loading 2s ease-in-out 0s infinite;
  background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0));
}
.form_geral.form_esqueleto .bloco_input label {
  display: none;
}
/* ANIMAÇÃO */
.form_geral .form_botao {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.form_geral .form_botao a,
.form_geral .form_botao button {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.form_geral .form_botao a {
  background-color: #ccc;
  color: #666;
}
.form_geral .form_botao button {
  color: #fff;
  background-color: #169e91;
}
.form_geral .input_margin {
  width: 20px;
  height: 1px;
}
.form_geral .form_bloco {
  margin-top: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.form_geral .form_bloco header {
  width: 100%;
  margin-bottom: 20px;
}
.form_geral .form_bloco header h1 {
  width: 100%;
  font-size: 1.8rem;
  color: #169e91;
}
.form_geral .form_bloco header p {
  width: 100%;
  font-size: 1.3rem;
  color: #666;
  margin-top: 5px;
}
.form_geral .form_bloco header.centralizar h1,
.form_geral .form_bloco header.centralizar p {
  text-align: center;
}
.form_geral .form_bloco h2 {
  margin-top: 20px;
  font-size: 1.3rem;
  color: #666;
}
.form_geral .form_bloco .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.form_geral .form_bloco .row .row {
  width: calc(50% - 10px);
}
.form_geral .form_bloco .row .resto {
  flex-grow: 1;
  flex-basis: 0%;
}
.form_geral .form_bloco .row .bloco_input,
.form_geral .form_bloco .row .bloco_input_select {
  width: calc(50% - 10px);
}
.form_geral .form_bloco .form_linha {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 20px 0 10px 0;
}
#fw_form_cor {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#fw_form_cor.fw_form_cor_abrir {
  opacity: 1;
}
#fw_form_cor .fw_form_cor_conteudo {
  width: calc(100% - 40px);
  max-width: 460px;
  background-color: #fff;
  box-shadow: 0 4px 5px #000;
  overflow: hidden;
  border-radius: 5px;
}
#fw_form_cor .fw_form_cor_header {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 4px 5px rgba(0,0,0,0.1);
}
#fw_form_cor .fw_form_cor_header .fw_form_cor_h1 {
  flex-grow: 1;
  flex-basis: 0%;
  font-size: 1.6rem;
  color: #666;
}
#fw_form_cor .fw_form_cor_header .fw_form_cor_fechar {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #666;
  margin: 0 10px;
}
#fw_form_cor .fw_form_cor_scroll {
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  padding-top: 10px;
}
#fw_form_cor .fw_form_cor_h2 {
  font-size: 1.4rem;
  padding: 10px 20px;
}
#fw_form_cor .fw_form_cor_ul {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#fw_form_cor .fw_form_cor_ul .fw_form_cor_li {
  width: 40px;
  height: 40px;
  background-color: attr(data-cor);
  margin: 1px;
  cursor: pointer;
  border: 1px solid #ccc;
}
#fw_form_cor .fw_form_cor_bloco_input {
  width: 100%;
  position: relative;
  padding: 0 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
#fw_form_cor .fw_form_cor_bloco_input .fw_form_cor_hashtag {
  width: 30px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  top: 0;
  left: 20px;
  height: 40px;
  line-height: 40px;
  z-index: 2;
  transition: left 0.3s ease-out;
}
#fw_form_cor .fw_form_cor_bloco_input .fw_form_cor_input {
  width: 100px;
  height: 40px;
  padding-left: 30px;
  border-radius: 3px 0 0 3px;
  border: 1px solid #ccc;
  border-right: none;
  font-size: 1.4rem;
  transition: padding-left 0.3s ease-out;
}
#fw_form_cor .fw_form_cor_bloco_input .fw_form_cor_botao_confirmar {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 0 3px 3px 0;
  background-color: #169e91;
  color: #fff;
  font-size: 1.4rem;
}
#fw_form_cor .fw_form_cor_bloco_input .fw_form_cor_bloco_remover {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-basis: 0%;
}
#fw_form_cor .fw_form_cor_bloco_input .fw_form_cor_ou {
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
  color: #999;
  margin: 0 20px;
}
#fw_form_cor .fw_form_cor_bloco_input .fw_form_cor_botao_remover {
  height: 40px;
  line-height: 40px;
  background-color: #ccc;
  color: #666;
  padding: 0 20px;
  font-size: 1.2rem;
  border-radius: 3px;
}
.form_geral .bloco_ckeditor_balao {
  width: 100%;
  position: relative;
  margin: 35px 0 20px 0;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ddd !important;
  padding: 0 15px !important;
  border-radius: 0 0 3px 3px !important;
}
.form_geral .bloco_ckeditor_balao .centralizar {
  width: 100%;
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.form_geral .bloco_ckeditor_balao .ck-content {
  border: none !important;
  padding: 0 !important;
  border-radius: none !important;
}
.form_geral .bloco_ckeditor_balao .editor_label {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-bottom: none;
  color: #169e91;
  background-color: #fff;
  font-size: 1.4rem;
  position: absolute;
  left: 10px;
  top: -10px;
}
.form_geral .bloco_ckeditor_balao.bloco_ckeditor_sem_label {
  border-radius: 0 !important;
  border: none !important;
  margin: 0 !important;
}
.form_geral .bloco_ckeditor_clasico {
  margin-top: 20px;
}
.form_geral .bloco_ckeditor_clasico .editor_label {
  width: 100%;
  color: #666;
  background-color: #eee;
  border: 1px solid #ddd;
  border-bottom: none;
  font-weight: 300;
  font-size: 1.4rem;
  padding: 10px 15px;
  display: flex;
}
.form_geral .bloco_ckeditor_clasico .ck-content {
  max-height: calc(100vh - 240px);
  padding: 5px 20px 10px 20px;
  overflow-y: hidden !important;
}
.form_geral .bloco_ckeditor_clasico .ck-content.ck-focused {
  overflow-y: auto !important;
}
.bloco_editor > textarea {
  display: none;
}
.form_geral .bloco_ckeditor {
  display: flex;
  justify-content: center;
}
.form_geral .fw_form_imagem {
  width: 100%;
  margin-top: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form_geral .fw_form_imagem .fw_imagem_conteudo {
  position: relative;
  background: #eee;
  border: 10px solid #eee;
  overflow: hidden;
}
.form_geral .fw_form_imagem .fw_imagem_conteudo .fw_imagem_figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.form_geral .fw_form_imagem .fw_imagem_conteudo .fw_imagem_icone {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #ccc;
  z-index: 1;
}
.form_geral .fw_form_imagem .fw_imagem_conteudo .fw_imagem_icone svg {
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
}
.form_geral .fw_form_imagem .fw_imagem_controle {
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: row;
  z-index: 2;
}
.form_geral .fw_form_imagem .fw_imagem_controle .fw_imagem_linha {
  flex-grow: 1;
  flex-basis: 0%;
}
.form_geral .fw_form_imagem .fw_imagem_controle .fw_imagem_icone {
  width: 35px;
  height: 35px;
  overflow: hidden;
  position: relative;
  fill: #fff;
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0,0,0,0.1);
  border-radius: 3px;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.form_geral .fw_form_imagem .fw_imagem_controle .fw_imagem_icone.fw_imagem_upload {
  background-color: #169e91;
}
.form_geral .fw_form_imagem .fw_imagem_controle .fw_imagem_icone.fw_imagem_visualizar {
  background-color: #00bcf2;
}
.form_geral .fw_form_imagem .fw_imagem_controle .fw_imagem_icone.fw_imagem_remover {
  background-color: #ff6c60;
}
.form_geral .fw_form_imagem .fw_imagem_controle .fw_imagem_icone input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}
.form_geral .fw_form_imagem .fw_imagem_hide {
  display: none !important;
}
.form_geral .fw_form_imagem.fw_form_tipo_redondo .fw_imagem_conteudo {
  border-radius: 50%;
  border: none;
  box-shadow: 0 4px 5px rgba(0,0,0,0.05);
}
.form_geral .fw_form_imagem.fw_form_tipo_redondo .fw_imagem_conteudo .fw_imagem_figure {
  background-size: cover;
}
.form_geral .fw_form_imagem.fw_form_tipo_redondo .fw_imagem_controle {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 20px;
  justify-content: center;
}
.form_geral .fw_form_imagem.fw_form_tipo_redondo .fw_imagem_controle .fw_imagem_linha {
  display: none;
}
#fw_imagem_bloco_visualizar {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0,0,0,0.7);
  overflow-y: auto;
  display: none;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  user-select: none;
}
#fw_imagem_bloco_visualizar.fw_imagem_bloco_abrir {
  opacity: 1;
}
#fw_imagem_bloco_visualizar .fw_imagem_icone {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 20px;
  fill: #fff;
  background-color: rgba(0,0,0,0.7);
  border: 1px solid #fff;
  border-radius: 4px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#fw_imagem_bloco_visualizar .fw_imagem_icone.fw_imagem_fechar {
  right: 20px;
}
#fw_imagem_bloco_visualizar .fw_imagem_icone.fw_imagem_tamanho_real,
#fw_imagem_bloco_visualizar .fw_imagem_icone.fw_imagem_tamanho_reduzido {
  right: 65px;
}
#fw_imagem_bloco_visualizar .fw_imagem_icone.fw_imagem_tamanho_reduzido {
  display: none;
}
#fw_imagem_bloco_visualizar .fw_imagem_figure {
  z-index: 1;
  margin: 20px 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHJlY3QgZmlsbCA9IiNDQ0NCQ0IiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiLz48cmVjdCB4PSI4IiBmaWxsID0iI0ZGRkZGRiIgd2lkdGg9IjgiIGhlaWdodD0iOCIvPjxyZWN0IHg9IjgiIHk9IjgiIGZpbGwgPSIjQ0NDQkNCIiB3aWR0aD0iOCIgaGVpZ2h0PSI4Ii8+PHJlY3QgeT0iOCIgZmlsbD0iI0ZGRkZGRiIgd2lkdGg9IjgiIGhlaWdodD0iOCIvPjwvc3ZnPgo=");
  background-repeat: repeat;
}
#fw_imagem_bloco_visualizar .fw_imagem_figure img {
  max-width: calc(100vw - 80px);
  max-height: calc(100vh - 42px);
  float: left;
}
#fw_imagem_bloco_visualizar .fw_imagem_figure img.fw_imagem_img_tamanho_real {
  max-width: calc(100vw - 40px);
  max-height: 1000000px;
}
.fw_form_tag {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.fw_form_tag .fw_form_tag_hide {
  display: none;
}
.fw_form_tag .fw_form_tag_remover_todos {
  width: 120px;
  position: relative;
  margin-top: 10px;
  padding: 5px 0;
  font-size: 1.2rem;
  border-radius: 20px;
  color: #fff;
  background-color: #ff6c60;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.fw_form_tag .fw_form_tag_lista {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.fw_form_tag .fw_form_tag_lista .fw_form_tag_item {
  padding: 2px 0 2px 10px;
  border-radius: 30px;
  background-color: #ddd;
  margin: 0 7px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: default;
}
.fw_form_tag .fw_form_tag_lista .fw_form_tag_item span {
  font-size: 1.2rem;
}
.fw_form_tag .fw_form_tag_lista .fw_form_tag_item .fw_form_tag_remover {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.fw_form_tag.fw_form_tag_url .fw_form_tag_lista {
  flex-direction: column;
}
.fw_form_tag.fw_form_tag_url .fw_form_tag_lista .fw_form_tag_item span {
  font-size: 1.2rem;
  flex-grow: 1;
  flex-basis: 0%;
}
body {
  background: url("../../../../images/painel/login_bg.jpg") no-repeat center center;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
}
.grecaptcha-badge {
  display: none !important;
}
#site {
  width: 100vw;
  min-height: 100vh;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
}
#site .conteudo {
  width: calc(100% - 40px);
  max-width: 500px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 5px #000;
  overflow: hidden;
}
#site .conteudo > figure {
  width: 100%;
  padding: 40px 20px 20px 20px;
}
#site .conteudo header {
  width: calc(100% - 20px);
  margin-left: 20px;
  padding-left: 10px;
  border-left: 2px solid #169e91;
}
#site .conteudo header h1 {
  font-size: 2rem;
  font-weight: bold;
}
#site .conteudo header p {
  line-height: 1.5em;
  font-size: 1.4rem;
  margin-top: 5px;
  color: #666;
}
#site .conteudo form {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#site .conteudo form .input_input {
  width: calc(50% - 10px);
}
#site .conteudo form .input_login {
  margin-right: 20px;
}
#site .conteudo form .footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  justify-content: space-between;
}
#site .conteudo form .footer button {
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #169e91;
  border-radius: 3px;
  margin-left: 20px;
  font-size: 1.2rem;
}
#site .conteudo .login_social {
  width: 100%;
  background: #f6f6f6;
  margin-top: 20px;
  padding: 20px 20px 30px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#site .conteudo .login_social > p {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 20px;
  color: #999;
}
#site .conteudo .login_social button {
  height: 40px;
  line-height: 40px;
  padding: 0 25px 0 20px;
  border-radius: 3px;
  font-size: 1.2rem;
  margin: 0 10px;
  display: flex;
  align-items: center;
  fill: #fff;
}
#site .conteudo .login_social button.facebook {
  background-color: #3b5998;
}
#site .conteudo .login_social button.google {
  background-color: #4c89e3;
}
#site .conteudo .login_social button p {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 1.2rem;
  padding-left: 15px;
}
.bloco_cookie {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.188);
  cursor: no-drop;
  z-index: 1000;
}
.bloco_cookie .bloco {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 40px 20px;
  background-color: #fff;
  cursor: default;
}
.bloco_cookie p {
  line-height: 1.5em;
  max-width: 600px;
  font-size: 1.4rem;
  padding-right: 20px;
  border-right: 1px solid #eee;
}
.bloco_cookie button {
  height: 35px;
  line-height: 35px;
  background: #169e91;
  color: #fff;
  padding: 0 20px;
  font-size: 1.2rem;
  border-radius: 3px;
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  .bloco_cookie .bloco {
    flex-direction: column;
    align-items: center;
  }
  .bloco_cookie .bloco p {
    max-width: 100%;
    padding-right: 0;
    border-right: none;
    text-align: center;
  }
  .bloco_cookie .bloco button {
    width: 150px;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  #site {
    padding: 0;
    position: relative;
  }
  #site .conteudo {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    border-radius: 0;
    padding-bottom: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: none;
  }
  #site .conteudo form {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  #site .conteudo form .input_input,
  #site .conteudo form .input_login {
    width: 100%;
    margin: 0;
  }
  #site .conteudo .login_social {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  #site .conteudo {
    padding-bottom: 205px;
  }
  #site .conteudo form .footer {
    flex-direction: column;
    align-items: center;
  }
  #site .conteudo form .footer .input_checkbox {
    width: 100%;
    margin-bottom: 30px;
  }
  #site .conteudo .login_social {
    flex-direction: column;
  }
  #site .conteudo .login_social > p {
    margin: 10px 0;
  }
  #site .conteudo .login_social button {
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}
@-moz-keyframes fw_loading_total_landscape {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 200vw;
    height: 200vw;
    top: -50vw;
    left: -50vw;
  }
}
@-webkit-keyframes fw_loading_total_landscape {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 200vw;
    height: 200vw;
    top: -50vw;
    left: -50vw;
  }
}
@-o-keyframes fw_loading_total_landscape {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 200vw;
    height: 200vw;
    top: -50vw;
    left: -50vw;
  }
}
@keyframes fw_loading_total_landscape {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 200vw;
    height: 200vw;
    top: -50vw;
    left: -50vw;
  }
}
@-moz-keyframes fw_loading_total_portrait {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 200vh;
    height: 200vh;
    top: -50vh;
    left: -50vh;
  }
}
@-webkit-keyframes fw_loading_total_portrait {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 200vh;
    height: 200vh;
    top: -50vh;
    left: -50vh;
  }
}
@-o-keyframes fw_loading_total_portrait {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 200vh;
    height: 200vh;
    top: -50vh;
    left: -50vh;
  }
}
@keyframes fw_loading_total_portrait {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 200vh;
    height: 200vh;
    top: -50vh;
    left: -50vh;
  }
}
@-moz-keyframes fw_loading_bola {
  0% {
    width: 10px;
    height: 10px;
    border: 3px solid #4aa9e9;
    background-color: #4aa9e9;
    opacity: 1;
  }
  40% {
    background-color: #4aa9e9;
    opacity: 1;
  }
  60% {
    background-color: rgba(255,255,255,0);
    border: 6px solid #4aa9e9;
  }
  100% {
    width: 40px;
    height: 40px;
    border: 1px solid #4aa9e9;
    opacity: 0;
  }
}
@-webkit-keyframes fw_loading_bola {
  0% {
    width: 10px;
    height: 10px;
    border: 3px solid #4aa9e9;
    background-color: #4aa9e9;
    opacity: 1;
  }
  40% {
    background-color: #4aa9e9;
    opacity: 1;
  }
  60% {
    background-color: rgba(255,255,255,0);
    border: 6px solid #4aa9e9;
  }
  100% {
    width: 40px;
    height: 40px;
    border: 1px solid #4aa9e9;
    opacity: 0;
  }
}
@-o-keyframes fw_loading_bola {
  0% {
    width: 10px;
    height: 10px;
    border: 3px solid #4aa9e9;
    background-color: #4aa9e9;
    opacity: 1;
  }
  40% {
    background-color: #4aa9e9;
    opacity: 1;
  }
  60% {
    background-color: rgba(255,255,255,0);
    border: 6px solid #4aa9e9;
  }
  100% {
    width: 40px;
    height: 40px;
    border: 1px solid #4aa9e9;
    opacity: 0;
  }
}
@keyframes fw_loading_bola {
  0% {
    width: 10px;
    height: 10px;
    border: 3px solid #4aa9e9;
    background-color: #4aa9e9;
    opacity: 1;
  }
  40% {
    background-color: #4aa9e9;
    opacity: 1;
  }
  60% {
    background-color: rgba(255,255,255,0);
    border: 6px solid #4aa9e9;
  }
  100% {
    width: 40px;
    height: 40px;
    border: 1px solid #4aa9e9;
    opacity: 0;
  }
}
@-moz-keyframes fw_loading_form {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: calc(100% + 50px);
  }
}
@-webkit-keyframes fw_loading_form {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: calc(100% + 50px);
  }
}
@-o-keyframes fw_loading_form {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: calc(100% + 50px);
  }
}
@keyframes fw_loading_form {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: calc(100% + 50px);
  }
}
@-moz-keyframes fw_loading_barra {
  0% {
    top: 0;
    height: 26px;
  }
  50%, 100% {
    top: 8px;
    height: 10px;
  }
}
@-webkit-keyframes fw_loading_barra {
  0% {
    top: 0;
    height: 26px;
  }
  50%, 100% {
    top: 8px;
    height: 10px;
  }
}
@-o-keyframes fw_loading_barra {
  0% {
    top: 0;
    height: 26px;
  }
  50%, 100% {
    top: 8px;
    height: 10px;
  }
}
@keyframes fw_loading_barra {
  0% {
    top: 0;
    height: 26px;
  }
  50%, 100% {
    top: 8px;
    height: 10px;
  }
}
@-moz-keyframes fw_alerta_notificacao_tempo {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fw_alerta_notificacao_tempo {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes fw_alerta_notificacao_tempo {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fw_alerta_notificacao_tempo {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes form_esqueleto_loading {
  0% {
    left: -40px;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes form_esqueleto_loading {
  0% {
    left: -40px;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes form_esqueleto_loading {
  0% {
    left: -40px;
  }
  100% {
    left: 100%;
  }
}
@keyframes form_esqueleto_loading {
  0% {
    left: -40px;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes loading_form {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes loading_form {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes loading_form {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes loading_form {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes form_animacao_barra {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes form_animacao_barra {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes form_animacao_barra {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes form_animacao_barra {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
