﻿
/*#region Fuentes-----------------*/
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/Montserrat-Regular/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Regular/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotothin';
    src: url('fonts/Roboto/roboto_regular/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto/roboto_regular/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto/roboto_regular/Roboto-Regular-webfont.woff2') format('woff2'), url('fonts/Roboto/roboto_regular/Roboto-Regular-webfont.woff') format('woff'), url('fonts/Roboto/roboto_regular/Roboto-Regular-webfont.ttf') format('truetype'), url('fonts/Roboto/roboto_regular/Roboto-Regular-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*#endregion Fuentes-------------*/
/*#region blazor -----------------*/
a, .btn-link {
    color: #0366d6;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.btn-outline-primary {
    color: var(--ColorApp_2);
    border-color: var(--ColorApp_2) !important;
}
.btn-outline-primary:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary:active {
    color: #FFF;
    background-color: var(--ColorApp_2) !important;
}
.btn-outline-primary.disabled, 
.btn-outline-primary:disabled {
    color: var(--ColorApp_2);
}
app {
    position: relative;
    display: flex;
    flex-direction: column;
}
.containerApp {
    height: auto !important;
}
.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}
.main {
    display: block;
    margin-top: 115px;
}
.main .top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
}
.main .top-row > a, .main .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}
.main .top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar,
.sidebar .top-row {
    background-color: var(--ColorFondo);
}
.sidebar .navbar-brand {
    font-size: 1.1rem;
    margin-right: 3%;
    margin-top: -20px;
}
.sidebar .oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}
.sidebar .nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}
.sidebar .nav-item:first-of-type {
    padding-top: 1rem;
}
.sidebar .nav-item:last-of-type {
    padding-bottom: 1rem;
}
.sidebar .nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}
.sidebar .nav-item a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}
.sidebar .nav-item a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
.content {
    padding-top: 0;
}
.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}
.valid.modified:not([type=checkbox]) {
    outline: auto;
    outline-style: auto;
    outline-color: #fff;
}
.invalid {
    outline: auto;
    outline-style: auto;
    outline-color: red;
}
.validation-message {
    color: red;
}
#blazor-error-ui {
    bottom: 25px;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/*#endregion blazor-------------*/
/*#region MarketPlace-----------------*/
html, body {
    color: #606060;
    font: var(--FuenteApp) !important;
    scroll-behavior: smooth;
}
body {
    margin-bottom: 0 !important;
}
::placeholder {
    color: #d9d9d9 !important;
}
#wrapper {
    width: 100%;
    overflow-x: hidden;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.w-24 {
    width: 24% !important;
}
.w-26 {
    width: 26% !important;
}
.w-30 {
    width: 30% !important;
}
.w-70 {
    width: 70% !important;
}
.PositionCargando {
    margin-top: 42%;
}
.TituloPequeño {
    font-size: 1rem;
    font-weight: bold;
    color: var(--ColorTextInicio);
}
a.TituloPequeño:hover {
    color: var(--ColorHover);
}
.ibox-content h1, 
.ibox-content h2, 
.ibox-content h3, 
.ibox-content h4, 
.ibox-content h5, 
.ibox-title h1, 
.ibox-title h2, 
.ibox-title h3, 
.ibox-title h4, 
.ibox-title h5 {
    cursor: default;
}
.btnOutline1 {
    color: #000;
    border-color: #607D8B;
}
.btnOutline1:active {
    background-color: #607D8B !important;
    border-color: #607D8B !important;
    color: #fff !important;
}
.btnApp {
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    border-radius: 10px;
    box-shadow: 4px 2px 6px 0px #0000006e;
}
.btnAzul1 {
    background-color: var(--ColorApp_2) !important;
    border-color: var(--ColorApp_2) !important;
    color: #FFF;
}
.btnAzul2 {
    background-color: var(--ColorApp_3) !important;
    border-color: var(--ColorApp_3) !important;
    color: #fff;
}
.btnAzul1:hover,
.btnAzul1:focus,
.btnAzul1:active {
    background-color: var(--ColorApp_1) !important;
    border-color: var(--ColorApp_1) !important;
    color: #20293f;
}
.btnAzul2:hover,
.btnAzul2:focus,
.btnAzul2:active {
    background-color: var(--ColorApp_1) !important;
    border-color: var(--ColorApp_1) !important;
    color: #fff;
}
.btnRojo {
    background-color: #606160 !important;
    border-color: #606160 !important;
    color: #fff;
}
.btnRojo:hover,
.btnRojo:focus,
.btnRojo:active {
    background-color: #303030 !important;
    border-color: #303030 !important;
    color: #fff;
}
.btnVerde {
    background-color: #1D7824 !important;
    border-color: #1D7824 !important;
    color: #fff;
}
.btnVerde:hover,
.btnVerde:focus,
.btnVerde:active {
    background-color: #144218 !important;
    border-color: #144218 !important;
    color: #fff;
}
.btnVer {
    background: var(--ColorApp_3);
    color: #fff;
    border-radius: 6px;
    height: initial;
}
.btnVer:hover,
.btnVer:focus,
.btnVer:active {
    background-color: var(--ColorApp_2);
    border-color: var(--ColorApp_1) !important;
    color: #20293f;
}
.btnDescargarArchivo {
    height: 30px;
    line-height: 15px;
    font-size: 20px;
}
.btn
.PositionBtnPagar {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0;
    border-radius: 10px;
}
.TextResaltado {
    COLOR: RED;
    font-weight: 900;
    font: message-box !important;
}
.TextCortado {
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.TextMayuscula {
    text-transform: uppercase;
}
.ColorDisable {
    color: #666 !important;
}
.form-control:focus,
.single-line:focus {
    border-color: #0099bc !important;
}
.product-name:hover,
.product-name:focus {
    color: #676a6c !important;
}
.product-imitation {
    padding: 0;
}
.CursorHand {
    cursor: pointer;
}
.CursorDefault {
    cursor: default;
}
#page-wrapper {
    width: calc(100% - 0px);
}
.wrapper-content {
    padding: 50px 10px 40px;
}
.ibox {
    margin-top: 40px;
    margin-bottom: 0;
}
.ibox .ibox-title {
    margin-top: 0;
    border-radius: 15px;
    padding: 11px 0;
}
.ibox-title {
    padding: 15px 50px 8px 15px;
    border-bottom: 1px solid #e7eaec;
}
DivLoading {
    display: flex;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../Imagenes/MarketPlaceLoading.gif') 50% 50% no-repeat rgba(66,66,66,0.25);
    background-size: 200px;
    opacity: 1;
}
.TituloGrande {
    font-size: 18px;
    margin-left: -20px;
    font-weight: bold;
    margin-top: 5px;
    margin-left: -20px;
}
div#ImgProductoMobil {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: -30px;
}
.paddingDiv {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.swal2-container {
    z-index: 9999;
}
select.form-control:not([size]):not([multiple]) {
    height: 2.5rem;
}
.select2-container {
    z-index: 2050;
}
.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: var(--ColorApp_3);
    border: 1px solid var(--ColorSeparadorLogo);
    border-radius: 10px;
}
.select2-container--bootstrap4 .select2-results__group {
    color: var(--ColorApp_3);
}
.Degradado1 {
    background: rgba(0,154,188,1);
    background: -moz-linear-gradient(left, rgba(0,154,188,1) 0%, rgba(50,18,146,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,154,188,1)), color-stop(100%, rgba(50,18,146,1)));
    background: -webkit-linear-gradient(left, rgba(0,154,188,1) 0%, rgba(50,18,146,1) 100%);
    background: -o-linear-gradient(left, rgba(0,154,188,1) 0%, rgba(50,18,146,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,154,188,1) 0%, rgba(50,18,146,1) 100%);
    background: linear-gradient(to right, rgba(0,154,188,1) 0%, rgba(50,18,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009abc', endColorstr='#321292', GradientType=1 );
}
.input-error {
    border-color: #f35b3f;
    border-width: thin;
}
.HideControl,
.HideMenu {
    display: none;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.ShowControl,
.ShowMenu {
    display: block;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.navbar {
    margin-top: 0;
    padding: 0;
}
.positionNav {
    background: var(--ColorApp_5) !important;
    width: 100% !important;
    height: 120px;
}
.BackgroundFooter {
    background-color: #8ac2ff !important;
}
.FontFooter {
    font-size: 12px;
}
.TextCard {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: initial;
    text-overflow: initial;
    line-height: 16px !important;
    font-size: 12px;
}
.CenterElements {
    display: flex;
    align-items: center;
    justify-content: center;
}
.close {
    font-size: 1.5rem;
    color: #20293f;
    opacity: 1;
}
.textoNegrita {
    font-weight: bold !important;
}
.textoAzul {
    color: #8ac2ff;
}
.CenterText {
    text-align: center;
}
.PositionRelative {
    position: relative;
}
.CenterElements2 {
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-7%, -50%);
}
.CenterElements3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.CenterElements4 {
    position: inherit;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -25%);
    -webkit-transform: translate(-50%, -25%);
}
.card-columns {
    -webkit-column-gap: 4.25rem;
    -moz-column-gap: 4.25rem;
    column-gap: 4.25rem;
    column-count: auto;
    -webkit-column-count: auto;
}
.card-columns .card {
    width: 75px;
    border: none;
}
.card-img-top {
    width: 100%;
    margin-top: 10px;
}
.AddEscalaGrises {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.RemoveEscalaGrises {
    -webkit-filter: grayscale(0);
    filter: none;
}
.btnImagenGris {
    cursor: default;
}
.btnImagenNoGris {
    cursor: pointer;
}
.btnImagenGris:hover,
.btnImagenGris:focus,
.btnImagenGris:active {
    background-color: white !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btnImagenNoGris:hover,
.btnImagenNoGris:focus,
.btnImagenNoGris:active {
    background-color: var(--ColorApp_1) !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.feed-element-trn {
    padding: 3px 3px 3px 3px;
    margin-top: 0px;
    border-bottom: 0px !important;
}
.feed-element-sum {
    padding: 5px;
    margin-top: 0px;
}
.labelField {
    font-size: small;
    color: #20293f;
}
.input-normal {
    border-radius: 8px;
    border-width: thin;
    border-color: #e5e6e7 !important;
}
.input-normal:focus,
.input-normal:hover,
.input-normal:active,
#ModalPagosFrecuentes .input-normal:focus,
#ModalPagosFrecuentes .input-normal:hover,
#ModalPagosFrecuentes .input-normal:active{
    border-radius: 12px !important;
    border-width: thin !important;
    border-color: var(--ColorHover) !important;
}
div#divMensajeAddTarjeta {
    margin-top: 10px;
    margin-left: -30px;
    width: 130%;
}
div#divMensajeSeleccionarTarjeta {
    margin-top: -8px;
    margin-left: -30px;
    width: 130%;
}
.btnTarjetaCredito {
    background-color: var(--ColorApp_6) !important;
    border-color: var(--ColorApp_6) !important;
    color: #fff;
}
.btnTarjetaCredito:hover,
.btnTarjetaCredito:focus,
.btnTarjetaCredito:active {
    background-color: var(--ColorApp_1) !important;
    border-color: var(--ColorApp_1) !important;
    color: #fff;
}
.selector {
    margin: 0 0.5em;
    width: 50%;
}
.select2-container--bootstrap4 .select2-selection, 
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above, 
.select2-container--bootstrap4 .select2-dropdown {
    border-color: #e7eaec;
    border-radius: 8px;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
    box-shadow: none;
    border-color: #0099bc !important;
    border-radius: 8px;
}
/*#region Account-----------------*/
#DivCardChangePass {
    background-color: #deedff;
    border-radius: 10px;
}
#DivCardChangePass .TituloPequeño {
    color: #20293f;
}
.PositionBtnAccount {
    border-radius: 10px;
    margin-left: 4px;
    margin-right: 20px;
}

.PositionBtnRecovery {
    width: 110px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.PositionBtnRegister {
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
}

#DivOlvidoClave {
    margin-bottom: 10px !important;
}

.PositionTextRecuperar {
    margin: 0 20px;
}

#divCardRegister .form-group .col-md-6 {
    padding-bottom: 10px;
}

#ModalDataUser .modal-body,
#ModalPoliticaPrivacidad .modal-body {
    padding: 5px;
}

div#CardPoliticaPrivacidad {
    border: none;
    padding: 0;
}

#CardPoliticaPrivacidad .card-body {
    padding: 0;
    width: 112%;
    margin-left: -16px;
}

#CardDataUser .card-body {
    padding: 0;
    width: 125%;
    margin-left: -32px;
}

#CardDataUser .ibox {
    margin-top: 0;
}

#CardDataUser .ibox-content {
    background: #fff;
    padding: 0 !important;
}

.DivModalDatatUsertitulo {
    width: 100%;
    display: block;
}

#frmRegister .form-group {
    margin-bottom: 0;
}

#btnRegisterCancel,
#btnRegisterSubmit {
    width: 220px !important;
}

div#DivCbxPoliticaDatos {
    text-align: center;
}

#DivCbxPoliticaDatos a {
    color: var(--ColorTextInicio);
}

    #DivCbxPoliticaDatos a:hover {
        color: var(--ColorHover);
    }

#ModalPoliticaPrivacidad .modal-footer {
    border: none;
    width: 110%;
}

div#CardOTP {
    border: 0;
}

#CardOTP .card-body {
    padding: 10px 0;
}

#ModalOTP .modal-footer {
    border: none;
    padding-right: 20px;
}
.pinlogin .pinlogin-field {
    width: 40px !important;
    height: 38px !important;
    margin: 0 1px !important;
}
#txtPinRegister .pinlogin-field,
#txtConfirmPinRegister .pinlogin-field {
    width: 35px;
    height: 35px;
    color: var(--ColorTextInicio);
    background: var(--ColorApp_4);
    border-color: var(--ColorInputInicio);
}

#txtPinRegister #pinlogin .pinlogin-field,
#txtConfirmPinRegister #pinlogin .pinlogin-field {
    margin: 0 6px;
}
.inputLogin {
    margin-bottom: 1rem !important;
}
.cardLogin {
    border-radius: 1.25rem !important;
}
/*#endregion Account-------------*/
/*#region Error page-----------------*/
#notfound,
#FueraServicio {
    height: 100vh;
}
#notfound .notfound,
#FueraServicio .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.notfound {
    max-width: 560px;
    width: 100%;
    padding-left: 160px;
    line-height: 1.1;
}
.notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 140px;
    height: 140px;
    background: url(../Imagenes/emoji.png);
    background-size: cover;
}
.notfound .notfound-404:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    transform: scale(2.4);
    border-radius: 50%;
    background-color: #f2f5f8;
    z-index: -1;
}
.notfound h1 {
    font-family: Montserrat-Regular, 'Nunito', sans-serif;
    font-size: 65px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #151723;
    text-transform: uppercase;
}
.notfound h2 {
    font-family: Montserrat-Regular, 'Nunito', sans-serif;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: #151723;
}
.notfound p {
    font-family: Montserrat-Regular, 'Nunito', sans-serif;
    color: #999fa5;
    font-weight: 400;
}
.notfound a {
    font-family: Montserrat-Regular, 'Nunito', sans-serif;
    display: inline-block;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    color: #388dbc;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        width: 110px;
        height: 110px;
    }

    .notfound {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 110px;
    }
}
/*#endregion Error page-------------*/
/*#region Error page Fuera de servicio-----------------*/
#FueraServicio .notfound h1 {
    font-size: 32px;
    margin-left: 90px;
}
#FueraServicio .notfound h2 {
    font-size: 18px;
    margin-left: 90px;
}
/*#FueraServicio .notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 140px;
    height: 140px;
    background: none;
}*/
/*#FueraServicio .notfound .notfound-404 img {
    min-height: 100%;
    min-width: 100%;
    width: 250px;
    margin-left: -60px;
}*/
/*#endregion Error page Fuera de servicio-------------*/
/*#region SweetAlert-----------------*/
.sweet-alert {
    font: var(--FuenteApp);
    border-radius: 16px !important;
}

    .sweet-alert .sa-icon {
        margin: 20px 10px;
    }

    .sweet-alert h2 {
        font-size: 20px;
        margin-top: -84px;
        margin-left: 70px;
        padding-bottom: 30px;
    }

    .sweet-alert button {
        font-size: 14px;
    }
/*#endregion SweetAlert-------------*/
/*#region Login-----------------*/
#divCardLogin {
    background-color: var(--ColorApp_7);
}
#divCardRegister {
    background-color: var(--ColorApp_4);
}
.PositionTituloLogin {
    margin-top: 15px;
}
.PositionHr {
    border-top: 1px solid #fff;
    margin-top: -1rem;
}
#divCardLogin .card-header,
#divCardRegister .card-header {
    padding: 0;
}
#divCardLogin .card-body,
#divCardRegister .card-body {
    padding: 1.25rem 10px;
}
#divCardLogin form,
#divCardRegister form {
    color: var(--ColorTextInicio);
}
#divCardLogin .form-group {
    margin-bottom: 1.3rem;
}
#divCardLogin .form-control,
#divCardLogin .single-line,
#divCardRegister .form-control,
#divCardRegister .single-line {
    background-color: transparent !important;
    border-color: var(--ColorInputInicio);
}
#divCardLogin select option,
#divCardRegister select option {
    background-color: var(--ColorApp_3);
    color: var(--ColorTextInicio);
}
#divCardLogin .form-control:focus,
#divCardLogin .single-line:focus,
#divCardRegister .form-control:focus,
#divCardRegister .single-line:focus {
    border-color: var(--ColorInputInicio);
    color: var(--ColorTextInicio);
}
#txtPinLogin,
#lblPinLogin {
    margin-left: 0;
}
#txtPinLogin input,
#txtNuevoPin input,
#txtConfirmPin input {
    border-color: var(--ColorInputInicio);
    background: var(--ColorApp_7);
    color: var(--ColorTextInicio);
}
#btnLoginSubmit,
#btnRecoverySubmit,
#btnRecoveryCancel,
#btnRegisterCancel,
#btnRegisterSubmit,
#btnAceptarPoliticaPrivacidad,
#btnCancelarPoliticaPrivacidad,
#btnConfirmarOTP,
#btnCancelarOTP,
#btnChangePassCancelar,
#btnChangePassSubmit {
    margin-bottom: 10px;
    color: #fff;
    width: 120px;
    height: 45px;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 8px;
    background-color: var(--ColorApp_3) !important;
    box-shadow: 5px 5px 9px 0px rgb(0 0 0 / 52%);
}
#btnLoginSubmit:hover,
#btnRecoverySubmit:hover,
#btnRecoveryCancel:hover,
#btnRegisterCancel:hover,
#btnRegisterSubmit:hover,
#btnAceptarPoliticaPrivacidad:hover,
#btnCancelarPoliticaPrivacidad:hover,
#btnConfirmarOTP:hover,
#btnCancelarOTP:hover,
#btnChangePassCancelar:hover,
#btnChangePassSubmit:hover {
    background-color: var(--ColorHover) !important;
    color: #20293f;
}
form#frmChangePass .form-group {
    margin-left: 22px;
}
/*#endregion Login-------------*/
/*#region Carrusel-----------------*/
.section-opinions {
    background: #20293f;
}

.slider {
    background-color: white;
    width: 960px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin: auto;
    margin-left: 5%;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
}

    .slider::before,
    .slider::after {
        content: '';
        position: absolute;
        height: 100px;
        width: 200px;
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 2;
    }

    .slider::before {
        left: 0;
        top: 0;
    }

    .slider::after {
        right: 0;
        top: 0;
        transform: rotateZ(180deg);
    }

    .slider .slide-track {
        display: flex;
        width: calc(250px * 14);
        animation: scroll 40s infinite linear;
    }

    .slider .slide img {
        width: 250px;
        height: 100px;
    }

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}
/*#endregion Carrusel-------------*/
/*#region Menu inicio-----------------*/
.imgFondo {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #20293f;
}
#DivContentPage {
    margin-top: -20px;
}
/*menu izquierda*/
.LogoMenu {
    min-height: 100%;
    min-width: 100%;
    width: 120px;
    height: 100%;
}
.itemMenu {
    display: flex;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 14px;
    background: #FFF;
}
.ImgItem {
    display: inline-flex;
    width: 20%;
    background: var(--ColorApp_3);
    height: 100%;
    border-radius: 14px 0 0 14px;
}
.TextItem {
    display: inline-flex;
    height: 100%;
    width: 80%;
    align-items: center;
}
.TextItem a {
    color: var(--ColorApp_3);/*#4C4C4C;*/
    font-weight: 700;
}
.ActiveItem {
    width: 95%;
}
.ActiveItem .ImgItem {
    background: var(--ColorApp_3);
}
.ActiveItem .TextItem a {
    color: var(--ColorApp_3);
}
.UltimoItem {
    margin-bottom: 30px !important;
}
.itemMenu:hover {
    width: 95%;
}
.itemMenu:hover .ImgItem {
    background: var(--ColorApp_3);
}
.itemMenu:hover .TextItem a  {
    color: var(--ColorApp_3);
}
.dropdown-messages li a,
.dropdown-alerts li a {
    font-size: 15px;
}
.list-group-item {
    font-size: 15px;
    margin-right: 0px;
}
a.list-group-item {
    color: #fff;
}
a.list-group-item:hover {
        color: #fff;
    }
.list-group-item:last-child {
    border-radius: 0;
    background: #fff !important;
    border-right: 1px solid #d0d0d0;
}
.imgBarrasYRecaudo {
    width: 30%;
    margin-left: 30%;
}
/*menu arriba*/
.headerLayout {
    flex: 1;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
#DivLogoHeader {
    display: none;
}
.main .sidebar {
    position: sticky;
    padding: 20px;
    width: 90%;
    height: auto;
    right: 5%;
    left: 5%;
    border-radius: 0 0 30px 30px;
}
.sidebar #navbarMenu {
    padding: 15px 5px;
}
.LogoHeader {
    border-right: 1px solid var(--ColorSeparadorLogo);
    padding-right: 30px;
}
.MenuTop {
    border-radius: 0 0 31px 31px;
    height: 120px;
}
.ColorMenuTop1 {
    background: var(--ColorHeader); /*transparent !important;*/
    opacity: 1;
}
.ColorMenuTop2 {
    background: #fff !important;
}
#NavUserNameTop {
    padding-right: 40px;
}
.MenuTop ul {
    background: #FFF;
    height: 40px;
    margin-right: 50px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    webkit-box-shadow: 8px 8px 5px -4px rgb(0 0 0 / 46%);
    box-shadow: 8px 8px 5px -4px rgb(0 0 0 / 46%);
}
.MenuTop ul li {
    margin-top: -10px;
    padding: 0 10px;
}
.MenuTop ul li span,
.MenuTop .nav.navbar-right > li > a {
    color: #000 !important;
    font-weight: 400;
}
.MenuTop ul.Principal {
    height: 50px;
    width: 120%;
    margin: -70px -22px 0px -22px !important;
}
.fontIcon {
    font-size: 24px;
    color: var(--ColorApp_3);
}
.UserIcon {
    font-size:30px;
    color: var(--ColorApp_3);
}
.LiUserName {
    margin-top: -26px !important;
    padding-right: 10px;
}
.MenuTop li.IconLi {
    margin-left: 20px;
    padding: 0;
}
#NavUserNameTop span.TextUser {
    position: absolute;
    font-size: 11px;
}
#NavUserNameTop span.NameUser {
    color: var(--ColorApp_3) !important;
    font-weight: bold;
    font-size: 13px;
}
.Notificacion .NotificationIcon {
    margin-right: 0;
    margin-top: -2px;
}
.Comentarios .CommentIcon {
    margin-right: -15px;
    margin-top: -9px;
}
.Comentarios p,
.Notificacion p {
    font-size: 7px;
    color: #fff
}
.SalidaSegura .SalidaIcon {
    margin-right: 14px;
}
.SalidaSegura .TextSalida {
    font-size: 8px;
    color: #FFF;
}
#lsNotificaciones.dropdown-alerts {
    color: #20293f;
    background: var(--ColorApp_1);
    border-radius: 10px;
    margin-right: 50px;
    height: initial;
    top: 52px !important;
    left: 16px !important;
    width: 200px;
}
#lsNotificaciones li span {
    color: #20293f !important;
}
#MenuComentarios.dropdown-alerts {
    width: 200px;
    color: #20293f;
    background: var(--ColorApp_1);
    border-radius: 10px;
    margin-right: 30px;
    height: initial;
    top: 52px !important;
    left: -34px !important;
}
#MenuComentarios.dropdown-alerts li a:hover,
#lsNotificaciones.dropdown-alerts li a:hover {
    background: var(--ColorHover);
}
.dropdown-divider {
    border-top: 1px solid #8ac2ff;
    margin-top: 0px !important;
}
i.fa.fa-user-circle {
    padding-right: 5px;
}
.MenuTop a.dropdown-toggle.count-info {
    padding-right: 0;
}
span.label {
    background: #fff;
    margin-top: 2px;
}
.count-info .label {
    right: -3px;
    top: 12px;
    color: #000 !important;
    border-radius: 7px;
}
#divImgProducto {
    position: absolute;
    top: 55px;
    left: 55px;
}
#divImgProducto a {
    margin-left: -60px;
}
.LogoProducto {
    width: 40px;
}
.NombreLogo {
    color: #000;
    font-size: 10px;
}
.DescripcionLogo {
    margin-top: 10px;
    margin-left: 10px;
    color: #FFF;
}
.LineaLogo {
    margin-top: 0px;
    width: 280px;
    border-top-color: var(--ColorSeparadorLogo);
    border-top-width: 3px;
    margin-left: 0;
    margin-bottom: 0;
}
#DivBtnMenu {
    margin-top: -52px;
}
.BtnMenu .MenuIcon {
    font-size: 25px;
    color: #FFF;
}
/*menu mobil*/
#divUsuarioMobil a.dropdown-toggle {
    color: #fff;
}
#divUsuarioMobil .dropdown-toggle::after {
    display: none;
}
.navbar-toggler {
    background-color: var(--ColorApp_3);
    border: none;
}
#MenuUsuario {
    color: #deedff;
    background: var(--ColorApp_3);
    border-radius: initial;
    margin-right: auto;
    width: 100%;
    top: 56px !important;
    left: 0 !important;
    height: 119px;
}
ul#MenuUsuario li {
    height: 35px;
    margin-top: -14px;
    padding-bottom: 40px;
}
#MenuUsuario #lblNotificaciones span.label.text-dark {
    background: #deedff;
    margin-left: -3px;
}
.DivTituloProducto h1 {
    font-weight: 800;
    font-size: 18px;
    color: var(--ColorApp_1);
}
.ImgItem img {
    padding: 5px;
    margin-left: 5px;
}
/*#endregion Menu inicio-------------*/
/*#region Select con imagenes-----------------*/
a.dd-selected {
    color: #20293f !important;
}
div#IdTransaccion,
div#IdPinPaquete {
    width: 100% !important;
    text-align: left;
}
#IdPinPaquete label.dd-selected-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 70%;
    font-size: 14px;
    line-height: 14px !important;
    margin-top: -6px;
}
#IdPinPaquete label.dd-option-text {
    display: inline;
}
#IdPinPaquete img.dd-selected-image {
    max-width: 28px;
    margin-top: -13px;
    margin-right: 5px;
}
#frmTv .dd-options {
    height: auto !important;
}
#frmTv div#IdTransaccion {
    margin-bottom: 15px;
}
.dd-select {
    background: white !important;
    border: solid 1px #e5e6e7 !important;
    border-radius: 12px !important;
    width: 100% !important;
    height: 2.5rem;
    padding: 6px 6px;
    line-height: 4px;
    font-size: 0.9rem;
}
.dd-select:hover {
    border-color: var(--ColorHover) !important;
}
.dd-selected {
    font-weight: 400 !important;
}
ul.dd-options.dd-click-off-close {
    width: 100% !important;
    border: none;
}
.dd-options {
    border: none;
}
img.dd-option-image {
    max-width: 35px;
    margin-right: 10px;
}
label.dd-option-text {
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 30px !important;
}
small.dd-option-description.dd-desc {
    display: none;
}
img.dd-selected-image {
    max-width: 20px;
    margin-top: -7px;
    margin-right: 10px;
}
label.dd-selected-text {
    line-height: 10px !important;
}
/*#endregion Select con imagenes-------------*/
/*#region Typeahead-----------------*/
.typeahead__container {
    font: var(--FuenteApp);
}
.typeahead__field input {
    border-radius: 12px;
    height: 2.5rem;
    border-color: #e5e6e7 !important;
}
.typeahead__field input:active,
.typeahead__field input:focus,
.typeahead__field input:hover {
    border-radius: 12px;
    border-color: var(--ColorHover) !important;
}
#frmConvenios .typeahead__result .row {
    display: table-row;
}
#frmConvenios .typeahead__result .row > * {
    display: table-cell;
    vertical-align: middle;
}
#frmConvenios .typeahead__result .username {
    padding: 0 10px;
}
#frmConvenios .typeahead__result .id {
    font-size: 12px;
    color: #777;
    font-variant: small-caps;
}
#frmConvenios .typeahead__result .avatar img {
    height: 26px;
    width: 26px;
}
#frmConvenios .typeahead__result .project-logo {
    display: inline-block;
    height: 100px;
}
#frmConvenios .typeahead__result .project-logo img {
    height: 100%;
}
#frmConvenios .typeahead__result .project-information {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0 0 20px;
}
#frmConvenios .typeahead__result .project-information > span {
    display: block;
    margin-bottom: 5px;
}
#frmConvenios .typeahead__result > ul > li > a small {
    padding-left: 0px;
    color: #999;
}
#frmConvenios .typeahead__result .project-information li {
    font-size: 12px;
}
#frmConvenios .typeahead__list {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
/*#endregion Typeahead-------------*/
/*#region ToolTip-----------------*/
.ToolTip {
    position: relative;
    display: inline-block;
}
.ToolTip .tiptext {
    visibility: hidden;
    width: 200px;
    background-color: var(--ColorApp_1);
    color: #20293f;
    border-radius: 3px;
    padding: 6px 3px;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    text-align: justify;
}
.ToolTip .tiptext::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
}
.ToolTip:hover .tiptext {
    visibility: visible;
}
/*------------ToolTip Top------------*/
.ToolTip.top .tiptext {
    margin-left: -60px;
    bottom: 150%;
    left: 50%;
}
.ToolTip.top .tiptext::after {
    margin-left: -5px;
    top: 100%;
    left: 50%;
    border-color: #2E2E2E transparent transparent transparent;
}
/*------------ToolTip Bottom------------*/
.ToolTip.bottom .tiptext {
    margin-left: -60px;
    top: 150%;
    left: 50%;
}
.ToolTip.bottom .tiptext::after {
    margin-left: -5px;
    bottom: 100%;
    left: 50%;
    border-color: transparent transparent var(--ColorApp_1) transparent;
}
/*------------ToolTip Left------------*/
.ToolTip.left .tiptext {
    top: -5px;
    right: 110%;
}
.ToolTip.left .tiptext::after {
    margin-top: -5px;
    top: 50%;
    left: 100%;
    border-color: transparent transparent transparent #2E2E2E;
}
/*------------ToolTip Right------------*/
.ToolTip.right .tiptext {
    top: -5px;
    left: 110%;
}
.ToolTip.right .tiptext::after {
    margin-top: -5px;
    top: 50%;
    right: 100%;
    border-color: transparent #2E2E2E transparent transparent;
}
/*------------ToolTip tabla facturacion------------*/
div#DivTablaFacturacion .table > tbody > tr > td.ToolTip.top .tiptext {
    margin-left: -164px;
    bottom: 100%;
}
div#DivTablaFacturacion .table > tbody > tr > td.ToolTip.top .tiptext::after {
    left: 80%;
}
/*#endregion ToolTip*/
/*#region TableResponsiveStack-----------------*/
table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 10px !important;
}
.table {
    margin-bottom: 0;
}
.dataTables_wrapper {
    padding-bottom: 0;
}
.table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.table-responsive-stack td,
.table-responsive-stack th {
    display: block;
    /*      
     flex-grow | flex-shrink | flex-basis   */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.table-responsive-stack .table-responsive-stack-thead {
    font-weight: bold;
}

@media screen and (max-width: 1023.9px) {
    .table-responsive-stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 3px solid #ccc;
        display: block;
    }
    /*  IE9 FIX   */
    .table-responsive-stack td {
        float: left\9;
        width: 100%;
    }
}
/*#endregion TableResponsiveStack*/
/*#region Notificaciones-----------------*/
.CountNotificaciones {
    color: #20293f !important;
    font-weight: bold;
}

#ModalNotificacion .mail-box-header,
#CardTransferencia,
#CardTransferencia .mail-box,
#CardDataUser {
    border: none;
}
#CardTransferencia .mail-body {
    border: none;
    margin-top: -64px;
    margin-left: -50px;
}
/*#endregion Notificaciones-------------*/
/*#region Consulta transaccion-------------*/
.PageTransaccion .d-flex {
    display: none !important;
}
#DivTablaTransaccionMobil {
    display: block;
    margin: 30px 0 10px -30px;
    width: 120%;
}
#AccordionTransacciones .card {
    border: none;
    padding-bottom: 10px;
}
#AccordionTransacciones .card-header {
    height: 50px;
    width: 99%;
    margin: 0;
    padding: 0;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    webkit-box-shadow: 3px 5px 5px -4px rgb(0 0 0 / 46%);
    box-shadow: 3px 5px 5px -4px rgb(0 0 0 / 46%);
}
#AccordionTransacciones .TextItem {
    width: 90%;
    justify-content: space-between;
}
.TableTransacciones_Mobil {
    width: 110%;
    margin-left: -16px;
}
.TableTransacciones_Mobil table {
    font-size: 13px;
}
div#ImgProductoMobilTransaccion {
    padding-bottom: 20px;
}
div#DivTablaTransaccion .table > tbody > tr > td {
    border: none;
}
.ColProducto {
    width: 25%;
}
div#CardTransferencia .ibox {
    margin-top: -15px;
    width: 144%;
    margin-left: -46px;
}
#ModalTransaccion .modal-body,
#ModalOTP .modal-body {
    padding: 0;
}
#CardTransferencia .ibox-content {
    padding: 0 !important;
    background: #fff;
}
.DivModalTransTitulo {
    width: 40%;
    display: inline-block;
    margin-left: 4px;
}
.DivModalTransDescripcion {
    width: 210px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#ModalTransaccion .modal-body {
    border-top: 1px solid #C9C9C9;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
#DivTablaTransaccionSinRegistro {
    font-size: 14px;
    width: 92%;
    margin-left: 10px;
}
.container.PageTransaccion {
    width: 103%;
}
#TabTransacciones li {
    width: 120px;
}
#TabTransacciones.nav li a {
    width: 100px;
    padding: 10px 3px;
    font-size: 12px;
}
.PageTransaccion .nav-pills .nav-link {
    color: #FFF;
    background: var(--ColorApp_1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.PageTransaccion .nav-pills .nav-link.active, 
.PageTransaccion .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--ColorApp_3);
    margin-top: -5px;
    padding-top: 15px !important;
}
#TabTransacciones.nav-justified .nav-item {
    flex-grow: initial;
}
#TabContentTransacciones {
    width: 111%;
    padding: 20px;
    background-color: var(--ColorFondo);
    border: 1px solid var(--ColorFondo);
    border-radius: 0 0 30px 30px;
    webkit-box-shadow: 8px 8px 10px -5px rgb(0 0 0 / 60%);
    box-shadow: 8px 8px 10px -5px rgb(0 0 0 / 60%);
}
.table-responsive > .table-bordered {
    border: 1px solid #EBEBEB;
}
.TableTransacciones table tbody td {
    font-size: 13px;
}
/*#endregion Consulta transaccion-------------*/
/*#region Modal Cargando-------------*/
div#ModalCargando .modal-content {
    background: #fff0;
    border: none;
    box-shadow: none;
}
div#ModalCargando .modal-body {
    background: #fff0;
    margin-left: -58px;
}
.ImgCargando {
    background-color: #fff;
    border-radius: 20px;
}
/*#endregion Modal Cargando-------------*/
/*#region boton flotante PQR-----------------*/
.sticky-container {
    padding: 0px;
    margin: 0;
    position: fixed;
    right: -130px;
    top: 45%;
    width: 210px;
    z-index: 1100;
}
.sticky li {
    list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}
.sticky li:hover {
    margin-left: -240px;
}
.sticky li img {
    float: left;
    margin: 5px 4px;
    margin-right: 5px;
}
.sticky li p {
    padding-top: 5px;
    margin: 0px;
    line-height: 16px;
    font-size: 11px;
}
.sticky li p a {
    text-decoration: none;
    color: #2C3539;
}
.sticky li p a:hover {
    text-decoration: underline;
}
#divContentPQR {
    width: 240px;
    height: 180px;
    background-color: #fff;
    margin-left: 33%;
}
.BotonMenuPQR {
    width: 90%;
    display: block;
    text-decoration: none !important;
    margin-left: 10px;
    border: none;
    border-bottom: solid 1px #007bff;
    border-radius: 0;
}
.cbp-l-grid-projects-title {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.cbp-caption {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.cbp-item-wrap {
    background: transparent;
}
.cbp-item .btn {
    background: #20293f;
    color: #ffffff;
}
.cbp-item .btn:hover {
    background: #8ac2ff;
    color: #000000;
}
.list-group-item {
    font-size: 15px;
}
/*#endregion  boton flotante PQR-------------*/
/*#region checkbox switch con texto-----------------*/
input[type=checkbox].CheckToggle {
    display: none;
}
input[type=checkbox].CheckToggle + label {
    display: inline-block;
    height: 35px;
    width: 80px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #e5e6e7;
    padding: 0;
    margin: 0;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
input[type=checkbox].CheckToggle + label:before {
    position: absolute;
    top: 7px;
    height: 20px;
    width: 20px;
    content: '';
    transition: all 0.3s ease;
    z-index: 3;
}
input[type=checkbox].CheckToggle + label:after {
    width: 60px;
    text-align: center;
    z-index: 2;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-overflow: ellipsis;
    overflow: hidden;
}
input[type=checkbox].CheckToggle + label.rounded {
    border-radius: 8px !important;
}
input[type=checkbox].CheckToggle + label.rounded:before {
    border-radius: 50%;
}
input[type=checkbox].CheckToggle:not(:checked) + label {
    background-color: transparent;
    text-align: right;
}
input[type=checkbox].CheckToggle:not(:checked) + label:after {
    content: attr(data-unchecked);
    right: 0;
    left: auto;
    opacity: 1;
    color: var(--ColorUnchecked);
}
input[type=checkbox].CheckToggle:not(:checked) + label:before {
    left: 4px;
    background-color: var(--ColorUnchecked);
}
input[type=checkbox].CheckToggle:checked + label {
    text-align: left;
    border-color: var(--ColorChecked);
}
input[type=checkbox].CheckToggle:checked + label:after {
    content: attr(data-checked);
    left: -6px;
    right: auto;
    opacity: 1;
    color: var(--ColorChecked);
}
input[type=checkbox].CheckToggle:checked + label:before {
    left: 50px;
    background-color: var(--ColorChecked);
}
/*#endregion checkbox switch con texto-------------*/
/*#region checkbox-------------*/
.checkboxCheck input[type="checkbox"] {
    display: none;
}
.checkboxCheck input[type="checkbox"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../Imagenes/CheckFalse.png);
    background-size: cover;
    cursor: pointer;
}
.checkboxCheck input[type="checkbox"]:checked + label span {
    background: url(../Imagenes/CheckTrue.png);
    background-size: cover;
}
#tdCheck.checkboxCheck input[type="checkbox"]:checked + label span,
#tdCheck.checkboxCheck input[type="checkbox"] + label span {
    width: 25px;
    height: 25px;
    margin-top: 3px;
}
#tdCheck.checkboxCheck input[type="checkbox"] + label span {
}
/*#endregion checkbox-------------*/
/*#region RadioButton-------------*/
.radioCheck input[type="radio"] {
    display: none;
}
.radioCheck input[type="radio"] + label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(../Imagenes/RadioFalse.png);
    background-size: cover;
    cursor: pointer;
}
.radioCheck input[type="radio"]:checked + label span {
    background: url(../Imagenes/RadioTrue.png);
    background-size: cover;
}
/*#endregion RadioButton-------------*/
/*#region RadioButton con imagen-------------*/
.FormRecargas.RadioImagen input[type="radio"] {
    display: none;
}
.FormRecargas.RadioImagen label {
    color: #4C4C4C;
    padding: 5px 15px 35px 10px;
    display: inline-block;
    position: relative;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    -web-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.FormRecargas.RadioImagen label div {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 64px;
    height: 64px;
    background: #FFF;
    border-radius: 10px;
    webkit-box-shadow: 8px 8px 5px -4px rgb(0 0 0 / 46%);
    box-shadow: 8px 8px 5px -4px rgb(0 0 0 / 46%);
}
#frmRecarga .FormRecargas.RadioImagen label div,
#frmPines .FormRecargas.RadioImagen label div {
    align-items: center;
}
.FormRecargas.RadioImagen label img {
    width: 90px;
}
.FormRecargas.RadioImagen label span {
    margin: 0px;
    font-size: 10px;
}
.FormRecargas.RadioImagen #lblRecarga img,
.FormRecargas.RadioImagen #lblPaquete img,
.FormRecargas.RadioImagen #lblTelevision img {
    position: absolute;
    left: -4px;
    bottom: 18px;
}
.FormRecargas.RadioImagen #lblRecarga span,
.FormRecargas.RadioImagen #lblPaquete span,
.FormRecargas.RadioImagen #lblTelevision span {
    margin-left: 5px;
    margin-bottom: 0;
}
.FormRecargas.RadioImagen label div:hover {
    background: rgba(0, 116, 217, 0.2);
}
.FormRecargas.RadioImagen label:before {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background: #FFF;
    border: 3px solid #FFF;
    border-radius: 50%;
    position: absolute;
    left: 35%;
    bottom: 14px;
}
#frmPines .FormRecargas.RadioImagen label:before {
    left: 45%;
    bottom: 10px;
}
.FormRecargas.RadioImagen input[type="radio"]:checked + label {
    border-radius: 2px;
    color: var(--ColorApp_3);
}
.FormRecargas.RadioImagen input[type="radio"]:checked + label:before {
    background: var(--ColorSeparadorLogo);
    border: 4px solid #FFF;
}
.FormRecargas.RadioImagen input[type="radio"]:checked + label div {
    border: 2.5px solid var(--ColorSeparadorLogo);
}
/*#endregion RadioButton con imagen-------------*/
/*#region Facturacion-------------*/
#DivTablaFacturacion .table {
    font-size: 14px;
}
div#ImgProductoMobilCooperativa {
    padding-bottom: 20px;
}
div#DivTablaFacturacion .table > tbody > tr > td,
div#DivTablaNotificaciones .table > tbody > tr > td {
    border: none;
}
.TableCooperativa,
.TableTransacciones,
.TableNotificacion {
    background: #FFF;
    padding: 30px;
    padding-bottom: 8px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: -35px;
    min-width: 143%;
}
.TableCooperativa h3,
.TableTransacciones h3,
.TableNotificacion h3 {
    color: #20293f;
}
.table .thead-light th {
    color: var(--ColorApp_3);
    background-color: #FFF !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: var(--ColorApp_3);
}
.page-item.active .page-link {
    background-color: var(--ColorApp_2);
    border-color: var(--ColorApp_2);
}
.BorderTableLeft {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.BorderTableRight {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.AlingTextTable {
    text-align: left;
}
.RightText {
    text-align: right;
}
.CenterText {
    text-align: center;
}
.TableTextRight {
    margin-right: 10px;
}
.cardTotal {
    width: 120% !important;
    background-color: #f4f4f4;
    border: none;
    border-radius: 10px;
    flex-direction: initial;
    min-width: initial;
    margin-top: -30px;
    margin-bottom: 20px;
    margin-right: -20px !important;
    margin-left: -30px;
}
.TextTotal {
    margin-right: -2px;
}
#lblTotalSeleccionado {
    margin-left: 120px;
    margin-top: -30px;
    font-size: 15px;
    color: red;
}
#DivTablaFacturacion .LogoProducto {
    width: 100%;
}

.TextTotal {
    margin-right: 130px;
    font-size: 15px;
}

.PositionBtnCooperativa {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0;
    border-radius: 10px;
}

#DivBtnTablaFacturacion .PositionBtnCooperativa {
    margin-bottom: 0;
    margin-right: -20px !important;
    width: 120%;
    border-radius: 10px;
}
/*#endregion Facturacion-------------*/
/*#region Medios de pago-------------*/
.FondoContent {
    background: var(--ColorFondo);
    padding: 1px;
    margin-top: 10px !important;
    border-radius: 20px;
    height: auto;
    width: 110%;
    margin-left: -14px;
}
.FondoContentText {
    color: var(--ColorApp_3);
}
#ImgProductoMobil .LogoProducto {
    width: 35%;
}
#ImgProductoMobil .DescripcionLogo {
    margin-top: 15%;
    font-size: 13px;
}
#ImgProductoMobil .DescripcionLogo2 {
    margin-top: -23%;
    font-size: 13px;
    margin-left: 100px;
}
#frmServiciosPublicos,
#frmConveniosEspeciales {
    margin-top: 30px;
}
#ModalInfoComision .modal-body {
    padding: 0px;
}
div#CardInfoComision {
    border: 0;
    width: 110%;
    margin-left: -14px;
}
#CardInfoComision .card-body {
    padding: 10px 0;
}
#ModalInfoComision .modal-footer {
    padding: 0 .75rem .75rem 0;
    border: 0;
}
.BtnConfirmarTrn {
    width: 100%;
    height: 30px;
    margin-top: 10px;
}
/*Forma de pago----------------*/
.TextColorRojo {
    color: red;
}
.TextColorAzul {
    color: #007bff;
}
#divMediosPagoFormasPago.FrmContenedor,
#DivPagosFrecuente.FrmContenedor {
    margin: 10px auto auto auto;
}
#divMediosPagoFormasPago .select2-container,
#DivPagosFrecuente .select2-container {
    width: 102% !important;
}
.PositionRowFormPagos {
    margin-top: -35px;
}
.PaddinFormTarjetas {
    padding-left: 0 !important;
}
#btnPagar,
#btnRegresar,
#btnAddTarjeta,
#btnConfirmarAddTarjeta,
#btnRegresarAddTarjeta {
    margin-bottom: 10px;
    width: 120%;
    border-radius: 10px;
}
.btnPSE {
    margin-bottom: 10px !important;
    margin-right: 28px !important;
    width: 100% !important;
    border-radius: 15px !important;
}
div#divFormasPago.card-columns .card {
    width: 80px;
}
img#CreditCard {
    width: 120%;
    margin-left: -10px;
}
#CardOperaciones,
#CardSeguros {
    width: 125%;
    height: 420px;
    margin-top: 0;
    margin-left: -30px;
    border-radius: 1rem;
    border-color: var(--ColorApp_1);
    background-color: var(--ColorApp_1);
}
#CardOperaciones .card-body {
    padding: 0 !important;
}
#CardOperaciones .ibox {
    margin-top: 10px;
}
#CardOperaciones .ibox .labelField {
    color: #20293f;
    font-weight: bold;
}
#CardOperaciones .form-control,
#CardOperaciones .single-line,
#CardSeguros .form-control,
#CardSeguros .single-line,
#DivCardChangePass .form-control,
#DivCardChangePass .single-line,
#divMediosPagoFormasPago .form-control,
#divMediosPagoFormasPago .single-line,
#DivPagosFrecuente .form-control,
#DivPagosFrecuente .single-line{
    border-radius: 12px;
    height: 2.5rem;
    border-color: #20293f !important;
}
#CardMediopago {
    height: 177px;
}
#CardTotalPagar {
    height: 60px;
}
#CardFormularioPago {
    border: none;
    width: 100%;
}
#cbxTarjetas ul.dd-options.dd-click-off-close {
    height: auto !important;
}
#cbxTarjetas label.dd-option-text {
    margin-top: 0;
}
#cbxTarjetas small.dd-option-description.dd-desc {
    display: block;
    font-size: 10px;
}
#cbxTarjetas .dd-select a.dd-selected small {
    display: none;
}
h3#lblNumtarjeta {
    margin-left: 9px;
    width: 110%;
}
.BorderTop {
    border-top: 2px solid #cdcdcd !important;
    border-radius: 0;
}
#DivOpcionesPago .FrmContenedor {
    margin: 0 auto auto auto;
}
#DivValorTotal {
    padding-bottom: 15px;
    /*text-align: left;
    margin-top: 30px;
    border-bottom: 2px solid #cdcdcd;*/
}
.payment-card small {
    font-size: 60%;
}
.payment-form .card-number-wrapper .card-type-icon {
    width: 60px !important;
}
.DivBtnEliminar {
    margin-top: 22px;
    margin-left: -11px;
}
#btnEliminar {
    color: #20293f !important;
}
#DivBtnTarjeta,
#DivBtnPse {
    margin-right: -12%;
}
.PagarTarjeta {
    margin-top: 0;
}
#DivFrmPSE {
    width: 115%;
    margin-left: -20px;
    background-color: var(--ColorApp_1);
    margin-top: 15px;
    padding: 10px 0 5px 0;
    border-radius: 15px;
}
#DivFrmCupoRotativo,
#DivFrmDebitoCooperativa {
    background-color: var(--ColorApp_1);
    border-radius: 15px;
    padding: 10px 0 5px 0;
}
#div_CreditCard.ToolTip.bottom .tiptext {
    margin-left: -100px !important;
    top: 120%;
}
#div_CreditCard span.tiptext {
    width: 200px;
}
img#PSE {
    margin-left: 5px;
}
#div_PSE span.tiptext {
    top: 120%;
    left: 20%;
}
#div_Corresponsal.ToolTip.bottom .tiptext {
    top: 90px;
    left: 10%;
}
#div_DebitoCuenta.ToolTip.bottom .tiptext {
    top: 110%;
    left: 0%;
}
#div_CupoRotativo.ToolTip.bottom .tiptext {
    top: 130%;
    left: 0%;
}
#ModalAddtarjeta .mail-box-header {
    border: none;
    padding: 0 20px;
}
#ModalAddtarjeta .modal-body {
    padding-top: 10px;
}
#CardAddTarjetas {
    border: none;
}
div#frmCorresponsal {
    width: 115%;
    margin-left: -20px;
    background-color: #deedff;
    margin-top: 15px;
    padding: 10px 0 5px 0;
    border-radius: 15px;
}
#frmCorresponsal .PositionBtnCorresponsal {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
}
.DivLogosTarjetas {
    margin-left: -30px;
}
.imgLogoTarjetas {
    width: 60px
}
/*#endregion Medios de pago-------------*/
/*#region Comprobante-------------*/
#TituloComprobante {
    font-weight: 900;
    font-size: 15px;
    margin-top: 0;
    padding-top: 10px;
}
.TextoComprobante {
    font-size: small;
}
#divComprobante {
    margin-top: 20px;
    width: 110%;
    margin-left: -10px;
}
#divComprobante h2 span {
    font-size: 21px !important;
    color: #20293f;
}
div#divComprobante .ibox-content {
    padding: 6px 0 2px 0 !important;
}
#divInformacion {
    margin-top: 20px;
    margin-right: -15px;
    margin-left: -126px;
    width: 140%;
}
div#divInformacion .card {
    border: none;
}
div#divInformacion .card .ibox {
    margin-top: -10px;
    background-color: var(--ColorTarjetaComprobante);
    border-radius: 10px;
}
div#divInformacion .card .ibox .ibox-title {
    border-style: none;
    border-bottom: none;
    padding: 3px 40px;
    min-height: 25px !important;
    height: 32px;
}
div#divInformacion .ibox-content {
    padding: 6px !important;
    background-color: var(--ColorTarjetaComprobante);
}
div#divInformacion .ibox-title {
    background: var(--ColorFondo);
    border-radius: 10px;
}
div#divInformacion .ibox-title h3.CenterText {
    font-size: 14px;
}
div#InfoCliente,
div#InfoPago,
#InfoTransaccion {
    margin-bottom: 10px !important;
    margin-left: 130px !important;
    background: var(--ColorTarjetaComprobante);
    border-radius: 10px;
}
div#InfoCliente .ibox-title,
#InfoPago .ibox-title,
#InfoTransaccion .ibox-title {
    margin-left: -22px !important;
    width: 115% !important;
}
div#InfoTransaccion .ibox-title h3 {
    margin-left: -25px !important;
    margin-right: -25px;
}
#btnDescargarComprobante,
#btnDescargarDocumento,
#btnInicio {
    width: 124%;
    margin-right: -30px;
    margin-bottom: 10px;
    border-radius: 12px;
}
#DivTituloInfoEmpresa {
    margin-top: 0 !important;
}
/*#endregion Comprobante-------------*/
/*#region Productos-------------*/
#divProductosView,
#ContentFormasPago {
    padding: 0 0 20px 0;
}
.input-group-addon {
    padding: 0;
    border: none;
}
.input-group.bootstrap-touchspin.bootstrap-touchspin-injected {
    width: 100%;
}
.input-group-text {
    width: 26px;
    background-color: #fff;
    border-top-color: #20293f;
    border-bottom-color: #20293f;
}
.input-group > .input-group-prepend > .btn {
    border-color: #20293f;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#DivServicios,
#DivConveniosPrivados,
#CertificadoTradicion{
    width: 0;
    height: 1px;
}
#frmCertificadoSNR span.select2-selection,
#frmServiciosPublicos span.select2-selection,
#frmDatosPersonaSeguro span.select2-selection,
#frmConveniosEspeciales span.select2-selection,
#divMediosPagoFormasPago span.select2-selection,
#DivPagosFrecuente span.select2-selection {
    text-align: left;
    background-color: #FFFFFF;
    background-image: none;
    border: none;
    border-radius: 12px;
    color: inherit;
    display: block;
    padding: 2px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#frmDatosPersonaSeguro .form-control {
    border: 1px solid #20293f;
    border-radius: 12px;
}
.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-selection {
    background-color: #e9ecef !important;
    opacity: 1;
}
button.btn.btn-white.bootstrap-touchspin-up {
    border-color: #20293f;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
div#CardOperaciones.CardPines {
    height: 420px;
}
#frmPines div#IdTransaccion {
    margin-bottom: 0px;
}
#frmDonaciones .feed-element-trn {
    padding: 3px 3px 10px 3px;
}
textarea#txtDescripcion {
    height: auto !important;
    background-color: #fff;
}
#ValorDonacion {
    height: 38px;
}
#ValorDonacion.form-control[readonly] {
    background-color: #fff;
    border-radius: 0;
    border-left: none;
    border-right: none;
}
form#frmRecarga,
form#frmPaquetes {
    margin-top: 25px;
    padding-bottom: 20px;
}
div#CardOperaciones.cardFacturacion {
    height: 400px;
}
div#CardOperaciones.CardRecarga,
div#CardOperaciones.CardTV,
div#CardOperaciones.CardServicios
div#CardOperaciones.CardConveniosEspeciales {
    height: 330px;
}
#CardOperaciones.CardPaquete {
    height: 470px;
}
div#CardOperaciones.CardConvenios,
div#CardOperaciones.CardDonaciones {
    height: 370px;
}
#frmServiciosPublicos .PositionBtnPagar,
#frmConvenios .PositionBtnPagar,
#frmConveniosEspeciales .PositionBtnPagar {
    margin-top: 20px;
}
#frmPaquetes div#IdTransaccion {
    padding-bottom: 12px;
}
form#frmConvenios {
    margin-top: 20px;
}
#frmConvenios .blazored-typeahead__result, .blazored-typeahead__notfound,
#frmConvenios .blazored-typeahead__results-footer,
#frmConvenios .list-group-item {
    font-size: 11px;
}
#frmConvenios .blazored-typeahead__results {
    height: 5rem;
}
#frmCertificadoSNR .form-control,
#frmCertificadoSNR .single-line {
    height: 2.3rem !important;
}
#CardSeguros .ibox,
#CardSegurosDatosPersona .ibox {
    margin-top: -6px;
}
div#CardSegurosDatosPersona,
div#CardSeguros {
    margin-top: -12px !important;
    margin-left: -36px;
    width: 130% !important;
}
div#CardSeguros {
    height: 650px;
}
div#CardSeguros .feed-activity-list .feed-element {
    border-bottom: none;
}
div#CardSeguros .card-body {
    padding: 0.5rem;
}
#CardSeguros .feed-element.feed-element-sum span {
    font-size: 12px;
}
#txtPlaca {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    height: 2rem !important;
}
#btnBuscarPlaca {
    background-color: #8ac2ff;
    border-color: #20293f;
    color: #20293f;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 100%;
    height: 2rem !important;
    line-height: 1;
}
#btnBuscarPlaca:hover {
    background-color: #20293f;
    color: #deedff;
}
div#CardSegurosDatosPersona {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    background-color: var(--ColorApp_1);
    border-color: var(--ColorApp_1);
    border-radius: 15px;
}
#CardSegurosDatosPersona .ibox {
    margin-left: -36px;
    width: 130%;
}
#CardSegurosDatosPersona .feed-element {
    padding-bottom: 0px;
}
#frmDatosPersonaSeguro .feed-element .col-md-6,
#frmDatosPersonaSeguro .feed-element .col-md-12 {
    padding-bottom: 10px;
    font-size: 14px;
}
.btnDatosPersonaSeguro {
    margin-bottom: 10px !important;
    width: 118% !important;
    border-radius: 10px !important;
    margin-right: -24px !important;
}
#DivOperadoresRecarga .ibox-title {
    background-color: transparent;
    padding: 15px 0 0px 0px;
    border: none;
}
#frmRecarga .FrmContenedor,
#frmPaquetes .FrmContenedor{
    margin: -30px auto auto auto;
}
#frmPines .FrmContenedor,
#frmServiciosPublicos .FrmContenedor,
#frmConvenios .FrmContenedor,
#frmCertificadoSNR .FrmContenedor {
    margin: 10px auto auto auto;
}
#frmComprobante .FrmContenedor {
    margin: 0 auto 20px auto;
    width: 100%;
}
#frmRecarga .custom-radio,
#frmPaquetes .custom-radio,
#frmTv .custom-radio {
    margin-right: 0;
    padding-left: 25px;
}
#frmRecarga .custom-radio label.custom-control-label,
#frmPaquetes .custom-radio label.custom-control-label,
#frmTv .custom-radio label.custom-control-label {
    font-size: 14px;
}
#frmRecarga .ibox-title,
#frmPaquetes .ibox-title,
#frmTv .ibox-title {
    width: 112%;
    margin-left: -16px;
    margin-top: -26px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
form#frmTv .FrmContenedor.CenterText {
    width: 100%;
}
form#frmServiciosPublicos .FrmContenedor {
    width: 100%;
}
form#frmGiros .FrmContenedor {
    width: 100%;
}
.SeparadorForm {
    background: var(--ColorSeparadorLogo);
    margin: 20px 20px;
}
form#frmGiros .FrmContenedor.frmGiroResumenPago {
    width: 100%;
    margin: 0;
}
/*#region Carrusel recargas-------------*/
.FrmContenedor {
    max-width: 900px;
    width: 90%;
}
div#CarruselOper {
    width: 100%;
}
.CarruselOper__lista .glider-track{
    width: 100% !important;
}
.CarruselOper__contenedor {
    position: relative;
}
.CarruselOper__anterior,
.CarruselOper__siguiente {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    top: calc(50% - 35px);
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    background: none;
    color: var(--ColorApp_3);
    opacity: 50%;
}
.CarruselOper__anterior:hover,
.CarruselOper__siguiente:hover {
    opacity: 100%;
}
.CarruselOper__anterior {
    left: -20px;
}
.CarruselOper__siguiente {
    right: -20px;
}
.CarruselOper__lista {
    overflow: hidden;
}
.CarruselOper__elemento {
    min-width: 100px;
    width: 100px !important;
    text-align: center;
}
.FormRecargas.RadioImagen .CarruselOper__elemento label {
    padding: 0 0 35px 0;
}
#frmPines .CarruselOper__elemento {
    min-width: 118px;
}
#frmPines .FormRecargas.RadioImagen label div {
    width: 100px;
    height: 64px;
}
#frmPines .FormRecargas.RadioImagen label img {
    width: 58px;
}
.CarruselOper__indicadores .glider-dot {
    display: block;
    width: 30px;
    height: 4px;
    opacity: .2;
    border-radius: 0;
}
.CarruselOper__indicadores .glider-dot:hover {
    opacity: .5;
}
.CarruselOper__indicadores .glider-dot.active {
    opacity: .1;
}
/*#endregion Carrusel recargas-------------*/
/*#endregion Productos-------------*/
/*#region Pagos frecuentes-----------------*/
#ModalPagosFrecuentes .modal-header h5 {
    color: var(--ColorApp_3);
    font-size: 15px;
}
.divAlias {
    padding-right: 0;
    padding-left: 0;
}
#tblAddPagosFrecuentes .table-borderless {
    border: none;
    padding-right: 0;
    vertical-align: middle;
}
#tblAddPagosFrecuentes .LineaLogo {
    width: 630px;
    margin: 10px 0;
    border-top-width: 1.5px;
}
#ModalPagosFrecuentes .form-control {
    border-radius: 8px;
    border-width: thin;
}
#divMediosPagoFormasPago .divFormaPago .select2-container,
#DivPagosFrecuente .divFormaPago .select2-container {
    width: 100% !important;
}
#divMediosPagoFormasPago .divFormaPago span.select2-selection,
#DivPagosFrecuente .divFormaPago span.select2-selection {
    border: 1px solid #20293f !important;
}
#divMediosPagoFormasPago .select2-container--bootstrap4.select2-container--focus .select2-selection {

}
.TablePagosFrecuentes {
    font-size: 12px;
    text-align: left;
    background: #FFF;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 15px;
}
#tblPagosFrecuentes .TextCortado {
    width: 100%;
}
.btnTblFrecuente {
    color: #4C4C4C;
    border-radius: 6px;
    height: initial;
    background: #FFF;
}
.btnPagarFrecuente {
    color: green;
    border: 1px solid green;
}
.btnEditarFrecuente {
    color: blue;
    border: 1px solid blue;
}
.btnEliminarFrecuente {
    color: red;
    border: 1px solid red;
}
.btnPagarFrecuente:hover,
.btnPagarFrecuente:focus,
.btnPagarFrecuente:active {
    background-color: green;
    border-color: none !important;
    color: #FFF;
}
.btnEditarFrecuente:hover,
.btnEditarFrecuente:focus,
.btnEditarFrecuente:active {
    background-color: blue;
    border-color: none !important;
    color: #FFF;
}
.btnEliminarFrecuente:hover,
.btnEliminarFrecuente:focus,
.btnEliminarFrecuente:active {
    background-color: red;
    border-color: none !important;
    color: #FFF;
}
#tblPagosFrecuentes .ToolTip .tiptext {
    background-color: #FFF;
    border: 1px solid #9C9C9C;
    width: 100px;
}
#btnPagoFrecuente {
    font-size: 12px;
}
/*#endregion Pagos frecuentes-------------*/
/*#region Account Header-----------------*/
.Account__Header {
    background: var(--ColorHeaderAccount);
}
.Account__Header nav a.salir {
    color: red !important;
    padding: 10px;
    font-size: 35px;
}
.Account__Header nav img {
    height: auto;
    width: 200px;
    margin: 10px 30px;
}
/*#endregion Account Header-------------*/

/*#region ECommerce-----------------*/
.ECommerce {
    width: 100%;
}
.ECommerce__main {
    background-color: var(--ColorFondo);
    margin-top: -7px;
    height: auto;
}
.ECommerce__BtnMenu label {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    padding-top: 7px;
    padding-left: 5px;
    user-select: none;
    cursor: pointer;
}
.ECommerce__BtnMenu.ToolTip .tiptext {
    width: auto;
    text-align: start;
}
.ECommerce__BtnMenu.ToolTip:hover .tiptext {
    visibility: hidden;
}
.ECommerce__BtnMenu.ToolTip.bottom .tiptext {
    background-color: #FFF;
    box-shadow: 0 8px 10px rgb(75 75 75 / 90%);
    margin-left: -60px;
    top: 90%;
    left: 20%;
    z-index: 3;
}
.ECommerce__BtnMenu.ToolTip.bottom .tiptext::after {
    border-color: transparent transparent #FFF transparent;
}
.ECommerce__Menu {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.ECommerce__Menu #DivCategorias {
    width: 180px;
    grid-column: 1;
    grid-row: 1;
}
.ECommerce__Menu h5.ItemCategario:hover {
    color: var(--ColorBtnBuscar);
    border-bottom: solid 1px var(--ColorBtnBuscar);
}
.ECommerce__Menu #DivCategorias h5.ItemActivo {
    color: var(--ColorBtnBuscar);
}
.ECommerce__Menu #DivLineas {
    display: flex;
    flex-direction: column;
}
.ECommerce__Menu .ItemLinea {
    width: 230px;
    padding-right: 20px;
}
.ECommerce__Menu .ItemLinea h5 {
    padding-left: 5px;
    border-bottom: 1px solid var(--ColorBtnBuscar);
}
.ECommerce__Menu .ItemLinea a {
    user-select: none;
}
.ECommerce__Menu .ItemLinea a:hover {
    padding-left: 5px;
    color: var(--ColorBtnBuscar);
    font-weight: bold;
}
.ECommerce__Menu .ItemLinea a.VerTodo {
    font-weight: bold;
    font-size: 13px;
}
.ECommerce__Menu .ItemGrupo {
    font-size: 13px;
}
.ECommerce__Menu h5 {
    font-size: 13px;
    padding-left: 20px;
    padding-bottom: 5px;
    user-select: none;
    cursor: pointer;
}
.ECommerce__Search {
    justify-content: center;
}
.ECommerce__Search #txtBuscarProducto {
    height: 33px;
}
.ECommerce__BtnSearch button {
    border-radius: 8px;
    background-color: var(--ColorBtnBuscar);
    border-color: var(--ColorBorderBtnBuscar);
    color: #FFF;
    margin-bottom: 3px;
    margin-top: -1px;
}
.ECommerce__BtnSearch button:focus,
.ECommerce__BtnSearch button:hover,
.ECommerce__BtnSearch button:active {
    background-color: var(--ColorBtnBuscarHover);
    border-color: var(--ColorBorderBtnBuscar);
}
.ECommerce__NavbarECommerce {
    justify-content: center;
    margin-bottom: 7px;
}
.ECommerce__NavbarECommerce .minimalize-styl-2 {
    margin: 0;
    border: none;
}
.ECommerce__NavbarECommerce .minimalize-styl-2.btn {
    color: #FFF;
    background: var(--ColorApp_3);
}
.ECommerce__NavbarECommerce .minimalize-styl-2.btn:focus,
.ECommerce__NavbarECommerce .minimalize-styl-2.btn:hover,
.ECommerce__NavbarECommerce .minimalize-styl-2.btn:active {
    opacity: .8;
}
.ECommerce__NavbarECommerce .page-heading {
    padding: 10px;
}
.ECommerce__NavbarECommerce .page-heading h2 {
    margin: 0;
}
.ECommerce__NavbarECommerce .breadcrumb {
    padding: 0.5rem 0.5rem;
}
.ECommerce__NavbarECommerce .IconCarrito {
    position: absolute;
    text-align: right;
    width: 28%;
    left: 70%;
    margin: 0 auto;
    margin-top: 10px;
}
.ECommerce__NavbarECommerce .IconCarrito a {
    color: var(--ColorApp_3);
    font-size: 32px;    
}
.ECommerce__NavbarECommerce .IconCarrito .GroupIcon {
    position: relative;
}
.ECommerce__NavbarECommerce .IconCarrito a:hover {
    font-size: 26px;
    opacity: .8;
}
.ECommerce__NavbarECommerce.SeparadorNav {
    border-top: 4px solid var(--ColorFondo);
    border-bottom: 4px solid var(--ColorFondo);
}
.ECommerce__NavbarECommerce .lbEnvioGratis {
    width: 100%;
    height: 40px;
    border: none;
    background: var(--ColorBackEnvioGratis);
    color: var(--ColorFontEnvioGratis);
    font-size: 17px;
    text-align: center;
}

.ECommerce__NavbarECommerce #imgEnvioGratis {
    margin-right: 10px;
}

.ECommerce__NavbarECommerce .img-logo-tienda {
    max-width: 80%;
    height: auto;
    cursor: pointer;
}
.ECommerce__CountItemCar {
    background-color: var(--ColorApp_2);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    float: right;
    text-align: center;
}
.ECommerce__CountItemCar #CountItemCar label {
    color: #FFF;
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    top: 4px;
    right: 6px;
}
.ECommerce__Grid {
    background-color: var(--ColorBackProductos);
    justify-content: start;
}
.carousel-indicators {
    bottom: -35px;
}

.carousel-indicators li {
    background-color: var(--ColorApp_3);
    opacity: 0.25;
    width: 20px;
    transition-duration: 0.4s;
}

.ECommerce__Grid .wrapper {
    padding: 0;
}
.ECommerce__Grid #CarouselDestacados .carousel-control-next, 
.ECommerce__Grid #CarouselDestacados .carousel-control-prev,
.ECommerce__Detalle #CarouselProductImages .carousel-control-next,
.ECommerce__Detalle #CarouselProductImages .carousel-control-prev {
    top: 50%;
    margin: 0 16px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: gray;
    opacity: .7;
}

.ECommerce__Detalle .DetalleProductoProveedor .DetalleNombreProducto .DetalleTitulo1 {
    font-size: medium;
}

.ECommerce__Grid .ProductosDestacados {
    padding-top: 30px;
}

.ECommerce__Grid #ProductDestacados {
    width: 100%;
    height: 40px;
    border: none;
    background: var(--ColorBackDestacados);
    color: var(--ColorFontDestacados);
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}
.ECommerce__Grid #FiltrosProductos {
    width: 100%;
    height: 45px;
    border: 1px solid;
    border-color: var(--ColorBackFiltroProductos);
    background: #FFFFFF);
    color: var(--ColorFontFiltroProductos);
    border-radius: 6px;
}

#ECommerceListaOpciones {
    width: 100%;
    height: 11px;
    background: #FFFFFF;
    color: var(--ColorFontListaOpciones);
    font-size: 11px;
    margin-left: 5px;
}

.ECommerce__Grid .itemOpcionGray {
    color: var(--ColorFontItemOpcion);
    font-weight: bold;
}

.ECommerce__Grid #DivPaginacionSuperior {
    margin-top: 5px;
}

.ECommerce__Grid #ProductFiltros {
    margin-top: 10px;
}

.ECommerce__Grid .lblFiltroProducto {
    color: var(--ColorApp_3);
    font-size: 12px;
    font-weight: bold;
}

.ECommerce__Grid #SelectFiltros {
    width: 210px;
    margin-top: -30px;
    margin-left: 85px;
}
.ECommerce__Grid #CatalogoProductos .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}
.ECommerce__Grid .product-images {
    margin: 0;
    width: 100%;
    height: 350px;
}
.ECommerce__Grid .product-images .image-imitation img {
    width: 100%;
    height: 350px;
}
.ECommerce__Grid .product-images .image-imitation a {
    background: #000;
    color: #FFF;
    position: absolute;
    margin-top: 260px;
    left: 36%;
    padding: 10px;
    border-radius: 12px;
    text-decoration: none;
}
.ECommerce__Grid .product-images .image-imitation a:hover {
    font-size: 16px;
}
.ECommerce__Grid .product-images .slick-prev, .slick-next {
    width: 20px;
    height: 20px;
}
.ECommerce__Grid .CategoriasImagenes {
    height: 155px;
}

.ECommerce__Grid .containerCategoria {
    padding: 2rem 10rem;
    margin: 0 auto;
    width: 100%;
}

.ECommerce__Grid #grupocards {
    justify-content: center;
}
.ECommerce__Grid #CatalogoProductos {
    margin-top: 15px;
}
.ECommerce__Grid .ibox {
    clear: both;
    width: 280px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
    border-radius: 18px;
}
.ECommerce__Grid .ibox-content {
    border-radius: 0px;
    background-color: #ffffff;
    color: inherit;
}
.ECommerce__Grid .product-imitation {
    padding: 0;
    border-radius: 8px;
    cursor: pointer;
    background-color: #FFFFFF !important;
}
.ECommerce__Grid .product-imitation .ContainerLogoProveedor,
.ECommerce__Detalle .DetalleProductoProveedor .ContainerLogoProveedor{
    display: flex;
    flex-direction: row-reverse;
    padding-right: 10px;
}
.ECommerce__Grid .product-imitation .LogoImgProveedor {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: -3%;
    margin-top: 0%;
}
.ECommerce__Grid .product-imitation .ImgCampana {
    position: absolute;
    margin-left: -10%;
    width: 34px;
    height: 33px;
}
.titulo-card {
    font-weight: 600;
    font-size: 12px;
}

.title-card {
    padding: 0rem;
    text-align: center;
    font-weight: lighter;
}

.card-img-categoria {
    background-color: var(--ColorBackProductos);
    border: 1px solid rgba(0,0,0,0);
    border-radius: 0rem;
    cursor: pointer;
    width: 10% !important;
}

.circular_image {
    width: 70%;
    height: 70%;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--ColorBackCategoria);
    display: inline-block;
    vertical-align: middle;
}

    .circular_image:hover {
        background-color: var(--ColorBackCategoriaHover);
    }

    .circular_image img {
        width: 100%;
    }

.ECommerce__Detalle .DetalleProductoProveedor .LogoProveedor {
    width: 50px;
    height: 50px;
    background-color: var(--ColorFondoProveedor);
    border-radius: 50%;
}

.ECommerce__Grid .product-imitation .LogoProveedor img,
.ECommerce__Detalle .DetalleProductoProveedor .LogoProveedor img {
    width: 60px
}
.ECommerce__Grid .product-imitation .LogoProveedorProd img {
    width: 70px
}
.ECommerce__Detalle .DetalleProductoProveedor .LogoProveedorProd img {
    width: 125px;
    margin-top: -40px;
}
.ECommerce__Grid .product-desc {
    padding: 17px;
}
.ECommerce__Grid img.NoProductos {
    width: 300px;
    padding-top: 40px;
}
.image-cursor {
    cursor: pointer;
}
.ECommerce__Grid .pagination li a {
    height: 35px;
    width: 35px;
    line-height: 27px;
    text-align: center;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
}
.ECommerce__Grid .pagination .page-item.active .page-link {
    color: #FFF;
}
.ECommerce_Producto .ProductoEtiqueta span {
    padding: 5px;
    margin-right: 5px;
    width: 100px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    cursor: default;
}
.ECommerce_Producto .ProductoEtiqueta .ProductoExentoIVA {
    background-color: var(--ColorExcentoIVA);
    margin-bottom: 10px;
    font-size: 13px;
    position: relative;
    top: -20px;
}
.ECommerce_Producto .ProductoEtiqueta .ProductoEnvio {
    background-color: var(--ColorEnvio);
    margin-bottom: 10px;
    font-size: 13px;
    position: relative;
    top: -20px;
}
.ECommerce_Producto .ProductoEtiqueta .ProductoEnvioRapido {
    background-color: var(--ColorEnvioRapido);
    margin-bottom: 10px;
    font-size: 13px;
    position: relative;
    top: -20px;
}
.ECommerce_Producto .ProductoCuota,
.ECommerce_Producto .ProductoPlazo,
.ECommerce_Producto .MedioDisponible,
.ECommerce_Producto .MediosPago {
    height: 25px;
    padding-left: 4px;
    line-height: 25px;
    color: #FFF;
    font-size: 13px;
    border-radius: 5px;
    cursor: default;
}
.ECommerce_Producto .ProductoCuota {
    color: var(--ColorFontCuota) !important;
    background-color: var(--ColorCuota);
    margin-bottom: 3px;
    text-align: center;
}
.ECommerce_Producto .ProductoPlazo {
    color: var(--ColorFontPlazo) !important;
    background-color: var(--ColorPlazo);
    margin-bottom: 15px;
    text-align: center;
}
.ECommerce_Producto .MediosPago {
    color: var(--ColorFontPlazo) !important;
    background-color: var(--ColorPlazo);
    margin-bottom: 15px;
    text-align: center;
}
.ECommerce_Producto .MedioDisponible {
    color: var(--ColorFontCuota) !important;
    background-color: var(--ColorCuota);
    margin-bottom: 3px;
    text-align: center;
}
.ECommerce_Producto .MedioDisponible {
    margin-bottom: 1px;
    margin-top: -15px;
}
.ECommerce_Producto .ProductoCuota {
    margin-bottom: 1px;
    margin-top: -15px;
}
.ECommerce_Producto .MediosPago {
    margin-bottom: 10px;
}
.ECommerce_Producto .ProductoPrecio .PrecioBase,
.ECommerce__Detalle .DetalleProductoPrecio .PrecioBase {
    font-weight: 700;
    margin-bottom: 5px;
    cursor: default;
}
.ECommerce_Producto .ProductoPrecio .PrecioBase span,
.ECommerce__Detalle .DetalleProductoPrecio .PrecioBase span{
    text-decoration: line-through;
    padding-right: 5px;
    font-weight: 100;
}
.ECommerce_Producto .ProductoPrecio .PrecioFinal,
.ECommerce__Detalle .DetalleProductoPrecio .PrecioFinal {
    color: var(--ColorValorFinal);
    font-weight: 700;
    font-size: 18px;
    cursor: default;
}
.ECommerce_Producto .ProductoPrecio .PrecioBase .PrecioAP,
.ECommerce_Producto .ProductoPrecio .PrecioFinal .PrecioAP,
.ECommerce__Detalle .DetalleProductoPrecio .PrecioBase .PrecioAP,
.ECommerce__Detalle .DetalleProductoPrecio .PrecioFinal .PrecioAP{
    font-size: 14px;
    color: #606060;
    text-decoration: none !important;
    font-weight: normal;
}
.ECommerce__Detalle #ProductoDetalle .Columnas {
    padding-right: 7px !important;
    padding-left: 7px !important;
    margin-top: -30px !important;
}
.ECommerce__Detalle #EsCredito {
    display: flex;
    flex-direction: column;
}
.ECommerce__Detalle .containerCampana {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.ECommerce__Detalle .containerCampana .ImgCampana {
    position: absolute;
    margin-left: -10%;
    width: 34px;
    height: 33px;
}
.ECommerce__Detalle .containerCampana img {
    width: 34px;
    height: 33px;
}
.ECommerce__Detalle .containerCampana p {
    margin-left: 4px;
    margin-bottom: 0 !important;
}

.ECommerce__Detalle .product-images .carousel img.zoomImg {
    background: #FFF;
}
.ECommerce__Detalle .product-images .carousel ol li {
    width: 10%;
    margin-right: 5px;
}
.ECommerce__Detalle .DetalleAcordeon {
    margin-bottom: 10px;
}
.ECommerce__Detalle .DetalleAcordeon .card-header {
    padding: 0px 1.25rem;
}
.ECommerce__Detalle .DetalleAcordeon .card-header h3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.ECommerce__Detalle .DetalleAcordeon .btn-link {
    color: #606060;
    font-weight:bold;
    font-size:15px;
}
.ECommerce__Detalle .DetalleAcordeon .btn-link:hover, 
.ECommerce__Detalle .DetalleAcordeon .btn-link:focus, 
.ECommerce__Detalle .DetalleAcordeon .btn-link:active, 
.ECommerce__Detalle .DetalleAcordeon .btn-link.active, 
.ECommerce__Detalle .DetalleAcordeon .open .dropdown-toggle.btn-link {
    color: var(--ColorApp_3);
    text-decoration: none;
}
.ECommerce__Detalle #CarouselProductImages .carousel-control-next,
.ECommerce__Detalle #CarouselProductImages .carousel-control-prev {
    top: 40%;
    margin: 0 -20px;
}
.ECommerce__Detalle .ContainerTalla {
    display: flex;
    flex-direction: column;
}
.ECommerce__Detalle .ContainerTalla_Disponible {
    display: flex;
    margin-top: 15px;
}
.ECommerce__Detalle .ContainerTalla_Disponible span {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--ColorApp_3);
}
.ECommerce__Detalle .ContainerTalla_Selecciona {
    display: flex;
    justify-content: flex-start;
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 10px;
}
.ECommerce__Detalle .ContainerTalla_Tallas {
    display: flex;
    flex-direction: column;
}
.GroupTallas {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.ECommerce__Detalle .ContainerTalla_Tallas .btnGuiaTallas {
    color: var(--ColorBtnSeguirComprando);
    border-color: var(--ColorBtnSeguirComprando) !important;
    height: 35px;
    width: auto;
    line-height: 26px;
    font-size: 14px;
}
.ECommerce__Detalle .ContainerTalla_Tallas .btnGuiaTallas:hover,
.ECommerce__Detalle .ContainerTalla_Tallas .btnGuiaTallas:disabled,
.ECommerce__Detalle .ContainerTalla_Tallas .btnGuiaTallas:active {
    color: #FFF;
    background-color: var(--ColorBtnSeguirComprando) !important;
}
.ECommerce__Detalle .ContainerTalla_Tallas .Talla {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    flex-basis: 62px;
    align-items: center;
    border: 1px solid var(--ColorApp_3);
    margin-bottom: 5px;
    margin-right: 3px;
    padding: 5px 0;
    cursor: pointer;
}
.ECommerce__Detalle .ContainerTalla_Tallas .Talla span{
    color: var(--ColorApp_3);
    font-weight:700;
    user-select: none;
}
.ECommerce__Detalle .ContainerTalla_Tallas .Talla:hover {
    background: var(--ColorApp_3);
}
.ECommerce__Detalle .ContainerTalla_Tallas .Talla:hover span{
    color: #FFF;
}
.ECommerce__Detalle .ContainerTalla_Tallas .Talla.SinStock {
    border: 1px solid var(--ColorUnchecked);
    opacity: 0.7;
}
.ECommerce__Detalle .ContainerTalla_Tallas .Talla.SinStock:hover {
    color: initial;
    background: none;
    cursor: none;
}
.ECommerce__Detalle .ContainerTalla_Tallas .Talla.SinStock span{
    color: var(--ColorUnchecked);
    font-weight:700;
}
.ECommerce__Detalle .ContainerTalla_Tallas .Talla.SinStock:hover span{
    color: var(--ColorUnchecked);
}
.ECommerce__Detalle .ContainerTalla_Tallas .Talla.SinStock div {
    position: absolute;
    width: 68px;
    height: 2px;
    background-color: var(--ColorUnchecked);
    transform: rotate(-24deg);
}
.ECommerce__Detalle .ContainerTalla_Tallas .TallaSelected {
    background: var(--ColorApp_3);
}
.ECommerce__Detalle .ContainerTalla_Tallas .TallaSelected span{
    color: #FFF;
}
.ECommerce__Detalle .GuiaTalla {
    padding-right: 0 !important;
}
.ECommerce__Detalle .GuiaTalla .modal-header .close {
    font-size: 2.5rem;
    color: #ff0000;
}
.ECommerce__Detalle .GuiaTalla .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ECommerce__Detalle .GuiaTalla .modal-body .LogoMarca {
    width: 180px;
}
.ECommerce__Detalle .GuiaTalla .modal-body .btnComoMedir {
    display: flex;
    width: 100%;
    margin: 20px 0;
}
.ECommerce__Detalle .GuiaTalla .modal-body .btnComoMedir a {
    color: var(--ColorChecked);
}
.ECommerce__Detalle .GuiaTalla .modal-body .btnComoMedir a:hover {
    color: #FFF;
}
.ECommerce__Detalle .GuiaTalla .modal-body .ContainerTabla {
    display: flex;
    flex-direction: column;
}
.ECommerce__Detalle .GuiaTalla .modal-body .DosTallas {
    display: flex;
    flex-direction: column;
    height: 200px;
    padding: 10px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 30%) 0px 6px 24px 0px, var(--ColorApp_1) 0px 0px 0px 1px;
}
.ECommerce__Detalle .GuiaTalla .modal-body .DosTallas h3{
    color: #000;
    font-size: 24px;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}
.ECommerce__Detalle .GuiaTalla .modal-body .DosTallas p{
    color: #000;
    font-style: italic;
    text-align: justify;
}
.ECommerce__Detalle .GuiaTalla .modal-body .ThTitulo {
    text-align: center;
    background-color: var(--ColorApp_3);
    font-size: 18px;
    color: #FFF;
}
.ECommerce__Detalle .GuiaTalla .modal-body #ComoMedir {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 30px 0;
}
.ECommerce__Detalle .GuiaTalla .modal-body #ComoMedir img {
    width: 200px;
    margin-right: 50px;
    margin-bottom: 30px;
}
.ECommerce__Detalle .GuiaTalla .modal-body #ComoMedir div{
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 30%) 0px 6px 24px 0px, var(--ColorApp_1) 0px 0px 0px 1px;
}
.ECommerce__Detalle .GuiaTalla .modal-body #ComoMedir div h3{
    color: #000;
    font-size: 24px;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}
.ECommerce__Detalle .GuiaTalla .modal-body #ComoMedir div p{
     color: #000;
    font-style: italic;
    text-align: justify;
}
.ECommerce__Detalle .GuiaTalla .DescargarInstrucciones{
    margin-top: 10px;
}
.ECommerce__Detalle .GuiaTalla .DescargarInstrucciones a{
    color: var(--ColorChecked);
}
.ECommerce__Detalle .GuiaTalla .DescargarInstrucciones a:hover{
    text-decoration: underline;
}

.ECommerce_Producto .product-name,
.ECommerce_Producto .ProductoMarca,
.ECommerce_Producto .ProductoProveedor {
    margin: 0 0 5px 0;
    /*white-space: nowrap;
    text-overflow: ellipsis;*/
    overflow: hidden;
    font-size: 12px;
}
.product-name-a {
    height: 30px;
}
.ECommerce_Producto .ProductoMarca,
.ECommerce_Producto .ProductoProveedor {
    font-size: 11px;
    cursor: default;
}
.ECommerce_Producto .product-name:hover {
    color: var(--ColorValorFinal) !important;
}
.ECommerce_Producto .btnAddCarrito.btn-outline-primary {
    color: var(--ColorBtnAgregarCarrito);
    border-color: var(--ColorBtnAgregarCarrito) !important;
}
.ECommerce_Producto .btnAddCarrito.btn-outline-primary:hover,
.ECommerce_Producto .btnAddCarrito.btn-outline-primary:disabled,
.ECommerce_Producto .btnAddCarrito.btn-outline-primary:active {
    color: #FFF;
    background-color: var(--ColorBtnAgregarCarrito) !important;
}
.ECommerce_Producto .btnAddCarrito.btn-outline-primary:disabled {
    color: #FFF;
    background-color: #787878 !important;
    border-color: #787878 !important;
}
.ECommerce_Producto .btnAddCarrito #Agregando,
.ECommerce_Producto .btnAddCarrito .fa {
    margin-left: 5px;
}
.ECommerce_Producto .btnAddCarrito #Agregando {
    color: var(--ColorBtnAgregarCarrito);
}
.ECommerce__Agregado .modal-dialog {
    max-width: 740px;
}
.ECommerce__Agregado .modal-content {
    border-radius: 14px;
    margin-left: 10px;
}
.ECommerce__Agregado .modal-body {
    padding: 20px 0px 30px 0px;
}
.ECommerce__Agregado .card {
    border: none;
}
.ECommerce__Agregado .card-body {
    padding: 1.25rem 0;
}
.ECommerce__Agregado table .ProductoNombre {
    width: 50%;
    vertical-align: middle;
    text-align: left;
}
.ECommerce__Agregado table .Cantidad,
.ECommerce__Agregado table .ProductoValor {
    text-align: center;
    vertical-align: middle;
    width: 25%;
}
.ECommerce__Agregado table .Cantidad,
.ECommerce__Carrito.wrapper {
    padding: 0;
}
.ECommerce__Carrito table .Cantidad {
    width: 20%;
    text-align: center;
}
.ECommerce__Agregado table .Cantidad button,
.ECommerce__Carrito table .Cantidad button {
    color: #6c757d;
    border: none;
    z-index: 0;
}
.ECommerce__Agregado table .Cantidad button:hover,
.ECommerce__Agregado table .Cantidad button:active,
.ECommerce__Carrito table .Cantidad button:hover,
.ECommerce__Carrito table .Cantidad button:active {
    box-shadow: none;
    background: none;
    color: #20293f;
}
.ECommerce__Agregado table .Cantidad .form-control:disabled,
.ECommerce__Agregado table .Cantidad .form-control[readonly],
.ECommerce__Carrito table .Cantidad .form-control:disabled,
.ECommerce__Carrito table .Cantidad .form-control[readonly] {
    background-color: #FFF;
    border: none;
    border-bottom: 1px solid #6c757d;
    text-align: center;
    font-size: 16px;
}
.ECommerce__Agregado .modal-footer button,
.ECommerce__Carrito .GroupButton button,
.ECommerce__Carrito .GroupButton a {
    width: 180px;
    font-size: 14px;
    font-weight: 700;
    height: 35px;
    border-radius: 10px;
}
.ECommerce__Agregado .modal-footer {
    flex-direction: column-reverse;
}
.ECommerce__Agregado .modal-footer button {
    width: 100% !important;
    margin: 0 0 10px 1px;
}
.ECommerce__Agregado .modal-footer #btnVerCarrito.btn-outline-primary {
    color: var(--ColorBtnVerCarrito);
    border-color: var(--ColorBtnVerCarrito) !important;
}
.ECommerce__Agregado .modal-footer #btnVerCarrito.btn-outline-primary:hover,
.ECommerce__Agregado .modal-footer #btnVerCarrito.btn-outline-primary:disabled,
.ECommerce__Agregado .modal-footer #btnVerCarrito.btn-outline-primary:active {
    color: #FFF;
    background-color: var(--ColorBtnVerCarrito) !important;
}

.ECommerce__Detalle.wrapper {
    display: block;
    margin-left: 5px;
    margin-right: auto;
    width: 100%;
    padding: 0;
}
.ECommerce__Detalle .ibox-content {
    padding: 0 !important;
    background-color: #FFF;
}
.ECommerce__Detalle .image-imitation,
.ECommerce__Grid .image-imitation {
    padding: 0;
    background-color: #FFF;
}
.ECommerce__Detalle .slick-prev:before, .slick-next:before,
.ECommerce__Grid .slick-prev:before, .slick-next:before {
    color: var(--ColorCuota) !important;
}
.ECommerce__Detalle .DetalleProveedor {
    padding-top: 10px;
    font-size: smaller;
}
.ECommerce__Detalle .ibox-content .BorderImagen {
    border-right: none;
}
.ECommerce__Detalle .btnAddCarrito {
    padding: 6px;
    color: var(--ColorBtnBuscar);
    border-color: var(--ColorBtnBuscar) !important;
    font-size: 15px;
    margin-left: 10px;
}
.ECommerce__Detalle .btnAddCarrito:hover {
    color: #FFF;
    background-color: var(--ColorBtnBuscar) !important;
}
.ECommerce__Detalle #EsCredito p {
    display: block;
    height: 25px;
    line-height: 20px;
    font-size: 11px;
    border-radius: 5px;
    cursor: default;
    margin-right: 10px;
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px;
}
.ECommerce__Detalle ul.ListaCaracteristicas li {
    padding: 0;
}
.ECommerce__Detalle .DetalleProductoProveedor {
    display: flex;
    justify-content: space-between;
}
.ECommerce__Detalle .DetalleTitulo2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ECommerce__Detalle #btnSeguirComprando.btn-outline-primary,
.ECommerce__Agregado .modal-footer .btnSeguirComprando.btn-outline-primary {
    color: var(--ColorBtnSeguirComprando);
    border-color: var(--ColorBtnSeguirComprando) !important;
    height: 35px;
    width: 180px;
    line-height: 26px;
    font-size: 14px;
}
.ECommerce__Detalle #btnSeguirComprando.btn-outline-primary:hover,
.ECommerce__Detalle #btnSeguirComprando.btn-outline-primary:disabled,
.ECommerce__Detalle #btnSeguirComprando.btn-outline-primary:active,
.ECommerce__Agregado .modal-footer .btnSeguirComprando.btn-outline-primary:hover,
.ECommerce__Agregado .modal-footer .btnSeguirComprando.btn-outline-primary:disabled,
.ECommerce__Agregado .modal-footer .btnSeguirComprando.btn-outline-primary:active,
.ECommerce__Carrito .btnSeguirComprando.btn-outline-primary:hover,
.ECommerce__Carrito .btnSeguirComprando.btn-outline-primary:disabled,
.ECommerce__Carrito .btnSeguirComprando.btn-outline-primary:active {
    color: #FFF;
    background-color: var(--ColorBtnSeguirComprando) !important;
}
.ECommerce__Detalle .DetalleInformacion {
    text-align: justify;
}
.ECommerce__Detalle .DetalleGarantia {
    text-align: justify;
}
.ECommerce__Carrito .ibox .ibox-title,
.ECommerce__Pagar .ibox .ibox-title {
    padding: 15px 10px 8px 10px;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.ECommerce__Carrito .ibox .ibox-title h3,
.ECommerce__Pagar .ibox .ibox-title h3 {
    font-size: 1.40rem;
}
.ECommerce__Carrito .ibox .ibox-title h3 {
    text-align:center;
}
.ECommerce__Carrito .ibox-content,
.ECommerce__Pagar .ibox-content {
    border: none;
    border-radius: 0;
    padding: 6px 10px !important;
    background-color: #FFF;
    color: inherit;
}
.ECommerce__Carrito .ibox-content.TotalCompra {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;   
}
.ECommerce__Carrito .text-navy {
    color: var(--ColorTituloCarrito) !important;
}
.ECommerce__Carrito .cart-product-imitation {
    background: none;
    padding-top: 0;
}
.ECommerce__Carrito .cart-product-imitation .img-carrito {
    margin-top: -15px
}
.ECommerce__Carrito .CostoDespacho {
    font-size: 14px;
}
.ECommerce__Carrito .GroupButton {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.ECommerce__Carrito .GroupButton a {
    margin-bottom: 10px;
    width: 100%;
}
.ECommerce__Carrito .btn-group {
    width: 100%;
    padding: 10px 0;
}
.ECommerce__Carrito .CarritoItems{
    width: 100%;
}
.ECommerce__Carrito .CarritoItems,
.ECommerce__Carrito .CarritoResumen {
    padding: 0 5px;
}
.ECommerce__Carrito .IrAPagar.btn-primary {
    background-color: var(--ColorBtnIrAPagar);
    border-color: var(--ColorBtnIrAPagar);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.ECommerce__Carrito .IrAPagar.btn-primary:hover,
.ECommerce__Carrito .IrAPagar.btn-primary:disabled,
.ECommerce__Carrito .IrAPagar.btn-primary:active {
    background-color: var(--ColorBtnIrAPagarHover);
    border-color: var(--ColorBtnIrAPagarHover);
}
.ECommerce__Carrito .CanelarPagar {
    color: #FFF;
    background-color: var(--ColorBtnCancelarPagar);
    border-color: var(--ColorBtnCancelarPagar);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ECommerce__Carrito .CanelarPagar:hover,
.ECommerce__Carrito .CanelarPagar:disabled,
.ECommerce__Carrito .CanelarPagar:active {
    background-color: var(--ColorBtnCancelarPagarHover);
    border-color: var(--ColorBtnCancelarPagarHover);
}
.ECommerce__Pagar.wrapper {
    padding: 0;
}
.ECommerce__Pagar .ibox {
    margin: 20px 0;
}
.ECommerce__Pagar #frmDespacho .selector {
    width: 100%;
    margin: 10px 0.5em;
}
.ECommerce__Pagar #frmDespacho .Input100 .selector {
    width: 100%;
}
#divMediosPagoFormasPago .select2-container,
.ECommerce__Pagar #frmDespacho .select2-container {
    z-index: 1060;
}
.ECommerce__Pagar #frmDespacho span.select2 {
    width: 100% !important;
}
.ECommerce__Pagar #frmDespacho select2-container--bootstrap4.select2-container--focus .select2-selection {
    box-shadow: none;
    border-color: #0099bc !important;
}
.ECommerce__Pagar #frmDespacho #DivTerminos {
    display: flex;
    flex-direction: row;
}
.ECommerce__Pagar #frmDespacho #DivTerminos #DivCbxPoliticaDatos label{
    user-select: none;
}
.ECommerce__Pagar #frmDespacho #DivTerminos .checkboxCheck input[type="checkbox"] + label span {
    width: 24px;
    height: 24px;
}
.ECommerce__Pagar #DivBtnDespacho button {
    margin-right: 10px;
}
.ECommerce__Pagar #btnDespachoPagar {
    background-color: var(--ColorBtnIrAPagar);
}
.ECommerce__Pagar #btnDespachoPagar:hover {
    background-color: var(--ColorBtnIrAPagarHover);
}
.ECommerce__Pagar #btnDespachoCancel {
    background-color: var(--ColorBtnCancelarPagar);
}
.ECommerce__Pagar #btnDespachoCancel:hover {
    background-color: var(--ColorBtnCancelarPagarHover);
}
.ECommerce__Pagar .ibox-content.ResumenCompra {
    padding-bottom: 15px !important;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.ECommerce__Pagar .ResumenCompra .InfoDespacho {
    color: var(--ColorApp_3);
    font-weight: 700;
    text-align: justify;
}
.ECommerceIn {
    margin-top: 0 !important;
    margin-left: 0;
    height: auto;
}
.ECommerceIn .ECommerce__Grid {
    margin-left: 90px;
}
.ECommerceIn #CatalogoProductos .col-md-4 {
    padding-left: 0;
}
.ECommerceIn #DivEcommerceMenu {
    width: 97%;
    margin-left: 51px;
}
.ECommerceIn .ECommerce__NavbarECommerce .border-bottom {
    border: 1px solid #e7eaec !important;
    border-radius: 12px;
}
.ECommerceIn .ECommerce__CountItemCar {
    left: 140px;
    margin-top: -90%;
}
.ECommerceIn .ECommerce_Producto .ProductoCuota, 
.ECommerceIn .ECommerce_Producto .ProductoPlazo, 
.ECommerceIn .ECommerce_Producto .MedioDisponible, 
.ECommerceIn .ECommerce_Producto .MediosPago{
    font-size: 13px;
}
.ECommerceIn .ECommerce__BtnMenu.ToolTip.bottom .tiptext {
    margin-left: -30px;
}
.ECommerceIn .ECommerce__Menu .ItemLinea {
    width: 210px;
}
.lblEstadoDocumentoNo {
    color: red;
}

.lblEstadoDocumentoSi {
    color: green;
}

.lblTituloDespacho {
    color: var(--ColorApp_3);
}

#frmFacturacion {
    margin-left: 0px;
}
#frmFacturacion .FrmContenedor {
    width: 100%;
}
/*#endregion ECommerce-------------*/
/*#endregion MarketPlace-------------*/
/*#region Inspinia-----------------*/
.btn-success {
    color: #fff;
    background-color: #1ab394;
    border-color: #1ab394;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #fff;
    background-color: #1f8872;
    border-color: #1f8872;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1f8872;
    border-color: #1f8872;
}
.form-control,
.single-line {
    border-radius: 8px;
}
.navbar-static-top .dropdown-menu.dropdown-messages {
    right: -115px;
}
.navbar-static-top .dropdown-menu.dropdown-alerts {
    right: -141px;
}
.inmodal .modal-header {
    padding: 15px;
    text-align: left;
}
.inmodal .modal-title {
    font-size: 15px;
}
.inmodal .modal-body {
    background: #fff;
}
.ibox-content {
    border-style: none;
    background-color: var(--ColorApp_1);
    padding: 6px 0 0 0 !important;
}
.feed-activity-list .feed-element {
    border-bottom: none;
}
.payment-card {
    padding: 10px 0;
    width: 115%;
    margin-left: -5%;
    background: var(--ColorApp_1);
    border-color: var(--ColorApp_1);
    border-radius: 15px;
}
.payment-icon-big {
    font-size: 30px;
}
.small, small {
    font-size: 48%;
}
/*#endregion Inspinia-------------*/
/*#region Neuer card*/
.menu {
    width: 230px;
}

.cbp-l-grid-projects-title {
    line-height: 65px;
    height: 60px;
    margin-top: 0px;
    background-color: #deedff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.cbp-caption {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.cbp-item-wrap {
    background: transparent;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .cbp-item-wrap:hover {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

.cbp-item .btn {
    background: #20293f;
}

#BtnMobilMenu {
    padding-left: initial;
}

a.cbp-filter-item.list-group-item.active {
    background-color: var(--ColorApp_3);
    color: #fff;
}

.hvr-underline-from-left:before {
    background: #8ac2ff;
}
/*#endregion Neuer card-------------*/
