* 

.img_Calendario {
  max-width: 100%;
}
.img_panoramica {
 width: 70%;
  height: 70%;
  border-radius: 20px;
  object-fit: contain;
}
.img_firma
{
 max-width: 60%;
}
.pide{
width: 60%;
height: 70%;

}
.img_audi{
      width:50%;
        height:auto;
        object-fit:cover;
        border-radius:10px;
        cursor:pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: 1px solid #e0e0e0;          /* marco delgado */
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);  /* sombra muy ligera */
    
   

}


/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .img_Calendario {
    max-width: 100%;
  }
.pide{
width: 90%;
 
}
}