/***** CTA *****/

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
}
#cta-bottom + #footer {
    margin-top: 0 !important;
    border-top: none;
}
#cta-bottom {
    max-width: 1576px;
    margin: 0 auto 0;
    bottom: 0;
    z-index: 999;
    content-visibility: visible;
}

#cta-bottom.onfooter {
    max-width: 100%;
    padding: 0;
    position: relative;
}
#cta-bottom.onfooter .card {
    margin: 0;
    border: none;
    padding: 0;
}
#cta-bottom.sticky-bottom {
    position: sticky;
    bottom: -15px;
    width: 100%;
    z-index: 1080;
    -webkit-animation: fade-in-bottom 0.6s linear both;
    animation: fade-in-bottom 0.6s linear both;
    max-width: 1576px;
    box-shadow: 0px 0px 20px -3px #0000008a;
    border-radius: 20px;
}
#cta-bottom .bg-gradient-primary {
    background: rgb(26,100,119);
    background: -moz-linear-gradient(120deg, rgba(26,100,119,1) 0%, rgba(0,146,169,1) 21%, rgba(26,100,119,1) 50%, rgba(0,146,169,1) 76%, rgba(26,100,119,1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(26,100,119,1) 0%, rgba(0,146,169,1) 21%, rgba(26,100,119,1) 50%, rgba(0,146,169,1) 76%, rgba(26,100,119,1) 100%);
    background: linear-gradient(120deg, rgba(26,100,119,1) 0%, rgba(0,146,169,1) 21%, rgba(26,100,119,1) 50%, rgba(0,146,169,1) 76%, rgba(26,100,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a6477",endColorstr="#1a6477",GradientType=1);
}
#cta-bottom .bg-size-cover {
    padding: 0 20px 10px;
}
#cta-bottom.sticky-bottom .binf {
    border-radius: 10px 10px 0 0;
}
#cta-bottom.onfooter .binf {
    border-radius: 0;
}
#cta-bottom #close-cta {
    position: absolute;
    left: 20px;
    top: 10px;
    padding: 0 5px;
    z-index: 10;
}
#cta-bottom.sticky-bottom #close-cta {
    display: block;
}
#cta-bottom .cta-img img {
    position: absolute;
    top: -36px;
    left: 50px;
}
#cta-bottom .img-fluid {
    max-width: 100%;
    height: auto;
}
#cta-bottom #testo_cta_h3 {
    font-size: 1.5rem;
}
#cta-bottom.onfooter {
    max-width: 100%;
    padding: 0;
    border-radius: 0px;
    content-visibility: visible;
}

@media (min-width:1600px) {
    #cta-bottom.sticky-bottom {
        max-width: calc(100% - 40px);
    }
}
@media screen and (max-width: 1366px) {
    #cta-bottom .cta-img img {
        left: 30px;
    }
}
@media screen and (max-width: 991px) {
    #cta-bottom .cta-img img {
        left: 20px;
    }
}
@media (max-width:768px) {

    #cta-bottom .f-150 {
        font-size: 18px;
    }
    #cta-bottom #link_pulsante_cta,
    #cta-bottom #link_pulsante_cta span {
        display: block;
    }
}
@media (max-width:767px) {
    #cta-bottom #close-cta {
        left: 20px;
    }
}
@media screen and (min-width: 769px) {
    body:not(.page-template-page-acquisto-corso):not(.onfooter) iframe#launcher {
        margin-bottom: 150px !important;
    }
}
@media screen and (min-width: 600px) {
    body:not(.page-template-page-acquisto-corso):not(.onfooter) iframe#launcher {
        margin-bottom: 150px !important;
    }
}
@media screen and (max-width: 600px) {
    #cta-bottom .f-150 {
        font-size: 20px !important;
        line-height: 1.1;
    }
    #cta-bottom .cta-img img {
        height: 120px;
        width: auto;
        top: 25px;
        left: 0;
    }
}
@media (max-width:575px) {
    #cta-bottom .cta-img {
        display: none;
    }
    #cta-bottom .f-150 {
        font-size: 14px !important;
        margin-bottom: 10px;
        margin-top: 6px;
    }

    #cta-bottom .col-lg-7.col-6.text-white,
    #cta-bottom .box-btn {
        width: 100%;
        text-align: center;
    }
    #cta-bottom #close-cta {
        top: 10px;
        translate: 0;
    }
    #cta-bottom .sticky-bottom {
        position: relative;
        bottom: 0;
    }

    #cta-bottom .bg-size-cover {
        padding: 0 30px 25px !important;
        background-image: none !important;
    }
    #cta-bottom #testo_cta_h3 {
        font-size: 20px;
        margin-bottom: .5rem;
        margin-top: 10px;
    }
    #cta-bottom #testo_pulsante_cta {
        font-size: 16px !important;
    }
}