/** 
    Cursos 
*/
.courses {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.coursebox.panel .panel-body{
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding:0px 0px 15px 0px;
}
.coursebtn{
    width: 90%!important;
       margin-left: 10px;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.2)!important;
}
.coursebox .d-flex {
    flex-direction: column;
}
.coursebox .courseimage {
    margin-bottom: 10px; /* espaço entre imagem e texto */
}
.panel-body .courseimage img{
    max-width: 100%;
}
.teachers{
    margin-left: 30px!important;
    margin-bottom: 15px!important;
  
}

/** 
    End Cursos 
*/
.simplesearchform .form-control {
    width: 80% !important;
}
#adaptable-page-header-wrapper #main-navbar {
    border-bottom: 3px solid #2b61ae;
}
.collapse.navbar-collapse {
    background-color: #2c61ae;
}
.alert-success, .environmenttable .ok {
    color: #FFF;
    background-color: #3171c0;
    border-color: #3171c0;
}
.alert-success .btn-close, .environmenttable .ok .btn-close {
    color: #FFF;
    opacity: .6;
}
.moodle-homepage {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.moodle-homepage * {
    box-sizing: border-box;
   
}

#adaptable-page-header-wrapper #main-navbar ul.navbar-nav>li>a.nav-link:hover, #adaptable-page-header-wrapper #main-navbar li div.nav-link:hover, #adaptable-page-header-wrapper #main-navbar li #editingbutton input[type="submit"]:hover {
    background-color: #2b61ae;
    color: #fff;
}
#adaptable-page-header-wrapper #main-navbar {
    border-bottom: 3px solid #2b61ae;
}
.aabtn.focus, .aabtn:focus, .btn-link.focus, .btn-link:focus, .nav-link.focus, .nav-link:focus, .editor_atto_toolbar button.focus, .editor_atto_toolbar button:focus, .editor_atto_toolbar .atto_toolbar_row.focus, .editor_atto_toolbar .atto_toolbar_row:focus, [role="button"].focus, [role="button"]:focus, .list-group-item-action.focus, .list-group-item-action:focus, input[type="checkbox"].focus, input[type="checkbox"]:focus, input[type="radio"].focus, input[type="radio"]:focus, input[type="file"].focus, input[type="file"]:focus, input[type="image"].focus, input[type="image"]:focus, .sr-only-focusable.focus, .sr-only-focusable:focus, a.dropdown-toggle.focus, a.dropdown-toggle:focus, .moodle-dialogue-base .closebutton.focus, .moodle-dialogue-base .closebutton:focus, button.btn-close.focus, button.btn-close:focus, .form-autocomplete-selection.focus, .form-autocomplete-selection:focus, [role="treeitem"]:not([aria-expanded="true"]).focus, [role="treeitem"]:not([aria-expanded="true"]):focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem #ec430e00;
}
#sitetitle{
    font-size: 38px;
}
.coursebox.panel .panel-body {
    border: 1px solid #cccccca6;
    margin: 2px;
    border-radius: 15px;
}
#frontpage-available-course-list .coursebox, #frontpage-course-list .coursebox, .course-search-result .coursebox {
    padding: .5rem;
    border: 1px solid #dee2e600;
    margin-bottom: .5rem;
    border-radius: 25px;
}

/* Header */
.custom-header {
    background: linear-gradient(135deg, #2c61ae 0%, #759fdb 100%);
    color: white;
    padding: 3rem 1rem;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 2rem;
}

.custom-header h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    /*text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3);*/
    color: #FFF;
}

.custom-header p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.cta-button {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    margin: 0.5rem;
}

.cta-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/* Stats */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.stat-card {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    display: block;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Features */
.features-section {
    margin: 3rem 0;
}

.features-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    color: #333;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
}

.feature-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #333;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
}

/* Quick Links */
.quick-links {
    margin: 3rem 0;
}

.quick-links h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #333;
}

.links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.link-card {
    background: #f4f4f4;
    padding: 1.5rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0,0,0,16%);
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
    border: 0px solid transparent;
    display: block;
}

.link-card:hover {
    transform: translateY(-5px);
    border-color: #764ba2;
    color: #764ba2;
    text-decoration: none;
}

.link-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-header h1 {
        font-size: 2rem;
    }

    .features-grid,
    .links-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* CURSOS*/
.cnv-container {
            max-width: 100%;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
        }

        .hero-section {
            /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
            color: white;
            padding: 40px 30px;
            border-radius: 15px;
            margin-bottom: 30px;
            text-align: center;
             /*box-shadow: 0 10px 30px rgba(0,0,0,0.1);*/
        }

        .hero-title {
            font-size: 2.2em;
            font-weight: bold;
            margin-bottom: 15px;
            /*text-shadow: 2px 2px 4px rgba(0,0,0,0.3);*/
        }

        .hero-period {
            font-size: 1.3em;
            font-weight: 500;
            background: rgba(255,255,255,0.2);
            padding: 10px 20px;
            border-radius: 25px;
            display: inline-block;
        }

        .instructor-card {
            background: #f8f9fa;
            border-radius: 15px;
            padding: 25px;
            margin: 25px 0;
            border-left: 5px solid #28a745;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        }

        .instructor-card-zap {
            background: #ffffff;
            border-radius: 15px;
            padding: 25px;
            margin: 25px 0;
            border-left: 5px solid #28a745;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
        }

        .instructor-title {
            color: #28a745;
            font-size: 1.4em;
            font-weight: bold;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }

        .contact-info {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
            margin-top: 15px;
        }

        .contact-item {
            background: white;
            padding: 12px 18px;
            border-radius: 8px;
            border: 1px solid #e9ecef;
            display: flex;
            /*align-items: center;*/
        }

        .contact-item strong {
            color: #495057;
            margin-right: 8px;
        }

        .meetings-section {
            background: #e8f5e8;
            padding: 25px;
            border-radius: 15px;
            margin: 25px 0;
            border-left: 5px solid #28a745;
        }

        .meetings-title {
            color: #155724;
            font-size: 1.3em;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .meetings-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 15px;
        }

        .meeting-date {
            background: white;
            padding: 15px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .meeting-date:hover {
            transform: translateY(-2px);
        }

        .meeting-date.completed {
            background: #d4edda;
            color: #155724;
            font-weight: bold;
        }

        .meeting-date.next {
            background: #fff3cd;
            color: #856404;
            border: 2px solid #ffc107;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(255,193,7,0.4); }
            70% { box-shadow: 0 0 0 10px rgba(255,193,7,0); }
            100% { box-shadow: 0 0 0 0 rgba(255,193,7,0); }
        }

        .zoom-link {
            /*background: #007bff;*/
            color: white;
            padding: 20px;
            border-radius: 12px;
            margin: 25px 0;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,123,255,0.3);
        }

        .zoom-link h3 {
            margin: 0 0 10px 0;
            font-size: 1.2em;
        }

        .zoom-button {
            display: inline-block;
            background: white;
            color: #007bff;
            padding: 12px 25px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: bold;
            margin-top: 10px;
            transition: all 0.3s ease;
        }

        .zoom-button:hover {
            background: #f8f9fa;
            transform: scale(1.05);
        }

        .week-announcements {
            background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
            padding: 25px;
            border-radius: 15px;
            margin: 25px 0;
        }

        .week-title {
            color: #8b4513;
            font-size: 1.4em;
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
        }

        .activity-list {
            list-style: none;
            padding: 0;
        }

        .activity-item {
            background: rgba(255,255,255,0.9);
            margin: 15px 0;
            padding: 18px;
            border-radius: 10px;
            /*border-left: 4px solid #3171c0;*/
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .activity-item h4 {
            color: #d63031;
            margin: 0 0 10px 0;
            font-size: 1.1em;
        }

        .padlet-link {
           /* background: #e17055;*/
            color: white;
            padding: 15px;
            border-radius: 10px;
            margin: 20px 0;
            text-align: center;
        }

        .padlet-link a {
            color: rgb(12, 12, 12);
            text-decoration: none;
            font-weight: bold;
        }

        .whatsapp-section {
           /* background: #25d366;*/
            color: #161716;
            padding: 20px;
            border-radius: 12px;
            margin: -10px 0;
            text-align: center;
            /*border-left: 5px solid #25d366;*/
        }

        .whatsapp-button {
            display: inline-block;
            background-color: #25d366;
            color: #edf1ef;
            padding: 12px 20px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: bold;
            margin-top: 10px;
        }

        .hidden-section {
            background: #f8d7da;
            color: #721c24;
            padding: 15px;
            border-radius: 8px;
            margin: 20px 0;
            border: 1px solid #f5c6cb;
            font-style: italic;
        }

        .icon {
            font-size: 1.2em;
            margin-right: 8px;
        }

        .status-badge {
            display: inline-block;
            padding: 4px 12px;
            border-radius: 15px;
            font-size: 0.85em;
            font-weight: bold;
            text-transform: uppercase;
        }

        .badge-completed {
            background: #d4edda;
            color: #155724;
        }

        .badge-next {
            background: #fff3cd;
            color: #856404;
        }

        @media (max-width: 768px) {
            .hero-section {
                padding: 30px 20px;
            }

            .hero-title {
                font-size: 1.8em;
            }

            .hero-period {
                font-size: 1.1em;
            }

            .contact-info {
                grid-template-columns: 1fr;
            }

            .meetings-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

/* CURSOS-END*/

/* Remove o ícone de busca (lupa) */
.navbarsearchsocial,
.simplesearchform,
#searchinput-navbar,
.btn-open[data-action="opensearch"] {
    display: none !important;
}

/* Remove qualquer botão de busca na navbar */
.navbar .fa-magnifying-glass {
    display: none !important;
}

/* Remove o container inteiro da busca */
.navbar-nav .nav-item.navbarsearchsocial {
    display: none !important;
}

/* Oculta o menu de idioma da navbar */
#langmenu1,
.navbar-nav > li.nav-item.dropdown:has(#langmenu1) {
    display: none !important;
}


/* Header limpo e minimalista */
#page-header-wrapper {
    background: #2d7a3e;
    border-bottom: 3px solid #1a5027;
}

/* Remove elementos extras do header */
.header-menus,
#header2,
.socialbox {
    display: none !important;
}

/* Simplifica o menu do usuário */
.navbar-nav .nav-item {
    margin: 0 0.5rem;
}

/* Remove ícones desnecessários */
.navbar .fa-globe,
.navbar .langdesc {
    display: none;
}

/* Mantém apenas notificações, mensagens e usuário */
#nav-notification-popover-container,
.popover-region-messages,
.usermenu {
    display: inline-flex !important;
}

/* Remove o botão de busca se não quiser */
.navbarsearchsocial {
    display: none;
}

/* Remove o menu de idiomas se não precisar */
#langmenu1 {
    display: none;
}

/* Logo alinhada à esquerda */
/* #logo {
    float: left;
    margin: 10px 0;
} */

/* Itens do menu alinhados à direita */
.navbar-nav.ml-auto {
    margin-left: auto !important;
}

/* Remove linhas e bordas extras */
.navbar::before,
.navbar::after {
    display: none;
}

/* Simplifica dropdown do usuário */
.usermenu .dropdown-menu {
    min-width: 200px;
}

.usermenu .dropdown-divider {
    margin: 0.25rem 0;
}

/* Remove itens duplicados do menu */
.usermenu .dropdown-item[data-title] {
    display: none;
}

/* Curso Salesianidade */
.study-plan-section {
    margin-top: 30px;
    padding: 20px;
    background-color: #f9f9fe;
    border-left: 5px solid #667eea;
    border-radius: 6px;
  }
  
  .resource-list {
    list-style: none;
    padding-left: 0;
  }
  
  .resource-item {
    margin-bottom: 15px;
    font-size: 1em;
  }
  
  .resource-item a {
    color: #3366cc;
    text-decoration: underline;
  }

  .course-content-section {
    margin-top: 30px;
    padding: 20px;
    background-color: #fefefe;
    border-left: 5px solid #48bb78;
    border-radius: 6px;
  }
  
  .content-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #667eea;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .content-button:hover {
    background-color: #5a67d8;
  }

  .video-section {
    margin-top: 30px;
    padding: 20px;
    background-color: #f9fafe;
    border-left: 5px solid #4a90e2;
    border-radius: 6px;
  }
  
  .video-box {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #dbeafe;
    border-radius: 5px;
  }
  
  .video-box h4 {
    margin-top: 0;
    color: #2b6cb0;
  }
  
  .video-box a {
    color: #2c5282;
    text-decoration: underline;
  }

  
  #whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #25D366;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
  }

  #whatsapp-button:hover {
    transform: scale(1.1);
  }

  #whatsapp-button img {
    display: block;
  }


/* Curso Atendimento ao Publico */
  .atend-container {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.hero-section {
    /*background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);*/
    color: rgb(147, 147, 147);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 25px;
    /* box-shadow: 0 8px 25px rgba(17, 153, 142, 0.3);*/
}

.hero-title {
    font-size: 2.2em;
    margin: 0 0 0px 0;
    font-weight: 700;
    line-height: 1.3;
}

.hero-subtitle {
    font-size: 1.15em;
    opacity: 0.95;
    font-weight: 500;
}

.welcome-section {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-bottom: 25px;
    border-left: 5px solid #11998e;
}

.welcome-section h2 {
    color: #11998e;
    font-size: 1.6em;
    margin: 0 0 20px 0;
}

.welcome-section p {
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
    font-size: 1.05em;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 25px;
}

.info-card {
    background: linear-gradient(135deg, #5dadf5 0%, #0f6cbf 100%);
    color: rgb(0, 0, 0);
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.info-card-icon {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.info-card-title {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 8px;
}

.info-card-text {
    font-size: 1.05em;
    opacity: 0.95;
}

.course-structure {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-bottom: 25px;
}

.course-structure h3 {
    color: #11998e;
    font-size: 1.5em;
    margin: 0 0 20px 0;
}

.structure-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.structure-item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    border-left: 4px solid #11998e;
    display: flex;
    align-items: start;
    gap: 15px;
}

.structure-icon {
    font-size: 1.8em;
    flex-shrink: 0;
}

.structure-content {
    flex: 1;
}

.structure-content h4 {
    color: #11998e;
    margin: 0 0 8px 0;
    font-size: 1.15em;
}

.structure-content p {
    margin: 0;
    color: #555;
    line-height: 1.6;
}

.important-box {
    background: linear-gradient(135deg, #ffecef 0%, #ffecef 100%);
    border-left: 5px solid #b54608;
    color: rgb(0, 0, 0);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 25px;
    
}

.important-box h3 {
    margin: 0 0 15px 0;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.important-box p {
    line-height: 1.7;
    margin: 0;
    font-size: 1.05em;
}

.certification-box {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.certification-box h3 {
    color: #856404;
    margin: 0 0 15px 0;
    font-size: 1.4em;
}

.certification-box p {
    color: #856404;
    line-height: 1.7;
    margin: 10px 0;
}

.contact-section {
   /* background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);*/
    color: rgb(16, 15, 15);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
   /* box-shadow: 0 6px 20px rgba(79, 172, 254, 0.3);*/
}

.contact-section h3 {
    margin: 0 0 20px 0;
    font-size: 1.6em;
}

.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #5dadf5 0%, #0f6cbf 100%);
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05em;
    transition: all 0.3s;
}

.contact-button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255,255,255,0.3);
}

.whatsapp-btn {
    background: #25D366;
    color: white;
}

.success-message {
    /*background: linear-gradient(135deg, #56ab2f 0%, #a8e063 100%);*/
    color: rgb(8, 8, 8);
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
   /* box-shadow: 0 6px 20px rgba(86, 171, 47, 0.3);*/
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.6em;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    .contact-buttons {
        flex-direction: column;
    }

    .contact-button {
        width: 100%;
        justify-content: center;
    }
}


 .aula-container {
            max-width: 900px;
            margin: 0 auto;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #333;
        }

        .header-section {
            /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
            color: white;
            padding: 35px 30px;
            border-radius: 15px;
            text-align: center;
            margin-bottom: 30px;
           /* box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);*/
        }

        .header-section h1 {
            font-size: 2em;
            margin: 0;
            font-weight: 700;
        }

        .video-section {
            background: white;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            margin-bottom: 30px;
        }

        .video-section h2 {
            color: #667eea;
            font-size: 1.5em;
            margin: 0 0 20px 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .video-wrapper {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 */
            height: 0;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        }

        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

        .orientations-section {
            background: white;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            margin-bottom: 30px;
        }

        .orientations-section h2 {
            color: #11998e;
            font-size: 1.6em;
            margin: 0 0 25px 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .steps-list {
            list-style: none;
            padding: 0;
            margin: 0;
            counter-reset: step-counter;
        }

        .step-item {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            padding: 20px;
            border-radius: 10px;
            margin-bottom: 15px;
            border-left: 5px solid #667eea;
            position: relative;
            padding-left: 70px;
            min-height: 60px;
            display: flex;
            align-items: center;
        }

        .step-item::before {
            counter-increment: step-counter;
            content: counter(step-counter);
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            background: linear-gradient(135deg, #1d35a1 0%, #3006e3 100%);
            color: white;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.1em;
            box-shadow: 0 3px 10px rgba(102, 126, 234, 0.4);
        }

        .step-content {
            color: #555;
            line-height: 1.6;
            font-size: 1.05em;
        }

        .step-content strong {
            color: #333;
        }

        .important-notice {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            color: white;
            padding: 25px;
            border-radius: 12px;
            margin-bottom: 25px;
            box-shadow: 0 6px 20px rgba(240, 147, 251, 0.3);
        }

        .important-notice h3 {
            margin: 0 0 15px 0;
            font-size: 1.4em;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .important-notice p {
            margin: 0;
            line-height: 1.7;
            font-size: 1.05em;
        }

        .success-box {
           /* background: linear-gradient(135deg, #56ab2f 0%, #a8e063 100%);*/
            color: rgb(15, 14, 14);
            padding: 25px;
            border-radius: 12px;
            text-align: center;
            font-size: 1.3em;
            font-weight: 600;
            /*box-shadow: 0 6px 20px rgba(86, 171, 47, 0.3);*/
        }

        .icon-text {
            font-size: 2em;
            margin-bottom: 10px;
        }

        @media (max-width: 768px) {
            .header-section h1 {
                font-size: 1.5em;
            }

            .step-item {
                padding-left: 65px;
            }

            .step-item::before {
                width: 30px;
                height: 30px;
                font-size: 1em;
                left: 15px;
            }
        }


/*CURSO CNV*/
/* Avisos da Semana */
.week-announcements {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    margin-bottom: 25px;
    border-top: 4px solid #10b981;
}

.week-title {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}

.activity-list {
    list-style: none;
}

.activity-item {
    /*background: #f8fffe;*/
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
   /* border-left: 4px solid #10b981;*/
    transition: all 0.3s;
}

.activity-item:last-child {
    margin-bottom: 0;
}

.activity-item:hover {
    transform: translateX(5px);
    /*box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);*/
}

.activity-item h4 {
    font-size: 18px;
    color: #10b981;
    margin-bottom: 8px;
}

.activity-item p {
    color: #555;
    line-height: 1.6;
}

.activity-item strong {
    color: #333;
}

/* Card da Formadora */
.instructor-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    margin-bottom: 25px;
    border-left: 5px solid #667eea;
}

.instructor-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.instructor-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.instructor-info {
    flex: 1;
}

.instructor-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.instructor-subtitle {
    color: #667eea;
    font-size: 14px;
    font-weight: 600;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
}

.contact-item {
    background: #f8f9ff;
    padding: 15px 20px;
    border-radius: 10px;
    border: 2px solid #e0e7ff;
    transition: all 0.3s;
}

.contact-item:hover {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

.contact-item strong {
    color: #667eea;
    display: block;
    margin-bottom: 5px;
}

.contact-item a {
    color: #333;
    text-decoration: none;
    word-break: break-word;
}

.contact-item a:hover {
    color: #667eea;
    text-decoration: underline;
}

/* Seção de Encontros - VERSÃO EDITÁVEL */
.meetings-section {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    margin-bottom: 25px;
}

.meetings-title {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.edit-note {
    background: #fff3cd;
    border: 2px dashed #ffc107;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
    color: #856404;
    font-size: 14px;
}

.edit-note strong {
    color: #d97706;
}

/* Tabela de Encontros - FÁCIL DE EDITAR */
.meetings-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.meetings-table th{
    background-color: #f4f4f4;
    color: rgb(11, 11, 11);
    padding: 15px;
    text-align: left;
    font-weight: 600;
    text-align: center;
}

/* .th1 {
   background-color: #d2d2d2;
}
.th2 {
    background-color: #f4f4f4;
}
.th3 {
    background-color: #d2d2d2;;
} */

.meetings-table td {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.meetings-table tr:hover {
    background: #f8f9ff;
}

.date-cell {
    font-size: 18px;
    font-weight: 700;
    color: #667eea;
    width: 120px;
}

.time-cell {
    color: #666;
    width: 150px;
}

.link-cell {
    text-align: center;
    width: 200px;
}

/* BOTÃO ÚNICO - SÓ TROCAR O LINK */
.meeting-btn {
    display: inline-block;
    background: #3b82f6;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 14px;
}

.meeting-btn:hover {
    background: #1d4ed8;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    padding: 15px;
}

.enas-header {
    max-width: 900px;
    margin: 0 auto 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.enas-banner-small {
    width: 100%;
    display: block;
}

.enas-info {
    padding: 15px 20px;
    text-align: center;
}

.enas-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 600;
}

.enas-links {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.enas-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #4a90e2;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}

.enas-link:hover {
    background: #357abd;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.4);
}

.enas-link.photos {
    background: #27ae60;
}

.enas-link.photos:hover {
    background: #1e8449;
}

.enas-icon {
    font-size: 18px;
}

@media (max-width: 600px) {
    .enas-links {
        flex-direction: column;
        align-items: stretch;
    }

    .enas-link {
        justify-content: center;
    }
}


/*ENAS-2025*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    padding: 15px;
}

.enas-header {
    max-width: 900px;
    margin: 0 auto 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.enas-banner-small {
    width: 100%;
    display: block;
}

.enas-info {
    padding: 15px 20px;
    text-align: center;
}

.enas-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 600;
}

.enas-links {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.enas-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #4a90e2;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}

.enas-link:hover {
    background: #357abd;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.4);
}

.enas-link.photos {
    background: #27ae60;
}

.enas-link.photos:hover {
    background: #1e8449;
}

.enas-icon {
    font-size: 18px;
}

@media (max-width: 600px) {
    .enas-links {
        flex-direction: column;
        align-items: stretch;
    }

    .enas-link {
        justify-content: center;
    }
}

/*1°dia*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f5f7fa;
    line-height: 1.6;
}

/* Header do Dia */
.day-header {
    background: linear-gradient(135deg, #3171c0 0%, #3171c0 100%);
    color: rgb(4, 4, 4);
    padding: 20px 30px;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

.day-badge {
    display: inline-block;
    background: rgba(106, 153, 210);
    padding: 0px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    backdrop-filter: blur(10px);
}

.day-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.day-subtitle {
    font-size: 18px;
    opacity: 0.95;
}

/* Aviso Info */
.info-notice {
   /* background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);*/
    padding: 20px 25px;
    border-radius: 12px;
    margin-bottom: 30px;
    border-left: 5px solid #f39c12;
    /*box-shadow: 0 4px 12px rgba(243, 156, 18, 0.2);*/
}

.info-notice p {
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.info-icon {
    font-size: 24px;
}

/* Seções de Conteúdo */
.content-section {
    background: white;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    border-left: 5px solid #667eea;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.section-icon {
    font-size: 36px;
    flex-shrink: 0;
}

.section-title {
    flex: 1;
}

.section-title h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 5px;
}

.section-title p {
    font-size: 14px;
    color: #666;
}

/* Lista de Pessoas */
.people-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.people-list li {
    background: #f8f9ff;
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 3px solid #667eea;
    color: #333;
    font-weight: 500;
    transition: all 0.3s;
}

.people-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

/* Botões de Material */
.material-item {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8eaff 100%);
    padding: 20px 25px;
    border-radius: 12px;
    margin-bottom: 15px;
    border: 2px solid #e0e7ff;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.material-item:hover {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.15);
}

.material-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
}

.material-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.material-info {
    flex: 1;
    min-width: 200px;
}

.material-info h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.material-info p {
    font-size: 14px;
    color: #666;
}

.material-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    background-color: #2c61ae;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    flex-shrink: 0;
}

.material-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

.btn-icon {
    font-size: 20px;
}

/* Seção Especial - Celebração */
.celebration-section {
    /*background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);*/
    border-left-color: #00b894;
}

.celebration-section .material-btn {
    background-color: #2c61ae;
}

/* Responsividade */
@media (max-width: 768px) {
    .container {
        padding: 15px;
    }

    .day-title {
        font-size: 36px;
    }

    .day-header {
        padding: 30px 20px;
    }

    .content-section {
        padding: 20px;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .material-content {
        flex-direction: column;
        align-items: stretch;
    }

    .material-btn {
        justify-content: center;
    }

    .people-list {
        grid-template-columns: 1fr;
    }
}


/*CNV*/
h1 {
    color: #000000;
   /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.aviso {
    background: #fff3cd;
    /*border-left: 4px solid #ffc107;*/
    padding: 15px 20px;
    margin-bottom: 25px;
    /*border-radius: 5px;*/
}

.aviso strong {
    color: #856404;
}

.aviso a {
    color: #0066cc;
    font-weight: bold;
}

.video-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 25px;
    text-align: center;
}

.video-box h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 18px;
}

.btn-video {
    display: inline-block;
    background: #dc3545;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    transition: background 0.3s;
}

.btn-video:hover {
    background: #c82333;
}

.btn-video::before {
    content: '▶ ';
    font-size: 18px;
}

iframe {
    max-width: 100%;
    display: block;
}

.materiais {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.materiais h3 {
    color: #0066cc;
    margin-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

.material-item {
    padding: 15px;
    margin-bottom: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: #fafafa;
    transition: all 0.3s;
}

.material-item:hover {
    border-color: #0066cc;
    background: #f0f7ff;
}

.material-item a {
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
    display: block;
}
/* Variante Branca - adiciona esta nova regra */
.material-item.white a {
    color: #ffffff;
}

.material-item a:hover {
    text-decoration: underline;
}

.material-item a::before {
   /* content: '📄 ';*/
    font-size: 20px;
    margin-right: 8px;
}

@media (max-width: 600px) {
    body {
        padding: 15px;
    }

    h1 {
        font-size: 22px;
    }

    .btn-video {
        padding: 12px 25px;
        font-size: 14px;
    }
}

/*identida*/
.livro-educador-container {
    max-width: 900px;
    margin: 40px auto;
    background: #fdfdfd;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    font-family: "Poppins", sans-serif;
  }
  
  .livro-educador-container h2 {
    text-align: center;
    color: #1e88e5;
    margin-bottom: 15px;
  }
  
  .livro-educador-container .intro {
    text-align: center;
    color: #444;
    font-size: 15px;
    margin-bottom: 30px;
  }
  
  .livros-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  
  .livro-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  
  .livro-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  }
  
  .livro-card h3 {
    color: #1565c0;
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .livro-card p {
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
  }
  
  .livro-card a {
    display: inline-block;
    text-decoration: none;
    background: #1e88e5;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 500;
    transition: background 0.3s;
  }
  
  .livro-card a:hover {
    background: #1565c0;
  }
  
  .livro-card.destaque {
    border: 2px solid #1e88e5;
    background: #e3f2fd;
  }

/*encontros Identita*/
.identita-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.evento-section {
    background: #f8f9ff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    border-left: 5px solid #667eea;
}
.evento-section h2 {
    color: #333;
    margin-top: 0;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 25px;
}
.video-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}
.video-wrapper {
    width: 640px;
    height: 360px;
    margin: 0 auto;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}
.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.video-title {
    padding: 15px;
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}
.apresentacoes {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}
.apresentacoes h3 {
    color: #667eea;
    font-size: 1.1rem;
    margin-bottom: 15px;
}
.apresentacoes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.apresentacoes li {
    margin-bottom: 12px;
}
.apresentacoes a {
    color: #667eea;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 6px;
    transition: all 0.3s;
}
.apresentacoes a:hover {
    background: #f0f0ff;
    transform: translateX(5px);
}
.apresentacoes a::before {
    content: '📄';
    margin-right: 10px;
    font-size: 1.2rem;
}
@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: 1fr;
    }
    .video-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }
}


.info-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.logo-section {
    text-align: center;
    margin-bottom: 30px;
}
.logo-section img {
    max-width: 300px;
    height: auto;
}
.welcome-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.welcome-box p {
    line-height: 1.8;
    margin: 0;
    font-size: 1.05rem;
}
.contato-box {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 20px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.contato-box h3 {
    color: #856404;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.3rem;
}
.contato-item {
    color: #856404;
    font-size: 1.05rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.recursos-grid {
    display: grid;
    gap: 20px;
    margin-bottom: 30px;
}
.recurso-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    border-left: 4px solid #667eea;
}
.recurso-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.recurso-card a {
    color: #667eea;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 1.05rem;
}
.recurso-card a:hover {
    color: #764ba2;
}
.recurso-icon {
    font-size: 1.8rem;
    flex-shrink: 0;
}
.video-destaque {
    background: #f8f9ff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
}
.video-destaque h3 {
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
} 
.video-destaque p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.video-wrapper iframe {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
@media (max-width: 768px) {
    .logo-section img {
        max-width: 200px;
    }
    .video-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }
}

/* Estilos do Modal de Suporte */
.suporte-modal {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    animation: fadeIn 0.3s;
  }
  
  .suporte-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 30px;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.3);
    animation: slideIn 0.3s;
    position: relative;
  }
  
  .suporte-close {
    color: #aaa;
    float: right;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  
  .suporte-close:hover {
    color: #000;
  }
  
  .suporte-opcoes {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
  }
  
  .suporte-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none !important;
    transition: all 0.3s;
    gap: 8px;
  }
  
  .suporte-btn.whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white !important;
  }
  
  .suporte-btn.email {
    background: linear-gradient(135deg, #4285F4 0%, #1967D2 100%);
    color: white !important;
  }
  
  .suporte-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    text-decoration: none !important;
  }
  
  .suporte-btn strong {
    font-size: 18px;
  }
  
  .suporte-btn span {
    font-size: 14px;
    opacity: 0.9;
  }
  
  /* CORREÇÃO: Garante que o card de suporte tenha cursor pointer */
  .link-card-suporte {
    cursor: pointer !important;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  @keyframes slideIn {
    from {
      transform: translateY(-50px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  @media (max-width: 600px) {
    .suporte-modal-content {
      margin: 20% auto;
      padding: 20px;
    }
  }


  /* ================================================
   ENAS - Estilo Padrão para Páginas do Moodle
   Versão: 2.0
   Todas as classes terminam com "2" para evitar conflitos
   ================================================ */

/* Reset e Base */
.container-enas2 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-enas2 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #f5f5f5;
    padding: 20px;
}

/* Header Principal */
.header-enas2 {
    background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
    color: white;
    padding: 40px 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    text-align: center;
}

.header-enas2 h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.header-enas2 p {
    font-size: 20px;
    opacity: 0.95;
}

/* Caixa de Aviso */
.aviso-box-enas2 {
    background-color: #fff8e1;
    border-left: 5px solid #ffa726;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.aviso-box-enas2 .icon-enas2 {
    font-size: 32px;
}

.aviso-box-enas2 p {
    font-size: 16px;
    color: #5d4037;
    margin: 0;
    font-weight: 500;
}

/* Seções de Conteúdo */
.secao-enas2 {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-left: 5px solid #4a90e2;
}

.secao-enas2 h2 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 600;
}

.secao-enas2 .subtitulo-enas2 {
    font-size: 16px;
    color: #7f8c8d;
    margin-bottom: 25px;
}

/* Categorias */
.categoria-enas2 {
    margin-bottom: 30px;
}

.categoria-enas2 h3 {
    font-size: 22px;
    color: #34495e;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Itens da Lista */
.item-enas2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.item-enas2:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.item-info-enas2 {
    flex: 1;
}

.item-info-enas2 .titulo-item-enas2 {
    font-size: 16px;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 5px;
}

.item-info-enas2 .autor-enas2 {
    font-size: 14px;
    color: #7f8c8d;
    font-style: italic;
}

/* Botões */
.botao-enas2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: #4a90e2;
    color: white !important;
    text-decoration: none !important;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.botao-enas2:hover {
    background-color: #357abd;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
    color: white !important;
    text-decoration: none !important;
}

.botao-enas2:visited {
    color: white !important;
}

/* Botão Desabilitado */
.botao-enas2.desabilitado-enas2 {
    background-color: #bdc3c7;
    cursor: not-allowed;
}

.botao-enas2.desabilitado-enas2:hover {
    background-color: #bdc3c7;
    transform: none;
    box-shadow: none;
}

/* Separador */
.separador-enas2 {
    height: 2px;
    background: linear-gradient(to right, transparent, #e0e0e0, transparent);
    margin: 30px 0;
}

/* Aviso de Link */
.aviso-link-enas2 {
    display: inline-block;
    padding: 8px 12px;
    background-color: #fff3cd;
    color: #856404;
    border-radius: 4px;
    font-size: 13px;
    margin-left: 10px;
}

/* Responsividade */
@media (max-width: 768px) {
    .header-enas2 h1 {
        font-size: 32px;
    }
    
    .header-enas2 p {
        font-size: 16px;
    }
    
    .item-enas2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .botao-enas2 {
        width: 100%;
        justify-content: center;
    }
    
    .secao-enas2 {
        padding: 20px;
    }
}

.content-cnv-1 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    color: #333;
    padding: 20px;
    max-width: 100%;
}

.title-cnv-1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.subtitle-cnv-1 {
    font-size: 16px;
    margin-bottom: 30px;
    color: #1a1a1a;
    line-height: 1.6;
}

.box-cnv-1 {
    background-color: #f8f9fa;
    border-left: 5px solid #4a90e2;
    padding: 20px 25px;
    margin: 25px 0;
    border-radius: 5px;
}

.box-cnv-1 p {
    margin: 10px 0;
    line-height: 1.7;
}

.box-cnv-1 p:first-child {
    margin-top: 0;
}

.box-cnv-1 p:last-child {
    margin-bottom: 0;
}

.intro-box-cnv-1 {
    background-color: #fff9e6;
    border-left: 5px solid #ffc107;
    padding: 20px 25px;
    margin: 25px 0;
    border-radius: 5px;
}

.intro-box-cnv-1 p {
    margin: 10px 0;
}

.week-box-cnv-1 {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-left: 5px solid #28a745;
    padding: 20px 25px;
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.week-header-cnv-1 {
    font-size: 18px;
    font-weight: bold;
    color: #28a745;
    margin-bottom: 15px;
}

.week-box-cnv-1 p {
    margin: 12px 0;
    line-height: 1.7;
}

.meeting-box-cnv-1 {
    background-color: #e8f5e9;
    border: 1px solid #c8e6c9;
    border-left: 5px solid #2e7d32;
    padding: 20px 25px;
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.meeting-header-cnv-1 {
    font-size: 18px;
    font-weight: bold;
    color: #2e7d32;
    margin-bottom: 15px;
}

.activity-box-cnv-1 {
    background-color: #fff8e1;
    border: 1px solid #ffecb3;
    border-left: 5px solid #f57c00;
    padding: 20px 25px;
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.activity-header-cnv-1 {
    font-size: 18px;
    font-weight: bold;
    color: #f57c00;
    margin-bottom: 15px;
}

.link-cnv-1 {
    color: #1976d2;
    text-decoration: none;
    word-break: break-all;
}

.link-cnv-1:hover {
    text-decoration: underline;
}

.alert-box-cnv-1 {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-left: 5px solid #fd7e14;
    padding: 15px 20px;
    margin: 15px 0;
    border-radius: 5px;
}

.quote-box-cnv-1 {
    background-color: #e3f2fd;
    border-left: 5px solid #1976d2;
    padding: 25px;
    margin: 40px 0;
    border-radius: 5px;
    font-style: italic;
    text-align: center;
    color: #333;
}

.quote-box-cnv-1 p {
    margin: 10px 0;
    line-height: 1.8;
}

.footer-box-cnv-1 {
    background-color: #f8f9fa;
    border-top: 3px solid #4a90e2;
    padding: 25px;
    margin-top: 40px;
    text-align: center;
    border-radius: 5px;
}

.footer-box-cnv-1 p {
    margin: 8px 0;
    line-height: 1.7;
}

.badge-cnv-1 {
    display: inline-block;
    background-color: #ffc107;
    color: #000;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 8px;
}