﻿/* =========================
   COLLABORAZIONI
========================= */

.collab-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 25px 0 25px 0;
}

/* riquadro centrale */

.collab-box {
    width: 72%;
    background: #f5f1e8;
    border: 1px solid #d4c39a;
    padding: 34px 54px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.45) inset;
}

    /* titolo */

    .collab-box h3 {
        margin: 0 0 22px 0;
        font-family: Georgia, serif;
        font-size: 20px;
        font-weight: bold;
        color: #1c3550;
    }

    /* lista */

    .collab-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .collab-box li {
        margin-bottom: 10px;
        font-size: 18px;
        color: #2e2e2e;
        line-height: 1.5;
    }
    .collab-box a {
        color: #1c3550;
        text-decoration: none;
        border-bottom: 1px dotted #b99752;
        transition: all .2s ease;
    }

        .collab-box a:hover {
            color: #8c6b3f;
            border-bottom-color: #8c6b3f;
        }
/* =========================
   BOX COLLABORAZIONI
========================= */

.collab-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0 10px 0;
}

/* box */

.collab-box {
    width: 420px;
    background: #f5f1e8;
    border: 1px solid #d4c39a;
    border-radius: 16px;
    padding: 26px 38px;
    box-sizing: border-box;
}

    /* titolo */

    .collab-box h3 {
        margin: 0 0 22px 0;
        font-family: Georgia, serif;
        font-size: 18px;
        color: #17375e;
    }

    /* lista */

    .collab-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .collab-box li {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.4;
        color: #2d2d2d;
    }

    /* link */

    .collab-box a {
        color: #17375e;
        text-decoration: none;
        border-bottom: 1px dotted #b99752;
        transition: all .2s ease;
    }

        .collab-box a:hover {
            color: #8c6b3f;
            border-bottom-color: #8c6b3f;
        }
/* =========================
   TESTO HOME
========================= */

.home-text {
    padding: 0 18px;
    box-sizing: border-box;
}

    .home-text p {
        margin-bottom: 22px;
        line-height: 1.55;
        font-size: 18px;
        color: #2d2d2d;
    }