body.geoportal {
    width: 100%;
    padding: 0;
    margin: 0;
    background-image: url(../images/mapa_fondo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: black;
    background-attachment: fixed;
}

.gpBody {
    overflow: hidden;
    background-color: rgba(0,0,0,0.25);
    
}

.gpBody .gpTitle {
    color: white;
    text-align: center;
    padding: 5rem 1rem;    
}

.gpBox {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;
}

.gpBox div {
    min-width: 300px;
    min-height: 300px;
}

.gpBox div a {
    color: white;
    text-align: center;
}

#image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#image-container img {
    width: 100px;
    height: 100px;
    margin: 5px;
}
.gpCapaDesc {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem;
    color: white;
    padding: 2rem;
    margin: 2rem;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
}

.gpCapaDic {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem;
    color: white;
    padding: 2rem;
    margin: 2rem;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
}

.gpCapaDic div {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.gpCapaDic div div {
    display: flex;
    flex-direction: column;
}


.capaElement {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;    
}

.capaElement span {
    color: white;
    background: rgba(0, 0, 0, 0.8);
    padding: 3px 6px;
    border-radius: 5px;
}

.capaElement img {
    width: 1rem !important;
    height: auto !important;
}

.capas-container {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-content: center !important;
    align-items: center !important;
    padding: 0rem 0rem 4rem;
}
