@font-face {
    font-family: 'banks-miles-single';
    src: url('/statics/bootstrap-3.2.0/fonts/banks-miles-single.ttf') format('truetype');
}

@font-face {
    font-family: 'Questrial';
    src: url('/statics/bootstrap-3.2.0/fonts/Questrial-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Oswald';
    src: url('/statics/bootstrap-3.2.0/fonts/Oswald-Regular.ttf') format('truetype');
}



html,
body,
#root {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100vw;
}

[role=button] {
    cursor: pointer;
}

body {
    font-family: 'Questrial' !important;
}

body::-webkit-scrollbar {
    -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
    width: 10px;
}

body::-webkit-scrollbar-button:increment,
body::-webkit-scrollbar-button {
    display: none;
}

body::-webkit-scrollbar:horizontal {
    height: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
}

a[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 
}

.dashboard-content-card::-webkit-scrollbar {
    -webkit-appearance: none;
}

.dashboard-content-card::-webkit-scrollbar:vertical {
    width: 5px;
}

.dashboard-content-card::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.product-card.category .searchable-option-values-container-list::-webkit-scrollbar {
    -webkit-appearance: none;
}

.product-card.category .searchable-option-values-container-list::-webkit-scrollbar:vertical {
    width: 5px;
}

.product-card.category .searchable-option-values-container-list::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

a,
a:visited,
a:focus {
    color: #428bca;
    text-decoration: none;
    cursor: pointer;
}


/* Por definicion */

.o-hidden {
    overflow: hidden;
}

.o-hidden-x {
    overflow-x: hidden;
}

.o-hidden-y {
    overflow-y: hidden;
}

.o-hidden-x-auto {
    overflow-x: auto;
}

.o-hidden-y-auto {
    overflow-y: auto;
}

.m-auto {
    margin: 0 auto;
}

.wspace-nowrap {
    white-space: nowrap;
}

.wspace-normal {
    white-space: normal;
}

.wspace-pre {
    white-space: pre;
}

.display-ib {
    display: inline-block;
}


/* Borders*/

.borderT {
    border-top: 1px solid #ddd;
}

.borderR {
    border-right: 1px solid #ddd;
}

.borderB {
    border-bottom: 1px solid #ddd;
}

.borderL {
    border-left: 1px solid #ddd;
}

.break-word {
    word-wrap: break-word;
}

.borderTB {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.borderLR {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}


/* Fonts*/

.font10 {
    font-size: 10px !important;
}

.font12 {
    font-size: 12px !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}
.font26 {
    font-size: 26px !important;
}
.font-bold{
    font-weight: 700 !important;
}
.font-light {
    font-weight: 300 !important;
}
.font-normal {
    font-weight: 400 !important;
}
.font-semibold {
    font-weight: 600 !important;
}
.space-font-2 {
    margin: 2px 0 2px;
}

.space-font-b-2 {
    margin: 0 0 2px;
}

.space-font-b-5 {
    margin: 0 0 5px;
}

.space-font-b-10 {
    margin: 0 0 10px;
}

a.link-unstyle {
    color: #333;
    cursor: pointer;
}


/* labels read y unread*/

.label-read {
    background: #fff;
    color: #999;
}

.label-unread {
    background: #fff;
    color: #d43f3a;
}


/* ---------------- BTN BOOSTRAP ---------------- */

.btn {
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
}


@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-white {
    color: #fff!important;
}

.btn-white:hover {
    color: #2a6496 !important;
    background-color: #fff;
}

.btn-primary {
    color: #fff !important;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #1d71ca;
    border-color: #1d71ca;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff !important;
    background-color: #1d71ca;
    border-color: #1d71ca;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #0062cc;
    border-color: #005cbf;
}


.btn-secondary {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff !important;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff !important;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff !important;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff !important;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff !important;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff !important;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff !important;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff !important;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info.focus,
.btn-info:focus {
    color: #fff !important;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff !important;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff !important;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff !important;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff !important;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff !important;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.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 {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.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 {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


/* ------------- FIN BTN BOOTSTRAP --------------- */

.btn-info .label-read,
.btn-warning .label-read {
    background: none;
    color: #fff;
}

.navbar-nav .label-read {
    background: none;
    color: #333;
}

.navbar-nav .label-unread {
    background: #d43f3a;
    color: #fff;
}


/* nav Pills Gray*/

ul.nav-gray li.active a,
ul.nav-gray li.active a:hover {
    background: #ddd;
    color: #333;
}

ul.nav-sm li a {
    font-size: 12px;
    padding: 5px 10px;
}

.text-gray {
    color: #666;
}

.text-gray-ccc {
    color: #ccc;
}

.text-gray-999 {
    color: #999;
}


/* ESPACIO TOP */

.space-t-2 {
    padding-top: 2px;
}

.space-t-5 {
    padding-top: 5px;
}

.space-t-6 {
    padding-top: 6px;
}

.space-t-7 {
    padding-top: 7px;
}

.space-t-8 {
    padding-top: 8px;
}

.space-t-9 {
    padding-top: 9px;
}

.space-t-10 {
    padding-top: 10px;
}

.space-t-20 {
    padding-top: 20px;
}

.space-t-30 {
    padding-top: 30px;
}

.space-t-40 {
    padding-top: 40px;
}

.space-t-50 {
    padding-top: 50px;
}


/* ESPACIO BOTTOM */

.space-b-10 {
    padding-bottom: 10px;
}

.space-b-15 {
    padding-bottom: 15px;
}

.space-b-20 {
    padding-bottom: 20px;
}

.space-b-30 {
    padding-bottom: 30px;
}

.space-b-40 {
    padding-bottom: 40px;
}


/* ESPACIOS TOP Y BOTTOM*/

.space-tb-3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

.space-tb-4 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.space-tb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.space-tb-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.space-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.space-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.space-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.space-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}


/* ESPACIO LEFT*/

.space-l-10 {
    padding-left: 10px;
}


/* ESPACIO RIGHT*/

.space-r-10 {
    padding-right: 10px;
}

.space-r-20 {
    padding-right: 20px;
}


/* ESPACIOS LEFT Y RIGHT*/

.space-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.space-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.space-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.space-lr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.space-lr-50 {
    padding-left: 50px;
    padding-right: 50px;
}


/* ESPACIOS TOTALES*/

.space-10 {
    padding: 10px;
}

.space-20 {
    padding: 20px;
}

.space-30 {
    padding: 30px;
}


/* GENERAL MARGIN */

.space-10m {
    margin: 10px;
}

.space-20m {
    margin: 20px;
}

.space-30m {
    margin: 30px;
}


/* MARGIN RIGHT*/

.space-r-10m {
    margin-right: 10px;
}

.space-r-20m {
    margin-right: 20px;
}


/* MARGIN BOTTOM */

.space-b-10m {
    margin-bottom: 10px;
}

.space-b-15m {
    margin-bottom: 15px;
}

.space-b-20m {
    margin-bottom: 20px;
}


/* HEIGHTS */

.h10 {
    height: 10px !important;
}

.h20 {
    height: 20px !important;
}

.h30 {
    height: 30px !important;
}

.h40 {
    height: 40px !important;
}

.h50 {
    height: 50px !important;
}

.h60 {
    height: 60px !important;
}

.h70 {
    height: 70px !important;
}

.h80 {
    height: 80px !important;
}

.h90 {
    height: 90px !important;
}

.h100 {
    height: 100px !important;
}

.h110 {
    height: 110px !important;
}

.h120 {
    height: 120px !important;
}

.h130 {
    height: 130px !important;
}

.h140 {
    height: 140px !important;
}

.h150 {
    height: 150px !important;
}

.h160 {
    height: 160px !important;
}

.h170 {
    height: 170px !important;
}

.h180 {
    height: 180px !important;
}

.h190 {
    height: 190px !important;
}

.h200 {
    height: 200px !important;
}


/* MIN HEIGHT */

.min-h-10 {
    min-height: 10px !important;
}

.min-h-20 {
    min-height: 20px !important;
}

.min-h-30 {
    min-height: 30px !important;
}

.min-h-40 {
    min-height: 40px !important;
}

.min-h-50 {
    min-height: 50px !important;
}

.min-h-60 {
    min-height: 60px !important;
}

.min-h-70 {
    min-height: 70px !important;
}

.min-h-80 {
    min-height: 80px !important;
}

.min-h-90 {
    min-height: 90px !important;
}

.min-h-100 {
    min-height: 100px !important;
}

.min-h-110 {
    min-height: 110px !important;
}

.min-h-120 {
    min-height: 120px !important;
}

.min-h-130 {
    min-height: 130px !important;
}

.min-h-140 {
    min-height: 140px !important;
}

.min-h-150 {
    min-height: 150px !important;
}

.min-h-160 {
    min-height: 160px !important;
}

.min-h-170 {
    min-height: 170px !important;
}

.min-h-180 {
    min-height: 180px !important;
}

.min-h-190 {
    min-height: 190px !important;
}

.min-h-200 {
    min-height: 200px !important;
}


/* MAX HEIGHT */

.max-h-10 {
    max-height: 10px !important;
}

.max-h-20 {
    max-height: 20px !important;
}

.max-h-30 {
    max-height: 30px !important;
}

.max-h-40 {
    max-height: 40px !important;
}

.max-h-50 {
    max-height: 50px !important;
}

.max-h-60 {
    max-height: 60px !important;
}

.max-h-70 {
    max-height: 70px !important;
}

.max-h-80 {
    max-height: 80px !important;
}

.max-h-90 {
    max-height: 90px !important;
}

.max-h-100 {
    max-height: 100px !important;
}

.max-h-110 {
    max-height: 110px !important;
}

.max-h-120 {
    max-height: 120px !important;
}

.max-h-130 {
    max-height: 130px !important;
}

.max-h-140 {
    max-height: 140px !important;
}

.max-h-150 {
    max-height: 150px !important;
}

.max-h-160 {
    max-height: 160px !important;
}

.max-h-170 {
    max-height: 170px !important;
}

.max-h-180 {
    max-height: 180px !important;
}

.max-h-190 {
    max-height: 190px !important;
}

.max-h-200 {
    max-height: 200px !important;
}


/* WIDTHS */

.w100p {
    width: 100% !important;
}

.w10 {
    width: 10px !important;
}

.w20 {
    width: 20px !important;
}

.w30 {
    width: 30px !important;
}

.w40 {
    width: 40px !important;
}

.w50 {
    width: 50px !important;
}

.w60 {
    width: 60px !important;
}

.w100 {
    width: 100px !important;
}

.w150 {
    width: 150px !important;
}

.w200 {
    width: 200px !important;
}

.w250 {
    width: 250px !important;
}

.w300 {
    width: 300px !important;
}

.w400 {
    width: 400px !important;
}

.w500 {
    width: 500px !important;
}

.w600 {
    width: 600px !important;
}

.w700 {
    width: 700px !important;
}


/* MIN WIDTH */

.min-w-100 {
    min-width: 100px !important;
}

.min-w-200 {
    min-width: 200px !important;
}

.min-w-300 {
    min-width: 300px !important;
}

.min-w-400 {
    min-width: 400px !important;
}


/* MAX WIDTH */

.max-w-30 {
    max-width: 30px !important;
}

.max-w-40 {
    max-width: 40px !important;
}

.max-w-50 {
    max-width: 50px !important;
}

.max-w-60 {
    max-width: 60px !important;
}

.max-w-100 {
    max-width: 100px !important;
}

.max-w-150 {
    max-width: 150px !important;
}

.max-w-200 {
    /* max-width: 200px !important; */
}

.max-w-250 {
    max-width: 250px !important;
}

.max-w-300 {
    max-width: 300px !important;
}

.max-w-400 {
    max-width: 400px !important;
}

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


/* CORRECCION EN THUMBNAILS PARA QUE PUEDAN CENTRARSE LAS IMAGENES*/

img.thumbcenter {
    display: inline-block;
}


/* CONTENEDOR TABS */

.tab-content {
    padding: 18px 2px;
}


/* TITULAR GRANDE */

.page-header-osom {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}


/* ITEMS EN LISTADO */

.item-list {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
    padding-bottom: 1.75rem !important;
    padding-top: 1.75rem !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    transition: .6s ease;
}

.item-list-content {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    flex: 1;
}

.item-list.item-list-hover:hover {
    background: #ccc;
}

.item-list.item-list-bordered {
    border: 1px solid #908e8ecc;
    border-bottom: 0;
}

.item-list.item-list-bordered:last-child {
    border-bottom: 1px solid #908e8ecc;
}

.item-list-photo {
    flex-wrap: wrap!important;
    width: 200px;
}

.symbol {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: .42rem;
}

.symbol.symbol-35 .symbol-label {
    width: 35px;
    height: 35px;
}

.symbol .symbol-label {
    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-weight: 500;
    color: #3f4254;
    background-color: #f3f6f9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: .42rem;
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}

.item-list-time {
    width: 70px;
    font-weight: 600!important;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-list p {
    margin: 0 0 5px;
}

.item-list-pending {
    background: #eee;
}

.item-list-user {
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
}


/* ESTILOS DE JUMBOTRONS */

.jumbotron-osom {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}

.jumbotron-osom-pad {
    padding-top: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
}

.jumbotron-border-tb {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background: none !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 30px;
}

.jumbotron-border-t {
    border-top: 2px solid #ccc;
    background: none !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 30px;
}

.jumbotron-gray15 {
    background: #f1f1f1 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.jumbotron-gray20 {
    background: #f1f1f1 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}


/* Elimina las lineas punteadas de los tabs al hacer click, normalizacion para el explorador mozilla. */

.nav>li>a,
.navbar-small a {
    outline: 0;
}


/* Dropdown de menu pero con informacion */

.dropdownInfo {
    padding: 10px;
}


/* Estos estilos son agregados para hacer la barra de navegacion con submenues infinitos */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* Navegador secundario de orisom */

ul.subnav-orisom {
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
}

ul.subnav-orisom li {}

ul.subnav-orisom li a {
    padding: 5px 10px;
    color: #666;
}


/* Listado de items */

.cont-items-default {}

.list-item {
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}

.list-item label {
    font-weight: normal;
}


/* Loader en pantalla completa */

.bg-loader2-content {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    text-align: center;
    z-index: 999999;
    overflow: auto;
    width: 100px;
    height: 100px;
}
.bg-loader-item {
    position: fixed;
    bottom: 0%;
    width: 100%;
   
   
}
.bg-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(3px);
    z-index: 9999;
    display: none;
}


/* Arbol de carpetas utilizado para gestion de enlaces, categorias, archivos multimedia */

.tree {
    min-height: 20px;
    padding: 10px 10px 20px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative
}

.tree li::before,
.tree li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto
}

.tree li::before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px
}

.tree li::after {
    border-top: 1px solid #999;
    height: 20px;
    top: 25px;
    width: 25px
}

.tree li span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #999 !important;
    border-radius: 5px;
    display: inline-flex;
    padding: 3px 8px;
    text-decoration: none;
    gap: 5px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.tree li span h2 {
    margin: 0;
    font-size: 16px;
}

.tree li span h3,
.tree li span h4 {
    display: none;
}

.tree li.parent_li>span {
    cursor: pointer;
    background-color: #e7e6e6;
    border: 0 !important;
    font-size: 16px;
}

.tree>ul>li::before,
.tree>ul>li::after {
    border: 0
}

/* .tree li:last-child::before {
    height: auto;
} */

.tree li.parent_li>span:hover {
    background: #ccc;
    transition: all 0.3s ease;
}

.tree li.parent_li>span:hover+ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000
}
.tree li.parent_li ul li span:hover {
    background: #ccc;
    transition: all 0.3s ease;
}


.tree ul {
    margin-bottom: 0;
    padding: 0 0 0 10px;
}

.tree ul ul {
    margin-bottom: 0;
    padding: 0 0 0 30px;
}

.nav-pic-user img {
    max-width: 20px;
    max-height: 20px;
}

.orisombg {
    background: #0d83dd;
}

.orisombg i {
    color: #fff;
}

.orisombg span {
    display: block;
    line-height: 20px;
    padding: 15px 10px;
    color: #fff;
}

.orisombg2 {
    background: #0d83dd;
}

.orisombg2 i,
.orisombg2 span {
    color: #fff;
}

.orisombg2.open i,
.orisombg2.open span {
    color: #000;
}

.orisombg2 span {
    padding: 1px;
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0;
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0;
}

.nav {
    margin-bottom: 0;
}

.nav>li.dropdown-full.open {
    position: static;
}

.nav>li.dropdown-full.open .dropdown-menu {
    display: block;
    width: 100%;
}

.dropdown-menu>li {
    display: block;
}

.dropdown-menu>div>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
}

.menu-mobile>div>a {
    color: #777;
    text-decoration: none;
}

.overflow {
    overflow-x: auto;
    display: none;
}

.body-a {
    padding-top: 60px;
}

.body-auth {
    padding-top: 86px;
}

@media (max-width:767px) {
    .overflow {
        overflow-x: auto;
        display: block;
    }
    .body-a {
        padding-top: 120px;
    }
    .body-auth {
        padding-top: 172px;
    }
    .factura-text-lg {
        font-size: 1.5rem !important;
    }
    .subtitle h2{
        font-size: 15px !important;
    }
    .title h2 {
        font-size: 22px !important;
    }
    .factura-text {
        font-size: 1.4rem !important;
    }
    .factura-text-1 {
        font-size: 1.4rem !important;
    }
    .factura-text-sm {
        font-size: 1.4rem !important;
    }
    .custom-h {
        height: 275px !important;
    }
    .background {
        background-size: cover !important;
    }
    .subtitle-text {
        font-size: 0.8;
        line-height: 16px;
    }
    .question-text-section-text {
        font-size: 1em;
    }
    .auto-size-text-area {
        font-size: 20px !important;
    }
    .div-section-container {
        padding-left: 45px !important;
        padding-right: 21px !important;
    }
    .section-header-container>.section-card-header-title .section-card-header-title-group,
    .section-header-container>.section-card-header-title .section-card-header-title-image {
        display: flex !important;
        flex-direction: column;
    }
    .section-header-container>.section-card-header-title .section-card-header-title-image {
        display: none !important;
    }
    .product-card-b {
        width: 350px !important;
    }
    .section-header-container>.section-card-header-title.section-header-page-step {
        width: 350px !important;
    }
    .section-header-container>.section-card-header-title.section-header-page-step .section-card-header-title-group .section-card-header-title-title {
        width: 100% !important;
    }
    .section-header-container>.section-card-header-title-verum.section-header-page-step {
        width: 100% !important;
        margin: 54px auto 30px !important;
        text-align: center;
    }
    .product-card-verum {
        margin: 0 auto !important;
    }
    .rs-label {
        width: 70px !important;
        height: 70px !important;
        padding-top: 10px !important;
        margin-left: -25px !important;
        font-size: 25px !important;
    }
    .rs-label:after {
        font-size: 15px !important;
    }
}

.lineal {
    display: flex;
}



.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-ficha {
    max-width: 90%;
    width: auto;
    height: auto;
    max-height: 120px;
    margin-left: auto;
    margin-right: auto;
}

.img-album-list {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 150px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.align-items-end {
    -ms-flex-align: flex-end!important;
    align-items: flex-end!important;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.justify-content-end {
    -ms-flex-pack: flex-end!important;
    justify-content: flex-end!important;
}

.justify-content-between {
    -ms-flex-pack: space-between!important;
    justify-content: space-between!important;
}
.justify-content-start {
    -ms-flex-pack: flex-start!important;
    justify-content: flex-start!important;
}

.justify-content-evenly {
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important;
}

.justify-content-around {
    -ms-flex-pack: space-around!important;
    justify-content: space-around!important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-inline-flex{
    display: inline-flex!important;
}
.flex-wrap{
    flex-wrap: wrap !important;
}

.d-flex-column {
    flex-direction: column;
}

.nolink {
    color: black;
}

.nolink:hover {
    color: black;
    text-decoration: none;
}

.factura-text-lg {
    font-size: 2.1rem;
}

.factura-text {
    font-size: 1.5rem;
}

.factura-text-1 {
    font-size: 2rem;
}

.factura-text-sm {
    font-size: 1.5rem;
}

.separador {
    border-bottom: 3px solid #dfdddd;
}

.separador-1 {
    border-bottom: 2px solid #dfdddd;
}

.separador-2 {
    border-bottom: 1px solid #2a6496;
}

.border-custom {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 10px 10px 5px -2px rgba(214, 214, 214, 1);
    -moz-box-shadow: 10px 10px 5px -2px rgba(214, 214, 214, 1);
    box-shadow: 10px 10px 5px -2px rgba(214, 214, 214, 1);
}

.custom-h {
    height: 235px;
}

.comision-custom-h {
    height: 255px;
    max-height: 255px;
}

.plan-card-h {
    min-height: 140px;
    max-height: 140px;
}

.plan-card-text {
    overflow: hidden;
    max-height: 50px;
}

.module-card-text {
    overflow: hidden;
    max-height: 35px;
}

.module-card-text-2 {
    overflow: hidden;
    max-height: 20px;
}
.module-card-text-2 img{
    display: none !important;
}


.module-card-h {
    min-height: 155px;
    max-height: 155px;
}

.precios-card-text {
    overflow: hidden;
    max-height: 50px;
}

.most-seller {
    min-height: 370px;
    max-height: 370px;
}

.most-seller-text {
    min-height: 30px;
    overflow: hidden;
    max-height: 30px;
}

.most-seller-code-text {
    overflow: hidden;
    width: 135px;
    max-width: 135px;
}

.items-sell {
    min-height: 405px;
    max-height: 405px;
}

.form-card-h {
    min-height: 115px;
    max-height: 115px;
}

.form-input-card-h {
    min-height: 135px;
    max-height: 135px;
}

.servip-card-h {
    min-height: 195px;
    max-height: 195px;
}

.servip-card-text {
    overflow: hidden;
    height: 30px;
    margin-bottom: 10px;
}

.stock-card-h {
    min-height: 170px;
    max-height: 170px;
}

.stock-card-text {
    height: 51px;
    overflow: hidden;
}

.flex {
    flex: 0 0 100%
}

.flex-1 {
    flex: 1;
}

.bg-color-b {
    background-color: #2a6496 !important;
    color: #fff !important;
}

.bg-color-v {
    background-color: #EA6B1E !important;
    color: #fff !important;
}

.bg-color-b2 {
    background-color: #3e7db3 !important;
    color: #fff !important;
}

.bg-color-b3 {
    background-color: #2a6496 !important;
    color: #fff !important;
}

.bg-color-g {
    background: #f7f7f7 !important;
}
.font-color-b{
    color: #2a6496 !important;
}

.bg-color-green {
    background: #28a745 !important;
    color: #fff !important;
}
.font-color-green{
    color: #28a745 !important;
}

.dropdown-right {
    left: auto;
    right: 0;
}

.filtros {
    left: auto;
    right: 0;
    overflow: hidden;
    overflow-y: scroll;
    height: 400px;
}

.precio-ficha {
    font-size: 40px;
}

.precio-ficha-2 {
    font-size: 20px;
}

.title-list-ficha {
    font-size: 24px;
}

.compra-color {
    color: #d9534f;
}

.venta-color {
    color: green;
}

.btn-ficha {
    height: 31.979166px !important;
}

.detalles-ficha {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.b-0 {
    border: 0;
}

.b-00 {
    box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, .05);
    border-radius: 0
}

.ori-col-md-2,
.ori-col-md-3,
.ori-col-md-2_2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .ori-col-md-2,
    .ori-col-md-3,
    .ori-col-md-2_2 {
        float: left;
    }
    .ori-col-md-3 {
        width: 20% !important;
    }
    .ori-col-md-2 {
        width: 12% !important;
    }
    .ori-col-md-2_2 {
        width: 12.5%;
    }
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -3rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .background {
        background-size: cover !important;
    }
    .ori-col-md-2,
    .ori-col-md-3,
    .ori-col-md-2_2 {
        float: left;
    }
    .ori-col-md-3 {
        width: 20% !important;
    }
    .ori-col-md-2 {
        width: 12% !important;
    }
    .ori-col-md-2_2 {
        width: 12.5%;
    }
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .m-md-n3 {
        margin: -1rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem!important
    }
    .m-md-n4 {
        margin: -1.5rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-n5 {
        margin: -3rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    .ori-col-md-2,
    .ori-col-md-3,
    .ori-col-md-2_2 {
        float: left;
    }
    .ori-col-md-3 {
        width: 20% !important;
    }
    .ori-col-md-2 {
        width: 12% !important;
    }
    .ori-col-md-2_2 {
        width: 12.5%;
    }
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -3rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .ori-col-md-2,
    .ori-col-md-3,
    .ori-col-md-2_2 {
        float: left;
    }
    .ori-col-md-2 {
        width: 12% !important;
    }
    .ori-col-md-2_2 {
        width: 12.5%;
    }
    .ori-col-md-3 {
        width: 20% !important;
    }
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .m-xl-n3 {
        margin: -1rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .m-xl-n4 {
        margin: -1.5rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xl-n5 {
        margin: -3rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}
.text-danger {
    color: #a94442 !important;
}


/*Loader buscador de productos*/

.buscador_productos_loader,
.buscador_productos_loader:before,
.buscador_productos_loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.buscador_productos_loader {
    color: #80b3ff;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.buscador_productos_loader:before,
.buscador_productos_loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.buscador_productos_loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.buscador_productos_loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


/* wizard */

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center !important;
    padding: 6px 0 !important;
    font-size: 12px !important;
    line-height: 1.428571429 !important;
    border-radius: 15px !important;
    opacity: 1 !important;
}


/* fin wizard */

.title h1 {
    font-family: 'Oswald';
    font-size: 40px;
    letter-spacing: 1.5px;
    font-weight: 800;
    text-transform: uppercase;
}

.title h2 {
    font-family: 'Oswald';
    font-size: 24px;
    letter-spacing: 1.5px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 20px;
    overflow: hidden;
    min-height: 50px;
    max-height: 50px;
}

.title .title-h2 {
    font-family: 'Oswald';
    font-size: 24px;
    letter-spacing: 1.5px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 20px 0px;
    overflow: hidden;
    display: flex;
    align-items: inherit;
}

.title h2 a {
    font-family: 'Oswald';
    font-size: 17px;
    letter-spacing: 1.5px;
    font-weight: 800;
    text-transform: uppercase;
}

.title h2 .title-link {
    color: #fff !important;
}

.subtitle h1 {
    margin-top: 10px;
    font-family: 'Oswald';
    font-size: 22px;
    color: #000;
    letter-spacing: 1.5px;
    font-weight: 800;
    text-transform: uppercase;
    word-break: break-all;
}

.subtitle h2 {
    margin-top: 10px;
    font-family: 'Oswald';
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: 800;
    text-transform: uppercase;
    word-break: break-all;
}

.subtitle h3 {
    margin-top: 5px;
    font-family: 'Oswald';
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    font-weight: 800;
    text-transform: uppercase;
    word-break: break-word;
}

.subtitle h4 {
    margin-top: 10px;
    font-family: 'Oswald';
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 800;
    text-transform: uppercase;
    word-break: break-all;
}

.subtitle h4 a {
    text-decoration: none;
}

.subtitle h5 {
    font-family: 'Oswald';
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 800;
    text-transform: uppercase;
    word-break: break-all;
}

.subtitle h5 a {
    text-decoration: none;
}

.subtitle label {
    margin-top: 10px;
    font-family: 'Oswald';
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 800;
    text-transform: uppercase;
    word-break: break-all;
}

.subtitle th {
    font-family: 'Oswald';
    letter-spacing: 1.5px;
    font-weight: 800;
    text-transform: uppercase;
    word-break: break-all;
    font-size: 12px;
}

.subtitle .text-chart {
    font-family: 'Oswald' !important;
}


/*Descripcion Post*/

.defpost1 .wdgViewPost .wdgPost .PostDescription {
    overflow: hidden;
    padding: 5px 0;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1.3;
    color: #000;
    font-family: 'Questrial';
}

.description h4 {
    overflow: hidden;
    padding: 5px 0;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1.3;
    font-weight: 800;
    color: #000;
}

.description a {
    overflow: hidden;
    padding: 5px 0;
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 1.3;
    font-weight: bold;
    color: #328789;
    text-decoration: none;
}

.description h1 a {
    font-family: 'Oswald';
    overflow: hidden;
    font-size: 10px;
    letter-spacing: 1.2px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #328789;
    padding: 10px 10px 10px 10px;
}

.description h3 a {
    font-family: 'Oswald';
    overflow: hidden;
    font-size: 10px;
    letter-spacing: 1.2px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: red;
    padding: 10px 10px 10px 10px;
}

.description h6 a {
    font-family: 'Oswald';
    overflow: hidden;
    font-size: 7px;
    letter-spacing: 1.2px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #000;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}

.btn-oswald {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0 !important;
}

.btn-questrial {
    font-family: 'Questrial';
    font-size: 12px;
    border-radius: 0 !important;
    border: 0 !important;
}

.btn-questrial:focus {
    outline: none !important;
}

.btn-questrial-2 {
    font-family: 'Questrial';
    border-radius: 0 !important;
    border: 0 !important;
}

.btn.btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.3rem + 2px);
    width: calc(1.5em + 1.3rem + 2px);
}

.btn.btn-icon.btn-xs {
    height: 24px;
    width: 24px;
}

.btn.btn-icon:active {
    box-shadow: none !important;
}

.btn-circled {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px !important;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circled.btn-lg {
    width: 45px;
    height: 45px;
    padding: 12px 8px;
    font-size: 18px !important;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circled.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px !important;
    line-height: 1.33;
    border-radius: 35px;
}

.row-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.btn.bg-color-y:hover {
    background-color: #fdea78;
    color: #000;
}

.btn.bg-color-y {
    border: 1px solid #fdee93;
    transition: all .3s ease;
}

.bg-color-y {
    background-color: #fdee93;
    color: #000 !important;
}

.bg-warning {
    background-color: #ec971f;
    color: #fff;
}

.oswald {
    font-family: 'Oswald';
    text-transform: uppercase;
}

.text-black {
    color: #000000 !important;
    padding-top: 20px;
}

.panel-heading.collapsed div h3:after {
    font-family: 'orisom-i';
    content: '\ed49';
    font-weight: bold;
    float: right;
}
.panel-heading.collapsed div h4:after {
    font-family: 'orisom-i';
    content: '\ed49';
    font-weight: bold;
    float: right;
}

.panel-heading div h3:after {
    font-family: 'orisom-i';
    content: '\ed4c';
    font-weight: bold;
    float: right;
}
.panel-heading div h4:after {
    font-family: 'orisom-i';
    content: '\ed4c';
    font-weight: bold;
    float: right;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #2a6496 !important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.container-img {
    position: relative;
    width: 100%;
    height: 150px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    padding: 2px;
}

.image {
    display: block;
    height: 100%;
    height: -webkit-fill-available;
    height: fill-available;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(255, 255, 255, 0.5);
}

.container-img:hover .overlay {
    opacity: 1;
}

.btn-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    background-color: #2a6496 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Oswald';
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .8;
}

.jumbotron {
    position: relative;
}

#buttoncancel {
    position: absolute;
    top: -10px;
    left: -10px;
}

#cancel {
    border-radius: 50% !important;
    padding: 6px 5px;
}

.badge-white {
    color: #2a6496 !important;
    background-color: #ffffff !important;
}

.badge-primary {
    background-color: #3071a9 !important;
    color: #fff !important;
}

.badge-danger {
    color: #fff !important;
    background-color: #d43f3a !important;
}

.badge-warning {
    color: #212529 !important;
    background-color: #f7b924 !important;
}

.badge-success {
    color: #fff !important;
    background-color: #3ac47d !important;
}

.badge-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
}

.badge-info {
    color: #fff !important;
    background-color: #16aaff !important;
}

.dashboard-card {
    height: 250px;
    overflow: hidden;
}

.dashboard-content-card {
    height: 225px;
    overflow: hidden;
}

.dashboard-content-card:hover {
    overflow: auto !important;
}

.dashboard-content a {
    color: #ffffff;
}

.card-content-circled {
    border-radius: 10px;
    background-color: #ffffff;
    color: #000000;
    margin: 0 15px;
    padding: 0;
}

.personas-card-h {
    flex-grow: 1;
}

.logistic-card-h {
    min-height: 255px;
}

.container-as {
    width: 100%;
    height: 100%;
    vertical-align: top;
    display: table;
    background: url(/statics/images/form-background.png);
    background-position: top;
    background-attachment: fixed;
}

.container-as-cover {
    width: 100%;
    height: 100%;
    vertical-align: top;
    display: table;
    background: url(/statics/images/form-background.png);
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
}

.container-as-verum {
    width: 100%;
    height: 100%;
    vertical-align: top;
    display: table;
    background: url(/statics/images/Theme_fondo.png);
    background-attachment: fixed;
}

.bg-orisom {
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(top, #2a6496 296px, #f7f7f7 0);
}

.container-as .header_container>.title-as {
    font-size: 22px;
    font-weight: 600;
    margin: 76px auto;
    width: 700px;
    height: 92px;
    font-family: 'Oswald';
    color: #f7f7f7;
}

.container-as .header_container>.title-as .title-as-group {
    display: table-cell;
    vertical-align: top;
}

.container-as .header_container>.title-as .title-as-group .title-as-title {
    margin: 0;
    width: 500px;
}

.body_container {
    text-align: center;
}

.box.card {
    padding: 0;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row {
    flex-direction: row !important;
}

.card {
    font-family: 'Oswald';
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .25);
}

.card.selected {
    font-family: 'Oswald';
    border-radius: 4px;
    background-color: #2a6496;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .07), 1px 20px 25px 0 rgba(0, 0, 0, .1);
    border: 2px solid #000;
}

.card-task {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: solid transparent;
    border-radius: 0.42rem;
    transition: .5s box-shadow, .5s transform, .5s border-width;
    justify-content: space-around;
    width: 100%;
}

.card-task.card-custom-task {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
}

.card-task.card-custom-task.card-stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.card-task.card-custom-task.card-stretch.gutter-b {
    height: calc(570px - 25px);
}

.gutter-b {
    margin-bottom: 25px;
}

.card-task.card-custom-task.card-hover:hover {
    box-shadow: 0px 30px 30px 0px rgba(82, 63, 105, 0.3);
    transform: translateY(-3px);
    border: solid #357ebd;
    border-width: 2px;
}

.card-body-task {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2.25rem;
}

.card-task.card-custom-task>.card-body-task {
    padding: 2rem 2.25rem;
}

.card-task.card-custom-task>.card-body-task {
    min-height: 435px;
}

.card-task-title {
    font-weight: bold;
    font-size: 1.25rem !important;
}

.text-dark {
    color: #181C32 !important;
}

.text-muted {
    color: #B5B5C3 !important;
}

.font-weight-bold {
    font-weight: 500 !important;
}

.font-weight-bold-2 {
    font-weight: 600 !important;
}

.card-body-task-date {
    margin-top: 3.5rem !important;
    flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
}

.card-body-task-progress {
    margin-top: 1.5rem !important;
    flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
}

.card-body-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-body-footer {
    padding: 2rem 2.25rem;
    background-color: #ffffff;
    border-top: 1px solid #EBEDF3;
}

@media (min-width: 768px) {
    .card-animated {
        -webkit-transition: box-shadow .2s ease-in-out;
        transition: box-shadow .2s ease-in-out;
    }
    .card-animated:hover {
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, .07), 1px 20px 25px 0 rgba(0, 0, 0, .1);
    }
}

.box {
    text-align: center;
}

.box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 8px;
    padding: 30px 12px;
    height: 176px;
    width: 176px;
}

.box>.box-container {
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}

.box .box-image>i {
    background: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    font-size: 50px;
    color: #2a6496;
}

.box.selected .box-image>i {
    background: #2a6496;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    font-size: 50px;
    color: #fff;
}

.box .box-label {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 24px 0 0;
}

.box.selected .box-label {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 24px 0 0;
}

.card-disabled {
    opacity: .25;
    pointer-events: none;
    cursor: none;
}

.product-card {
    margin: 32px auto 24px;
}

.product-card-verum {
    margin: 35px auto 24px 40%;
}

.product-card-b input[type="radio"] {
    display: none;
}

.product-card:after {
    content: '';
    display: table;
}

.product-card.category {
    margin-top: 32px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.product-card-b {
    width: 752px;
}

.product-card {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .15);
    font-family: Proxima Nova, -apple-system, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    position: relative;
}

.product-card-open {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .05), 0 1px 2px 0 rgba(0, 0, 0, .15);
    border: none;
}

.product-card.product-card.category>* {
    margin-left: 0;
    margin-right: 0;
}

.product-card-header-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
    position: relative;
}

.product-card-header-container-separator {
    border-bottom: 1px solid #eee;
}

.product-card .product-card-header-title {
    overflow: hidden;
    _overflow: visible;
    zoom: 1;
    display: inline-block;
    width: 90%;
    vertical-align: middle;
}

.product-card .product-card-header-title .product-card-header-title-group {
    float: left;
}

.product-card-expandible .product-card-header-title-group {
    float: left;
    max-width: 450px;
    margin-right: 60px;
}

.product-card .product-card-header-title .product-card-header-title-t {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #333;
    display: inline-block;
}

.product-card .product-card-header-title p {
    color: rgba(0, 0, 0, .45);
    font-size: 16px;
}

.product-card .product-card-header-title p {
    padding: 0;
    line-height: 20px;
    color: #666;
    margin: 4px 0 0;
}

.product-card .product-card-header-title .product-card-header-title-group p {
    width: 480px;
}

.product-card .product-card-header-title-image {
    position: static;
}

.product-card.product-card-b .product-card-header-title {
    padding: 32px;
    text-align: left;
}

.product-card>* {
    margin-right: 32px;
    margin-left: 32px;
}

#products .product-card-body,
#products .product-card.category .searchable-option-values-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.breadcrumb-orisom {
    min-height: 50px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: -12px 32px 24px;
    overflow-x: hidden;
}

.breadcrumb-orisom .breadcrumb-orisom-item {
    display: inline-block;
}

.breadcrumb-orisom .breadcrumb-orisom-link {
    color: #3483fa;
    text-decoration: none;
    cursor: pointer;
    font-size: 17px;
    font-family: 'Questrial';
}

.breadcrumb-orisom .breadcrumb-orisom-link {
    float: left;
}

.breadcrumb-orisom .breadcrumb-orisom-chevron {
    padding: 5px 12px 0;
    float: left;
}

.product-card.product-card.category>div:nth-child(2) {
    -webkit-flex: 1;
    flex: 1;
}

#products .searchable {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.product-carousel {
    -webkit-clip-path: inset(-280px 0);
    clip-path: inset(-280px 0);
    overflow: visible;
    margin-bottom: 24px;
}

.product-carousel {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.product-carousel-buttons {
    border: 1px solid #e7e7e7;
    height: 416px;
    width: 50px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.product-carousel-buttons:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0 10px 20px -5px #ccc;
    border-color: #3483fa;
    cursor: pointer;
}

.product-carousel .product-carousel-buttons-left .icon {
    opacity: 1;
}

.product-carousel-buttons .icon {
    display: inline-block;
    opacity: 0;
    width: auto;
    position: absolute;
    top: 55%;
    left: 0;
}

.product-carousel-buttons .icon i {
    font-size: 25px;
}

.product-carousel-buttons,
.product-carousel-element {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    border-radius: 6px;
    overflow: visible;
    min-height: 416px;
}

.product-carousel-buttons-left {
    margin-left: -10px;
    text-align: right;
    -webkit-clip-path: inset(-30px -30px -30px 10px);
    clip-path: inset(-30px -30px -30px 10px);
}

.product-carousel-buttons-right {
    text-align: left;
    -webkit-clip-path: inset(-30px 10px -30px -30px);
    clip-path: inset(-30px 10px -30px -30px);
}

.product-carousel-buttons-disabled {
    border-style: dashed;
    border-color: #d3d3d3;
    background-color: #f5f5f5;
    pointer-events: none;
}

.product-carousel-element {
    width: -webkit-calc(100% - 124px);
    width: calc(100% - 124px);
    border: 1px solid #e7e7e7;
}

#products .product-card.category .searchable-option-values-container {
    padding-bottom: 0;
}

.product-card.category .searchable-option-values-container {
    padding-bottom: 30px;
    min-height: auto;
    max-height: 416px;
}

.searchable-option-values-container-title {
    padding: 24px;
    margin: 0;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    font-family: 'Oswald';
}

.product-card.category .searchable-option-values-container-list {
    max-height: 340px !important;
}

.product-card.category .searchable-option-values-container-list {
    max-height: 290px;
    overflow-y: scroll;
}

.searchable-option-values-container .values-option {
    width: 100%;
    margin: 0;
}

.searchable-option-values-container-no-filter-height .values-option {
    max-height: 340px;
}

.values-option {
    margin-top: -32px -32px 0 -32px;
    margin-top: -32px;
    margin-right: -32px;
    margin-left: -32px;
}

.searchable-option-values-container .orisom-list {
    max-height: 416px;
}

.orisom-list {
    font-family: 'Questrial';
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    background-color: #fff;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

.product-card.category .orisom-list-item:first-child {
    border-top: .0625em solid #e6e6e6;
}

.product-card.category .orisom-list-item:last-child {
    border-top: .0625em solid #e6e6e6;
}

.searchable-option-values-container .values-option .orisom-list-item {
    font-size: 16px;
    padding: 15px 24px;
    width: auto;
    position: relative;
}

.values-option .orisom-list-item {
    padding: 24px 32px;
}

.orisom-list-selectable .orisom-list-item {
    cursor: pointer;
}

.value-option-right.orisom-list-item {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.value-option.orisom-list-item {
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.orisom-list-item-selected {
    position: relative;
}

.orisom-list-item {
    padding: 24px 32px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.orisom-list-item+.orisom-list-item {
    border-top: .0625em solid #e6e6e6;
}

.searchable-option-values-container .values-option .value-option.orisom-list-item-selected:before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    border-radius: 4px;
    left: 4px;
    border-left: 4px solid #3483fa;
}

.orisom-list-item-text-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.searchable-option-values-container .values-option .value-option.orisom-list-item-selected .orisom-list-item-primary {
    color: #3483fa;
}

.searchable-option-values-container .values-option .value-option.orisom-list-item-selected .orisom-list-item-primary {
    display: inline-block;
}

.values-option .orisom-list-item-primary {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 580px;
}

.orisom-list-item-primary {
    color: rgba(0, 0, 0, .8);
}

.searchable-option-values-container .orisom-list .orisom-list-item-arrow {
    position: absolute;
    right: 24px;
}

.value-option .orisom-list-item-arrow {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.orisom-list-item-arrow {
    color: rgba(0, 0, 0, .8);
    -webkit-align-self: center;
    align-self: center;
}

.searchable-option-values-container .value-option-right .value-option-arrow .chevron-down {
    padding: 0;
    visibility: visible;
}

.searchable-option-values-container .value-option-right .value-option-arrow .chevron-down:focus {
    outline: 0;
}

.value-option .orisom-list-item-arrow .icon {
    visibility: hidden;
    width: 28px;
    height: 28px;
    margin: 4px auto 0;
}

.chevron-down {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}

.searchable-option-values-container .value-option-right .value-option-arrow .chevron-down i {
    width: 20px;
    height: 20px;
}

@-webkit-keyframes slideInFromLeft {
    0% {
        margin-left: -630px;
    }
    to {
        margin-left: 0;
    }
}

@keyframes slideInFromLeft {
    0% {
        margin-left: -630px;
    }
    to {
        margin-left: 0;
    }
}

@-webkit-keyframes slideInFromRight {
    0% {
        margin-left: 0;
    }
    to {
        margin-left: -630px;
    }
}

@keyframes slideInFromRight {
    0% {
        margin-left: 0;
    }
    to {
        margin-left: -630px;
    }
}

@-webkit-keyframes completeOpacity {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes completeOpacity {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.product-carousel-element-move-right {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-name: slideInFromLeft;
    animation-name: slideInFromLeft;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.product-carousel-element-move-left {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-name: slideInFromRight;
    animation-name: slideInFromRight;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.product-carousel-element-move {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.product-carousel-side .searchable-option-values-container {
    -webkit-animation-name: completeOpacity;
    animation-name: completeOpacity;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.atributes {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.technical-specifications-atributes {
    margin-top: 10px;
}

.atributes>div {
    -webkit-flex: 0 1 -webkit-calc(50% - 32px);
    flex: 0 1 calc(50% - 32px);
    margin: 16px;
}

.apply {
    display: -webkit-flex;
    display: flex;
}

.apply .orisom-input {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.orisom-input {
    position: relative;
}

.orisom-form-control {
    font-size: 18px;
    position: relative;
    padding-top: .66667em;
    font-weight: 400;
    display: block;
    -webkit-font-smoothing: antialiased;
    text-align: left;
}

.atributes .orisom-form-control-control {
    overflow: visible;
}

.orisom-form-control-control {
    position: relative;
}

.orisom-form-control-control p {
    font-size: 18px;
    margin-top: 20px;
}

.orisom-form-control-border,
.orisom-form-control-control,
.orisom-form-control-field,
.orisom-form-control-label {
    display: block;
    width: 100%;
}

.technical-specifications-atributes .orisom-form-control-textfield .orisom-form-control-label {
    text-overflow: unset;
    white-space: unset;
    overflow: unset;
}

.atributes .orisom-form-control-label {
    text-overflow: clip;
    white-space: normal;
    width: 130%;
}

.orisom-form-control-textfield .orisom-form-control-label {
    top: 0 !important;
}

.orisom-form-control-textfield .orisom-form-control-label {
    top: 7px;
    left: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transform-origin: left 50% 0;
    transform-origin: left 50% 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: text;
    font-size: 15px;
    font-family: 'Questrial';
}

.orisom-form-control-label-fixed {
    -webkit-transform: scale(.77778) translateY(-135%)!important;
    transform: scale(.77778) translateY(-135%)!important;
}

.orisom-form-control-label {
    font-size: 1em;
    line-height: 1;
    color: rgba(0, 0, 0, .45);
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform;
}

.orisom-form-control-textfield .orisom-form-control-field {
    height: 24px;
}

.orisom-form-control-field {
    font-size: inherit;
    font-family: 'Questrial';
    color: rgba(0, 0, 0, .8);
    line-height: normal;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 8px 0 4px;
    resize: none;
    overflow: hidden;
}

.epa .form-control {
    display: block;
    width: 100%;
    height: auto;
    margin: 8px 0 2px;
    padding: 0;
    font-size: inherit;
    font-family: Questrial;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.epa .ms-ctn-focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(0, 0, 0, 0);
}

.epa .ms-ctn .ms-trigger {
    top: 0;
    width: 25px;
    height: 100%;
    position: absolute;
    right: 0;
    background: transparent;
    border-left: 0;
    cursor: pointer;
}

.epa .ms-ctn .ms-trigger:hover {
    background: transparent;
}

.epa .ms-ctn .ms-trigger .ms-trigger-ico {
    top: 50%;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: transparent;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-left: 0;
    box-shadow: 0 0 0 lightgrey;
    transition: all 200ms ease;
    transform: translate3d(0, -50%, 0) rotate(135deg);
    right: 0;
    margin-left: 8px;
    margin-top: 15px;
}

.epa .ms-ctn .ms-trigger:hover .ms-trigger-ico {
    background-position: 0;
}

.orisom-form-control-field:focus {
    outline: 0;
}

.orisom-form-control-border {
    position: relative;
    background-color: rgba(0, 0, 0, .25);
    height: 1px;
    width: 100%;
}

.orisom-form-control-border:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.orisom-form-control-field:focus .orisom-form-control-border:after {
    background-color: #3483fa !important;
}

.orisom-form-control:hover .orisom-form-control-border:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: rgba(0, 0, 0, .45);
}

.atributes .not-apply,
.not-apply {
    padding: 10px 0;
    position: static;
}

.atributes .not-apply-2,
.not-apply-2 {
    padding: 0;
    position: static;
}

.atributes .not-apply-3,
.not-apply-3 {
    padding: 0;
    position: static;
}

.not-apply {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: Proxima Nova, -apple-system, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 12px;
    height: 35px;
    margin: auto 5px;
    opacity: 0;
    padding: 11px 8px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

.not-apply-2 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: Proxima Nova, -apple-system, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 12px;
    height: 35px;
    margin: auto 5px;
    opacity: 0;
    padding: 11px 8px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

.not-apply-3 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: Proxima Nova, -apple-system, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 12px;
    height: 35px;
    margin: auto 5px;
    opacity: 0;
    padding: 11px 8px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}

.not-apply-2 {
    color: rgba(0, 141, 49, .7)!important;
    opacity: 1!important;
    border-radius: 50%;
}

.not-apply-2:hover {
    color: rgba(0, 141, 49, 1) !important;
    opacity: 1!important;
    border-radius: 50%;
}

.not-apply-3 {
    color: rgba(215, 40, 40, 0.7) !important;
    opacity: 1!important;
    border-radius: 50%;
}

.not-apply-3:hover {
    color: rgba(215, 40, 40, 1) !important;
    opacity: 1!important;
    border-radius: 50%;
}

.not-apply {
    color: rgba(0, 0, 0, .45)!important;
    opacity: 1!important;
    border-radius: 50%;
}

.not-apply:hover {
    color: rgba(0, 0, 0, .70)!important;
    opacity: 1!important;
    border-radius: 50%;
}

.not-apply .orisom-tooltip-trigger {
    font-size: 25px;
}

.not-apply .orisom-tooltip-trigger {
    display: -webkit-flex;
    display: flex;
}

.not-apply-2 .orisom-tooltip-trigger-2 {
    font-size: 20px;
}

.not-apply-2 .orisom-tooltip-trigger-2 {
    display: -webkit-flex;
    display: flex;
}

.not-apply-3 .orisom-tooltip-trigger-3 {
    font-size: 20px;
}

.not-apply-3 .orisom-tooltip-trigger-3 {
    display: -webkit-flex;
    display: flex;
}

.product-card-body .product-card-footer {
    margin-top: 32px;
    margin-right: -32px;
    margin-left: -32px;
}

.product-card-footer {
    overflow: hidden;
    padding: 24px 32px;
    margin: 64px 0 0;
    border-top: 1px solid #eee;
}

.section-header-container>.section-card-header-title.section-header-page-step {
    margin: 54px auto 30px auto;
    width: 752px;
    height: unset;
}

.section-header-container>.section-card-header-title-verum.section-header-page-step {
    margin: 54px auto 30px 40%;
    width: 752px;
    height: unset;
}

.section-header-container>.section-card-header-title {
    font-size: 22px;
    font-weight: 600;
    margin: 76px auto;
    width: 700px;
    height: 92px;
}

.section-header-container>.section-card-header-title.section-header-page-step .section-card-header-title-group .section-card-header-title-pretitle {
    color: rgba(0, 0, 0, .45);
    font-size: 14px;
    font-weight: 600;
}

.section-header-container>.section-card-header-title.section-header-page-step .section-card-header-title-group .section-card-header-title-title {
    font-size: 28px;
    font-weight: 600;
    width: 480px;
    font-family: 'Oswald';
}

.section-header-container>.section-card-header-title .section-card-header-title-group .section-card-header-title-title {
    margin: 0;
    width: 500px;
}

.section-header-container>.section-card-header-title .section-card-header-title-image {
    width: 100%;
}

.section-header-container>.section-card-header-title .section-card-header-title-group,
.section-header-container>.section-card-header-title .section-card-header-title-image {
    display: table-cell;
    vertical-align: top;
}

.section-card-header-title-image {
    position: relative;
}

.section-header-container>.section-card-header-title .section-card-header-title-image img {
    display: block;
    margin: 0 24px 0 auto;
}

.section-header-container>.section-card-header-title .section-card-header-title-image i {
    display: block;
    margin: 0 24px 0 auto;
    font-size: 60px;
}

.orisom-pictures .product-photos-label {
    padding-bottom: 10px;
    padding-left: 0;
    display: block;
}

.product-photos .product-photos-label {
    color: #666;
    font-size: 14px;
    padding: 24px 0;
    display: block;
}

.orisom-pictures .product-image-uploader-default {
    width: 40%;
    padding: 0;
    margin: 0 35px 60px;
}

.orisom-pictures .product-image-uploader-default:hover {
    border: 2px solid #3483fa;
    margin-bottom: 59px;
    margin-top: -1px;
}

.product-image-uploader,
.product-image-uploader-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.product-image-uploader {
    width: 100%;
    cursor: pointer;
    border: 1px dashed #3483fa;
    border-radius: 3px;
}

.orisom-pictures .product-image-uploader-container {
    width: 100%;
    height: 100%;
    outline: none;
    padding: 21px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-image-uploader-container {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.orisom-pictures .product-image-uploader-default .product-image-uploader-link {
    padding: 5px 0 0;
}

.product-image-uploader-hint {
    font-size: 13px;
    color: #666;
}

.orisom-pictures .orisom-thumbnails-carousel {
    padding: 0;
    overflow: auto;
}

.orisom-thumbnails-carousel {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.orisom-thumbnails {
    overflow: scroll;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 8px;
}

.orisom-pictures .orisom-thumbnails-carousel .orisom-thumbnails-carousel-item {
    width: auto;
    border: 1px solid #f5f5f5;
    margin: 10px 10px 20px;
    min-width: 104px;
    overflow: hidden;
}

.oriom-pictures .orisom-thumbnails-carousel-item:first-child {
    margin-left: 0;
}

.orisom-pictures .orisom-thumbnails-carousel .orisom-thumbnails-carousel-item .orisom-thumbnail {
    overflow: hidden;
}

.orisom-thumbnail {
    height: 104px;
    width: 104px;
    position: relative;
}

.orisom-thumbnail,
.orisom-thumbnails-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.orisom-thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.orisom-specifications-container {
    display: -webkit-flex;
    display: flex;
    margin: 25px 0 40px;
}

.orisom-specifications-container .orisom-form-control {
    margin-right: 16px;
}

.quantity {
    width: 120px;
}

.orisom-specifications-container .attributes {
    display: inherit;
    margin-left: 0;
    margin-right: 0;
}

.attributes {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.orisom-specifications-container .attributes .not-applys,
.orisom-specifications-container .attributes>div {
    margin: 0;
}

.attributes>div.attribute-multivalue {
    -webkit-flex: 0 1 -webkit-calc(100% - 32px);
    flex: 0 1 calc(100% - 32px);
}

.not-applys {
    display: -webkit-flex;
    display: flex;
}

.multivalue-wrapper {
    width: 100%;
}

.orisom-specifications-container .attributes .orisom-form-control {
    margin-right: 0;
}

.multivalue-wrapper .multivalue-textfield {
    width: 240px;
}

.orisom-specifications-container .attributes .multivalue-tooltip,
.orisom-specifications-container .attributes .multivalue-tooltip .orisom-form-control .orisom-form-control-control,
.orisom-specifications-container .attributes .multivalue .multivalue-textfield {
    min-width: 280px;
}

.multivalue-tooltip .orisom-form-control-textfield .orisom-form-control_control {
    max-width: 240px;
}

.slider.slider-horizontal {
    width: 100% !important;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
    bottom: 0;
}
.tooltip.show{
    display: block !important;
    opacity: 1 !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 4px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000 !important;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-style: solid;
    border-color: transparent;
}

.tooltip.activo {
    z-index: 1000;
    opacity: 1;
    transform: translateY(0px);
}

.dashboard-icon-filter {
    padding: 0;
    color: #fff !important;
    cursor: pointer;
}

.icono-dash {
    font-size: 30px;
}

.dashboard-icon-filter label {
    font-size: 15px;
}

.filtro-dashboard {
    display: none;
}

.d-flex-list-group {
    display: flex;
    flex-direction: column;
}

.orisom-widget-content {
    cursor: pointer;
}

.orisom-widget-content .orisom-widget-content-wrapper {
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
}

.orisom-widget-content .orisom-widget-content-left {
    white-space: nowrap;
    width: 75%;
    overflow: hidden;
}

.orisom-widget-content .orisom-widget-content-left .widget-header {
    font-weight: bold;
    font-family: 'Oswald';
    font-size: 1.14em;
    opacity: .8;
    text-transform: uppercase;
}

.orisom-widget-content .orisom-widget-content-left .widget-header .widget-header-content{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
}

.orisom-widget-content .orisom-widget-content-left .widget-subheader {
    opacity: .7;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
}

.orisom-widget-content .orisom-widget-content-left .widget-subheader .widget-subheader-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
}


.orisom-widget-content .orisom-widget-content-left-l .widget-header-identificator {
    font-weight: bold;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 1.229em;
}

.orisom-widget-content .orisom-widget-content-right {
    margin-left: auto;
}

.orisom-badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: .8em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.orisom-badge {
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    min-width: 19px;
}

.no-link {
    color: #333;
    text-decoration: none;
}

.no-link:hover {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.btn:focus {
    outline: none !important;
}

.link-product-edit:hover {
    text-decoration: none;
    cursor: pointer;
}

.btn-payment {
    font-family: 'Questrial';
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0 !important;
    border: 0 !important
}


/* loader */

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 160px;
    height: 160px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #2a6496;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 72px;
        left: 72px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 144px;
        height: 144px;
        opacity: 0;
    }
}


/* fin loader */


/*INICIO VALORACIONES*/

.content {
    max-width: 940px;
    margin: 40px auto;
}

.content-box {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    margin: 5px;
    position: relative;
    text-align: left;
    vertical-align: top;
    white-space: normal;
}

.panel-content-comments {
    background-color: white;
    display: inline-block;
    padding-bottom: 40px;
    vertical-align: top;
}

.panel-comments {
    background: #fff;
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0 50px 0 50px;
    position: relative;
    text-align: left;
}

.comment {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.comments {
    display: table-cell;
    vertical-align: top;
}

.avatar-comment {
    width: 48px;
}

.avatar-comment-img {
    border-radius: 24px;
    box-shadow: 0 1px 2px #8d8d8d;
    background-size: contain;
    height: 48px;
    margin-top: 10px;
    width: 48px;
}

.image-avatar {
    vertical-align: middle;
}

.body-comment {
    padding-left: 9px;
}

.body-comment-header {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 55px;
    line-height: 24px;
    vertical-align: top;
}

.name-author {
    vertical-align: middle;
}

.author {
    font-weight: 500;
}

.calification {
    height: 18px;
    margin-top: -1px;
}

.star-container {
    display: inline-block;
    white-space: nowrap;
}

.star {
    display: inline-block;
    text-align: left;
    font-size: 10px;
}

.date-comment,
.oppinions {
    color: #aaa;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin-left: 2px;
    vertical-align: middle;
    white-space: nowrap;
}

.comment-actions {
    border: 0;
    height: 55px;
    width: 100px;
    display: table-cell;
    vertical-align: top;
}

.response {
    border-left: 4px solid #c4c3c3;
    margin-top: 12px;
    padding: 12px;
    position: relative;
}

.comments-title {
    color: #212121;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.numbers {
    box-sizing: border-box;
    display: inline-block;
    padding: 20px;
    text-align: center;
    vertical-align: top;
    width: 160px;
}

.rating {
    color: #333;
    font-size: 64px;
    font-weight: 100;
    line-height: 64px;
}

.rating-stars {
    display: inline-block;
    margin: 5px 0;
}

.rating-total {
    color: #616161;
}

.bars {
    box-sizing: border-box;
    display: inline-block;
    padding: 20px 20px 20px 30px;
    vertical-align: top;
    width: 425px;
}

.bar-row {
    color: #737373;
    font-weight: 400;
    height: 20px;
    margin-bottom: 4px;
    position: relative;
    width: 100%;
}

.number-bar {
    font-size: 11px;
    left: -16px;
    letter-spacing: 1px;
    position: absolute;
}

.barra {
    transition: width 2s ease;
    display: inline-block;
    height: 100%;
    opacity: .8;
    border-radius: 50px;
}

.barra.amarillo {
    background: #e7711a;
}


/*FIN VALORACIONES*/

.text-white {
    color: #fff!important;
}

.text-orisom {
    color: #2a6496!important;
}

.card-centered {
    margin: 32px auto 24px;
}

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
    display: none;
}

.box-form.has-advanced-upload {
    outline: 2px dashed #2a6496;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    text-align: center;
}

.box-form.is-dragover.has-advanced-upload {
    outline: 2px dashed #fff;
    outline-offset: -10px;
    text-align: center;
}

.box-form {
    font-size: 1.25rem;
    background-color: #c8dadf;
    position: relative;
    padding: 50px 20px;
}

.box-form.has-advanced-upload .box__icon {
    width: 100%;
    height: 80px;
    fill: #2a6496;
    display: block;
    margin-bottom: 40px;
}

.box-form.is-dragover.has-advanced-upload .box__icon {
    width: 100%;
    height: 80px;
    fill: #fff;
    display: block;
    margin-bottom: 40px;
}

.box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.box-form .box__file+label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    font-size: 20px;
    font-weight: normal;
}

.box-form.is-dragover .box__file+label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.box__file+label * {
    pointer-events: none;
}

.box-form.has-advanced-upload .box__dragndrop {
    display: inline;
}

.box-form .box__button {
    font-size: 20px;
    color: #e5edf1;
    background-color: #2a6496;
    padding: 8px 16px;
    margin: 10px auto 0;
    border: 0;
    outline: 0;
}

.box-form.is-dragover .box__button {
    font-weight: 700;
    color: #2a6496;
    background-color: #fff;
    padding: 8px 16px;
    margin: 10px auto 0;
    border: 0;
    outline: 0;
}

.btn__form {
    padding: 20px 20px;
    margin: 0 15px;
    border: 0;
    outline: 0;
    background: #2a6496;
    color: #fff;
    font-size: 15px;
}

.box-form .box__checkbox {
    font-size: 15px;
}

.box-form.is-dragover .box__checkbox {
    font-size: 15px;
    color: #fff;
}

.box-form.is-dragover {
    background-color: #2a6496;
}

.box__file+label:hover strong,
.box__file:focus+label strong,
.box__file.has-focus+label strong {
    color: #2a6496;
}

.sk-cube-grid {
    width: 110px;
    height: 110px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #2a6496;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}


/* ---------------- sidebar -------------------- */

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(5deg);
    }
    70% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.orisom-p .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.orisom-p .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*----------------orisom-p----------------*/

.orisom-p .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.orisom-p .theme.orisom-t {
    background: #1e2229;
}

.orisom-p.toggled .overlay {
    display: block;
}


/*----------------toggeled sidebar----------------*/

.orisom-p.toggled .sidebar-wrapper {
    left: 0px;
}

@media screen and (min-width: 768px) {
    .orisom-p.toggled .page-content {
        padding-left: 300px;
    }
    .orisom-p.toggled .overlay {
        display: block;
    }
}


/*----------------show sidebar button----------------*/

#show-sidebar {
    position: fixed;
    left: 0;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
    z-index: 998;
}

.orisom-p.toggled #show-sidebar {
    left: -40px;
}


/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    padding-top: 50px;
    width: 300px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

.sidebar-wrapper.sidebar-full {
    padding-top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: relative;
    top: 0;
    left: 0px;
    z-index: 1;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}


/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}


/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-brand>a {
    text-transform: uppercase;
    font-weight: bold;
    width: 25px;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}


/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-wrapper.perfil .sidebar-header {
    padding: 20px;
    padding-top: 60px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .sidebar-submenu-header .user-pic-t {
    float: left;
    width: 45px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 5px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic-t img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info-t {
}

.sidebar-wrapper .sidebar-header .user-info-t>span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info-t .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info-t .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info-t .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info>span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}


/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search>div {
    padding: 10px 20px;
    background-color: #c0c0c0;
}


/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 16px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 4px 30px 4px 20px;
    font-size: 14px;
    cursor: pointer;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu-t ul li a {
    display: inline-block;
    width: 95%;
    text-decoration: none;
    position: relative;
    padding: 4px 30px 4px 20px;
    font-size: 14px;
    cursor: pointer;
}

.sidebar-wrapper .sidebar-menu ul li.sidebar-link a {
    display: inline-block;
    width: 95%;
    text-decoration: none;
    position: relative;
    padding: 4px 20px 4px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i,
.sidebar-wrapper .sidebar-header ul li a i {
    margin-right: 10px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-header .sidebar-dropdown-header>a:after {
    font-family: 'orisom-i';
    content: '\e8ae';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: -25px;
    top: 16px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-family: 'orisom-i';
    content: '\e8ae';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown-two>a:after {
    font-family: 'orisom-i';
    content: '\e8ae';
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 8px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-header .sidebar-dropdown-header .sidebar-submenu-header ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-header .sidebar-dropdown-header .sidebar-submenu-header li {
    padding: 7px 0;
    border-bottom: 1px solid #93929226;
}

.sidebar-wrapper .sidebar-header .sidebar-dropdown-header .sidebar-submenu-header li:last-child {
    border-bottom: 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown-two .sidebar-submenu-two li {
    padding-left: 7px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu-t li {
    padding-left: 15px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-header .sidebar-submenu-header {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu-t {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu-two {
    display: none;
}

.sidebar-wrapper .sidebar-header .sidebar-dropdown-header.active>a:after {
    transform: rotate(90deg);
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
    transform: rotate(90deg);
    right: 17px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown-two.active>a:after {
    transform: rotate(90deg);
    right: 17px;
}

.sidebar-wrapper .sidebar-menu .sidebar-item-pcm {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-item-pcm a {
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-menu .sidebar-item-pcm a .user-pic-t {
    width: 20%;
    margin-right: 20px;
}


/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.sidebar-footer>a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.sidebar-footer>a i {
    font-size: 15px;
}

.sidebar-footer>a i:before {
    padding-top: 5px;
}

.sidebar-footer>a .notification {
    position: absolute;
    top: 0;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

.badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
}


/*--------------------------page-content-----------------------------*/

.orisom-p .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}

.orisom-p .page-content>div {
    padding: 20px 40px;
}

.orisom-p .page-content {
    overflow-x: hidden;
}


/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #525965;
}

::-webkit-scrollbar-thumb:active {
    background: #525965;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.orisom-t .sidebar-wrapper {
    background: #f1f1f1;
}

.orisom-t .sidebar-wrapper.sidebar-transparent {
    background: transparent;
}

.orisom-t .sidebar-wrapper .sidebar-header,
.orisom-t .sidebar-wrapper .sidebar-search,
.orisom-t .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3a3f48;
}

.orisom-t .sidebar-wrapper .sidebar-menu.no-border {
    border: 0;
}

.orisom-t .sidebar-wrapper .sidebar-search input.search-menu,
.orisom-t .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.orisom-t .sidebar-wrapper .sidebar-header .user-info .user-role,
.orisom-t .sidebar-wrapper .sidebar-header .user-info .user-status,
.orisom-t .sidebar-wrapper .sidebar-search input.search-menu,
.orisom-t .sidebar-wrapper .sidebar-search .input-group-text,
.orisom-t .sidebar-wrapper .sidebar-brand>a,
.orisom-t .sidebar-wrapper .sidebar-menu ul li a,
.orisom-t .sidebar-footer>a {
    color: #818896;
}

.orisom-t .sidebar-wrapper .sidebar-menu ul li:hover>a,
.orisom-t .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.orisom-t .sidebar-wrapper .sidebar-menu .sidebar-dropdown-two.active>a,
.orisom-t .sidebar-wrapper .sidebar-header .user-info,
.orisom-t .sidebar-wrapper .sidebar-brand>a:hover,
.orisom-t .sidebar-footer>a:hover i {
    color: #0c8eff;
}

.orisom-t .sidebar-wrapper .sidebar-menu ul li:hover>a {
    font-weight: 700;
}

.orisom-t .sidebar-wrapper .sidebar-header .dropdown {
    float: left;
    position: relative;
    padding: 10px 0;
    width: 92%;
}

.orisom-t .sidebar-wrapper .sidebar-menu .sidebar-link.active>a {
    color: #2a6496;
}

.orisom-p.orisom-t.toggled #close-sidebar {
    color: #bdbdbd;
}

.orisom-p.orisom-t.toggled #close-sidebar:hover {
    color: #bdbdbd;
}

.orisom-t .sidebar-wrapper ul li:hover a i,
.orisom-t .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.orisom-t .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.orisom-t .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #2a6496;
    text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.orisom-t .sidebar-wrapper .sidebar-menu ul li a i,
.orisom-t .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.orisom-t .sidebar-wrapper .sidebar-menu .sidebar-dropdown-two div,
.orisom-t .sidebar-wrapper .sidebar-search input.search-menu,
.orisom-t .sidebar-wrapper .sidebar-search .input-group-text {
    padding: 5px;
}

.orisom-t .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu-t {
    padding: 5px;
    background: transparent;
}

.orisom-t .sidebar-wrapper .sidebar-header ul li a i {
    padding: 5px;
}

.orisom-t .sidebar-wrapper .sidebar-header .sidebar-dropdown-header div {
    padding: 5px;
}

.orisom-t .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.orisom-t .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.orisom-t .sidebar-footer>a:first-child {
    border-left: none;
}

.orisom-t .sidebar-footer>a:last-child {
    border-right: none;
}

.overlay1 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}


/* ----------------------new wizard---------------------------- */

.spinner {
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 50;
    color: transparent;
    fill: currentColor;
}

.karla {
    font-family: "Karla", sans-serif;
    height: 100%;
    position: relative;
}

.box2 {
    font-family: inherit;
    box-sizing: border-box;
    color: rgb(68, 68, 68);
    font-size: 16px;
    line-height: 24px;
    height: 92vh;
    width: 100%;
}

.box * {
    -webkit-tap-highlight-color: transparent;
}

.box *,
.box::before,
.box::after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
}

.background {
    display: inline-block;
    position: relative;
    z-index: -20;
    line-height: 0;
    opacity: 1;
    background-color: #E6ECEF;
    background-image: url(/statics/images/form-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 110%;
    width: 110%;
    position: absolute;
    top: 0;
    left: 0;
}

.background::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.container-text {
    height: 100%;
    overflow: hidden;
}

.BlockList {
    height: 100%;
}

.MouseWheelTrigger {
    height: 100%;
    width: 100%;
    outline: none;
}

.blocks {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 80%;
}

.blocks_layoutWrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    pointer-events: none;
    z-index: auto;
    transition: opacity 0.2s ease 0s;
}

.active1 {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    transition: transform 600ms ease 0s, opacity 300ms ease 0s;
}

.activo {
    width: 100%;
    height: 100%;
    padding-top: 0px;
    transition: transform 600ms ease 0s, opacity 300ms ease 0s;
}

.next {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(100vh);
    transition: transform 600ms ease 0s, opacity 300ms ease 0s;
}

.sig {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    pointer-events: none;
    opacity: 0;
    transform: translateX(100vh);
    transition: transform 600ms ease 0s, opacity 300ms ease 0s;
}

.prev {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-100vh);
    transition: transform 600ms ease 0s, opacity 300ms ease 0s;
}

.ant {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-100vh);
    transition: transform 600ms ease 0s, opacity 300ms ease 0s;
}

.Foooter {
    opacity: 1;
    display: block !important;
}

.BlockFooter {
    position: absolute;
    opacity: inherit;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    pointer-events: none;
}

.BlockFooter-right {
    width: 100%;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-direction: row-reverse;
    font-family: sans-serif;
    pointer-events: none;
    transition: background-color 500ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
    padding: 16px;
}

.BlockFooter-ButtonsWrapper {
    display: flex;
    flex-direction: row-reverse;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
    user-select: none;
    line-height: 0;
    background-color: rgb(82, 180, 227);
    pointer-events: auto;
    white-space: nowrap;
    border-radius: 4px;
}

.navs-buttons {
    display: flex;
    flex-direction: row-reverse;
}

.buttonDown {
    position: relative;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-property: background-color, color, border-color, opacity, box-shadow;
    transition-timing-function: ease-out;
    width: 36px;
    min-width: 36px;
    height: 32px;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(82, 180, 227);
    color: rgb(8, 34, 47);
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    margin: 0px;
    padding: 0px;
    border-color: transparent;
    border-radius: 0px 4px 4px 0px;
}

.button-divider {
    background-color: rgba(8, 34, 47, 0.3);
    width: 1px;
}

.buttonUp {
    position: relative;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-property: background-color, color, border-color, opacity, box-shadow;
    transition-timing-function: ease-out;
    width: 36px;
    min-width: 36px;
    height: 32px;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(82, 180, 227);
    color: rgb(8, 34, 47);
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    margin: 0px;
    padding: 0px;
    border-color: transparent;
    border-radius: 4px 0px 0px 4px;
}

.loader {
    color: #52B4E3;
    font-size: 20px;
    margin: auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: 0.5;
}

.section {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 10;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
}

.div-section {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.div-section-section {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.div-section-container {
    width: 100%;
    max-width: 840px;
    padding-left: 70px;
    padding-right: 70px;
    margin: 0px auto;
}

.div-section-container-s {
    margin-top: 48px;
    margin-bottom: 80px;
}

.section-text-container {
    min-width: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0.01em 0px 0px;
    margin: 0px;
}

.section-title {
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.question-number-section {
    position: absolute;
    right: 100%;
    padding-right: 8px;
    height: 32px;
}

.number-arrow {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(60, 60, 60);
    font-size: 14px;
    line-height: 20px;
    height: 100%;
    outline: none;
}

.numbeer {
    max-width: 100%;
    font-weight: unset;
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
}

.arroow {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 8px;
}

.question-text-section {
    max-width: 100%;
    font-weight: unset;
    font-size: 1.25em;
    line-height: 32px;
    color: rgb(60, 60, 60);
    margin: 0px;
    text-align: left;
}

.question-text-section-text {
    max-width: 100%;
    font-weight: unset;
    font-size: 24px;
    line-height: 32px;
    margin: 0px;
}

.section-subtitle {
    margin-top: 8px;
    text-align: left;
}

.subtitle-text {
    max-width: 100%;
    font-weight: unset;
    font-size: 1em;
    line-height: 28px;
    color: rgba(60, 60, 60, 0.7);
    margin: 0px;
}

.answers-section {
    margin-top: 32px;
}

.list-answers {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%;
    margin: 0px -8px -8px 0px;
    list-style: none;
    padding: 0 2px 0 0;
}

.list-answers-item {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    min-width: 75px;
    min-height: 40px;
    color: rgb(60, 60, 60);
    background-color: rgba(60, 60, 60, 0.1);
    box-shadow: rgba(60, 60, 60, 0.6) 0px 0px 0px 1px inset;
    transition-duration: 0.1s;
    transition-property: background-color, color, border-color, opacity, box-shadow;
    transition-timing-function: ease-out;
    cursor: pointer;
    opacity: 1;
    border-radius: 4px;
    padding: 4px;
    outline: 0px;
    margin-bottom: 8px;
    max-width: 100%;
    margin-right: 0px;
}

.list-answers-item.selected {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    min-width: 75px;
    min-height: 40px;
    color: rgb(60, 60, 60);
    background-color: rgba(60, 60, 60, 0.5);
    box-shadow: rgba(60, 60, 60, 0.8) 0px 0px 0px 2px inset;
    transition-duration: 0.1s;
    transition-property: background-color, color, border-color, opacity, box-shadow;
    transition-timing-function: ease-out;
    cursor: pointer;
    opacity: 1;
    border-radius: 4px;
    padding: 4px;
    outline: 0px;
    animation: 0.25s ease 0s 2 normal none running jBPXGM;
}

.letter-answer {
    display: flex;
    align-self: flex-start;
    margin: 4px 8px 0px 4px;
}

.letter-spacer {
    position: relative;
    width: 24px;
    min-width: 22px;
    height: 24px;
    font-size: 12px;
    line-height: 16px;
    font-family: sans-serif;
    background-color: rgba(235, 240, 242, 0.8);
    color: rgb(60, 60, 60);
    border-radius: 2px;
    border: 1px solid rgba(60, 60, 60, 0.6);
}

.list-answers-item.selected .letter-spacer {
    position: relative;
    width: 24px;
    min-width: 22px;
    height: 24px;
    font-size: 12px;
    line-height: 16px;
    font-family: sans-serif;
    background-color: rgba(60, 60, 60, 0.8);
    color: rgb(242, 242, 242);
    border-radius: 2px;
    border: 1px solid rgba(60, 60, 60, 0.6);
}

.letter {
    width: 22px;
    height: 22px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.text-answer {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-width: 75px;
    overflow: hidden;
    flex: 1 1 0%;
}

.text-answer-text {
    max-width: 100%;
    font-weight: unset;
    font-size: 20px;
    line-height: 28px;
    margin: 0px;
}

.check-answer {
    margin-right: -4px;
    flex-shrink: 0;
    opacity: 0;
    padding: 0px 12px 0px 20px;
}

.list-answers-item.selected .check-answer {
    opacity: 1;
}

.textarea-section {
    margin-top: 32px;
}

.auto-size-text-area {
    display: block;
    width: 100%;
    font-family: inherit;
    color: rgb(60, 60, 60);
    background-color: transparent;
    font-size: 30px;
    line-height: 38px;
    overflow-wrap: break-word;
    resize: none;
    box-shadow: rgba(60, 60, 60, 0.3) 0px 1px;
    padding: 0px 0px 8px;
    border-radius: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    overflow: hidden;
    transition: box-shadow 0.1s ease-out 0s;
}

.auto-size-text-area:focus {
    box-shadow: rgb(60, 60, 60) 0px 2px;
}

.text-area {
    overflow-x: hidden;
    overflow-wrap: break-word;
    height: 46px;
}

.botones-textarea-section {
    margin-top: 16px;
    opacity: 0;
    visibility: hidden;
    display: block !important;
}

.botones-textarea-section-active {
    margin-top: 16px;
    opacity: 1;
    display: block !important;
}

.area-boton {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
}

.boton-textarea {
    position: relative;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    transition-duration: 0.1s;
    transform: translateY(1vh);
    transition-property: opacity, box-shadow, transform;
    transition-timing-function: ease-out;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
    min-height: 40px;
    background-color: rgba(82, 180, 227, 0.3);
    color: rgba(8, 34, 47, 0.6);
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    margin: 0px;
    padding: 6px 14px;
    border-color: transparent;
    border-radius: 4px;
}

.carousel-container {
    width: 85%;
    overflow: hidden;
    height: 190px;
    margin: 0 auto;
}

.carousel-content,
.carousel-content-category {
    overflow: auto;
}

.arrow-left {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
}

.arrow-left.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.arrow-right.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.arrow-right {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-left: 7px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.arrow-left:hover {
    background: #c0c0c054;
    transition: background 0.5s;
}

.arrow-right:hover {
    background: #c0c0c054;
    transition: background 0.5s;
}

.up {
    height: 280px !important;
    padding-bottom: 70px !important;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.sidebar-wrapper .sidebar-menu .sidebar-link.active .pulse {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: #2a6496 !important;
    color: white !important;
    border-radius: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu-t li.active>a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    color: #fff;
    background: #2a6496;
    border-radius: 5px;
}
.sidebar-wrapper .sidebar-menu .sidebar-non-dropdown.active>a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    color: #fff !important;
    background: #2a6496;
    border-radius: 5px;
    width: 90%;
    margin-left: 20px;
}

.sidebar-wrapper .sidebar-menu .sidebar-non-dropdown.active>a:hover,
.sidebar-wrapper .sidebar-menu .sidebar-non-dropdown.active>a:hover i{
    color: #ffffff;
}


.input-p {
    font-size: 18px;
    padding: 10px 10px 6px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
    border-radius: 0;
    outline: none;
    background: transparent;
}

.input-p:focus {
    outline: none;
}


/* LABEL ======================================= */

.label {
    color: rgba(0, 0, 0, .6);
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.label.input-icon {
    color: rgba(0, 0, 0, .6);
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 14px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

.input-p:focus~.label,
.input-p:valid~.label,
.input-p:disabled~.label {
    top: -20px;
    font-size: 14px;
    color: #2a6496;
}

.input-p:focus~.label.input-icon,
.input-p:valid~.label.input-icon {
    top: -20px;
    left: -15px;
    font-size: 14px;
    color: #2a6496;
}


/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #2a6496;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar.icon:before,
.bar.icon:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #2a6496;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}


/* active state */

.input-p:focus~.bar:before,
.input-p:focus~.bar:after {
    width: 50%;
}

.input-icon {
    padding: 10px 10px 6px 30px;
}

.icon-in-input {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    cursor: default;
    pointer-events: none;
    left: 16px;
    right: initial;
    font-size: 18px;
    color: rgba(0, 0, 0, .54);
}

.form-group {
    margin-bottom: 30px;
}

.select {
    position: relative;
    width: 100%;
}

.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 10px 10px 6px 6px;
    font-size: 18px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #757575;
}


/* Remove focus */

.select-text:focus {
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}


/* Use custom arrow */

.select .select-text {
    appearance: none;
    -webkit-appearance: none
}

.select:after {
    position: absolute;
    top: 18px;
    right: 10px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.6);
    pointer-events: none;
}


/* LABEL ======================================= */

.select-label {
    color: rgba(0, 0, 0, .6);
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
}


/* active state */

.select-text:focus~.select-label,
.select-text:valid~.select-label {
    color: #2a6496;
    top: -12px;
    transition: 0.2s ease all;
    font-size: 14px;
}


/* BOTTOM BARS ================================= */

.select-bar {
    position: relative;
    display: block;
    width: 100%;
}

.select-bar:before,
.select-bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #2a6496;
    transition: 0.2s ease all;
}

.select-bar:before {
    left: 50%;
}

.select-bar:after {
    right: 50%;
}


/* active state */

.select-text:focus~.select-bar:before,
.select-text:focus~.select-bar:after {
    width: 50%;
}

.img-circled {
    border-radius: 30px;
}

.sidebar-wrapper .sidebar-header .sidebar-dropdown-header .sidebar-submenu-header li:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.border-custom-m {
    padding: 35px 10px 10px 10px;
    -webkit-box-shadow: 10px 10px 18px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 18px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 18px -3px rgb(0 0 0 / 22%);
    border: 1px solid #00000021;
    border-radius: 10px;
}

.border-custom-m-2 {
    -webkit-box-shadow: 10px 10px 18px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 18px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 18px -3px rgb(0 0 0 / 22%);
}

.userDetails {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
    justify-content: center;
    align-items: center;
}

.UserPic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.userInfoPerfil {
    background: #fff !important;
    width: 50%;
    padding: 20px;
    border: 3px solid #aba9a9;
    color: #000;
    border-radius: 5px;
}

.contApps {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

.itemApp {
    text-align: center;
    font-size: 25px!important;
    margin: 10px;
    border-radius: 5px;
    padding: 10px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: gray;
    transition: box-shadow 0.5s ease, border 0.1s ease;
}

.Apps {
    width: 18%;
}

.Apps>a {
    text-decoration: none;
    color: #fff;
}

.itemApp:hover {
    border: 3px solid #fff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .07), 1px 20px 25px 0 rgba(0, 0, 0, .6);
}

.itemApp:hover .appPic,
.itemApp:hover .appTitle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.appPic {
    font-size: 45px !important;
    width: 100%;
}

.orisom-textfield label {
    position: absolute;
    font-size: 1.7rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f7f7f7;
    color: #3c4043;
    padding: 0 0.5rem;
    margin: 0 1.3rem;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
}

.orisom-textfield input {
    font-size: 1.9rem;
    outline: none;
    border: 1px solid #3c4043;
    border-radius: 5px;
    padding: 1rem 0.7rem;
    color: #3c4043;
    transition: 0.1s ease-out;
    width: 100%;
    background: transparent;
}

.orisom-textfield input:focus {
    border: 2px solid #1a73e8;
}

.orisom-textfield input:focus+label {
    color: #1a73e8;
    top: 0;
    transform: translateY(-40%) scale(.8);
}

.orisom-textfield input:not(:placeholder-shown)+label {
    top: 0;
    transform: translateY(-40%) scale(.8);
}

.orisom-textfield {
    position: relative;
}

.select-t {
    position: relative;
    width: 100%;
}

.select-text-outline {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-size: 18px;
    border-radius: 4px;
    border: 2px solid #3c4043;
}


/* Remove focus */

.select-text-outline:focus {
    outline: none;
    border: 2px solid #2a6496;
}


/* Use custom arrow */

.select-t .select-text-outline {
    appearance: none;
    -webkit-appearance: none;
    color: #3c4043;
}

.select-t:after {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.6);
    pointer-events: none;
}


/* LABEL ======================================= */

.select-label-outline {
    color: #3c4043;
    background: white;
    font-size: 1.9rem;
    position: absolute;
    pointer-events: none;
    padding: 0 5px;
    left: 10px;
    top: 12px;
    transition: 0.2s ease all;
}


/* active state */

.select-text-outline:focus~.select-label-outline,
.select-text-outline:valid~.select-label-outline {
    color: #1a73e8;
    top: 0px;
    transition: 0.2s ease all;
    font-size: 1.7rem;
}

.select-text-outline:valid:not(focus)~.select-label-outline {
    color: gray;
}

.select-text-outline:valid:focus~.select-label-outline {
    color: #2a6496;
}

.bg-color-b-2 {
    background-color: #6db1eb !important;
    color: #fff !important;
}

.container-img-two {
    position: relative;
    width: 96px;
    height: 96px;
    border: 5px solid #f7f7f7;
    border-radius: 175px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-img-two-t {
    display: block;
    width: 96px;
    height: 96px;
    position: absolute;
    background-color: #E1E8F0;
    top: -50px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #f7f7f7;
}

.container-img-two-tw {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #E1E8F0;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #f7f7f7;
}

.nav-container-img-two {
    display: block;
    width: 38px;
    height: 38px;
    background-color: #E1E8F0;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #f7f7f7;
}

.img-circled {
    border-radius: 100%;
}

.overlay-t {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    border-radius: 50%;
    transition: .3s ease;
    background-color: rgba(255, 255, 255, 0.5);
}

.container-img-two:hover .overlay-t {
    opacity: 1;
}

.btn-img-two {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


/* --------------------LOGIN-------------------- */


/**
 * Bounce to the left side
 */

@-webkit-keyframes bounceLeft {
    0% {
        -webkit-transform: translate3d(100%, -50%, 0);
        transform: translate3d(100%, -50%, 0);
    }
    50% {
        -webkit-transform: translate3d(-30px, -50%, 0);
        transform: translate3d(-30px, -50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes bounceLeft {
    0% {
        -webkit-transform: translate3d(100%, -50%, 0);
        transform: translate3d(100%, -50%, 0);
    }
    50% {
        -webkit-transform: translate3d(-30px, -50%, 0);
        transform: translate3d(-30px, -50%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}


/**
 * Bounce to the left side
 */

@-webkit-keyframes bounceRight {
    0% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    50% {
        -webkit-transform: translate3d(calc(100% + 30px), -50%, 0);
        transform: translate3d(calc(100% + 30px), -50%, 0);
    }
    100% {
        -webkit-transform: translate3d(100%, -50%, 0);
        transform: translate3d(100%, -50%, 0);
    }
}

@keyframes bounceRight {
    0% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    50% {
        -webkit-transform: translate3d(calc(100% + 30px), -50%, 0);
        transform: translate3d(calc(100% + 30px), -50%, 0);
    }
    100% {
        -webkit-transform: translate3d(100%, -50%, 0);
        transform: translate3d(100%, -50%, 0);
    }
}

@-webkit-keyframes bounceDown {
    0% {
        -webkit-transform: translate3d(-50%, -90%, 0);
        transform: translate3d(-50%, -90%, 0);
    }
    50% {
        -webkit-transform: translate3d(-50%, calc(-15% + 30px), 0);
        transform: translate3d(-50%, calc(-15% + 30px), 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, -15%, 0);
        transform: translate3d(-50%, -15%, 0);
    }
}

@keyframes bounceDown {
    0% {
        -webkit-transform: translate3d(-50%, -90%, 0);
        transform: translate3d(-50%, -90%, 0);
    }
    50% {
        -webkit-transform: translate3d(-50%, calc(-15% + 30px), 0);
        transform: translate3d(-50%, calc(-15% + 30px), 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, -15%, 0);
        transform: translate3d(-50%, -15%, 0);
    }
}

@-webkit-keyframes bounceUp {
    0% {
        -webkit-transform: translate3d(-50%, -15%, 0);
        transform: translate3d(-50%, -15%, 0);
    }
    50% {
        -webkit-transform: translate3d(-50%, calc(-90% - 30px), 0);
        transform: translate3d(-50%, calc(-90% - 30px), 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, -85%, 0);
        transform: translate3d(-50%, -85%, 0);
    }
}

@keyframes bounceUp {
    0% {
        -webkit-transform: translate3d(-50%, -15%, 0);
        transform: translate3d(-50%, -15%, 0);
    }
    50% {
        -webkit-transform: translate3d(-50%, calc(-90% - 30px), 0);
        transform: translate3d(-50%, calc(-90% - 30px), 0);
    }
    100% {
        -webkit-transform: translate3d(-50%, -85%, 0);
        transform: translate3d(-50%, -85%, 0);
    }
}


/**
 * Show Sign Up form
 */

@-webkit-keyframes showSignUp {
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes showSignUp {
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/**
 * Page background
 */

.min-height-550 {
    min-height: 550px !important;
}
.min-height-600 {
    min-height: 600px !important;
}


button {
    background-color: transparent;
    padding: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
}

input {
    background-color: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}


/* ------------------PERFIL------------------- */
.navbar-header.perfil{
    width: 100% !important;
}

.nav-toggle{
    cursor: pointer;
    display: none;
}

.nav-toggle .dropdown-menu {
    right: 0;
    left: auto;
}
@media (min-width: 768px) { 
    .nav-toggle{
        display: block;
    }
    .navbar-header.perfil{
        width: 50% !important;
    }
}




.title-perfil {
    font-size: 30px;
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 600;
}

.welcome-text {
    text-align: center;
    font-family: Questrial;
    font-size: 30px;
    text-transform: capitalize;
}

.nav-toggle__user-name{
    text-align: center;
    font-family: Questrial;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 10px;
    color: #333333;
}

.container-gradient {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: auto;
    max-width: 22em;
    position: relative;
    box-sizing: border-box;
    background: transparent;
    background-clip: padding-box;
    border: solid 5px transparent;
    border-radius: 100%;
}

.container-gradient-two {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: auto;
    max-width: 4em;
    position: relative;
    box-sizing: border-box;
    background: transparent;
    background-clip: padding-box;
    border: solid 5px transparent;
    border-radius: 100%;
}
.nav-container-gradient {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: auto;
    max-width: 4em;
    position: relative;
    box-sizing: border-box;
    background: transparent;
    background-clip: padding-box;
    border: solid 5px transparent;
    border-radius: 100%;
}

.container-gradient:before,
.container-gradient-two:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -5px;
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, right top, from(red), to(orange));
    background: linear-gradient(0deg, rgba(42, 100, 150, 1) 0%, rgba(86, 172, 245, 1) 100%);
}

.nav-container-gradient:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, right top, from(red), to(orange));
    background: linear-gradient(0deg, rgba(42, 100, 150, 1) 0%, rgba(86, 172, 245, 1) 100%);
}

.welcome-content:before {
    display: table;
    content: " ";
}

.welcome-content:after {
    display: table;
    content: " ";
}

.welcome-content:after {
    clear: both;
}

.perfil-box {
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #2a64964d;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}

.perfil-box-contenido {
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.perfil-box-header {
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(0deg, rgba(247, 247, 247, 1) 10%, rgba(42, 100, 150, 1) 100%);
    top: 0;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
    transition: all ease-in 350ms;
    z-index: 1;
    border-radius: .75rem;
    line-height: .2;
}

.perfil-box-content {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 16px;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.perfil-box-content-container {
    display: flex;
}

.perfil-box-content-container .texto {
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.perfil-box-content-container .icono {
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 16px;
    font-size: 7rem;
}

.texto .content-text {
    box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    letter-spacing: .03em;
    font-family: Questrial;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    color: #5f6368;
    margin: 0;
    padding: 8px 0 0 0;
}

.title-content {
    font-family: Oswald;
    font-size: 18px;
    text-align: center;
    padding-bottom: 15px;
}

.content-content {
    font-size: 12px
}

.linea {
    border-top: 1px solid #2a64964d;
}

.perfil-box-button {
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    outline: none;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.perfil-boton {
    color: #428bca !important;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.perfil-box-button:hover {
    background: #dad8d8;
}

.perfil-boton:hover {
    text-decoration: none;
    color: #428bca
}

.navbar-shadow {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 2px 6px 2px rgba(60, 64, 67, .15);
}

.sidebar-g {
    display: block;
    padding-top: 20px;
    position: relative;
    width: 100%;
}

sidebar-g-list,
sidebar-g-list-item {
    display: block;
    margin: 0;
    padding: 0;
}

.sidebar-g-list li {
    list-style: none;
}

.sidebar-item-link,
.sidebar-item-link-drop {
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    display: flex;
    border-radius: 0 50px 50px 0;
    padding: 10px 16px 10px 24px;
    position: relative;
    text-decoration: none;
}

.sidebar-item-link:hover,
.sidebar-item-link-drop:hover {
    text-decoration: none !important;
    background-color: rgba(0, 0, 0, 0.039);
    transition: background 15ms;
}

.sidebar-item-link:focus,
.sidebar-item-link-drop:focus {
    text-decoration: none !important;
}

.sidebar-item-link.active,
.sidebar-item-link-drop.active {
    text-decoration: none;
    background: #c4d9ff;
}

.sidebar-item-link.active .sidebar-item-text,
.sidebar-item-link.active .sidebar-item-icon,
.sidebar-item-link-drop.active .sidebar-item-text,
.sidebar-item-link-drop.active .sidebar-item-icon {
    color: #1a73e8;
}

.sidebar-item-icon {
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    color: #3c4043;
    font-size: 20px;
    font-weight: 400;
    padding-right: 16px;
}

sidebar-icon {
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.sidebar-item-text {
    box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    letter-spacing: .01785714em;
    font-family: Questrial;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.25rem;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    color: #3c4043;
}

.sidebar-submenu-g {
    display: none;
}

.overflow-y {
    width: 100%;
}

.ventep {
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
}

.article {
    display: flex;
    box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    margin-top: 8px;
    min-height: 1px;
}

.gestion {
    letter-spacing: .00625em;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5rem;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    color: #5f6368;
    margin-top: 16px;
    text-align: center;
}

.menu-sidebar-gg {
    width: 280px;
    position: fixed;
    display: none;
}

@media (min-width: 1024px) {
    .navs-options {
        display: none;
    }
    .right-content-sidebar {
        margin-left: 280px;
        padding: 0;
    }
    .menu-sidebar-gg {
        display: block;
    }
    .right-content {
        max-width: 1120px;
        padding-left: 48px;
        padding-right: 48px;
    }
    .right-content-contenido {
        max-width: 840px;
    }
    .welcome-content {
        -webkit-box-align: stretch;
        box-align: stretch;
        align-items: stretch;
        display: flex;
        flex-wrap: wrap;
    }
    .button-perfil-contenido-stretch {
        -webkit-box-align: stretch;
        box-align: stretch;
        align-items: stretch;
        flex-wrap: wrap;
    }
}

.right-content {
    margin-right: auto;
    max-width: 840px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: auto;
}

.right-content-sidebar {
    padding-top: 50px;
}

.section-perfil {
    -webkit-box-align: stretch;
    box-align: stretch;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    padding-top: 0px;
    width: calc(100% + 24px);
}

.section-perfil-content {
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    width: 100%;
}

.article-perfil {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 24px;
    min-width: 0;
}

.perfil-box {
    background-color: #f7f7f7;
    border-radius: 8px;
    border: 1px solid #2a64964d;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}

.perfil-box-content {
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.perfil-box-content-header {
    height: 100%;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
}

.perfil-box-header-h {
    display: flex;
    overflow: inherit;
    position: relative;
}

.perfil-box-header-content {
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.perfil-header-title {
    font-family: Questrial;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75rem;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    color: #202124;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

.perfil-header-text {
    box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    letter-spacing: .01428571em;
    font-family: Questrial;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    color: #5f6368;
    margin: 0;
    padding: 20px 0 0 0;
}

.button-perfil {
    box-sizing: border-box;
    display: block;
    width: 100%;
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    text-align: left;
}

.button-perfil:hover {
    background-color: #80868b1f;
    transition: background-color 15ms linear;
    text-decoration: none;
}

.button-perfil-content {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 15px;
    padding-bottom: 16px;
    height: 100%;
}

.button-perfil-content-c {
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    display: flex;
}

.button-perfil-contenido {
    box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.button-perfil-contenido-stretch {
    margin-top: -4px;
}

.button-text-left {
    flex-basis: 156px;
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    display: flex;
    margin-right: 24px;
    padding-top: 4px;
}

.button-text-left-two {
    -webkit-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 24px;
}

.button-text-right {
    -webkit-flex-basis: 292px;
    -ms-flex-preferred-size: 292px;
    flex-basis: 292px;
    box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 24px;
    display: flex;
}

.button-text-right-two {
    -webkit-flex-basis: 328px;
    -ms-flex-preferred-size: 328px;
    flex-basis: 328px;
    box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 24px;
    display: flex;
}

.button-text-right-three {
    -webkit-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.button-center-text {
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    display: flex;
    padding-top: 4px;
}

.button-center-icon {
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    color: #5f6368;
    font-size: 24px;
    font-weight: 400;
    padding-right: 8px;
}

.button-center-icon.desactivated {
    color: #d9534f;
}

.button-center-icon.activated {
    color: #428bca;
}

.button-text {
    letter-spacing: .01428571em;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.25rem;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    color: #5f6368;
    width: 100%;
}

.button-image {
    box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    margin-left: 16px;
    overflow: hidden;
    position: relative;
}

.button-image-two {
    box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    margin-left: 16px;
    overflow: hidden;
    position: relative;
    display: flex;
}

.button-figure {
    -webkit-box-align: center;
    box-align: center;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 60px;
    height: 60px;
}

.button-figure-two {
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.linea-perfil {
    margin-left: 24px;
    transition: padding-left 15ms ease-in-out;
}

.box-container {
    max-width: 660px;
    margin: auto;
    padding: 54px 0 0;
    margin-bottom: 24px;
}

.box-container-two {
    margin: auto;
    display: flex;
    box-pack: left;
    -webkit-box-pack: left;
    justify-content: left;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    max-width: 840px;
    padding-top: 32px;
    padding: 54px 24px;
}

.box-container-title {
    letter-spacing: .00625em;
    font-family: Questrial;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 2.5rem;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    color: #5f6368;
    padding-bottom: 24px;
    padding-top: 24px;
    max-width: 552px;
}

.box-auth {
    border: 1px solid #dadce0;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 660px;
}

.box-auth-container {
    padding: 0 24px;
}

.box-auth-header {
    display: flex;
    background-color: #4285f4;
    height: 175px;
    margin: 0 -24px 0 -24px;
}

.box-auth-header-icon {
    color: #fff;
    width: 253px;
    height: 163px;
    margin: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8rem;
}

.box-auth-content {
    width: initial;
}

.box-auth-content-title {
    color: #202124;
    font-size: 20px;
    padding-top: 20px;
}

.box-auth-content-t {
    color: #3c4043;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

.box-auth-content-two {
    color: #3c4043;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

.box-auth-section {
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    display: flex;
    margin-top: 20px;
}

.box-auth-section-icon {
    box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 47px;
    width: 105px;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7rem;
    color: #4285f4;
}

.box-auth-section-text {
    color: #202124;
    font-size: 15px;
    line-height: 16px;
    width: 100%;
    margin-right: 100px;
}

.box-auth-section-text-title {
    margin-top: 20px;
}

.box-auth-section-text-t {
    color: #3c4043;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

.box-auth-footer {
    display: flex;
    padding-bottom: 24px;
}

.box-auth-footer-content {
    display: flex;
    box-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-top: 50px;
    width: 612px;
    margin-left: 24px;
    margin-right: 24px;
    float: left;
}

.box-auth-button {
    line-height: 20px;
    min-width: 88px;
    background: #4285f4;
    color: #fff;
    transition: box-shadow .28s cubic-bezier(0.4, 0.0, 0.2, 1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    transition: background .2s .1s;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    z-index: 0;
    margin: 0 6px;
}

.box-auth-button span {
    margin: 8px;
    display: inline-block;
}

.box-auth-back {
    position: absolute;
    color: #fff;
    font-size: 2rem;
    top: 90px;
}

.box-auth-back:hover {
    text-decoration: none;
}

.title-module {
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    display: flex;
    margin: 10px auto;
    max-width: 100%;
    min-width: 0;
    width: 690px;
}

.title-module-two {
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    display: flex;
    margin: 10px auto;
    max-width: 100%;
    min-width: 0;
    width: 840px;
}

.title-module>a {
    font-size: 20px;
}

.title-module-text {
    font-family: Questrial;
    font-size: 1.9rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.25rem;
}

.box-name {
    max-width: 552px;
    padding: 7px 0;
    border: 1px solid #dadce0;
    display: flex;
    flex-direction: column;
    box-pack: left;
    -webkit-box-pack: left;
    justify-content: left;
    box-sizing: content-box;
    margin-bottom: 24px;
    position: relative;
    width: 100%;
    border-radius: 8px;
    background-color: #f7f7f7;
    box-shadow: none;
}

.box-name-container {
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    box-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    padding: 16px 24px;
}

.box-name-title {
    letter-spacing: .07272727em;
    font-family: Oswald;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1rem;
    text-transform: uppercase;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    color: #5f6368;
    margin-bottom: 4px;
}

.box-name-content {
    max-width: 400px;
    box-flex: 1;
    flex-grow: 1;
    margin-top: 20px;
}

.group-form-orisom {
    margin-top: 24px;
}

.box-name-footer {
    display: flex;
    box-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-top: 24px;
    margin-bottom: 8px;
}

.box-name-text {
    display: flex;
    letter-spacing: .01428571em;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    color: #5f6368;
}

.box-container-three {
    margin: auto;
    max-width: 660px;
    padding-top: 32px;
    display: flex;
    box-pack: left;
    -webkit-box-pack: left;
    justify-content: left;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
}

.activity-text-title {
    letter-spacing: .01428571em;
    font-family: Questrial;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #3c4043;
    padding-bottom: 16px;
    padding-top: 24px;
}

.date-title {
    font-family: Oswald;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5rem;
    margin: 24px 0;
}

.box-date-content {
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid #dadce0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
}

.date-list {
    list-style-type: none;
    margin: 0;
}

.date-list-item {
    position: relative;
    outline: none;
    overflow: hidden;
    border-top: 1px solid #dadce0;
}

.date-list-item:first-child {
    border-top: 0;
}

.date-item {
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    min-height: 36px;
    align-items: center;
    display: flex;
    padding: 16px;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.date-hour {
    flex-basis: 64px;
    box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    letter-spacing: .01428571em;
    font-family: Oswald;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #3c4043;
    padding-right: 16px;
}

.date-description {
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    flex-direction: row;
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    flex-grow: 1;
}

.date-description-left {
    max-width: 50%;
    box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    letter-spacing: .01785714em;
    font-family: Questrial;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: #3c4043;
    margin: 0;
    padding: 0;
}

.date-description-right {
    max-width: 50%;
    box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    color: #5f6368;
    font-family: Questrial;
    font-size: 1.2rem;
    font-weight: 500;
}

.date-arrow {
    align-self: center;
    box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 16px;
    font-size: 24px;
}

.application-description {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 15px;
    padding-bottom: 16px;
    height: 100%;
}

#tr-listado-personas {
    display: flex;
    flex-wrap: wrap;
}

.navs-options {
    width: 100%;
}

.navsOptionList {
    display: flex;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    height: 48px;
    overflow-x: auto;
}

.navsOptionList::-webkit-scrollbar {
    display: none;
}

.navOption {
    display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    -webkit-box-pack: end;
    box-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    height: 48px;
    margin: 0 auto;
    padding: 0 16px;
}

.navOption:first-child {
    padding-left: 20px;
}

.navOption.active .navOptionLink-text,
.navOption:hover .navOptionLink-text {
    color: #1a73e8;
}

.navOption.active .navOptionLink-bar-div {
    border: solid 3px #1a73e8;
}

.navOptionLink-text {
    letter-spacing: .01785714em;
    font-family: 'Questrial';
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.25rem;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    color: #5f6368;
    margin: 0;
    padding: 0 0 8px 0;
    text-align: center;
    white-space: nowrap;
}

.navOptionLink-bar {
    box-sizing: border-box;
    height: 3px;
    overflow-y: hidden;
    padding: 0 4px;
    width: 100%;
}

.navOptionLink-bar-div {
    border-radius: 3px;
    box-sizing: border-box;
    min-width: 24px;
    width: 100%;
}

.button-texts {
    box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.button-content {
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    display: flex;
}

.notifications-sidebar {
    position: fixed;
    top: 0;
    right: -855px;
    z-index: 9999;
    background: #ddd;
    width: 855px;
    height: 100%;
    transition: .5s ease;
}

.notifications-sidebar.active {
    right: 0;
}

.btnOrisomBase {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.btnOrisomIcon {
    flex: 0 0 auto;
    padding: 12px 10px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
}

.btnOrisomIcon-label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}

.OrisomSvgIcon {
    fill: #000;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.btnOrisom-white i {
    color: #ffff;
}

.btnOrisom-white:hover {
    background-color: rgba(255, 255, 255, .7);
}

.btnOrisom-white:hover i {
    color: #2a6496;
}

.h-150 {
    height: 150px;
}

.h-full{
    height: 100% !important;
}

.h-100vh{
    height: 100vh !important;
}

.videoCall-container {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    background: rgb(32,33,36);
    position: relative;
    overflow: hidden;
}

.videoCall {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 15px 0;
}

.videocall-site-logo {
    position: absolute;
    display: none;
}

.Call {
    width: 25%;
    background: #534e4e;
    height: 100vh;
    margin: 0 auto;
}

.btnOptionCall {
    position: absolute;
    bottom: 8px;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.memberCall {
    width: 200px;
    height: 150px;
    background: transparent;
    position: absolute;
    bottom: 15px;
    z-index: 126;
    left: 35px;
    display: block;
}

.memberCall video {
    width: 100%;
    height: 100%;
}

.btnCall {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 0;
    font-size: 20px;
    margin: 0 15px;
    outline: 0;
    transition: all .25s linear;
    border: 1px solid #dadce0;
    color: #5f6368;
    background: #ffff;
    cursor: pointer;
}

.btnCall:last-child {
    color: #d93025;
}

.btnCall.isNotActive {
    background-color: #d93025;
    border: 1px solid #d93025;
    color: #fff;
}

#silence_mic.isNotActive .fa-microphone:before {
    content: '\f131';
}

#disable_cam.isNotActive .fa-video:before {
    content: '\f4e2';
}

.btnCall:hover {
    background: rgb(228 228 228 / 77%);
}

.btnCall.isNotActive:hover {
    background-color: #d93025;
    border: 1px solid #d93025;
    color: #fff;
}

.btnFullScreen {
    position: absolute;
    top: 10px;
    right: 0;
}

#silence_mic.isActive:hover .fa-microphone:before {
    content: '\f131';
}

#silence_mic.isNotActive:hover .fa-microphone:before {
    content: '\f130';
}

#disable_cam.isActive:hover .fa-video:before {
    content: '\f4e2';
}

#disable_cam.isNotActive:hover .fa-video:before {
    content: '\f03d';
}

#disconnect:hover .fa-phone:before {
    content: '\f3dd';
}

.mh-80 {
    min-height: 80px;
}

.orisom-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #e0e0e2;
    border: 1px solid #2a6496;
    border-radius: 4px;
    color: #2a6496;
}

.card-header {
    padding: 1.75rem 1.25rem;
    margin: 0 0 10px 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    font-weight: 600;
}

.text-muted {
    color: #6c757d!important;
}


/* ---------------------------------------- */

.timeline-item,
.timeline-item-hito {
    padding: 3em 2em 2em;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
    border-left: 2px solid rgba(0, 0, 0, 0.3);
}

.timeline-item p {
    font-size: 1.5rem;
}

.timeline-item::before {
    content: attr(tarea);
    position: absolute;
    left: 2em;
    font-weight: bold;
    top: -0.2em;
    display: block;
    font-weight: 700;
    font-size: 1.785rem;
}

.timeline-item-hito::before {
    content: attr(hito);
    position: absolute;
    left: 1em;
    top: 0em;
    display: block;
    font-weight: 700;
    font-size: 2.785rem;
    background: #2a6496 !important;
    width: 95%;
    color: #fff;
    padding-left: 15px;
    border-radius: 5px;
}

.timeline-item::after {
    width: 15px;
    height: 15px;
    display: block;
    top: 0em;
    position: absolute;
    left: -8px;
    border-radius: 10px;
    content: "";
    border: 2px solid transparent;
    background: #949292;
}

.timeline-item-hito::after {
    width: 25px;
    height: 25px;
    display: block;
    top: 0.5em;
    position: absolute;
    left: -13px;
    border-radius: 20px;
    content: "";
    border: 2px solid transparent;
    background: #2a6496;
}

.timeline-item:last-child {
    -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
}


/* TIMELINE 2 */

.container-timeline-orisom ul.container-timeline-orisom__list {
    margin: 0;
    list-style: none;
    position: relative;
    color: #000;
    font-size: 13px;
    padding-left: 0;
}

.container-timeline-orisom ul.container-timeline-orisom__list li.tarea,
.container-timeline-orisom ul.container-timeline-orisom__list li.hito {
    position: relative;
    margin-left: 0;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 14px;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
}

.container-timeline-orisom ul.container-timeline-orisom__list li.hito {
    background: #2a6496 !important;
    color: #fff;
}

.container-timeline-orisom ul.container-timeline-orisom__list li.tarea:last-child {
    box-shadow: none;
    height: 60px;
    margin-bottom: 60px;
    background-color: transparent;
}

.container-timeline-orisom ul.container-timeline-orisom__list li.tarea {
    margin-top: 60px;
    margin-bottom: 60px;
}

.container-timeline-orisom ul.container-timeline-orisom__list li>span {
    width: 100px;
    height: 100%;
    top: 0;
    position: absolute;
}

.container-timeline-orisom ul.container-timeline-orisom__list li.hito>span:before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    background: #2a6496;
    left: -12px;
    top: 25px;
}

.container-timeline-orisom ul.container-timeline-orisom__list li.hito>span:after {
    display: none;
}

.container-timeline-orisom ul.container-timeline-orisom__list li:last-child>span:after {
    display: none;
}

.container-timeline-orisom ul.container-timeline-orisom__list li span:after {
    top: 100%;
}

.container-timeline-orisom ul.container-timeline-orisom__list li>div {
    margin-left: 10px;
}

.container-timeline-orisom div .title {
    font-weight: 700;
    font-size: 1.7rem;
    color: #2a6496;
}

.container-timeline-orisom div .type {
    font-size: 1.6rem;
}

.container-timeline-orisom ul.container-timeline-orisom__list li.hito div .title {
    font-weight: 700;
    font-size: 1.785rem;
    color: #fff;
}

.container-timeline-orisom div .info {
    font-weight: 300;
    font-size: 1.5rem;
}

.container-timeline-orisom div>div {
    margin-top: 5px;
}

.container-timeline-orisom span.number {
    height: 100%;
}

.container-timeline-orisom span.number span {
    position: absolute;
    font-size: 15px;
    left: -10px;
    font-weight: bold;
}

.container-timeline-orisom ul.container-timeline-orisom__list li:last-child span.number span {
    font-size: 15px;
    position: absolute;
    font-weight: bold;
}

.container-timeline-orisom span.number span:first-child {
    top: -22px;
}

.container-timeline-orisom span.number span:last-child {
    top: 102%;
}

.container-timeline-orisom ul.container-timeline-orisom__list li:last-child span.number span:last-child {
    top: -3px;
}

.container-timeline-orisom progress::-moz-progress-bar {
    background: #EA6B1E;
}

::-webkit-progress-bar {
    background: #EA6B1E;
}

/* FIN TIMELINE 2 */

.presentacion-description {
    border: 2px solid #2a6496;
    border-radius: 6px;
    padding: 10px;
    background: #80808026;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #eae9e9b3 !important;
}


/* INICO RANGE INPUT VERUM */

.container-ranged-verum {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-minmax {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #000;
}

.box-minmax span:first-child {
    margin-left: 10px;
}

.range-slider {
    margin-top: 1vh;
    width: 90%;
}

.rs-range {
    margin-top: 29px;
    width: 100%;
    -webkit-appearance: none;
}

.rs-range:focus {
    outline: none;
}

.rs-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0px;
    background: linear-gradient( to right, red 0, red 33.3%, orange 33.3%, orange 63.3%, yellow 63.3%, yellow 83.3%, green 83.3%, green) bottom no-repeat;
    background-size: 100% 3px;
}

.rs-range::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #000;
}

.rs-range::-webkit-slider-thumb {
    box-shadow: none;
    border: 0px solid #ffffff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    height: 42px;
    width: 22px;
    border-radius: 22px;
    background: #EA6B1D;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}

.rs-range::-moz-range-thumb {
    box-shadow: none;
    border: 0px solid #ffffff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    height: 42px;
    width: 22px;
    border-radius: 22px;
    background: #EA6B1D;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}

.rs-range::-moz-focus-outer {
    border: 0;
}

.rs-label {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 98px;
    height: 98px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 22px;
    box-sizing: border-box;
    border: 2px solid #EA6B1D;
    margin-top: 20px;
    margin-left: -38px;
    left: attr(value);
    color: #000;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 36px;
}

.rs-label::after {
    content: "Ptos";
    display: block;
    font-size: 20px;
    letter-spacing: 0.07em;
    margin-top: -2px;
}


/* FINAL RANGE INPUT VERUM */

.leaderboard__profiles {
    border-radius: 0 0 12px 12px;
    padding: 15px 15px 20px;
    display: grid;
    row-gap: 8px;
}

.leaderboard__profile {
    display: grid;
    grid-template-columns: 1fr 10fr 1fr;
    align-items: center;
    padding: 10px 30px 10px 10px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
    transition: transform 0.25s cubic-bezier(0.7, 0.98, 0.86, 0.98), box-shadow 0.25s cubic-bezier(0.7, 0.98, 0.86, 0.98);
    background-color: #fff;
}

.leaderboard__picture {
    max-width: 100%;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #979cb0;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.64px;
}

.leaderboard__name {
    color: #979cb0;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.64px;
    margin-left: 12px;
}

.leaderboard__value {
    font-weight: 700;
    font-size: 34px;
    text-align: right;
}

.leaderboard__value>span {
    opacity: 0.8;
    font-weight: 600;
    font-size: 13px;
    margin-left: 3px;
}

.w-100{
    width: 100% !important;
}
.w-50{
    width: 50% !important;
}

.w-full{
    width: 100%;
}

.h-100{
    height: 100% !important;
}
.h-50{
    height: 50% !important;
}

.h-full{
    height: 100%;
}
.w-75{
    width: 75% !important;
}


.shadow{
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
}

.description-wf{
    display: -webkit-box;
    max-height: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-oswald-uppercase{
    font-family: 'Oswald';
    text-transform: uppercase;
}
.fsize-20{
    font-size: 20px;
}

.fsize-28{
    font-size: 28px !important;
}

.fsize-18{
    font-size: 18px !important;
}
.fsize-16{
    font-size: 16px !important;
}
.fsize-14{
    font-size: 14px !important;
}
.fsize-12{
    font-size: 12px !important;
}


.btn-save-fixed {
    position: fixed;
    top: 90%;
    right: 6%;
    z-index: 2;
    display: none;
}
.btn-download-info{
    background-color: #bbb;
    padding: 10px;
    border-radius: 5px;
    position: fixed;
    bottom: 5%;
    right: 1%;
    z-index: 2;
    font-size: 18px;
    font-family: 'Oswald';
}
/* -------------------------------------------------

                MEDIA QUERIES 1023 px MIO PORTRAIT

------------------------------------------------- */

@media (max-width: 1023px) {
    .videoCall {
        width: 100%;
        height: 100%;
    }
    .memberCall {
        width: 150px;
        height: 100px;
        bottom: 115px;
        right: 0;
        left: auto;
    }
    #silence_mic.isActive:hover .fa-microphone:before {}
    #silence_mic.isNotActive:hover .fa-microphone:before {}
    #disable_cam.isActive:hover .fa-video:before {}
    #disable_cam.isNotActive:hover .fa-video:before {}
    #disconnect:hover .fa-phone:before {}
}


/* FIN MEDIA QUERIES 1023 portrait */


/* -------------------------------------------------

                MEDIA QUERIES LANDSCAPES

------------------------------------------------- */

@media (max-width: 800px) and (orientation: landscape) {
    .videoCall {
        width: 70%;
        height: 100vh;
    }
    .memberCall {
        top: 0;
        left: 35px;
    }
    #silence_mic.isNotActive:hover .fa-microphone:before {}
}


/* FIN MEDIA QUERIES 800 landscape */


/* ------------------------------------------------------------------------------

                              login

------------------------------------------------------------------------------ */
.loginWeb-ori {
    font-family:"banks-miles-single" !important;
}

.user {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 1000px;
    background: #ccc;
    background-size: cover;
}

.user_options-container {
    flex-direction: column;
    position: relative;
    width: 80%;
}

.user_options-text {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    background: gray;
    border-radius: 3px;
}


/**
 * Registered and Unregistered user box and text
 */

.user_options-registered,
.user_options-unregistered {
    width: 80%;
    padding: 115px 45px 90px 45px;  
    color: #fff;
    font-weight: 300;
}

.user_registered-title,
.user_unregistered-title {
    margin-bottom: 15px;
    font-size: 1.3rem;
    line-height: 1em;
    font-family: 'banks-miles-single';
}

.user_unregistered-text,
.user_registered-text {
    font-size: 0.83rem;
    line-height: 1.4em;
    font-family: 'banks-miles-single';
}

.user_registered-login,
.user_unregistered-signup {
    font-family: 'banks-miles-single';
    margin-top: 30px;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.2rem;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.user_registered-login:hover,
.user_unregistered-signup:hover {
    color: rgba(34, 34, 34, 0.85);
    background-color: #ccc;
}


/**
 * Login and signup forms
 */

.user_options-forms {
    position: absolute;
    top: 53%;
    left: 50%;
    width: 110%;
    min-height: 500px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
    overflow-y: auto;
    overflow-x: hidden;
    transform: translate3d(-50%, -85%, 0);
    -webkit-transform: translate3d(-50%, -85%, 0);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.user_options-forms .logos-login{
    display: flex;
    justify-content: space-evenly;
}


.user_options-forms .msj-error,
.user_options-forms .msj-error-register {
    display: none;
}

.user_options-forms .msj-ok {
    height: 65px;
    display: none;
}

.user_options-forms .errorMsj {
    color: #721c24;
    background-color: #F8D7DA;
    border-color: #f5c6cb;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.user_options-forms .okMsj {
    background-color: #d4edda;
    color: #155724;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.user_options-forms .forms_fieldset {
    border: 0;
}

.user_options-forms .user_forms-login {
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.user_options-forms .forms_title {
    margin-bottom: 20px;
    font-size: 10px;
    font-weight: 300;
    line-height: 1em;
    text-transform: uppercase;
    color: #444;
    letter-spacing: 0.1rem;
    font-family: 'banks-miles-single';
}

.user_options-forms .forms_icon {
    font-size: 7rem;
    width: 20%;
    margin: 20% auto 0;
    color: #073758;
}

.user_options-forms .forms_field {
    display: flex;
}

.user_options-forms .forms_field:not(:last-of-type) {
    margin-bottom: 20px;
}

.user_options-forms .forms_field-input {
    font-family: 'banks-miles-single';
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 6px 20px 6px 6px;
    font-size: 1rem;
    font-weight: 300;
    color: gray;
    letter-spacing: 0.1rem;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

.user_options-forms #password.error,
.user_options-forms #login.error {
    border-bottom: 1px solid red;
    color: red;
}

.user_options-forms .forms_field-input:focus {
    border-color: #073758;
}

.user_options-forms .forms_buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.user_options-forms .forms_buttons-forgot {
    font-family: 'banks-miles-single';
    letter-spacing: 0.1rem;
    color: #ccc;
    text-decoration: underline;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.user_options-forms .forms_buttons-forgot:hover {
    color: #b3b3b3;
}

.user_options-forms .forms_buttons-action,
.conectWith a {
    background-color: #444;
    border-radius: 30px;
    padding: 10px 0;
    font-size: 0.7rem;
    font-family: 'banks-miles-single';
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    margin-top: 15px;
    display: block;
    width: 100%;
    text-align: center;
}

.user_options-forms .logo {
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40%;
    margin: auto;
}

.user_options-forms .logo .logo-content {
    margin: 12px auto;
    max-width: 134px;
    height: auto;
    width: 100%;
}

.user_options-forms .logo img {
    width: 100%;
    height: auto;
    max-width: 134px;
}

.conectWith {
    margin-top: 10px;
}

.user_options-forms .forms_buttons-action:hover {
    background-color: #828282;
}

.user_options-forms .user_forms-signup,
.user_options-forms .user_forms-login {
    position: absolute;
    top: 110px;
    left: 40px;
    width: calc(100% - 80px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.user_options-forms .user_forms-signup {
    -webkit-transform: translate3d(120px, 0, 0);
    transform: translate3d(120px, 0, 0);
}

.user_options-forms .user_forms-signup .forms_buttons {
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.user_options-forms .user_forms-login {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.user_options-forms .or-with {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    font-family: 'banks-miles-single';
}

.user_options-forms .or-with hr {
    width: 30%;
    display: inline-block;
}


/**
 * Triggers
 */

.user_options-forms.bounceRight {
    -webkit-animation: bounceDown 1s forwards;
    animation: bounceDown 1s forwards;
}
.user_options-forms.bounceLeft {
    -webkit-animation: bounceUp 1s forwards;
    animation: bounceUp 1s forwards;
}
.user_options-forms.bounceRight .user_forms-signup {
    -webkit-animation: showSignUp 1s forwards;
    animation: showSignUp 1s forwards;
}

.user_options-forms.bounceRight .user_forms-login {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0);
}



/* ------------------- MANSORY ---------------- */

.mansory-layout{
    columns: 1;
    column-gap: 15px;
}
.mansory-item{
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 10%);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    background-color: #ffffff;
    border-radius: 5px;
}
.mansory-item .media{
    position: relative;
    float: right;
    margin: 40px 20px 20px;
    height: 60px;
    width: 60px;
    text-align: center;
}

.mansory-item .media > i{
    font-size: 45px;
    position: relative;
    top: calc(50% - 25px);
}

.mansory-item .media img{ 
    width: 100%;
}

.mansory-item .text{
    padding: 40px 20px 20px;
}

.mansory-item .text .category{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.17;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: inline-block;
    background: none;
    border: 0;
    color: #1a73e8;
    padding: 0;
    text-transform: uppercase;
    word-break: keep-all;
}
.mansory-item .text .title{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.5px;
    line-height: 1.2;
    margin-top: 10px;
}

.mansory-item .text .description{
    font-size: inherit;
    font-weight: 400;
    line-height: 1.29;
    margin-top: 20px;
}

.mansory-item .actions{
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.mansory-item .actions .btn-mansory{
    padding: 10px 20px;
    background: #428bca;
    color: #ffffff;
    border-radius: 5px;
}

@media (min-width: 576px) { 

}

@media (min-width: 768px) { 
    .mansory-layout.more-two{
        columns: 2;
        column-gap: 15px;
    }
    .mansory-layout.two{
        column-gap: 0;
        display: flex;
    }
    .mansory-layout.two .mansory-item:first-child{
        margin-left: 0;
    }
    .mansory-layout.two .mansory-item{
        width: 49%;
        height: fit-content;
        margin-left: 15px;
    }

    .mansory-item .media > i{
        font-size: 60px;
        position: relative;
        top: calc(50% - 30px);
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) { 
    .mansory-item{
        width: 100%;
    }
    .mansory-item .media{
        margin-right: 40px;
        width: 80px;
        height: 80px;
    }
    .mansory-item .text .title{
        line-height: 1.13;
    }
    .mansory-item .text .description{
        line-height: 1.25;
    }
}
/* ------------------- MANSORY END ---------------- */



/* ---------------------JELLY CHECKBOX ---------------- */


.jelly-checkbox {
    position: relative;
    top: 1px;
    width: 17px;
    height: 17px;
    border: 1px solid #c8ccd4;
    border-radius: 3px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
}
.jelly-checkbox:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 11px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}
.jelly-label{
    margin-left: 5px;
    cursor: pointer;
    }
.jellycheck input:checked + .jelly-checkbox {
    border-color: transparent;
    background: #2a6496;
    animation: jelly 0.6s ease;
}
.jellycheck input:checked + .jelly-checkbox:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}
@-moz-keyframes jelly {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}
@-webkit-keyframes jelly {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
    }
@-o-keyframes jelly {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}
@keyframes jelly {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}
/* --------------------------- END JELLY CHECKBOX------------------------------- */
.list-product-image-zoom img{
    transition:transform 0.5s;
    
}
.list-product-image-zoom img:hover{
    transform:scale(5) ;
    position: relative;
    z-index: 10;
}

.task-tag{
    background: #f3f3f3;
    color: #999;
    float: left;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #DDD;
    margin: 1px 5px 1px 0;
    list-style: none;
}

.width60{
    width: 60% !important;
}
.width90{
    width: 90% !important;
}

.hidden-mobile-table-cell{
    display: none;
}

.hidden-mobile{
    display: none;
}

.show-mobile{
    display: block !important;
}

.text-right-mobile{
    text-align: right;
}

.ellipsis-one-lines{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    word-break: break-word;
}
.ellipsis-two-lines{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    word-break: break-word;
}
.ellipsis-three-lines{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    word-break: break-word;
}
.text-ellipsis{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* -------------------- BUTTON -------------------- */

.button{
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.5rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
}

.ori-btn{
    font-size: 1.15rem;
    color: #fff;
    background: none;
    padding: 0;
}

.ori-btn .button_bg{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e7e7e7;
    border-radius: 0.85rem;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.ori-btn span {
    display: block;
    position: relative;
    padding: 1.5rem 3rem;
    color: #333;
}

.ori-btn .button_bg::before, .ori-btn .button_bg::after {
    content: '';
    position: absolute;
    background: #2a6496;
}

.ori-btn .button_bg::before {
    width: 110%;
    height: 0;
    padding-bottom: 110%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate3d(-50%,-50%,0) scale3d(0,0,1);
}

.ori-btn .button_bg::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}

.ori-btn:hover .button_bg,
.ori-btn:focus .button_bg,
.ori-btn.active .button_bg {
    transform: scale3d(1.1,1.1,1);
}
.ori-btn:hover span,
.ori-btn:focus span,
.ori-btn.active  span{
    color: #fff;
}

.ori-btn:hover .button_bg::before,
.ori-btn:focus .button_bg::before,
.ori-btn.active .button_bg::before{
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
}

.ori-btn:hover .button_bg::after,
.ori-btn:focus .button_bg::after,
.ori-btn.active .button_bg::after{
    opacity: 1;
    transition-duration: 0.01s;
    transition-delay: 0.3s;
}

/* ----------------------- END BUTTON ------------------------------ */

.title-form{
    font-size: 2.5rem;
    margin-bottom: 25px;
    vertical-align: middle;
    color: #333;
 
}

.title-tag{
    font-size: 1.3rem;
    color: #9d9d9d;

}

/* -------------------------- SERVICIOS --------------------------------------- */

.serviceBlock {
    padding: 12px 45px 12px 15px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    background-color: #eeeeee;
}

.serviceBlock.active {
    background-color: #2a6496;
    color: #fff;
}

.serviceBlock .serviceDetails img{
    width: 100%;
    height: auto;
}

.precio-total-contrato label{
    font-size: 16px;
}
 
.gradeBlock label{
    font-size: 16px;
}

.gradeBlock .gradeBlockSetup input{
    font-size: 12px;
}

.gradeBlock .gradeBlockSetup .ui-slider {
    width: 100%;
    height: 8px;
    border: 1px solid #ccc;
    border-radius: 50px;
    background-color: #fff;
    position: relative;
    margin-top: 15px;
}

.gradeBlock .gradeBlockSetup .ui-slider-handle,
.gradeBlock .gradeBlockSetup .ui-state-focus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: 1px solid #DDD;
    border-radius: 50%;
    background: #bbb;
    cursor: pointer;
}
.multipleSelectionBlock .multipleSelectionSetup .checkbox_option_container{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.multipleSelectionBlock .multipleSelectionSetup input{
    margin: 0;
}
.multipleSelectionBlock .multipleSelectionSetup label,
.simpleSelectionBlock .simpleSelectionSetup .select{
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 0;
}

.toast {
    opacity: 1 !important;
}

.gradeBlock .gradeBlockSetup .ui-state-hover{
    background: #2a6496 !important;
}

.error-comment{
    border: 2px solid #f89406;
    border-radius: 8px;
}

/* ---------------------------------- Actve User -------------------------------- */

.circle-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #2a6496;
    padding: 20px;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    margin: auto;
}

.circle-container .client-name,
.circle-container .client-lastname,
.circle-container .user-email{
    color: #fff;
    font-size: 15px;
    width: 160px;
    word-break: break-word;     
}

.circle-container .image-container{
    width: 115px;
    height: 115px;
    border-radius: 5%;
    overflow: hidden;
}
.active-user .logo-container{
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto;
    margin-top: 50px;
    padding-top: 50px;
}

.active-user .user-linker-title{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.active-user .arrows-container,
.user-contrato-container .arrows-container{
    font-size: 100px;
    color: #2a6496;
}

.circle-container .image-container img,
.active-user .logo-container img{
    width: 100%;
}

.active-user .ori-btn{
    font-size: 16px;
}

.finish-title{
    text-align: center;
    margin: 32px auto 24px;
    font-size: 2.7rem;
    font-family: 'Oswald';
    width: 350px;
}

.user-contrato-container{
    margin: 32px auto 24px;
    width: 350px;
}
.user-contrato-img,
.service-contrato-img{
    border-radius: 50%;
    border: 1px solid #ccc;
    overflow: hidden;
    width: 200px;
    height: 200px;
}

.user-contrato-img img,
.service-contrato-img img {
    width: 100%;
}

.user-contrato-info,
.service-contrato-info{
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
}
.user-contrato-info .name::first-letter,
.user-contrato-info .lastname,
.service-contrato-info::first-letter{
    text-transform: capitalize;
}



.orisom-mt-list {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .009375em;
    text-decoration: inherit;
    text-transform: inherit;
    line-height: 1.5rem;
    margin: 0;
    padding: 8px 0;
    list-style-type: none;
    color: rgba(0,0,0,.87);

}

.orisom-mt-list-item {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    padding: 0 16px;
    overflow: hidden;
    height: 72px;
}

.orisom-mt-list-item:before,
.orisom-mt-list-item:after {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    content: "";
    background-color: #000;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
}
.orisom-mt-list-item:before {
    transition: opacity 15ms linear,background-color 15ms linear;
    z-index: 1;
}
.orisom-mt-list-item:hover::before {
    opacity: .04;
}
.orisom-mt-list-avatar {
    display: inline-flex;
    margin-left: 0;
    margin-right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    fill: currentColor;
    background-color: transparent;
    color: rgba(0,0,0,.54);
    overflow: hidden;
}
.orisom-mt-list-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.orisom-mt-list-text{
    align-self: flex-start;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.orisom-mt-list-text .mt-list-text__primary {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin-top: 0;
    line-height: normal;
    margin-bottom: -20px;
    display: block;
}
.orisom-mt-list-text .mt-list-text__primary:before {
    display: inline-block;
    width: 0;
    height: 32px;
    content: "";
    vertical-align: 0;
}
.orisom-mt-list-text .mt-list-text__primary:after {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: -20px;
}
.orisom-mt-list-text .mt-list-text__secondary {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .0178571429em;
    text-decoration: inherit;
    text-transform: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin-top: 0;
    line-height: normal;
    display: block;
    color: rgba(0,0,0,.54);
}
.orisom-mt-list-text .mt-list-text__secondary:before {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: 0;
}

.orisom-mt-list-options {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: .0333333333em;
    text-decoration: inherit;
    text-transform: inherit;
    margin-left: auto;
    margin-right: 0;
    color: rgba(0,0,0,.6);
}

.title .title-text {
    font-family: 'Oswald';
    font-size: 24px;
    letter-spacing: 1.5px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 190px);
}

/* -----------------------------------ALERTAS----------------------------------- */

.btn-mark-read{
    display: inline-block;
    padding: 4px 8px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    background-color: #fff;
    border-color: #ccc;
    box-shadow: 0px 0px 3px -1px #303030de;
    transition: .3s linear;
}

.btn-mark-read:hover{    
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.alerts-container,
.chat-container{
    position: relative;
    z-index: 10;
}

.hidden{
    display: none!important;
}
.show{
    display: block!important;
}   

.alert-icon{
    font-size: 25px;
    position: relative;
    cursor: pointer;
    color: #777777;
}

.alerts-count{
    background-color: #E42178;
    border: 1px solid #ddd;
    color: #fff;
    line-height: 14px;
    padding: 0 2px;
    position: absolute;
    top: -4px;
    right: -8px;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    text-indent: 0;
    text-align: center;
    border-radius: 4px;
    min-width: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.alert-box{
    z-index: 9999;
    width: 430px;
    max-height: 440px;
    position: absolute;
    -webkit-box-shadow: 0 12px 32px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 12px 32px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    border-radius: 2px 2px 5px 5px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    top: 40px;
    left: -400px;
}
.alert-box::before{
    top: -18px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    right: 8px;
    border: 10px outset transparent;
    border-bottom: 10px solid #fff;
}
.alert-box .alert-box__header{
    border-bottom: 1px solid #ededed;
    padding: 0 20px;
    display: flex;
    height: 40px;
    line-height: 40px;
    color: #333;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    justify-content: space-between;
    align-items: center;    
}
.alert-box .alert-box__container{
    position: relative;
    overflow: hidden;
    max-height: 351px;
    min-height: 116px;
}
.alert-box .alert-list{
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 116px;
    max-height: 300px;
    overflow: auto;
}
.alert-list li{
    list-style: none;
    position: relative;
}
.alert-list li a{
    width: 100%;
    color: #333;
}
.alert-list__item.pending,
.alert-list li:hover{
    background:#f5f5f5;
}
.alert-list__item{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: .6s ease;
}
.alert-list__item-no-content{
    background-color: #f8f8f8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    height: 116px;
    line-height: 116px;
    color: #333;
    font-size: 15px;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
}
.item-content{
    display: flex;
    width: 100%;
    cursor: pointer;
}
.thumbnail-container{
    display: flex;
    align-items: center;
    
}
.thumbnail{
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.42rem;
    margin-right: 0.5rem;
}
.thumbnail-b {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.image-thumbnail{
    width: 35px;
    height: 35px;
    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-weight: 500;
    color: #3f4254;
    background-color: #f3f6f9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 0.42rem;
}
.info-container{
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
}
.info-header{
    display: flex;
    justify-content: space-between;
}
.info-header .info-date{
    font-size: 10px;
}
.info-content{
    display: flex;
    flex-direction: column;
   
}
.info-project,
.info-task{
    font-size: 12px;
    margin-top: 0.1rem!important;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-project i,
.info-task i{
    font-size: 10px;
}
.info-text{
    margin-top: 0.5rem!important;
    
}
.alerts-btn {
    background-color: #fff;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    bottom: 0;
    -webkit-box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 8%);
    color: #3483fa;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 51px;
    line-height: 50px;
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    text-decoration: none;
    z-index: 999;
    transition: all .3s linear;
}
.alerts-btn:hover{
    -webkit-box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 20%);
    color: #3483fa !important;
}

/* ------------------------------------ END ALERTAS -------------------------------- */


.items{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.items::-webkit-scrollbar{
    display: none;
}
.item{
    display: inline-flex;
    margin: 1em 1em;
    max-width: 20.1rem;
}
.items.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}


/* ----------------------------- NEW LOGIN ------------------------------------ */

.login-container { 
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    background-color: #dadce0;
}

.login-container:before {
    min-height: 30px;
    content: "";
    display: block;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 24px;
}

.login-container::after {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 24px;
    min-height: 63.9999996px;
}

.login-container__body-container,
.register-container__body-container,
.reset-password__body-container,
.change-container__body-container {
    background: #fff;
    flex-direction: column;
    max-width: 100%;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    border: 1px solid #dadce0;
    display: block;
    flex-shrink: 0;
    margin: 0 auto;
    transition: .2s;
    box-sizing: inherit;
    min-height: 0;
    width: 450px;
    box-shadow: 1px 1px 1px #48484838;
}
.login-container__body, 
.register-container__body,
.reset-password__body,
.change-container__body {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    overflow: hidden;
    padding: 48px 40px 36px;
    height: auto;
    min-height: 375px;
}
.login-container__body .image-container,
.register-container__body .image-container,
.reset-password__body .image-container,
.change-container__body .image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 80px;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
}
.login-container__body .image-container img,
.register-container__body .image-container img,
.reset-password__body .image-container img,
.change-container__body .image-container img{
    width: auto;
    max-width: 280px;
    max-height: 80px;
}

.login-container__body .content-c,
.register-container__body .content-c,
.reset-password__body .content-c{
    padding-left: 40px;
    padding-right: 40px;
}
.login-container__body .content-c h1,
.register-container__body .content-c h1,
.reset-password__body .content-c h1{
    color: #202124;
    padding-bottom: 0;
    padding-top: 16px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3333;
    margin-bottom: 0;
    margin-top: 0;
    word-break: break-word;
    text-align: center;
}
.login-container__body .content-in,
.register-container__body .content-in,
.reset-password__body .content-in{
    color: #202124;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.5;
    padding-bottom: 0;
    padding-top: 8px;
    text-align: center;
}

.login-container__body .input-container,
.register-container__body .input-container,
.reset-password__body .input-container{
    display: inline-block;
    font-size: 14px;
    padding: 24px 0 0;
    vertical-align: top;
    white-space: normal;
    width: 100%;
}
.login-container__body .input-container .input-border,
.register-container__body .input-container .input-border,
.reset-password__body .input-container .input-border{
    height: 100%;
    background-color: transparent;
    border: 1px solid #dadce0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}
.login-container__body .input-container .input-border-h,
.register-container__body .input-container .input-border-h,
.reset-password__body .input-container .input-border-h{
    height: 100%;
    background-color: transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 150ms cubic-bezier(0.4,0,0.2,1);
}
.login-container__body .input-container.focus .input-border-h,
.register-container__body .input-container.focus .input-border-h,
.reset-password__body .input-container.focus .input-border-h{
    opacity: 1;
    border: 2px solid #1a73e8;
}
.login-container__body .input-container.error .input-border-h,
.register-container__body .input-container.error .input-border-h,
.reset-password__body .reset-password-presentation.error .input-border-h,
.reset-password__body .input-container.error .input-border-h{
    opacity: 1;
    border: 2px solid #d93025;
}
.login-container__body .input-container .input-c,
.register-container__body .input-container .input-c,
.reset-password__body .input-container .input-c{
    position: relative;
    z-index:2;
    display: flex;
}
.login-container__body .input-container input,
.register-container__body .input-container input,
.reset-password__body .input-container input{
    border-radius: 4px;
    color: #202124;
    font-size: 16px;
    margin: 1px 1px 0 1px;
    padding: 13px 15px;
    z-index: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    background-color: transparent;
    border: none;
    display: block;
    line-height: 24px;
    outline: none;
    font-family: inherit;
}

.login-container__body .input-container .input-relative,
.register-container__body .input-container .input-relative,
.reset-password__body .input-container .input-relative{
    position: relative;
}

.reset-password__body .success-reset-presentation .forms-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.reset-password__body .success-reset-presentation .forms-icon i{
    font-size: 7rem;
}


.login-container__body .remember-password {
    padding-bottom: 3px;
    padding-top: 9px;
}
.login-container__body .remember-password a{
    border-radius: 4px;
    color: #1a73e8;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: .25px;
    outline: 0;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    font-size: small;
    padding: 0;
    text-align: left;
    border: 0;
}

.login-container__body .remember-password a:hover,
.login-container__body .remember-password a:focus {
    text-decoration: underline;
}

.login-container__body .login-btns,
.register-container__body .register-btns,
.reset-password__body .reset-btns {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: -8px;
    margin-top: 26px;
    min-height: 48px;
    padding-bottom: 20px;
}

.login-container__body .login-btns .btns-flex,
.register-container__body .register-btns .btns-flex,
.reset-password__body .reset-btns .btns-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.login-container__body .btn-container,
.register-container__body .btn-container,
.reset-password__body .btn-container {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}   


.d-inline{
    display: inline-block !important;
}

.w-25{
    width: 25% !important;
}

.presentations{
    position: relative;
    overflow: hidden;
    min-height: 200px;
}
.email-presentation{
    width: 100%;
    transition: opacity 0.6s ease;
}
.password-presentation, .redirect-presentation{
    width: 100%;
    transform: translate(100%, 0);
    transition: opacity 0.6s ease;
}



.email-error, 
.password-error, 
.register-error{
    -webkit-tap-highlight-color: transparent;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    font: 400 12px;
    min-height: 16px;
    padding-top: 8px;
    opacity: 0;
    color: #d93025;
}

.register-container__body .email-register.error + .register-error{
    opacity: 1;
}

.login-container__body .input-container.error input,
.login-container__body .input-container.error label,
.register-container__body .input-container.error input,
.register-container__body .input-container.error label,
.reset-password__body .input-container.error input,
.reset-password__body .input-container.error label,
.reset-password__body .reset-password-presentation.error .input-container input,
.reset-password__body .reset-password-presentation.error .input-container label {
    color: #d93025;
}
.login-container__body .input-container.email.error .email-error,
.login-container__body .input-container.password.error .password-error,
.reset-password__body .input-container.email.error .email-error,
.register-container__body .input-container.nombre.error + .register-error,
.register-container__body .input-container.password-register.error + .register-error,
.register-container__body .input-container.confirm-password.error + .register-error{
    opacity: 1;
}


.register-container__body .register-presentation.email-error-e .register-error,
.register-container__body .register-presentation.email-error-m .register-error,
.reset-password__body .reset-password-presentation.error .password-error {
    opacity: 1;
}

.password-eye{
    -webkit-box-flex: 1;
    align-self: center;
    padding: 10px;
    cursor: pointer;
}


@keyframes fade-out-left {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        opacity: 0.7;
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
    }
    to {
        opacity: 0.7;
        -webkit-transform: translateX(-100%) scale(0.7);
        transform: translateX(-100%) scale(0.7);
    }
}
@keyframes fade-out-right {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        opacity: 0.7;
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
    }
    to {
        opacity: 0.7;
        -webkit-transform: translateX(100%) scale(0.7);
        transform: translateX(100%) scale(0.7);
    }
}
@keyframes fade-in-left {
    0% {
        opacity: 0.7;
        -webkit-transform: translateX(-100%) scale(0.7);
        transform: translateX(-100%) scale(0.7);
    }
    80% {
        opacity: 0.7;
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes fade-in-right {
    0% {
        opacity: 0.7;
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
    }
    80% {
        opacity: 0.7;
        -webkit-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hide-presentation{
    opacity: 0 !important;
    pointer-events: none;
}
.show-presentation{
    opacity: 1 !important;
    transform: translate( 0%, 0);
}

.fade-out-left-ani{
    animation-duration: 0.6s;
    animation-name: fade-out-left;
}
.fade-out-right-ani{
    animation-duration: 0.6s;
    animation-name: fade-out-right;
}
.fade-in-left-ani{
    animation-duration: 0.6s;
    animation-name: fade-in-left;
}
.fade-in-right-ani{
    animation-duration: 0.6s;
    animation-name: fade-in-right;
}



.grid-files{
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
}
.file-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1 220px;
    -webkit-flex: 1 1 220px;
    flex: 1 1 220px;
    overflow: hidden;
    padding: 7px;
    position: relative;
    vertical-align: top;
    max-width: 100%;
    min-width: 0;
}
.file-container:before{
    content: "";
    display: inline-block;
    -webkit-box-flex: 0 0 0;
    -webkit-flex: 0 0 0;
    flex: 0 0 0;
    height: 0;
    padding-bottom: -webkit-calc(100%);
    padding-bottom: calc(100%);
}
.file-container-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    outline: none;
    overflow: hidden;
    height: fit-content;
    height: 1000;
}
.file-content-rows{
    background-color: #fff;
    border: 1px solid #dadce0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    -webkit-transition: box-shadow 200ms cubic-bezier(0.4,0,0.2,1);
    transition: box-shadow 200ms cubic-bezier(0.4,0,0.2,1);
}
.file-row-1{
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    width: 100%;
    max-height: 110px;
}
.file-row-2{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0 0 48px;
    -webkit-flex: 0 0 48px;
    flex: 0 0 48px;
    justify-content: space-around;
    align-items: center;
}
.file-row-3{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0 0 48px;
    -webkit-flex: 0 0 48px;
    flex: 0 0 48px;
    justify-content: space-around;
    align-items: center;
}
.icon-container{
    background-color: #fff;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    width: 100%;
}
.img-container{
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    text-align: center;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.middle-img{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.icon-file{
    background-repeat: no-repeat;
    -webkit-background-size: 64px;
    background-size: 64px;
    display: inline-block;
    height: 64px;
    vertical-align: middle;
}
.menu-container{
    -webkit-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 24px;
    padding: 12px 16px;
    position: relative;
    width: 24px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.file-title{
    -webkit-align-self: center;
    align-self: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    font-weight: 500;
    overflow: hidden;
    padding-right: 12px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
}

.img-file{
    width: 100%;
    height: inherit;
}

.btn-inline-flex {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
}

.fc-toolbar h2{
    font-size: 16px;
    font-weight: 800;
    margin-right: 10px;
}

/* chat */
.datatable-cell2 > span {
    color: #B5B5C3 !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: 0.1rem !important; }

.datatable-cell2 {
    vertical-align: middle;
    padding: 1rem 1rem;
    font-size: 1rem;
}

.form-wrapper{
    border-radius: 7px;
  }
  .form-wrapper label{
    font-weight: bold;
  }
  .errors li{
    list-style: none;
    width: 100%;
    text-align: center;
  }
  .errors ul{
    padding-left: 0;
    margin-bottom: 0;
  }
  .message-holder {
    border: 1px solid #ccc;
    border-bottom-color: blue;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: 400px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 7px 3px rgb(0 0 0 / 30%);
  }

  #message-input {
    border: 1px solid #ccc;
    border-right: 0px;
    border-top-color: blue;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    padding: 0.65rem 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    height: 100%;
    resize: none;
    box-shadow: -2px 3px 7px 1px rgb(0 0 0 / 30%);
  }

  #message-input:focus {
    border: 1px solid #ccc !important;
    border-right: 0px !important;
    border-top-color: blue !important;
  }

  .message-button {
    border: 1px solid #ccc !important;
    border-left: 0px !important;
    border-top-color: blue !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    padding: 0.65rem 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 10% !important;
    height: auto;
    box-shadow: 1px 2px 7px 2px rgb(0 0 0 / 30%);
  }

  .msg-item {
    overflow: hidden;
    clear: both;
    margin-bottom: 12px;
    padding-top: 10px;
    border-radius: 4px;
    padding-bottom: 10px;
  }
  .msg-text {
    padding-left: 70px;
    padding-top: 5px;
    line-height: 19px;
    padding-right: 70px;
  }
  .msg-img {
    width: 60px;
    margin: 0 10px;
  }
  .author{
    font-weight: bold;
  }
  
  .msg-item p{
    margin:0;
  }
  
  .msg-item .time {
    font-size: 10px;
  }
  .msg-item.left-msg {
    background: #0e85a0;
    color: #fff;
  }
  .msg-item.right-msg {
    background: #444;
    color: #fff;
  }
  .time {
    color: #fff;
    opacity: 0.8;;
  
  }
  .left-msg .msg-img{
    float: left;
  }
  .right-msg{
    text-align: right;
  }
  .right-msg .msg-img{
    float: right;
  }
  @media (max-width: 768px){
    .form-wrapper .text-right{
      text-align: center !important;
    }
  
    .form-wrapper .btn-primary{
      display: block;
      margin: 0 auto;
    }
  }

  .align-middle-element{
    align-items: center;
  }

  .imagenqPHBlock2{
    width: 100%;
    height: 200px;
    background: no-repeat center center;
    background-size: contain;
    border-radius: 8px;
    margin-bottom: 15px;
}

.float-right{
    float: right;
}

.presentation-title h2 {
    font-family: 'Oswald';
    font-size: 24px;
    letter-spacing: 1.5px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 20px;
    overflow: hidden;
    min-height: 50px;
    max-height: 50px;
}

.atributes{
    flex-direction: column;
}

.client-info {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.client-item-1 {
    margin-bottom: 15px;
    margin-right: 15px;
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    min-height: 250px;
    max-width: 100%;
    overflow: hidden;
    padding: 15px;
    border: 1px solid rgb(0 0 0 / 10%);
}

.client-item-2 {
    margin-bottom: 15px;
    margin-right: 15px;
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    min-height: 250px;
    max-width: 100%;
    overflow: hidden;
    padding: 15px;
    border: 1px solid rgb(0 0 0 / 10%);
}

.logo-description {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.logo-description .logo-container {
    width: 100%;
    max-width: 100px;
    margin-bottom: 15px;
    border-radius: 15%;
    overflow: hidden;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-description .logo-container img {
    width: 100%;
    height: 100%;
}

.d-block {
    display: block !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 18% !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.btn-show { 
    color: #fff !important;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-show:hover{
    color: #fff !important;
    background-color: #0062cc;
    border-color: #005cbf;
}
.swiper-slide-active .btn-show { 
    color: #fff !important;
    background-color: #28a745;
    border-color: #28a745;
}
.swiper-slide-active .btn-show:hover { 
    color: #fff !important;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.border-custom-1 {
    border: 1px solid #28a745;
    -webkit-box-shadow: 7px 7px 6px -4px rgb(214 214 214 / 60%);
    -moz-box-shadow: 7px 7px 6px -4px rgb(214 214 214 / 60%);
    box-shadow: 7px 7px 6px -4px rgb(214 214 214 / 60%);
}

.chat-cont {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #eae6df;
}

.container-chat {
    position: relative;
    left: 0;
    background-position: 0 0;
    background-color: #f7f8fa;;
    background-repeat: repeat-x;
    border-radius: 0;
    transform-origin: center;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.chat {
    position: relative;
    z-index: 100;
    height: 100%;
    overflow: hidden;
    transform: translateZ(0);
}

.list-chats {
    flex: 40%;
}

.chat-conversation{
    flex: 60%;
    background-color: #f7f8fa;
}

.chatlist-header {
    padding: 10px 16px;
    background-color: #f0f2f5;;
    position: relative;
    z-index: 1000;
    box-sizing: border-box;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 59px;
}
.imgname-content{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.options-container{
    flex: none;
}
.img-wrapper{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 15px;
}
.img-wrapper img{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1;
}

.input-wrapper {
    padding: 15px 10px;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(11,20,26,0.08);
}
.chats-side{
    display: flex;
    flex-direction: column;
    height: 102%;
    overflow: hidden;
}


.chats-list-wrapper{
    background-color: #fff;
    overflow-y: auto;
    height: calc(100% - 130px);
}

.chats-list {
    margin-top: -1px;
    height: 100%;
}
.chat-wrapper{
    position: relative;
    display: flex;
    flex-direction: row;
    height: 72px;
    pointer-events: all;
    background-color: #fff;
    cursor: pointer;
}
.chat-wrapper.active,
.chat-wrapper:hover    {
    background-color: #f0f2f5;
}
.chat-image-wrapper {
    display: flex;
}
.img-content {
    padding: 0 15px 0 13px;
    margin-top: -1px;
    flex: none;
    align-items: center;
    display: flex;
}

.chat-image-wrapper .img-content .img{
    width: 49px;
    height: 49px;
}

.chat-image-wrapper .img-content .img img,
.conversation-img-content img{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1;
}

.chat-content {
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    min-width: 0;
    border-top: 1px solid #e9edef;
    padding-right: 15px;
}

.chat-wrapper.active .chat-content {
    border-top-color: #f0f2f5;
}
.name-date-grid {
    text-align: left;
    display: flex;
    align-items: center;
    line-height: normal;
}

.name-date-grid .name {
    text-align: left;
    line-height: normal;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    color: #111b21;
    overflow-wrap: break-word;
}

.name-date-grid .name span {
    visibility: visible;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    flex-grow: 1;
    overflow-x: hidden;
    position: relative;
}

.name-date-grid .date {
    margin-top: 3px;
    margin-left: 6px;
    overflow: hidden;
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: none;
    max-width: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #667781;
}

.chat-description {
    margin-top: 2px;
    display: flex;
    align-items: center;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #3b4a54;
}
.chat-description-content {
    text-align: left;
    background-color: initial;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chat-description .chat-description-content .chat-description-grid {
    display: flex;
    align-items: flex-start;
}

.chat-description-grid .person {
    display: inline-block;
    visibility: visible;
}
.chat-description-grid .chat {
    visibility: visible;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    flex-grow: 1;
    overflow-x: hidden;
    position: relative;
}

.conversation-panel-wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: background-color .3s ease;
}

.conversation-header{
    border-left: 1px solid #d1d7db;
    padding: 10px 16px;
    background-color: #f0f2f5;
    position: relative;
    z-index: 1000;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    height: 59px;
    cursor: pointer;
}
.coversattion-img-wrapper {
    padding: 0 15px 0 0;
    margin-top: -1px;
    flex: none;
}
.conversation-img-content{
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.conversation-info-header{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    min-width: 0;
}
.conversation-name{
    text-align: left;
    margin-top: -1px;
    display: flex;
    align-items: flex-start;
    line-height: normal;
}
.chat-title{
    text-align: left;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: var(--primary-strong);
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chat-title span
.chat-subtitle span{
    visibility: visible;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    flex-grow: 1;
    overflow-x: hidden;
    position: relative;
}

.chat-subtitle{
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #667781;
    display: flex;
    align-items: flex-start;
}

.conversation-footer{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    flex: none;
    order: 3;
    width: 100%;
    min-height: 62px;
    padding: 0;
    background-color: #f0f2f5;
}
.footer-wrapper{
    padding-right: 17px;
    padding-left: 10px;
    border-left: 1px solid #e9edef;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    max-width: 100%;
    min-height: 62px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f0f2f5;
}
.compose-box {
    position: relative;
    flex: 1;
    width: 100%;
    min-width: 0;
    min-height: 52px;
}
.input-send-container{
    display: flex;
    flex: 1;
    align-items: flex-end;
    min-width: 0;
}
.input-message{
    padding: 9px 12px 11px;
    margin: 5px 10px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    flex: 1 1 auto;
    width: inherit;
    min-width: 0;
    min-height: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    outline: none;
}
.btn-send-cont{
    padding: 5px 10px;
    width: 90px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}
.btn-send {
    padding: 16px;
}

.conversation-input{
    border: 0;
    resize: none;
    outline: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 16px;   
}

.conversation-panel{
    position: relative;
    z-index: 1;
    flex: 1 1 0;
    order: 2;
}
.conversation-panel::after,
.chat-conversation::after {
    content: '';
    background: url(/statics/images/ConneKtor.png) #ededed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25%;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    filter: grayscale(1);
}
.conversation-panel-messages{
    position: absolute;
    top: 0;
    z-index: 100;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: background .3s ease-out .1s;
    background-color: initial;
    left: 0;
    border-left: 1px solid #e9edef;
}
.message {
    padding-right: 9%;
    padding-left: 9%;
    margin-bottom: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.message-in {
    align-items: flex-start;
}
.message-out {
    align-items: flex-end;
}

.msg-container {
    margin-bottom: 0;
    border-radius: 7.5px;
    max-width: 65%;
    position: relative;
    flex: none;
    font-size: 14.2px;
    line-height: 19px;
    color: #111b21;
}

.tail-in{
    position: absolute;
    top: 0;
    z-index: 100;
    display: block;
    width: 8px;
    height: 13px;
    color: #fff;
    left: -8px;
}

.tail-out{
    position: absolute;
    top: 0;
    z-index: 100;
    display: block;
    width: 8px;
    height: 13px;
    color: #fff;
    right: -8px;
}

.message-out .tail-out {
    color: #d9fdd3;
}
.msg-wrapper{
    position: relative;
    z-index: 200;
    border-radius: 7.5px;
    box-shadow: 0 1px 1px rgba(11,20,26,.13);
    border-top-left-radius: 0;
    background-color: #fff;
}
.message-out .msg-wrapper {
    background-color: #d9fdd3;
}
.msg {
    padding: 6px 7px 8px 9px;
}

.msg-header {
    display: inline-flex;
    max-width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.msg-header .name {
    padding-left: 2px;
    margin-left: 0px; 
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    visibility: visible;
}

.msg-description {
    position: relative;
    overflow-wrap: break-word;
}

.msg-description .space {
    width: 66px;
    display: inline-block;
    vertical-align: middle;
}

.msg-wrapper .date-wrapper {
    float: right;
    margin: -10px 0 -5px 4px;
    position: relative;
    z-index: 10;
}
.msg-wrapper .date {
    white-space: nowrap;
    font-size: 0.9875rem;
    color: #667781;
    height: 15px;
    line-height: 15px;
}
.msg-wrapper .date span {
    display: inline-block;
    vertical-align: top;
}
.btn-connektor {
    color: #fff !important;
    background-color: #2CB742;
    border-color: #2CB742;
}

.buttons-wrapper{
    display: flex;
    justify-content: space-evenly;
}

.cursor-pointer {
    cursor: pointer;
}

.orisom-table-header {
    background-color: #2a6496;
    color: #ffffff;
}

.vh-90 {
    height: 90vh;
}

.vh-100 {
    height: 100vh;
}
.orisom-table {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.crypto-card {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -16px;
    margin-right: -16px;
    height: 485px;
    background: white;
    box-shadow: 0px 0px 50px rgb(175 192 213 / 20%), 0px 7px 14px rgb(71 77 87 / 8%);
    border-radius: 8px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 440px;
    justify-content: space-between;
}
.crypto-card-final {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -16px;
    margin-right: -16px;
    height: auto;
    max-height: 485px;
    background: white;
    box-shadow: 0px 0px 50px rgb(175 192 213 / 20%), 0px 7px 14px rgb(71 77 87 / 8%);
    border-radius: 8px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 440px;
    align-items: center;
    gap: 35px;
}
.crypto-card-confirm {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -16px;
    margin-right: -16px;
    min-height: 485px;
    background: white;
    box-shadow: 0px 0px 50px rgb(175 192 213 / 20%), 0px 7px 14px rgb(71 77 87 / 8%);
    border-radius: 8px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 440px;
    justify-content: space-between;
}

.crypto-card--form { 
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.crypto-input-wrapper {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    height: 40px;
    margin-top: 4px;
    margin-bottom: 0px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.6;
    border: 1px solid transparent;
    border-color: #caccce;
    border-radius: 4px;
    width: 100%;
    padding: 12px;
    height: auto;
    transition: .3s ease border-color;
}

.crypto-input-wrapper:hover,
.crypto-input-wrapper:focus {
    border-color: #0056b3
}

.crypto-input-wrapper input {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    outline: none;
    border: none;
    background-color: inherit;
    opacity: 1;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 16px !important;
    font-weight: 600;
}

.crypto-input-wrapper .crypto-suffix {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 14px;
}

.crypto-input-wrapper .crypto-suffix .suffix {
    width: 17px;
}

.crypto-input-wrapper .crypto-suffix .suffix svg {
    aspect-ratio: 1 / 1;
}

.crypto-btn {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    outline: none;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 24px;
    min-width: 80px;
    word-break: keep-all;
    color: #FFFFFF;
    border-radius: 4px;
    min-height: 24px;
    border: none;
    width: 100%;
    max-height: 48px;
}

.bootbox.modal {
    overflow: scroll !important;
}

.token-image {
    width: 25px;
    height: 25px;
    aspect-ratio: 1 / 1;
}

.table-expand-icon-col {
    width: 48px;
}

.table-row-expand-icon {
    width: 25px;
    height: 25px;
    line-height: 17px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;outline: none;
    cursor: pointer;
    display: inline-flex;
    float: none;
}
.table-row-expand-icon::before,
.table-row-expand-icon::after{
    position: absolute;
    transition: transform .3s ease-out;
    content: "";
    background-color: #fff;
}
.table-row-expand-icon::before{
    top: 11px;
    right: 14px;
    inset-inline-end: 5px;
    inset-inline-start: 6px;
    height: 1px;
}

.table-row-expand-icon.table-row-expand-icon-collapsed::before{
    transform: rotate(-180deg);
}

.table-row-expand-icon::after{
    top: 6px;
    bottom: 6px;
    inset-inline-start: 11px;
    width: 1px;
    transform: rotate(90deg);
}

.table-row-expand-icon.table-row-expand-icon-collapsed::after{
    transform: rotate(0deg);
}

.orisom-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 10px 10px 5px -2px rgb(214 214 214);
    margin-bottom: 15px;
    flex: 1 1 0;
    justify-content: space-between;
    width: 100%;
}

.height-auto {
    height: auto;
}

.token-img-table {
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100px;
}


.badge-dot {
    height: 8px;
    width: 8px;
}

.badge-d span {
    margin-bottom: 5px;
}

.badge-d {
    padding: 4px 8px;
}

.badge-d, .badge-dot {
    background-color: rgba(239,68,68,1);
    border-radius: 9999px;
    color: rgba(255,255,255,1);
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}

.task-title {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.btn-danger-light {
    color: #fff !important;
    background-color: #df616d;
    border-color: #df616d;
}

.btn-danger-light:hover {
    color: #fff !important;
    background-color: #df616d;
    border-color: #df616d;
    transition: all .3s ease;
}

.hover-gray-light:hover{
    background-color: #898989;
}

.btn-description{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 0;
}

.open-description {
    background-color: #898989;
    transition: all .3s ease
}
.open-description:hover {
    background-color: #df616d;
    border-color: #df616d;
}

.disconnectedContainer {
    background-color: #efefef;
}

.disconnected-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.disconnected-img-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.disconnected-img-wrapper img {
    max-width: 250px;
    width: 100%;
    height: auto;
}

.participants {
    display: flex;
    height: 100%;
    gap: 15px;
}
.videoCall-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.active-participant-container {
    flex: 1 100%;
}
.active-participant {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.participants-container {
    flex: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    display: block;
}
.participant-video, .participant-video-text {
    width: 508px;
    height: 273px;
    background-color: rgb(60,64,67);
    margin-bottom: 15px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.participant-video-text video,
.participant-video-text audio{
    display: none;
}

.text-participant {
    font-size: 25px;
    color: #ffffff;

}

.participant-video:last-child {
    margin: 0;
}

.participant-video video {
    width: 100%;
    height: 100%
}

.gap-1 {
    gap: 1rem;
}

.form-wrapper {
    width:95%; 
    margin: 0 auto;
}

.form-content-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 10px;
    justify-content: center;
}
.form-content.active {
    display: flex;
}

.form-content {
    display: none;
    flex: 1;
    flex-direction: column;
}

.wizard {
    position: relative;
    display: flex;
    width: 100%;
}
.wizard:before {
    content: "";
    position: absolute;
    border-bottom:1px dashed #1E4DBA;
    height: 2px;
    width: 100%;
    top: 36%;
    left: 0;
    transform: translateY(-36%);
}
.wizard-bar {
    position: absolute;
    background-color: #1e4dba;
    height: 2px;
    top: 37%;
    left: 0;
    transform: translateY(-37%);
    transition: 0.3s ease;
}
.wizard-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.wizard-item {
    z-index: 2;
    transition: 0.4s ease;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #1E4DBA;
    color: #1E4DBA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background-color: #fff;
}
.wizard-item.active {
    background-color: #1E4DBA;
    color: #fff;
}
.wizard-item.active.with-image:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 8.9087L17.1443 6L9.97468 13.191L6.8557 10.0399L4 12.888L8.53671 17.4126C8.91618 17.7888 9.4295 18 9.96456 18C10.4996 18 11.0129 17.7888 11.3924 17.4126L20 8.9087Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.wizard-item.with-image:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 8.9087L17.1443 6L9.97468 13.191L6.8557 10.0399L4 12.888L8.53671 17.4126C8.91618 17.7888 9.4295 18 9.96456 18C10.4996 18 11.0129 17.7888 11.3924 17.4126L20 8.9087Z' fill='%231E4DBA'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

.input-custom-wrapper {
    background-color: #2a6496;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 15px;
}
.input-custom-wrapper label {
    margin: 0;
}
.input-custom-wrapper .input-custom {
    font-size: 34px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
}


.input-magic {
    border: none !important;
    border-color: white !important;
    box-shadow: none !important;
    background-color: #2a6496;
}

.bg-color-green .input-magic {
    background-color: #28a745;
}

.input-custom-wrapper input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.input-custom-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.input-custom-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.input-magic .ms-helper {
    display: none !important;
}

.input-magic.ms-ctn input:focus{
    background-color: transparent;
}

.input-magic input {
    color: #ffffff;
}

.input-magic .ms-trigger {
    border-left: 0 !important;
}

.input-magic .ms-trigger .ms-trigger-ico {
    border-top: 4px solid #fff !important;
}
.input-magic .dropdown-menu {
    bottom: 100%;
    top: auto;
}

.input-custom-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: 7px 7px;
    z-index: 10;
}

.web3_card {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    min-width: 0;
    background: #e7f0f9;
    border: none;
}

.web3_card_title {
    font-family: 'Oswald';
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 10px;
}

.web3_modal .modal-dialog {
    width: 85%;
}
.dao-row {
    display: flex;
    justify-content: center;
}
.dao-card {
    padding: 12px;
    border-radius: 0.75rem;
    width: 22%;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .25);
}
.dao-card-thumbnail {
    border-radius: 0.75rem;
    justify-content: center;
    display: flex;
    margin-bottom: 16px;
    background-color: rgba(245,247,250,1);
}
.dao-step {
    font-size: 1rem;
    line-height: 1.5;
}

.dao-title {
    font-weight: 700;
    color: rgba(50,63,75,1);
    margin-top: 2px;
    margin-bottom: 2px;
}

.dao-header {
    padding: 15px 20px;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.dao-header-logo {
    width: 200px;
    max-width: 250px;
    animation: adjust-header-logo linear both;
    animation-timeline: scroll();
    animation-range: 0 100px; 
}

.btn-dao {
    padding: 10px 15px;
    font-size: 10PX;
    font-family: 'OSWALD';
    text-transform: uppercase;
    font-weight: bold;
}

@keyframes adjust-header-logo {
    to {
        width: 150px;
    }
}


/* LOADER Hourglass*/
.bg-loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.bg-loader-body {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100vw; */
    /* height: 100vh; */
    flex-direction: column;
    background: #ffffff59;
    width: 20%;
    /* height: 20%; */
    padding: 15px;
    border-radius: 20px;
}

.bg-loader-body .loader-text {
    font-size: 25px;
    color: #000;
    margin-top: 10px;
}

.container-loader{
    --uib-size: 120px;
    --uib-color: #2a6496;
    --uib-speed: 1.75s;
    --uib-bg-opacity: 0.3;
    position: relative;
    display: flex;
    flex-direction: column;
    height: var(--uib-size);
    width: var(--uib-size);
    transform: rotate(45deg);
    animation: rotate calc(var(--uib-speed) * 2) ease-in-out infinite;
}
  
.half-piece-loader {
    --uib-half-size: calc(var(--uib-size) * 0.435);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--uib-half-size);
    height: var(--uib-half-size);
    overflow: hidden;
    isolation: isolate;
}
.half-piece-loader:first-child {
    top: 8.25%;
    left: 8.25%;
    border-radius: 50% 50% calc(var(--uib-size) / 15);
}
.half-piece-loader:last-child {
    bottom: 8.25%;
    right: 8.25%;
    transform: rotate(180deg);
    align-self: flex-end;
    border-radius: 50% 50% calc(var(--uib-size) / 15);
}
.half-piece-loader:last-child::after {
    animation-delay: calc(var(--uib-speed) * -1);
}
.half-piece-loader::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--uib-color);
    opacity: var(--uib-bg-opacity);
    transition: background-color 0.3s ease;
}
.half-piece-loader::after {
    content: "";
    position: relative;
    z-index: 1;
    display: block;
    background-color: var(--uib-color);
    height: 100%;
    transform: rotate(45deg) translate(-3%, 50%) scaleX(1.2);
    width: 100%;
    transform-origin: bottom right;
    border-radius: 0 0 calc(var(--uib-size) / 20) 0;
    animation: flow calc(var(--uib-speed) * 2) linear infinite both;
    transition: background-color 0.3s ease;
}

.browser-container {
    border: 3px solid #f1f1f1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.browser-topbar {
    padding: 10px;
    background: #f1f1f1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.browser-topbar::after{
    content: "";
    display: table;
    clear: both;
}

.browser-buttons{
    float: left;
    width: 100%;
}

.browser-dot {
    margin-top: 4px;
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.browser-content {
    /* padding: 10px; */
}

.browser-navbar, .browser-footer{
    display: flex;
    justify-content: space-between;
    padding-inline: 10px;
    background-color: #DEDEDE;
}

.browser-navbar.sticky {
    box-shadow: 0px 5px 5px #b9b9b9;
}

.browser-navbar-buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.browser-navbar-links{
    display: flex;
    gap: 10px;
    align-items: center;
    padding-right: 10px;
}

.browser-navbar-links .link{
    width: 25px;
    height: 5px;
    border-radius: 5px;
    background-color: #a7a7a7;    
}

.browser-navbar-circle{
    width: 25px;
    height: 25px;
    background-color: #a7a7a7;
    border-radius: 50%;
}

.browser-footer-logo, .browser-footer-form{
    flex: 1;
    display: flex;

}

.browser-footer-logo{
    justify-content: center;
    align-items: center;
}

.browser-footer-form {
    border: 3px solid #fff;
    border-radius: 5px;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
    justify-content: center;
    align-items: center;
}

.browser-footer-form .input-form{
    width: 46%;
    height: 25px;
    background-color: #fff;
    border-radius: 5px;
}

.form-browser {
    border: 2px solid #aaa;
    width: 50%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 8px;
}

.form-logo {
    margin-top: 5px;
    margin-bottom: 10px;
}

.browser-form-group{
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 80%;
}

.browser-form-group .label-input{
    width: 35px;
    height: 7px;
    background-color: #aaa;
    border-radius: 5px;
}
.browser-form-group .input{
    width: 100%;
    height: 20px;
    background-color: #c5c5c5;
    border-radius: 5px;
}

.image-title {
    text-transform: uppercase;
    color: #2a6496;
    text-align: center;
    font-family: 'Oswald';
    font-weight: 600;
}

.browser-form-button {
    display: flex;
    justify-content: end;
    width: 80%;
}

.browser-form-button .form-button{
    width: 60px;
    height: 25px;
    background-color: #c5c5c5;
    border-radius: 5px;
    margin-bottom: 25px;
}

.paragraph {
    display: block;
    height: 10px;
    border-radius: 5px;
    background-color: #a7a7a7;
    margin-bottom: 15px;
}

.email-container {
    display: flex;
    flex-direction: column;
}
.email-container .email-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.email-container .email-title {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.email-container .email-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.navbar-header {
    min-width: 45px;
}
.navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-full{
    padding-left: 5px !important;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    background-color: transparent !important;
}



  
@keyframes flow {
    0% {
      transform: rotate(45deg) translate(-3%, 50%) scaleX(1.2);
    }
    30% {
      transform: rotate(45deg) translate(115%, 50%) scaleX(1.2);
    }
    30.001%, 50% {
      transform: rotate(0deg) translate(-85%, -85%) scaleX(1);
    }
    80%, 100% {
      transform: rotate(0deg) translate(0%, 0%) scaleX(1);
    }
}
@keyframes rotate {
    0%, 30% {
      transform: rotate(45deg);
    }
    50%, 80% {
      transform: rotate(225deg);
    }
    100% {
      transform: rotate(405deg);
    }
}


@media screen and (max-height: 512px){
    .container-chat {
        min-height: 512px;
    }
}

@media screen and (max-width: 748px){
    .container-chat {
        min-width: 748px;
    }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .title h2 {
        font-size: 17px !important;
    }

    .file-row-1{
        height: 92px;
    }
    .user_options-text {
        flex-direction: column;
        width: 70%;
        margin: 0 auto;
    }
    .user_options-forms {
        width: 90%;
        transform: translate3d(-50%, -85%, 0);
    }
    .user_options-registered,
    .user_options-unregistered {
        width: 80%;
        padding: 115px 45px 90px 45px;
    }
    .user_options-forms .forms_title {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    .user_options-forms .logo img {
        max-width: 50px;
        max-height: 50px;
    }
    .user_options-forms .forms_buttons-action {
        background-color: #e8716d;
        border-radius: 30px;
        padding: 10px 35px;
        font-size: 0.8rem;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        text-decoration: none;
        cursor: pointer;
        display: block;
        width: 100%;
    }
    .conectWith a {
        display: block;
        font-size: 0.8rem;
        text-align: center;
        font-weight: bold;
    }
    .user_options-forms .msj-error,
    .user_options-forms .msj-error-register {
        height: auto;
        margin-bottom: 0.4rem;
    }
    .user_options-forms.bounceRight {
        -webkit-animation: bounceDown 1s forwards;
        animation: bounceDown 1s forwards;
    }
    .user_options-forms.bounceLeft {
        -webkit-animation: bounceUp 1s forwards;
        animation: bounceUp 1s forwards;
    }
    #tr-listado-personas {
        width: 100%;
    }
    .flex-xs-column {
        flex-direction: column;
    }
    .flex-xs-row {
        flex-direction: row !important;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .participants-container {
        display: none;
    }
    .memberCall {
        display: none;
    }
    .user_options-text {
        flex-direction: column;
    }
    .user_options-forms {
        width: 80%;
        transform: translate3d(-50%, -85%, 0);
    }
    
    .user_options-forms .forms_buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
    .user_options-forms .user_forms-login .forms_buttons-action {
        margin-top: 30px;
    }
   
    .user_options-registered,
    .user_options-unregistered {
        width: 80%;
        padding: 115px 45px 90px 45px;
    }
    .user_options-forms .forms_title {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    .user_options-forms .logo img {
        max-width: 50px;
        max-height: 50px;
    }
    .user_options-forms .forms_buttons-action {
        background-color: #e8716d;
        border-radius: 30px;
        padding: 10px 35px;
        font-size: 1rem;
        font-weight: 300;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        text-decoration: none;
        cursor: pointer;
        display: block;
        width: 100%;
    }
    .conectWith a {
        display: block;
        font-size: 0.6rem;
        text-align: center;
    }
    .user_options-forms .msj-error,
    .user_options-forms .msj-error-register {
        height: auto;
        margin-bottom: 0.4rem;
    }
    .user_options-forms.bounceRight {
        -webkit-animation: bounceDown 1s forwards;
        animation: bounceDown 1s forwards;
    }
    .user_options-forms.bounceLeft {
        -webkit-animation: bounceUp 1s forwards;
        animation: bounceUp 1s forwards;
    }
    #tr-listado-personas {
        width: 100%;
    }

    .list-chats{
        flex: 45%;
    }

    .client-item-1{
        width: 48%;
    }
    .client-item-2{
        width: 50%;
    }
    .flex-md-row {
        flex-direction: row;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .disconnected-img-wrapper img {
        max-width: 350px;
    }
    .user {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        background: #ccc;
        background-size: cover;
    }
    
    .user_options-container {
        position: relative;
        width: 80%;
    }
    
    .user_options-text {
        display: -webkit-box;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        width: 100%;
        /* background-color: rgba(34, 34, 34, 0.85); */
        background: gray;
        border-radius: 3px;
    }
    
    /**
     * Registered and Unregistered user box and text
     */
    
    .user_options-registered,
    .user_options-unregistered {
        width: 50%;
        padding: 75px 45px;
        color: #fff;
        font-weight: 300;
    }
    
    .user_registered-title,
    .user_unregistered-title {
        margin-bottom: 15px;
        font-size: 1.66rem;
        line-height: 1em;
    }
    
    .user_unregistered-text,
    .user_registered-text {
        font-size: 0.83rem;
        line-height: 1.4em;
    }
    
    .user_registered-login,
    .user_unregistered-signup {
        
        margin-top: 30px;
        border: 1px solid #ccc;
        border-radius: 30px;
        padding: 10px 30px;
        color: #fff;
        text-transform: uppercase;
        line-height: 1em;
        letter-spacing: 0.2rem;
        -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }
    
    .user_registered-login:hover,
    .user_unregistered-signup:hover {
        color: rgba(34, 34, 34, 0.85);
        background-color: #ccc;
    }
    
    /**
     * Login and signup forms
     */
    
    .user_options-forms {
        position: absolute;
        top: 53%;
        left: 30px;
        width: calc(50% - 30px);
        min-height: 520px;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transform: translate3d(0%, -50%, 0);
        transform: translate3d(0%, -50%, 0);
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    }
    
    .user_options-forms .msj-error,
    .user_options-forms .msj-error-register {
        height: 50px;
        display: none;
        margin-bottom: 1rem;
    }
    
    .user_options-forms .msj-ok {
        height: 65px;
        display: none;
    }
    
    .user_options-forms .errorMsj {
        color: #721c24;
        background-color: #F8D7DA;
        border-color: #f5c6cb;
        padding: .75rem 1.25rem;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    
    .user_options-forms .okMsj {
        background-color: #d4edda;
        color: #155724;
        padding: .75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    
    .user_options-forms .forms_fieldset {
        border: 0;
    }
    
    .user_options-forms .user_forms-login {
        -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    }
    
    .user_options-forms .forms_title {
        margin-bottom: 20px;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1em;
        text-transform: uppercase;
        color: #444;
        letter-spacing: 0.1rem;
    }
    
    .user_options-forms .forms_icon {
        font-size: 7rem;
        width: 20%;
        margin: 20% auto 0;
        color: #073758;
    }
    
    .user_options-forms .forms_field {
        display: flex;
    }
    
    .user_options-forms .forms_field:not(:last-of-type) {
        margin-bottom: 20px;
    }
    
    .user_options-forms .forms_field-input {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 6px 20px 6px 6px;
        font-size: 1rem;
        font-weight: 300;
        color: gray;
        letter-spacing: 0.1rem;
        -webkit-transition: border-color 0.2s ease-in-out;
        transition: border-color 0.2s ease-in-out;
    }
    
    .user_options-forms #password.error,
    .user_options-forms #login.error {
        border-bottom: 1px solid red;
        color: red;
    }
    
    .user_options-forms .forms_field-input:focus {
        border-color: #073758;
    }
    
    .user_options-forms .forms_buttons {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        margin-top: 25px;
    }
    
    .user_options-forms .forms_buttons-forgot {
        letter-spacing: 0.1rem;
        color: #ccc;
        text-decoration: underline;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
    }
    
    .user_options-forms .forms_buttons-forgot:hover {
        color: #b3b3b3;
    }
    
    .user_options-forms .forms_buttons-action,
    .conectWith a {
        background-color: #444;
        border-radius: 30px;
        padding: 10px 0;
        font-size: .8rem;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        text-decoration: none;
        cursor: pointer;
        display: inline;
        width: auto;
    }
    
    .user_options-forms .logo {
        height: 110px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 40%;
        margin: auto;
    }
    
    .user_options-forms .logo .logo-content {
        margin: 12px auto;
        max-width: 134px;
        height: auto;
        width: 100%;
    }
    
    .user_options-forms .logo img {
        width: 100%;
        height: auto;
        max-width: 134px;
    }
    
    .conectWith {
        margin-top: 10px;
    }
    
    .user_options-forms .forms_buttons-action:hover {
        background-color: #828282;
    }
    
    .user_options-forms .user_forms-signup,
    .user_options-forms .user_forms-login {
        position: absolute;
        top: 110px;
        left: 40px;
        width: calc(100% - 80px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
        transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
        transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out;
        transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    }
    
    .user_options-forms .user_forms-signup {
        -webkit-transform: translate3d(120px, 0, 0);
        transform: translate3d(120px, 0, 0);
    }
    
    .user_options-forms .user_forms-signup .forms_buttons {
        -webkit-box-pack: end;
        justify-content: flex-end;
    }
    
    .user_options-forms .user_forms-login {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
    }
    
    .user_options-forms .or-with {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .user_options-forms .or-with hr {
        width: 30%;
        display: inline-block;
    }
    
    /**
     * Triggers
     */
    
    .user_options-forms.bounceRight {
        -webkit-animation: bounceRight 1s forwards;
        animation: bounceRight 1s forwards;
    }
    
    .user_options-forms.bounceRight .user_forms-signup {
        -webkit-animation: showSignUp 1s forwards;
        animation: showSignUp 1s forwards;
    }
    
    .user_options-forms.bounceRight .user_forms-login {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-120px, 0, 0);
        transform: translate3d(-120px, 0, 0);
    }
    
    .user_options-forms.bounceLeft {
        -webkit-animation: bounceLeft 1s forwards;
        animation: bounceLeft 1s forwards;
    }

    .container-timeline-orisom ul.container-timeline-orisom__list:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        border-left: 2px dashed rgba(0, 0, 0, 0.3);
    }

    .container-timeline-orisom ul.container-timeline-orisom__list {
        padding-left:40px;
    }

    .container-timeline-orisom ul.container-timeline-orisom__list li.tarea,
    .container-timeline-orisom ul.container-timeline-orisom__list li.hito {
        margin-left: 30px;
    }

    .container-timeline-orisom ul.container-timeline-orisom__list li>span {
        width: 2px;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        left: -30px;
        top: 0;
        position: absolute;
    }

    .container-timeline-orisom ul.container-timeline-orisom__list li>span:before, .container-timeline-orisom ul.container-timeline-orisom__list li>span:after {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 2px solid #fff;
        position: absolute;
        background: #949292;
        left: -7px;
        top: 0;
    }

    .container-timeline-orisom span.number span {
        left: -90px;
    }
    .container-timeline-orisom span.number span:first-child {
        top: -3px;
    }
    .container-timeline-orisom span.number span:last-child {
        top: 99%;
    }
    .container-timeline-orisom ul.container-timeline-orisom__list li:last-child span.number span{
        left: -115px;
    }
    .container-timeline-orisom div .title{
        font-size: 2.3rem;
    }

    .presentation-title h2 {
        font-size: 18px;
    }
    .container-timeline-orisom ul.container-timeline-orisom__list li.hito div .title {
        font-size: 2.785rem;
    }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    

    .participants {
        display: flex;
    }
    .participants-container {
        flex: 1
    }
    .videocall-site-logo {
        bottom: 25px;
        left: 50px;
        max-width: 250px;
        display: block;
    }
    .disconnected-img-wrapper img {
        max-width: 450px;
    }
    .title h2 {
        font-size: 24px !important;
    }
    .crypto-card {
        width: 740px;
    }
    .crypto-card-confirm,
    .crypto-card-final {
        width: 740px;
    }
    .client-item{
        max-width: 584px;
    }
    .file-row-1{
       height: 140px;
    }
    .xl-text-left{
        text-align: left !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .user {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        background: #ccc;
        background-size: cover;
    }
    
    .user_options-container {
        position: relative;
        width: 80%;
    }
    
    .user_options-text {
        display: -webkit-box;
        display: flex;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        width: 100%;
        background: gray;
        border-radius: 3px;
    }
    .user_options-registered,
    .user_options-unregistered {
        width: 50%;
        padding: 75px 45px;
        color: #fff;
        font-weight: 300;
    }
    
    .user_registered-title,
    .user_unregistered-title {
        margin-bottom: 15px;
        font-size: 1.66rem;
        line-height: 1em;
    }
    
    .user_unregistered-text,
    .user_registered-text {
        font-size: 0.83rem;
        line-height: 1.4em;
    }
    
    .user_registered-login,
    .user_unregistered-signup {
        margin-top: 30px;
        border: 1px solid #ccc;
        border-radius: 30px;
        padding: 10px 30px;
        color: #fff;
        text-transform: uppercase;
        line-height: 1em;
        letter-spacing: 0.2rem;
        -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    }
    
    .user_registered-login:hover,
    .user_unregistered-signup:hover {
        color: rgba(34, 34, 34, 0.85);
        background-color: #ccc;
    }    
    .user_options-forms {
        position: absolute;
        top: 53%;
        left: 30px;
        width: calc(50% - 30px);
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.25);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transform: translate3d(0%, -50%, 0);
        transform: translate3d(0%, -50%, 0);
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    }
    
    .user_options-forms .msj-error,
    .user_options-forms .msj-error-register {
        height: 50px;
        display: none;
        margin-bottom: 1rem;
    }
    
    .user_options-forms .msj-ok {
        height: 65px;
        display: none;
    }
    
    .user_options-forms .errorMsj {
        color: #721c24;
        background-color: #F8D7DA;
        border-color: #f5c6cb;
        padding: .75rem 1.25rem;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    
    .user_options-forms .okMsj {
        background-color: #d4edda;
        color: #155724;
        padding: .75rem 1.25rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    
    .user_options-forms .forms_fieldset {
        border: 0;
    }
    
    .user_options-forms .user_forms-login {
        -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    }
    
    .user_options-forms .forms_title {
        margin-bottom: 20px;
        font-size: 1.3rem;
        color: #444;
        letter-spacing: 0.1rem;
        text-transform: none;
        margin-top: 10px;
        text-align: center;
    }
    
    .user_options-forms .forms_icon {
        font-size: 7rem;
        width: 20%;
        margin: 20% auto 0;
        color: #073758;
    }
    
    .user_options-forms .forms_field {
        display: flex;
    }
    
    .user_options-forms .forms_field:not(:last-of-type) {
        margin-bottom: 20px;
    }
    
    .user_options-forms .forms_field-input {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 6px 20px 6px 6px;
        font-size: 1rem;
        font-weight: 300;
        color: gray;
        letter-spacing: 0.1rem;
        -webkit-transition: border-color 0.2s ease-in-out;
        transition: border-color 0.2s ease-in-out;
    }
    
    .user_options-forms #password.error,
    .user_options-forms #login.error {
        border-bottom: 1px solid red;
        color: red;
    }
    
    .user_options-forms .forms_field-input:focus {
        border-color: #073758;
    }
    
    .user_options-forms .forms_buttons {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        margin-top: 25px;
    }
    
    .user_options-forms .forms_buttons-forgot {
        letter-spacing: 0.1rem;
        color: #ccc;
        text-decoration: underline;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
    }
    
    .user_options-forms .forms_buttons-forgot:hover {
        color: #b3b3b3;
    }
    
    .user_options-forms .forms_buttons-action,
    .conectWith a {
        background-color: #444;
        border-radius: 30px;
        padding: 10px 35px;
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        text-decoration: none;
        cursor: pointer;
    }
    
    .user_options-forms .logo,
    .user_options-forms .logoClient {
        height: 110px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 25%;
        margin: 0;
    }
    
    .user_options-forms .logo .logo-content {
        margin: 12px auto;
        max-width: 134px;
        height: auto;
        width: 100%;
    }
    
    .user_options-forms .logo img {
        width: 100%;
        height: auto;
        max-width: 134px;
    }
    
    .conectWith {
        margin-top: 10px;
    }
    
    .user_options-forms .forms_buttons-action:hover {
        background-color: #828282;
    }
    
    .user_options-forms .user_forms-signup,
    .user_options-forms .user_forms-login {
        position: absolute;
        top: 110px;
        left: 40px;
        width: calc(100% - 80px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
        transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
        transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out;
        transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    }
    
    .user_options-forms .user_forms-signup {
        -webkit-transform: translate3d(120px, 0, 0);
        transform: translate3d(120px, 0, 0);
    }
    
    .user_options-forms .user_forms-signup .forms_buttons {
        -webkit-box-pack: end;
        justify-content: flex-end;
    }
    
    .user_options-forms .user_forms-login {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
    }
    
    .user_options-forms .or-with {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .user_options-forms .or-with hr {
        width: 30%;
        display: inline-block;
    }
    
    .user_options-forms.bounceRight {
        -webkit-animation: bounceRight 1s forwards;
        animation: bounceRight 1s forwards;
    }
    
    .user_options-forms.bounceRight .user_forms-signup {
        -webkit-animation: showSignUp 1s forwards;
        animation: showSignUp 1s forwards;
    }
    
    .user_options-forms.bounceRight .user_forms-login {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-120px, 0, 0);
        transform: translate3d(-120px, 0, 0);
    }
    
    .user_options-forms.bounceLeft {
        -webkit-animation: bounceLeft 1s forwards;
        animation: bounceLeft 1s forwards;
    }
    
    .hidden-mobile-table-cell{
        display: table-cell;
    }

    .hidden-mobile{
        display: block;
    }
    
    .show-mobile{
        display: none !important;
    }

    .show-mobile-language {
        display: none !important;
    }

    /* ---------------------------------- Actve User -------------------------------- */

    .circle-container{
        height: 450px;
        width: 450px;
    }

    .circle-container .client-name,
    .circle-container .client-lastname,
    .circle-container .user-email{
        font-size: 20px;
        width: 280px;    
    }

    .circle-container .image-container{
        width: 215px;
        height: 215px;
    }
    .active-user .logo-container{
        max-width: 250px;
        max-height: 250px;
        margin: 0;
        padding: 0;
    }

    .active-user .user-linker-title{
        font-size: 30px;
        margin-top: 15px;
    }

    .active-user .arrows-container{
        font-size: 215px;
    }
    .active-user .ori-btn{
        font-size: 26px;
    }

    .alert-icon,
    .chats-icon{
        font-size: 25px;
        position: relative;
        cursor: pointer;
        color: #777777;
    }
    .alerts-count, 
    .chat-count{
        background-color: #d90000;
        border: 1px solid #ddd;
        color: #fff;
        line-height: 14px;
        padding: 0 2px;
        position: absolute;
        top: -4px;
        right: -8px;
        font-size: 9px;
        font-style: normal;
        font-weight: 600;
        text-indent: 0;
        text-align: center;
        border-radius: 4px;
        min-width: 15px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .alert-box{
        z-index: 9999;
        width: 500px;
        max-height: 440px;
        position: absolute;
        -webkit-box-shadow: 0 12px 32px 0 rgb(0 0 0 / 16%);
        box-shadow: 0 12px 32px 0 rgb(0 0 0 / 16%);
        background-color: #fff;
        border-radius: 2px 2px 5px 5px;
        color: #333;
        -webkit-font-smoothing: antialiased;
        font-size: 13px;
        top: 40px;
        left: -450px;
    }
    .alert-box::before{
        top: -18px;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        right: 28px;
        border: 10px outset transparent;
        border-bottom: 10px solid #fff;
    }
    .alert-box .alert-box__header{
        border-bottom: 1px solid #ededed;
        padding: 0 20px;
        height: 40px;
        line-height: 40px;
        color: #333;
        margin: 0;
        font-size: 14px;
        font-weight: 600;    
    }
    .alert-box .alert-box__container{
        position: relative;
        overflow: hidden;
        max-height: 351px;
        min-height: 116px;
    }
    .alert-box .alert-list{
        margin: 0;
        padding: 0;
        width: 100%;
        min-height: 116px;
        max-height: 300px;
        overflow: auto;
    }
    .alert-list li{
        list-style: none;
        position: relative;
    }
    .alert-list li a{
        width: 100%;
    }
    .alert-list__item.pending,
    .alert-list li:hover{
        background:#f5f5f5;
    }
    .alert-list__item{
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        transition: .6s ease;
    }
    .alert-list__item-no-content{
        background-color: #f8f8f8;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: default;
        height: 116px;
        line-height: 116px;
        color: #333;
        font-size: 15px;
        text-align: center;
        text-shadow: 0 1px 1px #fff;
    }
    .item-content{
        display: flex;
        width: 100%;
        cursor: pointer;
    }
    .thumbnail-container{
        display: flex;
        align-items: center;
        
    }
    .thumbnail{
        display: inline-block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        border-radius: 0.42rem;
        margin-right: 0.5rem;
    }
    .image-thumbnail{
        width: 35px;
        height: 35px;
        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-weight: 500;
        color: #3f4254;
        background-color: #f3f6f9;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-radius: 0.42rem;
    }
    .info-container{
        margin-right: 0.5rem;
        margin-top: 0.5rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        white-space: nowrap;
        overflow: hidden;
    }
    .info-header{
        display: flex;
        justify-content: space-between;
    }
    .info-header .info-date{
        font-size: 10px;
    }
    .info-content{
        display: flex;
        flex-direction: column;
       
    }
    .info-project,
    .info-task{
        font-size: 12px;
        margin-top: 0.1rem!important;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .info-project i,
    .info-task i{
        font-size: 10px;
    }
    .info-text{
        margin-top: 0.5rem!important;
        
    }
    .alerts-btn {
        background-color: #fff;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        bottom: 0;
        -webkit-box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 8%);
        box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 8%);
        color: #3483fa;
        display: block;
        font-size: 14px;
        font-weight: 400;
        height: 51px;
        line-height: 50px;
        position: -webkit-sticky;
        position: sticky;
        text-align: center;
        text-decoration: none;
        z-index: 999;
        transition: all .3s linear;
    }
    .alerts-btn:hover{
        -webkit-box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 20%);
        box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 20%);
        color: #3483fa !important;
    }

    .xl-text-right{
        text-align: right !important;
    }
    .fc-toolbar h2{
        font-size: 25px;
    }
    .xl-pt-0{
        padding-top: 0 !important;
    }
    .atributes{
        flex-direction: row;
    }
    .finish-title {
        width: 752px;
        font-size: 3.7rem
    }
    .user-contrato-container {
        width: 752px;
    }
    .list-chats {
        flex: 30%;
    }
    .chat-conversation {
        flex: 70%;
    }
    .clase-prueba{}

    .client-info{
        flex-wrap: nowrap;
    }

    .client-item-1{
        width: 25%;
    }
    .client-item-2{
        width: 50%;
    }
}

@media (min-width: 1400px) {
    .xxl-gap-0 {
        gap: 0;
    }

    .form-wrapper {
        width: 65%;
    }

    .form-content {
        width: 512px;
        flex: none;
    }

   .container-chat {
        margin: 0 auto;
        top: 19px;
        width: calc(100% - 38px);
        max-width: 1600px;
        height: calc(100% - 38px);
        box-shadow: 0 6px 18px rgba(11,20,26,.05);
   }
   .chat-cont::after {
        right: 0;
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1;
        height: 127px;
        content: " ";
        background-color: #2CB742;
   }

   .col-xxl-1 {
    width: 8.33333333%;
   }
   .col-xxl-2 {
    width: 16.66666667%;
   }
   .col-xxl-3 {
     width: 25%;
   }
   .col-xxl-4 {
        width: 33.33333333%;
   }
   .col-xxl-5 {
        width: 41.66666667%;
   }
   .col-xxl-6 {
        width: 50%;
   }
   .col-xxl-7 {
        width: 58.33333333%;
   }
   .col-xxl-8 {
        width: 66.66666667%;
   }
   .col-xxl-9 {
        width: 75%;
   }
   .col-xxl-10 {
        width: 83.33333333%;
   }
   .col-xxl-11 {
        width: 91.66666667%;
   }
   .col-xxl-12 {
        width: 100%;
   }

   .xxl-justify-content-start {
        justify-content: flex-start !important;
   }

   .xxl-justify-content-between {
        justify-content: space-between !important;
   }

   .xxl-justify-content-around {
        justify-content: space-around !important;
   }
}
