@charset "UTF-8";body.tablero-datos .sec-contenido {
margin-top: 0vh;
}body.tablero-datos #panels{
display: block;
position: relative;
top: 0px;
width: 100%;
z-index: 1;
pointer-events: auto;
}
.panel{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
visibility: visible;
opacity: 1;
pointer-events: auto;
}
.panel-blq-wrapper {
width: calc(100% - 50px);
height: calc(100% - 40px);
margin: 10px 0px 0px 30px;
}
.cont-panel {
flex: 1 !important;
}
.iframe-argis-01{
width: 100%;
height: 100%;
}
footer {
background-color: var(--trans) !important;
}@media screen and (max-width:851px){
.nav-ficha--btn {
justify-content: center;
}body.tablero-datos #panels {
position: relative;
width: 100%;
height: auto;
margin-top: 120px;
margin-bottom: 40px;
}
body.tablero-datos .panel {
position: relative;
height: auto;
justify-content: flex-start;
padding: 0px 10px 0px 10px;
}
body.tablero-datos .panel-blq-wrapper {
width: 100%;
height: calc(100vh - 140px);
margin-top: 0px;
margin: 0px 0px 0px 0px;
}
}