



/* Icones da prainha */
.fa-sun{
	color: rgba(250, 220, 0, .5);
}

.fa-umbrella-beach{
	color: rgba(150, 250, 50, 0.5);
}

.fa-water{
	color: rgba(100, 250, 250, 0.5);
}


.img-ufpr{
  max-width: 200px;
  padding-top: 50px;
}

.btn-info, .btn-info:hover, .btn-info:active{
	background: rgba(250, 150, 0, 0.9);
	border-color: rgba(250, 150, 0, 0.9);
}



/* TITULO DA BARRA DE NAVEGAÇÃO */
#sidebar .sidebar-header {
	padding: 20px;
    padding-bottom: 30px;
	/* background: rgb(115, 157, 213); */
	/* background-image: linear-gradient(to bottom right, rgb(115, 157, 213), black); */

	color: white;
}
#botaoDoMenu{
	background-image: linear-gradient(to bottom right, rgb(200, 50, 50), rgb(200, 200, 50));
	border: none;
}

/* ---------------------------------------------------
    LINKS
----------------------------------------------------- */
#sidebar{
  font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
}

	/* Links */
#sidebar a,#sidebar a:hover,#sidebar a:focus {
  color: white;
  text-decoration: none;
  transition: all 0.3s;
}


	/* QUANDO PASSADO O MOUSE */
#sidebar ul li a:hover {
	color: rgb(255, 136, 0);
	background: #fff;
}


/* ESTRUTURA DE LINKS DO MENU */
#sidebar ul li a {
	padding: 10px;
	font-size: 21px;
	display: block;
}


	/* COR DO PRIMEIRO SUBMENU ATIVADO */
#sidebar a[aria-expanded="true"] {
	/* background: rgb(73, 105, 146); */
	background-image: linear-gradient(to right, rgba(250, 50, 50, .7), rgba(250, 50, 50, .3), rgba(250, 200, 50, .7))
}
#sidebar ul ul a {
	font-size: 17px !important;
	padding-left: 30px !important;
	/* background: rgb(73, 105, 146); */
	background-image: linear-gradient(to right, rgba(250, 50, 50, .7), rgba(250, 50, 50, .3), rgba(250, 200, 50, .7));

	/* border-bottom: 1px dashed white; */
}


	/* COR DO SEGUNDO SUBMENU ATIVADO */
#sidebar ul ul a[aria-expanded="true"] {
	/* color: #fff; */
	/* background: rgb(46, 70, 102); */
	
	/* background-image: linear-gradient(to right, rgb(115, 157, 213), black); */

}
#sidebar ul ul ul a {
	padding-left: 40px !important;
	/* background: rgb(46, 70, 102); */
	/* background-image: linear-gradient(to right, rgb(115, 157, 213), black); */

}

/* Cor de fundo do menu lateral */
#sidebar {
	/* background: rgb(115, 157, 213); 
	background-image: linear-gradient(to bottom right, rgba(250, 50, 50, .7), rgba(250, 200, 50, .9));*/
    background-color: rgb(250, 50, 50);
    background-image: linear-gradient(to bottom, rgba(250,200,50,0), rgba(250,200,50,.5), rgba(250, 200, 50,.9));
}


	
/* BOTÃO DO MENU PARA DISPOSITIVOS MOVEIS */
.sidebar-btn {
	padding-top: 20px;
	text-align: center;
}
.sidebar-btn button {
	color: white;
	background-color: rgb(250, 150, 0)
}		
	







/* ---------------------------------------------------
    ESTRUTURA
----------------------------------------------------- */

	/* ESTRUTURA DA PÁGINA */
.page {
	display: flex;
	/*width: 100%;*/
}


	/* POSIÇÃO DA BARRA DE NAVEGAÇÃO */
	#sidebar {
	min-width: 250px;
	max-width: 250px;
	width: 250px;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 999;
	transition: all 0.5s;
	overflow-y: scroll;
}

::-webkit-scrollbar{
	width: 0;
}
::-moz-scrollbar{
	width: 0;
}
::-ms-scrollbar{
	width: 0;
}
::-o-scrollbar{
	width: 0;
}


	/* ESCONDER */
#sidebar.active {
  margin-left: -250px;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
}

