article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 400;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
.clear {
  clear: both;
}
.d100 {
  width: 100%;
  height: auto;
  display: table;
}
.displayflex {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
input:invalid {
  box-shadow: none;
}
textarea:invalid {
  box-shadow: none;
}
* {
  padding: 0;
  border: 0;
  margin: 0;
  line-height: 1.5;
}
a,
img {
  border: 0;
  text-decoration: none;
}
img {
  margin-bottom: -6px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
input {
  outline: none;
}
html,
body {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  height: 100%;
  font-weight: 400;
}
.bgloader {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.7);
  z-index: 9999;
  display: none;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bgloader::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
.container-fix {
  width: auto;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#bg-all-login {
  width: 100%;
  display: flex;
  gap: 50px;
}
#bg-all-login .al-right {
  display: flex;
  flex: 1.5;
}
#bg-all-login .al-right img {
  width: 100%;
}
#bg-all-login .al-left {
  display: flex;
  flex: 1;
  padding: 20px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#bg-all-login .al-left .all-inner {
  width: 450px;
  margin: 0 auto;
}
#bg-all-login .al-left .all-inner .logo {
  margin-bottom: 20px;
}
#bg-all-login .al-left .all-inner .logo img {
  width: 100%;
  max-width: 200px;
}
#bg-all-login .al-left .all-inner h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 40px;
}
#bg-all-login .al-left .all-inner h1 br {
  line-height: 36px;
}
#bg-all-login .al-left .all-inner h1 b {
  line-height: 36px;
}
#bg-all-login .al-left .all-i2 {
  width: 500px;
}
#bg-all-login .al-left .all-i2 .logo {
  margin-bottom: 30px;
}
#formForget {
  display: none;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.formlc {
  color: #a0a0a0;
}
.formlc ::placeholder {
  color: #a0a0a0;
  opacity: 1;
}
.formlc :-ms-input-placeholder {
  color: #a0a0a0;
}
.formlc ::-ms-input-placeholder {
  color: #a0a0a0;
}
.formlc input[type="text"],
.formlc input[type="email"],
.formlc input[type="tel"],
.formlc input[type="password"] {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 10px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
  color: #1d1d1b;
  background-color: #f5f6fa;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
.formlc select {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 10px;
  transition: all 0.44s ease-in-out;
  -moz-transition: all 0.44s ease-in-out;
  -webkit-transition: all 0.44s ease-in-out;
  color: #a0a0a0;
  background-color: #f5f6fa;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
.formlc input[type="text"]:focus {
  border: 1px solid #2bcc9e;
  border: 1px solid #ff6d5f;
}
.formlc input[type="email"]:focus {
  border: 1px solid #2bcc9e;
  border: 1px solid #ff6d5f;
}
.formlc input[type="tel"]:focus {
  border: 1px solid #2bcc9e;
  border: 1px solid #ff6d5f;
}
.formlc input[type="password"]:focus {
  border: 1px solid #2bcc9e;
  border: 1px solid #ff6d5f;
}
.formlc textarea {
  width: 100%;
  height: 110px;
  margin-bottom: 20px;
  color: #000;
  border-radius: 2px;
  border: 0px;
  padding-left: 10px;
}
.formlc input[type="submit"] {
  width: 100%;
  float: left;
  height: 45px;
  border: 0px;
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 0px;
  color: #fff;
  background-color: #2bcc9e;
  background-color: #ff6d5f;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  border-radius: 5px;
  transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -webkit-transition: all 0.55s ease-in-out;
}
.formlc input[type="submit"]:hover {
  background-color: #e75244;
}
.formlc .show-hide-pass {
  text-align: right;
  margin-top: -15px;
}
.formlc .show-hide-pass a {
  display: inline-block;
  float: right;
  margin-top: -38px;
  margin-right: 15px;
  z-index: 33;
  position: relative;
  color: #a0a0a0;
  font-size: 20px;
  transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -webkit-transition: all 0.55s ease-in-out;
}
.formlc .show-hide-pass a:hover {
  color: #1d1d1b;
}
.formlc .show-hide-pass .hidden_pass {
  display: none;
  margin-right: 14px;
}
.formlc .row-error {
  width: 96%;
  padding: 10px 2% 10px 2%;
  background-color: #fde4e4;
  border: 2px solid #fec1c4;
  border-radius: 4px;
  color: #ce0028;
  margin-top: 10px;
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
  animation: fade-in 0.6s;
}
.formlc .bg-bes {
  text-align: right;
}
.formlc .bg-bes span {
  display: inline-block;
  font-size: 13px;
  margin-top: 15px;
  cursor: pointer;
  color: #a0a0a0;
  transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -webkit-transition: all 0.55s ease-in-out;
}
.formlc .bg-bes span:hover {
  color: #1d1d1b;
}
.formlc .bg-bess2 {
  margin-top: -16px;
}
.formlc .label-termos {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 400;
}
.formlc .label-termos input[type="checkbox"] {
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-top: 3px;
}
.formlc .label-termos a {
  text-decoration: underline;
  color: blue;
}
.formlc2 input[type="text"],
.formlc2 input[type="email"],
.formlc2 input[type="tel"],
.formlc2 input[type="password"] {
  height: 45px;
}
.formlc2 select {
  height: 45px;
}
.not-register {
  margin-top: 80px;
}
.not-register p {
  font-size: 15px;
  color: #a0a0a0;
  text-align: center;
  margin-top: 8px;
}
.not-register .right-link a {
  width: 100%;
  display: inline-block;
  border: 2px solid #2bcc9e;
  border: 2px solid #ff6d5f;
  padding: 8px 0 8px 0;
  color: #1d1d1b;
  text-align: center;
  font-size: 15px;
  border-radius: 8px;
  transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -webkit-transition: all 0.55s ease-in-out;
}
.not-register .right-link a:hover {
  background-color: #2bcc9e;
  background-color: #ff6d5f;
  color: #fff;
}
.box-suporte {
  width: 110px;
  height: 40px;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px;
  text-align: center;
}
.box-suporte a {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  background-color: #2ccd47;
  border-radius: 8px;
}
.box-suporte a .st {
  width: 70%;
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-top: 3px;
}
.box-suporte a .si {
  width: 30%;
  float: right;
}
.box-suporte a .si img {
  width: 100%;
  max-width: 26px;
  margin-bottom: -5px;
}
.msg-pass {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  border-radius: 4px;
  padding-left: 10px;
  display: none;
  background-color: #f5f6fa;
  font-size: 14px;
}
.msg-pass .ptitle {
  color: #1d1d1b;
  margin-left: 0px;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 4px;
}
.msg-pass p {
  margin-top: 0px;
  margin-bottom: 2px;
  text-align: left;
  margin-left: 10px;
}
.msg-pass p b {
  font-weight: 600;
}
.msg-pass .valid {
  color: green;
}
.msg-pass .valid:before {
  position: relative;
  left: -8px;
  content: "✔";
}
.msg-pass .invalid {
  color: red;
}
.msg-pass .invalid:before {
  position: relative;
  left: -8px;
  content: "✖";
}
.msg-add-sucess {
  width: 94%;
  padding: 3%;
  max-width: 800px;
  background-color: #dff0d8;
  color: #2e6b2d;
  border: 2px solid #d8eaca;
  font-size: 18px;
  text-align: center;
  margin: 70px auto;
}
.msg-false-forget {
  background-color: #fbf6dd;
  color: #99784a;
  border: 2px solid #99784a;
}
.row-go-home {
  margin-bottom: 50px;
  text-align: center;
}
.row-go-home a {
  display: inline-block;
  background-color: #2bcc9e;
  color: #fff;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -webkit-transition: all 0.55s ease-in-out;
}
.row-go-home a:hover {
  background-color: ;
}
.row-change {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.row-change .logo {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.row-change .logo img {
  width: 100%;
  max-width: 250px;
}
.row-change h1 {
  color: #1d1d1b;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
.row-termos {
  margin-top: 40px;
  margin-bottom: 40px;
}
.row-termos p {
  margin-bottom: 10px;
  color: #666;
}
.ptit {
  margin: 5px 0px 10px 0px;
  font-weight: 600;
  color: #1d1d1b;
}
.ptit b {
  color: red;
}
.ptit span {
  color: #a0a0a0;
}
.box-image-pagina .box-img-pf {
  text-align: center;
}
.box-image-pagina .box-img-pf .noimg {
  margin-bottom: 10px;
}
.box-image-pagina .box-img-pf .noimg img {
  width: 100%;
  max-width: 180px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.out-upload-image .file-upload {
  background-color: #ffffff;
  margin: 0 auto;
}
.out-upload-image .file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #c13b2a;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #c13b2a;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}
.out-upload-image .file-upload-btn:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}
.out-upload-image .file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}
.out-upload-image .file-upload-content {
  display: none;
  text-align: center;
}
.out-upload-image .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  float: left;
  margin-left: -50%;
}
.out-upload-image .image-upload-wrap {
  margin-top: 0px;
  border: 2px dashed #c13b2a;
  border: 2px dashed #ff6d5f;
  position: relative;
  margin-top: 10px;
}
.out-upload-image .image-dropping,
.out-upload-image .image-upload-wrap:hover {
  background-color: #c13b2a;
  background-color: #ff6d5f;
  border: 2px dashed #ffffff;
}
.out-upload-image .image-title-wrap {
  color: #222;
}
.out-upload-image .drag-text {
  text-align: center;
}
.out-upload-image .drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #c13b2a;
  color: ;
  padding: 14px 0;
  font-size: 14px;
}
.out-upload-image .file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}
.out-upload-image .remove-image {
  width: 100%;
  height: 38px;
  line-height: 40px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0px;
}
.out-upload-image .remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}
.out-upload-image .remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}
.error-js {
  margin-bottom: 20px;
  width: 96%;
  padding: 10px 2% 10px 2%;
  background-color: #fde4e4;
  border: 2px solid #fec1c4;
  border-radius: 4px;
  color: #ce0028;
  font-size: 15px;
  display: block;
  animation: fade-in 0.6s;
}
.warning-js {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 96%;
  padding: 10px 2% 10px 2%;
  background-color: #fde4e4;
  border: 2px solid #fec1c4;
  border-radius: 4px;
  color: #ce0028;
  font-size: 15px;
  display: none;
  animation: fade-in 0.6s;
}
.recaptcha-msg {
  margin-top: 20px;
  width: 96%;
  padding: 10px 2% 10px 2%;
  background-color: #fde4e4;
  border: 2px solid #fec1c4;
  border-radius: 4px;
  color: #ce0028;
  font-size: 15px;
  display: none;
  animation: fade-in 0.6s;
}
.checkbox-msg {
  margin-top: 20px;
  width: 96%;
  padding: 10px 2% 10px 2%;
  background-color: #fde4e4;
  border: 2px solid #fec1c4;
  border-radius: 4px;
  color: #ce0028;
  font-size: 15px;
  display: none;
  animation: fade-in 0.6s;
}
.file-msg {
  margin-top: 20px;
  width: 96%;
  padding: 10px 2% 10px 2%;
  background-color: #fde4e4;
  border: 2px solid #fec1c4;
  border-radius: 4px;
  color: #ce0028;
  font-size: 15px;
  display: none;
  animation: fade-in 0.6s;
}
.btn-creci-validate {
  position: relative;
}
.btn-validate {
  padding: 3px 13px;
  background-color: #ff6d5f;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  position: absolute;
  top: 38%;
  right: 5%;
  transform: translate(0%,-50%);
  z-index: 999;
}
.cadastro-creci-valid {
  border-color: green !important;
  background-color: #c9ffc9 !important;
}
.feedback-creci-valid {
  margin-bottom: 20px;
  animation: fade-in 0.6s;
}
.feedback-creci-valid p {
  color: green !important;
  font-size: 15px;
}
.feedback-creci-invalid {
  margin-bottom: 20px;
  animation: fade-in 0.6s;
}
.feedback-creci-invalid p {
  color: #ce0028;
  font-size: 15px;
}
.row-phone {
  margin-bottom: 15px;
}
.row-phone .iti {
  display: block !important;
}
.pop-up {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255,255,255,0.5);
  display: none;
}
.pop-up .pop-up-content {
  width: 650px;
  margin: 10% auto;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(64,64,64,0.05);
}
.pop-up .pop-up-content .pop-up-header {
  display: flex;
  justify-content: space-between;
}
.pop-up .pop-up-content .pop-up-header a {
  color: #2c1e4f;
}
.pop-up .pop-up-content .pop-up-header a i {
  margin-left: 5px;
}
.pop-up .pop-up-content .pop-up-header span {
  font-weight: 600;
  color: #2c1e4f;
}
.pop-up .pop-up-content .pop-up-body {
  margin-top: 20px;
  text-align: center;
  background-color: #fbf6dd;
  color: #99784a;
  border-radius: 5px;
  padding: 8px 5px;
}
.pop-up .pop-up-content .pop-up-footer {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}
.pop-up .pop-up-content .pop-up-footer a {
  color: #fff;
  background-color: #ff6d5f;
  padding: 5px 10px;
  border-radius: 5px;
  transition: ease-in-out 0.44s;
  text-align: center;
  font-weight: 600;
}
.pop-up .pop-up-content .pop-up-footer a:hover {
  background-color: #ff6d5f;
}
.material-symbols-outlined {
  line-height: 0 !important;
  vertical-align: middle !important;
  translate: none !important;
  -webkit-translate: none !important;
}
@media (max-width: 1120px) {
  .container-fix {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  #bg-all-login {
    width: 100%;
    height: auto;
    max-height: auto;
    display: block;
  }
  #bg-all-login .al-right {
    width: 100%;
    float: left;
    height: auto;
    display: flex;
    margin-top: 50px;
  }
  #bg-all-login .al-right img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  #bg-all-login .al-left {
    width: 100%;
    float: left;
    height: auto;
    display: table;
    -webkit-align-items: left;
    align-items: left;
    -webkit-justify-content: left;
    justify-content: left;
    padding: 0px;
  }
  #bg-all-login .al-left .all-inner {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
  }
  #bg-all-login .al-left .all-inner .logo {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
  }
  #bg-all-login .al-left .all-inner .logo img {
    width: 100%;
    max-width: 200px;
  }
  #bg-all-login .al-left .all-inner h1 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  #bg-all-login .al-left .all-inner h1 br {
    line-height: 28px;
  }
  #bg-all-login .al-left .all-inner h1 b {
    line-height: 28px;
  }
  .not-register {
    margin-top: 80px;
  }
  .not-register p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .not-register .right-link a {
    padding: 11px 0 11px 0;
    font-size: 15px;
  }
  .pop-up .pop-up-content {
    width: 80%;
    padding: 20px;
    margin: 35% auto;
  }
  .pop-up .pop-up-content .pop-up-body {
    font-size: 14px;
  }
}
