@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;
}
/* CSS Reset*/

/*Generales*/

body{
	
font-family: Helvetica, Arial,"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed",  "sans-serif";
line-height: 1.3;
font-size: 16pt;
font-weight:lighter;
}

body a{
	text-decoration: none;
	color: black;
}

img{
	max-width: 100%;
}

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

.pleca{
	background-color: black;
	color: white;
	font-size: 12pt;
	text-align: right;
	padding: 20px;
}

.pleca a{
	text-decoration: none;
	color: white;
}

.margen{
	padding: 0px 120px;
}

.pleca a:hover{
	
	color: gainsboro;
}

#hero{
	display: flex;
	justify-content:space-between;
	align-items: center;
	padding: 30px;
}

.bld{
	font-weight: bold;
}

.llave {
	width:25%;
	
}

.txt-h{
	padding: 80px;
}

.pride{
	font-weight: bold;
	font-size: 32pt;
}

.colors{
	font-family: BDIN Condensed Bold;
	font-size: 60pt;
}

.b{
	color: #ff0000;
}

.e{
	color: #fc6500;
}
.c{
	color: #fcd800;
}
.o{
	color: #349900;
}
.l{
	color: #0000ff;
}

.o-mg{
	color: #51358c;
}

.menu{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-bottom: 30px;
	
	
}

.menu li{
	padding: 10px;
	
	
}

.menu  a:hover{
	color: white;
	background-color: black;
}


.catalogo-1{
	display: grid;
	grid-gap: 5px;
	margin-top: 10px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	padding-bottom: 20px;
	
}

.producto{
	font-size: 12pt;
	font-weight: bold;
}
.columna{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: solid 1.3px;
	padding-bottom: 16px;
	
	
}

.columna-bck{
	position: relative;
	width: 70%;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
	top: 240px;
	background-color: white;
	
	
}

.foto{
	width: 70%;
}
.marca{
	font-size: 11pt;
	font-weight: lighter;
}

.primario{
	width: 50%;
}

.boton{
	background-color: black;
	color: white;
	padding: 12px;
}

.sombra{
	box-shadow: 3px 3px 5px gray;
	
}

.borde{
	border: solid 1.3px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.elem1{
	background: linear-gradient( #63c041, #30aea2);
}

.elem2{
	background-image: url("images/ellos-playera.jpg");
	background-size: cover;
	background-position: center;
	height: 50vh;
	border: solid 1.3px;
}

.elem3{
	grid-column-start: 3;
	grid-column-end: 5;
}

.elem4{
	background-image: url("images/ellos_anillo.png");
	background-size: cover;
	background-position: center;
	height: 50vh;
	border: solid 1.3px;
}

.elem5{
	background: linear-gradient( #30aea2, #2263a5);
}

.elem7{
	background-image: url("images/ellos_chamarra.png");
	background-size: cover;
	background-position: center;
	height: 50vh;
	border: solid 1.3px;
}

@media screen and (max-width:1300px){
	.llave {
	width:40%;
	
}
}

@media screen and (max-width:1178px){
	.llave {
	width:50%;
	}
	.txt-h{
	padding: 60px;
}
	
	.pride{
		font-size: 28pt;
	}
	
	.colors{
		font-size: 50pt;
	}
	
	body{
		font-size: 14pt;
	}
}

@media screen and (max-width:1280px){
	.columna-bck{
		top:200px
	}
	
	.boton{
		font-size: 12pt;
	}
	
	.producto{
		font-size: 10pt;
	}
	
	.margen{
		padding: 0px 80px;
	}
}

@media screen and (max-width:1056px){
	
	
	
	body{
		font-size: 12pt;
	}
	
	 .colors{
		 font-size: 44pt;
	 }
	 
	 .pride{
		font-size: 26pt;
	}
	
	.margen{
	padding: 0px 90px;
}
	
}


@media screen and (max-width:1032px){
	
.boton{
		font-size: 10pt;
	}
}


	
	@media screen and (max-width:900px){
	
	
	
	body{
		font-size: 11pt;
	}
	
	
	
	.margen{
	padding: 0px 70px;
}
	
	.colors{
		 font-size: 36pt;
	 }
	
	.pride{
		font-size: 22pt;
	}
	
	
	
	
	
	
	.elem1, .elem3, .elem5, .elem7{
		grid-column-start: 1;
		grid-column-end: 3;
	}
	
	.elem2, .elem4, .elem6{
		grid-column-start: 3;
		grid-column-end: 5;
	}
	
	.elem3{
		flex-direction: column-reverse;
	}
	.primario{
		width: 60%;
	}
	
	.margen{
		padding: 0px 60px;
	}
}

@media screen and (max-width: 776px){
	
	.margen{
	padding: 0px 50px;
}
	.colors{
		font-size: 32pt;
	}
	
	.pride{
		font-size: 20pt;
	}

	
	.pleca{
		text-align: center;
	}
	
	.catalogo-1{
		display: block;
	}
}

@media screen and (max-width:675px){
	
	
.colors{
		font-size: 26pt;
	}
		
		#hero{
			padding: 20px;
		}
		
		.pride{
		font-size: 18pt;
	}
	
	

	
	.pleca{
		text-align: center;
	}
	
	.catalogo-1{
		display: block;
	}
	
	.columna-bck{
		width: 40%;
	}
	
	.margen{
		padding: 0px 50px;
	}
	
	#boxer{
		position: relative;
		top:-16px;
		background-color: white;
	}
}

@media screen and (max-width:600px){
	
	
	
	body{
		font-size: 10pt;
	}
	
	#hero{
		padding: 0px;
	}
	
	.menu{
		flex-direction: column;
	}
	
	.pride{
		font-size: 14pt;
	}
	
	.margen{
	padding: 0px 40px;
}
}

@media screen and (max-width:500px){
	.colors{
		font-size: 20pt;
	}
	
	.pride{
		font-size: 12pt;
	}
	
}

@media screen and (max-width:380px){
	
	margen{
	padding: 0px 30px;
}
	.colors{
		font-size: 16pt;
	}
	
	.llave{
		width: 60%;
	}
	
	.txt-h{
		padding: 20px;
	}
	
	
	.columna-bck{
		width: 55%;
	}
}

@media screen and (max-width:340px){
	
	.columna-bck{
		width: 70%;
		top: 140px;
	}
	
	.txt-h{
		padding: 5px;
		font-size: 8.5pt;
	}
}