/* ==================================================
  Index Carousel
================================================== */
 .carousel-inner .item {
	max-height: 680px;
  }
  .carousel-inner .item:after {
	content: "";

	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  }
	
	/* Lateral buttons */
  .carousel-control {
	width: 10%;
  }
  
  .carousel-control .fa {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
  }
  .carousel-control .fa.fa-chevron-right {
	right: 50%;
	margin-right: -10px;
  }
  
  @media screen and (min-width: 768px) {
	.carousel-control .fa {
	  width: 30px;
	  height: 30px;
	  margin-top: -15px;
	  font-size: 30px;
	}
  }
  @media screen and (min-width: 768px) {
	.carousel-control .fa-chevron-left {
	  margin-left: -15px;
	}
	}
	
	/**
   * Slider caption
	 */

	 #color{ 
		 color:rgb(235, 200, 6);
	 }
  
	.carousel-caption h2 {
		color: #FFF;
		font-size: 70px;
		margin-bottom: 20px;
		text-transform: uppercase;
		}
  .carousel-caption p {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 50px;
  }
  @media screen and (min-width: 768px) {
	.carousel-caption {
	  right: 20%;
	  left: 20%;
	  bottom: 20%;
	}
	}
	  
  /**
   * Button
	 */
	 .btn-transparent1 {
		background: transparent;
		color: #000000;
		border: 2px solid #000000;
		}

  .btn-transparent {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
  }
  .btn-transparent:hover {
	background-color: #fff;
  }
  
  .btn-rounded {
	border-radius: 70px;
  }
  
  .btn-large {
	padding: 11px 45px;
	font-size: 18px;
  }
  
  /**
   * Change animation duration
   */
  .animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	
  }
/* ==================================================
  Index Carousel - FIM
================================================== */
