@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 1.2;
}

body a{
	text-decoration: none;
}

img{
	max-width: 100%;
}

.modulo{
	position: relative;
	overflow: hidden;
}

.portada{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	
	}


.bajada{
	padding:30px;
	width: 40%;
	font-size: 16pt;
	
}

.titulo{
	font-family: 'Prata', serif;
	text-transform: uppercase;
	font-size: 32pt;
}

.parrafo{
	padding: 40px;
	line-height: 1.5;
}

.primario{
	width: 50%;
}

.margen{
	padding: 30px 50px 0px;
}

.btn{
	text-transform: uppercase;
	padding: 8px;
	
}

.btn:hover{
	background-color: black;
	color: white;
	
}

.btn:hover img{
	filter: invert(100%);
}

.navegar{
	display: flex;
    justify-content: center;
	align-content: space-between;
	padding: 10px;
}

.tarjeta1{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}

#catalogo{
	margin-top: 40px;
}

.contedor{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	    grid-gap: 5px;
	    padding-bottom: 40px;
	}

.bck-gray{
	background-color: #eceae6;
}

.borde{
	border: 2px solid;
	text-align: center;
}
.borde-int{
	width: 80%;
	border:.08px solid;
	margin-left: auto;
	margin-right: auto;
	
}

.modelo, .marca{
	border-bottom:1px solid;
}

.modelo{
	font-weight: 700;
	text-transform: uppercase;
}

.cta{
	text-transform: uppercase;
	background-color: black;
	color: white;
}

.item{
	padding: 10px;
}
.item1-txt{
	padding: 4px;
	
	
}

#item1{
	grid-column: 1/3;
	background-image: url("../images/accesorios-item1.jpg");
	background-size: cover;
	background-position: center;
}

#item8{
	grid-column: 1/ 5;
	background-image: url("../images/accesorios-item8.jpg");
	background-size: cover;
	background-position: center;
	height: 350px;
}

#txt1-hv{
	width: 40%;
	position: relative;
	top: 100px;
	left: -150px;
	visibility: hidden;
}

#btn1-plus{
position: relative;
top:120px;
	left: 100px;
}

#txt2-hv{
	width: 20%;
	position: relative;
	top:30px;
	left: 200px;
	visibility: hidden;
	
}
@media screen and (max-width:1280px){
	.bajada{
		font-size: 14pt;
	}
	
	.titulo{
		font-size: 28pt;
	}
#btn1-plus{

top:100px;
	
}
}

@media screen and (max-width:1152px){
#txt1-hv{
	width: 40%;
	position: relative;
	top: 30px;
	left: -100px;
	visibility: hidden;
}

}


@media screen and (max-width:1024px){
	
	.bajada{
		font-size: 12pt;
	}
	
	.titulo{
		font-size: 20pt;
	}
	
	#txt2-hv{
		width: 24%;
	}
}

@media screen and (max-width:800px){
	.portada{
		flex-direction: column;
	}
	
	
	
	.bajada{
		width: 60%;
		padding: 50px;
	}
	
	.botones{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0px;
	}
	
	.tarjeta1{
		flex-direction: column;
	}
	
	.primario{
		width: 100%;
	}
	
	#item2,#item4,#item6,#item8{
		grid-column: 3/5;
	}
	#item3,#item5,#item7{
		grid-column: 1/3;
	}
	
	#txt1-hv{
	width: 65%;
	position: relative;
	top: 10px;
	left: -50px;
	visibility: hidden;
}
	
	#txt2-hv{
	width: 70%;
	
	top:240px;
	left: 10px;
	
}
	
}

@media screen and (max-width:600px){
	#item1,#item8{
		grid-column: 1/5;
		height: 350px;
	}
	
	#item2,#item3,#item4,#item5,#item6,#item7{
		grid-column: 1/5;
	}
	
	#catalogo{
		margin-top: 0px;
	}
	
}

@media screen and (max-width:500px){
	.bajada{
		padding: 30px;
		width: 70%;
		font-size: 13pt;
	}
	
	.navegar{
		flex-direction: column;
		text-align: center;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width:400px){
	
	body{
		font-size: 10pt;
	}
	
	.bajada{
		font-size: 10pt;
	}
	
	.primario{
		padding: 0px;
	}
	
	#item1,#item8{
		height: 320px;
	}
	
	#txt1-hv{
	
	position: relative;
	top: 10px;
	left: -10px;
	
}
	#txt2-hv{
	width: 70%;
	
	top:220px;
	left: 10px;
	
}
}

@media screen and (max-width:350px){
	
	
	
	.titulo{
		font-size: 18pt;
	}
	
	#item1,#item8{
		height: 300px;
	}
	
	#btn1-plus{

left: 50px;
	
}
	
	#btn2-plus{
		position: relative;
		top:-40px;
	}
	
	#txt2-hv{
	
	
	top:170px;
	
	
}
}