p, h1, h2, h3, h4, h5, table {
	font-family: Lato, Arial;
}
.header {
	//border-bottom: 1px solid #312783;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 0;
	background-color: #e5e5e5;
}
.header h1 {
	font-size: 2.2rem;
    font-weight: bold;
    color: #312783;
    line-height: 2rem;
}
.header h1 span{
	font-size: 1.6rem;
    font-weight: bold;
    color: #312783;
}
section {
	margin-bottom: 4rem;
	padding-top: 2rem;
}
.title {
	text-transform: uppercase;
	color: #312783;
	margin-bottom: 2rem;
    font-weight: bold;
}
.oferta {
	background-color: #312783;
	margin-top: 0;
	padding-bottom: 2rem;
	color: #ffffff;
}
.oferta .title {
	color: #ffffff;
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
