

/* Cor dos botões da sessão Dicas */
.btn-outline-info{
	color: #3b567f;
}

.btn-outline-info:hover{
	background-color: #3b567f;
}

/* Configuração para as imagens de fundo nas sessões ficarem auto-ajustáveis */
.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.titulo{
  font-size: 22.5pt;
}

.subtitulo {
	font-size: 18pt;
  color: white;
}

.cessao{
  min-height: 100vh;/*91vh;*/
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* Vídeo */
.vid {
    position: relative;
    padding-bottom: 54.5%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.webnario-proxvid{
  color: white;
}

.webnario-proxvid .thumbnail{
  width: 168px;
  height: 98px;
  background-position: center;
  background-size: 174px;
}

.webnario-proxvid #titulo{
  color: white;
  font-size: 18px;
}

.webnario-proxvid #descricao{
  color: white;
  font-size: 14px;
  margin-bottom: 0px;
}

.faixa-preta{
  background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)); 

}

.carousel-caption, .faixa-preta{
  right: 0;
  left: 0;
}

.carousel-inner .subtitulo{
  /* Espaçamento entrelinhas dos slides*/
  line-height: 1.15;
}
