.contenitore-di-tutto {
    background-color: white;
    font-family: Inter, 'sans-serif';
    padding: 0;
    margin: 0;
}


/* Container Principale */
.tpad-v2-section {
    font-family: 'Inter', sans-serif;
    text-align: center;
    padding: 60px 50px;
    max-width: 1400px;
    margin: 0 auto;
    color: #000;
    background-color: white;
}

/* Tipografia */
.tpad-v2-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    margin: 0 0 10px 0;
}

.tpad-v2-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 30px 0;
    color: #000000;
}

/* Pulsante Video Centrale */
.tpad-v2-video-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}

.tpad-v2-video-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 50px;
    padding: 10px 40px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

/* Testo descrittivo inferiore */
.tpad-v2-description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
}

/* Area CTA Finali */
.tpad-v2-cta-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.tpad-v2-btn-main {
    padding: 16px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    transition: opacity 0.2s;
}

.tpad-v2-btn-blue {
    background-color: #008be2;
    color: #ffffff;
}

.tpad-v2-btn-black {
    background-color: #000000;
    color: #ffffff;
}

/* Hover states */
.tpad-v2-btn-main:hover {
    opacity: 0.9;
}

.tpad-v2-video-btn:hover {
    background-color: #f9f9f9;
}

.posizione_699px {
    justify-content: center;
}

.btn-bordi-nero {
    border: 2px solid black;
    color: black;
    margin-bottom: 0px;
}

.btn-bordi-nero:hover {
    background-color: #000000;
    color: white;
}

.btn-nero-trasparente {
    border: 2px solid black;
    background-color: black;
    color: white !important;
}

.btn-nero-transparente:hover {
    color: black !important;
    background-color: #efefef !important;
}

/* PADDING CONTAINER */
@media (max-width: 409px) {
    .tpad-v2-section {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .tpad-v2-section {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .tpad-v2-section {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* TITOLO */
@media (max-width: 369px) {
    .tpad-v2-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 370px) and (max-width: 375px) {
    .tpad-v2-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 376px) and (max-width: 409px) {
    .tpad-v2-title {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 410px) and (max-width: 414px) {
    .tpad-v2-title {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 415px) and (max-width: 430px) {
    .tpad-v2-title {
        font-size: 29px;
        line-height: 35px;
    }
}

@media (min-width: 431px) and (max-width: 791px) {
    .tpad-v2-title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 792px) and (max-width: 810px) {
    .tpad-v2-title {
        font-size: 31px;
        line-height: 37px;
    }
}

@media (min-width: 811px) and (max-width: 830px) {
    .tpad-v2-title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 831px) and (max-width: 849px) {
    .tpad-v2-title {
        font-size: 33px;
        line-height: 39px;
    }
}


@media (min-width: 850px) and (max-width: 964px) {
    .tpad-v2-title {
        font-size: 35px;
        line-height: 41px;
    }
}

/* SOTTOTITOLO */
@media (max-width: 369px) {
    .tpad-v2-subtitle {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 370px) and (max-width: 1200px) {
    .tpad-v2-subtitle {
        font-size: 18px;
        line-height: 24px;
    }
}