/* COLORES ESTILO
---------------------------- */

body {
  /*Color de fondo pagina*/
  background-color: #300206;
  /*Color de texto pagina*/  
  color: #DA8E8E;
}
legend {
  /*Color titulo formulario*/  
  color: #DA8E8E;
}
.jumbotron {
  background-size: 1140px;
  /*Color de fondo encabezado*/
  background-color: #300206;
}
.navbar {
	/*Colores menu superior*/
  background-image: -webkit-linear-gradient(#BD79A6, #99186E 60%, #45243A);
  background-image: linear-gradient(#BD79A6, #99186E 60%, #45243A);
}
.dropdown-menu {
   /*Color menu desplegable*/
  background-color: #931EA0;
  /*Color menu hover (bootstrap.css varios): #334981;*/
}
.list-group-item {
  /*Color botones-lista*/
  background-color: #54364A;
}
a.list-group-item {
  /*Color hover botones-lista*/
  color: #c8c8c8;
}

.page-header {
  /*Color linea subraya titulo*/
  border-bottom: 2px solid #984643; 
}


/* MARKETING CONTENT
---------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 30px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* Portfolio
------------------------- */
.portfolio {
  padding:0 0 0 0;
  margin:0 0 0 0;
}
.portfolio li {
  list-style:none;
  margin-bottom:25px;   
}
.portfolio img {
  cursor: pointer;
}

/* RESPONSIVE CSS
----------------------*/
.jumbotron {
padding-top: 20px;
padding-bottom: 26px;
}
.col-xs-7{
	width: 100%;
}
@media (min-width: 768px) {
  .col-sm-4{
		width: 33%;
  }  
  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  .featurette-heading {
    font-size: 30px; /*custom titulo featurette*/
  }
}

@media (min-width: 992px) {

  .col-md-3{
    width: 33%;
  }
  .featurette-heading {
    margin-top: 1px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

	.nav > li > a {
		padding: 15px 3px;
	}

}

@media (max-width: 767px) {

	h3, .h3 {
		font-size: 17px;
	}

	.jumbotron p {
		font-size: 17px;
	}

}