/*INDEX*/
body {
	background-color: #f4f4f4;
}
nav.desktop {
	padding: 20px;
	text-align: center;
}
@media screen and (max-width: 650px) {
	nav.desktop {
		display: none;
	}
}
nav.desktop li {
	margin: 5px;
	display: inline-block;
}
nav.desktop li a {
	width: 130px;
	height: 50px;
	display: block;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	color: #959595;
	line-height: 50px;
	text-align: center;
	padding: 0 15px;
	border-radius: 5px;
	border: 1px solid #959595;
	transition: all 1s ease;
}
nav.desktop li a:hover, nav.desktop li a.active {
	border: 1px solid #e30613;
	color: #e30613;
	cursor: pointer;
}
nav.phone {
	height: 100px;
	position: relative;
}
@media screen and (min-width: 651px) {
	nav.phone {
		display: none;
	}
}
nav.phone > ul {
	width: 250px;
	height: 50px;
	position: absolute;
	top: 20px;
	left: calc(50% - 125px);
	z-index: 100;
}
nav.phone > ul > li {
	height: 50px;	
	position: relative;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	color: #e30613;
	line-height: 50px;
	border: 1px solid #e30613;
	border-radius: 5px;
	cursor: pointer;
}
nav.phone > ul > li span {
	position: absolute;
	width: 12px;
	height: 10px;
	right: 10px;
	top: 20px;
	background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat;
	background-position: center;
}
nav.phone .submenu {
	width: 100%;
	display: none;
	position: absolute;
	left: 0;
	margin-top: 1px;
	background: #fff;
}
nav.phone .submenu li a {
	height: 50px;
	margin-bottom: 1px;
	display: block;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	color: #959595;
	line-height: 50px;
	border: 1px solid #959595;
	background-color: #fff;
	border-radius: 5px;	
}
nav.phone li, nav.phone li a {
	background-repeat: no-repeat;
	background-position: 10px;	
}
main {
	padding: 60px 0;
	background: #fff;
}
main .content {
	width: 90%;
	max-width: 900px;
	margin: auto;
}
main h1 {
	margin: 40px 0;
	color: #959595;
	text-align: center;
	position: relative;
	font-size: 38px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -1px;
}
main h1 a {
	position: absolute;
	margin-left: -50px;
}
@media screen and (max-width: 651px) {
	main h1 a {
		position: relative;
		display: block;
		margin-left: 0;
	}
}
main h2 {
	font-size: 44px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 40px;
	margin: 0 0 30px 0;
}
main h2 span {
	font-size: 16px;
}
main h3 {
	font-size: 28px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 30px;
	margin: 0 0 20px 0;
}
main p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}
main p a {
	color: #e30613;
	text-decoration: underline;
}
.logo {
	text-align: center;
	margin-bottom: 20px;
}
.logo img {
	max-width: 328px;
	width: 70%;
}
.search a {
	width: 220px;
	height: 50px;
	display: block;
	margin: auto;
	padding-left: 50px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	color: #959595;
	line-height: 50px;
	border: 1px solid #959595;	
	border-radius: 5px;
	background-image: url(../img/icon_search.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.list {
	max-width: 1000px;
	margin: 30px auto;
	text-align: center;
}
.list.home {
	padding-bottom: 30px;
	border-bottom: 1px solid #bfbfbf;
}
.list li {
	display: inline-block;
}
.list li a {
	height: 300px;
	width: 300px;		
	margin: 5px;
	display: block;
	position: relative;
	background-position: center;	
	background-size: cover;
	background-color: #000;	
}
.list li a em {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}
.list li a:hover em {
	background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .7));
}
.list li a .category {
	max-width: 90%;
	position: absolute;
	left: 20px;
	bottom: 25px;
	font-weight: 900;
	font-style: italic;
	font-size: 28px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -1.5px;
	padding-bottom: 5px;
	border-bottom: 5px solid #bfbfbf;
	transition: border .5s ease;
}
.list li a:hover .category {
	border-bottom: 5px solid #e30613;
}
.list li a .title {
	max-width: 90%;
	position: absolute;
	left: 20px;
	bottom: 25px;
	font-weight: 900;
	font-style: italic;
	font-size: 28px;
	color: #fff;
	text-align: left;
	letter-spacing: -1.5px;
	line-height: 30px;
	transition: border .5s ease;
}
.list li a .title img {
	display: block;
	margin-bottom: 10px;
}
.gallery {
	/*height: 400px;*/
	margin: 50px auto 0 auto;
	position: relative;
	background-color: #000;
}
.gallery .logo {
	position: absolute;
	top: -30px;
	left: calc(50% - 40px);
}
.gallery #logo_marca {
	z-index: 150;
    position: absolute;
    left: 50%;
}
.gallery .photo {
	background-size: cover;
	background-position: center;
}
.gallery .arrows {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 45%;
	cursor: pointer;
}
.gallery .bx-wrapper .bx-controls-direction a{
	width: 40px;
	height: 40px;
	z-index: 150;
}
.gallery .bx-wrapper .bx-prev{
	background: url(../img/arrow_back.png) no-repeat 0 0 !important;
}
.gallery .bx-wrapper .bx-next{
	background: url(../img/arrow_next.png) no-repeat 0 0 !important;
}
.gallery .bx-wrapper .bx-viewport{
	left: 0px !important;
}
.video_autos {
	width: 90%;
	margin: auto;
	background: #000;
}
.image {
	width: 90%;
	height: 300px;
	margin: auto;
	border: 1px solid #ccc;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f4f4f4;
}
.detail {
	width: 80%;
	margin: 30px auto;
}
.detail .left {
	width: 50%;
	margin-right: 9%;
	display: inline-block;
	vertical-align: top;
}
.detail .right {
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 651px) {
	.detail .left, .detail .right {
		width: 100%;
		margin: 0;
	}
}
.actions {
	margin-top: 20px;
}
.actions li a {
	max-width: 250px;
	display: block;
	margin-bottom: 15px;
	padding: 15px 15px 15px 50px;
	color: #959595;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #959595;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 15px center;
}
.actions li a.site {
	background-image: url(../img/icon_site.png);
}
.actions li a.price {
	background-image: url(../img/icon_price.png);
}
.actions li a.contact {
	background-image: url(../img/icon_contact.png);
}
.actions li a.facebook {
	background-image: url(../img/icon_facebook.png);
	cursor: pointer;
}
.note {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #cacaca;
}
.note p {
	color: #a1a1a1;
	font-size: 14px;
	font-weight: 400;	
}
.note p.aclaration {
	text-transform: uppercase;	
}
#search {
	max-width: 300px;
	margin: auto;
}
#search select  {
    font-family: 'Lato', sans-serif;
	width: 100%;
	height: 50px;
	display: inline-block;
	font-weight: 400;
	line-height: 20px;
	padding-left: 15px;
	font-size: 15px;
	margin: 10px 0;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-repeat: no-repeat;	
	background-position: 95% center;
	outline: none;
	color: #959595;
    text-shadow: 0 0 0 #ffffff;
    background-image:url(../img/arrow_down.png);
	border: 1px solid #959595;
	background-color: #fff;
	border-radius: 5px;		
}

#search .btn_buscar {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	padding-left: 20px;
    font-family: 'Lato', sans-serif;	
	font-weight: 600;
	line-height: 20px;
	font-size: 15px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;	
	background-color: #e30613;
	border-radius: 5px;			
	border: none;
	outline: none;
	background-image:url(../img/btn_search.png);
	background-repeat: no-repeat;	
	background-position: 95% center;	
	cursor: pointer;
	padding-top: 15px;
}

@media screen and (max-width: 728px) {
	#banner {
		display: none;
	}
}