  body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: center
    }

    h2,
    h4 {
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1.1;
    }

    h2 {
        color: #444e5d;
        font-size: 36px;
    }

    h4 {
        color: #1fab5a;
        font-size: 26px;
    }

    p {
        color: #4d5866;
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 10px;
    }

    img {
        display: inline-block;
        vertical-align: middle;
    }

    #content {
        width: 100%;
        max-width: 1024px;
        margin: 0 auto;
    }

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

    .table {
        border-collapse: collapse;
        width: 100%;
        border: 1px solid #b3b3b3;
        font-size: 14px;
    }

    .table th {
        border: 1px solid #b3b3b3;
        padding: 4px;
    }

    .table td {
        border: 1px solid #b3b3b3;
        padding: 2px;
        font-size: 20px;
        font-weight: bold;
    }

    .table th {
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: left;
        background: #333;
        color: #fff
    }
    /*@media screen and (max-width: 768px) {
            img {
                width: 100%
            }
        }*/

    .alerta {
        background-color: #ffb786;
        border-color: #f16100;
        color: #883800;
        /*Parpadeo*/
        animation-name: parpadeo;
          animation-duration: 1s;
          animation-timing-function: linear;
          animation-iteration-count: 11;

          -webkit-animation-name:parpadeo;
          -webkit-animation-duration: 1s;
          -webkit-animation-timing-function: linear;
          -webkit-animation-iteration-count: 11;
        min-height: 50px;
    }

    .alerta p {
        color: #883800;
    }

    .alerta .boton {
        font-size: 18px;
        padding: 22px;
    }

    #tiempo {
        font-size: 26px;
        font-weight: bold;
    }

    .boton {
        text-decoration: none;
        color: #FFF;
        background-color: #00C492;
        padding: 10px;
        line-height: 1.5;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        display: inline-block;
        border-radius: 5px;
        margin: 10px 0;
        text-transform: capitalize;
    }

    .btn {
    text-decoration: none;
    color: #FFF;
    background-color: whitesmoke;
    padding: 2px 4px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    margin: 2px 0;
    font-size: 16px;
    font-weight: normal;
        
    }
    .btn-success{
        background-color: #49bf67
    }
    .btn.btn-primary {
    background-color: #00acec;
}
 .btn.btn-warning {background-color: #f8a326;}

.btn-group.open .btn-danger.dropdown-toggle, .btn.btn-danger {    background-color: #f34541;}
/*Tarjeta de cobranza*/
.gran-total{}
.gran-total .item-total{display: inline-block; vertical-align: top; min-width: 285px;   min-height: 121px; border: 1px solid #333; position: relative;}
.gran-total .item-total .titulo-total { background: #333; color: white; font-size: 14px; font-weight: bold; width: 100%;  padding: 4px 0}
.gran-total .total{font-size: 40px;top: 50%;position: absolute;left: 50%;transform: translateX(-50%);}
.gran-total .tarjeta-cobranza{ font-weight: bold;}

.loading-gif {
    display: none;
    background: rgba(0, 0, 0, 0.61);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    text-align: center;
}
.loading-gif img {
    top: 20%;
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateY(-50%);
    display: block;
}

.loading-gif p {display: none}

.parpadea {

  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}


@-moz-keyframes parpadeo{
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@media screen and (max-width: 600px) {
    h2 {font-size: 22px;}
    h4 {font-size: 18px;}
    p {font-size: 18px;}
    .gran-total .item-total{width: 100%}
    .gran-total .tarjeta-cobranza{font-size: 25px; font-weight: bold;}
    .gran-total .tarjeta-cobranza img{ width: 80% }


}

/*Tarjeta de cobranza*/
.ficha p {
    margin: 0;
    font-size: 9px !important;
    line-height: 12px !important;
    color: #fff !important;
    font-weight: normal !important;
}
.ficha .referencia-tarjeta{
    color: black !important;
    font-size: 16px !important;
    margin-top: 4px;
}