.resultados-gerais{
    padding-bottom: 80px;
}

/* revisar blockquote */
blockquote {
    margin:  2.5rem;

}


/* login */
.login-container-grid {
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    grid-template-areas: "login-l login-r";
    height: 100vh;
}



.login-r{
    grid-area: login-r;
    position: relative;
    background-color: #fafafa;
  }
  
  .login-r-container{  
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translate(30%, -50%);
    /* padding-left: 70px; */
    width: 60%;
  }
  
  .login-form-texto{
    font-family: Roboto;
    color: #4d4d4d;
    font-size: 20pt;
    padding-bottom: 10px;
  }

  .login-form-texto-pequeno{
    font-family: Roboto;
    color: #4d4d4d;
    font-size: 12pt;
    padding-bottom: 10px;
  }


  .login-link{
    font-family: Roboto;
    color: #4d4d4d;
    font-size: 13pt;
    padding-top: 15px;
    text-decoration: underline;
  }
  

  
  .login-botao{
    background-color: #1D2C59;
    font-family: Roboto;
    font-size: 12pt;
    padding: 10px;
    color: #f2f2f2;
    border: none;
  }
  .login-botao:focus{
   background-color: #1D2C59;
   font-family: Roboto;
   font-size: 12pt;
   padding: 10px;
   color: #f2f2f2;
 }
 
 .login-botao:hover{
   background-color: #2c4287;
   color:#fff; 
   font-family: Roboto;
   font-size: 12pt;
   padding: 10px;
 }
  
  .login-caixa-forma{
    font-family: Roboto;
    font-size: 15pt;
    width: 100px;
  }
  .login-l{
    grid-area: login-l;
    position: relative;
    background-color: #fafafa;
  
  
  }

  
  .logo-numera-img{
    max-width: 40%;
    min-width: 100px;
    padding-bottom: 15px;

  }
  .logo-img{
    max-width: 100%;
    height:100vh;
    min-width: 200px;

  }



  .toggle-pass {
    display: flex;
  
    
  }
  #togglePassword {
    position:absolute;
    right: 15px;
    padding-top: 7px;
  }

  
body {
    font-family: Roboto, sans-serif;
    font-weight:400;
    font-size: 1.25rem;
    line-height: 1.5;
    color:#4d4d4d;
    padding: 0;
    margin: 0;
}

.apresentacao {
    height: 91vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("images/bg-burnout1.png");
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo {
    width: 175px;
    position: absolute;
    top: 50px;
    left: 50px;
}
.div-dropdowns{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;

}

.dropdown {
    padding-top: 35px;
    text-align: center;
    font-family: Roboto;
    font-size: 0.9rem;
    min-width:  300px;
}

H1 {
    font-weight: 100;
    font-size: 2.5rem;
    text-align: center;
}
.apresentacao > H1 {
    max-width:60%;
    color: white;
}

H1 > * {
    font-weight: 400;
}

.resultados-pessoais {
    margin: 50px 20%;
    font-size: 1.25rem;
}

.resultados-pessoais > H1 {
    font-weight: 400;
    letter-spacing: 10px;
    text-align: left;
}

.graficos {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(4, 1fr);
    font-size: 1rem;
    align-items: center;
}

.graficos-geral {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    font-size: 1rem;
    align-items: center;
}

.resultado-pessoal {

    /* border-radius: 5px; */
    /* height: 50px; */
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;

}

.graficos-gerais-container {
    display: grid;
    grid-template-columns: 1fr 1fr;

}

#texto-exaustao, #texto-cinismo, #texto-despersonalizacao, #texto-autoeficacia {
    margin-bottom: 0;
}

.titulo-grafico {
    margin: 0;
}



.pos-resultado {
    font-weight: 500;
}

hr {
    margin: auto 30%;
    height: 1px;
    border: none;
    background-color: #5288db;
}

.margin80 {
    margin: 50px 10%;
}

.descricao > H1 {
    margin: auto 15%;
}

.descricao > H1 > span {
    letter-spacing: 10px;
}

.def-burnout {
    margin: 30px 10%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(4, 1fr);
}

.texto-def-burnout {
    background-color: #fff;
    padding: 5px 15px;
}

.titulo-def-burnout {
    background-color: #fff;
    margin-top: 100px;
    letter-spacing: 10px;
    font-weight: 500;
    text-align: left;
}

#planes-burnout {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("images/fire.jpg");
    background-size: cover;
    grid-column: 2 / 9;
    grid-row: 1 / 4;
}

.box-def-burnout {
    grid-column: 5/ 12;
    grid-row: 2 / 5;
}

.diagrama-burnout {
    margin: auto 5%;
    display: grid;
    grid-template-columns: 1fr 0.2fr 1px 3fr;
    font-size: 1rem;
}

.box-burnout {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.box-burnout > P {
    padding: 20px 30px;
    margin: 0 0 0 50px;
    border-radius: 5px;
    background-color: #5288db;
    color: white;
    min-width: 100px;
    width: 100%;
    text-align: center;   
}

.linha-burnout-vertical {
    display: flex;
    align-items: center;
    justify-content: center;
}

#content-linha-burnout {
    height: 1px;
    border: none;
    background-color: #4d4d4d;
    width: 100%;
    margin: 0;
}

.linha-vertical {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* padding-top: 5px; */
}

.linha-vertical > div {
    height: 75.1%;
    background-color: #4d4d4d;
    width: 1px;
}

.linhas-vertical-dimensoes {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    align-items: center;
    justify-content: center;
    width: 100%;
}

.linhas-vertical-dimensoes > HR {
    height: 10px;
    border: 1px solid blue;
    background-color: #4d4d4d;
    width: 100%;
    margin: 0;
}

.box-dimensao {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.box-dimensao > P {
    min-width: 150px;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    background-color: #4d4d4d;
    color: white;
    text-align: center;
}

.box-dimensoes {
    display: grid;
    grid-template-columns: 0.2fr 1fr 0.2fr 2fr;
}

.box-descricao {
    border: 1px solid #4d4d4d;
    border-radius: 5px;
    padding: 5px 10px 10px 10px;
    margin: 10px 0;
    text-align: center;
}

.box-dimensoes > HR {
    margin: auto 0;
    padding: 0;
    background-color: #4d4d4d;
}

.texto-pos-diagrama {
    margin: 30px 10%;
}

.destaque-azul {
    color: #5288db;
}

.box-apa {
    margin: 30px 10%;
    display: grid;
    grid-template-columns: 2px 3fr;
    align-items: center;
}

.quote-apa {
    height: 80%;
    width: 4px;
    background-color:#4d4d4d;
    border-radius: 2px;
    margin: 15px;
}

.pre-graficos-gerais {
    margin: 50px 10%;
}

.pre-graficos-gerais > h2 {
    font-weight: 500;
    letter-spacing: 10px;
}

#graficos-gerais {
    height: 40vh;
    width: 70vw;
    margin:auto;
    /* border: 1px solid #4d4d4d; */
}

div#graph-cotainer {
    display: flex;
    justify-content: center;
}



.Select-control {
    background-color: #5288db10;
    border-radius: 4px;
    /* border: 1px solid #ccc; */
    color: white;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 36px;
    overflow: hidden;
    border: none;
    border-bottom: 1px #5288dbaa solid;
}

.recomendacoes-gerais > * {
    margin: auto 10%;
}

.recomendacoes-gerais > h2 {
    font-weight: 500;
    letter-spacing: 10px;
}

li {
    margin: 10px 0;
}

.referencias {
    margin: 50px 20%;
    font-size: 1.1rem;
    font-weight: 400;
}

.referencias > H2 {
    font-weight: 300;
}

.final-hr {
    margin: 100px 5% 50px 5%;
    height: 1px;
    border: none;
    background-color: #7e7e7e;
}

.rodape {
    font-size: 1.0rem;
    margin: 20px 30%;
    text-align: center;
}

.logo-rodape {
    width: 150px;
    padding-bottom: 10px;
}

.endereco {
    font-size: 1rem;
    font-weight:300;
}

.destaque-vermelho {
    color: red;
}

/* form control login */
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    /*height: calc(2.15625rem + 2px);*/
    padding: 0.375rem 0.75rem;
   /*font-size: 0.9375rem;*/
   font-size: 0.9rem;
    font-family: Roboto;
    font-weight: 300;
    line-height: 1.5;
    color: #7b8a8b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .form-control {
        transition: none; } }
    .form-control::-ms-expand {
      background-color: transparent;
      border: 0; }
    .form-control:focus {
      color: #7b8a8b;
      background-color: #fff;
      border-color: #597ea2;
      outline: 0;
      /*box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25); */
     }
    .form-control::placeholder {
      color: #95a5a6;
      opacity: 1; }
    .form-control:disabled, .form-control[readonly] {
      background-color: #ecf0f1;
      opacity: 1; }
  
  select.form-control:focus::-ms-value {
    color: #7b8a8b;
    background-color: #fff; }
  
  .form-control-file,
  .form-control-range {
    display: block;
    width: 100%; }
  
  .col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5; }
  
  .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.171875rem;
    line-height: 1.5; }
  
  .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.8203125rem;
    line-height: 1.5; }
  
  .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0; }
    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
      padding-right: 0;
      padding-left: 0; }
  
  .form-control-sm {
    height: calc(1.73046875rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.8203125rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
  
  .form-control-lg {
    height: calc(2.7578125rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.171875rem;
    line-height: 1.5;
    border-radius: 0.3rem; }
  
  select.form-control[size], select.form-control[multiple] {
    height: auto; }
  
  textarea.form-control {
    height: auto; }

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #18BC9C;
    padding-right: 2.15625rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.15625rem / 4);
    background-size: calc(2.15625rem / 2) calc(2.15625rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2318BC9C' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #18BC9C;
    box-shadow: 0 0 0 0.2rem rgba(24, 188, 156, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: 2.15625rem;
background-position: top calc(2.15625rem / 4) right calc(2.15625rem / 4); }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block; }



@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0; }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0; }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
    .form-inline .form-control-plaintext {
        display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto; }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0; }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0; }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center; }
    .form-inline .custom-control-label {
        margin-bottom: 0; } }



.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%; }
    .input-group > .form-control,
    .input-group > .form-control-plaintext,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0; }
        .input-group > .form-control + .form-control,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .custom-file,
        .input-group > .form-control-plaintext + .form-control,
        .input-group > .form-control-plaintext + .custom-select,
        .input-group > .form-control-plaintext + .custom-file,
        .input-group > .custom-select + .form-control,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .custom-file {
        margin-left: -1px; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
        z-index: 3; }
    .input-group > .custom-file .custom-file-input:focus {
        z-index: 4; }
    .input-group > .form-control:not(:last-child),
    .input-group > .custom-select:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .input-group > .form-control:not(:first-child),
    .input-group > .custom-select:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .input-group > .custom-file {
        display: flex;
        align-items: center; }
        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .input-group > .custom-file:not(:first-child) .custom-file-label {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }



        .input-group-lg > .form-control:not(textarea),
        .input-group-lg > .custom-select {
          height: calc(2.7578125rem + 2px); }
        
        .input-group-lg > .form-control,
        .input-group-lg > .custom-select,
        .input-group-lg > .input-group-prepend > .input-group-text,
        .input-group-lg > .input-group-append > .input-group-text,
        .input-group-lg > .input-group-prepend > .btn,
        .input-group-lg > .input-group-append > .btn {
          padding: 0.5rem 1rem;
          font-size: 1.171875rem;
          line-height: 1.5;
          border-radius: 0.3rem; }
        
        .input-group-sm > .form-control:not(textarea),
        .input-group-sm > .custom-select {
          height: calc(1.73046875rem + 2px); }
        
        .input-group-sm > .form-control,
        .input-group-sm > .custom-select,
        .input-group-sm > .input-group-prepend > .input-group-text,
        .input-group-sm > .input-group-append > .input-group-text,
        .input-group-sm > .input-group-prepend > .btn,
        .input-group-sm > .input-group-append > .btn {
          padding: 0.25rem 0.5rem;
          font-size: 0.8203125rem;
          line-height: 1.5;
          border-radius: 0.2rem; }