/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.carousel,
.item,
.active {
  height: 100% !important;
}

.carousel-inner {
  height: 100% !important;
}

/* Background images are set within the HTML using inline CSS, not here */
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.carousel-caption {
  z-index: 1;
  background-color: red;
}

.carousel-panel-cor1>h1,
.carousel-panel-cor1 {
  -webkit-animation-name: slidein;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-name: slidein;
}

@
-webkit-keyframes slidein {
  0% {
    left: 25%;
    opacity: 0;
  }

  100% {
    left: 60%;
    opacity: 1;
  }

}

@keyframes slidein {
  0% {
    left: 25%;
    opacity: 0;
  }

  100% {
    left: 60%;
    opacity: 1;
  }

}

.carousel-slide {  
  font-family: Impact;
  left: 12%;  
  position: absolute;
  top: 146px;    
}

.carousel-slideb {  
  font-family: Impact;
  left: 60%;  
  position: absolute;
  top: 320px;    
}


.carousel-Texto1{
  font-family: Impact;
  font-size: 58px;
  color: white;  
}

.carousel-Texto2{
  font-size: 68px;
  color: red;
}

.carousel-panel-cor1 {
  font-family: sans-serif;
  left: 60%;
  margin-left: 30px;
  position: absolute;
  top: 256px;
  z-index: 3;
  padding: 5px;
  color: #808080;
  background-color: white;  /*width: 450px;*/
  text-align: center;
  transition: 0.6s;
  transform-style: preserve-3d;
}

.carousel-panel-cor2 {
  font-family: sans-serif;
  left: 60%;
  margin-left: 30px;
  position: absolute;
  top: 330px;
  z-index: 2;
  padding: 5px;
  color: white;
  background-color: red;  /*width: 450px;*/
}

.carousel-indicators .active {
/*  border: 5px solid red;*/
border: 7px solid #E82F00;
  }
