en Café Ca'FAP, Noticias, Socios
.fapsgal-membership-banner {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-left: 5px solid #0056b3; /* Color azul institucional */
padding: 25px;
border-radius: 8px;
margin: 20px 0;
box-shadow: 0 4px 6px rgba(0,0,0,0.05);
font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
.banner-content {
display: flex;
align-items: center;
gap: 20px;
flex-wrap: wrap;
}
.banner-icon {
flex-shrink: 0;
}
.banner-text {
flex: 1;
min-width: 250px;
}
.banner-text h3 {
margin: 0 0 8px 0 !important;
color: #0056b3 !important;
font-size: 1.4rem !important;
font-weight: 700;
}
.banner-text p {
margin: 0 !important;
color: #495057;
line-height: 1.5;
}
.banner-button {
background-color: #0056b3;
color: #ffffff !important;
padding: 12px 24px;
border-radius: 5px;
text-decoration: none !important;
font-weight: bold;
display: inline-block;
transition: background-color 0.3s ease;
white-space: nowrap;
}
.banner-button:hover {
background-color: #003d7a;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
@media (max-width: 600px) {
.banner-content {
flex-direction: column;
text-align: center;
}
.banner-button {
width: 100%;
}
}
Publicado enero 9, 2026