@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.ttf');
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/HelveticaBd.ttf');
}

@font-face {
    font-family: 'Helvetica-Lt';
    src: url('../fonts/HelveticaLt.ttf');
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

section.bg-branco {
    background: #ffffff;
    padding: 70px 0 70px 0;
}

section.bg-cinza {
    background: #F8F8F8;
    padding: 70px 0 70px 0;
}

.navbar {
    margin-bottom: 0;
}

#banner.banner-curso {
    height: 800px !important;
    position: relative !important;
    /*height: 100%;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center bottom;
}

.banner-curso:before {
    background: rgba(26, 40, 50, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s all;
}

.logo-banner img {
    width: 70%;
}

h1.titulo-banner,
h2.titulo-banner,
h3.titulo-banner {
    color: #FFFFFF;
    text-transform: uppercase;
}

h1.titulo-banner {
    font-size: 49px;
    font-weight: bold;
    margin: 0;
}

h2.titulo-banner {
    font-size: 17px;
    font-weight: lighter;
}

h3.titulo-banner {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.conteudo-banner {
    padding: 180px 0;
}

.conteudo-banner .banner-curso{
    background: rgba(82, 112, 135, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s all;
}

.separador-40px {
    margin: 20px 0;
    width: 40px;
    height: 10px;
    background: #FFFFFF;
}

.separador-20px {
    margin: 20px 0;
    width: 20px;
    height: 5px;
    background: #FFFFFF;
}

.btn.btn-branco {
    text-transform: uppercase;
    color: #F45C2D;
    padding: 5px 20px;
    font-weight: bold;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    transition: 0.3s all;
}

.btn.btn-roxo {
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 20px;
    font-weight: bold;
    background: #722974;
    border: 2px solid #722974;
    border-radius: 20px;
    transition: 0.3s all;
}

.btn.btn-laranja {
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 20px;
    font-weight: bold;
    background: #F45C2D;
    border: 2px solid #F45C2D;
    border-radius: 20px;
    transition: 0.3s all;
}

.btn.btn-branco:hover,
.btn.btn-branco:focus {
    color: #FFFFFF;
    background: transparent;
    border: 2px solid #FFFFFF;
}

.btn.btn-roxo:hover,
.btn.btn-roxo:focus {
    color: #722974;
    background: transparent;
    border: 2px solid #722974;
}

.btn.btn-laranja:hover,
.btn.btn-laranja:focus {
    color: #F45C2D;
    background: transparent;
    border: 2px solid #F45C2D;
}

.navbar-default {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f45c2d+0,f7754f+41,f7754f+58,e84c1a+100 */
    background: rgb(244, 92, 45); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(244, 92, 45, 1) 0%, rgba(247, 117, 79, 1) 41%, rgba(247, 117, 79, 1) 58%, rgba(232, 76, 26, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(244, 92, 45, 1) 0%, rgba(247, 117, 79, 1) 41%, rgba(247, 117, 79, 1) 58%, rgba(232, 76, 26, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(244, 92, 45, 1) 0%, rgba(247, 117, 79, 1) 41%, rgba(247, 117, 79, 1) 58%, rgba(232, 76, 26, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f45c2d', endColorstr='#e84c1a', GradientType=1); /* IE6-9 */
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-nav > li {
    text-align: center;
    width: 165px;
    border-right: 1px solid #FFFFFF;
}

.navbar-nav > li:hover {
    background: #DC3F24;
    border-right: 1px inset #FFFFFF;
    border-left: 1px inset #FFFFFF;
}

.navbar-nav > li:hover > a {
    color: #FFFFFF !important;
}

.navbar-nav > li > a {
    line-height: 30px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    text-transform: uppercase;
    font-size: 10px;
}

.navbar-nav > li > a > img {
    margin: 0 10px 5px 0;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 7px 15px !important;
}

.box {
    border: 1px solid #cccccc;
    border-radius: 15px;
    padding: 20px 10px;
}

.form-matricula input,
.form-contato input,
.form-contato select,
.form-contato textarea {
    border-radius: 20px;
    border: 1px solid #F8734C;
}

.form-matricula input:focus,
.form-contato input:focus,
.form-contato select:focus,
.form-contato textarea:focus {
    border: 1px solid #722974 !important;
    box-shadow: none;
}

input[type=file] {
    border-radius: 0;
}

.form-matricula p,
.form-contato p {
    margin: 10px;
    color: #F8734C;
}

/*@media screen and (max-width: 400px) {*/
/*.logo-banner img {*/
/*margin-top: 100px;*/
/*width: 80%;*/
/*}*/

/*h1.titulo-banner {*/
/*font-size: 20px;*/
/*font-weight: bold;*/
/*margin: 0;*/
/*}*/

/*h2.titulo-banner {*/
/*font-size: 12px;*/
/*font-weight: lighter;*/
/*margin: 0;*/
/*}*/

/*h3.titulo-banner {*/
/*font-size: 9px;*/
/*line-height: 1.8;*/
/*margin: 0 0 20px 0;*/
/*}*/
/*}*/

/*@media screen and (min-width: 401px) and (max-width: 720px) {*/
/*.logo-banner img {*/
/*width: 40%;*/
/*}*/
/*}*/

/*@media screen and (min-width: 721px) and (max-width: 1280px) {*/
/*.logo-banner img {*/
/*width: 70%;*/
/*margin-top: 10%;*/
/*}*/

/*h1.titulo-banner {*/
/*font-size: 26px;*/
/*font-weight: bold;*/
/*margin: 0;*/
/*}*/

/*h2.titulo-banner {*/
/*font-size: 16px;*/
/*font-weight: lighter;*/
/*margin: 0;*/
/*}*/

/*h3.titulo-banner {*/
/*font-size: 12px;*/
/*line-height: 1.8;*/
/*margin: 0 0 20px 0;*/
/*}*/
/*}*/

/*@media screen and (min-width: 1281px) and (max-width: 1440px) {*/
/*.conteudo-banner {*/
/*margin-top: 2%;*/
/*}*/

/*.logo-banner img {*/
/*margin-top: 50px;*/
/*width: 50%;*/
/*}*/
/*}*/

/*@media screen and (min-width: 1441px) and (max-width: 1920px) {*/
/*.conteudo-banner {*/
/*margin-top: 2%;*/
/*}*/

/*.logo-banner img {*/
/*margin-top: 50px;*/
/*width: 50%;*/
/*}*/
/*}*/

/*@media screen and (min-width: 1921px) {*/

/*}*/

.collapse-lei-abre {
    text-align: center;
    display: block
}

.collapse-lei-abre:hover,
.collapse-lei-abre:focus,
.collapse-lei-abre:active {
    text-decoration: none;
    border: none;
    outline: none;
}

.collapse-lei-abre span {
    color: #424242;
    font-weight: bolder;
    font-size: 18px;
}

.collapse-lei-abre span b {
    color: #000;
    font-weight: bolder;
    font-size: 1.2em;
    font-style: normal;
}

.abrefecha-leis {
    float: right;
}

.collapse-lei-abre .fa-plus-circle {
    font-size: 12px;
    display: none;
}

.collapsed .fa-plus-circle {
    display: inline-block;
}

.collapsed .fa-minus-circle {
    display: none;
}

.abrefecha-leis .fa-minus-circle {
    font-size: 12px;
    color: #ccc;
}

.collapsed .fa-minus-circle {
    display: none !important;
}

.collapsed .fa-minus-circle {
    color: #ccc;
}

.abrefecha-leis .fa-plus-circle {
    color: #ccc;
}

.panel {
    background: transparent;
    border: none !important;
    box-shadow: none !important;
}

.panel .panel-heading {
    background: transparent;
    border-bottom: 1px dotted #cccccc;
    box-shadow: none;
    margin-bottom: 20px;
}

.panel .panel-body {
    border: none !important;
}

.item-curso {
    background-size: cover !important;
    background-position: center center !important;
    min-height: 123px;
    border-right: 1px dotted #FFFFFF;
    margin-bottom: 45px;
}

.item-curso .link-curso,
.item-curso .titulo-curso,
.item-curso .titulo-curso h1,
.item-curso .link-curso a {
    color: #FFFFFF !important;
}

.item-curso .titulo-curso h1 {
    margin: 10px 0;
    font-weight: bold;
}

.item-curso .titulo-curso {
    border-right: 2px dotted #FFFFFF;
    margin-top: 25px;
    padding: 5px 25px;
}

.item-curso .link-curso {
    margin-top: 25px;
    padding: 5px 25px;
}

.item-curso .link-curso ul {
    list-style: none;
    padding-left: 0;
}

.item-curso .link-curso ul li a:hover,
.item-curso .link-curso ul li a:active,
.item-curso .link-curso ul li a:focus {
    text-decoration: none;
    border: none;
    outline: none;
}

.section-titulo {
    /*margin-bottom: 45px;*/
}

.section-titulo .titulo {
    color: #424242;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px dotted #cccccc;
    padding: 10px 15px;
    margin-bottom: 45px;
}

.section-titulo h1.titulo-curso {
    color: #F45C2D;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 10px 15px;
}

.section-titulo p.titulo-curso {
    text-align: center;
    color: #939393;
}

.text-laranja {
    color: #F45C2D !important;
}

.separador-40px.text-laranja {
    background: #F45C2D !important;
    margin-left: 20px;
}

/*.bloco-institucional {*/
/*height: 100%;*/
/*margin: 0;*/
/*padding: 0;*/
/*}*/

.bloco-institucional .texto-institucional {
    text-align: justify;
    font-size: 13px;
}

.bloco-institucional .img-institucional {
    height: 528px;
    /*background: url("../img/institucional_1.jpg");*/
    background-size: cover;
    background-position: center bottom;
}

section#atendimento {
    background: url("../img/bg-central-atendimento.png") no-repeat;
    background-size: auto;
    background-position: center center;
    height: 310px;
    margin-bottom: 70px;
}

section#matricule {
    background: url("../img/bg-section-matricule-se.jpg");
    background-size: auto;
    background-position: center center;
}

section#matricule .conteudo-matricule {
    padding: 70px 0;
    color: #FFFFFF;
}

.bloco-info {
    height: 280px;
    background: #EEEEEE;
    margin-bottom: 30px;
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    color: #D1592E;
    font-weight: bold;
    font-size: 36px;
}

.bloco-info h1 {
    font-size: 48px;
}

.bloco-info.biblioteca {
    background-image: url("../img/bg-biblioteca.jpg") !important;
    color: #FFFFFF;
}

.bloco-info.blog {
    background-image: url("../img/bg-blog.jpg") !important;
    color: #FFFFFF;
}

section.mapa #mapa {
    height: 400px;
}

.ajax-loader {
    display: none;
}

section#rodape {
    background: #E84D1C;
}

section#rodape .conteudo-rodape {
    padding: 20px 0 10px;
    color: #FFFFFF;
}

section#rodape .conteudo-rodape a {
    font-weight: bold;
    color: #FFFFFF;
}

.background-icone-biblioteca {
    background: url('../img/bg-icone-opacidade-biblioteca.png') no-repeat;
    background-size: 50%;
    background-position: center center;
    height: 300px;
    padding: 90px 0;
}

.background-icone-horario {
    background: url('../img/bg-icone-opacidade-horario.png') no-repeat;
    background-size: 50%;
    background-position: center center;
    height: 300px;
    padding: 90px 0;
}

#banner-meia-tela{
    background: url('../img/bg-meia-tela-matriculas.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 100%;
    width: 50%;
}

#conteudo-meia-tela{
    background: #FFFFFF;
    min-height: 100%;
    width: 50%;
}

.half-container {
    width: 520px;
    padding: 40px;
}

.titulo-azul {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}
.topo-menu {
    height: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #333;
    position: relative;
    width: 100%;
}

.menu-aluno {
    color: #fff !important;
    transition: 0.2s ease;
    text-align: center !important;
    float: none !important;
}

.menu-aluno:hover {
    text-decoration: underline;
}