@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%;
	margin-left: auto;
	margin-right: auto;
}

.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;
	}

.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;
	
	
}

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

@media screen and (max-width:1280px){
	.bajada{
		font-size: 14pt;
	}
}
@media screen and (max-width:1024px){
	
	.bajada{
		font-size: 12pt;
	}
	
	.titulo {
		font-size: 28pt;
	}
}

@media screen and (max-width:800px){
	.portada{
		flex-direction: column;
	}
	
	.elle{
		text-align: center;
	}
	
	.bajada{
		width: 60%;
		padding: 50px;
	}
	
	.botones{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0px;
	}
	
	
	
	#item1,#item3{
		grid-column: 1/3;
	}
	
	#item2,#item4{
		grid-column: 3/5;
	}
	
	.primario{
		width: 65%;
	}
	
}

@media screen and (max-width:600px){
	
	body{
		font-size: 11pt;
	}
	
	.primario{
		width: 75%;
	}
	
	.titulo{
		font-size: 24pt;
	}
}

@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;
	}
	
	#item1,#item2,#item3,#item4{
		grid-column: 1/5;
	}
	
	.primario{
		width: 95%;
		
	}
	
	.parrafo{
		padding: 30px;
	}
	
	
}

@media screen and (max-width:400px){
	
	body{
		font-size: 10pt;
	}
	
	.titulo{
		font-size: 18pt;
	}
	
	.bajada{
		font-size: 10pt;
	}
	
	.primario{
		padding: 0px;
	}
	
	.primario{
		width: 100%;
	}
	.margen{
	padding: 30px 32px 0px;
}
	
}