@font-face {
    font-family:"Poppins Regular";
    font-style:normal;
    font-weight:100;
    src:local("Poppins Regular"),local("Poppins Regular"),url("../fonts/Poppins-Regular.otf") format("opentype");
}
@font-face {
    font-family:"Poppins Medium";
    font-style:normal;
    font-weight:100;
    src:local("Poppins Medium"),local("Poppins Medium"),url("../fonts/Poppins-Medium.otf") format("opentype");
}
@font-face {
    font-family:"Poppins Bold";
    font-style:normal;
    font-weight:100;
    src:local("Poppins Bold"),local("Poppins Bold"),url("../fonts/Poppins-Bold.otf") format("opentype");
}
@font-face {
    font-family:"Roboto Light";
    font-style:normal;
    font-weight:100;
    src:local("Roboto Light"),local("Roboto Light"),url("../fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
    font-family:"Roboto Regular";
    font-style:normal;
    font-weight:100;
    src:local("Roboto Regular"),local("Roboto Regular"),url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
    font-family:"FontAwesome";
    font-style:normal;
    font-weight:100;
    src:local("FontAwesome"),local("FontAwesome"),url("../fonts/FontAwesome.otf") format("opentype");
}
@font-face {
    font-family:"Bebas Neue";
    font-style:normal;
    font-weight:100;
    src:local("Bebas Neue"),local("Bebas Neue"),url("../fonts/BebasNeue.otf") format("opentype");
}
@font-face {
    font-family:"Doctor Glitch";
    font-style:normal;
    src:local("Doctor Glitch"),local("Doctor Glitch"),url("../fonts/DoctorGlitch.otf") format("opentype");
}

#button {
    font-size: 18px;
    font-weight: 600;
}

body {
    background: #fff;
    margin: 0;
    padding:0;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    text-size-adjust:100%;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
  }
  .ini {
    padding: 10px;
    font-family:"Roboto Light", sans-serif;
    position: relative;
    width: 100%;
    height: auto;
    /* background-image: linear-gradient(90deg, rgba(43,165,230,1) 0%, rgba(43,165,230,1) 35%, rgba(67,90,206,1) 100%); */
    background: #444444;
    text-transform: uppercase;
    font-size: 10px;
    color:#fff;
}
.ini .links-topo, .ini a {
    font-size: 12px;
    text-align: right;
    color:#fff;
}
.ini a {
    text-decoration: none;
    margin-right: 15px;
}
.ini i {
    font-size: 14px;
}
@media(max-width: 768px) {
    .ini,  .ini .links-topo {
        text-align: center;
    }
}

#topo {
    position: relative;
    width: 100%;
    height: auto;
    background-image: linear-gradient(90deg, rgba(43,165,230,1) 0%, rgba(43,165,230,1) 35%, rgba(67,90,206,1) 100%); 
}

.logo {
    position: absolute;
    left: 0;
    top:10px;
    margin-left: 25px;
    z-index: 11;
}
.logo-2 {
    padding-left: 35px;
    top:5px;
    display: none;
}

nav {
    font-family:"Roboto Regular", sans-serif;
    position: relative;
    width: 100%;
    padding:35px 10px 25px 10px;
    z-index: 9999999;
    letter-spacing: 0px;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: transparent;
    position: relative;
    text-align: right;
}
ul li {
    display: inline-block;
}
ul li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
}
ul li a.ativo {
    color:#fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
ul li:hover {
    background: transparent;
}
ul ul {
    position: absolute;
    min-width: 170px;
    background: #444444;
    display: none;
}
ul ul li {
    display: block;
    background: transparent;
    text-align: left;
}
ul ul li a {
    text-transform: none;
    transition: 0.3s;
}
ul ul li a:hover {
    border: none;
    background: #2ba5e6;
}
ul li:hover ul {
    display: block;
}
ul li i {
    color: #fff;
    float: right;
    padding-left: 20px;
}

nav div {
    background: transparent;
    cursor: pointer;
    display: none;
}
nav div.menu {
    position: absolute;
    right: 0;
    top:0;
    margin-top:20px;
    margin-right: 40px;
    color: #fff;
    text-align: right;
    padding: 0.5em 0 0 0;
}
@media(max-width: 955px) {
    nav div {
          display: block;
    }
    nav div.menu {
        margin-top:9px;
    }
    nav {
        width: 100%;
    }
    ul {
          display: none;
          position: static;
          background: transparent;
          text-align: left;
          padding-top:20px;
    }
    ul li {
          display: block;
    }
    ul ul {
          position: static;
          background: #444444;
    }
    .logo{
        display: none
    }
    .logo-2 {
        display: inline;
        position: absolute;
        left: 0;
        z-index: 11;
    }
}

.fa-angle-down {
    font-size: 18px;
    color:#2ba5e6
}

#links {
background-image: linear-gradient(90deg, rgba(43,165,230,1) 0%, rgba(43,165,230,1) 30%, rgba(67,90,206,1) 100%); 
font-family:'Roboto Regular', sans-serif;
position: relative;
margin-top: -50px;
padding: 35px 35px 25px 35px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border:1px solid rgba(255, 255, 255, .6);
border-bottom: transparent;
z-index: 11;
}
#links .col-md-3 {
 margin-bottom: 10px;
}
#iten .conteudo {
    background: #fff;
    border-radius:6px;
    padding: 35px 0 20px 0;
    text-align: center;
}
@media(max-width: 768px) {
    #links {
        width: 80%;
        padding: 10px 10px 0px 10px;
        margin-top: 0;
    }
    #iten .conteudo {
        padding: 20px 10px 1px 10px;
        margin:5px 0;
    }
}
#iten .conteudo i {
    color:#4e4e4e;
    transition: 0.3s;
}
#iten .conteudo:hover i {
    color:#2ba5e6
}
#iten .conteudo:hover a{
    color:#4e4e4e
}
#iten a {
    color:#4e4e4e;
    text-decoration: none;
}
#iten  i {
font-size: 30px;
}
#iten  .titulo {
    font-family:'Roboto Light', sans-serif;
    font-size: 18px;
    padding-top: 5px;
}
@media(max-width: 768px) {
    #iten .titulo {
        font-size: 12px;
    }
}
#iten  small {
        float: left;
        font-size:12px;
}

#destaque {
   background: #4e4e4e;
    padding: 40px 15px;
}
#destaque .col-md-2, #destaque .col-md-3, #destaque .col-md-4, #destaque .col-md-6 {
    margin:5px 0;
}
.conteudo-destaque {
    position: absolute;
    width: 100%;
}
#destaque h5 {
    font-size: 14px;
    text-transform: uppercase;
    color:#fff;
    margin-top: 12px;
    margin-left: 15px;
}
.editais, .portaria, .licitacoes, .ouvidoria {
    background: #2ba5e6;
    padding-top:12px;
    padding-bottom: 50px;
    padding-left: 12px;
    border-radius: 6px;
    transition: 0.5s;
}
.editais:hover, .portaria:hover, .licitacoes:hover, .ouvidoria:hover {
    background: #444444;
}
@media(max-width: 768px) {
    .editais, .portaria, .licitacoes, .ouvidoria {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #destaque h5 {
        margin-top: 8px;
    }
}
#destaque a {
    position: absolute;
    right: 15px;
    bottom: 0px;
    color:#fff;
    font-size: 16px;
    text-decoration: none;
    background: rgba(255, 255, 255, .2);
    padding: 10px 15px;
    border-radius: 6px;
    transition: 0.3s;
}
#destaque a:hover {
    background:#2ba5e6
  }

  
#portal-transparencia {
    padding: 40px 0 20px 50px;
    background: #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#portal-transparencia li {
    list-style: none;
    text-align: left;
    font-size: 14px;
}
h4.titulo-portal {
    font-size: 18px;
    color:#2ba5e6;
    text-transform: uppercase;
}
#portal-transparencia a{
    position: relative;
    color:#2ba5e6;
    border-radius: 0;
    padding-bottom:2px
}
#portal-transparencia a:hover {
    background: transparent;
    border-bottom:1px solid #2ba5e6;
}
#portal-transparencia img {
    text-align: center;
    margin-top:12px;
}


#noticias {
    background:url(../img/news.png) no-repeat center center fixed; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover;
    padding: 40px;
    color:#fff
}
#noticias .news {
    background: #4e4e4e;
    padding: 50px 20px;
    border-radius: 6px;
}
#noticias .news i {
    color:#2ba5e6;
    font-size: 30px;
    float: left;
    margin:0 10px 10px 0;
}
#noticias #titulo {
    font-family:'Bebas Neue', sans-serif;
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
    text-transform: uppercase;
}
#noticias .col-md-3, #noticias .col-md-12 {
    margin:15px 0;
}
#noticias p {
    text-transform: uppercase;
    font-size: 20px;
}
#noticias h5 {
    font-size: 14px;
    text-transform: uppercase;
}
#noticias a {
    color:#2ba5e6;
    font-size: 14px;
    text-transform: uppercase;
}

#esc50 {
    font-family:'Roboto Light', sans-serif;
    background:url(../img/esc-50-anos.jpg) no-repeat center center fixed; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover;
    padding: 50px;
    color:#444444;
}
#esc50 .col-md-4 {
    background: #fff;
    padding:80px 40px
}
#esc50 h5 {
    font-family:'Roboto Regular', sans-serif;
    font-size: 30px;
    font-weight: 600;
}
#esc50 a {
    text-decoration: none;
    color:#fff;
    background: #2ba5e6;
    padding: 10px 30px;
}
#lista {
    background: #2ba5e6;
    color:#444444;
    padding: 35px 25px;
}

.accordion {
   background: transparent;
   color: #fff;
   cursor: pointer;
   padding: 20px;
   width: 100%;
   text-align: left;
   border: none;
   outline: none;
   border-radius: 0;
   border-top:1px solid rgba(255, 255, 255, .3);
   transition: 0.4s;
 }
 .accordion1 {
     border-top:none;
 }
 .accordion:after {
   content: "\f107";
   font-family: "FontAwesome", sans-serif;
   font-size: 20px;
   color: #fff;
   float: right;
   margin-left: 5px;
 }
.active:after {
   content: "\f106"; 
   color:#444444;
 }
 .active, .accordion:hover {
   background:transparent;
   color:#fff;
 }
 .panel {
    font-family:"Roboto Regular", sans-serif;
   padding: 0 10px 25px 0;
   background:transparent;
   display: none;
   overflow: hidden;
 } 

 #esc-conteudo {
    font-family:'Roboto Light', sans-serif;
    background:url(../img/esc-50-anos.jpg) no-repeat center center fixed; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover;
    padding: 25px 40px;
    color:#444444;
}

#esc-conteudo-emails {
    font-family:'Roboto Light', sans-serif;
    background:url(../img/esc-50-anos.jpg) no-repeat center center fixed; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover;
    padding: 25px 40px;
    color:#444444;
}
#esc-conteudo-emails .row {
    background: #fff;
    padding:25px;
}
#esc-conteudo-emails  h5 {
    font-family:'Roboto Regular', sans-serif;
    font-size: 30px;
    font-weight: 600;
}
#esc-conteudo-emails .col-md-6 {
    padding: 10px;
    font-weight: 100;
}

#esc-conteudo #lista {
    background: #2ba5e6;
    color:#fff;
    padding: 35px 25px;
}
#esc-conteudo  .col-md-4, #esc-conteudo .col-md-12 {
    background: #fff;
    padding:80px 40px;
}
#esc-conteudo  .col-md-6 {
    background: #fff;
    padding: 20px 40px;
}

#esc-conteudo .col-12#titulo, #esc-conteudo .col-6#titulo, #esc-conteudo .col-6#voltar {
    padding: 20px 40px 10px 40px;
    background: #fff;
}
#esc-conteudo .col-6#voltar a {
    background: transparent;
    color:#444444;
    float: right;
}
#esc-conteudo .col-12 h5, #esc-conteudo .col-6 h5 {
    font-size: 20px;
}
#esc-conteudo .col-12 p {
    padding: 0 20px;
}
#esc-conteudo  h5 {
    font-family:'Roboto Regular', sans-serif;
    font-size: 30px;
    font-weight: 600;
}
#esc-conteudo a.blue {
    text-decoration: none;
    color:#fff;
    background:#2ba5e6;
    padding: 10px 30px;
    border:1px solid #fff;
}
#esc-conteudo a {
    text-decoration: none;
    color:#fff;
    background: transparent;
    padding: 10px 30px;
    border:1px solid #fff;
}
#esc-conteudo a.arquivos {
    text-decoration: underline;
    border:none;
    padding: 0;
}
#esc-conteudo a.arquivos-2 {
    text-decoration: underline;
    border:none;
    padding: 0;
    background: transparent;
    color:#2ba5e6
}
#esc-conteudo .col-md-4#missao{
    padding: 40px;
    background: #2ba5e6;
    color:#fff;
}
 #esc-conteudo .col-12#vestibular{
    padding: 40px;
    background: #2ba5e6;
    color:#fff;
}
#esc-conteudo .col-12#vestibular-enf{
    padding: 40px;
    background: #3dafec;
    color:#fff;
}
#esc-conteudo .col-12#vestibular p {
    font-family:'Roboto Light', sans-serif;
}
#esc-conteudo .col-md-4#visao {
    padding: 40px;
    background: #3dafec;
    color:#fff;
}
#esc-conteudo .col-md-4#valores {
    padding: 40px;
    background: #2ba5e6;
    color:#fff;
}

.col-md-3#adm  {
    padding: 20px;
    background: #2ba5e6;
    color:#fff;
    border-right: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
#adm h5, #adm-f h5 {
    font-size: 15px;
    text-transform: uppercase;
}
#adm-f  {
    padding: 20px;
    background: #2ba5e6;
    color:#fff;
    border-right: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

#galeria {
    background:url(../img/galeria-backgrpund.png) no-repeat center center fixed; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover;
    padding: 50px;
}
#galeria .col-md-3 {
    margin:20px 0;
}
#galeria #titulo {
    font-family:'Bebas Neue', sans-serif;
    text-align: left;
    margin-bottom: 30px;
    font-size: 40px;
    text-transform: uppercase;
}
#galeria .gl {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding:15px;
}
.gl h5 {
    color:#2ba5e6;
    font-size: 14px;
    text-transform: uppercase;
    margin:10px 0;
}
.gl p {
    color: #444444;
    font-size: 14px;
    text-align: left;
}
.gl span a{
    position: absolute;
    right: 0;
    background: #2ba5e6;
    color: #fff;
    padding: 10px 15px;
}

#pagingControls {
    background: #fff;
    padding: 10px 25px;
    width: 100%;
}
#pagingControls ul{
    background: #fff;
    display:inline;
}
#pagingControls li{
    padding: 5px 10px;
    border:1px solid rgba(0, 0, 0, .3);
    cursor: pointer;
    margin-left: 5px;
}
#pagingControls li:hover{
    background: #3dafec;
    color:#fff;
    border:1px solid #3dafec;
}

#footer {
    font-family:"Roboto Light", sans-serif;
    width: 100%;
    height: auto;
    padding: 100px 50px;
    background: #444444;
    color:#fff;
    bottom:0;
    font-size: 13px;
}
@media(max-width: 955px) { 
    #footer .col-sm-12 {
        margin-bottom: 25px;
    }
    #footer .col-sm-12 .ult {
        margin-bottom: 0px;
    }
}
#footer .conteudo {
    margin-top:30px;
}
#footer .fa-phone-alt {
    font-size: 16px;
    padding:0;
    color:#fff;
}
#footer .fa-facebook-square, #footer .fa-instagram{
    font-size: 20px;
    padding:5px 0;
    color:#fff;
}
#footer a {
    color:#fff;
    text-decoration: none;
}
#footer i {
    padding-right: 15px;
    font-size: 40px;
    color: rgba(255, 255, 255, .1);
}
#footer h5 {
    font-weight: 600;
    font-size:14px;
}
.copy {
    font-family:"Roboto Light", sans-serif;
    text-align: left;
    background: #4e4e4e;
    color:#fff;
    padding: 20px;
    font-size: 10px;
}

#daconex {
    font-family:"Roboto Light", sans-serif;
    background: #4e4e4e;
    color:#fff;
    padding: 20px 20px 15px 20px;
    font-size: 10px;
    text-align: right;
}
#daconex a {
    color:#fff;
    text-decoration: none;
}

.pagination {
    position: relative;
    width: 100%;
    margin-top:17px;
    z-index: 999999;
}
.pagination ul {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: right;
}
.pagination li {
    display: inline;
    border:none!important;
    margin: 20px 0 0 0;
    border-right: 1px solid #333!important;
}
.pagination a {
    background: #fff!important;
    color:#333!important;
    border:none!important;
    display: inline;
}

@media(max-width: 955px) { 
    .pagination {
        margin-top:-5px;
        width: 100%;
    }
}

#entrevista {
    text-align: justify;
}

audio {
    width: 100%;
    border-radius: 20px;
}

#esc-conteudo .emails {
    text-align: left;
    font-size: 1em;
}
#esc-conteudo .emails h5 {
    font-size: 18px;
}

.vestibular {
    padding: 50px;
   /* background-image: linear-gradient(90deg, rgba(43,165,230,1) 0%, rgba(43,165,230,1) 35%, rgba(67,90,206,1) 100%);  */
   background:url(../img/esc-conteudo.jpg) no-repeat center center fixed; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover;
}
#topo-vestibular {
    margin-bottom: 40px;
}

.graduacoes {
    font-family: 'Roboto Light', sans-serif;
    color:#fff;
    padding:25px 0;
    background: #2ba5e6;
}
#graduacao {
    margin-top:25px;
}
#graduacao h1 {
    font-family:"Bebas Neue", sans-serif;
    color:#333;
    font-size: 25px;
}
#graduacao h5 {
    font-family:"Bebas Neue", sans-serif;
    color:#333
}
.edfisica {
    padding: 0 50px 50px 50px;
}
.enfermagem {
    padding: 0 50px 50px 50px;
}
.fisioterapia {
    padding: 0 50px 50px 50px;
}
#slogan-vestibular {
    font-family:"Bebas Neue", sans-serif;
    margin:20px 0 0 -40px;
    font-size: 2em;
    letter-spacing: 2px;
    color:#fff;
    text-align: left;
    line-height: 30px;
}
#banner {
    margin-top:50px;
}

@media(max-width: 768px) {
    #titulo-vestibular {
        margin: 25px 0 0 0;
    }
    #slogan-vestibular {
        font-size: 1.2em;
        line-height: 20px;
        margin-left: 0;
    }
}

#cf {
    font-family: 'Bebas Neue', sans-serif;
    padding: 50px 0;
    color:#fff;
    text-align: center;
}
#cf i {
    font-size: 4em;
    margin:15px 0;
    color:#2ba5e6
}
#cf span.n{
    font-family: 'Doctor Glitch', sans-serif;
    float: left;
    font-size: 40px !important;
    margin-top:-10px;
}
#cf h1 {
    text-align: left;
}
#cf h1 span {
    font-size: 24px;
    color:#2ba5e6
}
#cf p {
    text-align: center;
    font-size: 20px;
}
#cf .col-md-3 {
    margin-top:30px
}

.vestibular-inverno {
    padding: 50px 0;
}
.vestibular-inverno h1 {
    font-family: 'Doctor Glitch', sans-serif;
    color:#fff;
}
.vestibular-inverno h2 {
    font-family: 'Roboto Light', sans-serif;
    color:#fff;
    text-transform: uppercase;
}

#txt-vestibular {
    font-family: 'Roboto Light', sans-serif;
    padding: 50px 15px 0 15px;
    color:#fff;
    background: #4e4e4e;
    margin-bottom: 50px;
}
#txt-vestibular p {
    padding: 0 30px 50px 30px;
}
#link1 {
    color:#fff;
    background: #2ba5e6;
    padding: 25px;
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}
 .col-md-6#link1-2 {
    margin:0;
}

#link1-2 {
    color:#00457b;
    background:url(../img/fundo.png) no-repeat #a9c8e4;
    padding: 25px 50px;
    text-align: right;
    float: right;
    margin-top:30px;
    margin-right: -15px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}
@media(max-width: 1200px) {
    #link1-2  p{
        margin-top: 100px;
    }
}
#link2 {
    color:#fff;
    background: #3dafec;
    padding:  25px;
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 40px;
    font-weight: 600;
}
#link1 a, #link2 a, #link1-2 a {
    text-decoration: none;
    color:#fff;
    padding: 7px 20px 5px 20px;
    border:1px solid rgba(255, 255, 255, .6);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
}
#footer-vestibular {
    position: fixed;
    bottom: 0;
}