@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: "Quicksand", sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Manrope', sans-serif;
}

h1 {
    font-family: 'Montserrat', sans-serif;
}

.navbar {
    padding: 0px;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.6s ease;
    /*tempo transizione nav 0.4*/
}

.navbar a {
    color: black;
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.navbar.affix {
    background-color: white;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #d14530;
    font-weight: 700;
}

.show {
    padding-bottom: 1rem !important;
}

.color-tema {
    color: #d14530 !important;
}

.logo-nav {
    width: 100px;
}

.logo-nav-300 {
    width: 300px;
}


.accedi a {
    font-weight: 500;
    color: white;
    background-color: #d14530;
}

.accedi a:hover {
    font-weight: 900;
    color: #d14530;
    border-color: #d14530;
    background-color: transparent;
}

.invia button {
    font-weight: 500 !important;
    color: #d14530 !important;
    border-style: solid;
    border-color: #d14530 !important;
    background-color: transparent !important;
}

.invia button:hover {
    padding-right: 14.5px !important;
    font-weight: 700 !important;
    color: #d14530;
    border-color: #d14530;
    background-color: transparent !important;
}

.nav-eff a:hover {
    padding-left: 17.2px !important;
    padding-top: 22px !important;
    padding-bottom: 20px !important;
    font-weight: 900 !important;
    font-size: 1.25rem !important;
    text-shadow: rgba(0, 0, 0, 0.308) 0.1em 0.1em 0.2em;
}

.a-eff a:hover {
    padding-right: 18px !important;
}

.a-eff2 a:hover {
    padding-right: 19.2px !important;
}

.div-footer {
    margin: 0px;
}

.div-img {
    padding: 0px;
}

.div-center {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

.div-right {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 30px;
}

.div-left {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 30px;
    margin-right: auto;
}


.div-link {
    padding: 0px;
    line-height: 10px;
}

.div-link a {
    color: #d14530 !important;
    font-weight: 500;
    line-height: 18px;
}

.div-link a:hover {
    color: #d14530;
    font-weight: 900;
    font-size: 1.2rem;
}

.div-credits {
    float: right;
    padding-top: 40px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 0.6rem;
    font-weight: 500;
    line-height: 0.5rem;
    text-align: right;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mt-6 {
    margin-top: 4.5rem !important;
}

.mb-6 {
    margin-bottom: 4.5rem !important;
}

.mt-7 {
    margin-top: 6rem !important;
}

.mb-7 {
    margin-bottom: 6rem !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.p-50 {
    padding: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-160 {
    padding-top: 160px;
}

.pb-80 {
    padding-bottom: 80px;
}

.bold {
    font-weight: 500;
}

.justify {
    text-align: justify;
}

.container-img {
    position: relative;
    text-align: center;
    color: white;
    font-weight: 500;
}

.center {
    text-align: center !important;
    align-items: center !important;
}

.centered {
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered h1 {
    font-size: 3.5rem;
    font-weight: 500;
}

.text-shadow {
    text-shadow: black 0.1em 0.1em 0.2em;
}





/* card */


.container-home {
    margin: 0px;
    padding: 0px;
}

.container-map {
    position: relative;
}



.color-titolo h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(0, 0, 0, 0.658);
}

.font-titolo h2 {
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.658);
}

.font-paragrafo p {
    font-size: 14px;
    font-weight: 400;
    color: black;
}

.bold-700 {
    font-weight: 700 !important;
}

.decor-none a {
    text-decoration: none !important;
}

.border-dark div {
    border-color: #2125296b !important;
}

.color-trasp {
    background-color: rgba(255, 255, 255, 0.5);
}

.left {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rounded-10 {
    border-radius: 1rem !important;
}

.box-contacts-top {
    top: 550px;
    left: 11px;
    position: absolute;
    display: inline-block;
    background-color: #fff;
    width: 440px;
    height: 395px;
}

.box-contacts-bottom {
    top: 1307px;
    left: 11px;
    position: absolute;
    display: inline-block;
    background-color: #fff;
    width: 440px;
    height: 395px;
}


















@media (max-width: 1000px) {

    .box-contacts-top,
    .box-contacts-bottom {
        top: auto;
        right: auto;
        position: static;
        display: inline-block;
        background-color: #fff;
        width: 100%;
    }

}

@media (max-width: 520px) {

    .media-520 {
        margin: 16px 10px 10px 10px !important;
        padding: 48px 10px 10px 10px !important;
        /* align-items: center; */
    }

    .text-centro {
        text-align: center;
        padding: 0px;
    }
}

.allineamento {
    text-align: left;
}

@media (max-width: 768px) {

    .allineamento {
        text-align: center !important;
    }
}


/* titolo index */


@media (max-width: 2850px) {

    .position-top {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .position-top h1 {
        color: white;
        font-size: 7rem;
        font-weight: 500;
        text-shadow: black 0.1em 0.1em 0.2em;
    }
}

@media (max-width: 2632px) {

    .position-top {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .position-top h1 {
        color: white;
        font-size: 7rem;
        font-weight: 500;
        text-shadow: black 0.1em 0.1em 0.2em;
    }
}

@media (max-width: 2000px) {

    .position-top {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .position-top h1 {
        color: white;
        font-size: 5.5rem;
        font-weight: 500;
        text-shadow: black 0.1em 0.1em 0.2em;
    }
}

@media (max-width: 1500px) {

    .position-top {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .position-top h1 {
        color: white;
        font-size: 4.2rem;
        font-weight: 500;
        text-shadow: black 0.1em 0.1em 0.2em;
    }
}

@media (max-width: 1100px) {

    .position-top {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .position-top h1 {
        color: white;
        font-size: 3.2rem;
        font-weight: 500;
        text-shadow: black 0.1em 0.1em 0.2em;
    }

}

@media (max-width: 900px) {

    .position-top {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .position-top h1 {
        color: white;
        font-size: 2.2rem;
        font-weight: 500;
        text-shadow: black 0.1em 0.1em 0.2em;
    }
}

@media (max-width: 650px) {

    .position-top {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .position-top h1 {
        color: white;
        font-size: 1.6rem;
        font-weight: 500;
        text-shadow: black 0.1em 0.1em 0.2em;
    }
}

@media (max-width: 580px) {

    .position-top {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .position-top h1 {
        color: white;
        font-size: 1.4rem;
        font-weight: 500;
        text-shadow: black 0.1em 0.1em 0.2em;
    }
}

@media (max-width: 450px) {

    .position-top {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .position-top h1 {
        color: white;
        font-size: 1rem;
        font-weight: 500;
        text-shadow: black 0.1em 0.1em 0.2em;
    }
}


/* titolo index */

/* titolo progetti */


@media (max-width: 2850px) {

    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .centered h1 {
        font-size: 7.5rem;
        font-weight: 500;
    }
}

@media (max-width: 2632px) {

    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .centered h1 {
        font-size: 6.5rem;
        font-weight: 500;
    }
}

@media (max-width: 2000px) {

    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .centered h1 {
        font-size: 5.5rem;
        font-weight: 500;
    }
}

@media (max-width: 1500px) {

    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .centered h1 {
        font-size: 5rem;
        font-weight: 500;
    }
}

@media (max-width: 1100px) {

    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .centered h1 {
        font-size: 4.2rem;
        font-weight: 500;
    }
}

@media (max-width: 900px) {

    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .centered h1 {
        font-size: 3.5rem;
        font-weight: 500;
    }
}

@media (max-width: 650px) {

    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .centered h1 {
        font-size: 2.5rem;
        font-weight: 500;
    }
}

@media (max-width: 450px) {

    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .centered h1 {
        font-size: 2rem;
        font-weight: 500;
    }
}