/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.alert-danger {
    padding: 0.25rem 1.25rem !important;
}

body {
  position: relative;
  color: #5F6A81;
}
  body.padded {
    padding-top: 100px;
  }
@media (max-width: 991px) {
    body.padded {
    padding-top: 60px;
    }
    #home {
        background-size: contain !important;
        background-repeat: round;
    }
    .form-group.filled, .form-group.focussed {
        margin: 20px 0px 0px 0px;
    }
}

@media (min-width: 992px) {
    .btn-fechar-menu {
        display: none;
    }
}

.btn-outline-primary {
    background-color: var(--cor-azul-opte-plus);
    border-color: var(--cor-azul-opte-plus);
    color: var(--cor-branco);
}

    .btn-outline-primary:hover {
        color: var(--cor-branco);
        background-color: var(--cor-azul-opte-plus);
        border-color: var(--cor-azul-opte-plus);
    }

a {
    color: #464B52;
}
a:hover {
    color: #d8c573;
}

h1, h2, h3, h4, h5, h6, .display-4 {
  font-weight: 700;
}

p:last-child,
li:last-child,
ol,
ul {
  margin-bottom: 0 !important;
}

.text-muted {
  color: rgba(95, 106, 129, .8) !important;
}

#header {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  background: #fff;
}
  #header.sticky {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
  }
  #header.sticky .logo img {
    height: 40px;
  }
  #header .nav-open-btn,
  #header .nav-close-btn {
    display: none;
    cursor: pointer;
    color: rgba(95, 106, 129, 1);
  }
  #header .logo img {
    height: 70px;
  }
  #header .nav .nav-link {
    font-size: 14px;
    font-weight: 700;
  }
    #header .nav .nav-link.active {
      color: rgba(95, 106, 129, .5);
    }

@media (max-width: 991px) {
  #header {
    height: 60px;
  }
  #header .logo img {
    height: 40px;
  }
  #header .nav-open-btn {
    display: block;
  }
  #header .nav {
    position: fixed;
    top: 0;
    left: -280px;
    width: 260px;
    height: 100vh;
    background: #fff;
    z-index: 1001;
    box-shadow: 11px 0 50px rgba(0, 0, 0, .2);
    display: list-item;
    padding: 60px 0 0 12px;
    -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
  }
    #header .nav .nav-close-btn {
      display: block;
      position: absolute;
      top: 12px;
      right: 12px;
    }
    #header .nav.nav-opened {
      right: 0;
      padding-top: 2%;
      left:-10px;
    }
}

#home {
    background-size: cover;
    min-height: 520px;
    background-color: #555;
}

.pb-5, .py-5 {
    padding-top: 3rem !important;
}

#login {
    background: #fff;
    box-shadow: 0 2px 40px rgba(0, 0, 0, .05);
    border-radius: 12px;
}

.btn-login-enviar {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 6px !important;
}

.btn-login-voltar {
    color: #005B95;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 6px !important;
    border: 1px solid #005B95 !important;
    background: #FFF !important;
}
.btn-login-voltar:hover {
    color: #005B95 !important;
}

#login .form-group label {
    color: #555;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /*transform: translate(0, 30px) scale(1);*/
    pointer-events: none;
    margin-bottom: 0;
    transform-origin: left;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
  #login .form-group.focussed label,
  #login .form-group.filled label{
    /*transform: translate(0, 0) scale(.8);*/
  }
    #login .form-group.focussed label {
      color: #464B52;
    }
  #login .form-control {
    border: none;
    border-bottom: 1px solid rgba(95, 106, 129, .5);
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    border-radius: 0;
  }
    #login .form-group.focussed .form-control {
      border-bottom: 1px solid #464B52;
    }

.captcha-login {
    margin-left: 23px !important;
}

.page-title {
  background-image: url(../../../../Imagens/Acelera/grad.png);
  background-size: cover;
  background-position: center bottom;
  color: #fff;
}
  .page-title .lead {
    font-size: 1.5rem;
    font-weight: 300;
  }

@media (max-width: 991px) {
  .page-title .display-4 {
    font-size: 2rem;
  }
  .page-title .lead {
    font-size: 1.12rem;
    font-weight: 300;
  }
  li.nav-item:nth-child(1) {
    margin-bottom: 10px;
  }
}

#rules,
#faq {
  background: rgba(95, 106, 129, .1);
}

#rules .item,
#faq .item {
  margin-bottom: 3rem;
  background: #fff;
  padding: 80px;
}
  #rules .item:last-child,
  #faq .item:last-child {
    margin-bottom: 0;
  }
  #rules .item h3,
  #faq .item h3 {
    margin-bottom: 1.5rem;
  }
  #rules .item h3 {
    margin-top: 3rem;
  }
    #rules .item h3:first-child {
      margin-top: 0;
    }
  #rules .item ol li,
  #rules .item ul li,
  #faq .item ol li,
  #faq .item ul li {
    margin-bottom: 1rem;
  }
    #rules .item ol li ol,
    #faq .item ul li ol {
      margin-top: 1.5rem;
    }
.btn-white {
  background: #fff;
}


@media (max-width: 991px) {
  #rules .item,
  #faq .item {
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem;
  }
    #rules .item h3,
    #faq .item h3 {
      font-size: 1.25rem;
      margin-bottom: 1.25rem;
    }
}

#footer {
  border-top: 1px solid rgba(95, 106, 129, .2);
}
#footer .copy {
border-top: 1px solid rgba(95, 106, 129, .2);
}
#footer .social a {
font-size: 24px;
margin-left: 8px;
}

  a.btn-fechar-menu {
    font-size: 22px;
    padding: 10px;
    margin-left: 5%;
    font-weight: 700;
}

  @media (max-width: 460px) {
    a.logo {
    margin-right: 30%;
    }
    #header .nav.nav-opened {
    width: 60%;
    }
  }

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 

  section#home {
    min-height: 820px !important;
  }
  section#home .container {
    margin-top: 15%;
  }
  a.logo {
    margin-right: 45%;
  }
}

input.borda-vermelha {
    border: 1px solid #cc0000 !important;
}

span.corMensagemValidacaoCampo.field-validation {
    padding: 5px;
    display: -webkit-inline-box;
    border-radius: 4px;
    background-color: #0098d7;
    border-color: #ffffff;
    color: #ffffff;
    font-size: 13px;
    width: 100%;
    text-align: -webkit-center;
}

footer p {
    color: #333;
}

a#btnEsqueceuSenha, .texto-auxiliar {
    text-align: center !important;
    display: block !important;
    margin-top: 20px !important;
    color: #555;
    font-size: small !important;
    font-weight: 100;
}

a#btnEsqueceuSenha, .texto-auxiliar, .texto-login {
    text-align: center !important;
    display: block !important;
    margin-top: 20px !important;
    color: #333;
    font-size: 14px !important;
    font-weight: 500;
}

.texto-login {
    margin-top: 0px !important;
}

.texto-recupera-senha {
    font-size: 16px !important;
}

h4 {
    color: #555;
}

#btnVoltar {
    background-color: #8b8b8b;
    border-color: #8b8b8b;
}

p.p-tipo-pessoa {
    text-align: center;
    margin-bottom: 30px;
}

p.p-tipo-pessoa a {
    text-align: center;
}

p.p-tipo-pessoa a {
    font-weight: 600;
    font-size: 1.2em;
}

html {
    column-count: 1;
}

#header .nav .nav-link.active {
    color: #d8c573 
}
.display-initial {
    display: initial;
}

#msgNomeInvalido, #msgCPFInvalido, #msgEmailInvalido, #msgconfirmaEmailInvalido, #msgDataNascimentoInvalido, #msgTelefoneInvalido, #msgSenhaInvalida, #msgConfirmaSenhaInvalida {
    display: none;
}

.alert.alert-error {
    border: 1px solid red;
}

.blockUI.blockMsg.blockPage {
    border: none !important;
    border-radius: 5px !important;
    font-size: 11px;
    padding: 15px 0 !important;
    height: auto;
    width: 20% !important;
    left: 40% !important;
}
input.form-control {
    font-family: system-ui;
    font-family: sans-serif;
    /* font-family: 'Montserrat'; */
}

.col-md-6 .jconfirm-box {
    margin-top: -30%;
}

.mensagemOK {
    border: 1px solid green;
    background-color: #e8f9e7;
    padding: 5px;
    border-radius: 5px;
    font-weight: 500;
}

.sec-cadastrar .col-sm-12.col-md-6 {
    float: left;
    max-height: 95px;
}

input#btnEnviarCadastro:disabled {
    background-color: #d8c573;
    color: #fff;
    border-color: #d8c573;
    opacity: 0.4;
}
.botoes-cadastro {
    padding: 0% 25%;
}

a.logo {
    width: 135px;
    margin-left: 10px;
}

@media (max-width: 550px) {
    .div-cadastrar {
        padding: 3rem 10px !important;
    }
    .botoes-cadastro {
        padding: 0% 0%;
    }
    .blockUI.blockMsg.blockPage {
        left: 55% /*!important*/;
    }

    #recaptchaunicred iframe {
        min-width: fit-content !important;
        transform: scale(0.77) !important;
        -webkit-transform: scale(0.77) !important;
        transform-origin: center center !important;
        -webkit-transform-origin: center center !important;
        margin-left: 5px;
        margin-left: -8%;
    }

    .captcha-login {
        margin-left: 0px !important;
    }

    .recuperar-senha #recaptchaunicred iframe {
        margin-left: 0%;
    }
}

.pd-10 {
    padding: 10px;
}

.pd-login {
    padding: 48px;
}

.txt-login {
    color: #005B95;
    font-family: "Open Sans";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration-line: none;
}

.centralizar-01 {
    display: flex;
    justify-content: center;
}

#login .form-group label {
    padding-bottom: 8px;
}

.mb-24 {
    margin-bottom: 24px;
}

#login .form-control {
    border-radius: 6px !important;
    border: 1px solid #CDCDCD !important;
    background: #FFF !important;
    padding: 10px !important;
}

#tp-fisica {
    color: #005B95;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

#btnEntrar {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 18px 10px !important;
}
    