
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

html, body{
    margin:0px;
    padding:0px;
    background-color: #EEE;
    font-family: Poppins, Arial, Sans-Serif;
}
nav{
    background-color: #1674BA;
    color: #FFF;
}
nav a, nav a.nav-link{ color: #FFF; }
nav a:hover, nav a.nav-link:hover{ color: #F8AF3F;}

header{
    background-color: #FFF;
    color: #1674BA;
}
header a.nav-link{ color: #1674BA; font-weight: 500; }
header a.nav-link:hover{ color: #6C6C6C;}
header a.nav-link.active{ color: #F8AF3F; font-weight: 400; }
header .btn.btnround{
    background-color: #F8AF3F;
    border-radius: 24px;
    color: #fff;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.6);
}
header .btn.btnround span{
    display: inline-block;
    width: 24px;
    border-radius: 50%;
    margin-left:4px;
}
header .btn.btnround:hover{
    background-color: #FFFFFF;
    color: #F8AF3F;
}
header .btn.btnround:hover span{
    background-color: #F8AF3F;
    color: #fff;
}


header ul.nav li {
    margin: auto 0px;
}
@media (min-width: 768px) {
    header ul.nav li {
        margin: auto 6px;
    }
}
@media (min-width: 991px) {
    header ul.nav li {
        margin: auto 12px;
    }
}



footer{
    background-color: #0E578D;
    color: #FFF;
}
footer a, footer a.nav-link{ color: #FFF; }
footer a:hover, footer a.nav-link:hover{ color: #6C6C6C;}
footer a.active, footer a.nav-link.active{ color: #F8AF3F; }

footer ul.nav{ padding-top:0.4rem; }
footer ul.nav li a{ padding:0.2rem 0rem; }

.logo-link{ max-width:180px }

h2{
    font-weight: 400 !important;
}

.maincontent{
    background-color: #FFF;
}

.maincontent .text-grey{
    color: #7B777A;
}


.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 10%;
    left: 10%;
    top: 10%;
    color: #fff;
    text-align: center;
    width: auto;
}
.carousel-caption.carousel-caption-centered{
    align-items: center;
    display: flex;
}
.carousel-item-dark {
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:400px;
}
.carousel-item-dark .shadow{
    opacity: 0.5;
    background-color: #000;
    position: absolute;
}

.carousel-caption small {
    color: #FF9A00;
}

.carousel-caption b{
    font-weight: 600;
}

.carousel-caption .btn.btnround{
    border-color: 1px solid #F8AF3F;
    background-color: #FFF;
    border-radius: 24px;
    color: #F8AF3F;
    z-index:2;
    position:relative;
}
.carousel-caption .btn.btnround span{
    display: inline-block;
    background-color: #F8AF3F;
    width: 24px;
    border-radius: 50%;
    color:#fff;
}
.carousel-caption .btn.btnround:hover{
    border: solid 1px #0E578D;
    background-color: #FFFFFF;
    color: #0E578D;
}
.carousel-caption .btn.btnround:hover span{
    background-color: #0E578D;
}

@media (min-width: 768px) {
    .carousel-caption {
        position: absolute;
        right: 10%;
        bottom: 15%;
        left: auto;
        top: 15%;
        color: #fff;
        text-align: right;
        width: 60%;
    }
    .carousel-caption.carousel-caption-centered {
        text-align: center;
        width: auto;
        left: 10%;
    }
}

@media (min-width: 991px) {
    .carousel-caption {
        width: 40%;
    }
    .carousel-caption.carousel-caption-centered{
        text-align: center;
        width: auto;
        left: 20%;
        right: 20%;
    }
}

#carouselExample {
    -webkit-user-select: none; /* Per Safari */
    -moz-user-select: none;    /* Per Firefox */
    -ms-user-select: none;     /* Per IE */
    user-select: none;         /* Standard */
}

.carousel-inner img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.maincontent .pre-title{
    color: #0E578D;
    text-transform: uppercase;
    font-size: 15px;
    font-weight:700;
}

.maincontent h2{
    font-weight: 700;
    font-size: 32px;
}

.maincontent .btn.btnround{
    background-color: #0E578D;
    border-radius: 24px;
    color: #fff;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.6);
}
.maincontent .btn.btnround span{
    display: inline-block;
    width: 24px;
    border-radius: 50%;
    margin-left:4px;
}
.maincontent .btn.btnround:hover{
    color: #0E578D;
    background-color: #FFFFFF;
}
.maincontent .btn.btnround:hover span {
    background-color: #0E578D;
    color: #FFFFFF
}

.scroller-container, .scroller-container-round, .scroller-container-blog {
    width: 100%;
    overflow: hidden; /* Nasconde gli elementi fuori dalla vista */
    position: relative;
    cursor: grab; /* Cambia il cursore per indicare che si può trascinare */
}
.scroller-wrapper {
    display: flex;
    transition: transform 0.3s ease; /* Aggiunge una transizione fluida */
}
.scroller-item, .scroller-item-round, .scroller-item-blog {
    flex: 0 0 100%; /* Ogni elemento occupa un terzo dello spazio */
    padding: 10px;
}
.scroller-item .btn.btnround{
    position:absolute;
    right:12px;
    top:24px;
    background-color: #0E578D;
    border-radius: 24px;
    color: #fff;
}
.scroller-item .box-content{
    margin-right:36px;
}
.scroller-item h5{
    font-weight:700;
}

.scroller-item p{
    color: #7B777A;
    font-size: 12px;
}
.scroller-item div.position-relative{
    background-color: #F2F2F2
}

@media (min-width: 991px) {
    .scroller-item, .scroller-item-round, .scroller-item-blog {
        flex: 0 0 33.33%; /* Ogni elemento occupa un terzo dello spazio */
    }
}


.section-orange{
    background-color: #F7E6CC;
    color: #1D1D1D;
}
.section-orange .pre-title{
    color: #F8AF3F;
}
.section-orange h3{
    color: #F8AF3F;
    font-weight: 700;
}
.section-orange h5{
    font-weight: 700;
}
.section-orange p{
    font-size:13px;
    color: #7B777A;
}


.fiscal-advantages .btn.btnround{
    background-color: #2CA7E0;
    border-radius: 24px;
    color: #fff;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.6);
}
.maincontent .btn.btnround span{
    display: inline-block;
    width: 24px;
    border-radius: 50%;
    margin-left:4px;
}
.fiscal-advantages .btn.btnround span{
    display: inline-block;
    width: 24px;
    border-radius: 50%;
    margin-left:4px;
}
.fiscal-advantages .btn.btnround:hover{
    color: #2CA7E0;
    background-color: #FFFFFF;
}
.fiscal-advantages .btn.btnround:hover span{
    color: #FFFFFF;
    background-color: #2CA7E0;
}


ul.blue-point{
    padding-left: 0px;
}
ul.blue-point li{
    margin-left: 0px;
    padding-left: 40px;
    margin-bottom:18px;
    position: relative;
    list-style: none;
    color: #6C6C6C;
    min-height: 28px;
    background: url("/content/icon/list-point-blue.png") 0px center no-repeat;
}
ul.blue-point li b{
    color: #1D1D1D;
}


.banner-caption {
    position: absolute;
    right: 10%;
    bottom: 25%;
    left: 10%;
    top: 25%;
    color: #fff;
    text-align: center;
    width: auto;
}
.banner-caption h2{
    text-transform: uppercase;
    color: #F8AF3F;
    font-weight:700;
    font-size:2.4em;
}
.banner-caption p{
    display: block;
    width:80%;
    margin: auto;
    font-size:1.5em;
}

.banner-caption .btn.btnround{
    border-color: 1px solid #F8AF3F;
    background-color: #FFF;
    border-radius: 24px;
    color: #F8AF3F;
}
.banner-caption .btn.btnround span{
    display: inline-block;
    background-color: #F8AF3F;
    width: 24px;
    border-radius: 50%;
    color:#fff;
}
.banner-caption .btn.btnround:hover{
    border: solid 1px #0E578D;
    background-color: #FFFFFF;
    color: #0E578D;
}
.banner-caption .btn.btnround:hover span{
    background-color: #0E578D;
}



.section-background{
    background: url("/content/img/back-1.jpg") center center no-repeat;
    background-blend-mode: lighten;
    background-size:cover;
    color: #FFF;
}
.section-background .alpha-blue{
    background-color: rgba(14, 87, 141, 0.9);
}
.section-background .btn.btnround{
    background-color: transparent;
    border: solid 1px #FFF;
    border-radius: 24px;
    color: #FFF;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.6);
}
.maincontent .btn.btnround span{
    display: inline-block;
    width: 24px;
    border-radius: 50%;
    margin-left:4px;
}
.section-background .btn.btnround:hover{
    color: #0E578D;
}
.section-background .btn.btnround:hover span{
    color: #FFF;
    background-color: #0E578D;
}



.scroller-item-round .round-div, .scroller-item-blog .round-div{
    border-radius: 20px;
    overflow:hidden;
    background-color: #FFF;
    color: #1D1D1D;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
}
.scroller-container-round a, .scroller-container-blog a{
    display:block;
    position: relative;
}
.scroller-container-round a .triangle{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.scroller-item-round h5, .scroller-item-blog h5{
    font-weight: 700;
}
.scroller-item-round .btn.btnround{
    background-color: #0E578D;
    border-radius: 24px;
    color: #FFF;
    position:absolute;
    right:22px;
    top:32px;
    border:none;
}
.scroller-item-round .btn.btnround:hover{
    background-color: #F8AF3F;
    color: #FFF;
}

.scroller-item-round .box-content{
    margin-right:48px;
}
.scroller-item-round .box-content span{
    color: #7B777A;
    font-size:1.3em;
}
.section-background .comment-space{
    height: 200px;
}
.section-gradientorange{
    background: linear-gradient(90deg, #F8AF3F 47%, #FFE4BC 100%);
}

.section-darkorange{
    background-color: #F8AF3F;
}
.section-darkorange .box-review{
    background-color: #FFF;
    border-radius: 16px;
    min-height:300px;
}
.section-darkorange .box-review h3{
    font-size: 28px;
    font-weight: 700;
}
.box-review .fa-solid{
    color: #F8AF3F;
}
.box-review p span{
    color: #6C6C6C;
}

#carouselReview .carousel-item .box-review{
    min-height: 600px;
    background-color: #eee;
    border-radius: 16px;
}
#carouselReview .indicator .fa-solid, #carouselReview .indicator.active .fa-regular{
    display: none;
}
#carouselReview .indicator .fa-regular, #carouselReview .indicator.active .fa-solid{
    display: inline-block;
}
#carouselReview .indicator:hover .fa-regular{
    color: #F8AF3F;
    cursor: pointer;
}

#carouselReview .indicators{
    position:absolute;
    bottom: 22px;
    right:42px;
    z-index:1;
    text-indent: 0px;
    color: #6C6C6C;
}
@media (min-width: 991px) {
    #carouselReview .carousel-item .box-review {
        min-height: 420px;
    }
}


.container-blog{
    background-color: #F7F7F7
}
.container-blog a{
    text-decoration: none;
}
.container-blog a h5 {
    color: #1674BA;
}
.container-blog a:hover h5 {
    color: #F8AF3F;
}


.container-azul{
    background-color: #DEF3FD;
}
.container-azul h2{
    text-align: center;
    font-weight: bold;
    color: #1674BA;
}

.accordion .accordion-item{
    margin: 26px;
    border-radius: 5px !important;
    border: solid 1px #DEE2E6 !important;
    overflow: hidden;
}
.accordion-item .accordion-button{
    color: #1D1D1D;
    font-weight:500;
}
.accordion-item .accordion-button:not(.collapsed){
    background-color: #1674BA;
    color: #FFFFFF;
}
.accordion-button:not(.collapsed)::after{
    color: #FFFFFF;
}
.accordion-button:focus{
    box-shadow: none;
}

.section-newsletter h4{
    color: #1674BA;
    font-weight: 700;
}

.btn-primary{
    background-color: #1674BA;
}

.section-blue2{
    background-color: #1674BA;
    color: #FFFFFF;
}
.section-blue2 h4{
    font-weight: 700;
}

.section-blue2 .btn.btnround{
    background-color: #F8AF3F;
    border-radius: 24px;
    color: #fff;
}
.section-blue2 .btn.btnround:hover{
    border: solid 1px #0E578D;
}


.section-red2{
    background-color: #ba163c;
    color: #FFFFFF;
}
.section-red2 h4{
    font-weight: 700;
}

.section-red2 .btn.btnround{
    background-color: #F8AF3F;
    border-radius: 24px;
    color: #fff;
}
.section-red2 .btn.btnround:hover{
    border: solid 1px #8d0e0e;
}


.box-icon{
    max-width:80%;
    margin:auto;
    border: solid 1px #f00;
}



.scrolltext {
    text-transform:uppercase;
    font-size:4vw;
    display: inline-block;
    white-space: nowrap;
    animation: floatText 20s infinite linear;
    padding-left: 100%; /*Initial offset, which places the text off-screen*/
    color:#ada97d;
}

@keyframes floatText {
    to {
        transform: translateX(-100%);
    }
}
.orange-scroll-text, .blue-scroll-text{
    font-weight: 900;
    font-size:64px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-text-stroke: 1px #FF9A00;
    /* text-shadow: -1px 0 #FF9A00, 0 1px #FF9A00, 1px 0 #FF9A00, 0 -1px #FF9A00; */
}
.blue-scroll-text {
    color: #DEF3FD;
    -webkit-text-stroke: 1px #1674BA;
}

.scrolltext span{
    display:inline-block;
    margin: auto 30px;
}


.bold-orange b{
    color: #FF9A00;
    font-weight: normal;
}

.blue-text{
    color: #1674BA;
}
.orange-text{
    color: #FF9A00;
}
.round-number{
    display: flex;
    margin: auto;
    width:36px;
    height: 36px;
    background-color: #1674BA;
    color: #FFFFFF;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.blue-wave{
    background: url("/content/img/onda-blu.png") center center no-repeat;
    background-size: contain;
}

.accordion-grey .accordion-item .accordion-header .accordion-button {
    background-color: #F2F2F2 !important
}
.accordion-grey .accordion-item .accordion-button:not(.collapsed){
    color:#1674BA;
}

.grey-box, .orange-box{
    background-color: #F2F2F2;
    padding:24px 36px;
}
.search-box{

}
.search-box form{
    background-color: #fff;
    position: relative;
    padding:10px;
    padding-right: 50px;
    border-radius: 24px;
    display: block;
}
.search-box form input{
    border: none;
    display: block;
    width:100%
}
.search-box form img{
    position: absolute;
    top:-1px;
    right:-26px;
    width:80px;
    height:80px;
}

.categories-box .tag{
    background-color: #fff;
    position: relative;
    padding:6px 10px;
    border-radius: 18px;
    display: inline-block;
    margin-bottom: 18px;
    margin-right: 12px;
    text-decoration: none;
    color: #383635;

}
.categories-box .tag div{
    text-overflow: unset;
}
.categories-box .tag:hover{
    color: #1674BA;
}
.categories-box .tag span{
    position: absolute;
    top:2px;
    right:2px;
    width:32px;
    height:32px;
    background-color: #1674BA;
    border-radius:20px;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 0.8em;
}
.categories-box .tag.active{
    background-color: #1674BA;
    color: #FFFFFF;
}
.categories-box .tag.active span{
    color: #1674BA;
    background-color: #FFFFFF;
}

.orange-box{
    background-color: #F7BB5F
}


.email-box{
    background-color: #fff;
    position: relative;
    padding:10px;
    padding-right: 120px;
    border-radius: 24px;
    display: block;
}
.email-box input{
    border: none;
    display: block;
    width:100%
}
.email-box button, .email-box a{
    position: absolute;
    top:-1px;
    right:0px;
    padding:12px 22px;
    font-weight: 500;
    text-decoration:none;
    background-color: #1674BA;
    color: #FFFFFF;
    border-radius:24px;
    border: none;
}

@media (min-width: 991px) {
    .categories-box .tag{
        background-color: #fff;
        position: relative;
        padding:6px 10px;
        padding-right: 30px;
        border-radius: 18px;
        display: block;
        margin-bottom: 18px;
        text-decoration: none;
        color: #383635;
        overflow: hidden;
        white-space: nowrap;
    }
    .categories-box .tag div{
        text-overflow: ellipsis;
        margin-right:30px;
    }
}


.blog-item{
    border-radius: 21px;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.6);
}

.blog-item .blog-info{
    display: flex;
    flex-direction: column;
    justify-content: start;
}

@media (min-width: 991px) {
    .blog-item .blog-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.blog-post b{
    color: #FF9A00;
    font-weight: 500;
}

.blog-post h1{
    font-weight: 500;
}
.blog-post img{
    border-radius: 16px;
    margin: auto;
    width:100%;
    margin: 26px auto;
    justify-self: center;
}
.blog-post ul{
    padding-left: 0px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.blog-post ul li {
    margin-left: 0px;
    padding-left: 40px;
    margin-bottom: 18px;
    position: relative;
    list-style: none !important;
    color: #6C6C6C;
    min-height: 28px;
    background: url(/content/icon/point-orange.png) 0px center no-repeat;
}

.blog-post .text-end{
    color: #1674BA;
}
.blog-post .text-end a{
    display: inline-block;
    margin: 0px;
    margin-left: 6px;
}
.blog-post .text-end a:hover{
    color:#FF9A00
}



.work-with-us ul li{
    margin-left: 0px;
    padding-left: 40px;
    margin-bottom:18px;
    position: relative;
    list-style: none;
    color: #6C6C6C;
    min-height: 28px;
    background: url("/content/icon/point-blue.png") 0px center no-repeat;
}


.carousel-item-blue{
    background-color: #1674BA;
    min-height:240px !important;
    height:240px !important;
}


.text-ourmission-banner{
    font-size: 1.0em !important;
}
@media (min-width: 768px) {
    .text-ourmission-banner{
        font-size: 1.2em !important;
    }
}
@media (min-width: 991px) {
    .text-ourmission-banner{
        font-size: 1.3em !important;
    }
}
@media (min-width: 1200px) {
    .text-ourmission-banner{
        font-size: 1.4em !important;
    }
}

.blog-text img{
    width:100% !important;
}

.blog-text blockquote{
    background-color: #F8AF3F;
    padding: 10px 20px;
    border-radius: 12px;
    color: #fff !important;
    font-weight:600 !important;
    margin-bottom:12px;
}
.blog-text blockquote span{
    color: #fff !important;
    font-weight:600 !important;
}
.blog-text p b{
    color: #F8AF3F;
    font-weight:600 !important;
}

#main-contact-form, #main-newsletter-form{
    position:relative;
}
#loading-contact-form, #loading-newsletter-form{
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    z-index:10;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
}


.short-video{
    top:50%;
    left:50%;
    translate: -50% -50%;
    position:absolute;
    color: #FFF;
}

.video-link{
    position:relative;

}
.video-link .fa-play-circle{
    color: #f00;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius:50%;
}
/*

$container-max-widths: (
  sm: 540px,
  md: 720px,
  lg: 960px,
  xl: 1140px,
  xxl: 1320px
);

*/

#result-box-timebox, #timebox-confirm, #message-form-confirm{ display:none; }
.timebox-listtime{ display:none; }




.time-agenda, .time-agenda-disabled{
    display:block;
    height:100%;
    padding:4px 12px;
    margin:4px 1px;
    background-color:lightgray;
    cursor:pointer;
}
.time-agenda.disabled, .time-agenda-disabled{
    background-color:red;
    color:#ccc;
    cursor: not-allowed;
}
.time-agenda.selected{
    background-color:green;
    color:#fff;
    cursor:pointer;
}

.cal_date{
    background-color:#fff;
    text-align: center;
    width: 80%;
    margin:auto;
    margin-bottom:12px;
}
.cal_date.cal_date_6{
    /* background-color: #FFFDE6;*/
    font-weight: bold;
}
.cal_date .date_name{
    background-color: lightgray;
    font-size: 13px;
    padding: 4px auto;
}
.cal_date .date_month{
    background-color: blue;
    color:white;
    font-weight: bold;
    font-size: 16px;
    padding: 4px auto;
}
.cal_date h2{
    padding-top:8px;
    font-size: 42px;
    font-weight: bold;
}
.cal_col{
    background-color: rgba(255,255,255,0.3);
    padding: 16px 8px;
    margin-bottom:20px;
    border-radius: 5px;
}

#timelist-ajax .next-prev{
    font-size: 36px;
    cursor: pointer;
    text-align: center;
    padding: 10px auto;
    line-height: 0.8;
    color:#fff;
}
#timelist-ajax .next-prev small{
    font-size: 12px;
}
#timelist-ajax .next-prev a:hover{
    color: #F8AF3F;
}
#timelist-ajax .next-prev a{
    color: #fff;
}

select.form-control{
    height: auto !important;
}

.all-days .titcalbox{
    width:13.4% !important;
    margin:4px 0.4% !important;
    padding:4px auto;
    background-color: #1e415e;
    color:#fff;
}
.all-days .calbox{
    width:13.4% !important;
    margin:4px 0.4% !important;
    padding:8px auto;
    text-decoration: none;
}
.all-days .calbox b{
    font-size:24px;
}

.r-advantages-box .sub-head{
    color: darkorange;
}

.r-advantages-part .r-advantage-main-part .r-advantages-box:hover .head {
    background-color: green;
}

.all-days a, .all-days span, .all-days .sele{
    min-width:26px;
    background-color: #fff;
    color:#000;
    text-align: center;
    margin:4px 2px;
    display: inline-block;
    font-size:16px;
}
.all-days span{
    background-color: #777;
    color: #ccc;
}
.all-days a.sele{
    border-radius: 5px;
    background-color: #f8b03c;
}


.round-img img{
    width: 176px;
    border-radius: 50%;
}

.time-result-box{
    display:block;
    margin-bottom: 30px;
    background: #fff;
    min-height: 250px;
    text-align: center;
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: pointer;
    transition: none !important;
}

.time-result-box-2{
    margin-bottom: 30px;
    background: #fff;
    min-height: 250px;
    text-align: center;
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
    cursor: default;
    transition: none !important;
}

.time-result-box:hover .head {
    background-color: green;
}
.time-result-box .head {
    font-size: 22px;
    margin:10px auto;
    color: #333;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.time-result-box .sub-head{
    color: #333;
}


.box-result{
    background-color: #eee;
    border: solid 1px #aaa;
    color:#333;
    padding:20px;
    border-radius: 16px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5); /* Spostamento orizzontale, verticale, sfocatura, colore */

}



.pagination li{
    margin:0px 10px;
    padding:4px;
}
.pagination li a{
    text-decoration: none;
}
.pagination li{
    font-size:14px;
    margin:0px 6px;
    border: solid 1px #1674BA;
    color: #333;
    width: 30px;
    height:30px;
    text-align:center;
    border-radius: 4px;
}
.pagination li.active{
    border: solid 1px #1674BA;
    color: #fff;
    background-color: #1674BA;
}
.pagination li:hover.active{
    border: solid 1px #1674BA;
}
.pagination li:hover{
    border: solid 1px #f8b03c;
}
.pagination li:hover a{
    color: #f8b03c;
}






.video-container {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}
.video-overlay .carousel-caption{
    position:absolute;
    bottom: auto !important;
    top: 60% !important;
    transform: translateY(-60%) !important;
    /*font-size: 0.8em;*/
}
.video-overlay .carousel-caption h2{
    font-size: 1.4rem;
}

.video-overlay .btnround{
    display: none;
}

@media (min-width: 768px) {

    .video-overlay .btnround{
        display: inline-block;
    }

    .video-overlay .carousel-caption h2{
        font-size: 2rem;
    }
}


.scroller2{
    position:absolute;
    bottom: auto !important;
    left:-30px;
    top: 20% !important;
    transform: translateY(-20%) !important;
    z-index: 2;
    color: #F8AF3F;
}

.scroller2.scroller2-next{
    left:auto;
    right:-30px;
}

.scroller2:hover{
    color: #0E578D;
}



.logo-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.logo-track {
    display: flex;
    width: max-content;
    animation: scroll-logos 20s linear infinite;
}
.logo-item {
    flex: 0 0 auto;
    padding: 10px;
}
.logo-item img {
    height: 140px;
    width: auto;
}
@media (min-width: 768px) {
    .logo-track {
        animation-duration: 20s;
    }
}
@media (max-width: 768px) {
    .logo-track {
        animation-duration: 10s;
    }
}
@keyframes scroll-logos {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}


.footer-privacy a:hover{
    color: #F8AF3F;
}

.contact-section h3{
    color: #F8AF3F;
}

.contact-section a{
    color: #1674BA;
}

.contact-section a:hover{
    color: #6c6c6c;
}