.navbar {
    z-index: 100;
}

#titoloPrincipale {
    font-size: 3.5em;
}

.cardWithText {
    position: relative;
    height: 340px;
    width: 340px;
    margin: 0 auto;
}

#mark1 {
    position: relative;
    top: -100px;
}

.nav-item {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .nav-item {
        flex-direction: column;
    }
}

p.lavora-con-noi {
    cursor: pointer;
    color: white !important;
    font-size: 1.1em;
    margin: auto;
    font-weight: bold;
}

.lavora-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.lavora-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    max-width: 500px;
    max-height: 95vh;
    overflow: auto;
}

    .lavora-modal .btn-close {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .lavora-modal .close:hover {
        color: #000;
    }

    .lavora-modal .form-label {
        color: #000;
        user-select: none;
    }

    .lavora-modal a {
        color: #093ec9;
    }

@media screen and (min-width: 1900px) {
    #titoloPrincipale {
        font-size: 5em;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .cardWithText {
        position: relative;
        height: 300px;
        width: 300px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1250px) {
    .navbar-dark .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
}


.inside-come {
    display: inline-block;
    max-width: 240px;
}