*{
	margin: 0;
	box-sizing: border-box;
}

.menu{
	background-color: #1a5da7;
	color: white;
}
.text-white{
	color: white !important;
}
.navbar{
	border-radius: 0 !important;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #2e6cb1;
}
.bg-white{
	background-color: white;
}

.border-white{
	border-color: white;
}
.side-menu{
	float: right !important;
}

.bloco-1{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #88CDB8;
	opacity: 70%;
}

.bloco-2{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F8AA42;
	opacity: 70%;
}

.bloco-3{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EC7039;
	opacity: 70%;
}

.bloco-1:hover{
	opacity: 100%;
	transition: all 0.5s linear;
}

.bloco-2:hover{
	opacity: 100%;
	transition: all 0.5s linear;
}

.bloco-3:hover{
	opacity: 100%;
	transition: all 0.5s linear;
}


.ensino{
	font-size: 16px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 0;
	padding-top: 10px;
}
.ensino2{
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}
.hashtag{
	color: yellow;
	font-weight: bold;
}

.mini-txt{
	font-weight: bold;
	color: white;
}

.click{
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mb0{
	margin-bottom: 0;
}
.img-responsive{
	margin: 0 auto;
}
.btn-didatico{
	text-decoration: none;
    border: 2px solid #00c0ff;
    padding: 15px 25px;
    display: block;
    width: 300px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #00c0ff;
    margin: 10px auto;
    border-radius: 5px;
}

.btn-didatico:hover{
	color: #337ab7;
}
h1, h2, h3, h4, h5, h6{
	color: #333d72;
}
.sub-title{
	color: #00c0ff;
}
.mt-30{
	margin-top: 30px;
}
a:hover{
	text-decoration: none;
	color: inherit;
}

.text-p{
	text-align: justify;
	line-height: 25px;
}
.bold{
	font-weight: bold;
}

.not{
	color: #1a5da7;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
  font-style: italic;
} 

html {
  scroll-behavior: smooth;
}

@media (max-width: 770px) {
  .mob{
  	text-align: center !important;
  	padding: 20px 0;
  }
}
nav{
	position: fixed !important;
	width: 100% !important;
	z-index: 99 !important;
}
.space{
	padding-top: 50px;
	padding-bottom: 50px;
}

.efe{
	opacity: 100%;
}

.efe:hover{
	opacity: 80%;
}
@media (max-width: 770px) {
  .side-menu {
    float: left !important;
  }
  .img-fluid{
  	width: 100%;
  }

  .mob{
  	text-align: center !important;
  }
  .fale{
  	flex-direction: column;
  	align-items: center;
  }

  .botao{
  	float: none !important;
  	margin-right: 0 !important;
  }
}