body {
    color: #5a5e40;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
p {
    font-size: 1.2rem;
}
p.bigger {
    font-size: 1.6rem;
    font-weight: 700;
}
h3 {
    font-size: 32px;
}
.wrapper {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
}
.narrow-wrapper {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}
.intro {
    text-align: center;
}
#logo {
    margin: 120px auto;
    margin-bottom: 80px;
    max-width: 280px;
}
#header {
    margin: 0 auto;
    display: block;
}
.center {
    text-align: center;
}

a {
    color: #5a5e40;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.flex-container {
    display: flex;
}
.lang-switcher {
    justify-content: center;
    margin-bottom: 80px;
}
.lang-switcher img {
    width: 30px;
    height: 20px;
    margin: 0 20px;
}
.lang-switcher .current {
    border-bottom: solid 3px #adaf9c;
    padding-bottom: 10px;
}
.content-padding {
    padding: 100px 0;
}
.space-between {
    justify-content: space-between;
}
.col-50 {
    width: 47%;
}
#prototipo {
    max-width: 47%;
}
.content {
    background-image: url(img/bg-logo.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: right;
    background-attachment: fixed;
}

.numero {
    min-height: 400px;
    max-height: 400px;
    margin-right: 40px;
}

h4 {
    font-size: 32px;
    color: #778829;
    margin-bottom: 20px;
}
.processo {
    margin-bottom: 100px;
    align-items: center;
}
.processo h4 {
    margin-top: 0;
}
.processo .thumbs {
    max-height: 280px;
    margin-left: -35px;
}
.processo .foto-2 {
    margin-left: -30px;
}
.reverse {
    flex-direction: row-reverse;
}

footer {
    background-color: #edede1;
}
#logoFooter {
    max-width: 170px;
}
.division {
    font-size: 12px;
    letter-spacing: 15px;
    display: block;
    margin: 40px auto;
    margin-top: 60px;
}
#sma {
    max-width: 170px;
}
footer p {
    font-size: 1rem;
    max-width: 50%;
    margin: 30px auto;
}
.italic {
    font-style: italic;
}
footer hr {
    opacity: .3;
}
.contatti {
    justify-content: center;
    margin-top: 30px;
}
.btn {
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(119, 136, 41, .3);
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 20px;
    margin: 15px 8px;
}
.btn i {
    margin-right: 10px;
}

@media only screen and (max-width:900px) {
    #header {
        min-width: 150%;
        margin-left: -25%;
    }
    p {
        font-size: 1rem;
    }
    .wrapper, .narrow-wrapper {
        max-width: 95%;
        width: 95%;
    }
    .processo .thumbs {
        max-height: 150px;
        margin-left: -20px;
    }
    .processo .foto-2 {
        margin-left: -20px;
    }
    .numero {
        min-height: 140px;
        max-height: 140px;
        margin-right: 20px;
    }
    .processo {
        margin-bottom: 50px;
        align-items: flex-start;
    }
    h3, h4 {
        font-size: 20px;
    }
    footer p {
        font-size: .8rem;
        max-width: 70%;
        margin: 30px auto;
    }
    .content {
        background-size: 150%;
    }
    .content-padding {
        padding: 50px 0;
    }
    p.bigger {
        font-size: 1.2rem;
    }
    #logoFooter {
        max-width: 110px;
    }
    #sma {max-width: 110px;}
    #logo {
        max-width: 200px;
        margin: 80px auto;
    }
}