/*
    Created on : 13/11/2014, 14:07:08
    Author     : Caio - caiocsalvador@gmail.com
*/

/* ESTILOS PADRONIZADOS */

@font-face{
    font-family:'museo300';
    src:url("../fonts/museosansrounded-300.woff");
}
@font-face{
    font-family:'museo500';
    src:url("../fonts/museosansrounded-500.woff");
}
@font-face{
    font-family:'museo700';
    src:url("../fonts/museosansrounded-700.woff");
}

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

html, body {background-color: #fff;}

#bg {width: 100%;}

body, .no-margin {margin: 0;}

#logo {text-indent: -9999px;margin:0;}

#logo a {display: block;}

.bar-natal {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: red;
    padding: 15px;
    text-align: center;
}

.no-gutters {
    margin: 0;
}

.bar-natal p {
    font-family:Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    text-align: right;
    font-size: 14px;
}

.bar-natal .sino-com-folhas {

    position: absolute;
    width: 90px;
    top: -20px;
    left: 0px;
}

.bannerExalunos{
    border-radius: 20px!important;
    -webkit-border-radius: 20px!important;
    -moz-border-radius: 20px!important;
    border-radius: 20px!important;
    -khtml-border-radius: 20px!important;
}

.fc-calendar .fc-row>div.fc-content:before {
    background: transparent !important;
}




#desenvolvidopor {
    bottom: 200px;
    position: fixed;
    right: 0;
    z-index: 9999;
}

.img-mask {overflow: hidden;}

.img-mask img {
    min-height: 100%;
    min-width: 100%;
}

.absolute { position: absolute; }
.relative, .center { position: relative}

.pad20 {padding: 20px;}
.pad30 {padding: 30px;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a:hover {text-decoration: none;}

.modal .modal-content {
    padding: 24px;
    overflow-x: hidden;
    height: 400px;
}

.block-ibdinca{
	float:left;
	width:100%;
	border-bottom:1px solid #efefef;
	margin-bottom:20px;
	padding-bottom:20px;}
	
.block-ibdinca img{
	float:left;
	width:150px;
	margin-right:10px;}
	
.block-ibdinca h3{
	font-size:16px;}

/*  FIM - PADRONIZADOS */
/* ******************************* */

#desenvolvidopor {
    bottom: 200px;
    position: fixed;
    right: 0;
    z-index: 9999;
}

ul#dropdown2{
    width: 280px !important;
}

ul#dropdown2 a {
    font-size: 14px !important;
}

body{
    font-family: 'museo300', sans-serif;
    overflow-x: hidden;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    width: 100%;
}
p{
    font-family: 'museo300', sans-serif;
    font-size: 16px;
    color: #353535;
    line-height: 23.8px;
    text-align: left;
    text-shadow: none;
    text-transform: none;
}
a{
    font-family: 'museo500', sans-serif;
    font-size: 15px;
    text-shadow: none;
    text-transform: none;
}
a:hover{
    font-family: 'museo500', sans-serif;
}
a, a:hover, a img, a:hover img {
    text-decoration: none;
    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}
ul{
    list-style: none;
}
h1{
    font-family: 'museo700', sans-serif;
    font-size: 45px;
    color: rgb(72, 108, 132);
    text-align: left;
    padding: 30px;
    text-transform: none;
}
h2{
    font-family: 'museo500', sans-serif;
    text-shadow: none;
    text-transform: none;
}
h3{
    font-family: 'museo500', sans-serif;
    font-weight: 700;
    text-shadow: none;
    text-transform: none;
}
ul li{
    list-style: none;
}
address{
    color: #fff;
}
.navbar-default .navbar-nav{
    margin-left: 10px;  
}
.navbar-default .navbar-nav>li>a{
    font-family: 'museo500', sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 10px;
    padding-top: 3px;
    padding-bottom: 10px;
    letter-spacing: 0px;
    float: left;
    z-index: 9;
}
.navbar-default .navbar-nav>li>a:hover{

}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
}
.navbar-default .navbar-nav>li>a:visited{
}
.navbar-nav{
    position: relative;
    background-color: transparent;
}
.navbar-default{
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    margin: 0;
}

li.submenu{
    height: 40px;
}

li.submenu:hover > ul.sub, li.submenu a:hover > ul.sub{
    display: block;
}

.sub {
    z-index: 99999 !important;
    width: 280px;
    position: absolute;
    background: url("/2015/public/img/bg-menu.png") no-repeat scroll 20px 0px;
    padding-top: 13px;
    display: none;
}

.sub li {
    width: 225px;
    border-bottom: 1px solid #FFF;
    position: relative;
    left: 9px;
    background: rgb(18, 74, 160) none repeat scroll 0% 0%;
    padding: 10px;
    padding-bottom: 8px;
}

.sub li a {
    position: relative;
    left: -15px;
}

.sub li a:hover{
    color: #f68121;
    border-bottom: none;    
}

.sub li:hover{
    background: rgb(18, 74, 160) none repeat scroll 0% 0%;
}


a.botaomatriculas:hover{
    display: block;
}


ul.subbotaomat {
    position: absolute;
    top: 173px;
    width: 170px;
}

ul.subbotaomat li {
    width: 280px;
    text-align: center;
    padding: 10px;
    color: #fff !important;
}

.header{
    width: 100%;
    position: relative;
    z-index: 2;
}
.logo {
    text-indent: -9999px;
    width: 314px;
    height: 150px;
    background-image: url("../img/logo_nova.png");
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 45px;
    float: left;
}

/*.logo {
    text-indent: -9999px;
    width: 189px;
    height: 191px;
    background-image: url("../img/logo.png");
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    float: left;
}*/
.logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.header{
    top: 0px;
    right: 0px;
    z-index: 3;
}
.footer{
    bottom: 0px;
    z-index: 2;
    width: 100%;
}
.menu{
    float: left;
    margin-right: 30px;
}
.menu li{
    margin-top: 10px;
}
.navbar-default .navbar-nav>li.aberto>.sub{
    display: block;
}
.bg-azul{
    background-color: #124aa0;
    color: #fff;
}
.color-azul{
    color: #124aa0;
}
.bg-laranja{
    background-color: #f68121;
    color: #fff;
}
.color-laranja{
    color: #f68121;
}
.container {
  width: 1160px; 
}

.busca {
    margin-left: 40px;
}
.search{
  float: right;
  margin-top: 30px;
}
.search input{
    background-color: #fff;
    border: none;
    font-size: 14px;
    padding: 2px;
    height: 30px;
    margin-bottom: 0px;
    width: 280px;
    padding-left: 40px;
    position: relative;
    z-index: 1;
}
.search button {
    float: left;
    background-color: transparent;
    border: none;
    margin-left: -35px !important;
    margin-top: 5px;
    position: absolute;
    z-index: 2;
}
.social{
    float: right;
    margin-top: 85px;
    /*margin-top: 30px;*/
    /*margin-top: 95px;*/
}
.social img{
    margin-left: 30px;
}
.linha{
    position: relative;
    width: 100%;
    float: left;
}
nav{
    background-color: transparent;
    border: none;
    float: left;
    box-shadow: none;
    width: 100%;
    line-height: 30px;
    height: 40px;
    margin-top: 10px;
}
nav ul li:hover{
    background-color: transparent;
}
nav ul li a:hover{
    border-bottom: 3px solid #f68121;
}
nav ul a{
    font-size: 17px;
    font-family: 'museo500', sans-serif;
}


header{
    float: left;
    width: 100%;
}
.conteudo{
    float: left;
    width: 100%;
}
.slide img{
    width: 100%;
    height: auto;
}
.noticias h2 {
    font-size: 45px;
    margin-top: 10px;
}
.acesso-rapido:first-child{
    margin-top: 80px;
    margin-bottom: 15px;
}
.img-destaque{
    width: 100%;
    height: auto;
}
.img-destaque img{
    width: 100%;
    height: auto;
}
.acesso-rapido img{
    width: 100%;
    height: auto;
}
.img-noticia{
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.img-noticia img{
    width: 100%;
    height: auto;
}
.destaque h3{
    font-size: 28px;
    margin-bottom: 5px;
}
.noticia h3{
    font-size: 22px;
    margin-bottom: 5px;
}
.video h3{
    font-size: 22px;
    margin-bottom: 5px;
}

.video .card-content{
    padding: 0 20px 20px 20px !important;
}

.destaque h3 a{
    font-size: 26px;
    color: #124aa0;
}
.noticia h3 a{
    font-size: 22px;
    color: #124aa0;
}
.destaque p{
    color: #000;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 30px;
}
.destaque time{
    font-size: 18px;
    text-decoration: underline;
}
.noticia time{
    font-size: 14px;
    text-decoration: underline;
}
.noticia p{
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.img-indica img{
    width: 100%;
    height: auto;
}
.cont-mais{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.mais{
    padding: 10px 25px;
}
.galeria{
    float: left;
    width: 100%;
    height: auto;
    background-image: url("../img/galeria.jpg");
    background-size: cover;
    margin-top: 20px;
}
.disabled{
    display: none !important;
}
.galeria h2{
    font-size: 45px;
    color: #fff;
}
.img-galeria{
    width: 100%;
    height: 195px;
    overflow: hidden;
}
.img-galeria img{
    width: 100%;
    height: auto;
}
.galeria h3{
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}
.galeria .cont-mais{
    margin-bottom: 40px;
}
.mais-galeria{
    padding: 10px 25px;
    background-color: #fff;
    margin-bottom: 30px;
}
.indica h2{
    font-size: 45px;
}
.indica{
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
}
.indica h3{
    font-size: 18px;
    margin-top: 0px;
}
.indica h3 a{
    font-size: 18px;
    color: #f68121;
}
.indica p{
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.map{
    float: left;
    width: 100%;
    height: 500px;
}
.map iframe{
    float: left;
    width: 100%;
}
#map-canvas{
    width: 100%;
    height: 100%;
}
footer{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    background-image: url("../img/bg-footer.jpg");
    background-size: corver;
}
.logo-footer{
    float: left;
    margin-right: 10px;
}



.unidades{
    float: left;
    margin-top: -10px;
}

#infoMatricula{
    font-size: 20px;
}

footer p{
    color: #fff;
    border-bottom: 1px solid #da7018;
    margin-top: 0px;
    line-height: 20px;
    padding-bottom: 10px;
    margin-bottom: 8px;
}
footer p:last-child{
    border-bottom: none;
}
.cont-calendario{
    float: left;
    width: 100%;
    border: 1px solid #124aa0;
    padding-bottom: 30px;
}
#lista-datas{
    padding-left: 15px;
    padding-top: 0px;
    margin-top: 0px;
}
#lista-datas .dia{
    float: left;
    width: 50px;
    margin-right: 15px;
    height: 50px;
    background-color: #124aa0;
    padding: 7px;
    color: #fff;
    font-size: 25px;
}
#lista-datas .info{
    float: left;
    width: calc(100% - 65px);
}
#lista-datas li{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #124aa0;
}
#lista-datas h4{
    font-size: 23px;
    color: #f68121;
    background-color: transparent;
    padding: 0px;
}
#lista-datas h4 span{
    color: #124aa0;
    font-size: 26px;
}
#lista-datas p{
    color: #000;
    float: left;
    width: 100%;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
}
#lista-datas h5{
    color: #66d99f;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-top: 0px;
}
/************ INTERNAS ************/
.breadcumb {
    float: left;
    font-size: 15px;
    text-decoration: underline;
    margin-top: 30px;
    margin-bottom: 5px;
}
.breadcumb a{
    color: #f68121;
}
/*.conteudo.interna h2{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 45px;
    margin-top: 5px;
}*/
.conteudo.interna h2{
    float: left;
    width: 100%;
    color: #fff;    
    font-size: 39px;
    margin-top: 5px;
}
.caixa{
    padding: 20px;
    background-color: #fff;
}


.img-album{
    height: 210px;
    width: 100%;
    overflow: hidden;
}
.img-album img{
    width: 100%;
    height: auto;
}
.album h3 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 45px;
    height: 55px !important;
}

.galeria h3 a{
    color: #fff;
    line-height: 25px;
}
.album time{
    font-size: 14px;
    margin-top: 15px;
    text-decoration: underline;
    float: left;
    width: 100%;
}
/*.album h3 a{
    font-size: 22px;
}*/

.album h3 a{
    font-size: 18px !important;
}


.album time a{
    font-size: 14px;
}
.pagination .disable{
    display: none;
}
.pagination{
    width: 100%;
    text-align: center;
}
.pagination li {
    float: none;
    display: inline-block;
    background-color: #124aa0;
    padding: 2px 15px;
    color: #fff;
    height: 35px;
    margin-left: 0.5%;
}
/*.pagination li{
    float: none;
    display: inline-block;
    background-color: #124aa0;
    padding: 7px 25px;
    color: #fff;
    height: 46px;
    margin-left: 0.5%;
}*/
.pagination li a{
    color: #fff;
}
.pagination li.current{
    background-color: #f68429;
}
.pagination li.disabled{
    display: none;
}
.caixa-instagram{
    padding: 10px 5px;
    background-color: #fff;
    margin-top: 20px;
}
.caixa-instagram h3{
    text-align: center;
    margin-bottom: 5px;
}
.foto{
    height: 136px;
    overflow: hidden;
    margin-bottom: 20px;
}
.comunicados .caixa h3{
    font-size: 24px;
    margin-bottom: 0px;
}
.comunicados .caixa h3 a{
    font-size: 24px;
    color: #f68121;
}
.comunicados .caixa time{
    font-size: 18px;
    font-family: 'museo500', sans-serif;
}
.comunicados .caixa p{
    font-size: 16px;
}
.comunicados .quadro-comunicados{
    padding: 15px;
    border: 1px solid #144c9f;
    margin-top: 20px;
    background-color: #fff;
}
.comunicados .quadro-comunicados h3{
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.comunicados .quadro-comunicados time{
    font-size: 16px;
    font-family: 'museo500', sans-serif;
    background-color: #fff;
    padding-right: 10px;
    margin-top: -12px;
    float: left;
}
.comunicados .quadro-comunicados li{
    font-size: 18px;
    font-family: 'museo500', sans-serif;
    padding-left: 30px;
    background-image: url("../img/list-style.jpg");
    background-position: left;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
}
.comunicados .quadro-comunicados li a{
    font-size: 18px;
    color: #124aa0;
}
.comunicados .data{
    border-top: 1px solid #f68121;
}
.quadro-comunicados ul{
    margin-top: 20px;
}
.voltar{
    float: left;
    margin-top: 30px;
}
.lista-eventos{
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 0px;
}
.lista-eventos .dia{
    float: left;
    width: 50px;
    margin-right: 15px;
    height: 50px;
    background-color: #124aa0;
    padding: 7px;
    color: #fff;
    font-size: 25px;
}
.lista-eventos .info{
    float: left;
    width: calc(100% - 65px);
}
.lista-eventos li{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #124aa0;
}
.lista-eventos h4{
    font-family: "museo700", sans-serif;
    font-size: 32px;
    color: #124aa0;
    background-color: transparent;
    padding: 0px;
    margin-top: -3px;
    margin-bottom: 3px;
}
.lista-eventos p{
    color: #000;
    float: left;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.lista-eventos h5{
    color: #66d99f;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-top: 0px;
}
.eventos .caixa{
    padding: 20px;
    background-color: #fff;
    float: left;
    width: 100%;
}
.eventos h3{
    font-size: 40px;
}
.alunos {
    float: left;
    width: 100%;
}
.alunos .caixa{
    float: left;
    width: 100%;
}
.alunos form {
    float: left;
    width: 100%;
}
.alunos form input{
    background-color: #375989;
    padding-left: 0px;
    /*padding-left: 10px;*/
    margin-bottom: 0px;
    color: #fff;
}

.alunos form select{
    background-color: #375989;
    padding-left: 10px !important;
    margin-bottom: 0px;
    color: #fff;
}
.alunos form input[type="submit"]{
    background-color: #124aa0;
    padding-left: 10px;
    margin-bottom: 0px;
    color: #fff;
    border: none;
    padding: 7px 25px;
}
.alunos form textarea{
    background-color: #375989;
    padding-left: 0px;
    /*padding-left: 10px;*/
    margin-bottom: 0px;
}
.alunos .row{
    margin-bottom: 0px;
}
/* label color */
  .alunos .input-field label {
    color: #fff;
  }
  /* label focus color */
  .alunos .input-field textarea:focus + label {
    color: #f68121;
    font-family: "museo500",sans-serif;
  }
  /* label focus color */
  .alunos .input-field input[type=text]:focus + label {
    color: #f68121;
    font-family: "museo500",sans-serif;
  }
  /* label focus color */
  /*.alunos .field-foto label {
    color: #f68121;
    font-family: "museo500",sans-serif;
  }*/
  /* label underline focus color */
  .alunos .input-field input[type=text]:focus {
    border-bottom: 1px solid #f68121;
    box-shadow: 0 1px 0 0 #f68121;
  }
  /* valid color */
  .alunos .input-field input[type=text].valid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
  }
  /* invalid color */
  .alunos .input-field input[type=text].invalid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
  }
  /* icon prefix focus color */
  .alunos .input-field .prefix.active {
    color: #000;
  }
.alunos .input-field label{
    left: 1.5rem;
}
.field-foto{
    padding-right: 0px !important;
}
.field-foto input {
    width: 100%;
    padding: 14px 0px;
    padding-left: 90px !important;
}
.contato h3{
    color: #f68121;
    font-size: 24px;
    text-align: left;
}
.contato .unidade p{
    color: #124aa0;
    font-size: 18px;
}
.contato .unidade{
    border-bottom: 1px solid #375989;
}
.staff{
    text-align: center;
}
.staff p{
    height: 90px;
    width: 30%;
    display: inline-block;
    margin-left: 2%;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.staff p:first-child{
    margin-left: 0px;
}
.staff p:nth-child(3){
    margin-right: 0px;
}
.indicacao-interna{
    width: 150px;
    height: 150px;
    display: inline-table;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    margin: 15px;
    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}
.indicacao-interna p{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.indicacao-interna:hover{
    background-color: #124aa0;
    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}
.indicacoes .row a{
    display: inline-block;
}
.modal{
    width: 50%;
    max-height: 90% !important;
}
.titulo-modal{
    float: left;
    width: 100%;
}
.titulo-modal h3{
    float: left;
    font-size: 48px;
    padding-left: 20px;
    padding-top: 26px;
    padding-bottom: 25px;
}
.titulo-modal img{
    float: left;
}
.modal ul{
    width: 100%;
    float: left;
}
.modal li{
    font-size: 18px;
    font-family: 'museo500', sans-serif;
    padding-left: 30px;
    background-image: url("../img/list-style.jpg");
    background-position: left;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
}
.modal .modal-footer{
    float: left;
    padding: 0px;
    height: 137px;
}
.modal-content{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}
.modal-footer img{
    width: 100%;
    float: left;
    height: auto;
}
.modal{
    overflow: hidden;
}
.institucional h3{
    font-size: 28px;
}
.postagem img{
    max-width: 100%;
    text-align: center;
}
.postagem h3{
    font-size: 28px;
}
.postagem time{
    text-decoration: underline;
}
.not-interna .data{
    width: 100px;
    height: 85px;
    float: left;
    background-color: #f68429;
    color: #fff;
}
.not-interna .data p{
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-family: 'museo500', sans-serif;
}
.not-interna{
    float: left;
    width: 100%;
    border-bottom: 1px solid #f68121;
    margin-bottom: 20px;
}
.not-interna .info-not{
    float: left;
    width: calc(100% - 120px);
    margin-left: 20px;
}
.not-interna h3{
    color: #124aa0;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 2px;
}
.not-interna h3 a{
    color: #124aa0;
    font-size: 24px;
}
.not-interna p{
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.not-interna p{
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.lista-noticias .caixa{
    padding: 20px;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
/************ CALENDÁRIO ***************/
.cont-calendario h4{
    float: left;
    width: 100%;
    background-color: #f8f9f9;
    padding: 20px 20px;
    color: #484848;
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: 0px;
}
#box-calendar{
    float: left;
    width: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.custom-header nav .custom-prev, .custom-header nav .custom-next {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  width: 7px;
  height: 13px;
  line-height: 40px;
  background: none;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  z-index: 9;
}
.custom-header nav .custom-prev{
    background-image: url("../img/next-calendar.jpg");
    width: 49px;
    height: 53px;
    margin-top: -30px;
}
.custom-header nav .custom-next{
    background-image: url("../img/prev-calendar.jpg");
    width: 49px;
    height: 53px;
    margin-top: -30px;
}
.fc-calendar-container .fc-calendar .fc-row>div>span.fc-date {
    position: absolute;
    width: 30px;
    height: 20px;
    font-size: 27px;
    font-weight: 300;
    color: #124aa0;
    bottom: 5px;
    right: 5px;
    text-align: center;
    margin-top: -18px;
}
.custom-header .custom-month, .custom-header .custom-year {
  line-height: 25px;
  font-size: 20px;
  height: auto;
}
.custom-header .custom-month {
  right: 0%;
  margin-right: 0px;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  margin-top: 5px;
}
.custom-header .custom-year {
  left: 0%;
  margin-right: 0px;
  /*color: #2f6bc7;*/
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  margin-top: 25px;
  margin-left: 0px;
}
.custom-header {
  display: block;
  float: left;
  margin-right: 3.57866%;
  width: 100%;
  margin-right: 0;
  position: relative;
  border-bottom: none;
  background-color: #124aa0;
  height: 49px;
}
.fc-calendar-container{
    border-top: none;
}
.fc-calendar-container{
    padding-top: 0px;
    padding-bottom: 0px;
}
.fc-calendar-container .fc-calendar .fc-head{
    height: auto;
    float: left;
    width: 100%;
    padding-top: 10px;
}
.fc-calendar-container .fc-calendar .fc-head>div{
    color: #f58121;
    font-size: 27px;
}
.fc-calendar-container .fc-calendar .fc-row>div>span.fc-date{
    font-size: 27px;
}
.fc-five-rows .fc-row {
  height: 13%;
  float: left
}
.fc-calendar .fc-row>div.fc-content {
    background: #124aa0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid;
}

.fc-calendar-container .fc-calendar .fc-row>div.fc-content .fc-date{
    color: #fff;
}
.custom-calendar-wrap {
    height: auto;
    
    overflow: visible !important;
}
.fc-calendar-container{
    height: 400px;
}

.fc-calendar .fc-row>div:last-child .fc-date {
    font-weight: bold!important;
    color: #F90C0B !important;
}

.fc-calendar .fc-row>div:last-child .fc-date, .fc-calendar .fc-head>div:last-child {
    font-weight: bold!important;
    color: #F90C0B !important;
}

/*.fc-calendar-container {
    height: 400px !important;
}*/
.custom-content-reveal span.custom-content-close {
  width: 20px;
  height: 20px;
  line-height: 17px;
  background: #124aa0;
  padding: 0;
  top: -20px;
  right: 20px;
  text-align: center;
  font-family: "Roboto",Arial,Serif;
  font-size: 15px;
  font-weight: 100;
  color: #fff;
  cursor: pointer;
  position: absolute;
}
.custom-content-reveal h4 {
  height: auto;
  padding-right: 40px;
  border-top: 5px solid #124aa0;
  border-bottom: 1px solid gray;
  text-transform: uppercase;
  font-family: "Roboto",Arial,Serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #124aa0;
  float: left;
  width: 100%;
  line-height: 15px;
}
.custom-content-reveal p{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.ver{
    float: left;
    width: 100%;
    margin-left: 0px;
    color: #fff !important;
    font-weight: 700;
    background-color: #0b6434;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    height: 40px;
}
.custom-content-reveal span {
  font-size: 16px;
  padding: 9px 30px;
  display: block;
  margin-top: 30px;
}
.info-indica ul{
    margin-left: 0px;
}
/* COL-MD */

@media(max-width: 992px) {
    
    .postagem h3 {
        font-size: 24px !important;;
    }
    .conteudo.interna h2 {
        font-size: 26px !important;
     
    }
}


@media(min-width: 992px) {

    .bar-natal p {
        font-size: 16px;
        text-align: center;
    }

    .bar-natal .sino-com-folhas {
        width: 120px;
    }

 
}

@media all and (max-width:1100px) and (min-width:992px){

}
/* COL-SM */
@media all and (max-width:992px) and (min-width:767px){
    .conteudo {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .container {
        width: 95%;
    }
    .img-galeria {
        width: 100%;
        height: 130px;
        overflow: hidden;
    }

    /************ CALENDÁRIO ***************/
    .cont-calendario h4{
        float: left;
        width: 100%;
        background-color: #f8f9f9;
        padding: 20px 20px;
        color: #484848;
        margin-top: 0px;
        font-size: 16px;
        margin-bottom: 0px;
    }
    #box-calendar{
        float: left;
        width: 100%;
        background-color: #fff;
        position: relative;
    }
    .custom-header nav .custom-prev, .custom-header nav .custom-next {
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      -o-border-radius: 40px;
      border-radius: 40px;
      width: 7px;
      height: 13px;
      line-height: 40px;
      background: none;
      top: 50%;
      margin-top: -20px;
      text-align: center;
      font-size: 20px;
      color: #fff;
      cursor: pointer;
      position: absolute;
      z-index: 9;
    }
    .custom-header nav .custom-prev{
        background-image: url("../img/next-calendar.jpg");
        width: 49px;
        height: 53px;
        margin-top: -30px;
    }
    .custom-header nav .custom-next{
        background-image: url("../img/prev-calendar.jpg");
        width: 49px;
        height: 53px;
        margin-top: -30px;
    }
    .fc-calendar-container .fc-calendar .fc-row>div>span.fc-date {
        position: absolute;
        width: 30px;
        height: 20px;
        font-size: 27px;
        font-weight: 300;
        color: #124aa0;
        bottom: 5px;
        right: 5px;
        text-align: center;
        margin-top: -18px;
    }
    .custom-header .custom-month, .custom-header .custom-year {
      line-height: 25px;
      font-size: 20px;
      height: auto;
    }
    .custom-header .custom-month {
      right: 0%;
      margin-right: 0px;
      color: #fff;
      float: left;
      width: 100%;
      text-align: center;
      font-weight: 700;
      font-size: 17px;
      margin-top: 5px;
    }
    .custom-header .custom-year {
      left: 0%;
      margin-right: 0px;
      color: #2f6bc7;
      float: left;
      width: 100%;
      text-align: center;
      font-weight: 700;
      font-size: 13px;
      margin-top: 25px;
      margin-left: 0px;
    }
    .custom-header {
      display: block;
      float: left;
      margin-right: 3.57866%;
      width: 100%;
      margin-right: 0;
      position: relative;
      border-bottom: none;
      background-color: #124aa0;
      height: 49px;
    }
    .fc-calendar-container{
        border-top: none;
    }
    .fc-calendar-container{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .fc-calendar-container .fc-calendar .fc-head{
        height: auto;
        float: left;
        width: 100%;
        padding-top: 10px;
    }
    .fc-calendar-container .fc-calendar .fc-head>div{
        color: #f58121;
        font-size: 18px;
    }
    .fc-calendar-container .fc-calendar .fc-row>div>span.fc-date{
        font-size: 18px;
    }
    .fc-five-rows .fc-row {
      height: 13%;
      float: left
    }
    .fc-calendar .fc-row>div.fc-content {
      background: #124aa0;
    }
    .fc-calendar-container .fc-calendar .fc-row>div.fc-content .fc-date{
        color: #fff;
    }
    .custom-calendar-wrap {
        height: 400px;
    }
    .fc-calendar-container{
        height: 400px;
    }
    .custom-content-reveal span.custom-content-close {
      width: 20px;
      height: 20px;
      line-height: 17px;
      background: #124aa0;
      padding: 0;
      top: -20px;
      right: 20px;
      text-align: center;
      font-family: "Roboto",Arial,Serif;
      font-size: 15px;
      font-weight: 100;
      color: #fff;
      cursor: pointer;
      position: absolute;
    }
    .custom-content-reveal h4 {
      height: auto;
      padding-right: 40px;
      border-top: 5px solid #124aa0;
      border-bottom: 1px solid gray;
      text-transform: uppercase;
      font-family: "Roboto",Arial,Serif;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 1px;
      color: #124aa0;
      float: left;
      width: 100%;
      line-height: 15px;
    }
    .custom-content-reveal p{
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .ver{
        float: left;
        width: 100%;
        margin-left: 0px;
        color: #fff !important;
        font-weight: 700;
        background-color: #0b6434;
        border: none;
        font-size: 14px;
        border-radius: 5px;
        height: 40px;
    }
    .custom-content-reveal span {
      font-size: 16px;
      padding: 9px 30px;
      display: block;
      margin-top: 30px;
    }
}
.acesso-webmail {
    margin-top: 5px !important;
}

.acesso-servico-online{
     margin-bottom: 10px;
}

 #botaomatriculas{
    color: #2A5AA9;
    position: absolute;
    margin-top: 33px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;    
    padding: 10px;
    margin-left: 25px;
    right: 0;
    font-size: 15px;
    font-weight: bold !important;
    -khtml-border-radius: 10px !important;
}

/* COL-XS */


@media all and (max-width:999px){
    .logo {
        text-indent: -9999px;
        width: 300px;
        height: 150px;
        background-image: url("../img/logo_nova.png");
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 0px;
        float: left;
        background-size: 180px;
        background-repeat: no-repeat;
    }

    .logo-footer{
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

@media all and (max-width:667px){
   .search button {
        float: left;
        background-color: transparent;
        border: none;
        margin-left: -37px !important;
        margin-top: 4px !important;
        position: absolute;
        z-index: 2;
    }

    .img-galeria {
        width: 100%;
        height: 230px !important;
        overflow: hidden;
    }
}

@media all and (max-width:397px){
    .acesso-webmail {
        margin-top: 30px !important;
    }

    .acesso-servico-online{
         margin-bottom: 10px;
    }

    .busca a {
        margin-left: 17px !important;
        float: none !important;
    }

     .social{
        float: left;
        margin-top: 84px !important;

    }

    .search button {
        margin-left: 3px !important;
        margin-top: -30px !important;
    }
    
    .social img {
        margin-left: 20px !important;
    }

    /*#botaomatriculas{*/
    /*    font-size: 11px;*/
    /*    left: 0;*/
    /*    right: 10px;*/
    /*}*/

    .img-galeria {
        width: 100%;
        height: 230px;
        overflow: hidden;
    }
    
    #botaomatriculas {
        font-size: 12px;
        left: 0;
        right: 37px !important;
    }

    .conteudo.interna h2{
        float: left;
        width: 100%;
        color: #2a5aa9;    
        font-size: 30px;
        margin-top: 5px;
    }

}

@media all and (max-width:767px){
    body{
        width: 100%;
        position: relative;
        overflow-x: hidden;
    }

    .acesso-webmail {
        margin-top: 30px !important;
    }

    .acesso-servico-online{
         margin-bottom: 10px;
    }

    .conteudo {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .busca {
        margin-left: 0;
    }

    
    .container {
        width: 95%;
    }
    .img-galeria {
        width: 100%;
        height: 130px;
        overflow: hidden;
    }
    .search{
        position: relative;
        float: left;
        width: 100%;
    }
    .search input {
        width: 90%;
    }
    .social{
        float: left;
        /*margin-top: 25px;*/
        /*margin-top: 70px;*/
        margin-top: 34px;
    }
    .social img {
        margin-left: 15px;
    }
    .not-interna h3 a {
        color: #124aa0;
        font-size: 16px;
    }
    .search button{
        float: left;
        background-color: transparent;
        border: none;
        margin-right: -29px;
        margin-top: -29px;
        position: absolute;
        z-index: 2;
    }

    .pagination li {
        float: none;
        display: inline-block;
        background-color: #124aa0;
        padding: 7px 12px;
        color: #fff;
        height: 41px;
        margin-left: 1%;
        margin-bottom: 10px;
    }
    footer{
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #f68121;
    }
    /************ CALENDÁRIO ***************/
    .cont-calendario h4{
        float: left;
        width: 100%;
        background-color: #f8f9f9;
        padding: 20px 20px;
        color: #484848;
        margin-top: 0px;
        font-size: 16px;
        margin-bottom: 0px;
    }
    #box-calendar{
        float: left;
        width: 100%;
        background-color: #fff;
        position: relative;
    }
    .custom-header nav .custom-prev, .custom-header nav .custom-next {
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      -o-border-radius: 40px;
      border-radius: 40px;
      width: 7px;
      height: 13px;
      line-height: 40px;
      background: none;
      top: 50%;
      margin-top: -20px;
      text-align: center;
      font-size: 20px;
      color: #fff;
      cursor: pointer;
      position: absolute;
      z-index: 9;
    }
    .custom-header nav .custom-prev{
        background-image: url("../img/next-calendar.jpg");
        width: 49px;
        height: 53px;
        margin-top: -30px;
    }
    .custom-header nav .custom-next{
        background-image: url("../img/prev-calendar.jpg");
        width: 49px;
        height: 53px;
        margin-top: -30px;
    }
    .fc-calendar-container .fc-calendar .fc-row>div>span.fc-date {
        position: absolute;
        width: 30px;
        height: 20px;
        font-size: 27px;
        font-weight: 300;
        color: #124aa0;
        bottom: 5px;
        right: 5px;
        text-align: center;
        margin-top: -18px;
    }
    .custom-header .custom-month, .custom-header .custom-year {
      line-height: 25px;
      font-size: 20px;
      height: auto;
    }
    .custom-header .custom-month {
      right: 0%;
      margin-right: 0px;
      color: #fff;
      float: left;
      width: 100%;
      text-align: center;
      font-weight: 700;
      font-size: 17px;
      margin-top: 5px;
    }
    .custom-header .custom-year {
      left: 0%;
      margin-right: 0px;
      color: #2f6bc7;
      float: left;
      width: 100%;
      text-align: center;
      font-weight: 700;
      font-size: 13px;
      margin-top: 25px;
      margin-left: 0px;
    }
    .custom-header {
      display: block;
      float: left;
      margin-right: 3.57866%;
      width: 100%;
      margin-right: 0;
      position: relative;
      border-bottom: none;
      background-color: #124aa0;
      height: 49px;
    }
    .fc-calendar-container{
        border-top: none;
    }
    .fc-calendar-container{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .fc-calendar-container .fc-calendar .fc-head{
        height: auto;
        float: left;
        width: 100%;
        padding-top: 10px;
    }
    .fc-calendar-container .fc-calendar .fc-head>div{
        color: #f58121;
        font-size: 18px;
    }
    .fc-calendar-container .fc-calendar .fc-row>div>span.fc-date{
        font-size: 18px;
    }
    .fc-five-rows .fc-row {
      height: 13%;
      float: left
    }
    .fc-calendar .fc-row>div.fc-content {
      background: #124aa0;
    }
    .fc-calendar-container .fc-calendar .fc-row>div.fc-content .fc-date{
        color: #fff;
    }
    .custom-calendar-wrap {
        height: 400px;
    }
    .fc-calendar-container{
        height: 400px;
    }
    .custom-content-reveal span.custom-content-close {
      width: 20px;
      height: 20px;
      line-height: 17px;
      background: #124aa0;
      padding: 0;
      top: -20px;
      right: 20px;
      text-align: center;
      font-family: "Roboto",Arial,Serif;
      font-size: 15px;
      font-weight: 100;
      color: #fff;
      cursor: pointer;
      position: absolute;
    }
    .custom-content-reveal h4 {
      height: auto;
      padding-right: 40px;
      border-top: 5px solid #124aa0;
      border-bottom: 1px solid gray;
      text-transform: uppercase;
      font-family: "Roboto",Arial,Serif;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 1px;
      color: #124aa0;
      float: left;
      width: 100%;
      line-height: 15px;
    }
    .custom-content-reveal p{
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .ver{
        float: left;
        width: 100%;
        margin-left: 0px;
        color: #fff !important;
        font-weight: 700;
        background-color: #0b6434;
        border: none;
        font-size: 14px;
        border-radius: 5px;
        height: 40px;
    }
    .custom-content-reveal span {
      font-size: 16px;
      padding: 9px 30px;
      display: block;
      margin-top: 30px;
    }
}
