/*50px
 * page.css 
 */
 
 .container{
    margin-top:80px;
    margin-bottom:80px;
}

.container-fluid, .row {
    max-width: 100vw;
}

.centered {
    margin: 0 auto !important;
    float: none !important;
}

.row {
	margin-top: 0 !important;  
	margin-bottom: 0 !important;  
	margin-left: 0 !important;  
	margin-right: 0 !important;  
    width: 100%;  
    min-width: 800px;
    border-style: none; 
    align-items:center;
    gap: 0 !important;
}


.col {
	margin: 0 0 0 0;  width: 100%;  border: 0; align-items: center;
}

[class*="col-"], header, header2, footer, nav, aside, section, div[role="main"] {
	 padding-top: 0px;
	 padding-bottom: 0px;
	 text-align: center;
 	 background-size: 100%;	
	 font-size: 1em;
}

footer {
    background: #ffab62;
	 text-align: center;
     align-items: center;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 20px;
    left: 0;
}

header{ 
    width: 100%;  
    border: white; 
    height: 100px;
    top: 0px;
    right: 0px;
    position: fixed;
    z-index: 9999;
}

#header1{ 
    background: #ffab62;
    width: 100%;  
    height: 50px;
    top: 0px;
    right: 0px;
    position: fixed;
    z-index: 9999;
}

div[role="main"] {
	background-size: 100%;	
 }

div[role="main"], nav, aside {
	height: auto;
	align-items: top;
	display: flex;
	flex-direction: row;
	justify-content: center;
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    border-color: transparent;
    background-color: transparent;
}

/* reset de margens */
* {
    margin: 0;
    padding:0;
}

/* para garantir que estes elementos ocuparão toda a tela */
html, body {
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
    
}

#site {
	height: auto;
    font-size: medium;
    position: relative;
    top: 90px;
    width: 100%;
    height: auto;
}

#site1 {
    width: 95vw;
    height: 90vh;
    margin-top: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    position: absolute;
    top: 20px; /* Define a posição fixa a 20px do topo */
    left: 50%;
    transform: translateX(-50%); /* Centraliza horizontalmente */
}


#site1 > div {
    display: flex;
    justify-content: center;
}

p {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
}

.bg-purple  { background-color: var(--purple) }
.bg-pink  { background-color:pink; }

mark {
    background-color: aliceblue;
    color: darkblue;
}		

.card1{
    min-height: auto; /* Ajusta automaticamente ao conteúdo */
    padding-top: 0;
    padding-bottom: 10%;
    align-items: center;
    text-align: center;
    top: 80px;
}
		
.card-overflow {
    max-height:500px;
    max-width:100%;
    overflow-y:auto;
    overflow-x: auto;
    display: flex;
    align-items: top;
    justify-content: auto;
    margin:0 0 0 0;
}

.card-header{
    color: blue;
    font-size: large;
    background-color:transparent;
    border-color: transparent;
}

.card-footer{
    color: red;
    font-size: large;
    background-color:transparent;
    border-color: transparent;
}

.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

#mostrar{
    display: none;
  }
  
  #passar_mouse:hover #mostrar{
    display:block;
}

/* Maps */

 #map {
    width: 100%;
    height: 400px;
}

#floating-panel {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -180px;
    width: 350px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
  }

#latlng {
width: 225px;
}

.bg-secondary{
    background-color:rgba(204, 50, 119, 0.316) !important;
}

.fieldset {
    display: none;
}

.form {
    margin: auto;
    padding: 1em;
    box-shadow: 1px 1px 15px #999;
}

#editor {overflow:scroll; max-height:300px;}

optgroup { font-size:8px !important; }

.nav-tabs, .tab-content, .tab-pane {
    justify-content: center;
    font-size: large;
}

.navbar{
    z-index: 999;
}

label {
    padding: 0px 0px;
    background-color: aliceblue;
    color: blue;
    font-size: medium;
    font-weight: bold;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    border: 0px 0px;
}

label:hover{
    color: blue;
    background-color: #fff;
}

.nome_campo {
    background-color: transparent;
    color: black;
    display: block;
    min-width: 100px;
    text-align: left;
    font-size: medium;
}

.consumo {
    background-color: #CCCCCC;
    color: black;
    display: block;
    min-width: 100px;
    text-align: left;
    font-size: medium;
}

.cortesia {
    background-color: #ffab62;
    color: black;
    display: block;
    min-width: 100px;
    text-align: left;
    font-size: medium;
}

.teste {
    background-color: aqua;
    color: #ce300c;
    display: block;
    min-width: 100px;
    text-align: left;
    font-size: medium;
}


.campo_esquerda {
    background-color: transparent;
    color: black;
    display: block;
    min-width: 100px;
    text-align: left;
    font-size: 20px;
}

.campo_centro {
    background-color: transparent;
    color: black;
    display: block;
    min-width: 100px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.campo_centro_reduzido {
    background-color: transparent;
    color: black;
    display: block;
    min-width: 100px;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
}

.campo_esquerda_negrito {
    background-color: transparent;
    color: black;
    display: block;
    min-width: 100px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}
.campo_titulo {
    background-color: transparent;
    color: black;
    display: block;
    min-width: 100px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}
.conteudo_campo {
    padding: 0px;
    background-color: transparent;
    color: blue;
    min-width: 200px;
    display: block;
    text-align: center;
    font-size: small;
    font-style: oblique;
    font-weight: bold;
}


.conteudo_campo_medio {
    padding: 0px;
    background-color: transparent;
    color: black;
    min-width: 200px;
    display: block;
    text-align: left;
    font-size: medium;
    font-style: oblique;
    font-weight: bold;
}

.conteudo_campo_grande {
    padding: 0px;
    background-color: transparent;
    color: blue;
    min-width: 200px;
    display: block;
    text-align: left;
    font-size: large;
    font-style: oblique;
    font-weight: bold;
}

.conteudo_campo_white {
    padding: 0px;
    background-color: blue;
    color: #FFFFFF;
    min-width: 200px;
    display: block;
    text-align: left;
    font-size: small;
    font-style: oblique;
    font-weight: bold;
}

.conteudo_campo_yellow {
    padding: 0px;
    background-color: #ffab62;
    color: #f00;
    min-width: 200px;
    display: block;
    text-align: left;
    font-size: small;
    font-style: oblique;
    font-weight: bold;
}
.conteudo_campo_red {
    padding: 0px;
    background-color: burlywood;
    color: #f00;
    min-width: 200px;
    display: block;
    text-align: center;
    font-size: large;
    font-style: oblique;
    font-weight: bold;
}

.campo_red {
    padding: 0px;
    background-color: #CCCCCC;
    color: #f00;
    display: block;
    text-align: right;
    font-size: small;
    font-style: oblique;
    font-weight: bold;
}

.conteudo_slide {
    padding: 10px;
    bottom: 10px;
    background-color: azure;
    color: black;
    min-width: 200px;
    display: block;
    text-align: center;
    font-size:50px;
}

.conteudo_slide_menor {
    padding: 10px;
    bottom: 10px;
    background-color: azure;
    color: black;
    min-width: 200px;
    display: block;
    text-align: center;
    font-size:30px;
}

.conteudo_slide_titulo {
    padding: 0px;
    bottom: 0px;
    background-color:transparent;
    color: black;
    display: block;
    text-align: center;
    font-size: 60px;
    font-style: oblique;
    font-weight: bold;
}

.conteudo_aviso {
    padding: 10px;
    bottom: 10px;
    background-color: transparent;
    color: black;
    min-width: 200px;
    display: block;
    text-align: center;
    font-size:100px;
}

.conteudo_aviso_medio {
    padding: 0;
    bottom: 0;
    font-weight: bolder;
    background-color: aliceblue;
    color:#000;
    min-width: 200px;
    display: block;
    text-align: center;
    align-items: center;
    font-size:60px;
}
conteudo_aviso_pequeno {
    padding: 0;
    bottom: 0;
    font-weight: bolder;
    background-color: aliceblue;
    color:#000;
    min-width: 200px;
    display: block;
    text-align: center;
    align-items: center;
    font-size: 50px;
}
.conteudo_aviso_titulo {
    padding: 0px;
    bottom: 0px;
    background-color: bisque;
    color: black;
    display: block;
    text-align: center;
    font-size: 50px;
    font-style: oblique;
    font-weight: bold;
}

.conteudo_aviso_data {
    padding: 0px;
    bottom: 0px;
    background-color: transparent;
    color: black;
    display: block;
    text-align: center;
    font-size: 50px;
    font-style: oblique;
    font-weight: bold;
}
.aviso_esquerda {
    color: #f00;
    background-color: transparent;
    align-items: center;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
}
.aviso_pequeno {
    align-items: center;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.aviso_vazio {
    color: transparent;
    background-color: transparent;
    align-items: center;
    font-size: 80px;
    text-align: center;
    font-weight: bold;
    animation: animate 
        5.5s linear infinite;
}

.conteudo_campo:hover {
    color: indigo;
    background-color: #fff;
}

.escondeImagem {
    position: relative; /* Para que a imagem não saia fora do link */
    display: block;
    width: 100px;
    border:1px #999999 solid;
    background-color: #CCCCCC;
    text-decoration: none;
    color: #FFFFFF;
    font-size: medium;
}

.escondeImagem:hover {
    background-color: #999999;
}

.escondeImagem span {
    display: none;
}

.escondeImagem:hover span {
    display: block; /* Tranforma o SPAN em um elemento do tipo bloco */
    left: 100%; /* Empurra a imagem para fora do link, ficando a lado do mesmo */
    border: 1px #CCCCCC solid; /* Estilo extra, lembrando que você pode colocar qualquer estilo nesse elemento */
}

table {
    border-collapse:separate;
 }

  tr:nth-child(even) {
    background-color:gainsboro;
 }

 td {
    max-width: 150px;
    text-align:left;
    padding: 1px;
    font-size: medium;
    border-style: solid;
    border-color: #CCCCCC;
    border: 1px;
    
 }

 th {
    max-width: 150px;
    text-align:center;
    padding: 1px;
    font-size: medium;
    border-style: solid;
    border-color: #CCCCCC;
    background-color: darkkhaki;
    border: 1px;
 
 }

 td.pessoal {
    padding: 0;
    margin: 0;
    color: blue;
    font-weight: bold;
    font-size: smaller;
    word-wrap: break-word;
    background-color: #CCCCCC;
 }

 td.direita {
    color: blue;
    font-weight: bold;
    font-size: smaller;
    word-wrap: break-word;
    background-color: aqua;
 }

 td.centro {
    color: darkgreen;
    font-weight: bold;
    font-size: smaller;
    word-wrap: break-word;
    background-color:bisque;
  }

 td.normal {
    color: #000;
    font-size: smaller;
    word-wrap: break-word;
    background-color:#FFFFFF;
 }

 td.grande {
    color: blue;
    font-weight: bold;
    word-wrap: break-word;
    font-size: large;
 }

 td.pequeno {
    color: blue;
    font-weight: bold;
    word-wrap: break-word;
    font-size: xx-small;
    border-style: solid;
    border-color: #ce300c;
    border: 3px;
    text-align: center;
 }

 td.pastoral {
     color: #f00;
    font-weight: bold;
    word-wrap: break-word;
 }

 thead tr {
    position:relative;
 }
 
 td.footer_pessoal {
    color: blue;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    word-wrap: break-word;
 }

 td.footer_pastoral {
    color: #f00;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    word-wrap: break-word;
 }

 input{
    background-color:antiquewhite;
    color: blue;
    text-align: center;
    /* font-size: larger; */
    font-weight: bold;
 }

 textarea:focus {
    background-color: lightcoral; 
    outline: none; /* Remove o contorno padrão */
}


 .form-control{
    color: #f00;
    background-color:aliceblue;
    font-size: medium;
    min-width: 200px;
    font-weight: bolder;
    text-align: center;
    border-color: #000;
    border: 1 1 1 1 solid;
 }

 .form-control::placeholder{
    color: #ce300c;
 }

 input::placeholder{
    color:#000;
 }

 .agenda {
	text-decoration: underline;
    background-color: aliceblue;
	}
    
.atual {
	color:#FFFFFF;
    font-weight: bold;
    font-size: large;
    background-color:blueviolet;
    border: 1px;
} 

.nav-item a:active {
	color:#fff;
    background-color: darkred;
} 

.nav-link a:active {
	color:#fff;
    background-color: darkred;
} 

.btn {
    width: 150px; /* Define a largura máxima */
    height: auto; /* Altura ajustável */
    display: inline-block;
    text-align: center;
    padding: 2px 2px;
    margin: 2px;
    font-size: x-small; /* Ajuste dinâmico do tamanho da fonte */
    word-wrap: break-word; /* Permite quebras de linha */
    overflow-wrap: break-word;
}

.btn1 {
    min-width: 120px;
    max-width: 150px; 
    height: auto; 
    display: inline-block;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: large; 
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: #CCCCCC;
}

.btn2 {
    width: 20px; /* Define a largura máxima */
    height: 20px; /* Altura ajustável */
    display: inline-block;
    text-align: center;
    padding: 2px 2px;
    margin: 1px;
    font-size: smaller; /* Ajuste dinâmico do tamanho da fonte */
}

.btn3 {
    display: inline-block;
    text-align: center;
    padding: 2px 2px;
    margin: 1px;
    font-size: smaller; /* Ajuste dinâmico do tamanho da fonte */
}

.btn4 {
    width: 200px; /* Define a largura máxima */
    height: auto; /* Altura ajustável */
    display: inline-block;
    text-align: center;
    padding: 2px 2px;
    margin: 0px;
    font-size: medium; /* Ajuste dinâmico do tamanho da fonte */
    word-wrap: break-word; /* Permite quebras de linha */
    overflow-wrap: break-word;
}


.btn:hover {
	color:darkred;
    background-color: burlywood;
} 

.pisca {
    color: #f00;
    background-color: aqua;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    animation: animate 
        5.0s linear infinite;
}

.piscaAlerta {
    color: #fff;
    background-color:#000;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    animation: animate 
        5.0s linear infinite;
}

@keyframes animate {
    0% {opacity: 0;}
    75% {opacity: 0.7;}
    50% {opacity: 0.9;}
    25% {opacity: 0.7;}
    100% {opacity: 0; }
}

.reduzido {
    font-size: medium;
    color: #f00;
    
}


.btn-pisca {
  background-color:#ce300c;
  color:#fff;
  padding: 0.6em 0.8em;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px; 
  -webkit-animation: btn-pisca .9s linear infinite;
  -moz-animation: btn-pisca .9s linear infinite;
  -ms-animation: btn-pisca .9s linear infinite;
  -o-animation: btn-pisca .9s linear infinite;
  animation: btn-pisca .9s linear infinite;
}

.btn-menu {
    background-color:aliceblue;
    color:blue ;
    font-weight: bold;
    padding: 0.6em 0.8em;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px; 
}

.btn-submenu {
    background-color:#ffab62;
    color:#fff;
    padding: 0.6em 0.8em;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px; 
}

.btn-menu-espaco {
    background-color: transparent;
    color:transparent;
    padding: 0.6em 0.8em;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px; 
}

.img-container{
    width: 600px;
    height: 300px;
    overflow: hidden;
    border: 2px solid #000;
 }
 
 .img-container img{
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
 }
 
 .img-container:hover img{
    -webkit-transform: scale(2);
    transform: scale(2);
 }
  
 .tam_minimo {
    color: blue;
    background-color: #CCCCCC;
    display: block;
    text-align: center;
    font-size: x-small;
    font-style: oblique;
    font-weight: normal;
}

.img{
    float: left;
    width: 15%;
    border: thin solid;
    padding: 5px;
    margin: 0px 10px 10px 0;
   }

img:hover {
    transform: scale(8); /* Aumenta o tamanho em 2x (para 400x600) */
}

object:hover {
    transform: scale(4); /* Aumenta o tamanho em 2x (para 400x600) */
}

 /* camera */
 *, *:before, *:after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 
vert1 {
    transform: rotate(90deg);
    transform-origin: left top 0;
    font-size: 36px;
    color: #fff;
    background-color: #f00;
    text-align: center;
}

vert2 {
    transform: rotate(90deg);
    transform-origin: left top 0;
    font-size: 36px;
    color: #fff;
    background-color: darkgreen;
    text-align: center;
}

vert3 {
    transform: rotate(90deg);
    transform-origin: left top 0;
    font-size: 36px;
    color: #fff;
    background-color: darkblue;
    text-align: center;
}

.spans {
    display: inline-block;
    min-width: 200px;
    text-align: right;
}

.labels {
    text-align: left;
    color: #ce300c;
    font-weight: bolder;
}

.form-check-label {
  display: flex;
  align-items: center; /* Mantém alinhamento vertical */
  justify-content: flex-start; /* Alinha à esquerda */
  gap: 20px; /* Espaço entre o checkbox e o texto */
}

.form-check-input {
  appearance: none;
  width: 15px;
  height: 15px;
  background-color: lightgray;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
}

.form-check-label {
    min-width: 100px;
    display: inline-block; /* Garante que o elemento respeite a largura mínima */
}

.form-check-input:checked {
  background-color: green;
}

button {
    border: none;
    outline: none; /* Remove o contorno ao focar */
}


@media print {
    .page-break {
        page-break-before: always;
    }
    .no-break {
        page-break-inside: avoid;
        margin-left: 20mm;  /* Ajuste conforme necessário */
        margin-right: 20mm; /* Ajuste conforme necessário */
    }
    .break-after {
        page-break-after: always;
    }
}

@media only screen and (max-width: 600px) {
    .text {
      font-size: 16px;
    }
  }

  @keyframes btn-pisca {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}