h1, h2, h3, h4, h5, h6, p, a, div, button, ul, li, ol, span, strong, label, input, textarea, select {
  font-family: "Outfit", sans-serif;
}

header {
  background-image: url("../images/bg-1.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
header .bg-degrade {
  background: #133D66;
  background: linear-gradient(2deg, rgba(19, 61, 102, 0.8) 0%, rgba(0, 32, 27, 0.8) 100%);
  width: 100%;
  height: 100%;
}
header .bg-degrade .col-12, header .bg-degrade .col-6 {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
header .bg-degrade .col-12 img, header .bg-degrade .col-6 img {
  width: 100px;
}
header .bg-degrade .col-12 p, header .bg-degrade .col-6 p {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
header .bg-degrade .col-12 p.principal, header .bg-degrade .col-6 p.principal {
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 992px) {
  header .bg-degrade .col-12.ano, header .bg-degrade .col-6.ano {
    display: none;
  }
}
header .bg-degrade .col-12.ano p, header .bg-degrade .col-6.ano p {
  font-size: 18px;
  text-align: end;
}

footer {
  background-color: #133D66;
}
footer .rodape {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .rodape a, footer .rodape p {
  margin: 0;
  color: white;
  text-decoration: none;
  font-size: 12px;
}
footer .rodape a {
  border-bottom: 1px solid white;
}

#credenciamento-area #inicio .formulario {
  height: 100vh;
  padding: 40px 130px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 1350px) {
  #credenciamento-area #inicio .formulario {
    padding: 40px 100px;
  }
}
@media (max-width: 1350px) {
  #credenciamento-area #inicio .formulario {
    padding: 40px 80px;
  }
}
@media (max-width: 767px) {
  #credenciamento-area #inicio .formulario {
    padding: 40px;
  }
}
#credenciamento-area #inicio .formulario .cabecalho {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
#credenciamento-area #inicio .formulario .cabecalho img {
  width: 80px;
}
#credenciamento-area #inicio .formulario .cabecalho p {
  margin: 0;
  color: #0F172A;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
#credenciamento-area #inicio .formulario .rodape {
  display: flex;
  justify-content: center;
  align-items: center;
}
#credenciamento-area #inicio .formulario .rodape a, #credenciamento-area #inicio .formulario .rodape p {
  margin: 0;
  color: #0F172A;
  text-decoration: none;
  font-size: 10px;
}
#credenciamento-area #inicio .formulario .rodape a {
  border-bottom: 1px solid #0F172A;
  margin-left: 14px;
}
#credenciamento-area #inicio .formulario .formulario-container {
  padding: 0 50px;
}
@media (max-width: 1350px) {
  #credenciamento-area #inicio .formulario .formulario-container {
    padding: 0 40px;
  }
}
@media (max-width: 1200px) {
  #credenciamento-area #inicio .formulario .formulario-container {
    padding: 0 30px;
  }
}
#credenciamento-area #inicio .formulario .formulario-container h1 {
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 0 20px;
}
@media (max-width: 500px) {
  #credenciamento-area #inicio .formulario .formulario-container h1 {
    font-size: 18px;
  }
}
#credenciamento-area #inicio .formulario .formulario-container p {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 500px) {
  #credenciamento-area #inicio .formulario .formulario-container p {
    font-size: 12px;
  }
}
#credenciamento-area #inicio .formulario .formulario-container form {
  margin-top: 50px;
}
#credenciamento-area #inicio .formulario .formulario-container form button {
  width: 100%;
  margin-top: 20px;
  background-color: #133D66;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 5px;
  height: 50px;
  font-weight: 700;
  border-color: #133D66;
  transition: all 0.4s;
  border-width: 2px;
  letter-spacing: 1px;
}
#credenciamento-area #inicio .formulario .formulario-container form button:hover {
  background-color: white;
  border-color: #0275d8;
  color: #0275d8;
}
#credenciamento-area #inicio .banner {
  background: #133D66;
  background: linear-gradient(2deg, rgb(19, 61, 102) 0%, rgb(0, 32, 27) 100%);
  padding: 0;
}
#credenciamento-area #inicio .banner .banner-img {
  background-image: url("../images/bg-1.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
#credenciamento-area #formulario {
  min-height: 100vh;
}
#credenciamento-area #formulario .titulo {
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding: 0 20px;
}
@media (max-width: 500px) {
  #credenciamento-area #formulario .titulo {
    font-size: 18px;
  }
}
#credenciamento-area #formulario .subtitulo {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  max-width: 450px;
}
@media (max-width: 500px) {
  #credenciamento-area #formulario .subtitulo {
    font-size: 12px;
  }
}
#credenciamento-area #formulario ul {
  padding-left: 30px;
  font-size: 14px;
}
#credenciamento-area #formulario ul li {
  font-size: 14px;
}
#credenciamento-area #termos h1 {
  color: #00201B;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 40px;
}
#credenciamento-area #termos .termos-container {
  background: #F5F5F5;
  padding: 20px 40px;
}
#credenciamento-area #termos .termos-container p {
  color: #00201B;
  font-size: 14px;
}
#credenciamento-area #termos .termos-container ul li {
  font-size: 14px;
  color: #00201B;
  line-height: 26px;
}
#credenciamento-area .investimento-container {
  background-color: #133D66;
  border-radius: 8px;
  color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 40px;
}
#credenciamento-area .investimento-container p {
  font-size: 14px;
  margin: 0;
}
#credenciamento-area .investimento-container h1 {
  font-weight: 800;
}
#credenciamento-area .investimento-container h1 span {
  font-size: 14px;
}
#credenciamento-area .input-field {
  width: 100%;
  padding: 17px;
  border: 1px solid #002b4e;
  border-radius: 5px;
  font-size: 14px;
}
#credenciamento-area .input-field.verificado {
  background-color: #DFDFDF;
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 20px;
  background-image: url("../images/icones/check-input.png");
}
#credenciamento-area label {
  font-weight: 600;
  color: #0F172A;
  font-size: 14px;
  margin-bottom: 8px;
}
#credenciamento-area label span {
  color: #133D66;
}
#credenciamento-area .text-auxiliar {
  color: #0F172A;
  font-size: 12px;
}
#credenciamento-area #btn-validar-codigo {
  padding: 10px 30px !important;
}
#credenciamento-area .checkbox-container {
  border: 2px solid #94A3B8 !important;
  height: 45px;
  width: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#credenciamento-area .checkbox-container input {
  accent-color: #133D66;
}
#credenciamento-area .checkbox-container.checkbox-ativo {
  border: 2px solid #133D66 !important;
}
#credenciamento-area .checkbox-container.checkbox-ativo label {
  color: #133D66 !important;
  font-weight: 700;
}
#credenciamento-area .checkbox-container label {
  margin-bottom: 0;
  margin-left: 5px;
}
#credenciamento-area .input-padrao {
  border: 2px solid #94A3B8 !important;
  height: 45px;
  width: 100%;
  padding: 17px;
  border-radius: 5px;
  font-size: 14px;
  padding-left: 30px;
}
#credenciamento-area .input-padrao::placeholder {
  color: #94A3B8;
}
#credenciamento-area .input-padrao.input-validado {
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px;
  background-image: url("../images/icones/check-input.png");
}
#credenciamento-area .input-padrao.input-nao-validado {
  border-color: #C82727 !important;
}
#credenciamento-area .input-form-icon .icon {
  position: absolute;
  background-position: 20px center;
  background-repeat: no-repeat;
  padding-left: 80px;
  background-size: 35px;
  width: 40px;
  height: 50px;
  z-index: 2;
}
#credenciamento-area .input-form-icon .icon-user {
  background-image: url("../images/icones/input-user-icon.png") !important;
}
#credenciamento-area .input-form-icon input {
  position: relative;
  z-index: 1;
  padding-left: 70px;
  border-color: #94A3B8 !important;
  border-width: 2px;
  height: 50px;
}
#credenciamento-area .input-form-icon input::placeholder {
  color: #94A3B8;
}
#credenciamento-area .botoes {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  #credenciamento-area .botoes .btn {
    font-size: 12px;
    padding: 20px;
  }
}
#credenciamento-area .text-footer {
  font-size: 12px;
}
#credenciamento-area .validado {
  color: #008672;
  font-size: 12px;
  margin-top: 4px;
  padding-left: 0;
}
#credenciamento-area .nao-validado {
  color: #C82727;
  font-size: 12px;
  margin-top: 4px;
  padding-left: 0;
}
#credenciamento-area .btn-1 {
  background: #F4F4F4;
  border: 2px solid #BAD3F6;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  padding: 15px 30px;
  transition: all 0.4s;
  text-transform: uppercase;
}
#credenciamento-area .btn-1:hover {
  background: #BAD3F6;
}
#credenciamento-area .btn-2 {
  background: #133D66;
  border: 2px solid #133D66;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  padding: 15px 30px;
  transition: all 0.4s;
  color: white;
  text-transform: uppercase;
}
#credenciamento-area .btn-2:hover {
  background-color: white;
  border-color: #0275d8;
  color: #0275d8;
}
#credenciamento-area .btn-3 {
  background: white;
  border: 2px solid #133D66;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  padding: 15px 30px;
  transition: all 0.4s;
  color: #133D66;
  text-transform: uppercase;
}
#credenciamento-area .btn-3:hover {
  background-color: #133D66;
  color: white;
}
#credenciamento-area .informacoes-finais h2 {
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 0 20px;
}
@media (max-width: 500px) {
  #credenciamento-area .informacoes-finais h2 {
    font-size: 18px;
  }
}
#credenciamento-area .informacoes-finais p {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 500px) {
  #credenciamento-area .informacoes-finais p {
    font-size: 12px;
  }
}
#credenciamento-area .informacoes-finais .links-sociais {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#credenciamento-area .informacoes-finais .links-sociais a {
  display: flex;
  max-width: 400px;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
#credenciamento-area .informacoes-finais .links-sociais a span {
  margin-left: 5px;
  border-bottom: 1px solid #000000;
}
#credenciamento-area .informacoes-finais .links-sociais a svg {
  width: 20px;
  fill: #133D66;
}
#credenciamento-area .menu .item-menu {
  background-color: #F4F4F4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
}
#credenciamento-area .menu .item-menu.ativo {
  background-color: #133D66;
}
#credenciamento-area .menu .item-menu.ativo p, #credenciamento-area .menu .item-menu.ativo i {
  color: white;
}
@media (max-width: 998px) {
  #credenciamento-area .menu .item-menu.ativo p {
    display: block;
  }
}
@media (max-width: 992px) {
  #credenciamento-area .menu .item-menu.ativo i, #credenciamento-area .menu .item-menu.ativo svg {
    margin-right: 10px;
  }
}
#credenciamento-area .menu .item-menu.ativo svg {
  fill: white;
}
#credenciamento-area .menu .item-menu p {
  margin-bottom: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  #credenciamento-area .menu .item-menu p {
    font-size: 10px;
  }
}
@media (max-width: 998px) {
  #credenciamento-area .menu .item-menu p {
    display: none;
  }
}
#credenciamento-area .menu .item-menu i {
  margin-right: 10px;
  color: #7F8FB3;
}
@media (max-width: 1200px) {
  #credenciamento-area .menu .item-menu i {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  #credenciamento-area .menu .item-menu i {
    margin-right: 0;
  }
}
#credenciamento-area .menu .item-menu svg {
  fill: #7F8FB3;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  #credenciamento-area .menu .item-menu svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 992px) {
  #credenciamento-area .menu .item-menu svg {
    margin-right: 0;
  }
}

/*# sourceMappingURL=main.css.map */
