

/*--------------------------*/
/*-----------Font-----------*/
/*--------------------------*/

@font-face {
    font-family: 'PaybAck';
    src: local(PaybAck), url('../fonts/PaybAck.ttf') format('truetype');
}
@font-face {
    font-family: 'BADABB';
    src: local(BADABB__), url('../fonts/BADABB__.ttf') format('truetype');
}

@font-face {
    font-family: 'DINNextRoundedLTW01';
    src: url('../fonts/DINNextRoundedLTW01-Light.woff2') format('woff2'),
        url('../fonts/DINNextRoundedLTW01-Light.woff') format('woff'),
        url('../fonts/DINNextRoundedLTW01-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'DINNextRoundedLTW02';
    src: url('../fonts/DINNextRoundedLTW01-Regular.woff2') format('woff2'),
        url('../fonts/DINNextRoundedLTW01-Regular.woff') format('woff'),
        url('../fonts/DINNextRoundedLTW01-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'DINNextRoundedLTW01';
    src: url('../fonts/DINNextRoundedLTW01-Bold.woff2') format('woff2'),
        url('../fonts/DINNextRoundedLTW01-Bold.woff') format('woff'),
        url('../fonts/DINNextRoundedLTW01-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/*---------------------------*/
/*---------Select 2----------*/
/*---------------------------*/
.select2-container .select2-selection--single{
    height: 38px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 2.2 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px !important;
}
/*--------------------------*/
/*---------General----------*/
/*--------------------------*/

body{
    margin-top:20px;
}

body, html, h1, h2, h3, h4, h5, h6, p, li, td, th, div, a, button, label, input, textarea, span {
    font-family: 'DINNextRoundedLTW01', sans-serif ;
    -webkit-font-smoothing: antialiased;
}

.btn_iscrizione{
    font-size: 20pt !important;
}

.alert{
    position: relative !important;
    top: 10px !important;
    font-size: 20px !important;
    font-family: 'DINNextRoundedLTW01', sans-serif !important;
    border: 0px !important;
}

.alert-seccess{
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}
.alert-danger{
    color: #721c24 !important;
    background-color: #FA7979 !important;
    border-color: #f5c6cb !important;
}

.box-page{
   min-height: calc( 100vh - (130px + 56px)); /* 100% page - (nav + footer) */
}

.footer{
    height: 130px;
}

.title{
    color: red;
    text-align: center;
    font-family: Payback;
    font-size: 300%;
    width: 100%;
    text-align: right;
}
.text-message{
    color: black;
    font-size: 10px;
    
}

.text_mini{
    font-size: 9pt !important;
}
.text_bt_medio{
    font-size: 15pt !important;
}

.sub_title{
    font-size: 15pt;
     text-transform: uppercase;
     font-weight: bold;
}

.text_bold{
    font-weight: bold;
    font-family: 'DINNextRoundedLTW01', sans-serif !important;
}

.testo-right{
    text-align: right;
}


/*--------------------------*/
/*---------Timeline---------*/
/*--------------------------*/


body{
    margin-top:20px;
    background:#FBFDFF
}
.cbp_tmtimeline {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #eee;
    left: 20%;
    margin-left: -6px
}

.cbp_tmtimeline>li {
    position: relative
}

.cbp_tmtimeline>li:first-child .cbp_tmtime span.large {
    color: #444;
    font-size: 17px !important;
    font-weight: 700
}

.cbp_tmtimeline>li:first-child .cbp_tmicon {
    background: #fff;
    color: #666
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child {
    color: #444;
    font-size: 13px
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel {
    background: #f0f1f3
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #f0f1f3
}

.cbp_tmtimeline>li .empty span {
    color: #777
}

.cbp_tmtimeline>li .cbp_tmtime {
    display: block;
    width: 23%;
    padding-right: 70px;
    position: absolute
}

.cbp_tmtimeline>li .cbp_tmtime span {
    display: block;
    text-align: right
}

.cbp_tmtimeline>li .cbp_tmtime span:first-child {
    font-size: 15px;
    color: #3d4c5a;
    font-weight: 700
}

.cbp_tmtimeline>li .cbp_tmtime span:last-child {
    font-size: 14px;
    color: #444
}

.cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #f0f1f3;
    padding: 1.2em;
    position: relative;
    border-radius: 5px
}

.cbp_tmtimeline>li .cbp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f0f1f3;
    border-width: 10px;
    top: 10px
}

.cbp_tmtimeline>li .cbp_tmlabel blockquote {
    font-size: 16px
}

.cbp_tmtimeline>li .cbp_tmlabel .map-checkin {
    border: 5px solid rgba(235, 235, 235, 0.2);
    -moz-box-shadow: 0px 0px 0px 1px #ebebeb;
    -webkit-box-shadow: 0px 0px 0px 1px #ebebeb;
    box-shadow: 0px 0px 0px 1px #ebebeb;
    background: #fff !important
}

.cbp_tmtimeline>li .cbp_tmlabel h2 {
    margin: 0px;
    padding: 0 0 10px 0;
    line-height: 26px;
    font-size: 16px;
    font-weight: normal
}

.cbp_tmtimeline>li .cbp_tmlabel h2 a {
    font-size: 15px
}

.cbp_tmtimeline>li .cbp_tmlabel h2 a:hover {
    text-decoration: none
}

.cbp_tmtimeline>li .cbp_tmlabel h2 span {
    font-size: 15px
}

.cbp_tmtimeline>li .cbp_tmlabel p {
    color: #444
}

.cbp_tmtimeline>li .cbp_tmicon {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #46a4da;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #f5f5f6;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .cbp_tmtimeline>li .cbp_tmtime {
        padding-right: 60px
    }
}

@media screen and (max-width: 65.375em) {
    .cbp_tmtimeline>li .cbp_tmtime span:last-child {
        font-size: 12px
    }
}

@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none
    }
    .cbp_tmtimeline>li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0
    }
    .cbp_tmtimeline>li .cbp_tmtime span {
        text-align: left
    }
    .cbp_tmtimeline>li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%
    }
    .cbp_tmtimeline>li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #f5f5f6;
        top: -20px
    }
    .cbp_tmtimeline>li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -64px 5px 0 0px
    }
    .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #f5f5f6
    }
}

.bg-green {
    background-color: #50d38a !important;
    color: #fff;
}

.bg-blush {
    background-color: #ff758e !important;
    color: #fff;
}

.bg-orange {
    background-color: #ffc323 !important;
    color: #fff;
}

.bg-info {
    background-color: #2CA8FF !important;
}


/*--------------------------*/
/*-----------Home-----------*/
/*--------------------------*/

.nav{
    min-height: 55px;
    background-color: rgba(0,0,0,0.90) !important;
    white-space:nowrap;
}
.nav-toggler{
    position: absolute;
    top: 5px;
    right: 10px;
}
.nav-social{
    flex-direction: initial;
}

.nav-logo-box{
    position: absolute;
    top: 0px;
    left: 15px;
    background-color: RGB(206,0,0);
    width: 200px;
    height: 175px;
    /*box-shadow: 0px 70px 100px 10px grey;*/
}
.nav-logo-box-end{
    position: absolute !important;
    left: 15px;
    top: 175px;
    width: 200px;
    height: 0;
    line-height: 0px;
    border-top: 55px solid RGB(206,0,0);
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    z-index: -10;
}
.nav-logo{
    width: 80%;
    margin-left: 7.5%;
    /*margin-top: 5px;*/

}
.nav-link-box{
    margin-right: 0px !important;
    margin-top: 50px;
    padding-right: 0px;

    }
.brand{
    color: white;
    text-align: center;
    display: none;
    margin-top: 10px;
    font-family: Payback;

}
.link{
    text-align: right !important;
}

.img-slider{
    min-height: 100vh;
    background-size: cover; 
    background-position: center center;
}
.slider{
    height: 100vh; 
    top:-57px;
}
.scroll-home{
    position: absolute;
    bottom: 150px;
    width: 30%;
    margin-left: 35%;
    text-align: center;
    cursor: pointer;
    color: white;
    font-family: BADABB;
}

.carosel_sponsor{
    z-index: 10 !important;
    position: absolute !important;
    bottom: 1px;
    width: 25% !important;
}

.box-logo-figc{
    width: 120px;
    position: absolute;
    right: 50px;
    bottom: 50px;
}

/*Large*/
@media screen and (min-width: 992px){

.nav-logo-box{
    left: 65px !important;
}
.nav-logo-box-end {
    left: 65px;
    top: 175px;
}
.nav-logo{
    width: 80%;
    margin-left: 7.5%;
    /*margin-top: 5px;*/

}
.scroll-home{
    width: 15%;
    margin-left: 42.5%;
}

}
/*Medium*/
@media screen and (min-width: 768px){
    .nav-logo-box{
        left: 65px !important;
    }
    .nav-logo-box-end{
        left: 65px !important;
    }

}
/*Small*/
@media screen and (min-width: 576px){
    .nav-link-box{
        margin: auto !important;
        margin-top: 0px;
        padding-right: auto;

    }
    .link{
        text-align: center !important;
    }

}


/*--------------------------*/
/*---------Squadre----------*/
/*--------------------------*/


.card-squadre{
    width: 18rem; 
    text-decoration: none;
    cursor: pointer;
}

.card-squadre:hover{
    text-decoration: none;
}







/*--------------------------*/
/*--------Summer Camp-------*/
/*--------------------------*/

.btn-download{
    font-size: 25px;
    margin-left: 30px;
    cursor: pointer;
    color: grey;
}
.btn-download:hover{
    color: black;
}
.moduli-camp-lable{
    font-size: 18px;
}




/*----------------------------------*/
/*--------Table visita medica-------*/
/*----------------------------------*/


.btn_prenotazione{
    background-color: #ce0000;
    border-radius: 10%;
    padding: 7px;
    color: black;
    cursor: pointer;
}

.btn_prenotazione:hover{
    background-color: red;
    color: black;
}








