@charset "UTF-8";

/*Só por precaução, mesmo tendo no wp*/

body {
    margin: 0;
    overflow-x: hidden;
}


/* Esconder recaptcha */

.grecaptcha-badge {
    visibility: hidden;
}


/* FONTS UTILIZADAS */

@font-face {
    font-family: NewJuneExtraBold;
    src: url('../font/NewJuneExtrabold.ttf');
}

@font-face {
    font-family: NewJuneBold;
    src: url('../font/NewJuneBold.ttf');
}

@font-face {
    font-family: NewJuneHeavy;
    src: url('../font/NewJuneHeavy.ttf');
}

@font-face {
    font-family: NewJuneSemibold;
    src: url('../font/NewJuneSemibold.ttf');
}


/* FIM FONTS UTILIZADAS */

h1 {
    font-size: 38px;
    font-family: 'NewJuneBold, Baloo Bhai 2', sans-serif;
    color: black;
    font-weight: 600;
    margin: 0 0 22px 0;
}

h2 {
    font-size: 22px;
    font-family: 'NewJuneBold, Raleway', sans-serif;
    color: black;
    font-weight: 700;
    margin: 0 0 10px 0;
}

h3 {
    font-size: 20px;
    font-family: 'NewJuneBold, Roboto Condensed', sans-serif;
    font-weight: 800;
    color: black;
    margin: 0 0 25px 0;
}

p {
    font-size: 18px;
    font-family: 'NewJuneBold, Raleway', sans-serif;
    font-weight: 400;
    color: black;
    line-height: 30px;
    /* text-shadow: 0 0 black; */
    text-shadow: 0px 0px 1px black;

}


/* Resolvendo um bug no wp, verificar se no seu site precisa */

.wp-block-group {
    display: none;
}


/* HEADER PREFEITURA */

.bg-head-prefeitura {
    background-color: #006CB5 !important;
    padding: 2px 0;
    position: relative;
    z-index: 1;
}
@media (max-width:768px){
.banner img{
	width:100%;
height:60px;
}
}

#carouselBannerHeader .carousel-inner > .carousel-item {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/* FIM HEADER PREFEITURA */


/* HEADER TEMA SITE  */

.bg-head-site {
    background-color: #002F40 !important;
    padding: 2px 0;
    position: relative;
    z-index: 1;
}

#botao-pesquisar {
    border-radius: 50px;
    background-color: #3BBFBC;
    font-size: small;
    width: 120px;
}

.link-menu-secundario {
    font-family: 'NewJuneHeavy', 'Montserrat', sans-serif;
    font-size: 16px;
    margin-left: 6px;
    margin-right: 6px;
    color: #FFF;
}

.link-menu-secundario:hover {
    color: #FFF;
}

.banner-header {
    width: 100%;
    height: 90px;
}


/* MENU-HEADER */

#menu-header .nav-link {
    color: white !important;
    font-size: 12px;
    font-family: 'NewJuneHeavy', 'Montserrat', sans-serif;
}
#pesquisar-div {
    top: 40px;
    right: 0;
  
  }
  @media(max-width:576px) {
    #div-da-pesquisa {
        padding-right: 25px;
    }
    #pesquisar-div {
        padding-right: 40px;
    }
    .banner-header img {
        width: 100%;
        height: auto;
    }
  }
  
  #btn-pesquisar {
    border: none;
    color: #002f40;
    font-size: small;
    margin-left: -40px;
  }
  
  .search-header {
    display: flex;
    flex-flow: nowrap;
    width: 100%;
  }
  
  .btn-search {
    background-color: transparent;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    height: max-content;
  }
  
  @keyframes mover {
    from {
        width: 0;
        left: 0;
    }
    to {
        width: 250px;
    }
  }
  
  @keyframes fechar {
    from {
        width: 250px;
    }
    to {
        width: 0px;
        left: 0px;
    }
  }
  


/* FIM MENU-HEADER */


/* FIM HEADER TEMA SITE  */


/* MENU */

.bg-menu {
    background-color: #FFFFFF !important;
    /* padding: 2px 0; */
    position: relative;
    z-index: 1;
}


/* Boostrap Navbar Alterações */

.navbar {
    /* padding: 1.3rem 0; */
    padding: 0.1rem 0;
    z-index: 10;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active>.nav-link {
    font-family: 'NewJuneHeavy', 'Montserrat', sans-serif;
    /* font-size: 12px; */
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #002F40 !important;
    font-size: 15px;
    padding-right: 20px !important;
    font-weight: bold;
}

.nav-btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 0 20px;
    color: #FFF !important;
}

.nav-btn:hover {
    text-decoration: none;
}

.dropdown-menu {
    margin: 0;
    font-family: 'NewJuneHeavy', 'Montserrat', sans-serif;
    /* font-size: 12px; */
    color: #4F4F4F;
    background-color: rgba(250, 250, 250, 0.8) !important;
    border: none;
    border-radius: 0;
    /* z-index: 10; */
    /* position: !important; */
}

.dropdown-item {
    color: #4F4F4F;
}

.dropdown-menu a:hover {
    color: #4F4F4F;
    background-color: rgba(250, 250, 250, 0.5);
    ;
}

.dropdown-menu a:active {
    background-color: transparent;
    color: #4F4F4F;
}

.dropdown-divider {
    display: none;
}


/* Fim Boostrap Navbar Alterações */


/* FIM MENU */


/* APRESENTACAO DESTAQUE */

#apresentacao-destaque-semit {
    background-image: url('../img/background/Bg1.png');
    background-size: cover;
}

#apresentacao-destaque-semit h1 {
    font-family: 'NewJuneBold', 'Exo', sans-serif;
    color: #8664E2;
}

#apresentacao-destaque-semit h3 {
    font-family: 'Exo', sans-serif;
    color: #6A62E2;
}

#apresentacao-destaque-semit p {
    font-family: 'Exo', sans-serif;
    color: #8664E2;
}

.apresentacao-destaque p {
    color: #2B4F9D;
    text-align: center;
}

.btn-destaque-apresentacao {
    color: #8364E2;
    background-color: #CEC2F3;
    border: 1.5px solid transparent;
    border-radius: 30px;
    /* text-transform: uppercase; */
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.3s;
    padding: 8px 0;
}

.btn-destaque-apresentacao:hover {
    background-color: #8364E2;
    color: #CEC2F3;
}

.apresentacao-destaque a:hover {
    text-decoration: none;
}


/* FIM  APRESENTACAO DESTAQUE */


/* SECTION NOTICIAS */

#noticias {
    background-image: url('../img/background/01.png');
    background-size: cover;
}

#noticias a:hover {
    text-decoration: none;
}

.titulo-noticia h1 {
    font-size: 15px;
    color: #004d9e;
}

.titulo-noticia {
    height: 65px;
}

.topicos-noticias {
    border-bottom: 3px solid #002F40 !important;
}

#noticias h1 {
    font-family: 'NewJuneHeavy', 'Montserrat', sans-serif;
    color: #002F40 !important;
    font-weight: bold;
}

#noticias h2 {
    font-family: NewJuneSemibold, 'Montserrat', sans-serif;
    color: #002F40;
    font-size: 16px;
}

#noticias p {
    font-size: 18px;
    font-family: 'NewJuneBold, Raleway', sans-serif;
    font-weight: 400;
    color: #05475f;
    line-height: 27px;
}

h1.noticias-titulo.text-center.pt-4 {
    color: #FFFFFF;
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    font-size: 38px;
}

.noticias-home {
    background-color: #ebebeb;
    border-radius: 10px;
}

.btn-noticias-homepage {
    color: #FFFFFF;
    background-color: #0DBAAC;
    text-shadow: 1px 1px 2px black;
    border: 1.5px solid transparent;
    border-radius: 30px;
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    font-size: 11px;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.3s;
    padding: 4px 4px;
    width: max-content !important;
}

.titulo_noticias_homepage {
    color: #002f40;
}

.titulo_noticias_homepage:hover {
    color: #002f40;
}

.btn-noticias-homepage:hover {
    color: #0DBAAC;
    background-color: #002F40;
}

.btn-todas-as-noticias-homepage {
    color: #FFFFFF;
    background-color: #002F40;
    border: 1.5px solid transparent;
    border-radius: 30px;
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.3s;
    padding: 4px 0;
}

.btn-todas-as-noticias-homepage:hover {
    color: #002F40;
    background-color: #0DBAAC;
}

.btn-clique-aqui {
    color: #002F40;
    background-color: #0DBAAC;
    border: 2.5px solid #002F40;
    border-radius: 4px;
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.3s;
}

.btn-clique-aqui:hover {
    background-color: #0DBAAC;
    color: #FFF;
}

.imagem-destaque-noticia {
    padding: 0px;
}

.imagem-destaque-noticia-img {
    min-height: 560px;
    max-height: 560px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

img.card-img.wp-post-image.noticias-carousel {
    width: 100%;
    min-height: 560px;
    height: 560px;
    max-height: 560px;
}

.data-imagem-destaque {
    background-color: #3ac8bd;
    text-shadow: 1px 1px 1px black;
    width: fit-content;
    padding: 5px;
    border-radius: 30px;
    color: white !important;
    font-size: 10pt !important;
}

.titulo-imagem-destaque {
    color: white;
    text-shadow: 1px 1px 1px black;
}

.box-atencao {
    background-color: #dadada;
    padding: 15px;
    padding-bottom: 2px;
    border-radius: 10px;
}

/* FIM SECTION NOTICIAS */


/* SECTION VIDEOS */

.videos h1 {
    color: #002f40;
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    font-size: 38px;
}

.videos a:hover {
    text-decoration: none;
}

#videos h1 {
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    color: #002f40;
}

#videos-header {
    /* height: 64px;
    font-family: 'Exo', sans-serif;
    font-size: 14px; */
    font-size: 18px;
    font-family: 'NewJuneBold, Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #002F40;
    margin: 0 0 25px 0;
}

.scroll-object_videos {
    overflow: hidden;
    overflow-y: scroll;
    height: 410px;
    padding: 15px;
    background-color: #002F40;
}

.scroll-object_videos::-webkit-scrollbar {
    width: 15px;
}

.scroll-object_videos::-webkit-scrollbar-track {
    background: #34C5B9;
}

.scroll-object_videos::-webkit-scrollbar-thumb {
    background-color: #002F40;
    border: 3px solid #34C5B9;
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    .scroll-object_videos {
        overflow: hidden;
        overflow-y: scroll;
        height: 254px;
        padding: 15px;
        background-color: #2A2E31;
    }
}

@media only screen and (min-width:992px) and (max-width: 1198px) {
    .scroll-object_videos {
        overflow: hidden;
        overflow-y: scroll;
        height: 345px;
        padding: 15px;
        background-color: #2A2E31;
    }
}

.ver-mais-videos {
    color: #FFFFFF;
    background-color: #002F40;
    border: 1.5px solid transparent;
    border-radius: 30px;
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.3s;
    padding: 8px 0;
}

.ver-mais-videos:hover {
    color: #002F40;
    background-color: #0DBAAC;
}


/* FIM SECTION VIDEOS */


/* PAGINA INTERNA VIDEOS */


/* FIM PAGINA INTERNA VIDEOS */


/* SECTION GALERIA */

.galeria {
    background-image: url('../img/background/02.png') !important;
    background-size: cover;
}

.card-noticia-homepage p {
    text-shadow: 1px 1px 1px black;
}

.card-noticia-homepage h2 {
    text-shadow: 1px 1px 1px black;
}

.card-noticia-homepage a {
    text-shadow: 1px 1px 1px black;
}

.galeria h1 {
    color: #FFFFFF;
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    font-size: 38px;
}

.ver-mais-galeria {
    color: #34C5B9;
    background-color: #FFF;
    border: 1.5px solid #FFF;
    border-radius: 30px;
    font-family: 'NewJuneBold', 'Baloo Bhai 2', 'Montserrat', sans-serif;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.3s;
    padding: 8px 0;
}

.ver-mais-galeria:hover {
    background-color: #34C5B9;
    color: #FFF;
}

#galeria {
    background-image: url("../img/background/02.png");
    background-size: cover;
}

#galeria a:hover {
    text-decoration: none;
}

#galeria .card-img {
    min-height: 250px;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#galeria h3 {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0 0 3px 0;
    font-weight: 600;
}

#galeria h2 {
    color: #FFFFFF;
    line-height: 18px;
    font-size: 16px;
}

#galeria h1 {
    color: #FFF;
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
}

/* #galeria p {
    color: #FFFFFF;
    line-height: 0px;
    font-size: 10px;
} */

@media only screen and (max-width:768px) {
    #carouselExampleControls {
        display: none;
    }
}

.flickity-button {
    background: #3bbfbc;
}

.flickity-button:hover {
    background: #3bbfbc;
    cursor: pointer;
}


/* ALBUM INTERNO */

#titulo-album {
    font-family: 'Exo', sans-serif;
    color: #6A62E2;
}

.carousel-album {
    background: #222;
}

.carousel-album-cell {
    width: 100%;
    height: 500px;
    margin-right: 10px;
    /* center images in cells with flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-album.is-fullscreen .carousel-album-cell {
    height: 100%;
}

.carousel-album-cell-image {
    display: block;
    max-height: 100%;
    cursor: pointer;
}

.carousel-album.is-fullscreen .carousel-album-cell-image {
    max-width: 100%;
}


/* FIM ALBUM INTERNO */

/* Publicidade homepage */

#publicidade h1 {
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    color: #002f40;
}

/* Fim Publicidade hompeage */

/* GALERIA INTERNA */

#galeria-header {
    height: 64px;
    font-size: 18px;
    font-family: 'NewJuneBold, Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #002F40;
    margin: 0 0 25px 0;
}

#galeria-body {
    height: 230px;
}

.img-galeria {
    min-height: 185px;
    max-height: 185px;
    width: 100%;
    object-fit: fill;
    object-position: center;
}

.links {
    align-self: self-end;
}


/* FIM GALERIA INTERNA */


/* FIM SECTION GALERIA */


/* MAPA LOCALIZAÇÃO */


.mapasite{
    width: 25%;
    /* margin: 5px 0 0 5px; */
    background-color: #004d9e;
    padding: 8px;
    border-radius: 8px;  
  }
  .mapasite a{
    color: #fff;
    text-decoration: none;
  }



#mapa {
    background-color: #31baae;
}

#mapa h1 {
    color: white;
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    font-size: 38px;
}

#viewMapa {
    padding: 0;
    margin: 0;
    height: 400px;
    width: 100%;
}


/* FIM MAPA LOCALIZAÇÃO */


/* ANIMACAO DIV's */


/* Animation */

.js .anime {
    opacity: 0;
    transform: translate3D(-80px, 0px, 0px);
}

.js .anime-init {
    opacity: 1;
    transform: translate3D(0px, 0px, 0px);
    transition: .7s all ease;
}


/* End Animation */


/*FIM ANIMACAO DIV's*/


/* FORMULARIO FALE CONOSCO */

::-webkit-input-placeholder {
    color: #8364E2;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #8364E2;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #8364E2;
}

:-ms-input-placeholder {
    color: #8364E2;
}


/* FIM FORMULARIO FALE CONOSCO */


/* FOOTER */

#footer-site {
    height: 230px;
    background-color: #002f40;
    color: white;
}

#footer-site button {
    background-color: #8364E2;
}

.form-control:focus {
    border-color: #8364E2;
    box-shadow: 0 0 0 0.2rem rgb(131 100 226 / 25%);
}

#footer-site p {
    color: white;
    line-height: 7px;
    font-size: 16px;
}

#footer-site h1 {
    color: #8364E2;
    font-size: 23px;
    font-weight: bolder;
}

#footer-site label {
    color: #8364E2;
}

#footer-semit {
    background-color: #31baae;
    bottom: 0;
    width: 100%;
    color: white;
    font-weight: bolder;
}

#footer-semit a {
    color: white;
    font-weight: bolder;
}
.img-logo-footer{
    display: flex;
    justify-content: center;
    align-items: center;
}


/* FIM FOOTER */


/* PAGINA INTERNA */

#pagina-interna {
    background-image: url("../img/background/02.png");
    background-size: cover;
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
}

#pagina-interna h1 {
    font-family: 'NewJuneBold', 'Exo', sans-serif;
    color: #ffffff;
}


/* FIM PAGINA INTERNA */


/* PAGINACAO WP-PageNavi */

.wp-pagenavi {
    display: inline-block !important;
    font-family: 'NewJuneBold', sans-serif !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: black !important;
    float: left !important;
    padding: 8px 16px !important;
    text-decoration: none !important;
    transition: background-color .3s !important;
    border: 2px solid black !important;
    border-radius: 8px;
}

.wp-pagenavi a.active,
.wp-pagenavi span.active {
    background-color: #CEC2F3 !important;
    color: white !important;
    border: 1px solid #CEC2F3 !important;
}

.wp-pagenavi a:hover:not(.active),
.wp-pagenavi span.hover:not(.active) {
    background-color: #fff !important;
}


/* FIM PAGINACAO WP-PageNavi */

/* INICIO GALERIA NOVA */

.img_cell {
    min-height: 330px;
    max-height: 330px;
    width: 95%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

#carousel_cell_p {
    color: white;
    text-shadow: 1px 1px 25px black, 0 0 0.2em #000000, 0 0 0.2em #000000;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    bottom: 45px;
    left: 35px;
    line-height: 20px;
}

#foto_qtd {
    color: white;
    font-size: 12px;
    font-weight: 600;
    line-height: 0px;
    position: relative;
    bottom: 72px;
    left: 38px;
    text-shadow: 1px 1px 25px black, 0 0 0.2em #000000, 0 0 0.2em #000000;
}

/* FIM GALERIA NOVA*/


/* Dúvidas Frequentes  */

.duvidas h1 {
    color: #004d9e;
}

.conteudo-div-duvidas {
    margin: 10px;
}

.texto-duvidas {
    /* text-align: left; */
    font-size: 90%;
    text-align: left;
    max-width: 500px;
    border: solid #004d9e;
    color: #004d9e;
    font-weight: bold;
    margin: auto;
    /* text-left */
}


/*Fim Dúvidas Frequentes*/


/* Drop Dúvidas Frequentes*/

.drop-duvidas {
    margin-bottom: 50px;
}

.drop-duvidas p {
    color: #000000 !important;
}

.duvidas p {
    color: #000000 !important;
}

.accordion_duvidas {
    background-color: #fff;
    color: #EF921D;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    /* border: 5px; */
    border-color: #EF921D;
    text-align: left;
    outline: 5px auto;
    font-weight: 600;
    font-size: 15px;
    margin-top: 15px;
    transition: 0.4s;
}

.accordion_duvidas:after {
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.panel {
    padding: 0 18px;
    /* background-color: #000; */
    max-height: 0;
    overflow: hidden;
    border: 5px !important;
    border-color: #000 !important;
    transition: max-height 0.2s ease-out;
}


/* Fim Drop Dúvidas Frequentes*/

@media only screen and (max-width: 1750px) {}

@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1650px) {}

@media only screen and (max-width: 1575px) {}

@media only screen and (max-width: 1360px) {
    h1 {
        font-size: 38px;
        margin: 0 0 30px 0;
        display: block;
    }
    h2 {
        font-size: 23px;
        margin: 0 0 5px 0;
    }
    p {
        font-size: 16px;
    }
    .dropdown-menu {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1280px) {
    .nav-btn {
        font-size: 10px;
        margin: 0 10px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 14px !important;
    }
}

@media only screen and (max-width: 1168px) {
    h1 {
        font-size: 35px
    }
    h2 {
        font-size: 23px;
        margin: 0 0 1px 0;
    }
    p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .nav-btn {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    /* .navbar-expand-md .navbar-nav .nav-link {
  padding-right: 29px!important;
} */
    .dropdown-menu {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 32px;
    }
    p {
        font-size: 15px;
        margin-bottom: 7px;
        line-height: 18px
    }
}


/* Início pagina de áudio(podcast) SECOM */

#audios h1 {
    color: #002F40;
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    font-size: 38px;
}


.row .mt-1 {
    display: flex;
    color: #002F40;
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    font-size: 38px;
    text-align-last: right;
    justify-content: start;
    flex-wrap: nowrap;
    align-items: center;
}

#audios {
    background-image: url('../img/background/03.png');
    background-size: cover;
}

#numeroPodcast_destaque {
    font-size: 14pt !important;
}

#numeroPodcast_secundario {
    font-size: 8pt !important;
}

@media only screen and (max-width: 768px) {
    #numeroPodcast_secundario {
        font-size: 14pt !important;
    }
}

#tituloPodcast {
    color: #002F40;
    ;
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    font-size: 16pt;
}

#tituloPodcast_secundario {
    color: #002F40;
    ;
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    font-size: 10pt;
}

#tituloPodcast_secundario a{
    color: #002F40;
}

#imgDestaquePodcast img {
    width: 100%;
    height: auto;
    float: right;
}

.icone_podcast {
    width: 14px;
}

.audio_podcast audio {
    width: 100% !important;
    background-color: #002F40;
    height: 35px;
    border-radius: 15px; 
}

audio::-webkit-media-controls-panel {
    background-color: #002F40;
    box-shadow: none !important;
    text-shadow: none;
    border: none !important;
}

audio::-webkit-media-controls-mute-button {
    box-shadow: none !important;
    text-shadow: none;
}

audio::-webkit-media-controls-timeline {
    border-radius: 25px;
    margin-left: 1px;
    margin-right: 1px;
    box-shadow: none !important;
    text-shadow: none;
}

audio::-webkit-media-controls-current-time-display {
    color: #34C5B9;
    margin: auto 5px;
    box-shadow: none !important;
    text-shadow: none;
}

audio::-webkit-media-controls-time-remaining-display {
    color: #34C5B9;
    box-shadow: none !important;
    text-shadow: none;
}

audio::-webkit-media-controls-play-button {
    border-radius: 50%;
}

.scroll-object_audios::-webkit-scrollbar {
    width: 15px;
}

.scroll-object_audios::-webkit-scrollbar-track {
    background: #002F40;
}

.scroll-object_audios::-webkit-scrollbar-thumb {
    background-color: #3bbfbc;
    border: 4px solid #002F40; 
}

.wp-block-audio audio {
    width: 80%;
    min-width: 300px;
    height: 40px;
}

figure {
    margin: 0 !important;
}


/* Scroll dos áudios */

.scroll-object_audios {
    overflow: hidden;
    overflow-y: scroll;
    height: 560px;
    padding: 15px;
}


@media only screen and (max-width: 768px) {
    .row.mt-1.linha_audios {
        display: flex;
        color: #002F40;
        font-family: 'NewJuneBold', 'Montserrat', sans-serif;
        font-size: 38px;
        text-align-last: right;
        justify-content: flex-end;
        flex-wrap: wrap;
        align-items: center;
    }
}


/* Fim do css do scroll */

.botaoPodcast {
    width: 50%;
    align-items: center;
    float: right;
}

.botaoPodcast button {
    background-color: #31BAAE;
    width: 150px !important;
    float: right;
    color: #002F40;
    border: none;
}

h3#tituloPodcast_secundario {
    justify-content: right;
}


/* Fim dá página de audios(podcast) SECOM */


/* Publicidade SECOM */

.imagem_destaque_publicidade {
    padding-right: 0px;
    height: 100px;
}

@media screen and (max-width: 900px) {
    .imagem_destaque_publicidade {
        height: auto;
    }
    .row.data {
        padding: 1rem;
    }
}

img.noticias-box {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
img.noticias-pag {
    width: 100%;
    height: 185px;
    object-fit: fill;
    border-radius: 10px;
}

img.noticias-box2 {
    min-height: 171px;
    max-height: 171px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

@media screen and (max-width: 900px) {
    img.noticias-box {
        height: 85%;
    }
}



.row.data {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.titulo_publicidade {
    padding: 0;
}

.titulo_publicidade h1 {
    font-size: 14pt !important;
    margin: 0;
    height: 80%;
}

.titulo_publicidade hr {
    color: #31BAAE;
    margin: 0;
    border-top: 3px solid;
}

.titulo_publicidade a {
    color: #31BAAE !important;
}

.todas-noticias {
    background-color: #002F40;
    color: white;
    border-radius: 30px;
    font-family: 'NewJuneBold', 'Baloo Bhai 2', 'Montserrat', sans-serif;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.3s;
    padding: 8px 0;
    border: none;
}

.data h3 {
    font-size: 9pt;
    color: black;
    font-family: 'NewJuneBold', 'Baloo Bhai 2', 'Montserrat', sans-serif;
    margin: 0;
}

@media only screen and (max-width:992px) {
    img.noticias-box.img-fluid {
        height: 90%;
        width: 100%;
    }
    .data h3 {
        font-size: 12pt;
        color: black;
        font-family: 'NewJuneBold', 'Baloo Bhai 2', 'Montserrat', sans-serif;
        margin: 8px;
    }
    .col-xl-4.col-lg-4.col-md-12.col-12.pt-1.imagem_destaque_publicidade {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (min-width:1200px) {
    .row.publicidade {
        height: 100%;
    }
}


/* Fim publicidade SECOM */


/* Secretarias SECOM */

.scroll-object_secretarias {
    overflow: hidden;
    overflow-y: scroll;
    height: 380px;
    
}

#secretarias {
    background-image: url('../img/background/04.png') !important;
    background-size: cover;
}

.row.white {
    height: 65px;
    background-color: white;
    border-bottom: 1px solid #adadad;
}

.row.white:hover {
    background-color: #31BAAE;
}

.row.white h1 {
    color: #002F40 !important;
    padding: 30px 30px;
    font-size: 10pt !important;
}

.row.grey {
    height: 65px;
    background-color: #e5e5e5;
    border-bottom: 1px solid #adadad;
}

.row.grey h1 {
    color: #002F40 !important;
    padding: 30px 30px;
    font-size: 10pt !important;
}

.row.grey:hover {
    background-color: #31BAAE;
}

#secretarias h1 {
    color: #FFF;
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    font-size: 38px;
}

.img_prefeitura {
    background-color: white;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}



.scroll-object_secretarias::-webkit-scrollbar {
    width: 15px;
}

.scroll-object_secretarias::-webkit-scrollbar-track {
    background: #002F40;
}

.scroll-object_secretarias::-webkit-scrollbar-thumb {
    background-color: #3bbfbc;
    border: 4px solid #002F40; 
}


/* Boletim */

.scroll-object.boletim {
    overflow: hidden;
    overflow-y: scroll;
    height: 500px;
    padding: 15px;
}

.scroll-bg-boletim {
    /* display: flex !important; */
    flex-wrap: nowrap;
    align-items: center;
}


/* Fim Boletim */


/* Fale conosco */

#fale-conosco {
    background-image: url('../img/background/03.png');
    background-size: cover;
    
}

#fale-conosco h1 {
    color: #002F40;
    font-family: 'NewJuneBold', 'Montserrat', sans-serif;
    font-size: 38px;
    text-align: center;
}

#fale-conosco label {
    color: #FFF;
}

.btn-fale-conosco {
    padding: 5px;
    background-color: #3bbfbc;
    border: 1px white solid;
    border-radius: 3px;
}


/* Fim fale conosco */


/* Fim Secretarias SECOM */