@font-face {
    font-family: titulos;
    src: url('../fonts/Neutro-Black.otf');
}
@font-face {
    font-family: menu;
    src: url('../fonts/NeutraDisp-Bold.otf');
}
@font-face {
    font-family: noticia;
    src: url('../fonts/Neutro-Regular.otf');
}

/*
Neutro-Black.otf
Neutro-Heavy.otf
Neutro-Italic.otf
NeutraDisp-Bold.otf
Neutro-Regular.otf
}
*/
/*

@font-face {
    font-family: titulos;
   src: url('../fonts/cocogoose_trial-webfont.woff2');
}

@font-face {
    font-family: conteudo;
   src: url('../fonts/BerninaSansOffc.otf');
}

html {
  font-family: conteudo;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}


p{
    font-family: Droid Sans;
}



body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}


body {
  font-family: Droid Sans;
}
.co
.conteudo{
font-family: Droid Sans;
}
*/

/*.titulocarousel {
        font-family: subtitulo;
        font-weight: bold;
}
.textocarousel{
    font-family: conteudo;
    color: #e30017;
    font-weight: bold;
    margin-top: 8px;
}*/
/*Noticias dos Tumbs*/

p{
  font-family: noticia;
  color: #000000;
}
hr{
  background: #166F76;
}
hr#barpost{
  background: #166F76;
  height: 4px;
   width: 100%;
}
hr#barfooter{
  background: #166F76;
  height: 30px;
   width: 100%;
}
.font-titulos{
    font-family: titulos;
    color: #000000;
    /*font-weight: bold;*/
}
#font-titulos{
    font-family: titulos;
    color: #000000;
    /*font-weight: bold;*/
}
#menu{
    font-family: menu;
    color: #166F76;
    /*font-weight: bold;*/
}
h1,h2,h3,h4,h4,h5{
font-family: titulos;
color: #000000;
}
h4#noticias{
background: #CA5125;
}
a#noticia{
   color: #FFFFFF;
    text-decoration: none;
}
h5#funcao{  /*artistas dos espaços populares*/
   color: #a2a5a4;
}

/*#titulo-noticia{
    font-family: Droid Sans;
    color: #000000;
    font-weight: bold;
}*/

/*=========================
  Icons
 ================= */

/* footer social icons */
ul#mediasocial {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
ul#mediasocial li {
  display: inline;
  margin: 0 5px;
}
/* footer social icons */
#mediasocial a.icoYouTube:hover {
  background-color:#bb0000;
}
#mediasocial a.icoFacebook:hover {
  background-color:#3B5998;
}
#mediasocial a.icoInstagram:hover {
  background-color:#cd486b;
}
#mediasocial a.icoSoundcloud:hover {
  background-color:#ff5500;
}
#mediasocial a.icoYouTube:hover i, #mediasocial a.icoFacebook:hover i, #mediasocial a.icoInstagram:hover i,
#mediasocial a.icoSoundcloud:hover i {
  color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
  color:#44BCDD;
}
.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:30%;
  -webkit-border-radius:30%;
  border-radius:30%;
  text-align:center;
  width: 30px;
  height: 30px;
  font-size:15px;
}
.social-circle li i {
  margin:0;
  line-height:30px;
  text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
a#mediasocial {
 background-color: #166F76;
}



/*=========================
  Icons ARTITSTAS
 ================= */
/* footer social icons */
p#mediasocial {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
p#mediasocial li {
  display: inline;
  margin: 0 5px;
}
/* footer social icons */
#mediasocial a.icoYouTube:hover {
  background-color:#bb0000;
}
#mediasocial a.icoFacebook:hover {
  background-color:#3B5998;
}
#mediasocial a.icoInstagram:hover {
  background-color:#cd486b;
}
#mediasocial a.icoSoundcloud:hover {
  background-color:#ff5500;
}
#mediasocial a.icoYouTube:hover i, #mediasocial a.icoFacebook:hover i, #mediasocial a.icoInstagram:hover i,
#mediasocial a.icoSoundcloud:hover i {
  color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
  color:#44BCDD;
}
.social-circle  a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:30%;
  -webkit-border-radius:30%;
  border-radius:30%;
  text-align:center;
  width: 30px;
  height: 30px;
  font-size:15px;
}
.social-circle i {
  margin:0;
  line-height:30px;
  text-align: center;
}
.social-circle  a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
a#mediasocial {
 background-color: #166F76;
}



nav#menu{
/*    background-color: #166F76;
    border-color: #166F76;*/
}
.img-responsive{ /*imagens do topo e rodapé*/
max-width: 100%;
 height: auto;
}

h4#noticias {    /*limite de titulo na pagina de noticias*/
  white-space: nowrap;
  max-width: 50ch;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #CA5125;

/*  height: 45vh;
  overflow: hidden;
  display: grid;
  text-overflow: ellipsis;*/
}
#titulo{
  white-space: nowrap;
  max-width: 250ch;
  overflow: hidden;
  text-overflow: ellipsis;
}
p#noticias {    /*limite de titulo na pagina de noticias*/
/*  white-space: nowrap;
  max-width: 250ch;
  overflow: hidden;
  text-overflow: ellipsis;*/
  height: 35vh;
  overflow: hidden;
  display: grid;
  text-overflow: ellipsis;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#pagination-posts{
    margin-left: 50%;
}
#pagination-posts li a{
  color:  black;
}

#pagination-posts span{
  color: black;
  background-color: gray;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.scrollbar-ripe-malinka::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-ripe-malinka::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-image: -webkit-linear-gradient(330deg, #166F76 0%, #166F76 100%);
background-image: linear-gradient(120deg, #166F76 0%, #166F76 100%); }

.example-1 {
position: relative;
overflow-y: scroll;
height: 250px; }


.card-body{
  margin: 0;
}


/*limite de titulo na pagina de noticias*/
/*#noticias {
  max-width: 80ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
*/
@media screen and (max-width: 479px) {

.container{
  font-size: small;
}
h4#noticias {    /*limite de titulo na pagina de noticias*/
  white-space: nowrap;
  max-width: 25ch;
  overflow: hidden;
  text-overflow: ellipsis;
/*  height: 45vh;
  overflow: hidden;
  display: grid;
  text-overflow: ellipsis;*/
}
p#noticias {    /*limite de titulo na pagina de noticias*/
/*  white-space: nowrap;
  max-width: 250ch;
  overflow: hidden;
  text-overflow: ellipsis;*/
  height: 45vh;
  overflow: hidden;
  display: grid;
  text-overflow: ellipsis;
}
#pagination-posts{
    margin-left: 22%;
}
hr#barfooter{
  background: #166F76;
  height: 30px;
   width: 100%;
}


  /*.navbar.navbar-default.menuPrincipal {

  margin-left: 0px;

}

  .row.cabecalho .col-md-3 .img-responsive.logotipo {
  text-align: center;
  margin-left: 25px;
}

.row.cabecalho .col-md-9 .nav.pull-right.linksUteis {
  text-align: center;
  margin-left:15px;
}

#alinhamentoLinksuteis{
  padding-right: 0px;
}

#alinhamentoLinksuteis2{
  padding-right: 0px;
}

#form-busca{
  display: inline-block;
  margin-top: 10px;
}
.container .row.cabecalho .row.data-atual.pull-right {
  margin-right: 60px;
}
#myCarousel .carousel-caption {
  height: 35px;
}*/

/*.titulocarousel {
        font-family: subtitulo;
        font-weight: bold;
          font-size: 12px;
}

.textocarousel{
    font-family: conteudo;
    color: #e30017;
    font-weight: bold;
    font-size: 8px;
    margin-top: 5px;
}*/



} /*max-width: 479px*/


