﻿
#map {
    width: 100%;
    height: 100%;
}

#IdCardInfo {
    float: left;
    font-family: Arial, sans-serif;
    text-align: justify;
    position: absolute;
    top: 3%;
    left: 0px;
    z-index: 999;
    width: 450px;
    height: 100%;
    background-color: lightgray;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    #IdCardInfo #IdCardTitulo {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

.fechas-label {
	font-weight: bold;
	color: white;
}

.hr-custom {
    width: 90%;
}

/* Media query para dispositivos móviles */
@media screen and (max-width: 600px) {
    #IdCardInfo {
        width: 100%;
    }
}
