
/* MOPAR ID MODULES
	Release date: January, 2019
	Update: October, 2019
	ROBOTO THEME
	
*/


/* TYPOGRAPHY
--------------------------------------------------------------------- */
/* Roboto (regular/bold) */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

/* Roboto Condensed (bold) */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');


/* GLOBAL STYLES
--------------------------------------------------------------------- */
html, body {background: #fff;}
body {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #54606c; 
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-family: Roboto, Arial, Helvetica, sans-serif; font-weight: 700;
}

sub {font-size: 50%; line-height: normal;}

.container {
	max-width: 1280px;
}

a, a:hover {color: #54606c; text-decoration: none; }
a:hover {color: #86a0b4;}

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


/*------------*/
/* FIXED MENU */
/*------------*/
.fixed-menu { /* SE VISIBILE */
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #575f69;
	z-index: 10000;
	padding: 5px 0;
	transition: all 1s;
}
.fixed-menu-off { /* SE NASCOSTO */
	bottom: -100px;
}
.fixed-menu td {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: -0.2px;
	text-align: center;
}
.fixed-menu td a {
	color: white;
}
.fixed-menu td img {
	width: 40px;
	margin-bottom: 5px;
}


/* AUTOCOMPLETE DEALER MAP
--------------------------------------------------------------------- */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }


/* MODAL 
--------------------------------------------------------------------- */
.modal-content {
	color: #000;
	padding: 40px 25px 0;
	font-size: 85%;
}

.modal-content h4 {font-size: 1.2rem;}
.modal-content h5 {font-size: 1rem;}
.modal-content p  {margin-bottom: 1.65rem;}

@media only screen and (min-width: 600px) {
	.modal-content {font-size: 100%;}
	.modal-content h4 {font-size: 1.5rem;}
	.modal-content h5 {font-size: 1.25rem;}
}

.modal-content a {color: #000;}

.modal-content .close {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: absolute; top: 10px; right: 20px;
}

#mobile-number-info {
	font-family: Roboto, Arial, Helvetica, sans-serif; font-weight: 700;
	font-size: larger;
	text-align: center;
}


/* HEADER
--------------------------------------------------------------------- */
header.container { padding: 0; box-shadow: 0 5px 3px #ccc; }

@media only screen and (max-width: 768px) {
	header.container { box-shadow: none; }
}

header h1 {	
	font-family: "Roboto", Arial, Helvetica, sans-serif; font-weight: 400 !important;
	font-size: 22px; line-height: 26px;
	text-transform: uppercase;
	color: black;
	margin: 0; padding: 1rem;
}

@media only screen and (min-width: 600px) {
	header h1 {
		font-size: 20px; line-height: 24px;
	}
}

@media only screen and (min-width: 990px) {
	header h1 {
		font-size: 22px; line-height: 26px;
	}
}

/* IMAGE */
.cover-content { position: relative; padding: 10px; min-height: 400px; text-aling: left; }
.cover-content #logo { position: relative; width: auto; height: 50px; margin: 10px 20px; }
.cover-img { position: relative; background-image: url('../img/header-visual.jpg'); background-position: center; background-size: cover; }
.cover-content p { color: black; margin: 0 20px; }

@media only screen and (max-width: 768px) {
	.cover-content { min-height: auto; text-align: center; }
	.cover-img { min-height: 200px; }
	img#logo {
		 height: auto !important;
		 width: 350px;
	 }
}

.gray-bar { background: #eee; height: 5px; width: 90%; margin: 5px auto; }

.cta { position: relative; text-transform: uppercase; font-size: 15px; letter-spacing: 1px; text-align: center; text-decoration: none; width: 90%; color: white; padding: 12px 0; margin: 0 auto; margin-top: 15px; margin-bottom: 10px; overflow: hidden; border-radius: 30px; }
.cta #spark { position: absolute; top: 0; left: -40%; animation: cta-anim 7s linear 0s infinite normal; }
.cta:hover { opacity: 0.6; }
@keyframes cta-anim { 0% { left: -60%; } 10% { left: -60%; } 40% { left: 130%; } 100% { left: 130%; } }


section.container { margin-top: 10px; }
section.container .offers { padding: 20px; }
section.container h4 { font-family: "Roboto", Arial, Helvetica, sans-serif; font-weight: 400 !important; font-size: 18px; line-height: 24px; text-transform: uppercase; color: black; }
section.container p { margin-top: 20px; color: black; }


.form { position: relative; display: block; border-radius: 10px; margin-bottom: 30px; }
.form-title { display: block; line-height: 22px; }
.form-title div { font-size: 16px; padding-top: 10px; text-align: center; font-weight: 900 }
@media only screen and (max-width: 900px) {
	.form-title { font-size: 14px; }
	.form-title div { font-size: 18px; padding-top: 10px; }
}
@media only screen and (max-width: 600px) {
	.form-title { font-size: 12px; }
	.form-title div { font-size: 16px; padding-top: 5px; }
}

.form-tab-button { background: rgba(255,255,255,0.2); }
.form-tab-button:hover, .form-tab-button-active { background: rgba(255,255,255,0); }
.form-tab-title { display: block; width: 100%; height: 100%; }





/* REQUEST FORM PANELS
--------------------------------------------------------------------- */
/*
#request-form .nav {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; font-weight: 700;
	font-size: 1rem; line-height: 1; text-transform: uppercase;
	border: none;
}


#request-form a, #request-form a:hover { color: #fff; }
*/

#request-form .nav-item { width: 50%; }

#request-form .nav-item a {
	border-radius: 10px 10px 0 0;
	background: rgba(255,255,255,0.2);
	border: none; color: #fff;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
}

#request-form .nav-item .nav-link {
	text-decoration: none;
}

#request-form .nav-item a:hover {
	background: rgba(255,255,255,0.5);
	border: none;
}

#request-form .nav-item:hover .active, #request-form .nav-item .active {
	background: rgba(0,0,0,0.2);
	border: none;
}

@media only screen and (min-width: 640px) {
	#request-form .nav { }
	#request-form .nav-item a { text-align: left; }
}


/* REQUEST FORM TAB
--------------------------------------------------------------------- */

#request-form {
	padding-bottom: 30px;
}

/* Enter your data / Required fields */
#request-form .tab-content p {
	line-height: 1.2;
}

#request-form .tab-content p span {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; font-weight: 700;
	font-weight: normal;
}


/* FORM FIELDS */
#request-form .form-group {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

#request-form .form-group input {
	line-height: normal;
	height: 2.5rem;
	border-radius: 10px !important;
	background: white !important;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: black;
	font-size: 18px;
}

#request-form .form-group select {
	line-height: normal;
	height: 2.5rem;
	border-radius: 10px !important;
	background: white !important;
	border: 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: black;
}
#request-form .form-group input:focus, #request-form .form-group input:active {
	color: black;
}
.totalwhite {
	color: white !important;
}

@media only screen and (max-width: 768px) {
	#request-form .form-group input {
		padding: 10px;
		height: auto;
		font-size: 16px;
	}
}

/* LABEL */
#request-form .form-group label {
	position: absolute;
	top: 1.9rem;
	left: .8rem;
	font-size: 1.1rem;
	line-height: normal;
	color: rgba(0,0,0,0.5);
	pointer-events: none;
	transition: opacity 0.1s ease-out;
}
#request-form .form-group.error label {
	top: 2.6rem;
}

#request-form .form-group.is-focus label {
	opacity: 0;
}

/* SEND */
#request-form .send-button {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: normal;
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	display: block;
	cursor: pointer;
	transition: .5s ease all;
	border: 0;
	padding: 10px 0;
	border-radius: 30px;
}


#request-form .send-button:hover {
	background-color: rgba(0,0,0,0.3);
	color: white;
}

#request-form .send-button span{
	font-weight: bold;

}

.toogle-input {
	font-weight: bold;
	color: #fff !important;
	font-size: 12px;
}

/* INFO ICO */
#request-form .form-group img {position: absolute; top: .7rem; right: .7rem;}

.info-icon{
	width: 15px;
	margin-top: 6px;
}

/* CONSENTEMENT */
#request-form .consentement {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
#request-form .consentment .cons-title {
	margin-bottom: 5px;
}
#request-form .consentement label {
	font-weight: bolder;
}
#request-form .consentement p {
	margin: 0 0 7px;
	padding: 0;
	font-size: 11px;
	line-height: normal;
	color: white;
}
#request-form .form-check-label {
	font-size: 12px;
}

/* HR */
#request-form hr {
	background: #eee;
	margin: 30px 0;
}


#request-form .dati-veicoli {
	background-color: rgb(0,0,0,0.2);
	padding: 10px;
	text-align: center;
	font-size: 14px;
}

/* REQUEST FORM ACCORDION */
#request-form .accordion,
#request-form .accordion .card,
#request-form .accordion .card button,
#request-form .accordion .card .collapse {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	text-align: center;
	border-radius: 0;
}
.shadow { box-shadow: 0 5px 10px -5px rgb(0,0,0,0.4); }

#request-form .accordion-button { padding-left: 0 !important; height: 50px; }
#request-form .accordion-title { font-size: 18px; }
@media only screen and (max-width: 768px) { #request-form .accordion-title { font-size: 16px; } }
#request-form .accordion-button .underline { position: absolute; bottom: 5px; left: 70px; right: 20px; border-bottom: 1px solid white; }

#request-form legend,
#request-form .accordion .card button {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	line-height: normal;
	color: #fff;
	/*margin-bottom: 15px;*/
	text-decoration: none;
	cursor: pointer;
}

/*#request-form .accordion .card button:hover {
	background: rgba(255,255,255,0.5);
}
#request-form .accordion .card .noactive:hover {
	background: transparent;
	cursor: default;
}*/

#request-form .accordion .card button {
	position: relative;
	cursor: default;
}

/* ACCORDION ARROW */
#request-form .accordion .card button .arrow,
#request-form .accordion .card button.collapsed .arrow {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 20px;
  height: 20px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;  

  transform: rotate(45deg); 
  transition: .3s all ease;
}

#request-form .accordion .card button.collapsed .arrow {
  transform: rotate(225deg);
  top: 20px;
}


/* FORM PRIVACY */
#request-form .privacy { margin: 0 20px; text-align: left; }

@media only screen and (max-width: 768px) {
	#request-form .privacy {
		font-size: 14px;
	}
}


/* RADIO BUTTON (SWITCH EFFECT)
----------------------------------------------------------------------*/
.radios{
	width: 80px;
	float: left !important;
	position: relative;
	height: 30px;
	margin-top: 5px;
	cursor: pointer;
}

.btn-switch {
	font-size: 6em;
	position: relative;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn-switch__radio {
	display: none;
}
.btn-switch__label {
	display: inline-block;
	padding: 0;
	vertical-align: top;
	font-size: 1em;
	margin-left: -99px;
	width: 0px;
	overflow:hidden;
	font-weight: 700;
	line-height: 1.5;
	color: #666;
	cursor: pointer;
	transition: color .2s ease-in-out;
}
.btn-switch__label + .btn-switch__label {
	padding-right: .75em;
	padding-left: 0;
}
.btn-switch__txt {
	position: relative;
	z-index: 2;
	display: inline-block;
	min-width: 1.5em;
	opacity: 1;
	pointer-events: none;
	transition: opacity .2s ease-in-out;
}
.btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
	opacity: 0;
}
.btn-switch__label:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #f0f0f0;
	border-radius: 0px;
	box-shadow: inset 0 .0715em .3572em rgba(43,43,43,.05);
	transition: background .2s ease-in-out;
}

.btn-switch__label_yes:before{
	right: 0;
	left:50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
.btn-switch__label_no:before{
	left: 0;
	right:50%;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	z-index: 2;
}
.btn-switch__radio_yes:checked ~ .btn-switch__label:before {
	background: #6ad500;
	z-index: 2;
}
.btn-switch__label_no:after {
	content: "";
	position: absolute;
	z-index: 3;
	top: 2px;
	bottom: 2px;
	right: calc( 100% - 26px - 2px);
	width: 26px;
	background: #fff;
	border-radius: 50%;

	pointer-events: none;
	box-shadow: 0 0.1429em 0.2143em rgba(43,43,43,.2), 0 0.3572em 0.3572em rgba(43,43,43,.1);
	transition: right .2s ease-in-out, background .2s ease-in-out;
}
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
	right: 2px;
	background: #fff;
	pointer-events: none;
}
.btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
	z-index: 1;
}
.btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
	color: #fff;
}


@media screen and (min-width: 769px) {
  .sidebar-item { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  .make-me-sticky { position: -webkit-sticky; position: sticky; top: 0; padding: 0; }
}



/* GREY BOX
--------------------------------------------------------------------- */
section.grey-box {
	background: #4b5f6b;
	padding: 30px;
	font-size: 14px;
	color: #fff;
}

section.grey-box p {margin: 0; padding: 0;}



/* THANK YOU PAGE
--------------------------------------------------------------------- */
.thank-u-extra {
	position: relative;
}
.thank-u-extra div {
	margin-bottom: 20px;
}
.thank-u-extra div img {
	width: 100%;
}

.cta-thin {
	width: 280px;
}



/* FOOTER
--------------------------------------------------------------------- */
footer {
	font-size: 85%;
	margin: 20px;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	text-align: left;
	font-size: .8rem;	
}

footer ul a, footer ul a:hover {text-decoration: none;}

footer ul li {padding: 0 1rem .5rem 0; display: list-item;}

@media only screen and (min-width: 600px) {
	footer {font-size: 100%;}
	footer ul li {display: inline-block; padding-bottom: 0;}	
}

@media only screen and (min-width: 1280px) {
	footer ul {margin: 0 -15px;}
}

/* MAP WHITE */
.locator-wrapper .dealers-wrapper {
	background: #fff;
}


/* DEALER PDF
--------------------------------------------------------------------- */
.coupon_tu .cover-content{
	min-height: auto;
}
.coupon_tu .cover-content h1{
	font-size: 45px;
	margin: 0px auto;
	text-align: center;
}

.coupon_tu .download_div{
	background-image: url('../img/coupon_btn_bkg.png');
	background-position: center;
	background-size: 100%;
	background-repeat:   no-repeat;
	background-color: #fff;
	height: 158px;
	padding: 0;
	margin: 0 auto;
	padding-left: 21%;
	max-width: 360px;
}
.coupon_tu .download_div .cta{
	border: 1px solid #fff;
	line-height: 18px;
	min-width:70%;
}
.coupon_tu .download_div p{
	line-height: 35px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	display: none;
	font-size: 25px;
}
.coupon_tu .coupon{
	max-width: 360px;
}
.coupon_tu .download_div_mobile{
	border-radius: 8px;
	margin: 20px auto;
	float: none;
}
.text-black{
	color:#000000;
}
.coupon_tu .download_div_mobile p{
	font-size: 22px;
}

.coupon_tu .container_box{
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 5px 10px -5px #dddddd;
}
.coupon_tu .container_box h1{
	font-size: 45px;
	margin: 0;
	font-weight: normal;
}
@media only screen and (max-width: 768px){
	.coupon_tu .container_box h1{
		font-size: 35px;
	}
}

.cta-gray{
	background-color: #e4e3e3;
}

/* FIX RADIO "NEUTRO" */
.btn-switch__label_0:after{
	left: calc( 69% - 26px - 2px);
}
.radios_opacity .btn-switch__label:before{
	opacity: 0.3;
	z-index: 1;
}
.consentement{
	padding: 5px 0;
}
.show-error{
	border: 2px solid #fff;
}
.col-12.show-error{
	border: 0;
}
.col-12.show-error .form-group{
	border: 2px solid #fff;
}
.row.consentement .col-9{
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.row.consentement .col-3{
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

/* RADIO NEW 2*/
.form-background { background-color: #4b5f6a; }
.accordion-title {font-weight: 900;}
.form-group .message{
	min-height: 20px;
	display: block;
	padding: 5px 0;
	text-align: left;
}

.form-group.error .message{
	color: red;
	font-weight: bold;
}

.form-group.error input.form-control{
	border: 2px solid red !important
}

.form-group.error select.form-control{
	border: 2px solid red !important
}

@media only screen and (min-width: 768px) {
	.min-height-one-block{
		min-height: 1160px;
	}
}

/* BTN PRIVACY NEUTRO */
.btn-switch__label_0:after{
	left: calc( 70% - 26px - 2px);
}
.radios_opacity .btn-switch__label:before{
	opacity: 0.3;
	z-index: 1;
}
.consentement{
	padding: 5px 0;
}
.show-error{
	border: 2px solid red;
	border-radius: 10px;
}
.col-12.show-error{
	border: 0;
}
.col-12.show-error .form-group{
	border: 2px solid #fff;
}

/* RADIO NEW 2*/
.nav-tabs{
	border: 0;
}
#request-form .nav-item a{
	background: rgba(0,0,0,0.2)
}
#request-form .nav-item .active{
	background: transparent;
}


.radio_plain{
	padding-top: 8px;
}
.radio_plain .collapse{
	margin: 0; padding: 0;
}
.radio_plain .radio-container {
	font-weight: normal !important;
	display: block;
	float: left;
	position: relative;
	padding-right: 34px;
	line-height: 28px;
	margin: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.radio_plain .radio-yes {
	margin-right: 12px;
}
/* Hide the browser's default checkbox */
.radio_plain .radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.radio_plain .checkmark {
	position: absolute;
	top: 0;
	right: 0;
	height: 28px;
	width: 28px;
	border-radius: 6px;
	background-color: #ffffff;
}

/* On mouse-over, add a grey background color */
.radio_plain .radio-container:hover input ~ .checkmark {
	background-color: #eeeeee;
}

/* When the checkbox is checked, add a blue background */
.radio_plain .radio-container input:checked ~ .checkmark {
	background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.radio_plain .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.radio_plain .radio-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.radio_plain .radio-container .checkmark:after {
	left: 5px;
	top: 5px;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background: #00cc00;
}
.radio_plain .radio-no .checkmark:after {
	background: red;
}

@media only screen and (max-width: 376px) {
	.radio_plain .radio-yes {
		margin-right: 6px;
	}
	.radio_plain .radio-container{
		padding-right: 27px;
		line-height: 26px;
	}
	.radio_plain .radio-container .checkmark{
		height: 24px;
		width: 24px;
		border-radius: 4px;
	}
	.radio_plain .radio-container .checkmark:after {
		left: 3px;
		top: 3px;
		width: 18px;
		height: 18px;
		border-radius: 3px;
	}
}

.swiper {
	width: 100%;
	height: 80%;
  }

.brand-border-color-fiat{

	border-color: #ad0c33 !important;
  }

  .brand-border-color-abarth{

	border-color: #ad0c33 !important;
  }

  .brand-border-color-jeep{

	border-color: #ffba00 !important;
  }

  .brand-border-color-alfaromeo{

	border-color: #ad0c33 !important;
  }

  .brand-border-color-fiatprofessional{

	border-color: #ad0c33 !important;
  }

  
  .cover-img-fiat {
	position: relative; 
	background-image: url('../img/header-visual-fiat.jpg');
	background-position: -56rem;
	background-size: cover; 
}
  
.cover-img-abarth {
	position: relative; 
	background-image: url('../img/header-visual-abarth.jpg');
	background-position: -53rem;
	background-size: cover; 
}
  
.cover-img-jeep {
	position: relative; 
	background-image: url('../img/header-visual-jeep.jpg');
	background-position: -51rem;
	background-size: cover; 
}
  
.cover-img-alfaromeo {
	position: relative; 
	background-image: url('../img/header-visual-alfaromeo.jpg');
		background-position: -49rem;
	background-size: cover; 
}
  
.cover-img-fiatprofessional {
	position: relative; 
	background-image: url('../img/header-visual-fiatprofessional.jpg');
		background-position: -66rem;

	background-size: cover; 
}

@media only screen and (max-width: 420px) {
	.cover-img-fiatprofessional,.cover-img-alfaromeo,.cover-img-jeep,.cover-img-abarth,.cover-img-fiat{
	    background-position: -18rem;
	    
	}
}

@media only screen and (min-width: 421px)and (max-width: 768px) {
	.cover-img-fiatprofessional,.cover-img-alfaromeo,.cover-img-jeep,.cover-img-abarth,.cover-img-fiat{
	    background-position: right;
	    
	}
}


.btn-jeep{
	background-color: #ffba00 !important;
}

.form-background{
	background-color: #0362af !important;
}

.grey-box{
	background-color: #0362af !important;
}

@media only screen and (max-width: 768px) {
	.cover-img-fiatprofessional,
	.cover-img-fiat,
	.cover-img-jeep,
	.cover-img-abarth,
	.cover-img-alfaromeo{
		height: 260px;

	}
}

.header-logo{
	width: max-content;
	margin: auto;
}