.header-body-custom{
    width: 70% !important;
    border-radius: 100px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin: 20px auto;
    left: 0;
    right: 0;
}

@media (max-width: 600px) {
    .header-body-custom {
        width: 95% !important;
        border-radius: 40px;
        margin-top: 10px;
        padding: 10px;
        max-height: 100vh;
        overflow-y: auto;
    }
}
#banner_small {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 380px !important;
}
#primer_landing{
    margin-top: 400px;
}
#titol_landing{
    max-width: 550px;
}
iframe {
    border-radius: 12px;
    overflow: hidden;
    border: none;
}

.legal_prin{
    margin: 200px;
}