#dm-departamento-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dm-modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 300px;
}

.dm-modal-content h2 {
    margin-top: 0;
}

.dm-modal-link-container{
    position: relative;
    float: right;
    padding: 10px;
    color: white;
    width: 100%;
    float: right;
}
#dm-cambiar-departamento{
    position: relative;
    float: right;
    color: white;
    text-decoration: none;
    font-size: 14pt;
    font-weight: bold;
}

#dm-cambiar-departamento::after {
    content: "▼"; /* Flecha apuntando hacia abajo */
    margin-left: 5px; /* Espacio entre el texto y la flecha */
    font-size: 0.8em; /* Ajusta el tamaño de la flecha si es necesario */
}


#dm-departamento-select {
    margin: 5%;
    border-radius: 15px;
    display: inline-block;
    padding: 5px;
}

#dm-departamento-header{
    width: 380px;
    /* float: right; */
    text-align: justify;
    vertical-align: middle;
    margin: 0 auto;
}

#depto_label{
    margin-right: 10px;
    display: inline-block;
    margin-top: 2px;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 100;
}
