@charset "utf-8";
/* CSS Document */
.reset{
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
header{
	width: 100%;
	height: auto;
	display: flex;
}
.banner{
	width: 100%;
	height: auto;
	display: flex;
	margin: auto;
	padding: 0;
	align-content: center;
}
.banner_img{
	width: 90%;
	height: auto;
	display: flex;
	margin: 0 auto 0 auto;
	padding: auto;
	align-content: center;
}
.contenedor_1{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-content: center;
}
.title{
	text-align: center;
	justify-content: center;
	margin: 20px 20px;
}
.contenedor_2{
	width: 100%;
	height: auto;
	margin: 30px 20px;
	padding: 0;
	align-content: center;
	display: flex;
	flex-direction: column;
}
.space{
	margin: 0 20px;
	padding: 0;
	width: 100%;
	height: 20px;
}
.txt_box{
	margin: 0 20px;
	padding: 0;
	width: auto;
	text-align: justify;
	text-justify: inter-word;
	align-content: center;
}
.boton{
	width: 200px;
	height: auto;
	margin: 40px auto 0 auto;
	background-color: #d14124;
	padding: 17px 34px;
	border: none;
	border-radius: 5px;
	display: flex;
	align-content: center;
	text-align: center;
	transition: all .3s;
}
.boton:hover{
	margin: 35px auto 0 auto;
	width: 230px;
	height: auto;
	padding: 20px 37px;
	background-color: #003D4C;
	transition: all .3s;
}
h1{
	font-family: Times, "Times New Roman", "serif";
	font-size: 24pt;
	font-weight: bold;
	color: #003D4C;
	margin: 0;
	padding: 0;
}
h2{
	font-family: Times, "Times New Roman", "serif";
	font-size: 15pt;
	font-weight: bold;
	color: #d14124;
	padding: 0;
}
h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	margin: 0 auto;
}
p{
	font-family: Times, "Times New Roman", "serif";
	font-size: 15pt;
	color: #000000;
	padding: 0;
}
a{
	text-decoration: none;
	cursor: pointer;
	width: 100%;
}
