a {
    text-decoration: none
}

#main {
    background-image: url(/images/fundo.png);
    background-size: 170px;
}

.x-small {
    font-size: 0.75rem !important
}

.fw-500 {
    font-weight: 500
}

.linear-background-manchete {
    background: linear-gradient(180deg, rgba(1, 1, 1, 0) 30%, rgba(1, 1, 1, 0.9) 80%);
    /*background: linear-gradient(180deg, rgba(255, 0, 0, 0) 30%, rgba(0, 113, 206, 0.9) 90%);*/
    border-radius: 0;
    transition: all 0.3s ease-in !important;
}

.titulo_multimidia_destaque, .titulo_destaque {
    position: absolute;
    bottom: 18px;
    z-index: 0;
    padding: 0px 10px 10px 10px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.titulo_destaque {
    bottom: 6px;
    text-align: left;
    line-height: var(--bs-body-line-height);
}

.shadow-home {
    box-shadow: 2px 4px 3px 0px rgb(0 0 0 / 29%) !important;
}

.img-crop {
    object-fit: cover;
    object-position: center;
    transition: all 0.3s linear;
    width: 100%
}

.bg-titulos {
   /* background: rgb(255 255 255 / 50%);*/
   font-size:1.1rem !important
}
.bg_destaques {
   /* background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(234, 235, 236) 100%);*/
}
.bg-midias {
    --bs-bg-opacity: 1;
    background-color: rgb(248 249 250 / 31%) !important;
}

.carousel-indicators {
    margin-bottom: 0px !important;
}

.item-destaques .titulo_multimidia_destaque h6 {
    font-size: 1.05rem
}

.titulo_fotos {
    bottom: 8px;
}

.ultimas-noticias{
    background: rgb(255 255 255 / 70%);
}

.item-noticia:hover, .sessao_pautasnotas .card:hover, .item-usinas:hover .card-body, .legenda_regioes li:hover, .wrap-tags a:hover {
    background: #f8f9fa;
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%) !important;
    transition: all 0.3s linear;
}

    .item-noticia:hover img {
        filter: contrast(120%);
    }

.item-destaques {
    transition: all 0.3s linear;
}

.item-destaques:hover .linear-background-manchete, .carousel-item:hover .linear-background-manchete {
	opacity: 0.1
}

.item-destaques:hover h6, .carousel-item:hover h3 {
	text-shadow: 0 0 5px #000;
}

.bg_glass:hover {
    background: rgb(253 101 1);
    transition: all 0.3s linear;
	box-shadow: 2px 4px 3px 0px rgb(0 0 0 / 29%) !important;
}

.item-fotos:hover .linear-background-manchete {
    opacity: 0.1
}

@media (max-width: 767px) {
    .item-destaques {
        border: 1px solid #dee2e6;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin-top: 15px;
        background-color: #fff;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    }

	.item-destaques a {
		display: flex;
		align-items: flex-start;
		text-decoration: none
	}
	
	.item-destaques .linear-background-manchete {
		display: none
	}

    .img-destaques {
        width: 50%;
        height: calc( 50vw / 1.32 );
    }
	
	.titulo_destaque{
		position: inherit !important;
	}

    .item-destaques .titulo_multimidia_destaque {
        position: inherit !important;
        bottom: 0px;
    }

    .item-destaques h6 {
        color: #212529 !important
    }

    .item-fotos a {
        display: flex
    }

    .item-fotos img {
        width: 50%;
        height: calc( 50vw / 1.32 );
    }

    .item-fotos .card-img-overlay {
        display: none
    }

    .item-fotos .titulo_multimidia_destaque {
        position: inherit;
        padding: 3px 6px 0px 6px;
    }

        .item-fotos .titulo_multimidia_destaque h6 {
            font-size: 1rem;
        }
}

@media (max-width: 575px) {
    .img-manchetes {
        height: calc( 100vw / 1.32 );
    }

    .wrap-img-noticias {
        padding-right: 0px
    }

    .wrap-img-maislidas {
        padding-left: 0
    }

    .item-noticia {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
		background-color:#FFF;
		padding-top:12px !important;
		padding-bottom:12px;
		margin-bottom: 12px !important;
		box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
    }
	.item-noticia a {
		align-items: flex-start;
	}
	
	.img-noticias {
        height: 125px;
    }
	
	
	.bg-titulos {
		font-size: 1rem !important;
	}
}

@media (min-width: 576px) and (orientation: landscape) {
    .img-destaques {
        height: 175px;
    }

    .img-noticias {
        height: 143px;
    }

    .img-fotos {
        height: 185px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    #carouselManchetes {
        padding: 0 12px 16px;
    }
}

@media (min-width: 768px) {

    .img-manchetes {
        height: 350px;
    }

    .img-destaques {
        height: 240px;
    }

    .img-noticias {
        height: 224px;
    }

    .img-especial-manchetes {
        height: 453px;
    }

    .img-especial-noticias {
        height: 218px;
    }

    .img-maislidas {
        height: 175.1px
    }

    .img-fotos {
        height: 252px;
    }

    .img-usinas {
        height: 85px
    }
}

@media (min-width: 992px) {
    .img-manchetes {
        height: 470px;
    }

    .item-destaques {
        padding-right: 0
    }

    .img-destaques {
        height: 178px;
    }

    .img-noticias {
        height: 144px;
    }

    .sessao_pautasnotas .card {
        min-height: 174px
    }

    .img-especial-manchetes {
        height: 333.33px;
    }

    .img-especial-noticias {
        height: 156.06px;
    }

    .img-maislidas {
        height: 115px
    }

    .img-fotos {
        height: 189.3px;
    }

    .img-usinas {
        height: 73px
    }
}

@media (min-width: 1200px) {
    .img-manchetes {
        height: 560px;
    }

    .img-destaques {
        height: 207px;
    }

    .img-noticias {
        height: 174px;
    }

    .sessao_pautasnotas .card {
        min-height: 173px
    }

    .img-maislidas {
        height: 120px
    }

    .img-especial-manchetes {
        height: 371px;
    }

    .img-especial-noticias {
        height: 175.54px;
    }

    .img-fotos {
        height: 205px;
    }

    .img-usinas {
        height: 92px
    }
}

@media (min-width: 1400px) {
    .img-manchetes {
        height: 650px;
    }

    .img-destaques {
        height: 252px;
    }

    .img-noticias {
        height: 204px;
    }

    .sessao_pautasnotas .card {
        min-height: 110px
    }

    .img-maislidas {
        height: 117px
    }

    .img-especial-manchetes {
        height: 461px;
    }

    .img-especial-noticias {
        height: 221px;
    }

    .img-fotos {
        height: 229.5px;
    }

    .img-usinas {
        height: 110px
    }
}


/*/////// VÍDEOS ////////////*/

.bg-videos {
    /* background-image: url(/images/bg_videos.png); */
    background-size: cover;
    background-color: #128db4;
}

#carouselVideos .carousel-caption {
    position: initial !important;
    text-align: center;
    padding: 10px 0 0;
    margin-bottom: 16px;
	background-color:#212529
}

.img-video {
    object-position: center;
}

@media (min-width: 768px) {
    .img-video {
        height: 364px;
    }

    #carouselVideos .carousel-caption {
        height: 90px
    }

        #carouselVideos .carousel-caption h5 {
            font-size: 1.15rem
        }
}

@media (min-width: 992px) {
    .img-video {
        height: 229px;
    }

    #carouselVideos .carousel-caption {
        height: 121px
    }

        #carouselVideos .carousel-caption h5 {
            font-size: 1.05rem
        }
}

@media (min-width: 1200px) {
    .img-video {
        height: 300px;
    }

    #carouselVideos .carousel-caption {
        height: 82px
    }

        #carouselVideos .carousel-caption h5 {
            font-size: 1.15rem
        }
}

@media (min-width: 1400px) {
    .img-video {
        height: 330.7px;
    }

    #carouselVideos .carousel-caption {
        height: 100px
    }

        #carouselVideos .carousel-caption h5 {
            font-size: 1.25rem
        }
}

/*/////// PODCASTS ////////*/
/* .bg_podcast {
    background-image: url("/images/bg_microfone.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    
} */
.bg_audios2 {
    /* background-image: url("/images/bg_audios_bottom_right.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: inherit; */
	background-color: #fff;
}
.title-audios{
	height:85px;
	width:auto;
}
.bg_glass {
    background: rgb(253 101 1 / 74%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.1px);
}



.icon-audio{
	width:30px;
	height:auto;
}

.bg_podcast h5 {
	font-size: 1.05rem
}

@media (min-width: 768px) {
    .bg_podcast .card-body {
        height: 120px;
    }
}

@media (min-width: 992px) {
    .bg_podcast .card-body {
        height: 110px;
    }
}

@media (min-width: 1200px) {
    .bg_podcast .card-body {
        height: 100px;
    }
}

@media (min-width: 1400px) {
    .bg_podcast .card-body {
        height: 100px;
    }
}

/*////////// USINAS DA PAZ //////////*/

.bg_usinas {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(248,249,250, 0.9) 100%);
}

.item-usinas h5 {
    font-size: 1.05rem
}

@media (min-width: 768px) {
    .item-usinas h5 {
        font-size: 1.15rem
    }
}

@media (min-width: 992px) {
    .item-usinas h5 {
        font-size: 1.05rem
    }
}

@media (min-width: 1200px) {
    .item-usinas h5 {
        font-size: 1.15rem
    }
}

@media (min-width: 1400px) {
    .item-usinas h5 {
        font-size: 1.15rem
    }
}

/*//////// REGIÕES DE INTEGRAÇÃO /////////// */
/*.legenda_regioes a{
	display: flex;
    align-items: center;
    justify-content: start;
}
.pin_legenda {
	width: 51px;
	height: 31px;
	border-radius: 5px;
	margin-right: 10px;
	display: flex;
	color: #fff;
	justify-content: center;
	align-items: center;
	flex: 0 0 30px;
}
.legenda_regioes .list-group-item{display:flex !important}

.legenda_baixoAmazonas { background-color: #d46652; }
.legenda_guajara { background-color: #ed8845; }
.legenda_caete { background-color: #cfcf43; }
.legenda_xingu { background-color: #336bab; }

.regiao_hover {
  opacity: 0.5;
}
svg a:hover {
  opacity: 0.5;
}*/

/*//////////// TAGS MAIS USADAS ///////*/
.bg_tags {
    background: #ff498f;
    background-image: url(/images/bg_tags.png);
    background-position: center;
    background-size: cover;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
    .wrap-tags a {
        font-size: 1.1rem
    }
}

/*////// MAPA //////////*/

g { filter: none !important; }
svg {
	height: 800px;
	width: 800px;
}
.pin {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	margin-right: 10px;
	display: inline-flex;
	color: #fff;
	justify-content: center;
	align-items: center;
}
.pin_laranjaldojari { background-color: #00923f; }
.pin_vitoriadojari { background-color: #bcae02; }
.pin_oiapoque { background-color: #78d066; }
.pin_amapari {
	background-color: #76c5f0;
	width: 44px;
	height: 32px;
}
.pin_mazagao { background-color: #dd127b; }
.pin_serradonavio { background-color: #da251c; }
.pin_portogrande { background-color: #998b82; }
.pin_ferreiragomes { background-color: #7a3f77; }
.pin_pracuuba { background-color: #f5c503; }
.pin_calcoene { background-color: #0093dd; }
.pin_santana { background-color: #9bacbe; }
.pin_amapa { background-color: #f09ba0; }
.pin_tartarugalzinho { background-color: #00923f; }
.pin_macapa { background-color: #f8c303; }
.pin_itaubal { background-color: #027dc0; }
.pin_cutias { background-color: #96a969; }
/*svg a:hover { opacity: 0.5; }*/
.regiao_hover path{fill: #000;}
svg a:hover path{fill: #000;}
svg a:focus{ outline-style: none;}