.glassmorphism-title {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 2px solid #005249;
    padding: 20px;
    margin-bottom: 20px;
}

.glassmorphism-title h1 {
    color: #005249; /* Un azul oscuro para contrastar */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0;
}

#distribuidor-banner {
    background-image: url('/assets/img/11902.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
    margin-top: 40px;
}

#distribuidor-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
}

#distribuidor-banner .container {
    position: relative;
    z-index: 1;
}

#distribuidor-banner p.lead {
    color: #333;
    font-size: 1.5rem;
}
#footer a{
    
    color: #4a9764;    
}

#footer a:hover{
    color: #ff6b6b;    
}