/*!
 * Regras CSS para o site da Cultura Viva
 */

*{
  font-family: 'Open Sans', sans-serif;
}

.header {
  z-index: 1000;
}



/* LINKS */
a:hover{
  text-decoration: none;
  color: #777;
}
a{
  color: #000;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.6);
}
.navbar-dark .navbar-brand {
    color: #000;
}


 /* DROPDOWN MENU*/
 .dropdown-menu {
    position: absolute;
    top: 113%;
    left: 0;
    z-index: -10;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #FFEF5C;
    background-clip: padding-box;
    border: none;
    border-radius: unset !important;
    font-size: 13px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #000;
}

/*LINKS DE ACESSO*/
.links > a {
  color: #fff;
}

#link1:hover, #link2:hover, #link3:hover, #link4:hover{
  color: #000
}



#link1{
  background-color: #008FDB;
  color: #fff;
}
#link2{
  background-color: #F2A435;
  color: #fff;
}
#link3{
  background-color: #F26735;
  color: #fff;
}
#link4{
  background-color: #00BF84;
  color: #fff;
}

/* IDENTIFICAÇÃO NA BARRA DO STICKY*/
.hamb{
  display: none;
}
.hamb-ok{
  display: block;
}
#hamb-txt{
  font-size: 13px;
  color: #000;
}


.navbar-dark .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

/* CORES DOS MENUS */
.bg-barra-padrao{
  background-color: #373D41;
  color: white;
  height: 40px;
}
.bg-titulo-barra{
  background-color: #062359;
  color: white;
  border: none;
}

.bg-mais-noticias{
  background-color: #062359;
  color: white;
  border: none;
}

.bg-mais-noticias:hover{
  background-color: #000;
  color: white;
  border: none;
}
.bg-menu{
  background-color: #FFE118;
  color: #000;
}
.bg-barra-btn{
  background-color: #16A99C;
  color: white;
  font-family: 'Open Sans', sans-serif;
}

.btn-outline-success {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #00BF84;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #00BF84;
    border-color: #00BF84;
}


/* FONTE DO MENU */
.navbar-nav{
  font-size: 14px;
}


/* ESPAÇAMENTO DOS MENUS */
.nav-item{
  margin-right: 5px;
}

@media (min-width: 992px) and (max-width: 1200px ) {
  .nav-item{
    margin-right: 0px;
  }
  
  .navbar-nav{
    font-size: 12px;
  }
}

/* FONTES */
h1, h2, h3, h4, h5, h6{
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

/* NOTICIAS */
.card{
  border: none;
}
.card-title{
    font-weight: normal;
    text-align: center;
}
.card-text{
  color: #000;
}
.card-link{
  background-color: #ffe118;
  color: #000;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -0.5px;
  padding: 5px;
  border-radius: 0.3rem;
}
.card-link:hover{
  background-color: #000;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}
.card-footer {
    background-color: #00BF84;
    border-top: none;
    color: #fff;
}
.card-footer a{
    color: #fff;
}

/*SINGLE*/
.interna{
      font-size: 1.1rem;
      line-height: 2rem;
  }
.interna > p{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.interna > small{
  font-size: 13px;
}

@media (min-width: 992px) {
  .interna{
      width: 50%;
      font-size: 1.3rem;
      line-height: 2rem;
  }
  .interna > p{
      margin-top: 1rem;
      margin-bottom: 1rem;
  }
}

/* BOTOES */
.btn{
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.btn-letter{
  background-color: #C72264;
  color: #fff;
  font-weight: normal;
}
.btn-letter:hover{
  background-color: #000;
}


/* ICONES DO SOCIAL */
.text-social > i{
  color: #000;  
}


/* O QUE SÃO */
.oquesao{
  background-color: #F7ED1E;
  color: #C72264;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -1px;
}
.oquesao:hover{
  background-color: #000;
  color: #C72264;
}


/* FOCUS */
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25);
}


/* CAROUSEL */
.carousel-indicators {
    bottom: 0px;
}

/* NEWSLETTER */

.letter-tit{  
  color: #000; 
  font-family: 'Open Sans', sans-serif; 
  letter-spacing: -1.5px; 
  font-size: 1.5rem;
}


/*MAPA:*/
#mapa > input {
  border-color: #F26735;
}


.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #F26735;
    border: 1px solid #F26735;
}


/*REGRA PARA THUMBNAIL RESPONSIVA*/
.size-thumbnail, .size-medium, .size-large, .size-full{
    max-width: 100% !important;
    height: auto !important;
}

.aligncenter{
  max-width: 100% !important;
  height: auto !important; 
  margin: 0 auto;
  display: block;
}
figure{
  max-width: 100% !important;
  height: auto !important; 
}

/* ICONES DO SOCIAL */
.text-social > i{
  color: #000;  
}

.margin-social{
  margin-right: 5px;
}

.r-social{
  display: inline-flex;
  margin-left: 15px;
}

@media (max-width: 768px) {
  .margin-social{
    margin-right: 0px !important;
  }
  .nav-link > .fab{
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .r-social{
    margin-left: 0px !important;
  }

}

img{
  border: none !important;  
}


/*overlay*/

.article {
  width: 100%;
  height:261px;
  display: inline-block;
  border-radius: 5px;
  vertical-align: top;
  margin-top: 10px;
  position: relative;
  color:white;
  padding: 5px;
  text-align: center;
}

.article >a{
  color: #fff;
  text-transform: uppercase;
  max-width: 100%;
  height: 100%;
}
.overlay > a > h3 {
  padding-top: 30%;
}

.image {
  /*background-image: url(../img/tela.jpg);*/
  background-position: center;
  background-size: cover;
}

.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0,0,0,0.5);
  border-radius: 5px;
}
.article * {
    position: relative;
}