/*Eliminamos los margenes y paddings que agrega el navegador por defecto*/
* {
  padding: 0;
  margin: 0;
}

/*.header{
    position: fixed;
	z-index: 100;
	width: 100%;
}*/
.icon-menu{
	font-size: 30px;
}

.icon-home{
	font-size: 20px;
}

.icon-user{
	margin-right: 5px;
}

.icon-arrow-with-circle-left{
	font-size: 16px;
}
.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  height: 100%;
  padding: 5px;
  width: auto;
}

.navbar{
	margin-bottom: 0;
	border-radius: 0;
	background-color: #FFFFFF;
	

}

div ul li a{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  /*color: #0096D4;*/
  color: #8BA0A5;
  }

  div div h1{
  	font-family: 'Roboto', sans-serif;
  }

  div div p{
  	font-family: 'Roboto', sans-serif;
	/*color: white;*/
		
  }

 div p{
  	font-family: 'Roboto', sans-serif;
	color: #8BA0A5;
	font-size: 18px;
  }

  .parrafos{
  	font-family: 'Roboto', sans-serif;
	color: #282828;
	font-size: 15px;
	padding: 10px;
	background-image: url("../images/fondo_parrafo2.jpg");
	background-size: cover;
  }



 .jumbotron {
	background-image: url("../images/fondo-banner3.jpg");
	background-size: cover;
	color: white;
	height: 35%;
}
.subtitlulojt{
	color: white;
}

.jt{
	background-image: url("../images/fondo-banner3.jpg");
	background-size: cover;
	color: white;
	height: 50%;
	margin-bottom: 8px;
}
footer{
	margin-top: 10px;
	background-color: #282828;
	padding: 10px;
	color: white;
}

.row{
	margin-bottom: 5px;
}