.phoneValidator {
    position: relative
}

.phoneValidator:before {
    content: "(+56) * ";
    position: absolute;
    top: 48%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    color: #a1a4a4;
    padding-left: 10px
}

.content-input-phone:before {
    content: "(+56) * ";
    position: absolute;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    color: #a1a4a4;
    padding-left: 10px
}

.input-fran {
    background-color: #f7f7f7 !important;
    border: none !important;
    color: #4a4a4a !important;
    width: 100% !important;
    padding: 10px !important;
    height: 44px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 14px !important
}

.input-fran {
    background-color: #f7f7f7 !important;
    border: none !important;
    color: #4a4a4a !important;
    width: 100% !important;
    padding: 10px !important;
    height: 44px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 14px !important
}

.input-fran.phone-56 {
    padding: 3 16px 0 55px !important
}

.input-fran::-webkit-input-placeholder {
    font-size: 14px;
    color: #dcdcdc !important
}

.input-fran:-moz-placeholder {
    font-size: 14px;
    color: #dcdcdc !important
}

.input-fran::-moz-placeholder {
    font-size: 14px;
    color: #dcdcdc !important
}

.input-fran:-ms-input-placeholder {
    font-size: 14px;
    color: #dcdcdc !important
}

.input-fran::-ms-input-placeholder {
    font-size: 14px;
    color: #dcdcdc !important
}

.input-fran::placeholder {
    font-size: 14px;
    color: #dcdcdc !important
}

.input-per-default {
    background-color: #f7f7f7 !important;
    border: none !important;
    color: #a1a4a4 !important;
    width: 100% !important;
    padding: 10px !important;
    height: 44px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 14px !important
}

.form-wizard .form-wizard-header {
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px
}

.form-wizard .form-wizard-header:last-child {
    border-bottom: none !important
}

.form-wizard .form-wizard-steps {
    margin: 30px 0
}

.form-wizard .form-wizard-steps li span {
    background-color: #f3f3f3;
    color: #fff
}

.form-wizard .form-wizard-steps li.in-progress span {
    background-color: #00b4f0 !important
}

.form-wizard .form-wizard-steps li span {
    background-color: #00b4f0
}

.form-wizard .form-wizard-steps li:after {
    background-color: #00b4f0
}

.form-wizard .form-wizard-steps li span {
    background-color: #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    z-index: 1;
    font-size: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.form-wizard .form-wizard-steps li:after {
    background-color: #e9e9e9;
    left: 50%;
    border-color: #e9e9e9
}

.form-wizard .form-wizard-steps li.in-progress:after {
    background-color: #00b4f0;
    left: 50%;
    width: 100%
}

.form-wizard .form-wizard-steps li:last-child.in-progress:after {
    background-color: #00b4f0;
    left: 0;
    width: 100%
}

.form-wizard .form-wizard-steps li:first-child.in-progress:after {
    background-color: #00b4f0;
    width: 100%
}

.form-wizard-steps li:last-child:after {
    content: "";
    left: 0;
    width: 50% !important
}

.form-wizard .form-wizard-steps li {
    width: 25%;
    float: left;
    position: relative
}

.form-wizard .form-wizard-steps li:after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.br-theme-fontawesome-stars .br-widget {
    height: 28px;
    white-space: nowrap
}

.br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px
}

.br-theme-fontawesome-stars .br-widget a:after {
    content: '\f005';
    color: #d2d2d2
}

.br-theme-fontawesome-stars .br-widget a.br-active:after {
    color: #edb867
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #edb867
}

.br-theme-fontawesome-stars .br-widget .br-current-rating {
    display: none
}

.br-theme-fontawesome-stars .br-readonly a {
    cursor: default
}

@media print {
    .br-theme-fontawesome-stars .br-widget a:after {
        content: '\f006';
        color: #000
    }
    .br-theme-fontawesome-stars .br-widget a.br-active:after,
    .br-theme-fontawesome-stars .br-widget a.br-selected:after {
        content: '\f005';
        color: #000
    }
}

a.br-fractional:after {
    color: #ffc728 !important
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.open-banco-navidad {
    padding: 0 25px
}

.navidadbanco .input::-moz-placeholder {
    color: #777;
    font-size: 14px
}

.navidadbanco .input:-ms-input-placeholder {
    color: #777;
    font-size: 14px
}

.navidadbanco .input::-webkit-input-placeholder {
    color: #777;
    font-size: 14px
}

.navidadbanco .input:-moz-placeholder {
    color: #777;
    font-size: 14px
}

.navidadbanco .input::-ms-input-placeholder {
    color: #777;
    font-size: 14px
}

.navidadbanco .input::placeholder {
    color: #777;
    font-size: 14px
}

.btn-banco-estado {
    background-color: #d60032;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 16px;
    font-family: pangram-bold;
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px
}

.custom-counter li {
    list-style: decimal;
    margin-bottom: 10px;
    text-align: left;
    color: #dc3b3c;
    font-size: 17px
}

@media (max-width:768px) {
    .custom-counter li {
        padding-left: 18px
    }
}

@media (min-width:768px) {
    .custom-counter li {
        width: 59%;
        padding-left: 18px
    }
}

.position-svg-banco {
    position: absolute;
    right: 0;
    top: 0
}

.title-modales-danger {
    color: #dc3b3c;
    font-size: 20px;
    font-family: pangram-regular
}

@media (max-width:768px) {
    .title-modales-danger {
        font-family: pangram-light
    }
}

.item-wrapper {
    -webkit-box-shadow: rgba(0, 0, 0, .05) 0 1px 2px 0;
    -moz-box-shadow: rgba(0, 0, 0, .05) 0 1px 2px 0;
    box-shadow: rgba(0, 0, 0, .05) 0 1px 2px 0;
    font-family: pangram-light;
    margin-bottom: 10px
}

.item-wrapper__header {
    height: 170px;
    background-color: #fff
}

.item-wrapper__header img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.item-wrapper__content {
    background-color: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.item-wrapper__content h3 {
    color: #37a7d0;
    font-size: 15px;
    height: 44px
}

.item-wrapper__content p {
    font-size: 13px;
    color: #2c3c45
}

.item-wrapper__content__footer span {
    display: block;
    font-size: 13px
}

.item-wrapper__content__footer .precio-normal {
    color: #2c3c45
}

.item-wrapper__content__footer .precio-banco-estado {
    font-weight: 900;
    font-family: pangram-bold;
    color: #d60032
}

@media (max-width:768px) {
    .item-wrapper__header {
        height: 128px
    }
}

.icon-square {
    width: 300px;
    text-align: center
}

@media (max-width:768px) {
    .icon-square {
        width: 85px
    }
}

.icon-square span {
    margin-top: 10px;
    font-family: pangram-regular;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #002335;
    font-size: 17px
}

@media (max-width:768px) {
    .icon-square span {
        font-size: 13px;
        color: #fff
    }
}

.icon-square img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.bg-red-banco {
    background-color: #dc3b3d;
    padding: 8px;
    margin-top: -1px
}

.cancelacion-modal {
    background-color: #ff8d00
}

#cancelacion {
    padding: 0 !important;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    max-width: 1325px
}

.cancelacion__border__right {
    border-right: 1px solid #dcdcdc;
    padding-right: 21px
}

.cancelacion__container {
    padding: 15px;
    text-align: left;
    font-family: pangram-regular
}

.cancelacion__text__header {
    font-size: 17px;
    font-family: pangram-regular;
    margin-bottom: 19px
}

.cancelacion__div__table__header {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 6px;
    text-align: left
}



.tbl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #dcdcdc
}

.tbl .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px
}

.tbl .row:first-child {
    min-height: 20px
}

.cell {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -moz-box-flex: 4;
    -ms-flex: 4;
    flex: 4
}

.cell:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cell:nth-child(2) {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -moz-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.cell.span4-5 {
    -webkit-box-flex: 8;
    -webkit-flex: 8 24px;
    -moz-box-flex: 8;
    -ms-flex: 8 24px;
    flex: 8 24px
}

.cell.span3-4 {
    -webkit-box-flex: 8;
    -webkit-flex: 8 24px;
    -moz-box-flex: 8;
    -ms-flex: 8 24px;
    flex: 8 24px
}

.cell.span3-5 {
    -webkit-box-flex: 12;
    -webkit-flex: 12 36px;
    -moz-box-flex: 12;
    -ms-flex: 12 36px;
    flex: 12 36px
}

.row:first-child .cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 10px;
    font-size: 14px;
    font-weight: 400
}

.row .cell {
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    color: #a0a0a0
}

.row .cell:last-child {
    padding-right: 0
}

.row .cell:first-child {
    padding-left: 0
}

.row .cell *>div {
    width: 100%
}

.row .cell .cell {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 4px;
    line-height: 15px
}

.font-regular {
    color: #4e4e4e !important;
    font-size: 15px !important
}

.cancelacion__resumen {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 14px
}







.cancelacion__container__checkbox .control_indicator {
    border: 2px solid #585858 !important;
    padding-top: 0;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cancelacion__aside {
    font-family: pangram-light;
    font-weight: 100
}

.cancelacion__btn {
    height: 44px;
    width: 220px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #00b4f0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer;
    position: relative;
    background: #ff8d00;
    text-transform: lowercase;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-family: pangram-regular;
    font-size: 17px;
    font-family: pangram-light;
    font-weight: 100
}

.cancelacion__pkg {
    padding: 10px;
    color: #fff;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    font-size: 16px;
    background-color: #00cac6;
    border-left: 1px solid #00cac6
}

.cancelacion__style__table .control_indicator {
    border: 2px solid #585858 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    top: 6px;
    position: absolute;
    left: 50%;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cancelacion__style__table label.control {
    margin: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0 !important;
    padding: 0;
    padding-left: 0
}

.cancelacion__style__table thead th {
    background-color: #00cac6;
    padding: 12px;
    color: #fff;
    text-align: left;
    font-weight: 100;
    font-family: pangram-light
}

.cancelacion__style__table thead th:last-child {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0
}

.cancelacion__style__table tbody tr td:first-child {
    border-left: 1px solid #dcdcdc
}

.cancelacion__style__table tbody tr td:last-child {
    border-right: 1px solid #dcdcdc
}

.cancelacion__style__table tbody tr:last-child td {
    border-bottom: 1px solid #dcdcdc
}

.cancelacion__style__table tbody tr td {
    height: 44px
}

.cancelacion__pkg {
    max-width: 277px;
    text-align: center
}

.no-padding-modal {
    padding: 0 !important
}


.remodal-1000 {
    max-width: 1000px
}

.row-group-form {
    margin-bottom: 12px
}


.row-75 {
    margin-right: -7.5px;
    margin-left: -7.5px
}

.remodal-1000px {
    max-width: 1000px
}

.cancelacion__style__table tbody tr td {
    padding: 12px
}

.cancelacion__style__table.top-border-radius thead tr th:first-child {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0
}

.btn-cancelacion-admin {
    font-weight: 100;
    width: 400px;
    padding: 15px 0;
    background-color: #e78515;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 22px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    -webkit-box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.btn-cancelacion-admin.cancelacion-btn-success {
    background-color: #19c6b7
}

.minus-input-table {
    width: 52px;
    height: 23px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    text-align: center
}

.cancelacion__style__table tbody tr td {
    font-family: pangram-light
}

.cancelacion__div__table__content {
    font-family: pangram-light
}

.strong-text__green {
    color: #00cdc8;
    font-family: pangram-bold;
    font-size: 20px
}

.devolucion__content label {
    font-family: pangram-regular;
    font-size: 15px;
    font-size: 18px
}

.devolucion__content input {
    border: 1px solid #707070;
    width: 250px;
    padding: 19px 20px;
    font-family: pangram-regular;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #00cdc8
}

.devolucion__content input::-webkit-input-placeholder {
    color: #00cdc8;
    font-family: pangram-regular;
    text-align: center;
    font-size: 18px
}

.devolucion__content input:-moz-placeholder {
    color: #00cdc8;
    font-family: pangram-regular;
    text-align: center;
    font-size: 18px
}

.devolucion__content input::-moz-placeholder {
    color: #00cdc8;
    font-family: pangram-regular;
    text-align: center;
    font-size: 18px
}

.devolucion__content input:-ms-input-placeholder {
    color: #00cdc8;
    font-family: pangram-regular;
    text-align: center;
    font-size: 18px
}

.devolucion__content input::-ms-input-placeholder {
    color: #00cdc8;
    font-family: pangram-regular;
    text-align: center;
    font-size: 18px
}

.devolucion__content input::placeholder {
    color: #00cdc8;
    font-family: pangram-regular;
    text-align: center;
    font-size: 18px
}

.f-15 {
    font-size: 15px
}

.en-despacho {
    color: #458aff
}


.make-crear {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.cancelado-usuario {
    color: #f12626;
    font-weight: 700
}

.confimado-usuario {
    color: #1fcfca;
    font-weight: 700
}

.en-proceso-usuario {
    color: #82b0ff;
    font-weight: 700
}

.make-crear {
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    height: 40px;
    width: 190px;
    -webkit-box-shadow: .4px 1.4px 3px 0 rgba(0, 0, 0, .39);
    -moz-box-shadow: .4px 1.4px 3px 0 rgba(0, 0, 0, .39);
    box-shadow: .4px 1.4px 3px 0 rgba(0, 0, 0, .39);
    color: #fff
}

.p-b-38-max {
    padding-top: 25px !important
}

.make-crear {
    background-color: #1eb2e8;
    -webkit-box-shadow: .4px 1.4px 3px 0 rgba(0, 0, 0, .39)
}

.compra-text {
    padding: 0 1rem
}

.compra-text p {
    line-height: 16px;
    font-size: 13px
}

.cliente_datos_edit {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px
}

@media only screen and (min-width:768px) {
    .m-r-45-md {
        margin-right: 45px !important
    }
    .margin-data-input {
        margin-right: 10px
    }
    .new-btn-absolute {
        right: 0;
        position: absolute;
        top: -17px
    }
}

@media (min-width:768px) {
    .m-b-10-min {
        margin-bottom: 10px
    }
    .panel-user ul li svg {
        margin-right: 8px
    }
    .fixed-left {
        margin-left: 37px
    }
    .title-absolute {
        margin-top: 18px
    }
}

.panel-compra {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.dfjcac {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.panel-user {
    border: 1px solid rgba(200, 200, 200, .37);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff
}

@media (max-width:768px) {
    .panel-user {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: none;
        border: 1px solid rgba(200, 200, 200, .37)
    }
}

.panel-user ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.panel-user ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .875rem 1.57rem;
    position: relative
}

.entrada-height {
    overflow: hidden;
    max-height: 150px
}

.entrada-height::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1) !important;
    background-color: #f5f5f5 !important
}

.entrada-height::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #745757;
    -webkit-transition: .4s all cubic-bezier(.165, .84, .44, 1);
    transition: .4s all cubic-bezier(.165, .84, .44, 1)
}

.entrada-height::-webkit-scrollbar:hover {
    height: 8px
}

.entrada-height::-webkit-scrollbar:hover {
    height: 8px
}

.entrada-height:hover::-webkit-scrollbar {
    height: 8px
}

.title-user {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: .3rem
}

.form-user {
    border-top: 1px solid #d6d6d6;
    padding: 1rem 0
}

.data-user {
    font-size: 14px
}

.datos {
    margin-bottom: 30px
}

.avatar-user input[type=file] {
    display: none
}

.avatar-user .img-content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 199px;
    width: 200px;
    margin-top: 34px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
    background-color: #e6e6e6
}

.entrada-height::-webkit-scrollbar-thumb {
    background-color: #4a4a4a;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.nav-tabs-left {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .875rem 2rem;
    cursor: pointer;
    -webkit-transition: .1s color ease;
    -o-transition: .1s color ease;
    -moz-transition: .1s color ease;
    transition: .1s color ease
}

.nav-tabs-left a {
    font-size: 10px;
    color: #a3a3a3;
    text-transform: uppercase
}

.nav-tabs-left i {
    margin-right: 1rem;
    color: #a3a3a3;
    font-size: 1.25rem
}

.nav-tabs-left:hover a {
    color: #00b4f0
}

.nav-tabs-left,
.tabs-compra {
    border: 1px solid rgba(200, 200, 200, .37)
}

.nav-tabs-left.active-li:before,
.panel-user ul li.active-li:before,
.tabs-compra li.active-li:before {
    width: 100%;
    height: 3px;
    left: 0;
    content: "";
    position: absolute;
    bottom: 0
}

.panel-user ul li.active-li:before {
    position: absolute;
    bottom: 0
}

.active-side-menu a li {
    -webkit-transition: .6s all ease;
    -o-transition: .6s all ease;
    -moz-transition: .6s all ease;
    transition: .6s all ease
}

.active-side-menu a li.active-li svg {
    -webkit-transition: .6s all ease;
    -o-transition: .6s all ease;
    -moz-transition: .6s all ease;
    transition: .6s all ease;
    fill: #00b4f0
}

.active-side-menu a li.active-li>div {
    -webkit-transition: .6s all ease;
    -o-transition: .6s all ease;
    -moz-transition: .6s all ease;
    transition: .6s all ease;
    color: #00b4f0
}

.active-side-menu a li.active-li:before {
    content: "";
    background-color: #00b4f0;
    -webkit-transition: .6s all ease;
    -o-transition: .6s all ease;
    -moz-transition: .6s all ease;
    transition: .6s all ease
}

@media (min-width:768px) {
    .active-side-menu .m-b-10-min {
        margin-bottom: 10px
    }
    .active-side-menu a:hover li svg {
        fill: #00b4f0
    }
    .active-side-menu a:hover li>div {
        color: #00b4f0
    }
    .active-side-menu a:hover li:before {
        content: "";
        background-color: #00b4f0
    }
}

.panel-user ul li img {
    margin-right: 8px;
    height: 1.25rem;
    width: 1.25rem
}

.panel-user ul li.active-li i,
.panel-user ul li:hover a,
.panel-user ul li:hover i {
    color: #00b4f0
}

.panel-user ul li.active-li:before {
    position: absolute;
    bottom: 0
}

.tabs-compra {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff
}

.tabs-compra li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: .875rem 1.25rem;
    position: relative;
    cursor: pointer
}

.tabs-compra a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .1s color ease;
    -o-transition: .1s color ease;
    -moz-transition: .1s color ease;
    transition: .1s color ease
}

.tabs-compra a.active-li {
    color: #00b4f0
}

.tabs-compra a:hover {
    color: #00b4f0
}

.primary-set ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto !important
}

.chart,
.chart2 {
    height: 100px;
    width: 100px
}

.chart2 {
    position: absolute
}

.porcentaje {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 18px;
    color: #777;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.spinner-load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.progress {
    font-size: 12px;
    line-height: 16px;
    width: 180px;
    margin: auto;
    text-align: left
}

.progress div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.delete-photo {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    width: 25px
}

.form-100-width form {
    width: 100%
}



.btn-favorites {
    height: 30px;
    width: 90px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 1.45em;
    font-size: 14px;
    -webkit-box-shadow: .4px 1.4px 3px 0 rgba(0, 0, 0, .39);
    -moz-box-shadow: .4px 1.4px 3px 0 rgba(0, 0, 0, .39);
    box-shadow: .4px 1.4px 3px 0 rgba(0, 0, 0, .39);
    color: #fff;
    background-color: #1eb2e8
}

.title-table-credito {
    color: #181818;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .18px
}

.title-credito {
    color: #0f4163;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .2px
}

.is-same>[class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .primary-set {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2
    }
}

.breadcrumbs {
    position: absolute
}

.breadcrumbs li {
    display: inline-block
}

.breadcrumbs li {
    color: #a3a3a3
}

.breadcrumbs li a {
    position: relative;
    color: #1eb2e8;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .6px;
    text-transform: uppercase;
    text-decoration: none
}

.title-cuidadores {
    font-size: 12px;
    font-weight: 500;
    color: #a3a3a3;
    text-transform: uppercase;
    margin-bottom: .3rem
}

@media only screen and (max-width:767px) {
    .fixed-btn-save {
        position: fixed;
        bottom: 74px;
        z-index: 999;
        left: 15px
    }
    .fixed-left2 {
        margin-left: 44px
    }
    .cuidadores-btn-delete {
        position: absolute;
        right: 0;
        top: 0
    }
}

.oval-cuidadores {
    height: 103px;
    width: 103px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.oval-cuidadores i,
.oval-cuidadores span {
    font-size: 14px
}

.breadcrumbs li:last-of-type a {
    color: #a3a3a3
}

.breadcrumbs li:last-of-type a:after {
    display: none
}

.cuidadores-filter {
    margin-bottom: 15px
}

.cuidadores-filter:last-child {
    margin-bottom: 0
}



.spacing-top {
    margin-top: 40px
}



.title-table {
    color: #f56a80;
    font-size: 13px;
    text-transform: uppercase;
    padding: .5em 0
}

.italy-font,
.text-blue {
    font-style: italic
}

.title-boys {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: .3rem
}

.italy-font {
    color: #9b9b9b;
    font-size: 12px;
    line-height: 16px
}

.svg-align {
    margin-top: -15px
}

.title-modal-small {
    color: #0f4163;
    font-size: 22px;
    font-weight: 900
}

.btn-red {
    height: 40px;
    width: 120px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f56a80;
    -webkit-box-shadow: .4px 1.4px 3px 0 rgba(0, 0, 0, .39);
    -moz-box-shadow: .4px 1.4px 3px 0 rgba(0, 0, 0, .39);
    box-shadow: .4px 1.4px 3px 0 rgba(0, 0, 0, .39)
}

.btn-red {
    -webkit-box-shadow: .4px 1.4px 3px 0 rgba(0, 0, 0, .39)
}

.oval-cuidadores {
    background-color: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-pack: center;
    cursor: pointer
}

.edit-form input::-webkit-input-placeholder {
    font-size: 14px
}

.kids {
    padding-bottom: 6px;
    padding-top: 6px
}

.kids:last-child {
    margin-bottom: 0
}

.btn-red,
.oval-cuidadores {
    display: -webkit-box;
    display: -ms-flexbox
}

.oval span {
    font-size: 10.76px;
    color: #777
}

.oval .material-icons {
    font-size: 10px;
    color: #777
}

.kid-name {
    font-size: 12px;
    color: #a3a3a3
}


@media (max-width:768px) {
    .title-absolute {
        top: 182px;
        position: absolute
    }
    .m-4-top {
        margin-top: -4px !important
    }
    .compra-text {
        padding: 0;
        margin-bottom: 15px;
        top: 35px
    }
    .btn-flexing button {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        flex: 1 1 auto
    }
    .text-right-max {
        text-align: right
    }
    .fix-svg-margin {
        margin-bottom: 52px
    }
    .ticket__wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
    .ticket__header {
        height: 100%
    }
    .ticket__body {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -moz-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
  
    .spacing-top {
        margin-top: 10px
    }
    .cuidadores-filter .close-kids {
        top: 2px !important
    }
    .absolute-close-btn-img {
        display: block;
        width: 30px;
        height: 30px
    }
    .panel-user {
        width: 100%
    }
    .panel-user ul {
        width: 100%
    }
    .toolbar_app {
        -webkit-box-shadow: 3px 0 2px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 3px 0 2px 0 rgba(0, 0, 0, .1);
        box-shadow: 3px 0 2px 0 rgba(0, 0, 0, .1)
    }
    .active-side-menu a {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .panel-user ul li {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
    .panel-user ul li img {
        margin-right: 0 !important
    }
    .toolbar_app {
        position: fixed !important;
        bottom: 0;
        left: 0;
        z-index: 999;
        margin-bottom: 0 !important;
        width: 100%;
        padding: 0 !important
    }
    .toolbar_app span {
        font-size: 2vw !important;
        text-transform: uppercase
    }
    .toolbar_app .panel-usuario {
        width: 100%
    }
    .toolbar_app ul li.active-li:before {
        display: none
    }
    .toolbar_app.fourFlex ul a {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 25% !important;
        -moz-box-flex: 1 !important;
        -ms-flex: 1 1 25% !important;
        flex: 1 1 25% !important
    }
    .toolbar_app.fourFlex ul a li .hidden-md {
        font-size: 2vw !important;
        text-transform: uppercase
    }
    .toolbar_app.fiveFlex ul a {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 20% !important;
        -moz-box-flex: 1 !important;
        -ms-flex: 1 1 20% !important;
        flex: 1 1 20% !important
    }
    .toolbar_app.fiveFlex ul a li .hidden-md {
        font-size: 2vw !important;
        text-transform: uppercase
    }
    .toolbar_app.fourFlex ul a li {
        padding: .575rem 0 !important
    }
    .toolbar_app.fourFlex ul a li svg {
        margin-bottom: 2px
    }
    .toolbar_app.fiveFlex ul a li {
        padding: .575rem 0 !important
    }
    .toolbar_app.fiveFlex ul a li svg {
        margin-bottom: 2px
    }
    .btn-favorites-pa {
        position: absolute;
        top: 33px;
        right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .flex-column-md-min {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        margin-bottom: 10px
    }
    .flex-column-md-min .panel-user ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        flex: 1 1 auto
    }
    .flex-column-md-min .justify-center.start-min {
        margin-left: 0 !important
    }
}

@media only screen and (max-width:339px) {
    .panel-user ul li {
        padding: .875rem 1rem
    }
}

@media only screen and (max-width:639px) {
    .w195-md {
        width: 195px !important
    }
}

@media only screen and (max-width:399px) {
    .notificaciones .spinner-load {
        margin-top: 30px
    }
}

@media only screen and (max-width:399px) {
    .close-kids,
    .close-kids img {
        position: absolute;
        right: 0
    }
    .close-kids {
        top: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:1000px) {
    .column-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column
    }
    .column-btn button:first-child {
        margin-bottom: 10px
    }
    .column-btn .m-r-10 {
        margin-right: 0 !important
    }
    .resena-pasada .img-compra img {
        height: 73px;
        width: 100px
    }
}

.entrada_compras .tippy-box[data-placement^=left]>.tippy-arrow:before {
    top: -10px
}

.entrada_compras .tippy-arrow {
    color: #7d8181
}

.entrada_compras .ticket-view {
    border-top: none !important
}

.entrada_compras .tippy-content a {
    color: #fff
}

.entrada_compras .tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -7px !important;
    left: -8px !important;
    border-bottom-color: #7d8181 !important
}

.entrada_compras .toolpit-butacas {
    padding: 6px 16px;
    border-bottom: 1px solid rgba(163, 163, 163, .45);
    font-wight: 900
}

.entrada_compras .toolpit-butacas:last-child {
    border-bottom: 0
}

.entrada_compras .tippy-box {
    position: relative;
    background-color: #7d8181
}

.entrada_compras .tippy-content {
    padding: 9px 15px !important;
    font-weight: 900
}

.entrada_compras .tippy-arrow {
    border-color: 11px solid #7d8181 !important
}

.entrada_compras.tippy-tooltip {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #7d8181 !important;
    padding: 0
}

.entrada_compras .toolpit-butacas {
    font-weight: 900
}

.entrada_compras .tippy-roundarrow,
.entrada_compras .tippy-tooltip svg {
    fill: #7d8181 !important
}

.entrada_compras .tippy-tooltip {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #7d8181
}

.entrada_compras .tippy-content {
    padding: 0
}

.entrada_compras .collapse li {
    border-top: 1px solid #e4e4e4
}

.entrada_compras .remodal-wrapper {
    padding: 0
}

.fix-select {
    padding: 10px;
    width: 100%;
    margin-left: -1px;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    border: 1px solid rgba(163, 163, 163, .45) !important
}

.cuidadores-btn-delete {
    position: absolute;
    right: 0;
    top: 0
}

.fixed-botton-row {
    margin-bottom: 13px !important
}

@media (max-width:768px) {
    .md-justify {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .none-column {
        -webkit-box-orient: inherit !important;
        -webkit-box-direction: inherit !important;
        -webkit-flex-direction: inherit !important;
        -moz-box-orient: inherit !important;
        -moz-box-direction: inherit !important;
        -ms-flex-direction: inherit !important;
        flex-direction: inherit !important
    }
    .m-r-10-md-md {
        margin-right: 10px
    }
    .m-t-20-fix {
        margin-top: 12px !important
    }
    .none-mb-md {
        margin-bottom: 0
    }
    .fix-data-user {
        width: 243px
    }
    #cliente_direccion_dirAuto {
        width: 100%
    }
    #cliente_direccion_local {
        width: 100%
    }
    .fixMB {
        margin-bottom: 0 !important
    }
    .m-b-25-md {
        margin-bottom: 25px !important
    }
    .m-t-25-md {
        margin-top: 25px !important
    }
}



.flip-card-front [data-tippy-root] {
    top: -9px !important
}

@media (max-width:768px) {
    .oneClick {
        margin: 15px 0
    }
    .m-t-15-resena {
        margin-top: 15px
    }
    .fix-title {
        margin-top: 20px
    }
}

.entrada_compras .ticket-view {
    padding: 0
}

.is-actividad {
    width: 20px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00cac6
}

@media (max-width:768px) {
    .is-actividad {
        display: none
    }
    .nav-tabs-left {
        padding: 10px 12px
    }
}

.ticket {
    display: grid;
    grid-template-rows: auto 1fr auto;
    max-width: 24rem;
    width: 100%
}

.ticket__body,
.ticket__footer,
.ticket__header {
    padding: 15px .8rem;
    background-color: #fff;
    border: 1px solid #abb5ba;
    -webkit-box-shadow: 0 2px 4px rgba(41, 54, 61, .25);
    -moz-box-shadow: 0 2px 4px rgba(41, 54, 61, .25);
    box-shadow: 0 2px 4px rgba(41, 54, 61, .25)
}

.ticket__header {
    font-size: 1.5rem;
    border-top: .45rem solid #00b4f0;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 15px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ticket__header img {
    height: 115px;
    margin: auto;
    width: 120px
}

.ticket__wrapper {
    z-index: 0;
    -webkit-box-shadow: 0 2px 4px rgba(41, 54, 61, .25);
    -moz-box-shadow: 0 2px 4px rgba(41, 54, 61, .25);
    box-shadow: 0 2px 4px rgba(41, 54, 61, .25);
    -webkit-border-radius: .375em .375em 0 0;
    -moz-border-radius: .375em .375em 0 0;
    border-radius: .375em .375em 0 0;
    overflow: hidden
}

.ticket__divider {
    position: relative;
    height: 1rem;
    background: #fff;
    margin-left: .5rem;
    margin-right: .5rem
}

.ticket__divider::after {
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom: 2px dashed #e9ebed
}

.ticket__notch {
    position: absolute;
    left: -.5rem;
    width: 1rem;
    height: 1rem;
    overflow: hidden
}

.ticket__notch::after {
    content: '';
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    right: 100%;
    top: -50%;
    border: .5rem solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 2px 4px rgba(41, 54, 61, .25);
    -moz-box-shadow: inset 0 2px 4px rgba(41, 54, 61, .25);
    box-shadow: inset 0 2px 4px rgba(41, 54, 61, .25)
}

.ticket__notch--right {
    left: auto;
    right: -.5rem
}

.ticket__notch--right::after {
    right: 0
}

.ticket__body {
    border-bottom: none;
    border-top: none
}

.ticket__body>*+* {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ebed
}

.ticket__section>*+* {
    margin-top: .25rem
}

.ticket__section>h3 {
    font-size: .8rem;
    margin-bottom: .5rem
}

.ticket__footer,
.ticket__header {
    font-weight: 700;
    font-size: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ticket__footer {
    border-top: 2px dashed #e9ebed;
    -webkit-border-radius: 0 0 .325rem .325rem;
    -moz-border-radius: 0 0 .325rem .325rem;
    border-radius: 0 0 .325rem .325rem
}

.flip-card-back {
    overflow: auto;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flip-card {
    background-color: transparent;
    width: 370px;
    height: 100%;
    margin: 0 auto;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}

@media (max-width:768px) {
    .flip-card {
        width: 100%
    }
}

.icon-feed i {
    color: #a3a3a3;
    margin-top: -5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 12px
}

@media (max-width:768px) {
    .title-main-user {
        text-align: center
    }
    .open-modal-view-ticket {
        margin-bottom: 0;
        padding: 15px !important
    }
    .ticket__notch {
        display: none
    }
    .ticket__divider {
        height: auto
    }
    .ticket__wrapper {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    .ticket__body,
    .ticket__header,
    .ticket__wrapper {
        height: 100%
    }
    .height-100-max {
        height: 100%
    }
    .ticket__header img {
        height: 195px;
        margin: auto;
        width: 190px
    }
    .height-100-max {
        height: -webkit-max-content
    }
    .ticket__section {
        margin-top: 0 !important;
        padding: 0 !important
    }

    .ticket__body,
    .ticket__footer,
    .ticket__header {
        padding: 0 1.2rem;
        padding: 0 !important
    }
    .ticket__body h3,
    .ticket__footer h3,
    .ticket__header h3 {
        font-size: 11px;
        margin-top: 10px;
        padding: 0 9px
    }
    .ticket__body {
        padding: 9px
    }
    .ticket__header {
        padding: 0 20px;
        padding-top: 7px
    }
    .font-no-margin {
        font-size: 15px !important;
        margin-top: 0 !important;
        padding-bottom: 20px
    }
    .codigo-ticket {
        margin-top: 6px !important;
        font-size: 10px !important
    }
}

.modal-seguimiento-open {
    padding: 10px
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.1, .82, .25, 1);
    transition: -webkit-transform .4s cubic-bezier(.1, .82, .25, 1);
    -o-transition: -o-transform .4s cubic-bezier(.1, .82, .25, 1);
    -moz-transition: transform .4s cubic-bezier(.1, .82, .25, 1), -moz-transform .4s cubic-bezier(.1, .82, .25, 1);
    transition: transform .4s cubic-bezier(.1, .82, .25, 1);
    transition: transform .4s cubic-bezier(.1, .82, .25, 1), -webkit-transform .4s cubic-bezier(.1, .82, .25, 1), -moz-transform .4s cubic-bezier(.1, .82, .25, 1), -o-transform .4s cubic-bezier(.1, .82, .25, 1);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-card.open .flip-card-inner {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.flip-card-back,
.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-card-front {
    color: #000
}

.flip-card-back {
    background-color: #ffff;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.flip-card.open .ticket__divider {
    background: 0 0 !important;
    display: none
}

.flip-card-back {
    padding: 20px
}

.form-group-title {
    margin-bottom: 25px;
    font-size: 14px
}

.form-group-title h3 {
    margin-bottom: 15px;
    text-align: left
}

.form-group-title p {
    text-align: left;
    line-height: 1.6;
    font-size: 12px
}

.group-h5 h5 {
    font-size: 13px;
    text-align: left;
    margin-bottom: 3px
}

.group-h5 p {
    font-size: 11px;
    text-align: left
}

.save-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #fff;
    height: 40px;
    width: 190px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #1eb2e8;
    -webkit-box-shadow: .4px 1.4px 3px 0 rgba(0, 0, 0, .39);
    -moz-box-shadow: .4px 1.4px 3px 0 rgba(0, 0, 0, .39);
    box-shadow: .4px 1.4px 3px 0 rgba(0, 0, 0, .39)
}

.open-modal-view-ticket {
    height: 100vh
}

@media only screen and (max-width:559px) {
    .icon-feed i {
        margin-left: 5px
    }
    .feed-back-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column
    }
    .tabs-compra li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        flex: 1 1 auto
    }
    .spacing-fix-top {
        margin-top: 42px !important
    }
}

.title-width-favoritas {
    width: 470px
}

@media only screen and (max-width:990px) {
    .title-width-favoritas {
        width: 346px
    }
}

@media only screen and (max-width:1200px) {
    .disable-mg-md ul a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        flex: 1 1 auto
    }
}

@media only screen and (max-width:767px) {
    .panel-block {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        justify-content: center !important
    }
    .DatosEdit {
        width: 147px !important
    }
    .title-width-favoritas {
        width: 412px
    }
    .content-absolute-close {
        position: absolute
    }
    .cuidadore .kids {
        margin: 20px 0
    }
    .m-t-15-md-mobile {
        margin-top: 15px !important
    }
    .disable-mg-md ul a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        flex: 1 1 auto
    }
    .disable-mg-md {
        margin: 0 !important
    }
    .disable-mg-md ul li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        flex: 1 1 auto
    }
}

@media only screen and (max-width:488px) {
    .title-width-favoritas {
        width: 257px
    }
}

@media only screen and (max-width:375px) {
    .title-width-favoritas {
        width: 122px
    }
}

.btn-pdf-html {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
    border: 3px solid #00b4f0;
    color: #00b4f0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#ninos-collection-remove {
    cursor: pointer
}

#cuidadores-collection-remove {
    cursor: pointer
}

.button-close-fix {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: auto
}

.z-index100 {
    z-index: 3
}

.link-toggle {
    color: #00b4f0;
    cursor: pointer
}

.b-b-prefix {
    position: relative
}

.b-b-prefix:before {
    content: "";
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(26, 26, 26, .05)
}

@media only screen and (max-width:1200px) {
    .flex-column-md-min .panel-user ul li {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.width-1325 {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    max-width: 1325px;
    padding: 0 !important
}

.devolcion__info {
    position: absolute;
    left: -46px;
    top: 18%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.devolucion-modal {
    background-color: #ff8d00
}

.px-8 {
    padding: 0 8em
}

.cancelacion-step .form-wizard-steps li.in-progress span {
    background-color: #ff8d00 !important
}

.cancelacion-step .form-wizard-steps li.in-progress:after {
    background-color: #ff8d00 !important
}

.color-green {
    color: #1fcfca
}

.color-warning {
    color: #ff8d00
}

.color-danger {
    color: #ef0c0c
}

.tooltip-descargas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px
}

.tooltip-descargas a {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid;
    border-color: #888;
    color: #f5f5f5;
    font-family: pangram-bold;
    text-transform: lowercase
}

.tooltip-descargas a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0
}

#ui-datepicker-div {
    z-index: 99999 !important
}
