header > .logo img {
    width: 3em;
}

ul.contact-icons li {
    margin-bottom: 0.8em !important;
    min-height: 0 !important;
    padding-left: 2.25em;
}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 736px) {

}

#main {
    padding: 4em 0 4em 0 !important;
}

#header {
    padding: 1rem !important;
    line-height: 0 !important;
    z-index: 10000 !important;
}
#header a {
    font-weight: bold !important;
}
#header.alt {
    background-color: transparent;
    padding: 2rem 1rem 2rem 1rem !important;
}

#banner {
    background-position: center;
    background-attachment: scroll !important;
}
#banner:before {
    opacity: 0.4 !important;
}
#banner h1 {
    font-weight: bold !important;
}
#banner p {
    font-weight: bold !important;
}
#banner .button.primary {
    background-color: #2D4F79;
    color: #ffffff !important;
}

#footer {
    background-color: #333333 !important;
}
#footer input[type="text"],
    #footer input[type="password"],
    #footer input[type="email"],
    #footer select,
    #footer textarea {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.6);
}
#footer input[type="checkbox"] + label, #footer input[type="radio"] + label {
    color: rgba(255, 255, 255, 0.75);
}
#footer input[type="checkbox"] + label:before, #footer input[type="radio"] + label:before {
    border-color: rgba(255, 255, 255, 0.5);
}

#map-canvas {
	width: 100%;
	height: 500px;
}
#map-canvas img {
	max-width: none;
	background-color: transparent;
}

.features > article h3 {
    text-transform: uppercase;
}
.features > article a {
    font-weight: bold;
    color: #000000 !important;
    text-decoration: none !important;
}

.stats > article h3 span {
    font-weight: bold !important;
}

.wrapper.style1 {
    background-color: #333333 !important;
}

.row.box {
    padding: 1.5em 1.5em 1.5em 0 !important;
    margin-left: 0;
    background: #F9F9F9;
}
div.tabs {content-visibility:auto;}
.company{column-count: 2;
    column-gap: 2rem;
    margin: 1rem auto 3rem 0;}

.quotes > article:after {
    opacity: 0.5 !important;
}

.grecaptcha-badge {
	visibility: hidden;
}

.tabs .titles li {
    background-color: rgba(70, 188, 209, 0.2);
}

.bg-slider {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url('../../../../../images/reviews.webp');
    background-color: #2D4F79 !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    color: #ffffff !important;
}
.bg-slider h3 {
    font-size: 1.8em !important;
    font-weight: 800 !important;
    color: #ffffff !important;
}
.bg-slider p {
    font-size: 1.2em !important;
    margin: 0 auto 0 auto !important;
    max-width: 70% !important;
}
.bg-slider p.author {
    padding-top: 2em !important;
    color: rgba(70, 188, 209, 1.0) !important;
    font-weight: bolder !important;
}
.bg-slider span.virgolette {
    margin: 0 0.4em 0 0.4em !important;
    font-weight: 800 !important;
    color: rgba(70, 188, 209, 1.0) !important;
    font-weight: 800 !important;
}

.years {
    font-size: 1.6em !important;
    color: rgba(70, 188, 209, 1.0) !important;
    font-weight: bolder !important;
}

@media screen and (max-width: 736px) {
    .bg-slider p {
        max-width: 100% !important;
    }
}

ul.faces {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}

ul.faces li {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-left: 0;
    text-align: center;
    margin: 3em 0 0 0 !important;
}

ul.faces li:first-child {
    margin-left: 0;
}

ul.faces li > :last-child {
    margin-bottom: 0;
}

ul.faces li .image {
    border-radius: 100%;
    margin: 0 0 1.5rem 0;
}

    ul.faces li .image img {
        border-radius: 100%;
        width: 8rem;
    }

ul.faces li h3 {
    margin: 0 0 0.25rem 0;
}

ul.faces li p {
    font-size: 1em;
}

@media screen and (max-width: 1280px) {

    ul.faces li {
        margin: 0 0 0 3rem;
    }

}

@media screen and (max-width: 980px) {

    ul.faces li {
        margin: 0 0 0 2rem;
    }

}

@media screen and (max-width: 736px) {

    ul.faces li .image img {
        width: 6rem;
    }

}

@media screen and (max-width: 480px) {

    ul.faces {
        display: block;
    }

    ul.faces li {
        margin: 0 0 2rem 0;
    }

    ul.faces li .image img {
        width: 10rem;
    }

    ul.faces li h3 {
        font-size: 1rem;
    }

    ul.faces li p {
        font-size: 1rem;
    }

    ul.faces li:last-child {
        margin-bottom: 0;
    }

}

.video {
    width: 560px !important;
    height: 450px !important;
}
@media screen and (max-width: 736px) {

    .video {
        width: 100% !important;
        height: 450px !important;
        margin-bottom: 4em !important;
    }

}

.box {
    background-color: rgba(70, 188, 209, 0.2) !important;
    border: #2D4F79 solid 1px !important;
}
.box h3, .box h2 {
    font-weight: bold !important;
    color: #2D4F79 !important;
}

.titolocentrato {
    position: absolute;        
    top: 20%;                  
    left: 55%;                 
    transform: translate(-50%, -50%); 
    color: #ffffff !important;              
    font-weight: 600 !important;
    font-size: 1.6em !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    padding: 20px !important;
}