/* By Martin Flores */
:root{
    --heightHeader: 88px;
}
#loadingGif {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 100000000000000;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
#loadingGif > div {
    margin: auto;
    display: flex;
    width: 50px;
    height: 50px;
    border-radius:5pt;
    background: white;
}
#loadingGif > div > img {
    width: 25px;
    height: 25px;
    margin: auto;
    display: block;
}

.arrR{
    position: absolute;
    top: 25px;
    right: -6px;
    opacity: .7;
}
.div1{
    display: flex;
    flex-direction: row;
}
.div1 div input{
    position: relative;
    top: 0px!important;
    border-right: 1px solid rgb(128 128 128 / 20%);
}
.div1 div{
    margin: auto;
    position: relative;
}

.div2{
    height: auto!important;
}
.div2 table{}
.div2 tr{}
.div2 td{
    min-width: unset;
    position: relative;
}
.div2 input:not(*[type="checkbox"]){
    transform: translateY(-15px);
    border-bottom: 1px solid rgb(128 128 128 / 30%);
}
.div2 input[type="checkbox"]{
    width: 26px;
    height: 26px;
}

.lbl{
    text-align: justify;
    padding-right: 40px;
    font-size: 13px;
    color: #414141;
    padding-left: 0;
}
.guardar{padding: 10px;display: flex;flex-direction: row;justify-content: space-evenly;}
.guardar button, .guardar>div, .guardar>a{
    border: none;
    border-radius: 5px;
    padding: 10px;
    color: white;
    background: #4786ff;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
    font-size: 15px;
    font-family: 'f5';
    position: relative;
    padding-right: 55px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    }
.guardar span{position: absolute;
    top: 0;
    right: 0;
    background: rgb(0 0 0 / 20%);
    font-size: 23px;
    width: 42px;
    height: 42px;
    display: flex;
}
.guardar i{margin: auto;}
._sSind{
    outline:none;
    position: absolute;
    top: 10px;
    left: 185px;
    font-family: Roboto, Arial, sans-serifRoboto, Arial, sans-serif;
    font-size: 18px;
    border: none;
    padding: 7px;
    height: 40px;
    box-shadow: 0px 1px 1px 1px #0000001a;
    border-radius: 2px;
}

.headerContent button{
    float: right;
    height: 41px;
    width: 70px;
    background: #444;
    border: none;
    margin-left: 10px;
    font-family: f2!important;
    cursor: pointer;
    position: relative;
}
.headerAside i{position: absolute;right: 0;top: 50%;transform: translateY(-50%);padding: 26px;cursor: pointer;font-size: 16pt;}
.headerContent button select{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    top:0;
    left: 0;
}

.headerContent button:hover{
    background: black;
}
.headerContent button i{
    display: block;
    color: white;
    font-size: 16px;
    position: relative;
    top: 3px;
}
.headerContent button span{
    font-size: 10px;
    color: white;
    font-family: f2!important;
    text-transform: uppercase;
    position: relative;
    top: 1px;
}
html body .commentLabel{
    background: #ffffc6!important;
    border-radius: 3px;
    border: 1px solid #dddd56!important;
    text-align: left;
    padding: 0px 5px!important;
    margin-top: 5px;
    font-size: 14px;
    width: 100%;
}
.div3 input{width:20px;height:20px;position:relative;top: 3px!important;}
.div3 select{position:relative;top: 0px;}
.div3{
    width: 50%;
    margin: auto;
    padding-top: 12px;
    height: 35px!important;
    text-align: left;
    padding-left: 10px;
}
.colScroll{
    height: calc(100vh - 160px);
    overflow-x: visible;
overflow-y: auto;
padding-bottom: 20px!important;
}
.logo{
    border-bottom: 4px solid transparent;
    transition: border .4s ease;
    height: var(--heightHeader);
    cursor: pointer;
}
.lineTr{
    width: 100%;
    height: 6px;
    border-radius: 100px;
    display: block;
    background: #0078d6;
    margin-top: 10px;
}
.btnAsideL:hover .icBtn{background: red!important;}
.btnAside:hover .icBtn, 
.btnAside.active .icBtn{
    background: #7aff00;
    border-color: black;
}
.profileCircle {
    width: 100px;
    height: 100px;
    background: black;
    margin: auto;
    border-radius: 10pt;
    border: 2px solid white;
    display: flex;
    position: relative;
    overflow: hidden;
}
.profileCircle>span {
    margin: auto;
    font-family: 'f3';
    font-size: 26pt;
    color: yellow;
}

.columna{
    width: 260px;
    float: left;
    margin-right: 20px;
    height: calc(100vh - 95px);
}
.btnAside:hover .icBtn img, 
.btnAside.active .icBtn img{opacity: 1;}
.btnAside:hover, .btnAside.active{background:#f3f3f3}
.btnAside{
        background: transparent;
        padding-top: 18px!important;
        padding-bottom: 15px!important;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: -0.5px!important;
}
.logo img{max-width: 95px;top: -8px;position: relative;}
aside .icBtn {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    left: 10px;
    display: flex;
    background: #f3f3f3;
    border-radius: 2pt;
    transform: translateY(-50%);
    transition: border, background, .3s ease;
    border: 2px solid transparent;
}
aside .icon-chevron-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13pt;
}
aside .icBtn img{
    width: 25px;
    height: 25px;
    margin: auto;
    opacity: 0.75;
    transition: opacity .3s ease;
}
aside{
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 250px!important;
    background: white!important;
    overflow: auto;
}
#content{
    float: right;
    width: calc(100vw - 250px);
    overflow: auto;
    height: 100vh;
    background: #f9f9f9!important;
}
header{
    height: var(--heightHeader);
    background: white;
    position: fixed;
    z-index: 10;
    border-bottom: 4px solid #e0e0e0;
}
#menuMobile .bc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 50%);
    transition: opacity .4s ease;
    opacity: 0;
}
#menuMobile .menuMobile{
    transition: transform .4s ease;
    transform: translateY(-160px);
}
#menuMobile{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    display: none;
}
.btnMenu{
    float: left;
    width: 54px;
    height: 84px;
    cursor: pointer;
    /* background:linear-gradient(134deg,#35b6e6,#156b9d)!important; */
    display: flex;
    flex-direction: column;
}
.btnMenu i{color: #818181;margin: auto;margin-top: 22px;font-size: 18pt;}
.btnMenu span{color: #818181;margin: auto;margin-bottom: 19px;font-size: 10pt;font-family: 'f2';}

.headerButton:hover{
    border-color: black;
    color: #000000;
}
.headerButton{
    width: 160px;
    float: right;
    height: calc(var(--heightHeader) - 4px);
    line-height: 93px;
    border-bottom: 4px solid transparent;
    transition: border, color, .4s ease;
}
.img-PORTRAIT{
    height: 100vh;
    position: absolute;
    left: 65%;
    transform: translateX(-50%);
}

.img-LANDSCAPE{
    position: absolute;
    width: 100%;
    left: 0;
}

.indexView{
    height: calc(100vh - var(--heightHeader))
}
.black-cap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(213deg, rgb(0 185 255 / 50%) 45%, rgb(0 0 0 / 50%));
}
.content-home{
    display: block;
    margin: auto;
    z-index: 3;
    max-width: 800px;
    padding-bottom: 150px;
    position: relative;
    top: 40px;
}

.btnWI{
    height: 60px;
    width: 250px;
    margin: auto;
    padding-right: 50px;
    margin-top: 30px;
    background: #303030;
    color: white;
    border: none;
    cursor: pointer;
    position: relative;
    padding-left: 0;
}
.btnWI img{width: 26px;height: 26px;margin: auto;opacity: .65;}
.btnWI span{width: 50px;height: 100%;display: flex;position: absolute;top: 0;right: 0;background: rgb(0 0 0 / 10%);}
.btnWI span i{
    color: white;
    margin: auto;
    font-size: 16px!important;
    position: relative;
    text-indent: 0;
}


.resultsModels{
    
position: absolute;
    
width: 100%;
    
background: white;
    
max-height: 200px;
    
z-index: 8;
    
height: 100%;
    
top: 55px;
    
border-top: 1px solid #d9d9d9;
}

.btnCancel{
    padding: 14px 0px!important;
    height: unset!important;
    background: white;
    color: #303030;
    float: left!important;
    width: 130px!important;
    font-size: 16px!important;
}

.description{line-height:15px;text-align: justify;}
.grid-2 .d6{
    overflow: hidden;
    height: 500px;
    position: relative;
    display: flex;
}
.grid-2.g2 .d6{height:750px!important;}
@media (max-width: 700px) {

    #gridInit{
        width: 100%!important;
        margin-top: 100px;
    }

    #gridInit .columna{
        width: 100%;
        height: 55px;
        margin-bottom:15px;
    }

    #gridInit .colScroll{
        height: 344px;
    }

    .clickedTitle{
        position: absolute;
        top: 0;
        left: 0;
        /*background: red;*/
        width: 100%;
        height: 40px;
        cursor: pointer;
    }



    .txtsm{font-size: 14px!important;
    padding-top: 5px!important;}
    .imgG2{height: 200px!important;}

    #dialog .dialog:not([data-id="loading"]){
        max-width: 100%!important;
        margin-top: 0px!important;
        height: 100vh!important;
    }

    html body .btnWI{
        width: 100%!important;
        margin-bottom: 7px!important;
        padding: 0px;
        text-align: left;
        text-indent: 20px;
    }
    html body .btnSmCancel{
        width: 100%!important;
        margin: 0px!important;
        display: block!important;
        padding: 13px 0px!important;
    }
    
}
.grid-2 .d6 > div{
    margin:auto;
    max-width: 400px;
    width: 100%;
    padding: 15px;
    text-align: center;
}

.makrs {
    width: 45px!important;
    opacity: .45;
    display: block;
    margin: auto;
    position: unset!important;
    top: unset!important;
    transform: unset!important;
}
.grid-2 img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.headerAside .ic{
    width: 33px;
    position: relative;
    left: -5px;
}
.circle{}
.headerAside .lo{}
.headerAside{background: white;position: relative;}
.headerAside img{width: 220px;margin-top: 10px;}
.bgCustom{background:linear-gradient(134deg,#35b6e6,#156b9d)!important;}
.social{}
.social a{margin:10px;}
.social a img{width:38px;}
.sMore{
    position: absolute;
    bottom: 20px;
    width: 180px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 4;
    color: white;
    cursor: pointer;
    /*background: rgb(0 0 0 / 45%);*/
    /*border-radius: 5pt;*/
    padding: 5px 0px;
}
.headerAside i.icon-save{
    right: unset!important;
    left: 0!important;
}
.sMore i{
    color: white;
    display: block;
    font-size: 14pt;
}

.footerDialog{
    position: fixed;
    bottom: 0px;
    height: 70px;
    background: white;
    width: 100%;
    box-shadow: 0px -5px 15px -5px rgb(0 0 0 / 30%);
    display: flex;
}
.persona{
    position: relative;
    margin-bottom: 10px;
}
.persona .openDown{
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 9;
    font-size: 13pt;
    background: rgb(0 0 0 / 12%);
    border-radius: 10000px;
    cursor: pointer;
}
.footerDialog > button{
    width: calc(100% - 40px);
    display: block;
    margin: auto;
    padding: 10px;
    border: none;
    border-radius: 3pt;
    box-shadow: 0px 0px 5px -2px black;
    font-family: 'f4';
    font-size: 20px;
    background: #4786ff;
    color: white;
}

.step{color: white;margin-bottom: 10px;display: block;}
.fun{display: flex;margin: auto;width: 80px;height: 80px;background: rgb(0 0 0 / 25%);border-radius: 1000000pt;}
.fun img{
    width: 56px;
    height: 56px;
    display: block;
    margin: auto;
}

.headerContent{
    background: white;
    position: fixed;
    top: 0;
    z-index: 2;
    width: calc(100% - 250px);
    padding: 17.5px;
    height: 77.25px;
}
.borr3{border-radius: 3px;}
.btnBlack{}