:root {
    /* drills presentacion modo imagen */
    --thumb_mheight: 200px;
    --thumb_mheight_mobil: 90px;
}

* {
    font-family:'Roboto', sans-serif;
    box-sizing:border-box;
}

.noselect {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

/* pantallas 600 px o menos */
@media screen and (max-width: 600px) {
    .divtab {display:grid;}
    .btmenu {width:60px !important; font-size:10px;}    
    .bttab, .btdrill, .btaddtag, .btcomm, .bttag, .btsys {padding:4px !important;}
    #dvpmnugrupo button {font-size:12px;}
    .cardpra {width:90% !important;}
    .dvpcard {width:100% !important; font-size:14px !important;}    
    #tg_dirs button {flex-basis:100% !important;}
    .dvpgrupo {display:grid !important;}
    .btdir {font-size:12px !important; padding:0px;}
    .vidsm {max-height: var(--thumb_mheight_mobil) !important;}
}

body {margin:0px;}
p {margin-block-start:0.3em; margin-block-end:0.3em;}
.dh1 {
    background-color: #889b6a;
    color: antiquewhite;
    font-size:22px;
    padding:6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-block-start:0.5em;
    margin-block-end:0.5em; */
}
.dh2 {
    color:#30446b; 
    padding:0px;
    font-size:18px; 
    font-weight: bold;
    margin-top: 12px; margin-bottom: 6px;
}
h3 {color:#297047; margin-block-start: 0.5em; margin-block-end: 0.5em;}
ul {margin-block-start: 0.5em; margin-block-end: 0.5em;}
blockquote {
    margin-block-start:0.5vh;
    margin-block-end:0.5vh;
    margin-inline-start:10px;
    margin-inline-end:0px;
}

area {cursor: pointer;}

#mnumain {
    top:0px;
    left:0px;
    width:100%;
    padding-top:0.6em;
    text-align:center;
    background-color:#192946;
    display:flow;
}

.btmenu {
    font-family:'Roboto', sans-serif;
    font-size: 12px;
    background-color:lightblue;
    border:none;
    cursor:pointer;
    color:#546c9b;
    width:100px;
    padding-bottom:1px;
    margin:0px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.btmenu:hover {opacity: 0.8;}
.imgmenu {width:30px;}
.imgbt {width:26px;}
.imgborrarpra {width:20px; position:absolute;}
.imgborraract {width: 16px;}


/* inicio */
#dvinicio {
    display: flex;
    gap: 30px;
    margin: 20px 0px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.dini_card {
    background-color: #d9e1be;
    border: 1px solid lightblue;
    border-radius: 8px;
    width: 220px;
}
.dini_encab {
    padding: 12px 12px 6px;
    background-color: #83958a;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
}
.dini_cont {
    display: grid;
    padding: 10px;
}
.btini {
    background-color: #dcebe8;
    border: 1px Solid DarkKhaki;
    cursor: pointer;
    border-radius: 4px;
    margin: 6px;
    padding: 6px;
    color: black;
}
.btini:hover {
    background-color: #8c9da3;
    border: 1px Solid #e0e3d1;
    color: #d9e1be;
}

#tg_dirs {display:flex;flex-wrap:wrap;}
#tg_dirs button {flex-basis:8%;}

.btdir, .btfile, .btcomm, .bttag, .btaddtag, .btdrill, .btsys {
    font-size:12px;
    padding:6px;
    cursor:pointer;
    border-radius:6px;
    border:1px Solid black;
    margin:2px;
    box-shadow:1px 1px 2px black;
}
.btdir:hover, .btfile:hover, .btcomm:hover, .bttag:hover, .btaddtag:hover, .btdrill:hover, .btsys:hover, .btdp:hover {
    opacity: 0.5;
} 

.btdir {background-color: rosybrown; font-size: 12px;}
.btfile {background-color: beige; font-size: 12px;}
.bttag {
    float: right;
    color:rgb(255, 255, 255);
    background-color: #297047 !important;
}

.btaddtag {
    color:black;
    /* background-color: #a37437 !important; */
}

.btdrill {
    color: #fff;
    background-color: rgb(119, 28, 44) !important;
}

.btsys {
    color: #fff;
    background-color: rgba(82, 31, 69, 0.555) !important;

}
.bttab {
    padding: 8px;
    cursor: pointer;    
    border: 1px Solid black;
    margin: 2px;
    background-color: rgb(190, 184, 185) !important;
    font-size: 18px;
}
.bttab:hover {color:#8494aa}

.btdp {
    cursor:pointer;
    width:40px;
    margin:8px;
    padding:2px;
    border:1px solid grey;
    border-radius:2px;
    background-color: rgb(190, 184, 185) !important;
}

.btcomm {
    color:rgb(255, 255, 255);
    background-color: #dbe1ee !important;
    border: 1px solid #13367c;
    padding:2px !important;
}

.btplvid {
    cursor:pointer;
    padding:6px;
    border-radius:2px;
    color: #fff;
    background-color: rgb(42, 39, 182);
}
.btplvid:hover {
    border:1px solid white;
}

.divtab {
    padding-top:  12px;
}

.box-texto {
    border: 1px solid black;
    padding: 8px;
    border-radius: 4px; 
    color: #ffffff;
    font-size: 20px;
    box-shadow: 1px 1px 2px black;
    display: block;
    text-align:center;
}

#vid-desc {
    width:96%;
    padding:4px;
    border-radius:4px;
    margin-top:6px;
    float:left;
}

@keyframes fade {
    from {opacity:0}
    to {opacity:1}
}

#imgdiapo {
    width:100%;
}

.dtagsec {
    display: none;    
}

.mnuenf {
    cursor: pointer;
 }
 
.mnuenf:hover {
    text-decoration: underline;
}

.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.vidsm {
    margin: 2px;
    border: 1px solid black;
    border-radius: 4px;
    cursor: pointer;
    max-height: var(--thumb_mheight);
}

.svgbutton {
    cursor: pointer;
    font-family: Helvetica;
    font-size: 12px;
    text-anchor: middle;
}
.svgbutton:hover {
    opacity: 0.5;
}
.svgoculto {
    opacity: 0.2;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}
.svgvisible {
    opacity: 1;
    pointer-events: all;
}

#dvsvgplan text{
    font-family: Helvetica;
    text-anchor: middle; 
    font-size: 12px;
    fill: #ffffff;
}

#gCancel circle{fill: rgb(212, 68, 68);}
#gCancel text{font-size: 16px !important; font-weight:bold;}

#gmain circle{fill: #7F95BE;}
#gmain path{fill: rgb(113, 135, 105);}

#gPosesion path{fill: #665575;}
#gPosesion rect{fill: #665575;}
#gPosesion text{font-size: 14px !important;}

#gSituacion path{fill: rgb(49, 67, 84);}
#gSituacion rect{fill: rgb(49, 67, 84);}

#gZona path{fill: rgb(154, 88, 0);}
#gZona rect{fill: rgb(154, 88, 0);}

#dvplanmnu span{    
    float: inline-end;
    padding: 6px;
    background: darkseagreen;
    border-radius: 4px;
}

.asset-div {
    position: absolute;
    cursor: pointer;
    width: 120px;
}

.asset-img {
    width: 64px;
    pointer-events: none;
}
.asset-text {
    position: absolute;
    color: rgb(0, 0, 0);
    font-size: 14px;
    left: 0px;
    top: 56px;
    pointer-events: none;
}

#dvinicio h3 {
    margin: 20px 10px 10px;
    font-size: 16px;
}

/* articulos seccion inicio */
#dvcontini p {
    padding: 2px;
}

#dvcontini li {
    padding: 2px;
}

#dvcontini ol {
    margin: 0px;    
}

#dvcontini ul {
    margin: 0px;    
}