/* sectionTitleR1 SECTION */

.sectionTitleR1-section {
    background-color: #ffffff;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* sectionTitleR1 CONTAINER */

.sectionTitleR1-container {
    padding-top: 60px;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
}

/* sectionTitleR1 WRAPPER */

.sectionTitleR1-wrapper {
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* sectionTitleR1 */

.sectionTitleR1-cols-12 {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1400px;

}

.sectionTitleR1-title {
    font-size: 45px;
    line-height: 52px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 25px;
    color: black;
}

.sectionTitleR1-subtitle {
    font-family: Inter, sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 30px;
    color: black;
}

/* PULSANTE PREVENTIVO */
button.btn.btn-preventivo-sectionTitleR1.btn-blu-sectionTitleR1 {
    width: 300px;
    height: 54px;
    background-color: #008bee;
    border: 0px;
    border-radius: 30px;
    font-family: Inter, 'sans-serif';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    
}

button.btn.btn-preventivo-sectionTitleR1.btn-blu-sectionTitleR1:hover {
    background-color: #0067b0;
}

/* MEDIA QUERIES */
@media (max-width: 409px) {
    .sectionTitleR1-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .sectionTitleR1-container {
        padding-left: 50px !important;
        padding-right: 50px !important;
        padding-top: 60px !important;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .sectionTitleR1-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}


@media (max-width: 369px) {
    button.btn.btn-preventivo-sectionTitleR1.btn-blu-sectionTitleR1 {
        width: 100%;
        max-width: 280px;
        font-size: 18px;
        line-height: 22px;

    }
}

@media (max-width: 368px) {
    .sectionTitleR1-title {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 369px a 374px */
@media (min-width: 369px) and (max-width: 374px) {
    .sectionTitleR1-title {
        font-size: 31px;
        line-height: 40px;
    }
}

/*  Da 375px a 408px */
@media (min-width: 375px) and (max-width: 408px) {
    .sectionTitleR1-title {
        font-size: 32px;
        line-height: 41px;
    }
}

/*  Da 409px a 413px */
@media (min-width: 409px) and (max-width: 413px) {
    .sectionTitleR1-title {
        font-size: 33px;
        line-height: 40px;
    }
}

/*  Da 414px a 429px */
@media (min-width: 414px) and (max-width: 429px) {
    .sectionTitleR1-title {
        font-size: 32.5px;
        line-height: 40px;
    }
}

/*  Da 430px a 790px */
@media (min-width: 430px) and (max-width: 790px) {
    .sectionTitleR1-title {
        font-size: 34px;
        line-height: 41px;
    }
}

/* Da 791px a 809px */
@media (min-width: 791px) and (max-width: 809px) {
    .sectionTitleR1-title {
        font-size: 35px;
        line-height: 42px;
    }
}

/* Da 810px a 829px */
@media (min-width: 810px) and (max-width: 829px) {
    .sectionTitleR1-title {
        font-size: 36px;
        line-height: 43px;
    }
}

/* Da 830px a 848px */
@media (min-width: 830px) and (max-width: 848px) {
    .sectionTitleR1-title {
        font-size: 37px;
        line-height: 44px;
    }
}

/* Da 849px a 886px */
@media (min-width: 849px) and (max-width: 886px) {
    .sectionTitleR1-title {
        font-size: 38px;
        line-height: 45px;
    }
}

/* Da 887px a 963px */
@media (min-width: 887px) and (max-width: 963px) {
    .sectionTitleR1-title {
        font-size: 39px;
        line-height: 46px;
    }
}

/* Da 964px a 1066px */
@media (min-width: 964px) and (max-width: 1066px) {
    .sectionTitleR1-title {
        font-size: 41px;
        line-height: 48px;
    }
}

/* Da 1067px a 1231px */
@media (min-width: 1067px) and (max-width: 1231px) {
    .sectionTitleR1-title {
        font-size: 43px;
        line-height: 51px;
    }
}



@media (max-width: 369px) {
    .sectionTitleR1-subtitle {
        line-height: 24px;
        font-size: 16px;
    }
}

@media (min-width: 369px) and (max-width: 388px) {
    .sectionTitleR1-subtitle {
        line-height: 26px;
        font-size: 18px;

    }
}

@media (min-width: 389px) and (max-width: 409px) {
    .sectionTitleR1-subtitle {
        line-height: 28px;
        font-size: 20px;
    }
}

@media (min-width: 410px) and (max-width: 820px) {
    .sectionTitleR1-subtitle {
        line-height: 28px;
        font-size: 20px;
    }
}

@media (min-width: 821px) and (max-width: 943px) {
    .sectionTitleR1-subtitle {
        line-height: 32px;
        font-size: 24px;
    }
}
