*{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
video{
	width: 100%;
}
header{
	background: #cf0a2c;
}
body{
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.2rem;
	color: #333;
}
h2{
	color: #000;
	font-family: futura-pt, sans-serif;
	font-weight:400;
	font-style: normal;
}
h4{
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-style: normal;
}
footer{
	background: #027299 ;
	text-align: center;
}

.titulo{
	background: #fff;
	font-style: 0.5rem;
	padding: 1rem;
	position: relative;
	top: 40px;
}
.espacio{
	padding-right: 0px;
    padding-left: 0px;
}
.logo-quien{
	height: 40px;
	margin: 0.6rem;
}
.bl{
	border-left: #027299 solid 2px;
	padding-bottom: 10px;
}
.br{
	border-right: #027299 solid 2px;
	padding-bottom: 10px;
}
.fondo{
	background: #027299;
	color: #fff;
}

.fondo2{
	background: #f5f5f5;
}

img.btn-conoce {
    width: 200px;
    margin: 2rem;
}
.row{
	margin-right: 0px;
	margin-left: 0px;
}

.sombra{
	-webkit-box-shadow: 0px 10px 13px -7px #000000, -22px -24px 7px -1px rgba(2,114,153,0); 
	box-shadow: 0px 10px 13px -7px #000000, -22px -24px 7px -1px rgba(2,114,153,0);
}

@media only screen and (max-width: 600px) {
  h2{
  	font-size: 1.4rem;
  }
}