/*Usei no jumbotron e na navbar para retirar as margens que existem por defeito*/
.sem_margens {
	margin-bottom: 0px;
	margin-top: 0px;
	/*padding-top: 0px;*/
}

.jumbotron_video {
	position: relative;
    overflow: hidden;
    height: 490px;
		z-index: -1;
}

#video-background {
	position: absolute;
	height: auto;
	width: auto;
	min-height: 60%;
	min-width: 60%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: -2;
}

.container_conteudo {
	position: absolute;
	top: 600px;
	width: 100%;
	z-index: 0;
	/*background-image: url(../imagens/associados_background.jpg);
	background-size: cover;
	background-attachment:fixed;*/
}

.jumbotron_quemsomos {
	background-image: url(../imagens/quemsomos_background.jpg);
	width: 100%;
	background-attachment:fixed;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.jumbotron_associados {
	height: 900px;
	background-image: url(../imagens/associados_background.jpg);
	/*background-size: cover;*/
	background-position: center center;
}


.jumbotron_contactos {
	background-image: url(../imagens/contactos_background.jpg);
	width: 100%;
	background-attachment:fixed;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.fundo_rodape {
	background-image: url(../imagens/contactos_background.jpg);
	width: 100%;
	background-attachment:fixed;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.fundo_cinza_transp {
	/*background-color: rgba(77,77,77, 0.8);*/
	background-color: #292f33;
}

.margem_imagem {
	padding-left: 10px;
	padding-top: 20px;
}

.p_branco {
	color: white;
}

.texto_normal {
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
}

.texto_menus {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
}

.texto_tabs {
	/*font-family: 'Poppins', sans-serif;
	font-size: 100px;*/
}

.texto_no_video {
	color: white;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
}

.texto_no_video_peq {
	color: white;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
}

.cab_rodape{
	color: #cad4ca;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
}

.texto_rodape {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: gray;
}

.texto_bold {
	font-weight: bolder;
}

.texto_justificado {
	text-align: justify;
}

.reposicionar_navbar_logotipo {
	margin-top: -10px;
	margin-right: 15px;
	margin-left: 30px;
}

/*.navbar_logotipo_cinza {
	ffont-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #515153;
}

.navbar_logotipo_verde {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #125423;
}*/


.titulos {
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
}

/*CSS para modificar os tabs ----------------------------------------------------*/
.nav-tabs>li>a {
  background-color: white;
  border-color: white;
  color:black;
	/*font-family: 'Poppins', sans-serif;*/
}

/* active tab color */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: white;
  background-color: #333333;
  border: 1px solid #333333;
}

.tab-content {
  border-left: 1px solid none;
  border-right: 1px solid none;
	border-bottom: 1px solid none;
  /*padding: 10px;*/
}

.nav-tabs {
	border-bottom: black;
}

/* Serve para retirar as bordas redondas dos separadores */
.nav-tabs > li > a {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

/*Serve para alterar a altura dos separadores*/
.nav-tabs a {
   height: 35px;
}

/*.nav-tabs > li {
  font-size: 5px;
}*/

/*FIM do CSS dos tabs ----------------------------------------------------*/




/* Fixar a navbar ao fazer scroll mais o cabeçalho do site com o logotipo */
.affix {
		top: 0;
		width: 100%;
}

.affix + .container-fluid {
		padding-top: 70px;
}
/* ######################################################################## */


/*container no topo da pagina para tirar as margens*/
.container_sem_margem {
	/*padding-left: 0px;*/
	margin: 0px -30px 0px -0px;
}
