@import url(normalize.css);
.container {
  display: flex;
  width: 100%;
  max-width: 1440px; }

.container-fluid {
  display: flex;
  width: 100%; }

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.text-primary {
  color: #0F4E70; }

.text-center {
  justify-content: center; }

::-webkit-input-placeholder {
  text-align: center; }

.btn-i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: cornflowerblue;
  width: 70px;
  height: 70px;
  left: 95%;
  top: 80%;
  border-radius: 75px; }
  .btn-i i {
    font-size: 3rem;
    color: #ffffff; }

header {
  width: 100%;
  justify-content: center;
  background-color: #3888FF;
  margin: auto; }
  header h1 {
    color: aliceblue; }

header#consultaPqr {
  display: flex;
  width: 100%;
  max-width: 1440px;
  justify-content: center;
  background-color: #3888FF;
  margin: auto;
  background-color: cornflowerblue; }
  header#consultaPqr h1 {
    color: aliceblue; }
  header#consultaPqr .logo {
    display: flex;
    width: 20%; }
  header#consultaPqr .title {
    display: flex;
    width: 60%;
    justify-content: center; }
  header#consultaPqr .user {
    display: flex;
    width: 20%;
    justify-content: flex-end;
    align-items: center;
    padding-right: 2rem; }
    header#consultaPqr .user .btns {
      display: flex;
      background-color: rgba(255, 255, 255, 0.5);
      justify-content: flex-end;
      border-radius: 11px;
      padding-top: 5px;
      width: 25%; }
      header#consultaPqr .user .btns a img {
        width: 100%;
        max-width: 45px; }

section#form {
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px; }
  section#form .box1 {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: center; }
    section#form .box1 .consecutivo {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      height: 40px;
      margin-bottom: 20px; }
      section#form .box1 .consecutivo h6#tleCons {
        margin-left: 10px; }
    section#form .box1 .row {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      height: 40px;
      margin-bottom: 20px; }
      section#form .box1 .row input {
        border: 1px solid #3888FF;
        border-radius: 2px;
        width: 60%;
        height: 40px; }
  section#form .box2 {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: center;
    margin-bottom: 2rem; }
    section#form .box2 .row {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      height: 40px;
      margin-bottom: 20px; }
      section#form .box2 .row input {
        border: 1px solid #3888FF;
        border-radius: 2px;
        width: 60%;
        height: 40px; }
      section#form .box2 .row .invoiceBox > input {
        display: none; }
      section#form .box2 .row .invoiceBox label {
        display: block; }
      section#form .box2 .row .boxFile {
        display: inline-block;
        width: 100%;
        border: 1px solid grey;
        background: #3888FF;
        color: aliceblue;
        padding: 10px;
        text-align: center;
        font-weight: 500;
        font-size: 14px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      section#form .box2 .row .boxFile:hover {
        cursor: pointer;
        background: grey;
        color: #fff; }
      section#form .box2 .row .boxFile i {
        display: block;
        font-size: 26px;
        margin-bottom: 5px; }
      section#form .box2 .row .attached,
      section#form .box2 .row .attached:hover,
      section#form .box2 .row .attached:focus {
        background: green;
        color: #fff;
        border: 1px solid green; }
    section#form .box2 select {
      max-width: 200px; }
  section#form .box3 {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center; }
    section#form .box3 .row {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      height: 100px;
      margin-bottom: 20px; }
      section#form .box3 .row input {
        border: 1px solid #3888FF;
        border-radius: 2px;
        width: 60%;
        height: 40px; }
      section#form .box3 .row input[type='submit'] {
        background-color: #3888FF;
        color: aliceblue; }
      section#form .box3 .row textarea {
        height: 100px;
        width: 60%;
        border: 1px solid #3888FF; }
  section#form .cont-menBot {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
    section#form .cont-menBot .mensaje {
      display: flex;
      justify-content: center;
      width: 100%;
      flex-wrap: wrap; }
      section#form .cont-menBot .mensaje h6 {
        width: 100%;
        color: #3888FF;
        font-size: 1.2rem;
        margin: 0;
        padding: 1rem; }
      section#form .cont-menBot .mensaje p {
        width: 100%;
        padding: 1rem; }
      section#form .cont-menBot .mensaje .check {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
        section#form .cont-menBot .mensaje .check .box {
          display: flex;
          justify-content: center;
          width: 20%; }
          section#form .cont-menBot .mensaje .check .box input[type="checkbox"] {
            width: 108px;
            height: 20px; }
        section#form .cont-menBot .mensaje .check .txt {
          display: flex;
          width: 80%;
          justify-content: center; }
    section#form .cont-menBot .btn {
      display: flex;
      width: 100%;
      justify-content: center; }
      section#form .cont-menBot .btn input {
        border: 1px solid #3888FF;
        border-radius: 2px;
        width: 60%;
        height: 40px; }
      section#form .cont-menBot .btn input[type='submit'] {
        background-color: #3888FF;
        color: aliceblue; }
        section#form .cont-menBot .btn input[type='submit']:hover {
          background-color: aliceblue;
          color: #3888FF; }

section.main {
  display: flex;
  justify-content: center;
  margin: auto; }
  section.main .ingresoBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 2rem;
    width: 100%;
    max-width: 1440px;
    height: 120px; }
    section.main .ingresoBox form {
      margin: auto;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      section.main .ingresoBox form input {
        border: 1px solid #3888FF;
        border-radius: 20px;
        width: 70%;
        height: 60px;
        margin-bottom: 1rem;
        outline: none; }
        section.main .ingresoBox form input:hover {
          background-color: cornflowerblue;
          color: aliceblue; }
      section.main .ingresoBox form input[type="submit"] {
        width: 40%;
        color: aliceblue;
        background-color: cornflowerblue; }
        section.main .ingresoBox form input[type="submit"]:hover {
          background-color: aliceblue;
          color: cornflowerblue; }
  section.main .g-recaptcha {
    margin-top: 1rem; }

#resultado {
  overflow-x: auto;
  margin: auto; }
  #resultado .table-pqrs {
    width: 100%;
    max-width: 1440px;
    border: 1px solid cornflowerblue; }
    #resultado .table-pqrs thead {
      background-color: cornflowerblue; }
      #resultado .table-pqrs thead th {
        background-color: cornflowerblue;
        color: aliceblue; }
    #resultado .table-pqrs tr:hover {
      background-color: cornflowerblue; }
      #resultado .table-pqrs tr:hover td {
        background-color: aliceblue;
        cursor: pointer; }

@media (max-width: 425px) {
  .btn-i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: cornflowerblue;
    width: 70px;
    height: 70px;
    left: 74%;
    top: 80%;
    border-radius: 75px; }
    .btn-i i {
      font-size: 3rem;
      color: #ffffff; }

  header {
    justify-content: center;
    background-color: #3888FF; }
    header h1 {
      color: aliceblue;
      font-size: 1.4rem; }

  section#form {
    margin: auto;
    justify-content: center;
    flex-wrap: wrap; }
    section#form .box1 {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: center; }
      section#form .box1 .row {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center; }
    section#form .box2 {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: center; }
      section#form .box2 .row {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center; }
    section#form .cont-menBot {
      display: flex;
      width: 100%; } }

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