/*Alterando css bootstrap*/
.carousel {height: 450px;}
.carousel-control.left,.carousel-control.right{background:transparent;}
.carousel-caption { bottom: 10%;left:16.6%;}
.carousel-indicators{left:auto;right: 12.7%;z-index:11;}
.carousel-indicators li{line-height:70px;}
.carousel-indicators li,.carousel-indicators li.active{width: 120px;height: 70px;margin: 0 5px;background: #fff;border:1px solid #fff;border-radius:0;box-shadow: 0 2px 5px 0 rgba(0,0,0,.7);cursor:pointer;}
.carousel-indicators li.active{border-width:2px;}
/*
.carousel-indicators li.slide01{background:url(../img/nav1.jpg);}
.carousel-indicators li.slide02{background:url(../img/nav2.jpg);}
.carousel-indicators li.slide03{background:url(../img/nav3.jpg);}
*/
.carousel-inner .item{height:450px;}
/*
.carousel-inner .first-slide{background:url(../img/BANNER-SISTEL-PRESENTE-SALVADOR.jpg)no-repeat center top;}
.carousel-inner .second-slide{background:url(../img/NOV-AZUL_bannersite_2000x450.jpg)no-repeat center top;}
.carousel-inner .third-slide{background:url(../img/BANNER_8-2.jpg)no-repeat center top;}
*/
.carousel-inner .first-slide{background:no-repeat center top;}
.carousel-inner .second-slide{background:no-repeat center top;}
.carousel-inner .third-slide{background:no-repeat center top;}

/*botao banner*/
.btn-banner{font-size: 16px; border-radius: 2px; text-decoration: none; background: #f9a839; background: -webkit-gradient(left top,left bottom,color-stop(0%,#f9a839),color-stop(100%,#f47212)); background: -webkit-linear-gradient(top,#f9a839 0,#f47212 100%); background: linear-gradient(to bottom,#f9a839 0,#f47212 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9a839', endColorstr='#f47212', GradientType=0); box-shadow: inset 0 -5px 19px -1px #f1550f; -webkit-transition: all .3s linear; transition: all .3s linear; display: flex; align-items: center; justify-content: center; width: 125px; line-height: 28px; border: 0;}
.btn-banner:hover{color: #FFF; background: #f9a839; background: -webkit-gradient(left top,left bottom,color-stop(0%,#f9a839),color-stop(100%,#f47212)); background: -webkit-linear-gradient(top,#f9a839 0,#f47212 100%); background: linear-gradient(to bottom,#f9a839 0,#f47212 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9a839', endColorstr='#f47212', GradientType=0); box-shadow: inset 0 -31px 40px -1px #f1550f;}
.btn-banner-txt{width:95px;white-space:normal;text-align:left; color: #fff;}
.btn-banner-all-wrap{position: absolute; bottom: 25px; right:20%;cursor: pointer;z-index:12; margin-botton:0;}
.btn-banner-all{width:160px;line-height:10px;font-size:14px;height: 70px;}

/*icones*/
.carousel .icon{display: inline-block;width: 28px;height: 27px;margin-right: 10px;text-indent:-9999px;}
.icon.icon-arrow{background:url(../img/icons/white/icon-arrow-right-circle.png) no-repeat center center;padding-left: 15px;padding-right: 15px;}
.icon.icon-plus{background:url(../img/icons/white/icon-plus-circle.png) no-repeat center center;}

/*setas*/
.icon.icon-next{background:url(../img/icon-arrow-right-circle.png)no-repeat center center rgba(1, 1, 1, 0.3);border-radius: 13px;width: 27px;height: 27px;}
.icon.icon-prev{background:url(../img/icon-arrow-left-circle.png)no-repeat center center rgba(1, 1, 1, 0.3);border-radius: 13px;width: 27px;height: 27px;}
.icon.icon-next:hover{background:url(../img/icon-arrow-right-circle.png)no-repeat center center rgba(1, 1, 1, 0.5);}
.icon.icon-prev:hover{background:url(../img/icon-arrow-left-circle.png)no-repeat center center rgba(1, 1, 1, 0.5);}
.carousel-control{display:none;}

.position-all{
	margin-bottom: -11px !important; 
	margin-right: 73px !important;
}

@media (min-width:1200px)  and (max-width:1380px) {
	.btn-banner-all-wrap{right: 12%;}
	.position-all{
		margin-right: 9px !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.btn-banner-all-wrap{right:30px;}
	.carousel-caption { left: 5%;}
	.carousel-indicators{right: 10%;}
}

@media (min-width:768px) and (max-width:991px) {
	.btn-banner-all-wrap{right:30px;}
	.carousel-indicators{right: 22%;}
	.carousel-caption { left: 5%;}
	.carousel {height: 432px;}
	.carousel-inner .item{-webkit-background-size: 250%;-moz-background-size: 250%;-o-background-size: 250%;background-size: 250%;}
}

@media (min-width:440px) and (max-width:767px)  {
	.btn-banner-all-wrap{display:none;}
	.carousel-indicators{display:none;}
	.carousel-caption { width: 125px; margin: 0 auto;bottom:40%;}
	.carousel {height: 248px;}
	.carousel-inner .item{-webkit-background-size: 250%;-moz-background-size: 250%;-o-background-size: 250%;background-size: 250%;}
	.carousel-control{display:block;}
}

@media (min-width:1px) and (max-width:439px) {
	.btn-banner-all-wrap{display:none;}
	.carousel-indicators{display:none;}
	.carousel-caption { width: 125px; margin: 0 auto;bottom: 56%;}
	.carousel {height: 180px;}
	.carousel-inner .item{-webkit-background-size: 250%;-moz-background-size: 250%;-o-background-size: 250%;background-size: 250%;}
	.carousel-control{display:block;}
}

/*Chrome*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) and (min-width:440px) and (max-width:767px){
	.carousel-caption {bottom: 45%;}
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) and (min-width:1px) and (max-width:439px){
	.carousel-caption {bottom: 45%;}
}

/*Explorer*/
@media screen and (min-width:0\0) {
	.icon{width:47px;}
	.btn-banner{width:130px;}
	.btn-banner-all{width:165px;}
}

.home-news{padding: 30px 0px;}
.home-news .header{padding: 20px 0px;}
.div-box-videos{max-width: 1132px; margin: 0 auto;}
.div-box-videos p{text-align: right;margin-top: 10px;}
