h1 {
	font-size: 35px;
	color: #17035A;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
h1 a{
	font-size: 35px;
	color: #17035A;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}

#container {
  width:  980px;
  margin: 0 auto;
}

section {
  height: 300px;
  margin: 60px 0;
}

.section--purple {
  background-color: #9b59b6;
}

.section--blue {
  background-color: #3498db;
}

.section--green {
  background-color: #2ecc71;
}

#main {
  text-align: center;
}

#more {
  margin: 20px auto 48px;
}
@media all and (max-width: 650px) {
h3{
	font-size: 17px;

}
h1{
	font-size: 22px;

}
h1 a{
	font-size: 22px;

}

.btn-lg{
	padding:2px 4px;
	font-size:10px;
	line-height:1.33333;
	margin-top:1px;
	border-radius:6px
}
.carousel-caption{
	position:absolute;
	right:15%;
	left:5%;
	bottom:0px;
	left:10%;
	z-index:10;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
	text-align:left;
	text-shadow:none;
}
.titulos{
	position:absolute;
	right:15%;
	bottom:0px;
	left:5%;
	z-index:10;
	padding-top:0px;
	padding-bottom:5px;
	color:#23649C;
	text-align:left;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

}