@font-face {
  font-family: 'panton';
  src: url('../fonts/Panton Bold.otf') format('opentype');
  src: url('../fonts/Panton SemiBold.otf') format('opentype');
  src: url('../fonts/Panton Regular.otf') format('opentype');
}

body {
  font-family: 'arial';
}

#index {
  background: url(../imagens/background.png) no-repeat 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

#box_right {    
  min-width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../imagens/pattern.png) no-repeat 0px 0px;
  background-size: cover;
  background-position:center bottom;
  background-color: #fff;
  box-shadow: -1px 0px 15px #ccc;
}

#box_right p {
  padding: 0 0 0 8%;
  font-weight: bold;
}

#box_right input {
  padding: 2%;
  margin: 0 0 5% 8%;
  width: 80%;
  border: 1px solid #d4d4d4;
}

#box_right button {
  margin-left: calc(100% - 65%);
}

#box_right a {
  font-size: 14px;
  color: #000;
  margin-left: calc(100% - 60%);
  text-decoration: none;
}

#box_right a:hover {
  color: #107ec0;
  text-decoration: underline;
}

.logo {
  padding: 0 0 0 15%;
  margin-top: 10%;
}

#msg_login, #msg_redefinir {
  color: red;
  font-weight: normal !important;
  text-align: right;
  padding: 0 8% 0 0 !important;
  margin-top: 0;
}

.ocultar {
  display: none;
}

@media screen and (max-width: 1200px) {
 .logo{
    margin: auto !important;
  }
}

@media screen and (max-width: 991px) {
  .logo{
    padding: 1% !important;
  }

  #back_sobre {
    background: url(../imagens/sobre.png) no-repeat 0px 0px;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .logo_home {
    margin: 0;
    padding: 5% 1%;
    width: 60%; 
  }

  .logo {
    max-width: 50%;
  }

  #back_sobre {
    background: unset;
  }

  .footer {
    position: relative;
    background-color: transparent;
    bottom: 0;
    left: 0;
  }

  .botao {
    margin-left: 10px 0 0 35%;
  }

  .logo_footer {
    margin: 5% 1%;
    min-width: 50%;  
  }

  .pad_t5 {
    padding-top: 0;
  }

  .float_right, .float_left { 
    float: none; 
  }

  .text_left {
    text-align: center;
  }

  .page_pad {
    padding: 0% 5% !important;
    text-align: justify;   
  }

  .page_pad img {
    padding: 1%; 
  }

  .header_img {
    max-width: 200px !important; 
    margin: auto;   
  }

  .header_img2 {
    max-width: 200px !important; 
    margin: auto;   
  }

  .pad_mobile {
    padding: 5% !important; 
  }

  p {
    font-size: 20px;
  }  

  h1 {
    font-size: 34px;
  }
}

@media screen and (max-width: 595px) {
  .logo_home {
    margin: 0;
    padding: 5% 1%;
    width: 100%; 
  }


  #box_right {    
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../imagens/pattern.png) no-repeat 0px 0px;
    background-size: cover;
    background-position:center bottom;
    background-color: #fff;
    box-shadow: -1px 0px 15px #ccc;
  }

  .footer_links span {
    font-size: 14px;
  }

  .title {
    font-size: 28px;  
  }

  .botao {
    margin-left: calc(100% - 70%);
  }

  .logo {
    max-width: 70%;
  }
}

@media screen and (max-width: 470px) {
  .title_img {
    max-width: 90% !important; 
    float: none !important; 
  }

  .botao {
    margin-left: calc(100% - 80%);
  }

  .logo {
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
 .logo{
    margin: auto !important;
  }
}

@media screen and (max-width: 991px) {
  .logo{
    padding: 1% !important;
  }
}

/* Login Page ================================== */
.login-page {
   background: transparent;
   padding-left: 0;
   max-width: 600px;
   margin: 10% auto 0;
   overflow-x: hidden; 
}

.login-page .login-box .msg {
   color: #555;
   margin-bottom: 30px;
   text-align: center; 
   font-size: 16px;
   padding-top: 10px
}

.login-page .login-box a {
   font-size: 16px;
   text-decoration: none;
   color: #2e344a; 
}

.login-page .login-box a:hover,
.login-page .login-box a:active,
.login-page .login-box a:focus {
  text-decoration: underline;
}

.login-page .login-box .logo_ {
   margin-bottom: 20px; 
}

.login-page .login-box .logo_ a {
   font-size: 36px;
   display: block;
   width: 100%;
   text-align: center;
   color: #fff; 
}

.login-page .login-box .logo_ a img {
   max-width: 100%;
}  

.resposta {
   text-align: right;
   color: red;
   display: none;
   font-weight: bold;
}  

/* Card ======================================== */
.card {
  background: rgba(255, 255, 255, 0.4);
  min-height: 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 30px; 
}
.card .body {
  font-size: 14px;
  color: #555;
  padding: 40px; 
}
.card .body .col-xs-6,
.card .body .col-sm-6,
.card .body .col-md-6,
.card .body .col-lg-6 {
  margin-bottom: 20px; 
}
.card .body .col-xs-12,
.card .body .col-sm-12,
.card .body .col-md-12,
.card .body .col-lg-12 {
  margin-bottom: 20px; 
}


/* Input Group ================================= */
.input-group {
  width: 100%;
  margin-bottom: 20px; }
  .input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative; }
    .input-group .form-line:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      bottom: -2px;
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -moz-transition: 0.25s ease-in;
      -o-transition: 0.25s ease-in;
      -webkit-transition: 0.25s ease-in;
      transition: 0.25s ease-in;
      border-bottom: 2px solid #1f91f3; }
    .input-group .form-line + .input-group-addon {
      padding-right: 0;
      padding-left: 10px; }
  .input-group .help-info {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    color: #999; }
  .input-group label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336; }
  .input-group .form-line.error:after {
    border-bottom: 2px solid #F44336; }
  .input-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50; }
  .input-group .form-line.warning:after {
    border-bottom: 2px solid #FFC107; }
  .input-group .form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .input-group .form-line.focused .form-label {
    bottom: 25px;
    left: 0;
    font-size: 12px; }
  .input-group .input-group-addon {
    border: none;
    background-color: transparent;
    padding-left: 0;
    font-weight: bold; }
    .input-group .input-group-addon .material-icons {
      font-size: 18px;
      color: #555; }
  .input-group input[type="text"],
  .input-group .form-control {
    background: transparent;
    box-shadow: none;
    color: #000;
    border: 1px solid #000;
    padding: 10px 20px !important;
    border-radius: 10px !important;
    height: auto;
    width: 90%; }
    .input-group .form-control::-webkit-input-placeholder { /* Edge */
      color: #000;
    }

    .input-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: #000;
    }

    .input-group .form-control::placeholder {
      color: #000;
    }
  .input-group .form-control:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important; }

.input-group.input-group-sm .input-group-addon i {
  font-size: 14px; }

.input-group.input-group-sm .form-control {
  font-size: 12px; }

.input-group.input-group-lg .input-group-addon i {
  font-size: 26px; }

.input-group.input-group-lg .form-control {
  font-size: 18px; }

.form-control-label {
  text-align: right; }
  .form-control-label label {
    margin-top: 8px; }

.form-horizontal .form-group {
  margin-bottom: 0; }

.form-group {
  width: 100%;
  margin-bottom: 25px; }
  .form-group .form-control {
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 0; }
  .form-group .help-info {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    color: #999; }
  .form-group label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336; }
  .form-group .form-line {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd; }
    .form-group .form-line:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 0;
      bottom: -1px;
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -moz-transition: 0.25s ease-in;
      -o-transition: 0.25s ease-in;
      -webkit-transition: 0.25s ease-in;
      transition: 0.25s ease-in;
      border-bottom: 2px solid #1f91f3; }
    .form-group .form-line .form-label {
      font-weight: normal;
      color: #aaa;
      position: absolute;
      top: 10px;
      left: 0;
      cursor: text;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .form-group .form-line.error:after {
    border-bottom: 2px solid #F44336; }
  .form-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50; }
  .form-group .form-line.warning:after {
    border-bottom: 2px solid #FFC107; }
  .form-group .form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .form-group .form-line.focused .form-label {
    top: -10px;
    left: 0;
    font-size: 12px; }

.form-group-sm .form-label {
  font-size: 12px; }

.form-group-sm .form-line.focused .form-label {
  bottom: 20px;
  font-size: 10px; }

.form-group-lg .form-label {
  font-size: 18px; }

.form-group-lg .form-line.focused .form-label {
  bottom: 35px;
  font-size: 12px; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent; }

/* Buttons ===================================== */
.btn:focus { outline: none !important; }

.btn-block {
  display: block;
  width: auto;
  float: left;
  padding: 10px 25px;
  background-color: #2f56e6;
  color: #fff;
}

.btn-block:hover,
.btn-block:active,
.btn-block:focus {
  background-color: #0b2892;
  color: #fff; 
}

.forget {
  display: block;
  text-align: right;
  padding: 10px 40px 0;
  text-decoration: underline;
}

.label_op {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

.label_op input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 10px;
  width: 10px;
  left: 5px;
}

.radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #fff;
  border: 1px solid #2e344a;
  border-radius: 15px;
}

.label_op input:checked ~ .checkmark, .label_op:hover input ~ .checkmark,
.label_op input:checked ~ .radiomark, .label_op:hover input ~ .radiomark {
  background-color: #2e344a;
}

.checkmark:after, .radiomark:after {
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 15px;
  background-color: #fff;
  position: absolute;
  display: none;
}

.label_op input:checked ~ .radiomark:after, .label_op:hover input ~ .radiomark:after {
  display: block;
}

.label_op .radiomark:after {
  left: 5px;
  top: 5px;
}