.elementor-2492068 .elementor-element.elementor-element-c96ab8c{overflow:visible;}/* Start custom CSS for html, class: .elementor-element-c704433 */body {
            font-family: sans-serif;
            /*line-height: 1.6;*/
        }

        .section {
            margin-bottom: 30px;
        }

        .section-title {
            font-weight: bold;
            color: #555;
            margin-bottom: 10px;
        }

        .grid-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            gap: 10px;
        }

        .rectangle-link {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #e0f7fa;
            border: 3px solid #b2ebf2;
            border-radius: 5px;
            padding: 15px;
            text-decoration: none;
            color: #263238;
            font-size: 1em;
            text-align: right;
            height: 80px;
            box-sizing: border-box;
            cursor: pointer; /* Adiciona cursor pointer para indicar que é clicável */
        }

        .rectangle-link:hover {
            background-color: #ccebee;
            border-color: #81d4fa;
        }

        .rectangle-link i {
            font-size: 1.5em;
            margin-right: 5px;
            color: #81d4fa;
        }

        #subpage-container {
            display: none; /* Esconde a área da subpágina por padrão */
            margin-top: 20px;
            border: 1px solid #ccc;
            padding: 15px;
        }

        #subpage-container.active {
            display: block;
        }

        #subpage-title {
            font-size: 1.5em;
            font-weight: bold;
            margin-bottom: 10px;
        }

        #subpage-details {
            margin-top: 15px;
        }

        .detail-row {
            display: flex;
            margin-bottom: 8px;
        }

        .detail-label {
            font-weight: bold;
            width: 150px; /* Ajuste conforme necessário */
        }

        .detail-value {
            flex-grow: 1;
        }

        #default-view.hidden {
            display: none;
        }

        .data-flex-container {
        margin-top: 15px;
        display: flex;
        flex-direction: column; /* Organiza as linhas verticalmente */
        gap: 8px;
        }

        .flex-row {
            display: flex;
            align-items: baseline; /* Alinha os textos pela linha de base */
        }

        .flex-label {
            font-weight: bold;
            width: 150px; /* Largura fixa para os rótulos */
            margin-right: 10px;
        }

        .flex-value {
            flex-grow: 1; /* O valor ocupa o espaço restante */
        }

        #condit.hidden {
            display: none;
        }/* End custom CSS */