#promo
{
	background-color: #1a1a1a;
	color: #ffffff;
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
	padding: 10px 0px;
}

#promo p
{
	margin: 0px;
}

#gallery
{
	background: #1a1a1a;
	padding: 100px 0px;
	text-align: center;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
}

#gallery .galleryItem
{
	width: 100%;
	height: 260px;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	border-radius: 10px;
}

#dealer
{
	background-image: url(../img/cover.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px;
	text-align: center;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
}

#dealer h3
{
	font-size: 42px;
	font-weight: 800;
	text-shadow: 0px 0px 20px #00000063;
}

#dealer p
{
	font-size: 22px;
	text-shadow: 0px 0px 20px #00000063;
	margin-bottom: 40px;
}

#dealer a
{
	text-decoration: none;
	color: #ffffff;
	background: #8136ca;
	transition: 0.2s;
	padding: 10px 20px;
	border-radius: 8px;
}

#dealer a:hover
{
	background: #4c4165;
}

.VistaProducto
{
	position: relative;
}

.VistaProducto::after
{
	position: absolute;
	top: 8px;
	left: -42px;
	display: block;
	box-sizing: border-box;
	content: "¡Nuevo!";
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background: transparent;
	height:0;
	width:150px;              
	border: 25px solid transparent;
	border-bottom: 25px solid #4daaff;
	transform: rotate(-45deg);
	line-height: 26px;	
}

.btnBuy
{
	font-family: "Montserrat", sans-serif;
	border-bottom-left-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
	text-align: center;
	color: #ffffff;
	background-color: #4c4165;
	padding: 7px 0px;

}

.searchBar
{
	padding: 0px 200px;
}

/* Media Query */
/* XXL */
@media (min-width: 1401px)
{
	.searchBar
	{
		padding: 0px 200px;
	}
}

/* XL */
@media (min-width: 1201px) and (max-width:1400px)
{
	.searchBar
	{
		padding: 0px 200px;
	}
}

/* LG */
@media (min-width: 993px) and (max-width:1200px)
{
	.searchBar
	{
		padding: 0px 160px;
	}
}

/* MD */
@media (min-width: 768px) and (max-width:992px)
{
	.searchBar
	{
		padding: 0px 120px;
	}
}

/* MS */
@media (min-width: 577px) and (max-width: 767px)
{
	
}

/* XS */
@media (max-width: 576px)
{
	
}