/*noinspection CssUnknownTarget*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

:root {
    --background-color: #fff;
    --background-color-box-riepilogo-sponsor: #2b275f;
    /*--background-color-btn-principale: #00a157;*/
    --background-color-btn-principale: #00489a;
    --background-color-btn-principale-hover: #76777b;
    --background-color-btn-menu: #2b275f;
    --background-color-btn-menu-hover: #8bbe57;
    --background-color-btn-onetoone : #0b81c5;
    --background-color-btn-qa-sent: red;

    /*--colore-h1-h2-h3-h4-h5: #727677;*/
    --colore-h1-h2-h3-h4-h5: #00489a;
    --colore-nome-relatore-paginarelatore: #2a2966;

    --colore-titolo-programma:#93d501;
    --colore-ora-programma: #93d501;
    --colore-sezione-programma: #93d501;
    --colore-descr-sezione-programma: #76777b;
    --colore-relatore-programma: #76777b;

    --colore-countdown-digit: #93d501;
}


body {
    font-family: 'Rubik', sans-serif;
    color: #000;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: var(--background-color);
}

.border-custom {
    background-color: white;
    /* background-color: rgba(242, 244, 246, .8); */
    padding: 25px;
    border-radius: 17px;
    border: 2px solid #00489a;
    /* box-shadow: 5px 10px 8px #efefef;*/
}
.border-custom-2 {
    background-color: white;
    /* background-color: rgba(242, 244, 246, .8); */
    padding: 10px 25px 10px 25px;
    border-radius: 17px;
    border: 2px solid #00489a;
    /* box-shadow: 5px 10px 8px #efefef;*/
}

.sponsor_bg {
    background-color: var(--background-color);
}

.bg_opaco {
    background-color: var(--background-color-box-riepilogo-sponsor);
    color: #fff;
    border-radius: 25px;
    margin-top: -40px;
    height: 300px;
    padding: 70px 30px 30px 30px;
    /*
    border: 5px solid #0b81c5;
    box-shadow: 6px 6px 6px #8da88b;
     */
}

hr {
    border-top-color: #cccccc;
}

h1, h2, h3, h4, h5{
    color: var(--colore-h1-h2-h3-h4-h5);
}

h1 {
    font-size: 50px;
    font-weight: normal;
}

h2 {
    font-size: 40px !important;
    font-weight: normal;
    text-align: center;
     /* margin: 1rem 0 1rem !important; */
}

h3 {
    font-size: 30px;
    font-weight: normal;
}

h4 {
    font-size: 22px;
    font-weight: normal;
}

h5 {
    font-size: 18px;
    font-weight: normal;
}


.header_text {
    font-size: 70px;
    font-weight: 1200;
    text-align: center;
    margin: 15px;
}

form {
    margin: 0 auto;
}

.form-control {
    /* border-radius: 10px; */
    color: #003764;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.form-control::placeholder {
    color: #003764;
    font-size: 18px;
    text-align: center;
    /*text-transform: uppercase;*/
}

textarea.form-control::placeholder {
    color: #999999;
    text-align: left;
}




.countdown_title {
    color: #727677 !important;
}

.countdown {
    text-align: center;
    margin: 20px 0 0 0;
}

.container_countdown_page {
    margin-top: 10px;
    margin-bottom: 50px;
}

.live_link {
    text-align: center;
    margin: 60px 0 0 0;
}

.container_count {
    min-width: 60px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    color: var(--colore-countdown-digit);
}

.container_count.last {
    margin-right: 0;
}

#countdown_wp {
    text-align: center;
    margin: 30px 0 20px 0;
    width: 100%
}

#days,
#hours,
#minutes,
#seconds {
    /*
    border: 2px solid #ffb200!important;
    */
    border: 2px solid ;
    background: white;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    min-width: 60px;
    min-height: 60px;
}


.countdown .container_count div {
    background-color: transparent !important;
    font-size: 65px;
    line-height: 120px !important;
    width: 120px !important;
    height: 120px !important;
}

.countdown .container_count span {
    font-size: 13px;
}

.btn-project {
    background-color: var(--background-color-btn-principale);
    color: #ffffff !important;
    /*
    text-transform: uppercase;
     */
    font-weight: 500;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    min-width: 200px;
    border:1px solid white;
}

.btn-project:hover {
    background-color: var(--background-color-btn-principale-hover);
    color: #ffffff !important;
    border:1px solid white;
}


.btn-project-qa-sent {
    background-color: var(--background-color-btn-qa-sent);
}

.btn-pool {
    background-color: var(--background-color-btn-principale);
    color: #ffffff !important;
    font-weight: 500;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    min-width: 200px;
    border:1px solid white;
}

.btn-pool:hover {
    background-color: var(--background-color-btn-principale-hover);
    color: #ffffff !important;
    border:1px solid white;
}

.btn-project-menu {
    background-color: var(--background-color-btn-menu);
    color: #ffffff;
    border: 2px solid #ffffff;
    /*
    text-transform: uppercase;
     */
    font-weight: 500;
    font-size: 16px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 0px 00px 20px 20px;
    min-width: 180px;
    margin-right:30px;
}
.btn-project-menu:hover {
    background-color: var(--background-color-btn-menu-hover);
    color: #ffffff;
    border:1px solid white;
}

.btn-project-menu-active {
    background-color: var(--background-color-btn-menu-hover);
    color: #ffffff;
    border:1px solid white;
}

.btn-project-prenotazione-zoom {
    background-color: #7bb644;
    width: 200px;
    color: #ffffff;
    border: 2px solid #ffffff;
    /*
    text-transform: uppercase;
     */
    font-weight: 500;
    font-size: 16px;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 15px;
    min-width: 120px;
    margin-right:30px;
}

.btn-project-menu__ a, a:visited, a:hover {
    color: #f8b133;
}

.text-underline {
    text-decoration: underline;
}

.color_text {
    color: #727677 !important;
}
.text_link {
    color: #1084c7 !important;
    /* text-decoration: underline; */
}

.sponsor-area-download {
    font-size: 35px !important;
    font-weight: bold;
    text-align: center;
    color: var(--background-color-btn-menu);
}

a.text_link_sponsor:link {
    color: #000;
    text-decoration: underline;
}

a.text_link_sponsor:hover {
    color: var(--background-color-btn-menu-hover);
}

a.link-white{
    color: white;
    text-decoration: underline;
}
a.link-menu {
    color: var(--background-color-btn-principale);
    text-decoration: underline;
}

.download-pdf {
    color: #000 !important;
}

.text-large {
    font-size: 44px;
}

.text-small {
    font-size: 16px;
}

.streaming-box {
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 20px 15px;
    height: 100%;
}

.streaming-box-video {
    border-radius: 0;
    padding: 2px;
}

.streaming-box h4 {
    padding: 0 0 20px;
}
.streaming-box textarea {
    height: 23vw;
    margin-bottom: 20px;
}

.mnw-150px {
    min-width: 150px;
}

.box_detail {
    padding: 25px 25px 15px 25px;
    border: 1px solid #ededed;
   /* background-color: #f8f8f8; */
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.box_detail h4 {
    color: black;
}


/*_*/

.policy_footer {
    position: relative;
    top: -30px;
    font-size:12px;
    text-align: right;
    padding-right:10px;
}

.my-fixed-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin-top: 30px;
}


.textarea_qa_size {
    height: 200px !important;
}

.div_speaker_card {
    width: 700px;
    min-height:200px;
    padding: 10px;
}

.card-title{
    color: var(--colore-nome-relatore-paginarelatore);
}

.card-img-top {
    max-width: 350px;
    height: auto;
}

.card-text-custom {
    font-size: 15px;
    color: #000000;
}

.programma_titolo {
    color: var(--colore-titolo-programma);
    font-size: 24px;
    font-weight: bold;
}

.programma_titolo_sezione {
    color: var(--colore-sezione-programma);
    font-weight: bold;
    font-size: 20px;
}

.programma_descr_sezione {
    color: var(--colore-descr-sezione-programma);
    font-size: 18px;
}

.programma_titolo_sezione_2 {
    color: var(--colore-sezione-programma);
    font-size: 20px;
}


.programma_ora {
    color: var(--colore-ora-programma);
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.programma_moderatori {
    color: var(--colore-relatore-programma);
    font-weight: 600;
    font-size: 17px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    h1 {
        font-size: 43px;
    }

    h2 {
        font-size: 35px !important;
    }

    h4 {
        font-size: 27px !important;
    }
    .header_text {
        font-size: 50px;
        font-weight: 1200;
        text-align: center;
        margin: 15px;
    }

    .countdown .container_count div {
        background-color: transparent !important;
        font-size: 45px;
        line-height: 100px !important;
        width: 100px !important;
        height: 100px !important;
    }
    .btn-project-menu {
        min-width: 120px;
    }
}


@media (max-width: 767px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px !important;
    }

    h4 {
        font-size: 23px !important;
    }

    .header_text {
        font-size: 45px;
        font-weight: 1200;
        text-align: center;
        margin: 15px;
    }
    .countdown {
        margin: 10px 0 0 0;
    }
    .container_countdown_page {
        margin-top: 44px;
    }

    .countdown .container_count div {
        background-color: transparent !important;
        font-size: 40px;
        line-height: 90px !important;
        width: 90px !important;
        height: 90px !important;
    }
    .btn-project-menu {
        min-width: 80px;
        margin-right:20px;
    }

    .policy_footer {
        position: relative;
        top: -20px;
        font-size:7px;
        text-align: right;
        padding-right:55px;
    }

}


/* Mobile portrait */

@media (max-width: 480px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    .btn-project {
        font-weight: 400;
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 15px;
        min-width: 100px;
    }
    .countdown {
        margin: 10px 0 0 0;
    }

    .header_text {
        font-size: 35px;
        font-weight: 1200;
        text-align: center;
        margin: 15px;
    }
    .container_countdown_page {
        margin-top: 40px;
    }
    .countdown .container_count div {
        background-color: transparent !important;
        font-size: 30px;
        line-height: 60px !important;
        width: 60px !important;
        height: 60px !important;
    }
    .textarea_qa_size {
        height: 125px !important;
        font-size: 14px;
    }
    .box_detail {
        padding: 5px 5px 5px 5px;
        border: 1px solid #ededed;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .btn-project-menu {
        border: 2px solid #ffffff;
        /*
        text-transform: uppercase;
         */
        font-weight: 500;
        font-size: 13px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 20px 0px 20px 0px;
        min-width: 100px;
        margin-top:10px;
    }

    .form-control::placeholder {
        font-size: 14px;
    }
}