       
 body {
            padding: 0 20px 20px;
        }
body.loginForm{
    background: radial-gradient(rgba(204,204,204,0.4) 2px, transparent 3px),radial-gradient(rgba(204,204,204,0.4) 2px, transparent 3px),transparent;
    background-position-x: 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%;
    background-size: auto, auto, auto;
    background-size: 40px 40px;
    background-position: 60px 55px, 0px -5px;
}

        h2 {
             color: rgb(0, 89, 147);
             font-family: sans-serif !important;
             font-weight: 100;
             font-size: 1.5rem;
             padding: 20px 0 10px;
         }
         label {
            display: block;
        }
        .btn,
         input[type=submit] {
            background: rgba(223,84,42,1);
            background: -moz-linear-gradient(top, rgba(223,84,42,1) 0%, rgba(204,59,18,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(223,84,42,1)), color-stop(100%, rgba(204,59,18,1)));
            background: -webkit-linear-gradient(top, rgba(223,84,42,1) 0%, rgba(204,59,18,1) 100%);
            background: -o-linear-gradient(top, rgba(223,84,42,1) 0%, rgba(204,59,18,1) 100%);
            background: -ms-linear-gradient(top, rgba(223,84,42,1) 0%, rgba(204,59,18,1) 100%);
            background: linear-gradient(to bottom, rgba(223,84,42,1) 0%, rgba(204,59,18,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df542a', endColorstr='#cc3b12', GradientType=0 );
            color: #fff;
            font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
            font-weight: var( --e-global-typography-accent-font-weight );
            display: inline-block;
            line-height: 1;
            font-size: 15px;
            padding: 12px 24px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            fill: #fff;
            text-align: center;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            margin: 0 auto;
            line-height: 30px;
            border: none;
            text-transform: uppercase;
        }
        .btn:hover,
        input[type=submit]:hover {
            color: #fff !important;
            background: rgba(204,59,18,1);
            background: -moz-linear-gradient(top, rgba(204,59,18,1) 0%, rgba(223,84,42,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(223,84,42,1)), color-stop(100%, rgba(204,59,18,1)));
            background: -webkit-linear-gradient(top, rgba(204,59,18,1) 0%, rgba(223,84,42,1) 100%);
            background: -o-linear-gradient(top, rgba(204,59,18,1) 0%, rgba(223,84,42,1) 100%);
            background: -ms-linear-gradient(top, rgba(204,59,18,1) 0%, rgba(223,84,42,1) 100%);
            background: linear-gradient(to bottom, rgba(204,59,18,1) 0%, rgba(223,84,42,1) 100%);
        }
        .btn.btn-secondary {
            border: 1px solid rgba(204,59,18,1);
            background: transparent;
            color: rgba(204,59,18,1) !important;
        }
        .btn.btn-secondary:hover {
            border: 1px solid rgba(223,84,42,1);
            background: transparent;
            color: rgba(223,84,42,1) !important;
        }
        .btn.btn-detail {
            color: #FFF;
            opacity: .8;
            background: rgba(0,88,147,1);
            background: -moz-linear-gradient(top, rgba(0,88,147,1) 0%, rgba(9,56,84,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,88,147,1)), color-stop(100%, rgba(9,56,84,1)));
            background: -webkit-linear-gradient(top, rgba(0,88,147,1) 0%, rgba(9,56,84,1) 100%);
            background: -o-linear-gradient(top, rgba(0,88,147,1) 0%, rgba(9,56,84,1) 100%);
            background: -ms-linear-gradient(top, rgba(0,88,147,1) 0%, rgba(9,56,84,1) 100%);
            background: linear-gradient(to bottom, rgba(0,88,147,1) 0%, rgba(9,56,84,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005893', endColorstr='#093854', GradientType=0 );
        }
        .btn.btn-detail: hover{
            opacity: 1;
        }


        input[type=text] {
            padding: 6px 10px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            fill: #fff;
            text-align: center;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            display: block;
            width: 100%;
            margin: 10px auto 15px;
        }
        .logotype {
            width: 340px;
            padding: 20px 0;
            margin: 0 auto;
            display: block;
        }
        form {
            background: #efefef;
            padding: 20px;
            border-radius: 5px;
            text-align: center;
        }


               ul {
          max-height: 220px;
          border: 1px solid #efefef;
          overflow: scroll;
          padding: 10px;
      }
      li strong{ display: none; }
      li {
          width: 23%;
          display: inline-block;
          padding: 1%;
          text-align: center;
      }
      li:hover {
          background: #efefef;
      }
      .liHead {
         display: inline-block;
          font-weight: bold;
          background: #0062A7;
          border: 1px solid #FFF;
          color: #FFF;
          pointer-events: none;
      }



.disable{
    opacity: .3;
    pointer-events: none;
}
#fieldLoading{
    display: inline-block;
}
#fieldImg{
    display: none;
    height: 45px;
    width: 45px;
    margin-left: 20px;
}

#fieldImg.showElement{
    display: inline-block;
}





.t-page {
    padding-bottom: 0 !important;
    padding-top: 10px !important;
    min-height: 500px;
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.t-nav-pills {
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    padding: 1.5rem 0;
}
.t-nav-pills .nav-item {
    padding-right: 8px;
    width: 100%;
    margin-bottom: .25rem !important;
    margin-top: .25rem !important;
}
.t-nav-pills .nav-item a {
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    color: #071F2F;
    font-size: 15px;
    width: 100%;
    display: block;
    padding: .5rem 1rem;
}
.t-nav-pills .nav-item a.active {
    background-color: #005993;
    color: #fff;
}


.flex-column {
    flex-direction: column !important;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
 .t-nav-pills{
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    background: #FFF;
}
.t-nav-pills .nav-item {
    padding-right: 8px;
    width: 100%;
}
.t-nav-pills .nav-item .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    color: #071F2F;
    font-size: 15px;
}
.t-nav-pills .nav-item .nav-link.active {
    background-color: #005993;
    color: #fff;
}

.content-process {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    padding: 3.33333em !important;
    background: #FFF;
}













.frmLaUnion{
    background: #FFF;
    text-align: left;
}




/****** LOGIN *****/
.form-label:not(.reset) {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 5px;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    opacity: 0.5;
}

.block-terms.btnAcept label.error,
label.error {
    color: #E80000;
    opacity: 1;
    display: block;
    transition-duration: 250ms;
    font-weight: 600;
    margin-top: .25rem;
    text-align: left;
    position: relative;
    font-size: 80%;
}
.form-control.error ~ label {
    color: #E80000;
}
.form-control.error:not(.form-check-input) {
    transition-duration: 250ms;
    border-bottom: 2px solid #E80000;
}

.frmLaUnion .form-control:focus ~ label,
.page-login .form-control:focus ~ label,
.frmLaUnion.form-control.filled ~ label,
.page-login .form-control.filled ~ label {
    font-size: 12px;
    font-family: 'GothamRounded-Bold';
    color: #005993;
    opacity: 1;
}

.frmLaUnion .form-control:focus ~ label,
.page-login .form-control:focus ~ label {
    top: -7px;
}
.frmLaUnion.form-control.filled ~ label,
.page-login .form-control.filled ~ label {
    top: -12px;
}


.form-control.valid ~ label,
.form-control.error ~ label ~ label {
    top: -15px;
}

.frmLaUnion .comment-form input:focus[type="email"], 
.frmLaUnion .comment-form input:focus[type="text"], 
.frmLaUnion .comment-form input:focus[type="url"], 
.frmLaUnion .comment-form textarea:focus, 
.frmLaUnion .form-control:focus,
.page-login .comment-form input:focus[type="email"], 
.page-login .comment-form input:focus[type="text"], 
.page-login .comment-form input:focus[type="url"], 
.page-login .comment-form textarea:focus, 
.page-login .form-control:focus {
    -webkit-box-shadow:  none;
    box-shadow: none;
}



.frmLaUnion .content-form ,
.page-login .content-form {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    margin-top: 3.33333em;
    margin-bottom: 3.33333em;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    max-width: 665px;
}
.page-login  .form-login {
    background: transparent;
}
.page-login .content-form .block-header {
    padding: 30px 50px;
    border-top: 3px solid #005993;
    width: initial;
    margin-left: initial;
    width: 100%;
    margin-left: 0;
}
.page-login .content-form .block-header p {
    font-size: 1rem;
    text-align: center;
    font-family: "GothamRounded-Book";
}
.page-login .content-form .block-header strong {
    font-family: "GothamRounded-Medium";
}
.page-login .content-form .block-tab {
    padding-left: 3.33333em !important;
    padding-right: 3.33333em !important;
    padding-bottom: 3rem !important;
    padding-top: .5rem !important;
}
.page-login .content-form .block-header {
    padding: 30px 50px;
    border-top: 3px solid #005993;
    width: initial;
    margin-left: initial;
    width: 100%;
    margin-left: 0;
    background-color: #F7F9FF;
}
.frmLaUnion .form-control,
.page-login .form-control {
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid #071F2F;
    border-radius: 0;
    padding-left: 0;
    margin: 0;
    text-align: left;
}
.frmLaUnion .form-group,
.page-login .form-group {
    position: relative;
    margin-bottom: 0;
    min-height: 75px;
    max-width: 520px
}
.block-recover-password {
    text-align: right;
}

.frmLaUnion .form-label:not(.reset)
.page-login .form-label:not(.reset) {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 5px;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    opacity: 0.5;
}
.btn.btn-primary, .btn.btn-secondary {
    flex: 1;
    width: 100%;
    margin-bottom: .5rem !important;
    margin-top: .5rem !important;
    margin: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #FFF !important;
    font-family: 'GothamRounded-Medium';
    box-shadow: 0 0.5rem 1rem rgba(223,83,42,0.35) !important;
    background-color: #DF532A;
    border-color: #DF532A;
}
.btn.btn-primary, .btn.btn-secondary {
    box-shadow: 0 0.5rem 1rem rgba(223,83,42,0.35) !important;
}



.page-login .content-form .form-login .form-group .icon-eye{
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
}

.page-login .reset.btn.btn-link {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    background: none;
    font-family: 'GothamRounded-Book';
    color: #071F2F;
    text-transform: none;
    border-color: transparent !important;
    padding: 0 !important;
    height: initial !important;
    margin: auto;
    font-size: .93333rem;
    text-decoration: none;
}

.btn:not([disabled]) {

}
.btn[disabled]{
    pointer-events: none;
}






.txt-right{
    text-align: right;
}
.t-block-buttons .btn {
    width: initial;
    min-width: 285px;
}

.t-block-buttons.t-block-pagar .btn {
    width: initial;
    min-width: 200px;
}



.block-info .t-subtitle {
    color: #005993;
    margin-bottom: 15px;
    font-size: 1.86667rem;
    font-family: 'GothamHTF-Medium';
    letter-spacing: normal;
}
.block-info .t-subtitle-2.hide-sm {
    font-family: "GothamHTF-Bold";
    font-size: 1.2rem;
    color: #071F2F;
    letter-spacing: 1.06px;
    font-weight: bold;
    padding: 0 0 6px;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.block-info .txt-description {
    font-family: 'GothamRounded-Book';
    color: #071F2F;
}
.block-info .txt-steps {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'GothamRounded-Book';
    color: #071F2F;
}
.block-info .txt-steps svg {
    color: #B9D137;
    fill: #B9D137;
    margin-bottom: 4px;
}

.tab-content .t-subtitle-2 {
    font-family: "GothamHTF-Bold";
    font-size: 1.2rem;
    color: #071F2F;
    letter-spacing: 1.06px;
    font-weight: bold;
    padding-bottom: 6px;
    margin-bottom: 1.5rem !important;
}
.tab-content form {
    background: transparent;
    text-align: left;
    padding: 0;
}
.tab-content form label {
    font-size: 12px;
    font-family: 'GothamRounded-Bold';
    color: #005993;
    opacity: 1;
}

.tab-content form input[type="text"] {
    border: none;
    border-bottom: 1px solid #071F2F;
    border-radius: 0;
    padding-left: 0;
    text-align: left;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
        padding-left: 0.75rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}



.tab-content.tab-info .t-subtitle-2 {
    padding: 20px 0 10px;
}
.tab-content.tab-info p {
    font-weight: bold;
    width: 49%;
    display: inline-block;
    font-size: 12px;
    font-family: 'GothamRounded-Bold';
    color: #005993;
    padding-bottom: 10px;
}
.tab-content.tab-info p strong {
    display: inline-block;
}
.tab-content.tab-info p.divBtn{
    width: 100%;
    text-align: right;
}
.tab-content.tab-info form input[type="text"] {
    height: auto;
    line-height: initial;
    margin: 0;
}



.tab-content.tab-info .t-subtitle-2 {
    padding: 10px 0 30px;
}
.tab-content.tab-info h5 {
    padding: 20px 0 10px;
}
.tab-content.tab-info p{
    padding-bottom: 0px;
}
.tab-content.tab-info p#nameFacturalbl,
.tab-content.tab-info p#nameFactura{
    width: 100%;
}
.tab-content.tab-info p strong {
    display: block;
    color: #071F2F;
    font-size: 15px;
    font-family: 'GothamRounded-Book';
}
.tab-content.tab-info form input[type="text"] {
    padding: 0;
    border: none;
    font-size: 14px;
    color: #071F2F;
    font-family: 'GothamRounded-Book';
}




#nameFactura {
    width: 100%;
    display: block;
}

#facturaTotal {
    background: #005993;
    padding: 2px;
    color: #FFF;
}
#facturaTotal input[type="text"] {
    background: transparent;
    color: #FFF;
    border: none;
    font-size: 22px;
    text-align: center;
    width: 100%;
}


.tab-content.tab-detalle .t-subtitle-2 {
    padding: 20px 0 10px;
}

.tab-content.tab-detalle.modal {
    max-width: inherit;
}
.tab-content.tab-detalle.modal .content{
    overflow: scroll;
    height: 80vh;
}
.tab-content.tab-detalle.modal a.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
}
.tab-content.tab-detalle.modal li {
    width: 12.5%;
}
.tab-content.tab-detalle.modal .liHead {
    font-size: 11px;
}
.tab-content.tab-detalle.modal .liDetail{
    background: #efefef;
}
.tab-content.tab-detalle.modal .liPago{
    font-weight: bold;
}



.tab-content.tab-detalle.modal ul {
    display: none;
}
.tab-content.tab-detalle.modal .content ul {
    display: block;
    max-height: inherit;
}
.tab-content.tab-detalle.modal ul.liDetail li {
    width: 100%;
    text-align: left;
    padding: 0 0 5px;
}
.tab-content.tab-detalle.modal ul.liDetail li strong {
    display: inline-block;
    padding-right: 20px;
    font-size: .7em;
    color: #005993;
}




/*** PAYMENT ***/
.block-terms.btnAcept {
    padding-left: 20px;
    padding-top: 20px;
}
.block-terms.btnAcept a {
    color: #071F2F;
    font-family: 'GothamRounded-Medium';
}
.block-terms.btnAcept label {
    color: #071F2F;
    font-size: 100%;
    font-family: 'GothamRounded-Book';
}
.block-terms.btnAcept #cardTerms {
    top: 20px;
}
.page-online-payment .medium-bold {
    font-family: "GothamHTF-Medium";
}
.page-online-payment .form-control {
    border: none;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
        padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.payment-brands.form-group {
    padding-bottom: 1.5rem !important;
}
.page-online-payment .form-group label.reset,
.page-online-payment .block-terms.form-check label.form-check-label{
    font-family: 'GothamRounded-Book';
    color: #071F2F;
    display: inline-block;
    margin-bottom: .5rem;
    font-size: inherit;
}
.block-terms.form-check label.form-check-label a{
    font-family: 'GothamRounded-Medium';
}
.block-terms.form-check{
    margin-bottom: 0;
    min-height: 45px;
    position: relative;
    display: block;
    padding-left: 1.25rem;
    display: block;
    padding-left: 1.25rem;
    display: block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    min-height: 45px;
    position: relative;
}
.payment-brands.form-group img {
    margin-right: 20px;
    max-width: 75px;
    max-height: 40px;
}
.payment-brands.form-group p {
color: #071F2F;
}

.form-check .form-check-input {
    margin-top: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    height: 18px;
    width: 18px;
    border: 2px solid #005993 !important;
    background: transparent;
        background-size: auto;
    outline: none;
    -webkit-box-shadow: 0 1px 2px rgba(0,89,147,0.1);
    box-shadow: 0 1px 2px rgba(0,89,147,0.1);
    -webkit-appearance: none;
    border-radius: 3px !important;
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
    background-size: 0%;
    cursor: pointer;
    position: absolute;
    margin-left: -1.25rem;
}



hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid rgba(0,0,0,0.1);
}


.btnPatente {
  max-width: 300px !important;
  margin: 20px;
  height: auto;
}






      @media only screen and (max-width: 560px) {
        .btnPatente{
            max-width: 100%;
        }
         li {width: 100%;}  
         .liHead {display: none}
         li strong{ display: inline-block; }
         li.liLast{ padding-bottom: 30px; }
      }