@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&display=swap');
:root {
    --main-color: #002746;
    --main-color-2: #004f90;
    --main-color-3: #00b4cb;
    --body-color: #232d37;
    --main-grey: #afafaf;
    --light-grey-2: #e6ebf0;
    --footer: #232323;
}
html , body {
    max-width: 100%;
    overflow-x:hidden;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    color: var(--body-color);
    scroll-behavior: smooth;
}
p {
    font-size: 16px;
}
strong {
    font-weight: 700!important;
}
b {
    font-weight: 500!important;
}
.ease , .ease * {
    -webkit-transition: all .5s ease-out!important;
    -moz-transition: all .5s ease-out!important;
    -o-transition: all .5s ease-out!important;
    transition: all .5s ease-out!important;
}
.ease-dropdown  , .ease-dropdown  * {
    -webkit-transition: all .0s ease-out!important;
    -moz-transition: all .0s ease-out!important;
    -o-transition: all .0s ease-out!important;
    transition: all .0s ease-out!important;
}
.cursor-pointer , .cursor-pointer * {
    cursor: pointer!important;
}
a {
    text-decoration: none!important;
    color: var(--body-color);
}
a:hover {
    color: var(--main-color);
}
* , *:focus {
    outline: none!important;
}
.button_central {
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.dropdown-menu.show {
    border-top: solid #1964b9 1px !important;
}
.crumbs ul {
	list-style: none;
	display: inline-table;
	padding: 0;
	margin: 0
}
.crumbs ul li {
	display: inline
}
.crumbs ul li a {
	display: inline-block;
	background: var(--light-grey-2);
	text-align: center;
	padding: 5px 15px 5px 40px;
	position: relative;
	margin: 0 5px 0 0;
	text-decoration: none;
	color: var(--main-color);
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 30px;
}
.crumbs ul li a:after {
	content: "";
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid var(--light-grey-2);
	position: absolute;
	right: -20px;
	top: 0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}
.crumbs ul li a:before {
	content: "";
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #fff;
	position: absolute;
	left: 0;
	top: 0
}
.crumbs ul li:first-child a:before {
	display: none
}
.crumbs ul li:first-child a {
	padding-left: 20px
}
.crumbs ul li:last-child a {
	padding-right: 20px;
	margin-right: 0
}
.crumbs ul li:last-child a:after {
	display: none
}
.crumbs ul li a:hover {
	background: var(--main-color);
	color: #fff
}
.crumbs ul li a:hover:after {
	border-left-color: var(--main-color);
	color: #fff
}
.crumbs ul li:last-child a {
	background: var(--main-color);
	color: #fff
}
.crumbs ul li:last-child a:after {
	border-left-color: var(--main-color);
	color: #fff
}
.flagtop {
    width: 1.5rem;
}
.navbar-section {
    background: transparent!important;
}
.navbar-toggler {
    border: none!important;
    outline: none;
    position: relative;
    color: #fff;
    border: none;
    font-size: 30px;
    cursor: pointer;
    padding: 0;
}
.nav-toggle {
	-webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 2rem;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    z-index: 2;
}
.nav-toggle .nav-toggle-bar,.nav-toggle .nav-toggle-bar::after,.nav-toggle .nav-toggle-bar::before {
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	background: var(--main-color);
	content: '';
	height: 0.4rem;
	width: 100%
}
.nav-toggle .nav-toggle-bar {
	margin-top: 0
}
.nav-toggle .nav-toggle-bar::after {
	margin-top: 0.8rem
}
.nav-toggle .nav-toggle-bar::before {
	margin-top: -0.8rem
}
.nav-toggle.expanded .nav-toggle-bar {
	background: transparent!important
}
.nav-toggle.expanded .nav-toggle-bar::after,.nav-toggle.expanded .nav-toggle-bar::before {
	margin-top: 0
}
.nav-toggle.expanded .nav-toggle-bar::after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.nav-toggle.expanded .nav-toggle-bar::before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.navbar .dropdown-menu {
    background-color: #fff;
}
.navbar .dropdown-toggle{
    padding: 0.3rem 0.3rem;
    margin: 0 1rem;
}
.nav-item.dropdown{
    padding: 1 !important;
}
.container_nav {
    margin: 0 !important;
}
.container_nav .first {
    background-color: var(--main-color);
}
.container_nav .second {
    position: absolute;
    top: 125px;
    width: 100%;
    padding: 0px !important;
    margin: 0px;
    z-index: 10;
    background-color: var(--main-color);
    opacity: .8;
}
.container_nav img {
    max-width: 180px;
    width: 100%;
}
.navbar-expand-lg .navbar-collapse {
    margin-left: -200px;
    margin-right: -200px; 
}
nav {
    transition: all ease 0.5s;
}
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}
.dropdown-menu .nav-link {
    padding: 0;
}
#main-nav {
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    position: relative;
}
ul#main-nav {}
#main-nav li {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
}
#main-nav a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    padding: .6em 5em !important;
    margin: 0;
    text-decoration: none;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


@media screen and (min-width: 1200px) {
    .navbar .dropdown-menu::before {
        content: "";
        z-index: 0;
        opacity: 0.5;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;     
    }
    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 110%;
    }
    .navbar .dropdown-menu {
        border: none;
        background-color: white !important;
        padding: 1rem 6rem;
        margin: 0;
        border-radius: 0;
        width: 100%;
        position: fixed!important;
        top: 90px
    }
}
@media screen and (max-width: 1200px) {
    .navbar .dropdown-menu {
        width: 0vw;
        left:  0px;    
    }
    .icon-navbar {
        visibility: hidden;
    }
    .fixedSideNav {
        max-height: 400px;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling:touch;
    }
    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 110%;    
    }
    .navbar .dropdown-menu {
        border: none;
        background-color: white !important;
        text-align: center;
    }
    .container-color-mobile{
        background-color: var(--light-grey-2);
    }
    .text-title-nav{
        text-align: center !important;
        font-weight: 900;
    }
}

#list-nav-drop .text-dropnav {
    display: block;
    margin: 1px 3px 0px 0px;
  }
  .text-dropnav:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    background: var(--main-color);
}
::-webkit-scrollbar {
    width: 5px!important;
}
::-webkit-scrollbar-track {
	background: #fff
}
::-webkit-scrollbar-thumb , ::-webkit-scrollbar-thumb:hover {
	background: var(--main-color)
}
.eweb_signature {
    background: #000;
    color: var(--main-grey);
    font-size: 0.75em;
    letter-spacing: 1.5px;
}
@keyframes spinner {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}


.navbar-section a.nav-link {
    color: #ffffffbf;
    border-bottom: solid 2px transparent;
    border-top: solid 2px transparent;
    font-weight: 500;
}
.navbar-section a.nav-link:hover , .navbar-section a.nav-link.active {
    color: #ffffff;
    border-bottom: solid 2px #fff;
}
.navbar-section.after_scroll a.nav-link {
    color: var(--body-color);
}
.navbar-section.after_scroll a.nav-link:hover , .navbar-section.after_scroll a.nav-link.active {
    color: var(--main-color);
    border-bottom: solid 2px var(--main-color);
}
.bg-light {
    background-color: var(--light-grey-2)!important;
}
.form_section {
    background: url("../../images/main/contact_section.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.form_section::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .5;
}
.form-control {
    border-radius: 0;
    border: none!important;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.form-control:focus {
    border: none!important;
    box-shadow: 0 0 0 0.2rem var(--main-color-3);
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem var(--main-color-3);
}
.btn-theme {
    background: var(--main-color);
    color: #fff;
}
.btn-theme:hover {
    background: var(--main-color-2);
}

.btn-theme-inv {
    background: var(--main-color-2);
    color: #fff;
}
.btn-theme-inv:hover {
    background: var(--main-color);
}
.footer_section a {
    color: var(--main-color);
}
.footer_section a:hover {
    color: var(--main-color)!important;
}
.footer_section {
    background-color: var(--footer);
}
.btn-white-o {
    background: transparent;
    color: #fff;
    border: solid 1px #fff;
}
.btn-white-o:hover {
    background: #fff;
    color: var(--main-color) ;
    border: solid 1px #fff;
}

.btn-blue-o {
    background: var(--main-color);
    color: white;
    border: solid 1px #fff;
}
.btn-blue-o:hover {
    background: transparent;
    color: var(--main-color);
    border: solid 1px var(--main-color);
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--main-color);
}
.custom-control-input:active~.custom-control-label::before {
    background-color: var(--main-color-3);
}
.main_title {
    font-size: 2rem;
    font-weight: 500;
}
.ig_label {
    font-size: 18px;
    padding: 5px 0px;
    color: #ffffff;
    width: 100%;
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

#main-nav {
    overflow-y: unset;
}
#main-nav ul.dropdown-menu.show {
    margin: 0px;
    left: -5px !important;
    background-color: #ffffff;
    opacity: 1 !important;
}

#main-nav a.dropdown-item {
    padding: 8px 16px !important;
}















/* * ─────────────────────────────────────────────────────────────────── NAVBAR ─────────────────────────────────────────────────────────────────── */
#menuToggle {
    display: block;
    position: absolute;
    top: 25px;
    right: 20px; 
    z-index: 1;  
    -webkit-user-select: none;
    user-select: none;
    z-index: 99999;
}
#menuToggle input {
    display: block;
    width: 20px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;  
    cursor: pointer;  
    opacity: 0;
    z-index: 2;  
    -webkit-touch-callout: none;
}
#menuToggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;  
    background: #cdcdcd;
    border-radius: 3px;  
    z-index: 1;  
    transform-origin: 4px 0px;  
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}  
#menuToggle span:first-child {
    transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #909bad;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(3.5px, -3.5px);
}
#menu {
    position: fixed;
    width: 100vw;
    margin: -100px 0 0 -50px;
    /*padding: 50px 25px;*/
    padding: 125px 105px 30px 25px;
    height: calc(100vh + 25px);
    background: var(--body-color);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menu li {
    padding: 10px 0;
    font-size: 22px;
    border-bottom: solid 1px;
    text-transform: uppercase;
}
#menu a {
    color: #fff;
}
#menuToggle input:checked ~ ul {
    transform: translate(-55%, 0);
    background-color: #002746 !important;
}

@media screen and (min-width: 1199px) {
    .navbar-section.after_scroll {
        background: #fff!important;    
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }
    .central_img {
        position: absolute;
        top: -3rem;
        left: -3rem;
        width: calc(100% + 6rem);
        z-index: 1;
        max-width: unset;
    }   
}

@media screen and (max-width: 1368px) {}

@media screen and (max-width: 1199px) {}

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

@keyframes bounce {
	20%, 55%, 80%, from, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0) translateX(-50%)
	}
	40%, 45% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0) translateX(-50%)
	}
	75% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0) translateX(-50%)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0) translateX(-50%)
	}
}
p img {
    width: 100%!important;
    max-width: 100%!important;
    height: auto!important;
}
.testo_pagina a {
    color: var(--main-color);
}

.land_sect_01 {
    /*padding-top: 3vh;
    padding-bottom: 3vh;*/
    padding-top: 5vh;
    padding-bottom: 5vh;
    position: relative;
    background-color: var(--main-color);
    overflow: hidden;
}
.land_sect_01::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    right: -15px;
    bottom: 0;
    filter: blur(1px);
    /*background-image: url(https://www.serianatransport.it/wp-content/uploads/2018/10/header_img_homepage.jpg);*/
    /*background-image: url(../../images/background_form.jpg);*/
    background-size: cover;
    background-position: center;   
}

.land_sect_01.new_layout {
    padding-bottom: 0;
    background-image: url(https://www.serianatransport.it/images/background_form.jpg);
    background-size: cover;
    background-position: center; 
}
.cont_form {
    margin-bottom: 7vh;
}
.row_box_cont {
    /*width: 60%;
    padding: 0;*/
    /* margin: auto; */
}
.box_contatti {
    padding: 35px 10px 20px;
    background-color: #ffffff;
    position: relative;
}
.box_contatti h4 {
    color: #232323 !important;
    font-weight: 700;
}
.contain_box_contatti {
    padding: 2.25rem 0px 1.5rem 0px;
}
.circle_icon {
    height: 50px;
    width: 50px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px;
    position: absolute;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #36bddb;
    display: inline-block;
}
.circle_icon.ico_tel {
    font-size: 16px;
    padding-top: 15px;
}
.circle_icon.ico_wa {
    font-size: 24px;
    padding-top: 7px;
}
.circle_icon.ico_mailto {
    font-size: 18px;
    padding-top: 11px;
}

.icona_veicoli {
    font-size: 20px;
    padding: 5px 0px;
}
span.feature_veicoli {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 500;
}
.veicoloncc {
    color: var(--main-color-2);
    font-weight: 700;
}
.bordo_right {
    border-right: 1px dashed #002746;
}
.bordo_sub {
    border-bottom: unset;
}
.img_veicolo {
    width: 100%;
    height: auto;
    min-height: 222.5px;
}

.img_landing_page {
    max-width: unset;
    max-height: 185px;
    width: auto;
    margin-left: 20px;
    padding-top: 2.5px;
}
.img_landing_page.transfaerop {
    max-height: 250px;
}
.img_landing_page.nccaziende {
    max-height: 225px;
}
.img_landing_page.navettaer {
    max-height: 305px;
}
.img_landing_page.nccmalpe {
    max-height: 260px;
}

.main_heading, .main_heading strong {
    font-weight: 800 !important;
}
.text_landing {
    font-size: 18px;
    text-align: justify;
}
.text_landing a {
    color: var(--main-color-2);
}
.text_landing a:hover {
    text-decoration: underline !important;
}
.text_landing b {
    font-weight: 600!important;
}
.bordopallino {
    filter: invert(1);
    width: 25%;
    max-width: 250px;
}
.bonus_remind {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.bonus_remind li:before {
    content: '✓';
    color: var(--main-color-3);
    font-weight: 700;
}
.bonus_remind span {
    margin-left: 5px;
    font-weight: 800;
    color: var(--main-color-2);
    font-size: 20px;
}
.btn_remind_call{
    color: #ffffff;
    background-color: var(--main-color-3);
    padding: 10px;
    font-weight: bold;
    min-width: 190px;
    font-size: 18px;
}
.btn_remind_call:hover {
    color: #ffffff;
    background-color: var(--main-color-2);
}
.gradient-before {
    position: relative;
    background: transparent;
    margin-top: 55px;
}
.card.gradient-before::before {
    content: '';
    opacity: 0.8;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color-2);
}
.card {
    border: none;
    border-radius: 5px;
}
.text-white {
    color: #ffffff!important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
#form_landing label {
    margin-bottom: .25rem;
    margin-top: .5rem;
    font-size: 18px;
}
#form_landing .btn_form {
    color: #ffffff;
    background-color: var(--main-color-3);
    padding: 10px;
    /*margin-top: 10px !important;*/
    /*display: block;*/
    text-align: center;
    font-weight: bold;
    width: 10vw;
    font-size: 18px;
}
#form_landing .btn_form:hover {
    text-decoration: underline;
    border-color: #ffffff;
}
.mini-card {
    background-color: var(--main-color-3);
    border-radius: 4px;
    color: #fff;
    padding-left: 50px;
    padding: 5px 15px;
}
.number-inline {
    position: relative;
    color: #000000;
    font-size: 2em;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 7.5px;
    vertical-align: middle;
}
.number-inline::before {
    position: absolute;
    background-color: #fff;
    width: 50px;
    height: 50px;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0
}
.number-inline span {
    position: relative;
}
.number-inline:not(#prima)::after {
    position: absolute;
    background-color: #fff;
    width: 70px;
    height: 3px;
    content: "";
    right: 90%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}
h3.passaggi {
    font-size: 1.5rem;
}
.bg_blue {
    background-color:  var(--main-color);
}
.bg_green {
    background-color: #94c11e;
}
.service_boxes {
    background-image: url(https://www.serianatransport.it/wp-content/uploads/2018/10/bg_services_list.jpg);    
}
.service_container {
    padding: 25px 15px;
    min-height: 355px;
}
.service_container h3 {
    color: #fff !important;
    font-weight: 900;
    font-size: 1.8em;
    letter-spacing: -.01em;
}
.service_container.navetta_aeroportuale {
    background-color: var(--main-color-3);
}
.service_container.noleggio_con_conducente {
    background-color: var(--main-color);
}
.service_container.servizi_per_le_aziende {
    background-color: var(--main-color-2);
}
.service_container img {
    width: 50%;
    margin-bottom: 1em;
    border: none;
    vertical-align: bottom;
}
.bg_grey {
    background-color: #707070;
}
.footer-contacts span:nth-child(1), .footer-contacts span:nth-child(2) {
    border-right: 1px solid #37b1c8;
}
.footer-contacts span {
    padding: 5px 10px;
}
.footer-contacts > span > img {
    width: 20px;
    position: relative;
    top: 2px;
    padding-right: 6px;
}
.footer-contacts span a {
    color: #ffffff!important;
}
.footer-contacts span a:hover {
    color: #ffffff!important;
    text-decoration: underline;
}
.footer-contacts span:nth-child(3) img {
    width: 30px !important;
    top: 7px !important;
}
h2.mezzi_ncc {
    font-size: 2.4em;
    line-height: 1.3em;
    font-weight: 800;
    color: #ffffff;
}
.mobile-menu-visible .body-overlay, .body-overlay.body-overlay-on {
    display: block;
}
.body-overlay {
    display: none;
    background-color: rgba(255,255,255,.7);
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 1000;
    box-shadow: inset -1px 0 13px rgba(0,0,0,.13);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.grecaptcha-badge {
    opacity: 0;
    z-index: 1;
}
#swal2-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#swal2-content ul li {
    margin-bottom: 10px;
}



@media (max-width: 1039px) {
    .box_contatti h4 {
        font-size: 19px;
    }
    .service_container {
        min-height: 435px;
    }
}
@media (max-width: 800px) {
    .bg_blue h4.text-white {
        font-size: 1.3rem;
    }
    #form_landing .btn_form {
        width: 20vw;
        display: inline-block;
    }
    .service_container {
        min-height: unset;
    }
    .footer-contacts span {
        padding: 7px 10px;
        display: block;
        font-size: 20px;
    }
    .footer-contacts span:nth-child(1), .footer-contacts span:nth-child(2) {
        border: none;
    }
    .land_sect_01.new_layout {
        background-size: 190%;
        background-position: right;
        padding-top: 3vh;
    }
    .cont_form {
        margin-bottom: 5vh;
    }
    .row_box_cont {
        margin-top: 1vh;
    }
    .box_contatti h4 {
        font-size: 1.5rem;
    }
    .img_veicolo {
        min-height: unset;
    }
    .veicoloncc {
        font-size: 1.75rem;
    }
    .icona_veicoli {
        font-size: 14px;
    }
    span.feature_veicoli {
        font-size: 16px;
    }
    .veicoloncc.numerini {
        min-height: 65px;
    }
    .bordopallino {
        width: 50%;
    }

    .text_landing, li, .s-text {
        font-size: 16px !important;
    }

    h1 {
        font-size: 30px !important;
        line-height: 28px;
    }

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

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

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

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

    .s-title {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    .btn_form, .btn_remind_call {
        font-size: 14px !important;
    }

}
@media (max-width: 480px) {
    .bg_blue h4.text-white {
        font-size: 1.5rem;
    }
    #form_landing .btn_form {
        display: block;
        width: 100%;
    }
    .number-inline {
        padding-bottom: 5px;
    }
    .number-inline:not(#prima)::after {
        display: none;
    }
    .number-inline::before {
        width: 40px;
        height: 40px;
    }
    .land_sect_01 {
        padding-top: 0px;
        padding-bottom: 3vh;
    }
    .footer-contacts span {
        font-size: 15px;
    }
    .footer_section i.fa.fa-envelope {
        margin-right: 7.5px;
    }
    .gradient-before {
        margin-top: 35px;
    }
    #form_landing label {
        margin-bottom: .25rem;
        margin-top: .25rem;
        font-size: 16px;
    }
    #form_landing label#resp_privacy {
        font-size: 14px;
        line-height: 25px;
    }
    #menu li {
        font-size: 16px;
    }
    .footer-contacts > span > img {
        top: -1px;
    }
    .land_sect_01.new_layout {
        background-size: cover;
        background-position: right;
        padding-top: 0;
    }
    .cont_form {
        margin-bottom: 4vh;
    }
    .bordo_right {
        border-right: unset;
    }
    .bordo_sub {
        border-bottom: 1px dashed #002746;
    }
    .veicoloncc {
        font-size: 2rem;
    }
    .veicoloncc.numerini {
        min-height: unset;
    }
    .img_landing_page {
        margin: 0px 0px 10px 0px;
        padding: 0px;
        max-width: unset;
        width: 100%;
    }
    .footer-contacts li {
        font-size: 16px !important;
    }

    .img-brochure {
        width: 100% !important;
    }

}

/* Camplo è stato qui */

.divider {
    position: relative;
    height: 100%;
    width: 20px;
}
.divider:after {
    content: '';
    position: absolute;
    height: 100%;
    border-style: solid;
    border-width: 22px;
    top: 0;
    border-top-color: white;
    border-left-color: #232d3700;
    border-right-color: white;
    border-bottom-color: #232d3700;
    transform: translateX(calc(-100% + 11px));
}
.divider:before {
    content: '';
    position: absolute;
    height: 100%;
    border-style: solid;
    border-width: 26px;
    top: 1px;
    border-top-color: #0009;
    border-left-color: #232d3700;
    border-right-color: #0009;
    border-bottom-color: #232d3700;
    transform: translateX(calc(-100% + 12px));
}
.container_nav .second {
    background: linear-gradient(to left, #fff 50%, var(--main-color) 50%);
    text-transform: uppercase;
}
#main-nav .bg-white a {
    color: var(--main-color);
    font-weight: bold;
}
.flag {
    width: 40px !important;    
    filter: grayscale(1);
    cursor: pointer;
    transition: .5s all ease;
}
.flag:hover, .flag.selected {
    filter: grayscale(0);
}
.bottom-align {
    vertical-align: bottom;
}
.service-box {
    position: relative;
    /* height: 400px; */
    /* padding-left:200px; */
    /* color: var(--main-color-3); */
    color: #ffffff; 
    font-weight: 800;
    cursor: pointer;
    box-shadow: 1px 1px 6px #dedede;
    transition: .5s all ease;
    margin-bottom: 20px;
    transform: scale(1);
}
.service-background {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
    height: 200px;  
}
.service-background:before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px; */
}
.service-background:after {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    transition: .5s all ease;
    border-top: 100px solid #002746aa;
    border-left: 100px solid transparent;
    border-bottom: 100px solid transparent;
    border-right: 100px solid #002746aa; */
}
.service-title {
    text-align: center;
    font-size: 20px;
    background: #002746;
    height: 50%;
    width: 100%;
    padding: 15px;
    position: relative;
    transition: .5s all ease;
    /* top: 50%; */
    z-index: 2;
    /* transform: translateY(-50%); */
}
.s-title {
    /* position: absolute;
    top: 50%;
    width: calc(100% - 50px);
    transform: translateY(-50%); */
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}
.service-icon {
    /* position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2; */
}
.service-icon img {
    /* width: 140px;
    margin-left: 35px;
    margin-top: 35px;
    background: #fffa;
    padding: 10px 15px;
    border-radius: 50%;
    transition: .5s all ease;
    border: 2px solid #002746aa;
    margin-bottom: 35px; */
}
.service-box:hover .service-icon img {
    background: #fff;
    border: 2px solid #002746;
}
.service-box:hover .service-title {
    /* background: #002746;
    color: #fff; */
}
.service-box:hover .service-background:after {
    border-top: 100px solid #002746;
    border-left: 100px solid transparent;
    border-bottom: 100px solid transparent;
    border-right: 100px solid #002746;    
}
.service-box:hover {
    box-shadow: 0px 0px 12px #232323;
    transform: scale(1.05);
}
.tesla-bg {
    background: url("../../images/img-tesla.jpg");
    background-position: center center;
    background-size: cover;
    height: 800px;
    background-repeat: no-repeat;
}
.s-text {
    font-size: 18px;
    height: 100%;
    font-weight: 400;
}

.s-text a {
    color: #36bddb;
}

.green-title {
    color: #46ad5c;
}
.rainbow {
    background: linear-gradient(90deg, #F44336, #E91E63 , #9C27B0 , #673AB7 , #3F51B5 , #2196F3 , #03A9F4 , #00BCD4 , #009688 , #4CAF50, #8BC34A , #CDDC39 , #FFEB3B , #FFC107 , #FF9800 , #FF5722);
}

.bg_service_transfer {
    background-image: url(../../images/img1bis.jpg);
}
.bg_service_ncc {
    /*background-image: url(../../images/img2bis.jpg);*/
    background-image: url(../../images/landing/business_travel/istockphoto-935337014-612x612.jpg);
}
.bg_service_navetta {
    /*background-image: url(../../images/navetta_aeroporto2.jpg);*/
    background-image: url(../../images/leisure_turismo.jpg);
}
.service-background {
    background-position: center;
    background-size: 100%;
}
.footer_section img {
    width: 100%;
}
.footer_section img.logofoot {
    max-width: 200px;
}
.footer_section img.ico_social {
    max-width: 30px !important;
    transition: all ease .3s;
}
.footer_section img.ico_social:hover {
    transform: scale(1.3);
}
.iconcine-fa {
    max-width: 15px !important;
}
.footer-contacts .text-white a {
    color: white !important;
}
.footer-contacts .text-white a:hover {
    color: #00b4cb !important;
}
.footer-contacts li {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 400;
}

.owl-dots {
    display: none !important;
}








@media all and (min-width: 1024px) and (max-width:1280px) {
    #main-nav a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .tesla-bg {
  	    background-position: left center;
    }
    .tesla-bg > .container {
    	background-color: #50505063;
    }
}

@media all and (max-width: 320px) {
    .container_nav img {
        width: 90px;
    }
    .flag {
        width: 25px !important;
    }
}

.sx-icons {
    left: 0;
    width: 300px;
    pointer-events: none;
    height: 3em;
    position: fixed;
    bottom: 14px;
    z-index: 1000;
}

.pa {
    border-radius: 0 0.5em 0.5em 0;
    pointer-events: all;
    background: #002746;
    width: 2em;
    height: 3em;
    padding: 0.75em 0.25em;
    color: #fff !important;
}

.pa::after {
    content: 'Contributi pubblica amministrazione';
    left: 1.5em;
    border-radius: 0 0.5em 0.5em 0;
    background: #002746;
    white-space: nowrap;
    width: 0;
    height: 3em;
    padding: 0.75em 0.25em;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: .5s all ease;
}

.pa:hover:after {
    opacity: 1;
    width: 18em;
}

.bg_blue {
    background-color: #002746;
}

.section_brochure {
    background-color: #f9f9f9;
}

.triangle {
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    position: absolute;
    left: 0;
    top: 70%;
    transform: translate(-50%,-50%);
    background-color: #002746;
    width: 500px;
    height: 800px;
}

.link-brochure {
    transition: all .4s ease;
}

.link-brochure:hover {
    transform: scale(1.1);
}


@media screen and (min-width: 1200px) and (max-width: 1550px) {
    .triangle {
        width: 200px;
        height: 500px;
    }
}

.sec_igienizzazione {
    background-image: url(../../images/Seriana-Transport-Igienizzazione-auto-trasporti.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative;
}

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