@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
body {
	font-family: 'Raleway', Arial, sans-serif !important;
	background-color: #f5f5f5 !important;
}
a {
	color: #12355b;
}
a:hover {
	color: #ef6423;
	text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700 !important;
	line-height: 1.2;
	margin-bottom: .5rem;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
b, strong {
  font-weight: 700 !important;
}
.texto-naranja {
	color: #ef6423 !important;
}
.texto-azul {
	color: #12355b !important;
}
.encabezado	{
	background-color: #12355b;
}
.logotipo {
	height: 60px;
}
.titulo {
	background-color: #ef6423;
	padding: 60px 30px 20px 30px;
	text-align: center;
}
.titulo h1 {
	color: #ffffff;
}
.texto-intro {
	padding-left: 20px;
	border-left: 2px solid #ef6423;
}
.boton {
	color: #ef6423 !important;
	padding: 3px 7px;
	background-color: transparent;
	border: 1px solid #ef6423;
}
.boton:hover {
	color: #ffffff !important;
	background-color: #ef6423;
	border: 1px solid #ef6423;
}
.texto-grande {
  font-size: 1.25rem;
  font-weight: 300;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 1.25rem;
}
.form-check {
  position: relative;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}
.form-check-label {
  margin-bottom: 0;
  font-size: 20px;
}