
:root { 
    scroll-behavior: initial;
    --main-danger: #dc3746; 
    --main-danger-hover: #aa001e; 
    --main-warning: #ffc305; 
    --main-success: #4baf50; 
    --main-success-hover: #3c8c3c; 
    --main-info: #2396f0; 
    --very-dark-grey: #323232;
    --main-color: #06afaf;
    --main-black: #000;
    --main-grey: #95a1ad;
} 

html, body {
    max-width: 100%;
    overflow-x: hidden!important;
    font-weight: 400;
    font-size: 16px;
    color: var(--body-color)!important;
    scroll-behavior: initial;
}

/* MENU CON LETTERE MINUSCOLE E PARENTESI TONDA ES. a) b) c) */
.custom_menu {
    list-style-type: none; /* Remove default list bullets */
}

.custom_menu li {
    counter-increment: letter; /* Increment a counter for each list item */
    position: relative;
}

.custom_menu li::before {
    content: counter(letter, lower-alpha) ") "; /* Display the counter as letters with a closing parenthesis */
    position: absolute;
    left: -20px; /* Move the letter to the left, to replace the normal bullet */
}
/* MENU CON LETTERE MINUSCOLE E PARENTESI TONDA ES. a) b) c) */

a {
    text-decoration: none;
    color: var(--main-color);
}

b , strong , .font-weight-bold {
    font-weight: 700!important;
}
p {
    margin: 0!important;
}
.text-justify , .text-justify * {
    text-align: justify!important;
}
.grecaptcha-badge , .super_hidden , .accordion-button::after {
    display: none!important;
    visibility: hidden!important;
    opacity: 0!important;
    width: 0!important;
    height: 0!important;
    overflow: hidden!important;
    z-index: -2147483647!important;
    pointer-events: none!important;
}

.overflow-hidden {
	overflow-x: hidden!important;
	overflow-y: hidden!important;
	overflow: hidden!important
}
.preloader {
	background-color: #ffffffbf;
	height: 100vh;
	width: 100vw;
	position: fixed;
	overflow: hidden;
	z-index: 2147483647;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center
}

.preloader .spinner {
    display: inline-block;
    width: 64px;
    height: 64px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50% , -50%);
}
.preloader .spinner:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 4px solid var(--main-color);
    border-color: var(--main-color) transparent var(--main-color) transparent;
    animation: spinner 1.2s linear infinite;
}
.preloader span {
	display: inline-block;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
    color: var(--main-color);
}

::-webkit-scrollbar {
	width: 3px!important;
	height: 0!important
}

::-webkit-scrollbar-track {
	background: #fff
}

::-webkit-scrollbar-thumb {
	background: var(--main-very-dark)
}

::-webkit-scrollbar-thumb:hover {
	background: var(--main-color)
}

::selection {
	background: var(--main-selection);
}

.ease , .cool_btn::before , .cool_btn::after {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}
.cursor-pointer {
    cursor: pointer!important;
}
.cursor-text {
    cursor: text!important;
}
.text-muted {
    color: var(--body-color-t)!important;
}
* , *:focus {
    outline: none!important;
}

img.white_img {
    filter: brightness(0) invert(1);
}
.main_h2 {
    color: var(--main-color);
    font-weight: 600;
}
.main_subtitle {
    color: var(--main-grey);
    font-weight: 600;
}
.secondary_subtitle {
    font-weight: 600;
}
.bg_first {
    background: var(--main-dark);
}
.bg_second , .footer_section {
    background: var(--main-very-dark);
}
small.small {
    font-size: 60%!important;
    vertical-align: middle;
    opacity: .75;
}
small , .small {
    font-size: 12.5px!important;
}
.footer_link {
    color: #ffffffbf;
}
a.footer_link:not(.cursor-text):hover {
    color: #fff;
}
.eweb_signature {
    font-size: 75%;
    background: #000;
    color: #ffffffbf;;
}
.eweb_signature a {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--body-color);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f054";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    float: initial;
    transform: scale(0.75);
    opacity: .5;
    z-index: -1;
    position: relative;
}
.main_color {
    color: var(--main-color)!important;
}
.breadcrumb-item a:hover {
    color: var(--main-very-dark);
}
.a2a_kit i {
    background: var(--main-grey);
    height: 32px;
    width: 32px;
    position: relative;
}
.a2a_kit a:last-of-type i { 
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.a2a_kit i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.a2a_button_facebook:hover i {
    background-color: #1978f0!important;
}
.a2a_button_twitter:hover i {
    background-color: #1ea0f0!important;
}
.a2a_button_pinterest:hover i {
    background-color: #e60023!important;
}
.a2a_button_linkedin:hover i {
    background-color: #2878c8!important;
}
.a2a_button_email:hover i {
    background-color: var(--body-color)!important;
}
.a2a_button_whatsapp:hover i {
    background-color: #05cd50!important;
}
.main-btn , .btn_submit , .btn-theme {
    background: var(--main-color);
    border: none!important;
}
.main-btn:hover , .btn_submit:hover , .btn-theme:hover {
    background: var(--main-very-dark);
}
.open_close_accordion {
    height: 20px;
    width: 20px;
    font-size: 50%;
    background-color: var(--body-color);
}
.accordion-button:not(.collapsed) .open_close_accordion {
    background-color: var(--main-color);
}
.accordion-button:not(.collapsed) .open_close_accordion::before {
    content: "\f068";
}
.open_close_accordion::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.accordion-button:focus {
    outline: 0!important;
    box-shadow: none!important;
}
.accordion-button:not(.collapsed) {
    color: var(--main-color)!important;
    background-color: transparent!important;
    box-shadow: none!important;
}
.hide {
    opacity: 0!important;
    z-index: -2147483647!important;
    pointer-events: none!important;
}
.full_screen_section {
    /*height: 85vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);*/
}

video {
	display: block;
	height: 75vh;
	object-fit: cover;
    width: 100%;
}

.full_screen_section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75vh;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';   
}
.cool_btn > div {
    z-index: 3;
}
.cool_btn::before , .cool_btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 90vh;
    z-index: 0;
}
.cool_btn::before {
    border: solid 1px #ffffff80;
    z-index: 1;
    transform: scale(1.5);
    opacity: 0;
}
.cool_btn:hover::before {
    transform: scale(1);
    opacity: 1;
}
.cool_btn::after {
    background: #ffffff40;
    transform: scale(1);
    opacity: 1;
}
.cool_btn:hover::after {
    transform: scale(0);
    opacity: 0;
}
.move_me {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(.75) translateX(0);
}
.move_me::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.cool_btn:hover .move_me {
    transform: translateY(-50%) scale(.75) translateX(15px);
}

/* Cookies banner */
.cookies_banner {
    background: #000;
    z-index: 2147483644;
    max-height: 100vh;
    overflow-y: auto;
}
.cookies_banner.hidden {
    opacity: 0;
    transform: translateY(100%);
}
.cookies_banner_backdrop {
    position: fixed;
    z-index: -2147483647;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000000bf;
    opacity: 0;
    pointer-events: none;
}
body.cookies_open .cookies_banner_backdrop {
    z-index: 2147483643;
    opacity: 1;
    pointer-events: initial;
}
.btn_close_banner , .btn_preferences_cookie , .btn_accept_all_cookie , .btn_cookie_policy , .btn_save_cookies , .close_modal_btn {
    border: none;
    border-radius: 10px;
    line-height: 1;
    text-align: center!important;
}
.btn_preferences_cookie {
    background: var(--very-dark-grey);
}
.btn_close_banner , .btn_accept_all_cookie , .btn_save_cookies {
    background: var(--main-color);
}
.btn_cookie_policy , .close_modal_btn {
    background: #e6e6e6;
    color: var(--body-color)!important;
}
.btn_preferences_cookie:hover {
    background: var(--body-color);
}
.btn_close_banner:hover , .btn_accept_all_cookie:hover , .btn_save_cookies:hover {
    background: var(--main-color);
}
.btn_cookie_policy:hover , .close_modal_btn:hover {
    background: #dcdcdc;
}
.btn_close_banner.disabled , .btn_accept_all_cookie.disabled , .btn_save_cookies.disabled {
    opacity: .5;
    cursor: not-allowed;
}
#cookies_modal , .modal {
    z-index: 2147483646;
}
.modal-backdrop {
    z-index: 2147483645;
}
.close_cookies_modal {
    color: var(--body-color-t);
}
.close_cookies_modal:hover {
    color: var(--body-color);
}
#cookies_modal .modal-header , #cookies_modal .modal-footer , #cookies_modal .modal-content  , .modal .modal-header , .modal .modal-footer , .modal .modal-content {
    border-radius: 15px;
}
#cookies_modal .modal-header , #cookies_modal .modal-footer , #cookies_modal .border-top , .modal .modal-header , .modal .modal-footer , .modal .border-top {
    border-color: #e6e6e6!important;
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2885, 135, 185, 0.25%29'/%3e%3c/svg%3e");
    border-color: var(--main-light);
    box-shadow: 0 0 0 0.25rem var(--main-color-transp);
}
.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")!important;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

#cookies_modal .form-check {
    transform: translate(5px, 5px)!important;
}
.ext_policy {
    color: var(--body-color);
}
.ext_policy:hover {
    color: var(--main-color);
}
.recycle_icon_section {
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    font-size: 450px;
    z-index: 0;
    opacity: .1;
}
.zx-1 {
    z-index: 1;
}
.body_color {
    color: var(--body-color);
}
.cookies_trigger {
    position: fixed;
    bottom: 12px;
    left: 12px;
    border-radius: 100%;
    background-color: var(--main-color);
    height: 48px;
    width: 48px;
    font-size: 24px;
    z-index: 2147483642;
}
.cookies_trigger::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.modal-backdrop.show {
    opacity: 1;
    background-color: #000000bf;
}
/* End of cookies banner */


@media only screen and (min-width: 1200px) {
    .cool_btn > div {
        font-size: 20px;
        letter-spacing: .5px;
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-15px);
    }
    60% {
      transform: translateY(-5px);
    }
}







@media only screen and (max-width: 768px) {

    h1 {
        font-size: 36px !important;
        line-height: 38px !important;
    }

    h2 {
        font-size: 24px !important;
        line-height: 26px !important;
    }

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

    h5 {
        font-size: 12px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    p {
        font-size: 14px !important;
    }

    .logo-nav {
        width: 200px !important;
    }

    .navbar {
        background: #fff !important;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000 !important;
    }

    .loghi-assistenza {
        height: 100% !important;
        width: 100% !important;
    }

    .img-box {
        height: auto !important;
        margin-top: 115px !important;
    }

    a {
        font-size: 14px !important;
    }

    .bottoni-flottanti {
        right: 10px !important;
        bottom: 10px !important;
    }

    .text-box-top h3 {
        font-size: 20px !important;
    }

    .text-box-top h4 {
        font-size: 14px !important;
    }
    
    .text-box-top p {
        font-size: 12px !important;
        width: 100% !important;
    }

    .text-box-top {
        clip-path: inherit !important;
        height: 115px !important;
    }

    .icon-plus {
        font-size: 22px !important;
    }

    .mappa {
        height: 45vh !important;
        top: -70px !important;
    }

    .point.point-1 {
        top: 60% !important;
        left: 48%;
    }

    .point.point-2 {
        top: 63% !important;
        left: 52% !important;
    }

    .point.point-3 {
        top: 63% !important;
        left: 30% !important;
    }

    .point.point-4 {
        top: 61% !important;
        left: 35% !important;
    }
    .point.point-5 {
        top: 60% !important;
        left: 40% !important;
    }
    .point.point-6 {
        top: 63% !important;
        left: 61% !important;
    }
    .point.point-7 {
        top: 46% !important;
        left: 60%;
    }
    .point.point-8 {
        top: 52% !important;
        left: 58%;
    }
    .point.point-9 {
        top: 60% !important;
        left: 58%;
    }

    .point.point-10 {
        top: 65% !important;
        left: 46%;
    }

    .point.point-11 {
        top: 65% !important;
        left: 34% !important;
    }

    .point.point-12 {
        top: 68% !important;
        left: 30% !important;
    }

    .img-logos {
        text-align: center !important;
    }

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


    .slide-section img {
        width: 100%;
        height: 300px !important;
    }

    .box-products:hover .floating_btn {
        top: 59% !important;
    }


   
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    
  
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

p {
    font-weight: 300;
}


#crumbs ul {
    list-style: none;
    display: inline-table;
    padding: 0;
    margin: 0;
}

#crumbs ul li {
    display: inline;
}

li {
    font-weight: 300;
}

.navbar {
    background: #000;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.bg_white {
    background: #fff;
}

.bg_grey {
    background: #f0f0f0;
    clip-path: polygon(100% 20%, 100% 100%, 0 81%, 0 0);
}

.btn_general {
    background: var(--main-grey);
    border: 0px;
    border-radius: 0px;
}

.btn_b {
    background: var(--main-black);
    border: 0px;
    border-radius: 0px;
}

.bg_main {
    background: var(--main-color);
}

.bg_black {
    background: var(--main-grey);
    /* clip-path: polygon(100% 6%, 100% 100%, 0 92%, 0 0); */
}

.box-products {
    overflow: hidden;
}

.box-products::after, .text-box-top {
    pointer-events: none;
}

.box-products:hover .img-box {
    transform: scale(1.1) rotate(2deg);
}

.box-products::after {
    margin: 0;
}

.product-box-border {
    border: 0.25rem solid #f9f9f9 !important;
}

.floating_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .5s all ease;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    border: 1px solid #fff;
    padding: 10px;
    background-color: transparent;
}

.box-products:hover .floating_btn {
    top: 50%;
    opacity: 1;
}

.border-white-start {
    border-left: 0.25rem solid #fff;
}
.border-white-end {
    border-right: 0.25rem solid #fff;
}

.title_volley_banner{
    left: 2%;
    right: 0;
    top: 50%;
    bottom: 0;
    z-index: 1;
    font-size: 40px !important;
}

.title_volley_banner a:hover{
    color: var(--main-color) !important;
}

.text-box-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    letter-spacing: 3px;
    color: #fff;
    z-index: 11;
    clip-path: polygon(0 0, 0% 55%, 50% 0);
    background: var(--main-grey);
}

.text-box-top h3 {
    font-size: 30px;
}

.text-box-top p {
    font-size: 12px;
    width: 220px;
}

.box-products {
	position: relative;
}

.box-products::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #000 );
    opacity: .7;
    margin: 0 4px 0 4px;
}

.img-box  {
	transition: 0.3s ease;
    height: 100%;
    object-fit: cover;
}
  
.img-box:hover {
	transform: scale(1.1);
}

.owl-dots {
	position: absolute;
	bottom: 3%;
	right: 50%;
	transform: translateX(50%);
	z-index: 1;
  }
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 25px;
	height: 3px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 0px;
}  
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--main-color);
}

.box-products .modal-dialog {
    max-width: 1000px;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.box-products .modal-content {
    border-radius: 0px !important;
    background: transparent;
    border: 0px !important;
}

.slide-section img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.box-icon p {
    font-size: 14px;
}

.loghi-assistenza {
    height: 90px;
    border: 1px solid #efefef;
}

footer {
    background: var(--main-color);
}

.point {
    position: absolute;
    display: block;
    /* overflow: hidden; */
    border-radius: 50% 50%;
    color: #fff;
    cursor: pointer;
}

.point.point-1 {
    top: 33%;
    left: 48%;
}

.point.point-2 {
    top: 29%;
    left: 49%;
}

.point.point-3 {
    top: 35%;
    left: 40%;
}

.point.point-4 {
    top: 32%;
    left: 41%;
}
.point.point-5 {
    top: 28%;
    left: 43%;
}
.point.point-6 {
    top: 32%;
    left: 56%;
}
.point.point-7 {
    top: 34%;
    left: 60%;
}
.point.point-8 {
    top: 31%;
    left: 58%;
}
.point.point-9 {
    top: 29%;
    left: 58%;
}

.point.point-10 {
    top: 33%;
    left: 46%;
}

.point.point-11 {
    top: 28%;
    left: 41%;
}

.point.point-12 {
    top: 25%;
    left: 42%;
}


.icon-plus {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 34px;
}

.content-point {
    position: absolute;
    width: 250px;
    margin: 0;
    overflow: auto;
    padding: 15px;
    opacity: 0;
    pointer-events: none;
    bottom: 45px;
    transform: translateX(-50%);
    left: 50%;
    transition: .5s all ease;
}

.section_mappa h5 {
    font-size: 14px;
}


.point.open .content-point {
    opacity: 1;
    pointer-events: all;
    background-color: var(--main-color);
    overflow: visible;
    z-index: 15;
}


.point .content-point:after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    border: 0 solid transparent;
    transition: .5s all ease;
}

.point.open .content-point:after {
    border: 20px solid transparent;
    border-top: 20px solid var(--main-color);
}

.mappa {
    position: relative;
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    top: -150px;
}

.contact_form {
    background: var(--main-black);
    clip-path: polygon(100% 6%, 100% 100%, 0 92%, 0 0);
}

.btn_contact_form{
    background: #fff;
    border: 0px;
    border-radius: 0px;
}

.input-form {
    border-radius: 0px !important;
    border: 0px;
}

.sec_logos {
    background-image: url('../../media/images/Automotive-rent-bg.jpg');
    background-position: center;
    background-size: cover;
    height: 35vh;
}

.sec_logos::after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(255, 255, 255, .7);
    height: 35vh;
}


.bottoni-flottanti {
    position: absolute;
    right: 25px;
    bottom: 40px;
    z-index: 10;
}

.btn_w {
    background: #fff;
}

#contattaci {
    background-image: url('../../media/images/fascia-contatti.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
    clip-path: polygon(100% 6%, 100% 100%, 0 92%, 0 0);
}

.payoff {
    font-size: 20px;
}

.text_evid {
    color: #06afaf;
}

.fascia-grey {
    background-color: #95a1ad;
}

.line-blue {
    width: 100%;
    height: 2px;
    background-color: #06afaf;
}

.sec_new_map {
    background-image: url('../../media/images/carta.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
}

.sec_new_map::after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(255, 255, 255, .87);
    height: 100%;
}

@media screen and (min-width: 1700px) and (max-width: 1950px) {
    h4.business_place{
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1699px) {
    h4.business_place{
        font-size: 16px !important;
    }

    .text-box-top{
        clip-path: polygon(0 0, 0% 65%, 65% 0);
    }
}
