Movilidad
Creado: [node:created] | Actualizado: [node:changed]
.sdm-titulo {
text-align: center;
color: #4b541c;
font-weight: 600;
margin-bottom: 20px;
font-size: 32px !important;
}
.sdm-subtitulo {
font-size: 24px;
font-weight: 600;
}
.sdm-descripcion-section {
font-family: "WorkSans-Medium";
font-size: 20px;
line-height: 30px;
font-weight: 500 !important;
}
.paso-content {
display: flex;
justify-content: center;
gap: 32px;
flex-wrap: wrap;
}
.paso {
position: relative;
dis
Saltar al contenido /* ====== Scope general del bloque ====== */ .cmp-comparendos-block { font-family: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
.sdm-card {
background-color: #edeff0;
border-radius: 20px;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
text-decoration: none !important;
transition: all 0.3s ease;
overflow: hidden;
position: relative;
display: block;
}
.sdm-card:hover {
background-color: white;
}
.sdm-card-texto {
padding: 16px;
box-sizing: border-box;
}
.sdm-card-texto > p {
color: var(--color-enlaces);
font-size: 18px;
font-weight: 600;
font-family: "Montserrat-Regular", sans-serif;
}
.s

