@import url(https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap);
.load-mask {
    position: relative;
}

.load-mask-content.blur {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transition: -webkit-filter 0.2s ease-out;
    transition: -webkit-filter 0.2s ease-out;
    transition: filter 0.2s ease-out;
    transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}

.load-mask-content.blur.loading {
    -webkit-filter: blur(5px);
            filter: blur(5px);
}

.loader-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.loader-container p {
    font-size: 1.3rem;
    margin: 0;
}

.loader-container.radius {
    border-radius: 10px;
}

.loader-container.dark {
    background: rgba(40, 40, 40, 0.1)
}

.loader-container.light {
    background: rgba(255, 255, 255, 0.5)
}

.action-img{
    max-width: 25px;
    margin: 0 .30rem !important;
    cursor: pointer;
}
/* Grid de recibo */
.grid-recibo {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* grid-template-rows: 1fr 1fr 1fr; */
    grid-gap: 10px 20px;
    gap: 10px 20px;
    padding-bottom: 10px;
}

.grid-recibo b {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px !important;
}

.align-end {
    justify-self: end;
}

.header-grid-recibo {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 10px 15px;
    gap: 10px 15px;
}

/* #date_picker {
    .react-date-picker__wrapper{
        border: 0;
    }
    .react-date-picker__inputGroup__input {
        color: #495057;
    }
    .react-date-picker__inputGroup__day {
        width: 20px !important;
    }
    .react-date-picker__inputGroup__month {
        width: 20px !important;
    }
    .react-date-picker__inputGroup__year {
        width: 43px !important;
    }
    .react-date-picker__inputGroup__leadingZero + .react-date-picker__inputGroup__day {
        width: 10px !important;
    }
    .react-date-picker__inputGroup__leadingZero + .react-date-picker__inputGroup__month {
        width: 10px !important;
    }
}

@media only screen and (max-width: 575px) {
    #date_picker {
        .react-calendar {
            width: 265px !important;
        }
    }
} */

.upload-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #F5F5F5;
    margin: 0;
    /* max-width: 25rem; */
    min-width: 100%;
    height: 12rem;
    border: 1px solid #E2E2E2;
    border-radius: 1rem;
    /* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25); */
    position: relative;
    overflow: hidden;
}

.upload-text {
    text-align: center;
    /* font-size: 1rem; */
    font-weight: normal;
    /* @media (max-width: 576px) {
        font-size: 0.8rem !important;
    } */
    /* @media (max-width: 868px) {
        font-size: 1rem;
    } */
}

.uploaded-file-image {
    max-width: 100%;
}
.max-size-img{
    height: 50%;
}
.uploaded-file-text {
    /* font-size: 15px; */
    /* font-weight: bold; */
}
.uploaded-image-container {
    display: none;
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Montserrat';
    border-radius: 1rem;
    color: #2f2f2f;
    background-color: rgba(201, 209, 222, 0.60392);
    width: 100%;
    height: 100%;
    top: 0px;
}

#NAVBAR-TO {
    z-index: 1;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.container-navbar {
    margin-left: 8%;
    margin-right: 8%;
}
.container-brand #CARRITO-MOVIL {
    display: none;
}
.navbar-rigth {
    font-family: "Roboto", sans-serif;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.navbar-rigth .link-tiendas {
    margin-top: 15px;
    text-decoration: none;
    margin-right: 25px;
    color: #282828;
}
.navbar-rigth .link-tiendas span {
    font-weight: normal;
    letter-spacing: 0px;
    color: #484848;
    text-transform: uppercase;
}
/* .navbar-rigth .link-tiendas span:hover {
    font-weight: 600;
} */
.navbar-rigth .link-tiendas img {
    margin-bottom: 13px;
    margin-left: 10px;
    width: 35px;
    height: 22px;
}
.navbar-rigth .link-mi-cuenta {
    text-decoration: none;
    color: #282828;
}
.navbar-rigth .link-mi-cuenta.img {
    margin-top: 15px;
}
.navbar-rigth .link-mi-cuenta span {
    font-weight: normal;
    letter-spacing: 0px;
    color: #484848;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 5px;
}
/* .navbar-rigth .link-mi-cuenta span:hover {
    font-weight: 600;
} */
.navbar-rigth .link-mi-cuenta i {
    font-size: 25px;
    padding: 15px 10px 10px 10px;
}
.navbar-rigth .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-bottom: 20px;
}

/* BUSCADOR */
.container-buscador-to {
    width: 30vw;
}
.container-buscador-to .icon-search {
    position: absolute !important;
    left: 7px !important;
    width: 55px;
    height: 46px;
    top: 0;
    border-radius: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.buscador-to {
    height: 46px !important;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: none !important;
    border-radius: 50px !important;
    font-family: "Mukta";
    font-weight: 400;
    font-size: 18px !important;
    padding-left: 61px !important;
}
.buscador-to::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    letter-spacing: 0px;
    color: #aaa8a8 !important;
    font-family: "Mukta";
    font-weight: 400;
    font-size: 18px !important;
}
.buscador-to::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    letter-spacing: 0px;
    color: #aaa8a8 !important;
    font-family: "Mukta";
    font-weight: 400;
    font-size: 18px !important;
    opacity: 1;
}
.buscador-to:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    letter-spacing: 0px;
    color: #aaa8a8 !important;
    font-family: "Mukta";
    font-weight: 400;
    font-size: 18px !important;
}
.buscador-to::-ms-input-placeholder {
    /* Microsoft Edge */
    letter-spacing: 0px;
    color: #aaa8a8 !important;
    font-family: "Mukta";
    font-weight: 400;
    font-size: 18px !important;
}

.buscador-to::placeholder {
    /* Most modern browsers support this now. */
    letter-spacing: 0px;
    color: #aaa8a8 !important;
    font-family: "Mukta";
    font-weight: 400;
    font-size: 18px !important;
}

.sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0;
    left: 0;
    width: 100%;
}
@media only screen and (max-width: 1024px) {
    .container-navbar {
        margin-left: 2% !important;
        margin-right: 2% !important;
    }
    .container-buscador-to {
        width: 43%;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .container-buscador-to {
        width: 52%;
    }
    .navbar-rigth span {
        display: none;
    }
    .container-navbar {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
    .container-brand {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 10px;
    }
    .container-brand #CARRITO-MOVIL {
        display: block;
    }
    .container-brand #CARRITO-MOVIL span {
        display: none;
    }
    .navbar-rigth {
        font-size: 10px !important;
    }
    .navbar-rigth .link-tiendas {
        margin-right: 15px;
    }
    .navbar-rigth {
        display: none;
    }
    /* BUSCADOR */
    .container-buscador-to {
        width: 85%;
        margin: 0 0 5px 0;
    }
    .buscador-to {
        height: 36px !important;
        font-size: 15px !important;
        padding-left: 51px !important;
    }
    .buscador-to::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        font-size: 14px !important;
    }
    .buscador-to::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-size: 14px !important;
    }
    .buscador-to:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-size: 14px !important;
    }
    .buscador-to::-ms-input-placeholder {
        /* Microsoft Edge */
        font-size: 14px !important;
    }

    .buscador-to::placeholder {
        /* Most modern browsers support this now. */
        font-size: 14px !important;
    }
    .container-buscador-to .icon-search {
        width: 45px;
        height: 36px;
    }
    .container-buscador-to .icon-search em {
        font-size: 20px;
        color: #282828;
    }
}

/* Logo */
.container-logo {
    background-color: #ffffff;
    width: 180px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 30px;
    overflow: hidden;
}

/* DropDownMenu */
nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    cursor: pointer;
}

nav ul li {
    display: inline-block;
}

nav a {
    display: block;
    padding: 0;
    color: #fff !important;
    line-height: 40px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
    min-height: 45px;
}

/* Hide Dropdowns by Default */
nav ul ul {
    display: none;
    position: absolute;
    top: 45px; /* the height of the main nav */
    background-color: #fff;
    color: #3b405f !important;
    -webkit-box-shadow: #cacab7 0px 0px 10px 1px;
    box-shadow: #cacab7 0px 0px 10px 1px;
    -webkit-box-sizing: border-box;
}

nav ul ul a {
    padding: 0 10px;
    color: #3b405f !important;
    cursor: pointer;
}
nav ul ul a:hover {
    background-color: #f5f5f5;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

/* Change this in order to change the Dropdown symbol */
li > a:after {
    content: " +";
}
li > a:only-child:after {
    content: "";
}


.container-shopping-cart {
    position       : relative;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : flex;
    -webkit-box-align    : center;
        -ms-flex-align    : center;
            align-items    : center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width          : 30px;
    height         : 50px;
    cursor         : pointer;
}

.container-quantity-items {
    position        : absolute;
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-align     : center;
        -ms-flex-align     : center;
            align-items     : center;
    -webkit-box-pack : center;
        -ms-flex-pack : center;
            justify-content : center;
    width           : 20px;
    height          : 20px;
    background-color: #E12237;
    border-radius   : 50%;
    padding         : 7px;
    color           : white;
    top             : 2px;
    right           : -11px;
    font-weight     : 700;
    font-size       : 12px;
}

.txt-carrito {
    font-weight: normal;
    letter-spacing: 0px;
    color: #484848;
    text-transform: uppercase;
    cursor: pointer;
}

/* .txt-carrito:hover {
    font-weight: 600;
} */
.txt-contactenos {
    padding-left: 1rem;
}

@media only screen and (max-width: 425px) {
    .txt-contactenos {
        padding: 0 !important;
    }
    .txt-contactenos label {
        text-align: center;
    }
}

.bm-burger-button {
    display: none;
}

.bm-menu-wrap {
    display: none;
}

.bm-overlay {
    display: none;
}

.no-content-sidebar {
    display: none;
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
    .bm-menu-wrap {
        display: block;
    }
    .bm-burger-butto-home {
        display : block;
        position: fixed;
        width   : 30px;
        height  : 30px;
        right   : 31px;
        top     : 24px !important;
    }

    * Individual item */ .bm-item {
        display: inline-block;

        /* Our sidebar item styling */
        text-decoration: none;
        margin-bottom  : 10px;
        color          : #282828;
        -webkit-transition     : color 0.2s;
        transition     : color 0.2s;
        outline-color  : transparent !important;
    }

    h1 {
        outline-color: transparent !important;
    }

    /* Change color on hover */
    .bm-item:hover {
        color: #282828;
    }

    /* The rest copied directly from react-burger-menu docs */

    /* Position and sizing of burger button */
    .bm-burger-button {
        display : block;
        position: fixed;
        width   : 30px;
        height  : 30px;
        right   : 31px;
        top     : 81px;
    }

    .bm-burger-button div img {
        width: 30px;
    }

    /* Color/shape of burger icon bars */
    .bm-burger-bars {
        background: #282828;
    }

    /* Position and sizing of clickable cross button */
    .bm-cross-button {
        height     : 33px !important;
        width      : 85px !important;
        display    : -webkit-box;
        display    : -ms-flexbox;
        display    : flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .bm-cross-button::before {
        content    : "Cerrar";
        font-family: 'Mukta', sans-serif;
        color      : #282828;
        font-weight: 900 !important;
    }

    /* Color/shape of close button cross */
    .bm-cross {
        background: #282828;
        height    : 22px !important;
    }

    /* General sidebar styles */
    .bm-menu {
        background: #FFFFFF;
        padding   : 2.5em 15px 0;
        font-size : 1.15em;
    }

    /* Morph shape necessary with bubble or elastic */
    .bm-morph-shape {
        fill: #373a47;
    }

    /* Wrapper for item list */
    .bm-item-list {
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
        color : #292929;
    }

    /* Styling of overlay */
    .bm-overlay {
        display   : block;
        background: rgba(0, 0, 0, 0.3);
    }

    .bm-menu .filtros {
        margin-top   : 25px;
        padding-right: 15px;
        outline-color: transparent !important;
    }

    .bm-menu .txt-filtro {
        width        : 106%;
        border-radius: 5px;
    }

    .bm-menu .slider-text {
        font-size: 20px !important;
    }

    .bm-menu .tree-title {
        border-radius: 5px;
        font-size    : 20px !important;
    }

    /* .bm-menu .rc-slider-rail, .bm-menu .rc-slider-step {
        width: 95% !important;
    } */
    /* .bm-menu .rc-slider-handle-2 {
        left: 95% !important;
    } */

    .filtros-aplicados {
        position        : absolute;
        width           : 15px;
        height          : 15px;
        border-radius   : 50%;
        background-color: #FF006E;
        top             : -7.5px;
        right           : -7.5px;
    }
        .bm-menu ol.tree {
            border-radius: 5px;
            border: 1px solid #AAA8A8;
        }
        .bm-menu li.parent label {
            display: none;
        }
        .bm-menu li.parent label::after {
            content: none;
        }
        .bm-menu li.parent input[type=checkbox]:checked+label::after {
            content: none;
        }
        .bm-menu .titulo.active::after {
            position       : absolute;
            top            : 0;
            right          : 5px;
            display        : -webkit-box;
            display        : -ms-flexbox;
            display        : flex;
            -webkit-box-align    : center;
                -ms-flex-align    : center;
                    align-items    : center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            content        : "\F111";
            font-family    : "FontAwesome";
            padding        : 10px 5px;
            line-height    : 16px;
            color          : #FB5607;
            font-size      : 12px;
        }
}
.tree-title {
    font-family: 'Roboto', sans-serif;
    color      : #fff;
    font-weight: 600 !important;
    font-size  : 15px !important;
    background-color: #136AC6;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 7px;
}

input {
    font-size: 1em;
}

ol.tree {
    padding-left: 0px;
}

ol.tree input[type="checkbox"] {
    display: none;
}

li {
    list-style-type: none;
    color          : #282828;
    position       : relative;
    /* margin-left : -15px; */
}

li.parent ol {
    padding-left: 15px;
}

li .titulo {
    cursor               : pointer;
    display              : block;
    padding              : 5px 27px 5px 15px;
    font-family          : 'Mukta', sans-serif;
    color                : #282828;
    font-weight          : 400 !important;
    font-size            : 17px !important;
    /* iOS Safari */
    -webkit-touch-callout: none;
    /* Safari */
    -webkit-user-select  : none;
    /* Konqueror HTML */
    /* Old versions of Firefox */
    -moz-user-select     : none;
    /* Internet Explorer/Edge */
    -ms-user-select      : none;
    /* Non-prefixed version, currently
    supported by Chrome, Edge, Opera and Firefox */
    user-select          : none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
li .titulo a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
li .titulo:hover {
    background-color: #DCDCDC;
}

li.ancestors .titulo {
    background-color: transparent;
    /* font-weight: 700 !important; */
    font-size: 16px !important;
}
li.ancestors .titulo:hover {
    background-color: #DCDCDC;
}

.tree .cantidad {
    color      : #3A86FF;
    font-family: 'Mukta', sans-serif;
    font-weight: 400 !important;
}

li.parent label {
    position       : absolute;
    right          : 0;
    width          : 30px !important;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : flex;
    -webkit-box-align    : center;
        -ms-flex-align    : center;
            align-items    : center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* height: 100%; */
}

li.parent label::after {
    content    : "\F105";
    font-family: "FontAwesome";
    /* margin     : auto; */
    padding    : 10px 5px;
    line-height: 10px;
    font-size  : 18px;
}

li label:hover {
    /* background-color: #DCDCDC; */
    cursor: pointer;
}

li input {
    width   : 1em;
    height  : 1em;
    position: absolute;
    left    : -0.5em;
    top     : 0;
    opacity : 0;
    cursor  : pointer;
}

li input+label+div+ol>li {
    display       : none;
    /* margin-left: -14px !important; */
    padding-left  : 1px;
}

.titulo.active {
    background-color: #DCDCDC;
}

li.parent input[type=checkbox]:checked+label::after {
    content: "\F107";
}

li input:checked+label+div+ol>li {
    display: block;
    margin : 0 0 0.063em;
}

li input:checked+label+div+ol>li:first-child {
    margin: 0 0 0.125em;
}

@media only screen and (max-width: 1024px) {
    .tree-title {
        font-size: 18px !important;
    }
    li .titulo {
        font-size: 17px !important;
    }
}

@media only screen and (max-width: 768px) {
    .tree-title {
        font-size: 16px !important;
    }
    li .titulo {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 425px) {
    .tree-title {
        font-size: 18px !important;
    }
    li .titulo {
        font-size: 17px !important;
    }
}
.load-mask {
    position: relative;
}

.load-mask-content.blur {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transition: -webkit-filter 0.2s ease-out;
    transition: -webkit-filter 0.2s ease-out;
    transition: filter 0.2s ease-out;
    transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}

.load-mask-content.blur.loading {
    -webkit-filter: blur(5px);
            filter: blur(5px);
}

.loader-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.loader-container.radius {
    border-radius: 10px;
}

.loader-container.dark {
    background: rgba(40, 40, 40, 0.2902)
}

.loader-container.light {
    background: rgba(255, 255, 255, 0.5)
}

.txt-loading {
    font-family   : 'Mukta', sans-serif;
    font-weight: 400;
    color: #282828;
    font-size: 1.5rem !important;
    margin: 0;
}
html, body {
    background-color: #F5F5F5 !important;
}
/* BREADCRUMB */
.breadcrumb-pago {
    margin-bottom: 80px !important;
    padding: 15px 0;
}
#PASOS-PAGO .container-breadcrumb{
    background-color: #8BB8FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

#PASOS-PAGO .container-breadcrumb .breadcrumb {
    padding: 0px 10px !important;
    margin-left: 15% !important;
    margin-right: 15% !important;
    background-color: transparent;

}
#PASOS-PAGO .container-breadcrumb .breadcrumb .txt-paso {
    color: #282828;
    font-family   : 'Mukta';
    text-transform: uppercase;
    font-size: 24px;
}
#PASOS-PAGO .container-breadcrumb .breadcrumb .txt-titulo-paso {
    color: #282828;
    font-family   : 'Mukta';
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

#PASOS-PAGO .container-breadcrumb .breadcrumb .txt-descripcion-paso {
    color: #282828;
    font-family   : 'Mukta';
    font-size: 17px;
    line-height: 17px;
}

.container-tienda-pago {
    margin-left: 15%;
    margin-right: 15%;
    overflow: hidden;
    width: 100%;
    padding: 0 10px;
}

#FORMS-PAGO .form-container {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078);
    border-radius: 15px;
}

.pago-titulo {
    color: #282828;
    font-family   : 'Mukta';
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

/* TABLA */
table.table-carrito {
    font-family   : 'Mukta';
}
table.table-carrito thead tr {
    width: 100%;
}
table.table-carrito thead th {
    font-weight: 800;
    background-color: #DCDCDC;
    border: 0;
    text-transform: uppercase;
    padding:15px;
    width: inherit;
}
table.table-carrito tbody tr {
    border-bottom: 2px solid #DCDCDC;
}
table.table-carrito td {
    border: 0;
    position: relative !important;
    padding: 20px 15px !important;
}
table.table-carrito td .icono-eliminar {
    color: #FF006E;
    font-size: 17px;
    cursor: pointer;
    font-weight: 200;
    border: 1px solid #B7B7B7;
    border-radius: 50%;
    height: 25px !important;
    width: 25px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

table.table-carrito td .icono-eliminar:hover {
    background-color: #FF006E;
    color: #FFF;
}

table.table-carrito td .img-producto-carrito {
    width: 62px;
    height: 56px;
    border: 1px solid #B7B7B7;
    border-radius: 8px;
    padding: 15px;
}
table.table-carrito td .nombre-producto {
    margin-left: 1rem;
    font-size: 15px;
}
table.table-carrito td .precio-producto-carrito {
    font-size: 17px;
    font-weight: 700;
    color: #282828;
}
table.table-carrito td.control-cantidad-carrito div {
    width: auto !important;
    height: auto !important;
}

table.table-carrito td.control-cantidad-carrito .btn-azul-venta {
    width: 34px;
    height: 42px;
    background-color: #136AC6;
    border-radius: 5px !important;
}
table.table-carrito td.control-cantidad-carrito .btn-azul-venta:hover {
    opacity: 0.8;
}
table.table-carrito td.control-cantidad-carrito input {
    font-family   : 'Mukta';
    font-weight: 500;
    font-size: 15px;
    width: 49px;
    height: 43px !important;
    margin: 0 8px;
    border-radius: 5px !important;
    border: 1px solid #B7B7B7 !important;
}

.txt-total-carrito {
    background-color: #DCDCDC;
    font-family   : 'Mukta';
    font-weight: 700;
    font-size: 25px;
    text-align: left;
    padding: 0 15px;
    min-height: 54px;
    line-height: 54px;
}
.total-carrito {
    font-family   : 'Mukta';
    font-weight: 700;
    padding: 0 15px;
    color: #000;
    width: 100%;
    font-size: 20px;
}

.btn-comprar-carrito {
    margin-top: 45px;
    margin-bottom: 20px;
    cursor         : pointer;
    width          : 100%;
    height         : 45px;
    border         : none;
    background     : #136AC6;
    color          : #fff;
    border-radius  : 20px !important;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : flex;
    -webkit-box-align    : center;
        -ms-flex-align    : center;
            align-items    : center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family   : 'Mukta';
    font-weight   : 500;
    font-size     : 20px;
    letter-spacing: 0px;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.btn-comprar-carrito:hover {
    background: #0d57a7 50% 0% no-repeat padding-box;
    color     : #fff;
    border    : 0;
}

.btn-volver-carrito {
    cursor         : pointer;
    width          : 100%;
    height         : 45px;
    border: 2px solid #136AC6;
    color: #136AC6 !important;
    border-radius  : 20px;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : flex;
    -webkit-box-align    : center;
        -ms-flex-align    : center;
            align-items    : center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family   : 'Mukta';
    font-weight   : 500;
    font-size     : 20px;
    letter-spacing: 0px;
    background-color: #FFFFFF;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.btn-volver-carrito:hover {
    text-decoration: none !important;
    background-color: #136AC6;
    color: #FFFFFF !important;
}
.btn-secondary.btn-pago {
    border: 0;
    -webkit-box-shadow: 0 0 0 #000 !important;
            box-shadow: 0 0 0 #000 !important;
}

.compraFinalizada {
    background-color: white;
    width           : 50%;
    margin          : auto;
    margin-top      : 70px;
    margin-bottom   : 70px;
    padding         : 130px 100px;
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-orient  : vertical;
    -webkit-box-direction  : normal;
        -ms-flex-direction  : column;
            flex-direction  : column;
    -webkit-box-align     : center;
        -ms-flex-align     : center;
            align-items     : center;
    -webkit-box-pack : center;
        -ms-flex-pack : center;
            justify-content : center;
    text-align      : center;
    border-radius   : 15px;
    font-family   : 'Mukta';
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078);
}
.compraFinalizada .img-exito {
    width: 182px;
}
.compraFinalizada .titulo-exito {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 50px;
}
.compraFinalizada .txt-exito {
    font-size: 20px;
}
.compraFinalizada .btn-comprar-carrito {
    width: 245px;
    text-decoration: none !important;
    height: 43px;
    margin-top: 50px !important;
}

.RSPBprogressBar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.icono-eliminar {
    position: relative;
}

/* ///////////////////////////////////////////// */
/* PASO 2 */
/* ///////////////////////////////////////////// */
.container-form {
    font-family: 'Mukta';
    margin: 50px 15% 0 15%;
}
.container-form .grid-titulo {
    font-family: 'Mukta';
    font-size: 25px;
    font-weight: 7000;
    letter-spacing: 0px;
    color: #282828;
    border-bottom: 3px solid #DCDCDC;
}
.container-form .grid-titulo-sm {
    color: #AAA8A8;
    font-size: 20px;
}

.container-form .form-group label {
    font-weight: bold;
    font-size: 18px;
}
.container-form .form-group .form-control {
    height: 43px !important;
    border: 2px solid #AAA8A8;
    font-size: 18px;
    border-radius: 10px;
}
.container-form .form-group .form-control:focus {
    border: 2px solid #FFBE0B;
}

.container-form .form-group .form-control:invalid, .container-form .form-group .form-control.is-invalid {
    border-color: #dc3545 !important;
}

.container-form .form-group .form-control .Select-value {
    padding-top: 5px;
}
.container-form .form-group .form-group .Select-clear-zone, .container-form .form-group .form-group .Select-arrow-zone {
    padding-top: 7px !important;
}
.container-form .form-group .form-group .Select-clear-zone .Select-clear {
    font-size: 33px;
}

.container-form .title-item {
    color: #282828;
    font-size: 18px;
    font-weight: 700;
}
.container-form .descripcion-item {
    color: #3A86FF;
    font-weight: 400;
    font-size: 18px;
}
.container-form .c-radio span {
    border: 1px solid #707070;
}
.container-form .c-radio.c-radio-nofont input[type=radio]:checked+span:before {
    background-color: #136AC6;
}
.container-form .c-radio.c-radio-nofont input[type=radio]:checked+label:before {
    background-color: #136AC6;
}
.container-form .btn-volver-carrito {
    width: 230px;
    font-size: 18px;
    height: 40px;
}
.container-form .btn-comprar-carrito {
    width: 246px;
    height: 43px;
}
.container-form .btn-secondary {
    width: 246px;
    height: 43px;
    background-color: #282828;
    border-radius  : 10px;
    font-family   : 'Mukta';
    font-weight   : 700;
    font-size     : 20px;
}
.container-form .container-datos-banco label {
    color: #282828;
    font-size: 18px;
}
.container-form .container-datos-banco div {
    color: #282828;
    font-size: 18px;
    font-weight: 400;
}
.container-info-radio {
    width: 85%;
}
/* ///////////////////////////////////////////// */

/* ///////////////////////////////////////////// */
/* PASO 2 */
/* ///////////////////////////////////////////// */
.container-form .form-group .label-view {
    color: #030101;
    font-size: 15px;
}
.container-form .form-group .input-view {
    font-size: 15px;
    border: 0;
    font-weight: 400;
}
.container-form .table-detalle-pedido thead tr {
    border: 1px solid #A3A3A3;
}
.container-form .table-detalle-pedido thead th:first-child {
    width: 70%;
}
.container-form .table-detalle-pedido thead th:last-child {
    width: 30%;
}
.container-form .table-detalle-pedido thead th {
    background-color: #DCDCDC;
    padding-left: 30px;
    font-size: 20px;
    border: 0 solid #DCDCDC;
}
.container-form .table-detalle-pedido tbody tr {
    border: 1px solid #A3A3A3;
    color: #707070;
}
.container-form .table-detalle-pedido td {
    border: 0;
    padding-left: 30px;
    font-size: 18px;
}
.container-form .table-detalle-pedido td:first-child {
    font-weight: 400;
}
.container-form .table-detalle-pedido td:last-child {
    font-weight: 700;
}
.container-form .table-detalle-pedido .row-total {
    background-color: #3A86FF;
    color: #FFFFFF;
}
.container-form .table-detalle-pedido .row-total td{
    font-weight: 700 !important;
}

/* ///////////////////////////////////////////// */

@media only screen and (max-width: 1440px) {
    .compraFinalizada {
        width: 70%;
        padding: 100px 100px;
    }
}

@media only screen and (max-width: 1024px) {
    #PASOS-PAGO .container-breadcrumb .breadcrumb {
        padding: 0 10px;
        margin-left: 8% !important;
        margin-right: 8% !important;
    }
    .form-container {
        width: 84% !important;
    }

    .container-tienda-pago {
        margin-left: 8% !important;
        margin-right: 8% !important;
    }
    .txt-total-carrito {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 23px;
        font-size: 20px;
    }

    .container-form {
        margin-left: 8%;
        margin-right: 8%;
    }
    .compraFinalizada .titulo-exito {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .form-container {
        width: 90% !important;
    }
    .container-tienda-pago {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
    .compraFinalizada {
        width  : 90%;
        padding: 20px 15px;
    }

    .RSPBprogressBar {
        margin        : 15px 0;
        width         : 80% !important;
        height        : 160px !important;
    }

    .RSPBprogressBar .RSPBstep {
        position       : relative !important;
        -webkit-transform      : translateX(0%) !important;
            -ms-transform      : translateX(0%) !important;
                transform      : translateX(0%) !important;
        left           : auto !important;
        width          : 100%;
        display        : -webkit-box;
        display        : -ms-flexbox;
        display        : flex;
        -webkit-box-align    : center;
            -ms-flex-align    : center;
                align-items    : center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
    .btn-comprar-carrito {
        margin: 8px 16px;
        width: 246px;
    }
    .btn-volver-carrito {
        margin: 8px 16px;
        width: 246px;
    }
    .container-total-btn-carrito {
        margin: 0 !important;
        padding: 0 !important;
    }
    .total-carrito {
        font-size: 30px;
    }
    .container-form {
        margin-left: 15px;
        margin-right: 15px;
    }
    .container-form .grid-titulo {
        font-family: 'Mukta';
        font-size: 20px;
    }
    .container-form .grid-titulo-sm {
        font-size: 15px;
    }
    .container-form .form-group label {
        font-size: 15px;
    }
    .container-form .form-group .form-control {
        font-size: 15px;
    }
    .container-form .title-item {
        font-size: 15px;
    }
    .container-form .descripcion-item {
        font-size: 15px;
    }
}

@media only screen and (max-width: 425px) {
    .compraFinalizada {
        width  : 90%;
        padding: 20px 15px;
    }
    .RSPBprogressBar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .icono-eliminar {
        position: absolute;
        left: 10px;
        margin: 0;
    }
    .nombre-producto {
        margin: 0;
        text-align: center;
    }
    .btn-pago {
        height: 35px;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    /* BREADCRUMB */
    .breadcrumb-pago {
        margin-bottom: 40px;
        padding: 10px 0 !important;
    }
    .container-breadcrumb .breadcrumb .txt-paso {
        font-size: 20px;
    }
    .container-breadcrumb .breadcrumb .txt-titulo-paso {
        font-size: 16px;
    }
    .container-breadcrumb .breadcrumb .txt-descripcion-paso {
        font-size: 13px;
    }

    /* TABLA */
    table.table-carrito thead th {
        width: 50%;
    }
    table.table-carrito td .img-producto-carrito {
        width: 52px;
        height: 46px;
        padding: 5px;
    }
    table.table-carrito td .nombre-producto {
        margin-left: 0.5rem;
        font-size: 13px;
    }
    table.table-carrito td.control-cantidad-carrito .btn-azul-venta {
        width: 24px;
        height: 32px;
    }
    table.table-carrito td.control-cantidad-carrito input {
        font-size: 12px;
        width: 39px;
        height: 32px !important;
        margin: 0 2px;
    }
    table.table-carrito td .icono-eliminar {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .container-form {
        margin-left: 0;
        margin-right: 0;
    }
    .container-form .grid-titulo {
        font-family: 'Mukta';
        font-size: 20px;
    }
    /* .container-form .col-12 {
        padding-left: 0;
        padding-right: 0;
    } */
    .container-form .btn-comprar-carrito {
        margin: 0 !important;
        width: 100%;
    }
    .container-form .btn-secondary {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }
    .btn-comprar-carrito {
        margin: 0 0 20px 0;
        width: 100%;
    }
    .btn-volver-carrito {
        margin: 0 !important;
        width: 100%;
    }

    /* PASO 3 */
    .container-form .table-detalle-pedido thead th:first-child {
        width: 50%;
    }
    .container-form .table-detalle-pedido thead th:last-child {
        width: 50%;
    }
    .container-form .table-detalle-pedido thead th {
        font-size: 18px;
    }
    .container-form .table-detalle-pedido td {
        padding-left: 15px;
        font-size: 15px;
    }
    .compraFinalizada .img-exito {
        width: 100px;
    }
    .compraFinalizada .titulo-exito {
        font-size: 20px;
    }
    .compraFinalizada .txt-exito {
        font-size: 17px;
    }

    .compraFinalizada .btn-comprar-carrito {
        width: 100%;
    }
}

/*Colores del nuevo disenio*/

/* COMPRALO */

.naranja-oscuro {
    color: #cf6f44;
}
.naranja-claro {
    color: #feece6;
}
.naranja {
    color: #136AC6;
}
.negro {
    color: rgba(41, 40, 40, 0.15686);
}
.gris {
    color: #eff3f6;
}
.gris-dark {
    color: #b8b8b8;
}
.blanco {
    color: #ffffff;
}
.azul {
    color: #3a86ff;
}
.verde {
    color: #84be3e;
}
.verde-oscuro {
    color: #84be3e;
}
.rojo {
    color: #de0000;
}

.transparente {
    color: transparent;
}

.grid-container-white {
    border-radius: 10px;
    border: 2px solid #E8EBEE;
    margin-top: 1em;
    background-color: white;
}
#estado-compra .container-info {
    font-family: 'Mukta';
    margin: 50px 15% 0 15%;
}

#estado-compra .container-info .grid-titulo {
    font-family: 'Mukta';
    font-size: 25px;
    font-weight: 7000;
    letter-spacing: 0px;
    color: #282828;
    border-bottom: 3px solid #DCDCDC;
}
#estado-compra .container-info .grid-titulo-sm {
    color: #AAA8A8;
    font-size: 20px;
}

#estado-compra .container-info .form-group label {
    font-weight: bold;
    font-size: 18px;
}
#estado-compra .container-info .form-group .label-view {
    color: #030101;
    font-size: 15px;
}
#estado-compra .container-info .form-group .input-view {
    font-size: 15px;
    border: 0;
    font-weight: 400;
}
#estado-compra .container-info .table-detalle-orden-online thead tr {
    border: 1px solid #A3A3A3;
}
#estado-compra .container-info .table-detalle-orden-online thead th:first-child {
    width: 70%;
}
#estado-compra .container-info .table-detalle-orden-online thead th:last-child {
    width: 30%;
}
#estado-compra .container-info .table-detalle-orden-online thead th {
    background-color: #DCDCDC;
    padding-left: 30px;
    font-size: 20px;
    border: 0 solid #DCDCDC;
}
#estado-compra .container-info .table-detalle-orden-online tbody tr {
    border: 1px solid #A3A3A3;
    color: #707070;
}
#estado-compra .container-info .table-detalle-orden-online td {
    border: 0;
    padding-left: 30px;
    font-size: 18px;
}
#estado-compra .container-info .table-detalle-orden-online td:first-child {
    font-weight: 400;
}
#estado-compra .container-info .table-detalle-orden-online td:last-child {
    font-weight: 700;
}
#estado-compra .container-info .table-detalle-orden-online .row-total {
    background-color: #3A86FF;
    color: #FFFFFF;
}
#estado-compra .container-info .table-detalle-orden-online .row-total td{
    font-weight: 700 !important;
}

#estado-compra .text-pending {
    color: #FB5607;
}
#estado-compra .text-finish {
    color: #00A200;
}
#estado-compra .form-container {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078) !important;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078) !important;
    border-radius: 15px;
}

.list-notas {
    list-style-position: outside;
    padding-left: 0;
    margin: 0;
}
.list-notas li {
    color           : #282828;
    padding         : 10px;
    background-color: #f2f2f2;
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-orient  : vertical;
    -webkit-box-direction  : normal;
        -ms-flex-direction  : column;
            flex-direction  : column;
    -webkit-box-pack : center;
        -ms-flex-pack : center;
            justify-content : center;
    margin-bottom   : 10px;
    border-radius   : 5px;
    font-size       : 15px;
    font-weight     : 400;
}
.list-notas li:last-child {
    margin-bottom: 0;
}
.list-notas li small {
    width: 100%;
    text-align: right;
}
.notes-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #707070;
    font-weight: 600;
    margin-bottom: 7px;
}
@media only screen and (max-width: 1024px) {
    #estado-compra .container-info {
        margin-left: 8%;
        margin-right: 8%;
    }
}

@media only screen and (max-width: 800px) {
    .grid-container-white {
        margin-top : 1em;
        border     : 2px transparent;
        text-align : left;
        -webkit-box-align: left;
            -ms-flex-align: left;
                align-items: left;
    }
}

@media only screen and (max-width: 425px) {
    #estado-compra .container-info {
        margin-left: 0;
        margin-right: 0;
    }
    #estado-compra .container-info .grid-titulo {
        font-family: 'Mukta';
        font-size: 20px;
    }
    #estado-compra .container-info .table-detalle-orden-online thead th:first-child {
        width: 50%;
    }
    #estado-compra .container-info .table-detalle-orden-online thead th:last-child {
        width: 50%;
    }
    #estado-compra .container-info .table-detalle-orden-online thead th {
        font-size: 18px;
    }
    #estado-compra .container-info.table-detalle-orden-online td {
        padding-left: 15px;
        font-size: 15px;
    }
}

/*Colores del nuevo disenio*/

/* COMPRALO */

.naranja-oscuro {
    color: #cf6f44;
}
.naranja-claro {
    color: #feece6;
}
.naranja {
    color: #136AC6;
}
.negro {
    color: rgba(41, 40, 40, 0.15686);
}
.gris {
    color: #eff3f6;
}
.gris-dark {
    color: #b8b8b8;
}
.blanco {
    color: #ffffff;
}
.azul {
    color: #3a86ff;
}
.verde {
    color: #84be3e;
}
.verde-oscuro {
    color: #84be3e;
}
.rojo {
    color: #de0000;
}

.transparente {
    color: transparent;
}
.fondo-gris{
    background-color: #b8b8b8;
}

/* BANNER */
.container-banner {
    position  : relative;
    margin    : 0 auto;
    width     : 100%;
    background: #E8E8E8 0% 0% no-repeat padding-box;
}
.banner_empty {
    width: 100%;
    height: 380px;
    display  : block;
    margin   : 0 auto;
}
.container-banner #PORTADA {
    width: 100%;
    height   : auto;
    display  : block;
    margin   : -10px auto auto auto;
}
.container-banner img {
    width: 100%;
    height   : auto;
    display  : block;
    margin   : auto auto;
}

/* INFO EMPRESA */
.container-info-empresa {
    position       : absolute;
    bottom: -107px;
    width          : 100%;
    padding-left   : 8%;
    padding-right  : 8%;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : flex;
    -webkit-box-align    : end;
        -ms-flex-align    : end;
            align-items    : flex-end;
}

.container-info-empresa .container-logo {
    width           : 172px;
    height          : 172px;
    border-radius   : 50%;
    background-color: #FFFFFF;
    border          : 3px solid #D5D5D5;
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    -webkit-box-align     : center;
        -ms-flex-align     : center;
            align-items     : center;
    -webkit-box-pack : center;
        -ms-flex-pack : center;
            justify-content : center;
    overflow        : hidden;
    margin: auto;
    margin-bottom: 29px;
}

.logo-default {
    width: 154px !important;
    height: auto !important;
    border-radius: 0 !important;
    opacity: 0.7 !important;
}

.container-info-empresa .container-logo img {
    max-width    : -webkit-fill-available;
    max-height   : -webkit-fill-available;
    width        : 180px;
    height       : 180px;
    border-radius: 50%;
}

.container-sin-logo {
    background-color: #DCDCDC !important;
}

.container-info-empresa .container-datos-empresa {
    padding-left    : 15px;
    width          : 100%;
    border-radius  : 12px;
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.container-info-empresa .container-datos-empresa .nombre-empresa {
    margin-left: 20px;
    font-weight: 900;
    font-family   : 'Mukta', sans-serif;
    margin: 10px 0;
    font-size: 35px;
    text-transform: uppercase;
}

.container-info-empresa .container-datos-empresa .container-items {
    background: #282828 0% 0% no-repeat padding-box;
    border-radius: 12px;
    height: 45px;
    width: 100%;
}
.container-info-empresa .container-datos-empresa .container-item-datos {
    display       : -webkit-box;
    display       : -ms-flexbox;
    display       : flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 20px;
    font-family   : 'Mukta', sans-serif;
}

.container-info-empresa .container-datos-empresa .container-item-datos span {
    text-align    : left;
    font-family   : 'Mukta', sans-serif;
    font-weight: 800;
    letter-spacing: 0px;
    font-size: 17px;
    color: #FFFFFF;
    word-break: break-word;
}

.container-info-empresa .container-datos-empresa .container-item-datos .icono-datos-empresa {
    width: 24px !important;
    height: 20px !important;
    margin: inherit;
    margin-right: 15px;
    
}

.container-info-empresa .container-datos-empresa .info-separador {
    width     : 3px;
    height    : 78px;
    background: #282828 0% 0% no-repeat padding-box;
}

.fondo-negro{
    background-color: black;
}

.derechos{
    font-size: 10px;
    color: #eff3f6;
}

.container-tienda {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    margin-top: 40px;
    font-size: 14px;
    margin-left: 8%;
    margin-right: 8%;
}

.img-encabezado{
    max-height: 80px;
}

.titulo{
    color: #282828 !important;
    font-size: 1rem;
    font-family: 'Mukta';
    font-weight: 800;
    font-size: 25px !important;
    font-weight: bold;
}
.subtitulo{
    color: #282828 !important;
    font-size: 0.7rem;
    font-weight: bold;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.bordes-rounded{
    border-radius: 0.5rem;
    /* border: 1px solid $gris-dark !important; */
}
#CARD-PRODUCTO {
    /* box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); */
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078);
    border-radius: 15px !important;
    overflow: hidden;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #707070 !important;
    width: 100%;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078);
}

.card img{
    max-height: 200px;
    height: 20vw;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    width: 100%;
}
.card-footer {
    width: 100%;
    background-color: #A6C0DB !important;
    border: 1px solid #A6C0DB !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-radius: 10px 10px 0 0 !important;
    margin-top: -10px;
}
.card-footer a {
    color: #282828;
    text-decoration: none;
}
.card-footer a:hover {
    color: #282828;
    text-decoration: none;
}

.footer{
    background-color: black;
}

.container-footer {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    margin-left: 15%;
    margin-right: 15%;
}

.container-footer label{
    color: white;
    font-weight: bold;
}

.container-footer span{
    color: white;
    font-size: 10px;
    font-weight: bold;
}

/* Texto del slider */
.slider-text{
    color: #3A86FF !important;
    font-size: 14px !important;
    margin-bottom: 12px;
    font-family: 'Mukta';
    font-weight: 400;
}

/* Boton Slider */
.text-sm{
    font-size: 12px !important;
}

.btn {
    padding: .200rem .800rem !important;
}

/* CSS del Slider */
.rc-slider {
    margin: 0 5px;
    width: 95.5%;
}
.rc-slider-rail {
    position: absolute;
    width: 100%;
    background-color: #AAA8A8 !important;
    height: 4px;
    border-radius: 6px;
}

.rc-slider-track {
    position: absolute;
    left: 0;
    height: 4px;
    border-radius: 6px;
    background-color: #136AC6 !important;
}

.rc-slider-handle {
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    cursor: -webkit-grab;
    margin-top: -7px;
    cursor: grab;
    border-radius: 50%;
    border: none !important;
    background-color: #136AC6 !important;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.rc-slider-handle:active {
    border-color: black !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.rc-slider-handle:hover {
    border-color: black !important;
}

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
    border-color: black !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.card-footer .btn-card {
    cursor         : pointer;
    width          : 45px;
    height         : 45px;
    border-radius  : 100%;
    position: absolute;
    top: -30px;
    right: 10px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078);
    outline:none !important;
    outline-width: 0 !important;
    border: none !important;
    padding: 0;
    margin: 0;
}

.btn-card:hover {
    background: #5795f8;
    border    : 0;
}

.btn-card:disabled {
    cursor: not-allowed;
}

.card-footer .titulo-producto {
    display           : block;
    /* Fallback for non-webkit */
    display           : -webkit-box;
    width             : 100% !important;
    font-size         : 17px;
    height            : calc(17px*1.4*2);
    /* Fallback for non-webkit */
    margin            : 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow          : hidden;
    text-overflow     : ellipsis;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: -20px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.226);
}

.card-footer .titulo-producto.codigo {
    color: #136AC6;
    /* color: #BF3638; */
    text-shadow: none;
    font-weight: bold;
}

.card-footer .precio-producto {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size  : 20px;
    color: #000;
}

.txt-sub-familia {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size  : 14px;
    color: #fff;
    /* color: #BF3638; */
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.226);
}


/* FILTRO */
.txt-filtro {
    font-family: 'Roboto', sans-serif;
    color      : #FFFFFF;
    font-weight: 600 !important;
    font-size  : 15px !important;
    color: #57535A;
    background-color: #DDDCDD;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 7px;
}
.container-btn-filtro {
    margin-top: 12px;
}

/* PAGINACION */
.pagination .page-item {
    margin-left: 2px;
    margin-right: 2px;

}
.pagination .page-item a {
    border-radius: 11px !important;
    width: 47px;
    height: 40px;
    color: #FFFFFF !important;
    font-size: 20px !important;
    line-height: 22px;
    background-color: #AAA8A8 !important;
    text-align: center;
    font-family: 'Mukta';
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.page-item.active .page-link {
    background-color: #136AC6 !important;
    border: none;
}
.page-item.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
    .container-info-empresa {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }
    .container-tienda {
        /* margin-top: 100px; */
        margin-right: 4% !important;
        margin-left: 4% !important;
    }
    #LISTADO-PRODUCTOS .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 992px) {
    #LISTADO-PRODUCTOS .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .container-info-empresa {
        padding-left: 2%;
        padding-right: 2%;
        bottom: -95px;
    }
    .container-tienda {
        margin-left: 2% !important;
        margin-right: 2% !important;
    }
    .banner_empty {
        height: 335px;
    }
    .container-banner #PORTADA {
        height: 335px !important;
    }
    .container-info-empresa .container-logo {
        width : 132px;
        height: 132px;
    }
    .container-info-empresa .container-datos-empresa .nombre-empresa {
        font-size: 25px;
    }
    .container-info-empresa .container-datos-empresa .container-item-datos {
        padding: 0 10px;
    }
    .container-info-empresa .container-datos-empresa .container-item-datos .icono-datos-empresa {
        width: 18px !important;
        height: 18px !important;

    }
    .container-info-empresa .container-datos-empresa .container-item-datos span {
        margin: 0;
    }
    .btn-card {
        font-size: 13px;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .container-tienda {
        margin-top: 20px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .container-info-empresa {
        padding-left: 0 !important;
        padding-right: 0 !important;
        bottom: -86px !important;
    }
    .banner_empty {
        height: 235px;
    }
    .container-banner #PORTADA {
        height: 235px !important;
    }
    .logo-default {
        width: 120px !important;
        height: auto !important;
    }
    .container-info-empresa .container-logo {
        width : 160px;
        height: 160px;
        margin-bottom: 6px;
    }
    .container-info-empresa .container-datos-empresa .nombre-empresa {
        font-size: 18px;
    }
    .container-info-empresa .container-datos-empresa .container-item-datos {
        padding: 0 10px;
    }
    .container-info-empresa .container-datos-empresa .container-item-datos .icono-datos-empresa {
        width: 14px !important;
        height: 14px !important;

    }
    .container-info-empresa .container-datos-empresa .container-item-datos span {
        margin: 0;
    }
    .btn-card {
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 425px) {
    #LISTADO-PRODUCTOS [class*="col-"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .container-tienda {
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
    }

    .banner_empty {
        height: 235px;
    }
    .container-banner #PORTADA {
        height: 235px !important;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
    }
    .container-info-empresa {
        display: block;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: auto;
        top: 145px;
        bottom: auto;
        padding-right: 0;
        padding-left: 0;
    }
    .container-info-empresa .container-logo{
        margin: auto;
        width: 155px;
        height: 155px;
    }
    .logo-default {
        width: 120px !important;
        height: auto !important;
    }
    .container-info-empresa .container-datos-empresa {
        margin-left: 0;
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 0 !important;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .container-info-empresa .container-datos-empresa .container-items {
        height: auto;
        width: 100% !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .container-info-empresa .container-datos-empresa .info-separador {
        display: none;
    }
    .container-info-empresa .container-datos-empresa .container-item-datos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
        .container-info-empresa .container-datos-empresa .container-item-datos span {
            margin: 0;
            font-size: 14px;
        }
        .container-info-empresa .container-datos-empresa .container-item-datos .icono-datos-empresa {
            height: auto !important;
        }
    .container-info-empresa .container-datos-empresa {
        padding: 15px 10px;
    }
    .container-info-empresa .container-datos-empresa .container-item-datos {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
    }
    .container-info-empresa .container-datos-empresa .nombre-empresa {
        /* Fallback for non-webkit */
        display           : -webkit-box;
        width             : 100% !important;
        font-size         : 25px;
        /* height            : calc(25px*1.4*2); */
        /* Fallback for non-webkit */
        margin            : 0 auto;
        line-height       : 1.4;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow          : hidden;
        text-overflow     : ellipsis;
        min-height        : 40px;
        text-align: center;
        margin: 15px 0;
    }
}

@media only screen and (max-width: 424px) and (min-width: 0px) {
    .swal2-actions button {
        width: 100%;
        margin: 15px 0;
    }
    .container-tienda {
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
    }
    .card {
        margin    : 0 auto;
    }
    .card img {
        max-width: 100%;
        height   : auto !important;
        display  : block;
        margin   : 0 auto;
    }
    .container-banner {
        margin-bottom: 45px;
    }
    .btn-card {
        font-size: 17px;
    }
    .banner_empty {
        height: 235px;
    }
    .container-banner #PORTADA {
        height: 235px !important;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
    }
    .container-info-empresa {
        display: block;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: auto;
        top: 80px;
        bottom: auto;
        padding-right: 0;
        padding-left: 0;
    }
    .container-info-empresa .container-logo{
        margin: auto;
        width: 135px;
        height: 135px;
    }
    .logo-default {
        width: 120px !important;
        height: auto !important;
    }
    .container-info-empresa .container-datos-empresa {
        margin-left: 0;
        margin-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 0 !important;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .container-info-empresa .container-datos-empresa .container-items {
        height: auto;
        width: 100% !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .container-info-empresa .container-datos-empresa .info-separador {
        display: none;
    }
    .container-info-empresa .container-datos-empresa .container-item-datos {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
        .container-info-empresa .container-datos-empresa .container-item-datos span {
            margin: 0;
            font-size: 14px;
        }
        .container-info-empresa .container-datos-empresa .container-item-datos .icono-datos-empresa {
            height: auto !important;
        }
    .container-info-empresa .container-datos-empresa {
        padding: 15px 10px;
    }
    .container-info-empresa .container-datos-empresa .container-item-datos {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
    }
    
    .txt-filtro {
        font-size: 16px;
    }
    .titulo {
        font-size: 18px !important;
    }
    .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .pagination .page-item a {
        width: 40px;
        height: 35px;
        font-size: 17px !important;
        line-height: 17px;
    }
    .pagination .page-item a img {
        width: 17px;
    }
    .container-info-empresa .container-datos-empresa .nombre-empresa {
        /* Fallback for non-webkit */
        display           : -webkit-box;
        width             : 100% !important;
        font-size         : 25px;
        height            : calc(25px*1.4*2);
        /* Fallback for non-webkit */
        margin            : 0 auto;
        line-height       : 1.4;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow          : hidden;
        text-overflow     : ellipsis;
        min-height        : 40px;
        text-align: justify;
        margin: 15px 0;
    }
}

/* contenedor card productos */
.card-producto-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px 50px;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .card-producto-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 240px));
        grid-gap: 20px 50px;
        margin-bottom: 40px;
    }
}

.max-text-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 400;

    font-size         : 17px;
    text-overflow     : ellipsis;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.226);
}
/*$naranja-oscuro: #CF6F44;
/*$naranja-claro: #FEECE6;
/*$naranja: #FD9261;*/

/* COMPRALO */


.naranja-oscuro{
    color: #136AC6;
}
.naranja-claro{
    color: #FEECE6;
}
.naranja{
    color: #FFFFFF;
}
.negro{
    color: rgba(41, 40, 40, 0.15686);
}
.negro2{
    color: #57535A;
}
.negro-dark{
    color: #000000;
}
.negro-dark2{
    color: #515151;
}
.gris{
    color: #F5F5F5;
}
.gris-dark{
    color: #B8B8B8;
}
.blanco{
    color: #FFFFFF;
}
.azul{
    color: #299FFF;
}
.verde{
    color: #84BE3E;
}
.verde-oscuro{
    color: #84BE3E;
}
.rojo{
    color: #DE0000;
}

.primary {
    color: #136AC6;
}
.primary2 {
    color: #A6C0DB;
}
.secondary {
    color: #1B69A9;
}
.secondary2 {
    color: #051529;
}
.transparente {
    color: transparent;
}

.react-bs-table-tool-bar {
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 8px 10px;
}
.toolbar {
    color: rgba(41, 40, 40, 0.15686);
    font-size: 1.5rem;
    font-weight: bold;
}
.toolbar img {
    max-width: 20px;
}
/* .toolbar .btn{
    border: $negro solid 2px;
    color: $negro;
}
.toolbar .btn:hover{
    border: $negro solid 2px;
}
.toolbar .btn a:hover{
    text-decoration: none;
} */
.icon-search {
    position: absolute;
    top: 8px;
    right: 15px;
}
.icon-search-ayuda {
    right: 15px !important;
}
.toolbar-search {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px;
}
.toolbar-search .fa {
    right: 15px;
    /* color: $gris-dark !important; */
}
.toolbar-search input {
    background-color: #FFFFFF !important;
    color: #515151 !important;
    padding-right: 2rem;
}
.toolbar-search input:focus {
    background-color: #FFFFFF !important;
    color: #515151 !important;
}
.toolbar .filtro {
    font-size: 18px;
    font-weight: normal;
}
.toolbar .Select {
    color: #515151;
    background-color: #FFFFFF;
}
.toolbar .Select-control {
    background-color: #FFFFFF;
    color: #515151;
}
.toolbar .Select-control .Select-value {
        color: #515151 !important;
    }
.toolbar .Select-control .Select-value .Select-value-label {
            color: #515151 !important;
        }
.toolbar .Select.is-open > .Select-control {
    background-color: #FFFFFF;
    color: rgba(41, 40, 40, 0.15686);
}
.toolbar .Select.is-focused > .Select-control {
    background: #FFFFFF;
    color: rgba(41, 40, 40, 0.15686);
}
.toolbar .Select.is-focused:not(.is-open) > .Select-control {
    background: #FFFFFF;
    color: rgba(41, 40, 40, 0.15686);
}
.toolbar .Select-option.is-focused {
    background-color: #FFFFFF;
    color: rgba(41, 40, 40, 0.15686);
}
.toolbar .Select-arrow {
    border-color: rgba(41, 40, 40, 0.15686) transparent transparent;
}
.toolbar .Select .Select-arrow-zone:hover > .Select-arrow {
    border-top-color: #F5F5F5;
}
.toolbar
    .Select.has-value.Select--single
    > .Select-control
    .Select-value
    a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single
    > .Select-control
    .Select-value
    a.Select-value-label:focus {
    background: #FFFFFF;
}
.toolbar .Select-clear {
    color: rgba(41, 40, 40, 0.15686);
}
.toolbar .Select-clear:hover {
    color: #F5F5F5;
}
.toolbar .Select-placeholder {
    color: rgba(41, 40, 40, 0.15686);
}
.toolbar .Select-option.is-selected {
    color: rgba(41, 40, 40, 0.15686);
    background-color: #FFFFFF;
}
.toolbar .Select-noresults {
    color: rgba(41, 40, 40, 0.15686);
    background-color: #FFFFFF;
}
.toolbar .Select-option.is-focused {
    color: rgba(41, 40, 40, 0.15686);
}
.toolbar .Select-option {
    color: rgba(41, 40, 40, 0.15686);
    background-color: #FFFFFF;
}

@media only screen and (max-width: 575px) {
    .toolbar-search {
        margin-top: 15px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    /* .icon-search-ayuda {
        right: 24px !important;
    } */
}

/*Colores del nuevo disenio*/

/* COMPRALO */

.naranja-oscuro {
    color: #cf6f44;
}
.naranja-claro {
    color: #feece6;
}
.naranja {
    color: #136AC6;
}
.negro {
    color: rgba(41, 40, 40, 0.15686);
}
.gris {
    color: #eff3f6;
}
.gris-dark {
    color: #b8b8b8;
}
.blanco {
    color: #ffffff;
}
.azul {
    color: #3a86ff;
}
.verde {
    color: #84be3e;
}
.verde-oscuro {
    color: #84be3e;
}
.rojo {
    color: #de0000;
}

.transparente {
    color: transparent;
}

/* BREADCRUMB */
.container-breadcrumb {
    background-color: #cccccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0;
}
.container-breadcrumb .breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 20px 10px;
    margin-left: 15%;
    margin-right: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.container-breadcrumb .breadcrumb .breadcrumb-item {
    text-transform: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    color: #282828;
    letter-spacing: 0px;
    font-size: 17px;
    line-height: 0;
}
.breadcrumb-to .breadcrumb-item + .breadcrumb-item::before {
    /* content: url('../../../../assets/img/icons/breadcrumb.png'); */
    content: "";
    background-image: url(./assets/4567a7420d0eefde189dea5b297589e1.png);
    background-size: 10px 12px;
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-right: 5px;
}
.container-breadcrumb .breadcrumb .breadcrumb-item a {
    color: inherit;
    text-align: justify;
    text-decoration: none;
}
.container-breadcrumb .breadcrumb-item.active {
    font-weight: 800;
    text-align: justify;
}
.fondo-negro {
    background-color: black;
}
.derechos {
    font-size: 12px;
    color: #eff3f6;
}
.container-detalle-tienda {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: calc(15% + 10px);
    margin-right: calc(15% + 10px);
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078);
    padding-bottom: 50px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16078);
    border-radius: 20px;
}

.img-encabezado {
    max-height: 80px;
}

.titulo {
    color: #4d4d4d;
    font-size: 1rem;
    font-weight: bold;
}
.subtitulo {
    color: #4d4d4d;
    font-size: 0.7rem;
    font-weight: bold;
}

.bordes-rounded {
    border-radius: 0.5rem;
    /* border: 1px solid $gris-dark !important; */
}

.footer {
    background-color: #3a86ff;
}

.container-footer {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    margin-left: 15%;
    margin-right: 15%;
}

.container-footer label {
    color: white;
    font-weight: bold;
}

.container-footer span {
    color: white;
    font-size: 10px;
    font-weight: bold;
}

/* Texto del slider */
.slider-text {
    color: #3a86ff;
    font-size: 10px;
}

/* Boton Slider */
.text-sm {
    font-size: 12px !important;
}

.btn {
    padding: 0.2rem 0.8rem !important;
}

/* CSS del Slider
.rc-slider-rail {
    position: absolute;
    width: 100%;
    background-color: $gris-dark !important;
    height: 3px;
    border-radius: 6px;
}

.rc-slider-track {
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 6px;
    background-color: black !important;
}

.rc-slider-handle {
    position: absolute;
    width: 10px;
    height: 10px;
    cursor: pointer;
    cursor: -webkit-grab;
    margin-top: -3px;
    cursor: grab;
    border-radius: 50%;
    border: none !important;
    background-color: black !important;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.rc-slider-handle:active {
    border-color: black !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.rc-slider-handle:hover {
    border-color: black !important;
}

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
    border-color: black !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
} */

.btn-carrito {
    cursor: pointer;
    left: 417px;
    width: 190px;
    height: 35px;
    border: 3px solid #2a9fff;
    border-radius: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    text-align: left;
    font-family: "Mukta";
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0px;
    color: #2a9fff;
    opacity: 1;
}

.btn-carrito-detalle {
    cursor: pointer;
    left: 417px;
    width: 366px;
    height: 56px;
    border: 3px solid #136ac6;
    background: #136ac6;
    color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    font-family: "Mukta";
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0px;
}

.btn-carrito-detalle:hover {
    background: rgba(19, 106, 198, 0.80784) 50% 0% no-repeat padding-box;
    color: #282828;
    border: 0;
}

.img-detalle {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.img-Samll {
    width: 80% !important;
}

.slider-img {
    margin: auto;
    width: 20% !important;
}

.slider-img img {
        width: 100%;
        margin: 5px;
    }

.modea-Detalle {
    font-family: "Mukta";
    font-size: 38px;
    font-weight: bold;
    color: #3a86ff;
}

.content-img {
    padding: 28px 28px !important;
}

.content-img-text {
    padding: 48px 48px;
}

.content-img-text .detalle-titulo-producto {
    font-family: "Mukta";
    font-weight: 400;
    text-align: left;
    font-size: 25px;
    color: #282828;
}
.content-img-text .marca-producto {
    font-family: "Mukta";
    font-weight: 300;
    font-size: 20px;
    color: #282828;
}
.content-img-text .descripcion-producto {
    font-family: "Mukta";
    font-weight: 300;
    font-size: 18px;
    color: #282828;
}

.content-img-text .control-cantidad {
    margin-bottom: 15px;
}
.content-img-text .control-cantidad div {
    height: auto !important;
    width: auto !important;
}
.content-img-text .control-cantidad .btn-azul-venta {
    width: 44px;
    height: 42px;
    border-radius: 5px !important;
}
.content-img-text .control-cantidad .btn-azul-venta:hover {
    opacity: 0.8;
}

.content-img-text .control-cantidad input {
    font-family: "Mukta";
    font-weight: 500;
    font-size: 18px;
    height: 42px !important;
    width: 66px;
    margin: 0 10px;
    border-radius: 5px !important;
    border: 1px solid #b7b7b7 !important;
}

/* GALERIA */
.image-gallery-slide-wrapper .image-gallery-swipe img {
    width: 100% !important;
    height: 460px !important;
}
.image-gallery-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.image-gallery-swipe {
    padding: 39px 6%;
    border: 1px solid #707070;
    border-radius: 12px;
    height: 60vh;
}
.image-gallery-slides {
    height: 100%;
}
.image-gallery-slides .image-gallery-slide {
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.image-gallery-thumbnails-wrapper {
    padding: 0 15px;
}
.image-gallery-thumbnails-wrapper
    .image-gallery-thumbnails
    .image-gallery-thumbnails-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.image-gallery-thumbnails-wrapper
    .image-gallery-thumbnails
    .image-gallery-thumbnails-container
    button {
    border: 1px solid #707070;
    border-radius: 12px;
    margin: 5px;
    padding: 15px;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.image-gallery-custom-left-nav {
    background-color: transparent;
    border: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    outline: none;
    position: absolute;
    z-index: 4;
    /* filter: drop-shadow(0 2px 2px #1a1a1a); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.image-gallery-custom-right-nav {
    background-color: transparent;
    border: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    outline: none;
    position: absolute;
    z-index: 4;
    /* filter: drop-shadow(0 2px 2px #1a1a1a); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.gallery-fullscreen-custom-button {
    background-color: #3a86ff;
    border: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    outline: none;
    position: absolute;
    z-index: 4;
    /* filter: drop-shadow(0 2px 2px #1a1a1a); */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 15px;
    bottom: 15px !important;
    border-radius: 50%;
    padding: 10px !important;
}

.gallery-fullscreen-custom-button img {
    width: 25px;
}

.image-gallery-custom-left-nav img,
.image-gallery-custom-right-nav img {
    width: 30px;
    height: 50px;
}
.image-gallery-thumbnail .image-gallery-thumbnail-inner {
    height: 100%;
}
.image-gallery-thumbnail .image-gallery-thumbnail-image {
    width: inherit !important;
    max-width: 100% !important;
    height: inherit;
}

.image-gallery-slide-wrapper {
    height: 60vh;
    width: 80%;
}
.image-gallery-slide-wrapper .image-gallery-swipe .image-gallery-slides img {
    /* width : 60% !important; */
    /* height: inherit !important; */
    padding: 10px;
    vertical-align: middle;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    max-height: calc(60vh - 80px) !important;
}

/* FULL SCREEN GALERIA */
.fullscreen .image-gallery-slide-wrapper {
    height: auto !important;
    width: 100% !important;
}
div:-webkit-full-screen .image-gallery-slide-wrapper .image-gallery-swipe img {
    height: 80vh !important;
    width: 70% !important;
}
div:-ms-fullscreen .image-gallery-slide-wrapper .image-gallery-swipe img {
    height: 80vh !important;
    width: 70% !important;
}
div:fullscreen .image-gallery-slide-wrapper .image-gallery-swipe img {
    height: 80vh !important;
    width: 70% !important;
}

div:-webkit-full-screen .image-gallery-swipe {
    width: 80% !important;
    height: 100vh !important;
    border: 0 !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
div:-webkit-full-screen .image-gallery-slide-wrapper .image-gallery-swipe img {
    height: 80vh !important;
    width: 70% !important;
}

div:-webkit-full-screen .image-gallery-swipe {
    width: 100% !important;
    height: 100vh !important;
    border: 0 !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

div:-ms-fullscreen .image-gallery-swipe {
    width: 100% !important;
    height: 100vh !important;
    border: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

div:fullscreen .image-gallery-swipe {
    width: 100% !important;
    height: 100vh !important;
    border: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
div:-webkit-full-screen .image-gallery-slide-wrapper .image-gallery-swipe img {
    max-height: 80vh !important;
    max-width: 70% !important;
}
div:-ms-fullscreen .image-gallery-slide-wrapper .image-gallery-swipe img {
    max-height: 80vh !important;
    max-width: 70% !important;
}
div:fullscreen .image-gallery-slide-wrapper .image-gallery-swipe img {
    max-height: 80vh !important;
    max-width: 70% !important;
}

@media only screen and (max-width: 1440px) {
    .container-detalle-tienda .btn-carrito-detalle {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .container-detalle-tienda {
        margin-left: calc(8% + 10px) !important;
        margin-right: calc(8% + 10px) !important;
    }
    .container-breadcrumb .breadcrumb {
        margin-left: 8% !important;
        margin-right: 8% !important;
    }
}

@media only screen and (max-width: 991px) {
    .container-detalle-tienda {
        margin: 25px 0px;
        padding: 0px !important;
    }
    .content-img {
        text-align: center !important;
    }
    .content-img,
    content-img-text {
        margin: 0px !important;
        padding: 15px !important;
    }
}

@media only screen and (max-width: 768px) {
    .container-detalle-tienda {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
    .container-breadcrumb .breadcrumb {
        margin-right: 15px !important;
        margin-left: 15px !important;
        padding: 25px 0;
    }
    /* GALERIA */
    .image-gallery-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 15px;
    }
    .image-gallery-slide-wrapper {
        width: 100%;
    }
    .image-gallery-thumbnails-wrapper
        .image-gallery-thumbnails
        .image-gallery-thumbnails-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-top: 15px;
    }
    .image-gallery-slide div img {
        height: 400px !important;
    }

    /* FULL SCREEN */
    div:-webkit-full-screen .image-gallery-swipe {
        width: 100% !important;
    }
    div:-webkit-full-screen
        .image-gallery-slide-wrapper
        .image-gallery-swipe
        img {
        width: 100% !important;
    }
    div:-webkit-full-screen .image-gallery-swipe {
        width: 100% !important;
    }
    div:-ms-fullscreen .image-gallery-swipe {
        width: 100% !important;
    }
    div:fullscreen .image-gallery-swipe {
        width: 100% !important;
    }
    div:-webkit-full-screen .image-gallery-slide-wrapper .image-gallery-swipe img {
        width: 100% !important;
    }
    div:-ms-fullscreen .image-gallery-slide-wrapper .image-gallery-swipe img {
        width: 100% !important;
    }
    div:fullscreen .image-gallery-slide-wrapper .image-gallery-swipe img {
        width: 100% !important;
    }

    .fullscreen .gallery-fullscreen-custom-button {
        bottom: 50px !important;
    }
}

@media only screen and (max-width: 425px) {
    .container-breadcrumb .breadcrumb {
        padding: 25px 0px;
    }

    /* GALERIA */
    .image-gallery-swipe {
        padding: 29px 47px;
        margin-top: 15px;
    }
    .image-gallery-slide div img {
        height: 200px !important;
    }
    .image-gallery-thumbnails-wrapper {
        width: 100%;
        padding: 0;
    }
    .image-gallery-thumbnails-wrapper
        .image-gallery-thumbnails
        .image-gallery-thumbnails-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 15px;
    }
    .image-gallery-thumbnails-wrapper
        .image-gallery-thumbnails
        .image-gallery-thumbnails-container
        button {
        width: 80px;
        height: 80px;
        padding: 8px;
    }
    .container-detalle-tienda .control-cantidad {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .btn-carrito-detalle {
        width: 100%;
    }
}

.minus {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: block;
    /* transform: scale(var(--ggs, 1)); */
    color: #fff;
    width: 16px;
    height: 3px;
    background: white;
    border-radius: 15px;
}

.plus,
.plus::after {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: white;
    border-radius: 10px;
}
.plus {
    margin-top: -2px;
    position: relative;
    /* transform: scale(var(--ggs,1)); */
    width: 16px;
    height: 3px;
}
.plus::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 16px;
    top: -7px;
    left: 7px;
}

.arrows-expand-right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: block;
    /* transform: scale(var(--ggs, 1)); */
    width: 14px;
    height: 14px;
    margin: 2px;
    -webkit-box-shadow: -6px 6px 0 -4px, 6px -6px 0 -4px;
            box-shadow: -6px 6px 0 -4px, 6px -6px 0 -4px;
    color: white;
}

.arrows-expand-right::before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    width: 2px;
    height: 22px;
    top: -4px;
    left: 6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 9px solid;
    border-bottom: 9px solid;
}

.content-tab-venta-active {
    border-bottom: 4px solid #000 !important;
    color: #000 !important;
}

.container-productos-metodos-orden-online {
    max-height: calc(100vh - 23rem);
    /*min-height: 18rem;*/
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition-property: max-height;
    -webkit-transition-duration: 0.6s, 0.6s;
    -moz-transition-property: max-height;
    -moz-transition-duration: 0.6s, 0.6s;
    -ms-transition-property: max-height;
    -ms-transition-duration: 0.6s, 0.6s;
    -o-transition-property: max-height;
    -o-transition-duration: 0.6s, 0.6s;
    transition-property: max-height;
    transition-duration: 0.6s, 0.6s;
}

.container-productos-orden-online-collapsed {
    max-height: 0 !important;
}

.container-metodos-orden-online-collapsed {
    max-height: 0 !important;
}

.container-sections {
    background-color: #E8E8E8;
    padding: 0.25rem 15px;
    cursor: pointer;
}

.section-productos {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    -webkit-transition: visibility 0s, opacity 0.2s linear;
    transition: visibility 0s, opacity 0.2s linear;
}
.section-productos-collapsed {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 0.25rem 15px;
}

.margin-left-metodos {
    border-left: 5px solid #E8E8E8;
}

.container-metodo {
    padding: 10px;
}

.container-encabezado-detalle-orden {
    background-color: #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*Colores del nuevo disenio*/

/* COMPRALO */

.naranja-oscuro {
    color: #cf6f44;
}
.naranja-claro {
    color: #feece6;
}
.naranja {
    color: #136AC6;
}
.negro {
    color: rgba(41, 40, 40, 0.15686);
}
.gris {
    color: #eff3f6;
}
.gris-dark {
    color: #b8b8b8;
}
.blanco {
    color: #ffffff;
}
.azul {
    color: #3a86ff;
}
.verde {
    color: #84be3e;
}
.verde-oscuro {
    color: #84be3e;
}
.rojo {
    color: #de0000;
}

.transparente {
    color: transparent;
}

.table-detalle-orden-online {
    border-collapse: collapse;
}

.table-detalle-orden-online tr th {
        width: 50%;
        border: 0 !important;
    }

.table-detalle-orden-online tr td {
        height: -webkit-fill-available !important;
    }

.table-detalle-orden-online th, .table-detalle-orden-online td {
        border: 1px solid #DEDEDE !important;
    }

.table-detalle-orden-online th {
        background: #DEDEDE;
        padding: 5px 25px !important;
    }

.table-detalle-orden-online td {
        position: relative;
        padding: 10px 25px;
        font-size: 0.8rem;
    }

.border-gris{
    border: solid 1px #b0b1b4;
}

.text-finish{
    color: #00a200;
}

.text-pending {
    color: #cf6f44;
}

.separador {
    border-right: 1px solid #4D4D4D;
    margin-top: .45em;
    margin-bottom: 0.75em;
}

.text-info-orden-online {
    color: #525252;
    font-size: 16px;
}
@font-face {
  font-family: "YourFavoriteFont";
  src: url(./assets/YourFavoriteFont.eot) format("embedded-opentype");
  src: url(./assets/YourFavoriteFont.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}

/*Colores del nuevo disenio*/

/* COMPRALO */

.naranja-oscuro {
    color: #cf6f44;
}
.naranja-claro {
    color: #feece6;
}
.naranja {
    color: #136AC6;
}
.negro {
    color: rgba(41, 40, 40, 0.15686);
}
.gris {
    color: #eff3f6;
}
.gris-dark {
    color: #b8b8b8;
}
.blanco {
    color: #ffffff;
}
.azul {
    color: #3a86ff;
}
.verde {
    color: #84be3e;
}
.verde-oscuro {
    color: #84be3e;
}
.rojo {
    color: #de0000;
}

.transparente {
    color: transparent;
}

#login .form-control{
    border: 2px solid #D3D3D3;
    border-radius: 15px;
  }

#login .form-control:active {
    border: 2px solid #136AC6;
  }

#login .form-control:focus {
    border: 2px solid #136AC6;
  }
.text-muted-login{
  left: 15px !important;
  width: 20px;
}

.form-control-login {
  padding-left: 35px !important;
}

.login-overlay .panel-body{
    min-height: 244px;
}
.has-feedback{
    position: relative;
}
.form-control-feedback{
    right: 10px;
    left: auto;
    top: 10px;
    position: absolute;
}
.fondo-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff url(./assets/dcf7fc09cacf6f5be4695fcc7073b3d0.png);
  background-size: 45% 110%;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 999;
  -webkit-transition: opacity .65s;
  transition: opacity .65s;
  background-color: #F5F5F5;
}

.login-wrapper {
  position: absolute;
  top: 20vh;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
}
.footer-login {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-login {
  width: 50% !important;
}
.txt-copy {
  color: #838383 !important;
  margin-top: 5px;
  text-align: center;
  font-weight: 600;
}
.contenedor-form-login {
  border-radius: 15px;
  -webkit-box-shadow: 1px 3px 12px 0px #A7A7A7;
          box-shadow: 1px 3px 12px 0px #A7A7A7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45%;
  padding: 40px 0;
  background-color: #ffffff;
}

.container-controls {
  width: 70%;
}
.container-img-fondo {
  display: none;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .container-img-fondo {
    display: block;
    width: 100%;
  }
    .container-img-fondo img {
      width: 100%;      
      height: auto;
    }
  .fondo-login {
    overflow-y: auto;
    background: none;
  }
  .login-wrapper {
    top: -7vh;
    width: 100%;
    margin-bottom: 25px;
  }
  .contenedor-form-login {
    margin-top: 25px;
  }
  .img-login {
    width: 200px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
  .container-img-fondo {
    display: block;
    width: 100%;
  }
    .container-img-fondo img {
      width: 100%;
    }
  .fondo-login {
    overflow-y: auto;
    background: none;
  }
  .login-wrapper {
    top: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  .contenedor-form-login {
    width: 85%;
    margin-top: 25px;
  }
  .img-login {
    width: 200px;
    margin-bottom: 25px;
  }
  .container-controls {
    width: 90%;
  }
}


@media only screen and (min-width: 1024px) {
  .contenedor-form-login {
    width: 75%;
  }

  .img-login {
    width: 200px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .contenedor-form-login {
    width: 55%;
  }
}
@media only screen and (min-width: 2560px) {
  .contenedor-form-login {
    width: 35%;
  }
}
.img-login {
  pointer-events: none;
}


/* DayPicker styles */

.DayPicker {
  display: inline-block;
  font-size: 1rem;
}

.DayPicker-wrapper {
  position: relative;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

      -ms-flex-direction: row;

          flex-direction: row;
  padding-bottom: 1em;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-Months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-NavBar {
}

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;

  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
}

.DayPicker-NavButton--next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  padding-top: 0.5em;
}

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer;
}

/* Default modifiers */

.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700;
}

.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default;
}

.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */
}

/* Example modifiers */

.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;

  background-color: #4A90E2;
  color: #F0F8FF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled)
  .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF;
}

/* DayPickerInput */

.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;

  background: white;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.react-bs-table .react-bs-container-header .sort-column,td.react-bs-table-expand-cell,th.react-bs-table-expand-cell>div{cursor:pointer}
.react-bs-table-container .react-bs-table-search-form{margin-bottom:0}
.react-bs-table-bordered{border:1px solid #ddd;border-radius:5px}
.react-bs-table table{margin-bottom:0;table-layout:fixed}
.react-bs-table table td,.react-bs-table table th{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.react-bs-table-pagination{margin-top:10px}
.react-bs-table-tool-bar{margin-bottom:5px}
.react-bs-container-footer,.react-bs-container-header{overflow:hidden;width:100%}
.react-bs-container-body{overflow:auto;width:100%}
.react-bootstrap-table-page-btns-ul{float:right;margin-top:0}
.react-bs-table .table-bordered{border:0;outline:0!important}
.react-bs-table .table-bordered>thead>tr>td,.react-bs-table .table-bordered>thead>tr>th{border-bottom-width:2px}
.react-bs-table .table-bordered>tbody>tr>td{outline:0!important}
.react-bs-table .table-bordered>tbody>tr>td.default-focus-cell{outline:#6495ed solid 3px!important;outline-offset:-1px}
.react-bs-table .table-bordered>tfoot>tr>td,.react-bs-table .table-bordered>tfoot>tr>th{border-top-width:2px;border-bottom-width:0}
.react-bs-table .table-bordered>tbody>tr>td:first-child,.react-bs-table .table-bordered>tbody>tr>th:first-child,.react-bs-table .table-bordered>tfoot>tr>td:first-child,.react-bs-table .table-bordered>tfoot>tr>th:first-child,.react-bs-table .table-bordered>thead>tr>td:first-child,.react-bs-table .table-bordered>thead>tr>th:first-child{border-left-width:0}
.react-bs-table .table-bordered>tbody>tr>td:last-child,.react-bs-table .table-bordered>tbody>tr>th:last-child,.react-bs-table .table-bordered>tfoot>tr>td:last-child,.react-bs-table .table-bordered>tfoot>tr>th:last-child,.react-bs-table .table-bordered>thead>tr>td:last-child,.react-bs-table .table-bordered>thead>tr>th:last-child{border-right-width:0}
.react-bs-table .table-bordered>thead>tr:first-child>td,.react-bs-table .table-bordered>thead>tr:first-child>th{border-top-width:0}
.react-bs-table .table-bordered>tfoot>tr:last-child>td,.react-bs-table .table-bordered>tfoot>tr:last-child>th{border-bottom-width:0}
.react-bs-table .react-bs-container-footer>table>thead>tr>th,.react-bs-table .react-bs-container-header>table>thead>tr>th{vertical-align:middle}
.react-bs-table .react-bs-container-footer>table>thead>tr>th .filter,.react-bs-table .react-bs-container-header>table>thead>tr>th .filter{font-weight:400}
.react-bs-table .react-bs-container-header>table>thead>tr>th .filter::-webkit-input-placeholder,.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-input::-webkit-input-placeholder,.react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter option[value=''],.react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter.placeholder-selected{color:#d3d3d3;font-style:italic}
.react-bs-table .react-bs-container-footer>table>thead>tr>th .filter::-webkit-input-placeholder,.react-bs-table .react-bs-container-footer>table>thead>tr>th .number-filter-input::-webkit-input-placeholder,.react-bs-table .react-bs-container-footer>table>thead>tr>th .select-filter option[value=''],.react-bs-table .react-bs-container-footer>table>thead>tr>th .select-filter.placeholder-selected{color:#d3d3d3;font-style:italic}
.react-bs-table .react-bs-container-footer>table>thead>tr>th .select-filter.placeholder-selected option:not([value='']),.react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter.placeholder-selected option:not([value='']){color:#000;color:initial;font-style:normal;font-style:initial}
.react-bs-table .react-bs-container-footer>table>thead>tr>th .date-filter,.react-bs-table .react-bs-container-footer>table>thead>tr>th .number-filter,.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter,.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter{display:-webkit-box;display:-ms-flexbox;display:flex}
.react-bs-table .react-bs-container-footer>table>thead>tr>th .date-filter-input,.react-bs-table .react-bs-container-footer>table>thead>tr>th .number-filter-input,.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter-input,.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-input{margin-left:5px;float:left;width:calc(100% - 67px - 5px)}
.react-bs-table .react-bs-container-footer>table>thead>tr>th .date-filter-comparator,.react-bs-table .react-bs-container-footer>table>thead>tr>th .number-filter-comparator,.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter-comparator,.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-comparator{width:67px;float:left}
.react-bs-container .textarea-save-btn{position:absolute;z-index:100;right:0;top:-21px}
.react-bs-table-no-data{text-align:center}
.ReactModal__Overlay{-webkit-perspective:600;perspective:600;opacity:0;overflow-x:hidden;overflow-y:auto;background-color:rgba(0,0,0,.5);z-index:101}
.ReactModal__Overlay--after-open{opacity:1;-webkit-transition:opacity 150ms ease-out;transition:opacity 150ms ease-out}
.ReactModal__Content{-webkit-transform:scale(.5) rotateX(-30deg);transform:scale(.5) rotateX(-30deg)}
.ReactModal__Content--after-open{-webkit-transform:scale(1) rotateX(0);transform:scale(1) rotateX(0);-webkit-transition:all 150ms ease-in;transition:all 150ms ease-in}
.ReactModal__Overlay--before-close{opacity:0}
.ReactModal__Content--before-close{-webkit-transform:scale(.5) rotateX(30deg);transform:scale(.5) rotateX(30deg);-webkit-transition:all 150ms ease-in;transition:all 150ms ease-in}
.ReactModal__Content.modal-dialog{border:none;background-color:transparent}
.animated{-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}
.animated.shake{-webkit-animation-duration:.3s;animation-duration:.3s}
@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,50%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}30%,70%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}
@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,50%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}30%,70%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}
.shake{-webkit-animation-name:shake;animation-name:shake}
@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}
@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}
.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}
@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}
@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}
.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}
.dda-container {
  position: absolute;
  z-index: 3;
  color: #3b405f;
  -webkit-box-shadow: #cacab7 0px 0px 10px 1px;
          box-shadow: #cacab7 0px 0px 10px 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box; }
.dda-container.show > .dda-dropdown-list {
    display: block;
    text-align: left; }
.dda-container .dda-dropdown-list {
    max-width: 200px;
    max-height: 260px;
    border: 2px solid #c2c2c3;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box; }
.dda-container .dda-dropdown-list i {
      width: 20px;
      height: 20px;
      margin-top: 6px;
      line-height: 20px; }
.dda-container .dda-dropdown-list i.img-left {
        margin-top: 6px; }
.dda-container .dda-dropdown-list i.material-icons {
        margin-right: 6px;
        margin-left: 5px; }
.dda-container .dda-dropdown-list i.material-icons.material-icons.md-18 {
          margin-right: 1px; }
.dda-container .dda-dropdown-list > div {
      width: 100%;
      background: white;
      border-bottom: solid 1px rgba(194, 194, 195, 0.5);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-transition: background 0.2s;
      /* Safari */
      transition: background 0.2s; }
.dda-container .dda-dropdown-list > div:hover {
        background: #F0F0F0; }
.dda-container .dda-dropdown-list > div.action {
        cursor: pointer; }
.dda-container .dda-dropdown-list > div.option {
        cursor: pointer; }
.dda-container .dda-dropdown-list > div.disabled {
        color: #ababab;
        background-color: rgba(235, 235, 235, 0.03922);
        cursor: default; }
.dda-container .dda-dropdown-list > div.seperator {
        height: 3px;
        background-color: #efebeb; }
.dda-container .dda-dropdown-list > div.header {
        line-height: 21px !important;
        background-color: #adadad;
        color: white;
        cursor: default;
        padding-left: 5px; }
.dda-container .dda-dropdown-list > div:last-child {
        border-bottom: 0px; }
.dda-container .dda-dropdown-list .img-check {
      margin-top: 11px;
      margin-left: 6px;
      margin-right: 4px;
      width: 11px;
      height: 11px;
      display: inline-block;
      border: 1px solid rgba(128, 128, 128, 0.541);
      background-color: white; }
.dda-container .dda-dropdown-list .img-check.option {
        border-radius: 6px; }
.dda-container .dda-dropdown-list .img-check.checked {
        background-color: orange; }
.dda-container .dda-dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 4px;
    line-height: 32px;
    vertical-align: middle;
    font-family: Roboto,sans-serif;
    font-size: 14px; }
.dda-container .dda-dropdown-item > .flex {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 4px;
      margin-right: 4px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
.dda-container .dda-dropdown-item > .flex.increase-left-margin-fa {
        margin-left: 24px; }
.dda-container .dda-dropdown-item > .flex.increase-left-margin-md-18 {
        margin-left: 30px; }
.dda-container .dda-dropdown-item > .flex.increase-left-margin-md-24 {
        margin-left: 35px; }
.dda-container .dda-dropdown-item > [data-img-right] {
      border: 1px solid rgba(211, 211, 211, 0);
      border-radius: 3px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
.dda-container .dda-dropdown-item > [data-img-right]:hover {
        border: 1px solid #9f9ea3;
        background: rgba(187, 189, 195, 0.38039); }
/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px; }
.material-icons.md-24 {
  font-size: 24px; }
.material-icons.md-36 {
  font-size: 36px; }
.material-icons.md-48 {
  font-size: 48px; }
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26); }
/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: white; }
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3); }
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}


/*Colores del nuevo disenio*/


/* COMPRALO */


.naranja-oscuro {
    color: #cf6f44;
}


.naranja-claro {
    color: #feece6;
}


.naranja {
    color: #136AC6;
}


.negro {
    color: rgba(41, 40, 40, 0.15686);
}


.gris {
    color: #eff3f6;
}


.gris-dark {
    color: #b8b8b8;
}


.blanco {
    color: #ffffff;
}


.azul {
    color: #3a86ff;
}


.verde {
    color: #84be3e;
}


.verde-oscuro {
    color: #84be3e;
}


.rojo {
    color: #de0000;
}


.transparente {
    color: transparent;
}
/*Colores del nuevo disenio*/
/* COMPRALO */
.naranja-oscuro {
    color: #cf6f44;
}
.naranja-claro {
    color: #feece6;
}
.naranja {
    color: #136AC6;
}
.negro {
    color: rgba(41, 40, 40, 0.15686);
}
.gris {
    color: #eff3f6;
}
.gris-dark {
    color: #b8b8b8;
}
.blanco {
    color: #ffffff;
}
.azul {
    color: #3a86ff;
}
.verde {
    color: #84be3e;
}
.verde-oscuro {
    color: #84be3e;
}
.rojo {
    color: #de0000;
}
.transparente {
    color: transparent;
}
.btn {
    border-radius: 1.1rem;
    font-weight: 700;
    font-size: 0.8rem;
    font-family: "Mukta", sans-serif !important;
}
.btn:focus,
.btn.focus {
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
            box-shadow: 0 0 0 0.2rem transparent;
}
.btn img {
    max-width: 15px;
    margin-right: 1em;
}
/* boton primario */
.btn-primary {
    background-color: #136AC6;
    border: none;
    /* box-shadow: -2px 3px 0 0 $primary2 !important; */
    /* color: white; */
    /* border-radius: 5px;
    height: 43px;
    padding: 10px 30px !important;
    font-size: 15px;
    font-weight: bold; */
}
.btn-primary:hover {
    background-color: #B1CBE7;
    color: white;
}
.btn-primary:disabled {
    cursor: not-allowed;
    background-color: #136AC6;
    color: #000000;
    opacity: 0.7;
}
.btn-outline-primary:disabled {
    cursor: not-allowed;
}
btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #B1CBE7;
    -webkit-box-shadow: 0px 0px 0 0 #136AC6 !important;
            box-shadow: 0px 0px 0 0 #136AC6 !important;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    color: #000000;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    /* border-color: #FF9639; */
    background-color: #B1CBE7;
    -webkit-box-shadow: 0px 0px 0 0 #136AC6 !important;
            box-shadow: 0px 0px 0 0 #136AC6 !important;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    color: #000000;
}
.btn-outline-primary {
    -webkit-box-shadow: -2px 3px 0 0 #B1CBE7;
            box-shadow: -2px 3px 0 0 #B1CBE7;
    background-color: #fff !important;
    color: #136AC6 !important;
    border-color: #136AC6;
}
.btn-outline-primary:hover {
    border-color: #B1CBE7;
    color: #B1CBE7 !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    -webkit-box-shadow: -1px -3px 0 0 #136AC6;
            box-shadow: -1px -3px 0 0 #136AC6;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: -1px -3px 0 0 #136AC6;
            box-shadow: -1px -3px 0 0 #136AC6;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-warning {
    color: white;
    background-color: #e3a630;
    border: none;
    -webkit-box-shadow: -2px 3px 0 0 #ce982f;
            box-shadow: -2px 3px 0 0 #ce982f;
}
.btn-warning:not(:disabled):not(.disabled):hover,
.btn-warning:not(:disabled):not(.disabled).hover,
.show > .btn-warning.dropdown-toggle {
    background-color: #af822c;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    color: white;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    background-color: #ce982f;
    -webkit-box-shadow: -1px -3px 0 0 #dda531;
            box-shadow: -1px -3px 0 0 #dda531;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    border-color: #ff9639;
    background-color: #ce982f;
    -webkit-box-shadow: -1px -3px 0 0 #dda531;
            box-shadow: -1px -3px 0 0 #dda531;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
/* boton danger */
.btn-danger {
    color: white;
    background-color: #d96666;
    border: none;
    -webkit-box-shadow: -2px 3px 0 0 #a85454;
            box-shadow: -2px 3px 0 0 #a85454;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    background-color: #c76262;
    -webkit-box-shadow: -1px -3px 0 0 #a85454;
            box-shadow: -1px -3px 0 0 #a85454;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    border-color: #d85535;
    background-color: #c76262;
    -webkit-box-shadow: -1px -3px 0 0 #a85454;
            box-shadow: -1px -3px 0 0 #a85454;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
/* boton con solo texto primario */
.btn-text-primary {
    background-color: transparent !important;
    border: none;
    color: #B1CBE7;
}
.btn-text-primary:hover {
    color: #0069d9;
}
.btn-text-primary:focus {
    -webkit-box-shadow: 0 0 0 0 transparent !important;
            box-shadow: 0 0 0 0 transparent !important;
}
/* boton secundario */
.btn-secondary {
    background-color: #1b69a9;
    border: none;
    -webkit-box-shadow: -2px 3px 0 0 #051529 !important;
            box-shadow: -2px 3px 0 0 #051529 !important;
}
.btn-secondary:hover {
    background-color: #051529;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    cursor: not-allowed;
    background-color: #1b69a9;
    opacity: 0.7;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #051529;
    -webkit-box-shadow: 0px 0px 0 0 #1b69a9 !important;
            box-shadow: 0px 0px 0 0 #1b69a9 !important;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    /* border-color: #FF9639; */
    background-color: #051529;
    -webkit-box-shadow: 0px 0px 0 0 #1b69a9 !important;
            box-shadow: 0px 0px 0 0 #1b69a9 !important;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
/* a espera de estilos finales para el focus del boton */
.btn-secondary:focus,
.btn-secondary:active:focus {
    /* border: 2px solid #FF9639; */
}
.btn-text-secondary {
    background-color: transparent !important;
    border: none;
    color: #1b69a9;
}
.btn-text-secondary:hover {
    color: #051529;
}
.btn-text-secondary:focus {
    -webkit-box-shadow: 0 0 0 0 transparent !important;
            box-shadow: 0 0 0 0 transparent !important;
}
.btn-outline-secondary {
    -webkit-box-shadow: -2px 3px 0 0 #051529;
            box-shadow: -2px 3px 0 0 #051529;
    background-color: #fff !important;
    color: #1b69a9 !important;
    border-color: #1b69a9;
}
.btn-outline-secondary:disabled {
    cursor: not-allowed;
}
.btn-outline-secondary:hover {
    border-color: #051529;
    color: #051529 !important;
    background-color: #eff3f6 !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    -webkit-box-shadow: -1px -3px 0 0 #1b69a9;
            box-shadow: -1px -3px 0 0 #1b69a9;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: -1px -3px 0 0 #1b69a9;
            box-shadow: -1px -3px 0 0 #1b69a9;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
/* boton tertiary */
.btn-tertiary {
    color: white;
    background-color: #000000;
    border: none;
    /* box-shadow: -2px 3px 0 0 $negro-dark; */
    border-radius: 5px;
    height: 43px;
    padding: 10px 30px !important;
    font-size: 15px;
    font-weight: bold;
}
.btn-tertiary:hover {
    background-color: #515151;
    color: #ffffff;
}
.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-tertiary.dropdown-toggle {
    background-color: #515151;
    /* box-shadow: -1px -3px 0 0 $negro-dark; */
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .btn-tertiary.dropdown-toggle:focus {
    border-color: #515151;
    background-color: #515151;
    /* box-shadow: -1px -3px 0 0 $negro-dark; */
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-outline-tertiary {
    -webkit-box-shadow: -2px 3px 0 0 #000000;
            box-shadow: -2px 3px 0 0 #000000;
    background-color: #fff !important;
    color: #515151 !important;
    border-color: #515151;
}
.btn-outline-tertiary:disabled {
    cursor: not-allowed;
}
.btn-outline-tertiary:hover {
    border-color: #000000;
    color: #000000 !important;
    background-color: #eff3f6 !important;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active,
.btn-outline-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-outline-tertiary.dropdown-toggle {
    -webkit-box-shadow: -1px -3px 0 0 #000000;
            box-shadow: -1px -3px 0 0 #000000;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,
.btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-tertiary.dropdown-toggle:focus {
    -webkit-box-shadow: -1px -3px 0 0 #000000;
            box-shadow: -1px -3px 0 0 #000000;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
/* BTN PRIMARY OUTLINE */
.btn-primary-outline {
    background-color: #fff;
    color: #2e8edc;
    border: 1px solid #2e8edc;
    -webkit-box-shadow: -2px 3px 0 0 #2e8edc;
            box-shadow: -2px 3px 0 0 #2e8edc;
}
.btn-primary-outline:not(:disabled):not(.disabled):active,
.btn-primary-outline:not(:disabled):not(.disabled).active,
.show > .btn-primary-outline.dropdown-toggle {
    background-color: #B1CBE7;
    -webkit-box-shadow: 0px 0px 0 0 #136AC6 !important;
            box-shadow: 0px 0px 0 0 #136AC6 !important;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-primary-outline:not(:disabled):not(.disabled):active:focus,
.btn-primary-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-outline.dropdown-toggle:focus {
    /* border-color: #FF9639; */
    background-color: #B1CBE7;
    -webkit-box-shadow: 0px 0px 0 0 #136AC6 !important;
            box-shadow: 0px 0px 0 0 #136AC6 !important;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-gris-outline {
    background-color: #fff;
    color: rgba(41, 40, 40, 0.15686);
    border: 1px solid #a5a5a5;
    -webkit-box-shadow: -2px 3px 0 0 #a5a5a5;
            box-shadow: -2px 3px 0 0 #a5a5a5;
}
.btn-gris-outline:not(:disabled):not(.disabled):active,
.btn-gris-outline:not(:disabled):not(.disabled).active,
.show > .btn-gris-outline.dropdown-toggle {
    /* background-color: $primary2; */
    -webkit-box-shadow: 0.5px 0.5px 0 0 rgba(41, 40, 40, 0.15686) !important;
            box-shadow: 0.5px 0.5px 0 0 rgba(41, 40, 40, 0.15686) !important;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-gris-outline:not(:disabled):not(.disabled):active:focus,
.btn-gris-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-gris-outline.dropdown-toggle:focus {
    /* border-color: #FF9639; */
    /* background-color: $primary2; */
    -webkit-box-shadow: 0.5px 0.5px 0 0 rgba(41, 40, 40, 0.15686) !important;
            box-shadow: 0.5px 0.5px 0 0 rgba(41, 40, 40, 0.15686) !important;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-outline-primary:not(:disabled):not(.disabled):hover,
.btn-outline-primary:not(:disabled):not(.disabled).hover,
.show > .btn-outline-primary.dropdown-toggle {
    background-color: #eff3f6 !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    background-color: #eff3f6 !important;
}
/* boton naranja */
.btn-naranja {
    color: white;
    background-color: #fe7b51;
    border: none;
    -webkit-box-shadow: -2px 3px 0 0 #c05938;
            box-shadow: -2px 3px 0 0 #c05938;
}
.btn-naranja:not(:disabled):not(.disabled):active,
.btn-naranja:not(:disabled):not(.disabled).active,
.show > .btn-naranja.dropdown-toggle {
    background-color: #c76262;
    -webkit-box-shadow: -1px -3px 0 0 #c05938;
            box-shadow: -1px -3px 0 0 #c05938;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-naranja:hover {
    border-color: #d85535;
    background-color: #e0704e;
    /* box-shadow: -1px -3px 0 0 #C05938; */
    position: relative;
    /* top: 3px; */
    /* left: -2px; */
    /* transition: top 0.2s ease-in-out; */
    color: #fff;
}
/* boton naranja */
/* boton cerrar modal */
.btn-cerrar-modal {
    color: white;
    background-color: #fe7b51;
    border: none;
    /* box-shadow: -2px 3px 0 0 #C05938; */
}
.btn-cerrar-modal:not(:disabled):not(.disabled):active,
.btn-cerrar-modal:not(:disabled):not(.disabled).active,
.show > .btn-cerrar-modal.dropdown-toggle {
    background-color: #c76262;
    /* box-shadow: -1px -3px 0 0 #C05938; */
    position: relative;
    /* top: 3px;
    left: -2px; */
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-cerrar-modal:hover {
    border-color: #d85535;
    background-color: #e0704e;
    /* box-shadow: -1px -3px 0 0 #C05938; */
    position: relative;
    /* top: 3px; */
    /* left: -2px; */
    /* transition: top 0.2s ease-in-out; */
    color: #fff;
}
.btn-ayuda {
    position: relative;
    border-radius: 50%;
    color: white;
    background-color: #4d94cf;
    border: none;
}
.btn-ayuda:not(:disabled):not(.disabled):active,
.btn-ayuda:not(:disabled):not(.disabled).active,
.show > .btn-ayuda.dropdown-toggle {
    background-color: #256eab;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-ayuda:hover {
    border-color: #256eab;
    background-color: #256eab;
    position: relative;
    color: #fff;
}
.btn-ayuda-flotante {
    margin-left: 5px;
}
.btn-outline-naranja {
    -webkit-box-shadow: -2px 3px 0 0 #d85535;
            box-shadow: -2px 3px 0 0 #d85535;
    color: #d85535 !important;
}
.btn-azul-oscuro {
    color: white;
    background-color: #256fab;
    border: none;
    -webkit-box-shadow: -2px 3px 0 0 #1c4c73;
            box-shadow: -2px 3px 0 0 #1c4c73;
}
.btn-azul-oscuro:not(:disabled):not(.disabled):active,
.btn-azul-oscuro:not(:disabled):not(.disabled).active,
.show > .btn-azul-oscuro.dropdown-toggle {
    background-color: #1c4c73;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-azul-oscuro:hover {
    border-color: #1c4c73;
    background-color: #1c4c73;
    position: relative;
    color: #fff;
}
.btn-outline-naranja {
    -webkit-box-shadow: -2px 3px 0 0 #d85535;
            box-shadow: -2px 3px 0 0 #d85535;
    color: #d85535 !important;
}
.btn-outline-naranja:not(:disabled):not(.disabled):active,
.btn-outline-naranja:not(:disabled):not(.disabled).active,
.show > .btn-outline-naranja.dropdown-toggle {
    -webkit-box-shadow: -1px -3px 0 0 #c05938;
            box-shadow: -1px -3px 0 0 #c05938;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    color: #c05938;
}
.btn-outline-naranja:not(:disabled):not(.disabled):active:focus,
.btn-outline-naranja:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-naranja.dropdown-toggle:focus {
    -webkit-box-shadow: -1px -3px 0 0 #c05938;
            box-shadow: -1px -3px 0 0 #c05938;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    color: #c05938;
}
.btn-swal-fracciones {
    background-color: #efefef !important;
    color: #418cc8 !important;
    font-weight: bold !important;
    border-radius: 10px !important;
    padding: 13px !important;
    -webkit-box-shadow: 0.5px 2px #418cc8 !important;
            box-shadow: 0.5px 2px #418cc8 !important;
    border: 1.5px solid #418cc8 !important;
    max-width: 190px;
}
/* btn field file */
.btn-field-file {
    border-radius: 5px;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
/* boton naranja */
.btn-naranja-drop {
    color: white;
    background-color: #fe7b51;
    border: none;
    -webkit-box-shadow: -2px 3px 0 0 #c05938;
            box-shadow: -2px 3px 0 0 #c05938;
}
.btn-naranja-drop:not(:disabled):not(.disabled):active,
.btn-naranja-drop:not(:disabled):not(.disabled).active,
.show > .btn-naranja-drop.dropdown-toggle {
    background-color: #c76262;
    -webkit-box-shadow: -1px -3px 0 0 #c05938;
            box-shadow: -1px -3px 0 0 #c05938;
    position: relative;
    top: 3px;
    left: -2px;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}
.btn-naranja-drop:hover {
    border-color: #d85535;
    background-color: #e0704e;
    /* position: relative; */
    color: #fff;
}
.btn-ayuda {

    /* .dda-dropdown-list > div:hover {
        background: #8eab7d!important;
        color: #f6ffae;
    } */
}
.btn-ayuda .show {
        top: -13px !important;
        right: 32px !important;
        font-weight: normal;
        z-index: 2000;
        width: 280px;
    }
.btn-ayuda .dda-container .dda-dropdown-list {
        max-width: 280px;
    }
.btn-ayuda .dda-container:after {
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-left: 100px solid red;
        border-bottom: 50px solid transparent;
    }
.btn-ayuda .dda-container .dda-dropdown-list > div.header {
        background-color: #136AC6 !important;
        font-weight: bold;
    }
.btn-ayuda .dda-container .dda-dropdown-list > div.action {
        background-color: #fff !important;
        color: rgba(41, 40, 40, 0.15686);
    }
.btn-ayuda .dda-container .dda-dropdown-list > div.action:hover {
        background-color: #e6e6e6 !important;
        color: rgba(41, 40, 40, 0.15686);
    }
.btn-ayuda .dda-container .dda-dropdown-list > div {
        border-bottom: 1px solid #e6e6e6;
    }
.btn-ayuda .dda-container .dda-dropdown-item > .flex {
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 17px;
        font-weight: 400;
        padding: 6px;
    }
.btn-naranja-drop .show {
        top: 38px !important;
        left: -26px !important;
        width: 200px !important;
    }
.btn-naranja-drop .dda-container .dda-dropdown-list > div.action {
        background-color: #f5f5f5 !important;
        color: rgba(41, 40, 40, 0.15686);
    }
.btn-naranja-drop .dda-container .dda-dropdown-list > div.action:hover {
        background-color: #e8e8e8 !important;
        color: rgba(41, 40, 40, 0.15686);
    }
.btn-naranja-drop .dda-container .dda-dropdown-item {
        padding: 8px;
    }
.btn-naranja-drop .dda-container .dda-dropdown-item > .flex {
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 17px;
        font-weight: 400;
    }
.btn-outline-naranja .show {
        /* top: 38px !important; */
        left: -40px !important;
        width: 200px !important;
    }
.btn-outline-naranja .dda-container .dda-dropdown-list > div.action {
        background-color: #f5f5f5 !important;
        color: rgba(41, 40, 40, 0.15686);
    }
.btn-outline-naranja .dda-container .dda-dropdown-list > div.action:hover {
        background-color: #e8e8e8 !important;
        color: rgba(41, 40, 40, 0.15686);
    }
.btn-outline-naranja .dda-container .dda-dropdown-item {
        padding: 8px;
    }
.btn-outline-naranja .dda-container .dda-dropdown-item > .flex {
        text-overflow: ellipsis;
        white-space: normal;
        line-height: 17px;
        font-weight: 400;
    }
.btn-icon {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background: #b8b8b8;
    border-radius: 100px;
    border: 0px solid #444;
    border-width: 0px 0px 0px 0px;
    color: #fff;
    font-size: 16px;
    font-family: Helvetica Neue;
    font-weight: 900;
    font-style: normal;
    outline-color: transparent !important;
}
.btn-icon-primary {
    background-color: #32a3ff;
}
.btn-icon-primary:disabled {
    cursor: not-allowed;
}
.btn-icon-primary:hover {
    background-color: #226fae;
}
.btn-icon-activo {
    background-color: #226fae;
}
/* BOTON AZUL COMPRALO */
.btn-azul {
    border-radius: 5px;
    background-color: #3a86ff;
    -webkit-box-shadow: 0 0 0 #000 !important;
            box-shadow: 0 0 0 #000 !important;
    color: #ffffff;
    font-size: 1rem;
}
.btn-azul:hover {
    opacity: 0.8;
    color: #ffffff;
}
.btn-azul:not(:disabled):not(.disabled):active,
.btn-azul:not(:disabled):not(.disabled).active,
.show > .btn-azul.dropdown-toggle {
    opacity: 0.8;
}
.btn-azul:not(:disabled):not(.disabled):active:focus,
.btn-azul:not(:disabled):not(.disabled).active:focus,
.show > .btn-azul.dropdown-toggle:focus {
    opacity: 0.8;
}
@media only screen and (max-width: 768px) {
    .btn-swal-fracciones:last-child {
        margin-top: 15px;
    }
        .btn-ayuda .show {
            width: 280px;
        }
        .btn-outline-naranja .show {
            bottom: auto !important;
            top: 32px !important;
            height: auto;
            left: -34px !important;
            width: 200px !important;
        }
    /* .btn-ayuda-flotante {
        position: absolute !important;
        top: 5px;
        right: 5px;
    }
    .btn-ayuda-flotante:hover {
        position: absolute !important;
    } */
}
@media only screen and (max-width: 357px) {
        .btn-ayuda .show {
            width: 245px;
        }
}
@media only screen and (max-width: 768px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.react-bs-table-bordered{
  border: none !important;
  border-radius: 0 !important;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}
.swal2-popup .swal2-styled{
    padding: .625em 1em;
    margin-bottom: 15px !important;
}
.react-bs-table-tool-bar{
    margin-bottom: 0;
}
/*Colores del nuevo disenio*/
/* COMPRALO */
.naranja-oscuro {
    color: #cf6f44;
}
.naranja-claro {
    color: #feece6;
}
.naranja {
    color: #136AC6;
}
.negro {
    color: rgba(41, 40, 40, 0.15686);
}
.gris {
    color: #eff3f6;
}
.gris-dark {
    color: #b8b8b8;
}
.blanco {
    color: #ffffff;
}
.azul {
    color: #3a86ff;
}
.verde {
    color: #84be3e;
}
.verde-oscuro {
    color: #84be3e;
}
.rojo {
    color: #de0000;
}
.transparente {
    color: transparent;
}
body,
html {
    font-family: 'Nunito', sans-serif;
    background-color: #eff3f6;
}
.form-notice {
    text-align: center;
    color: #dc3545;
}
.bg-blanco {
    background-color: #ffffff;
}
.content-wrapper {
    background-color: #eff3f6;
    position: absolute;
    /* padding: 15px; */
    top: 44px;
    left: 200px;
    min-height: calc(100vh - 61px);
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    right: 0;
    margin: auto;
    max-width: 1440px;
}
.content-wrapper-reduced {
    left: 75px !important;
}
.container {
    background-color: #eff3f6;
}
.grid-titulo {
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 2px solid #b8b8b8;
    color: rgba(41, 40, 40, 0.15686);
}
.grid-end-seccion {
    border-bottom: 3px solid #b8b8b8;
}
.grid-border-right {
    border-right: 3px solid #b8b8b8;
}
@media only screen and (max-width: 767px) {
    .grid-border-right {
        border-right: none;
    }

    .grid-titulo {
        font-size: 1.5rem;
    }
}
.grid-container {
    border-radius: 10px;
    border: 2px solid #E8EBEE;
    margin-top: 1em;
    background-color: #ffffff;
}
.grid-container-mob {
    margin-top: 1em;

}
@media only screen and (max-width: 800px) {
    .grid-container {
      margin-top: 1em;
      background-color: transparent;
      border: 2px transparent;
      text-align: center;
      -webkit-box-align: left;
          -ms-flex-align: left;
              align-items: left;
    }
}
.padding-0 {
    padding: 0;
}
.padding-5 {
    padding: 5px;
}
.padding-10 {
    padding: 10px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-top-0 {
    padding-top: 0 !important;
}
.padding-15 {
    padding: 15px;
}
.padding-20 {
    padding: 20px;
}
.em-1-1 {
    font-size: 1.1em;
}
.em-1-2 {
    font-size: 1.2em;
}
.em-1-3 {
    font-size: 1.3em;
}
.em-1-4 {
    font-size: 1.4em;
}
.em-1-5 {
    font-size: 1.5em;
}
.em-1-6 {
    font-size: 1.6em;
}
.em-1-7 {
    font-size: 1.7em;
}
.em-1-8 {
    font-size: 1.8em;
}
.em-1-9 {
    font-size: 1.9em;
}
.em-1-10 {
    font-size: 1.10em;
}
.em-2 {
    font-size: 2em;
}
.em-2-5 {
    font-size: 2.5em;
}
.em-3 {
    font-size: 3em;
}
/* MARGINS */
.margin-0 {
    margin: 0;
}
.mt-10 {
    margin-top: 10px;
}
.mt-40 {
    margin-top: 40px;
}
.ml-10 {
    margin-left: 10px;
}
.mh-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
/**
 * Custom form elements
 *    - Checkbox
 *    - Radios
 *    - Switch
 *    - Rounded inputs
 */
.c-checkbox,
.c-radio {
    margin-right: 4px;
}
.c-checkbox *,
.c-radio * {
    cursor: pointer;
}
.c-checkbox input,
.c-radio input {
    opacity: 0;
    position: absolute;
    margin-left: 0 !important;
}
.c-checkbox span,
.c-radio span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-right: 5px;
    text-align: center;
}
.c-checkbox span:before,
.c-radio span:before {
    margin-left: 1px;
}
.c-checkbox:hover span,
.c-radio:hover span {
    border-color: #136AC6;
}
.form-inline .c-checkbox span,
.form-inline .c-radio span {
    margin-left: 0;
}
.c-checkbox.c-checkbox-rounded span,
.c-checkbox.c-radio-rounded span,
.c-radio.c-checkbox-rounded span,
.c-radio.c-radio-rounded span {
    border-radius: 500px;
}
/* override for radio */
.c-radio span {
    border-radius: 500px;
}
/* the icon */
.c-checkbox span:before,
.c-radio span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    text-align: center !important;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
}
/* Checked state */
.c-checkbox,
.c-radio {
    /* override for radio */
    /* Disable state */
    /* override for radio */
}
.c-checkbox input[type=checkbox]:checked+span:before,
.c-checkbox input[type=radio]:checked+span:before,
.c-radio input[type=checkbox]:checked+span:before,
.c-radio input[type=radio]:checked+span:before {
    color: #fff;
    opacity: 1;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}
.lectura input[type=checkbox]:checked+span:before,
.lectura input[type=radio]:checked+span:before,
.lectura input[type=checkbox]:checked+span:before,
.lectura input[type=radio]:checked+span:before {
    color: #136AC6;
    opacity: 1;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    cursor: auto;
    cursor: initial;
}
.c-checkbox input[type=checkbox]:checked+span,
.c-checkbox input[type=radio]:checked+span,
.c-radio input[type=checkbox]:checked+span,
.c-radio input[type=radio]:checked+span {
    border-color: #136AC6;
    background-color: #136AC6;
}
.lectura input[type=checkbox]:checked+span,
.lectura input[type=radio]:checked+span,
.lectura input[type=checkbox]:checked+span,
.lectura input[type=radio]:checked+span {
    border-color: #fff !important;
    background-color: #eff3f6 !important;
    cursor: auto;
    cursor: initial;
}
.lectura {
    cursor: auto !important;
    cursor: initial !important;
}
.lec {
    border: 0px solid #eff3f6 !important;
}
.c-checkbox input[type=radio]:checked+span,
.c-radio input[type=radio]:checked+span {
    background-color: #fff;
}
.c-checkbox input[type=radio]:checked+span:before,
.c-radio input[type=radio]:checked+span:before {
    color: #136AC6;
}
.c-checkbox input[type=checkbox]:disabled+span,
.c-checkbox input[type=radio]:disabled+span,
.c-radio input[type=checkbox]:disabled+span,
.c-radio input[type=radio]:disabled+span {
    border-color: #ddd !important;
    background-color: #ddd !important;
}
.c-checkbox input[type=radio]:disabled+span,
.c-radio input[type=radio]:disabled+span {
    background-color: #fff !important;
}
.c-checkbox input[type=radio]:disabled+span:before,
.c-radio input[type=radio]:disabled+span:before {
    color: #ddd;
}
.c-radio.c-radio-nofont {
    /* override for radio */
    /* Disable state */
    /* override for radio */
}
.c-radio.c-radio-nofont span:before {
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 500px;
}
.c-radio.c-radio-nofont input[type=radio]:checked+span:before {
    color: #fff;
    opacity: 1;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}
.c-radio.c-radio-nofont input[type=radio]:checked+span {
    border-color: #136AC6;
    background-color: #136AC6;
}
.c-radio.c-radio-nofont input[type=radio]:checked+span {
    background-color: #fff;
}
.c-radio.c-radio-nofont input[type=radio]:checked+span:before {
    background-color: #136AC6;
}
.c-radio.c-radio-nofont input[type=radio]:disabled+span {
    border-color: #ddd !important;
    background-color: #ddd !important;
}
.c-radio.c-radio-nofont input[type=radio]:disabled+span {
    background-color: #fff !important;
}
.c-radio.c-radio-nofont input[type=radio]:disabled+span:before {
    background-color: #ddd;
}
.Select.form-control {
    padding: 1px;
}
.Select-control {
    border: none !important;
    border-radius: 1em !important;
    height: auto !important;
    background-color: transparent !important;
}
.form-group .dinero {
    max-height: 75px;
    min-height: 75px;
    margin-top: 1em;
}
.form-group {
    margin-bottom: 15px;
    font-size: 0.8rem;
}
label {
    margin-bottom: 0.2rem;
}
.row-fields {
    margin-bottom: 15px;
}
/* Toogle switch */
.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 28px;
}
.switch input {
    display: none;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked+.slider {
    background-color: #F68E56;
}
input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #F68E56;
            box-shadow: 0 0 1px #F68E56;
}
input:checked+.slider:before {
    -webkit-transform: translateX(42px);
    -ms-transform: translateX(42px);
    transform: translateX(42px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
/* ESTILOS PARA LAS MODALES */
.styles_modal__gNwvD {
    border-radius: 10px;
    padding: 0px;
    max-width: 80% !important;
    z-index: 999999 !important;
}
.styles_overlay__CLSq- {
    background: rgba(0, 0, 0, 0.8);
    z-index: 1050 !important;
}
.custom-modal {
    background: #FFF;
    width: 100%;
}
.modal-width-50 {
    width: 50% !important;
}
.modal-container {
    border-radius: 10px;
    border: 2px solid #E8EBEE;
    margin: 0;
    background-color: #FFFFFF;
}
.icon-img {
    max-width: 30px;
    cursor: pointer;
}
.modal-body {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    max-height: 550px;
}
.modal-footer {
    padding: 15px 0;
    width: 100%;
}
/*UPLOADER FILE*/
.icon-upload {
    width: 80px !important;
}
/**
 * react-bootstrap-table
*/
.react-bs-table-container {

    font-size: 0.8rem;
}
.react-bs-table-container .table thead {
            background-color: #DEDEDE;
        }
.react-bs-table-container .table-bordered {
        min-width: 850px;
    }
.react-bs-table-container .react-bs-container-header .table th,
        .react-bs-table-container .react-bs-container-header .table td {
            padding: 0.4rem !important;
        }
.react-bs-table-container .react-bs-container-body table tbody tr:nth-child(even) {
                    background-color: #ECECEC;
                }
.react-bs-table-container .react-bs-container-body table tbody tr:hover {
                    background-color: rgba(13, 161, 255, 0.21176) !important;
                }
.react-bs-table-container .react-bs-container-body table th,
            .react-bs-table-container .react-bs-container-body table td {
                padding: 0.4rem !important;
            }
.tabla-w-auto .react-bs-table-container .table-bordered {
            min-width: auto !important;
        }
/**
* Para quitar el scroll horizontal de la tabla
*/
.tabla-auto .table-bordered {
        min-width: auto !important;
    }
.imagen-sm {
    width: 65px;
    border: #dddddd solid 1px;
    border-radius: 50%;
    height: 65px;
    -ms-flex-item-align: center;
        align-self: center;
}
.imagen-sm-50 {
    width: 50px;
    border: #dddddd solid 1px;
    border-radius: 50%;
    height: 50px;
}
.text-primary {
    color: #007bff;
}
/* Flex genericos */
.display-flex-width-100 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.flex-row-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.flex-row-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.flex1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1
}
.flex-1-5 {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5
}
.flex-2 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2
}
.flex-2-5 {
    -webkit-box-flex: 2.5;
        -ms-flex: 2.5;
            flex: 2.5
}
.flex-3 {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3
}
.flex-3-5 {
    -webkit-box-flex: 3.5;
        -ms-flex: 3.5;
            flex: 3.5
}
.width100 {
    width: 100%;
}
.select-precios {
    text-align: right;
    padding: 0 15px 0 10px;
    border-bottom: 1px solid #EFF3F6;
    cursor: pointer;
}
.select-precios:hover {
    background-color: #E7E7E7;
}
.border-radius-top-squa {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.border-radius-buttom-squa {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.bold {
    font-weight: bold;
}
.green-container {
    /* border-radius: 2em; */
    text-align: center;
    margin-bottom: 16px;

    border: 0.07em solid #A3BD31;
    border-radius: 0.5em;
}
.green-container h3 {
        margin: 0;
        color: white;
        padding-top: 10px;
    }
.green-container h5 {
        width: 80%;
        margin: 0 auto;
        padding: 0.5vh;
        background: #A3BD31;
        border-bottom-right-radius: 0.5em;
        border-bottom-left-radius: 0.5em;
    }
.green-container .container1 {
        padding-top: 15px;
        background: transparent;
    }
.green-container .container1 .container2 {
            position: relative;
            border-bottom-left-radius: 0.5em;
            border-bottom-right-radius: 0.5em;
            // height: 300px;
            background-color: #FFF;
        }
.red-container {
    /* border-radius: 2em; */
    text-align: center;
    margin-bottom: 16px;
    border: 0.07em solid #F50E03;
    border-radius: 0.5em;
}
.red-container h3 {
        margin: 0;
        color: white;
        padding-top: 10px;
    }
.red-container h5 {
        width: 80%;
        margin: 0 auto;
        padding: 0.5vh;
        background: #F50E03;
        border-bottom-right-radius: 0.5em;
        border-bottom-left-radius: 0.5em;
    }
.red-container .container1 {
        padding-top: 15px;
        background: transparent;
    }
.red-container .container1 .container2 {
            position: relative;
            border-bottom-left-radius: 0.5em;
            border-bottom-right-radius: 0.5em;
            // height: 300px;
            background-color: #FFF;
        }
.hr-green {
    margin-top: 0;
    margin-bottom: 16px;
    height: 0.2em;
    background: -webkit-gradient(linear, left top, right top, from(#B6B640), color-stop(#7C7115), color-stop(#F65637), to(#F50E03));
    background: linear-gradient(to right, #B6B640, #7C7115, #F65637, #F50E03);
}
.hr-orange {
    margin-top: 0;
    margin-bottom: 16px;
    height: 0.2em;
    background: -webkit-gradient(linear, left top, right top, from(#ffa06a), to(#fc8a64));
    background: linear-gradient(to right, #ffa06a, #fc8a64);
}
.w100 {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .w100 {
        width: 65%;
    }
}
.card-list {
    padding: 0% 0% 0% 0%;
}
.card-list-item {
    padding: 2.5vh 0vw;
}
.card-ventas {
    overflow: hidden;
    margin-bottom: 1em;

}
.card-ventas .item-card:first-child {
        position: absolute;
        border-bottom-right-radius: 4em;
        border-bottom-left-radius: 4em;
        background: #006eaa;
        z-index: 2;
        max-width: 22%;

        padding-left: 0.7em;
        padding-right: 0.7em;
        padding-top: 1em;
        height: 4.8em;
        text-align: center;
    }
.card-ventas .item-card:first-child img {

            position: relative;
            top:25%;
            margin-top: -50%;
        }
.card-ventas .item-card:last-child {
        background: #FFFFFF;
        position: relative;
        border: 0.07em solid #00abfc;
        border-radius: 0.5em;
        z-index: 1;

        text-align: right;

        left: 12%;
        max-width: 88%;
    }
.card-ventas .item-card:last-child h6{
            max-width: 85%;
            margin: auto;
            margin-bottom: 0%;
            padding: 0.7vh;
            padding-right: 6%;
            background: #006eaa;
            color: #ffffff;
            border-top-right-radius: 0.7em;
            border-top-left-radius: 0.7em;
        }
.card-ventas .item-card:last-child h4{
            margin-bottom: 0%;
            margin-right: 13%;
            color: rgba(41, 40, 40, 0.15686);
        }
.card-ventas .item-card:last-child span {
            padding-right: 0em;
        }
.hr-yellow {
    margin-top: 0;
    margin-bottom: 16px;
    height: 0.2em;
    background: -webkit-gradient(linear, left top, right top, from(#FFC121), to(#E6A200));
    background: linear-gradient(to right, #FFC121, #E6A200);
}
.card-gastos {
    overflow: hidden;
    margin-bottom: 1em;

}
.card-gastos .item-card:first-child {


        position: absolute;
        border-bottom-right-radius: 4em;
        border-bottom-left-radius: 4em;
        background: #E6A200;
        z-index: 2;
        max-width: 22%;

        padding-left: 0.7em;
        padding-right: 0.7em;
        padding-top: 1em;
        height: 4.8em;
        text-align: center;
    }
.card-gastos .item-card:first-child img {
            position: relative;
            top:25%;
            margin-top: -50%;
        }
.card-gastos .item-card:last-child {
        background: #FFFFFF;
        position: relative;
        border: 0.07em solid #FFC121;
        border-radius: 0.5em;
        z-index: 1;

        text-align: right;

        left: 12%;
        max-width: 88%;
    }
.card-gastos .item-card:last-child h6{
            max-width: 85%;
            margin: 0 auto;
            margin-bottom: 0%;
            padding: 0.7vh;
            padding-right: 6%;
            background: #E6A200;
            color: #000000;
            border-top-right-radius: 0.7em;
            border-top-left-radius: 0.7em;
        }
.card-gastos .item-card:last-child h4{
            margin-bottom: 0%;
            margin-right: 13%;
            color: rgba(41, 40, 40, 0.15686);
        }
.card-gastos .item-card:last-child span {
            padding-right: 0em;
        }
.font-normal {
    font-weight: normal !important;
}
/* CONTENEDOR DE TOTALES REPORTES */
.content-total-reports {
    border-top: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
/* ESTILOS PARA EL DROPDOWN */
.dda-container {
    background-color: #1F1F1F;
}
.dda-container .dda-dropdown-list {
    border: 0;
}
.dda-container .dda-dropdown-list>.seperator {
    background-color: #CACACA !important;
    height: 0px !important;
    border-bottom: 0.5px !important;
}
.table-bordered th,
.table-bordered td {
    border: 0 !important;
}
/* ANIMATIONS */
.opacityPulse-css {
    -webkit-animation: Pulsate 1s linear infinite;
            animation: Pulsate 1s linear infinite;
}
@-webkit-keyframes Pulsate {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes Pulsate {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.border-dotted {
    border: dotted 1px;
}
.r-encajar-listado-productos {
    max-height: calc(100vh - 19rem) !important;
    /* overflow-y: auto;
    overflow-x: hidden; */
}
/* VISTA PREVIA RECIBOS */
.container-vista-previa {
    border: 2px solid #E8EBEE;
    background: #fff;
    border-radius: 10px;
}
.container-vista-previa-head {
    /* height: 7.5vh; */
    background-color: #F67F54;
    border-radius: 10px;
    padding: 10px 0;
}
.container-vista-previa-body {
    height: 70vh;
    overflow-y: auto;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: auto !important;
}
.swal-fracciones .swal2-header {
        height: 0;
    }
.swal-fracciones .swal2-actions {
        margin: 15px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
.iconos-swal-fracciones {
    max-width: 100px;
    max-height: 100px;
}
.backgr-naranja-degradado {
    background: -webkit-gradient(linear, left top, right top, from(#ffa06a), to(#fc8a64));
    background: linear-gradient(to right, #ffa06a, #fc8a64);
}
.modal-bienvenida {
    width: 80%;
}
.modal-ayuda {
    width: 80%;
    padding: 10px;
    border-radius: 0px;
}
.iDCJJE {
    position: fixed;
}
.white-space-normal {
    white-space: normal !important;
}
.bg-naranja {
    background-color: #FF9C61 !important;
}
.bg-container-new-prod-cotizacion {
    background-color: #0072AE !important;
}
.margin-left-5-naranja {
    border-left: 5px solid #FF9C61;
}
.margin-left-5-container-new-prod-cotizacion {
    border-left: 5px solid #0072AE;
}
.border-radius-1 {
    border-radius: 10px;
    border: 1px solid #c5c5c5;
}
@media only screen and (max-width: 768px) {
    .modal-width-50 {
        width: 100% !important;
    }

    .modal-sm {
        max-width: 100% !important;
    }

    .modal-bienvenida {
        width: 100% !important;
        max-width: 100% !important;
    }

    .modal-ayuda {
        width: 100% !important;
        max-width: 100% !important;
    }
        .swal-fracciones .swal2-header {
            height: 0;
        }

        .swal-fracciones .swal2-actions {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-line-pack: center;
                align-content: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
        .react-bs-table-container .table-bordered {
            min-width: 850px !important;
        }

    .pagination {
        font-size: 10px;
    }

    .styles_modal__gNwvD {
        max-width: 100% !important;
    }

    .styles_overlay__CLSq- {
        padding: 15px !important;
    }
            .tabla-w-auto .react-bs-table-container .table-bordered {
                min-width: 850px !important;
            }

    .card-listado-prods {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 2px solid #eff3f6;
        border-radius: 10px;

    }

    .buttons-venta {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .buttons-venta div {
        margin: 1px;
    }

    @media only screen and (min-width: 340px) {
        .buttons-venta {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
    }

    .monto-total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: left;
            -ms-flex-align: left;
                align-items: left;
        padding: 10px;
        height: 50px;
    }

    .cobroEfectivoTarjeta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    @media only screen and (max-width: 400px) {
        .cobroEfectivoTarjeta {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
    }

}
.btn-azul-venta {
    background-color: #32A3FF;
    padding: 0.375rem !important;
}
.btn-azul-venta img {
        margin: 0 !important;
    }
.btn-menos{
    border-radius: 1.1em 0 0 1.1em !important;
}
.btn-mas{
    border-radius: 0 1.1em 1.1em 0 !important;
}
.venta-cantidad {
    border-radius: 0 !important;
    border-color: #32A3FF !important;
}
.w-lg-75 {
    width: 75% !important;
}
.a-remove-fromat {
    color: inherit;
    text-decoration: none;
}
.a-remove-fromat:hover,
.a-remove-fromat:active {
    color: inherit;
    text-decoration: none;
}
/*Colores del nuevo disenio*/
/* COMPRALO */
.naranja-oscuro {
    color: #cf6f44;
}
.naranja-claro {
    color: #feece6;
}
.naranja {
    color: #136AC6;
}
.negro {
    color: rgba(41, 40, 40, 0.15686);
}
.gris {
    color: #eff3f6;
}
.gris-dark {
    color: #b8b8b8;
}
.blanco {
    color: #ffffff;
}
.azul {
    color: #3a86ff;
}
.verde {
    color: #84be3e;
}
.verde-oscuro {
    color: #84be3e;
}
.rojo {
    color: #de0000;
}
.transparente {
    color: transparent;
}
/* ----------- UTILS ---------------- */
/* Margin */
.mt0 {
    margin-top: 0;
}
.mt {
    margin-top: 0.5rem;
}
.mt1 {
    margin-top: 1.5rem;
}
.mt2 {
    margin-top: 2rem;
}
.mb0 {
    margin-bottom: 0;
}
.mb05 {
    margin-bottom: 0.5em;
}
.mb {
    margin-bottom: 0.6rem;
}
.mb1 {
    margin-bottom: 1.5rem;
}
.mb2 {
    margin-bottom: 2rem;
}
.mb3 {
    margin-bottom: 3rem;
}
.mr0 {
    margin-right: 0;
}
.mr {
    margin-right: 1rem;
}
.mr1 {
    margin-right: 1.5rem;
}
.mr2 {
    margin-right: 2rem;
}
.ml0 {
    margin-left: 0;
}
.ml {
    margin-left: 1rem;
}
.ml1 {
    margin-left: 1.5rem;
}
.ml2 {
    margin-left: 2rem;
}
/* Padding */
.p15 {
    padding: 15px;
}
.pt-05{
    padding-top: 0.5rem !important;
}
.pt-15 {
    padding-top: 15px;
}
.pl-15 {
    padding-left: 15px;
}
.pr-15 {
    padding-right: 15px
}
.pr-0 {
    padding-right: 0;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-05 {
    padding-bottom: 0.5em !important;
}
.pf-1{
    padding-right: 1rem !important;
}
/* Color */
.naranja {
    color: #cf6f44;
}
/* Flex */
.flex01 {
    -webkit-box-flex:0.1 !important;
        -ms-flex:0.1 !important;
            flex:0.1 !important;
}
.flex02 {
    -webkit-box-flex:0.2 !important;
        -ms-flex:0.2 !important;
            flex:0.2 !important;
}
.flex03 {
    -webkit-box-flex:0.3 !important;
        -ms-flex:0.3 !important;
            flex:0.3 !important;
}
.flex04 {
    -webkit-box-flex:0.4 !important;
        -ms-flex:0.4 !important;
            flex:0.4 !important;
}
.flex05 {
    -webkit-box-flex:0.5 !important;
        -ms-flex:0.5 !important;
            flex:0.5 !important;
}
.flex06 {
    -webkit-box-flex:0.6 !important;
        -ms-flex:0.6 !important;
            flex:0.6 !important;
}
.flex07 {
    -webkit-box-flex:0.7 !important;
        -ms-flex:0.7 !important;
            flex:0.7 !important;
}
.flex08 {
    -webkit-box-flex:0.8 !important;
        -ms-flex:0.8 !important;
            flex:0.8 !important;
}
.flex09 {
    -webkit-box-flex:0.9 !important;
        -ms-flex:0.9 !important;
            flex:0.9 !important;
}
.flex1 {
    -webkit-box-flex:1 !important;
        -ms-flex:1 !important;
            flex:1 !important;
}
.flex2 {
    -webkit-box-flex:2 !important;
        -ms-flex:2 !important;
            flex:2 !important;
}
.flex3 {
    -webkit-box-flex:3 !important;
        -ms-flex:3 !important;
            flex:3 !important;
}
.flex4 {
    -webkit-box-flex:4 !important;
        -ms-flex:4 !important;
            flex:4 !important;
}
.flex5 {
    -webkit-box-flex:5 !important;
        -ms-flex:5 !important;
            flex:5 !important;
}
.flex6 {
    -webkit-box-flex:6 !important;
        -ms-flex:6 !important;
            flex:6 !important;
}
.flex7 {
    -webkit-box-flex:7 !important;
        -ms-flex:7 !important;
            flex:7 !important;
}
.flex8 {
    -webkit-box-flex:8 !important;
        -ms-flex:8 !important;
            flex:8 !important;
}
.flex9 {
    -webkit-box-flex:9 !important;
        -ms-flex:9 !important;
            flex:9 !important;
}
.flex10 {
    -webkit-box-flex:10 !important;
        -ms-flex:10 !important;
            flex:10 !important;
}
/* Bordes */
.border-b-3 {
    border-bottom: 3px solid #C4C4C4;
}
.fnt-10 {
    font-size: 10px !important;
}
.fnt-11 {
    font-size: 11px !important;
}
.fnt-12 {
    font-size: 12px !important;
}
.fnt-14 {
    font-size: 14px !important;
}
.fnt-16 {
    font-size: 16px !important;
}
.fnt-18 {
    font-size: 18px !important;
}
.fnt-08-rem {
    font-size: 0.8rem;
}
.fnt-1-5-rem {
    font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
    .flex-xs-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .flex-xs-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }
    .d-xs-none {
        display: none !important;
    }
    .mb-sm-5 {
        margin-bottom: 5px;
    }
    .mb-sm-5 {
        margin-bottom: 5px;
    }
    .mb-sm-10 {
        margin-bottom: 10px;
    }
    .mt-sm-5 {
        margin-top: 5px;
    }
    .mt-sm-10 {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .fnt-sm-10{
        font-size: 10px;
    }
    .fnt-sm-12{
        font-size: 12px;
    }
    .fnt-sm-14{
        font-size: 14px;
    }
    .fnt-sm-16{
        font-size: 16px;
    }
    .fnt-sm-18{
        font-size: 18px;
    }
    .fnt-sm-20{
        font-size: 20px;
    }
    .fnt-sm-22{
        font-size: 22px;
    }
    .fnt-sm-24{
        font-size: 24px;
    }
    .p-sm-0{
        padding: 0 !important;
    }
    .pt-sm-1{
        padding-top: 1rem !important;
    }
    .pb-sm-1{
        padding-bottom: 1rem !important;
    }
    .pl-sm-1{
        padding-left: 1rem !important;
    }
    .pf-sm-1{
        padding-right: 1rem !important;
    }
}
@media only screen and (min-width: 768px) {
    .fnt-lg-10{
        font-size: 10px;
    }
    .fnt-lg-12{
        font-size: 12px;
    }
    .fnt-lg-14{
        font-size: 14px;
    }
    .fnt-lg-16{
        font-size: 16px;
    }
    .fnt-lg-18{
        font-size: 18px;
    }
    .fnt-lg-20{
        font-size: 20px;
    }
    .fnt-lg-22{
        font-size: 22px;
    }
    .fnt-lg-24{
        font-size: 24px;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}
/*Colores del nuevo disenio*/
/* COMPRALO */
.naranja-oscuro {
    color: #cf6f44;
}
.naranja-claro {
    color: #feece6;
}
.naranja {
    color: #136AC6;
}
.negro {
    color: rgba(41, 40, 40, 0.15686);
}
.gris {
    color: #eff3f6;
}
.gris-dark {
    color: #b8b8b8;
}
.blanco {
    color: #ffffff;
}
.azul {
    color: #3a86ff;
}
.verde {
    color: #84be3e;
}
.verde-oscuro {
    color: #84be3e;
}
.rojo {
    color: #de0000;
}
.transparente {
    color: transparent;
}
.form-control {
    border-radius: 1em;
    border: 0.1em solid #878787;
    font-size: 0.8rem;
}
.Select {
    height: 33.33px !important;
}
.form-control:focus {
    border: 0.1em solid #136AC6;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.form-control:active {
    border: 0.1em solid #136AC6;
}
.form-group label {
    margin-top: 0px;
    font-weight: bold;
}
.label-radio {
    padding: 0 10px;
}
/* DATEPICKER VENDEMAS */
.date-picker-vendemas {
    border-radius: 1em;
}
.date-picker-vendemas input {
        border-radius: 1em;
        border: 0.07em solid #878787;
        height: 33px;
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        outline-color: transparent !important;
    }
.date-picker-vendemas input:focus {
        border: 0.1em solid #136AC6;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
.date-picker-vendemas input:active {
        border: 0.1em solid #136AC6;
    }
.date-picker-vendemas-overlay {
    position: absolute;
    background-color: #FFF;
    z-index: 1;
    border-radius: 0.5em;
    border: 0.1em solid #878787;
}
.DayPicker-Caption > div {
    text-transform: capitalize;
}
.DayPicker-Day {
    padding: 0.2em;
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    background-color: #3a86ff;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #E8E8E8;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #bebebe;
    border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #9a9a9a;
}
/* CONTENEDORES DE REACT-LIVE */
.content-formato-factura {
    display: block !important;
}
.live-editor {
    min-height: 400px;
    padding: 15px !important;
    margin: 20px 40px 30px 0 !important;
}
/* CONTENEDORES DE REACT-LIVE */
.item-data {
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
    padding: 0 15px;
}
.item-data-numbers {
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
    text-align: right;
    padding: 0 15px;
}
.print-shadow-factura {
    background-color: white;
    position: relative;
    padding: 1cm 1.5cm;
    -webkit-print-color-adjust: exact;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* FLEX ROW CENTER */
.content-row-center-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.content-row-center-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.content-row-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/* FLEX ROW END */
.content-row-end-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.content-row-end-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.content-row-end-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
/* FLEX ROW START */
.content-row-start-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.content-row-start-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.content-row-start-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.content-row-between-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.content-row-between-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
/*Colores del nuevo disenio*/
/* COMPRALO */
.naranja-oscuro {
    color: #cf6f44;
}
.naranja-claro {
    color: #feece6;
}
.naranja {
    color: #136AC6;
}
.negro {
    color: rgba(41, 40, 40, 0.15686);
}
.gris {
    color: #eff3f6;
}
.gris-dark {
    color: #b8b8b8;
}
.blanco {
    color: #ffffff;
}
.azul {
    color: #3a86ff;
}
.verde {
    color: #84be3e;
}
.verde-oscuro {
    color: #84be3e;
}
.rojo {
    color: #de0000;
}
.transparente {
    color: transparent;
}
.content-tabs {
    width: 100%;
}
.tab_list {
    margin: 0;
    padding: 0;
}
.content-tab-venta {
    padding:  5px 0;
    border-bottom: 4px solid #B8B9BB;
    list-style-type: none;
    font-weight: bolder;
    color: #B8B9BB;
    font-size: 1rem;
    cursor: pointer;
}
.content-tab-venta-active {
    border-bottom: 4px solid #11ACFD;
    color: #11ACFD;
}
.content-tab-naranja {
    list-style-type: none;
    padding:  8px 0;
    background-color: #F67F54;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px 4px 2px 2px;
}
.content-tab-naranja-active {
    background-color: #FFF;
    color: #F67F54;
    border-top: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.react-tabs__tab--disabled {
    opacity: 0.75;
    cursor: not-allowed !important;
}
.DraftEditor-root h1, .DraftEditor-root h2, .DraftEditor-root h3, .DraftEditor-root h4, .DraftEditor-root h5, .DraftEditor-root h6 {
        margin: 0;
    }
.public-DraftStyleDefault-block {
    margin: 0;
}
/*NODE MODULES CSS*/


/*Colores del nuevo disenio*/


/* COMPRALO */


.naranja-oscuro {
    color: #cf6f44;
}


.naranja-claro {
    color: #feece6;
}


.naranja {
    color: #136AC6;
}


.negro {
    color: rgba(41, 40, 40, 0.15686);
}


.gris {
    color: #eff3f6;
}


.gris-dark {
    color: #b8b8b8;
}


.blanco {
    color: #ffffff;
}


.azul {
    color: #3a86ff;
}


.verde {
    color: #84be3e;
}


.verde-oscuro {
    color: #84be3e;
}


.rojo {
    color: #de0000;
}


.transparente {
    color: transparent;
}


/* ---------------- ESTILOS GLOBALES DE IMPRESION ---------------------*/


@page {
    margin: 0.3cm;
    size: portrait;
}


@media print {
    body,
    html,
    html body {
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeSpeed;
        color: #000;
        min-width: 0 !important;
        max-height: auto !important;
        -webkit-print-color-adjust: exact;
        background-color: #FFFFFF !important;
        -webkit-print-color-adjust: exact;
    }
    .dont-print {
        display: none !important
    }
    #PRINT-ROOT-CONTAINER {
        font-size: 11px;
        display: block !important;
    }
}


#PRINT-ROOT-CONTAINER {
    display: none;
}


/* ---------------- ESTILOS PERSONALIZDOS DE IMPRESION ---------------------*/


.print-shadow {
    background-color: white;
    position: relative;
    padding: 1cm 1.5cm;
    -webkit-print-color-adjust: exact;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.print-space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.row-codigos {
    height: 32mm;
}


.row-codigos:first-child {
    height: 28.5mm;
}


.item-codigo {
    width: 140px;
    height: 80px;
}


.container-item-codigo {
    width:43mm;
    height: 100%;
}


.container-item-codigo:first-child {
    padding-right: 20px;
}


/* .container-item-codigo:last-child {
    padding-left: 40px;
} */


/* .item-codigo:first-child {
    margin-right: 20px;
    margin-left: 0;
}
.item-codigo:last-child {
    padding-left: 5mm;
    width: 47.5mm;
    margin-right: 0;
} */


.div-test {
    width: 215.9mm ;
    height: 27.94cm;
    /* background-color: lightgrey; */
    -webkit-print-color-adjust: exact;
}


.hoja-carta {
    width: 215.9mm ;
    height: 27.94cm;
    padding: 0 !important;
    margin-bottom: 0.6cm;
    display: inline-block;
    font-size: 0.6em;
    background-color: white;
}


.w-hoja-carta {
    width: 215.9mm;
}


.pagina-carta {
    background-color: white;
    /*overflow: hidden;*/
    position: relative;
    padding: 1cm 1.5cm;
    -webkit-print-color-adjust: exact;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* Vista de impresion */


.print-only {
    display: none !important;
}


/* Utils */


.imp-pt-1 {
    padding-top: 1em;
}


.imp-pt-2 {
    padding-top: 2em;
}


.imp-pb-2 {
    padding-bottom: 2em;
}


.imp-pl-20 {
    padding-left: 20px;
}


.imp-pr-20 {
    padding-right: 20px;
}


.no_pagina {
    position: absolute;
    bottom: 1%;
    width: 100%;
}


/* Tabla en imporesion */


.impresion-tabla {
    padding: 0 20px;
}


.salto-pagina {
    page-break-before: always;
}


.salto-pagina-despues {
    page-break-after: always;
}


/* VISTA PREVIA RECIBO 80mm */


.vista-recibo-80mm {
    padding: 5mm;
    width: 80mm;
}


@media print {
    .sidebar,
    .topnavbar,
    .offsidebar,
    .nav-justified,
    .nav-tabs.nav-justified,
    .toolbar,
    .react-tabs__tab-list,
    .rc-tabs-bar,
    .breadcrumb,
    .styles_closeIcon__1QwbI,
    footer,
    .btn {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }
    .react-tabs__tab-panel--selected {
        border: none !important;
    }
    .react-tabs__tab-panel--selected {
        margin: 0 !important;
        padding: 0 !important;
    }
    .content-wrapper {
        left: 0 !important;
        top: 0 !important;
        right: 0 !important;
        padding: 0;
    }
    .no-print {
        display: none !important;
    }
    .print-only {
        display: block !important;
    }
    .print {
        display: block !important;
    }
    .contrato-container {
        padding: 0;
    }
    .no-print-margin {
        margin: 0 !important;
    }
    .no-print-padding {
        padding: 0 !important;
    }
    .react-bs-table-container .table-bordered {
        min-width: 21cm !important;
    }
    .print-shadow {
        padding: 0cm !important;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .hoja-carta {
        overflow: hidden;
        padding: 0 !important;
        margin: 0 0 0 0;
        width: 215.9mm !important;
        height: 279.2mm !important;
        margin-bottom: 0;
        font-size: inherit !important;

        /* temporales */
        -webkit-print-color-adjust: exact;
        /* background-color: lightcoral; */
    }

    .no_padding {
        padding: 0 !important;
    }

    .no-margin {
        margin: 0 !important;
    }

    /* .hoja-carta:first-child{
        margin: 0cm 0 0 0;
        height: 280.8mm !important;
    }
    .hoja-carta:last-child{
        margin: 0cm 0 0 0;
        height: 280.9mm !important;
    } */
    /*.print-scale{
        width: 21.6cm;
        padding: .2cm;
        font-size: 14px;
    }*/

    /* Utils */
    .imp-pl-20 {
        padding-left:20px;
    }
    .imp-pr-20 {
        padding-right: 5px;
    }
    .no_pagina {
        bottom: 0%;
    }
    .print-space {
        display: block;
        background-color: white;
        -webkit-print-color-adjust: exact;
    }
    .impresion-venta {
        background-color: white;
        -webkit-print-color-adjust: exact;
    }

    .vista-recibo-80mm {
        padding: 0mm !important;
        width: 100%;
    }
}


@media only screen and (max-width: 768px) {
    .print-space {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        overflow-x: auto;
    }
}
html {
    font-size: 1rem;
}
.container {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 16px;
    margin-left: 60px;
    margin-right: 60px;
}
.container__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100vh;
}
/*Style preloader*/

.loader-container {
    min-height: 140px;
}

.loader {
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #3498db;
    width: 60px;
    height: 60px;
    left: 50%;
    background-color: #e0e0e0;
    position: absolute;
    margin: 1rem 1rem 1rem -30px;
    padding: 1rem;
    -webkit-animation: spin 1.5s linear infinite;
    /* Safari */
    animation: spin 1.5s linear infinite;
}

.small-loader {
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #3498db;
    width: 30px;
    height: 30px;
    background-color: #e0e0e0;
    position: absolute;
    padding: 1rem;
    -webkit-animation: spin 1.5s linear infinite;
    /* Safari */
    animation: spin 1.5s linear infinite;
    margin: 1rem 1rem 1rem -30px;
    left: 40%;
}

/* Safari */

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

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

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .topnavbar {
        min-height: 43px;
        padding: 0.2rem 0.5rem 0 0.5rem !important;
    }
    .content-wrapper {
        top: 44px;
    }
}
@media only screen and (max-width: 767px) {
    .container {
        margin-left: 0;
        margin-right: 0;
    }
    .sidebar {
        display: none !important;
    }
    .content-wrapper {
        left: 0 !important;
        width: 100%;
        padding: 20px 0 0;
        top: 53px;
    }
}

.step-number {
    background: #dee2e6;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 1rem;
    font-size: 20px;
    font-weight: bold;
}
.step-number.accomplished {
    background: #32a3ff;
    color: white;
}

.navbar {
    color: rgba(41, 40, 40, 0.15686);
    /* background-image: linear-gradient(to right, var(--orange1), var(--orange2)); */
    background-color: #A6C0DB;
    font-weight: 800;
    text-transform: uppercase;
}

.grid-titulo {
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 2px solid #b8b8b8;
    color: rgba(41, 40, 40, 0.15686);
}

.grid-titulo-sm {
    font-size: 0.9rem;
    border-bottom: 2px solid #b8b8b8;
    color: rgba(41, 40, 40, 0.15686);
}

.form-container {
    background-color: white;
    width: 70%;
    margin: auto;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 10px #BFBFBF;
            box-shadow: 2px 2px 10px #BFBFBF;
    font-weight: bold;
}

.form-container label {
    font-weight: bold;
}

.label-view {
    color: #606060;
    font-weight: bold;
}

.input-view {
    width: 100%;
    border-bottom: 3px solid #E8E8E8;
    padding: 0 15px 5px 15px;
    font-weight: normal;
    word-break: break-word;
}

.img-icono-cantidades {
    width: 12px;
    height: 12px;
}

div b {
    font-weight: bold;
}

.btn-form {
    color: #006EAA;
}

table th {
    background-color: rgba(0, 0, 0, 0.075);
    font-size: 1rem;
    border-right: 1px solid rgba(0, 0, 0, 0.075)
}

table td {
    border: 1px solid rgba(0, 0, 0, 0.075);
}

.separador {
    font-size: 1.3rem;
    font-weight: bold;
    border-right: 3px solid #4D4D4D;
}

@media only screen and (max-width: 768px) {
    .form-container {
        width: 80%;
        margin: auto;
        padding: 15px;
    }
}

@media only screen and (max-width: 425px) {
    .form-container {
        width: 92%;
    }
    .input-view {
        padding-left: 0;
        padding-right: 0;
    }
}

.container-tienda-img{
    width: 100%;
}


/*# sourceMappingURL=app.css.map*/