html,
body {
    font-family: 'Oswald', sans-serif;
    max-width: 100%;
    overflow-x: hidden;
}

.page-title {
    font-size: 40px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.servizi img {
    width: 50%;
}

.above-fold {
    background: url('../img/caldaia_bg_mobile.png') no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    min-height: 100vh;
    align-items: center;
}

@media (max-width:767px) {
    .above-fold>div {
        padding-top: 25px;
        padding-bottom: 25px;
        background: rgba(0, 0, 0, .4);
    }
    .above-fold {
        align-items: initial;
    }
    .chiama-se {
        font-size: 1.5rem;
    }
}

@media (min-width:768px) {
    .above-fold {
        background: url('../img/caldaia_bg.png') no-repeat center center;
        background-size: contain;
    }
    .background-caldaia {
        background: linear-gradient(to right, #4b6274 0%, #4b6274 50%, #94a5af 50%);
        width: calc(100vw + 30px);
        margin-left: -15px;
        margin-right: 15px;
    }
    .assistenza-h24 .col-md-9,
    .express .col-md-9 {
        text-align: left;
    }
    .riparazione .col-md-9,
    .ricambi-originali .col-md-9 {
        text-align: right;
    }
}

.cta {
    background: #dd6d22;
    color: #000000;
    text-transform: uppercase;
    max-width: 500px;
    margin: 0 auto 1rem;
}

.logo-mobile {
    max-height: 50px;
    display: block;
    margin: auto;
}

.tel {
    font-size: 50px;
    font-weight: 300;
}

.above-fold h2 {
    margin-bottom: 30px;
}

.marchi-gestiti {
    max-width: 340px;
    margin: 20px auto 0;
}

.servizi-full img {
    width: 100%;
    max-width: 380px;
}

.servizi-full,
.opera-su {
    background: #e5e5e5;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.assistenza-h24,
.riparazione,
.express,
.ricambi-originali {
    width: calc(100vw + 30px);
}

.assistenza-h24 p,
.riparazione p,
.express p,
.ricambi-originali p {
    font-weight: 300;
}

.assistenza-h24,
.riparazione,
.express,
.map {
    margin-bottom: 30px;
}

.mapouter {
    text-align: right;
    width: 100%;
    max-width: 1000px;
    height: 400px;
    margin: auto;
}

.gmap_canvas {
    overflow: hidden;
    background: none!important;
    width: 100%;
    max-width: 1000px;
    height: 400px;
}

#gmap_canvas {
    width: 100%;
    max-width: 1000px;
    height: 400px;
}

.footer {
    background: #4d667a;
    color: #fff;
    text-align: center;
    padding-top: 1rem;
}

.tel a,
.tel a:hover,
.tel a:active {
    color: #000000;
}

.above-fold .tel a,
.above-fold .tel a:hover,
.above-fold .tel a:active {
    color: #ffffff;
}

@media (min-width:1200px) {
    body {
        font-size: 22px;
    }
    .servizi img {
        width: 30%;
    }
    .tel {
        font-size: 120px;
    }
    .cta {
        font-size: 25px;
    }
    .description {
        line-height: 2;
    }
    .logo-desktop {
        display: inline!important;
    }
    .page-title {
        font-size: 120px;
    }
}