/* NOVO CSS SLIDER */


.carousel .carousel-item {
  background-color:#003264;
  height: 600px !important;
}

.carousel .carousel-item {
  background-color:#003264;
  height: 600px !important;
}

.carousel .carousel-item .item-img {
  height: 600px;
  object-fit: cover;
  object-position: center top;
  transition: all .3s ease-in-out;
}

.carousel .carousel-item:hover .item-img {
  opacity: .6;
  transition: all .3s ease-in-out;
}

.carousel .carousel-item .desc-item {
  position: relative;
  bottom: 200px;
  left: 0;
  font-size: 2.8rem;
  padding: 15px;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
  line-height: 60px;
}


.carousel {
  height:600px !important;
  /*border:solid 1px red;*/
  margin-bottom:30px;
}
.item-noticia {
  /*border-right:solid 1px #fff;
  border-bottom:solid 1px #fff;*/
  /* background-color:#003264; */
  overflow: auto;
}

.item-noticia img {
  opacity:1;
}


.item-noticia img {
  opacity:1;
}
.destaque-mobile {
    display: none !important;
}
.conteudo-slider-100, .conteudo-slider-50, .conteudo-slider-25{
   padding:0px !important;
   overflow:hidden;
}

/* -------------------------------------------- SLIDER 100 --------------------------------------------- */

.conteudo-slider-100{
  height:600px !important;
}

.conteudo-slider-100 a img{
  height:600px !important;
  width:100% !important;
}
.conteudo-slider-100 .box-foto-slider{
  width:100% !important;
  height:600px;
  position:relative;
  overflow:hidden;
}
.conteudo-slider-100 .box-foto-slider img{
  width:100% !important;
  height:auto;
}
.conteudo-slider-100:hover .box-foto-slider img{
  /*width:110% !important;
  margin-left:-4%;
  margin-top:-2%;*/
  transition:all 1s;
  opacity:0.6;
}

.conteudo-slider-100 a:hover + .box-foto-slider img {
  z-index: 999;
}

.conteudo-slider-100 h3.cap-item{
 	  position: relative;
    top: -180px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    text-shadow: #000 3px 3px 2px;
    background: url(../img/bg-caption.png)top center;
    font-size: 2.8rem;
    padding-right: 14% !important;
    padding-left: 20px;
    padding-bottom: 95px;
}
  
/* ------------------------------------- SLIDER 50 ------------------------------------------------------ */
.conteudo-slider-50{
  height:600px !important;
}
/* .conteudo-slider-50 a{
  display:block;
  position:relative;
  z-index:9;
  opacity:0;
  text-align:center !important;
} */
.conteudo-slider-50 a img{
  height:600px !important;
  width:100% !important;
  z-index: 999;
}
.conteudo-slider-50 .box-foto-slider{
  width:100% !important;
  height:600px;
  position:relative;
  overflow:hidden;
  text-align:center !important;
  z-index: 999;
}

.conteudo-slider-50:hover .box-foto-slider img{
  /* width:110% !important;
   margin-left:-4%;
   margin-top:-2%;*/
   transition:all 1s;
   opacity:0.6;
 }


.conteudo-slider-50 .box-foto-slider img{
  width:auto !important;
  height:100% !important;
  float:none !important;
  position:relative;
  /*left:-25% !important;*/
}

.conteudo-slider-50 h3.cap-item{
 	  position: relative;
    top: -200px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    text-shadow: #000 3px 3px 2px;
    background: url(../img/bg-caption.png)top center;
    font-size: 2.5rem;
    line-height:2.7rem;
    font-weight: 400;
    z-index: 9999;
    padding-left: 20px;
    padding-bottom: 80px;
}

/* -------------------------------------------- SLIDER 25 --------------------------------------------- */
.conteudo-slider-25{
  height:300px !important;
}

.conteudo-slider-25 a img{
  height:300px !important;
  width:100% !important;
}
.conteudo-slider-25 .box-foto-slider{
  width:100% !important;
  height:300px;
  position:relative;
  overflow:hidden;
}
.conteudo-slider-25 .box-foto-slider img{
  width:100% !important;
}
.conteudo-slider-25:hover .box-foto-slider img{
 /* width:110% !important;
  margin-left:-4%;
  margin-top:-2%;*/
  transition:all 1s;
  opacity:0.6;
}
.conteudo-slider-25 h3.cap-item{ 
 	position:relative;
  top:-160px;
  text-align:left;
  text-transform:uppercase;
  color:#fff;
  text-shadow:#000 2px 2px 2px;
  background:url("../img/bg-caption.png")bottom center;
  background-size:100% 100%;
  font-size: 1.9rem;
  line-height:2.1rem;
  font-weight:400;
  padding-left: 20px;
  padding-bottom: 60px;
}

.img-destaque {
  object-fit: cover;
  object-position: top;
}

/* trata as imagens dentro das divs*/
.slider-noticias img{
  /*width:100%;*/
}

.conteudo-slider-100 img{
  height:auto !important;
  width:100%;
}

.slider-noticias{
}
.carousel .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    height:20px;
    margin: 0;
    padding:0px !important;
    /*border:solid 1px red;*/
    width:50%;
    margin-left:25%;
    /*background-color:#fff;*/
    margin-top:20px !important;
}
#sl-noticias .indicators .indicator-item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width:100px;
    margin:0px 8px;
    opacity:1;
    background-color:#a4a7ab;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 0%;
    height:8px;
    top:-6px;
}
#sl-noticias .indicators .indicator-item.active {
    background-color:#09C;
    background-color:#005ba2;
}



/*-------------------------------------------- AJUSTES RESPONSIVOS NO SLIDER ------------------------------*/
@media only screen and (min-width: 1441px) {
.conteudo-slider-50 .box-foto-slider img{
  width:auto !important;
  height:100% !important;
  float:none !important;
  position:relative;
  left:0% !important;
}
}
@media only screen and (max-width: 1380px) {
.carousel{
  height:500px !important;
  /*border-bottom:solid 4px red;*/
}
.conteudo-slider-50 {
    height:600px !important;
}
/*.conteudo-slider-50 a {
    height:450px !important;
    display: block;
    position: relative;
    z-index: 999;
    opacity: 0;
}*/
.conteudo-slider-50 a img {
  height:100% !important;
  width: auto !important;
}
.conteudo-slider-50 h3.cap-item {
    position: relative;
    top: -265px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    text-shadow: #000 3px 3px 2px;
    background: url(../img/bg-caption.png)top center;
    font-size: 2.0rem;
    line-height:2.4rem;
    font-weight: 400;
    padding-bottom: 65px;
    padding-left: 20px;
}
.conteudo-slider-25 {
    height:250px !important;
}
.conteudo-slider-25 a img {
    height:250px !important;
    width: 100% !important;
}

.conteudo-slider-25 h3.cap-item {
    position: relative;
    top: -218px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    text-shadow: #000 2px 2px 2px;
    background: url(../img/bg-caption.png)bottom center;
    background-size: 100% 100%;
    font-size: 1.6rem;
    line-height: 2.0rem;
    font-weight: 400;
    padding-left: 20px;
    padding-bottom: 80px;
}

.conteudo-slider-100 {
    height:600px !important;
}

.conteudo-slider-100 a img {
  height:100% !important;
  width: auto !important;
}
.conteudo-slider-100 h3.cap-item {
    position: relative;
    top: -265px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    text-shadow: #000 3px 3px 2px;
    background: url(../img/bg-caption.png)top center;
    font-size: 2.2rem;
    line-height:2.5rem;
    font-weight: 400;
    padding-bottom: 100px;
    padding-left: 20px;
}

}


/*-------------------------------------------- DESTAQUE MOBILE ------------------------------*/


.item-noticia-mob {
  height:auto !important;
  padding:0px !important;
  padding-bottom:25px !important;
  overflow:hidden;
  float:left !important;
  margin-bottom:30px;
}
.item-noticia-mob .link-mob-foto{
  height:auto !important;
  display:block;
}
.item-noticia-mob .box-foto-slider a img{
  width:100%;
}

.item-noticia-mob h3.cap-item{
 	/*position:relative;*/
  float:left !important;
  width:100%;
  /*border:solid 1px red;*/
  max-height:300px !important;
  height:250px !important;
  /*top:-280px;*/
  text-align:left;
  text-transform:uppercase;
  color:#fff;
  text-shadow:#000 3px 3px 2px;
  /*background:url("../img/bg-caption.png")top center;*/
  font-size: 2.2rem;
  line-height:2.4rem;
  padding-right:0% !important;
  padding:0px !important;
}

.cap-item a{
  display:block;
  height:100%;
  padding:20px;
  padding-top:80px;
  color:#fff;
}

@media only screen and (max-width: 993px) {
.destaque-mobile {
    display: block !important;
    width:100% !important; 
    overflow:hidden;
    /*border:solid 1px red !important;*/
}
.item-noticia-mob h3.cap-item{
  top:-295px !important;
  font-size: 1.4rem;
  line-height:1.8rem;
  /*height: 300px !important;*/
  padding:0px 20px !important;
  height:auto !important;
}
.item-noticia-mob .cap-item a{
  padding:0px;
  padding-top:0px;
  color:#fff;
  color: #305492 !important;
  /*border:solid 1px red;*/
  font-size: 2.2rem !important;
  line-height:2.2rem;
  text-shadow: none !important;
  font-weight:bold !important;
}
.destaque-mobile .item-noticia-list{
  padding:5px !important;
  width:95% !important;
  padding-left:5% !important;
}
.destaque-mobile .item-noticia-list h3.cap-item a{
  font-size: 1.4rem !important;
  line-height:1.8rem;
}
.item-noticia-list2 h3.cap-item a{
  font-size: 1.4rem !important;
}
.item-noticia-mob .box-foto-slider a img {
    width:100%;
    height:auto;
}
}

@media only screen and (max-width: 714px) {
 
.item-noticia-mob h3.cap-item{
  top:-280px;
  font-size: 1.8rem;
  line-height:2.2rem;
  margin-top:20px;
}
.cap-item a{
  padding:10px;
  padding-top:110px;
}
.item-noticia-mob .box-foto-slider a img{
  width:100%;
  height:auto;
  position:relative;
  left:0% !important;
}

.item-noticia-list2 h3.cap-item a{
 	float:left !important;
  color:#005ba2  !important;
  font-size: 1.4rem !important;
  line-height:1.8rem !important;
  padding-top:0px;
}
}

/* ------------------ LISTA DE DESTAQUE -------------------------*/

.item-noticia-list{
  /*border:solid 2px red;*/
  padding:0px !important;
  margin-bottom:30px;
  height:auto !important;
}
.item-noticia-list .box-foto-slider{
  float:left;
  width:30%;
  overflow:hidden;
  height:100px;
}
.item-noticia-list .box-foto-slider a img{
  width:100%;
}
.item-noticia-list h3.cap-item{
  float:left !important;
  margin-top:0px;
  width:70% !important;
}
.item-noticia-list h3.cap-item a{
 	float:left !important;
  color:#005ba2  !important;
  font-size: 1.8rem;
  line-height:2.2rem;
  padding-top:0px;
}
.item-noticia-list2{
  width:100% !important;
  /*border:solid 1px red;*/
  margin-top:5px !important;
  margin-bottom:10px;
  border-bottom:dotted 1px #CCC;
  padding-top:10px;
}
.item-noticia-list2 h3.cap-item{
  width:100% !important;

}
.item-noticia-list2 h3.cap-item a{
  padding-left:0px;
  padding:0px !important;
  font-size: 1.2rem !important;
  line-height: 1.5rem !important;
  width:100% !important;

}