@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%;
}

.elem2{
	background: linear-gradient(  #ff0301, #f05a24 );
	
}

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

.elem4{
    background:linear-gradient(#f05a24, #fada21);
	
}

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

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

.elem8{
	
	background: linear-gradient(#fada21, #6cc33f);
}

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

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

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

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

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


@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:1232px){
	.boton{
		font-size: 11pt;
	}
	
	.margen{
	padding: 0px 100px;
}
}

@media screen and (max-width:1178px){

	.producto{
		font-size: 10pt;
	}
	.foto{
		width: 80%;
	}
	
	.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:900px){
	
	
	
	body{
		font-size: 11pt;
	}
	
	
	
	.margen{
	padding: 0px 70px;
}
	
	.colors{
		 font-size: 36pt;
	 }
	
	.pride{
		font-size: 22pt;
	}
	

	
	
	
	.elem1, .elem3, .elem5, .elem7,.elem8, .elem11{
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.elem2, .elem4, .elem6,.elem9, .elem10{
		grid-column-start:3;
		grid-column-end: 5;
	}
	
	.borde{
		flex-direction: column;
	}
	
	.primario{
		width: 80%;
	}
	
	#botas{
		
		padding-bottom: 16px
	}
}

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

@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;
}
	
	.columna-bck{
		margin-top: -50px;
	}
	
	

}

@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{
		margin-top: -60px;
	}
	
	.producto{
		font-size: 9pt;
	}
}

@media screen and (max-width:330px){
	
	.columna-bck{
		margin-top: -100px;
	}
	.txt-h{
		padding: 5px;
		font-size: 8.5pt;
	}
	
}