/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
   
}

.carousel {/*margin: 0 5%;*/
border-bottom: 10px solid #c6edf7;
}

.carousel,
.item,
.active {
    height: 500px;
	
}

.carousel-inner {
    height: 100%;
	}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
	background-color: #000;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	animation: fila 1s 1 ease-out;
	
}
@keyframes fila {
    0%  {opacity: 1;}
	50%  {opacity: 0.5;}
    100% {opacity: 1;}
	}

footer {
    margin: 50px 0;
}
