*{
	margin: 0px;
	padding: 0px;
	border: 0px;	
}

header{
	background: #ED1D24;
	border-bottom: solid 10px #333;
}
h2{
	font-family: rubik, sans-serif;
	font-weight: 700;
	font-style: normal;
}
h3{
	font-family: rubik, sans-serif;
font-weight: 700;
font-style: normal;	
}
h4{
	font-family: rubik, sans-serif;
font-weight: 400;
font-style: normal;	
}
footer{
	background: #1b394e;
}
.row{
	margin-right: 0px;
    margin-left: 0px;
}
.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.logo-expansion{
	height: 40px;
	margin: 1rem;
}
.img-h{
	width: 100%;
}
.box-1{
	background: #1b394e;
	color: #FFF;
}
.box-2{
	background: #f1f1f1;
}
.espacio{
	padding-left: 0px;
	padding-right: 0px;
}
.borde{
	border-bottom: solid #898989 1px;
	border-top: solid #898989 1px;
	padding: 1rem;
}
.atras{
	position: relative;
}
.frente{
	position: relative;
	top: -4rem;
}
.line{
	background: #FFF;
	height: 5px;
	width: 80px;
}
.conoce{
	height: 40px;
}
