*{
	margin: 0;
	padding: 0;
	outline: none;
	white-space: collapse;
}

html{
}
body {
	position: relative;
}
img{
	width: 100%;
	line-height: 0;
}
header{
	color: #ffffff;
	padding-top: 40px;
	background: 
		-webkit-linear-gradient(-20deg,
		rgba(37, 53, 68, 1)60.9%,
		rgba(37, 53, 68, 0) 61%),
		-webkit-linear-gradient(
		-20deg, 
		rgba(197, 197, 184, 0) 60.9%,
		rgba(197, 197, 184, 1) 61%)
	}

header h1{
	}

header div{
	max-width: 1024px;
	margin: auto;
	}

header img{
	max-width: 430px;
	max-width: 300px;
	}

div img{
	width: 100%;
	}
a{
	text-decoration: none;
	}

.flex_rows{
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	}

.texts{
	max-width: 1024px;
	margin:  0 auto;
	text-align: justify;
	font-size: 18px;
	}
.text_1{
	}
.text_2{
	}
.bg_color1{
	background: #eaeaea;
	}


#header_flex{
	justify-content: space-around;
}
#header_text{
	max-width: 330px;
	margin: auto;
	font-size: 18px;
	}

#ernesto_coppel1_hld{
	max-width: 420px;
	text-align: center;
	margin: auto;
	}

#texto_y_portadas{
	justify-content: space-between;
	}

#portadas_hld{
	text-align: center;
	}

#timeline{
	min-height: 200px;
	display: flex;
	flex-wrap: wrap;
	}

#time_line_hld{
	max-width: 1024px;
	margin: auto;
	padding: 20px 0px;
	}
.time_event{
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	}
.time_event.odd {
	text-align: right;
	}

#footer_flex{
	justify-content: space-between;
	margin: auto;
	}

#ernesto_coppel2_hld{
	}
#footer_text{
	font-size: 22px;
	/*text-align: justify;*/
	}
#footer_text_1{
	font-size: 20px;
	}
#footer_text_2{
	font-size: 18px;
	}

#firma_hld{
	text-align: right;
	}
#firma_hld img{
	max-width: 200px; 
	}

@media only screen and (min-width: 480px){
	#footer_text_1{
		font-size: 32px;
		}
	#footer_text_2{
		font-size: 18px;
		}
	#firma_hld img{
		max-width: 250px; 
		}
	}
@media only screen and (max-width: 639px){
	header h1{
		display: block;
		font-size: 40px;
		text-align: center;
		}

	.flex_rows{
		display: block !important;
	}

	#header_text{
		max-width: 275px;
		margin: auto;
		text-shadow: 1px 1px 2px black;
		}

	.rows2_big{
		}
	.texts{
		padding: 25px;
	}

	#portadas_hld{
	}


	#footer_flex{
		justify-content: space-between;
		margin: auto;
		padding: 25px 15px;
		}

	#ernesto_coppel2_hld{
		width: 75%;
		margin: 20px auto;
		}
	#footer_text{
		font-size: 22px;
		}
	}
@media only screen and (min-width: 640px) and (max-width: 939px){
	.flex_rows{
		display: flex;
		}
	.texts{
		padding: 50px;
		}

	#footer_flex{
		padding: 30px 20px;
		}
	#ernesto_coppel2_hld{
		width: 40%;
		}
	#footer_text{
		font-size: 20px;
		width: 50%;
		}
	}
@media only screen and (min-width: 640px){
	header h1{
		font-size: 48px;
		}

	header div{
		max-width: 1024px;
		margin: auto;
		}

	header img{
		max-width: 430px;
		max-width: 300px;
		}

	.rows2_big{
		width: 49%;
		}

	.flex_rows{
		display: flex;
		}

	.texts{
		max-width: 1024px;
		margin:  0 auto;
		}
	.text_1{
		}
	.text_2{
		}

	#header_flex{
		justify-content: space-around;
	}
	#header_text{
		max-width: 275px;
		margin: auto;
		}

	#ernesto_coppel1_hld{
		max-width: 275px;
		text-align: center;
		margin: auto;
		}

	#texto_y_portadas{
		justify-content: space-between;
		}

	#portadas_hld{
		text-align: center;
		width: 410px;
		}

	#timeline{
		min-height: 200px;
		}

	#footer_flex{
		justify-content: space-between;
		margin: auto;
		max-width: 1024px;
		}

	#ernesto_coppel2_hld{
		}
	#footer_text{
		}

	#firma_hld{
	text-align: right;
		}
	#firma_hld img{
	 max-width: 250px; 
		}
	}
@media only screen and (min-width: 940px){
	.texts{
		padding: 100px 100px;
		max-width: 1024px;
		margin:  0 auto;
		}
	#footer_flex{
		padding: 50px 70px;
		}
	#ernesto_coppel2_hld{
		width: 33%;
		}
	#footer_text{
		font-size: 22px;
		width: 55%;
		}
	}
