¡Únete a la comunidad!
Este contenido gratuito es para nuestra comunidad de miembros
Para seguir explorando, por favor, inicia sesión o regístrate.
¡Te esperamos dentro!
.respiraccion-card {
background-color: #f0f9ff !important; /* bg-sky-100 */
padding: 24px !important; /* p-6 */
border-radius: 16px !important; /* rounded-2xl */
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important; /* shadow-lg */
border-left: 4px solid #0284c7 !important; /* border-sky-500 */
}
.card-title {
font-size: 1.5rem !important; /* text-2xl */
font-weight: 700 !important; /* font-bold */
margin-bottom: 0.5rem !important; /* mb-2 */
color: #102A43 !important; /* Color de tus títulos */
}
.card-text {
font-size: 1rem !important;
margin-bottom: 1rem !important;
color: #4B5563 !important; /* Color de tus párrafos */
}
.card-link {
font-weight: 700 !important;
color: #0284c7 !important; /* Color de tus enlaces */
transition: all 0.2s ease-in-out !important;
}
.card-link:hover {
color: #0c4a6e !important; /* Color de tus enlaces al pasar el mouse */
text-decoration: underline !important;
}