@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;600;800&display=swap');
/*
	Theme Name: Sanguinetti trasporti
	Theme URI: https://sanguinetti.srl//
	Description: 
	Version: 1.4.3
	
	Tags: HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

#collaborazioni {
	background: #1A1A1A;	
}

#collaborazioni h2 {
	color: #fff;	
}

.page-template-template-contatti form {	
	background: rgb(0,0,0,0.8);
    padding: 30px;
}

.page-template-template-contatti a, .page-template-template-trasferimento a{
	color: #fff !important;
}
	

:root{
	--red: #D11421;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	font-size: 16px;
	color:#fff;
	background-color: #111;
	overflow-y: scroll;
}

iframe{
	vertical-align: middle;
}


body.open {
	overflow-y: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.white-background{
	background-color: #fff;
}

.z-index{
	position: relative;
	z-index: 2;
}

.red{
	color: var(--red);
}

.header .telefono-icon{
	display: none;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
.grecaptcha-badge {
	display: none;
}

.relative{
	position: relative;
}
img {
	max-width:100%;
	width: 100%;
	height: auto;
}

.divider{
	width: 30%;
	height: 1px;
	background-color: var(--red);
	margin: 0 auto;
}
.container{
	width: 90%;
	max-width:1140px;
	margin: 0 auto;
}

.button{
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: 0.3s;
}

.button.red-tranparent{
	border: 1px solid var(--red);
	border-radius: 20px;
	padding: 8px 0;
}

.button.red{
	border: 1px solid var(--red);
	border-radius: 30px;
	padding: 5px 0;
	background-color: var(--red);
	color: #fff;
}
.button.red:hover, .button.red-tranparent:hover{
	box-shadow: 0 0 30px rgba(179, 19, 19, 0.6);
	transition: 0.3s;
}

span{
	color: var(--red);
}

.button svg{
	margin-left: 10px;
	transition: 0.3s;
}

.button:hover svg{
	margin-left: 15px;
	transition: 0.3s;
}

/* spaziature */

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

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

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

.white{
	color: #fff;
}

.black{
	color: #333;
}

.pb10{
	padding-bottom: 10px;
}

.pt10{
	padding-top: 10px;
}

.pb20{
	padding-bottom: 20px;
}
.pt20{
	padding-top: 20px;
}

.pb30{
	padding-bottom: 30px;
}

.pt30{
	padding-top: 30px;
}

.pb50{
	padding-bottom: 50px;
}

.pt50{
	padding-top: 50px;
}

.pb70{
	padding-bottom: 70px;
}

.pb100{
	padding-bottom:100px;
}

.mb30{
	margin-bottom: 30px;
}
.mt30{
	margin-top: 30px;
}

.mb50{
	margin-bottom: 50px;
}

.mt50{
	margin-top:50px;
}
.mb20{
	margin-bottom: 20px;
}

.red-background{
	background-color: var(--red);
}
br{
	display: none;
}

picture {
	display: grid;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	color:#000;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1,.h1 {
	font-family:'abnes-Regular';
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
}
h2 {
	font-size: 2rem;
	font-weight: 800;
}
h3 {
	font-size: 1.7rem;
	font-weight: 800;
}

p{
	font-weight: 300;
	padding:0;
	margin: 0;
}

/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #ff5028;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #ff5028;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/header/left-white.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 35%;
	left: 2%;
	z-index: 1;
	outline: none;
	width: 30px;
	height: 30px;
}
.slick-next {
	background-image: url(img/header/right-white.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 35%;
	right: 2%;
	z-index: 1;
	outline: none;
	width: 30px;
	height: 30px;
}

/* FORM */

label {
	font-size: 16px;
}
input,
textarea {
	outline: none;
	padding: 8px 5px 8px 10px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: rgba(255,255,255,0.2);
	border-radius: 15px;
	border:none;	
	width: 100%;
	font-size: 16px;
}

input[type=checkbox]{
	display: inline;
	width: 25px;
	height: 25px;
	margin: 0;
	margin-right: 10px;
	margin-top: 0;
}
.wpcf7-not-valid-tip{
	color: var(--red) !important;
	font-size: 16px;	
}
.wpcf7-form span{
	color: var(--red) !important;
}
input {
	height: 40px;
}
::placeholder {
	color: #000;
}
.wpcf7-form #privacy {
	/* height: 15px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px; */
}



.wpcf7-form span{
	color:#fff !important;
}
.wpcf7-form #privacy:checked {
	background-color: #fff;
}
.wpcf7-form a {
	color: #000;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 20px;
	border: 1px solid var(--red);
	background-color: var(--red);
	color: #fff;
	width:100%;
	padding: 0 50px;
    height: 55px;
    line-height: 35px;
    margin-bottom: 0;
    border-radius: 30px;
    text-transform: uppercase;
}

.page-template-template-trasferimento .button.red {
	margin-top: 20px;
	border: 1px solid var(--red);
	background-color: var(--red);
	color: #fff;
	width:80%;
	margin: 0 auto;
	font-size: 18px;
	padding: 0 50px;
	height: 55px;
	line-height: 35px;
	margin-bottom: 40px;
	border-radius: 30px;
	text-transform: uppercase;
}

.form-buttons-wrap{
	text-align: center;
	padding-bottom: 40px;
}

.wpcf7-submit:hover,.page-template-template-trasferimento .button.red:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
div.wpcf7-response-output {
	padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output{
	padding: 10px;
	background-color: #fff;
	color: #000;
}

.wpcf7 form .wpcf7-response-output{
	padding:10px !important;
	margin: 0;
}


/* Style the tab */

.tab {
  	overflow: hidden;
}

/* Style the buttons that are used to open the tab content */

.tab button {
  	background-color: inherit;
  	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	transition: 0.3s;
  	width: 31%;
  	border-bottom: 2px solid #999;
  	margin: 0 1%;
  	text-transform: uppercase;
  	color: #666;
  	font-size: 16px;
}

/* Create an active/current tablink class */
.tab button.active {
  	color: #ff5028;
  	border-bottom: 2px solid #ff5028;
}

/* Style the tab content */
.tabcontent {
 	display: none;
 	padding: 20px 0 0;
  	border-top: none;
}
.tabcontent h4 {
	margin-top: 20px;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: transparent;
	cursor: pointer;
	padding: 30px;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.4s;
	border: 1px solid #199095;
	border-radius: 100px;
}
.accordion :after {
	content: ">";
	color: #f7c231;
	margin-top: 20px;
	transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
.accordion h3 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.accordions .active, 
.accordion:hover {
	
}
.accordions {
	margin-top: 30px;
}
.active :after {
	transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 20px;
	background-color: #199095;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	border-radius: 20px;
	margin: 20px auto;
	color: #fff;
	text-align: left;
}
.panel p {
	margin: 30px auto;
}

.wpml-ls-current-language span{
	color: var(--red) !important;
}
/* --------------------- POPUP INFORMATIVO ------------------------------ */
.popup-info {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.popup-info .overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-info .popup {
    width: 100%;
    max-width: 400px;
    display: block;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    height: fit-content;
}
.popup-info .popup h2 {
    margin-top: 0;
}
.popup-info .popup button {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
.content {
	max-width:1400px;
	width:90%;
	margin:0 auto;
	position:relative;
}

/* header */

.header {
	position: fixed;
	height: 110px;
	width: 100%;
    line-height: 150px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.9);
}

.main-menu ul{
	text-align:center;
}
.header .logo{
	width:45%;
}

/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 20;
}
.logo img {
	max-width: 200px;
}
.open .logo {
	position: fixed;
}

/* nav */

.nav {
	display: none;
	position: relative;
	background-color: #111;
	color: #333;
	width:100% !important;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 10;
	justify-content: center;
	align-items: center;
	background-image: url(img/home/favicon.svg);
	background-size: 20% auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-position-x: 95%;
	background-position-y: 95%;
}


.open .nav {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.open .nav .main-menu{
	height: 100vh;
}

.open .nav ul{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
}
.close .nav {
	display: none !important;
}
.nav a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}

.nav a::after{
	content:"";
	bottom: -3px;
	width: 0;
	height: 1px;
	right: 0;
	background-color:var(--red);
	position: absolute;
	transition:0.3s;
}

#privacy-menu a{
	color: #898989;
	font-size: 15px;
}
.nav a:hover::after{
	width:60%;
	transition:0.3s;
}
.nav a:hover {
	text-decoration: none;
}
.nav .current_page_item a {
	color: #E30B00;
}
.nav ul {
	list-style-type: none;
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav ul li {
	padding: 10px 0;
	line-height: 1;
}
.openclose {
	position: absolute;
	top: 35%;
	right: 5%;
	z-index: 90;
	cursor: pointer;
	display: block;
}
.open .openclose {
	display: flex;
}
.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #fff;
	display: block;
	margin: 3px 0;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose .tre {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .uno {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .tre {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}

.open-popup-button:hover{
	cursor: pointer;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.small{
	font-size: 0.9rem;
}
#homepage #hero-section{
	padding-top: 130px;
}

.auto-laterale img.auto{
	width:90%; 
	margin-left: 10%;
}

.auto-laterale img.line{
	margin-top: -80px;
	display:block;
} 

#parcoauto,#azienda,#prezzi,#contatti{
	padding-top: 100px;
}
#richiedi-servizi{
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

#servizi .servizi-content .text-right{
	text-align: center;
	padding: 0 5%;
}

#richiedi-servizi::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.45);
}

#richiedi-servizi .container{
	position: relative;
	z-index: 1;
}

#footer img{
	width:90%;
}

#footer svg{
	color:#fff;
	fill:var(--red);
	position: relative;
	top: 3px;
	margin-right: 10px;
}

.elenco-loghi{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.popup{
	margin: 0 auto;
	z-index:2;
}

.popup.display-flex{
	display: flex !important;
	transition: 0.3s;
}

.elenco-loghi .singolo-logo{
	width: 33%;
}
.elenco-loghi .singolo-logo img{
	width: 80%;
	filter: grayscale(100%);
	 transition: filter 0.3s ease;
}

.elenco-loghi .singolo-logo img:hover {
  filter: grayscale(0%);
  cursor:pointer;
}

.single-autista img{
	border-radius:50%;
}

.single-autista .info-autista{
	width: 100%;
	border: 1px solid var(--red);
	padding: 20px;
	border-radius: 20px;
	margin-top: 30px;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
}

.single-autista .info-autista .nome{
	width: 50%;
	text-align: center;
	border-right: 1px solid var(--red);
}

.single-autista .info-autista .lang{
	width: 50%;
	text-align: center;
}

#form-contatto{
	position: relative;
}

#form-contatto .container{
	position: relative;
	z-index:1;
}

.wpml-ls-menu-item span{
	color:rgba(255,255,255,0.4);
}
#form-contatto .auto{
	position: absolute;
	right: 0;
	bottom: 20%;
	width: 90%;
	z-index: 0;
	opacity: 0.5;
}

#contatti-generali .telefono, #contatti-generali .e-mail{
	display: flex;
	align-items: center;
	justify-content: center;
}

#contatti-generali svg{
	padding-right: 10px;
}

#stile {
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: start;
	position: relative;
}

.immagine-servizi{
	padding-top: 50px;
}

#stile::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

#stile .style-text{
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

.elenco-servizi .servizio-text{
	width:90%;
	margin: 0 auto;
}

#tariffe .w3-black{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#tariffe button{	
	border: 1px solid var(--red);
	border-radius: 30px;
	background-color: transparent;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 20px;
}

#tariffe button.w3-red{
	background-color: var(--red);
	transition:0.3s;
}

#tariffe .w3-bar{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#prezzi .prezzi-trasporto{
	border: 1px solid var(--red);
	width: 100%;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
}
#prezzi .prezzi-trasporto .partenza{
	width:100%;
	/* border-right: 1px solid var(--red); */
}

#prezzi .prezzi-trasporto .destinazione{
	width:100%;
	padding-top: 15px;
}

#prezzi br{
	display: block;
}

.elenco-auto-parco .singola-text{
	padding-left: 30px;
	padding-right: 30px;
}

.servizio .text-right{
text-align: left;
}

.carosello .slick-slide{
	padding-left: 10px;
	padding-right: 10px;
}

.margin_right{
	margin-left: auto;
}
#privacy-docs .cookies-per-purpose, #privacy-docs .cookies-per-purpose h4, #privacy-docs .cookies-per-purpose h5, #privacy-docs .cookies-per-purpose a{
	color:#000 !important;
} 
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'abnes-Regular';
	src:url('fonts/abnes-Regular/abnes-Regular.eot');
	src:url('fonts/abnes-Regular/abnes-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/abnes-Regular/abnes-Regular.woff') format('woff'),
		url('fonts/abnes-Regular/abnes-Regular.ttf') format('truetype'),
		url('fonts/abnes-Regular/abnes-Regular.svgabnes-Regular') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

	.wpcf7-form .flex {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: flex-start;
	    align-content: center;
	}
	.wpcf7-form .flex div {
		width: 48%;
	}
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 20px;
	}
}

@media only screen and (min-width:1024px) {
	
	#parcoauto,#azienda,#prezzi,#servizi,#contatti{
		padding-top: 200px;
	}
	
	#servizi{
		padding-top:0;
	}
	
	
	#servizi .servizi-content .text-right{
		text-align: right;
		padding: 30px;
	}
	
	#servizi .button{
		margin-right:30px !important;
		display: flex;
		justify-content: end;
	}
	
	br{
		display: block;
	}
	
	.page-template-template-trasferimento .button.red {
		margin-top: 20px;
		border: 1px solid var(--red);
		background-color: var(--red);
		color: #fff;
		width:30%;
		font-size: 15px;
		padding: 0 50px;
		height: 55px;
		line-height: 35px;
		margin-bottom: 40px;
		border-radius: 30px;
		text-transform: uppercase;
	}
	
	
	.header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		line-height: 0;
		height: 100px;
		padding-top: 20px;	
		padding-bottom: 20px;
		background: rgb(0,0,0,0.7);
	}
	/* nav */
	.nav {
		display: flex;
		background-color: transparent;
		height: auto;
		width: 100%;
		position: relative;
		background-image: none;
		
		/* padding-right: 5%; */
	}
	.nav ul {
		width: auto;
		margin-top: 0;
		/* text-align: right; */
		display: inline-block;
	}
	.main-menu{
		width: 90%;
	}
	.nav ul li {
		padding: 0;
		display: inline-block;
		text-transform: none;
	}
	.nav ul li a {
		margin: 0 8px 0;
		height: 30px;
		line-height: 30px;
		font-size: 11px;
		font-weight: 600;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 1px;
	} 
	.openclose {
		display: none;
	}
	.header .logo {
		width: 30%;
		position: relative;
		left: 5%;
	}
	
	/* pages */
	
	body,html{
		font-size: 22px;
		line-height: 1.5rem;
	}
	.pb30{
		padding-bottom: 50px;
	}
	.pt30{
		padding-top:50px;
	}
	.pt50{
		padding-top: 100px;
	}
	.pb50{
		padding-bottom: 100px;
	}
	.pb20{
		padding-bottom: 40px;
	}
	.pt20{
		padding-top: 40px;
	}
	.mb50{
		margin-bottom:70px;
	}
	#hero-section{
		height: 100vh;
		display: flex;
		align-items: center;
	}
	#hero-section h1{
		font-size: 1.9rem;
	}
	#hero-section .container{
		width: 40%;
		margin: 0;
		margin-left: 5%;
	}
	#hero-section .container .red-tranparent,
	#hero-section .container .red{
		width: 330px;
		padding: 5px 40px;
		display: inline-block;
		text-align: center;
		border-radius: 30px;
		font-size: 20px;
	}
	.header .telefono-icon{
		display: flex;
		width:27%;		
		padding-right: 5%;
	}
	.header .telefono-icon a{
		color: #fff;
		display: flex !important;
		font-weight: 600;
		align-items:center;
		text-align: right;
		width: 100%;
		font-size: 12px;
	 
		justify-content: center;
		background-color: var(--red);
		height: 45px;
		border-radius: 30px;		
	}
	.header .telefono-icon svg{
		margin-right: 10px;
		/* position: relative;
		top: 5px; */
	}
	#hero-section .container .red-tranparent{
		margin-right: -55px;
	}
	#servizi .container .red-tranparent,
	#servizi .container .red{
		width: 40%;
		padding: 8px 30px;
		display: inline-block;
		text-align: center;
		border-radius: 30px;
		font-size: 20px;
	}
	#servizi .container .red{
		margin-right: -55px;
	}
	.auto-laterale{
		position: absolute;
		text-align: right;
	}
	.auto-laterale img.auto{
		width:40%; 
		margin-left: 0;
		margin-right: 0;
		top: 50px;
	}
	.auto-laterale img.line{
		margin-top: -200px;
		display: block;
		width: 100%;
	}
	
	#richiedi-servizi{
		height: 600px;
		
	}
	
	#richiedi-servizi .container{
		padding-bottom: 0;
	}
	#chi-siamo.container{
		width: 45%;
	}
	
	#chi-siamo-text.container{
		width: 45%;
	}
	
	.main-menu .menu-item-196{
		display: none;
	}
	h2{
		font-size: 2.2rem;
		line-height: 1.2;
	}
	h3 {
		font-size: 1.3rem;
		font-weight: 800;
	}
	.divider{
		width: 15%;
	}
	#parco-auto .elenco-veicoli-home{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding-top: 50px;
	}
	#parco-auto .elenco-veicoli-home .singola-auto{
		width: 33%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 0px;
		margin-top: 0px;
		background: #222;
		border: 1px solid #111;
		padding-bottom: 30px;
	}
	
	.elenco-loghi .singolo-logo{
		width: 25%;
	}
	.elenco-loghi .singolo-logo img{
		width: 80%;
	}
	#footer img{
		width:40%;
	}
	
	input[type=checkbox]{
		display: inline;
		width: 15px;
		height: 15px;
		margin: 0;
		margin-right: 10px;
		margin-top: 10px;
	}
	
	.page-template-template-contatti form {	
		background: rgb(0,0,0,0.8);
		padding: 50px;
	}
	#richiedi-servizi .red{
		width: 25%;
		font-size:20px;
	}
	/* #servizi .button{
		margin-bottom:100px;
	} */
	.hero-parco-auto {
		width:55%;
	}
	.elenco-auto-parco .singola-auto{
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.elenco-auto-parco .singola-auto img{
		width:55%;
	}
	.elenco-auto-parco .singola-auto .singola-text{
		width:45%;
	}
	.elenco-auto-parco .singola-auto .red{
		width: 40%;
		font-size: 18px;
	}
	.elenco-auto-parco .singola-auto .pb30{
		padding-bottom:50px;
	}
	.logo img{
		max-width: 900px;
		width: 180px;
	}
	.flex-row-reverse{
		flex-direction: row-reverse !important;
	}
	.hero-servizi{
		width:55%;
	}
	.elenco-servizi .servizio .spaziatura-desktop{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding-left: 5%;
		padding-right: 5%;
	}
	.elenco-servizi .servizio img{
		width:50%;
		padding-bottom: 0;
		position: relative;
		z-index: 2;
	}
	
	.elenco-servizi .servizio .servizio-text{
		width:45%;
		position: relative;
		z-index: 2;
	}
	.elenco-servizi .banda{
		position: relative;
	}
	
	.wpcf7-not-valid-tip{
		padding-bottom:10px;
	}
	
	/* .elenco-servizi .banda::after{
		content: "";
		bottom: -10%;
		left: 0;
		background-color: rgba(255,255,255,0.10);
		width: 100vw;
		height: 100%;
		position: absolute;
	} */
	
	#autisti {
		width: 800px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#autisti .single-autista{
		width: 45%;
	}
	
	#autisti .single-autista .info-autista{
		font-size:15px;
	}
	#chi-siamo, #contatti-intro{
		width: 55%;
	}
	
	#privacy-intro {
		width: 70%;
	}
	
	#chi-siamo .red{
		width: 50%;
	}
	
	#chi-siamo-text, #contatti-intro {
		width: 55%;
	}
	
	#privacy-intro  {
		width: 70%;
	}
	
	#chi-siamo-text .red{
		width: 50%;
	}
	
	
	#prezzi .prezzi-trasporto{
		width: 60%;
		border: 1px solid var(--red);
		border-radius: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 60px;
		margin-bottom: 60px;
		padding:20px;
	}
	
	
	#tariffe button{	
		width: 32%;
	}
	
	#prezzi .prezzi-trasporto .partenza{
		width:50%;
		border-right: 1px solid var(--red);
	}
	
	#prezzi .prezzi-trasporto .destinazione{
		width:50%;
		padding-top:0;
	}
	
	.margin-left{
		margin-left: auto;
	}
	
	.half-line{
		display: flex;
		justify-content: space-between;
	}
	.half-line p{
		width:32%;
	}
	
	label {
		font-size: 18px;
	}
	.wpcf7-submit{
		width: 25%;
		margin-top: 50px;
	}
	#form-contatto .auto{
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50%;
		z-index: 0;
		opacity: 0.5;
	}
	
	.pb70{
		padding-bottom: 100px;
	}
	
	.mt50{
		margin-top: 100px;
	}
	
	#stile {		
		height: 600px;
	}
	
	#stile .red{
		width: 50%;
		margin-left: 0;
		font-size: 20px;
	}
	.text-left{
		text-align:left;
	}
	
	#homepage .elenco-servizi {
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	#homepage  .servizio-hero{
		width: 30%;
	}
	.margin-top{
		margin-top: 70px;
	}
	
	.immagine-servizi{
		padding-top: 0;
	}
	
	#servizi .servizi-content{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#servizi .servizi-text{
		width: 49%;
		padding: 30px;
	}
	
	#servizi .servizi-image{
		width: 49%;
	}
	
	.servizio .text-right{
	text-align: right;
	}
	
	#cmplz-manage-consent .cmplz-manage-consent{
		font-size:16px !important;
	}
	
}

@media only screen and (min-width:1600px) {
	
	.logo img{
		max-width: 900px;
		width: 300px;
	}
	
	.nav ul li a{
		font-size: 15px;
		margin: 0 12px 0;
	}
	
	.header .telefono-icon{
		width: 30%;
		
	}
	.header .telefono-icon a{
		font-size: 16px;
		
	}
}

