@media (min-width: 700px) {
	.text-slider {
		display: none;
	}

	.text-slider-desktop {
		display: flex;
		background: #e0e0e0;
	}

	.text-slider-desktop-under {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 10px;
		max-width: 1580px;
		justify-content: space-around;
		width: 100%;
	}

	.text-content-desktop svg {
		margin-right: 10px;
	}

	.text-content-desktop {
		width: 47%;
		display: flex;
		justify-content: start;
		align-items: center;
		height: 30px;
		margin: 10px;
		font-family: "Inter-Medium";
		font-size: 14px;
	}

	.footer-flex {
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 100%;
	}

	.about-background {
		height: 350px;
	}
	
}

@media (min-width: 990px) {
	.menu-navbar {
		display: none;
	}

	.menu-desktop {
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: center;
		max-width: 660px;
	}

	.menu-desktop ul {
		display: flex;
		justify-content: space-between;
	}

	.menu-desktop nav {
		width: 62%;
	}

	.menu-desktop ul a {
		color: black;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 12px;
		font-family: "Inter-Medium";
	}

	.slider-container-desktop {
		display: none;
	}

	#carousel-desktop {
		display: block;
		position: relative;
		width: 100vw;
		height: 100%;
	}

	.carousel-image {
		height: 800px;
		background-size: cover;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding-left: 10px;
		background-repeat: no-repeat;
		position: relative;
	}

	.carousel-text h1 {
		color: white;
		font-size: 36px;
		font-family: "Inter-Medium";
		margin-bottom: 20px;
	}

	.carousel-text h2 {
		color: white;
		font-size: 17px;
		font-family: "Inter-Regular";
		margin-bottom: 20px;
	}

	.carousel-text a {
		margin: 20px 0px;
		border-radius: 45px;
		background: rgb(6, 72, 206);
		padding: 15px;
		text-decoration: none;
		padding-left: 40px;
		padding-right: 40px;
	}

	.carousel-thumbnails {
		/* position: absolute;
		top: 12%;
		right: 5%; */
	}

	.carousel-text {
		font-size: 36px;
		font-family: "Inter-Medium";
		margin-bottom: 40px;
	}

	.carousel-image-inside {
		display: flex;
		justify-content: space-between;
		width: 100%;
		align-items: end;
		max-width: 1580px;
		margin: 0px 20px;
	}

	.thumbnail {
		width: 400px;
		height: 150px;
		background-size: cover;
		position: relative;
		margin-bottom: 10px;
	}

	.progress-desktop {
		position: absolute;
		top: 0;
		left: 0;
		height: 5px;
		background-color: white;
		width: 0;
	}

	.layout-form {
		display: flex;
		justify-content: space-around;
		align-items: flex-end;
	}

	.new-section {
		max-width: 1580px;
	}

	.input-control {
		width: 24%;
	}

	.button-control {
		width: 45%;
		display: flex;
		justify-content: end;
	}

	.button-form {
		height: 60px;
		width: 90%;
		margin-top: 0px;
	}

	.cars-filters-mobile {
		display: none;
	}

	.cars-filters-desktop-menu {
		display: flex;
		margin: auto;
		max-width: 1580px;
	}

	.cars-filters-desktop {
		width: 30%;
		margin-left: 20px;
		margin-top: 90px;
	}

	.cars-filters-desktop h3 {
		font-family: "Inter-Medium";
		font-size: 18px;
		color: rgb(6, 72, 206);
		margin-bottom: 20px;
	}

	.cars-filters-desktop label {
		font-family: "Inter-Regular";
		font-size: 14px;
		color: rgb(6, 72, 206);
	}

	.cars-card-global {
		margin-top: 30px;
		width: 70%;
	}

	.car-card {
		width: 49%;
		margin-bottom: 20px;
		cursor: pointer;
	}

	.exclusive-checkbox {
	}

	.checkbox-type-car {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
		width: 100%;
		font-family: "Inter-Light";
		color: rgb(6, 72, 206);
		font-size: 14px;
	}

	.checkbox-type-car div {
		border: .3px solid lightgrey;
	}

	.checkbox-path {
		fill: white;
	}

	#used_car_background, #new_car_background {
		margin-right: 20px;
		border-radius: 20%;
	}

	.input-control,select {
		width: 100%;
		margin-top: 20px;
	}

	.parent-container-slider {
		display: none;
	}

	.slider-new-old {
		display: block;
	}

	.show-car-informations {
		display: flex;
		margin: 20px;
	}

	.img-car-principal {
		height: 270px;
		width: 100%;	
	}

	.show-car-description {
		margin: 20px;
	}

	.show-car-information-left {
		padding: 30px;
		width: 45%;
	}

	.show-car-information-left h3 {
		line-height: 1.5em;
		margin: 30px 0px;
	}

	.show-car-main-buttons {
		margin: 40px 0px;
	}

	.show-car-main {
		max-width: 1580px;
		margin: auto;
	}

	.menu-desktop .active {
		border-bottom: 2px solid rgb(6, 72, 206);;
		padding-bottom: 6px;
	}

	.about-global {
		margin: 0px 30px;
	}

	.about-texts-global {
		display: flex;
		justify-content: space-between;
	}

	.about-texts {
		width: 28%;
	}

	.carousel-container {
		width: 60%;
	}

	.global-left {
		width: 50%;
	}

	.row {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
	}

	.row .col-sm-6 {
		width: 48%;
	}
}

@media (min-width: 1200px) {
	.text-content-desktop {
		width: 23%;
		justify-content: center;
	}

	.carousel-image {
		height: 900px;

	}

	.text-slider-desktop-under {
		justify-content: space-between;
	}

	.car-card {
		width: 30%;
		height: 380px;
	}

	.button-control {
		width: 50%;
	}

	.about-background {
		height: 500px;
	}

	.login-page {
		flex-direction: row;
	}

	.hr {
		display: none;
	}

	.global-right {
		align-items: center;
		margin-left: 20px;
		width: 100%;
	}
}

@media (min-width: 1580px) {
	.new-section {
		margin: auto;
	}

	.text-slider-desktop {
		justify-content: start;
	}

	.text-content-desktop {
		justify-content: start;
	}

	.text-slider-desktop-under {
		justify-content: space-between;
		margin: auto;
	}

	.amc-section {
		max-width: 1580px;
		margin: auto;
		margin-top: 45px;
	}

	.carousel-image-inside {
		margin: auto;
	}

	.about-global {
		margin: auto;
		max-width: 1580px;
	}
	
}
