:root {
    --s-navigation-color-gradient: linear-gradient(to left, #ee3b00, #fe5d41);
    --s-navigation-color: #ee3b00;
    --s-green: rgb(0, 138, 0);
}

.font-semibold {
    font-weight: 600;
}


/*----------------------UTILITIES--------------------------*/

/* #preloader {
    transition: all 4s ease;
}

#preloader.active {
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    stroke: transparent;
} */
/*IUBENDA*/
.dark.cc_dialog {
    background-color: var(--s-navigation-color)!important;
    position: fixed!important;
    left: 0!important;
    bottom: 0!important;
    top: auto!important;
}

.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
    background-color: var(--s-navigation-color)!important;
    color: #fff!important;
}

.dark.cc_dialog button.cc_b_cp,
.dark.cc_dialog button.cc_b_ok {
    background-color: #fff!important;
    color: var(--s-navigation-color)!important;
}

.green {
    color: var(--s-green)!important;
}

.m-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
}

.mt-0 {
    margin-top: 0!important;
}

.mt-1 {
    margin-top: 15px!important;
}

.mt-2 {
    margin-top: 30px!important;
}

.mt-3 {
    margin-top: 50px!important;
}

.mt-4 {
    margin-top: 75px!important;
}

.mt-5 {
    margin-top: 100px!important;
}

.mb-1 {
    margin-bottom: 15px!important;
}

.mb-2 {
    margin-bottom: 30px!important;
}

.mb-3 {
    margin-bottom: 50px!important;
}

.mb-4 {
    margin-bottom: 75px!important;
}

.mb-5 {
    margin-bottom: 100px!important;
}

.mb-10 {
    margin-bottom: 30vw!important;
}

.p-side-0 {
    padding-left: 0!important;
    padding-right: 0!important;
}

.w-100 {
    width: 100%!important;
}

.h-500 {
    max-height: 500px!important;
    height: 500px!important;
}

.h-100 {
    height: 100vh!important;
}

.grid{display: grid;}
.grid-cols-2{grid-template-columns: repeat(2, minmax(0, 1fr));}

.d-flex {
    display: flex;
}

.d-flex-even {
    display: flex;
    justify-content: space-evenly;
}
.inline-flex {
    display: inline-flex;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}

.t-light {
    color: #fff;
}

.t-dark {
    color: #333!important;
}

.t-left {
    text-align: left;
}

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

.t-center {
    text-align: center;
}

.bg-pt {
    background-position: top!important;
}

.bg-pb {
    background-position: bottom!important;
}

.bg-plb {
    background-position: left bottom!important;
}

.bg-pcb {
    background-position: 50% 25%!important;
}

.no-attachment {
    background-attachment: unset!important;
}

.btn-xlarge {
    width: 300px;
    font-size: 24px;
}

.btn-large {
    width: 215px;
    font-size: 30px;
}

.btn-medium {
    width: 180px;
    font-size: 22px;
}

.section-bg {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    /* height: 500px; */
}

.mid-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section-bg.full {
    /* height: 100vh; */
    background-size: cover;
}

.section-padding {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-padding-sm {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-padding-side {
    padding-right: 100px;
    padding-left: 100px;
}

.section-inner-wrapper.top,
.section-inner-wrapper.left {
    margin-left: 50px;
}

.section-inner-wrapper.top {
    margin-top: 70px;
}

.section-inner-wrapper.centered {
    max-width: 60%;
    margin: auto;
}

.solo-i-migliori .section-inner-wrapper.centered {
    max-width: 85%;
}

.section-inner-wrapper p {
    font-size: 26px;
}

.b-icon-container.t-center {
    margin-bottom: 20px;
}

.b-icon-container:after {
    content: "";
    display: block;
    clear: both;
}

.b-icon-container h3 {
    display: inline-block;
    margin-right: 20px;
    font-size: 45px;
    float: left;
}

.b-icon-container img {
    max-width: 55px;
    /* margin-top: 15px; */
}

.section-inner-wrapper h4 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
}

.section-inner-wrapper p {
    font-size: 20px;
}

.section-inner-wrapper.t-right {
    padding-top: 50px;
}

.section-inner-wrapper.t-right p {
    margin-bottom: 35px;
}


/*--------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body {
    color: #333;
    font-family: 'Exo 2', sans-serif;
}

li {
    list-style: none!important;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.p-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.relative{position:relative;}
.d-none{display:none;}

/*-----------------------------------NAVIGATION------------------------------------*/

/* #preloader {
    stroke: var(--s-navigation-color)!important;
    background-color: #de9c9c;
} */

.b-btn-mob {
    font-size: 14px;
    color: var(--s-navigation-color);
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 10px;
    border: 1px solid var(--s-navigation-color);
    border-radius: 10px;
}

.b-close-collapse-menu {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    display: none;
}

.b-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    z-index: 25;
    background: var(--s-navigation-color-gradient);
    transition: all .4s ease;
}

.b-header-top {
    position: relative;
    padding: 20px;
    height: 110px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 74%);
    background-color: #fff;
}

.b-header-bottom {
    width: 100%;
    transition: all .4s ease;
    /* display: none; */
}

.b-header-bottom-sticky {
    /* display: none; */
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    z-index: 999;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    position: fixed;
    top: 0;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 74%);
}

.b-header-bottom-sticky.activation {
    display: block;
}

.b-header-bottom-sticky.active {
    opacity: 1;
    visibility: visible;
}

.b-header-bottom-sticky:after {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, var(--s-navigation-color), #ffffff00);
}

.b-logo {
    max-width: 200px;
    margin: auto;
    /* height: 100px; */
}

.b-logo-sticky {
    width: 150px;
    transition: all .3s ease;
    margin: 5px auto;
}

.b-info-header-container {
    height: 100%
}

.b-info-header {
    height: 100%;
    font-size: 16px;
}

.b-info-header ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.b-info-header p {
    display: flex;
    align-items: center;
    margin: 0;
}

.b-info-header li p a {
    display: flex;
    width: 100%;
    background: unset;
    color: #333;
    align-items: center;
}

.b-info-header li {
    transition: all .4s ease;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.b-info-header .social-icons{
    display: flex;
    flex-flow: row;
    gap: 15px;
}

.b-info-header li p a.numero-verde:after {
    content: "";
    width: 55%;
    position: absolute;
    height: 2px;
    /* background-color: var(--s-green); */
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translate(65px, 20px);
}
.b-info-header li:first-child p a.numero-verde:after{
    background-color: unset;
}

.b-info-header li:hover p a.numero-verde:after {
    opacity: 1;
    visibility: visible;
    transform: translate(65px, 12px);
}

.b-info-header li a,
.b-info-header span {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: inline-block;
    /* background: var(--s-navigation-color-gradient); */
    color: var(--s-navigation-color);
    position: relative;
    margin-right: 15px;
}

.b-info-header li a {
    margin-right: 0;
}

.b-info-header li a i,
.b-info-header span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 27px;
}

.numero-verde__text {
    width: auto!important;
    height: auto!important;
    background: none!important;
    color: inherit!important;
}

.social-icon {
    background: none !important;
    width: 28px!important;
    display: flex!important;
    flex-flow: column!important;
    justify-content: center!important;
}

.social-icon.facebook {
    color: #2c66ff!important;
}
.social-icon.instagram {
    color: #c32e64!important;
}

.b-nav {
    padding: 20px;
    color: #fff;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
    /* justify-content: center; */
    box-shadow: 0px 5px 10px rgb(0 0 0 / 74%);
    margin-bottom: 0;
    transition: all .3s ease;
}

.b-nav-sticky {
    padding: 20px;
    color: #fff;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    transition: all .3s ease;
    display: none;
}



.b-nav li.b-nav-main {
    padding: 0 20px;
    /* border-right: 1px solid #fff; */
}

.b-nav li:nth-last-child(1 of .b-nav-main) {
    padding: 0;
    border: 0;
    margin-left: 20px;
    border-right: 1px solid transparent!important;
}

.b-nav-sticky li a,
.b-nav li a {
    font-size: 20px;
    color: #fff;
    transition: all .5s ease;
    position: relative;
}

.b-nav li a::after {
    content: "";
    width: 100%;
    display: block;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.b-nav-sticky li a {
    color: #333;
}

.b-nav li a:hover::after {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.b-nav li a.current {
    color: #dddddd;
}

.b-nav li a.current::after {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    background-color: #dddddd;
}

.b-collapse-menu {
    /* display: none; */
    padding: 30px 0 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 74%);
    /* background: linear-gradient(140deg, var(--s-navigation-color) 45%, rgba(250, 185, 185, 0.72) 100%); */
    background: linear-gradient(to right bottom, var(--s-navigation-color), #ff8686);
    z-index: 20;
    transform: translateY(-105%);
    transition: all .5s ease;
    position: absolute;
    width: 100%;
}

.b-collapse-menu.active {
    transform: translateY(0);
}

.b-collapse-menu a {
    transition: all .3s ease;
}

.b-collapse-menu a h3,
.b-collapse-menu a .b-icon {
    transform: translateY(0);
    transition: all .4s ease;
}

.b-collapse-menu a.current .b-icon i,
.b-collapse-menu a.current h3,
.b-collapse-menu a:hover i,
.b-collapse-menu a:hover h3 {
    color: #dddddd;
    /* color: var(--s-navigation-color); */
}

.b-collapse-menu a.current .b-icon i,
.b-collapse-menu a:hover i {
    /* border: 1px solid var(--s-navigation-color); */
    border: 1px solid #dddddd;
}

.b-collapse-menu a.current .b-icon,
.b-collapse-menu a:hover .b-icon {
    transform: translateY(10px);
}

.b-collapse-menu a.current h3,
.b-collapse-menu a:hover h3 {
    transform: translateY(-10px);
}

.b-sub-nav {
    text-align: center;
    color: #fff;
    display: block;
}

.b-icon {
    font-size: 32px;
}

.b-icon i {
    width: 50px;
    height: 50px;
    display: inline-flex;
    border-radius: 10px;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.b-sub-nav h3 {
    color: #fff;
    font-size: 24px;
}

.b-btn-top {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    z-index: 99;
    border-radius: 10px;
    background: var(--s-navigation-color-gradient);
    cursor: pointer;
}

.b-bread-crumb {
    margin-left: 30px;
    text-transform: uppercase;
}

.b-bread-crumb a:hover {
    color: var(--s-navigation-color);
}

#contatti-veloci{
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: #fff;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all .4s ease;
}
#contatti-veloci.active{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
#contatti-veloci ul{
    display: flex;
    flex-flow: column;
    padding: 0;
    align-items: center;
    justify-content: space-evenly;
}
#contatti-veloci ul li a{
    display: inline-block;
    /* flex-flow: column; */
    text-align: center;
}
.b-close-contatti-veloci{
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 30px;
    color: var(--s-navigation-color);
}

/*---------------------------------HEADER-------------------------------------------------*/

.hlt_bnr_logo{
width:50%;
}
.hlt_bnr_text .htl_bnr_sbheading {
    box-shadow: 16px 6px 10px rgb(0 0 0 / 72%);
    font-size: 30px;
}

.hlt_bnr_text .htl_bnr_sbheading,
.hlt_bnr_text .htl_bnr_sbheading:after {
    background-color: #fff;
    color: var(--s-navigation-color);
}

.hlt_bnr_text .htl_bnr_sbheading:before {
    background: var(--s-navigation-color-gradient);
}

.landing .hlt_grayebg,
.hlt_slider {
    float: none;
    padding: 0;
    height: 100vh;
    display: grid;
    place-content: center;
}

.hlt_slider,
.hlt_slider:after {
    background-color: unset;
}

.hlt_slider img {
    left: unset!important;
    position: static!important;
    display: initial;
}
.home.hlt_slider{
    padding: 0;
    height: 85vh;
    display: grid;
    place-items: center;
}
.bnd-video-bg {
    position: absolute;
    width: 100%;
    height: 110%;
    object-fit: cover;
}

.container.presentazione{
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translate(-3%, -50%);
}


/*---------------------------------COSA FACCIAMO-------------------------------------------------*/

.hlt_wedobox.clrs_01:after,
.hlt_wedobox.clrs_02:after,
.hlt_wedobox.clrs_03:after,
.hlt_wedobox.clrs_04:after {
    border-radius: 10px;
}

.hlt_wedobox.clrs_01:after,
.hlt_wedobox.clrs_02:after,
.hlt_wedobox.clrs_03:after,
.hlt_wedobox.clrs_04:after,
.hlt_heading h1:after {
    background: var(--s-navigation-color-gradient);
}

.hlt_wedobox {
    border-radius: 10px;
    border: 1px solid var(--s-navigation-color);
    height: 250px;
    padding: 40px 15px;
    transition: all .4s ease;
}

.hlt_wedobox:hover {
    padding: 50px 15px 30px;
}

.hlt_wedobox .hlt_hexa {
    width: 90px;
    height: 90px;
    /* border: 1px solid var(--s-navigation-color); */
    border-radius: 10px;
    transition: top .4s ease, background .2s linear .2s;
}

.hlt_wedobox:hover .hlt_hexa {
    background: transparent;
    top: -25px;
    transition: top .4s ease, background 0s;
}

.hlt_wedobox:hover .hlt_hexa i {
    color: #fff;
}

span.hlt_hexa i {
    font-size: 35px;
    color: var(--s-navigation-color);
    transition: all .4s ease;
}

.hlt_wedobox .hlt_hexa svg path {
    fill: var(--s-navigation-color);
}

.hlt_wedobox .hlt_hexabk {
    background-color: unset;
}
.hlt_wedobox h4{
    margin: 10px 0!important;
}
.hlt_wedobox h4:after {
    background: var(--s-navigation-color-gradient);
}

.hlt_wedobox:hover h4:after {
    background-color: #fff;
}

.hlt_wedobox .hlt_read {
    width: 45%;
    padding: 5px;
    color: #fff;
    border-radius: 10px;
    background: var(--s-navigation-color-gradient);
    transition: all .3s ease;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.hlt_wedobox:hover .hlt_read {
    background: #fff;
    color: var(--s-navigation-color);
}

.hlt_bnr_text .htl_bnr_heading {
    color: #fff;
    font-size: 32px;
}

.hlt_bnr_text p,
.hlt_bnr_text a {
    color: #fff;
}

.hlt_btn {
    border: 2px solid var(--s-navigation-color);
    background: var(--s-navigation-color-gradient);
    color: #fff;
    box-shadow: 0px 7px 10px rgb(0 0 0 / 68%);
    border-radius: 10px;
    text-transform: initial;
}

.hlt_btn:hover {
    border: 2px solid var(--s-navigation-color);
    background: #fff;
    color: var(--s-navigation-color);
}


/*-------------------DI NOI--------------------------------*/

.hlt_about_info--container {
    background-color: rgb(0 0 0 / 68%);
    padding: 100px;
}

.hlt_about_info {
    /* height: 70%; */
    padding: 50px;
}

.hlt_about_info table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.hlt_about_info table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.hlt_about_emr {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.hlt_grayebg.hlt_about {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 0 0 0;
}

.hlt_heading h1 {
    color: #333;
}

.hlt_heading.style_2 h1,
.hlt_about_info h4,
.hlt_about_info p {
    color: #fff;
    font-size: 21px;
}

.hlt_about_info h4 {
    text-transform: uppercase;
}

.hlt_about_info h4 span {
    text-transform: lowercase;
}

.hlt_about_info h4:after {
    background-color: transparent;
}

.hlt_about_info table {
    background-color: rgb(255 255 255 / 20%);
}

.hlt_about_info table tr th,
.hlt_about_emr {
    color: var(--s-navigation-color);
    background: #fff;
}

.hlt_about_emr {
    padding: 20px;
}

.hlt_about_info table tr td {
    color: #fff;
}


/*--------------------------------MAPPA------------------------------*/

#map-embed iframe {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    box-shadow: none;
}

.default-card,
.place-card,
.gm-inset-map {
    display: none;
}


/*---------------------------------FOOTER----------------------------*/

.hlt_footersection {
    background-color: #337ab7;
    padding: 20px 0px 0px 0px!important;
}

.b-container-footer .row {
    padding: 8px;
    /* border: 1px solid var(--s-navigation-color); */
    border-radius: 10px;
}

.hlt_ftr_logo hr {
    display: inline-block;
    width: 35px;
}

.hlt_ftr_logo a {
    /* width: 230px; */
    margin-bottom: 0;
    color: #fff;
}

.hlt_ftr_logo h5 {
    font-size: 28px;
    color: #fff;
}

.hlt_ftr_logo p span:first-child {
    color: var(--s-navigation-color);
}

.hlt_ftr_logo p {
    margin-bottom: 5px;
}

.hlt_ftr_logo p span {
    color: rgb(50, 109, 2);
}

.b-logo-footer-container {
    display: flex;
    height: 100%;
    flex-flow: column;
    justify-content: flex-end;
    /* padding-bottom: 42px; */
}

.b-logo-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.b-logo-footer img {
    width: 260px;
}

.b-footer-column-2 {
    position: relative;
}


/* .b-footer-column-2::before,
.b-footer-column-2::after {
    content: "";
    display: block;
    height: 90%;
    width: 2px;
    background: var(--s-navigation-color-gradient);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.b-footer-column-2::before {
    left: 0;
}

.b-footer-column-2::after {
    right: 0;
} */

.hlt_footer_address h2 {
    color: #fff;
    font-size: 90px;
}

.hlt_footer_address p {
    font-size: 30px;
}

ul.b-nav-footer li {
    margin-bottom: 5px;
}

ul.b-nav-footer li a {
    color: #fff;
    font-size: 24px;
}

.absolute-footer {
    text-align: center;
    padding: 5px;
    background-color: #414141;
    color: var(--s-navigation-color);
}
.absolute-footer a{
    color: inherit;
}
.absolute-footer a:hover{
    color: #ee3b00;
}
/*LANDING*/


/* .landing .hlt_about_info p:before {
    content: "➡";
    margin-right: 10px;
    font-size: 40px;
} */

.b-proposte {
    display: inline-block;
    padding: 35px 50px 0;
    border: 1px solid #333;
    border-radius: 10px;
    position: relative;
}

.b-proposte h4 {
    position: absolute;
    top: -33px;
    left: 50%;
    display: block;
    transform: translateX(-50%);
    width: 80%;
    background: #fff;
    font-weight: 700;
    text-transform: initial;
}

.b-proposte p {
    text-transform: initial!important;
    position: relative;
}

.b-proposte p:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    display: block;
    background: var(--s-navigation-color-gradient);
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.landing .section-inner-wrapper h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--s-navigation-color);
}

.section-inner-wrapper span {
    display: inline-block;
    width: 35px;
}

.landing .section-inner-wrapper p {
    text-transform: uppercase;
    margin-bottom: 35px;
}

.landing .section-inner-wrapper p span {
    color: var(--s-green);
}

.landing .hlt_bnr_text p {
    font-size: 21px;
    font-weight: 400;
}

.landing .hlt_btn,
.landing .hlt_btn:hover {
    border: 3px solid var(--s-green);
    text-transform: unset;
}

.landing .hlt_btn.no-border {
    border: 0;
    text-transform: unset;
}


/*CONTATTI*/

.contatti .contact-info-inner {
    position: relative;
    width: 70%;
    margin: auto;
    border: 1px solid #333;
    padding: 40px 35px 0;
    border-radius: 10px;
}

.contact-info-inner .row {
    /* width: 120%; */
    margin-left: 35px;
}

.contact-info-inner h3 {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--s-navigation-color-gradient);
    color: #fff;
    padding: 7px;
    border-radius: 10px;
    /* width: 80%; */
}

.contatti .contact-info span.key {
    display: inline-block;
    position: relative;
    font-size: 21px;
    font-weight: 700;
}

.contatti .contact-info span.key,
.contatti .contact-info span.value {
    font-size: 21px;
}

.contatti .contact-info span img {
    position: absolute;
    top: -2px;
    left: -43px;
    width: 35px;
}

.contatti .contact-info ul {
    max-width: 90%;
    margin: auto;
}

.contatti .contact-info ul li {
    list-style: none!important;
    font-size: 21px;
    margin-bottom: 15px;
}

.contatti .contact-info ul li span {
    display: inline-block;
    width: 30%;
}

.contatti .contact-info ul li span img {
    margin-right: 20px;
    width: 40px;
}

.contatti__elements{
    width: 60vw;
    gap:15px;
}

/*CERTIFICATI*/
.certificazioni li {
    font-size: 20px;
    list-style: circle !important;
}


/*CLIENTI PRINCIPALI*/

.b-regione {
    width: 65%;
}

.clienti-principali .section-inner-wrapper h2 {
    font-size: 45px;
}

.clienti-principali .section-inner-wrapper img {
    max-width: 350px;
    margin: auto;
}

.clienti-principali .section-inner-wrapper .b-regione h4 {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--s-navigation-color-gradient);
    color: #fff;
    padding: 3px 8px;
    border-radius: 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 25px;
    width: 42%;
}

.clienti-principali .section-inner-wrapper .b-regione {
    padding: 40px 50px 0;
}



/*ORGANIGRAMMA*/

.organigramma h3{
    font-weight: 700;
}

.organigramma.container ul{
    padding-left: 20px;
    position: relative;
}
.organigramma.container ul:before{
    content: "";
    display: block;
    width: 1px;
    /* height: 80px; */
    background-color: #505050;
    position: absolute;
    left: 2px;
}
.organigramma.container ul.first:before
{
    height: 80px;
}

.organigramma.container ul.second:before
{
    height: 315px;
}

.organigramma.container ul.terzo:before
{
    height: 60px;
}

.organigramma.container li{
    list-style: disc!important;
    color: rgb(255, 0, 0);
    position: relative;
    font-size: 23px;
    margin-bottom: 8px;
}

.organigramma.container li span{
    color: #000;
}

.organigramma.container li:before{
    content: "";
    display: block;
    height: 25px;
    width: 1px;
    background-color: #000;
    position: absolute;
    top: -10px;
    left: -18px;
}

.organigramma.container li:after{
    content: "";
    display: block;
    height: 1px;
    width: 12px;
    background-color: #3d3c3c;
    position: absolute;
    top: 18px;
    left: -14px;
}


@media screen and (max-width:1199px) {
    .b-info-header-container {
        height: auto;
    }
    /* .b-header-top {
        height: 240px;
    } */
    .hlt_footer_address h2 {
        font-size: 65px;
    }
    .hlt_footer_address p {
        font-size: 20px;
    }
    .contatti .contact-info ul {
        max-width: 100%;
        padding-left: 0;
    }
    .hlt_about_info h4,
    .hlt_about_info p {
        font-size: 28px;
    }
    .hlt_about_info {
        padding: 50px;
    }
    .b-regione {
        width: 85%;
    }
}

@media screen and (max-width:1024px) {
    .hlt_about_info h4,
    .hlt_about_info p {
        font-size: 26px;
    }
    .hlt_about_info {
        padding: 20px;
    }
    .bg-pc-medium {
        background-position: center!important;
    }
    .bg-plb-medium {
        background-position: left bottom!important;
    }
}

@media screen and (max-width:991px) {
    
    .b-logo {
        width: 150px;
    }
    .b-close-collapse-menu {
        display: block;
    }
    .b-nav li {
        border: 0;
    }
    .b-nav li:last-child{
        margin-left: 0!important;
    }
    .b-info-header li:hover p a.numero-verde:after {
        opacity: 0;
        visibility: hidden;
    }
    .section-inner-wrapper.mid-left {
        position: static;
        transform: none;
        margin-top: 50px;
    }
    .b-container {
        max-height: 100px;
        background: transparent;
    }
    .b-header-top {
        height: 140px;
        z-index: 3;
    }
    .section-inner-wrapper.centered {
        max-width: 100%;
    }
    .b-header-bottom {
        transform: translateY(-100%);
        background: var(--s-navigation-color-gradient);
        opacity: 0;
        visibility: hidden;
    }
    .b-header-bottom.active {
        transform: translateY(-12px);
        opacity: 1;
        visibility: visible;
    }
    .b-header-bottom.active .b-nav {
        padding: 32px 20px 20px;
    }
    .b-nav {
        flex-flow: column;
        /* box-shadow: unset; */
        z-index: 2;
    }
    .b-nav li {
        margin-bottom: 15px;
    }
    .contatti .contact-info ul li {
        font-size: 25px;
        margin-bottom: 50px;
    }
    .contatti .contact-info ul li span {
        width: 100%;
        margin-bottom: 10px;
    }
    .contatti .contact-info ul li span img {
        margin-top: -10px;
    }
    .hlt_about_info h4,
    .hlt_about_info p {
        font-size: 24px;
    }
    .b-collapse-menu {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        z-index: 20;
        opacity: 0;
        visibility: hidden;
        /* transition: opacity 1s ease .3s, transform .5s ease; */
        transition: opacity 1s ease .2s, position 0s linear .6s, visibility 0s ease .6s, transform .6s ease;
    }
    .b-collapse-menu.active {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 9999;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        /* transition: opacity .4s ease .3s, transform .5s ease; */
        transition: opacity .4s ease, position 0s linear 0s, visibility 0s ease 0s, transform .6s ease .2s;
    }
    .d-block-medium {
        display: block!important;
    }
    .b-regione {
        width: 100%;
    }
    .contatti__elements{
        width: 100vw;
    }
    
}

@media screen and (max-width:767px) {
	.loading{
		left:-50%;
	}
	.hlt_bnr_logo{
width:80%;
}
    .section-inner-wrapper.top,
    .section-inner-wrapper.left {
        margin-left: auto;
    }
    /* .section-inner-wrapper.top p,
    .section-inner-wrapper.left p {
        font-size: 27px;
    } */
    .section-inner-wrapper p {
        font-size: 25px;
    }
    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .section-padding-side {
        padding-right: 50px;
        padding-left: 50px;
    }
    .hlt_footersection .d-flex {
        display: block;
    }
    .b-footer-column-2::before,
    .b-footer-column-2::after {
        background: unset;
    }
    .b-logo-footer img {
        width: 280px;
    }
    .contact-info-inner h3 {
        width: 80%;
        text-align: center;
    }
    .clienti-principali .section-inner-wrapper .b-regione h4 {
        width: 80%;
    }
    
    .sm-grid-cols-1{
        grid-template-columns: repeat(1,minmax(0, 1fr));
    }
}

@media screen and (max-width:600px) {
    .section-inner-wrapper p {
        font-size: 20px;
        text-align: center;
    }
    .section-inner-wrapper h3 {
        font-size: 30px;
    }
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-padding-side {
        padding-right: 25px;
        padding-left: 25px;
    }
    .bg-pc-small {
        background-position: center!important;
    }
    .bg-plb-small {
        background-position: left bottom!important;
    }
    .contatti .contact-info-inner {
        width: 95%;
    }
    .hlt_bnr_text .htl_bnr_sbheading {
        font-size: 22px;
    }
    .landing .section-inner-wrapper h4 {
        font-size: 24px;
    }
    .landing .section-inner-wrapper p {
        font-size: 18px;
    }
    .d-flex-even.numero-verde,
    .d-flex-even.email {
        align-items: center;
        flex-flow: column;
    }
    .landing .section-inner-wrapper h2 {
        font-size: 25px;
    }
    .clienti-principali .section-inner-wrapper h2 {
        font-size: 28px;
    }
    .section-inner-wrapper h3 {
        font-size: 28px;
        margin-right: 0;
        float: none;
        display: block;
        text-align: center;
    }
    .b-icon-container {
        text-align: center;
    }
}

@media screen and (max-width:400px) {
    .b-btn-top {
        width: 30px;
        height: 30px;
        font-size: 25px;
    }
    .section-inner-wrapper p {
        font-size: 18px;
    }
    .section-inner-wrapper {
        text-align: center;
    }
    .b-icon-container {
        text-align: center;
    }
    .hlt_about_info--container {
        padding: 5px;
    }
    .hlt_heading.style_2 h1,
    .hlt_about_info h4,
    .hlt_about_info p {
        font-size: 22px;
    }
    .hlt_slider {
        background-position: 50% 50%;
    }
    .hlt_about_info {
        padding: 14px;
    }
    .hlt_about_info table tr th {
        font-size: 13px;
    }
    .contatti .contact-info span.key,
    .contatti .contact-info span.value {
        font-size: 15px;
    }
    .contatti .contact-info-inner {
        width: 98%;
        padding: 40px 5px 0;
    }
    .contact-info-inner h3 {
        font-size: 20px;
        text-align: center;
    }
    .b-sub-nav h3 {
        font-size: 21px;
    }
    .b-icon {
        font-size: 28px;
    }
    .b-icon i {
        width: 45px;
        height: 45px;
    }
    .clienti-principali .section-inner-wrapper .b-regione h4 {
        width: 95%;
    }
}