body {
    color: #333;
    font-family: 'Lato', sans-serif;
}

.topo-bg {
    background: url('../img/bg_header.png');
    background-size: cover;
}

.topo-topo {
    /* background-color: #0060ae; */
    background: rgb(36, 46, 108);
}

.topo-topo .navbar {
    padding: 10px;
}

.topo-topo .gov {
    color: #fff;
    text-decoration: none;
}

.topo-topo .btn {
    color: #fff;
}

.topo-topo .dropdown {
    display: inline-block;
}

.topo-topo .brasao {
    margin-right: 5px;
}

.topo-topo .bandeira {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}

.topo-logo {
    height: 120px;
    width: auto;
    margin: 10px 0;
}

.topo-menu {
    /* background: rgb(36, 46, 108); */
    background: #0060ae;
}

.banner-principal img {
    width: 100%;
    height: auto;
}

.banner-principal2 {
    text-shadow: 1px 1px 3px #000;
}

.banner-principal2 a {
    color: #fff;
}

.banner-principal2 .carousel-item {
    height: 280px;
    overflow: hidden;
}

.banner-principal2 img {
    margin: auto auto;
    /*height: 300px;*/
    max-width: 100%;
    width: auto;
}

.banner-principal2 .carousel-control-next {
    background: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0));
}

.banner-principal2 .carousel-control-prev {
    background: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0));
}

.banner-principal2 .carousel-indicators li {
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,.4);
}

.placeholder {
    background: #e4e4e4;
    border: 4px dashed #bbb;
    /*height: 280px;*/

    padding: 15px;
    font-family: monospace;
    font-size: large;
    text-align: center;
    color: #a0a0a0;
}

.acesso-rapido {
    padding: 10px;
    background: rgb(27, 70, 123);
    color: #99a6ce;
    /* text-shadow: 0 1px 0 rgba(0,0,0,0.2); */
    /* text-shadow: 0 1px 1px rgba(0,0,0,1); */
    /* box-shadow: inset 0px 20px 10px -10px rgba(0,0,0,.15); */
    /*border-bottom: 10px solid rgb(36, 46, 108);*/
}

.acesso-rapido .coluna {
    text-align: center;
}

.acesso-rapido .item {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 5px;
    /*background: rgb(47, 58, 128);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 6px;
    border: 1px solid rgb(27, 38, 108);*/
    transition: all .2s linear;
}

.acesso-rapido .item:hover {
    text-decoration: none;
    background: rgba(255,255,255,.05);
}

.acesso-rapido .icone {
    font-size: 36px;
    color: #fff;
}

.acesso-rapido .titulo {
    font-size: 26px;
    color: #fff;
}

.acesso-rapido .texto {
    margin-top: 5px;
    font-size: 16px;
}

.mid-acesso {
    background: url('https://www.toptal.com/designers/subtlepatterns/patterns/lined_paper.png');
    background-attachment: fixed;
    padding: 10px 0;
}

.sub-acesso {
    background: #f4f8fb;
    padding-top: 20px;
    box-shadow: inset 0 -10px 15px 5px rgba(0,0,0,0.05);
    /*font-size: 22px;*/
}

.videos-wrapper {
    padding: 20px 0;
    background: url(http://snct.mctic.gov.br/semanact/opencms/system/modules/br.com.squadra.principal/resources/img/bg_participe.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

.videos-wrapper .noticia-header {
    color: #fff;
    text-shadow: none;
}

.noticia {
    padding: 10px;
    /*background: #fbfbfb;
    border-radius: 6px;
    box-shadow: 0 0 4px 1px rgba(0,0,0,.1);*/
}

.noticia .img {
    text-align: center;
    margin-bottom: 10px;
    max-width: 100%;
    overflow: hidden;
}

.noticia .img img {
    width: auto;
    height: 220px;
    border-radius: 6px;
}

.noticia .texto {
    text-align: center;
    color: #666;
}

.noticia-header {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    /*color: #ddd;
    text-shadow: -1px -1px 0px #999;*/
    color: #3654b3;
}

.conteudo-bg {
    background: url('https://www.toptal.com/designers/subtlepatterns/patterns/lined_paper.png');
    background-attachment: fixed;
    padding-bottom: 10px;
}

.conteudo {
    background-color: #fff;
    margin: 20px;
    /*padding: 10px 20px;
    box-shadow: 2px 2px 10px 5px rgba(0,0,0,0.05); */
}

.conteudo-header {
    margin-bottom: 20px;
    font-size: 30px;
}

.conteudo-img {
    margin-bottom: 15px;
    text-align: center;
}

.conteudo-img img {
    max-width: 100%;
}

.nvideo-wrapper {
    position: fixed;
    bottom: 0%;
    width: 100%;
    text-align: right;
    opacity: 1;
    z-index: 9999;
    color: #fff;
}

.nvideo-wrapper .block {
    display: inline-block;
    padding: 5px 15px;
    font-size: small;
    background: rgb(27, 70, 123);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,.1);
    margin-bottom: -6px;
    cursor: pointer;
}

.loader {
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background-color: rgba(0,0,0,.4);
}

.loader-bar {
    height: 6px;
    border-radius: 4px;
    background-color: #fff;
    overflow:hidden;
    -webkit-transition: width 1s linear;
    -moz-transition: width 1s linear;
    -o-transition: width 1s linear;
    transition: width 1s linear;
}

#ytplayer {
    max-width: 100%;
}

.parceiros-header {
    margin: 20px 0;
    font-size: 34px;
    color: #1b467b;
}

.parceiros {
    /* display: flex; */
}

.parceiro {
    display: inline-block;
    margin: 10px;
    text-align: center;
    /* width: 100%; */
}

.parceiro img {
    /*max-height: 100px;
    width: auto;*/

    max-width: 90px;
    height: auto;
}

.cronograma {
    margin-top: 20px;
}

.cronograma .nav {
    background: #f5f5f5;
    margin-bottom: 15px;
}

.cronograma .campus-wrapper {
    display: none;
    padding-left: 5px;
    margin: 10px 0 25px 0;
}

.cronograma .campus-title {
    font-size: 22px;
}

.cronograma .campus-misc {
    color: #999;
}

.cronograma .inner-nav {
    font-size: 13px;
}

.cronograma .tab-pane {
    /*padding: 25px;
    border: 1px solid #ddd;
    border-radius: .25em;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;*/
    padding: 10px 0;
}

.cronograma .nav-item {
    font-weight: bold;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

.cronograma-info {
    padding: 20px 0;
    font-size: 16px;
}

.table-crono-info {
    background: #fbfbfb;
}

.crono-horario {
    width: 1%;
    white-space: nowrap;
    overflow: auto;
    text-align: center;
}

.crono-inscrever {
    text-align: center;
    width: 1%;
    white-space: nowrap;
}

.crono-horarios {
    width: 1%;
    white-space: nowrap;
    overflow: auto;
    /*font-family: 'Roboto Mono', monospace;
    font-size: 14px;*/
    text-align: center;
}

.crono-dia {
    width: 1%;
}

.crono-horas {
    width: 15%;
}

.crono-definir {
    color: #999;
}

.crono-coord {
    width: 20%;
    overflow: auto;
}

.crono-resp {
    font-weight: bold;
    font-size: 13px;
    display: block;
}

.crono-coord hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e9ecef;
    margin: 2px 0;
    padding: 0;
}

.crono-titulo {

}

.crono-bloco {
    text-align: center;
}

.crono-bloco-nw {
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
}

.crono-misc {
    color: #999;
}

.crono-header {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    /* background: #eee; */
    background: #2474ce;
    color: #fff;
}

.a-definir {
    color: red;
}

/* overrides */

.navbar .navbar-nav, .navbar .nav-item {
    width: 100%;
    text-align: center;
}

.navbar {
    padding: 0;
}

.nav-link {
    padding: .75rem 1rem;
    transition: all .2s linear;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    background-color: rgba(255,255,255,.1);
}

@media (min-width: 800px) {
.modal-dialog {
    max-width: 700px;
    margin: 30px auto;
}
}

/* PADRÃO */

.rodape {
    padding-top: 30px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.fortaleza { margin-top: 30px; margin-bottom: -10px;}

#rodape_um {background-color:#0b6c9a; padding-top: 50px; padding-bottom: 30px;}
#rodape_um .titulos {border-bottom: 1px solid #fff; padding: 5px; display: block; font-size: 15px; font-weight: bold; color: #FFF; margin-bottom: 15px}
#rodape_um a { text-decoration: none; color: #fff;transition: 0.5s}
#rodape_um a:hover { color: #3ba5f3}

#rodape_dois { background-color: #0f1d66; padding: 20px 0; color: #fff}
#rodape_dois a { text-decoration: none; color: #FFF; transition: 0.5s}
#rodape_dois a:hover { color:#3ba5f3; transition: 0.5s }
#rodape_dois .pull-right,#rodape_dois .text-center img { padding-top: 10px}

/* Extra Small */
@media(max-width:767px){
    .nvideo-wrapper{display: none;}

  .topo_dois .social { text-align: center}
  .banner .logo img { margin: 0 auto }
  .banner .nome { text-align: center; margin-top: 20px }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {  color: #FFF !important;  }
  .fortaleza {  background: url("http://www.setec.ap.gov.br/img/fundo_rodape.jpg"); height: 65px; background-repeat:no-repeat;  background-size:contain;  background-position:center;  }
  #galerias .titulo_galeria {font-size: 14px;}

  /*PERSONALIZADOS*/
  #links-uteis { margin-top: 20px}
  #noticias .texto { margin-top: 10px}
  .video-list-thumbs .glyphicon-play-circle{ font-size: 60px; right: 41%; top: 31%; }
  .video-list-thumbs h2{ bottom: 0; font-size: 12px;height: 22px; margin: 8px 0 0; }
  .c-titulo { font-size: 10px }
  .c-chamada { font-size: 14px }
  /* .tab-content img { float: left; margin-right: 10px; margin-bottom: 10px; width: 120px; height: 50px} */
}

/* Small */
@media(min-width:768px) and (max-width:991px){
  .fortaleza {  background: url("http://www.setec.ap.gov.br/img/fundo_rodape.jpg");  height: 130px;  background-repeat:no-repeat;  background-size:contain;  background-position:center; }
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
  .fortaleza {  background: url("http://www.setec.ap.gov.br/img/fundo_rodape.jpg");  height: 180px;  background-repeat:no-repeat;  background-size:contain;  background-position:center;  }
}

/* Large */
@media(min-width:1200px){
  .fortaleza {  background: url("http://www.setec.ap.gov.br/img/fundo_rodape.jpg"); height: 220px;  background-repeat:no-repeat;  background-size:contain;  background-position:center;  }
}

.nota {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #333 !important;
}

.chamada {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
}

.outer-pane, .inner-pane {
    overflow-x: auto;
}

.tab-content .img-responsive {
    max-width: 100%;
    height: auto;
}
