/* ===================================================
   SIG – Estilo exclusivo da página
   Versão limpa, moderna e minimal
=================================================== */

/* ---------- Estrutura Base ---------- */

.sig-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2c2c2c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto;
    padding: 0 20px 60px;
}

.sig-header h1 {
    margin-top: 60px;
	font-size: 32px;
    margin-bottom: 16px;
	color: #2f3439;
}

.sig-intro {
    max-width: 700px;
    color: #555;
}

.sig-bloco h2 {
    font-size: 24px;
    position: relative;
    padding-bottom: 8px;
}

.sig-bloco {
    margin-top: 50px;
}

.sig-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 20px;
}

.sig-card {
    background: #F7F9FA;
    padding: 24px;
    border-radius: 10px;
}

.sig-card-destaque {
    background: #F7F9FA;
    padding: 50px 24px;
    border-radius: 10px;
}

.sig-card h3 {
    margin-bottom: 10px;
	font-size: 20px;
    position: relative;
}



.gt-card h2::after {
	  content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #0069A1;
}



.sig-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
}


.sig-btn-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    
}

.sig-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
	}
	
.sig-btn:hover {
    
	color: #ffffff !important;
}

.sig-btn-primary { 
	background-color: #0069A1;
	color: #ffffff !important;
	display: inline-block;
    padding: 10px 18px;
	font-weight: 600;
    text-decoration: none !important;
    border-radius: 6px;
    font-size: 14px;
    transition: background 0.2s ease, transform 0.1s ease;
	}
	
.sig-btn-primary:hover {
    background-color: #00527d;
	color: #ffffff !important;
}
	
.sig-btn-secondary {
    background-color:#0e896b;
	color: #ffffff !important;
	 display: inline-block;
    padding: 14px 28px;
	font-weight: 600;
    text-decoration: none !important;
    border-radius: 6px;
    font-size: 16px;
    transition: background 0.2s ease, transform 0.1s ease;
	}
	
.sig-btn-secondary:hover {
    background-color: #0b6f58;
	color: #ffffff !important;
}

.sig-btn-tertiary {
    background-color: #4A4F55;
	color: #ffffff !important;
	 display: inline-block;
    padding: 10px 18px;
	font-weight: 600;
    text-decoration: none !important;
    border-radius: 6px;
    font-size: 14px;
    transition: background 0.2s ease, transform 0.1s ease;
	}
	
.sig-btn-tertiary:hover {
    background-color: #2f3439;
	color: #ffffff !important;
}

/* ---------- SIG Planos ---------- */

.sig-plano-bloco {
    display: grid;
    grid-template-columns: 220px 1fr 1fr;
    gap: 40px;
    padding: 40px 0;
    border-bottom: 1px solid #e6e6e6;
    align-items: stretch;
	background-color: #F7F9FA;
	margin-bottom: 40px;
}
.sig-bloco h3 {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.3em;
}


.sig-plano-identidade {
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
	font-size: 24px;
	overflow: hidden;
	position: relative;
	margin: -40px 0;   /* anula o padding vertical do bloco */
}

.sig-plano-identidade::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("images/puce2.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.30;
	z-index: 0;
}

.sig-plano-identidade span {
    position: relative;
    font-size: 42px;
    letter-spacing: 2px;
}

.plano-pdm {
    background-color: #37ABC8;
}

.plano-pu {
    background-color: #2CA089;
}

.plano-pp {
    background-color: #BF9E13;
}

.plano-outro {
    background-color: #95A18B;
}

.sig-plano-imagem {
   display: flex;
	margin: -40px 0;   /* anula o padding vertical do bloco */
	border-right: 1px solid #e6e6e6;
}

.sig-plano-imagem img {
    width: 100%;
	flex: 1;
    object-fit: cover;
	display: block;
	opacity: 0.20;
}


.sig-plano-coluna h3 {
    margin-top: 0;
    font-size: 20px;
}

.sig-plano-coluna h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #2c2c2c;
	font-weight: 600;
    margin-bottom: 10px;
}

.sig-plano-coluna ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sig-plano-coluna li {
    margin-bottom: 8px;
}

.sig-plano-coluna a {
    
    border-bottom: 1px solid transparent;
    transition: border 0.2s ease;
}

.sig-plano-coluna a:hover {
    border-color: #0069A1;
	
}

.lista-expandida summary {
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
    color: #0069A1;
}

.lista-expandida summary::-webkit-details-marker {
    display: none;
}

.lista-expandida summary::after {
    content: " +";
}

.lista-expandida[open] summary::after {
    content: " −";
}

.lista-expandida ul {
    margin-top: 10px;
}

@media (max-width: 900px) {
    .sig-plano-bloco {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sig-plano-imagem {
        max-width: 300px;
    }
}

.sig-manual {
    background: #F7F9FA;
    padding: 18px 25px;
    border-left: 4px solid #0069A1;
    margin: 30px 0 50px 0;
    font-size: 15px;
}

.sig-manual-link {
    font-weight: 600;
    text-decoration: none;
}

.sig-manual-link:hover {
    text-decoration: underline;
}

/* ---------- SIG Plantas ---------- */

.sig-planta-bloco{
    display:grid;
    grid-template-columns:220px 1fr auto;
    gap:40px;
    padding:40px;
    border-bottom:1px solid #e6e6e6;
    align-items:center;
	background-color: #F7F9FA;
	margin-bottom: 40px;
}


.sig-planta-identidade{
    display:flex;
    align-items:left;
    justify-content:left;
    font-size:34px;
    font-weight:600;
}

.sig-planta-identidade span{
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
}

.sig-planta-identidade span:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 3px;
    background-color: #0069A1;
}

.sig-planta-identidade-puce{
    display:flex;
    align-items:left;
    justify-content:left;
    font-size:34px;
    font-weight:600;
}

.sig-planta-identidade-puce span{
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
}

.sig-planta-identidade-puce span:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 3px;
    background-color: #0e896b;
}

.sig-planta-identidade-arbor{
    display:flex;
    align-items:left;
    justify-content:left;
    font-size:34px;
    font-weight:600;
}

.sig-planta-identidade-arbor span{
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
}

.sig-planta-identidade-arbor span:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 3px;
    background-color: #4A4F55;
}

.sig-botao { 
	background-color: #0069A1;
	color: #ffffff !important;
	display: inline-block;
    padding: 10px 18px;
	font-weight: 600;
    text-decoration: none !important;
    border-radius: 6px;
    font-size: 14px;
    transition: background 0.2s ease, transform 0.1s ease;
}

.sig-botao-puce {
    background-color: #0e896b;
	color: #ffffff !important;
	display: inline-block;
    padding: 10px 18px;
	font-weight: 600;
    text-decoration: none !important;
    border-radius: 6px;
    font-size: 14px;
    transition: background 0.2s ease, transform 0.1s ease;
}

.sig-botao-arbor{
    background-color:#4A4F55;
	color: #ffffff !important;
	display: inline-block;
    padding: 10px 18px;
	font-weight: 600;
    text-decoration: none !important;
    border-radius: 6px;
    font-size: 14px;
    transition: background 0.2s ease, transform 0.1s ease;
}
.sig-botao:hover {
    background-color: #00527d;
	color: #ffffff !important;
}

.sig-botao-puce:hover {
    background-color: #0b6f58;
	color: #ffffff !important;
}

.sig-botao-arbor:hover {
    background-color: #2f3439;
	color: #ffffff !important;
}


.sig-equip-bloco{
    padding: 30px 25px;
    background-color:#F7F9FA;
    border-left:6px solid #0069A1;
    border-bottom:1px solid #e6e6e6;
    margin:40px 0;
	transition: background-color 0.2s ease, border-left-width 0.2s ease;
}

.sig-equip-bloco:hover{
    
    border-left-width:8px;
}

.sig-equip-conteudo h3{
    margin-top:0;
}

.tema-verde{
    border-left-color:#0e896b;
}

.tema-cinza{
    border-left-color:#2f3439;
}

.tema-azul{
    border-left-color:#0069A1;
}


.sig-equip-lista{
    list-style:none;
    padding:0;
    margin-top:20px;
}

.sig-equip-lista li{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:20px;
	font-weight:500;
    padding:6px 0;
    
}

.sig-equip-lista li:hover{
    background-color:#f3f6f8;
}


.sig-equip-bloco h3 {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.3em;
}



.sig-trilho{
    width:1100px;
    font-size:13px;
    color:#666;
	line-height:40px;
}

.sig-trilho a{
    color:#0069A1;
    text-decoration:none;
}

.sig-trilho a:hover{
    text-decoration:underline;
}

.sig-trilho span{
    margin:0 6px;
}

/* página atual */
.sig-trilho .atual{
    color:#333;
    font-weight:500;
}

.sig-atalhos{
    font-size:14px;
    margin:20px 0 30px 0;
    color:#555;
}

.sig-atalhos a{
    color:#0069A1;
    text-decoration:none;
}

.sig-atalhos a:hover{
    text-decoration:underline;
}

.sig-atalhos span{
    margin:0 8px;
    color:#aaa;
}