@import url(http://fonts.googleapis.com/css?family=Comfortaa:400,300,700);

@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
body {
  background: #f4f4f4 url(../img/bg-html.png) top center fixed;
  padding: 0px;
  margin: 0px;
  font-family: 'Lato', sans-serif;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
header {
  font-family: 'Comfortaa', cursive;
  background: url(../img/bg-header.png) no-repeat center top;
  height: 300px;
}
header .logo {
  margin-top: 20px;
  z-index: 999;
  position: relative;
}
header .chamada {
  color: #005b7f;
  font-size: 43px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
}
header .atendimento {
  color: #fff;
  font-family: 'Comfortaa', cursive;
  font-size: 18px;
  line-height: 30px;
  margin-top: -20px;
}
header ul {
  background: url(../img/header-nav-ul.png) bottom center;
  float: right;
  margin-top: -8px;
  border-bottom: #df4b25 solid 3px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-left: 17px !important;
  padding-top: 4px;
  padding-bottom: 4px;
}
header ul li {
  float: left;
  display: block;
  font-size: 17px;
  font-weight: 700;
  padding: 5px 17px 5px 0px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0px 17px 0px 0px;
  border-right: 1px solid #d7d7d7;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li:last-child > a {
  border-right: none;
}
.jumbotron {
  height: 300px;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 0px !important;
  padding: 0px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}
ol.carousel-indicators li {
  background: #299cae;
  border: none;
}
ol.carousel-indicators li.active {
  background: #df4b25;
}
.carousel-inner .item {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 0px !important;
  height: 300px;
}
.carousel-control.left {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 0px !important;
}
.carousel-control.right {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.carousel-indicators {
  margin-bottom: -50px;
}
.portaldoaluno {
  padding: 10px 15px;
  background: #8dc63f;
  text-align: center;
  color: #fff;
  font-family: 'Comfortaa', cursive;
  font-size: 18px;
  border-radius: 15px;
}
.portaldoaluno a:link,
.portaldoaluno a:visited {
  color: #ffffff;
}
.portaldoaluno a:hover,
.portaldoaluno a:active {
  color: #df4b25;
}
ul.ensinos {
  margin: 0px;
  padding: 0px;
}
ul.ensinos li {
  display: block;
  float: left;
  padding: 10px;
  list-style: none;
  text-align: center;
  font-family: 'Comfortaa', cursive;
  font-size: 18px;
}
ul.ensinos li:nth-child(1) {
  width: 22%;
  background: #1dc5e0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
ul.ensinos li:nth-child(2) {
  width: 29%;
  background: #1cb9d1;
}
ul.ensinos li:nth-child(3) {
  width: 24%;
  background: #1fb0c7;
}
ul.ensinos li:nth-child(4) {
  width: 24%;
  background: #299cae;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
ul.ensinos li a:link,
ul.ensinos li a:visited {
  color: #ffffff;
}
ul.ensinos li a:hover,
ul.ensinos li a:active {
  color: #df4b25;
}
.noticias {
  background: #fff;
  margin-top: 20px;
  padding: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  float: left;
  display: block;
  width: 100%;
}
.noticias h3 {
  font-family: 'Comfortaa', cursive;
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  color: #df4b25;
  margin-bottom: 20px;
}
.noticias h3:after {
  padding-top: 10px;
  background: #299cae;
  height: 2px;
  float: right;
  display: block;
  content: '';
  margin-top: 25px;
  width: 320px;
  padding: 0px;
}
.noticias ul {
  margin: 0px;
  padding: 0px;
}
.noticias ul li {
  font-family: 'Comfortaa', cursive;
  font-size: 18px;
  color: #005b7f;
  list-style: none;
  border-bottom: solid 1px #d7d7d7;
  padding-bottom: 15px;
  padding-top: 15px;
  float: left;
  display: inline-block;
  width: 100%;
}
.noticias ul li .data {
  color: #df4b25;
  font-size: 12px;
}
.noticias span {
  float: right;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #df4b25;
  text-align: right;
}
.mural {
  background: #fff;
  margin-top: 20px;
  padding: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  float: left;
  display: block;
  width: 100%;
}
.home .mural {
  width: 48%;
}
.mural h3 {
  font-family: 'Comfortaa', cursive;
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  color: #df4b25;
  margin-bottom: 20px;
}
.mural h3:after {
  padding-top: 10px;
  background: #299cae;
  height: 2px;
  float: right;
  display: block;
  content: '';
  margin-top: 25px;
  width: 135px;
  padding: 0px;
}
.home .mural h3:after {
  padding-top: 10px;
  background: #299cae;
  height: 2px;
  float: right;
  display: block;
  content: '';
  margin-top: 25px;
  width: 155px;
  padding: 0px;
}
.mural ul {
  margin: 0px;
  padding: 0px;
}
.mural ul li {
  font-size: 16px;
  color: #005b7f;
  padding-top: 5px;
  float: left;
  width: 100%;
  display: list-item !important;
  list-style-position: inside !important;
}
.mural ul li a {
  display: list-item !important;
  list-style-position: inside !important;
}
.mural span {
  float: right;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #df4b25;
  text-align: center;
}
.mural i {
  content: url(../img/clipe.png);
  float: right;
  position: absolute;
  top: -15px;
  right: 30px;
}
aside .mural i {
  content: url(../img/clipe.png);
  float: right;
  position: relative;
  margin-top: -70px;
  right: 0px;
}
.agenda {
  background: #fff;
  margin-top: 20px;
  padding: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  float: left;
  display: block;
  width: 100%;
}
.home .agenda {
  width: 48%;
}
.agenda h3 {
  font-family: 'Comfortaa', cursive;
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  color: #df4b25;
  margin-bottom: 20px;
}
.agenda h3:after {
  padding-top: 10px;
  background: #299cae;
  height: 2px;
  float: right;
  display: block;
  content: '';
  margin-top: 25px;
  width: 115px;
  padding: 0px;
}
.home .agenda h3:after {
  padding-top: 10px;
  background: #299cae;
  height: 2px;
  float: right;
  display: block;
  content: '';
  margin-top: 25px;
  width: 135px;
  padding: 0px;
}
.agenda ul {
  margin: 0px;
  padding: 0px;
}
.agenda ul li {
  font-size: 14px;
  color: #7d7d7d;
  list-style: none;
  border-bottom: solid 1px #d7d7d7;
  padding-bottom: 10px;
  padding-top: 10px;
  float: left;
  display: inline-block;
  width: 100%;
}
.agenda ul li a {
  display: inline-block;
}
.agenda ul li .data {
  color: #299cae;
  font-size: 30px;
  width: 30%;
  display: block;
  float: left;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
}
.agenda ul li .data small {
  color: #df4b25;
  font-size: 18px;
}
.agenda span {
  float: right;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #df4b25;
  text-align: center;
}
.agenda i {
  content: url(../img/agenda.png);
  float: right;
  position: absolute;
  top: -15px;
  right: 30px;
}
.agenda .titulo {
  float: right;
  width: 160px;
}
aside .agenda i {
  content: url(../img/agenda.png);
  float: right;
  position: relative;
  margin-top: -70px;
  right: 0px;
}
.bemvindo {
  background: #fff;
  margin-top: 20px;
  padding: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  float: left;
  display: block;
  width: 100%;
}
.bemvindo h3 {
  font-family: 'Comfortaa', cursive;
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  color: #df4b25;
  margin-bottom: 20px;
}
.bemvindo h3:after {
  padding-top: 10px;
  background: #299cae;
  height: 2px;
  float: right;
  display: block;
  content: '';
  margin-top: 25px;
  width: 95px;
  padding: 0px;
}
.bemvindo p {
  float: right;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 14px;
}
.galeria {
  background: #fff;
  margin-top: 20px;
  padding: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  float: left;
  display: block;
  width: 100%;
}
.galeria h3 {
  font-family: 'Comfortaa', cursive;
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  color: #df4b25;
  margin-bottom: 20px;
}
.galeria h3:after {
  padding-top: 10px;
  background: #299cae;
  height: 2px;
  float: right;
  display: block;
  content: '';
  margin-top: 25px;
  width: 120px;
  padding: 0px;
}
.galeria img {
  margin-bottom: 3px;
}
.galeria i {
  content: url(../img/camera.png);
  float: right;
  position: relative;
  margin-top: -87px;
  right: 0;
}
article {
  background: #fff;
  margin-top: 20px;
  padding: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  float: left;
  display: block;
  width: 100%;
  min-height: 600px;
}
article h1 {
  font-family: 'Comfortaa', cursive;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 30px;
  color: #df4b25;
  text-transform: uppercase;
  margin-bottom: 20px;
}
article p {
  font-size: 14px;
  line-height: 20px;
  color: #7d7d7d;
}
article img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.post-type-archive-agenda article .data {
  background: #df4b25;
  padding: 10px;
  font-size: 40px;
  float: left;
  display: block;
  width: 130px;
  font-family: 'Comfortaa', cursive;
  color: #1be0f5;
  text-align: center;
  border-radius: 15px;
  margin-right: 10px;
}
.post-type-archive-agenda article .data small {
  color: #fff;
  font-size: 25px;
}
.post-type-archive-agenda article ul {
  margin: 0px;
  padding: 0px;
}
.post-type-archive-agenda article ul li {
  list-style: none;
  display: block;
  float: left;
  margin-bottom: 20px;
}
.post-type-archive-agenda article ul li .titulo {
  display: list-item;
  float: left;
  width: 400px;
  font-size: 20px;
  color: #1be0f5;
  font-family: 'Comfortaa', cursive;
}
.post-type-archive-mural article ul {
  margin: 0px;
  padding: 0px;
}
.post-type-archive-mural article ul.post li {
  list-style: none;
  display: block;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px #d7d7d7 solid;
  width: 100%;
}
.post-type-archive-mural article ul li .titulo {
  display: list-item;
  float: left;
  width: 400px;
  font-size: 20px;
  color: #1be0f5;
  font-family: 'Comfortaa', cursive;
}
.category-noticias article ul {
  margin: 0px;
  padding: 0px;
}
.category-noticias article ul li.post {
  font-size: 18px;
  color: #005b7f;
  list-style: none;
  border-bottom: solid 1px #d7d7d7;
  padding-bottom: 15px;
  padding-top: 15px;
  float: left;
  display: inline-block;
  width: 100%;
}
.category-noticias article ul li.post .data {
  color: #df4b25;
  font-size: 12px;
}
.category-noticias article a.mais {
  font-size: 14px;
  font-family: 'Lato';
  float: right;
  width: 100%;
  font-weight: bold;
  color: #005b7f;
  text-align: left;
}
.aligncenter,
.alignnone {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  display: block;
}
.alignleft {
  margin-right: 10px;
  float: left;
  display: block;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
}
.alignright {
  margin-right: 0px;
  float: right;
  display: block;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
}
footer#principal {
  background: url(../img/footer.png) center top;
  width: 100%;
  border-top: #df4b25 solid 1px;
  padding-bottom: 20px;
  margin-top: 40px;
  color: #ffffff;
}
footer#principal strong {
  font-size: 28px;
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
}
.carousel-inner > .item > img {
  border-radius: 20px;
  border-top-right-radius: 0px;
}


img { max-width: 100%; }