h1,h2,h3,h4 {
	font-family: font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

p {
	font-family: font-family: 'Montserrat', sans-serif;
	cursor: default;
}

.pagosFlow {
	width: 100%;
	background: whitesmoke;
	border-radius: 5px;
	margin-top: 5px;
	box-shadow: 8px 8px 0px #307c94;
}

#mainNav {
	padding: 10px 0;
	background-color: #ffffff;
}

.navbar-brand {
	padding: 0.4em;
}

body>.jumbotron {
	margin-top: 60px;
	color: white;
	margin-bottom: 0;
	padding: 0;
}

.jumbotron p {

	
}

.jumbotron p.bienvenido {

}

body>.jumbotron>div {
	background: #3d9bb9;
	color: white;
	padding-top: 48px;
	padding-bottom: 48px;
}

.contenedor .seccion {
	padding-top: 45px;
	padding-bottom: 45px;
}

.contenedor .seccion p {
	margin: 0;
}

.contenedor .seccion h2 {
	margin-top: 0px;
}

.seccion-color {
	background: #eee;
}

.jumboIlustracion {
	width: 70%;
}

hr {
	margin-top: 0;
	margin-bottom: 20px;
	border: 0;
	border-top: 3px solid #333;
}

.imagen2 {
	width: 30em;
}

.contenedor .seccion,.jumbotron p {
	text-align: justify;
}

.infoContacto {
	margin-top: 25px;
}

.infoContacto .contactolabel {
	background: white;
	border: solid 2px #2aadc4;
	color: #333333;
	border-radius: 5px;
	box-shadow: 6px 6px 0px #2aadc4;
	padding: 8px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
}

.infoContacto .contactolabel a {
	color: #333333;
	text-decoration:none;
}

.footer .fa-stack-1x {
	color: #2d768c;
}

.footer a:hover {
	text-decoration: none;
}

@media screen and (max-width: 992px) {
	.contenedor .seccion {
		text-align: center;
	}
	.jumbotron p {
		text-align: center;
		font-size: 19px;
	}
	.title {
		text-align: center;
	}
	.jumboIlustracion {
		text-align: center;
		margin-top: 25px;
	}
	.pagosFlow {
		margin-top: 15px;
	}
	img {
		width: 100% !important;
	}
	.imagen4 {
		width: 40% !important;
	}
	.infoContacto .contactolabel {
		margin-top: 15px;
	}
	.infoContacto {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.imagen2 {
		margin-top: 20px;
	}
	
	.contenedor .seccion h2 {
    	font-size: 25px;
	}
}