@import url("fonts.css");

body{
	font-family: Hero;
}
a{
	color: #373737;
}
.button{
	background: #FF8900;
	color: #fff;
}
.button:hover{
	background: #FF6900;
	color: #fff;
}
.titulo{
	color: #00B4FF;
}

.link-2{
	color: #fff;
}
.link-2:hover{
	font-family: Hero-bold;
	color: #fff;
}
.zoom:hover{
    transform: scale(1.1);
}
.divprincipal{
	height: 100%;
	padding-bottom: 5rem;
}
.title{
	font-family: Hero-bold;
	font-size: 3rem;
}
.cardcurso{
	width: auto;
	height: 200px;
	background: #1977AC;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white !important;
}
.scroll{
	margin-left: 2rem;
	overflow-y: hidden;
	overflow-x: scroll;
	white-space: nowrap;
}

@media screen and (max-width: 767px){
	#carousel{
		margin-top: 40px;
	}
}