﻿/* leonora theme v1.1*/


:root {
    --placeholder: #646464;
    --tm_border: 2px solid #335593;
    --tm_border_row: 1px solid #ffffff5c;
}
/* -------------------------------------------------------INICIO CLASES PARA TABLA MAESTRA -------------------------------------------------------*/
.tm_textfil {
    color: #003963;
    font-size: 16px;
    align-content: center;
    margin-left: 10px;
}

.tm_table {
    background-color: #f0f8ff52;
}

.btnfilcsv {
    cursor: pointer;
    margin: 3px;
    border-width: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tm_filtrosdv {
    position: sticky;
    top: 0;
    z-index: 999;
}

.tm_header {
    position: sticky;
    top: 0;
}

.tm_headercel {
    background-color: aliceblue;
    /*border: var(--tm_border);*/
    border: 1px solid aliceblue;
}

.tm_td_data {
    border: var(--tm_border_row);
}

.tm_resizecol {
    resize: horizontal;
    overflow: auto;
}

td[contenteditable='true']:focus {
    background-color: white;
}
/* -------------------------------------------------------FIN CLASES PARA TABLA MAESTRA -------------------------------------------------------*/
/*< TREEVIEW >*/
.treeview_container {
    overflow: hidden;
    background-color: aliceblue;
    border-radius: 5px;
    box-shadow: 2px 2px 9px 1px #100f0f;
}

.treeview {
    padding: 10px;
    margin: 4px;
}


.treeview_container:hover {
    overflow-y: scroll;
}

.treeview img {
    height: 30px;
}

.treeview a {
    color: #8d94a9;
    font-weight: 600;
}
/*< ////TREEVIEW >*/


/*<Azul Violeta Theme >*/
*::-webkit-input-placeholder {
    color: red;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: red;
    opacity: 1;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: red;
    opacity: 1;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: red;
}

*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}

*::placeholder {
    /* modern browser */
    color: red;
}

@media screen and (max-width: 490px) {
    .fontresize {
        font-size: 0.73rem;
    }
}
/*BEGIN checkbox switch*/

.switch-button {
    background: #c3be1e;
    border-radius: 30px;
    overflow: hidden;
    width: 240px;
    text-align: center;
    font-size: 1%px;
    letter-spacing: 1px;
    color: #090a0a;
    position: relative;
    padding-right: 120px;
    position: relative;
}

    .switch-button:before {
        content: "OVERRRIDE";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        pointer-events: none;
    }

.switch-button-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

    .switch-button-checkbox:checked + .switch-button-label:before {
        transform: translateX(120px);
        transition: transform 300ms linear;
    }

    .switch-button-checkbox + .switch-button-label {
        position: relative;
        padding: 4px 0;
        display: block;
        user-select: none;
        pointer-events: none;
        margin-bottom: 0rem;
    }

        .switch-button-checkbox + .switch-button-label:before {
            content: "";
            background: #fbfbfb;
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 30px;
            transform: translateX(0);
            transition: transform 300ms;
        }

.switch-button-label-span {
    position: relative;
}

/*END checkbox switch*/
/*containers*/
.cardl-aqua {
    background-color: #16a08573;
    border-radius: 5px;
    box-shadow: 2px 2px 9px 1px #100f0f;
    padding: 10px;
    margin: 4px;
}

.cardl-red {
    background-color: #b51c1c4a;
    border-radius: 5px;
    box-shadow: 2px 2px 9px 1px #100f0f;
    padding: 10px;
    margin: 4px;
}

.cardl-purple {
    background-color: var(--purple);
    border-radius: 5px;
    box-shadow: 2px 2px 9px 1px #100f0f;
    padding: 10px;
    margin: 4px;
}

.cardl-yellow {
    background-color: #a8b51c4a;
    border-radius: 5px;
    box-shadow: 2px 2px 9px 1px #100f0f;
    padding: 10px;
    margin: 4px;
}

.cardl-blue {
    background-color: #1c6db54a;
    border-radius: 5px;
    box-shadow: 2px 2px 9px 1px #100f0f;
    padding: 10px;
    margin: 4px;
}

.cardl-green {
    background-color: #52a36233;
    border-radius: 5px;
    box-shadow: 2px 2px 9px 1px #100f0f;
    padding: 10px;
    margin: 4px;
}

.cardl-white {
    background-color: #bebebf;
    /*background-color: #f0f8ff4a;*/
    border-radius: 5px;
    box-shadow: 2px 2px 9px 1px #100f0f;
    padding: 10px;
    margin: 4px;
}
/*/containers*/

/*clases de boton*/

.btnl-blue {
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 4px;
    position: relative;
    background-color: #1669a0;
    border: none;
    color: #fff;
    padding: 5px;
    text-align: center;
    transition-duration: 0.4s;
    overflow: hidden;
    box-shadow: 0px 3px 8px #193047;
    border-radius: 4px;
}

    .btnl-blue:hover {
        background: #fff;
        box-shadow: 0px 2px 10px 5px #1669a0;
        color: #000;
    }
/*-------------*/
.btnl-grey {
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 4px;
    position: relative;
    background-color: #869e9f;
    border: none;
    color: #fff;
    padding: 5px;
    text-align: center;
    transition-duration: 0.4s;
    overflow: hidden;
    box-shadow: 0px 3px 8px #193047;
    border-radius: 4px;
}

    .btnl-grey:hover {
        background: #fff;
        box-shadow: 0px 2px 10px 5px #869e9f;
        color: #000;
    }

    .btnl-grey:after {
        content: "";
        background: #869e9f;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s;
    }

    .btnl-grey:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s;
    }

    .btnl-grey:focus {
        outline: 0;
    }
/*-------------*/
.btnl-pink {
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 4px;
    position: relative;
    background-color: #a0166c;
    border: none;
    color: #fff;
    padding: 5px;
    text-align: center;
    transition-duration: 0.4s;
    overflow: hidden;
    box-shadow: 0px 3px 8px #193047;
    border-radius: 4px;
}

    .btnl-pink:hover {
        background: #fff;
        box-shadow: 0px 2px 10px 5px #a0166c;
        color: #000;
    }

    .btnl-pink:after {
        content: "";
        background: #a0166c;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s;
    }

    .btnl-pink:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s;
    }

    .btnl-pink:focus {
        outline: 0;
    }
/*-------------*/
.btnl-purple {
    text-align: center;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 4px;
    position: relative;
    background-color: var(--purple); /*#4216a0;*/
    color: #fff;
    padding: 5px;
    text-align: center;
    transition-duration: 0.4s;
    overflow: hidden;
    box-shadow: 0px 3px 8px #193047;
    border-radius: 4px;
    top: 0px;
    left: 0px;
}

    .btnl-purple:hover {
        background: #fff;
        box-shadow: 0px 2px 10px 5px #4216a0;
        color: #000;
    }

    .btnl-purple:after {
        content: "";
        background: #4216a0;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s;
    }

    .btnl-purple:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s;
    }

    .btnl-purple:focus {
        outline: 0;
    }
/*-------------*/
.btnl-yellow {
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 4px;
    position: relative;
    background-color: #a09916;
    border: none;
    color: #fff;
    padding: 5px;
    text-align: center;
    transition-duration: 0.4s;
    overflow: hidden;
    box-shadow: 0px 3px 8px #193047;
    border-radius: 4px;
}

    .btnl-yellow:hover {
        background: #fff;
        box-shadow: 0px 2px 10px 5px #a09916;
        color: #000;
    }

    .btnl-yellow:after {
        content: "";
        background: #a09916;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s;
    }

    .btnl-yellow:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s;
    }

    .btnl-yellow:focus {
        outline: 0;
    }
/*-------------*/
.btnl-red {
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 4px;
    position: relative;
    background-color: #a01616;
    border: none;
    color: #fff;
    padding: 5px;
    text-align: center;
    transition-duration: 0.4s;
    overflow: hidden;
    box-shadow: 0px 3px 8px #193047;
    border-radius: 4px;
}

    .btnl-red:hover {
        background: #fff;
        box-shadow: 0px 2px 10px 5px #a01616;
        color: #000;
    }

    .btnl-red:after {
        content: "";
        background: #a01616;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s;
    }

    .btnl-red:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s;
    }

    .btnl-red:focus {
        outline: 0;
    }
/*-------------*/
.btnl-green {
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 4px;
    position: relative;
    background-color: #16a01e;
    border: none;
    color: #fff;
    padding: 5px;
    text-align: center;
    transition-duration: 0.4s;
    overflow: hidden;
    box-shadow: 0px 3px 8px #193047;
    border-radius: 4px;
}

    .btnl-green:hover {
        background: #fff;
        box-shadow: 0px 2px 10px 5px #16a01e;
        color: #000;
    }

    .btnl-green:after {
        content: "";
        background: #16a01e;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s;
    }

    .btnl-green:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s;
    }

    .btnl-green:focus {
        outline: 0;
    }
/*-------------*/

/*GRN_ROW*/

.lbl_row {
    display: flex;
    flex: 1;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 5px;
    justify-content: space-around;
    flex-wrap: wrap;
}

/*/GRN_ROW*/

.btnl-aqua {
    text-align: center;
    /*text-transform: uppercase;*/
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 4px;
    position: relative;
    background-color: #16a085;
    border: none;
    color: #fff;
    padding: 5px;
    /*width: 200px;*/
    text-align: center;
    transition-duration: 0.4s;
    overflow: hidden;
    box-shadow: 0px 3px 8px #193047;
    border-radius: 4px;
}

    .btnl-aqua:hover {
        background: #fff;
        box-shadow: 0px 2px 10px 5px #1abc9c;
        color: #000;
    }

    .btnl-aqua:after {
        content: "";
        background: #1abc9c;
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s;
    }

    .btnl-aqua:active:after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s;
    }

    .btnl-aqua:focus {
        outline: 0;
    }
/*fin clases defs boton*/


.containerW {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.textbox {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 1em;
    color: #f7f7f7;
    background-color: #425580;
    background-clip: padding-box;
    border: 1px solid #1f2940;
}

._card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

._card-header {
    background-color: #141b2d;
    border-bottom: 1px solid #6951ca;
}

    ._card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

._card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    border-radius: 0 0 0.5rem 0.5rem;
}

.fondo-azul1 {
    background-color: #141b2d;
}

.fondo-azul2 {
    background-color: #1f2940;
}

.btn-aqua {
    color: #141b2d;
    background-color: #4cceac;
    border-color: #141b2d;
}

.lbtitle {
    color: aliceblue;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.lbsubtitle {
    color: aliceblue;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
}

label, .lbnormal {
    /*color: aliceblue;*/
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.lbsubnormal {
    font-size: 12px;
    margin: -8px;
}

.lbTag {
    font-size: 0.9rem;
    color: #c7c7c7;
}

.text-aqua {
    color: #12dab5 !important;
}

.text-green {
    color: #00ff3a !important;
}

.lbTittleCard {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}
/*</Azul Violeta Theme>*/

/*FUNCIONES PARA CARD-COLLAPSIVE*/
.card-collapsive-header {
    padding: 0;
}

.card-collapsive-body {
    padding: 0;
}

.card-collapsive-menu {
    display: none;
}

@media (max-width: 768px) {

    .card-collapsive-menu {
        display: inline;
    }

    .card-collapsive-body {
        display: none;
    }
}
/*FIN FUNCIONES PARA CARD-COLLAPSIVE*/
/*-----------------------------------------------------------------------*/
/*<dropdown>*/
.drp select {
    background-color: #5305af;
    border-radius: 0.5em;
    color: white;
    /*padding: 12px;
  /*width: 250px;*/
    border: none;
    font-size: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: button;
    outline: none;
}


.drp:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
}

.drp select option {
    padding: 30px;
}
/*</dropdown>*/

/*MODIFICACIONES QUE FUNCIONAN CON BOOTSTRAP*/
.btn-xsm, .btn-group-xsm > .btn {
    padding: 0rem 0.2rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
/*FIN MODIFICACIONES DE BOOTSTRAP*/
.ventmodal { /* vntana modal*/
    text-align: -webkit-center;
    width: 96%;
    height: 93%;
    position: fixed;
    /* background-image: url(/images/bg-modal.png); */
    background-color: #28356f;
    top: 6%;
    left: 2%;
    display: block;
    z-index: 9999;
    padding: 10px;
    border: 3px solid #92e6b6;
    box-shadow: 5px 5px 10px #000000;
    border-radius: 10px;
}

#crs_vntmodal_fondo { /* ventana principal del buscador*/
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(../img/bg-modal.png);
    top: 0;
    left: 0;
    display: none;
}

#crs_vntmodal_caja {
    width: 80%;
    height: 90%;
    margin: 3% 10%;
}

.toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}

    .toggle:before {
        content: "";
        position: relative;
        top: 0px;
        left: 0px;
        width: 34px;
        height: 20px;
        display: block;
        background: #9A9999;
        border-radius: 8px;
        transition: background 0.2s ease;
    }

    .toggle span {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        display: block;
        background: white;
        border-radius: 10px;
        box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
        transition: all 0.2s ease;
        right: 20px;
    }

        .toggle span:before {
            content: "";
            position: absolute;
            display: block;
            margin: -18px;
            width: 56px;
            height: 56px;
            background: rgba(79, 46, 220, 0.5);
            border-radius: 50%;
            transform: scale(0);
            opacity: 1;
            pointer-events: none;
        }

.cbx:checked + .toggle:before {
    background: #947ADA;
}

.cbx:checked + .toggle span {
    background: #4F2EDC;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

    .cbx:checked + .toggle span:before {
        transform: scale(1);
        opacity: 0;
        transition: all 0.4s ease;
    }


#btncloseresp, #btncloseresp1 {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 15px 10px;
}

/*codigo materialize*/
.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.offset-s1 {
    margin-left: 8.3333333333%;
}

.pull-s1 {
    right: 8.3333333333%;
}

.push-s1 {
    left: 8.3333333333%;
}

.offset-s2 {
    margin-left: 16.6666666667%;
}

.pull-s2 {
    right: 16.6666666667%;
}

.push-s2 {
    left: 16.6666666667%;
}

.offset-s3 {
    margin-left: 25%;
}

.pull-s3 {
    right: 25%;
}

.push-s3 {
    left: 25%;
}

.offset-s4 {
    margin-left: 33.3333333333%;
}

.pull-s4 {
    right: 33.3333333333%;
}

.push-s4 {
    left: 33.3333333333%;
}

.offset-s5 {
    margin-left: 41.6666666667%;
}

.pull-s5 {
    right: 41.6666666667%;
}

.push-s5 {
    left: 41.6666666667%;
}

.offset-s6 {
    margin-left: 50%;
}

.pull-s6 {
    right: 50%;
}

.push-s6 {
    left: 50%;
}

.offset-s7 {
    margin-left: 58.3333333333%;
}

.pull-s7 {
    right: 58.3333333333%;
}

.push-s7 {
    left: 58.3333333333%;
}

.offset-s8 {
    margin-left: 66.6666666667%;
}

.pull-s8 {
    right: 66.6666666667%;
}

.push-s8 {
    left: 66.6666666667%;
}

.offset-s9 {
    margin-left: 75%;
}

.pull-s9 {
    right: 75%;
}

.push-s9 {
    left: 75%;
}

.offset-s10 {
    margin-left: 83.3333333333%;
}

.pull-s10 {
    right: 83.3333333333%;
}

.push-s10 {
    left: 83.3333333333%;
}

.offset-s11 {
    margin-left: 91.6666666667%;
}

.pull-s11 {
    right: 91.6666666667%;
}

.push-s11 {
    left: 91.6666666667%;
}

.offset-s12 {
    margin-left: 100%;
}

.pull-s12 {
    right: 100%;
}

.push-s12 {
    left: 100%;
}

@media only screen and (min-width: 0px) {
    .s1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .s2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .s3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .s4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .s5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .s6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .s7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .s8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .s9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .s10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .s11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .s12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .offset-m1 {
        margin-left: 8.3333333333%;
    }

    .pull-m1 {
        right: 8.3333333333%;
    }

    .push-m1 {
        left: 8.3333333333%;
    }

    .offset-m2 {
        margin-left: 16.6666666667%;
    }

    .pull-m2 {
        right: 16.6666666667%;
    }

    .push-m2 {
        left: 16.6666666667%;
    }

    .offset-m3 {
        margin-left: 25%;
    }

    .pull-m3 {
        right: 25%;
    }

    .push-m3 {
        left: 25%;
    }

    .offset-m4 {
        margin-left: 33.3333333333%;
    }

    .pull-m4 {
        right: 33.3333333333%;
    }

    .push-m4 {
        left: 33.3333333333%;
    }

    .offset-m5 {
        margin-left: 41.6666666667%;
    }

    .pull-m5 {
        right: 41.6666666667%;
    }

    .push-m5 {
        left: 41.6666666667%;
    }

    .offset-m6 {
        margin-left: 50%;
    }

    .pull-m6 {
        right: 50%;
    }

    .push-m6 {
        left: 50%;
    }

    .offset-m7 {
        margin-left: 58.3333333333%;
    }

    .pull-m7 {
        right: 58.3333333333%;
    }

    .push-m7 {
        left: 58.3333333333%;
    }

    .offset-m8 {
        margin-left: 66.6666666667%;
    }

    .pull-m8 {
        right: 66.6666666667%;
    }

    .push-m8 {
        left: 66.6666666667%;
    }

    .offset-m9 {
        margin-left: 75%;
    }

    .pull-m9 {
        right: 75%;
    }

    .push-m9 {
        left: 75%;
    }

    .offset-m10 {
        margin-left: 83.3333333333%;
    }

    .pull-m10 {
        right: 83.3333333333%;
    }

    .push-m10 {
        left: 83.3333333333%;
    }

    .offset-m11 {
        margin-left: 91.6666666667%;
    }

    .pull-m11 {
        right: 91.6666666667%;
    }

    .push-m11 {
        left: 91.6666666667%;
    }

    .offset-m12 {
        margin-left: 100%;
    }

    .pull-m12 {
        right: 100%;
    }

    .push-m12 {
        left: 100%;
    }
}

@media only screen and (min-width: 601px) {
    .m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .offset-m1 {
        margin-left: 8.3333333333%;
    }

    .pull-m1 {
        right: 8.3333333333%;
    }

    .push-m1 {
        left: 8.3333333333%;
    }

    .offset-m2 {
        margin-left: 16.6666666667%;
    }

    .pull-m2 {
        right: 16.6666666667%;
    }

    .push-m2 {
        left: 16.6666666667%;
    }

    .offset-m3 {
        margin-left: 25%;
    }

    .pull-m3 {
        right: 25%;
    }

    .push-m3 {
        left: 25%;
    }

    .offset-m4 {
        margin-left: 33.3333333333%;
    }

    .pull-m4 {
        right: 33.3333333333%;
    }

    .push-m4 {
        left: 33.3333333333%;
    }

    .offset-m5 {
        margin-left: 41.6666666667%;
    }

    .pull-m5 {
        right: 41.6666666667%;
    }

    .push-m5 {
        left: 41.6666666667%;
    }

    .offset-m6 {
        margin-left: 50%;
    }

    .pull-m6 {
        right: 50%;
    }

    .push-m6 {
        left: 50%;
    }

    .offset-m7 {
        margin-left: 58.3333333333%;
    }

    .pull-m7 {
        right: 58.3333333333%;
    }

    .push-m7 {
        left: 58.3333333333%;
    }

    .offset-m8 {
        margin-left: 66.6666666667%;
    }

    .pull-m8 {
        right: 66.6666666667%;
    }

    .push-m8 {
        left: 66.6666666667%;
    }

    .offset-m9 {
        margin-left: 75%;
    }

    .pull-m9 {
        right: 75%;
    }

    .push-m9 {
        left: 75%;
    }

    .offset-m10 {
        margin-left: 83.3333333333%;
    }

    .pull-m10 {
        right: 83.3333333333%;
    }

    .push-m10 {
        left: 83.3333333333%;
    }

    .offset-m11 {
        margin-left: 91.6666666667%;
    }

    .pull-m11 {
        right: 91.6666666667%;
    }

    .push-m11 {
        left: 91.6666666667%;
    }

    .offset-m12 {
        margin-left: 100%;
    }

    .pull-m12 {
        right: 100%;
    }

    .push-m12 {
        left: 100%;
    }
}

@media only screen and (min-width: 993px) {
    .l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }


    .l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .offset-l1 {
        margin-left: 8.3333333333%;
    }

    .pull-l1 {
        right: 8.3333333333%;
    }

    .push-l1 {
        left: 8.3333333333%;
    }

    .offset-l2 {
        margin-left: 16.6666666667%;
    }

    .pull-l2 {
        right: 16.6666666667%;
    }

    .push-l2 {
        left: 16.6666666667%;
    }

    .offset-l3 {
        margin-left: 25%;
    }

    .pull-l3 {
        right: 25%;
    }

    .push-l3 {
        left: 25%;
    }

    .offset-l4 {
        margin-left: 33.3333333333%;
    }

    .pull-l4 {
        right: 33.3333333333%;
    }

    .push-l4 {
        left: 33.3333333333%;
    }

    .offset-l5 {
        margin-left: 41.6666666667%;
    }

    .pull-l5 {
        right: 41.6666666667%;
    }

    .push-l5 {
        left: 41.6666666667%;
    }

    .offset-l6 {
        margin-left: 50%;
    }

    .pull-l6 {
        right: 50%;
    }

    .push-l6 {
        left: 50%;
    }

    .offset-l7 {
        margin-left: 58.3333333333%;
    }

    .pull-l7 {
        right: 58.3333333333%;
    }

    .push-l7 {
        left: 58.3333333333%;
    }

    .offset-l8 {
        margin-left: 66.6666666667%;
    }

    .pull-l8 {
        right: 66.6666666667%;
    }

    .push-l8 {
        left: 66.6666666667%;
    }

    .offset-l9 {
        margin-left: 75%;
    }

    .pull-l9 {
        right: 75%;
    }

    .push-l9 {
        left: 75%;
    }

    .offset-l10 {
        margin-left: 83.3333333333%;
    }

    .pull-l10 {
        right: 83.3333333333%;
    }

    .push-l10 {
        left: 83.3333333333%;
    }

    .offset-l11 {
        margin-left: 91.6666666667%;
    }

    .pull-l11 {
        right: 91.6666666667%;
    }

    .push-l11 {
        left: 91.6666666667%;
    }

    .offset-l12 {
        margin-left: 100%;
    }

    .pull-l12 {
        right: 100%;
    }

    .push-l12 {
        left: 100%;
    }
}
/*******************************************************************************************************************************************************/


@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    z-index: 999999;
    font-family: Montserrat, sans-serif;
    background: #333333;
}

    #cssmenu > ul > li {
        float: left;
    }

    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu.align-right > ul > li {
        float: right;
    }

    #cssmenu > ul > li > a {
        padding: 17px;
        font-size: 12px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #dddddd;
        font-weight: 700;
        text-transform: uppercase;
    }

    #cssmenu > ul > li:hover > a {
        color: #ffffff;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 30px;
    }

        #cssmenu > ul > li.has-sub > a:after {
            position: absolute;
            top: 22px;
            right: 11px;
            width: 8px;
            height: 2px;
            display: block;
            background: #dddddd;
            content: "";
        }

        #cssmenu > ul > li.has-sub > a:before {
            position: absolute;
            top: 19px;
            right: 14px;
            display: block;
            width: 2px;
            height: 8px;
            background: #dddddd;
            content: "";
            -webkit-transition: all 0.25s ease;
            -moz-transition: all 0.25s ease;
            -ms-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
        }

    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu ul ul li {
        height: 0;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    #cssmenu li:hover > ul {
        left: auto;
    }

    #cssmenu.align-right li:hover > ul {
        left: auto;
        right: 0;
    }

    #cssmenu li:hover > ul > li {
        height: 35px;
    }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150, 150, 150, 0.15);
        padding: 11px 15px;
        width: 170px;
        font-size: 12px;
        text-decoration: none;
        color: #dddddd;
        font-weight: 400;
        background: #333333;
    }

    #cssmenu ul ul li:last-child > a,
    #cssmenu ul ul li.last-item > a {
        border-bottom: 0;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #ffffff;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: "";
    }

    #cssmenu.align-right ul ul li.has-sub > a:after {
        right: auto;
        left: 11px;
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: "";
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    #cssmenu.align-right ul ul li.has-sub > a:before {
        right: auto;
        left: 14px;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

        #cssmenu.align-center > ul {
            text-align: left;
        }

        #cssmenu ul li {
            width: 100%;
            border-top: 1px solid rgba(120, 120, 120, 0.2);
        }

        #cssmenu ul ul li,
        #cssmenu li:hover > ul > li {
            height: auto;
        }

            #cssmenu ul li a,
            #cssmenu ul ul li a {
                width: 100%;
                border-bottom: 0;
            }

        #cssmenu > ul > li {
            float: none;
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
        }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #dddddd;
            background: none;
        }

        #cssmenu ul ul li:hover > a,
        #cssmenu ul ul li.active > a {
            color: #ffffff;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul,
        #cssmenu.align-right ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after,
            #cssmenu > ul > li.has-sub > a:before,
            #cssmenu ul ul > li.has-sub > a:after,
            #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu #menu-button {
            display: block;
            padding: 17px;
            color: #dddddd;
            cursor: pointer;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
        }

            #cssmenu #menu-button:after {
                position: absolute;
                top: 22px;
                right: 17px;
                display: block;
                height: 4px;
                width: 20px;
                border-top: 2px solid #dddddd;
                border-bottom: 2px solid #dddddd;
                content: "";
            }

            #cssmenu #menu-button:before {
                position: absolute;
                top: 16px;
                right: 17px;
                display: block;
                height: 2px;
                width: 20px;
                background: #dddddd;
                content: "";
            }

            #cssmenu #menu-button.menu-opened:after {
                top: 23px;
                border: 0;
                height: 2px;
                width: 15px;
                background: #ffffff;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #cssmenu #menu-button.menu-opened:before {
                top: 23px;
                background: #ffffff;
                width: 15px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        #cssmenu .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(120, 120, 120, 0.2);
            height: 46px;
            width: 46px;
            cursor: pointer;
        }

            #cssmenu .submenu-button.submenu-opened {
                background: #262626;
            }

        #cssmenu ul ul .submenu-button {
            height: 34px;
            width: 34px;
        }

        #cssmenu .submenu-button:after {
            position: absolute;
            top: 22px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #dddddd;
            content: "";
        }

        #cssmenu ul ul .submenu-button:after {
            top: 15px;
            right: 13px;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            background: #ffffff;
        }

        #cssmenu .submenu-button:before {
            position: absolute;
            top: 19px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #dddddd;
            content: "";
        }

        #cssmenu ul ul .submenu-button:before {
            top: 12px;
            right: 16px;
        }

        #cssmenu .submenu-button.submenu-opened:before {
            display: none;
        }
}
/*-------------------------------------------------CSS PERSONALIOZADO AUTOMATICOS -------------------------------------------------------------*/
.gap13 {
    gap: 13px;
}

.scroll {
    overflow: scroll;
}

.scrolla {
    overflow: auto;
}

.manita {
    cursor: pointer;
}

.flex {
    display: flex;
}

.flexH {
    display: flex;
    flex-direction: row;
}

.flexV {
    display: flex;
    flex-direction: column;
}

.flexAL {
    align-items: flex-start;
}

.flexAC {
    align-items: center;
}

.flexAR {
    align-items: flex-end;
}

.flexAl {
    justify-content: flex-start;
}

.flexAc {
    justify-content: center;
}

.flexAr {
    justify-content: flex-end;
}

.flexAE {
    justify-content: space-between;
}

.flexAe {
    align-items: flex-end;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.flex1 {
    flex: 1
}

.flex2 {
    flex: 2
}

.m-1 {
    margin: 1px;
}

.m-2 {
    margin: 2px;
}

.m-3 {
    margin: 3px;
}

.m-4 {
    margin: 4px;
}

.m5 {
    margin: 5px;
}

.m-6 {
    margin: 6px;
}

.m-7 {
    margin: 7px;
}

.m-8 {
    margin: 8px;
}

.m-9 {
    margin: 9px;
}

.m-10 {
    margin: 10px;
}

.m11 {
    margin: 11px;
}

.m-12 {
    margin: 12px;
}

.m-13 {
    margin: 13px;
}

.m-14 {
    margin: 14px;
}

.m-15 {
    margin: 15px;
}

.ml-1 {
    margin-left: 1px;
}

.ml-2 {
    margin-left: 2px;
}

.ml-3 {
    margin-left: 3px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-7 {
    margin-left: 7px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-9 {
    margin-left: 9px;
}

.mr-1 {
    margin-right: 1px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-3 {
    margin-right: 3px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-7 {
    margin-right: 7px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-9 {
    margin-right: 9px;
}

.mb-1 {
    margin-bottom: 1px;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-3 {
    margin-bottom: 3px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-7 {
    margin-bottom: 7px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-9 {
    margin-bottom: 9px;
}

.line {
    width: 100%;
    color: aliceblue;
}
