/* CSS Principal - style.css */

body {
    font-family: 'Roboto', sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.green-header {
    background-color: #0D792F ;
    color: white;
    padding: 8px 0;
    font-size: 0.75rem;
}

.green-header a {
    color: white;
    text-decoration: none;
    padding: 0 12px;
    font-weight: 400;
}

.green-header a.sitedacamara{
    color: #ffdb00;
    text-decoration: none;
    padding: 0 12px;
    font-weight: 400;
}

.green-header a:hover {
    color: #e8f5e8;
}

.main-header {
    background: white url(../images/linhastop.png) top repeat-x;
    padding: 20px 0;
    border-bottom: 1px solid #e9ecef;
}

.body-offset {
    margin-top: 120px;
}

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

.logo-nav-section {
    display: flex;
    align-items: center;
}

.logo-img {
    width: 280px;
    height: 100px;
    margin-right: 30px;
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
}

.nav-menu {
    display: flex;
    gap: 20px;
}

.nav-menu a {
    color: #0D792F;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.nav-menu a:hover {
    color: #053416;
}

.social-icons {
    display: flex;
    gap: 8px;
}

.social-icon {
    width: 30px;
    height: 30px;
    background-color: #0D792F;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
}

.social-icon:hover {
    background-color: #053416;
    color: white;
}

.breadcrumb-nav {
    margin: 180px 0 0 0;
    /* background-color: #fff; */
    /* margin:0 0 0 0; */
    padding: 10px 0;
    width: 100%; /* Garante largura total */
    position: relative; /* Garante que a sombra não seja cortada */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-item {
    color: #666;
}

.breadcrumb-item a {
    color: #333;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #0D792F;
}

.breadcrumb-item.active {
    color: #0D792F;
}

.header {
    background-color: #fff;
    border-bottom: 3px solid #e9ecef;
    padding: 30px 0;
    margin-bottom: 30px;
}

.header h1 {
    color: #2c3e50;
    font-weight: 500;
    margin: 0;
    text-align: center;
    font-size: 2.2rem;
}

.content-section {
    background: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.sidebar {
    background: white;
    border-radius: 8px;
    padding: 25px;
    /* height: fit-content;
    position: sticky;
    top: 150px; */
    border:solid 0px red
}

.section-title {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.4rem;
}

.info-item {
    margin-bottom: 20px;
}

.info-label {
    font-weight: 600;
    color: #2c3e50;
    display: block;
    margin-bottom: 5px;
    font-size: 0.95rem;
    text-transform: uppercase;
}

.info-value {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

.checkmark {
    color: #27ae60;
    margin-right: 8px;
}

.competency-item {
    margin-bottom: 15px;
}

.table-responsive {
    margin: 20px 0;
}

.table {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.table thead th {
    background-color: #f8f9fa;
    color: #2c3e50;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    padding: 15px;
}

.table tbody td {
    padding: 12px 15px;
    vertical-align: middle;
}

.table tbody tr:hover {
    background-color: #f8f9fa;
}

.btn-link-custom {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
}

.btn-link-custom:hover {
    color: #0D792F;
    text-decoration: underline;
}

.more-info-btn {
    background-color: #0D792F;
    border: none;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    margin: 3px 0;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 0.9rem;
}

.more-info-btn:hover {
    background-color: #053416;
    color: white;
}

.more-info-btn i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.last-update {
    background: #ecf0f1;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 0.85rem;
    color: #555;
    text-align: center;
    margin-top: 15px;
}

.highlight-box {
    background: #e8f4fd;
    border-left: 4px solid #3498db;
    padding: 15px;
    margin: 20px 0;
    border-radius: 0 5px 5px 0;
}

.footer {
    background: linear-gradient(135deg, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    color: white;
    padding: 40px 0 20px;
    margin-top: 50px;
}

.footer-content {
    margin-bottom: 30px;
}

.footer h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-left {
    flex: 1;
    min-width: 300px;
}

.footer-right {
    flex-shrink: 0;
}

.footer-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1rem;
}

.footer-item i {
    margin-right: 12px;
    width: 20px;
    font-size: 1.1rem;
}

.footer-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.footer-btn {
    background-color: #FFD700;
    color: #1e5799;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
}

.footer-btn:hover {
    background-color: #FFC107;
    color: #1e5799;
    transform: translateY(-2px);
}

.atricon-logo {
    max-width: 300px;
    height: auto;
}

.footer-bottom {
    background-color: #0D792F;
    padding: 15px 0;
    margin-top: 20px;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
}

.footer-logo-w3 {
    font-weight: 600;
    font-size: 1rem;
}

/* Responsividade */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 15px;
    }
    
    .logo-nav-section {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .logo-img {
        width: 200px;
        height: 70px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .nav-menu {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    
    .nav-menu a {
        font-size: 0.7rem;
    }
    
    .social-icons {
        gap: 5px;
        justify-content: center;
    }
    
    .social-icon {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    
    .body-offset {
        margin-top: 140px;
    }
    
    .header h1 {
        font-size: 1.8rem;
    }
    
    .content-section {
        padding: 20px;
    }
    
   
    .footer-info {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-left {
        min-width: auto;
        margin-bottom: 20px;
    }
    
    .footer-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}


/**index**/

    .info-card {
            background: white;
            border-radius: 8px;
            padding: 25px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            margin-bottom: 20px;
            height: fit-content;
        }
        
        .main-action-card {
            background: white;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            text-align: center;
            margin-bottom: 20px;
        }
        
        .info-icon {
            background: #f39c12;
            color: white;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 35px;
        }
        
        .btn-primary-custom {
            background-color: #f39c12;
            border: none;
            padding: 12px 40px;
            color: #fff;
            font-weight: 500;
            border-radius: 5px;
            margin: 5px 0 0 0;
            width: 100%;
        }

         .btn-primary-custom a { 
            color: #fff;
            text-decoration: none;
         }

        .btn-primary-custom-dois a { 
            color: #fff;
            text-decoration: none;   
        }

        .btn-primary-custom-dois, 
        .btn-primary-custom-dois:hover{
            background-color: #2988d7;
            color: #fff;
            border: none;
            padding: 12px 40px;
            font-weight: 500;
            border-radius: 5px;
            margin: 5px 0 0 0 ;
            width: 100%;
        }

        .btn-primary-custom:hover {
            background-color: #e67e22;
            color: #fff;
        }
        
        .btn-success-custom {
            background-color: #0d792f;
            color: #fff;
            text-decoration: none;
            border: none;
            padding: 12px 40px;
            font-weight: 500;
            border-radius: 5px;
            margin: 5px 0 0 0 ;
            width: 100%;
        }

         .btn-success-custom a { 
            color: #fff;
            text-decoration: none;
         }

        
        .btn-success-custom:hover {
            color: #fff;
            background-color: #0d792f;

        }
        .btn-success-custom:hover {
            background-color: #0d792f;
        }
        .btn-success-custom:hover {
            background-color: #0d792f;
        }
        .btn-success-custom:hover {
            background-color: #229954;
        }
        .btn-success-custom:hover {
            background-color: #229954;
        }
        
        .more-info-btn i {
            margin-right: 10px;
            width: 20px;
            text-align: center;
        }
        
        .section-title {
            color: #2c3e50;
            font-weight: 500;
            margin-bottom: 15px;
            text-align: center;
        }
        
        .info-item {
            margin-bottom: 15px;
        }
        
        .info-label {
            font-weight: 500;
            color: #2c3e50;
            display: block;
            margin-bottom: 5px;
        }
        
        .info-value {
            color: #555;
            line-height: 1.4;
        }
        
        .stats {
            background: #ecf0f1;
            padding: 10px;
            border-radius: 5px;
            margin-top: 15px;
        }
        
        .stats p {
            margin: 5px 0;
            color: #555;
            font-size: 0.9rem;
        }
        
 /****iframe
 	   	   *****/
	.iframe-container {
	    width: 100%; /* Faz o iframe se ajustar ao contêiner pai */
/*	    max-width: 1200px; /* Limita a largura máxima */
	    height: 1200px; /* Altura fixa que você pode ajustar */
	    overflow: hidden; /* Evita o estouro de conteúdo */
	    position: relative;
	    border: solid 0px red;
	}
		.iframe-container iframe {
		    width: 100%; /* Faz o iframe se ajustar à largura do contêiner */
		    height: 100%; /* Garante que o iframe preencha a altura */
		    border: 0;
		}

		@media (max-width: 768px) {
		    .iframe-container {
		        height: 400px; /* Ajusta a altura para telas menores */
		    }
		}

		@media (max-width: 480px) {
		    .iframe-container {
		        height: 300px; /* Altura ainda menor para telas pequenas */
		    }
		}

/***********/
