header.masthead {
    position: relative;
    background-color: #343a40;
    background: url(../img/pv-background.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

header.masthead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px); /* Aplica el blur */
    background: rgba(255, 255, 255, 0.2); /* Opcional: agrega un overlay */
}

button {
    background-color: #EEA334 !important;
    border: 1px solid #EEA334 !important;
}

button:hover {
    background-color: #e18700 !important;
}