
 #form-landing h1{
     padding-left: 10px;
     font-size: 30px;
 }

.first-section {
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
    height: 95vh;
    background-color: #f2f2f2;
}

.first-section-background {
    width: 55%;
    height: 80%;
    background: url(../img/2025-11-landing-samsung/foto-hero.jpg);
    background-size: cover;
    background-position: bottom center;
    top: 15%;
    left: 0;
    float: left;
    position: absolute;
    /*max-width: 40vw;*/
}

.first-section-content {
    width: 55%;
    height: 100%;
    background-image: url(../img/2025-11-landing-samsung/fondo-hero.jpg);
    float: right;
    position: relative;
    display: table;
    padding-left: 15%;
    color: #ffffff;
}

.first-section-content .content {
    width: 70%;
    height: 80%;
    margin-top: 11%;
    margin-top: 12vh;
    padding-top: 50px;
    padding-top: 5vh;
    display: table-cell;
    vertical-align: middle;
}

.regolamento {
    margin-top: 2vh;
    font-size: 11px;
    margin-bottom: 4vh;
}

.section-product-info-v2 {
    padding: 40px;
}

.validita-regolamento {
    margin-top: 18px;
    font-size: 11px;
}

.centent-infos h4 {
    font-size: 18px;
    margin-bottom: 0px;
}

.section.section-content {
    background: #3b4c4f;
    color: #ffffff;
    padding-bottom: 20px;
}

.section.section-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.section.section-content p {
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 16px;
}

.section.section-content .section-content-text {
    padding-left: 28px;
    padding-top: 0px;
}

.section.section-gallery {
    margin-top: 0px;
    background: #ffffff;
}

.section-gallery h4 {
    font-size: 18px;
    margin-bottom: 0px;
}

.section-gallery strong {
    font-size: 16px;
}

.section-info.v2 {
    background: #2f2f2f;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-info.v2 .box-info {
    height: auto;
}

.section-info.v2 .box-info h4 {
    color: #fff;
    text-transform: uppercase;
}

.logo {
    z-index: 90;
    background-color: #2e3131;
}

.logo {
    position: absolute;
    top: 30px;
    left: 100px;
    background-color: #2e3131;
}

.section-grazie .logo {
    position: relative;
    top: auto;
    left: auto;
}

.first-section-content .content p {
    font-size: 24px;
    font-size: 2.5vh;
    line-height: 1.1;
    margin-bottom: 0;
}

.first-section-content .content p.text-0 {
    font-size: 20px;
    font-size: 2vh;
    line-height: 1.1;
    font-weight: 300;
    margin-top: 5vh;
    margin-bottom: 3vh;
}

.first-section-content .content p.text-2 {
    font-weight: 400 !important;
    font-size: 50px;
    line-height: 60px;
}

.first-section-content .content p.text-0 img {
    margin-left: 0px;
    margin-bottom: 4vh;
    margin-top: 2vh;
}

.first-section-content .content p.text-1 {
    line-height: 1.2;
    margin-top: 0px;
    font-size: 4.5vh;
    font-weight: 400;
    margin-bottom: 5.5vh;
}

/*
.cta-head {
    font-size: 18px;
    margin-top: 80px;
    margin-bottom: 0px;
}
*/

.section.landing-form h3.form-title {
    font-weight: 500;
}

.first-section-content .content p.text-2 {
    font-size: 30px;
    font-size: 30px;
    font-size: 5.6vh;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0vh;
}

.footer .container .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.foot-links {
    font-size: 9px;
    font-weight: bold;
}

.foot-links.one {
    margin-right: 750px;
}

.foot-links a {
    color: black;
}

.text-promo {
    font-size: 50px;
    line-height: 1.3;
}

@media screen and (max-width: 1297px) {
    .foot-links.one {
        margin-right: 450px;
    }
}


@media screen and (max-width: 1024px) {
    .foot-links.one {
        margin-right: 200px;
    }
}

@media screen and (max-width: 601px) {
    /*
    .cta-head {
        display: flex;
        flex-direction: column;
    }*/
    .foot-links {
        display: flex;
        flex-direction: column;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;

        text-align: center;
    }

    .first-section-content .content .btn {
        font-size: 2vh;
    }

    .foot-links.one {
        margin-right: 0px;
    }

    .footer .container .row {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 767px) {

    #form-landing h1{
        padding-left: 10px;
        font-size: 24px;
    }

    .logo {
        position: relative;
        top: auto;
        left: auto;
        background-color: #2e3131;

        padding: 15px;
    }

    /*
    .cta-head {
        display: flex;
        flex-direction: column;
        margin-top: 50px;
    }*/
    .logo img {
        width: 100px;
    }
}

.first-section-content .content p.text-3 {
    font-size: 30px;
    font-size: 5.6vh;
    font-weight: 900;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    display: inline-block;
}

.first-section-content .content p span,
.promo-info span {
    display: block;
    height: 0;
}

.first-section-content .content .btn {
    background: #fff;
    color: #7a736b;
    padding: 5px 15px;
    margin-top: 20px;
    font-size: 3.4vh;
}

.text-custom {
    font-size: 18px;
}

.first-section-content .content .btn:after {
    content: "";
    background: #cccccc;
}

.landing-form {
    padding-top: 60px;
}

.promo-info {
    background: #c3bcb6;
}

.promo-info-2 {
    background: #f2f2f2;
    padding-top: 60px;
}

.promo-info-2 img {
    margin-bottom: 20px;
}

.promo-info-2 h3 {
    font-size: 19px;
    line-height: 1.1;
    margin-bottom: 14px;
}

.promo-info h3 {
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
}

.promo-info h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1;
    color: #3b4c4f;
}

.gallery-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
}

.promo-info img {
    width: auto;
}

.promo-text h3 {
    margin-bottom: 0px;
    font-size: 40px;
}

.form-title {
    color: #3b4c4f !important;
    text-transform: none !important;
}

.form-arredo3 .btn {
    background: #7a736b !important;
}

.first-section-content .content p {
    font-size: 40px;
}

.section.promo-custom {
    background: #f2f2f2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section.promo-custom h3 {
    margin-bottom: 150px;
    font-size: 50px;
}

.section.promo-custom strong {
    font-size: 50px;
    color: #7a736b;
}

.section.promo-custom span {
    font-weight: bold;
    color: #7a736b;
}

.section.promo-custom p {
    font-size: 50px;
    margin: 60px;
}

#small {
    font-size: 30px;
    margin: 0px;
}

.section.promo-info-2 h2 {
    font-size: 27px;
    color: #7a736b;
}

.section.promo-info-2 .logo {
    font-size: 50px;
    margin: 50px;
    color: #7a736b;
    font-weight: 600;
}

.infos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section.promo-info-2 p {
    margin: 0;
    font-size: 14px;
    margin-bottom: 30px;
}

.text-col-custom {
    padding: 40px;
}

@media (max-width: 767px) {
    .section.promo-info-2 h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .section.promo-info-2 .logo {
        font-size: 20px;
        margin: 50px;
        color: #7a736b;
        font-weight: 600;
    }

    .section.promo-custom h3, .section.promo-custom strong, .section.promo-custom p {
        font-size: 30px;
        line-height: 1.2;
    }

    #small {
        font-size: 20px;
        margin: 0px;
    }

    .foot-links.one {
        margin-right: 0px !important;
    }

    .section.promo-info-2 p {
        font-size: 20px;
    }

    .logo {
        position: relative;
        top: auto;
        left: auto;
        background-image: url(../img/2025-11-landing-samsung/fondo-hero.jpg);
        padding: 15px;
    }

    .first-section-content .content .btn {
        background: #fff;
        color: #7a736b;
        padding: 5px 15px;
        margin-top: 0px;
        font-size: 24px;
    }

    .logo img {
        width: 100px;
    }

    .section-grazie .logo {
        position: relative;
        top: auto;
        left: auto;
        background-color: transparent;
    }

    .first-section {
        padding: 0;
        margin: 0;
        position: relative;
        float: left;
        width: 100%;
        height: auto;
    }

    .first-section-background {
        background-size: cover;
        background-position: center bottom;
        top: auto;
        left: auto;
        float: left;
        position: relative;
        width: 100%;
        height: 40vh;
        min-height: 260px;
    }

    .first-section-content {
        width: 100%;
        height: auto;
        float: left;
        position: relative;
        padding: 26px 30px 42px;
    }

    .first-section-content .content {
        width: auto;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        margin-top: 0px;
        padding-top: 0px;
        text-align: center;
    }

    .first-section-content .content p {
        font-size: 22px;
    }

    .first-section-content .content p.big {
        font-size: 44px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .first-section-content .content p span,
    .promo-info span {
        display: inline;
        height: 0;
    }

    .first-section-content .content p.text-0 {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: center;
    }

    .first-section-content .content p.text-0 img {
        display: inline-block;
        margin-left: 0;
        margin-top: 15px;
        width: 48%;
    }

    .first-section-content .content p.text-1 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 50px;
    }

    .regolamento {
        margin-top: 20px;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .first-section-content .content p.text-2 {
        font-size: 26px;
        margin-bottom: 4px;
    }

    .first-section-content .content p.text-3 {
        font-size: 26px;
    }

    .section-product-info-v2 {
        padding: 0px;
    }

    .text-col-custom {
        text-align: center;
        padding: 5px;
    }

    .first-section-content .content p.text-3 span {
        font-size: 30px;
        display: block;
        margin-top: -18px;

        float: left;
        width: 100%;
        text-align: center;
    }

    .section.promo-custom {
        padding: 15px;
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .section.promo-custom p, .section.promo-custom strong {
        font-size: 24px;
        line-height: 1.2;
        margin: 0;

    }

    .promo-text h3 {
        margin-bottom: 0px;
        font-size: 27px;
    }

    .section.section-content .section-content-text {
        padding: 30px 15px 0px 15px;
    }

    .section.section-content .section-content-text h3 {
        font-size: 24px;
        padding-right: 0;
    }

    .section.section-content .section-content-text p {
        font-size: 14px;
    }

    .promo-info h3 {
        font-size: 22px;
        line-height: 1.1;
        font-weight: 400;
    }

    .section.landing-form h3.form-title {
        font-size: 21px;
    }

    .section.section-content h3 {
        margin-bottom: 8px;
    }

    .promo-info h2 {
        font-size: 31px;
    }

    .landing-form {
        padding-top: 30px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .logo {
        position: absolute;
        top: 18px;
        left: 30px;
    }

    .logo img {
        width: 100px;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .first-section-content .content p.text-0 img {
        width: 50%;
        height: 50%;
    }

    .first-section-content .content .btn {
        font-size: 20px;
    }

    .first-section-background {
        width: 46%;
        height: 80%;
        background-size: cover;
        background-position: center top;
        top: 15%;
        left: 0;
        float: left;
        position: absolute;
    }

    .first-section-content {
        width: 64%;
        height: 100%;
        float: right;
        position: relative;
    }

    .first-section-content .content {
        width: 70%;
        margin-left: 20%;
        height: 80%;
        margin-top: 11%;
        margin-top: 12vh;
        padding-top: 50px;
        padding-top: 5vh;
    }

    .first-section-content .content p.big {
        font-size: 74px;
        font-size: 5vw;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-top: 2vh;
        margin-bottom: 2vh;
    }

    .first-section-content .content p span,
    .promo-info span {
        display: block;
        height: 0;
    }

    .first-section-content .content p.text-3 {
        font-size: 74px;
        font-size: 4.5vh;
        font-weight: 900;
        line-height: 1;
        margin-top: 0px;
        margin-bottom: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .promo-info img {
        margin-bottom: 26px;
        width: auto;
    }

    .row-margin {
        margin-top: 150px;
    }

    .promo-text h3 {
        margin-bottom: 0px;
        font-size: 30px;
    }

    .section.section-content .section-content-text {
        padding: 30px 15px 0px 15px;
    }

    .section.section-content img {
        margin: 0 auto;
    }

    .section.section-content .section-content-text h3 {
        padding-right: 0;
    }

    .promo-info h3 {
        font-size: 18px;
        line-height: 1.1;
        font-weight: 400;
    }

    .section.section-content h3 {
        font-size: 23px;
    }

    .section.section-content p {
        font-size: 16px;
    }

    .section.promo-custom {
        background-position: bottom center;
        background-size: 200%;
    }

    .section.promo-custom p {
        font-size: 30px;
        margin: 40px;
    }

    .section.promo-custom p strong{
        font-size: 30px;
    }
}

@media (min-width: 991px) and (max-width: 1920px) and (min-height: 1040px) {
    /*.first-section-content{
            background-color: red;
        }*/
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .first-section-content .content p.text-0 img {
        width: 50%;
        height: 50%;
    }

    .first-section-content .content .btn {
        font-size: 20px;
    }

    .first-section-content .content p.text-1 {
        font-size: 2.6vh;
        line-height: 1.1;
    }

    .first-section-content .content p.text-2 {
        font-size: 2.6vh;
    }

    .first-section-content .content p.text-3 {
        font-size: 2.6vh;
    }
}

.ppl {
    margin: 0 auto;
    text-align: center;
    color: black;
}

.ppl .ppl-title {
    padding-top: 40px;
}

.ppl .ppl-title h3 {
    font-size: 2.7rem;
    font-weight: 700;
}

.ppl .ppl-title p {
    font-size: 2.2rem;
}

.back-ppl {
    width: 100%;
    background-color: #c3bcb6;
}

.ppl .ppl-content h4 {
    background-color: white;
    color: black;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 40px;
    padding: 10px;
    font-size: 2rem;
    width: 200px;
}

.ppl .ppl-content em {
    font-size: 1.6rem;
}

.ppl-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ppl-content p {
    padding: 0 18%;
}

@media screen and (max-width: 1297px) {
    .foot-links.one {
        margin-right: 400px;
    }

    .ppl-content p {
        padding: 0 10%;
    }
}

@media screen and (max-width: 1024px) {
    .ppl {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        color: black;
    }
}

@media screen and (max-width: 601px) {
    .ppl-content p {
        padding: 0;
    }

    .ppl .ppl-title h3 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 400px) {
    .ppl-content {
        padding: 10px;
    }

    .infos {
        text-align: center;
        flex-direction: column;
    }
}
