:root {
  --main-blue: #034ea2;
  --main-green: #006b2d;
  --main-red: #ef4123;
  --main-yellow: #fdb913;
  --main-black: #454545;
}

body {
  font-family: "Montserrat", sans-serif;
}

a {
  font-weight: 500;
  color: var(--main-blue);
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

font {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.containerFluidDark{
  background-color: #f3f4f6;
  padding: 94px 0px;
}

.containerFluidWhite{
  background-color: #fff;
  padding: 94px 0px;
}

.navBar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

hr.black{
  border: 1px solid #8899A8;
}

hr.white{
  border: 1px solid #fff;
}

h3 {
  font-size: 32px;
  font-weight: bold;
}

a.nav-link{
    cursor: pointer;
}

.divHeader {
  background-color: var(--main-blue);
  padding: 16px;
  display: flex;
}

.divHeader a {
  color: #fff;
  text-decoration: none;
}

.divHeader ul.social_network {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  margin: 0px;
}

.divHeader ul.social_network li {
  margin-right: 24px;
}

input.form-control {
  padding: 16px;
}

.button_primary_custom {
  background-color: var(--main-yellow);
  color: #000;
  font-weight: 500;
  border: none;
  /* text-transform: uppercase; */
  padding: 16px;
  width: 100%;
}

.button_primary_custom:hover,
.button_primary_custom:active {
  background-color: #efaf0c !important;
  color: #000 !important;
}

.button_secondary_custom{
  background-color: var(--main-green);
  color: #fff;
  font-weight: normal;
  border: none;
  /* text-transform: uppercase; */
  padding: 16px;
  width: 100%;
}

.button_secondary_custom img{
  filter: invert(100%);
}

.button_secondary_custom:hover,
.button_secondary_custom:active {
  background-color: #006b2d !important;
  color: #fff !important;
}


.button_danger_custom{
  background-color: var(--main-red);
  color: #fff;
  font-weight: normal;
  border: none;
  /* text-transform: uppercase; */
  padding: 16px;
  width: 100%;
}

.button_danger_custom img{
  filter: invert(100%);
}

.button_danger_custom:hover,
.button_danger_custom:active {
  background-color: var(--main-red) !important;
  color: #fff !important;
}

/* Botão Voltar ao Topo */

.btnTopo {
  display: none; /* Ocultar o botão por padrão */
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0px 16px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 48px;
}


/* Custom Menu Principal */

.submenu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 4px;
  min-width: 250px;
}
.submenu a {
  padding: 16px 16px;
  display: block;
  color: black;
  text-decoration: none;
}

.submenu a:hover {
  background-color: #ededed;
}

/* Exibir o submenu ao passar o mouse sobre o item do menu */

.nav-item:hover .submenu {
  display: block;
}

ul.navbar-nav li {
  margin-right: 16px;
  padding: 16px 8px;
}

ul.navbar-nav li:hover {
  margin-top: 0px;
  background-color: #ededed;
}

ul.navbar-nav li a {
  color: #000 !important;
}

ul.navbar-nav li a:hover {
  text-decoration: none;
}

/* Menu Contatos */

.menu-icon,
.close-icon {
  cursor: pointer;
  position: fixed;
  top: 0px;
  background-color: #fff;
  width: 100%;
  padding: 16px 0px 0px 0px;
  z-index: 9999;
}

#menu-drawer {
  position: fixed;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  background-color: #fff;
  transition: right 0.3s ease;
  z-index: 9999;
  padding: 24px;
  overflow: auto;
}

#menu-drawer h3{
  margin-top: 56px;
}

#menu-drawer ul {
  list-style-type: none;
  padding: 0;
}

#menu-drawer ul li {
  padding: 10px;
}

#menu-drawer ul li a {
  text-decoration: none;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9997;
  display: none;
}

.content {
  margin-left: 20px;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

button.accordion {
  color: #000;
  font-weight: 600;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 16px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.panel ul li{
  display: flex;
}

.panel ul li img{
  margin-right: 8px;
}

.panel ul li a{
  color: #000;
}


/* Header */

.header{
  background: linear-gradient(90deg, rgba(3, 78, 162, 0.65) 20.17%, rgba(3, 78, 162, 0.65) 87.53%), url('/assets/img/head.jpg'), #034ea2 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  padding: 56px 24px;
}

.header h3{
  margin-bottom: 24px;
}


.header p{
  margin-bottom: 24px;
}

.breadcrumb{
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  display: flex;
}

.breadcrumb ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.breadcrumb ul li{
  margin-right: 10px;
  color: #5d5d5d;
}


.breadcrumb ul li a{
  color: #000;
  text-decoration: none;
}

.breadcrumb ul li a:hover{
  text-decoration: underline;
}


.conteudo{
  padding: 80px 200px;
}

.conteudo h3{
  margin-bottom: 24px;
  font-weight: 48px;
}

.autor{
  margin-bottom: 24px;
}

.autor ul{
  display: flex;
  list-style: none;
  margin: 16px 0px;
  padding: 0px;
}

.autor ul li{
  color: #8899A8;
  margin-right: 24px;
  font-weight: 500;
}

.conteudo p{
  color: #000;
}


/* Outras notícias */

.card_outras_noticias{
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  background-color: #E1E8FF;
  margin: 24px 0px;
}


.card_outras_noticias .dados_outras_noticias{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;

}

.card_outras_noticias .data{
  width: auto;
  border: 1px solid var(--main-blue);
  color: var(--main-blue);
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 16px;

}

.card_outras_noticias h6{
  color: var(--main-blue);
  font-weight: 900;
}

.card_outras_noticias h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}

.card_outras_noticias a {
  text-decoration: none;
}

.card_outras_noticias a button.button_primary_custom{
  text-transform: none;
  width: auto;
}

.card_outras_noticias a button.button_primary_custom img{
  margin-left: 8px;
}

.card_outras_noticias .img_thumb_noticia{
  width: 400px;
  height: 250px;
  overflow: hidden;
}

.card_outras_noticias .img_thumb_noticia img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* Banner Rotativo*/


/* Estilo para controles laterais */
.carousel-control-prev, .carousel-control-next {
  background-color: #000; /* Cor de fundo */
  width: 60px; /* Largura */
  height: 60px; /* Altura */
  position: absolute; /* Posição absoluta */
  top: 50%; /* Alinhamento vertical */
  transform: translateY(-50%); /* Alinhamento vertical */
}

/* Estilo para ícones dos controles */
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #000; /* Cor dos ícones */
  width: 30px; /* Largura */
  height: 30px; /* Altura */
}


.active::after {
  content: "";
}


/* Listagem serviços */

.card_servicos{
  margin: 56px 0px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 24px;
}

.card_servicos .data{
  color: #606060;
}

.card_servicos div{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 2%;
}

.card_servicos div button{
  width: auto !important;
}


.card_servicos button img{
  margin-right: 8px;
}


/* Mais acessados */

.card_mais_acessados {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.card_mais_acessados img{
  margin-bottom: 24px;
}

.card_mais_acessados h4{
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
}


/* Últimas notícias */

.card_noticia .img_noticia{
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 8px;
}

.card_noticia img_noticia img{
  width: 100%;
}

.card_noticia h4{
  font-weight: 600;
  font-size: 16px;
}

.card_noticia .info_noticia{
  font-size: 12px;
  color: #444;
}

.card_noticia a button{
  width: auto;
}


/* Slider Programas e Projetos*/

.my-slider{
  padding: 0 70px;
}

.slick-initialized .slick-slide{
  color: #FFF;
  height: auto;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 8px !important;
}
.slick-prev{
  left: 8px !important;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 24px !important;
}

.slick-dots{
  position: absolute !important;
}

.slick-next:before, .slick-prev:before {
  color: #000 !important;
}

.slick-dots {
  position: relative !important;
}


/* Vídeos Youtube */

.playlist_seduc {
  background-color: #111928;
  border-radius: 8px;
  display: flex;
  align-items: center;
}


.playlist_seduc iframe{
  border-radius: 8px;
}


#selected-video, #selected-video2 {
  width: 60%;
  padding: 20px;
}

#video-list, #video-list2 {
  width: 40%;
  height: 420px;
  padding: 0px 16px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.video-item {
  cursor: pointer;
  margin-bottom: 10px;
  padding: 5px;
  display: flex;
  width: 100%;
  background-color: #111928;
}

.video-item:hover {
  background-color: #444;
}

.video-info {
  margin-left: 10px;
  width: 100%;
  color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-info p{
  margin-bottom: 8px;
}


p.duracao{
  font-size: 14px !important;
  color: #eee !important;
  margin-bottom: 0px;
}

.video-thumbnail {
  width: 35%;
  border-radius: 4px;
}

.selected {
  background-color: #333;
  color: #fff;
}


/* Footer */

footer{
  background: linear-gradient(90deg, rgba(3, 78, 162, 0.65) 20.17%, rgba(3, 78, 162, 0.65) 87.53%), url('/assets/img/logotipo_piaui.png'), #034ea2 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  margin-top: 24px;
}

footer ul{
  list-style: none;
}

footer ul li{
  color: #fff;
  margin-bottom: 16px;
}

footer ul li a{
  color: #fff;
  text-decoration: none;
}
footer ul li a:hover{
  text-decoration: underline;
}

ul.dados_contato{
  display: flex;
  align-items: center;
  list-style: none;
  margin: 16px 0px;
  padding: 0px;
}

ul.dados_contato li{
  margin-right: 24px;
}

ul.social{
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 16px 0px;
  padding: 0px;
}

ul.social li{
  margin-right: 24px;
}




@media (max-width: 575.98px) {
  .logo_header {
      width: 240px;
    }

    #menu-drawer {
      right: -100%;
      width: 100%;
    }

    ul.dados_contato {
      flex-direction: column;
    }

    .playlist_seduc iframe {
      height: 250px !important;
    }
}

@media (max-width: 767.98px) {
}

@media (max-width: 991.98px) {
  .menu_apoio {
    text-align: center;
  }

  .conteudo{
    padding: 24px;
  }

  .card_servicos div button{
    width: 100% !important;
  }

  footer .logo_footer{
    padding: 32px;
    margin-bottom: 24px;
    width: 100%;
  }

  .img_noticia {
    display: none;
  }

}

@media (max-width: 1199.98px) {
  .menu_apoio {
    margin-bottom: 24px;
  }

  .card_outras_noticias{
    padding: 16px;
  }

  ul.social_network {
    padding-bottom: 24px;
  }

  .input-group_custom {
    margin-bottom: 24px;
  }

  .card_servicos div{
    display: block;
  }

  .button_primary_custom {
    margin-bottom: 24px;
  }

  .card_servicos .button_primary_custom, .card_servicos .button_secondary_custom, .card_servicos .button_danger_custom {
    margin-bottom: 16px;
  }

  ul.navbar-nav li {
    margin-right: 0px;
    padding: 16px 2px;
  }

  .card_outras_noticias{
    padding: 24px;
  }

  .card_outras_noticias .img_thumb_noticia{
    display: none;
 }

  .card_mais_acessados {
    margin: 16px 0px;
  }

  .card_noticia{
    margin: 16px 0px;
    border-bottom: 1px solid #ccc;
  }

  .playlist_seduc {
    display: flex;
    flex-direction: column;
  }

  #selected-video, #selected-video2 {
    width: 100%;
    padding: 0px;
  }

  .playlist_seduc iframe {
    border-radius: 8px;
    height: 400px;
  }

  #video-list, #video-list2 {
    width: 100%;
    justify-content: space-evenly;
  }


  .video-info {
    padding: 16px;
  }

  .video-thumbnail {
    display: none;
  }
}

@media (max-width: 1399.98px) {
}

/* Cards O Gabinete */

.card_gabinete{
  background-color: #DFE4EA;
  padding: 24px;
  border-radius: 8px;
  background-image: url('/assets/img/logo_piaui_white.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.card_gabinete ul{
  list-style: none;
  padding: 0px;
}


.card_gabinete ul li{
  margin-bottom: 8px;
}

.card_gabinete ul li a{
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.card_gabinete ul li a:hover{
  text-decoration: underline;
}

.card_gabinete ul li img{
  margin-right: 10px;
}

/* Categoria Page */

ul.categoria_page li{
  list-style: none;
  margin: 0px;
  margin-bottom: 16px;
  display: flex;
}

ul.categoria_page li img{
  margin-right: 16px;
}

.conteudo p img {
  width: 100% !important;
}
