* {
    margin: 0;
    padding: 0;
}
/*Fuente y tamaño base*/
html {
    font-family: "Century Gothic", Arial, sans-serif;
    font-size: 14px;
}

body {
    color: #888;
}

a {
    text-decoration: none;
}

    a:hover, a:focus {
        color: #89BB33;
        text-decoration: underline;
    }

/* pre loader */
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../../../Content/Images/Loading-Colores.gif') center no-repeat #fff;
}

/*custom-contaienr*/
.c-container {
    overflow: hidden;
}

.c-container--card {
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border: 1px solid #ebeef5;
    border-radius: .3rem;
}

.c-container--one-row {
    width: 480px;
    margin: auto;
}

.c-container--historial {
    width: 526px;
    margin: auto;
}


/*Block header*/
.header {
    display: block;
    padding: .5rem;
    text-align: left;
    overflow: auto;
}

.el-dialog__header {
    background: rgba(255, 255, 255, 0.7);
}

/*Modifiers*/
.header--bg-green {
    background-color: #007A5E;
    color: #FFFFFF;
}

.header--bg-lightgray {
    background-color: #F5F5F5;
}

/*header elements*/
.header__content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

.header__title {
    font-weight: bold;
}

.header__item {
    margin-right: .5rem;
}

.header__button-action {
    font-size: 1.5rem;
}

.form-container {
    /*padding: .5rem;*/
}

.form-section {
    margin-bottom: 3rem;
}

.form-section__title {
    color: #007A5E;
    font-size: 1.6rem;
}

.form-section__description {
    font-size: 1.04rem;
}

.box {
    background-color: #F5F5F5;
    position: relative;
}

    .box input, .box select {
        background-color: #F5F5F5;
    }

.box-menu-Reportes {
    width: 416px;
    height: 100px;
    background-color: #F5F5F5;
    position: relative;
    padding: 5px 0px 0px 6px;
    box-shadow: 1px 3px 5px rgba(0,0,0,.2);
    border-radius: .3rem;
}

.botones {
    z-index: 1000;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.field-container:not(:last-child) {
    margin-bottom: 3rem;
}

.field > .field--button {
    margin-left: 5px;
}

.field-container--two-columns, .field-container--two-fields {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .field-container--two-columns > .field {
        width: 50%;
    }

        .field-container--two-columns > .field:not(:last-child),
        .field-container--two-fields > .field:not(:last-child) {
            margin-right: 2rem;
        }

.el-dialog__body {
    height: 350px;
    overflow-y: auto;
}
div.el-dialog__footer {
    padding: 10px;
}

.el-dialog__registro .el-dialog__body {
    height:550px;
    overflow-y: auto;
}

.el-dialog__pago-presencial .el-dialog__body {
    height: auto;
    text-align: justify;
}

/*.el-dropdown-menu__item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}*/

.field__info.el-input__inner.el-input__inner--93 {
    width:93%;
}

.field__info.el-input__inner, .field__info .el-input__inner {
    padding: 0;
    height: 2rem;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #dcdfe6;
    font-family: "Century Gothic", Arial, sans-serif;
    color: #888;
}

    .field__info .el-input__inner:focus {
        border-bottom: 2px solid #007A5E;
    }

select.el-input__inner {
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    appearance: menulist-button;
}

.field {
    word-wrap: break-word;
    position: relative;
    display: block;
}

.field__label {
    display: block;
}

.field__info {
    font-weight: bold;
}

div.el-autocomplete.field__info input {
    font-weight: bold;
}

.field__option {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 105%;
    text-decoration: none;
    color: #888;
    font-weight: normal;
}

.field__sufix {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 1.5rem;
}

.el-message p {
    margin-right: .5rem;
}

.el-popover--height {
    height: 300px;
    overflow-y: auto;
}
.el-popover--height[x-placement^=bottom] {
    padding: 2rem 2.5rem 1rem;
}

.el-autocomplete {
    width: 100%;
}

.c-checkbox-button {
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 1rem;
    padding: .9rem;
    border: solid 1px rgb(220, 223, 230);
    border-radius: .3rem;
    cursor: pointer;
}

    .c-checkbox-button * {
        cursor: pointer;
    }

    .c-checkbox-button input[type=checkbox] {
        margin-right: .9rem;
    }

    .c-checkbox-button:hover input[type=checkbox] {
        border: solid 2px red;
    }

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}

body, input, select {
    color: #888;
}

a {
    color: #89BB33;
    cursor: pointer;
    font-weight: bold;
}

hr {
    margin: 2rem auto;
    border: solid 2px rgba(0,0,0,.1);
    border-radius: 20%;
    width: 50%;
}

fieldset {
    border: solid 1px rgba(0,0,0,.1);
}

fieldset {
    padding: 1rem;
}

.header {
    background-color: #F5F5F5;
    position: relative;
}

.logo {
    width: 130px;
}

.title-section {
    margin-bottom: 2rem;
}

.one-card .field {
    margin-top: 0;
    margin-bottom: 1rem;
}
/*.row,.field{
    margin-top: 1.5rem;
    margin-bottom: .1rem;   
    position: relative;
}*/
.row, .overflow-auto {
    overflow: auto;
}

    .row input[type=checkbox] {
        margin-right: .5rem;
    }
/*.field-container{
    font-size: 0;
}*/
/*.field{
    border: none;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: .5rem;
    position: relative;
    font-size: 1rem;
    width: 100%;
}*/
.extender {
    position: static;
    top: 105%;
}

.field-validator {
    font-weight: bold;
    color: #F44336;
    position: absolute;
    top: 105%;
    font-size: .8rem;
}
.field-validator-certificado {
    transform: translate(0%,-110%);
    font-weight: bold;
    color: #F44336;
    position: absolute;
    top: 105%;
    font-size: .8rem;
}		  
.field-validator--selectable{
    top: 102%;
}

.field label, .detail {
    font-size: .9rem;
}
/*.field input, .field select{
    border: none;
    padding: .2rem;
    
}*/
/*.field input::after, .field select::after {
    content: '';
    border-bottom: solid 1px #007A5E;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.field .button, .field a{
    position: absolute;
    right: 0;
    bottom: .1rem;
}
.field a{
    color: #888;
    right: .5rem;
}
.field .fa{
    font-size: 1.5rem;
}*/

/*.one-card .field input, .one-card .field select{
    font-size: 14px;
}*/
.title {
    font-size: 1.8rem;
}

.news {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .3rem;
    padding: 1rem;
    position: relative;
}

.link {
    margin-top: .5rem;
    text-decoration: underline;
    color: #89BB33;
    display: block;
}

.one:before, .two:before {
    content: '1';
    color: #FFF;
    background-color: #F68B1F;
    border-radius: 50%;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    width: 18px;
    padding: 3px;
    margin-right: .5rem;
    font-size: .9rem;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.two:before {
    content: '2';
}

.el-validator {
    margin-bottom: 1rem;
}

button.no-button {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
}

.button {
    display: inline-block;
    background-color: #F68B1F;
    border: none;
    border-radius: .3rem;
    cursor: pointer;
    padding: .8rem 1rem;
    width: 100%;
}

    .button:hover {
        background-color: #00805D;
    }

    .button.bg-lightgray:hover {
        background-color: #EEE;			   
    }
    .button.el-button.bg-lightgray {
    background-color: #EEE;
    color: #BBB;
    border-color: #EEE;
  }
  
  .button.el-button.bg-lightgray:hover {
    background-color: #EEE;
    border-color: #BBB;
  }

    .button.el-button {
        color: #00906d;
        border-color: #b3ded3;
        width: auto;
    }

.disabled:hover {
    background-color: #EEE;
}

.button:active {
    box-shadow: none;
}

a.button {
    text-decoration: none;
}

.big-input {
    border: solid 1px;
    border-radius: .3rem;
    padding: .6rem .3rem;
    margin: .2rem 1rem 0 0;
    font-size: 1.5rem;
}

.big-button {
    cursor: pointer;
    display: inline-block;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    border-radius: .3rem;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 2rem 0 3rem;
    position: relative;
    margin-bottom: 1rem;
    text-decoration: none;
}

    .big-button aside {
        margin-bottom: 1rem;
    }

    .big-button .text-big-button {
        position: absolute;
        bottom: .5rem;
        left: 0;
        display: block;
        width: 100%;
        text-align: center;
    }

    .big-button__selector{
        text-align:center;
    }

.footer {
    background-color: #333;
    padding: 2.5rem 0 .3rem;
    position: relative;
    min-height: 25vh;
    z-index: 0;
}

    .footer ul {
        max-width: 900px;
        display: flex;
        flex-wrap: wrap;
        z-index: 10;
    }

    .footer li {
        cursor: pointer;
        list-style: none;
        width: 25%;
        margin-bottom: .5rem;
    }

        .footer li a, footer a {
            color: #BBB;
            text-decoration: none;
        }

        .footer li:hover a {
            color: #EEE;
            font-weight: bold;
        }

.control-panel {
    padding-top: 1rem;
}

    .control-panel .fa {
        cursor: pointer;
        font-size: 1.5rem;
        margin-right: .5rem;
        padding-top: 1rem;
    }

    .control-panel a {
        color: #888;
        text-decoration: none;
        margin-left: 1rem;
    }

.card {
    box-shadow: 1px 03px 5px rgba(0,0,0,.2);
    overflow: auto;
}

.card-header {
    border-radius: .3rem .3rem 0 0;
    padding: 1rem;
    text-align: center;
}

.card-content {
    padding: 2rem 1rem;
    overflow: auto;
    text-align: center;
    margin: auto;
}

.login-section {
    background-color: #F5F5F5;
    border-radius: .3rem;
    width: 420px;
    padding: 1rem;
    overflow: hidden;
    position: relative;
    margin: auto;
}
    /*.login-section .field label{
    display: inline-block;
    font-size: 1rem;
    margin-bottom: .3rem;
}
.login-section .field .fa{
    font-size: 1.8rem;
}*/
    .login-section .segmentos {
        padding: 2rem 1rem 1rem;
        position: absolute;
        right: 100%;
        top: 0;
        width: 100%;
        height: 100%;
    }

.btn-close {
    cursor: pointer;
    position: absolute;
    top: .5rem;
    right: .8rem;
    font-size: 1.5rem;
}

.login-section .segmentos .segmento {
    margin-bottom: .5rem;
    list-style: none;
    width: 100%;
}

    .login-section .segmentos .segmento aside {
        display: inline-block;
        vertical-align: middle;
        width: 13%;
    }

    .login-section .segmentos .segmento div {
        display: inline-block;
        vertical-align: middle;
        width: 82%;
    }

    .login-section .segmentos .segmento:nth-child(3):hover a {
        color: #FFF;
        background-color: #BBB;
    }

    .login-section .segmentos .segmento:nth-child(2):hover a {
        color: #FFF;
        background-color: #007A5E;
        box-shadow: 1px 3px 5px rgba(0,0,0,.1);
    }

    .login-section .segmentos .segmento:first-child:hover a {
        color: #FFF;
        background-color: #F68B1F;
    }

    .login-section .segmentos .segmento a {
        font-weight: normal;
        font-size: .9rem;
        display: block;
        color: #888;
        padding: 1rem;
        border: solid 1px;
        border-radius: .3rem;
        color: #888;
    }

    .login-section .segmentos .segmento:first-child {
        border-color: #F68B1F;
    }

        .login-section .segmentos .segmento:first-child a {
            color: #F68B1F;
            text-decoration: none;
        }

    .login-section .segmentos .segmento:nth-child(2) {
        border-color: #007A5E;
    }

        .login-section .segmentos .segmento:nth-child(2) a {
            color: #007A5E;
            text-decoration: none;
        }

    .login-section .segmentos .segmento aside {
        font-size: 1.5rem;
    }

.login-section input {
    background-color: #F5F5F5;
}

.card-content aside {
    font-size: 3.5rem;
    margin-right: 4.5rem;
}
/*.card-content .field{
    float: none;
    text-align: left;
    width: 17rem;
}*/
.card-content .f-left {
    float: left;
}

.option {
    cursor: pointer;
    border: solid 1px rgba(0,0,0,.1);
    border-radius: .3rem;
    box-shadow: 1px 3px 5px rgba(0,0,0,.1);
    list-style: none;
    font-size: .9rem;
    text-align: center;
    text-decoration: none;
    padding: .5rem;
    width: 100%;
}

    .option a, .segmento a {
        color: #AAA;
        text-decoration: none;
        font-weight: normal;
    }

    .option h3 {
        font-size: 1rem;
        margin-bottom: .3rem;
    }

.autoservicio {
    max-width: 430px;
    margin: auto;
}

    .autoservicio .option {
        margin-bottom: 1rem;
    }

        .autoservicio .option:hover, .button:hover {
            box-shadow: 1px 3px 5px rgba(0,0,0,.3);
        }

.option aside {
    font-size: 3.5rem;
}

    .option aside.segmento,
    .option div {
        display: inline-block;
        vertical-align: middle;
        width: 80%;
    }

    .option aside.segmento {
        font-size: 2.5rem;
        margin-right: 1rem;
        width: 3rem;
    }

.message {
    background-color: rgba(255, 179, 0, 0.3);
    border-radius: .3rem;
    color: #888;
    font-size: .9rem;
    padding: 1rem;
}
/*grid*/
.f-right {
    float: right;
}

.f-left {
    float: left;
}

.overflow-auto {
    overflow: auto;
}

.block {
    display: block;
}

.i-b {
    display: inline-block;
}

.v-middle {
    vertical-align: middle;
}

.v-top {
    vertical-align: top;
}

.v-bottom {
    vertical-align: bottom;
}

.v-text-bottom {
    vertical-align: text-bottom;
}

.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.no-wrap {
    flex-wrap: nowrap;
}

.space-between {
    justify-content: space-between;
}

.space-around {
    justify-content: space-around;
}

.list-none {
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: .5rem;
    z-index: 1;
}

.content {
    background-color: #FFF;
    box-shadow: 0 5px 10px rgba(0,0,0, .3);
    margin-bottom: 1rem;
    padding: 1rem;
    /*position: relative;*/
    z-index: 1;
}

.one-row {
    max-width: 480px;
    margin: 0 auto 2rem;
    padding: 1rem;
    position: relative;
}

.popup-section {
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 3px 5px 10px rgba(0,0,0,.3);
    padding: 2rem 2.5rem 1rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 200;
    display: none;
    max-height: 80vh;
    overflow: auto;
    max-width: 1024px;
    min-height: 90vh;
}

    .popup-section .title-section:first-child {
        margin-top: 1rem;
    }

    .popup-section::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*background-color: rgba(0,0,0,.8);*/
        z-index: -1;
    }

.selectable label, .c-option {
    display: block;
    box-shadow: 0px 5px 10px rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.1);
    padding: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
}

.selectable header {
    margin-bottom: 1rem;
}

.selectable input[type='radio'] {
    display: none;
}

    .selectable input[type='radio']:checked + label {
        border: solid 2px #007A5E;
        box-shadow: 3px 5px 10px rgba(0,0,0,.1);
    }

.checkable {
    margin: 2rem 0;
}

    .checkable input[type='radio'],
    .checkable input[type='checkbox'] {
        display: none;
    }

        .checkable input[type='radio'] + label,
        .checkable input[type='checkbox'] + label {
            border: solid 1px rgba(0,0,0,.1);
            border-radius: .3rem;
            display: block;
            margin-bottom: .5rem;
            padding: 1rem;
            cursor: pointer;
            position: relative;
        }

            .checkable input[type='radio'] + label:hover,
            .checkable input[type='checkbox'] + label:hover {
                box-shadow: 3px 5px 10px rgba(0,0,0,.1);
                transition: .3s;
            }

        .checkable input[type='radio']:checked + label,
        .checkable input[type='checkbox']:checked + label {
            border: solid 2px #007A5E;
            box-shadow: 3px 5px 10px rgba(0,0,0,.1);
        }

            .checkable input[type='radio']:checked + label:after,
            .checkable input[type='checkbox']:checked + label:after {
                font-family: FontAwesome;
                content: '\f00c';
                position: absolute;
                right: 1rem;
            }
.checkable.el-cascader-menu__item {
    border: solid 1px rgba(0,0,0,.1);
    border-radius: .3rem;
    display: block;
    margin: 0rem 0rem .5rem 0rem;
    cursor: pointer;
    position: relative;
  }

.checkable.el-cascader-menu__item:hover {
  box-shadow: 3px 5px 10px rgba(0,0,0,.1);
  transition: .3s;
}
.checkable.el-cascader-menu__item:after {
      font-family: FontAwesome;
      position: absolute;
      right: 1rem;
    }
/*NAV FOOT*/
.switch {
    display: none;
}

    .switch:checked + nav {
        width: 80%;
        padding: 2rem;
        left: 0;
        max-width: 300px;
    }

    .switch + nav {
        background-color: #333;
        box-shadow: 2px 0 3px rgba(0,0,0,.5);
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        padding: 1rem 0;
        overflow: hidden;
        width: 0;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
        z-index: 200;
    }

        .switch + nav div {
            position: absolute;
            bottom: 1rem;
            right: 0;
            width: 100%;
            z-index: 100;
        }

        .switch + nav li {
            width: 100%;
        }

        .switch + nav li {
            border: solid 1px #AAA;
            display: block;
            padding: .3rem .5rem;
            border-radius: .3rem;
            width: 100%;
        }

.fa-navicon {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}

.footer ul {
    display: block;
}

.b-orange {
    border: 1px solid #F68B1F;
}

.b-green {
    border: 1px solid #007A5E;
}

.bg-red, .bg-green, .bg-lightgreen, .bg-orange,
.bg-yellow {
    color: #FFF;
}

.bg-red {
    background-color: #F44336;
}

.bg-green {
    background-color: #007A5E;
}

.bg-lightgreen {
    background-color: #89BB33;
}

.bg-orange {
    background-color: #FF7300;
}

.bg-yellow {
    background-color: #FFB300;
}

.bg-lightgray {
    background-color: #EEE;
}

a.bg-lightgray {
    color: #BBB;
}

.capitalize {
    text-transform: capitalize;
}

.t-yellow {
    color: #FFB300;
}

.t-orange {
    color: #F68B1F;
}

.t-green {
    color: #007A5E;
}

.t-lightgreen {
    color: #89BB33;
}

.t-red {
    color: #F44336;
}

.t-center {
    text-align: center;
}

.t-left {
    text-align: left;
}

.t-justify {
    text-align: justify;
}

.t-right {
    text-align: right;
}

.b {
    font-weight: bold;
}

.f08 {
    font-size: .8rem;
}

.f09 {
    font-size: .9rem;
}

.f1-4 {
    font-size: 1.4rem;
}

.f1-6 {
    font-size: 1.6rem;
}

.f3-5 {
    font-size: 3.5rem;
}

/*Margins*/
.mt05 {
    margin-top: .5rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-5 {
    margin-top: 5rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mt--05 {
    margin-top: -.5rem;
}

.mt--1-5 {
    margin-top: -1.5rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-5 {
    margin-bottom: 5rem;
}

.ml-0-5 {
    margin-left: .5rem;
}

.ml-1-5 {
    margin-left: 1.5rem;
}

.mr-1 {
    margin-right: 1rem;
}

.offset-1 {
    margin-right: 8.33%;
}

.offset-2 {
    margin-right: 16.66%;
}

.offset-05 {
    margin-right: 4.165%;
}

.p-top-05 {
    padding-top: .5rem;
}

.p-left-05 {
    padding-left: .5rem;
}

.sm-wrap {
    flex-wrap: wrap;
}

.m-centered {
    margin: 2em auto;
}



@media(min-width:1215px) {

    .lg-1 {
        width: 8.33%;
    }

    .lg-2 {
        width: 16.667%;
    }

    .lg-3 {
        width: 25%;
    }

    .lg-4 {
        width: 33.33%;
    }

    .lg-5 {
        width: 41.667%;
    }

    .lg-5-5 {
        width: 45.83%;
    }

    .lg-6 {
        width: 50%;
    }

    .lg-6-5 {
        width: 54.16%;
    }

    .lg-7 {
        width: 58.33%;
    }

    .lg-8 {
        width: 66.66%;
    }

    .lg-9 {
        width: 75%;
    }

    .lg-9-5 {
        width: 79.167%;
    }

    .lg-10 {
        width: 83.33%;
    }

    .lg-11 {
        width: 91.667%;
    }

    .lg-12 {
        width: 100%;
    }

    .lg-visible {
        display: block;
    }

    .sm-wrap {
        flex-wrap: nowrap;
    }

    .autoservicio {
        max-width: 100%;
    }

        .autoservicio .option {
            width: 18%;
        }

    .container {
        padding: 1rem 2.5rem;
    }

    .content {
        margin-top: -2.5rem;
        min-height: 76vh;
        position: relative;
    }

    .login-section {
        margin: 0;
        margin-left: 1rem;
    }

    .header {
        padding-bottom: 2rem;
    }

    .switch + nav:checked, .switch + nav {
        box-shadow: none;
        position: relative;
        height: auto;
        left: 0;
        width: 100%;
    }

        .switch + nav a {
            cursor: pointer;
            display: inline-block;
            margin-right: 1rem;
            padding: .3rem 0;
            position: relative;
        }

        .switch + nav li {
            border: none;
            display: block;
            margin-bottom: 0;
            padding: .3rem .5rem;
            border-radius: .3rem;
            width: 25%;
        }

        .switch + nav div {
            position: relative;
            width: auto;
        }

    nav .fa-times {
        display: none;
    }

    .switch:checked + nav {
        width: 75%;
    }

    .nav-btn {
        display: none;
    }

    .footer {
        margin-top: -3.7rem;
        padding-top: 3rem;
    }

        .footer ul {
            display: flex;
        }
}

/*PROGRESSBAR*/
.progressbar {
    counter-reset: step;
    overflow: auto;
    text-align: center;
}

    .progressbar li {
        list-style-type: none;
        width: 33%;
        float: left;
        font-size: .9rem;
        position: relative;
        color: #888;
    }

        .progressbar li:before {
            width: 2rem;
            height: 2rem;
            content: counter(step);
            counter-increment: step;
            line-height: 2rem;
            border: 2px solid;
            display: block;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
        }

        .progressbar li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #888;
            top: 15px;
            left: -50%;
            z-index: -1;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.active-green {
            color: #007A5E;
        }

            .progressbar li.active-green:before {
                border-color: #007A5E;
            }

            .progressbar li.active-green + li:after {
                background-color: #007A5E;
            }

.home-section h2,
.home-section h3,
.home-section h4 {
    margin-bottom: 1rem;
    font-weight: bold;
}

.home-section h2 {
    color: #007A5E;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.home-section h3 {
    font-size: 1.4rem;
}

.secundaria + .contenido p,
.secundaria + .contenido ul {
    margin: 1rem 0;
}

.home-section {
    padding-top: 2rem;
}

    .home-section .secundaria,
    .home-section .contenido {
        display: inline-block;
        vertical-align: top;
    }

    .home-section .contenido {
        width: 70%;
    }

.resumenVal img {
    float: left;
}

.resumenVal p {
    display: inline-block;
    width: 70%;
    margin-left: 1rem;
    font-size: .9rem;
}

#iframeCtnct {
    border: none;
    height: 600px;
}

.grid td, .grid th {
    padding: .3rem;
}

.grid th {
    color: #007A5E;
    padding: .5rem 1rem;
}
/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 1rem;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.card-Historial, .accordion-check {
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: .3rem;
    box-shadow: 1px 3px 5px rgba(0,0,0,.2);
    margin-bottom: 2rem;
    position: relative;
}

    .card-Historial .field-container:not(:last-child) {
        margin-bottom: 1rem;
    }

    .card-Historial label {
        line-height: 2em;
    }

.content-box-historial-Left {
    width: 297px;
    text-align: left;
}

.content-box-historial-center {
    margin-right: 39px;
    text-align: left;
}



.card, .accordion-check {
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: .3rem;
    box-shadow: 1px 3px 5px rgba(0,0,0,.2);
    margin-bottom: 2rem;
    position: relative;
}

.accordion {
    text-align: center;
    padding: 1rem 1rem 0 1rem;
}

.accordion-check {
    cursor: pointer;
    font-size: 1.2rem;
    display: block;
    padding: .5rem 0;
    text-align: center;
}

    .accordion-check .fa {
        position: absolute;
        right: .5rem;
        bottom: .5rem;
    }

    .accordion-check + input[type=checkbox] {
        display: none;
    }

.accordion img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1rem;
}

.accordion-content {
    padding: 1rem;
    border: solid 1px rgba(0,0,0,.1);
    margin: 0 .5rem 1rem;
}

#navigation ul {
    background-color: transparent;
    border-bottom: none;
    display: inline-block !important;
}

#navigation li {
    background-color: transparent;
    text-decoration: none;
}

#navigation li > a:hover {
    text-decoration: none;
}

#navigation li:hover {
    border-bottom: solid 2px #00906D !important;
}

#btnLogOut {
    border-bottom: none;
    background-color: transparent;
    position: relative;
    height: 61px;
    line-height: 63px;
    margin: 0;
    border-bottom: 2px solid transparent;
    color: #909399;
    text-decoration: none;
    font-weight: bold;
    font-family: "Century Gothic", Arial, sans-serif;
    padding: 0 20px;
    -webkit-transition: border-color .3s,background-color .3s,color .3s;
    transition: border-color .3s,background-color .3s,color .3s;
    display: inline-block;
    float: right;
    border-radius: 0;
}

#navigation > button {
    position: relative;
    height: 61px;
    line-height: 63px;
    margin: 0;
    border-bottom: 2px solid transparent;
    color: #909399;
    text-decoration: none;
    font-weight: bold;
    font-family: "Century Gothic", Arial, sans-serif;
    padding: 0 20px;
    -webkit-transition: border-color .3s,background-color .3s,color .3s;
    transition: border-color .3s,background-color .3s,color .3s;
    border-bottom: solid 1px #e6e6e6;
    background-color: #fff;
    display: inline-block;
    float: right;
    border-radius: 0;
}

    #navigation > button:hover, #btnLogOut:hover {
        color: #303133;
        border-bottom: solid 2px #00906D;
    }

.encabezado{
      max-width:40%;
      display:inline-block;
      margin:0 10px 0 10px;
  }	 				

input:disabled {
    background: #dddddd;
}

    input:disabled + label {
        color: #ccc;
    }

/* Tables
================================== */



.Rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1em 0;
    padding: 0;
    color: #888;
}


.Rtable-cell-light {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 3px white;
  background:#FFFFFF;
}
.Rtable-cell-light > h1,
.Rtable-cell-light > h2,
.Rtable-cell-light > h3,
.Rtable-cell-light > h4,
.Rtable-cell-light > h5,
.Rtable-cell-light > h6 {
  margin: 0;
}
/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell-light {
  width: 50%;
}
.Rtable--3cols > .Rtable-cell-light {
  width: 33.33%;
}
.Rtable--4cols > .Rtable-cell-light {
  width: 25%;
}
.Rtable--5cols > .Rtable-cell-light {
  width: 20%;
}
.Rtable--6cols > .Rtable-cell-light {
  width: 16.6%;
}


.Rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none;
    border: solid 3px white;
    background: rgba(245, 245, 245, 0.7);
}

    .Rtable-cell > h1,
    .Rtable-cell > h2,
    .Rtable-cell > h3,
    .Rtable-cell > h4,
    .Rtable-cell > h5,
    .Rtable-cell > h6 {
        margin: 0;
    }
/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
    width: 50%;
}

.Rtable--3cols > .Rtable-cell {
    width: 33.33%;
}

.Rtable--4cols > .Rtable-cell {
    width: 25%;
}

.Rtable--5cols > .Rtable-cell {
    width: 20%;
}

.Rtable--6cols > .Rtable-cell {
    width: 16.6%;
}
.Rtable-cell-dark {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none;
    border: solid 3px white;
    background: rgba(0,0,0,.2);
    color: #555;
}
.Rtable-cell-dark > h1,
.Rtable-cell-dark > h2,
.Rtable-cell-dark > h3,
.Rtable-cell-dark > h4,
.Rtable-cell-dark > h5,
.Rtable-cell-dark > h6 {
  margin: 0;
}
/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell-dark {
  width: 50%;
}
.Rtable--3cols > .Rtable-cell-dark {
  width: 33.33%;
}
.Rtable--4cols > .Rtable-cell-dark {
  width: 25%;
}
.Rtable--5cols > .Rtable-cell-dark {
  width: 20%;
}
.Rtable--6cols > .Rtable-cell-dark {
  width: 16.6%;
}

.Rtable--5cols > .Rtable-cell--double {
    width: 40%;
}

.botonPSE {
    cursor: pointer;
    font-size: 1.2rem;
    display: block;
    padding: .5rem 0.5rem 0rem;
    text-align: left;
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: .3rem;
    box-shadow: 1px 3px 5px rgba(0,0,0,.2);
}
.botonPayline {
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center; 
    justify-content: center; 
    padding: .5rem;
    text-align: center;
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: .3rem;
    box-shadow: 1px 3px 5px rgba(0,0,0,.2);
    width: fit-content;
}   


.textoPagoElectronico {
    font-size: 1.6rem;
    vertical-align: 40px;
    margin: 30px;
    display: inline-block;
    margin-right: 130px;
}

.textoPagoElectronicoPayline {
    font-size: 1.6rem;
    display: flex; 
    align-items: center; 
    padding: 5px 10px; 
    margin: 0 10px; 
    margin-right: 55.17px;
    height: auto; 
    line-height: 1.2; 
}


.el-carousel__item h3 {
    color: #888;
    font-size: 14px;
    opacity: 0.75;
    line-height: 200px;
    margin: 0;
    background-color: #F5F5F5;
    text-align: center;
}

.el-carousel__item:nth-child(2n) h3 {
    background-color: #F5F5F5;
  }

.longitud-pago-presencial {
    width: 480px;
    height: 85px;
}

.fa-chevron-right {
    vertical-align: 40px;
}

.Altura-popup-pagopresencial {
    height:190px;
}

.Altura-contenido-dialogdescuentos{
    height:700px;
}

.el-carousel__item .block {
    text-align: center;
    padding: 40px 20%;
}
.el-carousel__mask {
    opacity: 0.35 !important;
}

    .el-carousel__item .block section {
        box-shadow: 0 5px 10px rgba(0,0,0, .3);
    }

.el-carousel__item .el-header {
    color: #333;
    height: 40px !important;
    width: 100%;
}

.el-carousel__item .el-header2 {
    background-color: gray;
    color: #333;
    height: 20px;
    align-content: center;
    border: 1px solid #eee;
}

.el-carousel__item .el-main {
    background-color: white;
    height: 90px;
    width: 100%;
    overflow: hidden;
}

    .el-carousel__item .el-main label {
        line-height: 50px;
    }

.el-carousel__item.is-active .el-main label {
    font-weight: bold;
    font-size: 1.1em;
}

.el-carousel__item .icon {
    display: inline-flex;
    line-height: 50px;
    width: 50px;
    background: url("Images/IconCalendario.png") no-repeat scroll 0 0 transparent;
    background-size: 32px;
    background-position: left;
    font-weight: bold;
}

.el-carousel__item .labeltext {
    font-weight: bold;
    color: white;
    line-height: 40px;
}

[v-cloak] {
    display: none;
}

#id_cotizante {
 font-weight: lighter;
 font-size: 0.8em;
}

#popup-pse .el-dialog__header {
    background-color: rgba(0,0,0, .3) !important;
}

#popup-pse .el-dialog__body {
    height: 207px;
    padding-top: 0px;
}

#popup-pse .el-dialog__title {
    color: #6E6F71;
    font-weight: bold;
}

#popup-pse .el-dialog__close.el-icon.el-icon-close {
    color: #6E6F71;
    font-weight: bold;
}

#popup-pse .info-circle {
    height: 75px;
    width: 75px;
    background-color: #7FC241;
    border-radius: 50%;
    display: inline-block;
    z-index: -1;
}

.subacteco-row {
    display: flex;
}

.subacteco-col-input {
    flex: 90%;
    padding-right: 2em;
}

.subacteco-col-search {
    flex: 1%;
    margin-right: 1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #007A5E !important;
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate {
    color: white !important;
}

#example_previous, #example_next {
    color: white !important;
}

.ellipsis {
    color: #007A5E !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #89BB33 !important;
    background-color: #89BB33 !important;
}

