/* By Martin Flores */
:root{
    --heightHeader: 88px;
}
.iconOpacity {
    position: absolute;
    height: 45px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.15;
}
.searchHeader select{
    position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;
}
.listA span{
    font-size: 15px;
    background: #eeeeee;
    border-radius: 1000px;
    padding: 0px 10px;
    margin-left: 2px;
    font-family: 'f4';
    text-align: center;
    border: 2px solid #ccc;
}
.listA{
    display: flex;
    text-align: left;
    flex-direction: row;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    align-items: center;
}
.listA>div:nth-child(1){
    width: 50%;
}
.listA>div:nth-child(2){
    font-size: 12px;
    font-family: 'f4';
    display: flex;
    align-items: center;
    line-height: 14px;
    margin-left: auto;
}
.listB{
    display: flex;
    text-align: left;
    flex-direction: row;
    align-items: center;
    padding: 15px 0px;
}
.listB>div:nth-child(1){
    width: 50%;
    font-family: 'f5';
    line-height: 18px;
}
.listB>div:nth-child(2){
    width: auto;
    margin-left: auto;
}
.listB>div:nth-child(2) a{
    font-family: 'f5';
    text-decoration: none;
    background: #000dff;
    color: white;
    padding: 5px 10px;
    border-radius: 1000px;
}
.listC{
    border: 2px solid #ccc;
    margin-bottom: 5px;
}

.listC>div:nth-child(even){
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 5px;
}
.listC>div:nth-child(even)>div:nth-child(1){width: 50px;text-align: right;font-family: 'f5';font-size: 12px;margin-right: 10px;}
.listC>div:nth-child(even)>div:nth-child(2){
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
}
.listC>div:nth-child(odd){
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #eeeeee;
    padding: 5px;
}
.listC>div:nth-child(odd)>div:nth-child(1){
    width: 50px;
    text-align: right;
    font-family: 'f5';
    font-size: 12px;
    margin-right: 10px;
}
.listC>div:nth-child(odd)>div:nth-child(2){
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
}

.listD{
    display: flex;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.listD>div:nth-child(1){margin-right: 20px;text-transform: uppercase;font-family: 'f3';}
.listD>div:nth-child(2){}
.listD span{
    font-size: 16px;
    font-family: 'f5';
}

.listE{
    display: flex;
    align-items: center;
}
.listE>div:nth-child(1){
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'f3';
}
.listD>div:nth-child(2){
    font-family: 'f3';
    text-transform: uppercase;
}
.btnTablero>div:nth-child(1){
    width: 40px;
    height: 40px;
    background: white;
    display: flex;
    font-family: 'f5';
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 2pt;
    box-shadow: 0px 0px 20px -10px black;
    margin-right: 10px;
    min-width: 40px;
}
.btnTablero>div:nth-child(2){
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: 'f5';
    text-align: left;
    line-height: 18px;
}
.btnTablero>div:nth-child(3){
    display: flex;
    align-items: center;
    margin-left: auto;
    font-size: 26px;
}
.btnTablero{
    display: flex;
    background: red;
    border-radius: 3pt;
    padding: 10px;
    box-shadow: 0px 0px 20px -10px black;
    cursor: pointer;
    max-width: 320px;
    margin: auto;
    margin-bottom: 20px;
}
.searchHeader{
    width: 68px;
    height: 68px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    cursor: pointer;
}
.searchHeader i{margin: auto;font-size: 22px;color: #000dff;}

.lm90{letter-spacing:-0.80px;}
.funSpansito{
    font-size: 14px;
    font-family: f4;
    color: #5f5fff;
    background: white;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    padding: 0px 10px;
    cursor: pointer;
}
login{
        position: fixed;
        top: 0;
        transition: transform 1s ease-in-out;
        transform: translateY(0);
        left: 0;
        background: white;
        width: 100%;
        height: 100%;
        z-index: 10;
        display: none;
     }
     .stepService.g{
    background: #06b806;
    color: white;
}   
.stepService{
    width: 100%;
    position: relative;
    background: yellow;
    border-radius: 10pt;
    padding: 10px;
    max-width: 200px;
    margin: auto;
    margin-bottom: 15px;
    box-shadow: 0px 4px 10px -5px rgb(0 0 0 / 12%);
    font-family: f4;
    text-align: left;
    font-size: 14px;
    padding-right: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.singleIcon{
    cursor: pointer;
    background: #e9e9e9;
    width: 36px;
    height: 36px;
    display: flex;
    float: right;
    border-radius: 1000pt;
}
.singleIcon i{
    font-size: 16px;
    margin: auto;
}
.dataList img{
    
position: absolute;
    
width: 22px;
    
opacity: .7;
    
top: 50%;
    
transform: translateY(-50%);
    
left: 10px;
}
.scrollDiv{
    display: block;
    width: 100%;
    max-height: 100%;
    overflow-y: scroll;
    height: calc(100vh - 150px);
}
.dataList{
    background: white;
    position: absolute;
    z-index: 10;
    width: 100%;
    max-height: 210px;
    border: 2px solid #d0d0d0;
    top: 37px;
    left: -2px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow-y: scroll;
    display: none;
}
.dataList>div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 10px;
    border-bottom: 2px solid #d0d0d0;
    cursor: pointer;
    position: relative;
    padding-left: 48px;
}
.dataList>div>span{
    font-family: 'f5';
    letter-spacing: -.50px;
    color: #313131;
}
.dataList>div>div{
    font-size: 14px;
    color: #313131;
}

.icRight{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    opacity: .6;
    z-index: 1;
    width: 20px;
    height: 20px;
}
.contentFixed{
    position: fixed;
    z-index: 1;
    background: white;
    top: 78px;
    max-height: calc(100% - 88px);
    right: 10px;
    margin:auto;
    border-radius: 3pt;
    overflow-y: auto;
    width: calc(100vw - 270px);
}
#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;
}
.va{display:flex;align-items:center;}
.iconScreenForm{
    background: #f3f3f3;
    border-radius: 2pt;
    display: flex;
    width: 40px;
    height: 40px;
    float: left;
    border: 2px solid #989898;
    margin-right: 10px;
}
.iconScreenForm img{
        width: 25px;
    height: 25px;
    margin: auto;
    opacity: 0.75;
}
.headerContent button img{width: 40px; position: relative; top: 2px; left: 1px; opacity: .85;}
.headerContent button{
    float: right;
    height: 41px;
    width: 70px;
    background: #444;
    border: none;
    margin-left: 10px;
    font-family: f2!important;
    cursor: pointer;
    position: relative;
    top: calc(100vh - 110px);
    border-radius: 10000px;
    height: 70px;
    background: white;
    border: 1px solid #ccc;
}
.headerAside i{position: absolute;right: 0;top: 50%;transform: translateY(-50%);padding: 26px;cursor: pointer;font-size: 16pt;color: #000dff;}
.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: linear-gradient(45deg, #d6d6d6, transparent);
    border-color: black;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 15%)!important;
}
.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;
    overflow: hidden;
    border-radius: 6pt;
    text-indent: 0px!important;
}
.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;height: 68px;display: flex;}
.headerAside img{width: 100px;margin: auto;opacity: .8;}
.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;
}

.stepService i{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.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: 68px;
}
.borr3{border-radius: 3px;}
.btnBlack{}