.link-external{display:none}

.opacidade{
  position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #666666;
	opacity: 1;
}

#portlets-above{width:100%;}

.carousel-titulo, .carousel-subtitulo, .carousel-link {color:white; margin:0 auto; max-width:1170px; width:100%;}

.carousel-link{display:block;}

.carousel-indicators {
    bottom: auto;
    margin-left:0;
    left: 0;
    right: 0;
    text-align:right;
}

.carousel-texto {
    margin:0 auto;
    position: absolute;
    padding-bottom: 10px;
	  bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	  left: 0%;
}

.padding15{padding-left:15px; padding-right:15px;}

.fundo-texto{background:#297bba; width:100%}

.carousel-banner {
  float: left;
  position: relative;
  min-height: 1px;
  width: 100%;
}

.carousel-banner div.carousel-inner div.item span.fundo {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
}

.carousel-banner div.carousel-inner div.item span.slide-texto {
  position: absolute;
  z-index: 2;
  word-spacing: 6px;
  color:white;
}

.carousel-banner div.carousel-inner div.item span.slide-texto h1 {
  color: white;
  margin-bottom: 0;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.carousel-banner div.carousel-inner div.item span.slide-texto h3 {
  color: white;
  margin-top: 0;
  font-weight: 100;
  background-color: white;
  width: 80%;
}

.carousel-banner div.carousel-inner div.item span.slide-texto a {
  background-color: #183138;
  color: white !important;
  text-transform: uppercase;
}

.carousel-banner div.carousel-inner div.item span.slide-texto a:hover {
  text-decoration: none;
}

.carousel-banner div.carousel-inner div.item img {
  filter: brightness(95%);
  -webkit-filter: brightness(95%);
  -moz-filter: brightness(95%);
  -o-filter: brightness(95%);
  -ms-filter: brightness(95%);
  width: 100%;
}

.carousel-indicators-numbers li {
  text-indent: 0 !important;
  margin: 0 2px !important;
  width: 12px !important;
  height: 12px !important;
  border: 1px solid white;
  border-radius: 100% !important;
  line-height: 12px !important;
  color: transparent;
  background-color: white;
  transition: all 0.25s ease !important;
  font-weight: bolder;
  font-size: 11px;
}

.carousel-indicators-numbers li.active {
  background-color: #D34F30;
  width: 13px !important;
  height: 13px !important;
}

.carousel-indicators-numbers li:hover {
  margin: 0 2px !important;
  width: 13px !important;
  height: 13px !important;
  background-color: #D34F30;
}
