/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 10px;
  background: url(../images/FondoWeb5.png);
	
}

@media (min-width: 992px) {
  body {
  padding-top: 10px;
  background: url(../images/FondoWeb5.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
	
  }
	
	.CabezaMovil {
		display: none;
	}	
	
	.CabezaDesk {
		display: block;
	}
	
	.RebelLogo {
		float: right;
		width: 20%;
	}
	
	
	.Separador {
		height: 70px;
	}
}


@media only screen and (max-width: 768px) {
  body {
  background: url("../images/fondomobil3.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
	
  }
	
	.CabezaMovil {
		display: block;
	}	
	
	.CabezaDesk {
		display: none;
	}
	
	.RebelLogo {
		float: left;
		width: 50%;
	}
	
	.Separador {
		height: 50px;
	}
	
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	  body {
  background: url("../images/fondomobil3.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
	
  }
	
	.CabezaMovil {
		display: block;
	}	
	
	.CabezaDesk {
		display: none;
	}
	
		.RebelLogo {
		float: left;
		width: 50%;
	}
	
	.Separador {
		height: 50px;
	}
	
	
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
	  body {
  background: url("../images/fondomobil3.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
	
  }
	
	.CabezaMovil {
		display: block;
	}	
	
	.CabezaDesk {
		display: none;
	}
	
		.RebelLogo {
		float: left;
		width: 50%;
	}
	
	.Separador {
		height: 20px;
	}
	
	
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
	  body {
  padding-top: 0px;
  background: url(../images/FondoWeb5.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
	
  }
	
	.CabezaMovil {
		display: none;
	}	
	
	.CabezaDesk {
		display: block;
	}
	
		.RebelLogo {
		float: right;
		max-width: 20%;
	}
	
	
	.Separador {
		height: 80px;
	}
	
}






.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.navbar  {
background-color: #fff !important; 
}

.ColorAzul  {
background-color: #00529B !important; 
}

.ColorNegro {
background-color: #00000 !important; 
}


