.popactive:not(.elementor-widget-icon) {
    background-color: #0B68B1;

}

.popactive:not(.elementor-widget-icon) a,
.popactive:not(.elementor-widget-icon) a i {
    color: #fff !important;
}


.content_carousel_list .slick-track {
    display: flex !important;
}

.content_carousel_list .slick-slide {
    height: inherit !important;
}

.content_carousel_item {
    height: 100%;
}

.content_carousel_item>div {
    height: 100%;
    margin-right: 50px;
    padding: 20px;
    border-radius: 0 30px 0 0;
    background: rgba(255, 255, 255, .8);
    color: #316ABC;
}

.content_carousel_item h3 {
    font-weight: 900;
    font-size: 21px;
}

.button_modal_trigger {
    font-size: 18px;
    padding: 10px 20px;
    border: 2px solid #316ABC;
    color: #316ABC;
    text-transform: uppercase;
    border-radius: 15px 0 0 0;
}

.button_modal_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    text-align: left;
}

.button_modal_modal {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    background: #fff;
    padding: 20px;
    border-radius: 30px 0 0 0;
    transform: translateY(-50%);
}

.button_modal_modal .close-modal {
    float: left;
}

.button_modal_modal>h3 {
    text-align: center;
    border-bottom: 2px solid #2780BE;
    width: 90%;
    margin: 10px auto 30px;
    text-transform: uppercase;
    color: #2780BE;
    font-weight: bold;
}

.button_modal_body {
    max-height: 80vh;
    overflow-y: auto;
}

.image_tooltipper .titolo {
    color: #fff;
    background: #316ABC;
    /* transform: translate(-50%, -50%); */
    padding: 3px 5px;
    font-weight: bold;
    border-radius: 0 10px 0 0;
    min-width: 18px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}

.image_tooltipper .testo {
    position: absolute;
    top: 50%;
    left: 10px;
    border: 2px solid #2780BE;
    padding: 10px;
    transform: translate(20px, -50%);
    background: #fff;
    width: 50vw;
    max-width: 300px;
    z-index: 995;
    border-radius: 0 20px 0 0;
    line-height: 1.3;
}

.image_tooltipper .testo::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #277fbe transparent transparent;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
}

.image_tooltipper .testo::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 8px 9px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    z-index: 99;
}

.image_tooltipper .elemento:hover .testo {
    display: block !important;
}

.sequential_content_list {
    position: relative;
    margin-left: 70px;
}

.sequential_content_list::before {
    content: "";
    display: block;
    position: absolute;
    left: -80px;
    top: -30px;
    background: #277fbe22;
    width: 100px;
    height: 100%;
}

.sequential_content_item {
    display: flex;
    align-items: stretch;
    position: relative;
    margin-bottom: 20px;
}

.sequential_content_item .n {
    position: absolute;
    left: -52.5px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border: 2px solid #277fbe;
    background: #fff;
    color: #277fbe;
    border-radius: 50% 50% 0 50%;
    display: none;
    z-index: 10;
}

.sequential_content_item:hover .n {
    display: block;
}

.sequential_content_item::before {
    position: absolute;
    left: -40px;
    top: 20px;
    content: "";
    display: block;
    width: 5px;
    height: calc(100% + 20px);
    background: #fff;
}

.sequential_content_item::after {
    position: absolute;
    left: -50px;
    top: 12.5px;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
}

.sequential_content_item .titolo {
    flex: 0 0 25%;
    background: #277fbe;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 30px 0 0;
    padding: 10px 30px;
    margin-right: 20px;
}

.sequential_content_item .testo {
    padding: 10px;
    background: #fff;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .sequential_content_item {
        flex-wrap: wrap;
    }

    .sequential_content_item .titolo {
        flex: 0 0 100%;
    }
}

.numbered_content_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

.numbered_content_item .n {
    display: block;
    width: 35px;
    height: 35px;
    background: yellow;
    text-align: center;
    border: 2px solid #277fbe;
    border-radius: 50%;
    line-height: 30px;
    color: #277fbe;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}

.numbered_content_item .titolo {
    font-weight: bold;
    color: #277fbe;
}

.informativi_shadow {
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, .15);
}

.featured_list_item {
    display: flex;
    align-items: stretch;
    margin-bottom: 15px;
}

.featured_list_item .sx {
    flex: 0 0 30%;
    text-align: right;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #1D7ABB;
    color: #fff;
}

.featured_list_item .sx .icona {
    width: 100%;
    text-align: center;
    padding: 10px;
}

.featured_list_item .sx .icona img {
    max-width: 100%;
}

.featured_list_item .sx .titolo {
    display: inline-block;
    font-weight: bold;
    line-height: 25px;
}

.featured_list_item .sx .lettera {
    display: inline-block;
    margin: 0 5px;
    background: rgba(255, 255, 255, .8);
    color: #1D7ABB;
    border-radius: 50px 50px 0 50px;
    display: inline-block;
    line-height: 1;
    width: 25px;
    height: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
}

.featured_list_item .dx {
    padding: 15px;
    line-height: 1.2;
}

.ary_content_carousel.light h3,
.ary_content_carousel.light .text {
    color: white;
}

.ary_content_carousel .btn {
    background: #004456;
    color: #fff;
    border-radius: 30px;
}

.ary_content_carousel2 .actions {
    text-align: right;
}

.ary_content_carousel2 .actions .elementor-button {
    background: transparent;
    border: 2px solid #004456;
    color: #004456;
    text-transform: uppercase;
    font-weight: bold;
}

.owl-carousel .owl-nav>button {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    z-index: 999;
}

.owl-carousel .owl-nav>button:hover {
    background: none;
}

.owl-carousel .owl-nav>button i {
    color: #004456;
    font-size: 3em;
}

.ary_content_carousel.light .owl-carousel .owl-nav>button i {
    color: #fff;
}

.owl-carousel .owl-nav>button.owl-next {
    left: auto;
    right: -50px;
}

.menu-item-782 a {
    color: #F7A600 !important;
    font-weight: bold;
}

.veicoli_accordion h2 {
    display: block;
    color: #004456;
    font-weight: 600;
    font-size: 1.4rem !important;
    text-transform: uppercase;
    cursor: pointer;
    background: #efefef;
    padding: 10px 20px;
}

.veicoli_accordion h3 {
    display: block;
    font-weight: 600;
    font-size: 1.1rem !important;
    text-transform: uppercase;
}

.veicoli_accordion table {
    border-collapse: collapse;
    width: 100%;
}

.veicoli_accordion table td {
    padding: 3px 10px;
    border: 1px solid #efefef;
}

.veicoli_accordion table tr td:first-child {
    font-weight: 700;
    width: 40%;
}

.veicoli_accordion .content {
    display: flex;
    flex-wrap: wrap;
}

.veicoli_accordion .content .info_block {
    flex: 0 0 48%;
    margin: 1%;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #efefef;
}

@media screen and (max-width: 1080px) {
    .veicoli_accordion .content .info_block {
        flex: 0 0 98%;
    }
}

.slick-dots li button:before {
    content: "." !important;
    background-color: #902D2C;
    height: 5px !important;
    border-radius: 20%;
}

.slick-dots li button:hover {
    display: none !important;
}

.toast-info .toast-message a {
    color: white;
}