: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;
}

p.title4 {
    font-size: 30px;
    font-weight: 500;
    text-shadow: 1px 1px 0px black;
    margin-bottom: -2px;
}

.main-text {
    margin-top:250px;
}

.bg-header {
    /* background: linear-gradient(180deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 60%) 84%), url(img_christmas/2023.jpg); */
    background: url('img_christmas/background_christmast_desktop_2024.png');
    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;
}

.card_bg{
    background: rgb(15 31 61  / 75%);
    border-radius: 10px;
}

p.title2 {
    font-size: 25px;
    font-weight: 500;
    /* text-shadow: 3px 3px 3px rgb(255, 35, 35); */
}

p.title1 {
    font-size: 33px;
    font-weight: 500;
    /* text-shadow: 1px 1px 2px black; */
}

.title1 strong{
    /* text-shadow: 3px 3px 3px rgb(255, 35, 35); */

    /* background-color: rgba(0, 0, 0, 0.6) ; */
    padding: 5px 10px;
    border-radius: 10px;
}

.title2 strong{
    /* background-color: rgba(0, 0, 0, 0.6) ; */
    padding: 5px 10px;
    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: 9px;
    font-weight: bolder;
}

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

.bg-header-tnk {
    /* background: linear-gradient(180deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 60%) 84%), url('img_christmas/2023.jpg'); */
    background-image: url('img_christmas/background_christmast_desktop_2024.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.tnk-text, .tnk-coupon {
    color: white !important;
    background-color: rgba(15,31,61,0.7);
    border-radius: 10px;
    padding: 1rem;
}
.tnk-coupon h2 {
    color: white !important;
}

.test {
    /*height: 70vh;*/
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px 0px;
}

p.privacy {
    font-size: 11px;
    line-height: 17px;
    color: #686B6F;
}

.banner-asf {
    margin-left: 0;
    margin-right: 0;
}

a {
    color:inherit;
    text-decoration: none;
}

.footer a:hover {
    color:rgb(71, 116, 212);
}

@media screen and (max-width:768px) {
    .bg-header-tnk{
        align-items: end;
        background-image: url('img_christmas/background_christmast_mobile_2024.png');
    }


    .bg-header {
        /* padding-top: 10rem; */
        /* background: linear-gradient(180deg, rgb(0 0 0 / 17%) 0%, rgb(0 0 0 / 36%) 84%), url('img_blackfriday-es/Black_Friday_statico_1080x1920.jpg'); */
        background-image: url('img_christmas/background_christmast_mobile_2024.png');
        background-size: cover;
        /* min-height: 50vh; */
    }
}

@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;
    }
}

@media screen and (min-width: 577px) and (max-width: 1399px) {
    .banner-asf {
        margin-left: auto;
        margin-right: 45px;
    }
}

@media screen and (min-width: 1400px) {
    .banner-asf {
        margin-left: auto;
        margin-right: 135px;
    }
}