

:root {
    --color-blue: #0F1F3D;
    --color-red: #f00000;
    --primary-font: 'Montserrat', sans-serif;
    --color-grey: #FAFAFA;
}

body {
    font-family: var(--primary-font);
    color: #686B6F;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
}


/* COLOR */

.bg-red {
    background-color: var(--color-red);
}

.color-red {
    color: var(--color-red);
}

.bg-blu, .bg-blue {
    background-color: var(--color-blue);
}

.color-blu {
    color: var(--color-blue);
}

.bg-grey {
    background-color: var(--color-grey);
}


/* FONT */

h2 {
    color: var(--color-blue);
    font-size: 35px;
}

h3 {
    color: var(--color-blue);
    font-size: 23px;
}

p {
    font-size: 1.15rem;
}

a:hover {
    color: var(--color-blue);
}

a.cta {
    font-size: 18px;
    border-radius: 10px;
    letter-spacing: 3px;
    font-weight: 600;
}

.bg-header {
    background: linear-gradient(180deg, rgb(0 0 0 / 17%) 0%, rgb(0 0 0 / 36%) 84%), url('img_viveloconmyes/Music_b_1920x1080.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-form {
    background-color: rgba(250, 250, 250, .85);
    border-radius: 10px;
}

.text-privacy {
    color: #686B6F;
    font-size: 10px;
}

.btn-form {
    font-size: 20px;
    font-weight: 500;
}

p.title2 {
    font-size: 25px;
    font-weight: 500;
    text-shadow: 1px 1px 0px black;
}

p.title1 {
    font-size: 33px;
    font-weight: 500;
    text-shadow: 1px 1px 0px black;
    background-color: rgba(15,31,61,0.7);
    padding: 1rem;
    border-radius: 10px;
    text-align: right;
}
@media screen and (max-width:768px){
    p.title1{
        font-size: 25px;
        text-align: center;
    }
}

.tnk-title {
    background-color: rgba(15,31,61,0.7);
    padding: 1rem;
    border-radius: 10px;
}

p {
    word-wrap: break-word;
}

p.number {
    font-size: 80px;
    font-weight: bold;
}

p.number .perc {
    font-size: 50px;
    color: var(--color-red);
}

.forza {
    padding-bottom: 200px;
}

.corsi {
    padding-top: 200px;
}

.container-perc {
    box-shadow: 1px -1px 20px #0f1f3d1a;
    border: 1px solid #0f1f3d1a;
    border-radius: 15px;
    background-color: white;
    width: 1300px;
    position: absolute;
}

.box-corsi {
    box-shadow: 1px -1px 20px #0f1f3d1a;
    border-radius: 15px;
}

img.bord {
    border-radius: 15px 15px 0px 0px;
}

p.text-corsi {
    font-size: 15px;
}

a.cta-corsi {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
}

p.footer {
    font-size: 12px;
}

.card-rec {
    background-color: white;
    border-radius: 15px;
    /* box-shadow: 1px -1px 20px #0f1f3d1a; */
    width: 600px;
}

.bg-header-tnk {
    background-image: url('img_viveloconmyes/Music_b_1920x1080.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.test {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-check{
    text-align: left !important;
}
.privacy-form.privacy_optional{
    margin-top: 10px;
}

p.privacy {
    font-size: 11px;
    line-height: 17px;
    color: #686B6F;
}
.footer a {
    color:inherit;
    text-decoration: none;
}

.footer a:hover {
    color:rgb(71, 116, 212);
}
.cta-coupon {
    margin-top: 3rem;
    opacity:85%;
}
.cta-coupon a {
    width: 20%;
}
.privacy-form a {
    color:inherit;
}
#tnk-back-to-home {
    background-color: var(--color-red);
    padding:15px;
    border-radius: 10px;
    font-size: 1.4rem;
    font-family: var(--primary-font)!important;
    transition: 0.3s;
    
}
.tnk-anchor-back {
    max-width:40%;
    min-width: 200px;
    margin:auto;
}
a {
    color:inherit;
    text-decoration: none;
}

#tnk-back-to-home:hover {
    color: var(--color-blue);
    opacity:75%;
}

@media screen and (max-width: 576px) {
    br {
        display: none;
    }
    .container-perc {
        width: 100%;
        position: relative;
    }
    .forza {
        padding-bottom: 50px;
    }
    .corsi {
        padding-top: inherit;
    }
    .card-rec {
        width: 100%;
    }
    h2 {
        font-size: 23px;
    }
    p.number {
        font-size: 65px;
    }
    a.cta {
        font-size: 13px;
    }
    p.footer {
        font-size: 10px;
    }
    .bg-header,
    .bg-header-tnk {
        /* background-position: 15%; */
    }
    .cta-mobile {
        background-color: #fff;
        padding: 20px;
        text-align: center;
        bottom: 0px;
        z-index: 100;
        border-top: 1px solid var(--color-grey)
    }
    a.cta-scroll-mobile {
        text-decoration: none;
        font-weight: 500;
        font-size: 20px;
        color: #fff;
    }
}

@media screen and (min-width: 577px) and (max-width: 1366px) {
    .container-perc {
        width: 100%;
        position: relative;
    }
    .forza {
        padding-bottom: 50px;
    }
    .corsi {
        padding-top: inherit;
    }
    .card-rec {
        width: 500px;
    }
    p.number {
        font-size: 55px;
    }
    .fs-4 {
        font-size: 1.2rem!important;
    }
    h2 {
        font-size: 30px;
    }
    br {
        display: none;
    }
    img.skill {
        margin-right: 15px;
    }
}

.padding_custom{
    padding-top:6rem !important;
    padding-bottom:0px !important;
}
