@charset "utf-8";
.mapa_hg{width:95%; max-width:95%; margin: 40px 0;}
.mapa_hg *{}
.mapa_hg>*{display: flex; width: 100%; background-size:cover !important; background-position: center !important;}
.mapa_hg>*>*{display: flex; width: 100%;background-size:cover !important; margin-right:0px;}
.mapa_hg>*>* svg, .mapa_hg>*>* img{width: 100% !important; height: auto; }


.mapa_hg_3{width:95%; max-width:95%; margin: 40px 0; position: relative;}
.mapa_hg_3>img:nth-of-type(2){ position: absolute; z-index: 2; left: 0px; top: 0px;}
.mapa_hg_3>img:nth-of-type(3){ position: absolute; z-index: 3; left: 0px; top: 0px;}
.mapa_hg_3>svg{ position: absolute; z-index: 3; left: 0px; top: 0px;}
.mapa_hg_3 svg, .mapa_hg_3 img{width: 100% !important; height: auto; }



.nag_hjg{font-size: 1.3rem; margin-bottom: 20px; border-top: 1px dotted rgba(204, 204, 204, 1); padding-top: 20px; margin-top: 30px;}
.tab_di_po>*{display: flex; margin-bottom: 15px; border: 1px dotted rgba(204, 204, 204, 1); align-items: stretch; }
.tab_di_po>*>*{padding: 10px;}
.tab_di_po>*>span{display: inline-flex; justify-content: center; font-style:normal !important ; align-items: center; margin-right: 10px;  background:rgba(29, 33, 41, 0.05) no-repeat center; width: 35px; font-size: 1.2rem; transition: 0.5s;  }
.tab_di_po>*:hover>span{ color: rgba(255,255,255,1.00); background:rgba(20, 131, 112, 1);  }
.tab_di_po>*>div{font-size: 0.85em;     width: calc(100% - 40px);}
.tab_di_po>*>div>*:first-child{ font-size:1em; text-transform: uppercase; font-weight: bold;margin-bottom: 5px; }