*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    position: relative;
}

:root{
    --red: #e11d16;
    --green: #008d39;
    --gray: #d7d7d7;
    --text-color: #000;
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url('../fonts/futura/FuturaBT-Book.woff') format('woff'),
    url('../fonts/futura/FuturaBT-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura BdCn BT';
    src: url('../fonts/futura/FuturaBT-BoldCondensed.woff') format('woff'),
    url('../fonts/futura/FuturaBT-BoldCondensed.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/futura/FuturaPT-Bold.woff2') format('woff2'),
    url('../fonts/futura/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.click-to-call{
    color: inherit;
    text-decoration: none;
}


strong{
    font-family: 'Futura PT', sans-serif;
    font-weight: bold;
    font-style: normal;
}

.centered{
    text-align: center;
}

html{
    overflow: hidden;
    overflow-y: auto;
}

body{
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #fff;
    color: #fff;
    overflow: hidden;
    overflow-y: auto;
    font-family: 'Futura Bk BT', sans-serif;
    font-weight: normal;
    font-style: normal;
}

header{
    background: #000;
    text-transform: uppercase;
    z-index: 3;
    position: fixed;
    width: 100%;
}

header +  section{
    margin-top: 127px;
}

header > .container{
    width: 100%;
}

header .logo-wrapper{
    z-index: 0;
    padding: 4px 0 0 0;
    height: 97px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

header .logo-wrapper img{
    position: relative;
    max-height: 112px;
    -webkit-transform: translate(-64px, 0);
    -moz-transform: translate(-64px, 0);
    transform: translate(-64px, 0);
}

header .telephone{
    margin: 32px 0 0;
    display: block;
    line-height: 32px;
    position: absolute;
    left: auto;
    right: 32px;
}

header .telephone img{
    display: block;
    width: 32px;
    position: absolute;
    left: 18px;
}

header nav{
    display: block;
    height: 30px;
    background-color: var(--green);
    width: 100%;
    z-index: 0;
    overflow: visible;
   /* -webkit-transform: translate(0, -24px);
    -moz-transform: translate(0, -24px);
    transform: translate(0, -24px);*/
}

header nav .menu{
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    padding-top: 8px;
    width: 95%;
    margin: 0 auto;
    max-width: 1280px;
}

#site-menu-toggler{
    display: none;
    position: absolute;
}


[for="site-menu-toggler"]{
    margin-left: 32px;
    cursor: pointer;
    display: none;
    width: 60px;
}

[for="site-menu-toggler"] > span{
    position: relative;
    display: inline-block;
    line-height: 32px;
}

.hamburger {
    list-style: none;
    float: none;
    -moz-transition: all 233ms cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 233ms cubic-bezier(0.5, 0, 0, 1);
    -webkit-transition: all 233ms cubic-bezier(0.5, 0, 0, 1);
    transition: all 233ms cubic-bezier(0.5, 0, 0, 1);
    line-height: 60px;
    display: inline-block;
    width: 24px;
    text-align: center;
    position: absolute;
    top: 6px;
    margin: 0 auto;
    left: auto;
    right: 0;
    -webkit-transform: translateX(70%);
    -moz-transform: translateX(70%);
    transform: translateX(70%);
}

.hamburger li {
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 3px 0 0;
    padding: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
    -o-transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
    -webkit-transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
    transition: all 333ms cubic-bezier(0.5, 0, 0, 1);
}


#site-menu-toggler:checked ~ nav label .hamburger li.first {
    -moz-transform: rotate(-135deg) translate(-3px, 3px);
    -ms-transform: rotate(-135deg) translate(-3px, 3px);
    -webkit-transform: rotate(-135deg) translate(-3px, 3px);
    transform: rotate(-135deg) translate(-6px, -5px);
    /* background-color: #000; */
}

#site-menu-toggler:checked ~ nav label .hamburger li.second {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

#site-menu-toggler:checked ~ nav label .hamburger li.third {
    -moz-transform: rotate(135deg) translate(-5px, -3px);
    -ms-transform: rotate(135deg) translate(-5px, -3px);
    -webkit-transform: rotate(135deg) translate(-5px, -3px);
    transform: rotate(135deg) translate(-2px, 2px);
    /* background-color: #000; */
}

#site-menu-toggler:checked ~ .menu-bg {
    display: block;
    z-index: -1;
    left: 0;
    padding: 0;
    margin: 0;
}

header nav + .menu-bg{
    display: none;
    position: fixed;
    left: 0;
    top: 100px;
    bottom: 0;
    width: 100vw;
    height: auto;
    z-index: 0;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: #000;
    opacity: 0.4;
}

header nav .menu li{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    z-index: 3;
}

header nav .menu li a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    position: relative;
    border-bottom: 4px solid transparent;
    padding-bottom: 3px;
}

/*header nav .menu li:hover a,
header nav .menu li.active a{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--red);
    bottom: 0;
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    transform: translate(0, 4px);
}*/

header nav .menu li:hover a,
header nav .menu li.active a{
    border-bottom: 4px solid var(--red);
}


section.cover{
    width: 100%;
    /*padding-bottom: 56%;*/
    height: calc(100vh - 160px);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--green);
    background-color: #fff;
}


h1,h2,h3,h4,h5,h6{
    font-weight: bold;
    /*font-family: 'Futura BdCn BT', serif;*/
    font-family: 'Futura PT', sans-serif;
}

h2{
    font-size: 38px;
}

.cover h1{
    font-size: 52px;

    width: 80%;
    max-width: 600px;
    margin: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    text-transform: uppercase;

    -webkit-text-shadow: 0 3px 12px rgba(0,0,0,0.3);
    -moz-text-shadow: 0 3px 12px rgba(0,0,0,0.3);
    text-shadow: 0 3px 12px rgba(0,0,0,0.3);
}

.cover h1{
    font-size: 76px;
    opacity: 0.8;
    /*-webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;*/
    max-width: 980px;
}

section.separator{
    height: 12px;
    width: 100vw;
    background: var(--green);
}

header nav:after,
section.separator:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid var(--red);
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
}

section.cover.hp{
    /*background-image: url('../images/hp/cover-ok-min.jpg');*/
    background-image: url('../images/cover-ok-min.jpg');
    background-position: 50% 0%;
}

section.cover.demolizioni{
    background-image: url('../images/demolizioni/cover-min.jpg');
}

section.cover.sbancamenti{
    background-image: url('../images/sbancamenti/cover-min.jpg');
}

section.cover.ambientali{
    background-image: url('../images/opere-idrauliche/cover-min.jpg');
}

section.cover.terricci{
    background-image: url('../images/terricci/cover-min.jpg');
}

section.cover.macchinari{
    background-image: url('../images/mezzi/cover-min.jpg');
}

section.cover.cave{
    background-image: url('../images/cave/cover-min.jpg');
}

section.cover + section.separator + section.main-content{
    background: var(--gray);
}

section.main-content{
    color: var(--text-color);
    z-index: 0;
    padding-top: 32px;
    padding-bottom: 32px;
}

section.carousel-wrapper{
    padding: 0;
    height: 45vw;
    max-height: 800px;
    min-height: 300px;
    position: relative;
    background-color: var(--green);
}

section.main-content p{
    padding-top: 2em;
    line-height: 1.8;
    max-width: 980px;
    text-align: justify;
    margin: 0 auto;
    width: 80%;
    font-size: 1.2rem;
    padding-bottom: 4em;
}

section.info-row{
    background: var(--green);
    color: #fff;
}

section.info-row .container{
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
    padding: 6px 0;
}

section.info-row h3{
    font-size: 2rem;
    margin-bottom: 0;
}


section.info-row a,
section.info-row p{
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
}

section.info-row .around-xs {

    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
}


section.info-row .around-xs .col-xs{
    text-align: center;
}

section.info-row .icon{
    position: relative;
    width: 52px;
    height: 52px;
    background-size: contain;
    display: inline-block;
    margin: 6px auto 0;
}

section.info-row .telephone-icon{
    background: url('../images/icons/telephone.svg') 50% 50% no-repeat;
}

section.info-row .email-icon{
    background: url('../images/icons/mail.svg') 50% 50% no-repeat;
}

section.info-row .where-icon{
    background: url('../images/icons/map.svg') 50% 50% no-repeat;
}

section#map{
    width: 100%;
    height: 30vw;
    max-height: 600px;
    z-index: 0;
}

.leaflet-popup-content-wrapper{
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    transform: translate(0, -100%);
}


.why-us{
    color: #333;
    text-align: center;
    padding: 32px 0;
}

.why-us .container{
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
}

.why-us h3{
    font-size: 46px;
    font-weight: bold;
}

.why-us h3 + p{
    padding: 8px 0 16px;
}

.why-us .icon{
    position: relative;
    width: 96px;
    height: 96px;
    background-size: contain;
    display: inline-block;
    margin: 6px auto 0;
}

.machine-icon{
    background: url('../images/icons/machine.svg') 50% 50% no-repeat;
}

.technology-icon{
    background: url('../images/icons/gears.svg') 50% 50% no-repeat;
}

.people-icon{
    background: url('../images/icons/person.svg') 50% 50% no-repeat;
}

.machines-icon{
    background: url('../images/icons/machines.svg') 50% 50% no-repeat;
}

/**
** CONTACTS
**/

.contact-form{
    background-color: var(--gray);
}

.contact-form h1{
    text-transform: uppercase;
    margin-bottom: 32px;
}

.contact-form .row{
    margin-bottom: 16px;
}

.contact-form.success{
    background-color: var(--green);
    color: #fff;
    text-align: center;
}

.contact-form.success p{
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}

.contact-form form{
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}

.contact-form label{
    display: block;
    font-weight: bold;
    font-family: 'Futura BdCn BT', serif;
    font-size: 1.2rem;
    margin-bottom: 0.3em;
    text-transform: uppercase;
}

.contact-form input,
.contact-form textarea{
    width: 100%;
    padding: 16px 8px;
    font-size: 1rem;
}

.contact-form textarea {
    min-height: 128px;
}

.contact-form input[type=submit],
.contact-form .button{
    border: 0;
    padding: 2em;
    min-height: 32px;
    background: var(--green);
    color: #fff;
    outline: none;
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.button:hover{
    border: 0;

    background: var(--red);
    color: #fff;
    outline: none;

}

.button:active{
    -webkit-transform: scale(0.94);
    -moz-transform: scale(0.94);
    transform: scale(0.94);
}

footer {
    color: #333;
    padding: 32px 0 0;
}

footer .container{
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
}

footer .container .col-xs{
    padding-left: 32px;
    padding-bottom: 16px;
}

footer h4{
    color: var(--green);
    font-size: 1.4rem;
}

footer h5{
    color: #000;
    font-size: 1.2rem;
}

footer p,
footer nav{
    margin-top: 16px;
    font-weight: lighter;
}

footer nav a {
    text-decoration: none;
    color: #333;
    font-weight: lighter;
}

.row.credits {
    width: 100%;
    margin: 32px auto 0;
    max-width: 100%;
    padding: 16px;
    line-height: 1;
    background: #f0f0f0;
    text-align: center;
}


.g-recaptcha{
    margin-bottom: 16px;
}


@media all and (max-width: 1180px){


    header + section {
        margin-top: 87px;
    }

    [for="site-menu-toggler"]{
        display: block;
    }

    header nav .menu{
        display: none;
    }

    #site-menu-toggler:checked ~  nav .menu{
        display: block;

    }

    header .telephone{
        top: 10px;
        line-height: 12px;
        margin: 14px 0 0;
        text-align: left;
    }

    header .telephone img {
        width: 20px;
        height: 20px;
        top: -3px;
        left: 32px;
    }

    header .logo-wrapper{
        height: 57px;
    }

    header .logo-wrapper > img {
        position: relative;
        height: 64px;
        margin: 0 auto;
        -webkit-transform: translate(-36px, 0);
        -moz-transform: translate(-36px, 0);
        transform: translate(-36px, 0);
        width: 100%;
    }

    header nav:after, section.separator:after{
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 14px solid var(--red);
    }

    [for="site-menu-toggler"] {
        margin-left: 12px;
    }

    [for="site-menu-toggler"] > span{
        font-size: 14px;
        position: absolute;
        top: -42px;
    }

    .hamburger {
        width: 18px;
        left: -5px;
        position: absolute;
        margin: 0;
    }

    header nav .menu{
        position: absolute;
        display: none;
        padding: 16px 32px 32px;
        top: 30px;
        background: var(--green);
        width: 100vw;
        border-top: 1px solid #1c9e51
    }

    header nav .menu li {
        width: auto;
        display: inline-block;
        margin-right: 16px;
        margin-bottom: 16px;
    }


}

@media all and (max-width: 880px){


    header .telephone{
        top: 10px;
        line-height: 12px;
        margin: 14px 0 0;
    }

    header .telephone img {
        width: 20px;
        height: 20px;
    }

    header .logo-wrapper{
        height: 57px;
    }

    header .logo-wrapper > img {
        position: relative;
        height: 64px;
        margin: 0 auto;
        -webkit-transform: translate(-36px, 0);
        -moz-transform: translate(-36px, 0);
        transform: translate(-36px, 0);
        width: 100%;
    }

    header nav:after, section.separator:after{
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 14px solid var(--red);
    }

    .cover h1 {
        font-size: 72px;
    }

    [for="site-menu-toggler"] {
        margin-left: 12px;
    }

    [for="site-menu-toggler"] > span{
        font-size: 14px;
        position: absolute;
        top: -42px;
    }

    .hamburger {
        width: 18px;
        left: -5px;
        position: absolute;
        margin: 0;
    }
}

@media all and (max-width: 660px){
    section.info-row h3{
        font-size: 1.5rem;
    }

    section.info-row a,
    section.info-row p{
        font-size: 1rem;
    }
}

@media all and (max-width: 600px){

    header + section {
        margin-top: 76px;
    }

    .g-recaptcha {
        margin-bottom: 16px;
        text-align: center;
    }

    header .logo-wrapper{
        height: 46px;
    }

    header .telephone{
        font-size: 12px;
        margin: 12px 0 0;
        right: 20px;
    }

    header .telephone img{
        width: 20px;
        height: 20px;
    }

    header .logo-wrapper > img {
        position: relative;
        height: 50px;
        margin: 0 auto;
        -webkit-transform: translate(-28px, 0);
        -moz-transform: translate(-28px, 0);
        transform: translate(-28px, 0);
        width: 100%;
    }
    header nav:after, section.separator:after
    {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid var(--red);
}

    [for="site-menu-toggler"] {
        margin-left: 12px;
    }

    [for="site-menu-toggler"] > span{
        font-size: 14px;
        position: absolute;
        top: -34px;
    }

    .hamburger {
        width: 18px;
        left: -5px;
        position: absolute;
        margin: 0;
    }
}

@media all and (max-width: 550px){
    header .telephone{
        font-size: 10px;
        margin: 12px 0 0;
        right: 22px;
    }

    header .telephone img {
        width: 16px;
        height: 16px;
        left: 42px;
    }

    .cover h1 {
        font-size: 42px;
    }

    header nav .menu li{
        display: block;
    }

    section.info-row .around-xs .col-xs:last-child{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 16px;
        margin-bottom: 16px;
    }
}

/*@media all and (max-width: 480px){
    header .telephone{
        top: -2px;
        right: 16px;
        font-size: 9px;
    }

    header .logo-wrapper{
        height: 36px;
    }

    header .logo-wrapper > img {
        position: relative;
        height: 38px;
        margin: 0 auto;
        -webkit-transform: translate(-21px, 0);
        -moz-transform: translate(-21px, 0);
        transform: translate(-21px, 0);
        width: 100%;
    }

    [for="site-menu-toggler"]{
        margin-left: 16px;
        width: 50px;
    }

    [for="site-menu-toggler"] > span{
        font-size: 12px;
    }

    .hamburger{
        width: 18px;
    }

    #site-menu-toggler:checked ~ nav label .hamburger li.first{
        -moz-transform: rotate(-135deg) translate(-5px, -4px);
        -ms-transform: rotate(-135deg) translate(-5px, -4px);
        -webkit-transform: rotate(-135deg) translate(-5px, -4px);
        transform: rotate(-135deg) translate(-5px, -4px);
    }

    #site-menu-toggler:checked ~ nav label .hamburger li.third{
        -moz-transform: rotate(135deg) translate(-3px, 2px);
        -ms-transform: rotate(135deg) translate(-3px, 2px);
        -webkit-transform: rotate(135deg) translate(-3px, 2px);
        transform: rotate(135deg) translate(-3px, 2px);
    }

    header nav .menu li{
        display: block;
    }
}*/

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

    header + section {
        margin-top: 60px;
    }

    header .logo-wrapper{
        height: 30px;
    }

    header .telephone {
        font-size: 9px;
        margin: 0;
        right: 16px;
    }

    header .telephone img {
        width: 14px;
        height: 14px;
        left: 42px;
        top: -1px;
    }

    header .logo-wrapper > img {
        position: relative;
        height: 31px;
        margin: 0 auto;
        -webkit-transform: translate(-17px, 0);
        -moz-transform: translate(-17px, 0);
        transform: translate(-17px, 0);
        width: 100%;
    }

    [for="site-menu-toggler"] {
        margin-left: 12px;
    }

    [for="site-menu-toggler"] > span{
        font-size: 10px;
        position: absolute;
        top: -28px;
    }

    .hamburger {
        width: 18px;
        left: -5px;
        position: absolute;
        margin: 0;
    }

    header nav:after,
    section.separator:after{
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid var(--red);
    }

    section.info-row .around-xs .col-xs{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    section#map {
        height: 50vh;
    }

    footer .container .col-xs{
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 1em;
    }
}

@media all and (max-width: 330px){
    header .telephone img {
        top: 31px;
        width: 12px;
        height: 12px;
        left: -9px;
    }
}

