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

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

/* Seccion*/


#conteiner{
	padding-bottom: 30px;
}
.primario{
	width: 50%;
	
}

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

#txt-1{
	padding: 0px 40px;
}

.bld{
	font-weight: bold;
}



#modulo1{
	
	border: solid 1.4px;
	background-color: #f1f1f1;
	
}

@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:900px){
	
	
	body{
		font-size: 11pt;
	}
	
	
	
	.margen{
	padding: 0px 70px;
}
	
	.colors{
		 font-size: 36pt;
	 }
	
	.pride{
		font-size: 22pt;
	}
	
}
@media screen and (max-width:776px){
	
	
	
	
	.margen{
	padding: 0px 50px;
}
	
	
	.pleca{
		text-align: center;
	}
	
	.colors{
		font-size: 32pt;
	}
	
	.pride{
		font-size: 20pt;
	}
	/*fin CSS hero*/

	.tarjeta1{
		flex-direction: column;
	}
	.primario{
		width: 100%;
		
	}
	
	#txt-1{
	width: 80%;
	padding: 20px 0px;
		

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

@media screen and (max-width:500px){
	.colors{
		font-size: 20pt;
	}
	
	.pride{
		font-size: 12pt;
	}
	
}
@media screen and (max-width:375px){
	.margen{
	padding: 0px 30px;
}
	.colors{
		font-size: 16pt;
	}
	
	.llave{
		width: 60%;
	}
	
	.txt-h{
		padding: 20px;
	}
}

@media screen and (max-width:320px){
	.txt-h{
		padding: 5px;
		font-size: 8.5pt;
	}
}