body,  html {
	height: 100%;
	text-align: center;
	background-color: #6B6C83;
	overflow-x: hidden;
}

.banner {
	height: auto;
	max-height: 65%;
	/*!* Center and scale the image nicely *!*/
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
	/*background-size: cover;*/
}
.carousel-inner .item div {
	min-height: 350px;
}

.info {
	margin-top: 40px;
	background-color: #6B6C83;
	color: #ffffff;
}

.info h1 {
	margin-top: 30px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 61px;
}

.info h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 31px;
	line-height: 180%;

}

.info .btn-catalogo  {
	background-color: #A2195B;
    color: #fff;
    border-color: #A2195B;
    padding: 25px 40px;
    font-size: 30px;
}

.animate {
	height: 100%;
	width: 100%;
	position: relative;
	background-color: transparent;
	-webkit-animation-name: teste; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
	animation-name: teste;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	overflow: hidden;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes teste {
	0% { height: 100%; width:100%;}
	100% {display: none; width: 0;height: 0;}
}

/* Standard syntax */
@keyframes teste {
	0% { height: 100%; width:100%;}
	100% {display: none; width: 0;height: 0;}
}


/* ===================================
    Home - slider
==================================== */
.carousel-indicators {
	bottom: 0;
}

.carousel-control {
	top: 43%;
	bottom: 43%;
	width: 50px;
}

.carousel-control.right,
.carousel-control.left {
	background: transparent;
}

.carousel-control:hover {
	background: #333;
}

.carousel-control .fa {
	font-size: 35px;
	top: 50%;
	position: absolute;
	margin-top: -17px;
	opacity: 1;
}

.carousel-control .fa-angle-left {
	left: 15px;
}

.carousel-control .fa-angle-right {
	right: 15px;
}

.carousel-control.carousel-control-sm .fa {
	font-size: 40px !important;
	margin-top: -20px;
}

.carousel-control.carousel-control-noshadow {
	background-image: none !important;
}

.carousel-control.carousel-control-noshadow:hover,
.carousel-control.carousel-control-noshadow:focus {
	outline: 0;
	opacity: 1 !important;
}

.carousel-inner .item div {
	height: -webkit-fill-available;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.carousel-caption {
	left: 0;
	right: initial;
	text-align: left;
	top: 235px;
}

.carousel-caption h2 {
	float: left;
	background: #27B58C;
	padding: 10px 10px 10px 120px;
}

.carousel-caption h1 {
	float: left;
	background: rgba(65, 64, 66, 0.7);
	padding: 10px 40px 10px 120px;
	margin-top: 0;
}

@media (max-width: 767px) {
	.carousel-inner .item div {
		height: 280px;
	}

	.carousel-caption {
		top: 145px;
	}

	.carousel-caption h1,
	.carousel-caption h2 {
		padding-left: 15px;
		font-size: 20px;
	}
}

@media (min-width: 768px) and  (max-width: 991px) {
	.carousel-inner .item div {
		height: 430px;
	}

	.carousel-caption {
		top: 200px;
	}

	.carousel-caption h1,
	.carousel-caption h2 {
		padding-left: 60px;
	}
}
