@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Lato', sans-serif;
}

#header {
    position: relative;
    padding-top: 15%;
    background: url(../images/header-inecosistemi.jpg) no-repeat 50% 100%;
    background-size: 100%;
}

section.construction h1 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

section.construction h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}

section.construction p {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
}

section.construction p a {
    color: #000;
    text-decoration: none;
}

section.construction p a:hover {
    color: #007e01;
}

section.construction p i.fas.fa-envelope {
    color: #007e01;
    margin-right: 10px;
}

section.construction p i.fab.fa-linkedin {
    color: #355faa;
    margin-right: 10px;
}

section.cnt-aree {
    background: #f1f1f1;
    position: relative;
}

section.cnt-aree:after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    left: 50%;
    margin-left: -30px;
    border-top: 20px solid #fff;
    border-bottom: 20px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}

section.cnt-aree h2 {
    font-size: 50px;
    line-height: 55px;
    color: #000;
    font-weight: 400;
}

section.cnt-aree h2 span {
    display: block;
    color: #007e01;
    font-weight: 700;
}

section.cnt-aree h3 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0 25px;
}

section.cnt-aree p {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-weight: 300;
    text-align: center;
}

footer {
    background: #b41817;
}

footer p {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.copyright {
    background: #118e38;
}

.copyright p {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 300;
}

copyright p a {
    color: #fff !important;
    text-decoration: none !important;
}
