:root {
  --background: #FBFBFB;
  --black: #474A4D;
  --fonte-bold: 'Poppins-Bold';
  --fonte-semibold: 'Poppins-SemiBold';
  --fonte-regular: 'Poppins-Regular';
  --fonte-medium: 'Poppins-Medium';
  --fonte-light: 'Poppins-Light';
  --fundo-menu: #FBFBFB;
  --cor-laranja: #F69F2C;
}
@media (max-width:768px) {
  :root {
    --fundo-menu: var(--Primary2);
  }
}

body{
    font-family: var(--fonte-regular), 'Open Sans', sans-serif, Tahoma, Verdana, Arial;
    background: #FBFBFB;
    color: #333333;
}

img,iframe,object,embed{
    max-width: 100% !important;
}

.titulo {
  text-align: left;
}
.titulo h2{
  font-family: var(--fonte-bold);
  font-weight: 700;
  color: var(--Primary0);
  font-size: 21px;
}

.titulo p {
  font-family: var(--fonte-regular);
  font-weight: 500;
  color: #636364;
  font-size: 16px;
}

.cor-fonte-laranja {
  color: var(--cor-laranja);
}

.cor-fundo-laranja {
  background: var(--cor-laranja);
}

.menu-fundo {
  background: var(--fundo-menu);
}

.btn-link-mais {
  font-size: 16px;
  font-family: var(--fonte-medium);
  font-weight: 600;
  color: #474A4D;
}

/* MENUS DO PORTAL */
#acessibilidade {
  max-height: 40px;
}
#acessibilidade .navbar {
  margin: 0;
  min-height: 40px;
  border: 0;
  width: 100%;
}

#acessibilidade .navbar-collapse {
  position: relative;
}

#acessibilidade .navbar-collapse,
#acessibilidade .navbar-collapse>ul {
  padding: 0;
  width: 100%;
}

#acessibilidade .dropdown-menu {
  right: 0;
  left: -100%;
}

#acessibilidade .navbar-collapse>ul {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}

@media (max-width:768px) {
  #acessibilidade .navbar-collapse>ul {
    display: flex;
    justify-content: space-between;
  }
  .navbar-nav .open .dropdown-menu{
    position: absolute;
  }
  #acessibilidade .navbar-nav .open .dropdown-menu, 
  #acessibilidade .navbar-nav .open .dropdown-menu li {
    background:var(--Primary1);
  }
  #acessibilidade .navbar-nav::before,
  #acessibilidade .navbar-nav::after{
    content: none;
  }
}

/* MENU LOGO  */
#bloco-logo {
  min-height: 104px;
  background: #0F814B0D;
}

.fundo_logo {
    min-height: 104px ;
    position: relative;
    background: url(../img/fundo_logo.png) no-repeat;
    background-size: 370px 100%;
    background-position: center left;
    display: flex;
    align-items: center;
}

.fundo_logo::after {
    background: var(--Primary2);
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    top: 0;
    bottom: 0;
    right: 100%;
}
.contrast .fundo_logo::after {
    background: transparent !important;
}

#bloco-logo .redes-sociais-logo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}

#bloco-logo .redes-sociais-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  font-size: 18px;
  border-radius: 50% 50%;
  color: #fff;
  background: var(--Primary0);
  margin-inline: 12px;
}
#bloco-logo .redes-sociais-logo a:hover {
  background: var(--cor-laranja);
  transition: all ease;
}


.flex-form-busca {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#form-busca input {
    border-radius: 20px 20px;
    border: 1px solid #9E9E9E40;
    box-shadow: 0px 4px 10px 0px #9e9e9e98;
    background: #fff;
    color: #474A4D;
    height: 36px;
    padding-inline: 12px 40px;
    margin-right: -30px;
    max-width: 175px;
}

#form-busca button {
    outline: 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--Primary1);
    width: 28px;
    height: 28px;
    border-radius: 50% 50%;
    background: var(--cor-laranja);
}

#form-busca .d-flex {
    display: flex;
    align-items: center;
}


#bloco-logo .btn-acessibilidade>a>img {
  width: 28px;
  height: 28px;
  margin: 0;
}

.btn-acessibilidade>a {
  background: #fff;
  border-radius: 50% 50%;
  box-shadow: 0px 4px 20px 0px #00000040;
  height: 44px;
  width: 44px;
}
#bloco-logo .btn-acessibilidade>a {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-acessibilidade li.btn-acessibilidade>a>img {
  background: transparent;
}

/* MENU PRINCIPAL */
@media (max-width: 768px) {
  .menu-fundo, #header_, #header_ ul {
    background: var(--Primary2);
  }

  .nav_bar #menu_bar li:hover, .nav_bar #menu_bar li:focus-within {
    background: var(--Primary1);
  }
}

#menu_bar.show-desktop {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-fundo {
    background: var(--fundo-menu);
    box-shadow: 0px 4px 12px 0px #84848440;
}

#menu_bar.show-desktop>li:first-of-type>a {
    font-weight: 900;
    color: var(--Primary0);
    font-family: var(--fonte-bold);
}

#header_ {
  min-height: 60px;
}

#menu_bar.show-desktop li>a {
    font-weight: 500;
}
#menu_bar ul li>a {
    white-space: normal;
}
#header_ li a {
    color: #636364;
    text-align: left;
}

#header_ ul.show-desktop ul>li:hover, #header_ ul.show-desktop ul>li:hover>a {
    background: var(--Primary1);
    color: #fff;

}

#menu_bar li ul li ul.open-left ul {
    left: 220px;
    top: 0;
}

.show-desktop .toggle_link+ul {
  padding-block: 0 !important;
}

@media (max-width: 768px) {
  #header_ li a {
    color: #fff;
  }
}

/* PRINCIPAL */
.botao-todas-noticias {
  border-color: var(--cor-laranja);
  color: var(--Primary1);
  background-color: var(--cor-laranja);
}
.botao-todas-noticias:hover {
  border: 2px solid var(--cor-laranja);
  background: #fff;
  transition: all .2s ease-in-out ;
}

#v3-noticias .coluna-2-noticia h3 {
  border-bottom: 1px solid #EEEEEE;
}

/* ACESSO RAPIDO (SERVIÇOS) */
.item-acesso-rapido {
  width: 100%;
  height: 140px;
  box-shadow: 0px 0px 5px 0px #C0C0C0;
  border-bottom: 4px solid var(--Primary0);
  border-radius: 10px 10px;
  background: #fff;
  padding: 4px 8px;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}
.item-acesso-rapido img,
.item-acesso-rapido i {
  max-width: 36px;
  max-height: 36px;
  margin-block: 8px;
  font-size: 36px;
}
.item-acesso-rapido span {
  font-family: var(--fonte-medium);
  font-size: 14px;
  font-weight: 600;
  color: #2F2F2F;
  line-height: 17px;
}

.item-acesso-rapido:hover {
  background: var(--Primary1);
  transition: .2s all ease;
}
.item-acesso-rapido:hover i,
.item-acesso-rapido:hover span {
  color: #fff;
  transition: .2s all ease;
}

.item-acesso-rapido:hover img {
  filter: grayscale(100%) brightness(0) invert(1);
  transition: .2s all ease;
}

/* NOTICIAS */
#noticias {
  background: #F4F6F7;
}

#noticias .link-noticia {
  margin-block: 12px;
  display: block;
}

#noticias .link-noticia:hover {
  transform: scale(1.03);
  transition: .14s ease-out all;
}

#noticias .link-noticia img {
  max-height: 180px;
  border-radius: 10px 10px;
  object-fit: cover;
  object-position: top center;
}
#noticias .link-noticia h2{
  margin: 0;
  color: #636364;
  font-family: var(--fonte-semibold);
  font-size: 16px;
  font-weight: 600;
  margin-block: 12px 8px;
}
#noticias .link-noticia p {
  font-family: var(--fonte-regular);
  font-weight: 400;
  font-size: 14px;
  color: #98999A;
  margin: 0;
}
#noticias .link-noticia .texto {
  padding-inline: 16px;
}

@media (max-width:768px) {
  #noticias .link-noticia img {
    max-height: 220px ;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  #noticias .link-noticia {
    background: #fff;
    border-radius: 10px 10px;
    box-shadow: 0px 1px 2px 0px #0000000D;    
  }
  #noticias .link-noticia .texto {
    padding-bottom: 20px;
  }

}


/* SECTION SOBRE NÓS  */
#sobre-nos {
  background: url('../img/fundo-sobre-nos.png') no-repeat;
  min-height: 424px;
  height: 424px;
  background-position: center right;
  background-size: 60% 100%;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
}

@media (max-width:991px) {
  #sobre-nos {
    height: auto;
    padding-block: 32px;
  }
  .info-sobre-nos {
    margin-bottom: 32px;
  }
}

#sobre-nos div.container_1360 {
  z-index: 2;
}

#sobre-nos::after {
  content: '';
  display: block;
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  background: var(--Primary3);
  z-index: 1;
}
.contrast #sobre-nos::after {
  content: none;
}

#sobre-nos .info-sobre-nos h2 {
  font-size: 32px;
  margin: 0;
  margin-bottom: 28px;
  color: #fff;
}
#sobre-nos .info-sobre-nos p {
  font-family: var(--fonte-medium);
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}

.btn-sobre-nos {
  color: var(--Primary1);
  background-color: var(--cor-laranja);
  border-radius: 10px;
  padding: 14px 11px;
  display: inline-block;
  font-family: var(--fonte-bold);
  font-size: 16px;
  margin-top: 28px;
}
.btn-sobre-nos:hover {
  background: #E48D19;
}

.card-info-sobre-nos {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #FFFFFF1A;
  border-radius: 10px;
  padding: 15px 12px;
  margin-bottom: 12px;
  background: #FFFFFF26;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.card-info-sobre-nos p,
.card-info-sobre-nos h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}

.card-info-sobre-nos h3 {
  font-size: 14px;
}
.card-info-sobre-nos p{
  font-size: 12px;
}
.card-info-sobre-nos img {
  margin: 0;
  margin-right: 6px;
}

@media (max-width:768px) {
  #sobre-nos .info-sobre-nos h2 {
    color: var(--cor-laranja);
    margin: 0;
  }

  .card-info-sobre-nos {
    margin-bottom: 16px;
    background: #0000001A;
  }

  .info-sobre-nos {
    margin-bottom: 32px;
  }

  #sobre-nos {
    padding-block: 48px;
    background: linear-gradient(180deg, #004B4B 0%, #01B6B6 100%);
  }
  #sobre-nos::after {
    content: none;
  }
  .btn-sobre-nos {
    margin-top: 4px;
  }
  .info-sobre-nos p,
  .info-sobre-nos h2{
    margin-bottom: 16px;
  }
  .card-info-sobre-nos img {
    margin-right: 12px;
  }
}

/* SIGA NAS REDES */
#siga-nas-redes {
  padding-block: 30px;
  background: #F4F6F7;
}
#siga-nas-redes span {
  color: #636364;
  font-size: 16px;
  font-family: var(--fonte-regular);
  line-height: 20px;
}

#siga-nas-redes h2>span,
#siga-nas-redes h2{
  color: var(--Primary1);
  font-size: 24px;
  font-family: var(--fonte-bold);
  margin: 0;
}
#siga-nas-redes h2>span {
  color: var(--cor-laranja);
}

#siga-nas-redes .redes {
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
#siga-nas-redes .redes li {
  list-style: none;
  display: inline-block;
  padding-inline: 12px;
  margin: 0;
}
#siga-nas-redes .redes li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50% 50%;
  border: 1px solid #EEEEEE;
}
#siga-nas-redes .redes li>a>img { 
  max-width: 25px !important;
  max-height: 32px !important;
  height: auto;
}
#siga-nas-redes .redes li:last-of-type {
  padding-right: 0;
}

@media (max-width:768px) {
  #siga-nas-redes div,
  #siga-nas-redes .redes {
    text-align: center;
  }
  #siga-nas-redes .redes {
    margin-top: 24px ;
    align-items: center;
    justify-content: center;
  }
}

/* IPVV TV E PAINEL DE CONTROLE */
#ipvv-painel .img-graficos {
  max-height: 270px;
  width: 100%;
  object-fit: cover;
} 


#ipvv-painel .video-link {
  display: block;
}

#ipvv-painel .video-link>div {
  position: relative;
}

#ipvv-painel .video-link img { 
  width: 100%;
  max-height: 230px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px;
}

#ipvv-painel .video-link .icon-yt {
  position: absolute;
  font-size: 60px;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  width: 68px;
}

#ipvv-painel .video-link h3 {
  font-family: var(--fonte-regular);
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin: 10px 0;
}


/* PAGINAS */
.config-pagina .panel-title {
  font-family: var(--fonte-bold);
  font-size: 28px;
  font-weight: 700;
  color: #474A4D;
  padding-inline: 15px;
}

/* RODAPÉ */
.flex-horarios {
    display: flex;
    align-items: center;
}

#horarios {
  padding-block: 42px;
}

#horarios .flex-horarios img {
    margin: 0;
    margin-right: 11px;
}

#horarios .flex-horarios span {
    font-size: 14px;
    color: #fff;
    font-family: var(--fonte-regular);
    font-weight: 400;
    margin: 0;
}

#horarios .redes-sociais-logo a>img {
  width: 20px;
}

#horarios .redes-sociais-logo {
    margin-top: 12px;
}
#horarios .redes-sociais-logo a {
  margin-inline: 3px;
}
#horarios .redes-sociais-logo a:first-of-type {
  margin-left: 0;
}
#horarios .redes-sociais-logo a:last-of-type {
  margin-right: 0;
}

#horarios .btn-sitemap {
    background: var(--cor-laranja);
    height: 40px;
    max-width: 160px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-family: var(--fonte-medium);
    font-size: 14px;
}
#horarios .btn-sitemap i {
    margin-right: 10px;
}

#horarios .ir-para-o-top {
  background: var(--cor-laranja);
  border-radius: 10px 10px;
  width: 44px;
  height: 44px;
  left: auto;
  border: 0;
  margin-top: 100px;
}

.flex-map-top {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.flex-cantos {
  border-top: 1px solid #98999A;
}

.flex-mobile-horarios .flex-horarios i {
  color: var(--cor-laranja) !important;
  font-size: 24px;
  width: 24px;
  margin-right: 10px;
}

.flex-mobile-horarios .flex-horarios span {
  color: #fff;
  font-family: var(--fonte-regular);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

#horarios .btn-sitemap,
#horarios .btn-sitemap i,
#horarios .ir-para-o-top i{
  font-weight: 600;
  color: var(--Primary1) !important;
}

/* MENU RODAPÉ */
#horarios .mt-3 {
  margin: 0;
}

#horarios h5 {
  margin: 0;
  color: var(--cor-laranja);
  font-family: var(--fonte-bold);
  font-size: 16px;
}

#horarios ul {
  padding: 0;
  list-style: none;
  margin-top: 8px;
}
#horarios ul>li>a {
  line-height: 30px;
  color: #EEEEEE;
}

@media (max-width: 991px) { 
  .logo-rodape {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .flex-cantos {
    border-top: 0;
  }
  .logo-rodape {
    text-align: center;
  }
  #horarios .redes-sociais-logo {
    margin-block: 32px;
  }

  #horarios .ir-para-o-top {
    left: auto;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    margin: 0;
    margin-block: 32px 16px;
  }
  #horarios .btn-sitemap,
  #horarios .btn-sitemap i,
  #horarios .ir-para-o-top i{
    color: #fff !important;
  }

  #horarios .flex-map-top {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #FFFFFF1A
  }
}

.banner-tamanhos {
  padding-block: 32px;
}
.banner-tamanhos img{
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px;
}

