@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: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	line-height: 1.2;
	font-size: 14pt;
}

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: 20pt;
	
}

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

.titulo{
	
	font-weight: 700;
	font-size: 1.85em;
	text-transform: uppercase;
}

.textos{
	
	font-size: 1.42em;
}

.primario{
	width: 50%;
}

.parrafo{
	padding: 40px;
}
.margen{
	padding: 0px 50px;
}

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

.item10{
	grid-column: 2/4;
	background-image: url("../images/merry-item10.jpg");
	background-size: cover;
	background-position: center;
}

@media screen and (max-width:1280px){
	body{
		font-size: 13pt;
	}
	.bajada{
		font-size: 18pt;
	}
}
@media screen and (max-width:1024px){
	body{
		font-size: 10pt;
	}
	.bajada{
		font-size: 14pt;
	}
}

@media screen and (max-width:800px){
	.portada{
		flex-direction: column;
	}
	
	
	.bajada{
		width: 60%;
		padding: 50px;
	}
	
	
	.tarjeta1{
		flex-direction: column;
	}
	
	.navegar{
		flex-direction: column;
		text-align: center;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.primario{
		width: 90%;
	}
	
	.item1,.item3,.item5,.item7,.item9{
		grid-column: 1/3;
	}
	
	.item2,.item4,.item6,.item8,.item10{
		grid-column: 3/5;
	}
	
	
}

@media screen and (max-width:500px){
	
	.body{
		font-size: 9pt;
	}
	
	.bajada{
		padding: 30px;
		width: 70%;
		font-size: 13pt;
	}
	
	.margen {
	padding: 0px 15px;
	}
	
	.navegar{
		width: 100%;
	}
	
	.item1,.item3,.item5,.item7,.item9,.item2,.item4,.item6,.item8,.item10{
		grid-column: 1/5;
	}
}

@media screen and (max-width:400px){
	.bajada{
		font-size: 12pt;
	}
	
	.
}
