
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tammudu+2&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }


.abertura-container {
   width: 100%;
   height: calc(80vh - 98px);
   min-height:412px;
   display: flex;
   flex-direction: column;
   position: relative;
}

.abertura-container > .bg-video {
  position: absolute;
  top: -38px;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}

.abertura-container > .bg-video > video {
  height: 100%;
  overflow: hidden;
}

.abertura-container input[type="text"] {
  display: block;
  height: 64px;
  width: 100%;
  padding: 6px 8px;
  font-size: 18px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 2px solid #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,0.075);
  box-shadow: inset 0 2px 2px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  opacity: .7;
}

.area-botao-abertura {
    color:white;
    padding: 10px;
}

.botao-abertura {
    background-color: #000;
    height: 100px;
    opacity: 0.7;
    border-radius: 10px;
    margin: 2px 2px;
    color:white;
    text-align: center;
  }

  .botao-abertura p {
    margin-top:38px;
  }

.botao-abertura:hover {
    opacity: 0.8;
    background-color: rgb(4, 4, 218);
    color:white;
}

@media (max-width: 768px) {
    .abertura-container > .bg-video > video {
        /* Para celulares, use contain para evitar corte E distorção */
        height: 100vh;
        width: auto; /* Permite que a largura se ajuste mantendo a proporção */
        object-fit: contain; /* ESSENCIAL: Mantém a proporção, evita distorção e corte, mas adiciona barras */
    }
}

.fifth {
    color: white;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 150ms ease-in-out;
    transition: color 250ms ease-in-out;
  }
  .fifth:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: rgb(4, 4, 218);
    z-index: -1;
    -webkit-transition: width 150ms ease-in-out;
    transition: width 250ms ease-in-out;
  }
  .fifth:hover {
    color: #fff;
  }
  .fifth:hover:after {
    width: 110%;
  }

.maisnoticias {
  left: 50%;
  margin-left: -150px;
  position: absolute;
  width:300px;
  height: 70px;
  background-color: black;
  border: 1px black solid;
  border-radius: 10px;
  text-align: center;
  font-size: 1.5vw;
  color: #fff;
}

.conheca {
  display: flex;
  align-items: center;
  height: 300px;
}

.conheca-texto {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  height: calc((var(--100vh) / 2) + 50px);
}

.nossahistoria {
  border: 1px black solid;
  border-radius: 10px;
  left: 50%;
  margin-left: -150px;
  /*position: absolute;*/
  width:300px;
  height: 70px;  
  text-align: center;
}

.nossahistoria h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

.cab-servicos {
   margin: 20px 0px 20px 0px;
}

.cab-servicos h1 {
  color: #000;
  /*font-size: 2.2vw;*/
  text-align: center;
}

.cab-servicos h2 {
  color: #000;
  /*font-size: 1.2vw;*/
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}


.servicos {
  margin-top: 50px;
  color: #0f0f0f;
}

.foco {
  transition: transform .5s;
}

.foco:hover {
  transform: scale(1.05);
}

.servicos .material-icons {
  float: left;
  padding-right: 20px;
}

.servicos a, .servicos h3 {
  color: #0f0f0f;
  font-size:large;
  margin-bottom: 15px;
}

.servicos p {
  color:darkgray;
  padding-left: 68px;
  font-size:small;
}

.governo {
  min-height: 400px;
  color: #fff;
  text-align: center;
}

.governo h2, .governo h4 {
  text-align: justify;
}

.governo h2 {
  font-size:2rem;
}

.governo h3, .governo h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin-bottom: 50px;
  margin-top: 0px;
}

.governo p {
  margin-bottom: 40px;
  text-align: left;
}

.governo img {
  float: left;
  width: 50%;
  margin: 10px;
  border-radius: 10px;
}

.governo a {
  border: 1px #fff solid;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  color: #fff;
}

.governo a:hover {
  background-color: #fff;
  color:black;
}

/*
.botao {display:block; font-size:14px; font-style:normal; color:#fff; background:#0064B1; border:4px solid #E5E5E5; padding:10px 10px; cursor:pointer; margin:0 auto; min-height:25px; min-width:150px;}
.botao:active{cursor:pointer; position:relative; top:4px;color:#0064B1}
.botao:hover{background:#fff;color:#0064B1;border:4px solid #0064B1;}
*/

a.botao {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background-color: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
}

a.botao:hover {
  background-color: #005077;
}


.anexo table {border-collapse: collapse;border-spacing: 1;width:100%;margin: 30px 0 30px 0;}
.anexo thead {text-align:left; font-weight:bold;}
.anexo caption {font-size:24px; font-weight:bold;}
.anexo tr:hover {background: #cccccc;}

#sp-abertura {
    background-repeat: no-repeat;
    background-size: cover;
    /*background-image: url(/images/fundo/tresbarras-skyline1.jpg);
    /*background-image: linear-gradient(to top, #fff, transparent), url(/images/fundo/tresbarras-skyline1.jpg);
    /*    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)*/
}

#sp-title {
/*    background: linear-gradient(#000,#000), #url(/images/fundo/tresbarras-skyline2.jpg);
    opacity: 0.7;*/
}

#sp-default-logo img {width: 80px;}

.transparencia-accordion {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  flex-grow: 1;
  overflow-y: auto;
}

.transparencia-item {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 5px;
}

.transparencia-header {
  background-color: #007BFF;
  color: #fff;
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.transparencia-header:hover {
  background-color: #0056b3;
}

.transparencia-content {
  padding: 15px;
  display: none;
}

.transparencia-active .transparencia-content {
  display: block;
}

.transparencia-content p {
  margin: 0;
}

.transparencia-header span {
  font-size: 20px;
}

.intro-image img {
  object-fit: cover;
  width: 550px;
  max-width: 100%;
  height: 200px;
}

.secretarias {
  background-color: #f0f4f8;
  border-left: 4px solid #0073aa;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 16px;
}
.secretarias strong {
  display: block;
  margin-bottom: 5px;
  color: #005077;
}


/* Estilo dos dados do coordenador */
.coordenador-controle {
  background-color: #f0f4f8;
  border-left: 4px solid #0073aa;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 16px;
}
.coordenador-controle strong {
  display: block;
  margin-bottom: 5px;
  color: #005077;
}

/* Estilo dos botões */
.botoes-controle {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.botoes-controle a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  text-align: center;
}
.botoes-controle a:hover {
  background-color: #005077;
}
.botoes-controle .subtitulo {
  display: block;
  font-size: 10px;
  font-weight: normal;
  margin-top: 2px;
}
