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


body,
h1,
h2,
h3,
h4,
h5,
p {
    font-family: 'Urbanist', sans-serif;
}

.box-txt-head {
    padding-left: 3rem;
    padding-right: 2rem;
}

.title-h1 {
    font-size: calc(36px + (70 - 36) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #0079C2;
    line-height: calc(34px + (60 - 34) * ((100vw - 300px) / (1920 - 300)));
    text-transform: uppercase;
}

.subtitle-h1 {
    font-size: calc(22px + (30 - 22) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: #0079C2;
}

.sp-box {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.back-head {
    border-radius: 3rem;
    box-shadow: 0.5rem 0.5rem 2rem 0rem #8F8F8F;
    padding-top: 4rem;
    padding-bottom: 4rem;

}

.back-vantaggi {

    background-color: #fff;
    border-radius: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    box-shadow: 0.5rem 0.5rem 1rem 0rem #8F8F8F;
}

.back-contatti {
    margin-top: 3rem;
    background-color: #F9AF36;
    border-radius: 1rem;
    padding-top: 1.4rem;
    padding-bottom: 1rem;
    box-shadow: 0.5rem 0.5rem 1rem 0rem #8F8F8F;
}

.back-foto-mob {
    margin-top: 3rem;
    background-color: #F9AF36;
    border-radius: 1rem;
    box-shadow: 0.5rem 0.5rem 1rem 0rem #8F8F8F;
}

.video-mobile {
    border-radius: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0.5rem 0.5rem 1rem 0rem #8F8F8F;
}

.sp-vantaggi {
    padding-left: 2rem;
    padding-right: 2rem;
}

.txt-contatto {
    font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    color: #0079C2;
}

.txt-blu {
    font-size: calc(16px + (28 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 800;
    color: #0079C2;
}

.txt-blu-call {
    font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #0079C2;
    margin-bottom: 0.5rem;
}

.icn {
    max-width: 30%;
    padding-bottom: 1rem;
}

.logo-head {
    padding-right: 2rem;
    width: 90%;
}

.txt {
    font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: #000;
}

.title-servizio {
    font-family: 'Oswald', sans-serif;
    font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    color: #0079C2;
    text-transform: uppercase;
    text-align: center;
}

.txt-servizio {
    font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: #0079C2;
}

.box-white {
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: 0.5rem 0.5rem 1rem 0rem #29292954;
    padding: 2rem;
}

.img-dottore {
    position: absolute;
    bottom: 0;
    width: 90%;
}

/*-----------------------------------form-----------------------------------*/
.title-h2-blu {
    font-family: 'Oswald', sans-serif;
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 900;
    color: #0079C2;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0.5rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: calc(18px + (18 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: #0079C2 !important background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #0079C2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.6rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input::placeholder {
    font-size: calc(18px + (18 - 18) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: #0079C2 !important;
}

.btn-form {
    background-color: #fff;
    color: #0079C2;
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    border: 2px solid #F9AF36;
    margin-bottom: 1rem;
    border-radius: 3rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;

}

/*-----------------------------------fine-form-----------------------------------*/
/*-----------------------------------Video Back----------------------------------------------*/
.video-background-holder {
    position: relative;
    background-color: #222222;
    min-height: 25rem;
    width: auto;
    overflow: hidden;
}

.video-background-holder .sfondovideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
    position: relative;
    z-index: 2;
}

.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 1;
}

/*---------------------------------------------------------------------titoli--------------------------*/

.btn {
    background-color: #fff;
    color: #0079C2;
    font-size: calc(20px + (32 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    border: 8px solid #F9AF36;
    margin-bottom: 3rem;
    border-radius: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;

}

.btn:hover {
    background-color: #0079C2;
    color: #F9AF36;
    font-weight: 600;
}


.contatto {
    padding-left: 4rem;
    text-decoration: none;
    color: #0079C2;
}


#contactForm>div.m-3.form-check>label {
    color: #0079C2;
}

@media only screen and (max-width: 1500px) {
    .back-head {
        border-radius: 3rem;
        box-shadow: 0.5rem 0.5rem 2rem 0rem #8F8F8F;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .logo-head {
        padding-right: 2rem;
        width: 100%;
    }

    .title-h1 {
        font-size: calc(36px + (50 - 36) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 400;
        color: #0079C2;
        line-height: calc(34px + (50 - 34) * ((100vw - 300px) / (1920 - 300)));
        text-transform: uppercase;
    }
}

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

    .back-contatti {
        margin-top: 0;
        box-shadow: none;
        borde
    }

    .box-txt {
        padding: 2rem;
    }

    .sp-box {
        padding: 0.5rem;
    }

    .box-form {
        padding: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 0px;
    }

    .box-white {
        background-color: #fff;
        border-radius: 0;
        box-shadow: none;
        padding: 1rem;
        margin-top: 1rem;

    }

    .box-txt-head {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .back-head {
        border-radius: 3rem;
        box-shadow: 0.5rem 0.5rem 2rem 0rem #8F8F8F;
        padding-top: 3rem;
        padding-bottom: 3rem;
        background-position: bottom right;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .logo-head {
        padding-right: 0rem;
        width: 90%;
    }

    .contatto {
        padding-left: 0.2rem;
        text-decoration: none;
        color: #0079C2;
    }

    .sp-vantaggi {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .img-dottore {
        bottom: 0;
        right: 0px;
        width: 30%;
    }

    .btn {
        background-color: #fff;
        color: #0079C2;
        font-size: calc(20px + (32 - 20) * ((100vw - 300px) / (1920 - 300)));
        font-weight: 600;
        border: 8px solid #F9AF36;
        margin-bottom: 3rem;
        border-radius: 3rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .btn:hover {
        background-color: #0079C2;
        color: #F9AF36;
        font-weight: 600;
    }

    .video-background-holder {
        background-color: #fff;
    }

    .video-background-holder .sfondovideo {
        display: none;
        background-color: #FCF3F3;
    }

    .video-mobile {
        border-radius: 0;
        margin-bottom: 0;
        box-shadow: none;
    }

    .back-vantaggi {
        border-radius: 0;
        box-shadow: none;
    }

    .back-head {
        box-shadow: none;
    }
}