/* -------------- COLORES FUNDAMENTALES -------------- */
:root {
    /* --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-gray: #757575;
    --bs-gray-dark: #4f4f4f;
    --bs-primary: #1266f1;
    --bs-secondary: #b23cfd;
    --bs-success: #00b74a;
    --bs-info: #39c0ed;
    --bs-warning: #ffa900;
    --bs-danger: #f93154;
    --bs-light: #fbfbfb;
    --bs-dark: #262626;    
    --bs-black: #000; */
    
    --GeneralSistem_Text_Grey: #7fa5b5;
    --GeneralSistem_btnOpciones: #2ba3b3;
    --GeneralSistem_btnOpciones_suave: #4abbca;
    
    --bs-white: #fff;
    --GeneralSistem_TimeLine: #fafafa; /* 4d3595 */
    /* --GeneralSistem_TimeLine_secondary: rgb(240, 69, 46); */
    --GeneralSistem_TimeLine_secondary: #fafafa;

    --GeneralSistem_Orange: #ff851b;
    --GeneralSistem_Orange_Medio: #ff9a42;
    --GeneralSistem_estado_Orange: #ffe089;

    --GeneralSistem_Naranja: #f0452d;
    --GeneralSistem_Naranja_Medio: #fd614c;
    --GeneralSistem_Naranja_Suave: #ffa498;

    --GeneralSistem_Text_Grey: #7fa5b5;
    --GeneralSistem_Plomo: #aeaeae;
    --GeneralSistem_bg_eee: #eee;
    --GeneralSistem_Plomo_Suave: #e4e4e4;
    --GeneralSistem_body_plomo: #ecf0f5;

    --GeneralSistem_bg_info: #0dcaf0;
    --GeneralSistem_bg_info_hover: #05b9dd;
    --GeneralSistem_bg_info_dark: #01a9ca;
    --GeneralSistem_bg_info_light: #8fdeee;
    --GeneralSistem_estado_info: #e1f6fc;

    --GeneralSistem_bg_danger: #e22235;
    --GeneralSistem_bg_danger_hover: #f3283c;
    --GeneralSistem_bg_danger_dark: #d61c2f;
    --GeneralSistem_bg_danger_light: #ff98a2;
    --GeneralSistem_estado_danger: #ffccd1;

    --GeneralSistem_bg_warning: #ffc107;
    --GeneralSistem_bg_warning_hover: #ffd207;
    --GeneralSistem_bg_warning_dark: #ffa600;
    --GeneralSistem_bg_warning_light: #fbf492;
    --GeneralSistem_estado_warning: #fff9c1;

    --GeneralSistem_bg_success: #01a31c;
    --GeneralSistem_bg_success_hover: #02b620;
    --GeneralSistem_bg_success_dark: #04911b;
    --GeneralSistem_bg_success_light: #94fda6;
    --GeneralSistem_estado_success: #baffce;

    --GeneralSistem_bg_purple: #4d3595;
    --GeneralSistem_bg_purple_hover: #593ea9;
    --GeneralSistem_bg_purple_dark: #372276;
    --GeneralSistem_bg_purple_light: #9a81e4;
    --GeneralSistem_estado_purple: #d6c4f7;
    
    --GeneralSistem_bg_primary: #1c6ef1;    
    --GeneralSistem_bg_primary_hover: #327df5;
    --GeneralSistem_bg_primary_dark: #1862d8;
    --GeneralSistem_bg_primary_light: #5c92e9;
    --GeneralSistem_estado_primary: #afcdff;
}

body {
    font-family: 'Montserrat';
}

.ui-imagen {
    /* SI DESE MODIFICAR, VER L LINEA 202 - 214 UI.CSSS */
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.GeneralSistem-estado-info {
    background: var(--GeneralSistem_estado_info) !important;
}

.GeneralSistem-estado-primary {
    background: var(--GeneralSistem_estado_primary) !important;
}

.GeneralSistem-estado-danger {
    background: var(--GeneralSistem_estado_danger) !important;
}

.GeneralSistem-estado-warning {
    background: var(--GeneralSistem_estado_warning) !important;
}

.GeneralSistem-estado-success {
    background: var(--GeneralSistem_estado_success) !important;
}

.GeneralSistem-estado-purple {
    background: var(--GeneralSistem_estado_purple) !important;
}

.GeneralSistem-orange {
    background: var(--GeneralSistem_Orange) !important;
}

.GeneralSistem-orange-light {
    background: var(--GeneralSistem_Orange_Medio) !important;
}

.GeneralSistem-estado-orange {
    background: var(--GeneralSistem_estado_Orange) !important;
}

/* ---------------------------------- */

.bg-estado-pa-pagreserv {
    background: var(--GeneralSistem_estado_success);
    background: linear-gradient(90deg, var(--GeneralSistem_estado_success) 35%, var(--GeneralSistem_estado_warning) 52%) !important;
}

.bg-estado-pb-pagcarg {
    background: var(--GeneralSistem_estado_success);
    background: linear-gradient(90deg, var(--GeneralSistem_estado_success) 35%, var(--GeneralSistem_estado_info) 52%) !important;
}

.bg-estado-ba-cargreserv {
    background: var(--GeneralSistem_estado_info);
    background: linear-gradient(90deg, var(--GeneralSistem_estado_info) 35%, var(--GeneralSistem_estado_warning) 52%) !important;
}


/* ---------------------------------- */

.col-lg-esp-5
{
    flex: 0 0 auto !important;
}

.let12 {
    font-size: 11px !important;
}

.text-justificado {
    text-align: justify !important;
    text-justify: inter-word !important;
}

.bg-orange-empresa{
    background-color: var(--GeneralSistem_Naranja) !important;
}

.text-orange-empresa{
    color: var(--GeneralSistem_Naranja) !important;
}

.text-orange{
    color: var(--GeneralSistem_bg_warning_dark) !important;
}

.text-white {
    color: var(--bs-white) !important;
}

.text-grey {
    color: var(--GeneralSistem_Text_Grey) !important;
}

.text-danger {
    color: var(--GeneralSistem_bg_danger) !important;
}

.text-warning {
    color: var(--GeneralSistem_bg_warning) !important;
}

.text-primary {
    color: var(--GeneralSistem_bg_primary) !important;
}

.text-info {
    color: var(--GeneralSistem_bg_info) !important;
}

.text-success {
    color: var(--GeneralSistem_bg_success) !important;
}

.text-purple {
    color: var(--GeneralSistem_bg_purple) !important;
}


.bg-info-light {
    background: var(--GeneralSistem_bg_info_light) !important;
}

.bg-primary-light {
    background: var(--GeneralSistem_bg_primary_light) !important;
}

.bg-danger-light {
    background: var(--GeneralSistem_bg_danger_light) !important;
}

.bg-warning-light {
    background: var(--GeneralSistem_bg_warning_light) !important;
}

.bg-success-light {
    background: var(--GeneralSistem_bg_success_light) !important;
}

.bg-purple-light {
    background: var(--GeneralSistem_bg_purple_light) !important;
}

.bg-info {
    background: var(--GeneralSistem_bg_info) !important;
}

.bg-primary {
    background: var(--GeneralSistem_bg_primary) !important;
}

.bg-danger {
    background: var(--GeneralSistem_bg_danger) !important;
}

.bg-warning {
    background: var(--GeneralSistem_bg_warning) !important;
}

.bg-success {
    background: var(--GeneralSistem_bg_success) !important;
}

.bg-purple {
    background: var(--GeneralSistem_bg_purple) !important;
}

.hover-add{
    background-color: #fff;
    cursor: pointer;
}
.hover-add:hover{
    background: var(--GeneralSistem_body_plomo) !important;
}

.bg-plomo-01{
    background: var(--GeneralSistem_Text_Grey) !important;
}
.bg-plomo-02{
    background: var(--GeneralSistem_Plomo) !important;
}
.bg-plomo-03{
    background: var(--GeneralSistem_bg_eee) !important;
}
.bg-plomo-04{
    background: var(--GeneralSistem_Plomo_Suave) !important;
}
.bg-plomo-05{
    background: var(--GeneralSistem_body_plomo) !important;
}

.swal2-popup{
    font-size: 11px !important;
}

[data-title]:hover:after {
    opacity: 0.7;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-family: Raleway;
    position: absolute;
    padding: 3px 20px;
    bottom: -1.6em;
    left: 100%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
    border-radius: 6px;
    
}
[data-title] {
    position: relative;
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-dialog.cascading-modal {
    margin-top: 10%
}

.modal-dialog.cascading-modal .close {
    color: var(--bs-white) !important;
    text-shadow: none;
    outline: 0;
    opacity: 1
}

.modal-dialog.cascading-modal .modal-header {
    padding: 1.5rem;
    margin: -2rem 1rem 1rem 1rem;
    text-align: center;
    border: none;
    border-radius: .125rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.modal-dialog.cascading-modal .modal-header .close {
    margin-right: 1rem
}

.modal-dialog.cascading-modal .modal-header .title {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.25rem
}

.modal-dialog.cascading-modal .modal-header .title .fas,
.modal-dialog.cascading-modal .modal-header .title .fab,
.modal-dialog.cascading-modal .modal-header .title .far {
    margin-right: 9px
}

.modal-dialog.cascading-modal .modal-header .social-buttons {
    margin-top: 1.5rem
}

.modal-dialog.cascading-modal .modal-header .social-buttons a {
    font-size: 1rem
}

.modal-dialog.cascading-modal .modal-c-tabs .md-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -1.5rem 1rem 0 1rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.modal-dialog.cascading-modal .modal-c-tabs .md-tabs li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.modal-dialog.cascading-modal .modal-c-tabs .md-tabs li a {
    text-align: center
}

.modal-dialog.cascading-modal .modal-c-tabs .tab-content {
    padding: 1.7rem 0 0 0
}

.modal-dialog.cascading-modal .modal-body,
.modal-dialog.cascading-modal .modal-footer {
    padding-right: 2rem;
    padding-left: 2rem;
    color: #616161
}

.modal-dialog.cascading-modal .modal-body .additional-option,
.modal-dialog.cascading-modal .modal-footer .additional-option {
    margin-top: 1rem;
    text-align: center
}

.modal-dialog.cascading-modal.modal-avatar {
    margin-top: 6rem
}

.modal-dialog.cascading-modal.modal-avatar .modal-header {
    margin: -6rem 0 -1rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-dialog.cascading-modal.modal-avatar .modal-header img {
    width: 130px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.modal-dialog.modal-notify .heading {
    padding: .3rem;
    margin: 0;
    font-size: 1.15rem;
    color: #fff
}

.modal-dialog.modal-notify .modal-header {
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.modal-dialog.modal-notify .close {
    opacity: 1
}

.modal-dialog.modal-notify .modal-body {
    padding: 1.5rem;
    color: var(--bs-gray);
}

.modal-dialog.modal-notify.modal-primary .modal-header {
    background-color: var(--GeneralSistem_bg_primary);
}

.modal-dialog.modal-notify.modal-primary .fas,
.modal-dialog.modal-notify.modal-primary .fab,
.modal-dialog.modal-notify.modal-primary .far {
    color: var(--GeneralSistem_bg_primary);
}

.modal-dialog.modal-notify.modal-primary .badge {
    background-color: var(--GeneralSistem_bg_primary);
}

.modal-dialog.modal-notify.modal-primary .btn .fas,
.modal-dialog.modal-notify.modal-primary .btn .fab,
.modal-dialog.modal-notify.modal-primary .btn .far {
    color: var(--bs-white);
}

.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fas,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fab,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .far {
    color: var(--GeneralSistem_bg_primary);
}

.modal-dialog.modal-notify.modal-danger .modal-header {
    background-color: var(--GeneralSistem_bg_danger);
}

.modal-dialog.modal-notify.modal-danger .fas,
.modal-dialog.modal-notify.modal-danger .fab,
.modal-dialog.modal-notify.modal-danger .far {
    color: var(--GeneralSistem_bg_danger);
}

.modal-dialog.modal-notify.modal-danger .badge {
    background-color: var(--GeneralSistem_bg_danger);
}

.modal-dialog.modal-notify.modal-danger .btn .fas,
.modal-dialog.modal-notify.modal-danger .btn .fab,
.modal-dialog.modal-notify.modal-danger .btn .far {
    color: var(--bs-white);
}

.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fas,
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .fab,
.modal-dialog.modal-notify.modal-danger .btn.btn-outline-danger .far {
    color: var(--GeneralSistem_bg_danger);
}

.modal-dialog.modal-notify.modal-warning .modal-header {
    background-color: var(--GeneralSistem_bg_warning);
}

.modal-dialog.modal-notify.modal-warning .fas,
.modal-dialog.modal-notify.modal-warning .fab,
.modal-dialog.modal-notify.modal-warning .far {
    color: var(--GeneralSistem_bg_warning);
}

.modal-dialog.modal-notify.modal-warning .badge {
    background-color: var(--GeneralSistem_bg_warning);
}

.modal-dialog.modal-notify.modal-warning .btn .fas,
.modal-dialog.modal-notify.modal-warning .btn .fab,
.modal-dialog.modal-notify.modal-warning .btn .far {
    color: var(--bs-white);
}

.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .fas,
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .fab,
.modal-dialog.modal-notify.modal-warning .btn.btn-outline-warning .far {
    color: var(--GeneralSistem_bg_warning);
}

.modal-dialog.modal-notify.modal-success .modal-header {
    background-color: var(--GeneralSistem_bg_success);
}

.modal-dialog.modal-notify.modal-success .fas,
.modal-dialog.modal-notify.modal-success .fab,
.modal-dialog.modal-notify.modal-success .far {
    color: var(--GeneralSistem_bg_success);
}

.modal-dialog.modal-notify.modal-success .badge {
    background-color: var(--GeneralSistem_bg_success);
}

.modal-dialog.modal-notify.modal-success .btn .fas,
.modal-dialog.modal-notify.modal-success .btn .fab,
.modal-dialog.modal-notify.modal-success .btn .far {
    color: var(--bs-white);
}

.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .fas,
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .fab,
.modal-dialog.modal-notify.modal-success .btn.btn-outline-success .far {
    color: var(--GeneralSistem_bg_success);
}

.modal-dialog.modal-notify.modal-info .modal-header {
    background-color: var(--GeneralSistem_bg_info);
}

.modal-dialog.modal-notify.modal-info .fas,
.modal-dialog.modal-notify.modal-info .fab,
.modal-dialog.modal-notify.modal-info .far {
    color: var(--GeneralSistem_bg_info);
}

.modal-dialog.modal-notify.modal-info .badge {
    background-color: var(--GeneralSistem_bg_info);
}

.modal-dialog.modal-notify.modal-info .btn .fas,
.modal-dialog.modal-notify.modal-info .btn .fab,
.modal-dialog.modal-notify.modal-info .btn .far {
    color: var(--bs-white);
}

.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .fas,
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .fab,
.modal-dialog.modal-notify.modal-info .btn.btn-outline-info .far {
    color: var(--GeneralSistem_bg_info);
}

.modal {
    padding-right: 0 !important
}

.scroll-section {
    max-height: 170px;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .modal .modal-dialog.modal-top {
        top: 0
    }
    .modal .modal-dialog.modal-left {
        left: 0
    }
    .modal .modal-dialog.modal-right {
        right: 0
    }
    .modal .modal-dialog.modal-bottom {
        bottom: 0
    }
    .modal .modal-dialog.modal-top-left {
        top: 10px;
        left: 10px
    }
    .modal .modal-dialog.modal-top-right {
        top: 10px;
        right: 10px
    }
    .modal .modal-dialog.modal-bottom-left {
        bottom: 10px;
        left: 10px
    }
    .modal .modal-dialog.modal-bottom-right {
        right: 10px;
        bottom: 10px
    }
}

.modal.fade.top:not(.show) .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0)
}

.modal.fade.left:not(.show) .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0)
}

.modal.fade.right:not(.show) .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0)
}

.modal.fade.bottom:not(.show) .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0)
}

@media (min-width: 992px) {
    .modal.modal-scrolling {
        position: relative
    }
    .modal.modal-scrolling .modal-dialog {
        position: fixed;
        z-index: 1050
    }
    .modal.modal-content-clickable {
        top: auto;
        bottom: auto
    }
    .modal.modal-content-clickable .modal-dialog {
        position: fixed
    }
    .modal .modal-fluid {
        width: 100%;
        max-width: 100%
    }
    .modal .modal-fluid .modal-content {
        width: 100%
    }
    .modal .modal-frame {
        position: absolute;
        width: 100%;
        max-width: 100% !important;
        margin: 0 !important
    }
    .modal .modal-frame.modal-bottom {
        bottom: 0
    }
    .modal .modal-full-height {
        position: absolute;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 400px;
        height: auto;
        min-height: 100%;
        margin: 0
    }
    .modal .modal-full-height.modal-top,
    .modal .modal-full-height.modal-bottom {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .modal .modal-full-height.modal-top {
        bottom: auto;
    }
    .modal .modal-full-height.modal-bottom {
        top: auto;
        min-height: 0;
    }
    .modal .modal-full-height .modal-content {
        width: 100%;
    }
    .modal .modal-full-height.modal-lg {
        width: 90%;
        max-width: 90%;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .modal .modal-full-height.modal-lg {
        width: 800px;
        max-width: 800px;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .modal .modal-full-height.modal-lg {
        width: 1000px;
        max-width: 1000px;
    }
}

@media (min-width: 992px) {
    .modal .modal-side {
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 450px;
        margin: 0;
    }
}

/* ---------------------------------------------------------------------------- */

body {
    font-family: "Montserrat" !important;
}

select {
    background-image: linear-gradient(45deg, transparent 50%, #6a6a6a 60%), linear-gradient(135deg, #6a6a6a 40%, transparent 50%) !important;
    background-position: calc(100% - 14px) 50%, calc(100% - 7px) 50%, 100% 0;
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

::-webkit-scrollbar {
    width: 6px;
    height: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 3px;
    background: var(--bs-light);
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: var(--GeneralSistem_Plomo_Suave);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--GeneralSistem_Plomo);
}

.pointer {
    cursor: pointer;
}

/* -------------------------------------------------- */

.imgblockdarkmode {
    border-radius: 0px;
}

.movim {
    cursor: pointer;
    transition: 0.7s;
}

.movim:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    transition: 0.7s;
}

.movzoom {
    cursor: pointer;
    transition: 0.5s;
}

.movzoom:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.5s;
}

.movalejamiento {
    cursor: pointer;
    transition: 0.5s;
}

.movalejamiento:hover {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    transition: 0.5s;
}

.mov-mover-abajo {
    cursor: pointer;
    transition: 0.5s;
}

.mov-mover-abajo:hover {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: 0.5s;
}

.mov-mover-arriba {
    cursor: pointer;
    transition: 0.5s;
}

.mov-mover-arriba:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: 0.5s;
}

.mov-derecha {
    cursor: pointer;
    transition: 0.5s;
}

.mov-derecha:hover {
    -webkit-transform: translate(10%);
    transform: translate(10%);
    transition: 0.5s;
}

.mov-pequeño {
    cursor: pointer;
    transition: 0.5s;
}

.mov-pequeño:hover {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    transition: 0.5s;
}

.mov-360 {
    cursor: pointer;
    transition: 0.5s;
}

.mov-360:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mov-mover-derecha {
    cursor: pointer;
    transition: 0.5s;
}

.mov-mover-derecha:hover {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

.mov-mover-izquierda {
    cursor: pointer;
    transition: 0.5s;
}

.mov-mover-izquierda:hover {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}

.mov-inclinar-arriba {
    cursor: pointer;
    transition: 0.5s;
}

.mov-inclinar-arriba:hover {
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
}

.mov-inclinar-derecha {
    cursor: pointer;
    transition: 0.5s;
}

.mov-inclinar-derecha:hover {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
}

.mov-inclinar-abajo {
    cursor: pointer;
    transition: 0.5s;
}

.mov-inclinar-abajo:hover {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.mov-3dhechado {
    cursor: pointer;
    transition: 0.5s;
}

.mov-3dhechado:hover {
    -webkit-transform: perspective(150px) rotateX(20deg);
    transform: perspective(150px) rotateX(20deg);
}

.mov-sobresalido-izq {
    cursor: pointer;
    transition: 0.5s;
}

.mov-sobresalido-izq:hover {
    -webkit-transform: perspective(150px) rotateY(45deg);
    transform: perspective(150px) rotateY(45deg);
}

/* -------------------------------------------------- */

.sombra {
    -webkit-box-shadow: 0px 5px 10px 0px #1313133e;
    box-shadow: 0px 5px 10px 0px #1313133e;
}

/* -------------------------------------------------- */

.mybtnpromperu-outline-orange {
    background-color: var(--bs-white);
    border: 1px solid var(--GeneralSistem_Naranja);
    border-radius: 20px;
    color: var(--GeneralSistem_Naranja);
    font-size: 11px;
    transition: 0.7s;
}

.mybtnpromperu-outline-orange:hover {
    background-color: var(--GeneralSistem_Naranja_Medio);
    color: var(--bs-white);
    transition: 0.7s;
}

.btn-outline-danger-rounded {
    background-color: var(--bs-white);
    border: 1px solid var(--GeneralSistem_bg_danger);
    border-radius: 20px;
    color: var(--GeneralSistem_bg_danger) !important;
    font-size: 11px;
    transition: 0.7s;
}

.btn-outline-danger-rounded:hover {
    background-color: var(--GeneralSistem_bg_danger);
    color: var(--bs-white) !important;
    transition: 0.7s;
}

.btn-outline-danger-rounded:active {
    background-color: var(--GeneralSistem_bg_danger);
    color: var(--bs-white);
}

/* ------ */

.btn-outline-warning-rounded {
    background-color: var(--bs-white);
    border: 1px solid var(--GeneralSistem_bg_warning);
    border-radius: 20px;
    color: var(--GeneralSistem_bg_warning) !important;
    font-size: 11px;
    transition: 0.7s;
}

.btn-outline-warning-rounded:hover {
    background-color: var(--GeneralSistem_bg_warning);
    color: var(--bs-white) !important;
    transition: 0.7s;
}

.btn-outline-warning-rounded:active {
    background-color: var(--GeneralSistem_bg_warning);
    color: var(--bs-white);
}

/* ------ */

.btn-outline-info-rounded {
    background-color: var(--bs-white);
    border: 1px solid var(--GeneralSistem_bg_info);
    border-radius: 20px;
    color: var(--GeneralSistem_bg_info) !important;
    font-size: 11px;
    transition: 0.7s;
}

.btn-outline-info-rounded:hover {
    background-color: var(--GeneralSistem_bg_info);
    color: var(--bs-white) !important;
    transition: 0.7s;
}

.btn-outline-info-rounded:active {
    background-color: var(--GeneralSistem_bg_info);
    color: var(--bs-white);
}

/* ------ */

.btn-outline-primary-rounded {
    background-color: var(--bs-white);
    border: 1px solid var(--GeneralSistem_bg_primary);
    border-radius: 20px;
    color: var(--GeneralSistem_bg_primary) !important;
    font-size: 11px;
    transition: 0.7s;
}

.btn-outline-primary-rounded:hover {
    background-color: var(--GeneralSistem_bg_primary);
    color: var(--bs-white) !important;
    transition: 0.7s;
}

.btn-outline-primary-rounded:active {
    background-color: var(--GeneralSistem_bg_primary);
    color: var(--bs-white);
}

/* ------ */

.btn-outline-success-rounded {
    background-color: var(--bs-white);
    border: 1px solid var(--GeneralSistem_bg_success);
    border-radius: 20px;
    color: var(--GeneralSistem_bg_success) !important;
    font-size: 11px;
    transition: 0.7s;
}

.btn-outline-success-rounded:hover {
    background-color: var(--GeneralSistem_bg_success);
    color: var(--bs-white) !important;
    transition: 0.7s;
}

.btn-outline-success-rounded:active {
    background-color: var(--GeneralSistem_bg_success);
    color: var(--bs-white);
}

/* ------ */

.btn-outline-purple-rounded {
    background-color: var(--bs-white);
    border: 1px solid var(--GeneralSistem_bg_purple);
    border-radius: 20px;
    color: var(--GeneralSistem_bg_purple) !important;
    font-size: 11px;
    transition: 0.7s;
}

.btn-outline-purple-rounded:hover {
    background-color: var(--GeneralSistem_bg_purple);
    color: var(--bs-white) !important;
    transition: 0.7s;
}

.btn-outline-purple-rounded:active {
    background-color: var(--GeneralSistem_bg_purple);
    color: var(--bs-white);
}

/* -------------------------------------------------- */

.btnMisOpciones {
    background-color: var(--bs-white);
    border: 1px solid var(--GeneralSistem_btnOpciones);
    border-radius: 20px;
    color: var(--GeneralSistem_btnOpciones) !important;
    font-size: 11px;
    transition: 0.7s;
}

.btnMisOpciones:hover {
    background-color: var(--GeneralSistem_btnOpciones_suave);
    color: var(--bs-white) !important;
    transition: 0.7s;
}

.btnMisOpciones:active {
    background-color: var(--GeneralSistem_btnOpciones);
    color: var(--bs-white) !important;
}

/* -------------------------------------------------- */

#flotantellamar {
    text-align: center !important;
    position: fixed;
    z-index: 99;
    top: 50%;
    right: 1%;    
}

#flotarMultiFiltros {
    position: fixed;
    z-index: 99;
    /* Superponer */
    bottom: 1%;
    right: 1%;
}

/* -------------------------------------------------- */


.etiquetaprod {
    padding: 8px 5px 8px 5px;
    border-radius: 100% 100% 0% 100% / 0% 100% 0% 100%;
    /* border-radius: 100% 55% 0% 100% / 0% 100% 0% 55%;     HOJA */
    color: var(--bs-white);
    text-align: center;
}


.timeline {
    padding: 70px 0;
    position: relative;
}

.timeline-nodes {
    padding-bottom: 30px;
    position: relative;
}

.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline h3,
.timeline p {
    padding: 5px 20px;
}

.timeline h3 {
    font-weight: lighter;
    background: var(--GeneralSistem_TimeLine);
}

.timeline p,
.timeline time {
    color: var(--GeneralSistem_TimeLine);
}

.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px dashed var(--GeneralSistem_TimeLine_secondary);
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}

.timeline-content {
    border: 1px solid var(--GeneralSistem_TimeLine);
    position: relative;
    border-radius: 0 0 9px 9px;
    box-shadow: 0px 3px 5px 0px #2525252a;
}

.timeline-nodes:nth-child(odd) h3,
.timeline-nodes:nth-child(odd) p {
    text-align: right;
}

.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left;
}

.timeline-nodes:nth-child(even) .timeline-date {
    text-align: right;
}

.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    left: 100%;
    width: 0;
    border-left: 15px solid var(--GeneralSistem_TimeLine);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;
    border-right: 15px solid var(--GeneralSistem_TimeLine);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.timeline-image {
    position: relative;
    z-index: 100;
}

.timeline-image::before {
    content: "";
    width: 90px;
    height: 90px;
    border: 2px dashed var(--GeneralSistem_TimeLine_secondary);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--bs-white);
    z-index: 1;
}

.timeline-image img {
    position: relative;
    z-index: 100;
}


/*small device style*/

@media (max-width: 767px) {
    .timeline-nodes:nth-child(odd) h3,
    .timeline-nodes:nth-child(odd) p {
        text-align: left;
    }
    .timeline-nodes:nth-child(even) {
        flex-direction: row;
    }
    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 4%;
        width: 0;
        border-left: 2px dashed var(--GeneralSistem_TimeLine);
        height: 100%;
        z-index: 1;
        transform: translateX(-50%);
    }
    .timeline h3 {
        font-size: 1.7rem;
    }
    .timeline p {
        font-size: 14px;
    }
    .timeline-image {
        position: absolute;
        left: 0%;
        top: 60px;
    }
    .timeline-nodes:nth-child(odd) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        left: auto;
        right: 100%;
        width: 0;
        border-left: 0;
        border-right: 10px solid var(--GeneralSistem_TimeLine);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .timeline-nodes:nth-child(even) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        right: 100%;
        width: 0;
        border-right: 10px solid var(--GeneralSistem_TimeLine);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .timeline-nodes:nth-child(even) .timeline-date {
        text-align: left;
    }
    .timeline-image::before {
        width: 55px;
        height: 55px;
    }

}

/*extra small device style */

@media (max-width: 575px) {
    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 3%;
    }
    .timeline-image {
        position: absolute;
        left: -5%;
    }
    .timeline-image::before {
        width: 60px;
        height: 60px;
    }
}


/*
 * Component: Small Box
 * --------------------
 */

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.small-box>.inner {
    padding: 10px;
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.small-box>.small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box p {
    font-size: 15px;
}

.small-box p>small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}

.small-box h3,
.small-box p {
    z-index: 5px;
}

.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 80px;
    color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.small-box:hover .icon {
    font-size: 95px;
}

@media (max-width: 767px) {
    .small-box {
        text-align: center;
    }

    .small-box .icon {
        display: none;
    }

    .small-box p {
        font-size: 12px;
    }
}
/* -------------------------------------------------- */

/* html.dark-mode {
    filter: invert(100%);
}

html.dark-mode .btn-primary,
html.dark-mode .btn-info,
html.dark-mode .btn-secondary,
html.dark-mode .btn-success,
html.dark-mode .btn-light,
html.dark-mode .btn-danger,
html.dark-mode .btn-warning,
html.dark-mode .btn-outline-primary,
html.dark-mode .btn-outline-info,
html.dark-mode .btn-outline-secondary,
html.dark-mode .btn-outline-success,
html.dark-mode .btn-outline-light,
html.dark-mode .btn-outline-danger,
html.dark-mode .btn-outline-warning,
html.dark-mode .text-primary,
html.dark-mode .text-info,
html.dark-mode .text-secondary,
html.dark-mode .text-success,
html.dark-mode .text-light,
html.dark-mode .text-danger,
html.dark-mode .text-warning,
html.dark-mode .bg-primary,
html.dark-mode .bg-info,
html.dark-mode .bg-secondary,
html.dark-mode .bg-success,
html.dark-mode .bg-danger,
html.dark-mode .bg-warning,
html.dark-mode .bg-purple,
html.dark-mode .bg-orange {
    filter: invert(100%);
}

html.dark-mode .imgblockdarkmode,
html.dark-mode video,
html.dark-mode .barradivisor,
html.dark-mode .text-wtsp,
html.dark-mode #flotantellamar,
html.dark-mode .text-purple,
html.dark-mode .text-orange,
html.dark-mode .mybtnpromperu-morado,
html.dark-mode .mybtnpromperu-naranja,
html.dark-mode .mybtnpromperu-outline-orange,
html.dark-mode .mybtnpromperu-outline {
    filter: invert(100%);
}

html.dark-mode .form-label {
    filter: invert(0%);
} */



/* ---------- PROGRAMACIÓN RESPONSIVA ---------- */


/* CELULARES */
@media (min-width:370px) {
    .col-xl-1, .col-sm-1, .col-md-1, .col-1,
    .col-xl-2, .col-sm-2, .col-md-2, .col-2,
    .col-md-3, .col-sm-3, .col-md-3, .col-3,
    .col-md-4, .col-sm-4, .col-md-4, .col-4,
    .col-md-5, .col-sm-5, .col-md-5, .col-5,
    .col-md-6, .col-sm-6, .col-md-6, .col-6,
    .col-md-7, .col-sm-7, .col-md-7, .col-7,
    .col-md-8, .col-sm-8, .col-md-8, .col-8,
    .col-md-9, .col-sm-9, .col-md-9, .col-9,
    .col-md-10, .col-sm-10, .col-md-10, .col-10,
    .col-md-11, .col-sm-11, .col-md-11, .col-11,
    .col-md-12, .col-sm-12, .col-md-12, .col-12 {
        margin-bottom: 10px !important;
    }

    .fragmentTarjetProducRespons{
        height: 17vh;
    }
    .logo-seguridad-gif-resp
    {
        width: 90px;
    }

    .col-lg-esp-5
    {
        width: 50%;
    }
}


/* TABLET */

@media (min-width: 576px) and (orientation: landscape) {
    .fragmentTarjetProducRespons{
        height: 32vh;
    }

    .col-lg-esp-5
    {
        width: 33.33333333%;
    }
}

@media (min-width:576px) and (orientation: portrait) {
    .fragmentTarjetProducRespons{
        height: 17vh;
    }
    .col-lg-esp-5
    {
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .fragmentTarjetProducRespons{
        height: 22vh;
    }
    .logo-seguridad-gif-resp
    {
        width: 120px;
    }
    .col-lg-esp-5
    {
        width: 25%;
    }
}


/* PC */

@media (min-width: 992px) {
    .col-xl-1, .col-sm-1, .col-md-1, .col-1,
    .col-xl-2, .col-sm-2, .col-md-2, .col-2,
    .col-md-3, .col-sm-3, .col-md-3, .col-3,
    .col-md-4, .col-sm-4, .col-md-4, .col-4,
    .col-md-5, .col-sm-5, .col-md-5, .col-5,
    .col-md-6, .col-sm-6, .col-md-6, .col-6,
    .col-md-7, .col-sm-7, .col-md-7, .col-7,
    .col-md-8, .col-sm-8, .col-md-8, .col-8,
    .col-md-9, .col-sm-9, .col-md-9, .col-9,
    .col-md-10, .col-sm-10, .col-md-10, .col-10,
    .col-md-11, .col-sm-11, .col-md-11, .col-11,
    .col-md-12, .col-sm-12, .col-md-12, .col-12 {
        margin-bottom: 0px !important;
    }

    .fragmentTarjetProducRespons{
        height: 20vh;
    }
    .logo-seguridad-gif-resp
    {
        width: 100px;
    }

    .col-lg-esp-5
    {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .fragmentTarjetProducRespons{
        height: 19vh;
    }
    .logo-seguridad-gif-resp
    {
        width: 150px;
    }
}


/* LAPTOP 1536 x 768  */
@media (min-width: 1400px) {
    .fragmentTarjetProducRespons{
        height: 22vh;
    }
    .logo-seguridad-gif-resp
    {
        width: 200px;
    }
}


/* ---------- PROGRAMACIÓN RESPONSIVA ---------- */