.build_car {
	background-color: #e4e4e2;
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	.build_car_img {
		padding-top: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
		padding-right: 20px;
	}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.build_car_img {
		padding-top: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
		padding-right: 20px;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
	.build_car_img {
		padding-top: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
		padding-right: 20px;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	.build_car_img {
		padding-top: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
		padding-right: 20px;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	.build_car_img {
		padding-top: 50px;
		padding-left: 80px;
		padding-bottom: 50px;
		padding-right: 80px;
	}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.build_car_img {
		padding-top: 50px;
		padding-left: 80px;
		padding-bottom: 50px;
		padding-right: 80px;
	}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.build_car_img {
		padding-top: 50px;
		padding-left: 80px;
		padding-bottom: 50px;
		padding-right: 80px;
	}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	.build_car_img {
		padding-top: 50px;
		padding-left: 80px;
		padding-bottom: 50px;
		padding-right: 80px;
	}
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	.build_car_img {
		padding-top: 50px;
		padding-left: 80px;
		padding-bottom: 50px;
		padding-right: 80px;
	}
}



.build_car_img h3 {
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	font-size: 3vw;
}


.build_car_version {
  background-color: #b11e30;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}


.build_car_version:hover {
	background-color: #b11e30;
	color: white;
	padding: 14px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-right: 6px solid #000000;
}

.build_car_version span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.build_car_version span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.build_car_version:hover span {
	padding-right: 25px;
}

.build_car_version:hover span:after {
	opacity: 1;
	right: 0;
}

.catalog {
	margin-top: 5px;
	text-align: center;
	text-transform: uppercase;
}
.catalog a {
	text-decoration: none;
	color: #000000;
}
.catalog a:hover {
	text-decoration: underline;
	color: #990000;
}


/* sssssssssssssssssssssssssss*/
.box-cor{
	width: 17%;
	float: left;
	text-align: center;
	padding: 0 4%;
}
.box-cor a{
	color: #000;
}
.cor-X{
	width: 45px;
    height: 45px;
    border-radius: 30px;
    margin: 0 auto 10px;
}
.titulo_cor{
	font-weight: bold;
}

.description {
	margin-top: 5px;
	padding: 20px;
	background-color: #FFFFFF;
	border-right: 6px solid #000000;
}

.price_tag {
	margin-top: 5px;
	padding: 10px;
	background-color: #b11e30;
	border-right: 6px solid #000000;
	text-align: center;
	/* font-size: 1rem; */
	color: #FFFFFF;
}
.price_tag a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}