@font-face {
    font-family: 'comex_bold';
    src: url('/assets/fonts/comex-bold.eot');
    src: url('/assets/fonts/comex-bold.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/comex-bold.woff') format('woff'),url('/assets/fonts/comex-bold.ttf') format('truetype'),url('/assets/fonts/comex-bold.svg#comex_bold') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'comex_medium';
    src: url('/assets/fonts/comex-medium.eot');
    src: url('/assets/fonts/comex-medium.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/comex-medium.woff') format('woff'),url('/assets/fonts/comex-medium.ttf') format('truetype'),url('/assets/fonts/comex-medium.svg#comex_medium') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'comex_black';
    src: url('/assets/fonts/comex-black.eot');
    src: url('/assets/fonts/comex-black.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/comex-black.woff') format('woff'),url('/assets/fonts/comex-black.ttf') format('truetype'),url('/assets/fonts/comex-black.svg#comex_black') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'comex_italic';
    src: url('/assets/fonts/comex-italic-webfont.eot');
    src: url('/assets/fonts/comex-italic-webfont.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/comex-italic-webfont.woff') format('woff'),url('/assets/fonts/comex-italic-webfont.ttf') format('truetype'),url('/assets/fonts/comex-italic-webfont.svg#comex_black') format('svg');
    font-weight: normal;
    font-style: normal
}

.double-logo {
    width: 100%;
    height: 100%!important
}

.cx-ajax-loader {
    position: absolute;
    background-color: rgba(255,255,255,.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none
}

.cx-ajax-loader>.spinner3bounce {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -20px
}

@media(max-width: 1023px) {
    .user-login {
        display:block!important
    }
}

.comexnet-menu {
    max-width: 100%
}

.menuul {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 199
}

.menuul .menuli {
    display: block;
    position: relative;
    float: left;
    background: #f0f0f0;
    font-family: "comex_medium";
    z-index: 199
}

<!--li ul {
    display: none
}

-->.menuul .menuli .menua {
    display: block;
    padding: 1em;
    text-decoration: none;
    white-space: nowrap;
    color: #002072;
    border-bottom: 5px solid #eee;
    z-index: 9999
}

.menuul .menuli .menua:hover {
    background: #002072;
    color: #fff;
    border-bottom: 5px solid #337ab7
}

.menuli:hover>.menuul {
    display: block;
    position: absolute
}

.menuli:hover .menuli {
    float: none
}

.menuli:hover .menua {
    background: #eee
}

.menuli:hover .menuli .menua:hover {
    background: #002072
}

.main-navigation {
    text-align: center;
    width: 70%
}

.main-navigation .menuli {
    min-width: 14%
}

.main-navigation .menuli .menuul .menuli {
    border-top: 0
}

.menuul .menuul .menuul {
    left: 100%;
    top: 0;
    z-index: 9999
}

.ATC-last .menuul {
    left: -110%;
    z-index: 9999
}

.ATC-last .menuul .menuul {
    left: -40%;
    z-index: 9999
}

.menuul:before,.menuul:after {
    content: " ";
    display: table
}

.menuul:after {
    clear: both
}

.fechaSP {
    margin-left: 10%;
    font-style: italic
}

.txtSP {
    width: 80%;
    margin: 20px auto;
    color: rgba(0,0,0,.8);
    text-align: left;
    font-size: 1.5em
}

.img-container {
    width: 80%;
    margin: 20px auto
}

.img-container .img-col-2 {
    max-width: 45%;
    margin: 2%
}

.video-container {
    width: 80%;
    margin: 20px auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.video-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.btnVM {
    color: #009dda;
    font-size: 2em;
    margin: 20px auto;
    width: 100%
}

@media(max-width: 415px) {
    .img-container .img-col-2 {
        max-width:100%
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(.95)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(.5)
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%
    }

    100% {
        top: 50%
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }

    100% {
        top: 0%
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }

    100% {
        top: 50%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }

    100% {
        top: 70%
    }
}

.showSweetAlert {
    animation: showSweetAlert .3s
}

.showSweetAlert[data-animation=none] {
    animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
    animation: slideFromTop .3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
    animation: slideFromBottom .3s
}

.hideSweetAlert {
    animation: hideSweetAlert .3s
}

.hideSweetAlert[data-animation=none] {
    animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
    animation: slideToTop .3s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    animation: slideToBottom .3s
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    animation: animateSuccessTip .75s
}

.animateSuccessLong {
    animation: animateSuccessLong .75s
}

.sa-icon.sa-success.animate::after {
    animation: rotatePlaceholder 4.25s ease-in
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1
    }
}

.animateErrorIcon {
    animation: animateErrorIcon .5s
}

@keyframes animateXMark {
    0% {
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    animation: animateXMark .5s
}

@keyframes pulseWarning {
    0% {
        border-color: #f8d486
    }

    100% {
        border-color: #f8bb86
    }
}

.pulseWarning {
    animation: pulseWarning .75s infinite alternate
}

@keyframes pulseWarningIns {
    0% {
        background-color: #f8d486
    }

    100% {
        background-color: #f8bb86
    }
}

.pulseWarningIns {
    animation: pulseWarningIns .75s infinite alternate
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: rgba(0,0,0,.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1040
}

.sweet-alert {
    background-color: #fff;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 2000
}

@media all and (max-width: 767px) {
    .sweet-alert {
        width:auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert .form-group {
    display: none
}

.sweet-alert .form-group .sa-input-error {
    display: none
}

.sweet-alert.show-input .form-group {
    display: block
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: -9px;
    opacity: 0;
    visibility: hidden
}

.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default
}

.sweet-alert button.confirm[disabled] {
    color: transparent
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
    border-color: #d43f3a
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #d9534f;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    transform: rotate(45deg);
    left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    transform: rotate(-45deg);
    right: 16px
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #eea236
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f0ad4e
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f0ad4e
}

.sweet-alert .sa-icon.sa-info {
    border-color: #46b8da
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #5bc0de
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #5bc0de
}

.sweet-alert .sa-icon.sa-success {
    border-color: #4cae4c
}

.sweet-alert .sa-icon.sa-success::before,.sweet-alert .sa-icon.sa-success::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    transform: rotate(-45deg);
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    transform: rotate(-45deg);
    transform-origin: 0 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(92,184,92,.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #5cb85c;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat
}

.sweet-alert .btn-default:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,204,204,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(204,204,204,.6)
}

.sweet-alert .btn-success:focus {
    border-color: #4cae4c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(76,174,76,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(76,174,76,.6)
}

.sweet-alert .btn-info:focus {
    border-color: #46b8da;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(70,184,218,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(70,184,218,.6)
}

.sweet-alert .btn-danger:focus {
    border-color: #d43f3a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(212,63,58,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(212,63,58,.6)
}

.sweet-alert .btn-warning:focus {
    border-color: #eea236;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(238,162,54,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(238,162,54,.6)
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,.la-ball-fall>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff
}

.la-ball-fall.la-dark {
    color: #333
}

.la-ball-fall>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.la-ball-fall {
    width: 54px;
    height: 18px
}

.la-ball-fall>div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
    -moz-animation: ball-fall 1s ease-in-out infinite;
    -o-animation: ball-fall 1s ease-in-out infinite;
    animation: ball-fall 1s ease-in-out infinite
}

.la-ball-fall>div:nth-child(1) {
    -webkit-animation-delay: -200ms;
    -moz-animation-delay: -200ms;
    -o-animation-delay: -200ms;
    animation-delay: -200ms
}

.la-ball-fall>div:nth-child(2) {
    -webkit-animation-delay: -100ms;
    -moz-animation-delay: -100ms;
    -o-animation-delay: -100ms;
    animation-delay: -100ms
}

.la-ball-fall>div:nth-child(3) {
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms
}

.la-ball-fall.la-sm {
    width: 26px;
    height: 8px
}

.la-ball-fall.la-sm>div {
    width: 4px;
    height: 4px;
    margin: 2px
}

.la-ball-fall.la-2x {
    width: 108px;
    height: 36px
}

.la-ball-fall.la-2x>div {
    width: 20px;
    height: 20px;
    margin: 8px
}

.la-ball-fall.la-3x {
    width: 162px;
    height: 54px
}

.la-ball-fall.la-3x>div {
    width: 30px;
    height: 30px;
    margin: 12px
}

@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

.spinner3bounce {
    margin: 0;
    width: 70px;
    text-align: center
}

.spinner3bounce>div {
    width: 18px;
    height: 18px;
    background-color: #48b0f7;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.spinner3bounce .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner3bounce .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%,80%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.ArrowRight {
    position: initial!important;
    width: 3rem;
    height: 5rem;
    right: -8px;
    top: 37%;
    padding: 0;
    outline: none!important;
    margin: 0;
    cursor: pointer
}

.ArrowLeft {
    border: none;
    position: initial!important;
    background: none;
    position: sticky;
    width: 3rem;
    height: 5rem;
    outline: none!important;
    left: -8px;
    top: 37%;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.ArrowLeft img {
    width: 2em;
    position: fixed;
    top: 40%
}

.ArrowRight img {
    width: 2em;
    position: fixed;
    top: 40%
}

.HiddenModal {
    display: none!important
}

.ModalContainer {
    border-radius: 0;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    z-index: 9999999;
    top: 0
}

.ModalContainer .TableModal {
    position: relative;
    background: none;
    width: 25em;
    height: auto;
    position: relative
}

.ModalContainer .TableModal .InfoUp {
    background: #002072;
    border-radius: 10px 10px 0 0;
    color: #fff;
    display: block;
    height: 15em
}

.ModalContainer .TableModal .InfoUp h2 {
    color: #fff;
    text-align: center
}

.ModalContainer .TableModal .InfoUp button {
    width: 20px;
    margin-left: 12px;
    margin-top: 12px
}

.ModalContainer .TableModal .InfoUp button img {
    width: 100%
}

.ModalContainer .TableModal .InfoDown {
    background: #fff;
    display: flex;
    height: 15em;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 5em;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px
}

.ModalContainer .TableModal .InfoDown div {
    width: 80%
}

.ModalContainer .TableModal .InfoDown div span {
    display: flex
}

.ModalContainer .TableModal .InfoDown div span p {
    font-size: 1.2em;
    display: flex;
    color: #b7b7b7
}

.ModalContainer .TableModal .InfoDown div span img {
    margin-right: .5em;
    width: auto;
    height: 1.5em
}

.ModalContainer .TableModal .InfoDown .BtnDL {
    width: 20%
}

.ModalContainer .TableModal .InfoDown .BtnDL button {
    display: block;
    width: 40px;
    float: right;
    background: #002072;
    width: 3.5em;
    border-radius: 100%;
    padding: 7px
}

.ModalContainer .TableModal .InfoDown .BtnDL button img {
    width: 100%
}

.ModalContainer .TableModal .InfoMount {
    background: #009bda;
    color: #fff;
    position: absolute;
    top: 10em;
    left: 1.5em;
    padding: 1.5em;
    height: 9em;
    width: 22em
}

.ModalContainer .TableModal .InfoMount p {
    font-size: .8em
}

.ModalContainer .TableModal .InfoMount span {
    display: flex;
    text-align: center;
    justify-content: center
}

.ModalContainer .TableModal .InfoMount span p:first-child {
    font-size: 2.5em
}

.ModalContainer .TableModal .InfoMount span p:last-child {
    font-size: .8em;
    margin-left: .5em;
    margin-top: 2.4em
}

.morecontent span {
    display: none
}

.show {
    display: block!important
}

.bell {
    background: #ececec;
    padding: 6px;
    width: 41px;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.bell:hover {
    background: #f7f7f7;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.dropdown-menu {
    margin-top: 41px!important;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important
}

.dropdown-menu .cont {
    max-height: 430px;
    width: 232px;
    overflow: scroll;
    overflow-x: hidden
}

.dropdown-menu .cont::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.dropdown-menu .cont::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px
}

.dropdown-menu .cont::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px
}

.dropdown-menu .cont .title {
    color: #009bda;
    font-size: 14px;
    margin-bottom: 0
}

.dropdown-menu .cont .txt {
    font-size: 12px;
    color: #999;
    margin-bottom: 0
}

.dropdown-menu .cont .notification {
    display: none;
    padding: 10px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #ccc;
    background-color: #ececec
}

#loadMore {
    background: #f7f7f7;
    text-decoration: none;
    display: block;
    padding: 10px;
    text-align: center;
    color: #009bda;
    border-top: 1px solid #ececec;
    text-decoration: none;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    text-decoration: none;
    width: 100%;
    border-style: none;
    border-color: none;
    border-image: none;
    cursor: pointer
}

#loadMore:hover {
    color: #002072;
    background: #ececec
}

#loadMore:focus {
    outline: 0
}

.red_icon,.red_icon_mobile {
    display: none;
    position: absolute;
    height: 12px;
    width: 12px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    background-color: red;
    border-radius: 50%;
    transform-origin: center 24px;
    animation: pulse 1100ms infinite;
    -webkit-animation: pulse 1100ms infinite;
    -webkit-border-radius: pulse 900ms infinite;
    -moz-border-radius: pulse 900ms infinite;
    -ms-border-radius: pulse 900ms infinite;
    -o-border-radius: pulse 900ms infinite;
    animation-iteration-count: 7
}

.red_icon_mobile {
    display: block;
    top: 7px;
    margin-left: 20px
}

@media(min-width: 1024px) {
    .red_icon {
        display:block
    }

    .red_icon_mobile {
        display: none
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        /* width: $dim;
        height: $dim; */
        background-color: red
    }

    30% {
        opacity: .5;
        /* width: $dim * $mult;
        height: $dim * $mult; */
        background-color: red
    }

    100% {
        opacity: 1;
        /* width: $dim;
        height: $dim; */
        background-color: red
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif
}

.bn-w {
    border-radius: 15px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0!important
}

.cont-bn-ped {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    width: 97%;
    margin: 0 auto
}

.last-cont {
    background: #f0f0f0;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 600px;
    padding: 20px
}

.last-title {
    color: #002072;
    font-family: 'comex_bold';
    text-align: left;
    margin: 0 0 16px 0!important
}

.cont-ped {
    display: flex;
    flex-direction: column;
    overflow: scroll
}

.last {
    background: #fff;
    border: 1px solid #a6a6a6;
    border-radius: 10px;
    color: #4d4d4d;
    text-decoration: none;
    padding: 12px;
    margin-bottom: 9px;
    font-weight: normal
}

.last:hover {
    text-decoration: none
}

.last-head,.last-footer {
    display: flex;
    justify-content: space-between
}

.last-body label {
    display: none
}

.last-body progress {
    height: 16px;
    width: 100%
}

.lh-pedido {
    color: #002072;
    margin: 0 0 0 0!important
}

.last-status {
    color: #009bda;
    font-size: .8em;
    margin: 0 0 0 0!important
}

.foot-det {
    margin: 0 0 0 0!important
}

.foot-det p {
    font-size: .6em;
    text-align: left;
    margin: 0
}

.foot-cuenta {
    font-size: .8em;
    text-align: right
}

.foot-cuenta p {
    margin: 0 0 0 0!important;
    font-size: 1.1em
}

.act {
    font-size: .6em!important
}

.last-link {
    color: #002072;
    text-align: center;
    width: 100%
}

.cont-ped::-webkit-scrollbar {
    width: 0
}

@media(min-width: 1024px) {
    .cont-bn-ped {
        flex-direction:row
    }

    .bn-w {
        width: 75%
    }

    .last-cont {
        width: 25%
    }
}
