@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}


/*--------------------------------------------------------------
>>> LOGIN
----------------------------------------------------------------*/

.container-login {
    margin-top: 60px;
    margin-bottom: 20px;
}

#login h1 {
    font-size: 1.6em;
    color: #e06b19;
}

#full {
    min-width: 100%;
}

.logo-f {
    max-width: 220px;
}

.container-login {
    background-color: rgba(255, 255, 255, .85);
    padding: 20px;
    border-radius: 3px;
}

.container-login label {
    font-size: .9em;
}

.recovery {
    background: #4a4a49;
    margin: 20px -20px -20px -20px;
    border-radius: 0px 0px 3px 3px;
    padding: 10px;
    color: #FFF;
    font-size: .95em;
}

.recovery a {
    color: #FFF;
}

.white-line {
    border: 1px solid #FFF;
    padding: 10px 0px;
}

.white-line p {
    font-size: .9em;
    margin-bottom: 0px;
}

.btn.btn-ingresar {
    background-color: #e06b19;
    color: #fff;
    font-size: .9em;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 5px;
}

.btn.btn-ingresar:focus,
.btn.btn-ingresar:active,
.btn.btn-ingresar:hover {
    background-color: #ff8e0e;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff8e0e;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(204, 27, 25, .25);
}

.container-login label.error {
    color: #ff8e0e;
    margin-left: 5px;
}

@media (min-width: 992px) {
    #login .col-lg-4 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (min-width: 1600px) {
    #login .col-lg-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 23%;
        max-width: 23%;
    }
}


/*--------------------------------------------------------------
>>> HEADER
----------------------------------------------------------------*/

#header-pago {
    background-image: #FFF;
    padding: 10px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, .3);
    background: #FFF;
}

#header-pago img {
    max-width: 180px;
}

span.green-text {
    color: #e06b19;
}

h1 {
    color: #636363;
}

h2 {
    font-size: 1.2em;
    font-weight: 600;
    color: #636363;
    letter-spacing: 2px;
}

#client-info {
    background: #4a4a4a;
    padding: 5px;
    color: #FFF;
    font-size: .85em;
    font-family: 'Montserrat', sans-serif;
}

#client-info a {
    color: #FFF;
}

#client-info a:hover {
    color: #ff8e0e;
}

#client-info p {
    margin-bottom: 0px;
}


/*--------------------------------------------------------------
>>> FOOTER
----------------------------------------------------------------*/

footer {
    margin-top: 50px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #4a4a49;
    background: #FFF;
}

footer p,
footer address {
    font-size: .82em;
}

footer img.img-fluid {
    max-width: 180px;
}

ul.contact-info {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 5px;
}

ul.contact-info li {
    display: inline-block;
    margin-right: 30px;
}

footer {
    padding-top: 20px;
    padding-bottom: 10px;
}


/*--------------------------------------------------------------
>>> PAGO
----------------------------------------------------------------*/

.sel-cuota {
    background: rgba(255, 255, 255, .9);
    padding: 15px;
    margin: 5px;
}

.sel-cuota:hover {
    background: rgba(255, 255, 255, 1);
}

.sel-cuota.selected {
    background: rgba(133, 187, 34, .95);
    color: #FFF;
}

.sel-cuota.selected span.green-text {
    color: #FFF;
}

.sel-cuota p {
    margin-bottom: 0px;
    font-size: .85em;
}

.sel-title {
    padding: 15px;
    margin: 10px;
}

.sel-title p {
    margin-bottom: 0px;
    font-size: .75em;
    font-weight: bold;
    text-transform: uppercase;
}

.form-check-input {
    position: absolute;
    margin-top: -5px;
    margin-left: 0px;
}

.circle-download {
    background: rgba(0, 0, 0, .2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    padding: 5px 8px 5px 8px;
}

.circle-download i {
    color: #FFF;
    font-size: 1.2em;
}

.circle-download:hover {
    background: rgba(0, 0, 0, .4);
}

#conditions .form-check-input {
    position: relative;
    top: 1px;
    margin-right: 15px;
}

.btn-siguiente {
    background-color: #e06b19;
    color: #fff;
    font-size: .9em;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 5px;
}

.btn.btn-siguiente:focus,
.btn.btn-siguiente:active,
.btn.btn-siguiente:hover {
    background-color: #ff8e0e;
    color: #fff;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.gray-total {
    background: #828282;
    color: #FFF;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.sel-total {
    margin: 5px;
}

.sel-total p {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: .85em;
    font-weight: bold;
    text-transform: uppercase;
}

.tooltip {
    top: 3px!important;
}

.tooltip-inner {
    background-color: #e06b19;
    color: #FFF;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #e06b19;
}

.legal {
    font-size: .8em;
}

.e-info {
    margin-left: 10px;
}

.e-info h2 {
    margin-bottom: 0px;
}

.e-info p {
    font-size: .9em;
}

label {
    font-size: .9em;
}

a {
    color: #e06b19;
}

a:hover,
a:focus,
a:active {
    color: #ff8e0e;
    text-decoration: none;
}

.modal.show .modal-dialog {
    max-height: 90vh;
}

.modal h5 {
    color: #e06b19;
}

#sel-pago {
    background: #EEE;
    padding: 30px 0px;
}

.white-lines {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.white-container {
    background: #FFF;
    margin: 5px 0px;
    padding: 35px 30px;
}

.sel-depto {
    opacity: .75;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sel-depto img {
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sel-depto:hover {
    opacity: 1;
}

.sel-depto:hover img {
    filter: grayscale(0%);
}

.sel-depto.disabled {
    opacity: .3;
    animation: none;
}

.sel-depto.disabled img {
    filter: grayscale(100%);
}

.sel-depto.active {
    opacity: 1;
    animation: none;
}

.sel-depto.active img {
    filter: grayscale(0%);
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(133, 187, 34, .35);
}

img.pdf {
    max-width: 30px;
    position: relative;
    top: -3px;
}

.green-alert {
    background: #808080;
    color: #FFF;
    padding: 8px 5px 9px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.green-alert p {
    margin-bottom: 0px;
    font-size: .82em;
}

.sel-depto:hover .green-alert {
    background: #e06b19;
}

.sel-depto.active .green-alert {
    background: #e06b19;
}

.sel-depto.disabled:hover .green-alert {
    background: #808080;
}

.btn.gray-btn {
    background: #4a4a4a;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 0px;
}

.controls-box {
    left: -10px;
    top: -35px;
}

.sel-depto.disabled .btn.gray-btn:hover {
    background: #e06b19;
}

#confirmacionModal .modal-content {
    background: #4a4a4a;
    padding: 5px;
    color: #FFF;
}

#confirmacionModal .modal-content p {
    font-size: .95em;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
}

#confirmacionModal .modal-content img {
    width: 150px;
    height: 150px;
    background-size: cover;
    object-fit: cover;
    padding: 10px;
    border: 1px solid #FFF;
    margin: 20px;
}

#confirmacionModal .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    height: 20px;
}

#confirmacionModal .close {
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: relative;
    top: -10px;
}


/*--------------------------------------------------------------
>>> FORM
----------------------------------------------------------------*/

#details .form-control {
    font-size: .9em;
}

#details h1 {
    font-size: 1.5em;
}

.total {
    background: #f9f9f9;
    padding: 20px;
}

.total blockquote {
    background: #FFF;
    padding: 15px;
}

.total blockquote p {
    margin-bottom: 0px;
    font-size: .82em;
}

.white-total {
    background: #FFF;
    padding: 10px;
}

.total h3 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
}

.total h2 {
    color: #27B2E6;
}

.total ul {
    list-style: none;
    margin-left: 5px;
    padding-left: 0px;
    margin-bottom: 0px;
    font-size: .9em;
}

.total ul li {
    opacity: .75;
}

.total ul li p {
    margin-bottom: 0px;
}

p.sub-text {
    font-size: .8em;
}


/*--------------------------------------------------------------
>>> DETAIL
----------------------------------------------------------------*/

.gray-response {
    background: #f9f9f9;
    padding: 5px;
}

.lwhite {
    background: rgba(255, 255, 255, .9);
    padding: 15px;
    margin: 5px;
}

.lwhite p {
    margin-bottom: 0px;
    font-size: .9em;
}

#response {
    background: #3f3f3e;
    margin: 0px;
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.cover-img {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    object-fit: cover;
}

.gray-container {
    color: #FFF;
    padding: 150px;
    font-family: 'Montserrat', sans-serif;
}

.gray-container h1 {
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gray-container p {
    margin-bottom: 5px;
}

.gray-container h1 span {
    font-weight: bold;
}

p.success {
    font-weight: bold;
    color: #e06b19;
    text-transform: uppercase;
}

ul.rrss {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

ul.rrss li {
    display: inline-block;
    margin-right: 5px;
}

ul.rrss li a {
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    font-size: .9em;
}

ul.rrss li a i {
    font-weight: normal;
    color: #FFF;
    font-size: 1.1em;
}

.color-line {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    background: rgb(129, 188, 0);
    background: linear-gradient(90deg, rgba(129, 188, 0, 1) 0%, rgba(129, 188, 0, 1) 70%, rgba(129, 188, 0, 1) 70%, rgba(255, 255, 255, 1) 70%);
}

@media screen and (min-width: 1600px) {
    .gray-container {
        padding: 250px;
    }
}

@media screen and (max-width: 960px) {
    .gray-container {
        padding: 30px;
        font-size: .9em;
    }
    .gray-container h1 {
        font-size: 1.5em;
    }
}


/*--------------------------------------------------------------
>>> REDEFINE
----------------------------------------------------------------*/

.section-img:after {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(74, 74, 74, .3);
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

#login-webpay {
    min-height: 80vh;
}

#login-webpay .section-img img {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    object-fit: cover;
}

#login-webpay h1 {
    font-size: 2em;
    text-transform: uppercase;
    color: #e06b19;
}

.white-line {
    border: none;
    padding: 10px 0px;
}

.white-line a:hover,
.white-line a:focus,
.white-line a:active {
    color: #f33b38;
    text-decoration: none;
}

.btn.btn-ingresar {
    padding: 10px 90px;
}

.recovery {
    margin-top: 50px;
    background: #212121;
}

.recovery a {
    color: #ff8e0e;
}

.h-80 {
    min-height: 80vh;
}

.btn.btn-ingresar {
    border-radius: 0px;
}

label {
    color: #595959;
}

.form-control {
    color: #595959;
}

#login-servipag {
    min-height: 80vh;
}

#login-servipag .section-img img {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    object-fit: cover;
}

#login-servipag h1 {
    font-size: 2em;
    text-transform: uppercase;
    color: #e06b19;
}

#login-servipag p {
    font-size: .9em;
    color: #595959;
}

#login-servipag ul li {
    font-size: .9em;
    color: #595959;
}

#login-servipag ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 15px;
}

.important {
    box-shadow: #e06b19;
    border: 1px solid #e06b19;
    box-shadow: 0 5px 10px rgba(227, 29, 26, 0.3);
    padding: 20px;
    margin-bottom: 30px;
}

.important b {
    color: #e06b19;
}

h2 {
    text-transform: uppercase;
    color: #e06b19;
    font-size: 1.1em;
}

#login-estado {
    min-height: 80vh;
}

#login-estado .section-img img {
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    object-fit: cover;
}

#login-estado h1 {
    font-size: 2em;
    text-transform: uppercase;
    color: #e06b19;
}

#login-estado p {
    font-size: .9em;
    color: #595959;
}

#login-estado ul li {
    font-size: .9em;
}

#login-estado ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 15px;
}

#login-estado b {
    color: #e06b19;
    text-transform: uppercase;
}

label.error {
    color: #e06b19;
    font-size: .85em;
}

#header-pago {
    background: #fff;
    color: #FFF;
}

#header-pago img {
    min-width: 300px;
}

#header-pago p {
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 0px;
}

#title-pago h1 {
    font-size: 2em;
    text-transform: uppercase;
    color: #e06b19;
}

#title-pago h2 {
    font-size: 1em;
    font-weight: 600;
    color: #636363;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#details h1 {
    text-transform: uppercase;
}

.total h2 {
    color: #e06b19;
}


/*--------------------------------------------------------------
>>> REWRITE DESIGN
----------------------------------------------------------------*/

.red-titles {
    background: rgba(123, 123, 123, 1);
    color: #FFF;
    font-size: .8em;
    padding: 15px 30px;
    margin-bottom: 7px;
}

.red-titles p {
    margin-bottom: 0px;
    text-transform: uppercase;
}

.white-container {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.white-container i {
    font-size: 1.3em;
}

.white-container p {
    font-size: .8em;
    margin-bottom: 0px;
}

.white-container.selected .fa-square:before {
    content: "\f14a";
}

.white-container {
    background: #FFF;
    margin: 5px 0px;
    padding: 20px 30px;
}

.white-container.selected {
    background: #e06b19;
    color: #FFF;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    transform: translateY(-2px)!important;
}

.sel-pago {
    background: #EEE;
    padding: 30px 0px;
}

.sel-pago .white-container:nth-child(odd) {
    background: rgba(255, 255, 255, .75);
}

.sel-pago .white-container:hover {
    background: rgba(255, 255, 255, .5);
    cursor: pointer;
}

.sel-pago .white-container.selected:hover {
    background: rgba(255, 142, 14, .9);
    cursor: pointer;
}

.sel-pago .white-container.selected:nth-child(odd) {
    background: #e06b19;
    color: #FFF;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}

.title-pago h1 {
    font-size: 2em;
    text-transform: uppercase;
    color: #e06b19;
    margin-bottom: 0px;
}

.title-pago h2 {
    font-size: 1em;
    font-weight: 600;
    color: #636363;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.selected label {
    color: #FFF;
}

.red-total {
    background: #e06b19;
    color: #FFF;
    padding: 20px;
}

.red-total p {
    margin-bottom: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1em;
}

#details {
    min-height: 550px;
}

.required {
    color: #e06b19;
}

.checkbox-unselected {
    padding-top: 35px;
}

.checkbox-unselected i {
    font-size: 1em;
    color: gray;
    padding: 3px;
    border: 3px solid gray;
    border-radius: 50%;
}

.checkbox {
    padding-top: 35px;
}

.checkbox i {
    font-size: 1em;
    color: #e06b19;
    padding: 3px;
    border: 3px solid #e06b19;
    border-radius: 50%;
}

.checkbox-unselected i {
    font-size: 1em;
    color: transparent;
    padding: 3px;
    border: 3px solid #e06b19;
    border-radius: 50%;
}

.checkbox-unselected i:hover {
    cursor: pointer;
    color: #e06b19;
}

#response {
    background: #f9f9f9;
}

.gray-container {
    color: #212121;
    padding: 70px;
    font-family: 'Montserrat', sans-serif;
}

.gray-container h1 {
    color: #e06b19;
}

.color-line {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    background: rgb(33, 33, 33);
    background: linear-gradient(90deg, rgba(33, 33, 33, .5) 0%, rgba(33, 33, 33, .5) 70%, rgba(33, 33, 33, .5) 70%, rgba(33, 33, 33, .7) 70%);
}

#comprobante .cover-img {
    z-index: -1;
    position: relative;
}

#client-info a {
    text-transform: uppercase;
    font-size: .9em;
}

#client-info span.green-text {
    color: #FFF;
    text-transform: uppercase;
}

#client-info a:hover {
    color: #dadada;
}

.sel-pago.historial .white-container:hover {
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
}

#title-pago h2 {
    font-weight: normal;
}


/*--------------------------------------------------------------
>>> RESPONSIVE
----------------------------------------------------------------*/

.sel-depto {
    cursor: pointer;
}

#sel-pago img {
    min-width: 100%;
}

#sel-pago img.pdf {
    min-width: auto;
}

.responsive-only {
    display: none;
    color: #e06b19;
}

@media screen and (max-width: 640px) {
    .container-login {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 960px) {
    .responsive-only {
        display: block;
    }
    .controls-box {
        left: 0px;
        top: 0px;
    }
    .sel-depto {
        margin-bottom: 30px;
    }
    .btn.gray-btn {
        padding: 10px 20px;
        min-width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .h-80 {
        min-height: auto;
    }
}